/* Navbar */
.navbar-wrap .topnavbar {
    background-color: #328B5F;
    padding: 5px 0;
}

.navbar-wrap .topnavbar .wrapper {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .navbar-wrap .topnavbar .wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
}

.navbar-wrap .topnavbar .wrapper .quick-links {
    display: flex;
    margin-left: auto;
    align-items: center;
    gap: 20px;
}

.navbar-wrap .topnavbar .wrapper .quick-links a {
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .navbar-wrap .topnavbar .wrapper .quick-links {
        margin-left: 0;
    }
}

.navbar-wrap .topnavbar .wrapper .promo-txt {
    font-family: "Barlow", sans-serif;
    color: #fff;
    font-size: 13px;
}

.navbar-wrap .topnavbar .wrapper .promo-txt i::before {
    font-weight: 600 !important;
}

.navbar-wrap .topnavbar .wrapper .quick-links .link {
    padding: 5px;
    /* margin-left: 10px; */
    color: #fff;
    font-size: 15px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 768px) {
    .navbar-wrap .topnavbar .wrapper .quick-links .link {
        font-size: 14px;
        margin-left: 0;
    }
}

.navbar-6 {
    background-color: #fff;
    border-bottom: 1px solid #EBEBEB;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

.navbar-6 .navbar .navbar-brand img {
    width: 205px;
}

.navbar-6 .navbar-expand-lg .navbar-nav {
    display: none;
}

.navbar-6 .dropdown-menu {
    font-family: "Barlow",sans-serif;
}

.navbar-6 .navbar-expand-lg .navbar-collapse .input-group .input-group-text {
    background-color: #fff;
    border: none;
    padding-left: 25px;
}

.navbar-6 .navbar-expand-lg .navbar-collapse .input-group input {
    border: none;
}

.navbar-6 .navbar-expand-lg .navbar-collapse .input-group input:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.navbar-6 .navbar-expand-lg .navbar-collapse .input-group {
    border: 1px solid #eee;
    border-radius: 5px;
}

.navbar-6 .navbar .navbar-toggler {
    border: none;
    margin-top: 0px;
    padding: 0px;
    font-size: 18px;
    color: #000;
}

.navbar-6 .navbar .btn-wrap a .cart-btn {
    background-color: #fff;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #000;
}

.navbar-6 .navbar .btn-wrap a .cart-btn i {
    font-size: 23px;
    color: #32895e;
}

.navbar-6 .navbar .btn-wrap a .cart-btn i .badge {
    /* top: 25% !important; */
    /* left: 80% !important; */
    font-size: 10px;
    font-style: normal;
    background-color: #BB1F27;
}

.navbar-6 .navbar .btn-wrap a .login-btn {
    background-color: #328B5F;
    font-family: "Inter", sans-serif;
    border: none;
    border-radius: 5px;
    padding: 8px 15px;
    color: #fff;
    font-weight: 300;
}

/* Hero */
.hero-wrap {
    /* margin-top: 10px;
    padding: 50px 0;
    background:
        linear-gradient(rgba(255, 252, 238, 0.2), rgba(255, 252, 238, 0.2)),
      
        
        url('../../images/thulirherba/hero-bg-img.png'); */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-wrap .carousel {
    z-index: 0;
}

.hero-wrap .carousel-inner {
    overflow: visible;
}

.hero-wrap .text-wrap {
    padding: 50px 60px;
}

.hero-wrap .text-wrap .hero-top-leaf {
    position: absolute;
    width: 7%;
    left: 40%;
    top: -5%;
}

.hero-wrap .text-wrap .hero-bottom-leaf {
    position: absolute;
    width: 7%;
    left: -3%;
}

.hero-wrap .text-wrap .title {
    font-family: "Barlow", sans-serif;
    color: #328B5F;
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 5px;
}

.hero-wrap .text-wrap p {
    font-family: "Inter", sans-serif;
    line-height: 30px;
    width: 75%;
    font-weight: 300;
}

.hero-wrap .text-wrap h3 {
    font-family: "Barlow", sans-serif;
    font-size: 30px;
    margin-bottom: 20px;
}

.hero-wrap .text-wrap a .btn {
    background-color: #328B5F;
    color: #fff;
    font-weight: 700;
    padding: 10px 35px;
    font-family: "Inter", sans-serif;
    border-radius: 12px;
    border: 2px solid #0E683B;
    box-shadow: 5px 5px 0 #0E6F3F;
    transition: all 0.2s ease;
}

.hero-wrap .carousel-indicators {
    gap: 10px;
}

.hero-wrap .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    background-color: #D9D9D9;
    border-radius: 50%;
    transition: all 0.3s ease;
    border: none;
}

.hero-wrap .carousel-indicators .active {
    width: 20px;
    height: 16px;
    background-color: #328B5F;
    border-radius: 50px;
}

/* Header Common CSS */
.header .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    /* Space between lines and image */
}

