@import"https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400;500;600;700;800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";

.form-control:focus {
    box-shadow: none
}

.more-btn {
    background: #131117;
    padding: 8px 8px 8px 18px;
    color: #f8fafc;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.more-btn:hover {
    background: #000;
    color: #f8fafc
}

a {
    text-decoration: none;
    color: inherit
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    background-color: #cae9d7
}

#top {
    background-color: #000f06;
    color: #daf9e7
}

#top a {
    color: #daf9e7;
    text-decoration: none
}

#top .material-icons-outlined {
    font-size: 16px
}

#top .content {
    font-size: 12px;
    padding: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

#top .content .right .lang .head .flag {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 5px
}

#top .content .right .lang .head .label {
    font-size: 12px
}

#top .content .right .lang .dropdown-menu {
    padding: 0;
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    z-index: 100
}

#top .content .right .lang .dropdown-menu .item:first-child .dropdown-item {
    padding-top: 7px
}

#top .content .right .lang .dropdown-menu .item:last-child .dropdown-item {
    padding-bottom: 7px
}

#top .content .right .lang .dropdown-menu .item .dropdown-item .flag {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 5px
}

#top .content .right .lang .dropdown-menu .item .dropdown-item .label {
    font-size: 12px;
    color: #000f06
}

@media only screen and (max-width: 767px) {
    #top .content {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
}

#nav {
    background: #003315;
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    position: sticky;
    top: 0;
    z-index: 99
}

#nav .navbar .navbar-toggler:focus {
    box-shadow: none
}

#nav .navbar .navbar-toggler .navbar-toggler-icon {
    color: #cae9d7
}

#nav .navbar .form-menu .nav-menu {
    width: 100%;
    display: flex;
    align-items: center
}

#nav .navbar .form-menu .nav-menu .search {
    flex: 1
}

#nav .navbar .form-menu .nav-menu .search .input-group {
    background-color: #000f06;
    border: 0;
    padding: 2px
}

#nav .navbar .form-menu .nav-menu .search .input-group ::-moz-placeholder {
    color: #008738;
    font-size: 14px;
    font-weight: 600
}

#nav .navbar .form-menu .nav-menu .search .input-group ::placeholder {
    color: #008738;
    font-size: 14px;
    font-weight: 600
}

#nav .navbar .form-menu .nav-menu .search .input-group .form-control {
    border-radius: 0;
    padding: 8px 15px;
    border: 0;
    color: #cae9d7;
    font-weight: 600;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0)
}

#nav .navbar .form-menu .nav-menu .search .input-group .input-group-text {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0
}

#nav .navbar .form-menu .nav-menu .search .input-group .input-group-text .material-icons-outlined {
    font-size: 18px;
    color: #00b84c
}

#nav .navbar .form-menu .nav-menu .search .input-group .search-btn {
    background-color: #005222;
    color: #daf9e7;
    font-size: 12px;
    font-weight: 700;
    border-radius: 0
}

#nav .navbar .form-menu .nav-menu .search .input-group .search-btn:hover {
    background-color: rgba(0, 82, 34, .7)
}

#nav .navbar .form-menu .right {
    display: flex;
    align-items: flex-end
}

#nav .navbar .form-menu .right .user-info {
    margin-left: 18px;
    margin-right: 18px;
    display: flex;
    align-items: center
}

#nav .navbar .form-menu .right .user-info .photo {
    height: 30px;
    margin-right: 12px
}

#nav .navbar .form-menu .right .user-info .name {
    color: #cae9d7;
    font-size: 12px;
    font-weight: 600
}

#nav .navbar .form-menu .right .badge-icon {
    position: relative;
    color: #f8fafc;
    display: inline-block;
    display: flex
}

#nav .navbar .form-menu .right .badge-icon .material-icons-outlined {
    font-size: 24px
}

#nav .navbar .form-menu .right .badge-icon .badge-tag {
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background-color: #005222;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10px;
    right: -10px
}

#nav .navbar .form-menu .right .cart-text {
    color: #daf9e7;
    font-size: 12px;
    font-weight: 600
}

#nav .navbar .form-menu .right .cart {
    margin-left: 22px;
    margin-right: 16px
}

#nav .navbar .form-menu .right .cart-area {
    display: flex;
    align-items: flex-end
}

@media only screen and (max-width: 991px) {
    #nav .navbar .form-menu .nav-menu {
        margin-top: 7px
    }
}

@media only screen and (max-width: 767px) {
    #nav .navbar .form-menu .nav-menu {
        display: block
    }

    #nav .navbar .form-menu .right {
        display: flex;
        justify-content: space-between;
        margin-top: 7px
    }

    #nav .navbar .form-menu .right .user-info {
        margin-left: 0
    }

    #nav .navbar .form-menu .right .cart-text {
        text-align: right
    }
}

#mainCareousel .carousel-inner .carousel-item .banner-img {
    z-index: 2
}

#mainCareousel .carousel-inner .carousel-item .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, #003315 0%, rgba(0, 51, 21, 0.71) 19.27%, rgba(0, 51, 21, 0) 107.23%), url(<path-to-image>), rgba(0, 0, 0, 0) 50%/cover no-repeat;
    z-index: 1
}

