/*
Theme Name: Holy City Matcha
Theme URI: https://www.holycitymatcha.com/
Author: Digitechnique
Author URI: https://www.digitechnique.com/
Description: A custom designed WordPress theme for Holy City Matcha.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: holy-city-matcha
*/

/* ----------------------------------------------------------------------------------- */
/*  1. Global Reset & Base
/* ----------------------------------------------------------------------------------- */
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    /* font-family: "Roboto", sans-serif; */
    font-family: "League Spartan", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color:#333;
}
h1,h2,h3,h4,h5,h6{
    /* font-family:'Playfair Display', serif; */
    font-family: "Libre Baskerville", serif;
    color:#000;
    margin-bottom: 10px;
}
h1{
    font-size: 45px;
}
h2{
    font-size: 40px;
}
h3{
    font-size: 32px;
}
h4{
    font-size: 28px;
}
h5{
    font-size: 24px;
}
h6{
    font-size: 20px;
}
img {
    vertical-align: middle;
    height: auto;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}
p,
ul,
ol {
    margin-bottom: 15px;
}
ul,
ol {
    padding-left: 30px;
}
li{
    margin-bottom: 10px;
}
p{
    line-height: 1.4;
}

/* ----------------------------------------------------------------------------------- */
/*  2. Layout & Grid
/* ----------------------------------------------------------------------------------- */
.container-fluid2{
    padding: 0 10px;
}
@media(min-width:576px){
.container {
    max-width: 540px;
}
}
@media(min-width:768px){
.container {
    max-width: 720px;
}
}
@media(min-width:992px){
.container {
    max-width: 1200px;
}
}
@media(min-width:1200px){
.container {
    max-width: 1440px;
}
}
@media(min-width:1400px){
.container {
    max-width: 1860px;
}
}
.container {
    padding: 0 10px;
    margin: 0 auto;
}

.row-grid-three {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 15px;
}

.col-3 { grid-template-columns: repeat(3, 1fr); }
.col-4 { grid-template-columns: repeat(4, 1fr); }
.col-5 { grid-template-columns: repeat(5, 1fr); }
.col-6 { grid-template-columns: repeat(6, 1fr); }

.text-center { text-align: center; }
.bg-gry { background-color: #eee; }
.space-top-bottom-15 { padding-top: 15px; padding-bottom: 15px; }
.space-top-bottom-50 { padding-top: 50px; padding-bottom: 50px; }
.space-50 { padding: 50px 0px; }
/* MARGIN CLASSES */

/* margin-bottom */
.mb-0  { margin-bottom: 0; }
.mb-1  { margin-bottom: 5px; }
.mb-2  { margin-bottom: 10px; }
.mb-3  { margin-bottom: 15px; }
.mb-4  { margin-bottom: 20px; }
.mb-5  { margin-bottom: 25px; }
.mb-6  { margin-bottom: 30px; }
.mb-7  { margin-bottom: 35px; }
.mb-8  { margin-bottom: 40px; }
.mb-9  { margin-bottom: 45px; }
.mb-10 { margin-bottom: 50px; }
.mb-11 { margin-bottom: 55px; }
.mb-12 { margin-bottom: 60px; }
.mb-13 { margin-bottom: 65px; }
.mb-14 { margin-bottom: 70px; }
.mb-15 { margin-bottom: 75px; }

/* margin-top */
.mt-0  { margin-top: 0; }
.mt-1  { margin-top: 5px; }
.mt-2  { margin-top: 10px; }
.mt-3  { margin-top: 15px; }
.mt-4  { margin-top: 20px; }
.mt-5  { margin-top: 25px; }
.mt-6  { margin-top: 30px; }
.mt-7  { margin-top: 35px; }
.mt-8  { margin-top: 40px; }
.mt-9  { margin-top: 45px; }
.mt-10 { margin-top: 50px; }
.mt-11 { margin-top: 55px; }
.mt-12 { margin-top: 60px; }
.mt-13 { margin-top: 65px; }
.mt-14 { margin-top: 70px; }
.mt-15 { margin-top: 75px; }

/* margin-start (left) */
.ms-0  { margin-left: 0; }
.ms-1  { margin-left: 5px; }
.ms-2  { margin-left: 10px; }
.ms-3  { margin-left: 15px; }
.ms-4  { margin-left: 20px; }
.ms-5  { margin-left: 25px; }
.ms-6  { margin-left: 30px; }
.ms-7  { margin-left: 35px; }
.ms-8  { margin-left: 40px; }
.ms-9  { margin-left: 45px; }
.ms-10 { margin-left: 50px; }
.ms-11 { margin-left: 55px; }
.ms-12 { margin-left: 60px; }
.ms-13 { margin-left: 65px; }
.ms-14 { margin-left: 70px; }
.ms-15 { margin-left: 75px; }

/* margin-end (right) */
.me-0  { margin-right: 0; }
.me-1  { margin-right: 5px; }
.me-2  { margin-right: 10px; }
.me-3  { margin-right: 15px; }
.me-4  { margin-right: 20px; }
.me-5  { margin-right: 25px; }
.me-6  { margin-right: 30px; }
.me-7  { margin-right: 35px; }
.me-8  { margin-right: 40px; }
.me-9  { margin-right: 45px; }
.me-10 { margin-right: 50px; }
.me-11 { margin-right: 55px; }
.me-12 { margin-right: 60px; }
.me-13 { margin-right: 65px; }
.me-14 { margin-right: 70px; }
.me-15 { margin-right: 75px; }

/* margin-x (left + right) */
.mx-0  { margin-left: 0; margin-right: 0; }
.mx-1  { margin-left: 5px; margin-right: 5px; }
.mx-2  { margin-left: 10px; margin-right: 10px; }
.mx-3  { margin-left: 15px; margin-right: 15px; }
.mx-4  { margin-left: 20px; margin-right: 20px; }
.mx-5  { margin-left: 25px; margin-right: 25px; }
.mx-6  { margin-left: 30px; margin-right: 30px; }
.mx-7  { margin-left: 35px; margin-right: 35px; }
.mx-8  { margin-left: 40px; margin-right: 40px; }
.mx-9  { margin-left: 45px; margin-right: 45px; }
.mx-10 { margin-left: 50px; margin-right: 50px; }
.mx-11 { margin-left: 55px; margin-right: 55px; }
.mx-12 { margin-left: 60px; margin-right: 60px; }
.mx-13 { margin-left: 65px; margin-right: 65px; }
.mx-14 { margin-left: 70px; margin-right: 70px; }
.mx-15 { margin-left: 75px; margin-right: 75px; }

/* margin-y (top + bottom) */
.my-0  { margin-top: 0; margin-bottom: 0; }
.my-1  { margin-top: 5px; margin-bottom: 5px; }
.my-2  { margin-top: 10px; margin-bottom: 10px; }
.my-3  { margin-top: 15px; margin-bottom: 15px; }
.my-4  { margin-top: 20px; margin-bottom: 20px; }
.my-5  { margin-top: 25px; margin-bottom: 25px; }
.my-6  { margin-top: 30px; margin-bottom: 30px; }
.my-7  { margin-top: 35px; margin-bottom: 35px; }
.my-8  { margin-top: 40px; margin-bottom: 40px; }
.my-9  { margin-top: 45px; margin-bottom: 45px; }
.my-10 { margin-top: 50px; margin-bottom: 50px; }
.my-11 { margin-top: 55px; margin-bottom: 55px; }
.my-12 { margin-top: 60px; margin-bottom: 60px; }
.my-13 { margin-top: 65px; margin-bottom: 65px; }
.my-14 { margin-top: 70px; margin-bottom: 70px; }
.my-15 { margin-top: 75px; }

/* PADDING CLASSES */

/* padding all sides */
.p-0  { padding: 0; }
.p-1  { padding: 5px; }
.p-2  { padding: 10px; }
.p-3  { padding: 15px; }
.p-4  { padding: 20px; }
.p-5  { padding: 25px; }
.p-6  { padding: 30px; }
.p-7  { padding: 35px; }
.p-8  { padding: 40px; }
.p-9  { padding: 45px; }
.p-10 { padding: 50px; }
.p-11 { padding: 55px; }
.p-12 { padding: 60px; }
.p-13 { padding: 65px; }
.p-14 { padding: 70px; }
.p-15 { padding: 75px; }

/* padding-top */
.pt-0  { padding-top: 0; }
.pt-1  { padding-top: 5px; }
.pt-2  { padding-top: 10px; }
.pt-3  { padding-top: 15px; }
.pt-4  { padding-top: 20px; }
.pt-5  { padding-top: 25px; }
.pt-6  { padding-top: 30px; }
.pt-7  { padding-top: 35px; }
.pt-8  { padding-top: 40px; }
.pt-9  { padding-top: 45px; }
.pt-10 { padding-top: 50px; }
.pt-11 { padding-top: 55px; }
.pt-12 { padding-top: 60px; }
.pt-13 { padding-top: 65px; }
.pt-14 { padding-top: 70px; }
.pt-15 { padding-top: 75px; }

/* padding-bottom */
.pb-0  { padding-bottom: 0; }
.pb-1  { padding-bottom: 5px; }
.pb-2  { padding-bottom: 10px; }
.pb-3  { padding-bottom: 15px; }
.pb-4  { padding-bottom: 20px; }
.pb-5  { padding-bottom: 25px; }
.pb-6  { padding-bottom: 30px; }
.pb-7  { padding-bottom: 35px; }
.pb-8  { padding-bottom: 40px; }
.pb-9  { padding-bottom: 45px; }
.pb-10 { padding-bottom: 50px; }
.pb-11 { padding-bottom: 55px; }
.pb-12 { padding-bottom: 60px; }
.pb-13 { padding-bottom: 65px; }
.pb-14 { padding-bottom: 70px; }
.pb-15 { padding-bottom: 75px; }

/* padding-start (left) */
.ps-0  { padding-left: 0; }
.ps-1  { padding-left: 5px; }
.ps-2  { padding-left: 10px; }
.ps-3  { padding-left: 15px; }
.ps-4  { padding-left: 20px; }
.ps-5  { padding-left: 25px; }
.ps-6  { padding-left: 30px; }
.ps-7  { padding-left: 35px; }
.ps-8  { padding-left: 40px; }
.ps-9  { padding-left: 45px; }
.ps-10 { padding-left: 50px; }
.ps-11 { padding-left: 55px; }
.ps-12 { padding-left: 60px; }
.ps-13 { padding-left: 65px; }
.ps-14 { padding-left: 70px; }
.ps-15 { padding-left: 75px; }

/* padding-end (right) */
.pe-0  { padding-right: 0; }
.pe-1  { padding-right: 5px; }
.pe-2  { padding-right: 10px; }
.pe-3  { padding-right: 15px; }
.pe-4  { padding-right: 20px; }
.pe-5  { padding-right: 25px; }
.pe-6  { padding-right: 30px; }
.pe-7  { padding-right: 35px; }
.pe-8  { padding-right: 40px; }
.pe-9  { padding-right: 45px; }
.pe-10 { padding-right: 50px; }
.pe-11 { padding-right: 55px; }
.pe-12 { padding-right: 60px; }
.pe-13 { padding-right: 65px; }
.pe-14 { padding-right: 70px; }
.pe-15 { padding-right: 75px; }

/* padding-x (left + right) */
.px-0  { padding-left: 0; padding-right: 0; }
.px-1  { padding-left: 5px; padding-right: 5px; }
.px-2  { padding-left: 10px; padding-right: 10px; }
.px-3  { padding-left: 15px; padding-right: 15px; }
.px-4  { padding-left: 20px; padding-right: 20px; }
.px-5  { padding-left: 25px; padding-right: 25px; }
.px-6  { padding-left: 30px; padding-right: 30px; }
.px-7  { padding-left: 35px; padding-right: 35px; }
.px-8  { padding-left: 40px; padding-right: 40px; }
.px-9  { padding-left: 45px; padding-right: 45px; }
.px-10 { padding-left: 50px; padding-right: 50px; }
.px-11 { padding-left: 55px; padding-right: 55px; }
.px-12 { padding-left: 60px; padding-right: 60px; }
.px-13 { padding-left: 65px; padding-right: 65px; }
.px-14 { padding-left: 70px; padding-right: 70px; }
.px-15 { padding-left: 75px; padding-right: 75px; }

/* padding-y (top + bottom) */
.py-0  { padding-top: 0; padding-bottom: 0; }
.py-1  { padding-top: 5px; padding-bottom: 5px; }
.py-2  { padding-top: 10px; padding-bottom: 10px; }
.py-3  { padding-top: 15px; padding-bottom: 15px; }
.py-4  { padding-top: 20px; padding-bottom: 20px; }
.py-5  { padding-top: 25px; padding-bottom: 25px; }
.py-6  { padding-top: 30px; padding-bottom: 30px; }
.py-7  { padding-top: 35px; padding-bottom: 35px; }
.py-8  { padding-top: 40px; padding-bottom: 40px; }
.py-9  { padding-top: 45px; padding-bottom: 45px; }
.py-10 { padding-top: 50px; padding-bottom: 50px; }
.py-11 { padding-top: 55px; padding-bottom: 55px; }
.py-12 { padding-top: 60px; padding-bottom: 60px; }
.py-13 { padding-top: 65px; padding-bottom: 65px; }
.py-14 { padding-top: 70px; padding-bottom: 70px; }
.py-15 { padding-top: 75px; padding-bottom: 75px; }
.d-none{
    display: none !important;
}

/* ----------------------------------------------------------------------------------- */
/*  3. Header & Navigation
/* ----------------------------------------------------------------------------------- */
header.fixed {
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    animation: smoothScroll 1s forwards;
    box-shadow: 0 5px 20px -10px #000;
}
.header-account img {
    height: 22px;
}

@keyframes smoothScroll {
    0% { transform: translateY(-40px); }
    100% { transform: translateY(0px); }
}

.open-menu {
    position: absolute;
    top: 40px;
    left: 5px;
    font-size: 30px;
}

/* ----------------------------------------------------------------------------------- */
/*  4. Mobile Menu (SlickNav & Overlay)
/* ----------------------------------------------------------------------------------- */
/* SlickNav Core */
.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: left;
    padding: 0;
    line-height: 1.125em;
    cursor: pointer;
}

.slicknav_menu { zoom: 1; display: block; }
.slicknav_menu:before, .slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both; }

.slicknav_menu .slicknav_menutxt { display: block; line-height: 1.188em; float: left; display: none; }
.slicknav_menu .slicknav_icon {
    float: left;
    width: 55px;
    height: 60px;
    margin: 0;
    z-index: 9999;
    padding: 18px 16px;
}

.slicknav_menu .slicknav_no-text { margin: 0; }
.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 26px;
    height: 5px;
    margin-bottom: 4px;
    transition: transform ease .2s;
    background-color: #000;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em; }

