.c_checkbox {
    display: inline-flex;
    cursor: pointer;
    position: relative;
    margin: 5px;
}
.c_checkbox > input {
    height: 50px;
    width: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #C9C9C9;
    border-radius: 0;
    outline: none;
    transition-duration: 0.3s;
    background-color: transparent;
    cursor: pointer;
}
.c_checkbox > input:checked {
    transform: scale(0.5);
}
.cp_checkbox_wrapper{
    margin-bottom: 10px;
}
.cp_checkbox_wrapper .add_price{
    margin-left: auto;
}
.cp_checkbox_title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 15px;
}
.cp_checkbox{
    display: flex;
    cursor: pointer;
    position: relative;  
    align-items: center;
}
.cp_addinfo_text{
    padding-left: 10px;
}
.cp_checkbox > input {
    height: 18px;
    width: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #F60611;
    border-radius: 0;
    outline: none;
    transition-duration: 0.3s;
    background-color: #fff;
    cursor: pointer;
}
.cp_checkbox.disabled{
    cursor: initial;
}
.cp_checkbox > input:disabled{
    background-color: #eee;
    cursor: initial;
}

.cp_checkbox > input:checked {
     background-color: #F60611;
}
.btn.btn-back{
    color: #fff;
    color: #f60611;
    background-color: #fff;
    border: 2px solid #f60611;
}
.btn.btn-back:hover{
    color: #fff;
    color: #f60611;
    background-color: #fff;
    border: 2px solid #f60611;
}
.single-wrap-buttons{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
	align-items: center;
}
.single-wrap-buttons .single-wrap__meta--next {
    margin-top: 0;
}
.single-wrap__table--body.single-form-title{
    margin: 15px 0;
    padding: 0;
    font-size: 16px;
}
.single-form{
    margin-bottom: 30px;
    width: 100%;
    display: block;
}
.single-wrap__form,
.subtotal_wrapper,
.product_additional,
.extra_products_prices,
.single-wrap-buttons {
    max-width: 650px;
}
.product_additional .single-wrap__table--body {
    font-size: 12px;
    line-height: 1.5;
}
.single-form-color{
    width: 18px;
    height: 18px;
    border: 1px solid #C9C9C9;
    display: inline-block;
    background-size: contain;
}
.subtotal_wrapper{
    /* margin: 10px 34px 12px; */
    padding-top: 10px;
    position: relative;
    display: flex;
}
.subtotal_wrapper:before{
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background-color: #E6E6E6;
    height: 1px;
}
.product-meta-wrapper{
    display: flex;
}
.product-meta-left {
    margin-right: 10px;
}
.product-meta-right{
    max-width: 600px; 
}
.subtotal_wrapper .single-wrap__table--body{
    width: 100%;
}
.product_colors .single-wrap__table--body .item:nth-child(1) {
    min-width: 130px;
    position: relative;
}
.single-wrap__table--body .single-form-delete,
.single-wrap__table--body .single-form-delete-header {
    max-width: 80px;
}
.product_colors .single-form-count{
    max-width: 62px;
    text-align: center;
    padding: 0;
    user-select: all;
    
}
.single-form-count:active{
    user-select: all;
}
.prod_count_inputs{
    display: flex;
    width: 100px;
    margin-left: 12px;
    box-shadow: 1px 1px 3px #d6d6d6;
    padding: 4px;
}
.item_prod_count{
    display: flex;
}
.prod_count_input {
    width: 14px;
    height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border: 0;
    background: transparent;
    padding: 0;
}
.prod_detail_delete{
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 1;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' transform='translate(0 0.5)' fill='%234C4C4C'%3E%3C/rect%3E%3Cpath d='M12.6673 4.77398L11.7273 3.83398L8.00065 7.56065L4.27398 3.83398L3.33398 4.77398L7.06065 8.50065L3.33398 12.2273L4.27398 13.1673L8.00065 9.44065L11.7273 13.1673L12.6673 12.2273L8.94065 8.50065L12.6673 4.77398Z' fill='white'%3E%3C/path%3E%3C/svg%3E");
}
.prod_value_wrapper .minus, .prod_value_wrapper .plus, .color_value_wrapper .minus, .color_value_wrapper .plus, .delete_color_item{
    border: 0;
    padding: 0;
    background: transparent;   
}
.cart_wrapper{
    position: relative;
}
.cart_update_block {
    z-index: 1000;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgb(255, 255, 255);
    opacity: 0.6;
    cursor: wait;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}
.cart_update_block.visible {
    visibility: visible;
}
.cart_update_block .loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
@media (min-width: 992px) {
    .price_per_cons_mobile{
        display: none;
    }
    .single-wrapper{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .single-wrapper-left{
        width: calc(100% - 450px);
        padding-right: 30px;
    }
    .single-wrapper-right{
        width: 450px;
    }
    .product_colors .single-wrap__table--body{
        padding: 10px 0;
    }
}
@media (max-width: 991px) {
    .single-wrap__table{
        display: none;
    }
    .single-wrap__table{
        display: none;
    }
    .price_per_cons_mobile .single-wrap__table{
         display: block;
    }
    .single .single-wrap__meta {
        max-width: unset;
    }
    .product-meta-wrapper {
        flex-direction: column;
    }
    .product-meta-left{
        margin-bottom: 30px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .single-wrap-buttons{
        flex-direction: column;
    }
    .single-wrap__meta--prev{
        text-align: center;
        margin-bottom: 15px;
    }
}

@keyframes rotation {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
} 