#mainCareousel .carousel-inner .carousel-item .carousel-caption {
    z-index: 3
}

.overlay {
    position: absolute;
    z-index: 9999;
    height: 100%;
    width: 100%;
    background-color: red
}

#banner22 .banner-item .content {
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 27px;
    padding-bottom: 27px
}

#banner22 .banner-item .content .overlay {
    position: absolute;
    z-index: 10;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

#banner22 .banner-item .content .overlay {
    background: linear-gradient(180deg, #003315 0%, rgba(0, 51, 21, 0.71) 19.27%, rgba(0, 51, 21, 0) 107.23%), url(<path-to-image>), rgba(0, 0, 0, 0) 50%/cover no-repeat;
    z-index: 1
}

#banner22 .banner-item .content .main-img {
    width: 100%
}

#banner22 .banner-item .content .caption {
    position: relative;
    z-index: 16;
    color: #fff
}

#banner22 .banner-item .content .caption .title {
    margin-top: 0;
    font-size: 32px;
    font-weight: 700
}

#banner22 .banner-item .content .caption .product-img {
    width: 333px;
    width: 270px;
    display: inline-block
}

#banner22 .banner-item .content .caption .rate {
    font-size: 20px;
    font-weight: 700
}

#banner22 .banner-item .content .caption .buy-btn {
    color: #f8fafc;
    font-size: 12px;
    font-weight: 600;
    background-color: #06b34e;
    line-height: 1;
    padding: 2px 20px;
    padding-right: 4px;
    border-radius: 0;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

#trending {
    margin: 10px 0
}

#trending .content .owl-stage {
    margin: 0 auto
}

#trending .content .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #052e16;
    font-size: 15px;
    font-weight: 500
}

#trending .content .item:hover {
    color: #15803d
}

#trending .content .item .icon {
    width: 24px
}

#trending .content .item .caption {
    margin: 0;
    margin-top: 8px;
    text-align: center
}

#products {
    margin-bottom: 24px
}

#products .related-product {
    color: #052e16;
    font-size: 20px;
    font-weight: 700
}

#products .content {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 4px;
    grid-row-gap: 8px
}

#products .content .product {
    display: block;
    text-decoration: none;
    background-color: #fff
}

#products .content .product .img {
    position: relative;
    overflow: hidden
}

#products .content .product .img .new {
    position: absolute;
    left: 5px;
    top: 5px;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background: #15803d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f0fdf4;
    font-size: 12px;
    font-weight: 700
}

#products .content .product .img img {
    width: 100%
}

#products .content .product .img .cart-btn {
    width: 100%;
    transition: .3s;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1px;
    background-color: rgba(119, 119, 119, .3)
}

#products .content .product .img .cart-btn .single-link {
    display: block;
    color: #222;
    width: 100%;
    background-color: #f1f1f1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    border: 0;
    outline: 0
}

#products .content .product .img .cart-btn .single-link .material-icons-outlined {
    font-size: 18px
}

#products .content .product .img .cart-btn .single-link:hover {
    background: #222;
    color: #f1f1f1
}

#products .content .product .img:hover .cart-btn {
    bottom: 0
}

#products .content .product .description {
    padding: 7px 10px
}

#products .content .product .description .caption {
    color: #222;
    font-size: 12px;
    font-weight: 500
}

#products .content .product .description .price {
    color: #505050;
    font-size: 16px;
    font-weight: 700
}

#products .more-btn {
    margin-top: 24px
}

@media(max-width: 1199px) {
    #products .content {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media(max-width: 991px) {
    #products .content {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width: 767px) {
    #products .content {
        grid-template-columns: repeat(2, 1fr)
    }
}

#care .overlay {
    position: static;
    padding-top: 60px;
    padding-bottom: 35px;
    background-color: rgba(37, 192, 99, .86)
}

#care .overlay .content .title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

#care .overlay .content .tagline {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize
}

#care .overlay .content .cares {
    display: flex;
    justify-content: center;
    margin-top: 42px;
    margin-bottom: 42px
}

#care .overlay .content .cares .care:not(#care .overlay .content .cares .care:first-child) {
    margin-left: -38px
}

#care .overlay .content .cares .care:nth-child(1) {
    z-index: 5
}

#care .overlay .content .cares .care:nth-child(2) {
    z-index: 4
}

#care .overlay .content .cares .care:nth-child(3) {
    z-index: 3
}

#care .overlay .content .cares .care:nth-child(4) {
    z-index: 2
}

#care .overlay .content .cares .care:nth-child(5) {
    z-index: 1
}

#care .overlay .content .cares .care-img {
    width: 288px
}

@media only screen and (max-width: 1399px) {
    #care .overlay .content .cares .care-img {
        width: 250px
    }
}

@media only screen and (max-width: 1199px) {
    #care .overlay .content .cares .care-img {
        width: 210px
    }
}

@media only screen and (max-width: 991px) {
    #care .overlay .content .cares .care-img {
        width: 175px
    }
}