.header .icon::before,
.header .icon::after {
    content: "";
    width: 150px;
    height: 2px;
    background-color: #4f8b61;
    /* Green line color */
}

.header .icon img {
    width: 45px;
}

.header .title {
    font-size: 35px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
}

/* Products Preview */
.prd-preview {
    padding: 50px 0;
}

.prd-preview .card-custom {
    width: 150px;
    margin: 10px;
    text-align: center;
}

.prd-preview .card-custom img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.prd-preview .card-custom p {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    margin-top: 10px;
}

/* Main Products  */
.main-products {
    padding-bottom: 50px;
    position: relative;
    z-index: 0;
}

@media screen and (min-width:1024px) {
    .main-products {
        margin-top: 50px;
    }
}

.main-products .carousel {
    position: inherit;
}

.main-products .carousel .custom-control {
    width: auto;
    opacity: 1;
    bottom: 76%;
}

.main-products .carousel .carousel-control-prev {
    left: 88%;
}

.main-products .carousel .carousel-control-next {
    right: 5%;
}

.main-products .carousel .custom-control i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #328B5F;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #328B5F;
    background-color: transparent;
    transition: 0.2s ease;
}

.main-products .carousel .custom-control:hover i {
    background-color: rgba(59, 123, 87, 0.06);
}


.main-products .product-card {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    border: 1px solid #EAEAEA;
    box-shadow: none;
    font-family: "Barlow", sans-serif;
}

.main-products .product-img {
    /* height: 230px; */
    object-fit: contain;
    border-radius: 0;
}

.main-products .rating-wrap i {
    color: #EDD03D;
}

.main-products .text-dark {
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
}

.main-products .product-card .category {
    color: #328B5F;
}

.main-products .product-card .new-price {
    color: #167C4A;
}


.main-products .old-price {
    text-decoration: line-through;
    color: #999;
}

.main-products a .heart-icon {
    position: absolute;
    right: 12px;
    top: 12px;
    background: #fff;
    border-radius: 50%;
    padding: 8px;
    font-size: 20px;
    line-height: 0;
    cursor: pointer;
}

.main-products a .heart-icon i {
    color: #167C4A;
}

