@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

:root {
    --primary-font: "Merriweather Sans", sans-serif;
    --secondry-font: "Nunito", sans-serif;
    --primary-color: #9D0F2D;
    --secondry-color: #201A1A;

    --bs-primary: #9D0F2D;
    --bs-primary-rgb: 157, 15, 45;

    --muted-color: #A6A3A3;
    --bs-muted: #A6A3A3;
    --bs-muted-rgb: 166, 163, 163;

    --bs-btn-active-bg: #700A20;
}

.btn {
    font-weight: bold;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #9D0F2D;
    --bs-btn-border-color: #9D0F2D;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #800C25;
    --bs-btn-hover-border-color: #800C25;
    --bs-btn-focus-shadow-rgb: 157, 15, 45;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #700A20;
    --bs-btn-active-border-color: #700A20;
}


.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.form-check-input:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}

.desktop-logo-2{
    opacity:0;
}

.header-full-width {
    z-index: 1000;
}

/* Navigation List */
.header__nav-list {
    list-style-type: none;
}

/* Navigation Items */
.header__nav-item a:hover,
.header__nav-item a:active {
    color: var(--primary-color);
}

.header__nav-item .active {
    color: var(--primary-color);
}

#authTab .nav-link {
    color: #6c757d !important; /* text-muted */
    font-weight: 400 !important;
}

#authTab .nav-link.active {
    color: #212529 !important; /* text-dark */
    font-weight: 700 !important;
}

/* header 2 styles */
.search-bar__input {
    min-width: 300px;
    padding-right: 35px;
}

.search-bar__search-icon {
    width: 20px;
    right: 25px;
    top: 10px;
}

.breadcrumb-arrow {
    display: inline-block;
    height: 12px;
    width: 12px;
    border-right: 3px solid #212529bf;
    border-bottom: 3px solid #212529bf;
    transform: rotate(-45deg);
    margin: 2px 8px;
}

/* Utility Classes */
.primary-color {
    color: var(--primary-color) !important;
}

.primary-font {
    font-family: var(--primary-font) !important;
}

.secondary-clr {
    color: var(--secondry-color) !important;
}

.secondary-font {
    font-family: var(--secondry-font) !important;
}

.bg-primary-color {
    background-color: #9D0F2D !important;
}

/* page padding top */
.ppt-80 {
    padding-top: 80px;
}


/* padding top 80px*/
.pxt-80 {
    padding-top: 80px;
}

/* padding bottom 80px*/
.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* padding top 60px*/
.pxt-60 {
    padding-top: 60px;
}

/* padding top 40px*/
.pxt-40 {
    padding-top: 40px;
}

.text-color-body {
    color: var(--secondry-color);
}

.fsize-48 {
    font-size: 48px;
}

.fsize-40 {
    font-size: 40px;
}

.fsize-36 {
    font-size: 36px;
}

.fsize-20 {
    font-size: 20px;
}

.fsize-14 {
    font-size: 14px;
}

.heading-font,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--primary-font);
}

.text-font-body,
p,
a,
ul,
label,
li,
span,
b {
    font-family: var(--secondry-font);
}

hr {
    opacity: 0.1;
    margin: 1.5rem 0;
}

.nav-link.active {
    color: var(--primary-color);
    font-weight: 800;
}

.text-weight-medium {
    font-weight: 500;
}

.text-weight-bold {
    font-weight: 700;
    color: var(--primary-color);
}

.box-shadow {
    box-shadow: 0px 1px 3px #0000002b;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.170) !important;
}

.fw-bold-800 {
    font-weight: 800;
}

.top-16 {
    top: 16%;
}

.btn-border {
    border: 1px solid var(--primary-color);
}

.contact__box {
    border-radius: 10px;
}

.contact__item-icon-wrapper {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 6px;
    border: 2px solid black;
}

.contact__item-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact__map {
    border-radius: 10px;
}

.modal-backdrop {
    z-index: 990 !important;
}

/* for off canvas */
.accordion-button.off-canvas-menu::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.accordion-button.off-canvas-menu:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.link-border-bottom {
    border-bottom: 1px solid #E0E0E0;
}

/* Shop Page Full Width Version */
/* Sort Select */
.main__sort-select {
    margin-left: 10px;
    max-width: max-content;
    min-width: 130px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #EBE2E2;
    border-radius: 0;
}

.main__sort-select.v-3 {
    max-width: 99%;
}

.main__sort-select:focus {
    outline: none;
    box-shadow: none;
}

/* Show Select */
.main__show-select {
    margin-left: 10px;
    max-width: 180px;
    min-width: 130px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #EBE2E2;
    border-radius: 0;
}

.main__show-select:focus {
    outline: none;
    box-shadow: none;
}

/* Product Card */
.product-card-wrapper {
    align-self: stretch;
}

@media screen and (max-width:768px) {
    .product-card-wrapper {
        padding-inline: 8px;
    }
}

.upper-border-card {
    /* border-radius: 12px;
    transition: box-shadow 0.3s ease-in-out; */
    background: #FFFFFF;

}

.upper-border-card:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #EBE2E2 !important;
    border-radius: 6px;
}

/* Wishlist Icon */
.product-card__wishlist {
    font-size: 1.2rem;
    color: #ccc;
}

.product-card__wishlist:hover {
    color: var(--primary-color);
}

.product-card__wishlist:hover i.bi-heart {
    display: none;
}

.product-card__wishlist:hover i.bi-heart-fill {
    display: inline !important;
}

.product-card__wishlist.filled .bi-heart {
    display: none;
}