@media only screen and (max-width: 767px) {
    #care .overlay .content .cares .care:not(#care .overlay .content .cares .care:first-child) {
        margin-left: -25px
    }

    #care .overlay .content .cares .care-img {
        width: 130px
    }
}

@media only screen and (max-width: 767px) {
    #care .overlay .content .cares .care-img {
        width: 130px
    }
}

@media only screen and (max-width: 575px) {
    #care .overlay .content .cares .care-img {
        width: 95px
    }
}

@media only screen and (max-width: 399px) {
    #care .overlay .content .cares .care:not(#care .overlay .content .cares .care:first-child) {
        margin-left: -15px
    }

    #care .overlay .content .cares .care-img {
        width: 75px
    }
}

#testimonial {
    margin-top: 24px
}

#testimonial .content .title {
    color: #052e16;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

#testimonial .content .tagline {
    color: #16a34a;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center
}

#testimonial .content .testimonials {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 12px
}

#testimonial .content .testimonials .testimonial {
    padding: 32px;
    background-color: #fff
}

#testimonial .content .testimonials .testimonial .comment {
    color: #052e16;
    font-size: 13px;
    font-weight: 500
}

#testimonial .content .testimonials .testimonial .user-info {
    display: flex
}

#testimonial .content .testimonials .testimonial .user-info .user-photo {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-right: 10px
}

#testimonial .content .testimonials .testimonial .user-info .name {
    color: #052e16;
    font-size: 14px;
    font-weight: 600
}

#testimonial .content .testimonials .testimonial .user-info .designation {
    color: #6b7280;
    font-size: 12px;
    font-weight: 500
}

#testimonial .content .testimonials .testimonial .user-info .rating .material-icons-outlined {
    color: #ffc107;
    font-size: 15px
}

#testimonial .content .more-btn {
    margin-top: 24px;
    margin-bottom: 24px
}

@media only screen and (max-width: 1399px) {
    #testimonial .content .testimonials {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media only screen and (max-width: 1199px) {
    #testimonial .content .testimonials {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media only screen and (max-width: 991px) {
    #testimonial .content .testimonials {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (max-width: 575px) {
    #testimonial .content .testimonials {
        grid-template-columns: repeat(1, 1fr)
    }

    #testimonial .content .testimonials .testimonial {
        padding: 20px
    }
}

#footer {
    background: #052e16
}

#footer .content {
    padding-top: 24px;
    padding-bottom: 24px;
    display: grid;
    grid-template-columns: 25% repeat(3, 1fr) 20%;
    grid-gap: 12px;
    align-items: start !important
}

#footer .content .logo-section .footer-logo {
    width: 109px
}

#footer .content .logo-section .contacts {
    margin-top: 16px
}

#footer .content .logo-section .contacts .contact {
    display: flex;
    margin-bottom: 8px
}

#footer .content .logo-section .contacts .contact .material-icons-outlined {
    font-size: 18px;
    color: #22c55e;
    margin-right: 7px
}

#footer .content .logo-section .contacts .contact .text {
    color: #15803d;
    font-size: 13px;
    font-weight: 500
}

#footer .content .logo-section .contacts .contact .text .head {
    color: #22c55e
}

#footer .content .help-section {
    font-size: 14px;
    font-weight: 600
}

#footer .content .help-section .head {
    color: #22c55e
}

#footer .content .help-section .link {
    display: block;
    text-decoration: none;
    color: #15803d;
    font-size: 13px;
    font-weight: 500
}

#footer .content .help-section .link:not(#footer .content .help-section .link:last-child) {
    margin-bottom: 16px
}

#footer .content .link-section .link {
    font-size: 14px;
    color: #22c55e;
    font-weight: 600;
    display: block;
    text-decoration: none
}

#footer .content .product-section {
    font-size: 14px;
    font-weight: 600
}

#footer .content .product-section .head {
    color: #22c55e
}

#footer .content .product-section .link {
    display: block;
    text-decoration: none;
    color: #15803d;
    font-size: 13px;
    font-weight: 500
}

#footer .content .product-section .link:not(#footer .content .product-section .link:last-child) {
    margin-bottom: 16px
}

#footer .content .payment-section {
    font-size: 14px;
    font-weight: 600
}

#footer .content .payment-section .head {
    color: #22c55e
}

#footer .content .payment-section img {
    width: 100%
}

@media only screen and (max-width: 991px) {
    #footer .content {
        grid-template: "ls hs lis ps" "pas ... ... ...";
        grid-template-columns: repeat(4, 1fr)
    }

    #footer .content .logo-section {
        grid-area: ls
    }

    #footer .content .help-section {
        grid-area: hs
    }

    #footer .content .link-section {
        grid-area: lis
    }

    #footer .content .product-section {
        grid-area: ps
    }

    #footer .content .payment-section {
        grid-area: pas
    }
}

@media only screen and (max-width: 767px) {
    #footer .content {
        grid-template: "ls hs lis " "ps pas ... ";
        grid-template-columns: 40% 30% 30%
    }
}