/* Features #1 */
.features-1 {
    /* padding: 50px 0; */
    background-image: url("../../images/thulirherba/hero-bg-img.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.features-1 .header .title {
    font-family: "Cormorant Garamond", sans-serif;
    font-size: 22px;
    color: #0E683B;
    font-style: italic;
    margin-bottom: 0;
}

.features-1 .header .icon img {
    width: 30px;
    margin-bottom: 15px;
}

.features-1 .main-title {
    text-align: center;
    font-family: "Barlow", sans-serif;
    font-size: 45px;
    width: 50%;
    font-weight: 500;
    margin: 0 auto 25px auto;
    line-height: 50px;
}

.features-1 .main-title span {
    font-family: "Cormorant Garamond", sans-serif;
    font-style: italic;
}

.features-1 p {
    width: 60%;
    margin: 20px auto 50px auto;
    font-family: "Inter", sans-serif;
    text-align: center;
    font-weight: 300;
    line-height: 35px;
}

.features-1 .pill-card {
    position: relative;
    background: #fff;
    border: 1px solid #328B5F;
    border-radius: 999px;
    padding: 10px 0 10px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 235px;
    transition: 0.3s ease;
    font-family: "Barlow", sans-serif;
}

.features-1 .pill-card .pill-icon {
    position: absolute;
    left: -13px;
    width: 60px;
    height: 60px;
    border: 1px solid #328B5F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.features-1 .pill-card .pill-icon img {
    width: 30px;
}

.features-1 .pill-card .pill-text {
    font-size: 16px;
    font-weight: 600;
    color: #1E1E1E;
}

.features-1 .features-bg-img-1 {
    position: absolute;
    width: 30%;
}

.features-1 .features-bg-img-2 {
    position: absolute;
    width: 19%;
    right: 0%;
}

.features-1 .sec-1,
.features-1 .sec-2 {
    position: absolute;
    width: 13%;
}

.features-1 .sec-2 {
    right: 0%;
    bottom: 7%;
}

/* About Us */
.about-us .subtext {
    font-family: "Cormorant Garamond", sans-serif;
    font-style: italic;
    color: #0E683B;
    font-weight: 600;
    font-size: 30px;
}

.about-us .title {
    font-size: 40px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 45px;
}

.about-us .title span {
    font-family: "Cormorant Garamond", sans-serif;
    font-style: italic;
}

.about-us p {
    font-family: "Inter", sans-serif;
    line-height: 30px;
}

.about-us .btn {
    border-radius: 3px;
    font-family: "Inter", sans-serif;
    font-weight: 300;
}

/* Featured Products */

.featured-prd .product-card {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    border: 1px solid #EAEAEA;
    box-shadow: none;
    font-family: "Barlow", sans-serif;
}

.featured-prd .product-img {
    /* height: 230px; */
    object-fit: contain;
    border-radius: 0;
}

.featured-prd .rating-wrap i {
    color: #EDD03D;
}

.featured-prd .text-dark {
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
}

.featured-prd .product-card .category {
    color: #328B5F;
}

.featured-prd .product-card .new-price {
    color: #167C4A;
}

.featured-prd .old-price {
    text-decoration: line-through;
    color: #999;
}

.featured-prd a .heart-icon {
    position: absolute;
    right: 12px;
    top: 12px;
    background: #fff;
    border-radius: 50%;
    padding: 8px;
    font-size: 20px;
    line-height: 0;
    cursor: pointer;
}

.featured-prd a .heart-icon i {
    color: #167C4A;
}

.featured-prd .btn-outline-success {
    color: #1d6a3c;
    border-radius: 10px;
}

.btn-outline-success:hover {
    color: white !important;
    background-color: #198754;
    border-color: #198754;
}

.featured-prd .btn-success {
    font-weight: 600;
    border-radius: 10px;
}

/* Testimonial */
.testimonials .header .icon img {
    width: 30px;
}

.testimonials .header .title {
    font-family: "Cormorant Garamond", sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 23px;
    margin-bottom: 0px;
    color: #328B5F;
}

.testimonials .header .main-title {
    font-family: "Barlow", sans-serif;
    font-size: 35px;
    font-weight: 500;
}

.testimonial-card {
    background: #fff;
    border-radius: 18px;
    padding: 24px 26px 22px;
    border: 1px solid #E4E4E4;
    font-family: "Barlow", sans-serif;
}

.testimonial-title {
    font-weight: 700;
    color: #328B5F;
    margin-bottom: 12px;
}

.testimonial-text {
    font-size: 15px;
    color: #444;
    margin-bottom: 20px;
}

.testimonial-divider {
    border-top: 1px solid #f1f1f1;
    margin-bottom: 18px;
}

.testimonial-name {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 2px;
}

.testimonial-stars  {
    font-size: 18px;
    color: #f6b90f;
}

@media (min-width: 992px) {
    .testimonials .testimonial-card {
        height: 100%;
    }
}

/* Cart List */
.cart-list {
    margin-top: 10px;
    padding: 50px 0;
    font-family: "Barlow", sans-serif;
}

.cart-list h2,
.cart-list h3 {
    font-weight: 600;
    margin-bottom: 20px;
}

.cart-list .qty-btn {
    width: 32px;
    height: 32px;
    padding: 0;
}

.cart-list .qty-number {
    min-width: 32px;
    text-align: center;
    border: 0px;
    width: 0;
}

.cart-list .table,
.cart-list .table th,
.cart-list .table td {
    border: none !important;
}

.cart-list .table thead tr {
    border: none;
    border-bottom: 1px solid #ECECEC;
}

.cart-list .table thead .border-top {
    border-top: 1px solid #ECECEC !important;
}

.cart-list .table thead .border-top th {
    padding: 20px 8px;
}

.cart-list .table tbody tr {
    border-bottom: 1px solid #ECECEC;
}

.cart-list .table tbody tr:last-child {
    border-bottom: none;
}

.cart-list .table th:first-child {
    text-align: start;
}

.cart-list .table .main-prd-row {
    width: 400px;
}

.cart-list .table.custom-bg,
.cart-list .table.custom-bg thead th,
.cart-list .table.custom-bg tbody td,
.cart-list .table.custom-bg tr {
    background-color: #FCFCFC !important;
}

.cart-list .table.custom-bg tbody td {
    padding: 15px 8px;
}

.cart-list .mini-item-list .text-wrap .title {
    font-size: 17px;
    font-size: 600;
}

.cart-list .mini-item-list .price {
    font-weight: 600;
}

.cart-list .mini-item-list .text-wrap p {
    font-size: 14px;
    color: #818181;
    margin: 0;
}

.cart-list .prd-item {
    text-align: start;
    cursor: pointer;
}

.cart-list .prd-item img,
.cart-list .ord-summary .mini-item-list img {
    width: 50px;
}

.cart-list .prd-item .icon-hide {
    display: none;
}

.cart-list .table .qty-btn-wrap {
    border: 1px solid #000;
    width: 110px;
    border-radius: 7px;
    margin: 0 auto;
}

.cart-list .ord-summary {
    background-color: #FCFCFC;
    border: 1px solid #ECECEC;
    padding: 20px;
    border-radius: 14px;
    margin-top: 65px;
}

.cart-list .ord-summary hr {
    margin: 17px 0px;
    border-color: #a7a6a6;
}

.cart-list .ord-summary h4 {
    font-weight: 500;
}

.cart-list .ord-summary .text-wrap span {
    color: #1a1a1a;
}

.cart-list .ord-summary .checkout-btn {
    width: 100%;
    margin-top: 15px;
    font-weight: 300;
    background-color: #328B5F;
    border: none;
}

.cart-list .qty-btn-hide {
    border: none !important;
}

.cart-list .delivery-addr {
    margin-bottom: 20px;
}

.cart-list .delivery-addr p {
    color: #949494;
}

.cart-list .dashed-hr hr {
    border-top: 1px dashed #a7a6a6;
}

.cart-list .ord-summary .coupon-card {
    background-color: #F2FFF9;
    padding: 20px;
    border: 1px dashed #167C4A;
    border-radius: 10px;
    margin-bottom: 20px;
}

.cart-list .payment-opt {
    margin-top: 20px !important;
}

.cart-list .payment-opt .text-wrap {
    font-size: 17px;
    margin-bottom: 15px;
}

.cart-list .payment-opt .text-wrap .form-check-input:checked {
    background-color: #328B5F !important;
    border-color: #328B5F !important;
}

.cart-list .address-card {
    border-radius: 18px;
    border: 1px solid #f0f0f0;
    padding: 24px 24px 28px;
}

.cart-list .address-card h5 {
    font-weight: 600;
    margin-bottom: 16px;
}

.cart-list .address-card .address-divider {
    border-top: 1px solid #eee;
    margin: 8px 0 20px;
}

.cart-list .address-card .address-type-group {
    margin-bottom: 20px;
    gap: 10px;
}

.cart-list .address-card .address-type-btn {
    border-radius: 8px;
    padding: 6px 18px;
    font-size: 0.95rem;
    border: 1px solid #328B5F;
    color: #328B5F;
    background-color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.cart-list .address-card .address-type-btn.active {
    background-color: #328B5F;
    color: #ffffff;
}

.cart-list .address-card .address-type-btn i {
    font-size: 1rem;
}

.cart-list .address-card .address-form .form-label {
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 4px;
    color: #555;
}

.cart-list .address-card .address-form .form-control {
    border-radius: 6px;
    border: 1px solid #e3e3e3;
    background-color: #FCFCFC;
    box-shadow: none;
    font-size: 0.95rem;
}

.cart-list .address-card .address-form .form-control::placeholder {
    color: #b6b6b6;
}

.cart-list .address-card .address-form .form-control:focus {
    border-color: #328B5F;
    box-shadow: 0 0 0 0.1rem rgba(59, 123, 74, 0.1);
}

.cart-list .address-card .btn-save {
    background-color: #328B5F;
    border: none;
    padding: 10px 40px;
    border-radius: 6px;
    font-weight: 500;
}

.modal .address-form .btn-save {
    background-color: #328B5F;
    border: none;
    padding: 10px 40px;
    border-radius: 6px;
    font-weight: 500;
}

.cart-list .add-new-btn {
    background-color: #fff;
    color: #328B5F;
    margin-bottom: 20px;
    font-weight: 600;
}

.cart-list .add-new-btn:hover {
    color: #328B5F;
}

.cart-list .address-card .btn-cancel {
    border: none;
    background: none;
    margin-left: 16px;
    color: #555;
    font-weight: 500;
}
.modal .address-form .btn-cancel {
    border: none;
    background: none;
    margin-left: 16px;
    color: #555;
    font-weight: 500;
}

/* Product Details */
.prd-detail-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
}

.prd-detail-wrap .image-nav-tabs .nav-link {
    margin-bottom: 10px;
}

.prd-detail-wrap .image-nav-tabs .nav-link img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border: 1px solid transparent;
    transition: transform 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
    opacity: 0.7;
}