.product-card__wishlist.filled .bi-heart-fill {
    display: inline !important;
}

.bi-heart-fill {
    color: var(--primary-color);
}

.heart-fill {
    color: var(--primary-color);
}

.product-detail__image-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 520px;
    margin: 0 auto 0 0;
}

.product-image-card {
    margin: 0 auto;
    max-width: 470px;
    width: 100%;
    max-height: 500px;
    min-height: 400px;
    height: auto;
    border: 2px solid #EBE2E2 !important;
    border-radius: 6px;
}

.product-detail__image {
    max-width: 85%;
    height: 85%;
    object-fit: contain;
}

.thumbnail-container {
    display: flex;
    margin: 0 auto;
    padding: 5px;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

@media (max-width: 768px) {
    .main__controls {
        margin-top: 10px;
    }
}

.carousel-inner {
    overflow: visible;
    /* allow hover effects inside each item */
}

.thumbnails {
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    max-width: 100%;
}

.thumbnail-card {
    width: 150px;
    height: 180px;
    max-height: 180px;
    max-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border: 1px solid #ddd;
    border-radius: 12px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
}

.thumbnail-card.active {
    border-color: #000;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.thumbnail-card:hover {
    transform: scale(1.02);
    transition: transform 0.4s ease-in-out;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.thumbnail-img {
    max-width: 80px;
    max-height: 120px;
    width: 85%;
    height: 85%;
    object-fit: contain;
}

.carousel-control-prev,
.carousel-control-next {
    width: 35px;
    height: 40px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    z-index: 2;
    color: black;
    top: 40%;
}

.product-detail__reviews,
.product-detail__category {
    font-family: var(--secondry-font);
    font-weight: 620;
}

.product-detail__option-label {
    font-weight: 650;
    font-family: var(--secondry-font);
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #EBE2E2 !important;
    color: var(--secondry-color);
    cursor: pointer;
}

.product-detail__actions {
    width: 100%;
    margin-bottom: 2rem;
}

.product-detail__option-label:hover {
    color: var(--secondry-color) !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.product-detail__option:checked+.product-detail__option-label {
    background-color: transparent;
    border-color: var(--secondry-color) !important;
    color: var(--secondry-color);
}

.product-detail__wishlist {
    margin: 1.4rem 0;
}

.product-detail__wishlist-label {
    font-family: var(--secondry-font);
    color: var(--secondry-color);
}

.product-detail__wishlist i.bi-heart {
    display: inline;
}

.product-detail__wishlist i.bi-heart-fill {
    display: none;
}

.product-detail__wishlist.filled i.bi-heart {
    display: none;
}

.product-detail__wishlist.filled i.bi-heart-fill {
    display: inline !important;
}

.product-detail__wishlist:hover {
    color: var(--primary-color);
}

.product-detail__quantity-wrapper {
    min-width: fit-content;
    max-width: 30%;
}

.product-detail__quantity,
.cart__quantity {
    width: 60px !important;
    border: 1px solid #EBE2E2 !important;
    height: 40px;
}

.product-detail__decrement,
.product-detail__increment,
.cart__increment,
.cart__decrement {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    border-radius: 6px;
    border: 1px solid #EBE2E2 !important;
    color: var(--secondry-color);
    padding-bottom: 8px;
    padding-top: 4px;
    height: 40px;
}

.btn-outline-secondary:hover,
.btn:focus-visible {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    background-color: var(--primary-color);
}

.product-detail__cart-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: fit-content;
    width: 70%;
    text-wrap: nowrap;
    background-color: var(--primary-color);
    border-radius: 6px;
    border-color: var(--primary-color);
    height: 40px;
}

.product-detail__card-btn-label {
    color: white;
    font-family: var(--secondry-font);
    font-weight: 800;
    font-size: 0.9rem;
}

.product-detail__toggle {
    font-family: var(--secondry-font);
    font-size: 1.1rem;
    padding-left: 0px;
    gap: 8px;
}

.product-detail__toggle:active {
    background-color: unset !important;
}

.product-detail__icon {
    transition: transform 0.3s ease;
}

.product-detail__toggle[aria-expanded="true"]>.product-detail__icon {
    transform: rotate(180deg);
}

.product-detail__review {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-detail__review-author {
    font-size: 0.8rem;
}

.product-detail__review-text {
    font-size: 0.8rem;
}

.product-detail__review-star-count {
    font-size: 0.8rem;
    font-weight: bold;
    margin-right: 0.5rem;
}

.product-detail__form-label-rating {
    width: max-content;
}

.product-detail__review-star {
    font-size: 0.8rem;
}

.product-detail__review-heading {
    font-family: var(--secondry-font);
    font-size: 1rem;
    font-weight: 800;
}

.product-detail__add-review-star {
    font-size: 1.1rem;
}

.bi-star.filled::before {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
    content: "\f586";
}

.rate {
    width: max-content;
    height: auto;
    padding: 0 10px;
}

.rate:not(:checked)>input {
    position: absolute;
    display: none;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rated:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: '★ ';
}

.rate>input:checked~label {
    color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

.product-detail__form-label {
    font-size: 0.85rem;
    margin-bottom: 0.45rem;
}

.product-detail__form-input::placeholder {
    font-size: 14px;
}

.label-danger {
    color: var(--primary-color);
    font-size: medium;
}

.form-check-label {
    font-size: 0.85rem;
}

@media screen and (max-width:768px) {
    .form-check-label {
        font-size: 0.67rem;
    }

    .form-check {
        display: block;
        min-height: 1rem;
        padding-left: 1.5em;
        margin-bottom: 0rem;
    }

    .form-check-input {
        width: 10px !important;
        height: 10px !important;
    }
}

.product-detail__submit-btn {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    min-width: fit-content;
    width: 100%;
    height: 40px;
    font-family: var(--secondry-font);
    font-weight: 750;
    font-size: large;
}

.related-product-card__image {
    max-width: 90px;
    height: auto;
    max-height: 240px;
    object-fit: contain;
}

.related-product-card__badge {
    background-color: var(--primary-color);
    color: #fff;
    font-size: 14px;
    border-radius: 0 8px 8px 0;
}

.related-product__view-btn {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    min-width: fit-content;
    width: 140px;
    height: 45px;
    font-family: var(--secondry-font);
    font-weight: 750;
    font-size: large;
}

/* Product Image */
.product-card__image {
    max-height: 300px;
    object-fit: contain;
}

/* Rating */
.product-card__rating i {
    font-size: 1rem;
}

/* Category */
.product-card__category {
    font-size: 0.9rem;
}

/* Product Title */
.product-card__title {
    font-size: 1.2rem;
}

/* Price */
.product-card__price {
    color: var(--secondry-color);
}

.nav-pills {
    overflow-x: auto;
    scrollbar-width: none;
    /* Reset border-radius for all */
}

.nav-pills .nav-link {
    border: 1px solid #EBE2E2;
    border-radius: 0;
    width: max-content;
    /* Reset border-radius for all */
}

/* Apply border-radius only to the first child */
.nav-pills .nav-item:first-child .nav-link {
    border-radius: 8px 0px 0px 8px !important;
}

/* Apply border-radius only to the last child */
.nav-pills .nav-item:last-child .nav-link {
    border-radius: 0px 8px 8px 0px !important;
}

.nav-pills .nav-link.active {
    background-color: var(--primary-color);
}

.nav-link {
    color: var(--secondry-color);
}

.nav-link:hover {
    color: var(--secondry-color);
}

.pagination {
    justify-content: center;
    align-items: center;
    gap: 12px;
}

ul.pagination li a {
    border-radius: 6px !important;
    font-weight: 700;
    text-decoration: none !important;
    color: var(--secondry-color);
    border: 2px solid #EBE2E2;
}

ul.pagination li.active,
ul.pagination li a:hover {
    font-weight: 700;
    border-radius: 6px;
    border: 2px solid var(--secondry-color);
    background-color: transparent !important;
    color: var(--secondry-color);
    /* padding: 1px; */
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    font-size: 25px;
    padding: 0px 13px;
}

.disabled>.page-link,
.page-link.disabled {
    border-radius: 6px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 6px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    color: var(--secondry-color) !important;
    border: 1px solid #EBE2E2 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    font-weight: 700 !important;
    border-radius: 6px !important;
    border: 2px solid var(--secondry-color) !important;
    background-color: transparent !important;
    /* background: white !important; */
    /* padding: 1px; */
    color: var(--secondry-color) !important;
}

.active>.page-link {
    background-color: transparent;
    border: none;
    color: var(--secondry-color);
}

.page-item:not(:first-child) .page-link {
    margin-inline: 0 !important;
}

.promotional-row {
    background-image: url('../images/promotional-banner.svg');
    height: 434px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 12px;
}

.promotion-section__main {
    background-image: url('../images/banner-section-main.svg');
    width: 100%;
    min-height: 33vh;
    height: 70%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 12px;
}

.promotion-section__main h1 {
    color: var(--primary-color);
}

.promotion-section__main h2 {
    color: white;
}

.discount-text {
    font-size: 80px;
    font-weight: bold;
    color: var(--primary-color);
    display: inline-block;
}

.percent {
    font-size: 40px;
    font-weight: bold;
    vertical-align: top;
    line-height: 1;
    color: var(--primary-color);
}

.off-text {
    font-size: 20px;
    font-weight: 500;
    color: white;

}

.product-text {
    font-size: 36px;
    font-weight: bold;
    margin-top: 10px;
}

.promotion-section__lower {
    height: 26%;
}

.promotion-section__btn {
    width: 140px !important;
    height: 40px;
    font-size: large;
    font-weight: bold;
}

.shop-btn {
    width: 190px;
    background-color: var(--primary-color);
    border: none;
    font-weight: bolder;
}

.category-section__item {
    background: #FFFFFF;
    width: 150px;
}

.category-section__item:hover {
    border-radius: 8px;
    box-shadow: 3px 8px 12px rgba(0, 0, 0, 0.1);
}

.category-section__item.active {
    border-radius: 8px;
    box-shadow: 3px 8px 12px rgba(0, 0, 0, 0.1);
}

.category-section__item img {
    width: 95px;
    height: 95px;
    padding: 8px;
    margin-bottom: 10px;
    background-color: var(--secondry-color);
    border: 3px solid var(--secondry-color);
    border-radius: 50%;
    object-fit: contain;
}

.category-section__item p {
    font-weight: bold;
    font-size: 14px;
}

.newsletter-input {
    border: 2px solid var(--secondry-color);
    border-radius: 10px 0px 0px 10px;
    padding: 8px 20px;
}

.newsletter-submit {
    background-color: var(--secondry-color);
    border-radius: 0px 10px 10px 0px;
    padding: 8px 20px;
    border: none;
}

.divider-styling {
    border-top: 2px solid var(--secondry-color);
    color: var(--secondry-color);
    opacity: .50;
}

/* Shop Page Full Width Version End */
/* Shop Page Left Sidebar Version */
.main-shop-banner {
    background-image: url('../images/shop-leftsidebar-banner.jpg');
    height: 434px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 12px;
}

.main-shop-banner .primary-heading {
    font-size: 64px;
}

.main-shop-banner .primary-heading span {
    color: var(--primary-color);
}

.main-shop-banner button {
    color: #fff;
    background-color: var(--primary-color);
    border: none;
    padding: 10px 35px;
}

/* Product Card */
.product-card {
    /* box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1); */
    transition: transform 0.3s ease-in-out;
    min-height: 200px;
    height: 100%;
}

.product-card:hover {
    transition: transform 0. 3s ease-in-out;
    transform: scale(1.03);
}

/* Discount Badge */
.product-card__badge1 {
    top: 20px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 14px;
    border-radius: 0 5px 5px 0;
    z-index: 10;
}

.product-card__badge2 {
    background-color: var(--primary-color);
    color: #fff;
    font-size: 14px;
    border-radius: 5px 0 5px 0;
}

.product-card__badge-3 {
    background-color: var(--primary-color);
    color: #fff;
    font-size: 12px;
    border-radius: 5px 5px 5px 5px;
    left: 10px;
    top: 10px;
    width: fit-content;
    font-weight: 600;
}

/* Product Icons */
.product-card__icons .product-card__icon {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

.product-card__icon:hover i.bi-heart {
    display: none;
}

.product-card__icon:hover i.bi-heart-fill {
    display: inline !important;
}

.product-card__icon.filled .bi-heart {
    display: none;
}

.product-card__icon.filled .bi-heart-fill {
    display: inline !important;
}

/* Product Image */
.product-card__image {
    max-width: 100%;
    max-height: 230px;
    width: 130px;
    height: 230px;
    object-fit: contain;
}

/* Rating */
.product-card__rating i {
    font-size: 18px;
}

/* Product Title */
.product-card__title {
    font-weight: 600;
}

/* Product Price */
.product-card__price {
    color: var(--secondry-color);
}

/* Filter Sidebar */
.filter-sidebar {
    font-family: 'Arial', sans-serif;
}

/* Filter Title */
.filter-title {
    font-weight: bold;
    font-size: 16px;
    color: var(--secondry-color);
    text-transform: uppercase;
}

.form-check-input {
    margin-top: 0 !important;
}

@media screen and (min-width : 768px) and (max-width : 992px) {
    .filter-sidebar .accordion-body .form-check {
        padding-left: 10px;
    }

    .filter-sidebar .accordion-body {
        padding-right: 0px;
    }

    .filter-sidebar .accordion-body .category-filter {
        margin-right: 0px;
    }

    .form-check .form-check-input {
        width: 11px !important;
        height: 11px !important;
        margin-left:0px !important;
    }

    .form-check-label {
        font-size: 10px;
    }

}

@media screen and (max-width : 768px) {
    .filter-title {
        width: fit-content;
        padding-bottom: 3px;
        border-bottom: 1px solid #EBE2E2;
    }


    .main__sort-label {
        padding-bottom: 3px !important;
        border-bottom: 1px solid #EBE2E2;
    }
}

/* Accordion Styles */
.accordion-button {
    background: none;
    font-weight: 500;
    font-size: 14px;
    color: var(--secondry-color);
    box-shadow: none;
    padding: 10px 0;
    border-bottom: 1px solid #E0E0E0;
}

.shop-left-accordian-btn::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="black" class="bi bi-chevron-down" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M1.646 5.646a.5.5 0 0 1 .708 0L8 11.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/> </svg>') !important;
    transform: none;
    background-size: 18px 18px;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.accordion-button:focus {
    box-shadow: none;
}

/* Remove default Bootstrap styles */
.accordion-item {
    border: none;
    background: none;
}

/* Featured Products Section */
.featured-products {
    font-family: 'Arial', sans-serif;
}

.featured-title {
    font-weight: bold;
    font-size: 16px;
    color: var(--secondry-color);
    text-transform: uppercase;
}

/* Product List Styling */
.product-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Product Item */
.product-item {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    transition: 0.3s;
}

.featured-product-item {
    padding: unset;
}

.featured-product-item .product-image {
    min-height: 100px;
    max-height: 100px;
    min-width: 100px;
    max-width: 100px;
    padding: 8px 15px;
}

.featured-product-item .product-image img{
        min-height: 85px;
        max-height: 85px;
        min-width: 85px;
        max-width: 85px;
        object-fit: contain;
    }

.product-item:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Product Image */
.product-image img {
    width: 60px;
    height: auto;
}

/* Product Info */
.product-name {
    font-size: 14px;
    font-weight: 500;
    color: var(--secondry-color);
    margin-bottom: 3px;
}

.product-price {
    font-size: 14px;
    color: #000;
}

/* Product Rating */
.product-rating i {
    font-size: 12px;
}

/* Shop Page Left Sidebar Version End */

.quantity-input {
    width: 100px;
}

.cart-product-image {
    width: 30%;
    height: auto;
}

.cartItem--remove {
    height: fit-content;
    align-self: center;
    padding: 5px;
}

.success-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.success-icon i {
    color: #28a745;
    font-size: 60px;
    line-height: 60px;
}

.order-item-card {
    padding: 24px;
}

.order-item-card.border-bottom {
    border-bottom: 1px solid #EBE2E2;
}


.order-item-card img {
    width: 50px;
}

.offcanvas-body {
    height: 100%;
}


.cart-items-wrapper {
    max-height: calc(100vh - 220px);
    scrollbar-width: none;
}

.cart-remove-btn {
    width: 32px;
    height: 32px;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-size: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
}

.cart-remove-btn:hover {
    background-color: #f8f9fa;
}

.product-image {
    padding: 8px 25px;
    border-radius: 10px;
    border: 1px solid #EBE2E2;
    object-fit: contain;
}

.cart-product-image {
    width: 40px !important;
    max-height: 90px !important;
}

.cart-coupon__input {
    width: 75%;

}

.cart-coupon__section {
    width: 50%;
}

.custom-width-btn {
    width: 25%;
    min-width: fit-content;
}

.thank-you-content {
    width: 60%;
}

.purchased-products {
    padding: 24px;
    border: 1px solid #EBE2E2;
    border-radius: 10px;
}

@media screen and (min-width:993px) and (max-width: 1199px) {
    .featured-product-item .product-image {
    min-height: 80px;
    max-height:80px;
    min-width: 80px;
    max-width: 80px;
    padding: 8px 10px;
}

.featured-product-item .product-image img {
    min-height: 65px;
    max-height: 65px;
    min-width: 65px;
    max-width: 65px;
}
}
@media screen and (min-width:768px) and (max-width: 992px) {
    .product-image {
        padding: 8px 14px;
    }

    .featured-product-item .product-image {
        min-height: 100px;
        max-height: 100px;
        min-width: 100px;
        max-width: 100px;
        padding: 5px;
    }
    
    .featured-product-item .product-image img {
        min-height: 80px;
        max-height: 80px;
        min-width: 80px;
        max-width: 80px;
    }
}

@media(max-width: 992px) {
    .thank-you-content {
        width: 100% !important;
    }
}

@media(max-width: 767px) {

    .purchased-products {
        padding: 12px;
    }

    .order-item-card {
        padding: 16px 0px;
    }
}

@media(max-width: 767px) {
    .breadcrumb-arrow {
        height: 8px;
        width: 8px;
        margin: auto 5px;
    }

    .bdcb-links {
        font-size: 16px;
    }

    .cart-mbl-head {
        font-size: 18px;
    }

    .text-primary,
    .text-muted,
    .text-warning,
    .breadcrumb-arrow {
        font-size: 16px;
    }

    .product-image {
        padding: 20px 10px;
        border-radius: 10px;
        border: 1px solid #EBE2E2;
    }

    .cart-product-image {
        width: 60px !important;
        max-height: 90px !important;
    }

    .form-control.product-detail__quantity {
        font-size: 14px;
        width: 50px !important;
        padding: 5px 8px;
    }


    .cart-coupon__section {
        width: 100%;
    }

    .cart-coupon__input {
        width: 95%;
    }

    .custom-width-btn {
        width: 95%;
        min-width: fit-content;
    }

    .hr-clr {
        height: 3px;
        color: #000000;
    }
}



.faq-main__search-box {
    border: 1px solid #ddd !important;
    border-radius: 6px;
    background-color: #fff;
    padding: 4px;
    /* Reduce space inside */
    gap: 5px;
    min-width: fit-content !important;
}

.search-box__input {
    outline: none !important;
    box-shadow: none !important;
    flex-grow: 1;
}

.main__accordion {
    width: 85%;
}

@media(max-width: 992px) {
    .main__accordion {
        width: 100% !important;
    }

    .content__body {
        width: 100% !important;
        padding: 0 !important;
    }

}

@media (max-width: 768px) {

    .contact-main__container {
        margin-bottom: 2rem !important;
    }

    .category-section-row {
        flex-wrap: nowrap;
        overflow-x: scroll;
        scroll-behavior: smooth;
        scrollbar-width: none;
        /* Hide scroll bar in Firefox */
        -ms-overflow-style: none;
        /* Hide scroll bar in IE and Edge */
    }

    .product-card__badge1 {
        top: 10px;
        left: 10px;
        border-radius: 5px;
        font-size: 12px;
    }

    /* Hide scroll bar For WebKit browsers (Chrome, Safari, Opera) */
    .category-section-row::-webkit-scrollbar {
        display: none;
    }

    .promotional-row {
        height: 150px;
        padding-left: 2rem !important;
    }

    .promotional-row h2 {
        font-size: 18px !important;
        width: 65%;
        text-wrap: wrap;
    }

    .nav-link {
        font-size: 15px;
    }
}

@media (max-width: 430px) {
    .main {
        margin-top: 3rem !important;
    }

    .main__accordion {
        margin-top: 1rem !important;
    }

    .search-box__input {
        width: 100% !important;
    }

    .faq-main__search-box {
        width: 100% !important;
        margin: 0.5rem !important;
    }

    .pagination {
        justify-content: center !important;
    }

    .contact-row {
        flex-direction: column !important;
        align-items: center !important;
    }

    .promotional-row {
        padding-left: 1rem !important;
    }

    .shop-btn {
        width: 120px;
        font-size: small;
    }

    .custom-width-btn,
    .cart-coupon__input,
    .cart-coupon__section {
        width: 100%;
    }
}

.accordion-item {
    border-radius: 6px;
    background-color: white;
}

.faq-accordion-button {
    font-family: var(--secondry-font);
    font-weight: bold;
    border-bottom: 0px !important;

}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: transparent;
    color: #000 !important;
    border-bottom: 0px !important;
}

.accordion-button:focus {
    border-bottom: 1px solid #E0E0E0;
}

.accordion-body {
    font-family: var(--secondry-font);
    font-size: 15px;
}

.content__body {
    width: 85%;
    margin: 30px auto 0px auto;
    padding: 15px 15px 0px 15px;
}

/* blogs page css */
.page-title {
    font-size: 48px;
}

.blogs-content-section__featured-img {
    width: 100%;
    max-width: 819px;
    height: 484px;
    border-radius: 10px;
    object-fit: cover;
}

.blogs-content-section__meta-data {
    font-size: 16px;
}

.blogs-content-section__heading {
    font-size: 36px;
}

.blogs-content-section__excerpt {
    font-size: 20px;
}

.blogs-content-section__read-more {
    font-size: 20px;
    border-radius: 10px;
    padding: 16px 40px;
}

.blogs-section__search-icon {
    width: 20px;
    height: 20px;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordion-button::after {
    transition: all 0.5s;
}

.blogs-content-section__sidebar-col .accordion-button {
    font-size: 20px;
    color: var(--secondry-color);
}

.blogs-content-section__sidebar-col .accordion-body {
    padding: 0;
}

.blogs-content-section__accordion-txt {
    font-size: 16px;
    border-bottom: 1px solid #EBE2E2;
}

.blogs-content-section-recent-blog-date,
.blogs-content-section-recent-blog-text {
    font-size: 14px;
}

/* Blog Details Page Styling  */
.blogs-content-section__comments-heading {
    font-size: 36px;
}

.blogs-content-section__comment {
    border-bottom: 1px solid #EBE2E2;
}

.blogs-content-section__comment-title {
    font-size: 16px;
}

.blogs-content-section__comment-text {
    font-size: 16px;
}

.blogs-content-section__form-heading {
    font-size: 24px;
}

.blogs-content-section__form-btn {
    font-size: 24px;
}

.form-check-padding {
    padding: 0 32px !important;
}

.blogs-content-section__related-blogs-heading {
    font-size: 36px;
}

.blogs-content-section__related-blog-content img {
    width: 100%;
    height: 232px;
    border-radius: 10px;
}

.blogs-content-section__related-blog-content h3 {
    font-family: var(--primary-font);
    font-size: 24px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {

    /* .desktop-logo-div {
        height: 30px;
    } */

    .nav-link-clr {
        font-size: 15px;
    }

    .header-right-col form .form-control {
        width: 140px;
        padding-right: 25px !important;
    }

    .search-bar__input {
        min-width: unset;
    }

    .dt-icons {
        width: 20px;
    }

    .search-bar__search-icon {
        width: 20px;
        right: 20px;
        top: 10px;
    }

    .pxt-80 {
        padding-top: 40px;
    }

    .page-title {
        font-size: 36px;
    }

    .blogs-content-section__featured-img {
        width: 100%;
        height: 339px;
    }

    .blogs-content-section__meta-data {
        font-size: 14px;
    }

    .blogs-content-section__heading {
        font-size: 28px;
    }

    .blogs-content-section__excerpt {
        font-size: 18px;
    }

    .blogs-content-section__read-more {
        font-size: 18px;
        padding: 13px 40px;
    }

    .blogs-content-section__sidebar-col .accordion-button {
        font-size: 18px;
    }

    .blogs-content-section__comments-heading {
        font-size: 28px;
    }

    .blogs-content-section__comment-text {
        font-size: 14px;
    }

    .blogs-content-section__form-heading {
        font-size: 20px;
    }

    .blogs-content-section__form-btn {
        font-size: 16px;
    }

    .blogs-content-section__related-blogs-heading {
        font-size: 28px;
    }

    .blogs-content-section__related-blog-content img {
        height: 162px;
    }

    .blogs-content-section__related-blog-content h3 {
        font-size: 18px;
    }

}

@media screen and (max-width: 767px) {
    .ptb-80 {
        padding-top: 40px !important;
    }

    .pxt-80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .search-bar__input {
        min-width: unset;
        width: 100%;
    }

    .search-bar__search-icon {
        right: 10px;
        top: 10px;
    }

    .navCart--count {
        top: 18px !important;
    }

    .btn .badge {
        top: unset !important;
    }

    .page-title {
        font-size: 28px;
    }

    .blogs-content-section__featured-img {
        width: 100%;
        height: 200px;
    }

    .blogs-content-section__meta-data {
        font-size: 12px;
    }

    .blogs-content-section__heading {
        font-size: 20px;
    }

    .blogs-content-section__excerpt {
        font-size: 14px;
    }

    .blogs-content-section__read-more {
        font-size: 16px;
        padding: 10px 32px;
    }

    .blogs-content-section__comments-heading {
        font-size: 20px;
    }

    .blogs-content-section__form-heading {
        font-size: 16px;
    }

    .blogs-content-section__form-btn {
        font-size: 16px;
    }

    .blogs-content-section__related-blogs-heading {
        font-size: 20px;
    }

    .blogs-content-section__related-blog-content img {
        height: 107px;
    }

    .blogs-content-section__related-blog-content h3 {
        font-size: 14px;
    }
}

.story-container {
    width: 80%;
}

.image-container {
    width: 90%;
}

.background-container {
    width: 80%;
}

.our-story-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}

.our-story-content {
    max-width: 90%;
}

.our-story-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.our-story-image {
    width: 100%;
    max-width: 450px;
    display: block;
    margin: 0 0 20px 0;
}

@media (max-width: 768px) {

    .our-story-title {
        text-align: center;
    }

    .our-story-content {
        max-width: 100%;
    }

    .our-story-image {
        max-width: 100%;
    }
}

.product-section {
    padding: 60px 0;
}


.product-section .product-image,
.product-img {
    max-width: 80%;
    height: auto;
}

.product-section p {
    font-size: 16px;
    line-height: 1.6;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .product-section .row {
        max-width: 95%;
        margin: auto;
    }

    .product-section .product-image {
        max-width: 60%;
    }
}

.why-choose-us {
    position: relative;
    background: no-repeat center center/cover;
    color: white;
    padding: 60px 0;
    text-align: center;
}

.why-choose-us .container {
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.why-choose-us .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.why-choose-us .col-md-6 {
    padding: 20px;
}

.why-choose-us h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
}

.why-choose-us p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.why-choose-us .features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-choose-us .features-list li {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 10px;
}

.why-choose-us .features-list img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.reviews-slider__wrapper {
    padding: 60px 0 100px;
    transition-timing-function: linear !important;
}

.reviews-slider__slide {
    height: unset !important;
    padding: 10px;
}

.reviews-slider__slide-content {
    background: white;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.reviews-slider__review-txt {
    font-size: 20px;
}

.reviews-slider__rating-num {
    font-size: 20px;
}

.reviews-slider__rating-stars img {
    width: 26px;
    height: 26px;
}

.reviews-slider__pagination {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-70px, 350px);
    transition: .3s opacity;
    z-index: 10;
}

@media (max-width: 1600px) {

    .reviews-slider__pagination {
        transform: translate(-70px, 370px);
    }
}

@media (max-width: 1270px) {

    .reviews-slider__pagination {
        transform: translate(-70px, 400px);
    }
}

@media (max-width: 1130px) {

    .reviews-slider__pagination {
        transform: translate(-70px, 430px);
    }
}

.reviews-slider__prev-btn {
    position: absolute;
    top: unset !important;
    bottom: unset !important;
    right: unset !important;
    left: unset !important;
    transform: translate(-250px, 350px) !important;
    transition: .3s opacity;
    z-index: 10;
}

.reviews-slider__next-btn {
    position: absolute;
    top: unset !important;
    bottom: unset !important;
    right: unset !important;
    left: unset !important;
    transform: translate(-150px, 350px) !important;
    transition: .3s opacity;
    z-index: 10;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .reviews-slider__prev-btn {
        transform: translate(-240px, 420px) !important;
    }

    .reviews-slider__next-btn {
        transform: translate(-150px, 420px) !important;
    }

    .reviews-slider__wrapper {
        padding: 30px 0 0px;
        transition-timing-function: linear !important;
    }

}

@media screen and (min-width: 992px) and (max-width: 1120px) {
    .reviews-slider__prev-btn {
        transform: translate(-240px, 420px) !important;
    }

    .reviews-slider__next-btn {
        transform: translate(-150px, 420px) !important;
    }

}

@media screen and (min-width: 1120px) and (max-width: 1270px) {
    .reviews-slider__prev-btn {
        transform: translate(-240px, 400px) !important;
    }

    .reviews-slider__next-btn {
        transform: translate(-150px, 400px) !important;
    }

}

@media screen and (min-width: 1270px) and (max-width: 1440px) {
    .reviews-slider__prev-btn {
        transform: translate(-240px, 380px) !important;
    }

    .reviews-slider__next-btn {
        transform: translate(-150px, 380px) !important;
    }

}

@media screen and (min-width: 1440px) and (max-width: 1580px) {
    .reviews-slider__prev-btn {
        transform: translate(-240px, 360px) !important;
    }

    .reviews-slider__next-btn {
        transform: translate(-150px, 360px) !important;
    }

}


/* .reviews-slider__next-btn {
    transform: translate(-100px, 0px);
} */

.reviews-slider__next-btn:after,
.reviews-slider__prev-btn:after {
    font-family: unset;
    content: '';
    color: transparent;
    display: none !important;
}

.slider-heading {
    width: 50%;
}

@media (max-width: 1200px) {
    .slider-heading {
        width: 70%;
    }
}

@media (max-width: 991px) {
    .reviews-slider__pagination {
        display: none;
    }

    .slider-heading {
        font-size: 28px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .features-list {
        gap: 1.25rem !important;
    }
}

@media (max-width: 430px) {
    .why-choose-us .container {
        flex-direction: column;
        text-align: center;
    }

    .why-choose-us .row {
        flex-direction: column;
    }

    .why-choose-us .col-md-6 {
        width: 100%;
        text-align: start;
    }

    .features-list {
        gap: .25rem !important;
    }
}

.reviews-section {
    max-width: 900px;
    margin: auto;
}

.reviews-section h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.reviews-section .card {
    border: none;
    border-radius: 10px;
    background: #fff;
    text-align: left;
}

.reviews-section .stars {
    color: #FFD700;
    font-size: 1.2rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: black;
    border-radius: 50%;
}

.order-receipt {
    width: 60%;
}

@media (max-width: 768px) {
    .reviews-section .row {
        display: none;
    }

    .account-details .row {
        width: 100% !important;
    }

    .list-product-card__image {
        max-height: 211px !important;
    }

    .order-receipt {
        width: 90%;
    }
}

.account-details .row {
    width: 75%;
}

.account-details__password-btn {
    font-size: 0.90rem;
    font-family: var(--secondry-font);
}

.track-btn {
    min-width: fit-content;
}

.details-btn {
    min-width: fit-content;
}

.order-img-thumbnail {
    min-width: 64px;
    width: auto;
    height: 70px;
    object-fit: contain;
}

.order-detail-img-thumbnail {
    min-width: 72px;
    width: auto;
    height: 85px;
    object-fit: contain;
}

.badge-dot {
    width: 8px;
    height: 8px;
}

.bg-dispatched {
    background-color: rgba(255, 255, 0, 0.1);
    max-width: fit-content;
}

.bg-delivered {
    background-color: rgba(60, 167, 79, 0.1);
    max-width: fit-content;
}

.btn-green {
    background-color: #3CA74F;
}

.track-details-btn[aria-expanded="true"]::before {
    content: "Hide Details";
}

/* Default text for the collapse button */
.track-details-btn[aria-expanded="false"]::before {
    content: "Show Details";
}

.timeline {
    position: relative;
    padding-left: 1.5rem;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: transparent;
    border-left: 2px dashed #dee2e6;
}

.timeline-item {
    position: relative;
    padding-bottom: 1.5rem;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -19px;
    top: 0.25rem;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--primary-color);
    border: 1px solid white;
}

[aria-expanded="true"] .toggle-icon {
    transform: rotate(180deg);
}

@media (max-width: 430px) {
    .nav-link {
        font-size: 14px;
    }

    .details-section__item-body,
    .details-section__text {
        flex-direction: column;
        justify-content: start !important;
    }

    .details-section__buttons {
        width: 100%;
    }

    .details-section__buttons button {
        width: 50%;
    }

    .details-section__text div {
        width: 90% !important;
        margin-bottom: 1rem !important;
    }

    .track-order-buttons {
        flex-direction: column;
    }

    .track-order-buttons button {
        width: 100% !important;
        margin-top: 1rem !important;
    }
}

@media (max-width: 390px) {
    .nav-link {
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .nav-link {
        font-size: 12px;
        padding: 8px 7px;
    }
}

/* .search-con {
	position: relative;
	display: block;
}

.search-bar {
	display: none;
	width: auto;
	min-width: fit-content;
	height: 40px;
	max-width: 200px;
	border-color: #1B1616 !important;
}

.search-con:hover .search-bar,
.search-bar-input:focus .search-bar{
	display: flex;
}


.search-con:hover .search-icon{
	display: none;
}
*/



.search-wrapper {
    position: relative;
}

#searchIcon {
    border: none;
    background: none;
}

.search-bar {
    display: none;
}

.search-input {
    display: none;
    transition: all 0.3s ease;
    max-width: 250px;
}

.search-input.active {
    display: inline-block;
}

.search-close {
    display: none;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 1.2rem;
    color: #888;
}

.search-bar-icon {
    display: none;
    position: absolute;
    right: 0px;
    top: 0%;
    height: 40px;
    width: 40px;
}

.search-bar .form-control,
.search-bar .form-control:focus {
    border-color: black !important;
    box-shadow: unset !important;
    padding-right: 35px;
}

@media (min-width: 768px) {
    .dt-icons {
        width: 20px;
    }

    .search-bar-icon {
        width: 30px;
    }

    @media (min-width: 992px) {
        .dt-icons {
            width: 25px;
        }

        .search-bar-icon {
            width: 40px;
        }
    }

}


.wishlist-hover {
    display: inline-block;
    cursor: pointer;
}

.wishlist-card {
    position: absolute;
    top: 105%;
    right: 0;
    width: 400px;
    display: none;
    z-index: 1000;
}

/* .wishlist-hover:hover .wishlist-card {
    display: block;
} */
/* .wishlist-card.active{
    display: block;
} */

.user-hover {
    position: relative;
    display: inline-block;
}

.user-dropdown-card {
    position: absolute;
    top: 105%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 150px;
    display: none;
    z-index: 1000;
}

.user-hover:hover .user-dropdown-card,
.user-dropdown-card:hover {
    display: block;
}

.filter-dropdown-card {
    position: absolute;
    top: 105%;
    left: -3px;
    width: 230px;
    z-index: 1000;
}

.main__filter:hover .filter-dropdown-card,
.filter-dropdown-card:hover {
    display: block !important;
}

.dropdown-menu {
    min-width: 180px;
    padding: 0.5rem 0;
}

.carousel-item img {
    padding: 25px 3px 0px 3px;
    width: 150px;
}

@media (max-width: 768px) {
    .qv-carousel-inner {
        height: 300px !important;
    }

    .carousel-item img {
        padding: 5px 3px 0px 3px;
        width: 150px;
        height: 300px !important;
    }

    .product-detail__title {
        font-size: 20px;
    }

    .product-detail__actions {
        margin-bottom: 10px !important;
    }
}

.range-slider input[type="range"] {
    pointer-events: auto;
    height: 3px;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    background: var(--bs-primary);
    border-radius: 50%;
    cursor: pointer;
    margin-top: -4px;
    z-index: 2;
    position: relative;
}

.range-slider input[type="range"]::-moz-range-thumb {
    width: 10px;
    height: 10px;
    background: var(--bs-primary);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.range-slider input[type="range"]::-webkit-slider-runnable-track {
    height: 3px;
    background: var(--bs-primary);
    border-radius: 4px;
}

.range-slider input[type="range"]::-moz-range-track {
    height: 3px;
    background: var(--bs-primary);
    border-radius: 4px;
}

.products-grid>div {
    transition: all 0.2s ease;
}

.list-product-card__image {
    max-width: 100px;
    max-height: 200px;
    width: 100px;
    height: 200px;
    object-fit: contain;
}

.list-product-card__btn {
    min-width: fit-content;
    width: 30%;
    height: 30%;
}

/* Enable dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-link i {
    font-size: 0.7rem;
}

/* ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #3f3f3f3f;
}

::-webkit-scrollbar-thumb {
    background: #797979;
}

::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
} */

@media (min-width: 576px) and (max-width:991px) {
    .modal-dialog {
        max-width: 600px !important;
    }
}

@media (min-width: 992) {
    .modal-dialog {
        max-width: 800px !important;
    }
}