/* SlickNav Open State */
.slicknav_open .slicknav_icon { background: transparent; }
.slicknav_menu .slicknav_open .slicknav_icon-bar { background: #fff; }
.slicknav_open .slicknav_icon .slicknav_icon-bar:first-of-type { transform: rotate(45deg) translate(8px, 8px); }
.slicknav_open .slicknav_icon .slicknav_icon-bar:nth-of-type(2) { transform: rotateY(90deg); }
.slicknav_open .slicknav_icon .slicknav_icon-bar:last-of-type { transform: rotate(-45deg) translate(5px, -5px); }

/* SlickNav Navigation List */
.slicknav_nav {
    clear: both;
    color: #fff;
    list-style: none;
    overflow: hidden;
    background: rgba(0, 0, 0, .90);
    margin: 0;
    padding: 0;
    position: relative;
    top: 100%;
    z-index: 2;
    height: 100vh;
    padding-top: 80px;
    display: none; /* Hidden by default, toggled by JS */
}

.slicknav_open .slicknav_nav { display: block; }

.slicknav_nav ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.slicknav_nav li { display: block; }
.slicknav_nav a {
    display: block;
    padding: 10px 20px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

.slicknav_nav a:hover { color: #eee; }
.slicknav_nav .slicknav_row {
    padding: 10px;
    margin: 2px 0px;
    position: relative;
    border-radius: 0;
    display: block;
}

.slicknav_nav .slicknav_row:after {
    position: absolute;
    top: 10px;
    right: 5px;
    content: "\f107";
    font-family: FontAwesome;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
}

.slicknav_nav .slicknav_open .slicknav_row:after {
    content: "\f106";
}

.slicknav_nav .slicknav_row:hover {
    border-radius: 6px;
    color: #fff;
}
.slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
    padding: 0px;
    position: fixed;
    width: 100%;
    z-index: 2;
    display: none; 
}

/* Mobile Menu Overlay Styles (Legacy/Alternative) */
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 20%;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    height: 100%;
}

.overlay-content .menu-main-menu-container {
    top: 20%;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus { color: #f1f1f1; }
.overlay .closebtn {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
}

/* ----------------------------------------------------------------------------------- */
/*  5. Main Content (Loop, Blog, Sections)
/* ----------------------------------------------------------------------------------- */
.blog-page { padding: 75px 0px; }

.loop-post {
    background-color: #eee;
    padding: 10px;
}

.loop-post a { display: block; }
.loop-post img {
    width: 100%;
    height: auto;
    display: flex;
}

.loop-post h4 { margin: 15px 0 10px 0; }
.loop-post h4 a { text-decoration: none; color: #333; }
.loop-post .more-txt {
    margin: 15px 0 0;
    color: green;
    display: inline-block;
}

.meta { display: flex; column-gap: 15px; }
.meta a { color: #333; position: relative; padding-right: 10px; }
.meta a:before {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    height: 20px;
    background-color: #ddd;
    width: 1px;
}

.nav-links { margin-top: 25px; }
.nav-links .page-numbers {
    background-color: #333;
    padding: 6px 12px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    margin: 0;
}

.nav-links .page-numbers.current, .nav-links .page-numbers:hover {
    background-color: #666;
}

.post-carousel .loop-post {
    background-color: #eee;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 20px -15px #000;
    transition: 0.3s box-shadow ease-in-out;
}
.post-carousel .loop-post:hover {
    box-shadow: 0 0 20px -10px #000;
}
.post-carousel .loop-post h4 {
    font-size: 16px;
    padding: 15px;
    text-align: center;
    margin: 0;
}
.post-carousel .loop-post img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    object-position: center center;
}
.post-carousel .owl-stage-outer {
    padding: 20px 0;
}

/* ----------------------------------------------------------------------------------- */
/*  6. Sidebar & Footer
/* ----------------------------------------------------------------------------------- */
.sidebar-footer {
    background-color: #333;
    padding: 50px 0;
    color: #fff;
}

.sidebar-footer h4 { margin-bottom: 15px; }
.sidebar-footer .wp-block-columns { margin-bottom: 0px; }
.sidebar-footer .menu { list-style-type: none; }
.sidebar-footer .menu li a, .sidebar-footer .wp-block-column a {
    color: #fff;
    text-decoration: none;
}
.sidebar-footer .wp-block-column p { padding-bottom: 10px; }
.copyright {
    text-align: center;
    background-color: #ececec;
    box-shadow: 0 0 0 100vw #ececec;
    clip-path: inset(0 -100vw);
    padding: 10px 0px;
    font-size: 13px;
}
.textwidget ul, .textwidget ol {
    margin-left: 28px;
    margin-bottom: 20px;
}

.textwidget p { margin-bottom: 20px; }

/* ----------------------------------------------------------------------------------- */
/*  7. Testimonials & Elements
/* ----------------------------------------------------------------------------------- */
.credentials-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 15px;
}

/* Testimonial Default */
.defult-testimonial .testimonial-review {
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding: 15px;
    background-color: #eee;
    border-bottom: 5px solid #ccc;
}
.testimonial-review .testimonial-user {
    margin-right: 0;
    width: 70px;
    height: 70px;
    background-color: #fff;
    padding: 15px;
    border-radius: 100px;
    margin-bottom: 10px;
}
.testimonial-review .testimonial-user img {
    width: 100% !important;
}
.testimonialslider .testimonial-review .right_sec p {
    font-size: 20px;
    line-height: 1.2;
}
.testimonial-review .right_sec {
    padding-top: 40px;
    position: relative;
    margin-top: 15px;
}
.testimonial-review .right_sec:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(0%);
    width: 100px;
    height: 20px;
    background-image: url('images/five-star.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.testimonial-review .user-details {
    position: relative;
    padding-top: 25px;
    margin-top: 25px;
}
.testimonial-review .user-details:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(0%);
    width: 100%;
    height: 1px;
    background-color: #cddfcc;
}
.testimonial-review .user-details .testimonial-cred h4 {
    font-size: 18px;
    margin-bottom: 5px;
}
.testimonial-review .user-details .testimonial-cred h6 {
    font-size: 15px;
    margin: 0;
    font-weight: normal;
    color: #666;
    font-family: "League Spartan", sans-serif;
}
.defult-testimonial .testimonial-review .right_sec p, 
.review-page-grid .center-review p {
    line-height: 20px;
    margin-bottom: 9px;
}

.testimonial-user img {
    width: 100px !important;
    height: auto;
    max-width: inherit;
}

/* Review Page Grid */
.review-page-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
    grid-row-gap: 20px;
}

.review-page-grid.col-3 { grid-template-columns: repeat(3, 1fr); }
.review-page-grid.col-4 { grid-template-columns: repeat(4, 1fr); }

.review-page-grid .review-grid {
    text-align: center;
    padding: 15px;
    background-color: #eee;
    border-bottom: 5px solid #ccc;
}

.review-page-grid .review-grid .testimonial-user { margin-bottom: 20px; }
.review-page-grid .review-grid .testimonial-user img {
    border-radius: 100%;
    height: 100px;
}

.review-page-grid .user-details .center-review {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0;
    font-style: italic;
}

.review-page-grid .center-review .testimonial-cred h4 {
    font-size: 18px;
    margin: 20px;
    font-style: italic;
}

/* Testimonial Slider */
.testimonialslider .testimonial-review {
    border: none;
    display: flex;
    padding: 25px;
    background-color: #e7f0e9;
    flex-direction: column;
    align-items: start;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    min-height: 350px;
}
.col-sld .review-grid .testimonial-user { display: inline-block; }

.contact-box .panel-widget-style {
    padding: 15px;
    font-size: 22px;
    line-height: 32px;
    min-height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-box .panel-widget-style a { color: #000; text-decoration: none; }
.map-full iframe { width: 100%; }
.iframe-full iframe { width: 100%; }

/* ----------------------------------------------------------------------------------- */
/*  8. Owl Carousel Customization
/* ----------------------------------------------------------------------------------- */
.owl-carousel .owl-item img {
    max-height: 450px;
    object-fit: cover;
}

.owl-dots, .owl-nav {
    text-align: center;
    margin-top: 30px;
}

.owl-dots button span {
    width: 12px;
    height: 12px;
    background-color: #333;
    display: block;
    margin: 0 5px;
}

.owl-dots button.active span { background-color: red; }
.owl-nav button span {
    width: 42px;
    height: 42px;
    display: block;
    background-color:#547e65;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 40px;
    margin: 0 5px;
}
.owl-nav button:hover span {
    background-color: #86ab6f;
}

/* ----------------------------------------------------------------------------------- */
/*  9. Media Queries
/* ----------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
    .owl-carousel .owl-item img { max-height: 150px; }
    .owl-carousel.wpsl-store-carousel .owl-item img{
       max-height: none;
    }
    .slider-mn { height: 150px; }
    
    
    .col-3 { grid-template-columns: repeat(1, 1fr); }
    
    .review-page-grid .review-grid { margin-bottom: 15px; }
    
    .mob-menu #menu-main-menu li.menu-item-has-children:after {
        position: absolute;
        right: 0;
        top: 10px;
        content: '>';
        font-size: 16px;
        color: #fff;
        line-height: 20px;
    }
    
    .mob-menu #menu-main-menu li.menu-item-has-children a { padding-bottom: 0; }
    
    .js #menu { display: none; }
    .js .slicknav_menu {
        display: block;
        position: absolute;
        z-index: 999;
        width: 100%;
    }
    header .menu-lgt { display: none; }
    
    .sf-menu { display: none; }
}

/* ----------------------------------------------------------------------------------- */
/*  10. WooCommerce Customization (Quick Checkout & Cart)
/* ----------------------------------------------------------------------------------- */

/* Header Cart */
.header-cart {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
}
.header-cart a.cart-contents {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    background-color: #86ab6f;
    padding: 5px 10px;
    border-radius: 20px;
}
.header-cart .amount {
    margin-right: 5px;
}

.header-cart .count {
    background-color:#587e63;
    color: #fff;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
}

/* Cart Page */
.woocommerce-cart-wrapper {
    padding: 30px 0;
}

.woocommerce-cart-form__contents {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.woocommerce-cart-form__contents th, 
.woocommerce-cart-form__contents td {
    padding: 15px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.woocommerce-cart-form__contents th {
    background-color: #f9f9f9;
    font-weight: 600;
}

.woocommerce-cart .actions {
    text-align: right;
    padding-top: 20px;
}

.cart-collaterals {
    margin-top: 30px;
}

/* Checkout Page (Shopify-like 2-column) */
.checkout-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.checkout-customer-details {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0 15px;
    border-right: 1px solid #eee;
}

.checkout-order-review {
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0 15px;
    background-color: #fafafa;
    padding: 30px;
}

#order_review_heading {
    margin-top: 0;
}

.woocommerce-checkout-review-order-table {
    width: 100%;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
/* mega menu */
.mega-menu-wrap .mega-menu .mega-sub-menu .textwidget > ul {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}
.mega-menu-wrap .mega-menu .mega-sub-menu .textwidget > ul > li {
    width: 100%;
}
.mega-menu-wrap .mega-menu .mega-sub-menu .textwidget > ul > li .mm-left {
    width: 49%;
}
.mega-menu-wrap .mega-menu .mega-sub-menu .textwidget > ul > li .mm-left a:hover {
    color: #82ac74;
}
.mega-menu-wrap .mega-menu .mega-sub-menu .textwidget > ul > li .mm-right {
    width: 49%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    z-index: 1;

}
.mega-menu-wrap .mega-menu .mega-sub-menu .textwidget > ul > li .mm-right img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.mega-menu-wrap .mega-menu .mega-sub-menu .textwidget > ul > li .mm-right.active {
    opacity: 1;
}
ul.mega-sub-menu {
    min-height: 250px !important;
}
.mega-menu-wrap .mega-menu-item .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column .mega-sub-menu {
    position: relative !important;
   
}
.mega-menu-wrap .mega-menu-item .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column .mega-sub-menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #000;
}
.mega-menu-wrap .mega-menu .mega-sub-menu .textwidget > ul > li .mm-left a {
    border-bottom: 1px solid #e1e1e1;
    display: block;
}
.mega-menu-wrap .mega-menu .mega-sub-menu .textwidget > ul > li:last-child .mm-left a {
    border-bottom: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    font-size: 16px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    background-color: #f9f9f9 !important;
}
/* mega menu end */
/* single post */
.single-custom-breadcrumb{
        padding: 15px;
    background: #f5f5f5;
    text-align: center;
    color: #7e7e7e;
}
.single-custom-breadcrumb span {
    color: #333333;
    line-height: 1.2;
}
.single-post-btn .green-btn {
    display: inline-block;
        margin: 0 2px;
}
.single-post-top .post-date {
    color: #7e7e7e;
}
.container-1200{
    max-width: 1200px;
    margin:0 auto;
    padding:0 10px;
}
.container-870{
    max-width: 870px;
    margin:0 auto;
    padding:0 10px;
}

.wp-block-quote {
    padding: 20px 20px 5px 45px;
    border-left: 3px solid #dddddd;
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
    color: #587e63;
    position: relative;
    font-size: 1.3em;
}
.wp-block-quote:before {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    top: 5px;
    left: 5px;
    background-image: url(images/quote-open.svg);
    z-index: 9;
    background-size: contain;
    background-repeat: no-repeat;
}
.post-tags-share{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    padding:40px 15px 25px;
}
.post-share img {
    width: 20px;
}
.post-share .share-icons img:hover {
    filter: invert(1);
}
.post-share {
    display: flex;
    align-items: center;
    gap: 10px;
}
.prev-next-posts{
    display:flex;
    justify-content:space-between;
    padding:25px 15px;
    border-top:1px solid #ddd;
}
.prev-next-posts strong {
    display: block;
    margin-bottom: 10px;
}
.prev-next-posts .next-post {
    text-align: right;
}
.light-text {
    color: #7e7e7e;
}
a.light-text:hover {
    color: #86ab6f;
}
.post-tags-share .post-tags span {
    display: inline-block;
    margin-right: 5px;
}
.related-posts {
    padding: 30px 0 50px;
}
.related-posts h2 {
    text-align: center;
    margin-bottom: 20px;
}
.related-posts .item{
    text-align: left;
}
.related-posts .item span {
    display: block;
    margin: 10px 0 5px 0;
}
/* cart page */

body.woocommerce-cart .woocommerce {
    max-width: 900px;
    margin: 80px auto;
    padding: 60px 40px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    text-align: center;
}

/* Cart Heading */
body.woocommerce-cart h1 {
    font-size: 36px;
    font-weight: 600;
    color: #2e4d3f; /* matcha green tone */
    margin-bottom: 20px;
    letter-spacing: 1px;
}

/* Empty cart message */
body.woocommerce-cart .cart-empty {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
}

/* Return to shop button */
body.woocommerce-cart .return-to-shop a.button {
    background: #6f8f72;
    color: #ffffff;
    padding: 14px 35px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: none;
}

body.woocommerce-cart .return-to-shop a.button:hover {
    background: #2e4d3f;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(46, 77, 63, 0.3);
}

/* Remove default WooCommerce borders */
body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info {
    border: none;
    background: transparent;
}

/* Mobile Responsiveness for Checkout */
@media (max-width: 768px) {
    .checkout-layout-grid {
        flex-direction: column-reverse; /* Order review on top like Shopify mobile? Or usually bottom? Shopify puts summary in accordion on top. Keeping simple column here. */
        flex-direction: column; 
    }
    
    .checkout-customer-details, 
    .checkout-order-review {
        flex: 0 0 100%;
        max-width: 100%;
        border-right: none;
    }
    
    .checkout-order-review {
        margin-bottom: 30px;
    }
}

/* ----------------------------------------------------------------------------------- */
/*  11. Header Account & Login Dropdown
/* ----------------------------------------------------------------------------------- */
.header-account {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.header-account .account-link {
    text-decoration: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: #587e63;
    padding: 5px 10px;
    border-radius: 80px;
    color: #fff;
}
.header-account .account-link .dashicons {
    margin-right: 5px;
}
.account-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 150px;
    background-color: #86ab6f;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    z-index: 100;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
        border-radius: 10px;
    overflow: hidden;
}
.header-account:hover .account-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


/* Logged In List */
.account-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.account-dropdown ul li {
    border-bottom: 1px solid #eee;
    text-align: left;
}

.account-dropdown ul li:last-child {
    border-bottom: none;
}
.account-dropdown ul li a {
    display: block;
    text-decoration: none;
    transition: color 0.3s;
    padding: 10px 20px;
    color: #fff;
    transition: all 0.3s ease;
}
.account-dropdown ul li a:hover {
    background: #587e63;
    color: #fff;
    padding-left: 25px;
}


/* Login Form Styles */
.login-box .login-username, 
.login-box .login-password {
    margin-bottom: 15px;
}

.login-box label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.login-box input[type="text"],
.login-box input[type="password"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.login-box .login-remember {
    margin-bottom: 15px;
    font-size: 13px;
}

.login-box .login-submit {
    margin-bottom: 10px;
}

.login-box .button-primary {
    width: 100%;
    background-color: #333;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
}

.login-box .button-primary:hover {
    background-color: #555;
}

.register-link {
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
}

/* ----------------------------------------------------------------------------------- */
/*  12. Wholesale Registration Form
/* ----------------------------------------------------------------------------------- */
.wholesale-registration-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.wholesale-registration-form .form-row {
    margin-bottom: 20px;
}

.wholesale-registration-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}
.wholesale-registration-form input[type="text"],
.wholesale-registration-form input[type="email"],
.wholesale-registration-form input[type="password"],
.wholesale-registration-form input[type="tel"],
.wholesale-registration-form select,
.wholesale-registration-form textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    outline: 0;
    box-shadow: none;
    border-radius: 10px;
}
.loc-wrp-lft.whlsl-frm-bg input[type="file"] {
    background-color: #fff;
    color: #000;
    padding: 11px;
    border-radius: 10px;
    width: 100%;
}
.wholesale-registration-form textarea {
    height: 100px;
}

.wholesale-registration-form input[type="submit"] {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 12px 20px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    border-radius: 4px;
    transition: background 0.3s;
}

.wholesale-registration-form input[type="submit"]:hover {
    background-color: #555;
}

.wholesale-registration-form .required {
    color: red;
}

.error {
    color: red;
    background: #ffe6e6;
    padding: 10px;
    border: 1px solid red;
    margin-bottom: 20px;
}

.success {
    color: green;
    background: #e6ffe6;
    padding: 10px;
    border: 1px solid green;
    margin-bottom: 20px;
}

/* hero video start */
.hero-video {
    position: relative;
    z-index: 1;
}
.hero-vid{
    line-height: 0;
}
.hero-video video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: relative;
    z-index: 1;
    line-height: 0;
}
.hero-video .hero-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #00000075;
    z-index: 9;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.hero-video .hero-cont .textwidget {
    text-align: center;
    color: #fff;
}
.hero-video .hero-cont .widget-title {
    text-align: center;
    color: #fff;
    font-size: 64px;
    margin-bottom: 20px;
    font-weight: 400;
}
.hero-sub-head p {
    margin: 0;
    letter-spacing: 4px;
}
.hero-cont-inr p {
    max-width: 650px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
}
.hero-video .widget_sow-button {
    display: inline-block;
    margin: 0 5px 0 5px !important;
}
.hero-cont .panel-grid-cell {
    text-align: center;
}
/* hero video end */

/* ticker start */

.ticker {
  overflow: hidden;
  width: 100%;
  background: #5c7e61;
  padding: 10px 0;
}

.ticker-content {
  display: flex;
  width: max-content;
}

.ticker-content ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;

  /* Marquee effect */
  animation: ticker 30s linear infinite;
}
.ticker-content li {
    flex-shrink: 0;
    font-size: 1.5vw;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    padding: 0 1.85vw;
    position: relative;
}
.ticker-content li::after {
    content: "\f111";
    font-size: 0.37vw;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "FontAwesome";
    font-style: normal;
    color: #7dac8b;
}

/* Duplicate the content seamlessly using pseudo-element */
.ticker-content ul::after {
  content: "";
  display: inline-block;
  width: 100%;
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* ticker end */

/* notification flash  top header start */
.flash-notification {
    position: relative;
    background-color: rgb(137,170,105);
    padding: 5px 10px;
    font-size: 16px;
    overflow: hidden;
}
.flash-notification ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  height: 24px; /* adjust based on font-size */
}
.flash-notification li {
    position: absolute;
    top: 0;
    left: 50%; 
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    color: #fff;
    font-size: 16px;
    width: 100%;
        text-align: center;
            line-height: 1.5;
}
.flash-notification li.show {
  opacity: 1;
}
.flash-notification .close-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    background-color: rgba(92, 126, 97, 1);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
/* notification flash top header end */
/* menu header start */
.menu-header {
    padding: 5px 0;
}
.menu-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu-header .logo img {
    max-width: 115px;
}
.head-right-menu {
    position: relative;
    width: 38%;
}
.menu-header .logo {
    width: 11%;
}
.menu-header .woo-menu {
    width: 38%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: end;
    padding-right: 5px;
}
.head-menu-rgt {
    margin-right: 10px;
}
.head-menu-rgt .header-menu li a {
    font-size: 16px;
}
.head-menu-rgt .header-menu li a:hover{
    color: #86ab6f;
}
.head-menu-rgt .header-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.head-menu-rgt .header-menu li {
    margin: 0;
}
.head-right-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.head-right-menu > ul {
    display: flex;
    align-items: center;
    gap: 35px;
}
.head-right-menu > ul > li {
    position: relative;
}
.head-right-menu > ul > li a {
    font-size: 15px;
}
.head-right-menu > ul > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0%;
    height: 2px;
    background: #5c7e61;
    transition: width 0.3s ease;
}