.prd-detail-wrap .image-nav-tabs .nav-link.active img {
    border: 2px solid #328B5F;
    opacity: 1;
    transform: scale(1.05);
}

.prd-detail-wrap .image-nav-tabs .nav-link:hover img {
    opacity: 1;
}

.my-order-list .sidebar-sticky .nav .nav-link:hover  {
    color: #000;
}


.prd-detail-wrap .image-nav-tabs {
    display: block;
}

.prd-detail-wrap .tab-content {
    padding-left: 0px;
}

.prd-detail-wrap .tab-content img {
    /* width: 100%; */
    width:500px;
    /* height:500px; */
    object-fit:contain;
}

.prd-detail-wrap .tab-content a .btn {
    width: 253px;
    border-radius: 3px;
    background-color: #328B5F;
    font-family: "Barlow",sans-serif;
}

.prd-detail-wrap .title {
    font-size: 30px;
    font-weight: 500;
    font-family: "Barlow",sans-serif;
}

.prd-detail-wrap .rating-wrap {
    font-family: "Inter",sans-serif;
}

.prd-detail-wrap .rating-wrap i {
    color: #EDD03D;
    padding-right: 5px;
    font-size: 18px;
}

.prd-detail-wrap .price-wrap, .prd-detail-wrap h4 {
    font-family: "Barlow",sans-serif;
}

