/* wpvp-popup CSS */
.wpvp-popup {
    z-index: 9999;
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
}
.wpvp-popup:before {
    content: "";
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.popup-inner {
    max-width: 600px;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 80vh;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #C7C4B6;
}

.wpvp-popup .popup-inner {
    max-width: 75vw;
    overflow: hidden;
    background-color: #F7F3EC;
    height: 100%;
}
@media screen and (max-width: 1023px){
    .wpvp-popup .popup-inner{
        overflow-y: auto;
        height: auto;
    }
}
.wpvp-popup .popup-content {
    padding: 0px;
    display: flex;
    column-gap: 50px;
    max-height: 100%;
    height:100%;
}
@media screen and (max-width: 1023px){
    .wpvp-popup .popup-content{
        height:unset;
    }
    .wpvp-popup .popup-content .product-image img{
        max-height: 500px;
    }
}

.wpvp-popup .popup-content .product-image{
    flex: 1 1 0;
}
.wpvp-popup .popup-content .product-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.wpvp-popup .popup-content .popup-inner-content {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    /*justify-content: space-between;*/
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 50px;
    /*margin-bottom: 50px;*/
    padding-right: 50px;
    max-height: 100%;
    color: #2E0200;
}
.wpvp-popup .popup-content .popup-inner-content form{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.wpvp-popup td {
    padding: 0px;
    margin: 0px;
    vertical-align: super;
}
.wpvp-popup label {
    font-weight: normal;
}
.wpvp-popup select, .wpvp-popup input {
    padding: 0px 5px 0px 5px;
    margin-bottom: 12px;
    border-radius: 2px;
    border: 1px solid #c3c3c3;
    width: 100%;
}
.wpvp-popup .single_variation_wrap {
 
}
.wpvp-popup .quantity {
    display: block;
    width: 100%;
    margin-right: 10px;
}
.wpvp-popup .quantity-line {
    border-bottom: solid 1px #000;
    padding-bottom: 10px;
}

.wpvp-popup .quantity .qty-selection{
    display: flex;
    width: 165px;
    margin: auto;
    padding: 15px 20px;
    justify-content: center;
}

.wpvp-popup .quantity .qty-selection input[type="number"]{
    border: none;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    background-color: #F7F3EC;
    -moz-appearance: textfield;
}
.wpvp-popup .quantity .qty-selection input[type="number"]::-webkit-outer-spin-button, .wpvp-popup .quantity .qty-selection input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.wpvp-popup .quantity .qty-selection input[type="number"]:focus-visible{
    background-color: white;
    outline: none;
}
.wpvp-popup .quantity .qty-selection input[type="number"]:hover{

}

.wpvp-popup .quantity .qty-selection .qty_increment{
    font-size: 28px;
    font-weight: bold;
    color: #2E0200;
    line-height: 12px;
    border: 2px solid #000;
    border-radius: 100%;
    padding: 0px 3.7px;
    padding-bottom: 0px;
    text-decoration: none !important;
}

.wpvp-popup .quantity .qty-selection .qty_increment.disabled{
    opacity: 0.25;
}

.wpvp-popup .quantity .qty-selection .qty_increment:hover{
    opacity: 0.5;
}


.wpvp-popup .single_add_to_cart_button {
    padding: 15px 15px;
    border-radius: 0;
    background: #CA4838;
    border: none;
    font-weight: 700;
    color: #fff;
    
    font-size: 16px;
    line-height: 19px;
    
    display: block;
}

.wpvp-popup .added_to_cart.wc-forward{
    display: none;
}


.wpvp-popup .product-title{
    font-size: 36px;
    font-weight: 700;
    color: #2E0200;
    margin-bottom: 10px;
}

.wpvp-popup .wapf-field-input input[type=radio]{
    margin: 8px;
    width: unset;
}
.wpvp-popup .required {
    text-decoration: none;
    color: #2E0200;
}

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

.wpvp-popup .product-title-price {
    margin-bottom: 10px;
}
.wpvp-popup .woovr-variation-radio .woovr-variation-name{
    font-weight:normal;
}

.wpvp-popup-close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    text-decoration: none;
}
.wpvp-popup-close:hover{
    text-decoration: none;
}
.wpvp-popup .woovr-variation-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.wpvp-popup .woovr-variation-description{
    display: none;
}
.wpvp-popup .choose-one, .wpvp-popup .required, .wpvp-popup .quantity-line, .wpvp-popup .popup-size{
    text-transform: uppercase;
}
.wpvp-popup .wapf-field-label{
    font-family: "freight-sans-pro",sans-serif;
    font-size: 18px;
    color: #2E0200;
}

@media screen and (max-width: 1023px){
    .wpvp-popup .popup-content .popup-inner-content {
        display: flex;
        flex: 1 0;
        flex-direction: column;
        justify-content: space-between;
        overflow-x: hidden;
        overflow-y: auto;
        margin-top: 15px;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 0px;
        margin-right: 0px;
        max-height: 100%;
    }
    .wpvp-popup .popup-content{
        flex-direction: column;
    }
    .wpvp-popup-close{
        background: none;
        color: indianred;
    }
}

@media screen and (max-width: 1023px){
}