@media only screen and (max-width: 575px) {
    #footer .content {
        grid-template: "ls ls  ls ls ls  ls hs hs  hs hs" "lis lis lis lis ps ps ps pas pas pas";
        grid-template-columns: repeat(10, 1fr)
    }
}

@media only screen and (max-width: 499px) {
    #footer .content {
        grid-template: "ls   ls " " hs lis  " " ps pas ";
        grid-template-rows: auto auto auto;
        grid-template-columns: repeat(2, 1fr)
    }
}

#footer-bottom {
    background-color: #04200f
}

#footer-bottom .content {
    color: #22c55e;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    flex-wrap: wrap
}

#footer-bottom .content .menu a {
    color: #22c55e;
    font-size: 14px;
    text-decoration: none;
    padding: 3px 12px
}

#footer-bottom .content .menu a:hover {
    color: #15803d
}

#footer-bottom .content .right .title {
    color: #22c55e;
    font-size: 14px;
    margin-right: 10px
}

#footer-bottom .content .right .social {
    display: flex
}

#footer-bottom .content .right .social .social-link {
    height: 30px;
    width: 30px;
    text-decoration: none;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #052e16
}

#footer-bottom .content .right .social .social-link:not(#footer-bottom .content .right .social .social-link:last-child) {
    margin-right: 10px
}

#footer-bottom .content .right .social .social-link:hover {
    opacity: .95
}

@media only screen and (max-width: 991px) {
    #footer-bottom .content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto auto;
        grid-template: "c m" "s s"
    }

    #footer-bottom .content .copyright {
        grid-area: c
    }

    #footer-bottom .content .menu {
        grid-area: m
    }

    #footer-bottom .content .right {
        grid-area: s;
        justify-content: center
    }

    #footer-bottom .content .right .social {
        margin-top: 0
    }
}

@media only screen and (max-width: 767px) {
    #footer-bottom .content {
        display: grid;
        grid-template-rows: auto auto auto;
        grid-template: "c c" "m  m" "s s"
    }

    #footer-bottom .content .copyright {
        text-align: center
    }

    #footer-bottom .content .menu {
        display: flex;
        justify-content: center
    }

    #footer-bottom .content .right {
        grid-area: s;
        justify-content: center
    }

    #footer-bottom .content .right .social {
        margin-top: 0
    }
}

@media only screen and (max-width: 575px) {
    #footer-bottom .content .menu a {
        padding: 3px 7px
    }
}

#single1 .content {
    font-family: "Baloo Da 2", sans-serif;
    margin-top: 70px;
    background-color: #fff;
    padding: 70px
}

#single1 .content img {
    max-width: 100%
}

#single1 .content .title {
    color: #00560c;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px
}

#single1 .content .title .red {
    color: red
}

#single1 .content .tagline {
    text-align: center;
    color: #000;
    text-align: center;
    font-size: 29px;
    font-weight: 600
}

#single1 .content .btn-order {
    padding: 12px 24px;
    border-radius: 3px;
    background: #004111;
    line-height: 1;
    color: #fff;
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 20px
}

#single1 .content .banner-img {
    width: 100%
}

#single1 .content .facility-title {
    padding: 10px;
    background: #004111;
    color: #fff;
    font-size: 31px;
    font-weight: 600;
    line-height: 1
}

#single1 .content .facilities {
    margin-top: 10px
}

#single1 .content .facilities .left {
    text-align: left
}

#single1 .content .facilities .left ul {
    padding: 0;
    margin: 0;
    list-style: none
}

#single1 .content .facilities .left ul li {
    display: flex;
    color: #000;
    font-size: 23px;
    font-weight: 600;
    padding: 2px 0
}

#single1 .content .facilities .left ul li .material-icons-outlined {
    color: #008b08;
    font-size: 28px;
    margin-right: 10px
}

#single1 .content .facilities .left ul li:not(#single1 .content .facilities .left ul li:last-child) {
    border-bottom: 2px solid #b1b1b1
}

#single1 .content .facilities .right img {
    width: 100%
}

#single1 .content .facilities .right .info-source {
    margin-top: 16px;
    margin-bottom: 11px;
    color: #000;
    font-size: 19px;
    font-weight: 600
}

#single1 .content .benifits-img {
    margin-top: 15px;
    margin-bottom: 10px;
    max-width: 100%
}

#single1 .content .facility-title.why-astha {
    color: #fff;
    font-size: 22.5px;
    font-weight: 600
}

#single1 .content .astha-details {
    text-align: left;
    margin-top: 8px;
    margin-bottom: 8px
}

#single1 .content .astha-details ul {
    padding: 0;
    margin: 0;
    list-style: none
}

#single1 .content .astha-details ul li {
    display: flex;
    color: #000;
    font-size: 23px;
    font-weight: 600;
    padding: 2px 0
}

#single1 .content .astha-details ul li .material-icons-outlined {
    color: #008b08;
    font-size: 28px;
    margin-right: 10px
}

#single1 .content .price-detail {
    background: #004111;
    padding: 10px
}

#single1 .content .price-detail .contact {
    color: #fff;
    font-size: 22.5px;
    font-weight: 600
}