.prd-detail-wrap .price-wrap p:first-child {
    font-size: 18px;
    font-weight: 500;
    color: #167C4A;
}

.prd-detail-wrap .price-wrap span {
    color: #7E7E7E;
    font-size: 15px;
}

.prd-detail-wrap .price-wrap .old-price {
    text-decoration: line-through;
}

.prd-detail-wrap .price-wrap .btn {
    border-radius: 33px;
}

.prd-detail-wrap ul {
    list-style: none;
    padding: 0;
    font-family: "Inter",sans-serif;
}

.prd-detail-wrap ul li {
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
}

.prd-detail-wrap ul li img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.prd-detail-wrap ul li p {
    margin: 0;
}

.prd-detail-wrap .quick-info {
    font-family: "Barlow",sans-serif;
    margin: 20px 0;
}

.prd-detail-wrap .quick-info .item .icon img {
    border: 1px solid #328B5F;
    border-radius: 33px;
    padding: 6px;
    margin-right: 10px;
    width: 50px;
}

.prd-detail-wrap .quick-info .item p {
    margin: 0;
}

.prd-detail-wrap .quick-info .item span {
    color: #7E7E7E;
    font-size: 14px;
}

.prd-detail-wrap .delivery-info {
    border: 1px solid #E8E8E8;
    padding: 10px;
    border-radius: 5px;
    width: 500px;
    font-family: "Barlow",sans-serif;
}

