body {
    background-color: #fff !important;
}

figure {
    margin: 0 !important;
    padding: 0 !important;
}

figure img {
    width: 100%;
}

.row>* {
    padding: 0;
}

.container--fluid {
    padding: 0 6%;
}

.container-fluid {
    padding: 0;
}

.toast {
    position: fixed;
    right: 20px;
    top: 120px;
    background: rgba(0, 0, 0, 1) !important;
    color: #fff !important;
    padding: 12px 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: sans-serif;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.4s ease;
    z-index: 9999;
    border-radius: 0 !important;
}

.toast span {
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
}

.toast.show {
    opacity: 1;
    transform: translateY(0);
}

.toast.success {
    border-left: 4px solid #4caf50;
}

.toast.error {
    border-left: 4px solid #f44336;
}

.toast.info {
    border-left: 4px solid #2196f3;
}

.cart--page-wrapper {
    .container--fluid {
        align-items: flex-start;
    }

    .cart--page-items {
        position: relative;
    }

    .cart--page-items-card {
        margin-bottom: 20px;
        background-color: #F3F3F3;
        padding: 30px 20px 10px;
        position: relative;
        /* align-items: center; */
    }

    .cart--page-items-count,
    .cart--page-items-quantity {
        text-align: right;
    }

    .cart--page-items-count {
        color: #737373;
        font-family: "Figtree", light;
        font-size: 14px;
    }

    .cart--page-items-title {
        color: #000;
        font-size: 18px;
        font-family: "Figtree", Regular;
        font-weight: 400;
    }

    .cart--page-items-subtitle {
        color: #737373;
        font-size: 14px;
        font-family: "Figtree", light;
        margin-top: 10px;
        font-weight: 400;
    }

    .cart--page-items-sku,
    .cart--page-items-size {
        color: #737373;
        font-size: 12px;
        font-family: "Figtree", light;
        margin-top: 10px;
        font-weight: 400;
    }

    .cart--page-items-price {
        margin-bottom: 10px;
    }

    .old-price {
        color: #A1A1A1;
        font-size: 13px;
        font-family: "Figtree", light;
        text-decoration: line-through;
    }

    .new-price {
        color: #000;
        font-size: 18px;
        font-family: "Figtree", light;
    }



    .close-item {
        position: absolute;
        top: 10px;
        right: 15px;
        margin-bottom: 10px;
        border: 0;
        background: none;
        z-index: 2;
    }

    .close-item i {
        color: #A1A1A1;
        font-size: 14px;
        font-weight: bold;
    }

    .cart--page-items-content {
        padding-top: 20px;
        padding-left: 20px;
    }

    .cart--page-items-quantity {
        padding-top: 20px;
    }

    .card-details-quantity {
        width: 100%;
        text-align: right;
        display: flex;
        justify-content: flex-end;
    }

    .card-details-quantity-inner {
        width: 65%;
        text-align: right;
        border: 1px solid #E5E5E5;
        line-height: 0;
        padding: 5px 0;
        display: flex;
        justify-content: center;
    }

    .quantity-input {
        width: 50%;
        text-align: center;
        border: 0;
        background: none;
        color: #0A0A0A;
        font-size: 20px;
    }

    .quantity-btn {
        border: none;
        font-size: 24px;
    }

    .customize-cart {
        margin-top: 7px;
        color: #BDA371;
        font-size: 13px;
        font-family: "Figtree", light;
        border: 0;
        background: none;
    }

    .customize-set-size-block {
        background: white;
        padding: 25px;
    }

    .customize-set-size-title {
        color: #1E1E1E;
        font-size: 20px;
        font-family: "Figtree", light;
    }

    .customize-set-sizes {
        margin-top: 8px;
        display: block;
        font-size: 14px;
        font-family: "Figtree", light;
        color: #757575;
    }

    .customize-set-collection {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        list-style: none;
        padding: 0;
        margin: 0;
        margin-top: 30px;
    }

    .customize-set-collection-item {
        padding: 20px;
        width: calc(23% - 0px);
        background: white;
    }

    .customize-set-collection-item .heading {
        color: #1e1e1e;
        font-size: 20px;
        font-weight: 600;
        font-family: "Figtree", light;
    }

    .customize-set-collection-item .subheading {
        margin: 15px 0 10px;
        font-size: 18px;
        color: #757575;
        font-family: "Figtree", light;
    }


    .room--collection-set {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .room--collection-set.full-set {
        display: block;
    }

    .room--collection-set.full-set .room--collection-set .card-details-quantity-inner {
        width: 20%;
    }

    .room--collection-set.full-set .card-details-quantity-inner {
        width: 18%;
    }

    .room--collection-set .cart--page-items-quantity {
        display: flex;
        align-items: flex-end;
    }

    .room--collection-set .cart--page-items-card {
        background-color: #fff;
        padding: 10px 15px;
    }

    .room--collection-set .cart--page-items-size {
        font-size: 12px;
        color: #757575;
        font-family: "Figtree", light;
        margin-top: 5px;
        white-space: nowrap;
    }

    .room--collection-set .cart--page-items-price {
        margin-top: 15px;
    }

    .room--collection-set .cart--page-items-title {
        font-size: 18px;
        color: #000;
        font-family: "Figtree", light;
        margin-right: 20px;
        word-wrap: break-word;
    }



    /* .room--collection-set .close-item {
        margin-bottom: 40px;
    } */

    .room--collection-set .card-details-quantity-inner {
        width: 80%;
    }

    .room--collection-set .quantity-btn {
        font-size: 16px;
        background: none;
    }

    .room--collection-set .quantity-input {
        width: 40%;
        font-size: 16px;
    }

}

.cardtoggle {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.7s ease;
}

aside.cart-page--wrapper-right {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08),
        0 4px 12px rgba(0, 0, 0, 0.06);
    padding: 24px;

    /* img {
        vertical-align: sub;
    } */

    .order--summary-title {
        font-size: 20px;
        font-family: "Figtree", light;
        color: #171717;
    }

    .order--summary-list {
        list-style: none;
        padding: 0;
        margin-top: 20px;
    }

    .order--summary-item,
    .order--summary-total {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .order--summary-item-discount,
    .order--summary-item-heading,
    .order--summary-item-amount,
    .order--summary-text {
        font-weight: 500;
        font-family: "Figtree", light;
        font-size: 17px;
    }

    .order--summary-item-discount {
        color: #BDA371;
    }

    .order--summary-item-heading {
        color: #525252;
    }

    .order--summary-item-amount,
    .order--summary-tex {
        color: #171717;
    }

    .order--summary-total {
        padding-top: 20px;
        border-top: 1px solid rgba(0, 0, 0, 0.10);
    }

    .order--summary-totalamount {
        font-weight: 500;
        font-family: "Figtree", light;
        font-size: 20px;
    }

    .order--summary-coupon-title {
        color: #525252;
        font-weight: 500;
        font-family: "Figtree", light;
        font-size: 17px;
        cursor: pointer;
    }

    .order--summary-coupon-title i {
        color: #BDA371;
    }

    .order--summary-coupon-input {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.7s ease;
    }

    .order--summary-coupon-input.active {
        max-height: 45px;
        overflow: visible;
        transition: max-height 0.7s ease;
    }

    .coupon-input {
        background-color: #F5F5F5;
        width: 80%;
        border: 1px solid #F5F5F5;
        padding: 8px;
        margin-right: 5px;
    }

    .apply-btn {
        width: 18%;
        border: 1px solid #B99B57;
        color: #B99B57;
        font-family: "Figtree", light;
        padding: 8px;
        font-size: 14px;
        background: none;
        transition: all 0.5s ease-in;
    }

    .apply-btn:hover {
        background-color: #BDA371;
        color: #fff;
    }

    .order--summary-proceed-btn .proceed-btn {
        width: 100%;
        padding: 10px;
        text-align: center;
        font-family: "Figtree", light;
        font-size: 16px;
        color: #fff;
        background: #BDA371;
        border: 1px solid #BDA371;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .secure-text {
        margin-top: 20px;
        color: #737373;
        font-family: "Figtree", light;
        font-size: 12px;
        text-align: center;
        line-height: 0;
    }

    .order--summary-additionalinfo {
        margin-top: 30px;
        padding: 20px 0 0;
        border-top: 1px solid rgba(0, 0, 0, 0.10);
    }

    .order--summary-additionalinfo li {
        color: #737373;
        font-family: "Figtree", light;
        font-size: 12px;
        list-style-position: inside;
    }

    .row {
        --bs-gutter-x: 0;
    }

}


.cart--like-product {

    .cart-like-product .description {
        margin-top: 10px;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        font-family: "Figtree", light;
        color: #000;
    }

    .cart--like-product-title {
        text-align: center;
        font-size: 24px;
        font-family: 'Playfair Display', serif;
        text-transform: capitalize;
        font-weight: 300;
    }

    .cart--like-product-text {
        margin-top: 10px;
        color: #525252;
        text-align: center;
        font-family: "Figtree", light;
        font-size: 16px;
        text-transform: capitalize;
    }

    .cart-like-product-item {
        border: 1px solid #BDA371;
        padding: 10px;
    }

    .cart-like-product-item img {
        width: 100%;
    }

    .button-group {
        display: flex;
        justify-content: space-between;
    }

    .button-group a {
        background-color: #000;
        padding: 7px;
        color: #fff;
        text-align: center;
        font-family: "Figtree", light;
        font-size: 12px;
        width: 49%;
    }
}

/* .cardtoggle.active {
  max-height: 100%;
} */

.paginationSlider.swiper .swiper-pagination {
    top: inherit;
    width: 85%;
    left: 0%;
    right: 0;
    bottom: 8%;
    display: flex;
    transform: translate(0px, 0px);
    margin: auto;
    background: #BDA371;
}

.paginationSlider .swiper-wrapper {
    padding-bottom: 80px !important;
}

.paginationSlider .swiper-button-next,
.paginationSlider .swiper-button-prev {
    top: auto;
    bottom: 20px;
}

.paginationSlider .swiper-button-next img,
.paginationSlider .swiper-button-prev img {
    width: 45px;
}

.paginationSlider .swiper-button-next {
    right: 50px;
}

.paginationSlider .swiper-button-prev {
    left: 50px;
}

.paginationSlider .swiper-pagination.center-pagination {
    background-color: #838383 !important;
    display: flex !important;
}

.paginationSlider .swiper-pagination-bullet-active {
    background-color: #BDA371 !important;
    border-radius: 0 !important;
    padding: 0;
    margin: 0 !important;
}

.paginationSlider .swiper-pagination-bullet {
    border-radius: 0;
    margin: 0;
    flex: 1;
    transition: all 0.35s ease;
    height: 3px;
    background-color: unset;
}

.pagination-counter {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    color: #000;
    font-size: 14px;
    font-family: "Figtree", light;
}



.new--arrivals img {
    width: 100%;
}


/* @media (orientation: landscape) {
    .cart--page-wrapper {

        .card-details-quantity-inner {
            width: 100%;
        }
    }
} */


.cart-empty-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 150px 20px;
}

