/* home page css */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body {
    font-family: "Montserrat";
}

.main-categori-wrap>a span {
    margin-right: 0px !important;
    color: #7E7E7E;
}

.badge {

    background-color: #ff7171;
    font-size: 12px;
}


.badgew {
    color: #F4F6FA;
}

.quantity-selector {
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn.btn-xs, .button.btn-xs {
    padding: 7px 8px 7px 12px;
    font-size: 12px;
    text-transform: none;
    display: inline-flex;
    flex-wrap: wrap;
    line-height: 1.3;
    align-items: center !important;
}

.qty-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #3BB77E;
    color: white;
    border: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 0;
    /* Remove padding to make buttons perfectly round */
    line-height: 1;
    /* Ensure text is centered */
    padding: 13px;
}

.wishlisted-active {
    background: #ff3d3d !important;
    color: white !important;
}


.qty-btn:hover {
    background: #2a9d6a;
    transform: scale(1.1);
}

.quantity-input {
    width: 40px;
    height: 30px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-weight: 600;
    color: #333;
    padding: 0;
    /* Remove padding for better alignment */
}

/* Updated Add to Cart Button */
.add-cart .add {
    background: #3BB77E !important;
    color: white !important;
    border-radius: 4px;
    padding: 9px 32px !important;
    font-weight: 700;
    transition: all 0.3s ease;
    border: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    align-content: center;
    flex-wrap: nowrap;
}

.add-cart .add:hover {
    background: #fff !important;
    transform: translateY(-2px) !important;
    box-shadow: 3px 5px 6px rgb(0 0 0 / 61%);
    color: #627be0 !important;
}

.wishlist-btn .action-btn:hover {
    background: #ff3d3d !important;
    color: white !important;
    transform: scale(1.1);
}

.offer-badge span {
    transition: all 0.3s ease;
}

.offer-badge:hover span {
    transform: scale(1.1) rotate(-15deg);
}

.product-cart-wrap .product-badges span {
    font-size: 10px;
}

.btn:hover,
.button:hover {
    background-color: rgb(255, 61, 61)
}

.quantity-selector {
    display: flex;
    align-items: center;
}

.quantity-label {
    margin-right: 8px;
    font-size: 14px;
}

.quantity-input {
    width: 60px;
    padding: 5px;
    text-align: center;
    border: 1px solid #3BB77E;
    border-radius: 4px;
}