.prd-detail-wrap .delivery-info a {
    background-color: #fff;
    border: none;
    color: #000;
    align-items: center;
}

.prd-detail-wrap .delivery-info input:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #E0E0E0;
    border-right: none;
}

.prd-detail-wrap .delivery-info input {
    border-right: none;
}

.prd-detail-wrap .delivery-info a {
    text-decoration: none;
}

.prd-detail-wrap .delivery-info a .input-group-text {
    border-left: none;
    color: #328B5F;
    background-color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-right: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    border-top: 1px solid #ddd !important;
}

.prd-desc, .guidelines-content, .key-ingredients, .review-wrap {
    font-family: "Barlow",sans-serif;
    margin-bottom: 50px;
}

.prd-desc .title, .guidelines-content .title, .key-ingredients .title {
    color: #328B5F;
    font-size: 19px;
    font-weight: 500;
}

.prd-desc p {
    font-weight: 500;
}

.prd-desc ul {
    padding-left: 15px;
}

.prd-desc ul li {
    margin-bottom: 15px;
}

.guidelines-content .point-wrap {
    text-align: center;
    width: 300px;
    height: 200px;
    margin: 0 auto;
}

@media screen and (max-width:768px) {
    .guidelines-content .point-wrap {
        width: auto;
    }
}

.guidelines-content .point-wrap img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}

.guidelines-content .point-wrap h4 {
    margin-top: 10px;
    font-size: 18px;
}

.guidelines-content .point-wrap p {
    font-size: 15px;
}

.key-ingredients .point-wrap img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.key-ingredients .point-wrap h4 {
    font-size: 17px;
}

.key-ingredients .point-wrap p {
    font-size: 14px;
}

.review-wrap .title {
    font-size: 22px;
    font-weight: 500;
}

.review-wrap ul {
    list-style: none;
    padding-left: 10px;
}

.review-wrap ul li i {
    color: #FDC904;
}

.review-wrap span {
    color: #A4A4A4;
}

.review-wrap .progress {
    flex: 1;
    margin-top: 9px;
    height: 10px;
    background-color: #fff;
}

.review-wrap .progress-bar {
    background-color: #FDC904;
    border-radius: 33px;
}

.review-wrap .v-div {
    border-right: 1px solid #e0e0e0;
}

.review-wrap .btn-success, .review-wrap .btn-primary {
    background-color: #328B5F;
    padding: 10px 24px;
    border: none;
}

.review-wrap .btn-primary:hover {
    background-color: #328B5F;
}

.review-wrap .btn-secondary {
    padding: 25px 39px;
    background-color: #EDEDED;
    font-size: 23px;
    border: none;
    color: #ADADAD;
}