#single1 .content .price-detail .contact a {
    color: #fff;
    font-size: 22.5px;
    font-weight: 600;
    text-decoration: none
}

#single1 .content .price-detail .contact-tag {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 600
}

#single1 .content .price-detail .price {
    color: #ffd500;
    font-size: 35px;
    font-weight: 700
}

#single1 .content .order-form {
    margin-top: 31px
}

#single1 .content .order-form legend {
    color: #d78600;
    font-size: 26px;
    font-weight: 600
}

#single1 .content .order-form legend .red {
    color: red
}

#single1 .content .form-content {
    background-color: #e8f5ed;
    padding: 32px
}

#single1 .content .form-content .left .title {
    color: #052e16;
    font-size: 24px;
    font-weight: 700
}

#single1 .content .form-content .left .option {
    margin-bottom: 20px
}

#single1 .content .form-content .left .option .qty {
    font-family: "Poppins", sans-serif;
    color: #052e16;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px
}

#single1 .content .form-content .left .option .qty .pcs {
    font-weight: 400
}

#single1 .content .form-content .left .option .input {
    width: 150px
}

#single1 .content .form-content .left .option .input .input-group {
    border-radius: 0;
    border: 0;
    background-color: rgba(0, 0, 0, 0)
}

#single1 .content .form-content .left .option .input .input-group .input-group-text {
    border-radius: 0;
    border: 0;
    background-color: #fff
}

#single1 .content .form-content .left .option .input .input-group .form-control {
    border: 0;
    text-align: center;
    color: #052e16;
    font-size: 16px;
    font-weight: 700;
    border-left: 1px solid #e8f5ed;
    border-right: 1px solid #e8f5ed
}

#single1 .content .form-content .left .billing {
    color: #052e16;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px
}

#single1 .content .form-content .left .form {
    background-color: #fff;
    padding: 24px
}

#single1 .content .form-content .left .form .form-group {
    margin-bottom: 16px
}

#single1 .content .form-content .left .form .form-group label {
    color: #15803d;
    font-weight: 500;
    margin-bottom: 3px
}

#single1 .content .form-content .left .form .form-group .form-control,
#single1 .content .form-content .left .form .form-group .form-select {
    background-color: #f0f9f4;
    border: 0;
    padding: 12px 16px;
    color: #052e16;
    font-weight: 500
}

#single1 .content .form-content .left .form .form-group .form-control:focus,
#single1 .content .form-content .left .form .form-group .form-select:focus {
    box-shadow: none
}

#single1 .content .form-content .right .content-section {
    padding: 24px;
    background-color: #fff;
    margin-bottom: 12px
}

#single1 .content .form-content .right .product .name {
    color: #052e16;
    font-size: 15px;
    font-weight: 600
}

#single1 .content .form-content .right .product .tag {
    color: #052e16;
    font-size: 14px;
    font-weight: 400
}

#single1 .content .form-content .right .product .total-price {
    color: #052e16;
    font-size: 14px;
    font-weight: 700
}

#single1 .content .form-content .right .delivery-fee .fee {
    display: flex;
    margin-bottom: 28px
}

#single1 .content .form-content .right .delivery-fee .fee .material-icons-outlined {
    width: 30px
}

#single1 .content .form-content .right .fee-select .form-check-input:focus {
    box-shadow: none
}

#single1 .content .form-content .right .fee-select .delivery-area {
    line-height: 1;
    display: flex;
    justify-content: space-between;
    align-items: center
}

#single1 .content .form-content .right .fee-select .delivery-area .form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

#single1 .content .form-content .right .fee-select .delivery-area:not(#single1 .content .form-content .right .fee-select .delivery-area:last-child) {
    margin-bottom: 28px
}

#single1 .content .form-content .right .fee-select .delivery-area .form-check-input {
    margin-top: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-right: 10px
}

#single1 .content .form-content .right .fee-select .delivery-area .label {
    color: #052e16;
    font-weight: 500
}

#single1 .content .form-content .right .fee-select .delivery-area .price {
    border-radius: 1000px;
    background: #16a34a;
    color: #f0fdf4;
    font-weight: 700;
    font-size: 14px;
    padding: 3px 6px;
    line-height: 1
}

#single1 .content .form-content .right .vat {
    color: #166534;
    font-weight: 500
}

#single1 .content .form-content .right .vat .top {
    border-bottom: 1px dashed #166534;
    padding-bottom: 8px
}

#single1 .content .form-content .right .vat .total {
    padding-top: 8px;
    color: #052e16;
    font-weight: 700
}

#single1 .content .form-content .right .payment .form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

#single1 .content .form-content .right .payment .head {
    color: #052e16;
    font-weight: 500;
    margin-bottom: 24px
}

#single1 .content .form-content .right .payment .head .material-icons-outlined {
    margin-right: 10px
}

#single1 .content .form-content .right .payment .tagline {
    color: #052e16;
    font-weight: 400;
    font-size: 15px
}