.product-count {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.update-cart button {
    padding: 5px 10px;
    font-size: 12px;
}

.single-hero-slider {
    height: 300px !important;
    border-radius: 0px !important;
    background-size: cover;
}

.carausel-10-columns-cover {
    position: relative;
}

.ar {
    background: black;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    /* Add your arrow styling (background, size, etc) */
}

.slider-arrow-left {
    left: 10px;
}

.slider-arrow-right {
    right: 10px;
}

.product-cart-wrap .product-content-wrap {
    padding: 0 20px 20px 20px;
    background-color: #e8f8f1;
}

.options-btn {
    position: absolute;
    bottom: 0px;
    right: 5px;
    z-index: 9;
    background-color: #FEEE00;
    font-size: 10px;
    border-radius: 5px;
    padding: 0px 5px;
    font-weight: 700;
}

.options-btn a {
    color: #000;
}

.product-cart-wrap .product-img-action-wrap {
    position: relative;
    background-color: #e8f8f1;
    overflow: hidden;
    max-height: 320px;
    padding: 25px 25px 0 25px;
}

.product-cart-wrap .product-content-wrap .product-price span {
    font-size: 22px;
    font-weight: bold;
    color: #060606;
    padding-top: 0px !important;
}

.product-cart-wrap .product-content-wrap h2 a {
    color: #253D4E;
    font-size: 12px;
}

.product-cart-wrap .product-content-wrap .product-category a:hover {
    color: #000000;
    font-size: 14px;
}

.product-cart-wrap .product-content-wrap .product-category {
    margin-bottom: 3px !important;
    margin-top: 11px;
}

.product-cart-wrap .product-content-wrap .product-category a {
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    font-family: "Josefin Sans", sans-serif;
}

.product-cart-wrap .product-content-wrap .product-price span.old-price {
    font-size: 11px;
    color: #616c67 !important;
    margin: 0 0 0 7px;
    text-decoration: line-through;
    font-weight: 400 !important;
}

.cart-controls {
    margin-left: -7px;
}

.a-quantity-input {
    width: 86px;
    height: 39px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
}

button[type=submit]:hover {
    background-color: #ffffff !important;
}

.product-card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.quantity-selector {
    display: flex;
    align-items: center;
}

.quantity-label {
    margin-right: 10px;
}

.quantity-input {
    width: 55px;
    height: 39px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
}

.total-price {
    font-weight: bold;
    margin-left: 20px;
}

.product-cart-wrap {
    position: relative;
    background-color: #3bb77e;
    border: 1px solid #88dab5;
    /* border-radius: 28px; */
    overflow: hidden;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
}

.product-cart-wrap .product-img-action-wrap .product-img a {
    overflow: hidden;
    display: flex;
    justify-content: center !important;
}

.product-cart-wrap .product-card-bottom .add-cart .add {
    position: relative;
    display: inline-block;
    padding: 6px 20px 6px 20px;
    border-radius: 4px;
    background-color: #DEF9EC;
    color: #3bb77e;
    font-size: 14px;
    font-weight: 700;
}

.modal-content {
    border-radius: 10px;
    border: 1px solid #3BB77E;
    /* Example border color */
}

.modal-header {
    background-color: #3BB77E;
    /* Example header background color */
    color: #ffffff;
}

.modal-title {
    font-family: "Josefin Sans", sans-serif;
    color: #ffffff;
    font-weight: 700;
}

.modal-body {
    font-size: 16px;
    color: #333;
}

.modal-footer {
    justify-content: center;
    /* Center the buttons */
}

.btn {
    border: none;
}

.text-muted {
    font-size: 14px;
    font-weight: 900 !important;
    color: #ff3d3d !important;
}

.view {
    position: relative;
    display: inline-block;
    padding: 6px 20px 6px 20px;
    border-radius: 4px;
    background-color: #DEF9EC;
    color: #3bb77e;
    font-size: 14px;
    font-weight: 700;
}

.cat {
    width: 70px;
    height: 70px;
}

.card-2, .card-1 {
    position: relative;
    background: none !important;
    text-align: center;
    border-radius: none !important;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
    min-height: 0px;
    transition: 0.2s;
    border: none;
    width: 125px !important;
}

/*.slick-track{*/
/*    margin: 0px auto !important;*/
/*}*/

.card-2-1 img {
    display: flex;
    justify-content: center;
    background: #fffaaf;
    align-items: center;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin: 0 auto 6% auto;
}

.card-2 h6 a
{
    margin:0 ;
}
.card-2-1-1 img {
    display: flex;
    justify-content: center;
    background: #FDFBE2;
    align-items: center;
    height: 90px;
    width: 90px;
    margin-bottom: 6%;
    margin-left: 6%;
}

.card-2:hover {
    border: none !important;
    box-shadow: none !important;
}

.card-1:hover {
    background: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
    transition: 0.2s;
}

.carausel-10-columns-cover .carausel-10-columns .card-2 {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.carausel-8-columns-cover .carausel-8-columns .card-1 {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.card-2 figure img {
    border-radius: 10px;
    display: inline-block;
    max-width: 80px;
    align-items: center;
}

.banner {
    width: 480px;
    height: 230px;
}


@keyframes slides {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.slider {
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}

.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
  gap: 25px;
}

.slider:hover .slide-track {
  animation-play-state: paused;
}

.slider .slide {
  height: 100px;
  min-width: 150px;
}


.default-img {
    width: 200px !important;
    height: 210px !important;
}
.product-img-zoom {
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lis {
    height: 115px;
    width: 115px;
}

.toast-container {
    position: fixed;
    top: 180px;
    left: 65%;
    transform: translateX(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    pointer-events: none;
    width: auto;
    max-width: 100%;
    font-family: "Josefin Sans", sans-serif;
}

.toast {
    background-color: #fff;
    padding: 9px;
    width: 420px;
    max-width: 90%;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    overflow: hidden;
    transform: translateY(-100px) translateX(-50%);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    pointer-events: auto;
}

/* Animation States */
.toast.show {
    transform: translateY(0) translateX(-50%);
    opacity: 1;
}

.toast.hide {
    transform: translateY(-100px) translateX(-50%);
    opacity: 0;
}

/* Rest of your toast styles remain the same */
.toast i:first-child {
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    width: 37px;
    height: 37px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.toast span {
    font-size: 16px;
    color: rgb(255, 255, 255) !important;
    line-height: 1.6;
    flex-grow: 1;
    font-weight: 600;
}

.toast .fa-times {
    position: absolute;
    right: 15px;
    color: #ffffff;
    background-color: transparent !important;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.toast .fa-times:hover {
    opacity: 1;
}

/* Toast Types */
.toast.success {
    border: 1px solid #00000050 !important;
    background-color: #00000050 !important;
}

.toast.error {
    border: 1px solid #00000050 !important;
    background-color: #00000050 !important;
}

.toast.success i:first-child {
    background-color: #FFD63A !important;
}

.toast.error i:first-child {
    background-color: #ff3a3a !important;
}

.toast.info {
    border: 1px solid #00000050 !important;
    background-color: #00000050 !important;
}

.toast.info i:first-child {
    background-color: var(--info);
}

.toast.warning {
    border: 1px solid #00000050 !important;
    background-color: #00000050 !important;
}

.toast.warning i:first-child {
    background-color: var(--warning);
}

.toast.danger {
    border: 1px solid var(--danger-md);
    background-color: #00000050;
}

.toast.danger i:first-child {
    background-color: red !important;
}

/* Progress Bar */
.toast-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: rgba(26, 207, 95, 0);
}

.toast-progress-bar {
    height: 100%;
    width: 100%;
    animation: progressBar linear forwards;
}

.toast.success .toast-progress-bar {
    background-color: var(--success);
}

.toast.info .toast-progress-bar {
    background-color: var(--info);
}

.toast.warning .toast-progress-bar {
    background-color: var(--warning);
}

.toast.danger .toast-progress-bar {
    background-color: var(--danger);
}

.banner-img.style-2 {
    border-radius: 15px;
    overflow: hidden;
    height: 397px !important;
    background: url(assets/imgs/best-sale.png) no-repeat center bottom;
    background-color: #D8EBE5;
    background-size: cover;
    width: 100%;
}

@keyframes progressBar {
    from {
        width: 100%;
    }

    to {
        width: 0%;
    }
}

/* Mobile Responsiveness */
@media (max-width: 576px) {
    .toast {
        width: calc(100% - 30px);
        max-width: 100%;
    }

    .toast-container {
        width: 100%;
        padding: 0 15px;
        top: 10px;
    }

    .footer-pages {
        display: block !important;
        justify-content: left !important;
    }

    .header-bottom {
        padding: 0px 0 !important;
    }

}

@media (min-width: 992px) {
    .col-lg-2-5 {
        flex: 0 0 20%;
        max-width: 20.833333%;
    }
}


/* New CSS for enhanced footer */
.bg-gradient-footer {
    background: linear-gradient(135deg, #fffddf 0%, #fcfbe4 100%);
    position: relative;

}

.footer-wave-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    transform: translateY(-99%);
}

.footer-wave {
    width: 100%;
    height: 100%;
    fill: #fff;
}

.feature-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.icon-wrapper {
    width: 60px;
    height: 60px;
    background: rgba(71, 126, 150, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    transition: all 0.3s ease;
}

.feature-card:hover .icon-wrapper {
    background: #477e96;
}

.feature-card:hover .icon-wrapper img {
    filter: brightness(0) invert(1);
}

.feature-content {
    margin-top: 16px;
}

.feature-content h3 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #2b3445;
}

.feature-content p {
    font-size: 14px;
    color: #7d879c;
    margin-bottom: 0;
}

/* Animations */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.pulse-animation {
    animation: pulse 2s infinite;
}

@keyframes slideUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.slide-up {
    animation: slideUp 0.5s ease forwards;
}

.slide-down {
    animation: slideUp 0.5s ease forwards;
    transform-origin: top;
}

.slide-in {
    animation: slideUp 0.5s ease forwards;
    opacity: 0;
}

.logo-animation:hover .logo-img {
    animation: bounce 0.6s;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.link-hover {
    position: relative;
    padding-left: 0;
    transition: all 0.3s ease;
}

.link-hover:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #2122B8;
    transition: width 0.3s ease;
}

.link-hover:hover {
    padding-left: 10px;
    color: #477e96;
}

.link-hover:hover:before {
    width: 8px;
}

.social-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f3f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #7d879c;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #477e96;
    color: #fff;
    transform: translateY(-3px);
}

.newsletter-form .form-control {
    border-radius: 50px 0 0 50px;
    border-right: 0;
    height: 48px;
}

.btn-subscribe {
    background: #477e96 !important;
    color: #fff !important;
    border-radius: 0 50px 50px 0 !important;
    padding: 0px 21px !important;
    border: 1px solid !important;
    transition: all 0.3s ease;
}

.btn-subscribe:hover {
    background: transparent !important;
    color: #3a6a80 !important;
    border: none !important;

}

.back-to-top {
    position: fixed;
    bottom: 50px !important;
    right: 30px;
    z-index: 99;
    opacity: 0;
    transition: all 0.3s ease;
}

.back-top-btn {
    width: 50px;
    height: 50px;
    background: #477e96;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.back-top-btn:hover {
    background: #3a6a80;
    transform: translateY(-3px);
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 9px 0;
    background: #fff;
}

.footer-brand {
    margin-left: 15px;
}

.footer-brand1 {
    padding-right: 30px;
}

#scrollUp {
    width: 40px !important;
    height: 39px !important;
    color: #253D4E;
    right: 30px;
    bottom: 70px;
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
    z-index: 999 !important;
    border: 2px solid #253D4E;
    background-color: #fff;
}

#scrollUp i {
    display: block;
    line-height: 47px !important;
    font-size: 25px;
}

.footer-pages {
    display: flex;
    justify-content: space-evenly;
}

.banner-img.style-2 .banner-text {
    top: 85% !important;
    transform: none;
    left: 44% !important;
}

.preloader-inner img {
    height: 440px;
    width: 550px;
}

/* Preloader Animation */
.loader-animation {
    position: relative;
    width: 100px;
    height: 100px;
}

.loader-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-top-color: #477e96;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.loader-line-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.loader-line {
    width: 200%;
    height: 100%;
    border: 3px solid transparent;
    border-top-color: #477e96;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    animation: spin 1s linear infinite;
}

.loader-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    animation: pulse 1.5s infinite;
}

.footer-mid {
    margin-left: 42px;
    margin-right: 42px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* wishlist style */
.wishlist-outer {
    border: 1px solid black;
    border-radius: 10px;
    padding: 5px;
    /* background-color: #3bb77e; */
    border: 1px solid #88dab5;
    overflow: hidden;
    background-color: #e8f8f1;
    overflow: hidden;
    max-height: 388px;
    padding: 25px 25px 25px 25px;
}

.product-name {
    color: #253D4E !important;
}

.offer-tag {
    display: inline-block;
    background-color: #2122B8;
    color: white;
    /* padding: 5px 0px; */
    font-size: 12px;
    font-weight: bold;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%,
            83.33% 95%, 66.66% 85%,
            50% 95%, 33.33% 85%,
            16.66% 95%, 0% 85%);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    text-align: center;
}



.offer-tag span {
    padding: 6px !important;
    z-index: 1 !important;
}

.banner {
    width: 480px;
    height: 230px;
}

.badge {

    background-color: #feee00;
    font-size: 12px;
}

.badgew {
    color: #0b0b0b;
}

.badgew:hover {
    color: rgb(255, 255, 255);
}

a:hover {
    color: #ff3d52;
}

.no-product {
    height: 350px;
    width: 350px;
    position: relative;
    left: 275px;
    top: 66px;
}

.mo {
    width: 100%;
    height: 100%;
    position: relative;
    top: 60px;
    left: 290px;
}

.wishlist-btn .action-btn:hover {
    background: #ff3d3d !important;
    color: white !important;
    transform: scale(1.1);
}

.offer-badge span {
    transition: all 0.3s ease;
}

.offer-badge:hover span {
    transform: scale(1.1) rotate(-15deg);
}

.archive-header {

    border-radius: 20px;
    padding: 18px 78px;
    background-size: cover;
}

.product-content-wrap h2 a {
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 36px;
    line-height: 1.2;
}

.btn:hover,
.button:hover {
    background-color: rgb(255, 61, 61)
}

/* Product card height consistency */
.product-cart-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-cart-wrap .product-content-wrap .product-price span {
    font-size: 14px;
    font-weight: bold;
    color: #1a1a1a;
}

.slider-arrow .slider-btn.slider-prev {
    left: 5px;
    top: 0px;
}

.slider-arrow .slider-btn.slider-next {
    right: 5px;
    top: 0px;
}

.slider-arrow .slider-btn:hover {
    background-color: #2122B8;
    color: #fff;
    border-color: #2122B8;
}

.slider-arrow.slider-arrow-2 .slider-btn {
    width: 30px;
    height: 30px;
    line-height: 36px;
    font-size: 18px;
}

.product-content-wrap {
    flex: 1;
    padding: 15px;
}

/* Price alignment */
.product-price {
    display: flex;
    flex-direction: column;
}

/* Quantity selector alignment */


/* Add to cart button alignment */
.product-card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .product-cart-wrap {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}

.product-cart-wrap .product-img-action-wrap {
    position: relative;
    background-color: #d8f1e5;
    overflow: hidden;
    max-height: 320px;
    padding: 25px 25px 0 25px;
}

.product-cart-wrap {
    position: relative;
    background-color: #d8f1e5;
    border: 1px solid #ececec;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
}

.cart-item-showing {
    position: absolute;
    right: 33px !important;
    top: -9px !important;
    color: #ffffff;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
}

.banner-img .banner-text {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    padding: 0 9px 0 0 !important;
}


.primary-sidebar .sidebar-widget {
    position: relative;
    padding: 30px;
    border: 1px solid #939393;
    border-radius: 15px;
    /* box-shadow: 5px 5px 15px rgb(0 0 0 / 40%); */
    background-color: rgb(255, 255, 255);
    color: #3bb77e;
    font-size: 16px;
    font-weight: 400 !important;
}

.price_range {
    background: url(../imgs/banner/fillter-widget-bg.png) no-repeat right bottom;
    background-size: 86px;
}

.custome-checkbox .form-check-label {
    position: relative;
    cursor: pointer;
    color: rgb(0 0 0);
    font-weight: 500 !important;
    padding: 0;
    font-size: 14px;
    vertical-align: middle;
}


.product-cart-wrap .product-card-bottom .add-cart .add:hover {
    background-color: #3BB77E;
    color: #3bb77e;
    transform: translateY(-3px);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

button[type=submit]:hover {
    background-color: #ffffff !important;
}

.list-group-item {
    color: #3BB77E;
}

.a-quantity-input {
    width: 86px;
    height: 39px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
}

.text-muted {
    color: #ff3d3d !important;
    font-size: 14px;
    font-weight: 800;
}

.product-card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.quantity-selector {
    display: flex;
    align-items: center;
    gap: 2px !important;
}



.qty-btn {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #2122b8;
    color: #ffffff;
    border: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgb(0 0 0 / 0%);
    border: 1px solid #2122b8;
}

.qty-btn:hover {
    background: #2122b8;
    transform: scale(1.1);
}

.quantity-input {
    width: 40px;
    height: 30px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-weight: 600;
    color: #333;
}

/* Updated Add to Cart Button */
.add-cart .add {
    background: #2122B8 !important;
    color: white !important;
    border-radius: 4px;
    padding: 8px 21px !important;
    font-weight: 700;
    transition: all 0.3s ease;
    border: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    align-content: center;
    flex-wrap: nowrap;
}

/* Cart Controls Container */
.cart-controls {
    margin-top: -15px !important;
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .qty-btn {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }

    .quantity-input {
        width: 35px;
        height: 25px;
        font-size: 12px;
    }

    .add-cart .add {
        padding: 6px 26px !important;
        font-size: 13px;
    }
}

/* Product Card Bottom Alignment */
.product-card-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
}

.product-price {
    margin-bottom: 10px;
}



.quantity-label {
    margin-right: 10px;
}

.quantity-input {
    width: 37px !important;
    height: 32px !important;
    padding: 0px;
    border: 1px solid #ccc;
    /*border-radius: 4px;*/
    text-align: center;
}

.total-price {
    font-weight: bold;
    margin-left: 20px;
}

.product-cart-wrap .product-card-bottom .add-cart .add {
    position: relative;
    display: inline-block;
    padding: 6px 20px 6px 20px;
    border-radius: 4px;
    background-color: #DEF9EC;
    color: #3bb77e;
    font-size: 14px;
    font-weight: 700;
}

.modal-content {
    border-radius: 10px;
    border: 1px solid #3BB77E;
    /* Example border color */
}

.modal-header {
    background-color: #3BB77E;
    /* Example header background color */
    color: #ffffff;
}

.modal-title {
    font-family: "Josefin Sans", sans-serif;
    color: #ffffff;
    font-weight: 700;
}

.modal-body {
    font-size: 16px;
    color: #333;
}

.modal-footer {
    justify-content: center;
    /* Center the buttons */
}

.btn {
    border: none;
}

.cat {
    width: 70px;
    height: 70px;
}

.slider-arrow .slider-btn {
    cursor: pointer;
    background: #ffffff;
    width: 45px;
    height: 45px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 50%;
    transition: all 0.2s ease-out;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #7E7E7E;
}

i[class^="fi-rs-"]:before, i[class*=" fi-rs-"]:before, span[class^="fi-rs-"]:before, span[class*="fi-rs-"]:before {
    font-family: uicons-regular-straight !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1.6 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Toast Notification Styles */
/* Toast Notification Styles - Redesigned */
/* Toast Notification Styles - Redesigned */
.toast-container {
    position: fixed;
    top: 180px;
    left: 65%;
    transform: translateX(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    pointer-events: none;
    width: auto;
    max-width: 100%;
}

.toast {
    background-color: #fff;
    padding: 9px;
    width: 420px;
    max-width: 90%;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    overflow: hidden;
    transform: translateY(-100px) translateX(-50%);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    pointer-events: auto;
}

/* Animation States */
.toast.show {
    transform: translateY(0) translateX(-50%);
    opacity: 1;
}

.toast.hide {
    transform: translateY(-100px) translateX(-50%);
    opacity: 0;
}

/* Rest of your toast styles remain the same */
.toast i:first-child {
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    width: 37px;
    height: 37px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.toast span {
    font-size: 18px;
    color: rgb(255, 255, 255) !important;
    line-height: 1.6;
    flex-grow: 1;
}

.toast .fa-times {
    position: absolute;
    right: 15px;
    color: #ffffff;
    background-color: transparent !important;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.toast .fa-times:hover {
    opacity: 1;
}



.toast.success i:first-child {
    background-color: #FFD63A !important;
}

.toast.info {
    border: 1px solid var(--info-md);
    background-color: var(--info-l);
}

.toast.info i:first-child {
    background-color: var(--info);
}

.toast.warning {
    border: 1px solid var(--warning-md);
    background-color: var(--warning-l);
}

.toast.warning i:first-child {
    background-color: var(--warning);
}

.toast.danger {
    border: 1px solid var(--danger-md);
    background-color: var(--danger-l);
}

.toast.danger i:first-child {
    background-color: var(--danger);
}

/* Progress Bar */
.toast-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: rgba(26, 207, 95, 0);
}

.toast-progress-bar {
    height: 100%;
    width: 100%;
    animation: progressBar linear forwards;
}

.toast.success .toast-progress-bar {
    background-color: var(--success);
}

.toast.info .toast-progress-bar {
    background-color: var(--info);
}

.toast.warning .toast-progress-bar {
    background-color: var(--warning);
}

.toast.danger .toast-progress-bar {
    background-color: var(--danger);
}

@keyframes progressBar {
    from {
        width: 100%;
    }

    to {
        width: 0%;
    }
}

/* Mobile Responsiveness */
@media (max-width: 576px) {
    .toast {
        width: calc(100% - 30px);
        max-width: 100%;
    }

    .toast-container {
        width: 100%;
        padding: 0 15px;
        top: 10px;
    }
}


/* Product details-styles */

:root {
    --primary-color: #3bb77e;
    --primary-light: #def9ec;
    --secondary-color: #ff6b6b;
    --dark-color: #253d4e;
    --light-color: #f5f5f5;
    --text-color: #7e7e7e;
    --text-dark: #253d4e;
    --shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;
    --border-radius: 12px;
}

.sticky-product-header {

    display: none;
}

.btn-primary2:hover {
    background: #ff6b6b;
    transform: translateY(-2px);
    border: 1px solid #ff6b6b;
    box-shadow: 0 5px 15px rgb(255 107 107 / 40%);
    color: #ffffff;
}

.sticky-product-header.visible {
    transform: translateY(0);
    display: block;
    position: fixed;
    top: 114px !important;
    left: 0;
    right: 0;
    height: 90px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgb(0 0 0 / 48%);
    z-index: 97;
    padding: 37px 97px;
    transform: translateY(-100%);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
}

.sticky-product-image {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    object-fit: contain;
    margin-right: 15px;
    border: 1px solid #ffffff;
    background: white;
    padding: 5px;
    box-shadow: 0 2px 5px #a7a7a7;
}

a:hover {
    color: #000000;
}

.sticky-product-info {
    flex: 1;
    min-width: 0;
}

.sticky-product-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #253D4E;
}

.sticky-product-price {
    font-size: 16px;
    font-weight: 800;
    color: #322f1c;
    display: flex;
    align-items: center;
}

.sticky-product-price .old-price {
    font-size: 10px;
    color: #322f1c !important;
    text-decoration: line-through;
    margin-left: 8px;
    font-weight: 500;
}

.sticky-product-price .discount {
    font-size: 12px;
    background: #feee00;
    color: black;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: 8px;
    font-weight: 600;
}

.sticky-product-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}



.sticky-add-to-cart {

    background: #2122b8;
    color: #ffffff;
    border: 4px solid #2122b8 !important;
    padding: 16px 32px;
    height: 48px;
    /* width: 251px; */
    border-radius: 10px;
    font-weight: 600;
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 3px 10px rgb(224 232 255);
}

.sticky-add-to-cart:hover {
    background: #fffef0;
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgb(254 241 50);
}

.sticky-add-to-cart i {
    font-size: 16px;
}

/* Animation when appearing */
@keyframes slideDown {
    0% {
        transform: translateY(-250%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.sticky-product-header.visible {
    animation: slideDown 0.5s ease-out forwards;
    top: 200px;

}

.text-muted {
    color: #ff6b6b !important;
    font-size: 12px;
    font-weight: 600 !important;
}

/* Adjust for mobile */
@media (max-width: 767px) {
    .sticky-product-header {
        top: 60px;
        /* Adjust for mobile header height */
        padding: 10px 15px;
    }

    .sticky-product-image {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }

    .sticky-product-title {
        font-size: 13px;
    }

    .sticky-product-price {
        font-size: 16px;
    }

    .sticky-product-price .old-price {
        font-size: 11px;
    }

    .sticky-product-price .discount {
        font-size: 10px;
    }

    .sticky-quantity {
        margin-right: 10px;
    }

    .sticky-quantity-btn {
        width: 30px;
        height: 30px;
    }

    .sticky-quantity-input {
        width: 35px;
        height: 30px;
    }

    .sticky-add-to-cart {
        padding: 0 15px;
        height: 36px;
        font-size: 13px;
    }
}

/* Main Product Section */
.product-main-section2 {
    background: white;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    margin-bottom: 20px;
}

.product-main-section {
    width: 500px !important;
}

.product-gallery-container {
    position: relative;
    background: #f9f9f9;
    padding: 20px;
}

.main-product-image {
    width: 100%;
    height: 350px;
    object-fit: contain;
    transition: var(--transition);
}

.thumbnail-container {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    padding: 5px;
    overflow-x: auto;
}

.thumbnail {
    width: 70px;
    height: 70px;
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: var(--transition);
    background: white;
    flex-shrink: 0;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbnail.active {
    border-color: var(--primary-color);
}

.product-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--primary-color);
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
}

.wishlist-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    color: #555;
    transition: var(--transition);
}

.action-btn {
    width: 25px;
    height: 25px;
    font-size: 12px;
}

.wishlist-btn:hover {
    color: var(--secondary-color);
    transform: scale(1.1);
}

.wishlist-btn.active {
    color: var(--secondary-color);
}

/* Product Info Section */
.product-info-container {
    padding: 25px;
}

.product-title {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 17px;
    color: var(--dark-color);
}

.product-subtitle {
    color: var(--text-color);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
}

.price-container {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.current-price {
    font-size: 37px;
    font-weight: 700;
    color: #000000;
}

.old-price {
    font-size: 16px;
    color: var(--text-color);
    text-decoration: line-through;
}

.discount-badge {
    background: #2122b8;
    color: white;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.delivery-info {
    background: #feee00;
    border-radius: 8px;
    padding: 15px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.delivery-info i {
    color: #000000;
    font-size: 24px;
}

.delivery-text p {
    margin: 0;
    font-size: 14px;
}

.delivery-text strong {
    color: var(--dark-color);
}

/* Quantity Selector */
.quantity-selector {
    display: flex;
    align-items: center;
    /* border: 1px solid #ddd; */
    border-radius: 8px;
    /* overflow: hidden; */
    width: fit-content;
    margin: 20px 0;
}

.quantity-btn {
    background: #f8f9fa;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
}

/* .quantity-input {
    width: 50px;
    height: 40px;
    text-align: center;
    border: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-weight: 600;
    -moz-appearance: textfield;
} */

.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Action Buttons */
.action-buttons {
    display: flex;
    /*gap: 15px;*/
    margin-top: 20px;
    justify-content: space-between;
}

.btn-primary {
    background: #feee00;
    color: #20251a;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    transition: var(--transition);
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-primary2 {
    background: #ffffffc7;
    color: #000000;
    border: 2px solid #000000;
    padding: 10px 15px;
    border-radius: 40px;
    font-weight: 600;
    transition: var(--transition);
}

.add-wishlist-btn {
    background: #ffffffc7;
    color: #66c69a;
    border: 1px solid #3bb77e;
    padding: 0px 0px !important;
    border-radius: 50% !important;
    font-weight: 600;
    transition: var(--transition);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px !important;
    width: 45px;
}


.btn-primary:hover {
    background: #ff6b6b;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgb(0 0 0 / 75%);
}

.btn-primary2:hover {
    background: #ff6b6b;
    transform: translateY(-2px);
    border: 1px solid #ff6b6b;
    box-shadow: 0 5px 15px rgb(0 0 0);
    color: #ffffff;
}

.btn-outline {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    padding: 10px 15px;
    border-radius: 8px;
    font-weight: 600;
    transition: var(--transition);
}

.btn-outline:hover {
    background: var(--primary-light);
}

/* Highlights Section */
.highlights-container {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 15px;
    margin: 20px 0;
}

.highlight-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
}

.highlight-item:last-child {
    margin-bottom: 0;
}

.highlight-icon {
    color: var(--primary-color);
    margin-right: 10px;
    font-size: 18px;
}

/* Product Tabs */
.product-tabs {
    background: white;
    border-radius: var(--border-radius);
    box-shadow: none !important;
    margin-top: 30px;
    overflow: hidden;
}

.tab-header {
    display: flex;
    border-bottom: 1px solid #eee;
}

.tab-link {
    padding: 17px 53px;
    font-weight: 600;
    color: var(--text-color);
    position: relative;
    transition: var(--transition);
    cursor: pointer;
    font-size: 20px;
}

.tab-link.active {
    color: #000000;
}

.tab-link:hover {
    color: #636363;
    background: rgb(255 254 235);
}

.tab-link.active:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff01b;
}

.tab-content {
    padding: 10px 25px;
    min-height: 200px;
}

.section-title h3 {
    font-weight: 700;
    font-size: 23px !important;
    margin-right: 30px;
}

.tab-pane {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tab-pane.active {
    display: block;
    opacity: 1;
    animation: fadeIn 0.3s ease;
}

/* Offer Cards */
.offer-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
    margin: 30px 0;
    padding: 0px 13px;
}

.offer-card {
    background: linear-gradient(135deg, #3bb77e, #2d9cdb);
    border-radius: var(--border-radius);
    padding: 20px;
    color: white;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.offer-card:nth-child(2) {
    background: linear-gradient(135deg, #ff6b6b, #ff8e53);
}

.offer-card:nth-child(3) {
    background: linear-gradient(135deg, #6a11cb, #2575fc);
}

.offer-icon {
    font-size: 32px;
    margin-bottom: 10px;
}

.offer-card h4 {
    font-weight: 700;
    margin-bottom: 5px;
    color: white;
    font-size: 18px;
    margin-left: 0px !important;
}

.offer-card p {
    margin-bottom: 5px;
    font-size: 17px;
    opacity: 0.9;
    color: white;
    font-weight: 700;
}

.offer-card small {
    font-size: 14px;
    opacity: 0.8;
    font-weight: 700;
}

/* Trust Badges */
.trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: var(--text-color);
}

.trust-badge i {
    color: #000000;
}

/* Share Buttons */
.share-buttons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.share-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: var(--transition);
}

.share-btn.facebook {
    background: #3b5998;
}

.share-btn.twitter {
    background: #1da1f2;
}

.share-btn.whatsapp {
    background: #25d366;
}

.share-btn:hover {
    transform: translateY(-3px);
}

/* Floating Action Button */
.floating-action-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--primary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(59, 183, 126, 0.4);
    z-index: 100;
    cursor: pointer;
    transition: var(--transition);
    animation: pulse 2s infinite;
}

.floating-action-btn:hover {
    transform: scale(1.1) translateY(-5px);
    box-shadow: 0 8px 25px rgba(59, 183, 126, 0.5);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(59, 183, 126, 0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(59, 183, 126, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(59, 183, 126, 0);
    }
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .product-title {
        font-size: 20px;
    }

    .current-price {
        font-size: 20px;
    }

    .action-buttons {
        flex-direction: column;
    }

    .btn-primary, .btn-outline {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .main-product-image {
        height: 250px;
    }

    .product-info-container {
        padding: 15px;
    }

    .tab-link {
        padding: 12px 15px;
        font-size: 14px;
    }
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Breadcrumb */
.breadcrumb-wrap {
    background: #f8f9fa;
    padding: 15px 0;
    margin-bottom: 20px;
}

.breadcrumb {
    font-size: 13px;
    color: var(--text-color);
}

.breadcrumb a {
    color: var(--text-color);
    transition: var(--transition);
}

.breadcrumb a:hover {
    color: #2122b8;
}

/* Section Titles */
.section-title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 700;
    color: var(--dark-color);
    font-size: 20px;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #feee00 !important;
    border-radius: 3px;
}

/* Product Meta */
.product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 15px 0;
    font-size: 13px;
    font-weight: 700;
}

.product-meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.product-meta-item i {
    color: #000000;
}

/* Product Description */

.product-description {
    line-height: 1.6;
    color: var(--text-dark);
    font-size: 13px;
    font-weight: 500;

}

.des {
    font-size: 20px;
    margin-bottom: 10px;

}

.product-description p {
    margin-bottom: 15px;
}

.product-features {
    margin-top: 20px;
}

.feature-list {
    columns: 2;
    column-gap: 30px;
}

.feature-list li {
    margin-bottom: 10px;
    break-inside: avoid;
    display: flex;
    align-items: flex-start;
}

.feature-list i {
    color: #2122B8;
    margin-right: 8px;
    margin-top: 3px;
}

/* Additional Info Table */
.product-specs table {
    width: 100%;
    border-collapse: collapse;
}

.product-specs th {
    text-align: left;
    padding: 10px;
    background: #f8f9fa;
    font-weight: 600;
    width: 30%;
}

.product-specs td {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

/* Quantity in sticky header */
.sticky-quantity {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.sticky-quantity-btn {
    width: 30px;
    height: 30px;
    background: #f8f9fa;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
}

/* .sticky-quantity-input {
    width: 40px;
    height: 30px;
    text-align: center;
    border: 1px solid #eee;
    font-weight: 600;
    -moz-appearance: textfield;
} */

.sticky-quantity-input::-webkit-outer-spin-button,
.sticky-quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-cart-wrap .product-content-wrap {
    padding: 0 20px 0px 20px;
    background-color: #f9f9f9;
}

.product-cart-wrap .product-img-action-wrap {
    position: relative;
    background-color: #f9f9f9;
    overflow: hidden;
    max-height: 320px;
    padding: 25px 25px 0 25px;
}

.product-cart-wrap {
    position: relative;
    background-color: #f9f9f9;
    border: 1px solid #c6c6ff;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
}

.cart-text {
    font-family: "Josefin Sans", sans-serif;
}

.offcanvas-body {
    font-size: 13px !important;
}

.delivering-to-home {
    font-weight: 600;
}

.cart-home-address {
    color: #222222;
}

#autocomplete-results ul .list-group-item {
    color: #000;
}

#autocomplete-results ul .list-group-item:hover {
    background-color: #F2FBF7;
}

#autocomplete-results {
    position: absolute;
    background: #fff;
    z-index: 9999;
    width: 95%;
    max-height: 200px;
    top: 55px;
    overflow-y: auto;
    display: none;
    left: 3%;
}

.slider-nav-thumbnails button.slick-arrow:hover {
    color: #fff;
    background-color: #2122b8;
}

/*.product-cart-wrap .product-content-wrap h2 {*/
/*    height: 38px;*/
/*}*/