.cart-empty-container {
    text-align: center;
    /* max-width: 520px; */
    margin: 0 auto;
}

/* Image */
.cart-empty-image img {
    width: 140px;
    margin-bottom: 20px;
}

/* Title */
.cart-empty-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: rgba(51, 51, 51, 1);
    font-family: "Figtree", light;
}

/* Description */
.cart-empty-description {
    font-family: "Figtree", light;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(75, 75, 75, 1);
    margin-bottom: 25px;
    max-width: 330px;
    margin: 0 auto 20px;
}

/* Button */
.cart-empty-btn {
    display: inline-block;
    background-color: #b5925a;
    color: #fff;
    padding: 10px 26px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.3s;
}

.cart-empty-btn:hover {
    background-color: #a37f4c;
}

/* Categories Section */
.cart-empty-categories {
    max-width: 900px;
    margin: 20px auto;
}

.categories-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    color: rgba(75, 75, 75, 1);
}

/* Category List */
.categories-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.categories-list a {
    border: 1px solid #BDA371;
    border-radius: 50px;
    padding: 6px 16px;
    font-size: 13px;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s;
    color: rgba(75, 75, 75, 1);
}

.categories-list a:hover {
    border: 1px solid #BDA371;
    border-color: #BDA371;;
    color: rgba(75, 75, 75, 1);
}