.head-right-menu > ul > li > a:hover {
    color: #5c7e61;
}

.head-right-menu > ul > li > a:hover::after {
    width: 100%;
}
.head-right-menu ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 15px; 
    min-width: 150px;
    background: #86ab6f;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease;
    z-index: 999;
    overflow: hidden;
}
.head-right-menu ul.sub-menu::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 15px;
}
.head-right-menu ul.sub-menu li {
    padding: 0;
    border-bottom: 1px solid #eee;
}
.head-right-menu ul.sub-menu li:last-child {
    border: 0;
}
.head-right-menu ul.sub-menu li a {
    display: block;
    padding: 10px 20px;
    color: #ffffff;
    transition: all 0.3s ease;
}
.head-right-menu ul.sub-menu li a:hover {
    background: #587e63;
    color: #fff;
    padding-left: 25px;
}
.head-right-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.head-right-menu li.menu-item-has-children > a::before {
    content: "\f078";
    font-size: 9px;
    margin-left: 6px;
    position: absolute;
    right: -14px;
    top: 4px;
    font-family: "FontAwesome";
}
.head-right-menu > ul > li.menu-item-has-children a {
    position: relative;
}

/* menu header end */

/* footer start */
.footer-wrap {
    background: #f8f8f8;
    padding: 50px 0;
    box-shadow: 0 0 0 100vw #f8f8f8;
    clip-path: inset(0 -100vw);
}
.footer-wrap .foot-upper {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.footer-wrap .foot-upper .foot-col .cont-inf li img {
    height: 30px;
    width: 30px;
    background-color: #d8e3d4;
    padding: 5px;
    object-fit: contain;
    border-radius: 5px;
}
.footer-wrap .foot-upper .foot-col-1 {
    width: 30%;
}
.footer-wrap .foot-upper .foot-col-2 {
    width: 20%;
}
.footer-wrap .foot-upper .foot-col-3 {
    width: 20%;
}
.footer-wrap .foot-upper .foot-col-4 {
    width: 30%;
}
.copyright .container {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}
.copyright .copyright-col-1 {
    width: 31%;
}
.copyright .copyright-col-2 {
    width: 31%;
}
.copyright .copyright-col-3 {
    width: 31%;
}
.copyright .copyright-col-1 {
    width: 31%;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}
.copyright .copyright-col-1 ul {
    list-style: none;
    display: flex;
    gap: 5px;
    margin:0;
    padding: 0;
}
.copyright .copyright-col-1 ul img {
    width: 25px;
}
.copyright .copyright-col-2 img {
    height: 40px;
    width: auto;
}
.copyright .copyright-col-3 ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 3px;
    margin: 0;
    padding:0;
}
.footer-wrap .foot-upper h4 {
    font-size: 20px;
    margin-bottom: 25px;
}
.footer-wrap .foot-upper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-wrap .foot-upper h3 {
    font-size: 28px;
    margin-bottom: 25px;
}
.footer-wrap .foot-upper ul li.menu-item {
    margin-bottom: 10px;
}
.footer-wrap .foot-upper ul li.menu-item a:hover{
        color: #86ab6f;
}
.footer-wrap .foot-upper .foot-col-1 p {
    margin-bottom: 18px;
}
.footer-wrap .foot-upper .foot-col-1 .cont-inf li {
    margin-bottom: 12px;
}
.footer-wrap .foot-upper .foot-col-4 p {
    margin-bottom: 20px;
}
.footer-wrap .foot-upper form {
    display: flex;
    align-items: center;
    justify-content: start;
}
.footer-wrap .foot-upper form input[type="text"] {
    width: 100%;
    outline: 0;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 0;
}
.footer-wrap .foot-upper form input[type="submit"] {
    outline: 0;
    border: 0px;
    background-color: #587e63;
    color: #fff;
    padding: 11px;
}

/* footer end */

/* buttons Start */
.theme-btn-1 .sowb-button, .green-btn {
    background-color: #5c7e61 !important;
    border: 1px solid #5c7e61 !important;
    border-radius: 30px !important;
    padding: 15px 35px !important;
    transition: 0.3s ease-in-out;
    font-size: 16px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    line-height: normal;
}
.theme-btn-1 .sowb-button:hover,
.green-btn:hover {
    background-color: #86ab6f !important;
    border-color: #86ab6f !important;
}
.theme-btn-2 .sowb-button {
    background-color: transparent !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 30px !important;
    padding: 15px 25px !important;
    transition: 0.3s ease-in-out;
    font-size: 16px !important;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
}
.theme-btn-2 .sowb-button:hover {
    background-color: #86ab6f !important;
    border-color: #86ab6f !important;
}
/* common css start */
.sec-pad {
    padding: 80px 0;
}
.sec-pad-top{
    padding-top: 80px;
}
.sec-pad-bottom{
    padding-bottom: 80px;
}
/* common css end */


/* why choose start */
.sec-main-head .widget-title {
    font-size: 40px;
}
.hm-tst-wrp .sec-main-head .widget-title {
    color: #ffffff;
    text-align: left;
    text-shadow: 1px 1px 2px #000;
}
.sec-sub-head p {
    color: #86ab6f;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}
.y-bx {
    text-align: center;
}
.y-bx .widget_media_image {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
    padding: 15px;
}
.y-bx p {
    margin: 0;
}
.y-bx .widget_media_image img {
    width: 100%;
}
.y-bx .panel-grid-cell:hover .widget_media_image {
    transform: translateY(-5px);
    background: rgb(137,170,105);
    color: #fff;
}
.y-bx .panel-grid-cell:hover .widget_media_image img {
filter: brightness(0) invert(1);
}
.y-bx .widget-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
/* why choose end */

/* proces section start */
.prcs-bx .widget_text {
    text-align: center;
    position: relative;
}
.prcs-bx .widget_text .widget-title {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -45px;
    z-index: -1;
    color: #86ab6f;
    font-size: 60px;
    line-height: 1;
    opacity: 0.3;
}
.prcs-bx .widget_text h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* process section end */


.entry-header {
	text-align: center;
	font-size: 30px;
	padding: 50px;
	background: #f9f9f9;
}

.entry-header  h1 {
	font-size: 35px;
}

.entry-content {
	padding: 50px 0;
}
button:not([class]) {
    background-color: #547e65;
    border: 0;
    outline: 0;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
}
.thnkpg {
    background: linear-gradient(135deg, #547e65, #86ab6f);
    color: #fff;
    text-align: center;
    padding: 30px 20px 0;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 50%;
    margin: 0px auto !important;
}
.thnkpg p {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 40px;
  font-weight: 500;
}

.thnkpg .btn {
    display: inline-block;
    text-decoration: none;
    background: #fff;
    color: #729d70;
    font-weight: bold;
    padding: 10px 30px;
    font-size: 1rem;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

.thnkpg .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

.thnkpg .btn span {
  font-weight: bold;
}

/* account page */

/* Scope all styles to this page only */
#post-12 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}

/* Dashboard navigation menu */
#post-12 .woocommerce-MyAccount-navigation {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

#post-12 .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#post-12 .woocommerce-MyAccount-navigation li {
  margin-bottom: 12px;
}

#post-12 .woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 8px;
  color: #333;
  font-weight: 600;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
}

#post-12 .woocommerce-MyAccount-navigation li a:hover,
#post-12 .woocommerce-MyAccount-navigation li.is-active a {
  background: #86ab6f;
  color: #fff;
  border-left: 4px solid #5e8c55;
}

/* Account content styling */
#post-12 .woocommerce-MyAccount-content {
  background: #f5f5f5;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  line-height: 1.7;
}

#post-12 .woocommerce-MyAccount-content p {
  font-size: 1rem;
  margin-bottom: 15px;
}

#post-12 .woocommerce-MyAccount-content a {
  color: #86ab6f;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.3s ease;
}

#post-12 .woocommerce-MyAccount-content a:hover {
  color: #5e8c55;
}

/* Logout link emphasis */
#post-12 .woocommerce-MyAccount-content a[href*="logout"] {
  font-weight: bold;
  color: #e74c3c;
}

#post-12 .woocommerce-notices-wrapper {
  margin-bottom: 20px;
}
.widget_woocommerce_products .product_list_widget li a img {
    width: 100%;
    height: 390px;
    object-fit: cover;
        margin: 0 0 15px 0 !important;
}
.widget_woocommerce_products .product_list_widget {
    display: flex;
    gap: 15px;
}
.widget_woocommerce_products .product_list_widget li {
    background-color: #fff;
    margin-bottom: 0px !important;
    padding: 0 0 15px 0 !important;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    width: 48%;
}
.widget_woocommerce_products .product_list_widget li a .product-title {
    margin-bottom: 10px;
    display: block;
}
.yc-lft-wrp {
    background-color: #f2f2f2;
}
.yc-rgt-wrp{
     background-color: #d3e0ce;
}
.yc-rgt-wrp .sec-sub-head p {
    color: #547e65;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  #post-12 .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: wrap;
  }

  #post-12 .woocommerce-MyAccount-navigation li {
    flex: 1 1 45%;
    margin: 5px;
  }

  #post-12 .woocommerce-MyAccount-navigation li a {
    text-align: center;
    border-left: none;
  }
}

/* ============================
   CART PAGE MODERN DESIGN
   Only for Cart Page
============================ */

/* Main Container */
body.woocommerce-cart .wc-block-cart {
    background: #ffffff;
    padding: 40px;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    align-items: flex-start;
}

/* Table Header */
body.woocommerce-cart table.wc-block-cart-items thead th,
body.woocommerce-cart table.wc-block-cart-items{
    background: #f5f5f5 !important;
}
body.woocommerce-cart .wc-block-cart-items__header th { 
    font-weight: 700;
    padding: 20px;
    font-size: 16px;
    letter-spacing: 0.5px;
}

/* Cart Rows */
body.woocommerce-cart .wc-block-cart-items__row {
    background: #ffffff;
    transition: all 0.3s ease;
    border-bottom: 1px solid #eee;
}

body.woocommerce-cart .wc-block-cart-items__row:hover {
    background: #f1f7f3;
}

/* Product Image */
body.woocommerce-cart .wc-block-cart-item__image img {
    border-radius: 12px;
    transition: 0.3s;
    width: 100% !important;
    height: 100px;
    object-fit: cover;
}

body.woocommerce-cart .wc-block-cart-item__image img:hover {
    transform: scale(1.05);
}

/* Product Name */
body.woocommerce-cart .wc-block-components-product-name {
    font-size: 18px !important;
    font-weight: 500;
    text-decoration: none;
}

body.woocommerce-cart .wc-block-components-product-name:hover {
    color: #82ac74;
}

/* Price */
body.woocommerce-cart .wc-block-components-product-price__value {
    font-weight: 500;
    font-size: 16px;
}
body.woocommerce-cart .wc-block-components-product-metadata__description p,
body.woocommerce-cart .wc-block-components-product-details__size{
    color: #7e7e7e;
    font-size: 16px;
}

/* Quantity Box */
body.woocommerce-cart .wc-block-components-quantity-selector {
    border: 2px solid #82ac74;
    border-radius: 30px;
    overflow: hidden;
}

body.woocommerce-cart .wc-block-components-quantity-selector__input {
    border: none;
    text-align: center;
}

body.woocommerce-cart .wc-block-components-quantity-selector__button {
    background: #82ac74;
    color: #fff;
    border: none;
    box-shadow: none !important;
}

body.woocommerce-cart .wc-block-components-quantity-selector__button:hover {
    background: #547e65;
}

/* Remove Button */
body.woocommerce-cart .wc-block-cart-item__remove-link {
    color: #f00 !important;
    font-weight: 500 !important;
    opacity: 0.8;
}

body.woocommerce-cart .wc-block-cart-item__remove-link:hover {
    opacity: 1;
}

/* Cart Totals Sidebar */
body.woocommerce-cart .wc-block-cart__sidebar {
    padding: 30px;
    border-radius: 10px;
    color: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    background-color: #86ab6f;
    position: sticky;
    top: 144px;
}
/* Totals Title */
body.woocommerce-cart .wc-block-cart__totals-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
/* Estimated Total */
body.woocommerce-cart .wc-block-components-totals-footer-item__value {
    font-size: 22px;
    font-weight: bold;
}

/* Checkout Button */
body.woocommerce-cart .wc-block-cart__submit-button {
    background: #547e65;
    color: #fff;
    font-weight: 600;
    border-radius: 40px;
    padding: 16px;
    font-size: 16px;
    transition: 0.3s ease;
    outline: 0 !important;
    box-shadow: none !important;
}
body.woocommerce-cart .wc-block-cart__submit-button:hover {    
    background: #ffffff;
    color: #547e65;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Coupon Button */
body.woocommerce-cart .wc-block-components-panel__button {
    background: #ffffff;
    color: #547e65;
    padding: 12px !important;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
}
body.woocommerce-cart .wc-block-components-panel__button:hover {
    background: #f1f7f3;
}

/* Responsive */
@media (max-width: 768px) {
    body.woocommerce-cart .wc-block-cart {
        padding: 20px;
    }
    
    body.woocommerce-cart .wc-block-cart__sidebar {
        margin-top: 30px;
    }
}

/* cart product details */
/* Parent ko 2 column grid bana do */
body.woocommerce-cart .wc-block-cart-item__wrap {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    gap: 0px !important;
    align-items: start;
}

/* Left side ke 3 elements ko column me stack karo */
body.woocommerce-cart .wc-block-components-product-name,
body.woocommerce-cart .wc-block-cart-item__prices,
body.woocommerce-cart .wc-block-components-product-metadata {
    grid-column: 1;
}

/* Right side quantity ko 2nd column me bhejo */
body.woocommerce-cart .wc-block-cart-item__quantity {
    grid-column: 2;
    grid-row: 1 / span 3;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
    body.woocommerce-cart .wc-block-cart-item__wrap {
        grid-template-columns: 1fr !important;
    }

    body.woocommerce-cart .wc-block-cart-item__quantity {
        grid-column: 1;
        grid-row: auto;
        align-items: flex-start;
        margin-top: 15px;
    }
}
body.woocommerce-cart .wc-block-cart-item__prices del.wc-block-components-product-price__regular {
    color: red;
    opacity: 0.8;
}
body.woocommerce-cart .wc-block-components-product-badge {
    border: 0;
    background-color: #333333;
    padding: 5px;
    display: inline-block !important;
    width: fit-content !important;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}
body.woocommerce-cart input#wc-block-components-totals-coupon__input-coupon {
    outline: 0;
    box-shadow: none;
    border: 0;
    border-radius: 50px;
    padding-left: 20px;
}
body.woocommerce-cart .wc-block-components-totals-coupon__input label {
    color: #999;
    left: 20px;
}
body.woocommerce-cart .wc-block-components-totals-coupon__button {
    border-radius: 50px;
    line-height: 1;
    border: 0;
    outline: 0;
    box-shadow: none !important;
}
body.woocommerce-cart .wc-block-components-totals-coupon__button {
    background-color: #547e65;
    color: #fff;
    font-weight: 600;
}
body.woocommerce-cart .wc-block-components-totals-item__label {
    text-transform: capitalize;
}

