
/* ==========================================================================
   Cart SECTION Start
   ========================================================================== */
.cart-page-section {
    padding: 110px 0 100px;
    background: #fff;
}

/* CONTAINER */

.cart-container {
    width: 100%;
    max-width: 1520px;
    margin: auto;
    padding-inline: 60px;
}

.cart-heading {
    font-size: 3rem;
    line-height: 1;
    font-weight: 500;
    color: #111;
    letter-spacing: 1px;
    margin-bottom: 55px;
}

.cart-item {
    display: flex;
    gap: 24px;
    padding-bottom: 26px;
    margin-bottom: 26px;
    border-bottom: 1px solid #e7e7e7;
}

/* IMAGE */

.cart-product-image {
    width: 128px;
    min-width: 128px;
    height: 140px;
    overflow: hidden;
    background: #f4f4f4;
}

.cart-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CONTENT */

.cart-product-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* TOP */

.cart-product-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

/* TITLE */

.cart-product-title {
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 500;
    color: #111;
    margin-bottom: 10px;
}

/* VARIANT */

.cart-product-variant {
    font-size: .875;
    line-height: 1.2;
    color: #7a7a7a;
}

/* REMOVE */

.cart-remove-btn {
    border: none;
    background: transparent;
    font-size: 1.600rem;
    font-weight: 500;
    line-height: 1.2;
    color: #8b8b8b;
    padding: 0;
}

/* BOTTOM */

.cart-product-bottom {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
}

/* QUANTITY */

.cart-quantity-box {
    width: 150px;
    height: 48px;
    border: 1px solid #dddddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 14px;
}

.cart-quantity-box button {
    border: none;
    background: transparent;
    font-size: 28px;
    color: #111;
}

.cart-quantity-box input {
    width: 40px;
    border: none;
    outline: none;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

/* PRICE */

.cart-product-price {
    font-size: 1.125rem;
    font-weight: 400;
    color: #111;
}

.cart-summary-box {
    background: #e5e5e5;
    padding: 38px;
    position: sticky;
    top: 120px;
}

/* TITLE */

.summary-title {
    font-size: 1.25rem;
    font-weight: 500;
    color: #111;
    margin-bottom: 34px;
}

/* ROW */

.summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.summary-row span {
    font-size: 1.125rem;
    color: #666;
}

.item-amount {
    font-size: 1.125rem;
    color: #000 !important;
    font-weight: 400;
}

/* DIVIDER */

.summary-divider {
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    margin: 30px 0;
}

/* TOTAL */

.summary-row.total {
    margin-bottom: 34px;
}

.summary-row.total span {
    font-size: 1.125rem;
    color: #111;
    font-weight: 500;
}

/* BUTTONS */

.checkout-btn {
    display: flex;
    width: 100% !important;
    height: 62px;
    border: none;
    text-align: center;
    padding: 20px;
    background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
    transition: .25s ease;
    justify-content: center;
    align-items: center;
}

.checkout-btn:hover {
    background: #111;
}

.continue-shopping-btn {
    display: flex;
    width: 100%;
    height: 62px;
    border: 1px solid #111;
    background: transparent;
    color: #111;
    font-size: 20px;
    font-weight: 500;
    transition: .25s ease;
    align-items: center;
    justify-content: center;
}

.continue-shopping-btn:hover {
    background: #111;
    color: #fff;
}

@media(max-width:1399px) {

    .cart-heading {
        font-size: 58px;
    }

    .summary-title {
        font-size: 34px;
    }

}

@media(max-width:1199px) {

    .cart-product-price {
        font-size: 28px;
    }

}

@media(max-width:991px) {

    .cart-container {
        padding-inline: 24px;
    }

    .cart-summary-box {
        position: relative;
        top: 0;
    }

}

@media(max-width:767px) {

    .cart-page-section {
        padding: 90px 0 70px;
    }

    .cart-container {
        padding-inline: 16px;
    }

    .cart-heading {
        font-size: 42px;
        margin-bottom: 40px;
    }

    .cart-item {
        flex-direction: column;
    }

    .cart-product-image {
        width: 100%;
        height: 320px;
    }

    .cart-product-title {
        font-size: 20px;
    }

    .cart-product-variant {
        font-size: 16px;
    }

    .cart-product-bottom {
        margin-top: 24px;
        align-items: center;
    }

    .cart-product-price {
        font-size: 24px;
    }

    .summary-title {
        font-size: 28px;
    }

    .summary-row span {
        font-size: 18px;
    }

    .summary-row.total span {
        font-size: 22px;
    }

    .checkout-btn,
    .continue-shopping-btn {
        height: 54px;
        font-size: 17px;
    }

}

/* ==========================================================================
    CART SECTION END
    ========================================================================== */

/* ==========================================================================
    Strip SECTION  END
========================================================================== */

/* ==========================================================================
    Support PAGE START
========================================================================== */

.support-section {
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
}

.support-heading {
    font-size: clamp(2rem, 5vw, 1.7rem);
    line-height: 1.2;
    font-weight: 400 !important;
    color: #000;
    margin-bottom: 12px;
}

.support-subheading {
    font-size: 16px;
    color: #7d7d7d;
    margin-bottom: 0;
}

.support-card {
    background: #ffffff;
    text-align: center;
    padding: 20px 30px;
    height: 100%;
    transition: 0.4s;
}

.support-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.10);
}

