.hs-left-logo {
    margin-top: 5px;
    margin-bottom: 5px;
}

.menu-list > li > a {
    text-transform: none;
}

.e-banner-plant .e-banner-title {
    color: #fff;
    text-shadow: 5px 5px 10px black;
}

.e-banner-plant .e-banner-des {
    color: #fff;
    text-shadow: 5px 5px 10px black;
}

.e-btn.white:hover {
    background-color: #fff;
}

.e-banner-plant .swiper-pagination-bullet:before {
    background: #fff;
}

.e-banner-plant .swiper-pagination-bullet:after {
    color: #fff;
}

.na-top-heading {
    margin-top: 0;
    padding-top: 5px;
    border: none;
    /*border: 1px solid #f3f8ee;*/
}

.na-top-heading .na-name {
    font-size: 18px;
}

.na-top-heading .na-price {
    margin-bottom: 10px;
}

.na-top-heading .banner-btn {
    min-width: 150px;
    margin-bottom: 10px;
}

.e-shipping-features-wrap {
    background: #7bac41;
    padding-top: 20px;
    margin-bottom: 0;
}

.e-shipping-icon span {
    background: #fff;
}

.e-shipping-icon span i {
    color: #7bac41;
    font-size: 40px;
}

.e-shipping-icon span:after {
    border: 1px dashed #fff;
}

.e-midads-wrappper {
    margin-bottom: 50px;
}

.logo-footer {
    margin-bottom: 20px;
}

.recapiti-list > li > a:after {
    display: none;
}

.recapiti-list > li > a {
    padding-left: 0;
    text-transform: none;
}

.recapiti-list > li > a > i {
    color: #7bac41;
    margin-right: 10px;
}

.e-footer-text a {
    color: #fff;
    font-weight: 600;
}

.drop-menu .sub-menu > li > a {
    color: #222;
}

.drop-menu .sub-menu > li > a:hover {
    color: #7bac41;
}

.e-breadcumb-wrap {
    background: #f3f8ee;
}

.na-top-sec {
    background: none;
    padding: 0;
}

.e-pagination {
    justify-content: center;
}

.e-nl-des {
    color: #222;
}

.cmn-brdr-ttle:after {
    background-color: #7bac41;
}

.pd-thumb-list > li:hover, .pd-thumb-list > li.active {
    border-color: #7bac41;
}

.pd-title {
    color: #222;
    text-transform: none;
}

.pd-price-ttile {
    font-size: 35px;
}

.ib-list-left span {
    color: #222;
}

.prodetails-info h4 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.last-bread {
    color: var(--sub-txt-color);
    display: inline-block;
    font-weight: 500;
    position: relative;
    padding: 0 6px;
}

.woocommerce-ordering .nice-select {
    min-width: 250px;
    min-height: 40px;
}

.woocommerce-ordering .nice-select ul {
    min-width: 250px;
}

.pd-price-wrap {
    font-size: 2rem;
    color: var(--primary-color);
    font-family: 'Bebas Neue', cursive;
}

.pd-price-wrap span {
    margin-right: 5px;
    margin-left: 5px;
}

.nice-select:after {
    right: 10px;
}

.quantity-box {
    padding-right: 0;
}

.woocommerce-variation-price {
    font-size: 2rem;
    color: var(--primary-color);
    font-family: 'Bebas Neue', cursive;
}

.sc-produc-remove {
    color: red;
}

.woocommerce-mini-cart-item .woocommerce-Price-amount {
    font-weight: 600;
}

.e-myaccount-wrap .e-ma-details a {
    color: var(--primary-color);
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 30px 0;
    background-color: #f3f8ee;
}

.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
    background-color: var(--primary-color) !important;
    color: #ffffff !important;
    padding: 6px 12px;
    font-weight: 600;
    font-size: 13px;
    order: 999;
}

.woocommerce-error .button:hover, .woocommerce-info .button:hover, .woocommerce-message .button:hover {
    background-color: #fff !important;
    color: var(--primary-color) !important;
}

.e-ma-details-inner h4::after {
    position: initial;
    content: "";
    height: 1px;
    bottom: 0;
    width: 100%;
    left: 0;
    display: inline-block;
    background-color: #e9eef6;
}

.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    font-family: inherit;
    font-weight: 400;
    letter-spacing: normal;
    padding:  0 20px;
    display: block;
    background-color: #fcfcfd;
    border: 1px solid #e9e9e9;
    color: var(--txt-color);
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    margin: 0;
    line-height: normal;
}

.select2-container .select2-dropdown, .select2-container .select2-selection {
    box-sizing: border-box;
    cursor: pointer;
    background-color: #fcfcfd;
    border: 1px solid #e9e9e9;
    margin: 0;
    width: 100%;
    height: 50px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    height: 50px;
    display: flex;
    align-items: center;
}

.select2-results {
    background-color: #fcfcfd;
    overflow: hidden;
}

select {
    font-family: inherit;
    font-weight: 400;
    letter-spacing: normal;
    padding:  0 20px;
    display: block;
    background-color: #fcfcfd;
    border: 1px solid #e9e9e9;
    color: var(--txt-color);
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    margin: 0;
    line-height: normal;
}

table.variations {
    margin-bottom: 10px;
}

.shopcart-dis-list .update-cart {
    color: #fff !important;

}

.shopcart-dis-list .update-cart:hover {
    color: var(--primary-color) !important;
    background-color: #fff !important;
    
}

.showcoupon {
    color: var(--primary-color);
}

.woocommerce-additional-fields textarea {
    min-height: 146px;
    padding: 10px 20px !important;
}

.contact-infobox .cntc-infobox-des a {
    color: var(--headding-color);
    transition: all 0.3s ease;
}

.contact-infobox .cntc-infobox-des a:hover {
    color: #7bac41;
}

.e-about-wrap p {
    margin-bottom: 10px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: #7bac41;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    transition: all 0.3s ease;
}

.ppcp-messages {
    margin-top: 20px;
}

.e-checkout-wrap {
    padding-bottom: 50px;
}

.paymentInstructions {
    background-color: #f3f8ee;
}

.paymentInstructions p {
    margin-bottom: 10px;
}

.woocommerce-thankyou-order-received {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 50px;
}

.woocommerce-table__product-name a {
    color: #7bac41;
    transition: all 0.3s ease;
}

.e-shopcart-sidebar .wc-proceed-to-checkout {
    padding: 0px 15px 24px; 
}

.e-totalsumry-body .ts-list-shead {
    text-align: right;
}

.e-error-info h4 {
    text-transform: none;
}

@media screen and (max-width: 767px) {
    .woocommerce table.cart .product-thumbnail {
        display: block;
    }

    .woocommerce-cart-form__cart-item .product-thumbnail::before {
        content: none !important;
    }

    .shopcart-dis-list {
        display: block;
    }

    .sc-disinputwrap .e-nl-box input {
        width: 100% !important;
    }

    .sc-disinputwrap .e-nl-box button {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .e-filter-bar {
        flex-wrap: nowrap;
    }
    
}

@media screen and (min-width: 768px) {
    .contant-innermap {
        height: 400px;
        padding: 0;
    }
}

.grecaptcha-badge { display: none; }