body.woocommerce-cart div.quantity button{
    display: none;
}
body.woocommerce-cart div.quantity{
    width: auto;
}
body.woocommerce-cart div.quantity .qty{
    padding: 8px 16px;
    width: 48px;
    height: 40px;
    border: 1px solid #DBDCE0;
    background: #fff;
    border-radius: 8px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}
/* Скрываем стрелки в браузерах на основе WebKit (Chrome, Safari) */
body.woocommerce-cart input[type="number"]::-webkit-inner-spin-button,
body.woocommerce-cart input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Скрываем стрелки в Firefox */
body.woocommerce-cart input[type="number"] {
    -moz-appearance: textfield;
}

/* Скрываем стрелки в Edge и IE */
body.woocommerce-cart input[type="number"] {
    -ms-appearance: textfield;
    appearance: textfield;
}

body.woocommerce-cart .page-content{
    padding-top: 24px;
    background: #FAFAFB;
}
.top_section_breadcrumbs{
    display: flex;
    /*align-items: center;*/
    padding-bottom: 24px;
}
.continue_shopping_button{
    margin-left: auto;
}
.top_section_breadcrumbs .breadcrumbs{
    margin-right: 40px;
    padding-top: 11px;
    order: 0;
}
.top_section_breadcrumbs .breadcrumbs ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: flex-start;
}
.top_section_breadcrumbs .breadcrumbs ul li a{
    font-size: 20px;
    line-height: 24px;
    color: #7e7e7e;
}