#single1 .content .form-content .right .submit-btn {
    color: #fff;
    font-weight: 700;
    padding: 14px 16px;
    background-color: #15803d;
    border-radius: 0;
    width: 100%
}

@media only screen and (max-width: 1199px) {
    #single1 .container {
        max-width: 100%
    }

    #single1 .content {
        padding: 35px;
        margin-top: 12px
    }
}

@media only screen and (max-width: 767px) {
    #single1 .content {
        padding: 35px
    }
}

@media only screen and (max-width: 575px) {
    #single1 .container {
        padding: 0
    }

    #single1 .content {
        margin: 0;
        padding: 15px
    }

    #single1 .content .order-form {
        margin-left: -15px;
        margin-right: -15px
    }

    #single1 .content .order-form .form-content {
        padding: 15px
    }
}

#success .top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 21px 0;
    padding-right: 87px;
    color: #166534;
    font-size: 16px;
    font-weight: 700
}

#success .top .btn-back {
    border-radius: 0;
    display: flex;
    padding: 8px 16px 8px 6px;
    justify-content: center;
    align-items: center;
    background: #06b34e;
    color: #f8fafc;
    font-weight: 600;
    margin-right: 12px
}

#success .success-message {
    max-width: 450px;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 50px;
    text-align: center
}

#success .success-message .title {
    margin-top: 20px;
    color: #052e16;
    font-size: 20px;
    font-weight: 700
}

#success .success-message .tagline {
    color: #166534;
    font-size: 15px;
    font-weight: 400
}

#success .success-message .btn-continue {
    margin-top: 20px;
    border-radius: 0;
    padding: 13px 25px;
    color: #052e16;
    font-weight: 700
}

#success .foot-message {
    max-width: 650px;
    margin: auto;
    color: #052e16;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 100px
}

#success .foot-message a {
    color: #052e16;
    text-decoration: none
}

#cartOffcanvas .offcanvas-header {
    padding: 16px;
    background: #15803d
}

#cartOffcanvas .offcanvas-header .title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#cartOffcanvas .offcanvas-header .title .left {
    align-items: center;
    display: flex;
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

#cartOffcanvas .offcanvas-header .title .left .material-icons-outlined {
    font-size: 20px;
    margin-right: 12px
}

#cartOffcanvas .offcanvas-header .title .close-btn {
    background: #052e16;
    color: #fff;
    border-radius: 0;
    padding: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

#cartOffcanvas .offcanvas-header .title .close-btn .material-icons-outlined {
    font-size: 18px
}

#cartOffcanvas .offcanvas-body {
    background-color: #cae9d7;
    padding: 8px 16px
}

#cartOffcanvas .offcanvas-body .products .product {
    overflow: hidden;
    position: relative;
    border: 0;
    padding: 16px 0;
    width: 100%;
    display: flex;
    justify-content: space-between
}

#cartOffcanvas .offcanvas-body .products .product:not(#cartOffcanvas .offcanvas-body .products .product:last-child) {
    border-bottom: 1px solid #a9dbbe
}

#cartOffcanvas .offcanvas-body .products .product .left {
    display: flex;
    margin-right: 4px
}

#cartOffcanvas .offcanvas-body .products .product .left .img {
    margin-right: 12px
}

#cartOffcanvas .offcanvas-body .products .product .left .img img {
    width: 55px;
    height: 55px
}

#cartOffcanvas .offcanvas-body .products .product .left .title .product-title {
    color: #052e16;
    font-size: 15px;
    font-weight: 600;
    margin: 0
}

#cartOffcanvas .offcanvas-body .products .product .left .title .qty {
    color: #052e16;
    font-size: 13px;
    font-weight: 400
}

#cartOffcanvas .offcanvas-body .products .product .right {
    display: flex
}

#cartOffcanvas .offcanvas-body .products .product .right .input {
    width: 90px;
    margin-left: auto;
    margin-bottom: 5px
}

#cartOffcanvas .offcanvas-body .products .product .right .input .input-group {
    border-radius: 0;
    border: 0;
    background-color: rgba(0, 0, 0, 0)
}

#cartOffcanvas .offcanvas-body .products .product .right .input .input-group .input-group-text {
    border-radius: 0;
    border: 0;
    background-color: #fff;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

#cartOffcanvas .offcanvas-body .products .product .right .input .input-group .input-group-text .material-icons-outlined {
    font-size: 17px
}

#cartOffcanvas .offcanvas-body .products .product .right .input .input-group .form-control {
    border: 0;
    text-align: center;
    color: #052e16;
    font-size: 14px;
    font-weight: 600;
    border-left: 1px solid #e8f5ed;
    border-right: 1px solid #e8f5ed;
    padding: 2px
}

#cartOffcanvas .offcanvas-body .products .product .right .price {
    margin-left: 7px;
    color: #166534;
    font-size: 14px;
    font-weight: 400
}

#cartOffcanvas .offcanvas-body .products .product .right .price b {
    color: #052e16;
    font-weight: 700
}

#cartOffcanvas .offcanvas-body .products .product .cancel-btn {
    width: 25px;
    height: 100%;
    margin-left: 8px;
    background: #a9dbbe;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