.support-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #e4e7de;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 28px;
    transition: 0.4s;
}

.support-icon i {
    color: #3d7b12;
    font-size: 28px;
    transition: 0.4s;
}

.support-card h4 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}

.support-card p {
    font-size: 14px;
    color: #8a8a8a;
    margin-bottom: 0;
    line-height: 1.6;
}

.support-card:hover .support-icon {
    background: #dce8d2;
}

.support-card:hover .support-icon i {
    transform: scale(1.1);
}

@media(max-width:991px) {

    .support-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .support-subheading {
        font-size: 1rem;
    }

    .support-card {
        padding: 40px 25px;
    }

    .support-card h4 {
        font-size: 1.5rem;
    }

    .support-card p {
        font-size: 1rem;
    }

}

.mini-cart-overlay {

    position: fixed;

    inset: 0;

    background: rgba(0, 0, 0, .4);

    z-index: 9998;

    opacity: 0;
    visibility: hidden;

    transition: .3s ease;

}

.mini-cart-overlay.active {

    opacity: 1;
    visibility: visible;

}

.mini-cart-drawer {

    position: fixed;

    top: 0;
    right: 0;

    width: 420px;
    max-width: 100%;

    height: 100vh;

    background: #fff;

    z-index: 9999;

    transform: translateX(100%);

    transition: .35s ease;

    display: flex;
    flex-direction: column;

}

.mini-cart-drawer.active {

    transform: translateX(0);

}

.mini-cart-header {

    padding: 24px;

    border-bottom: 1px solid #eee;

    display: flex;
    align-items: center;
    justify-content: space-between;

}

.mini-cart-close {

    border: none;
    background: none;

    font-size: 2rem;

    line-height: 1;

}

.mini-cart-body {

    flex: 1;

    overflow-y: auto;

    padding: 24px;

}

.mini-cart-footer {

    border-top: 1px solid #eee;

    padding: 24px;

}

.mini-cart-subtotal {

    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 20px;

}

.mini-cart-btn {

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 54px;

    border-radius: 999px;

    border: 1px solid #111;

    color: #111;

    text-decoration: none;

    margin-bottom: 12px;

    font-weight: 600;

}

.mini-cart-btn.dark {

    background: #111;
    color: #fff;

}

.mini-cart-item {

    display: flex;

    gap: 16px;

    margin-bottom: 24px;

}

.mini-cart-item img {

    width: 90px;
    height: 110px;

    object-fit: cover;

    border-radius: 14px;

}

.mini-cart-item-title {

    font-size: .95rem;
    font-weight: 600;

    margin-bottom: 8px;

}

.mini-cart-remove {

    border: none;
    background: none;

    padding: 0;

    color: red;

    font-size: .85rem;

}

.wishlist-count-badge {
    position: absolute;
    top: 2px;
    right: 38px;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    padding: 0 5px;
    z-index: 10;
}

/* ==========================================================================
    Support PAGE  END
========================================================================== */

