/* ------------Fonts----------- */

@font-face {
    font-family: "Hero New Regular";
    font-style: normal;
    font-weight: normal;
    src: local("Hero New Regular"),
        url("/assets/fonts/Hero\ New\ Regular.woff") format("woff");
}

body {
    font-family: "Hero New Regular", sans-serif;
}
html,
body {
    overflow-x: hidden;
}
h1,
h2 {
    font-size: 24px;
}

/* ---------Nav Bar------------ */

.search-nav-btn .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-form label {
    display: flex;
    align-items: anchor-center;
}

.search-nav-btn input[type="search"] {
    -webkit-appearance: none !important;
    background-clip: padding-box;
    background-color: white;
    vertical-align: middle;
    border-radius: 0.25rem;
    border: 1px solid #e0e0e5;
    font-size: 1rem;
    width: 100%;
    line-height: 2;
    padding: 6px 3px 5px 46px;
    -webkit-transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

.search-nav-btn input[type="search"]:focus {
    transition: all 0.5s;
    box-shadow: 0 0 40px #f9d442b9;
    border-color: #f9d342;
    outline: none;
}

.search-nav-btn form.search-form {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

.search-nav-btn label {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: center;
    margin-bottom: 0;
}

.search-nav-btn input.search-field {
    margin-bottom: 0;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: center;
    height: 51px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.search-nav-btn input.search-submit {
    height: 51px;
    margin: 0;
    padding: 1rem 1.3rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;
}

.search-nav-btn .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.search-nav-btn .button {
    display: none;
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 1.15;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    background: #f9d342;
    color: #292826;
    border: 1px solid transparent;
    vertical-align: middle;
    text-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.search-nav-btn .button:hover,
.search-nav-btn .button:active,
.search-nav-btn .button:focus {
    cursor: pointer;
    background: #d4b743;
    color: #292826;
    outline: 0;
}

.nav-buttons {
    display: flex;
    gap: 10px;
    align-items: anchor-center;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-around;
    flex-direction: row-reverse;
}
.navbar-toggler {
    padding: unset !important;
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: rgb(255 255 255);
    background-color: #ffffff;
    border: var(--bs-border-width) solid rgb(255 255 255);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff !important;
}
.fa-search {
    position: relative;
    left: 40px;
}
.navbar-brand {
    margin-left: 115px;
}
.navbar-brand img {
    width: 200px;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 40px;
    height: 20px;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.navbar-toggler {
    border: none;
}

/* Banner Slider */
.banner-area {
    overflow: hidden;
    width: 100%;
    background: #fff;
    padding: 30px 0 10px;
}

.banner-wrapper {
    position: relative;
    width: 100%;
}

.banner-slider {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.banner-slider {
    width: 100%;
    overflow: hidden;
}

.cat-box button {
    border-radius: 0px !important;
}

/* Offer Marquee Section */
.offer-marquee {
    background: #00b15c;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    padding: 10px 0;
    font-size: 16px;
}

.marquee-content {
    display: inline-block;
    animation: marquee 18s linear infinite;
}

.marquee-content span {
    margin-right: 10px;
    display: inline-block;
    font-size: 13px;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.banner-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.swiper-slide img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    display: flex;
    border-radius: 8px;
}

/*  Pagination Dots */
.swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    background: #ff9800;
    opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
}

@media (max-width: 480px) {
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    width: 41px !important;
    height: 10px;
    border-radius: 4px 5px 4px 4px !important ;
    color: #fff;
    background: #fff !important;
}
.section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}

.card-image {
    position: relative;

    border-radius: 10px; /* smooth corners */
    overflow: hidden;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    transition: transform 0.3s ease;
}

.card-image img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

/* angled white area at the bottom */
.card-image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background: white;
    clip-path: polygon(0 100%, 100% 70%, 100% 100%, 0% 100%);
}

/* blue line at the bottom */
.card-image::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
}

/* label text */
.label {
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: rgba(114, 114, 114, 1);
    font-weight: 400;
    font-size: 14px;
    z-index: 2;
}

/* hover effect */
.card-image:hover {
    transform: scale(1.05);
}

.cat-wrapper {
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 10px;
}

.product-section {
    padding: 40px 0;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.product-card {
    background: #fff;
    /* border: 1px solid #eee; */
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

.product-card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.product-image {
    position: relative;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover img {
    transform: scale(1.05);
}

.wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aa1b1b;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wishlist:hover {
    background: #ff4081;
    color: #fff;
}

.product-info {
    padding: 12px;
    text-align: left;
}

.product-info h3 {
    font-size: 15px;
    color: #000;
    margin: 0 0 5px;
    font-weight: 500;
}

.product-info .price {
    font-size: 16px;
    color: #0e0e0e;
    font-weight: 600;
}

/*  Responsive Grid */
@media (max-width: 992px) {
    .products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .product-image img {
        height: 300px;
    }
}
/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.offer-card {
    width: 100%;
    margin: 30px auto;
}

.offer-card .col {
    flex: 1 1 50%;
    min-width: 300px;
    position: relative;
    padding: unset;
}

.offer-wrapper {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.offer-wrapper:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.offer-content {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    /* background: rgba(0, 0, 0, 0.4); */
    /* padding: 20px 30px; */
    border-radius: 8px;
    display: flex;
    align-items: anchor-center;
    justify-content: space-between;
    gap: 345px;
}

.offer-content .tag {
    display: block;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.offer-content .title {
    font-size: 36px;
    font-weight: 700;
}

@media (max-width: 992px) {
    .offer-wrapper {
        height: 350px;
    }
    .offer-content .title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .col {
        flex: 1 1 100%;
    }
    .offer-wrapper {
        height: 300px;
    }
    .offer-content {
        padding: 15px 20px;
    }
}

@media (max-width: 480px) {
    .offer-wrapper {
        height: 250px;
    }
    .offer-content .title {
        font-size: 24px;
    }
}

.footer {
    background: rgba(255, 252, 239, 1);
    padding: 60px 0 30px;

    color: #333;
}

.footer-wrapper {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 0 20px;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.footer-col p {
    font-size: 14px;
    margin-bottom: 10px;
}

/* Newsletter */
.newsletter-form {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 25px;
    overflow: hidden;
    margin: 15px 0;
}

.newsletter-form input {
    flex: 1;
    padding: 10px 15px;
    border: none;
    outline: none;
    font-size: 14px;
}

.newsletter-form button {
    background: #e0e0e0;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.newsletter-form button:hover {
    background: #ccc;
}

/* Social icons */
.social-icons a {
    display: inline-block;
    margin: 8px 10px 0 0;
    color: #333;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #007bff;
}

/* Links */
.links ul {
    list-style: none;
}

.links ul li {
    margin-bottom: 8px;
}

.links ul li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: color 0.3s ease;
}

.links ul li a:hover {
    color: #007bff;
}

/* Payment section */
.payment-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.payment-icons .icon {
    width: 80px;
    height: 80px;
    background: #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 12px;
}

/* Footer bottom */
.footer-bottom {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    font-size: 13px;
    color: #666;
}

.footer-bottom .lang i {
    margin-right: 5px;
}

/* Responsive */
@media (max-width: 992px) {
    .footer-row {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .footer-row {
        flex-direction: column;
        text-align: center;
    }
    .newsletter-form {
        max-width: 100%;
        margin: 0 auto 10px;
    }
    .social-icons {
        justify-content: center;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}
.footer-title h5 {
    font-weight: 600;
    color: #00246e;
}
.links ul {
    list-style: none;
    padding-left: unset;
}

.category-tabs {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 3px;
    /* padding: 0 1rem; */
}

.category-tabs .btn {
    border: 1px solid #ccc;
    background: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 4px 10px;
    transition: all 0.2s;
}

.category-tabs .btn.active,
.category-tabs .btn:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

/* Category list */
.category-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: background 0.2s;
}

.category-list li:hover {
    background-color: #f9f9f9;
}

.category-list img {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    object-fit: cover;
}

.cat-text {
    flex: 1;
    text-align: left;
    font-weight: 600;
    margin-left: 12px;
    text-transform: uppercase;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .offcanvas {
        width: 100%;
    }

    .category-tabs {
        justify-content: space-around;
    }

    .category-list li {
        padding: 10px 12px;
    }

    .cat-text {
        font-size: 14px;
    }
}

.offcanvas-title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
}

.thumb-images-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 70px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 400px; /* ADD THIS */
}
.thumb-images-wrapper::-webkit-scrollbar {
    width: 10px; /* Increase thickness */
}

.thumb-images-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1; /* Track color */
    border-radius: 10px;
}

.thumb-images-wrapper::-webkit-scrollbar-thumb {
    background: #c1c1c1; /* Scrollbar color */
    border-radius: 10px;
}

.thumb-images-wrapper::-webkit-scrollbar-thumb:hover {
    background: #a1a1a1; /* On hover */
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 770px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2;
    height: 1px !important;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    /* background: black; */
    border-radius: 64%;
    padding: 19px;
    font-size: 3px;
}

.heart-icon {
    position: absolute;
    top: 12%;
    left: 86%;
    z-index: 10;
}
.wishlist-product {
    background: #fff;
    padding: 6px 10px;
    border-radius: 82%;
}

.product-container {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    /* background-color: #fff; */
    border-radius: 8px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

.product-name {
    font-size: 24px;
    /* font-weight: bold; */
    margin-bottom: 10px;
}

.price {
    font-size: 22px;
    color: #00246e;
    margin-bottom: 5px;
    font-weight: 700;
}

.rating {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
}

.stars {
    color: #000000;
    font-size: 18px;
    margin-right: 5px;
}

.rating-count {
    font-size: 14px;
    color: #888;
}

.color-selection,
.size-selection {
    margin-bottom: 20px;
}

.product-container h3 {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    color: #000;
}
.cart-cololor-wrapper {
    display: flex;
    justify-content: normal;
    align-items: baseline;
}

.color-options {
    display: flex;
    gap: 10px;
    width: 575px;
    overflow-x: auto;
    justify-content: center;
}
.color-options::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}

.color-options::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.color-options::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

.color-options::-webkit-scrollbar-thumb:hover {
    background: #a1a1a1;
}

.color {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #ddd;
}

.size-options {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.size-btn {
    padding: 1px 16px;
    font-size: 15px;
    border: 1px solid #ddd;
    /* border-radius: 4px; */
    background-color: #f9f9f9;
    cursor: pointer;
}

.size-btn:hover {
    background-color: #f0f0f0;
}

.delivery-info {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.add-to-bag {
    width: 100%;
    padding: 15px;
    font-size: 18px;
    background-color: #050606;
    color: white;
    border: none;
    border-radius: 0px;
    cursor: pointer;

    text-align: center;
}

.add-to-bag:hover {
    background-color: #0056b3;
}

/* Accordion Styles */
.details-btn {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    text-align: left;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 5px;
    cursor: pointer;
}

.details-btn:hover {
    background-color: #e0e0e0;
}

.accordion-content {
    display: none;
    padding: 10px;
    border-top: 1px solid #ddd;
    background-color: #f9f9f9;
    margin-bottom: 10px;
}

/* .bag-button{
  display: flex;
  justify-content: center;
} */
.accordion-button {
    text-transform: uppercase;
    font-weight: 700;
}
.color-options img {
    width: 100px;
}
.name-price {
    display: flex;
    gap: 10px;
    align-items: anchor-center;
    justify-content: center;
}

.cart-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    background: #fff;
    transition: box-shadow 0.3s ease;
}

.cart-item:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

.cart-image img {
    width: 250px;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
}

.cart-details {
    flex: 1;
    margin-left: 15px;
}

.product-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #222;
}

.product-info {
    font-size: 15px;
    color: #555;
    margin-bottom: 10px;
}

.wishlist {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
}

.wishlist:hover {
    color: #ff5a00;
    border-bottom: 2px solid #ff5a00;
}

.cart-price {
    text-align: right;
    min-width: 70px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

.cart-price span {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.remove-btn {
    background: transparent;
    border: none;
    font-size: 20px;
    line-height: 1;
    color: #888;
    cursor: pointer;
    margin-top: 10px;
    transition: color 0.3s;
}

.remove-btn:hover {
    color: #ff5a00;
}

/* Quantity Buttons */
.quantity-control {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 10px;
}

.qty-btn {
    background: #f9f9f9;
    border: none;
    width: 30px;
    height: 30px;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s;
}

.qty-btn:hover {
    background: #ff5a00;
    color: #fff;
}

.qty-input {
    width: 40px;
    height: 30px;
    text-align: center;
    border: none;
    outline: none;
    background: #fff;
    font-size: 14px;
}

.checkout-box {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}

.checkout-box h6 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.coupon-header {
    font-size: 14px;
    color: #444;
    margin-bottom: 10px;
}

.coupon-input {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
}

.coupon-input input {
    flex: 1;
    border: none;
    padding: 10px;
    outline: none;
    font-size: 14px;
}

.apply-btn {
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.apply-btn:hover {
    background: #333;
}

.offer {
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.offer-code {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offer-desc {
    font-size: 13px;
    color: #555;
}

.apply-btn-small {
    background: #000;
    color: #fff;
    border: none;
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 4px;
    cursor: pointer;
}

.address-card {
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
}

.address-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}

.address-details {
    font-size: 13px;
    color: #555;
    margin-bottom: 5px;
}

.view-other {
    font-size: 13px;
    color: #ff5a00;
    text-decoration: none;
}

.create-address-btn {
    width: 100%;
    border: 1px solid #000;
    background: #fff;
    font-size: 13px;
    padding: 8px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 8px;
    transition: all 0.3s;
}

.create-address-btn:hover {
    background: #000;
    color: #fff;
}

.gift-card {
    font-size: 13px;
    margin-top: 8px;
}

.gift-card a {
    color: #ff5a00;
    text-decoration: none;
}

.price-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin: 5px 0;
}

.price-row.total {
    border-top: 1px solid #ddd;
    padding-top: 8px;
    font-weight: 700;
}

.pay-btn-wrap {
    text-align: center;
}

.pay-btn {
    width: 100%;
    background: #000;
    color: #fff;
    border: none;
    padding: 14px 0;
    font-size: 15px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s;
}

.pay-btn:hover {
    background: #222;
}

@media (max-width: 576px) {
    .checkout-box {
        padding: 12px;
    }
    .apply-btn {
        font-size: 12px;
    }
    .pay-btn {
        font-size: 14px;
    }
}
.sidebar-menu {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px 0;
    width: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.sidebar-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-menu li {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    padding: 12px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sidebar-menu li:hover {
    background-color: #f7f7f7;
}

.sidebar-menu li.active {
    background-color: #f0f0f0;
    font-weight: 600;
    border-left: 3px solid #000;
}

.arrow {
    font-size: 18px;
    color: #999;
    transition: transform 0.3s ease;
}

.sidebar-menu li:hover .arrow {
    transform: translateX(3px);
    color: #000;
}

@media (max-width: 576px) {
    .sidebar-menu li {
        font-size: 13px;
        padding: 10px 14px;
    }
    .arrow {
        font-size: 16px;
    }
}

/* Welcome Banner */
.welcome-banner {
    background: #00a859;
    color: #fff;
    border-radius: 8px;
    padding: 10px 20px;
    display: flex;
    align-items: anchor-center;
    justify-content: space-between;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 500;
}

.welcome-banner strong {
    font-weight: 700;
}

.profile-icon {
    background: #fff;
    color: #00a859;
    font-size: 22px;
    font-weight: bold;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

/* Dashboard Cards Grid */
.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 20px;
    margin-bottom: 25px;
}

.dashboard-card {
    background: #fff;
    border: 1px solid #00a859;
    border-radius: 10px;
    text-align: center;
    padding: 25px 15px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.remove-btn {
    background: black;
    color: #fff;
    padding: 3px 8px;
    border-radius: 29px;
}
.btn-move-cart i {
    background: black;
    color: #fff;
    padding: 5px 6px;
    border-radius: 24px;
}

.btn-info {
    background: green !important;
    color: #fff !important;
    border: green !important;
    border-radius: 0px !important;
}

.dashboard-card:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.dashboard-card .icon {
    font-size: 28px;
    margin-bottom: 10px;
}

.dashboard-card h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
}

.dashboard-card p {
    font-size: 13px;
    color: #666;
}

/* Help Box */
.help-box {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 18px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
}

.help-icon {
    font-size: 18px;
    color: #00a859;
}

.help-box strong {
    color: #000;
}

/* Responsive */
@media (max-width: 576px) {
    .welcome-banner {
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }

    .dashboard-card {
        padding: 20px 10px;
    }

    .help-box {
        flex-direction: column;
        text-align: center;
    }
}

.modal-content {
    padding: 30px;
}

.login-wrapper {
    display: flex;
}
.login-wrapper .first-image {
    width: 140px;
    height: 179px;
    /* transform: scale(2.5); */
    border-radius: 15px;
}
.login-wrapper .second-image {
    position: relative;
    top: 55px;
    height: 78px;
    left: -26px;
    background: #fff;
    border-radius: 45%;
}
#sizeChartBtn {
    position: relative;
    left: 40%;
    padding-top: 30px;
    color: #00246e;
    font-weight: 600;
}
.details .accordion-item {
    border: none !important;
    border-bottom: 1px solid #eee !important;
}
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #dedede !important;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
        var(--bs-accordion-border-color);
}
.badge {
    background: #e16e50;
    color: #ffffff;
    font-size: 8px;
    padding: 2px 6px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -5px;
}

.closes {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.closes:hover {
    color: black;
}
.size-image {
    display: flex;
    justify-content: center;
}
.log-body {
    display: flex !important;
}
.btn-primary {
    border-radius: 0px !important;
    background: #00b15c !important;
    border: #00b15c !important;
}
.account-footer {
    display: flex !important;
    justify-content: space-between !important;
}
a {
    text-decoration: none;
}

.login-btn {
    background: #000 !important;
    border: none !important;
    border-radius: 0px !important;
    width: 190px;
}
.acc-form {
    padding: unset !important;
}
.modal-header {
    border-bottom: none !important;
}
.logform-content h1 {
    font-size: 18px;
}
.logform-content p {
    font-size: 10px;
}

.form-slide {
    display: none;
    transition: all 0.5s ease-in-out;
}

.form-slide.active {
    display: block;
    animation: slideIn 0.5s forwards;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
.filter-name {
    font-size: 20px;
    text-align: start;
    margin-inline-start: 20px;
    color: #00b15c;
    font-weight: 700;
    text-transform: uppercase;
}

.filter-btns {
    background: #000;
    color: #fff;
    padding: 5px;
}
.filter-btns:hover {
    background: #fff;
    color: #000;
    padding: 5px;
    border: 1px solid;
}

del {
    color: gray;
}
.thumb-images-wrapper img {
    border: 1px solid #00b15c;
}

.remove-item {
    color: red;
    background: #ffeeeeee;
    padding: 2px 8px 0px 7px;
    border-radius: 70%;
    text-align: center;
}

.profile-icon img {
    cursor: pointer;
    border-radius: 50%;
    transition: 0.2s;
}

.profile-icon img:hover {
    transform: scale(1.1);
}
.remove-coupon-btn {
    position: relative;
    top: 0px;
    left: 92%;
    background: #ff0000a6;
    color: #fff;
    padding: 0px 7px;
    border-radius: 27%;
}

.star-rating {
    direction: rtl;
    unicode-bidi: bidi-override;
    display: inline-flex;
    gap: 5px;
    font-size: 30px;
    cursor: pointer;
}

.star-rating input {
    display: none;
}

.star-rating label {
    color: #ccc;
    transition: color 0.2s;
}

.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input:checked ~ label {
    color: #ffcc00;
}
.accordion-button::after {
    display: none; /* Remove default arrow */
}

.accordion-button:before {
    content: "+";
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
}

.accordion-button:not(.collapsed)::before {
    content: "-";
}
.accordion-button {
    position: relative;
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}
.review-btn-wrapper {
    display: flex;
    justify-content: end;
}
.wishlist.disabled {
    pointer-events: none;
    opacity: 0.5;
}
/* Badge styling */
.badge-danger {
    position: absolute;
    top: 10px;
    left: 110px;
    background-color: red;
    color: #fff;
    padding: 3px 8px;
    font-size: 12px;
    border-radius: 4px;
    z-index: 10;
    width: 98px;
}
.review-btn {
    display: flex;
    justify-content: end;
}