/* blank cart page */
/* Main Empty Cart Title */
body.woocommerce-cart .wc-block-cart__empty-cart__title {
    font-size: 32px;
    font-weight: 700;
    color: #547e65;
    margin-bottom: 15px;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid .wc-block-grid__products li .wc-block-grid__product-image img {
    height: 250px !important;
    width: 100% !important;
    object-fit: cover;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid .wc-block-grid__products li .wc-block-grid__product-link,
.wp-block-woocommerce-empty-cart-block .wc-block-grid .wc-block-grid__products li .wc-block-grid__product-image {
    width: 100%;
    display: block;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid .wc-block-grid__products li .wc-block-grid__product-onsale {
    background-color: transparent;
    border: 0;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid .wc-block-grid__products li {
    padding: 15px;
    max-width: 23%;
}

/* Separator Styling */
body.woocommerce-cart .wp-block-separator {
    border: none;
    height: 2px;
    width: 80px;
    background: #82ac74;
    margin: 20px auto;
    border-radius: 50px;
}

/* "New in store" Heading */
body.woocommerce-cart .wc-block-cart__empty-cart__title {
    font-size: 20px;
    color: #547e65;
    margin-top: 30px;
    margin-bottom: 40px;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-heading:not(.wc-block-cart__empty-cart__title) {
    margin-bottom: 25px;
}

/* Product Grid */
body.woocommerce-cart .wc-block-grid__products {
    gap: 30px;
}

/* Product Card */
body.woocommerce-cart .wc-block-grid__product {
    background: #ffffff;
    border-radius: 18px;
    padding: 20px;
    transition: all 0.35s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    border: 1px solid rgba(130,172,116,0.15);
}

/* Hover Effect */
body.woocommerce-cart .wc-block-grid__product:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(84,126,101,0.2);
    border-color: #82ac74;
}

/* Product Image */
body.woocommerce-cart .wc-block-grid__product-image img {
    border-radius: 14px;
    transition: transform 0.4s ease;
}

body.woocommerce-cart .wc-block-grid__product:hover img {
    transform: scale(1.05);
}

/* Product Title */
body.woocommerce-cart .wc-block-grid__product-title {
    font-size: 16px;
    font-weight: 600;
    color: #2f3e34;
    margin: 15px 0 10px;
}

/* Price */
body.woocommerce-cart .price {
    font-size: 18px;
    font-weight: 700;
    color: #547e65;
    margin-bottom: 15px;
}

/* Add to Cart Button */
body.woocommerce-cart .wp-block-button__link {
    background: #86ab6f;
    color: #ffffff !important;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
}
.with-empty-cart-icon {
    margin-top: 0 !important;
    background-color: #f0f5ee !important;
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: 0 0 20px -15px #000;
}
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    margin: 0 auto 1em;
}
/* Button Hover */
body.woocommerce-cart .wp-block-button__link:hover {
    background: #547e65;
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(84,126,101,0.4);
}

/* Sale Badge */
body.woocommerce-cart .wc-block-grid__product-onsale span {
    background: #82ac74;
    color: #fff;
    padding: 5px 10px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {

    body.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
        padding: 0;
    }

    body.woocommerce-cart .wc-block-cart__empty-cart__title {
        padding: 15px;
        font-size: 16px;
        margin-bottom: 0px;
    }
    .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-heading:not(.wc-block-cart__empty-cart__title) {
    margin-bottom: 15px;
}
}

/* shop page */
.post-type-archive-product .page-title ,
.tax-product_cat .page-title,
.tax-product_tag .page-title {
    text-align: center;
    margin: 20px 0;
    padding-bottom: 40px;
}
.post-type-archive-product ul.products,
.tax-product_cat ul.products,
.tax-product_tag ul.products {
    display: grid !important;
    /* grid-template-columns: repeat(auto-fit, minmax(260px, 300px)); */
    grid-template-columns: repeat(4, 1fr);
    justify-content: start;
    gap: 30px;
    padding: 20px 0 50px 0;
    margin: 0;
}
.post-type-archive-product .custom-product-card,
.tax-product_cat .custom-product-card,
.tax-product_tag .custom-product-card {
    list-style: none;
}

.post-type-archive-product .product-card-inner,
.tax-product_cat .product-card-inner,
.tax-product_tag .product-card-inner {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s ease;
    position: relative;
}

.post-type-archive-product .product-card-inner:hover,
.tax-product_cat .product-card-inner:hover,
.tax-product_tag .product-card-inner:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.post-type-archive-product.product-image,
.tax-product_cat.product-image,
.tax-product_tag.product-image {
    position: relative;
    overflow: hidden;
}
.post-type-archive-product .product-image img,
.tax-product_cat .product-image img,
.tax-product_tag .product-image img {
    width: 100% !important;
    transition: 0.4s ease;
    height: 350px !important;
    object-fit: cover !important;
}

.post-type-archive-product .product-card-inner:hover .product-image img,
.tax-product_cat .product-card-inner:hover .product-image img,
.tax-product_tag .product-card-inner:hover .product-image img {
    transform: scale(1.08);
}
.post-type-archive-product .sale-badge,
.tax-product_cat .sale-badge,
.tax-product_tag .sale-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #86ab6f;
    padding: 5px 12px;
    font-size: 12px;
    border-radius: 30px;
    color: #fff;
}
.post-type-archive-product .product-hover-buttons,
.tax-product_cat .product-hover-buttons,
.tax-product_tag .product-hover-buttons {
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 100%;
    text-align: center;
    transition: 0.3s ease;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}
.post-type-archive-product .product-card-inner:hover .product-hover-buttons,
.tax-product_cat .product-card-inner:hover .product-hover-buttons,
.tax-product_tag .product-card-inner:hover .product-hover-buttons {
    bottom: 30%;
    opacity: 1;
}
.post-type-archive-product .product-hover-buttons .button,
.tax-product_cat .product-hover-buttons .button,
.tax-product_tag .product-hover-buttons .button {
    background: #547e65;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    margin: 0 !important;
    font-weight: normal;
}
.post-type-archive-product .product-hover-buttons .button:hover,
.tax-product_cat .product-hover-buttons .button:hover,
.tax-product_tag .product-hover-buttons .button:hover {
    background:#82ac74;
    color: #fff;
}
.post-type-archive-product .added_to_cart.wc-forward,
.tax-product_cat .added_to_cart.wc-forward,
.tax-product_tag .added_to_cart.wc-forward {
    background-color: #82ac74;
    line-height: 1;
    color: #fff;
    padding: 10px 15px;
    border-radius: 20px;
}
.post-type-archive-product .added_to_cart.wc-forward:hover,
.tax-product_cat .added_to_cart.wc-forward:hover,
.tax-product_tag .added_to_cart.wc-forward:hover {
    background-color: #547e65;
}

.post-type-archive-product .product-info,
.tax-product_cat .product-info,
.tax-product_tag .product-info{
    padding: 20px;
    text-align: center;
}
.post-type-archive-product .product-title,
.tax-product_cat .product-title,
.tax-product_tag .product-title {
    font-size: 20px !important;
    font-weight: 500;
    margin-bottom: 8px !important;
    padding-top: 0 !important;
}
.post-type-archive-product .product-title a,
.tax-product_cat .product-title a,
.tax-product_tag .product-title a{
    color: #111;
    text-decoration: none;
}

.post-type-archive-product .product-price,
.tax-product_cat .product-price,
.tax-product_tag .product-price {
    font-weight: 600;
    font-size: 15px;
}
.post-type-archive-product .product-price del,
.tax-product_cat .product-price del,
.tax-product_tag .product-price del{
    color:#f00;
    opacity: 0.7;
}
.post-type-archive-product li.type-product,
.tax-product_cat li.type-product,
.tax-product_tag li.type-product {
    width: 100% !important;
        margin: 0 !important;
}
.post-type-archive-product ul.products:before,
.tax-product_cat ul.products:before,
.tax-product_tag ul.products:before{
    content: none !important;
}
.post-type-archive-product .woocommerce-ordering,
.tax-product_cat .woocommerce-ordering,
.tax-product_tag .woocommerce-ordering {
  display: flex;
  justify-content: center;
}
.post-type-archive-product .orderby,
.tax-product_cat .orderby,
.tax-product_tag .orderby {
  width: 100%;
  padding: 10px 15px;
  border: 2px solid #f1f1f1;
  border-radius: 8px;
  background-color: #f5f5f5; 
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.post-type-archive-product p.woocommerce-result-count,
.tax-product_cat p.woocommerce-result-count,
.tax-product_tag p.woocommerce-result-count {
    margin-top: 20px !important;
}

/* single product detail page */
.single-custom-breadcrumb span br {
    display: none;
}
.single-product main#main nav.woocommerce-breadcrumb {
    display: none;
}
.single-product .related.products {
    clear: both;
}
/* Single Product Page Styling */
body.single-product .product-main-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    max-width: 1200px;
    margin: 50px auto 0;
}
body.single-product .woocommerce-product-gallery {
    flex: 1;
    max-width: 550px;
}
body.single-product .flex-viewport,
body.single-product .woocommerce-product-gallery__wrapper {
    height: 500px !important;
	overflow:hidden;
	border-radius:20px !important;
}
body.single-product .woocommerce-product-gallery img {
    width: 100%;
    height: auto;
    object-fit: cover;
	border-radius:10px;
}
body.single-product.woocommerce span.onsale {
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    min-height: auto !important;
    background-color: #86ab6f;
    padding: 5px 10px;
    border-radius: 30px !important;
    top: 10px !important;
    left: 10px !important;
	font-weight:500;
}
body.single-product .summary {
    flex: 1;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

body.single-product .summary h1.product_title {
    font-size: 2.2rem;
    margin-bottom: 20px;
}
body.single-product p.price {
    color: #333 !important;
}
body.single-product p.price del {
    color: #ff0000;
	font-weight:normal;
}
body.single-product p.price ins{
	text-decoration:none !important;
}

body.single-product .summary .price {
    color: #547e65;
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: bold;
}

body.single-product .woocommerce-product-details__short-description p {
    font-size: 1rem;
    margin-bottom: 20px;
    color: #555;
}
body.single-product .quantity input.qty {
    width: 70px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-right: 10px;
	outline:0 !important;
	box-shadow: none !important;
}
body.single-product .single_add_to_cart_button {
    background-color: #547e65 !important;
    border-radius: 20px !important;
    font-weight: 400 !important;
}
body.single-product .woocommerce-message .wc-forward {
    background-color: #547e65 !important;
    color: #fff !important;
    border-radius: 20px !important;
    font-weight: 400 !important;
}
body.single-product .woocommerce-message .wc-forward:hover {
    background-color: #82ac74 !important;
}
body.single-product .single_add_to_cart_button:hover{
    background-color: #82ac74 !important;
}
body.single-product .woocommerce-message {
    border-top-color: #86ab6f !important;
    box-shadow: none !important;
    outline: 0 !important;
}
body.single-product .woocommerce-message::before {
    color: #86ab6f !important;
}
body.single-product .single_add_to_cart_button {
    background-color: #82ac74;
    color: #fff;
    font-size: 1.1rem;
    padding: 12px 25px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

body.single-product .single_add_to_cart_button:hover {
    background-color: #547e65;
}
body.single-product .product_meta {
    margin-top: 20px;
    font-size: 0.9rem;
    color: #777;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body.single-product .product_meta a {
    color: #82ac74;
    text-decoration: none;
}

body.single-product .product_meta a:hover {
    text-decoration: underline;
}
body.single-product .woocommerce-tabs {
    margin-top: 50px;
}

body.single-product .woocommerce-tabs h2 {
    margin-bottom: 15px;
}

body.single-product .woocommerce-Tabs-panel {
    padding: 20px !important;
    background: #f9f9f9;
    border-radius: 12px;
}
body.single-product .woocommerce-Tabs-panel h2 {
    font-size: 28px;
}

@media (max-width: 991px) {
    .menu-header .woo-menu {
    padding-right: 0;
}
    body.single-product .product-main-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    body.single-product .woocommerce-product-gallery,
    body.single-product .summary {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    body.single-product .summary h1.product_title {
        font-size: 1.6rem;
    }

    body.single-product .summary .price {
        font-size: 1.4rem;
    }

    body.single-product .related-products-carousel .related-product-item h3 {
        font-size: 0.9rem;
    }
}
body.single-product table.variations {
    width: 100%;
    border-collapse: collapse;
}
body.single-product table.variations tr {
    display: flex;
    gap: 0;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}
body.single-product .woocommerce-Tabs-panel h1,
body.single-product .woocommerce-Tabs-panel h2,
body.single-product .woocommerce-Tabs-panel h3,
body.single-product .woocommerce-Tabs-panel h4,
body.single-product .woocommerce-Tabs-panel h5,
body.single-product .woocommerce-Tabs-panel h6{
margin-bottom:10px;
}
body.single-product li.additional_information_tab,
body.single-product li.description_tab {
    opacity: 0.3;
}
body.single-product li.additional_information_tab.active,
body.single-product li.description_tab.active {
    opacity: 1;
}

body.single-product .wc-tabs li {
    font-size: 2rem !important;
    background-color: transparent !important;
    border: 0 !important;
}
body.single-product .wc-tabs li a {
    color: #547e65 !important;
}
body.single-product .woocommerce-Tabs-panel h2 {
    display: none;
}
body.single-product .wc-tabs {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
}
body.single-product .wc-tabs:before{
	content:none !important;
}
body.single-product .woocommerce-variation-price bdi {
    color: #333;
    font-size: 2rem;
}
body.single-product .woocommerce-variation-price {
    margin-bottom: 20px;
}
body.single-product  .reset_variations {
    color: red !important;
    opacity: 0.7;
    line-height: 1;
    font-size: 14px !important;
}
body.single-product table.variations th.label {
    margin-bottom: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #547e65;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

body.single-product table.variations td.value {
    position: relative;
    width: 100%;
}
body.single-product table.variations select {
    width: 100%;
    padding: 12px 15px;
    font-size: 1rem;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    color: #333;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: all 0.3s ease;
}
body.single-product table.variations select:hover {
    border-color: #82ac74;
}

body.single-product table.variations select:focus {
    outline: none;
    border-color: #82ac74;
    box-shadow: 0 0 0 3px rgba(130, 172, 116, 0.2);
}
body.single-product table.variations .reset_variations {
    display: inline-block;
    margin-top: 8px;
    font-size: 0.85rem;
    color: #547e65;
    text-decoration: none;
    transition: 0.3s;
}

body.single-product table.variations .reset_variations:hover {
    color: #82ac74;
    text-decoration: underline;
}
@media (max-width: 600px) {
    body.single-product table.variations select {
        font-size: 0.95rem;
        padding: 10px 12px;
    }
}
.single-product .related.products {
    margin-top: 60px;
}

.single-product .related.products h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: 600;
}

.single-product .related.products ul.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 0;
    list-style: none;
}
.single-product .related.products ul.products:before,
.single-product .related.products ul.products:after{
	content:none !important;
}
.single-product .related.products li.custom-product-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
	width:100% !important;
}

.single-product .related.products li.custom-product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}
.single-product .related.products .product-image {
    position: relative;
    overflow: hidden;
}
.single-product .related.products .product-image img {
    width: 100%;
    height: 300px;
    display: block;
    transition: transform 0.4s ease;
    object-fit: cover;
}
.single-product .related.products li.custom-product-card:hover .product-image img {
    transform: scale(1.05);
}
.single-product .related.products .sale-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #547e65;
    color: #fff;
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 30px;
    font-weight: 500;
}
.single-product .related.products .product-hover-buttons {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    transition: all 0.3s ease;
    padding: 15px;
    text-align: center;
	    display: flex;
    align-items: center;
	justify-content:center;
    gap: 3px;
}

.single-product .related.products li.custom-product-card:hover .product-hover-buttons {
    transform: translateY(0);
}

.single-product .related.products .product-hover-buttons .button {
    background: #547e65;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    transition: 0.3s;
}

.single-product .related.products .product-hover-buttons .button:hover {
    background:#82ac74;
    color: #fff;
}

/* Product Info */
.single-product .related.products .product-info {
    padding: 20px;
    text-align: center;
}

.single-product .related.products .product-title {
    font-size: 18px;
    margin-bottom: 10px;
	padding-top:0 !important;
}
.single-product .related.products .product-hover-buttons .wc-forward {
    background-color: #82ac74;
    padding: 7px 10px;
    color: #fff;
    font-weight: 400;
    border-radius: 20px;
}
.single-product .related.products .product-hover-buttons .wc-forward:hover {
    background-color:#547e65;
}

.single-product .related.products .product-title a {
    color: #111;
    text-decoration: none;
}

.single-product .related.products .product-price {
    font-size: 16px;
    font-weight: 600;
}
.single-product .related.products .product-price del {
    color: red;
    opacity: 0.7;
}
@media (max-width: 1024px) {
    .single-product .related.products ul.products {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .single-product .related.products ul.products {
        grid-template-columns: 1fr;
    }
}
.single-product .flex-control-thumbs {
    display: flex !important;
    gap: 5px !important;
}
.single-product .flex-control-thumbs {
    margin-top: 5px !important;
}
.single-product img.flex-active {
    border: 1px solid #82ac74;
}
/* disclaimer page */
#representation,
#posting,
#compensation,
#reviews,
#indemnification,
#holy-city,
#amendments,
#acceptance,
#contacting{
    scroll-margin-top: 240px;
}

/* blog page category page */

.cstm-cat-post .masonry-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 0px; /* base unit for row spans */
    gap: 24px;
    width: 100%;
}

.cstm-cat-post .masonry-item {
       position: relative;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(20,20,40,0.06);
    transition: transform 180ms ease, box-shadow 180ms ease, opacity 220ms ease;
}
.cstm-cat-post .masonry-item:hover { transform: translateY(-6px); box-shadow: 0 10px 30px rgba(20,20,40,0.08); }

/* size classes control how many rows the item spans */
.cstm-cat-post .masonry-size-big { grid-row-end: span 21; }
.cstm-cat-post .masonry-size-small { grid-row-end: span 13; }

