.entry-header.ast-no-thumbnail{
    display: none;
}
.is-large.wc-block-cart .wc-block-cart-items th,
.wc-block-components-totals-wrapper{
    font-weight: 600;
    font-size: 14px;
    color: rgba(26, 26, 26, 0.7);
    line-height: 17px;
    margin-bottom: 7px;
}
.is-large.wc-block-cart .wc-block-cart__totals-title{
    font-weight: 600 !important;
    font-size: 14px !important;
    color: rgba(26, 26, 26, 0.7) !important;
    line-height: 17px !important;
    margin-bottom: 7px !important;
    padding-left: 16px !important;
}
.wc-block-components-button:not(.is-link){
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 32px;
    background: #3C4257;
    -webkit-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.12), 0px 2px 5px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.12), 0px 2px 5px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    font-size: 16px;
    transition: 0.3s ease !important;
    line-height: 24px;
    font-weight: 500;
}
.wc-block-components-button:not(.is-link):hover{
    background: #3c4257c4;
    transition: 0.3s ease;
}
@media (max-width: 1380px){
    .wp-block-woocommerce-cart{
        padding: 0px 15px;
    }
}
@media (max-width: 990px){
    .top_section_breadcrumbs .woocommerce-form-coupon-toggle-wrapper{
        max-width: 50%;
    }
    .woocommerce-checkout .woocommerce form.checkout_coupon{
        width: 200%;
        margin-left: -100%;
    }
    .woocommerce-checkout .top_section_breadcrumbs{
        flex-direction: column;
    }
}
