﻿@charset "utf-8";

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/Poppins-Light.ttf");
    src: url("../fonts/Poppins-Light.ttf") format("ttf")
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Poppins-Regular.ttf");
    src: url("../fonts/Poppins-Regular.ttf") format("ttf")
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Poppins-Medium.ttf");
    src: url("../fonts/Poppins-Medium.ttf") format("ttf")
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/Poppins-SemiBold.ttf");
    src: url("../fonts/Poppins-SemiBold.ttf") format("ttf")
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Poppins-Bold.ttf");
    src: url("../fonts/Poppins-Bold.ttf") format("ttf")
}

/* Layout - Optional */

@media (min-width: 1540px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1500px !important;
    }
}

@media (min-width: 1400px) {
    .all-product .col-xxl-2 {
        flex: 0 0 auto;
        width: 19.66666667%;
    }
}

/* Global */
* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    color: #474747 !important;
    top: 0;
    margin: 0;
}

.content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* with marquee */
 @media (max-width:767px) {
    .body-content {
        margin-top: 88px;    
    }
}
@media (min-width:768px) and (max-width:1380px) {
    .body-content {
        margin-top: 145px;    
    }
}
@media (min-width:1381px) {
    .body-content {
        margin-top: 153px;    
    }
} 

/* without marquee */
/*@media (max-width:767px) {
    .body-content {
        margin-top: 75px;
    }
}

@media (min-width:768px) {
    .body-content {
        margin-top: 133px;
    }
}*/
/* without marquee */
.light {
    font-family: 'Poppins', sans-serif;
    font-weight: 300 !important;
}

.medium {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.semibold {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.bold {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

a {
    text-decoration: none !important;
    color: inherit !important;
}

.cursor {
    cursor: pointer !important;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #ced4da !important;
}

.box-shadow {
    box-shadow: 0px 3px 6px #00000029;
}

.rounded-10 {
    border-radius: 10px;
}

input::placeholder, textarea::placeholder {
    font-size: 14px;
}

/* Spacing */

.p-t-24 {
    padding-top: 24px !important;
}

.p-b-24 {
    padding-bottom: 24px !important;
}

/* Responsive spacing */

.p-t-r-88 {
    padding-top: 88px;
}

.p-tb-r-88 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
}

.m-tb-r-88 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
}

.m-t-r-88 {
    margin-top: 88px !important;
}

.m-b-r-88 {
    margin-bottom: 88px !important;
}

.p-tb-r-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
}