.cstm-cat-post .post-link { display:block; color:inherit; text-decoration:none; }
.cstm-cat-post .post-thumb { width:100%; display:block; }
.cstm-cat-post .masonry-size-big .post-thumb { height:360px; }
.cstm-cat-post .masonry-size-small .post-thumb { height:180px; }
.cstm-cat-post .post-thumb img { width:100%; height:100%; object-fit:cover; display:block; }
.cstm-cat-post .masonry-size-big .post-thumb.placeholder { background:#f4f4f6; height:360px; }
.cstm-cat-post .masonry-size-small .post-thumb.placeholder { background:#f4f4f6; height:180px; }

.cstm-cat-post .post-info { padding: 12px 14px 16px; text-align: left; }
.cstm-cat-post .post-info h3 { margin:6px 0 8px; font-size:18px; line-height:1.3; }
.cstm-cat-post .post-date { font-size:13px; color:#888; }

.cstm-cat-post .hidden-post { display: none !important; opacity:0; }

.cstm-cat-post .load-more-wrap { margin-top: 18px; }
.cstm-cat-post .green-btn { background:#26a65b; color:#fff; border:0; padding:10px 18px; border-radius:6px; cursor:pointer; }
.cstm-cat-post .green-btn:hover { opacity:0.95; }
.cstm-cat-post .category-top{
    margin-bottom: 40px;
}
.cstm-cat-post .cat-attch {
    position: absolute;
    bottom: 130px;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    padding: 0 15px;
    gap: 3px;
}
.cstm-cat-post .cat-attch a {
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 20px;
}
/* Responsive */
@media (max-width: 1024px) { .cstm-cat-post .masonry-list { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px) { .cstm-cat-post .masonry-list { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .cstm-cat-post .masonry-list { grid-template-columns: repeat(1, 1fr); } }

.cstm-cat-post .post-share {
    position: absolute;
    top: 10px;
    right: 10px;
}
.cstm-cat-post .share-main {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #333;
    transition: color 0.3s ease;
}

.cstm-cat-post .share-main:hover {
    color: #26a65b;
}
.cstm-cat-post .share-icons {
    position: absolute;
    top: 100%;
    left: -6px;
    display: flex;
    gap: 8px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    padding-top: 6px;
    flex-wrap: wrap;
    background-color:#86ab6f;
    padding: 5px;
    border-radius: 10px;
}
.cstm-cat-post .post-share:hover .share-icons {
    opacity: 1;
    pointer-events: auto;
}

.cstm-cat-post .share-icons a {
    display: inline-flex;
    color: #fff;
    transition: color 0.3s;
}

.cstm-cat-post .share-icons a:hover {
    color: #333;
}
.faq-ingrdient ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.faq-ingrdient ul li {
  width: 154px;
  height: 154px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  position: relative;
  font-family: sans-serif;
  font-weight: bold;
  flex-shrink: 0;
  z-index: 1;
  background: white;
  font-size: 17px;
}

.faq-ingrdient ul li::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 6px;
  background: conic-gradient(var(--color) var(--percent), #eee 0);
  
  -webkit-mask: 
    radial-gradient(farthest-side, transparent calc(100% - 6px), #000 calc(100% - 5px));
  mask: 
    radial-gradient(farthest-side, transparent calc(100% - 6px), #000 calc(100% - 5px));

  z-index: -1;
}
.faq-wrp .sow-accordion-panel-header {
    border-bottom: 1px solid #ddd;
    padding-left: 0 !important;
    padding-right: 0 !important;
    color: #000 !important;
    font-weight: 500;
}
.faq-wrp .sow-accordion-panel-border {
    background-color: #f2f6f1 !important;
}
.faq-wrp .sow-accordion-panel {
    margin-bottom: 30px !important;
}
.cta-light-green {
    background-color: #86ab6f;
    padding: 50px 0;
    color: #fff;
        border-radius: 20px;
}
.cta-light-green .widget-title {
    color: #fff;
}
.cta-light-green .ow-button-base .sowb-button.ow-button-hover:hover {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #86ab6f !important;
}
/* filter button */
.matcha-filter .filter-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:5px;
}
.matcha-filter .filter-btn {
    padding: 8px 18px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    transition: 0.3s ease;
    border-radius: 20px;
    color: #000000;
}
.matcha-filter .filter-btn.active,
.matcha-filter .filter-btn:hover {
    background: #547e65;
    color: #fff;
    border-color: #547e65;
}
/* store locator */
.wpsl-search.wpsl-checkboxes-enabled {
    padding: 30px !important;
    border-radius: 15px;
    background-color: #edf3eb;
    max-width: 870px;
    margin: 0 auto 60px;
    border: 1px solid #b3cdb0;
    box-shadow: -4px 6px 20px -15px #000, 4px 0px 20px -15px #000;
}
.wpsl-search.wpsl-checkboxes-enabled label {
    font-weight: 600;
}
.wpsl-search.wpsl-checkboxes-enabled form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.wpsl-search.wpsl-checkboxes-enabled form .wpsl-select-wrap {
    width: 60%;
    display: flex !important;
    gap: 20px;
}
.wpsl-search.wpsl-checkboxes-enabled form #wpsl-radius,
.wpsl-search.wpsl-checkboxes-enabled form #wpsl-radius #wpsl-results{
    width: 49%;
}
.wpsl-search.wpsl-checkboxes-enabled form .wpsl-input {
    width: 33%;
}
.wpsl-search.wpsl-checkboxes-enabled form .wpsl-input div,
.wpsl-search.wpsl-checkboxes-enabled form label {
    display: block !important;
    width: 100% !important;
}
.wpsl-search.wpsl-checkboxes-enabled form .wpsl-input input[type="text"] {
    width: 100% !important;
    outline: 0;
    padding: 9px 12px !important;
}
.wpsl-search.wpsl-checkboxes-enabled form .wpsl-dropdown,
#wpsl-results .wpsl-dropdown {
    width: 100% !important;
}
.wpsl-search.wpsl-checkboxes-enabled form #wpsl-results {
    width: 49%;
}
ul#wpsl-checkbox-filter {
    display: flex;
    gap: 20px;
}
ul#wpsl-checkbox-filter li {
    width: auto !important;
}
.wpsl-search-btn-wrap input#wpsl-search-btn {
    background-color: #547e65 !important;
    background-image: none !important;
    color: #fff;
    outline: 0 !important;
    border-color: #547e65 !important;
    text-transform: uppercase !important;
    border-radius: 30px;
    line-height: normal !important;
    padding: 10px 20px;
}
.wpsl-search-btn-wrap input#wpsl-search-btn:hover {
    background-color: #86ab6f !important;
    border-color: #86ab6f !important;
}
#wpsl-wrap #wpsl-result-list li {
    background-color: #edf3ec;
    padding: 20px !important;
    border-bottom: 0 !important;
    border: 1px solid #b5cdae !important;
    border-radius: 20px;
}
#wpsl-wrap #wpsl-result-list li .wp-post-image {
    border: 1px solid #b3cdb0;
    padding: 2px;
}
#wpsl-wrap {
    padding: 0 6%;
}
#wpsl-gmap {
    margin-left: 25px;
    border-radius: 20px !important;
}
#wpsl-result-list ul {
    padding-right: 10px;
}
.page-template-full-width-page .entry-content {
    padding: 0;
        background-color: #eaf2e9;
}
.page-id-452 .entry-content,
.page-id-515 .entry-content{
    background-color: #eaf2e9;
}
.loc-hero-lft .widget-title,
.cta-tags .widget-title {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 5px 15px 5px 25px;
    display: inline-block;
    border-radius: 30px;
    position: relative;
}
.loc-hero-lft .widget-title:before,
.cta-tags .widget-title:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color:#82ac74;
    left: 9px;
    border-radius: 50%;
    top: 11px;
}
.loc-hero-lft h2,
.loc-hero-lft p {
    color: #fff;
}
.loc-btn .panel-grid-cell {
    display: flex;
    gap: 10px;
}
.loc-btn .panel-grid-cell .theme-btn-1 .sowb-button{
    background-color: #82ac74 !important;
    border: 1px solid #7ead79 !important;
}
.loc-btn .panel-grid-cell .theme-btn-1 .sowb-button:hover{
    background-color: transparent !important;
}
.loc-hero-bx .widget_text {
    background-color: #ffffff24;
    padding: 20px;
    border-radius: 20px;
    min-height: 200px;
}
.loc-hero-bx .widget_text .widget-title {
    background-color: transparent;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
}
.loc-hero-bx .widget_text .widget-title:before{
    content: none;
}
.loc-hero-rgt{
    position: relative;
}
.loc-hero-rgt img,
.loc-hero-rgt .widget_media_image{
    width: 100% !important;
    border-radius: 20px;
}
.loc-hero-rgt .widget_media_image{
    background-color: #fff;
    padding: 20px;    
}
.loc-hero-img-bx-1,
.loc-hero-img-bx-2 {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    position: absolute;
    width: 200px;
}
.loc-hero-img-bx-1 {
    top: 36px;
    left: -20px;
}

.loc-hero-img-bx-1 .widget-title,
.loc-hero-img-bx-2 .widget-title {
    font-size: 20px;
}
.loc-hero-img-bx-1 p,
.loc-hero-img-bx-2 p {
    margin: 0;
}
.loc-hero-img-bx-2 {
    bottom: 95px;
    right: -20px;
}
.loc-hero-rgt img {
    height: 600px !important;
    object-fit: cover;
}
.loc-wrap-tp .widget-title,
.loc-pro-top .widget-title,
.loc-pro-bx .widget-title,
.loc-prepair .widget-title,
.lrn-cnt-dtl .loc-cont-col .widget-title,
.cntct-wrp .cntct-rgt .widget-title,
.cntct-wrp .cntct-lft .widget-title{
    background-color: #fff;
    color: #4f7e67;
    font-size: 15px;
    font-weight: 400;
    padding: 5px 15px 5px 25px;
    display: inline-block;
    border-radius: 30px;
    position: relative;
}
.loc-prepair.hm-abt-wrp .widget-title,
.cntct-wrp .cntct-rgt .widget-title,
.cntct-wrp .cntct-lft .widget-title{
    background-color: #e9f0e9;
}

.loc-wrap-tp .widget-title:before,
.loc-pro-top .widget-title:before,
.loc-pro-bx .widget-title:before,
.loc-prepair .widget-title:before,
.lrn-cnt-dtl .loc-cont-col .widget-title:before,
.cntct-wrp .cntct-rgt .widget-title:before,
.cntct-wrp .cntct-lft .widget-title:before{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color:#547e65;
    left: 9px;
    border-radius: 50%;
    top: 11px;
}
.loc-wrap-tp {
    padding-right: 35%;
}
.loc-wrp-lft {
    background-color: #f7f7f7;
    padding: 30px;
    border-radius: 20px;
}
.loc-wrp-lft ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.loc-wrp-lft ul li {
    position: relative;
    border-radius: 5px;
    margin-bottom: 15px;
    background-color: #fff;
    padding: 15px 15px 15px 60px;
}
.loc-wrp-lft ul li strong {
    display: block;
    margin-bottom: 5px;
}
.loc-wrp-lft ul li:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 10px;
    width: 40px;
    height: 40px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
    border-radius: 4px;
}

.loc-wrp-lft.loc-dt-lst ul li:nth-child(1):before{
background-image: url(images/location-1.svg);
}
.loc-wrp-lft.loc-dt-lst ul li:nth-child(2):before{
background-image: url(images/mail-1.svg);
}
.loc-wrp-lft.loc-dt-lst ul li:nth-child(3):before{
background-image: url(images/phone-1.svg);
}
.loc-wrp-lft.loc-dt-lst ul li:nth-child(4):before{
background-image: url(images/clocks-1.svg);
}

.loc-wrp-lft.loc-cont-lst ul li:nth-child(1):before{
background-image: url(images/mail-1.svg);
}
.loc-wrp-lft.loc-cont-lst ul li:nth-child(2):before{
background-image: url(images/phone-1.svg);
}
.loc-wrp-lft.loc-cont-lst ul li:nth-child(3):before{
background-image: url(images/web.svg);
}
.loc-wrp-lft.loc-dt-lst ul li.phone:before{
background-image: url(images/phone-1.svg);
}
.loc-wrp-lft.loc-dt-lst ul li.email:before,
.loc-wrp-lft.loc-cont-lst ul li.email:before{
background-image: url(images/mail-1.svg);
}
.loc-wrp-lft.loc-dt-lst ul li.address:before{
background-image: url(images/location-1.svg);
}
.loc-wrp-lft.loc-dt-lst ul li.reach:before{
background-image: url(images/clocks-1.svg);
}
.loc-wrp-lft.loc-cont-lst ul li.website:before{
background-image: url(images/web.svg);
}

.loc-wrp-lft .widget_sow-button {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px !important;
}
.loc-wrp-lft .widget_sow-button .ow-button-base.ow-button-align-center {
    text-align: left;
}
.loc-wrp-lft .theme-btn-2 .ow-button-base .sowb-button {
    color: #547e65 !important;
    border-color: #547e65 !important;
}
.loc-wrp-lft .theme-btn-2 .ow-button-base .sowb-button:hover {
    border-color:#82ac74 !important;
}
.loc-wrp-lft .theme-btn-1 .sowb-button,
.loc-wrp-lft .theme-btn-2 .sowb-button {
    padding: 15px 20px !important;
}
.loc-wrp-rgt {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.loc-wrp-rgt iframe{
    height: 685px;
    border-radius: 20px;
}
.loc-wrp-rgt .loc-mp-dt {
    background-color: #ffffff;
    padding: 20px;
    position: absolute;
    bottom: 110px;
    width: 90%;
    left: 30px;
    border-radius: 20px;
}
.loc-wrp-rgt .loc-mp-dt .widget-title {
    font-size: 20px;
}
.loc-wrp-rgt .loc-mp-dt p{
    margin-bottom: 0;
}
.cta-tags {
    border-radius: 20px;
    color: #fff;
}
.cta-tags h2 {
    color: #fff;
    font-size: 22px;
}
.cta-tags .cta-tags-rgt ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
    flex-wrap: wrap;
}
.cta-tags .cta-tags-rgt ul li {
    margin: 0;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 10px 20px;
    line-height: normal;
    border: 1px solid;
}
.loc-pro-top {
    padding: 0 6%;
    text-align: center;
}
.loc-pro-bx {
    background-color: #f7f7f7;
    border-radius: 20px;
    overflow: hidden;
}
.loc-pro-bx img {
    width: 100%;
    height: 300px !important;
    object-fit: cover;
}
.loc-pro-bx .widget_text {
    padding: 0 20px;
    margin: 0 !important;
}
.loc-pro-bx .widget_media_image {
    margin-bottom: 10px !important;
}
.loc-pro-bx .theme-btn-1 {
    padding: 0 20px 20px;
}
.loc-pro-bx .theme-btn-1 .ow-button-base {
    text-align: left;
}
.loc-pro-bx .widget-title {
    border: 1px solid rgb(211 225 215);
}
.loc-pro-bx h4 {
    min-height: 75px;
}
.loc-y .widget-title {
    font-size: 20px;
}
.loc-y .widget_media_image {
    background-color: #fff;
    display: inline-flex;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px !important;
    width:50px;
}
.loc-y .loc-wrp-lft {
    min-height: 275px;
}
.loc-y.loc-test-row .loc-wrp-lft {
    min-height: 325px;
}

.loc-prepair .widget_sow-button {
    display: inline-block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
}
.loc-prepair img {
    width: 100%;
    height: 520px !important;
    object-fit: cover;
    border-radius: 20px;
}
.loc-prepair.hm-abt-wrp img {
    height: 330px !important;
}
.loc-prepair .theme-btn-2 .sowb-button {
    color: #587e63 !important;
    border: 1px solid #587e63 !important;
}
.loc-prepair .theme-btn-2 .sowb-button:hover {
    border-color: #82ac74 !important;
}
.loc-prepair .theme-btn-2 .ow-button-base .sowb-button{
     color: #587e63 !important;
}
.loc-prepair .ow-button-base.ow-button-align-center {
    text-align: left !important;
}
.loc-prepair .theme-btn-1 .sowb-button,
.loc-prepair .theme-btn-2 .sowb-button{
    padding: 15px 13px !important;
}
.loc-prepair.hm-abt-wrp .theme-btn-1 .sowb-button{
    padding: 15px 20px !important;
}
.loc-procs-bx {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
        min-height: 230px;
}
.loc-procs-bx .widget-title {
    width: 45px;
    height: 45px;
    background-color: #547e65;
    color: #fff;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    align-items: center;
}
.loc-procs-bx h4 {
    font-size: 20px;
}
.loc-perfect .loc-wrap-tp {
    padding: 0 6%;
    text-align: center;
}
.cta-tags-col {
    background-color: #46715c;
    padding: 20px;
    border-radius: 20px;
}
.cta-tags-col .widget-title {
    font-size: 20px;
    background-color: transparent;
    padding: 0;
}
.cta-tags-col .widget-title:before{
    content: none;
}
.cta-tags-col .ow-button-base.ow-button-align-center {
    text-align: left;
}
.cta-tags-col .theme-btn-1 .sowb-button {
    background-color: #82ac74 !important;
    border: 1px solid #82ac74 !important;
}
.cta-tags-col .theme-btn-1 .sowb-button:hover{
    background-color: #547e65 !important;
    border: 1px solid #547e65!important;
}
.loc-pat-top {
    padding-right: 35%;
    margin-bottom: 20px;
}
.loc-cont-top .loc-wrap-tp {
    text-align: center;
    padding: 0 6%;
}
.loc-cont-col .widget-title {
    font-size: 24px;
}
.loc-cont-col .wholesale-registration-form {
    background-color: transparent;
    padding: 0;
    border: 0;
    margin-top: 35px !important;
}
.loc-cont-col .wholesale-registration-form .form-row {
    display: inline-block;
    width: 48%;
    margin-right: 7px;
        margin-bottom: 15px;
}
.loc-cont-col .wholesale-registration-form h3 {
    font-size: 24px;
}
.loc-cont-col .wholesale-registration-form label {
    font-size: 16px;
    margin-bottom: 5px;
}
.loc-cont-col .wholesale-registration-form input[type="submit"] {
    background-color: #82ac74;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.loc-cont-col .wholesale-registration-form input[type="submit"]:hover{
    background-color: #547e65;
}
.loc-cont-cta {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 20px;
}
.loc-wrp-lft .loc-cont-cta ul li {
    position: relative;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
    background-color: #ebf2e9;
    padding: 5px 10px;
    border-radius: 20px;
}
.loc-wrp-lft .loc-cont-cta ul li:before{
    content:none;
}
.loc-wrp-lft .loc-cont-cta ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 30px;
}