#cartOffcanvas .offcanvas-body .products .product .cancel-btn:hover {
    background-color: #ed4c5c;
    color: #fff
}

#cartOffcanvas .offcanvas-body .products .product .cancel-btn .material-icons-outlined {
    font-size: 16px
}

#cartOffcanvas .offcanvas-body .summery {
    margin-top: 30px;
    background: #dff2e7;
    padding: 24px
}

#cartOffcanvas .offcanvas-body .summery .item-row {
    color: #166534;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px
}

#cartOffcanvas .offcanvas-body .summery .item-row.total {
    color: #052e16;
    font-weight: 700;
    padding-top: 8px;
    border-top: 1px dashed #166534
}

#cartOffcanvas .offcanvas-body .btn-submit {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background: #15803d;
    padding: 12px;
    border-radius: 0;
    width: 100%;
    margin-top: 16px
}

@media(max-width: 400px) {
    #cartOffcanvas .offcanvas-body {
        padding: 8px 10px
    }

    #cartOffcanvas .offcanvas-body .products .product .left {
        margin-right: 2px
    }

    #cartOffcanvas .offcanvas-body .products .product .left .img img {
        width: 50px;
        height: 50px
    }

    #cartOffcanvas .offcanvas-body .summery {
        padding: 15px
    }
}

#checkout .content {
    max-width: 400px;
    margin: 70px auto;
    min-height: 200px;
    padding: 30px;
    background: #fff
}

#checkout .content .title {
    font-size: 20px;
    font-weight: 600;
    color: #030712;
    font-size: 24px;
    font-weight: 700;
    text-align: center
}

#checkout .content .tagline {
    text-align: center;
    color: #4b5563;
    font-size: 14px;
    font-weight: 500
}

#checkout .content .tagline b {
    color: #030712;
    font-size: 14px;
    font-weight: 700
}

#checkout .content .btn-resend {
    font-weight: 700;
    font-size: 15px;
    border: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    color: #15803d
}

#checkout .content .form {
    margin-top: 20px
}

#checkout .content .form label {
    color: #6b7280;
    font-size: 14px;
    font-weight: 500
}

#checkout .content .form .form-control {
    border-radius: 0;
    background-color: #cae9d7;
    border: 1px solid #a3cfbb;
    font-weight: 500;
    padding: 10px 13px;
    border: 1px solid #e5e7eb;
    background: #fff;
    font-size: 15px
}

#checkout .content .form .btn-submit {
    background: #16a34a;
    box-shadow: 0px 5px 10px 0px rgba(21, 128, 61, .2);
    color: #f0fdf4;
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    width: 100%;
    border-radius: 0
}

#order-detail .content {
    background-color: #cae9d7;
    padding: 8px 16px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

#order-detail .content .products .product {
    overflow: hidden;
    position: relative;
    border: 0;
    padding: 16px 0;
    width: 100%;
    display: flex;
    justify-content: space-between
}

#order-detail .content .products .product:not(#order-detail .content .products .product:last-child) {
    border-bottom: 1px solid #a9dbbe
}

#order-detail .content .products .product .left {
    display: flex;
    margin-right: 4px
}

#order-detail .content .products .product .left .img {
    margin-right: 12px
}

#order-detail .content .products .product .left .img img {
    width: 55px;
    height: 55px
}

#order-detail .content .products .product .left .title .product-title {
    color: #052e16;
    font-size: 15px;
    font-weight: 600;
    margin: 0
}

#order-detail .content .products .product .left .title .qty {
    color: #052e16;
    font-size: 13px;
    font-weight: 400
}

#order-detail .content .products .product .right {
    display: flex
}

#order-detail .content .products .product .right .input {
    width: 90px;
    margin-left: auto;
    margin-bottom: 5px
}

#order-detail .content .products .product .right .input .input-group {
    border-radius: 0;
    border: 0;
    background-color: rgba(0, 0, 0, 0)
}

#order-detail .content .products .product .right .input .input-group .input-group-text {
    border-radius: 0;
    border: 0;
    background-color: #fff;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

#order-detail .content .products .product .right .input .input-group .input-group-text .material-icons-outlined {
    font-size: 17px
}

#order-detail .content .products .product .right .input .input-group .form-control {
    border: 0;
    text-align: center;
    color: #052e16;
    font-size: 14px;
    font-weight: 600;
    border-left: 1px solid #e8f5ed;
    border-right: 1px solid #e8f5ed;
    padding: 2px
}

#order-detail .content .products .product .right .price {
    margin-left: 7px;
    color: #166534;
    font-size: 14px;
    font-weight: 400
}

#order-detail .content .products .product .right .price b {
    color: #052e16;
    font-weight: 700
}

#order-detail .content .products .product .cancel-btn {
    width: 25px;
    height: 100%;
    margin-left: 8px;
    background: #a9dbbe;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

#order-detail .content .products .product .cancel-btn:hover {
    background-color: #ed4c5c;
    color: #fff
}

#order-detail .content .products .product .cancel-btn .material-icons-outlined {
    font-size: 16px
}