.prd-testimonials .testimonial-card {
    height: auto !important;
}

.prd-testimonials .testimonial-card .prd-img {
    width: 100%;
    object-fit: contain;
    margin-top: 15px;
}


/* Footer */
.footer {
    background-color: rgb(195 240 184);
    padding: 50px 0;
}

.footer .section-1 .logo {
    width: 37%;
}

.footer .section-1 .sm-icons {
    margin: 14px 0 14px 14px;
    color: rgb(34 77 22);
    
}

.footer .section-1 .sm-icons img {
    width: 25px;
    color: rgb(34 77 22);
}

.footer .section-1 p {
    font-family: "Inter", sans-serif;
    font-weight: 300;
}

.footer .section-1 h4 {
    font-family: "Barlow", sans-serif;
}

.footer .section-1 a {
    text-decoration: none;
}

.footer .section-1 .btn {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    font-family: "Inter", sans-serif;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.footer .section-1 .btn img {
    margin-right: 5px;
    width: 17px;
}

.footer .section-2 {
    padding-left: 50px;
}

.footer .ft-title {
    font-family: "Barlow", sans-serif;
    margin-bottom: 20px;
    font-weight: 500;
    color: rgb(34 77 22);
}

.footer .ft-links {
    list-style: none;
    padding: 0;
    font-family: "Barlow", sans-serif;
    line-height: 40px;
}

.footer .ft-links li a {
    text-decoration: none;
    color: rgb(34 77 22);
}

.footer .ft-links i {
    transform: rotate(90deg);
    display: inline-block;
    /* important for transform */
    color: #0E683B;
    margin-right: 10px;
    font-size: 12px;
}

.footer .section-3 p {
    font-family: "Barlow", sans-serif;
    margin-bottom: 15px;
}

.footer .section-3 input {
    margin-bottom: 20px;
    border: 1px solid #eee;
}

.footer .section-3 input::placeholder {
    font-family: "Barlow", sans-serif;
}

.footer .section-3 .btn {
    width: 100%;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    border-radius: 3px;
    margin-bottom: 20px;
    font-size: 15px;
}

.footer .section-3 h6,
.footer .section-3 .contact {
    font-family: "Barlow", sans-serif;
}




.prd-detail-wrap .image-nav-tabs .nav-link {
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    display: flex;
    justify-content: center;
}

.prd-detail-wrap .image-nav-tabs {    
    max-height: 500px;
    /* overflow-y: auto; */
    /* overflow-x: hidden; */
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
}

.prd-detail-wrap .image-nav-tabs::-webkit-scrollbar {
    width: 5px;
}

.prd-detail-wrap .image-nav-tabs::-webkit-scrollbar {
    width: 4px;
}

.prd-detail-wrap .image-nav-tabs::-webkit-scrollbar-track {
    background: transparent;
}

.prd-detail-wrap .image-nav-tabs::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);
    border-radius: 10px;
}

.prd-detail-wrap .image-nav-tabs::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.22);
}

.review-wrap .rating-number {
    font-size: 1.5rem;
    font-weight: lighter;
    margin-top: 1px;
}

.review-wrap .stars {
    color: #FDC904;
    font-size: 1.5rem;
    margin-left: 12px;
}

.review-wrap .reviews {
    font-size: 1rem;
    color: #A4A4A4;
}

.review-wrap .rating-stars {
    display: flex;
    flex-direction: row-reverse;
    list-style: none;
    padding: 0;
    margin: 0;
}

.review-wrap .rating-stars input {
    display: none;
}

.review-wrap .rating-stars label {
    cursor: pointer;
}

.review-wrap .rating-stars i {
    font-size: 22px;
    color: #d9d9d9;
}


.prd-testimonials .testimonial-card {
    height: auto !important;
}

.prd-testimonials .testimonial-card .prd-img {
    width: 100%;
    object-fit: contain;
    margin-top: 15px;
}