.loc-wrp-lft .loc-cont-cta ul li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    right: -17px;
    top: 7px;
    background-color: #7ead79;
    border-radius: 50%;
    left: auto;
        background-image: none !important;
}
.loc-wrp-lft .loc-cont-cta ul li:last-child:before{
    content:none;
}
.loc-wrp-lft .loc-cont-cta .widget-title {
    margin-bottom: 20px;
}
.loc-faq .sow-accordion-panel {
    background-color: #e9f1e9;
    border-radius: 20px !important;
}
.loc-faq .sow-accordion-title {
    font-weight: 600 !important;
    color:#547e65 !important;
}
.loc-y.loc-test-row .widget_media_image {
    background-color: transparent;
    display: inline-flex;
    padding: 0;
    border-radius: 0;
    margin-bottom: 20px !important;
    width: 100px;
}
.loc-cont-lst img {
    width: 100%;
    height: 240px !important;
    object-fit: cover;
    border-radius: 20px;
}
/* lear page */
.learn-hero .loc-hero-lft {
    background-color: #fff;
    padding: 30px;
    border-radius: 25px;
    box-shadow: 0 0 20px -15px #000;
}
.learn-hero .loc-hero-lft .widget-title,
.lrn-exp-wrp .widget-title,
.lrn-prcs .widget-title,
.lrn-vid-wrp .widget-title,
.lrn-gal-wrp .loc-pro-top .widget-title,
.lrn-prgrm-wrp .loc-wrap-tp .widget-title,
.lrn-tst.loc-perfect .loc-wrap-tp .widget-title,
.lrn-cnt-dtl .loc-cont-col .widget-title,
.whsl-cmnty .loc-prepair-lft .widget-title,
.whsl-prtnr .loc-prepair-lft .widget-title{
    color: #547e65;
    background-color: transparent;
    border: 1px solid #ddd;
    text-transform: uppercase;
    background-color: #f6f9f5;
    
}
.learn-hero .loc-hero-lft .widget-title:before,
.lrn-exp-wrp .widget-title:before,
.lrn-prcs .widget-title:before,
.lrn-vid-wrp .widget-title:before,
.lrn-gal-wrp .loc-pro-top .widget-title:before,
.lrn-prgrm-wrp .loc-wrap-tp .widget-title:before,
.lrn-tst.loc-perfect .loc-wrap-tp .widget-title:before,
.lrn-cnt-dtl .loc-cont-col .widget-title:before,
.whsl-prtnr .loc-prepair-lft .widget-title:before{
    background-color: #86ab6f;
}
.learn-hero .loc-hero-lft h2,
.lrn-exp-wrp .loc-prepair-lft h2,
.lrn-prcs h2,
.lrn-vid-wrp .loc-pro-top h2,
.lrn-gal-wrp .loc-pro-top h2,
.lrn-prgrm-wrp .loc-wrap-tp h2,
.lrn-tst.loc-perfect .loc-wrap-tp h2,
.lrn-cnt-dtl .loc-cont-col h2,
.whsl-cmnty .loc-prepair-lft h2,
.whsl-prtnr .loc-prepair-lft h2{
    color: #547e65;
}
.learn-hero .loc-hero-lft p{
    color: #333;
}
.learn-hero .loc-btn .panel-grid-cell .theme-btn-1 .sowb-button {
    background-color: #547e65 !important;
    border: 1px solid #547e65 !important;
}
.learn-hero .loc-btn .panel-grid-cell .theme-btn-1 .sowb-button:hover {
    background-color: #82ac74 !important;
    border-color: #82ac74 !important;
}
.learn-hero .theme-btn-2 .ow-button-base .sowb-button {
    color: #4f7e67 !important;
    border-color: #4f7e67 !important;
}
.learn-hero .theme-btn-2 .ow-button-base .sowb-button:hover {
    border-color: #82ac74 !important;
}
.learn-hero .loc-hero-lft .loc-hero-bx p {
    margin: 0;
}
.learn-hero .loc-hero-lft .loc-hero-bx .widget-title {
    border: 0;
    background-color: transparent;
    font-size: 16px;
}
.learn-hero .loc-hero-lft .loc-hero-bx .widget_text {
    border: 1px solid #ddd;
    min-height: 200px !important;
}
.learn-hero .loc-hero-img-bx-1 .widget-title,
.learn-hero .loc-hero-img-bx-2 .widget-title {
    color: #86ab6f;
    font-size: 15px;
        text-transform: uppercase;

}
.learn-hero .loc-hero-img-bx-1 h4,
.learn-hero .loc-hero-img-bx-2 h4 {
    font-size: 18px;
}
.lrn-exp-wrp .loc-prepair-lft {
    background-color: #fff;
    padding: 30px;
    border-radius: 25px;
    box-shadow: 0 0 20px -15px #000;
}
.lrn-exp-wrp .loc-prepair-rgt {
    position: relative;
}
.lrn-exp-img-txt {
    background-color: #fff;
    padding: 20px;
    position: absolute;
    bottom: 60px;
    width: 90%;
    left: 26px;
    border-radius: 20px;
}
.lrn-exp-img-txt p {
    color: #587e63;
    font-weight: 500;
    margin: 0;
}
.lrn-exp-wrp .loc-prepair-rgt img {
    height: 440px !important;
}
.lrn-prcs .loc-pro-top,
.lrn-vid-wrp .loc-pro-top,
.lrn-gal-wrp .loc-pro-top {
    padding: 0;
    text-align: left;
}
.lrn-prcs .loc-pro-top p,
.lrn-vid-wrp .loc-pro-top p,
.lrn-gal-wrp .loc-pro-top p,
.lrn-prgrm-wrp .loc-wrap-tp p,
.lrn-tst.loc-perfect .loc-wrap-tp p{
    font-weight: 500;
    line-height: 1.4;
    font-size: 18px;
}
.lrn-prcs .loc-procs-bx {
    background-color: #fff;
    min-height: 310px;
    box-shadow: 0 0 20px -15px #000;
}
.lrn-prcs .loc-procs-bx .widget-title {
    background-color: #547e65;
    color: #fff;
    border: 0;
}
.lrn-prcs .loc-procs-bx h4 {
    color: #4f7e67;
}
.lrn-vid-wrp .loc-pro-bx {
    background-color: #ffffff;
}
.lrn-vid-wrp .loc-pro-bx .widget-title {
    background-color: #e4eee2;
    border: 0;
    padding: 5px 15px;
    color: #547e65;
}
.lrn-vid-wrp .loc-pro-bx .widget-title:before{
content: none;
}
.lrn-vid-wrp .loc-pro-bx h4 {
    color: #547e65;
}
.lrn-gal-wrp .loc-pro-bx{
    position: relative;
}
.lrn-gal-wrp .loc-pro-bx img {
    width: 100%;
    height: 275px !important;
    object-fit: cover;
}
.lrn-gal-wrp .loc-pro-bx .widget_text {
    margin: 0 !important;
    background-color: #fff;
    padding: 15px;
    position: absolute;
    bottom: 20px;
    width: 90%;
    left: 14px;
    border-radius: 15px;
}
.lrn-gal-wrp .loc-pro-bx .widget_media_image{
    margin: 0 !important;
}
.lrn-gal-wrp .loc-pro-bx .widget_text p {
    margin: 0;
    font-weight: 500;
    color: #547e65;
}
.lrn-prgrm-wrp .loc-wrap-tp {
    padding-right: 0;
}
.lrn-prgrm-wrp .loc-wrp-lft {
    background-color: #ffffff;
    box-shadow: 0 0 20px -15px #000;
}
.lrn-prgrm-wrp .loc-y .widget-title {
    color: #547e65;
}
.lrn-prgrm-wrp .loc-wrp-lft ul {
    list-style: disc;
    padding-left: 30px;
    margin-left: 0;
}
.lrn-prgrm-wrp .loc-wrp-lft ul li {
    position: relative;
    border-radius: 0;
    margin-bottom: 5px;
    background-color: transparent;
    padding: 0;
}
.lrn-prgrm-wrp .loc-wrp-lft ul li:before{
    content: none !important;
}
.cta-tags.lrn-cta .cta-tags-rgt ul li {
    padding: 20px;
    width: 48%;
    min-height: 125px;
}
.cta-tags.lrn-cta .widget-title {
    text-transform: uppercase;
}
.cta-tags.lrn-cta .cta-tags-rgt ul li strong {
    display: block;
    margin-bottom: 5px;
}
.cta-tags.lrn-cta .widget_sow-button {
    display: inline-block;
    margin-right: 5px;
}
.cta-tags.lrn-cta .theme-btn-1 .sowb-button{
    background-color: #86ab6f !important;
    border: 1px solid #86ab6f !important;
}
.cta-tags.lrn-cta .theme-btn-1 .sowb-button:hover {
    background-color: transparent !important;
}
.lrn-tst.loc-perfect .loc-wrap-tp {
    padding: 0;
    text-align: left;
}
.lrn-tst.loc-perfect .loc-wrp-lft {
    background-color: #fff;
    box-shadow: 0 0 20px -15px #000;
}
.lrn-tst.loc-perfect .loc-y .loc-wrp-lft {
    min-height: 350px;
    background-color: #fff;
    box-shadow: 0 0 20px -15px #000;
}
.lrn-cnt-dtl .loc-cont-lst {
    background-color: #fff;
    box-shadow: 0 0 20px -15px #000;
}
.lrn-cnt-dtl .loc-cont-lst.loc-wrp-lft ul li {
    position: relative;
    border-radius: 0;
    margin-bottom: 0;
    background-color: transparent;
    padding: 0;
}
.lrn-cnt-dtl .loc-cont-lst.loc-wrp-lft ul li:before {
    content: none !important;
}
.lrn-cnt-dtl .loc-cont-lst.loc-wrp-lft ul li strong {
    font-size: 20px;
    color: #547e65;
    margin-bottom: 10px;
}
.lrn-cnt-dtl .loc-cont-lst.loc-wrp-lft ul li {
    position: relative;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}
.lrn-cnt-dtl .loc-cont-lst.loc-wrp-lft ul li:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}
.lrn-cnt-dtl  .loc-wrp-lft {
    background-color: #fff;
    box-shadow: 0 0 20px -15px #000;
}
.lrn-tst.loc-perfect.lrn-faq .loc-y .loc-wrp-lft {
    min-height: 220px;
}
.lrn-tst.loc-perfect.lrn-faq .loc-y .widget-title {
    color: #547e65;
}
.lrn-tst.loc-perfect.lrn-faq .loc-y .loc-wrp-lft .widget-title {
    margin-bottom: 15px;
}
.whlsl-hero .loc-hero-rgt img {
    height: 425px !important;
}
.lrn-prcs .loc-pro-top .ow-button-base.ow-button-align-center {
    text-align: left;
}
.lrn-prcs .loc-procs-bx p {
    margin: 0;
}
.whlsl-prcs.lrn-prcs .loc-procs-bx {
    min-height: 272px;
}
.whlsl-hero .loc-hero-rgt .widget_media_image {
    background-color: transparent;
    padding: 0;
}
.whsl-cmnty .loc-prepair-lft,
.whsl-prtnr .loc-prepair-lft {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 20px -15px #000;
}
.whsl-cmnty .loc-prepair-rgt img {
    height: 305px !important;
}
.whlsl-prtnr-lst ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.whlsl-prtnr-lst ul li {
    margin: 0;
    background-color: #e9f2ea;
    padding: 10px 20px;
    line-height: normal;
    border-radius: 50px;
}
.whsl-prtnr .loc-prepair-lft ul li strong {
    display: block;
    margin-bottom: 5px;
}
.whsl-prtnr .loc-prepair-rgt img {
    height: 325px !important;
}
.whsl-prtnr .loc-prepair-lft ul {
    margin: 0;
}
.whsl-esy-prcs .loc-pro-top {
    text-align: center;
}
.lrn-prcs.whsl-esy-prcs .loc-procs-bx {
    min-height: 180px;
    text-align: center;
}
.lrn-prcs.whsl-esy-prcs .widget-title {
    margin: 0 auto 10px;
}
.whsl-esy-prcs .loc-pro-top .ow-button-base.ow-button-align-center {
    text-align: center;
}
.whsl-cntct .loc-wrp-lft {
    background-color: #fff;
    box-shadow: 0 0 20px -15px #000;
}
.loc-wrp-lft.whlsl-frm-bg {
    background-color: transparent;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.loc-wrp-lft.whlsl-frm-bg:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.6;
    z-index: -1;
}
.loc-wrp-lft.whlsl-frm-bg h1,
.loc-wrp-lft.whlsl-frm-bg h2,
.loc-wrp-lft.whlsl-frm-bg h3,
.loc-wrp-lft.whlsl-frm-bg h4,
.loc-wrp-lft.whlsl-frm-bg h5,
.loc-wrp-lft.whlsl-frm-bg h6,
.loc-wrp-lft.whlsl-frm-bg p,
.loc-wrp-lft.whlsl-frm-bg label {
    color: #fff;
}

.whsl-cntct .loc-wrp-lft .widget-title {
    margin-bottom: 20px;
}
.whsl-cntct .loc-wrp-lft li {
    border-bottom: 1px solid #eee;
}
.whsl-cntct .whlsl-cntct-lst ul li:nth-child(1):before{
background-image: url(images/user-icon.svg);
}
.whsl-cntct .whlsl-cntct-lst ul li:nth-child(2):before{
background-image: url(images/mail-1.svg);
}
.whsl-cntct .whlsl-cntct-lst ul li:nth-child(3):before{
background-image: url(images/phone-1.svg);
}
.whsl-cntct .whlsl-cntct-lst ul li:nth-child(4):before{
background-image: url(images/location-1.svg);
}
.whsl-cntct .loc-wrp-lft img {
    height: 540px !important;
}
header.woocommerce-Address-title.title.fixed {
    position: relative;
    width: auto;
    z-index: auto;
    background-color: transparent;
    animation: none;
    box-shadow: none;
}
.locpg-wrp .locpg-bx iframe{
    width: 100%;
    height: 300px;
    border-radius: 20px;
}
.locpg-wrp .locpg-bx{
    background-color: #fff;
    box-shadow: 0 0 20px -15px #000;
    padding:30px;
    border-radius: 20px;
}
.locpg-wrp .locpg-bx .custom-html-widget a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.locpg-wrp .locpg-bx .custom-html-widget a h4 {
    margin: 0;
}
.locpg-wrp .locpg-bx .custom-html-widget a h4 small {
    display: block;
    font-weight: 500;
    font-size: 18px;
}
.locpg-wrp .locpg-bx .custom-html-widget a p {
    margin: 0;
    background-color: #547e65;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
}
.locpg-wrp .locpg-bx .custom-html-widget a p:hover {
    background-color:#86ab6f;
}
.locpg-wrp .locpg-bx .custom-html-widget a h4:hover {
    color: #86ab6f;
}
/* contact page */
.cntct-rgt ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cntct-rgt ul li {
    position: relative;
    padding: 5px 10px 5px 45px;
    line-height: 1.3;
}
.cntct-rgt ul li img {
    width: 30px;
    position: absolute;
    left: 0;
    height: 30px;
    object-fit: contain;
}
.cntct-rgt ul li strong {
    display: block;
}
.cntct-rgt ul li a {
    display: block;
}
.cntct-rgt ul hr {
    margin: 15px 0;
}
.cntct-rgt ul li:nth-child(1) a,
.cntct-rgt ul li:nth-child(2) a{
    text-decoration: underline;
}
.cntct-rgt ul li:nth-child(1) a:hover,
.cntct-rgt ul li:nth-child(2) a:hover{
    color: #86ab6f;
}
.cntct-wrp .text-center .widget-title {
    font-size: 36px;
    color: #86ab6f;
}
.cntct-wrp .cntct-lft h4, .cntct-wrp .cntct-rgt h4 {
    color: #547e65;
    margin-bottom: 20px;
}
.mejs-fullscreen-button button {
    border-radius: 0;
}
.cta-tags.stry-lg h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 25px;
}
.whsl-prtnr.stry-wrp .loc-prepair-rgt img {
    height: 615px !important;
        border-radius: 20px;
}
.loc-prepair.stry-insprd img {
    height: 765px !important;
}
.cntct-wrp .cntct-rgt,
.cntct-wrp .cntct-lft {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 20px -15px #000;
}
#post-12 .woocommerce-MyAccount-content td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a,
#post-12 .woocommerce-MyAccount-content a.wc-forward,
.woocommerce-MyAccount-content form .button,
.woocommerce-account .woocommerce form .woocommerce-button,
.woocommerce-lost-password .lost_reset_password .woocommerce-Button{
    background-color: #547e65;
    text-decoration: none;
    border-radius: 20px;
    line-height: 1;
    color: #fff;
}
#post-12 .woocommerce-MyAccount-content td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a:hover,
#post-12 .woocommerce-MyAccount-content a.wc-forward:hover,
.woocommerce-MyAccount-content form .button:hover,
.woocommerce-account .woocommerce form .woocommerce-button:hover,
.woocommerce-lost-password .lost_reset_password .woocommerce-Button:hover{
    background-color: #86ab6f;
    color: #fff;
}
.woocommerce-Address header.woocommerce-Address-title h2 {
    font-size: 20px;
    text-transform: capitalize;
        text-align: left;
}
.woocommerce-Address header.woocommerce-Address-title .edit {
    font-size: 14px;
}
.woocommerce-Address {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 20px -15px #000;
}
.woocommerce-MyAccount-content form label,
.woocommerce-account .woocommerce form.login label,
.woocommerce-account .woocommerce form.register label {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 8px;
}
.woocommerce-MyAccount-content form input[type="text"],
.woocommerce-MyAccount-content form input[type="email"],
.woocommerce-MyAccount-content form input[type="password"],
.woocommerce-account .woocommerce form.login input[type="text"],
.woocommerce-account .woocommerce form.login input[type="email"],
.woocommerce-account .woocommerce form.login input[type="password"],
.woocommerce-account .woocommerce form.register input[type="email"],
.woocommerce-lost-password .lost_reset_password input[type="text"]{
    outline: 0;
    box-shadow: none;
    border: 1px solid #c7c7c7;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
}
.woocommerce-MyAccount-content form input[type="text"]:focus,
.woocommerce-MyAccount-content form input[type="email"]:focus,
.woocommerce-MyAccount-content form input[type="password"]:focus,
.woocommerce-account .woocommerce form.login input[type="text"]:focus,
.woocommerce-account .woocommerce form.login input[type="email"]:focus,
.woocommerce-account .woocommerce form.login input[type="password"]:focus,
.woocommerce-account .woocommerce form.register input[type="email"]:focus,
.woocommerce-lost-password .lost_reset_password input[type="text"]:focus{
    border-color: #86ab6f;
}
.woocommerce-lost-password .lost_reset_password p.woocommerce-form-row {
    width: 100%;
}
.woocommerce-account .woocommerce form.register p {
    font-size: 14px;
}
.woocommerce-account .woocommerce form.register p button{
    font-size: 18px;
}
.woocommerce-MyAccount-content form fieldset {
    padding: 20px;
    border-color: #fff;
    margin-bottom: 20px;
}
.woocommerce-MyAccount-content form fieldset legend {
    font-weight: 600;
    text-transform: capitalize;
    padding: 5px;
    color: #547e65;
}
.woocommerce-MyAccount-content form p em {
    font-size: 75%;
}
.woocommerce-MyAccount-content form h2 {
    font-size: 26px;
    text-transform: capitalize;
}
.woocommerce-account .woocommerce h2 {
    font-size: 26px;
    text-align: center;
}
.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register,
.woocommerce-lost-password .lost_reset_password{
    margin: 20px auto 0 auto;
    padding: 30px;
    border-radius: 20px;
    background-color: #f5f5f5;
    border-color: #e7e7e7;
    max-width:50%;
}
.woocommerce-lost-password .lost_reset_password{
    margin-top: 0;
}
.woocommerce-lost-password .lost_reset_password p {
    font-size: 18px;
    font-family: "League Spartan", sans-serif;
    line-height: 1.3;
    margin-bottom: 10px;
}
.woocommerce-lost-password .lost_reset_password label {
    font-weight: 600;
}
.woocommerce-account .lost_password a {
    font-size: 14px;
    text-decoration: underline;
}
.woocommerce-account .lost_password a:hover {
    color: #86ab6f;
}
.error-404 {
    padding: 20px 0 70px;
    text-align: center;
}
.error-404 h1 {
    font-size: 10rem;
}
.error-404 h4 {
    margin-bottom: 20px;
}
.error-404 p {
    margin-bottom: 40px;
}
.y-with-pro {
    background-image: linear-gradient(to right, #f2f2f2 50%, #d1dfce 50%);
}
.cta-tags.hm-drnk {
    border-radius: 0;
}
.cta-tags-col .widget_media_image img {
    width: 100%;
    border-radius: 20px;
}

.cta-tags.hm-drnk .loc-pat-top {
    padding-right: 0;
}
.cta-tags.hm-drnk .loc-pat-top  h2 {
    font-size: 40px;
}
.cta-tags.hm-drnk .widget-title {
    text-transform: uppercase;
}
.bst-bx .widget_text .panel-widget-style{
    text-align: center;
    background-color: #e8f0e9;
    padding: 20px;
    border-radius: 20px;
    min-height: 170px;
    box-shadow: 0 0 20px -14px #000;
}
.bst-bx .widget_text p {
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    color: #fff;
}
.bst-bx .widget_text img {
    background-color: #fff;
    border-radius: 15px;
    object-fit: contain;
    width: 70px;
    height: 70px;
    padding: 10px;
    margin-bottom: 20px;
}
.cta-light-green.hm-jrny-cta {
    border-radius: 0;
}
.cta-light-green.hm-jrny-cta .widget-title {
    margin-bottom: 22px;
    padding: 0 15%;
}
.hm-recipes .post-carousel .entry-summary,
.hm-recipes .post-carousel .more-txt {
    display: none;
}
.hm-tst-wrp {
    position: relative;
    z-index: 1;
}
.hm-tst-wrp:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6); 
    z-index: -1;
}