#order-detail .content .delivery-fee {
    margin-top: 15px
}

#order-detail .content .delivery-fee .fee {
    display: flex;
    margin-bottom: 10px
}

#order-detail .content .delivery-fee .fee .material-icons-outlined {
    width: 30px
}

#order-detail .content .delivery-fee .delivery-area {
    line-height: 1;
    display: flex;
    justify-content: space-between;
    align-items: center
}

#order-detail .content .delivery-fee .delivery-area .form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

#order-detail .content .delivery-fee .delivery-area:not(#order-detail .content .delivery-fee .delivery-area:last-child) {
    margin-bottom: 10px
}

#order-detail .content .delivery-fee .delivery-area .form-check-input {
    margin-top: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-right: 10px
}

#order-detail .content .delivery-fee .delivery-area .form-check-input:focus {
    box-shadow: none
}

#order-detail .content .delivery-fee .delivery-area .label {
    color: #052e16;
    font-weight: 500
}

#order-detail .content .delivery-fee .delivery-area .price {
    border-radius: 1000px;
    background: #16a34a;
    color: #f0fdf4;
    font-weight: 700;
    font-size: 14px;
    padding: 3px 6px;
    line-height: 1
}

#order-detail .content .summery {
    margin-top: 30px;
    background: #dff2e7;
    padding: 24px
}

#order-detail .content .summery .item-row {
    color: #166534;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px
}

#order-detail .content .summery .item-row.total {
    color: #052e16;
    font-weight: 700;
    padding-top: 8px;
    border-top: 1px dashed #166534
}

#order-detail .content .btn-submit {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background: #15803d;
    padding: 12px;
    border-radius: 0;
    width: 100%;
    margin-top: 16px
}

@media(max-width: 400px) {
    #cartOffcanvas .offcanvas-body {
        padding: 8px 10px
    }

    #cartOffcanvas .offcanvas-body .products .product .left {
        margin-right: 2px
    }

    #cartOffcanvas .offcanvas-body .products .product .left .img img {
        width: 50px;
        height: 50px
    }

    #cartOffcanvas .offcanvas-body .summery {
        padding: 15px
    }
}

#testimonial_custom {
    margin-top: 24px
}

#testimonial_custom .content .title {
    color: #052e16;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

#testimonial_custom .content .tagline {
    color: #16a34a;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center
}

#testimonial_custom .content .testimonials {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 12px
}

#testimonial_custom .content .testimonials .testimonial {
    background-color: #fff;
    border-radius: 8px;
    border: #d4d4d4 1px solid;
    overflow: hidden
}

#testimonial_custom .content .testimonials .testimonial .comment {
    color: #052e16;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    height: 220px
}

#testimonial_custom .content .testimonials .testimonial .comment iframe {
    width: 100%;
    height: 100%
}

#testimonial_custom .content .testimonials .testimonial .user-info {
    display: flex;
    align-items: center;
    padding: 10px;
    padding-bottom: 12px
}

#testimonial_custom .content .testimonials .testimonial .user-info .user-photo {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 10px
}

#testimonial_custom .content .testimonials .testimonial .user-info .name {
    color: #052e16;
    font-size: 14px;
    font-weight: 600
}

#testimonial_custom .content .testimonials .testimonial .user-info .designation {
    color: #6b7280;
    font-size: 12px;
    font-weight: 500
}

#testimonial_custom .content .more-btn {
    margin-top: 24px;
    margin-bottom: 24px
}

@media only screen and (max-width: 1399px) {
    #testimonial_custom .content .testimonials {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media only screen and (max-width: 1199px) {
    #testimonial_custom .content .testimonials {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media only screen and (max-width: 991px) {
    #testimonial_custom .content .testimonials {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (max-width: 575px) {
    #testimonial_custom .content .testimonials {
        grid-template-columns: repeat(1, 1fr)
    }

    #testimonial_custom .content .testimonials .testimonial {
        padding: 20px
    }
}

/*# sourceMappingURL=main.min.css.map */

#footer .content {
    padding-top: 24px;
    padding-bottom: 24px;
    display: grid;
    grid-template-columns: 25% repeat(2, 1fr) 20%;
    grid-gap: 12px;
    align-items: start !important;
}

.call-to-btn {
    position: fixed;
    z-index: 99;
    bottom: 100px;
    right: 30px;
    padding: 10px 10px;
    background: #86CD91;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #004111;
    font-size: 17px;
}

.call-to-btn .material-icons-outlined {
    font-size: 17px;
}

@media only screen and (max-width: 575px) {
    .call-to-btn {
        bottom: 60px;
        right: 15px;
        padding: 5px 8px;
        font-size: 14px;

    }

    .call-to-btn .material-icons-outlined {
        font-size: 14px;
    }

}

#products .content .product {
    display: block;
    text-decoration: none;
    background-color: #fff;
}

#products .content {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    grid-row-gap: 20px;
}

@media (min-width: 1200px) {
    #products .filter.content {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1199px) {
    #products .content {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 991px) {
    #products .content {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    #products .content {
        grid-template-columns: repeat(2, 1fr);
    }
}