.cart--empty-cart{align-items:var(--empty-cart-content-alignment);display:flex;flex-direction:column}.cart--empty-btn-container{display:flex;flex-direction:column;gap:20px}@media screen and (max-width:767px){.cart--empty-btn-container{gap:15px}}.cart--empty-btn{width:100%}.cart--vendor{font-size:12px;word-break:break-word}.cart--vendor:not(:first-child){margin-top:2px}.cart--detail{font-size:12px}.cart--detail span:first-child:not(:only-child){color:var(--text-color-transparent7)}.cart--detail a{--link-border-color:var(--text-color-transparent7);color:var(--text-color)}.cart--recommendations{margin-top:60px}.cart--recommendations-heading{margin-bottom:15px}



.main-heading-cart-page {
    color: #E32F41;
    font-family: 'Barlow';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.5px;
    text-transform: uppercase;
}

.cart__row .cart__row--title {
    color: #204222 !important;
    font-family: Laila;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.155px;
    text-transform: none;
}
.cart--detail {
    color: #204222;
    font-family: 'Barlow';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.417px;
    text-transform: uppercase;
}

.cart-remove-button-page {
    color: rgba(32, 66, 34, 0.80);
    font-family: 'Barlow';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: capitalize;
}
.money {
    color: #204222;
    font-family: Laila;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.074px;
    word-break: normal;
}

.cart-table.table--responsive td .js-qty {
    border-radius: 8px;
    border: 0.728px solid #E32F41;
}

.js-qty .js-qty__adjust {
    color: #E32F41 !important;
}

.cart__row .js-qty-wrapper input {
    background-color: transparent !important;
    color: #E32F41 !important;
}

.cart__subtotal-title {
    color: #204222;
    font-family: 'Barlow';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.417px;
    text-transform: uppercase;
}

.cart__shipping {
    margin: 0px;
    color: #204222;
    font-family: 'Barlow';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .cart__shipping {
        margin: 0px;
        color: #204222;
        font-family: 'Barlow';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 20px;
    }
    .cart__subtotal-title {
        color: #204222;
        font-family: 'Barlow';
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1.417px;
        text-transform: uppercase;
    }
    .cart__row {
        padding-top: 0px;
    }
    .no-p {
        padding: 0px !important;
    }
    .main-heading-cart-page {
        color: #E32F41;
        font-family: 'Barlow';
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: 19.5px;
        text-transform: uppercase;
    }
    .mg-to {
        margin-bottom: 10px;
    }
    .cart-table td, .cart-table th {
        border: 0;
        padding: 10px 10px;
    }
    .cart__row .cart__row--title {
        color: #204222 !important;
        font-family: Laila;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.155px;
        text-transform: none;
    }
    .cart--detail {
        color: #204222;
        font-family: 'Barlow';
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1.417px;
        text-transform: uppercase;
    }
    .cart-remove-button-page {
        color: rgba(32, 66, 34, 0.80);
        font-family: 'Barlow';
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
        text-transform: capitalize;
    }
    .money {
        color: #204222;
        font-family: Laila;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.074px;
        word-break: normal;
    }
}