.hm-tst-wrp .testimonial-section .owl-nav button {
    position: absolute;
}
.hm-tst-wrp .testimonial-section .owl-nav .owl-prev {
    top: -60px;
    right: 50px;
}
.hm-tst-wrp .testimonial-section .owl-nav .owl-next {
    top: -60px;
    right: 0;
}
.hm-tst-wrp .animated-counter .count-bx {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    text-align: center;
}
.hm-tst-wrp .animated-counter .count-bx .number {
    font-size: 4rem;
    color: #fff;
    position: relative;
    display: block;
}
.hm-tst-wrp .animated-counter .count-bx .number:after {
    content: "+";
    font-size: 2rem;
    margin-left: 5px;
}
.hm-tst-wrp .animated-counter .count-bx h6 {
    color: #86ab6f;
    text-shadow: 1px 1px 1px #000;
    font-size: 22px;
}
.hide-menu-item-desk {
    display: none !important;
}
.copyright p , .copyright ul li{
	margin: 0;
}
.ticker-content li, .flash-notification li {margin:0;}

/* 1. Strip away the theme's default styles */
.header-cart, 
.header-cart a.cart-contents {
    background: transparent !important;
    background-color: transparent !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    display: inline-block !important;
}

/* 2. Setup the wrapper so the badge floats correctly */
.cart-icon-wrapper {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* 3. Force the SVG icon to be a normal size */
.cart-icon-wrapper img {
    height: 22px !important; 
    display: block !important;
    margin: 0 !important;
    max-width: none !important;
}

/* 4. Style the notification badge (the number) */
.cart-icon-wrapper .count {
    position: absolute !important;
    top: -6px !important;
    right: -8px !important;
    background-color: #000 !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: bold !important;
    border-radius: 50% !important;
    width: 20px !important;
    height: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    padding: 0 !important;
    border: 2px solid #fff !important; 
}
.footer-wrap .foot-upper h6 {
    font-size: 18px;
    margin: 25px 0 15px 0;
}
.footer-wrap .foot-upper .foo-soc {
    display: flex;
    gap: 5px;
}
.footer-wrap .foot-upper .foo-soc li {
    margin: 0;
}
.footer-wrap .foot-upper .foo-soc img {
    width: 20px;
}
.mob-menu-info {
    display: none !important;
}
#wpsl-wrap #wpsl-result-list li .wpsl-store-location p strong {
    display: block;
    margin-bottom: 10px;
    line-height: normal;
    color: #547e65;
}
#wpsl-wrap #wpsl-result-list li .wpsl-store-location p {
    line-height: 1.2;
}
#wpsl-wrap #wpsl-result-list li .wpsl-direction-wrap .wpsl-directions {
    display: block;
    margin-top: 10px;
    position: relative;
    padding-left: 36px;
}
#wpsl-wrap #wpsl-result-list li .wpsl-direction-wrap .wpsl-directions:hover{
    color: #86ab6f;
}
#wpsl-wrap #wpsl-result-list li .wpsl-direction-wrap .wpsl-directions:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('images/location-1.svg');
    background-size: 20px;
    background-repeat: no-repeat;
    background-color: #bdd2b6;
    padding: 5px;
    border-radius: 50%;
    background-position: center;
}
.cf7-row {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.cf7-row .cf7-col-12 {
    width: 100%;
}
.cf7-row .cf7-col-6 {
    width: 48%;
}
.wpcf7-form label {
    font-weight: 600;
    font-size: 16px;
        text-transform: capitalize;
}
.wpcf7-text,
.wpcf7-email,
.wpcf7-tel,
.wpcf7-select,
.wpcf7-textarea {
    width: 100%;
    outline: 0;
    box-shadow: none;
    padding: 15px;
    border: 1px solid #b5b5b5;
    border-radius: 10px;
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
}
.wpcf7-textarea {
    max-height: 100px;
}
.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 5px;
}
.wpcf7-submit {
    background-color: #547e65;
    border: 0;
    line-height: 1;
    padding: 15px 25px;
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    border-radius: 55px;
    color: #fff;
    font-weight: 500;
}
.wpcf7-submit:hover {
    background-color: #86ab6f;
}
.lrn-cnt-dtl .loc-wrp-lft form {
    margin-top: 20px;
}
.lrn-cnt-dtl .loc-wrp-lft img{
    border-radius: 15px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner:before,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner:after{
    background-color: #000000;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner:before,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner:after {
    height: 3px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
    width: 30px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner:before,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    width: 100% !important;
}
.ft-accordiob-title-1:not(.active) h4 {
    margin: 0;
}
.single-post .related-posts .related-posts-carousel img {
    height: 300px !important;
    object-fit: cover;
}
.woocommerce-MyAccount-content #add_payment_method .woocommerce-error li {
    margin: 0;
    font-size: 14px;
}
.woocommerce-MyAccount-content #add_payment_method .woocommerce-error {
    margin-bottom: 10px;
}
.woocommerce-MyAccount-content #add_payment_method .woocommerce-PaymentMethods {
    background-color: #efefef;
    border: 1px solid #ddd;
}
.woocommerce-MyAccount-content #add_payment_method .woocommerce-PaymentMethods {
    background-color: #efefef;
    border: 0 !important;
}
.woocommerce-MyAccount-content #add_payment_method .woocommerce-PaymentBox {
    margin-bottom: 0 !important;
    background-color: #e3e3e3 !important;
}
.woocommerce-MyAccount-content #add_payment_method .woocommerce-PaymentBox:before{
           border-color:#e3e3e3 !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}
.woocommerce-MyAccount-content #add_payment_method .woocommerce-PaymentBox p {
    font-weight: 500;
    color: #598d5a;
}
.woocommerce-MyAccount-content #add_payment_method .woocommerce-PaymentBox #wc-square-credit-card-credit-card-form {
    border: 0;
    padding: 0;
    margin: 0;
}
.woocommerce-MyAccount-content #add_payment_method #place_order,
.woocommerce-MyAccount-content a.button {
    font-family: "League Spartan", sans-serif;
    font-weight: 400 !important;
    text-transform: uppercase;
    background-color: #5c7e61;
    font-size: 16px;
    text-decoration: none !important;
    color: #fff !important;
    border-radius: 60px;
}
.woocommerce-MyAccount-content #add_payment_method #place_order:hover,
.woocommerce-MyAccount-content a.button:hover {
    background-color: #86ab6f;
}
.woocommerce-account .woocommerce-MyAccount-content #add_payment_method .form-row {
    background-color: #efefef;
    padding-top: 0 !important;
}
.sq-card-wrapper .sq-card-message {
    font-size: 13px;
}
#add_payment_method #payment ul.payment_methods li img {
    border: 1px solid #ddd;
    margin-right: 1px;
    border-radius: 5px;
}
.wc-block-checkout__form .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    outline: 0 !important;
    box-shadow: none !important;
    font-family: "League Spartan", sans-serif;
    font-weight: 400 !important;
    text-transform: uppercase;
    background-color: #5c7e61;
    font-size: 16px;
    text-decoration: none !important;
    color: #fff !important;
    border-radius: 60px;
    border: 0 !important;
}
.wc-block-checkout__form .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover,
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover{
    background-color: #86ab6f;
}
.loc-wrp-lft.whlsl-frm-bg form .form-row.ord-vlm {
    width: calc(100% - 10px);
}
.head-right-menu ul.mega-menu li.mega-menu-item:nth-child(1) a {
    padding-left: 0 !important;
}
.owl-carousel .owl-item .item.wpsl-item-card img {
    display: block;
    width: 100%;
    max-height: none;
}
/* responsive start */
@media(max-width:1400px){
.widget_woocommerce_products .product_list_widget li a img {
    height: 250px;
}
}
@media(max-width:1299px){
    .copyright .copyright-col-1 ul img {
    width: 18px;
}
.head-right-menu {
    width: 42%;
}
}
@media (max-width:1199px) {
    #mega-menu-wrap-primary {
    left: -10px;
}
   #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
    margin-left: 0;
}
    .cf7-row {
    gap: 0;
}
    .cf7-row .cf7-col-6 {
    width: 100%;
}
    .menu-cont-info .menu-soc-links {
    display: flex;
    gap: 5px;
}
.head-right-menu .menu-soc-links li {
    width: 35px;
    min-width: 35px;
    background-color: #fff;
    padding: 5px;
    border-radius: 50%;
    margin-bottom: 0;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.head-right-menu .menu-soc-links li img {
    width: 70%;
}
    .menu-cont-info .menu-cont-list {
    margin-bottom: 30px;
}
.menu-cont-info h4 {
    padding: 5px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #406955;
}
    .menu-cont-info .menu-cont-list a {
    color: #fff;
}
    .menu-cont-info .menu-cont-list img {
    width: 35px;
    background-color: #fff;
    padding: 8px;
    border-radius: 50%;
}

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mob-menu-info .mega-sub-menu {
    background-color: #4f7e67 !important;
}
    .mob-menu-info .mega-menu-item {
    padding: 0 !important;
}
    .mob-menu-info {
    display: block !important;
}
.mob-menu-info .mega-sub-menu {
    display: block !important;
    opacity: 1;
    visibility: visible !important;
}
.mob-menu-info .mega-menu-link {
    display: none !important;
}

    .wp-block-woocommerce-empty-cart-block .wc-block-grid .wc-block-grid__products li {
    max-width: 22%;
}
    .cta-light-green.hm-jrny-cta .widget-title {
    padding: 0 20%;
}
    .menu-header .woo-menu .head-menu-rgt {
    display: none;
}
    .hide-menu-item-desk {
    display: block !important;
}
    .hm-tst-wrp .testimonial-section {
    padding-top: 50px;
}
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #ffffff;
}
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
    background-color: #89aa69;
}
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background-color: #547e65;
}
    #mega-menu-wrap-primary .mega-menu-toggle {
    background-color: transparent !important;
}
    .loc-cont-col .wholesale-registration-form .form-row {
    width: 46%;
}
    .whlsl-prcs.lrn-prcs .loc-procs-bx {
    min-height: 310px;
}
    h1{
    font-size: 40px;
}
h2{
    font-size: 35px;
}
h3{
    font-size: 28px;
}
h4{
    font-size: 24px;
}
h5{
    font-size: 20px;
}
h6{
    font-size: 18px;
}
    .mega-menu-wrap .mega-menu .mega-sub-menu .textwidget > ul > li .mm-right img {
    height: auto;
}
    .mega-menu-wrap .mega-menu .mega-sub-menu .textwidget > ul > li .mm-left {
    width: 100%;
}
    .mega-menu-wrap .mega-menu .mega-sub-menu .textwidget > ul > li .mm-right {
    width: 100%;
    position: relative;
    opacity: 1;
}
    .copyright .copyright-col-1 {
    gap: 5px;
}
    .copyright {
    font-size: 12px;
}
    .head-right-menu {
    width: 38%;
}
.head-right-menu .mega-menu-wrap {
    width: 53px !important;
}
}
@media(max-width:991px){
    .post-type-archive-product ul.products, .tax-product_cat ul.products, .tax-product_tag ul.products {
    grid-template-columns: repeat(3, 1fr);
}
    .wp-block-woocommerce-empty-cart-block .wc-block-grid .wc-block-grid__products li {
    max-width: 48% !important;
        flex: 1 0 48%;
}
    .cta-light-green.hm-jrny-cta .widget-title {
    padding: 0 10%;
}
    .loc-prepair .widget_sow-button {
    width: 100%;
    margin-right: 0 !important;
}
.loc-wrp-lft .widget_sow-button {
    width: 100%;
    margin-bottom: 15px !important;
}
    .loc-btn .panel-grid-cell {
    flex-wrap: wrap;
}
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 0 !important;
}
    body.single-product .flex-viewport,
    body.single-product .woocommerce-product-gallery__wrapper {
    height: 350px !important;
}
    body.single-product .summary h1.product_title {
    font-size: 32px;
}
        h1{
    font-size: 35px;
}
h2{
    font-size: 30px;
}
h3{
    font-size: 26px;
}
h4{
    font-size: 22px;
}
h5{
    font-size: 18px;
}
h6{
    font-size: 16px;
}
    .hero-video .hero-cont .widget-title {
    font-size: 50px;
}
    .copyright .copyright-col-3 ul {
    justify-content: center;
}
    .copyright .copyright-col-3 ul img {
    width: 25px;
}
    .copyright .copyright-col-3 {
    width: 100%;
}
    .copyright .copyright-col-2 {
    width: 100%;
            display: none;
}
    .copyright .copyright-col-1 {
    gap: 5px;
    width: 100%;
    justify-content: center;
}
    .copyright .container {
    gap: 5px;
    flex-wrap: wrap;
}
    .copyright .container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
    .footer-wrap .foot-upper {
    flex-wrap: wrap;
}
    .footer-wrap .foot-upper .foot-col-1,
    .footer-wrap .foot-upper .foot-col-2,
    .footer-wrap .foot-upper .foot-col-3,
    .footer-wrap .foot-upper .foot-col-4{
    width: 47%;
}
    .head-right-menu {
    width: 27%;
}
.menu-header .logo {
    width: 22%;
}
.menu-header .woo-menu {
    width: 30%;
}
.head-menu-rgt .header-menu li a {
    font-size: 15px;
}
.header-account img {
    height: 24px;
}
.cart-icon-wrapper img {
    height: 24px !important;
}
.cart-icon-wrapper .count {
    font-size: 11px !important;
}
}
@media(max-width:781px){
.animated-counter {
    display: flex;
    gap: 10px;
    justify-content: center;
}
    .lrn-cnt-dtl .loc-wrp-lft form {
    margin-top: 10px;
}
    .loc-y .widget-title {
    font-size: 16px;
}
    .lrn-cnt-dtl .loc-cont-lst.loc-wrp-lft ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
    .cta-tags h2 {
    font-size: 19px;
}
    .loc-procs-bx h4 {
    font-size: 16px;
    margin-bottom: 5px;
}
    .loc-procs-bx .widget-title {
    width: 35px;
    height: 35px;
    font-size: 16px;
}
    .lrn-prcs .loc-pro-top p,
    .lrn-vid-wrp .loc-pro-top p,
    .lrn-gal-wrp .loc-pro-top p,
    .lrn-prgrm-wrp .loc-wrap-tp p,
    .lrn-tst.loc-perfect .loc-wrap-tp p {
    font-size: 16px;
}
    .learn-hero .loc-hero-img-bx-1 h4, .learn-hero .loc-hero-img-bx-2 h4 {
    font-size: 16px;
    margin-bottom: 5px;
}
    .learn-hero .loc-hero-img-bx-1 .widget-title, .learn-hero .loc-hero-img-bx-2 .widget-title {
    font-size: 12px;
        margin-bottom: 5px;
}
    .learn-hero .loc-hero-lft .loc-hero-bx .widget-title {
    font-size: 16px;
    margin-bottom: 5px;
}
    .post-carousel .owl-nav {
    margin-top: 0;
}
.hm-tst-wrp .animated-counter .count-bx {
    padding: 10px;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0.4);
    width: 32%;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.hm-tst-wrp .animated-counter .count-bx .number {
    font-size: 1.5rem;
}
.hm-tst-wrp .animated-counter .count-bx .number:after {
    font-size: 1.5rem;
    margin-left: 3px;
}
.hm-tst-wrp .animated-counter .count-bx h6 {
    font-size: 14px;
    margin: 0;
}
    .testimonial-review .user-details .testimonial-cred h6 {
    font-size: 13px;
}
    .testimonial-review .user-details .testimonial-cred h4 {
    font-size: 14px;
}
    .testimonial-review .user-details {
    padding-top: 15px;
    margin-top: 15px;
}
    .testimonialslider .testimonial-review .right_sec p {
    font-size: 16px;
}
    .testimonial-review .right_sec:before {
    width: 75px;
}
    .testimonial-review .right_sec {
    padding-top: 25px;
    margin-top: 10px;
}
    .testimonial-review .testimonial-user {
    width: 40px;
    height: 40px;
    padding: 10px;
    margin-bottom: 0;
}
    .testimonialslider .testimonial-review {
    padding: 15px;
    min-height: 300px;
}
    .hm-tst-wrp .testimonial-section .owl-nav .owl-next {
    top: -40px;
}
    .hm-tst-wrp .testimonial-section .owl-nav .owl-prev {
    top: -40px;
    right: 35px;
}
    .hm-tst-wrp .testimonial-section {
    padding-top: 10px;
}
    .cta-light-green.hm-jrny-cta .widget-title {
    padding: 0;
}
    .y-with-pro .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
}
    .y-with-pro {
    background-image: none;
}
    .loc-prepair.hm-abt-wrp img {
    height: auto!important;
}
    #post-12 .woocommerce-MyAccount-navigation li {
    flex: 1 1 100%;
}
    .prev-next-posts .next-post {
    text-align: center;
}
    .prev-next-posts, .post-tags-share {
    gap: 10px;
}
    .related-posts {
    padding: 30px 15px;
}
    .single-post-btn .green-btn {
    margin: 2px;
}
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    text-align: center;
}
    body.single-product .wc-tabs {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px !important;
}
    body.single-product .summary {
    padding: 20px;
}
    body.single-product .woocommerce-message .wc-forward {
    display: block;
    float: none;
    width: fit-content;
    margin-top: 10px;
}
    .thnkpg p {
    line-height: 1.4;
}
    .thnkpg {
    max-width: 100%;
}
    .textwidget ul, .textwidget ol {
    margin-left: 0;
}
    .sec-pad-bottom {
    padding-bottom: 40px;
}
    .whsl-cmnty .loc-prepair-lft, .whsl-prtnr .loc-prepair-lft {
    padding: 20px;
}
    .whsl-cntct .loc-wrp-lft .widget-title {
    font-size: 18px;
}
    .cta-tags.stry-lg h2 {
    font-size: 28px;
}
    .whsl-prtnr.stry-wrp .loc-prepair-rgt img {
    height: auto !important;
}
    .locpg-wrp .locpg-bx iframe {
    height: 250px;
}
    .locpg-wrp .locpg-bx .custom-html-widget a h4 {
    width: 100%;
    text-align: center;
}
    .locpg-wrp .locpg-bx .custom-html-widget a {
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
    .locpg-wrp .locpg-bx {
    padding: 15px;
}
    .lrn-tst.loc-perfect.lrn-faq .loc-y .loc-wrp-lft {
    min-height: auto;
}
    .lrn-tst.loc-perfect .loc-y .loc-wrp-lft {
    min-height: auto;
}
    .cta-tags.lrn-cta .cta-tags-rgt ul li {
    padding: 15px;
    width: 100%;
    min-height: auto;
}
    .lrn-prcs .loc-procs-bx {
    min-height: auto;
}
    .lrn-exp-img-txt {
    padding: 15px;
    bottom: 10px;
    left: 15px;
}
    .lrn-exp-wrp .loc-prepair-rgt img {
    height: auto !important;
}
    .lrn-exp-wrp .loc-prepair-lft ul {
    margin: 0;
}
    .lrn-exp-wrp .loc-prepair-lft {
    padding: 20px;
}
    .learn-hero .loc-hero-lft .loc-hero-bx .widget_text {
    min-height: auto !important;
}
    .learn-hero .loc-hero-lft {
    padding: 20px;
}
    .cta-tags .cta-tags-col .widget-title {
    font-size: 16px;
}
    .loc-perfect .loc-wrap-tp,
    .loc-cont-top .loc-wrap-tp,
    .loc-pro-top{
    padding: 0;
}
    .loc-cont-lst img {
    height: auto !important;
}
    .loc-cont-col .wholesale-registration-form {
    margin-top: 25px !important;
}
    .loc-pat-top {
    padding-right: 0;
    margin-bottom: 0;
}
    .loc-procs-bx {
    min-height: auto;
    padding: 15px;
}
    .loc-prepair img {
    height: auto !important;
}
    .loc-y .loc-wrp-lft,
    .loc-y.loc-test-row .loc-wrp-lft{
    min-height: auto;
}
    .loc-pro-bx h4 {
    min-height: auto;
}
    .loc-pro-bx img {
    height: auto !important;
}
    .loc-wrap-tp .widget-title,
    .loc-pro-top .widget-title,
    .loc-pro-bx .widget-title,
    .loc-prepair .widget-title,
    .lrn-cnt-dtl .loc-cont-col .widget-title,
    .cntct-wrp .cntct-rgt .widget-title,
    .cntct-wrp .cntct-lft .widget-title {
    font-size: 11px;
}
.loc-wrap-tp .widget-title,
.loc-pro-top .widget-title,
.loc-pro-bx .widget-title,
.loc-prepair .widget-title,
.lrn-cnt-dtl .loc-cont-col .widget-title,
.cntct-wrp .cntct-rgt .widget-title,
.cntct-wrp .cntct-lft .widget-title {
    padding: 5px 15px 5px 21px;
}
.loc-wrap-tp .widget-title:before,
.loc-pro-top .widget-title:before,
.loc-pro-bx .widget-title:before,
.loc-prepair .widget-title:before,
.lrn-cnt-dtl .loc-cont-col .widget-title:before,
.cntct-wrp .cntct-rgt .widget-title:before,
.cntct-wrp .cntct-lft .widget-title:before{
    width: 6px;
    height: 6px;
    top: 8px;
}
    .cta-tags .cta-tags-rgt ul {
    justify-content: start;
    gap: 5px;
}
    .loc-wrp-rgt .loc-mp-dt {
    position: relative;
    bottom: auto;
    width: 100%;
    left: auto;
}
    .loc-wrp-rgt iframe {
    height: 400px;
            width: 100%;
}
    .loc-wrp-lft {
    padding: 20px;
}
    .loc-wrap-tp {
    padding-right: 0;
}
    .loc-hero-rgt img {
    height: 550px !important;
}
    .loc-hero-img-bx-2 {
        bottom: 35px;
    right: -6px;
}
    .loc-hero-img-bx-1 {
    left: -4px;
}
    .loc-hero-img-bx-1, .loc-hero-img-bx-2 {
    padding: 15px;
}
    .loc-hero-img-bx-1 .widget-title, .loc-hero-img-bx-2 .widget-title {
    font-size: 16px;
}
    .loc-hero-bx .widget_text {
    padding: 15px;
    min-height: auto;
}
    .loc-hero-lft .widget-title, .cta-tags .widget-title {
    font-size: 12px;
}
    .whsl-cmnty .loc-prepair-rgt img,
    .whsl-prtnr .loc-prepair-rgt img,
    .whsl-cntct .loc-wrp-lft img{
    height: auto !important;
}
    .whlsl-prcs.lrn-prcs .loc-procs-bx {
    min-height: auto;
}
    .whlsl-hero .loc-hero-rgt img {
    height: auto !important;
}
    .y-wrap .prcs-bx {
    margin-bottom: 5px;
}
}
@media(max-width:767px){
    .post-type-archive-product ul.products, .tax-product_cat ul.products, .tax-product_tag ul.products {
    grid-template-columns: repeat(2, 1fr);
}
    .single-post .related-posts .related-posts-carousel img {
    height: 250px !important;
    max-height: 250px;
}
    .hero-video video {
    height: calc(100vh - 210px);
}
    .single-product .related.products ul.products {
    gap: 20px;
}
    .single-product .related.products {
    margin-top: 30px;
}
    .post-carousel .loop-post h4 {
    font-size: 14px;
}
    .woocommerce-account .woocommerce .u-column2.col-2 {
    margin-top: 50px;
}
.bst-bx .widget_text .panel-widget-style {
    padding: 15px;
    min-height: auto;
}
.bst-bx .widget_text img {
    border-radius: 10px;
    width: 60px;
    height: 60px;
    padding: 10px;
    margin-bottom: 10px;
}
.bst-bx .widget_text p {
    font-size: 16px;    
}
.sec-sub-head p {
    font-size: 13px;
        margin-bottom: 3px !important;
}
    .wp-block-woocommerce-empty-cart-block .wc-block-grid .wc-block-grid__products li {
    max-width: 100% !important;
}
.footer-wrap .foot-upper h6 {
    font-size: 16px;
    margin: 20px 0 10px 0;
}
.copyright {
    font-size: 10px;
}
.post-type-archive-product ul.products,
.tax-product_cat ul.products,
.tax-product_tag ul.products {
    gap: 20px;
}
.post-type-archive-product .product-title,
.tax-product_cat .product-title,
.tax-product_tag .product-title {
    margin-bottom: 0px !important;
}
.footer-wrap .foot-upper .foo-soc img {
    width: 15px;
}
.footer-wrap .foot-upper .foo-soc {
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
}
.footer-wrap .foot-upper h3 {
    font-size: 16px;
}
.footer-wrap .foot-upper {
    gap: 10px;
}
    .post-carousel .loop-post img {
    height: 300px;
    max-height: 300px;
}
    .y-with-pro .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
}
    html, body {
    font-size: 15px;
}
.menu-header .woo-menu .head-menu-rgt {
    width: 100%;
    text-align: right;
}
.menu-header .woo-menu .head-menu-rgt {
    margin: 0;
}
.error-404 h4 {
    margin-bottom: 15px;
}
.error-404 p {
    margin-bottom: 30px;
}
.error-404 {
    padding: 20px 0 50px;
}
.error-404 h1 {
    font-size: 5rem;
}
.woocommerce-account .woocommerce form.login,
.woocommerce-lost-password .lost_reset_password{
    max-width: 100%;
}
#post-12 .woocommerce-MyAccount-content {
    padding: 20px;
}
.woocommerce-Address {
    margin: 5px 0;
}
#post-12 .woocommerce-MyAccount-navigation li {
    flex: 1 1 100%;
}
.cta-light-green {
    padding: 25px 10px;
}
.faq-wrp .sow-accordion-panel-border {
    padding: 15px !important;
}
.faq-wrp .sow-accordion-panel-header {
    padding: 8px 0 !important;
}
.faq-wrp .sow-accordion-panel {
    margin-bottom: 15px !important;
}
.faq-ingrdient ul li {
    margin-bottom: 0;
}
.textwidget p,
p, ul, ol {
    margin-bottom: 10px;
}
.entry-content {
    padding: 40px 0;
}
    .cntct-wrp .text-center .widget-title {
    font-size: 25px;
}
 .cntct-wrp .widget-title {
    margin-bottom: 10px;
}
    body.woocommerce-cart .wc-block-cart-item__quantity {
    align-items: start !important;
}
    .mb-7 {
    margin-bottom: 20px;
}
    .sec-pad-top {
    padding-top: 40px;
}
    .loc-cont-col .wholesale-registration-form .form-row {
    width: 100%;
    margin-right: 0;
}
    .faq-ingrdient ul {
    justify-content: center;
}
    .cstm-cat-post .cat-attch {
    font-size: 10px;
    padding: 0 10px;
}
    .cstm-cat-post .post-date {
    font-size: 12px;
}
    .cstm-cat-post .post-info h3 {
    font-size: 16px;
}
    body.single-product .flex-viewport, body.single-product .woocommerce-product-gallery__wrapper {
    height: 315px !important;
}
    .single-product .related.products .product-info {
    padding: 10px;
}
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 0;
}
    body.single-product .product_meta {
    margin-top: 10px;
    font-size: 0.9rem;
}
    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    font-size: 16px;
    margin-bottom: 5px;
}
.woocommerce div.product form.cart {
    margin-bottom: 1em;
}
body.single-product .woocommerce-tabs {
    margin-top: 30px;
}
    body.single-product .summary h1.product_title {
    font-size: 20px;
    margin-bottom: 10px;
}
    .single-product .related.products h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
