/* wpvp-popup CSS */
.wpvp-popup {
    z-index: 99999999;
    width:100%;
    height:100%;
    display: none;
    position:fixed;
    top:0px;
    left:0px;
	overflow: hidden;
	background: rgba(0,0,0,0.75);

    /* background:rgba(0,0,0,0.75);*/
}
.wpvp-popup:before {
    content: "";
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
}

.popup-inner {
    max-width: 600px;
    width: 90%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border: 3px solid #000;
}

.wpvp-popup .popup-inner {
    max-width: 400px;
    border: 6px solid rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.43);
    max-height: 80vh;
    overflow-x: hidden;
    overflow-y: scroll;

}

.wpvp-popup .popup-content {
    padding: 20px;
}

.wpvp-popup td {
    padding: 0 0 10px 0;
    margin: 0px;
    vertical-align: baseline;
}

.wpvp-popup label {
    font-size: 16px;
    font-weight: 300;
}

.wpvp-popup select, .wpvp-popup input {
    font-size: 15px;
    padding: 0px 5px 0px 5px;
    margin-bottom: 0px;
    border-radius: 2px;
    border: 1px solid #c3c3c3;
	background: #eee;
    width: 100%;
	position: relative;
}

.wpvp-popup .single_variation_wrap {
    text-align: left;
}

.woocommerce .quantity input.qty {
    position: relative;
    border: 0;
    background: #b31b21;
    color: #FFF;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 50px;
    min-height: 35px;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.wpvp-popup .quantity {
    display: inline-block;
    margin-right: 10px;
	width:0;
	height:0;
	display: none;
	visibility: hidden;
	padding-top: 20px;
}

.wpvp-popup .single_add_to_cart_button {
    padding: 15px 15px;
    background: #000;
    border: none;
    font-weight: 400;
    color: #fff;
	vertical-align: center;
    margin-bottom: 10px;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #dd1f26;
    width: -webkit-fill-available;
}

.wpvp-popup .product-title{
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.wpvp-popup .price{
    font-size: 19px;
}

.wpvp-popup .product-title-price {
    margin-bottom: 10px; 
}

.wpvp-popup-close {
    position: absolute;
    right: 17px;
    top: 19px;
    background: #000000;
    width: 24px;
    height: 25px;
    color: #fff;
    text-align: center;
    font-size: 21px;
	font-weight: 600;
    line-height: 21px;
    letter-spacing: -1px;
}

.wpvp-popup .single_add_to_cart_button {
    border: 0;
    padding: 8px 20px;
    font-weight: 600;
    font-size: 18px;
    vertical-align: top;
    margin-bottom: 10px;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #dd1f26;
    color: #FFF;
}

.wpvp-popup label {
    font-weight: 500;
    color: #000;
    padding: 0px 6px 0px 0px;
}

.reset_variations {
display: none !important;
}

.wpvp-popup .woocommerce {
    display: contents;
    position: relative;
    height: 35px;
}

.woocommerce form .form-row {
    padding: 0 7px;
    margin-bottom: 0px !important;
}

.wc-pao-addon-field.wc-pao-addon-checkbox {
    border-radius: 0;
    width: 25px;
    height: 25px;
}

.wc-pao-addon {
    margin-top: 8px;
    margin-bottom: 8px;
}