@media screen and (max-width: 992px) {

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .container--fluid {
        padding: 0;
    }
    .cart--page-wrapper {
        .cart--page-items-content {
            padding-left: 0;
        }
        .cart--page-items-card {
            padding: 30px 10px 10px;
            justify-content: space-between;
            position: relative;
        }

        .cart--page-items-title,
        .customize-set-size-title {
            font-size: 16px;
        }

        .cart--page-items-subtitle {
            font-size: 12px;
        }

        .close-item {
            position: absolute;
            top: 10px;
            right: 10px;
        }

        .cart--page-items-price {
            width: 50%;
            text-align: left;
        }

        .card-details-quantity {
            width: 50%;
        }

        .cart--page-items-quantity {
            margin-top: 10px;
            display: flex;
            flex-wrap: wrap;
            align-items: flex-end;
        }

        .card-details-quantity-inner {
            width: 70%;
        }

        .customize-set-size-block {
            margin-top: 10px;
            padding: 15px;
        }

        .customize-set-collection {
            gap: 15px;
            margin-top: 20px;
        }

        .customize-set-collection-item {
            padding: 15px;
            width: calc(47% - 0px);
        }

        .customize-set-collection-item .heading {
            font-size: 16px;
        }

        .customize-set-collection-item .subheading {
            margin: 6px 0 10px;
            font-size: 14px;
        }

        .customize-cart {
            padding: 0;
        }

        .room--collection-set {
            padding: 0;
        }

        .room--collection-set .cart--page-items-title {
            font-size: 14px;
        }

        .room--collection-set .card-details-quantity {
            width: 100%;
        }

        .room--collection-set .card-details-quantity-inner,
        .room--collection-set.full-set .card-details-quantity-inner {
            width: 100%;
        }

    }

    aside.cart-page--wrapper-right {
        padding: 24px 15px;

        .apply-btn {
            width: 22%;
        }
    }

    aside.cart-page--wrapper-right {
        .coupon-input {
            width: 75%;
        }

    }

    .paginationSlider.swiper .swiper-pagination {
        width: 65%;
    }

    .paginationSlider .swiper-button-prev {
        left: 15px;
    }

    .paginationSlider .swiper-button-next {
        right: 15px;
    }

    .paginationSlider .swiper-button-next,
    .paginationSlider .swiper-button-prev {
        top: auto;
        bottom: 10px;
    }

  .cart-empty-title {
        font-size: 18px;
    }

    .cart-empty-description {
        font-size: 13px;
    }

    .categories-list span {
        font-size: 12px;
        padding: 5px 14px;
    }

}

@media screen and (min-width: 768px) and (max-width:991px) {
    .cart--page-wrapper {
        .cart--page-items-quantity {
            display: unset;
        }

        .cart--page-items-price,
        .card-details-quantity {
            width: 100%;
            text-align: right;
        }

        .cart--page-items-card {
            align-items: center;
        }

        .card-details-quantity-inner {
            width: 50%;
        }

        .customize-set-collection {
            justify-content: space-between;
        }

        .customize-set-collection-item {
            width: calc(48% - 0px);
        }

        .room--collection-set .cart--page-items-price {
            text-align: left;
        }

        .customize-set-collection-item {
            width: calc(30% - 0px);
        }
    }
}

@media screen and (max-width: 480px) {
.container--fluid {
    padding: 0 6%;
}
}

/* Cart empty css  */