.single-product .related.products .product-title {
    font-size: 16px;
    margin-bottom: 5px;
}
.single-product .related.products .product-price {
    font-size: 14px;
}
    .post-type-archive-product ul.products,
    .tax-product_cat ul.products,
    .tax-product_tag ul.products {
    padding: 5px 0 10px 0;
}
    .post-type-archive-product .product-info,
    .tax-product_cat .product-info,
    .tax-product_tag .product-info {
    padding: 10px;
}
.post-type-archive-product .product-title,
.tax-product_cat .product-title,
.tax-product_tag .product-title {
    font-size: 18px !important;
}
    .post-type-archive-product .product-image img,
    .tax-product_cat .product-image img,
    .tax-product_tag .product-image img {
    height: auto !important;
}
    .post-type-archive-product p.woocommerce-result-count, 
    .tax-product_cat p.woocommerce-result-count,
    .tax-product_tag p.woocommerce-result-count {
    font-size: 12px;
}
    .post-type-archive-product .orderby,
    .tax-product_cat .orderby,
    .tax-product_tag .orderby {
    font-size: 13px;
}
     h1{
    font-size: 20px;
}
h2{
    font-size: 19px;
}
h3{
    font-size: 18px;
}
h4{
    font-size: 17px;
}
h5{
    font-size: 16px;
}
h6{
    font-size: 15px;
}
    .owl-nav button span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    margin: 0 2px;
}
.y-bx .widget_media_image {
    width: 50px;
    height: 50px;
    padding: 10px;
}
    .prcs-bx .widget_text h4 {
    font-size: 15px;
    margin-bottom: 5px;
}
.y-wrap .owl-dots, .y-wrap .owl-nav {
    margin-top: 10px;
}
.prcs-bx .widget_text .widget-title {
    top: -32px;
    font-size: 30px;
}
    .y-bx .widget-title {
    font-size: 16px;
    margin-bottom: 5px;
}
    .sec-main-head .widget-title {
    font-size: 19px;
}
.cta-tags.hm-drnk .loc-pat-top h2 {
    font-size: 19px;
}
.cta-tags-col {
    padding: 15px;
}
    .sec-pad {
    padding: 40px 0;
}
    .hero-cont-inr {
    padding: 0 10px;
}
    .ticker-content li {
    font-size: 2.3vw;
}
    .theme-btn-1 .sowb-button, .green-btn,
    .theme-btn-2 .sowb-button {
    font-size: 13px !important;
}
.hero-cont-inr p {
    font-size: 16px;
    line-height: 1.2;
}
    .hero-video .hero-cont .widget-title {
    font-size: 40px;
}
    .footer-wrap {
    padding: 30px 0;
}
    .footer-wrap .foot-upper .foot-col-4 p {
    margin-bottom: 10px;
}
    .footer-wrap .foot-upper h3 {
    margin-bottom: 5px;
}
    .footer-wrap .foot-upper h4 {
    margin-bottom: 10px;
    font-size: 16px;
}
.footer-wrap .foot-upper .foot-col .cont-inf li img {
    height: 25px;
    width: 25px;
}
.footer-wrap .foot-upper .foot-col-1 .cont-inf li {
    margin-bottom: 5px;
}
.footer-wrap .foot-upper .foot-col-1 p {
    margin-bottom: 10px;
}
    .copyright .copyright-col-1 {
    flex-wrap: wrap;
}
    .footer-wrap .foot-upper .foot-col-1, .footer-wrap .foot-upper .foot-col-2, .footer-wrap .foot-upper .foot-col-3, .footer-wrap .foot-upper .foot-col-4 {
    width: 100%;
}
    .flash-notification li {
    font-size: 12px;
}
.flash-notification ul {
    height: 17px;
}
.head-right-menu {
    width: 20%;
}
.menu-header .woo-menu {
    width: 30%;
    flex-wrap: wrap;
}
}
@media(max-width:675px){
    #wpsl-search-wrap .wpsl-dropdown {
    width: 100% !important;
    padding: 10px;
}
    .wpsl-search.wpsl-checkboxes-enabled form {
    gap: 0px;
}
    .wpsl-search.wpsl-checkboxes-enabled {
    padding: 20px !important;
}
    ul#wpsl-checkbox-filter {
    gap: 8px;
    flex-wrap: wrap;
}
    .wpsl-search.wpsl-checkboxes-enabled form #wpsl-radius,
    .wpsl-search.wpsl-checkboxes-enabled form #wpsl-radius #wpsl-results,
    .wpsl-search.wpsl-checkboxes-enabled form #wpsl-results {
    width: 100%;
}
    .wpsl-search.wpsl-checkboxes-enabled form .wpsl-select-wrap {
    flex-wrap: wrap;
    width: 100%;
}
    #wpsl-gmap {
    margin-left: 0;
    margin-right: 0;
}
}
@media(max-width:600px){
    .post-type-archive-product ul.products, .tax-product_cat ul.products, .tax-product_tag ul.products {
    grid-template-columns: repeat(1, 1fr);
}
    .widget_woocommerce_products .product_list_widget li a img {
    height: 150px;
}
    .widget_woocommerce_products .product_list_widget {
    flex-wrap: wrap;
}
    .widget_woocommerce_products .product_list_widget li {
    width: 47%;
}
    .ticker-content li::after {
    font-size: 1vw;
}
    .ticker-content li {
    font-size: 4.3vw;
}
    .hero-video .widget_sow-button {
    display: block;
    margin: 0 0px 10px 0px !important;
}
    .hero-video .hero-cont .widget-title {
    font-size: 20px;
}
    .hero-sub-head p {
    letter-spacing: 3px;
    font-size: 13px;
}
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner:before,
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner:after {
    width: 100% !important;
}
.head-right-menu {
    width: 15%;
}
.menu-header .logo {
    width: 34%;
}
.head-right-menu .mega-menu-wrap {
    width: 43px !important;
}
.head-menu-rgt .header-menu li a {
    font-size: 13px;
}
.cart-icon-wrapper .count {
    font-size: 11px !important;
}
.menu-header .logo img {
    max-width: 95px;
}
.flash-notification li {
    text-align: center;
}
.menu-header .woo-menu {
    width: 30%;
}
}
@media(max-width:599px){
    .single-post .related-posts .related-posts-carousel img {
    height: 300px !important;
    max-height: 300px;
}
}
@media(max-width:480px){
    .header-account img,
.cart-icon-wrapper img {
    height: 20px !important;
}
    .wp-block-woocommerce-empty-cart-block .wc-block-grid .wc-block-grid__products li {
    margin-bottom: 15px;
}
.cstm-cat-post .masonry-list {
    display: block;
}
.cstm-cat-post .masonry-item {
    margin-bottom: 20px;
}
.cstm-cat-post .post-thumb img {
    height: 340px;
}
.cstm-cat-post .masonry-size-small .post-thumb,
.cstm-cat-post .masonry-size-big .post-thumb {
    height: auto;
}
.cstm-cat-post .cat-attch {
    top: 300px;
    bottom: auto;
}
.cstm-cat-post .post-info h3 {
    margin-bottom: 0;
}
.cstm-cat-post .post-info {
    padding: 12px;
}
.page-template-matcha-hub-php .matcha-filter {
    margin-bottom: 20px !important;
}
}
/* footer accordian */
@media (max-width: 767px) {
    .ft-accordiob-cont {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }
    .ft-accordiob-title {
        position: relative;
        cursor: pointer;
        padding-right: 30px;
    }
    .ft-accordiob-title::after {
        content: "+";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
        font-weight: bold;
        transition: 0.3s;
    }
    .ft-accordiob-title.active::after {
        content: "-";
    }
    .ft-accordiob-cont p,
    .ft-accordiob-cont ul,
    .ft-accordiob-cont form {
        margin-top: 10px;
    }
}