.top_section_breadcrumbs .breadcrumbs ul li.active{
    font-weight: 600;
}
.last_added_product_info{
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    gap: 8px;
    padding: 6px 8px;
    border-radius: 8px;
    border: 1px solid #0081F3;
}
.shop_table{
    background: #fff;
    border-radius: 16px;
}
.shop_table .shop_table_labels_section{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 40px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #A3A3A3;
    border-bottom: 2px solid #FAFAFB;
}
.shop_table .product_item-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px;
    flex-wrap: wrap;
}
.shop_table .product_item-content .bottom-side{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #EEFBF8;
    padding: 16px 16px;
}
.shop_table .product_item-content .bottom-side .label-section{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.shop_table .product_item-content .bottom-side .label-section .icon{
    max-width: 30px;
}
.shop_table .product_item-content .bottom-side .label-section .icon svg{
    width: 100%;
}
.shop_table .product_item-content .bottom-side .label-section .label{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    margin-left: 10px;
    margin-right: 10px;
}
.shop_table .product_item-content .bottom-side .features-section{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex: 1;
    padding-left: 15px;
    gap: 12px;
}
.shop_table .product_item-content .bottom-side .features-section .course-name{
    width: 100%;
    color: #000;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
}
.shop_table .product_item-content .bottom-side .features-section .green{
    background: #BFF8E7;
    padding: 0px 10px;
}
.shop_table .product_item-content .bottom-side .features-section .label{
    color: #000;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
}
.shop_table .product_item-content .bottom-side .features-section .red{
    background: #f8bfbf;
    padding: 0px 10px;
}
.shop_table .product_item-content .left-side{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.shop_table .product_item-content .bottom-side .add_to_cart_button{
    margin-left: auto;
    display: flex;
    align-items: center;
}
.shop_table .product_item-content .bottom-side .add_to_cart_button a{
    font-size: 14px;
    white-space: nowrap;
}
.shop_table .product_item-content .bottom-side .add_to_cart_button .price_difference{
    color: #384458;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    margin-right: 16px;
}
.shop_table .product_item-content .product-thumbnail{
    max-width: 80px;
}
.shop_table .product_item-content .product-name{
    padding: 24px 30px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
}
.shop_table .product_item-content .right-side{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
}
.shop_table .shop_table_products_list .cart_item{
    border-top: 4px solid #FAFAFB;
}
.shop_table .shop_table_products_list .cart_item:first-child{
    border-bottom: none;
}
.shop_table .shop_table_products_list .product-quantity{
    display: flex;
    align-items: center;
    gap: 8px;
}
.shop_table .shop_table_products_list .product-quantity .minus-icon,
.shop_table .shop_table_products_list .product-quantity .plus-icon{
    display: flex;
    width: 16px;
    height: 16px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.shop_table .shop_table_products_list .product-price{
    display: flex;
    align-items: center;
    gap: 16px;
}
.shop_table .shop_table_products_list .product-price .old_price{
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #3844584D;
    text-decoration: line-through;
}
.shop_table .shop_table_products_list .product-price .amount{
    color: #384458;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
}
.shop_table .coupon{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 34px 32px;
    border: 1px solid #ECECEC;
    background: #FAFAFA;
}
.shop_table .coupon .left-side{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.shop_table .coupon label{
    color: #384458;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    margin: 0px 24px 0px 0px;
    white-space: nowrap;
}
body.woocommerce-cart #coupon_code{
    background: #fff;
    border-radius: 24px;
    padding: 8px 16px;
    height: 40px;
    width: 600px;
    max-width: 600px;
    margin: 0;
}
/* Для WebKit-браузеров (Chrome, Safari, Opera) */
.shop_table .coupon input::placeholder {
    color: #999; /* цвет шрифта */
    font-size: 16px; /* размер шрифта */
    line-height: 1.5; /* line-height */
}

/* Для Firefox */
.shop_table .coupon input::-moz-placeholder {
    color: #384458;
    font-size: 14px;
    line-height: 20px;
}

/* Для IE и Edge */
.shop_table .coupon input:-ms-input-placeholder {
    color: #384458;
    font-size: 14px;
    line-height: 20px;
}

/* Для старых версий Edge */
.shop_table .coupon input::-ms-input-placeholder {
    color: #384458;
    font-size: 14px;
    line-height: 20px;
}
.woocommerce .cart.shop_table{
    margin-bottom: 0px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table{
    padding: 24px 40px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-radius: 0px 0px 16px 16px;
    margin-bottom: 0px;
}
.woocommerce .cart-collaterals .cart_totals h4{
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 20px;
    color: #384458;
    font-weight: 600;
}
.woocommerce .cart-collaterals .cart_totals .order-total{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    gap: 25px;
}
.woocommerce .cart-collaterals .cart_totals .order-total h4{
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 20px;
    color: #384458;
    font-weight: 600;
}
.woocommerce .cart-collaterals .cart_totals .order-total .amount{
    font-size: 32px;
    line-height: 20px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 16px;
    color: #384458;
}
.woocommerce .cart-collaterals .cart_totals .total-old-price{
    display: flex;
    align-items: center;
}
.woocommerce .cart-collaterals .cart_totals .total-old-price span{
    color: #38445880;
    font-size: 24px;
    line-height: 20px;
    font-weight: 700;
}

.woocommerce .cart-collaterals .cart_totals .total-old-price span:first-child{
    text-decoration: line-through;
}

.woocommerce .cart-collaterals .cart_totals .total-old-price .percentege_discount{
    display: inline-block;
    background: #FE347D;
    padding: 4px 8px;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-left: 8px;
}
.cart-upsells-wrapper .cart-upsells-title h2{
    color: #000;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin: 0px 0px 24px 0px;
}
.cart-upsells-wrapper{
    margin-top: 64px;
}
.cart-upsells-wrapper .cart-upsells-products{
    display: flex;
    justify-content: flex-start;
    gap: 24px;
    flex-wrap: wrap;
}
.cart-upsells-wrapper .cart-upsells-products .cart-upsells-product{
    max-width: calc(25% - 20px);
    width: 100%;
    padding: 14px;
    background: #fff;
    border-radius:4px;
}
.cart-upsells-wrapper .cart-upsells-products .cart-upsells-product .cart-upsells-product__image{
    border: 1px solid #D7D7D7;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px;
}
.cart-upsells-wrapper .cart-upsells-products .cart-upsells-product h3{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
}
.cart-upsells-wrapper .cart-upsells-products .cart-upsells-product .upsell-card-rating{
    color: #FFA800;
}
.cart-upsells-wrapper .cart-upsells-products .cart-upsells-product .upsell-card-price del .amount{
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}
.cart-upsells-wrapper .cart-upsells-products .cart-upsells-product .upsell-card-price{
    margin-bottom: 0px;
}
.cart-upsells-wrapper .cart-upsells-products .cart-upsells-product .upsell-card-price ins .amount,
.cart-upsells-wrapper .cart-upsells-products .cart-upsells-product .upsell-card-price>.amount{
    font-size: 15px;
    line-height: 20px;
    color: #384458;
}
.cart-upsells-wrapper .cart-upsells-products .cart-upsells-product .upsell-card-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.cart-upsells-wrapper .cart-upsells-products .cart-upsells-product .upsell-card-bottom a{
    font-size: 14px;
    padding: 12px 10px;
}
.cart_totals .total-info{
    width: 50%;
}
.cart_totals .total-row{
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
    margin-bottom: 16px;
}
.cart_totals .total-row.cart-discount .value{
    position: relative;
}
.cart_totals .total-row.cart-discount a{
    position: absolute;
    left: calc(100% + 8px);
}
.cart_totals .total-row .label{
    color: #384458;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}
.cart_totals .total-row .prices{
    display: flex;
    align-items: center;
    position: relative;
    gap: 8px;
}
.cart_totals .total-row .value,
.cart_totals .total-row .value .amount{
    color: #384458;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}
.cart_totals .total-row .value a{
    font-size: 12px;
}
.cart_totals .total-row .value.old-value{
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #3844584D;
    text-decoration: line-through;
}
.cart_totals .total-row .percentege_discount{
    display: inline-block;
    background: #FE347D;
    color: #fff;
    padding: 4px 8px;
    font-size: 16px;
    position: absolute;
    left: calc(100% + 8px);
    white-space: nowrap;
    line-height: 12px;
}
.cart_totals .total-row .value.new-value{
    color: #384458;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}
    /*.cart_totals .cart-discount{
        display: flex;
        align-items: center;
        margin-bottom: 16px;
        gap: 8px;
        background: #fafafa;
        padding: 5px 10px;
        border: 1px solid #ECECEC;
        border-radius: 8px;
    }
    .cart_totals .cart-discount>div:first-child{
        font-weight: 400;
        font-size: 18px;
    }
    .cart_totals .cart-discount>div:last-child{
        font-size: 16px;
        font-weight: 600;
    }
    .cart_totals .cart-discount .amount{
        font-size: 16px !important;
        line-height: 20px !important;
        color: #384458 !important;
        margin: 0px !important;
    }
    .cart_totals .cart-discount div a{
        font-size: 14px;
        font-weight: 400;
        color: #FE347D;
    }*/

.disabled_btn{
    background: #eee !important;
    border: 1px solid #eee !important;
    pointer-events: none;
    margin-bottom: 25px;
}
.cart-collaterals .wc-stripe-cart-checkout-container{
    display: none;
}

.woocommerce-cart-form .blockUI{
    position: fixed !important;
}
.cart-collaterals .blockUI{
    display: none !important;
}

@media (max-width: 1400px) {
    .cart-upsells-wrapper .cart-upsells-products{
        gap: 15px;
    }
    .cart-upsells-wrapper .cart-upsells-products .cart-upsells-product{
        padding: 12px;
        max-width: calc(25% - 12px);
    }
}
@media (max-width: 1000px) {
    .cart_totals .total-info{
        width: auto;
    }
}
@media (max-width: 1200px) {
    .shop_table .product_item-content .left-side{
        width: 100%;
        align-items: flex-start;
    }
    .shop_table .product_item-content .product-thumbnail{
        max-width: 200px;
    }
    .shop_table .product_item-content .right-side{
        width: 100%;
    }
    .shop_table .product_item-content .bottom-side{
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .shop_table .product_item-content .bottom-side .label-section{
        width: 50%;
    }
    .shop_table .product_item-content .bottom-side .features-section{
        width: 100%;
        order: 2;
        margin-top: 15px;
        padding-left: 0px;
    }
    .shop_table .product_item-content .bottom-side .add_to_cart_button{
        width: 50%;
        order: 1;
        justify-content: flex-end;
    }
    body.woocommerce-cart #coupon_code{
        width: 300px;
    }
    .shop_table .product_item-content{
        padding: 16px;
    }
    .woocommerce .cart-collaterals .cart_totals .shop_table, .shop_table .coupon{
        padding: 16px;
    }
    .cart-upsells-wrapper{
        margin-top: 32px;
    }
    .cart-upsells-wrapper .cart-upsells-products .cart-upsells-product{
        max-width: calc(50% - 12px);
    }
}
@media (max-width: 990px) {
    .shop_table .shop_table_labels_section{
        display: none;
    }
}
@media (max-width: 768px) {
    #order_review .total-row.cart-discount .value{
        display: flex;
    }
    #order_review .total-row.cart-discount .value a{
        position: static;
        order: -1;
        margin-right: 8px;
    }
    .cart_totals .total-row .percentege_discount{
        position: static;
        order: -1;
    }
    .shop_table .coupon{
        flex-wrap: wrap;
    }
    .shop_table .coupon .left-side, body.woocommerce-cart #coupon_code,
    .shop_table .coupon .right-side{
        width: 100%;
    }
    .shop_table .coupon .right-side button{
        width: 100%;
        margin-top: 20px;
        padding: 8px;
    }
    .woocommerce .cart-collaterals .cart_totals .shop_table{
        flex-wrap: wrap;
    }
    .woocommerce .cart-collaterals .cart_totals .shop_table .total-info{
        width: 100%;
    }
    .woocommerce .cart-collaterals .cart_totals .shop_table>a{
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .woocommerce .cart-collaterals .cart_totals h4{
        font-size: 18px;
        line-height: 14px;
    }
    .woocommerce .cart-collaterals .cart_totals .amount{
        font-size: 22px;
        line-height: 16px;
        margin-bottom: 8px;
    }
    .woocommerce .cart-collaterals .cart_totals .total-old-price span{
        font-size: 18px;
        line-height: 16px;
    }
    .cart-upsells-wrapper .cart-upsells-products .cart-upsells-product{
        max-width: 100%;
    }
}
@media (max-width: 580px) {
    .shop_table .product_item-content .bottom-side .features-section .course-name{
        /*text-align: center;*/
        margin-bottom: 5px;
    }
    .shop_table .product_item-content .right-side{
        justify-content: center;
        border-top: 1px solid #ebebeb;
        padding-top: 15px;
        margin-top: 15px;
    }
    .shop_table .product_item-content .product-thumbnail img{
        border: 1px solid #ebebeb;
    }
    .shop_table .product_item-content .bottom-side .label-section{
        width: 100%;
        /*justify-content: center;*/
    }
    .shop_table .product_item-content .bottom-side .features-section{
        order: 1;
        /*justify-content: center;*/
    }
    .shop_table .product_item-content .bottom-side .add_to_cart_button{
        order: 2;
        width: 100%;
        margin-top: 20px;
        justify-content: center;
    }
    .continue_shopping_button{
        display: none;
    }
}
@media (max-width: 450px) {
    .woocommerce .cart-collaterals .cart_totals .order-total .amount,
    .woocommerce .cart-collaterals .cart_totals .order-total h4{
        font-size: 24px;
    }
    .cart_totals .total-row .value.old-value{
        font-size: 14px;
    }
    .cart_totals .total-row .value.new-value,
    .cart_totals .total-row .label{
        font-size: 16px;
    }
    .cart_totals .total-row .percentege_discount{
        font-size: 12px;
    }
    .shop_table .product_item-content .left-side{
        flex-wrap: wrap;
    }
    .shop_table .product_item-content .product-thumbnail{
        max-width: 100%;
    }
    .shop_table .product_item-content .product-name{
        padding: 16px;
        margin-top: 15px;
    }
}