.wpwcc_single_page{
    /*background: red;*/
}

.wpwcc_single_page textarea{
    box-sizing: border-box;
}

.wpwcc_volume_box{
    font-weight: bold;
    display: none;
}
.wpwcc_price_box{
    font-weight: bold;
    font-size: 24px;
}
.wpwcc_min_price_box{
    display: none;
}

.wpwcc_single_page .clear{
    clear: both;
}
.wpwcc_valiant_image{
    height: 40px;
    background-repeat: no-repeat;
    background-position: left top;
    display: inline-block;
    width: 82%;
    line-height: 40px;
    background-size: auto 200%;
}
#page .input-radio-custom:checked + label .wpwcc_valiant_image{
    background-position: left bottom;
}


.wpwcc_variant_box{
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
.wpwcc_variant_item{
    width: 33%;
}

.wpwcc_extra_param{
    display: flex;
}

.wpwcc_left_param, .wpwcc_right_param, .wpwcc_side_param{
    width: 100%;
}
.wpwcc_right_param{
    margin-left: 2%
}
.counter_column_3 .wpwcc_right_param{
    margin-left: 1%;
    margin-right: 1%;
}
.wpwcc_left_param_box, .wpwcc_right_param_box, .wpwcc_side_param_box{
    display: none;
}
.wpwcc_variant_image{
    min-width: 100%;
}
.wpwcc_waiting_image{
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    background: #e0e0e0;
    text-align: center;
    font-size: 30px;
    display: none;
    margin-top: 10px;
    color: #fff;
}

.wpwcc_yourvariant_loader{
    float: right;
    display: none;
}
.wpwcc_yourvariant_param{
    margin-bottom: 15px;
}

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 27px;
}
.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 6px;
    width: 13px;
    background: #6A8FD4;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
    left: 6px;
    animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
    left: 26px;
    animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
    left: 45px;
    animation-delay: 0;
}

.wpwcc_attention{
    color: #A7301F;
    display: block;
    width: 100%;
}
@keyframes lds-facebook {
    0% {
        top: 6px;
        height: 20px;
    }
    50%, 100% {
        top: 19px;
        height: 13px;
    }
}


#page .wpwcc_variant_item .input-radio-custom + label::before, #page .wpwcc_variant_item .shipping_method + label::before{
    margin-top: -23px;
}
#page .wpwcc_variant_item .input-radio-custom + label::after, #page .wpwcc_variant_item .shipping_method + label::after{
    margin-top: -17px;
}
.woocommerce-page #page table.cart img, .woocommerce-page #page #content table.cart img.wpwcc_variant_cart_image{
    width: 200px;
}


#page .wpwcc_variant_item .input-radio-custom + label.wpwcc_variant_your::before, #page .wpwcc_variant_item .shipping_method + label.wpwcc_variant_your::before{
    margin-top: -9px;
}
#page .wpwcc_variant_item .input-radio-custom + label.wpwcc_variant_your::after, #page .wpwcc_variant_item .shipping_method + label.wpwcc_variant_your::after{
    margin-top: -3px;
}

/*Change Standart*/
.summary .price{
    display: none;
}
/*Change Standart*/

@media only screen and (max-width: 1200px) and (min-width: 963px) {
    .wpwcc_valiant_image{
        height: 30px;
        line-height: 30px;
        width: 79%;
    }
    #page .wpwcc_variant_item .input-radio-custom + label::before, #page .wpwcc_variant_item .shipping_method + label::before {
        margin-top: -18px;
    }
    #page .wpwcc_variant_item .input-radio-custom + label::after, #page .wpwcc_variant_item .shipping_method + label::after {
        margin-top: -12px;
    }
}