@media (min-width:1025px) and (max-width:1400px) {
    .p-t-r-88 {
        padding-top: 64px !important;
    }

    .p-tb-r-88 {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
    }

    .m-tb-r-88 {
        margin-top: 64px !important;
        margin-bottom: 64px !important;
    }

    .m-t-r-88 {
        margin-top: 64px !important;
    }

    .m-b-r-88 {
        margin-bottom: 64px !important;
    }

    .p-tb-r-72 {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .p-t-r-88 {
        padding-top: 56px !important;
    }

    .p-tb-r-88 {
        padding-top: 56px !important;
        padding-bottom: 56px !important;
    }

    .m-tb-r-88 {
        margin-top: 56px !important;
        margin-bottom: 56px !important;
    }

    .m-t-r-88 {
        margin-top: 56px !important;
    }

    .m-b-r-88 {
        margin-bottom: 56px !important;
    }

    .p-tb-r-72 {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }
}

@media (max-width:767px) {
    .p-t-r-88 {
        padding-top: 48px !important;
    }

    .p-tb-r-88 {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }

    .m-tb-r-88 {
        margin-top: 48px !important;
        margin-bottom: 48px !important;
    }

    .m-t-r-88 {
        margin-top: 48px !important;
    }

    .m-b-r-88 {
        margin-bottom: 48px !important;
    }

    .p-tb-r-72 {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-16-r {
    font-size: 16px !important;
}

.fs-17-r {
    font-size: 17px !important;
}

.fs-18-r1 {
    font-size: 17px !important;
}

@media (max-width:1400px) {
    .fs-16-r {
        font-size: 14px !important;
    }

    .fs-17-r {
        font-size: 16px !important;
    }

    .fs-18-r1 {
        font-size: 14px !important;
    }
}


.bg-color1 {
    background-color: #127200 !important;
}

.bg-color2 {
    background-color: #E7F4DD !important;
}

.bg-color3 {
    background-color: #FEF6ED !important;
}

.bg-color4 {
    background-color: #E7F4DD !important;
}

.bg-color5 {
    background-color: #E2F2D5 !important;
}

.bg-color6 {
    background-color: #F5F5F5 !important;
}

.bg-color7 {
    background-color: #F5740F !important;
}

.bg-color8 {
    background-color: #F8F8F8 !important;
}

.bg-color9 {
    background-color: #FEF7F0 !important;
}
.bg-color10 {
    background-color: #E47709 !important;
}

.bg-color11 {
    background-color: #A5A5A5 !important;
}

.text-color1 {
    color: #707070 !important
}

.text-color2 {
    color: #127200 !important
}

.text-color3 {
    color: #FDFDFD !important
}

.text-color4 {
    color: #474747 !important
}

.text-color5 {
    color: #261F22 !important
}

.text-color6 {
    color: #AB5907 !important
}

.text-color7 {
    color: #F5740F !important
}

.text-color8 {
    color: #AD0101 !important
}

.text-color9 {
    color: #AA8B6C !important
}

.text-color10 {
    color: #E47709 !important;
}

.text-color11 {
    color: #144B92 !important;
}


/* Fonts */
.head-h1, .head-h2 {
    font-size: 36px;
    margin-bottom: 0;
}

.prod-head {
    font-size: 28px;
}

@media ( max-width :1400px) {
    .head-h1, .head-h2 {
        font-size: 28px !important;
    }

    .prod-head {
        font-size: 24px;
    }
}

@media ( max-width :576px) {
    .head-h1, .head-h2, .prvcy-plcy .fs-3 {
        font-size: 20px !important;
    }
}
/* end of fonts */


/* Buttons */

.btn-sz1 {
    width: 224px !important;
}

@media (max-width:350px) {
    .btn-sz1 {
        width: 200px !important;
    }
}

.btn-green, .btn-green1 {
    color: #fff !important;
    background-color: #127200 !important;
}

    .btn-green:hover {
        background-color: #E47709 !important;
    }

    .btn-green1:hover {
        background-color: #0C4B00 !important;
    }

.btn-register {
    color: #fff !important;
    background-color: #127200 !important;
    border: 1px solid #127200;
    transition: all 1s !important;
}

    .btn-register:hover {
        box-shadow: inset 20rem 0 0 0 #0C4B00, inset -20rem 0 0 0 #0C4B00, inset 0 20rem 0 0 #0C4B00, inset 0 -20rem 0 0 #0C4B00;
        border-color: #0C4B00;
        color: #fff;
    }

.btn-outline-green {
    color: #127200 !important;
    border-color: #5FAE32 !important;
}

.btn-orange {
    color: #fff !important;
    background-color: #E47709 !important;
}

    .btn-orange:hover {
        background-color: #0C4B00 !important;
    }

.btn-cart {
    color: #fff !important;
    background-color: #127200 !important;
    border-radius: 21px !important;
    width: 180px;
}



/* images */

.img-400 {
    max-width: 400px;
}

.img-430 {
    max-width: 430px;
}

.img-390 {
    max-width: 390px;
}

@media ( min-width :768px) and (max-width:1399px) {
    .img-390 {
        max-width: 330px;
    }
}

@media ( min-width :768px) and (max-width:1199px) {
    .img-400, .img-430 {
        max-width: 350px;
    }
}

@media (max-width:767px) {
    .img-400, .img-430 {
        max-width: 280px;
    }

    .img-390 {
        max-width: 300px;
    }
}



/* Header */

@media (max-width:767px) {
    .logo {
        width: 135px;
    }
}

@media (max-width:576px) {
    .fa-xs-sm {
        font-size: 14px !important;
    }
}
/* for header icon size*/

.navbar .dropmenu-header {
    position: absolute !important;
    text-align: center !important;
    background-color: #E7F4DD !important;
    top: 1.8rem !important;
    right: 0rem !important;
}

.badge-pill {
    padding: .3em .6em !important;
    font-size: 10px !important;
    top: 6px !important
}

.truncate {
    display: inline-block;
    max-width: 20ch;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.drop-item:hover, .drop-item.active, .drop-item:focus, .drop-item:active {
    background-color: #E7F4DD !important;
    color: #707070 !important;
}

.drop-menu {
    background-color: #fff !important;
    color: #707070 !important;
    border: none !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
    border-top: 1px solid #E7F4DD !important;
}

@media ( min-width : 1300px) {
    .navbar-nav .dropdown:hover .drop-menu {
        display: block;
    }
}

#marqueetxt {
    background-color: #FEF6ED;
    color: #127200;
    font-weight: bold;
}

.search-box, .search-box:focus {
    position: relative;
    font-size: 14px !important;
    border-radius: 20px;
    background-color: #fff !important;
    /*box-shadow: 0px 3px 6px #00000029;*/
    border: 1px solid #DFDFDF;
}

.search-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.search-p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    margin-bottom: 0px !important;
}

.blazored-typeahead__clear {
    margin-top: 3px;
    margin-left: -60px;
    padding-top: 4px !important;
}

.blazored-typeahead__input-mask {
    width: 100px;
}

.btn-srch {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px #DFDFDF;
    font-size: 15px;
    border-radius: 0 20px 20px 0;
    /*height: 35px;*/
    width: 40px;
    background-color: #E7F4DD;
}


/* Sidebar */
.sidebar {
    width: 100%;
    height: 100%;
    display: flex;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: transparent;
    color: #ffffff;
    transition: visibility 0.3s, opacity 0.3s, backdrop-filter 0.3s;
    backdrop-filter: blur(4px);
    user-select: none;
    pointer-events: none;
}

.sidebar-content {
    width: 280px;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
}

.sidebar.show {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    user-select: auto;
}

    .sidebar.show .sidebar-content {
        opacity: 1;
        left: 0;
    }

.sidebar .dropdown-sidebar {
    transform: translate3d(-13px, 41px, 0px) !important;
}


/* Footer */

footer li, footer li a {
    font-size: 15px;
    margin-top: 1rem;
    color: #fff !important;
    text-decoration: none;
    opacity: 0.8 !important;
}

    footer li a:hover {
        opacity: 1 !important;
        color: #fff !important;
    }

.top-border {
    border-top: 1px solid rgb(255, 255, 255, 0.7);
}

.footer-text {
    text-decoration: none;
    font-size: 15px;
    color: #FDFDFD !important;
    opacity: 0.8 !important;
}

.indent {
    margin-left: 1.5rem;
    text-indent: -0.8rem;
}

.modal-backdrop {
    opacity: 0.9 !important;
    background-color: rgb(242 242 239 / 90%);
    overflow-y: hidden !important;
    background-color: lightgray !important;
}

.modal-backdrop-pmt {
    opacity: 0.9 !important;
    background-color: rgb(242 242 239 / 90%);
    overflow-y: hidden !important;
    background-color: white !important;
}

.mdl-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto !important;
}


/* Home */

/* Commited to quality */
.organic-badge {
    border-radius: 50% !important;
    width: 300px !important;
    height: 300px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    position: relative !important;
    border: none !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.icon-container img {
    transition: transform 0.5s ease-in-out;
}

.organic-badge:hover img {
    transform: translateY(-5px);
}

.organic-badge:hover {
    box-shadow: 0 0 20px rgba(144, 145, 143, 0.5);
}

@media (max-width:1400px) {
    .organic-badge {
        width: 270px !important;
        height: 270px !important;
    }
}

.icon-container {
    position: absolute !important;
    width: 110px !important;
    height: 110px !important;
    top: -30px !important;
    border-radius: 50% !important;
    padding: 15px !important;
    z-index: 1 !important;
}

.card-head {
    position: relative !important;
    z-index: 2;
}

.best-seller {
    background-color: #F5740F;
    color: #fff;
    padding: 2px 10px;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 5px;
    z-index: 1;
}

/* Products carousel */

.card-carousel {
    width: 90% !important;
}

.carousel-icon {
    width: auto !important;
    opacity: 1 !important;
    text-decoration: none !important;
}

.card-carousel {
    border-radius: 10px !important;
    border: 1px solid rgb(228, 119, 9, 0.2) !important;
}

.img-box {
    padding: 1.5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #F5F5F5;
    cursor: pointer;
    height: 230px;
    overflow: hidden;
    background-image: url('../images/product-bg.webp');
    background-size: cover;
    background-position: center;
    border-radius: 10px 10px 0 0;
}

.card-carousel .card-body {
    border-radius: 0 0 10px 10px;
}

.prod-img,
.hover-img {
    position: absolute;
    transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
}

.prod-img {
    height: 180px !important;
    opacity: 1;
    visibility: visible;
}

.hover-img {
    height: 130px !important;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
}

.img-box:hover .prod-img {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
}

.img-box:hover .hover-img {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

a.btn.btn-wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #AB5907;
    font-size: 18px;
}

.star-icon.active {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #F5740F;
    content: "\f005";
}

.heart-icon.active {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    content: "\f004";
}


/* Commit section */
.commit-section {
    background-image: url('../images/commitment-organic.webp');
    background-size: cover;
    background-position: center;
}

.commit-img {
    max-width: 600px;
}

@media (min-width: 768px) {
    .commit-img {
        max-width: 600px;
    }
}

.farm-bg {
    background-image: url('../images/organic-store-bg.webp') !important;
}

.satisfaction-bg {
    background-image: url('../images/customer-satisfaction-bg.webp') !important;
}

.sourced-bg {
    background-image: url('../images/sustainably-sourced-bg.webp') !important;
}

.card-home {
    background-size: cover !important;
    background-position: center !important;
    border-radius: 40px !important;
    border: none !important;
}


/* Subscribe & FAQ */
.w-280 {
    width: 270px !important;
}

.accordion-button, .accordion-body p {
    color: #3E3E3E !important;
}

.fs-18-r {
    font-size: 18px;
}

.rounded-20 {
    border-radius: 20px;
}

.supprort-dd .dropdown-menu-end {
    right: 0;
    left: auto;
}

.subscribe-section {
    background-image: url("../../assets-new/images/subscribe-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.faq-section {
    background: #E2F2D5 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
}

.accordion-button:not(.collapsed) {
    color: #3E3E3E !important;
    background-color: #E6ECF3 !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button::after {
    background-image: url("../../assets-new/images/faq-acc.png") !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../../assets-new/images/faq-acc-coll.png") !important;
    transform: none !important;
}

.carousel-control-next, .carousel-control-prev {
    top: 50% !important;
    height: 0 !important;
}

.carousel-control-next-icon:hover {
    background-color: #127200;
    border: 2px solid #127200;
    border-radius: 50%;
    padding: 20px;
    background-size: 70% 70% !important;
}

.carousel-control-prev-icon:hover {
    background-color: #127200;
    border: 2px solid #127200;
    border-radius: 50%;
    padding: 20px;
    background-size: 80% 80% !important;
}

.carousel-indicators {
    margin-bottom: 0px !important;
    margin-left: 45.8% !important;
}

.about-bg {
    background: #E7F4DD 0% 0% no-repeat padding-box;
}

.check li {
    background: url(../../assets-new/images/check.png) 0 5px no-repeat;
    padding: 0 0 13px 36px;
    line-height: 25px;
    list-style-type: none;
    text-align: left;
}

@media ( max-width :767px) {
    .fs-18-r {
        font-size: 12px !important;
    }
}

@media ( min-width :768px)and ( max-width :1200px) {
    .lh-38 {
        line-height: 38px;
    }

    .banner-h1 {
        font-size: 28px;
        line-height: 38px;
    }
}

@media ( max-width :380px) {
    .fs-18-r {
        font-size: 10px !important;
    }
}

@media (max-width:1400px) {
    .fs-18-r {
        font-size: 14px;
    }

    .lh-28 {
        line-height: 24px;
    }

    .about-count .display-1 {
        font-size: 50px !important;
    }
}

@media (min-width:1400px) {
    .lh-28 {
        line-height: 28px;
    }

    .banner-h1 {
        font-size: 42px;
        line-height: 55px;
    }
}


/* product details */

.lg-image {
    max-width: 300px;
    height: auto;
}

.sm-image-box {
    width: 130px;
    height: auto;
    background-color: #EAEAEA;
    border-radius: 10px;
}

@media (max-width:1399px) {
    .lg-image {
        max-width: 200px;
    }

    .sm-image-box {
        width: 95px;
    }
}

.sm-image-box.active {
    outline: 1px solid #F5740F;
    outline-offset: -1px;
}

.main-img-container {
    overflow: hidden !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lg-image-bg {
    background-image: url('../images/product-bg.webp');
    background-position: center;
    background-size: cover;
}

.social-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #127200;
    border-radius: 50%;
    text-decoration: none;
    color: white !important;
    font-size: 16px;
    transition: 0.6s;
}

.prod-border {
    border-radius: 10px;
    border: 1px solid #E47709;
}

.social-icon:hover {
    transform: translateY(-5px);
}

.low-quantity {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23333' stroke-width='2' d='M12 16l6-6-1.41-1.41L12 13.17l-4.59-4.58L6 10z'/%3E%3C/svg%3E");
    background-size: 20px 24px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    padding-right: 30px;
}

    .low-quantity.active {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23333' stroke-width='2' d='M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z'/%3E%3C/svg%3E");
    }

.prod-details .nav-link {
    background-color: #FEF7F0 !important;
    color: #261F22 !important;
    /* border: 1px solid #A5A5A5 !important; */
}

    .prod-details .nav-link.active {
        background-color: #e0e7d6 !important;
        color: #261F22 !important;
        font-weight: 500;
    }

.star-rating {
    color: #F5740F !important;
    font-size: 1.5rem;
}

.rating-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rating-label {
    width: 60px;
    text-align: right;
}

.rating-percentage {
    width: 40px;
    text-align: left;
}

.progress {
    height: 20px !important;
    flex-grow: 1;
}

.divider {
    border-left: 1px solid #dee2e6 !important; /* Vertical line */
    height: auto !important;
}

.review-container {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.review-avatar {
    width: 40px !important;
    height: 40px !important;
    background-color: #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.helpful-icons {
    display: flex;
    align-items: center;
    gap: 5px;
}

    .helpful-icons i {
        cursor: pointer;
    }


/* all products */

.all-product .hover-img {
    height: 110px !important;
}

.all-product .page-link {
    margin: 0 15px 0 0 !important;
    border-radius: 10px !important;
}

    .all-product .page-link:focus, .all-product .page-link:hover {
        z-index: 3;
        background-color: #E47709;
        outline: 0;
        color: #fff !important;
        box-shadow: none !important;
    }

/* all-product - for filters */
.price-input {
    width: 50px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 2px;
    border-radius: 4px;
}

.all-product .form-check-input:checked {
    background-color: #127200;
    border-color: #127200;
}

.all-product .form-check-input:focus {
    border-color: #127200;
    box-shadow: 0 0 0 .25rem rgb(18, 114, 0, 0.25)
}
.caro-icon-left {
    position: absolute;
    left: 0;
    top: 50%;
}

.caro-icon-right {
    position: absolute;
    text-align: end;
    top: 50%;
}
.img-box-moreprod {
    padding: 1.5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #E2F2D5 !important;
    cursor: pointer;
    height: 230px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
/*    border-radius: 10px 10px 0 0;*/
}


/* Register */
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -19px !important;
}

.toggle-password-eye {
    top: 11px;
    right: 18px;
    position: relative;
    cursor: pointer;
    z-index: 10;
}

.validation-message {
    color: red;
    font-size: 14px !important;
    margin-top: 2px !important;
}

.forms .form-check-input:checked {
    background-color: #127200 !important;
    border-color: #127200 !important;
}

.forms .form-check-input:focus {
    border-color: #127200;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(18, 114, 0, 0.2);
}

.alert-bg {
    background: #E47709 0% 0% no-repeat padding-box;
}

.form-icons {
    height: auto !important;
    width: 55px !important;
}


/* Login */
.line {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .line:before, .line:after {
        content: '';
        border-top: 1px solid #d8d5d5;
        margin: 0 20px;
        flex: 1 0 20px;
    }
/* button */
.btn-outline-green:focus, .btn-green:focus, .btn-green1:focus, .btn-register:focus {
    box-shadow: 0 0 0 .25rem rgb(18, 114, 0, 0.2) !important;
}

.box-shadow1 {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}





.alert-successmsg {
    color: #127200;
    border: 1px #127200 solid;
}

.a-alert-success {
    border-color: #127200;
}

.a-alert-error, .a-alert-info, .a-alert-success, .a-alert-warning {
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-left-width: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.a-spacing-base, .a-ws .a-ws-spacing-base {
    margin-bottom: 12px !important;
}

.a-box {
    border-radius: 8px;
    background-color: var(--__N4QdChibkmGo, #fff);
    display: block;
}



/* Cart full */
/* can be romoved if not using increment option */
.qty-container .input-qty {
    text-align: center;
    border: none;
    max-width: 40px;
}

.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
    font-size: 10px;
    height: 38px;
    transition: 0.3s;
    box-shadow: none !important;
    border: none;
    background-color: #fff;
    padding: 0%;
}
/* end */

.cart-img-box {
    width: 60px !important;
}

.qty-input {
    width: 40px;
    text-align: center;
}

.item-row {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.bg-img {
    background-image: url('../images/bg-img.webp');
}

.border-bottom-line {
    border-bottom: 1px solid rgb(112, 112, 112, 0.2) !important;
}

.btn-apply {
    background-color: #007f1c !important;
    color: white !important;
}

.modal-wd {
    max-width: 600px !important;
}

.modal-ht {
    height: 300px !important;
}


/* checkout */
.payment-content label {
    font-size: 15px !important;
    color: #474747 !important;
}

.pay-link {
    color: #007185 !important;
}

    .pay-link:hover {
        color: #c7511f !important;
        text-decoration: underline !important;
    }

.payment-content select#inputState {
    font-size: 15px !important;
}

.form-check-input:checked {
    background-color: #127200 !important;
    border-color: #127200 !important;
}

.form-check-input:focus {
    border-color: #e7f4dd !important;
    outline: 0 !important;
    box-shadow: 0 0 0 .25rem #e7f4dd !important;
}

.wrap-word {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.modal-backdrop-plist {
    background-color: rgb(242 242 239 / 90%);
    overflow-y: hidden !important;
    background-color: rgba(19, 33, 68, 0.5) !important;
}

.card-input-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
}

.card-logos {
    position: absolute;
    right: 15px;
    top: 70%;
    display: flex;
    gap: 5px;
    transition: opacity 0.3s ease;
}

.card-input:focus + .card-logos,
.card-input:not(:placeholder-shown) + .card-logos {
    opacity: 0;
    pointer-events: none;
}

/* my orders */
.my-order .nav-tabs .nav-item .nav-link.active {
    background-color: #127200;
    color: #fff !important;
}

.my-order .nav {
    flex-wrap: nowrap !important;
    align-items: center !important;
}

select.form-select {
    font-size: 14px !important;
}

.form-select:focus {
    border-color: #127200 !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(18, 114, 0, 0.25) !important;
}

.btn-sz2 {
    width: 150px !important;
}

.btn-outline-green1 {
    color: #127200 !important;
    border-color: #5FAE32 !important;
}

    .btn-outline-green1:hover {
        color: #fff !important;
        background-color: #127200;
        border-color: #127200;
    }

/* error page */

.error-img {
    width: 280px;
}

@media (max-width:767px) {
    .error-img {
        width: 200px;
    }
}