/* font-family: "DM Sans", sans-serif; */
*, *:before, *:after { margin: 0px; padding: 0px; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-text-size-adjust: none; }
html, body { /*margin: 0px auto !important; max-width: 1400px;*/ width: 100%; font-size: 16px; line-height: 28px; color: #5F5F5F; font-family: 'Montserrat', sans-serif; font-weight: 400; -webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased; background-color: #f7f7f0;}
html { min-height: 100%; background-color: #f7f7f0;}  

::-webkit-input-placeholder { color: #000000; opacity: 1 !important; }
::-moz-placeholder { color: #000000; opacity: 1 !important; }
:-ms-input-placeholder { color: #000000; opacity: 1 !important; }
:-moz-placeholder { color: #000000; opacity: 1 !important; }

input[type=checkbox]{ -webkit-appearance: checkbox; }
input[type=radio]{ -webkit-appearance: radio; }
button, input, textarea, select { -webkit-appearance: none; -webkit-border-radius: 0px; font-family: 'Montserrat', sans-serif; font-weight: 400; }
:focus,input:focus, textarea:focus { outline: none; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
:focus { outline: none; }

#cookie-law-info-bar { color: #5F5F5F!important;  width: 240px!important; font-size: 12px!important; line-height: 15px!important; padding: 15px 12px 7px !important; border-radius: 2px!important; z-index: 9999999999!important; font-weight: 400!important;}
.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited { border-radius: 3px!important; }
.cli-plugin-button, .cli-plugin-button:visited {padding: 7px 14px!important; font-size: 12px!important;}
.pvcookie { color: #5F5F5F!important; }
.grecaptcha-badge {left: -9999999999px!important;}

/* common */
a { transition: all 350ms; -webkit-transition: all 350ms; -ms-transition: all 350ms; text-decoration: none; outline: none; color: #5F5F5F; }
a:focus, a:active { outline: none; }
a:hover { text-decoration: none; } 

ul, ol {  margin: 0px; padding: 0px 0px;list-style: none; }
ul li, ol li { padding: 0px; }
ol ol { margin-bottom: 0px; }
ol ol li:last-child { padding-bottom: 0px; } 

h1, h2, h3, h4, h5, h6 { font-weight: 400; font-family: "DM Sans", sans-serif; }
:hover{
  transition: all 0.5s ease 0s;
  /* -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s; */
}
.logo-main-box a img{
    max-width: 180px;
    height: auto;
    width: 100%;
}
.header-outer-box {padding-left: 0px; padding-right: 0px;}
.header-search-box {
    gap: 0px;
}
.header-search-box {
    background-color: #A5C32D;
    border-radius: 25px;
    position: relative;
    display: inline-flex;
}
.header-search-box .admin-block-clas {
    background-color: #A5C32D;
    color: #fff;
    margin-right: 0px;
}
.header-search-box .admin-block-clas a{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
}
.header-search-box .admin-block-clas a:hover{
    background-color: #315E26;
    color: #ffffff;
}
.header-search-box .admin-block-clas .header-login{
    color: #ffffff;
}
.header-search-box input[type="search"] {
    color: #fff;
    font-weight: 400;
    display: block;
    width: 100% !important;
    padding: 13px 30px !important;
    height: 100% !important;
    font-size: 16px !important;
    font-weight: 500;
    font-family: 'Montserrat';
    line-height: 1.5;
    background-color: #A5C32D !important;
    background-clip: padding-box;
    border: unset !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 27px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.header-search-box input[type="search"]::placeholder {color: #ffffff;}
.header-search-box input[type="search"]::-moz-placeholder {color: #ffffff;}
.header-search-box input[type="search"]:focus {outline: none; box-shadow: none;}
.search-form{
    position: relative;
}
.header-inner-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-search-box [type="submit"] {
    position: relative;
    right: 0%;
    top: 50%;
    border: inherit;
    color: white;
    cursor: pointer;
    border-radius: 100%;
    background: transparent;
    width: 50px;
    height: 50px;
}
.header-search-box [type="submit"]:focus {
    outline: none; box-shadow: none;
}
.header-search-box [type="submit"]:hover{
    background: #315E26;
    color: #ffffff;
}
.search-form button {
    color: white;
    padding: 10px 10px 10px 10px;
    width: 50px;
    height: 49px;
    position: absolute;
    right: 0;
    top: 0px;
    border: none;
    background: transparent;
    color: #000;
}
.search-form button:focus {
    outline: none; 
    box-shadow: none;
}
.search-form button:hover {
    background: transparent;
    color: #000;
}
.menu-nav{
    text-align: center;
}
.menu-nav .menu.menu_items{
    display: inline-flex;
    justify-content: center;
    margin: 0 auto;
    background-color: #315E26;
    border-radius: 30px;
}
.menu-nav .menu.menu_items li a{
    border-radius: 30px;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    padding: 11px 24px;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
}
.menu-nav .menu.menu_items li a:hover{
    background-color: #a5c32d;
    color: #ffffff;
}
.menu-nav .menu.menu_items li.current_page_item a{
    background-color: #a5c32d;
    color: #ffffff;
}
.footer-content {
  padding-top: 6%;
}
#footer_box {
    background-color: #3E3E3E;
    border-radius: 0px;
    border: 6px solid #A5C32D;
}
.footer-logo{
    margin-bottom: 15px;
}
.footer-logo img{
    max-width: 200px;
    width: 100%;
    height: auto;
}
.footer-address{
    margin-bottom: 20px;
}
.footer-address ul li{
    margin-bottom: 10px;
}
.footer-address ul li a{
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}
.footer-address ul li a::after{
    content: "";
    width: 0%;
    background: #A5C32D;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -4px;   
    transition: width 0.3s ease;
    z-index: 0;
}
.footer-address ul li a:hover::after{
    width: 100%;
}
.footer-address ul li a i{
    font-size: 20px;
    color: #A5C32D;
}
.footer-social ul {
    display: flex;
    align-items: center;
}
.footer-social ul li a{
    position: relative;
    margin-right: 15px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 38px;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    color: #5F5F5F;
}
.footer-social ul li a:hover{
    background-color: #A5C32D;
    color: #fff;
}

.footer-copy p {
  font-size: 15px;
  color: #fff;
  padding: 20px 0px;
}

.footer-links h3{
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 24px;
}
.footer-links ul li a{
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 0px;
    position: relative;
}
.footer-links ul li a:hover{
    color: #A5C32D;
    text-decoration: underline;
    text-decoration-color: #A5C32D;
    text-decoration-thickness: 2px;
}

 /* ── Full-screen Swiper ── */
.swiper.mySwiper {
    width: 100vw;
    height: 80vh;
}

/* ── Each slide ── */
.swiper.mySwiper .swiper-slide {
    display: flex;
    align-items: stretch;
    overflow: hidden;
}
.wrap_text{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.content-item{
    width: 100%;
    min-height: 610px;
    visibility: visible;
    opacity: 1;
    position: relative;
}
/* Left: text panel */
.slide-text {
    flex: 0 0 46%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0px;
    gap: 22px;
    position: relative;
    z-index: 2;
}

.slide-text::after {
    content: '';
    position: absolute;
    top: 0; right: -60px; bottom: 0;
    width: 60px;
    background: linear-gradient(90deg, var(--bg), transparent);
    z-index: 3;
    pointer-events: none;
}

.slide-eyebrow {
    font-size: 11px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--accent);
}

.slide-tag {
    display: inline-block;
    background: rgba(232,201,126,.1);
    color: var(--accent);
    border: 1px solid rgba(232,201,126,.25);
    border-radius: 100px;
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 5px 14px;
    width: fit-content;
}

.slide-title {
    font-size: clamp(28px, 3.8vw, 52px);
    font-weight: 900;
    line-height: 1.15;
    color: var(--text);
}

.slide-desc {
    font-size: clamp(13px, 1.1vw, 15.5px);
    line-height: 1.75;
    max-width: 380px;
}

.slide-cta {
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #A5C32D ;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    padding: 13px 26px;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    width: fit-content;
    text-decoration: none;
    transition: opacity .2s, transform .2s;
}
.slide-cta:hover { opacity: .85; transform: translateY(-2px); }
.slide-cta svg { width: 14px; height: 14px; }

/* Right: image panel */
.slide-image {
    flex: 1 1 0;
    position: relative;
    overflow: hidden;
}

.slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .7s ease;
}
.swiper-slide:hover .slide-image img { transform: scale(1.04); }

.slide-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
    linear-gradient(to right,  rgba(13,13,15,.55) 0%, transparent 25%),
    linear-gradient(to bottom, rgba(13,13,15,.3)  0%, transparent 20%),
    linear-gradient(to top,    rgba(13,13,15,.3)  0%, transparent 20%);
    pointer-events: none;
}
.hero-banner{
    position: relative;
}
/* Navigation pill */
.swiper-nav {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 100;
    background: #315E26;
    backdrop-filter: blur(12px);
    border-radius: 100px;
    padding: 5px 10px;
}

.nav-btn {
    width: 38px; height: 38px;
    border-radius: 50%;
    border: 1px solid #A5C32D;
    background: #A5C32D;
    color: #ffffff;
    display: flex; 
    align-items: center; 
    justify-content: center;
    cursor: pointer;
    transition: border-color .2s, background .2s, transform .15s;
    flex-shrink: 0;
}
.nav-btn:hover {
    border-color: #A5C32D;
    background: #A5C32D;
    transform: scale(1.08);
}
.nav-btn svg { width: 16px; height: 16px; }

.swiper-pagination {
    position: static !important;
    display: flex;
    align-items: center;
    gap: 6px;
}
.swiper-pagination-bullet {
    width: 7px; height: 7px;
    background: rgba(225,225,255,.5) !important;
    opacity: 1 !important;
    transition: background .25s, transform .25s;
    margin: 0 !important;
}
.swiper-pagination-bullet-active {
    background: #A5C32D !important;
    transform: scale(1.35);
}

/* Slide counter */
.slide-counter {
    position: absolute;
    top: 28px; right: 36px;
    font-size: 11px;
    letter-spacing: .15em;
    color: var(--muted);
    z-index: 100;
}
.slide-counter span { color: #A5C32D; }

/* Responsive */
@media (max-width: 700px) {
    html, body { overflow: auto; }
    .swiper { height: auto; min-height: auto; }
    .swiper-slide { flex-direction: column; }
    .slide-text { flex: none; padding: 40px 28px 28px; }
    .slide-text::after { display: none; }
    .slide-image { flex: none; height: 52vw; min-height: 220px; }
}

.footer-right-sub h3{
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 24px;
}
.get-form-main .form-label{display: none;}
.get-form-main{
    display: flex;
    align-items: center;
    gap: 20px;
}
.get-form-main input.form-control{
    border: 2px solid #A5C32D;
    background-color: transparent;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
}
.get-form-main input.form-control::placeholder{
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
.get-form-main input.form-control::-moz-placeholder{
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
.button-email input.wpcf7-submit{
    background: #315E26;
    padding: 12px 30px;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 600;
    border: 0px;
}
.button-email .wpcf7-spinner{
    position: absolute;
}
.get-form-main .wpcf7-form-control-wrap span.wpcf7-not-valid-tip{
    position: absolute;
    top: 40px;
    left: 0;
    margin-top: 8px;
    font-size: 12px;
    color: #ff4d4f;
    width: 280px;
}
.get-form-main input.form-control:focus{
    outline: none;
    box-shadow: none;
}
.footer-right-sub .wpcf7-response-output{
    border: none !important;
    padding: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 0px!important;
    margin-right: 0px !important;
    font-size: 12px;
    color: #ff4d4f;
}
.payment-info{
    margin-top: 40px;
}
.payment-info ul{
    display: flex;
    align-items: center;
    gap: 20px;
}
.payment-info ul li {
    width: 48px;
    height: 48px;
    background: #ffffff;
    color: #5F5F5F;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    border-radius: 30px;
}
.image-slideshow{
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
}
.image-slideshow img{
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.image-slideshow .slide-bg{
    width: 100%;
    height: 100%;
}
.categories-block{
    padding: 3% 0px;
    position: relative;
}
.heading-box {
    text-align: center;
}
.heading-box h3 {
    font: 600 25px/50px "DM Sans", sans-serif;
    color: #5F5F5F;
    text-align: center;
    text-transform: uppercase;
}
.categories-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}
.categories-list ul li {
    width: 150px;
    height: auto;
    color: #5F5F5F;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    border-radius: 30px;
}
.categories-list ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #5F5F5F;
    flex-direction: column;
    font-size: 22px;
    font-weight: 500;
}

.categorie-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-banner{
    padding: 40px 0px;
}
.banner-sec-head-content-box{
    padding: 3% 0px;
}
.banner-sec-head-content-box .harbal-banner{
    display: flex;
    background-color: #EFF7FF;
    width: 100%;
    height: 174px;
    padding: 20px;
    border-radius: 100px;
    padding-left: 45px;
    box-shadow: 0px 4px 4px 0px #00000040;
    gap: 20px;
}
.banner-ayu-image {
    width: 136px;
    height: 134px;
}
.banner-ayu-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.harbal-banner p {
    font: 600 14px /20px "DM Sans", sans-serif;
    color: var(--black);
    margin: 0;
    width: 55%;
    text-transform: uppercase;
    padding-top: 45px;
}
.banner-sec-head-content-box .harbal-banner:hover{
    background: #315E26;
    color: #ffffff;
}

.custom-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.product-box {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.product-box:hover {
  transform: translateY(-5px);
}

.product-img img {
    width: 100%;
    height: auto;
    display: block;
}
.product-img a{
    display: block;
}
.product-content {
    padding: 24px;
    text-align: center;
}

.product-title {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-price {
    color: #315E26;
    font-weight: bold;
    margin-bottom: 10px;
}
.product-price del{
    font-weight: 600;
    color: #5F5F5F;
    font-size: 14px;
}
.product-price ins{
    text-decoration-line: none;
}
.product-btn a {
    color: #FFFFFF;
    background-color: #A5C32D;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    border-radius: 36px;
    padding: 15px 25px 15px 25px;
    display: inline-block;
    line-height: normal;
}

.woocommerce .product-btn a {
    color: #FFFFFF;
    background-color: #A5C32D;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    border-radius: 36px;
    padding: 12px 24px;
    display: inline-block;
    line-height: normal;
}
.woocommerce .product-btn a:hover {
    background-color: #315E26;
    color: #ffffff;
}

.product-list-title{
    margin-bottom: 28px;
}
.product-list-title h2{
    font-size: 30px;
    font-weight: 600;
    color: #5F5F5F;
    text-align: center;
}

/* Header */
.header-cart {
  display:flex;
  align-items:center;
  gap:10px;
}

.cart-toggle {
  position:relative;
  font-size:22px;
}

.cart-count {
    position: absolute;
    top: 0px;
    right: 0px;
    background: red;
    color: #fff;
    padding: 0px;
    border-radius: 50%;
    font-size: 12px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Sidebar */
.mini-cart-sidebar {
  position: fixed;
  right: -500px;
  top: 0;
  width: 420px;
  height: 100%;
  background: #fff;
  transition: 0.4s;
  z-index:9999;
  box-shadow:-5px 0 20px rgba(0,0,0,0.1);
}

.mini-cart-sidebar.active {
  right:0;
}


.mini-cart-overlay {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.4);
  backdrop-filter:blur(3px);
  opacity:0;
  visibility:hidden;
  transition:0.4s;
  z-index: 9980;
}

.mini-cart-overlay.active {
  opacity:1;
  visibility:visible;
}

/* Items */
.mini-cart-item {
  display:flex;
  gap:10px;
  padding:10px;
  border-bottom:1px solid #eee;
  position: relative;
}

.woocommerce ul.cart_list li.mini-cart-item {
  display:flex;
  gap:10px;
  padding:10px;
  border-bottom:1px solid #eee;
  position: relative;
}
.mini-cart-item a.remove_from_cart_button{
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    width: 24px;
    height: 24px;
    font-size: 24px;
    font-weight: 600 !important;
    color: var(--wc-red) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.mini-cart-item a.remove_from_cart_button:hover{
    background: var(--wc-red) !important;
    color: #ffffff !important;
    
}


.qty-box {
  display:flex;
  gap:5px;
}
.custom-mini-cart .cart_list {
    padding: 0 20px 20px;
    overflow-y: auto;
    flex-grow: 1;
}
.woocommerce ul.cart_list{
    padding: 0 20px 20px;
    overflow-y: auto;
    flex-grow: 1;
}
.mini-cart-content {
    height: 92%;
}
.mini-cart-sidebar .custom-mini-cart{
    height: 92%;
}
.mini-cart-sidebar .custom-mini-cart .custom-cart-list{
    height: calc(100% - 138px);
}

.mini-cart-sidebar .widget_shopping_cart_content .custom-mini-cart-new .custom-cart-list{
    height: calc(100% - 138px);
}

.mini-cart-sidebar .widget_shopping_cart_content{
    height: 92%;
}

.cart_notification{
    box-shadow: 0 0 10px #81818133;
    padding: 20px;
    min-height: 138px;
}
.qty-box button {
  background:transparent;
  color:#fff;
  border:none;
  width:54px;
  height:100%;
}
.qty-box button svg{
    width: 16px;
    height: 16px;
}

/* Loading */
.mini-cart-content.loading {
  opacity:0.5;
  pointer-events:none;
}
.mini-cart-header{
    padding: 20px 20px 0;
}
.top-cart{
    background: #efefef80;
    padding: 15px;
    align-items: center;
    justify-content: space-between;
    display: flex;
}
.top-cart h3{
    font-size: 1.1rem;
    font-weight: 500;
}
.top-cart button{
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    display: flex;
}
.mini-cart-item .cart-item-inner{
    display: flex;
    gap: 10px;
    margin-top: 25px;
}
.mini-cart-item .cart-item-inner .item-info{
    padding-left: 30px;
    width: calc(100% - 110px);
}
.hed-ser{
    text-align: right;
}
.header-cart .cart-toggle{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
}
.header-cart .cart-toggle:hover{
    background-color: #315E26;
    color: #ffffff;
}
.header-cart .cart-toggle svg{
    width: 24px;
    height: 24px;
}
.header-cart .cart-toggle svg path{
    stroke: #ffffff
}
.cart-item-inner .item-img{
    width: 100%;
    max-width: 100px;
}
.item-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.woocommerce ul.cart_list li img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.item-info h4{
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;    /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.qty-box{
    position: relative;
    width: 110px;    
    height: 45px;
    display: flex;
    border: 1px solid #cccccc;
}
.qty-box input{
    width: 100%;
    height: 100%;
    text-align: center;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #5F5F5F;
    flex-grow: 1;
    -webkit-appearance: none;
    appearance: none;
}
.item-info .price{
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #000000;
}
.custom-mini-cart{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.cart_notification .woocommerce-mini-cart__total{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    margin-bottom: 20px;
}
.cart_notification .woocommerce-mini-cart__total .amount{
    font-weight: 600;
}
.cart_notification .woocommerce-mini-cart__buttons{
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.cart_notification .woocommerce-mini-cart__buttons a.button{
    padding: 10px 40px;
    border: 1px solid #315E26;
    font-size: 16px;
    font-weight: 500;
    background: transparent;
    border-radius: 0px;
}
.cart_notification .woocommerce-mini-cart__buttons a.button:hover{
    background: #A5C32D;
    border-color: #A5C32D;
    color: #ffffff;
}
.cart_notification .woocommerce-mini-cart__buttons a.button.checkout {
    background: #315E26;
    color: #ffffff;;
}
.cart_notification .woocommerce-mini-cart__buttons a.button.checkout:hover{
    background: #A5C32D;
    border-color: #A5C32D;
    color: #ffffff;
}
.search_block{
    position: fixed;
    width: 100%;
    background: #fff;
    height: 230px;
    right: 0;
    z-index: 99;
    top: 0;
    left: auto;
    opacity: 0;
    visibility: hidden;
    background-color: #ffffff;
    transform: translateY(-100%);
    transition: all 0.3s ease 0s;
}
.product-list-block-main{
    padding: 48px 0px;
}
.qty-minus.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.empty__cart__item{
    margin-top: 15px;
    text-align: center;
}
span.empty_ct_icon {
    padding: 45px 0 17px;
    display: block;
}
.empty__cart__item h3 {
    font-size: 22px;
    display: block;
    overflow: hidden;
    padding-bottom: 25px;
}
.empty__cart__item a{
    padding: 10px 40px;
    border: 1px solid #315E26;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
}
.empty__cart__item a:hover{
    background: #A5C32D;
    border-color: #A5C32D;
    color: #ffffff;
}

.cs_header_search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}
.cs_header_search.active {
    opacity: 1;
    visibility: visible;
}

.cs_header_search .cs_sidenav_overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(11, 11, 11, 0.5);
    height: 100%;
    width: 100%;
    cursor: zoom-out;
}
.cs_header_search .cs_header_search_in {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    padding: 50px 0;
}
.cs_header_search .cs_search_form input {
    width: 100%;
    border: 1px solid #A5C32D;
    padding: 5px 20px;
    outline: none;
    border-radius: 50px;
    padding: 10px 90px 10px 35px;
    height: 60px;
}
.cs_header_search_box{
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    flex-direction: row-reverse;
    width: 700px;
    padding: 0 20px;
    margin: 0 auto;
}
.cs_header_search_box .modal__close-button{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0rem;
    height: 30px;
    width: 30px;
    border: none;
    font-size: 18px;
    background-color: transparent;
    margin-inline-start: 15px !important;
}
.cs_header_search_box .search-field{
    height: 50px;
    width: 100%;
    padding: 0 15px;
    border: 1px solid #315E26;
    border-radius: 0px;
    font-size: 16px;
    color: #000000;
    background: transparent;
    font-weight: 500;
    -webkit-appearance: none;
    appearance: none;
}
.search-form{
    width: 100%;
    position: relative;
}
.cs_header_search_box .search-field:focus{
    box-shadow: none;
    outline: none;
}
.inner-page-banner{
    position: relative;
    width: 100%;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-page-banner::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}
.hero-image-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-image-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-page-banner .container{
    position: relative;
    z-index: 1;
}
.inner-page-title h1{
    font-size: 34px;
    font-weight: 600;
    color: #ffffff;
}
.product-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.filter-btn{
  position: fixed;
  top: 292px;
  left: 0px;
  z-index: 999;
  padding: 12px 12px;
  background: #315E26;
  color: #fff;
  border: none;
  border-radius: 0px 12px 12px 0px;
}
.filter-btn svg{
    width: 24px;
    height: 24px;
}

.filter-header #closeFilter svg{
    width: 26px;
    height: 26px;
}

/* Sidebar */
.filter-sidebar{
  position: fixed;
  top: 0;
  left: -320px;
  width: 300px;
  height: 100%;
  background: #fff;
  z-index: 1000;
  overflow-y: auto;
  transition: 0.3s;
  padding: 15px;
}

.filter-sidebar.active{
  left: 0;
}

/* Overlay */
#filterOverlay{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

#filterOverlay.active{
  opacity: 1;
  visibility: visible;
}

/* Header */
.filter-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Groups */
.filter-group{
  margin: 20px 0;
}

.filter-group label{
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

.filter-group .category-list li {}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}
.styled-checkbox + label {
    position: relative;
    cursor: pointer;    
    padding: 0;
}
.styled-checkbox + label::before {
    content: "";
    margin-right: 5px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    border: 2px solid #A5C32D;
    border-radius: 4px;
    background: transparent;
}
.styled-checkbox + label::after{
    border: 2px solid #A5C32D;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 5px;
    opacity: 0;
    position: absolute;
    top: 10px;
    transform: rotate(-45deg);
    width: 11px;
}
.styled-checkbox:checked + label::after{
    opacity: 1;
}


/* Price Slider */
.price-slider input[type=range]{
  width: 100%;
}

.price-values{
  margin-top: 10px;
  font-weight: bold;
}

/* Desktop */
@media(min-width:768px){
  .filter-btn{
    display: none;
  }

  .filter-sidebar{
    left: 0;
    position: static;
    width: 100%;
    border-radius: 16px;
  }

  #filterOverlay{
    display: none;
  }
}
.filter-header #closeFilter{
    display: none;
}
.filter-header{
    margin-bottom: 20px;
}
.filter-header h3{
    font-size: 24px;
    font-weight: 600;
    color: #5F5F5F
}
.form-input-search{
    position: relative;
}
.form-input-search input{
    width: 100%;
    border: 1px solid #A5C32D;
    padding: 10px 20px 10px 50px;
    outline: none;
    font-size: 14px;
    border-radius: 50px;
    background: transparent;
}
.custom-filter-left .filter-group h4{
    font-size: 16px;
    font-weight: 600;
    color: #5F5F5F;
    margin-bottom: 20px
}

.form-input-search i{
    position: absolute;
    top: 17px;
    left: 19px;
}

/* slider base */
#priceSlider {
  margin: 20px 10px;
}

/* track */
.noUi-target {
  background: #ddd;
  border: none;
  height: 6px;
  border-radius: 10px;
}

/* selected range */
.noUi-connect {
  background: #A5C32D;
}

/* handles */
.noUi-handle {
  height: 18px;
  width: 18px;
  top: -6px;
  border-radius: 50%;
  background: #315E26;
  border: none;
  cursor: pointer;
  box-shadow: none;
}
.noUi-horizontal .noUi-handle{
    width: 20px;
    height: 20px;
    right: -10px;
}
.noUi-handle::after, .noUi-handle::before{
    display: none;
}
.price-values{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    font-weight: bold;
}
.rating-select .form-select{
    border: 1px solid #A5C32D;
    padding: 10px 20px;
    outline: none;
    font-size: 16px;
    border-radius: 50px;
}
.rating-select .form-select:focus{
    outline: none;
    box-shadow: none;    
}
.product-all-items {
    width: 100%;
}

.anm{
    width: 100%;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-rating-dropdown {
  position: relative;
  cursor: pointer;
}

.custom-rating-dropdown .selected {
  padding: 10px;
  border: 1px solid #ddd;
  background: #fff;
}

.custom-rating-dropdown .options {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 99;
}

.custom-rating-dropdown .options div {
  padding: 10px;
}

.custom-rating-dropdown .options div:hover {
  background: #f5f5f5;
}
.shop-container{
    padding: 48px 0px;
    position: relative;
}
.widget_shopping_cart_content .custom-mini-cart-new{
    height: 100%;
}

.inner-page-banner.contact-banner .hero-image-bg img{
    object-position: 50% 63%;
}

.contact-block{
    padding: 48px 0px;
}

.contact-form-inner{
    max-width: 710px;
    width: 100%;
    margin: 0 auto;
}
.contact-top-up h2{
    font-size: 34px;
    font-weight: 600;
    color: #5F5F5F;
    margin-bottom: 20px;
    text-align: center;
}
.contact-top-up p{
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}
.contact-form-box label{
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    width: 100%;
    margin-bottom: 18px;
}
.contact-form-box label input{
    background: #f5f5f5;
    width: 100%;
    border: 1px solid #A5C32D;
    padding: 10px 20px;
    outline: none;
    border-radius: 15px;    
}
.contact-form-box label textarea{
    background: #f5f5f5;
    width: 100%;
    border: 1px solid #A5C32D;
    padding: 10px 20px;
    outline: none;
    border-radius: 15px;    
    resize: none;
}
.contact-form-box button{
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #A5C32D;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    padding: 13px 26px;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    width: fit-content;
    text-decoration: none;
    transition: opacity .2s, transform .2s;
}
.contact-form-box button svg {
  width: 14px;
  height: 14px;
}
.contact-form-box button:hover{
    opacity: .85;
    transform: translateY(-2px);
}


.pro-account {
    display: flex;
    min-height: 100vh;
    background: transparent;
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
}

/* Sidebar */
.pro-sidebar {
    width: 340px;
    background: #315E26;
    color: #fff;
    padding: 20px;
}

.profile-box {
    text-align: center;
    margin-bottom: 30px;
}

.profile-box img {
    border-radius: 50%;
}

.profile-box {
    margin-top: 20px;
}

.profile-box h4 {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
}

.pro-menu ul {
    list-style: none;
    padding: 0;
}

.pro-menu li {
    margin-bottom: 10px;
}

.pro-menu a {
    display: flex;
    gap: 10px;
    padding: 10px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    align-items: center;
}

.pro-menu .is-active a,
.pro-menu a:hover {
    background: #A5C32D;
    color: #fff;
}

/* Content */
.pro-content {
    flex: 1;
    padding: 10px 40px;
    animation: fadeIn .3s ease;
}

/* Cards */
.dash-cards {
    display: flex;
    gap: 20px;
}

.dash-card {
    flex: 1;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    transition: .3s;
}

.dash-card:hover {
    transform: translateY(-5px);
}

/* Loader */
.loader {
    width: 50px;
    height: 50px;
    border: 5px solid #eee;
    border-top: 5px solid #2563eb;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 100px auto;
}

/* Tabs */
.tabs-nav {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.tabs-nav button {
    padding: 10px;
    border: none;
    background: #ddd;
    cursor: pointer;
}

.tabs-nav .active {
    background: #2563eb;
    color: #fff;
}

.tab { display:none; }
.tab.active { display:block; }

/* Animations */
@keyframes spin {
    100% { transform: rotate(360deg); }
}

@keyframes fadeIn {
    from {opacity:0;}
    to {opacity:1;}
}

/* Mobile */
@media(max-width:768px){
    .pro-account { flex-direction: column; }
    .pro-sidebar { width: 100%; }
    .dash-cards { flex-direction: column; }
}

.top-title{
    padding: 48px 0px;
}
.top-title h1{
    font-size: 34px;
    font-weight: 600;
}

.pro-dashboard h2{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
.dash-card h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}
.dash-card a{
    color: #FFFFFF;
    background-color: #A5C32D;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    border-radius: 36px;
    padding: 15px 25px 15px 25px;
    display: inline-block;
    line-height: normal;
}
.dash-card a:hover {
    background-color: #315E26;
    color: #ffffff;
}

.empty-orders-box {
    text-align: center;
    padding: 50px 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    max-width: 620px;
    margin: 50px auto;
}

.empty-icon {
    font-size: 50px;
    color: #315E26;
    margin-bottom: 20px;
}

.empty-orders-box h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
}

.empty-orders-box p {
    color: #6b7280;
    margin-bottom: 20px;
}

.shop-btn {
    display: inline-block;
    padding: 12px 20px;
    background: #315E26;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
}

.shop-btn:hover {
    background: #A5C32D;
}







.cart-item{
    display:flex;
    align-items:center;
    gap:20px;
    border-bottom:1px solid #eee;
    padding:15px 0;
}

.cart-img img{
    width:80px;
}

.cart-info{
    flex:1;
}

.cart-info h4{
    margin:0;
    font-size:16px;
}

.cart-subtotal{
    font-weight:bold;
}

.cart-remove a{
    color:red;
    font-size:18px;
    text-decoration:none;
}

.cart-actions{
    display:flex;
    justify-content:space-between;
    margin-top:20px;
}

.btn-update{
    background:black;
    color:#fff;
    padding:10px 15px;
    border:none;
}

.btn-checkout{
    display:block;
    margin-top:20px;
    background:green;
    color:#fff;
    padding:12px;
    text-align:center;
}

.empty-cart-box{
    text-align:center;
    padding:50px;
}

.btn-shop{
    background:black;
    color:#fff;
    padding:10px 20px;
    display:inline-block;
    margin-top:10px;
}

.page-title-inner{
    padding: 40px 0px;
}

.title-inner h1{
    font-size: 34px;
    font-weight: 600;
    color: #5F5F5F;
    margin-bottom: 0px;
    text-align: left;
}

.cart-sidebar-layout{
    margin-top: 40px;
    display: flex;
}
.cart-items-wrapper{
    padding-right: 40px;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 100%;
}
.cart-sidebar-wrapper{
    max-width: 495px;
    position: sticky;
    top: 0;
    top: 90px;
    margin-top: 30px;
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

.cart-items-wrapper .cart-items .cart-item{
    padding: 20px;
    border: 1px solid rgba(17, 17, 17, 0.2);
    border-radius: 12px;
    margin-bottom: 20px;
}

.cart-items-wrapper .cart-items .cart-item .cart-img img{
    width: 95px;
    display: block;
}
.cart-items-wrapper .cart-items .cart-item .cart-img a{
    display: block;
}
.cart-items-wrapper .cart-items .cart-item .cart-info h4 a{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #315E26;
}
.cart-items-wrapper .cart-items .cart-item .cart-info h4{
    font-weight: 600;
    color: #315E26;
}
.cart-items-wrapper .cart-items .cart-item .cart-info .price{
    margin: 5px 0px;
    font-weight: 700;
    color: #A5C32D;
}

.cart_totals h2 {
    font-size: 24px;
    font-weight: 600;
    color: #5F5F5F;
    margin-bottom: 20px;
}
.cart-items-wrapper .cart-actions{
    margin-top: 30px;
}
.cart-actions .coupon input{
    min-height: 52px;
    padding: 10px 28px;
    border: 1px solid rgba(17, 17, 17, 0.2);
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
}
.cart-actions .coupon button{
    margin-top: 0px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #A5C32D;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    padding: 12px 35px;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    width: fit-content;
    text-decoration: none;
    transition: opacity .2s, transform .2s;
}

.cart-actions button.btn-update{
    margin-top: 0px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #A5C32D;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    padding: 12px 35px;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    width: fit-content;
    text-decoration: none;
    transition: opacity .2s, transform .2s;
}

.cart-items-wrapper .cart-items .cart-item .cart-info .qty-box{
    border-radius: 8px;
    width: 120px;
    background: #fff;
}
.cart-items-wrapper .cart-items .cart-item .cart-info .qty-box button{
    color: #000000;
    width: 74px;
}

.cart-items-wrapper .cart-items .cart-item .cart-remove a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 18px;
}

.cart-items-wrapper .cart-actions .coupon{
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart-summary .cart_totals .wc-proceed-to-checkout a.checkout-button {
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
    background: #A5C32D;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    padding: 16px 35px;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: opacity .2s, transform .2s;
}
.cart-summary .cart_totals table.shop_table {
    border: 1px solid rgba(17, 17, 17, 0.2);
}

.cart-summary .cart_totals table.shop_table .cart-subtotal th{font-family: "DM Sans", sans-serif;}
.cart-summary .cart_totals table.shop_table .woocommerce-shipping-totals th{font-family: "DM Sans", sans-serif;}
.cart-summary .cart_totals table.shop_table .order-total th{font-family: "DM Sans", sans-serif;}


.pro-content p{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.pro-content .woocommerce-Addresses .woocommerce-Address{
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
}

.pro-content .woocommerce-Address-title{
    margin-bottom: 20px;
}
.pro-content .woocommerce-Address-title h2{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.pro-content .woocommerce-Address-title a.edit{
    background: #A5C32D;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    padding: 13px 26px;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    width: fit-content;
    text-decoration: none;
    transition: opacity .2s, transform .2s;
}

.pro-content form h2{
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}
.pro-content form .woocommerce-address-fields .form-row{
    padding: 0px;
    margin-bottom: 20px;
}
.pro-content form .woocommerce-address-fields .form-row label{
    font-size: 16px;
    font-weight: 500;
}
.pro-content form .woocommerce-address-fields .form-row input.input-text {
    min-height: 49px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    padding: 10px 20px;
} 
.pro-content form .woocommerce-address-fields .form-row .select2 .select2-selection{
    min-height: 49px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}
.pro-content form .woocommerce-address-fields .form-row .select2 .select2-selection .select2-selection__rendered{
    min-height: 49px;
    padding: 10px 20px;
    line-height: 28px;
}
.pro-content form .woocommerce-address-fields button.button{
    background: #A5C32D;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    padding: 20px 36px;   
    border-radius: 100px;
    border: none;
    cursor: pointer;
    width: fit-content;
    text-decoration: none;
    transition: opacity .2s, transform .2s;
}

.pro-content form.woocommerce-EditAccountForm .form-row{
    padding: 0px;
    margin-bottom: 20px;
}
.pro-content form.woocommerce-EditAccountForm .form-row label{
    font-size: 16px;
    font-weight: 500;
}
.pro-content form.woocommerce-EditAccountForm .form-row input.input-text {
    min-height: 49px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    padding: 10px 20px;
} 
.pro-content form.woocommerce-EditAccountForm .form-row .select2 .select2-selection{
    min-height: 49px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}
.pro-content form.woocommerce-EditAccountForm .form-row .select2 .select2-selection .select2-selection__rendered{
    min-height: 49px;
    padding: 10px 20px;
    line-height: 28px;
}
.pro-content form.woocommerce-EditAccountForm button.button{
    background: #A5C32D;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    padding: 20px 36px;   
    border-radius: 100px;
    border: none;
    cursor: pointer;
    width: fit-content;
    text-decoration: none;
    transition: opacity .2s, transform .2s;
}

.pro-content form.woocommerce-EditAccountForm .form-row span#account_display_name_description{
    font-size: 15px;
    font-weight: 400;
}

.pro-content form.woocommerce-EditAccountForm fieldset legend{
    font-size: 24px;
    font-weight: 600;
    font-family: "DM Sans", sans-serif;
    text-transform: uppercase;
    margin-top: 12px;
}


.modern-checkout {
    background: transparent;
    padding: 0px 0;
}

/* Layout */
.modern-container {
    max-width: 1290px;
    width: 100%;
    margin: auto;
    display: flex;
    gap: 30px;
}

/* Columns */
.modern-left {
    width: 65%;
}

.modern-right {
    width: 35%;
}
.modern-right .form-row.place-order .woocommerce-privacy-policy-text{
    margin-bottom: 20px;
}


/* Card UI */
.modern-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.modern-card:hover {
    transform: translateY(-3px);
}

/* Sticky summary */
.sticky-card {
    position: sticky;
    top: 20px;
}

/* Headings */
.modern-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "DM Sans", sans-serif;
}

/* Inputs */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 12px;
    transition: 0.3s;
}

.woocommerce form .form-row input:focus,
.woocommerce form .form-row textarea:focus {
    border-color: #000;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.05);
}

/* Labels */
.woocommerce form .form-row label {
    font-size: 13px;
    font-weight: 500;
}

/* Order table */
.woocommerce-checkout-review-order-table {
    border: none;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    padding: 10px 0;
}

/* Payment box */
.woocommerce-checkout-payment {
    background: transparent;
    border: none;
}

/* Place order button */
button#place_order {
    width: 100%;
    background: linear-gradient(135deg, #000, #333);
    color: #fff;
    padding: 14px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
}

button#place_order:hover {
    opacity: 0.9;
}

/* Coupon */
.woocommerce-form-coupon-toggle {
    margin-bottom: 15px;
}

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

    .modern-container {
        flex-direction: column;
        padding: 0 15px;
    }

    .modern-left,
    .modern-right {
        width: 100%;
    }

    .sticky-card {
        position: static;
    }
}

.cart-subtotal th{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "DM Sans", sans-serif;
}


.custom-cart-page .woocommerce .wc-empty-cart-message{
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
}

.custom-cart-page .woocommerce p.return-to-shop{
    text-align: center;
}
.custom-cart-page .woocommerce p.return-to-shop a.button {
    background: #A5C32D;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    padding: 16px 26px;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    width: fit-content;
    text-decoration: none;
    transition: opacity .2s, transform .2s;
}
.custom-cart-page .woocommerce .wc-empty-cart-message .cart-empty{
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    background: transparent;
}
.custom-cart-page .woocommerce .wc-empty-cart-message .cart-empty::before{
    background-color: currentColor;
    content: "";
    display: block;
    height: 5em;
    margin: 0 auto 2em;
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTkgMEM4LjUwNCAwIDAgOC41MDQgMCAxOXM4LjUwNCAxOSAxOSAxOSAxOS04LjUwNCAxOS0xOVMyOS40OTYgMCAxOSAwWm02LjEyOSAxMi44NzFhMi40NDkgMi40NDkgMCAwIDEgMi40NTIgMi40NTIgMi40NDkgMi40NDkgMCAwIDEtMi40NTIgMi40NTEgMi40NDkgMi40NDkgMCAwIDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwIDEgMi40NTItMi40NTJaTTExLjY0NSAzMS4yNThjLTIuMDMgMC0zLjY3Ny0xLjYwOS0zLjY3Ny0zLjYgMC0xLjUzMyAyLjE4My00LjYyOCAzLjE4Ny01Ljk2MWEuNjEuNjEgMCAwIDEgLjk4IDBjMS4wMDQgMS4zMzMgMy4xODggNC40MjggMy4xODggNS45NiAwIDEuOTkyLTEuNjQ4IDMuNjAxLTMuNjc4IDMuNjAxWm0xLjIyNi0xMy40ODRhMi40NDkgMi40NDkgMCAwIDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwIDEgMi40NTItMi40NTIgMi40NDkgMi40NDkgMCAwIDEgMi40NTIgMi40NTIgMi40NDkgMi40NDkgMCAwIDEtMi40NTIgMi40NTFabTEzLjA0IDExLjgxNEE4Ljk4OSA4Ljk4OSAwIDAgMCAxOSAyNi4zNTVjLTEuNjI0IDAtMS42MjQtMi40NTIgMC0yLjQ1MmExMS40IDExLjQgMCAwIDEgOC43ODggNC4xMjJjMS4wNTcgMS4yNTctLjg1OSAyLjc5Ni0xLjg3OCAxLjU2M1oiLz48L3N2Zz4=);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 5em;
    width: 5em;
    position: relative;
    left: 0;
    right: 0;
}

.top-checkout-bar {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

/* Coupon box fix */
.checkout-coupon .woocommerce-form-coupon-toggle {
    margin: 0;
    padding: 10px 15px;
    border-radius: 8px;
    background: transparent;
}

/* Login */
.checkout-login {
    font-size: 16px;
}

.checkout-login a {
    font-weight: 600;
    margin-left: 5px;
}

.checkout-login{
    width: 48%;
}
.checkout-coupon{
    width: 48%;
}

.top-checkout-bar .woocommerce-form-coupon-toggle .woocommerce-info{
    background-color: #315E26;
    border-top-color: #a5c32d;
    color: #fff;
    margin: 0px;
}
.top-checkout-bar .woocommerce-form-coupon-toggle .woocommerce-info a{
    color: #fff;
    text-decoration: underline;
}
.top-checkout-bar .checkout-login .woocommerce-form-coupon-toggle .woocommerce-info::before{
    color: #fff;
    background: url('../images/account.svg') no-repeat center;
    background-size:contain;
    width: 24px;
    height: 24px;
    font-size: 0px;
    top: 18px;
    left: 25px;
    display: block;
}

.top-checkout-bar .checkout-coupon .woocommerce-form-coupon-toggle .woocommerce-info::before{
    color: #fff;
    background: url('../images/coupon.svg') no-repeat center;
    background-size:contain;
    width: 24px;
    height: 24px;
    font-size: 0px;
    top: 18px;
    left: 25px;
    display: block;
}

.top-checkout-bar .woocommerce-form-coupon-toggle{margin: 0px;padding: 0px;}

.top-checkout-bar form.checkout_coupon{
    border: none;
    padding: 0px;
    margin: 1.5em 0;
    display: flex;
    gap: 20px;
}
.top-checkout-bar form.checkout_coupon .form-row.form-row-first{
    width: 70%;
}
.top-checkout-bar form.checkout_coupon .form-row.form-row-last{
    width: 30%;
}
.top-checkout-bar form.checkout_coupon .clear{
    position: absolute;
}

.top-checkout-bar form.checkout_coupon .form-row input.input-text{
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 12px 20px;
    min-height: 50px;
    transition: 0.3s;
}
.top-checkout-bar form.checkout_coupon .form-row input.input-text:focus{
    outline: none;
    box-shadow: none;
}

.top-checkout-bar form.checkout_coupon .form-row.form-row-last button.button{
    margin-top: 0px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #A5C32D;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    min-height: 50px;
    padding: 13px 26px;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    width: fit-content;
    text-decoration: none;
    transition: opacity .2s, transform .2s;
}

.modern-left .modern-card .select2-container .select2-selection--single .select2-selection__rendered{
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 12px;
    transition: 0.3s;
}
.modern-left .modern-card .select2-container .select2-selection--single {
    border: none;
}

.woocommerce form .modern-left .modern-card .form-row textarea.input-text {
    min-height: 200px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 12px;
    transition: 0.3s;
}

.select2-dropdown{
    border-color: #e0e0e0;
}

.custom-myaccount {
    background: transparent;
    padding: 50px 20px;
}

.auth-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 30px;
}

.auth-box {
    flex: 1;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.auth-box h2 {
    margin-bottom: 20px;
}

/* Inputs */
.form-row input {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-top: 5px;
}

/* Buttons */
.btn-login,
.btn-register {
    background: #A5C32D;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    padding: 13px 26px;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    display: block;
    width: 100%;
    text-decoration: none;
    transition: opacity .2s, transform .2s;
}

.btn-login:hover,
.btn-register:hover {
    background: #333;
}

.floating-group {
    position: relative;
    margin-bottom: 20px;
}

.floating-group input {
    width: 100%;
    padding: 14px 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: transparent;
    outline: none;
    font-size: 14px;
}

/* Label */
.floating-group label {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    background: #fff;
    padding: 0 5px;
    color: #888;
    font-size: 14px;
    transition: 0.3s ease;
    pointer-events: none;
}

/* FLOAT EFFECT */
.floating-group input:focus + label,
.floating-group input:not(:placeholder-shown) + label {
    top: 4px;
    font-size: 12px;
    color: #000;
}

/* Focus style */
.floating-group input:focus {
    border-color: #000;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.05);
}

/* Mobile */
@media(max-width:768px){
    .auth-container {
        flex-direction: column;
    }
}

.rem-links{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.myaccount-custom-page .rem-links label.remember{
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    font-size: 14px;
    gap: 5px;
}
.myaccount-custom-page .rem-links label.remember input{
    margin: 0px;
}
.myaccount-custom-page .rem-links .lost-password{
    font-size: 14px;
}

.myaccount-custom-page .auth-box h2{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: "DM Sans", sans-serif;
}

.myaccount-custom-page .auth-box .floating-group{
    margin-bottom: 24px;
    padding: 0px;
}
.myaccount-custom-page .auth-box .woocommerce-form {
    border: transparent;
    padding: 20px 0px;
    margin-top: 0px;
}
.myaccount-custom-page .auth-box .woocommerce-form .woocommerce-privacy-policy-text{
    margin-bottom: 20px;
}
.myaccount-custom-page .auth-box .woocommerce-form .woocommerce-privacy-policy-text p{
    font-size: 14px;
    line-height: 24px;
}
.myaccount-custom-page .auth-box .woocommerce-form .woocommerce-privacy-policy-text p a:hover{
    color: #A5C32D;
    text-decoration: underline;
}


.custom-product-page {
    max-width: 1300px;
    margin: auto;
    padding: 40px 15px;
}

.product-top {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

/* LEFT */
.product-gallery {
    width: 50%;
}

/* RIGHT */
.product-info {
    width: 50%;
}




.short-desc {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* CART */
.cart-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.cart-box .qty {
    width: 60px;
    padding: 8px;
}

.single_add_to_cart_button {
    background: #c8a97e;
    color: #fff;
    padding: 10px 20px;
    border: none;
}

/* WISHLIST */
.wishlist {
    margin-top: 10px;
    color: #777;
    cursor: pointer;
}

/* TABS */
.product-tabs {
    margin-top: 60px;
}

/* RELATED */
.related-products {
    margin-top: 60px;
}

.related-products h2 {
    text-align: center;
    margin-bottom: 30px;
}

/* RESPONSIVE */
@media(max-width: 768px){
    .product-top {
        flex-direction: column;
    }

    .product-gallery,
    .product-info {
        width: 100%;
    }
}


/* ===== PRODUCT LAYOUT ===== */
.product-top {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.product-gallery {
    width: 50%;
}

.product-info {
    width: 50%;
}

/* ===== MAIN SLIDER ===== */
.main-slider img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    position: absolute;
}

/* ===== THUMB SLIDER ===== */
.thumb-slider {
    margin-top: 15px;
}

.thumb-slider .swiper-slide {
    cursor: pointer;
    transition: 0.3s;
    border: 2px solid #315E26;
    padding: 10px;
    border-radius: 8px;
}

.thumb-slider .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #A5C32D;
    background: #A5C32D;
}

.thumb-slider img {
    width: 100%;
    border-radius: 6px;
    display: block;
}

/* =========================
   📱 TABLET VIEW
========================= */
@media (max-width: 992px) {

    .product-top {
        gap: 30px;
    }

    .thumb-slider .swiper-slide {
        width: 25% !important;
    }

}

/* =========================
   📱 MOBILE VIEW
========================= */
@media (max-width: 768px) {

    .product-top {
        flex-direction: column;
    }

    .product-gallery,
    .product-info {
        width: 100%;
    }

    .main-slider img {
        border-radius: 8px;
    }

    .thumb-slider {
        margin-top: 10px;
    }

    .thumb-slider .swiper-slide {
        width: 20% !important;
    }

}

/* =========================
   📱 SMALL MOBILE
========================= */
@media (max-width: 480px) {

    .thumb-slider .swiper-slide {
        width: 25% !important;
    }

}

.featured-imag-left-image{
    position: relative;
    min-height: 600px;
}

.main-slider {
    overflow: hidden;
}

.zoom-img {
    width: 100%;
    transition: transform 0.4s ease;
}

.main-slider .swiper-slide:hover .zoom-img {
    transform: scale(1.1);
    cursor: zoom-in;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 10px;
}

.product-detail h1.product-title{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #315E26;
}
.product-detail .price{
    color: #315E26;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 20px;
}
.product-detail .price ins{
    text-decoration-line: none;
}
.short-description{
    margin-bottom: 20px;
}
.short-description p{
    color: #333333;
}

.breadcrumb-wrapper {
    margin-bottom: 30px;
}

.stars a {
    font-size: 20px !important;
    color: #315E26;
    text-decoration: none;
    cursor: pointer;
    line-height: 20px;
}

.stars a.active {
    color: #ffb400;
}
.comment-form-rating{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;;
}

.woocommerce .comment-form-rating p.stars{
    margin: 0px !important;
}

.breadcrumb-wrapper ul.custom-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
}

.breadcrumb-wrapper ul.custom-breadcrumb li {
    background-color: #315e26;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 32px;
    gap: 6px;
    border-radius: 5px;
    padding: 2px 12px;
    font-size: 14px;
    color: #fff;
}
.breadcrumb-wrapper ul.custom-breadcrumb li a {
    color: #fff;
}
.breadcrumb-wrapper ul.custom-breadcrumb li:last-child{
    background-color: #a5c32d;
    max-width: 460px;
    width: 100%;
     white-space: nowrap;    
    overflow: hidden;       
    text-overflow: ellipsis;
    display: block; 
}

.custom-tabs {
    margin-top: 40px;
}

.tab-head {
    display: flex;
    border-bottom: 2px solid #eee;
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.tab-head li {
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 500;
    color: #666;
}

.tab-head li.active {
    border-bottom: 2px solid #000;
    color: #000;
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}


.cart-box .quantity{
    position: relative;
    border-radius: 8px;
    width: 120px;
    background: #fff;
    height: 45px;
    display: flex;
    border: 1px solid #cccccc;
    justify-content: space-between;
}
.cart-box .quantity button.qty-btn{
    background: transparent;
    color: #000;
    border: none;
    width: 54px;
    height: 100%;
}
.cart-box .quantity .input-text.qty{
    width: 100%;
    height: 100%;
    text-align: center;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #5F5F5F;
    flex-grow: 1;
    -webkit-appearance: none;
    appearance: none;
}
.woocommerce div.product form.cart div.quantity{
    margin-right: 20px;
}

.cart-box button.single_add_to_cart_button{
    margin-top: 0px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #A5C32D !important;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 35px;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    width: fit-content;
    text-decoration: none;
    transition: opacity .2s, transform .2s;
}
.woocommerce div.product .cart-box .cart{
    margin-bottom: 0px;
}
.product-meta{
    margin-bottom: 20px;
}
.product-share span{
    font-weight: 600;
    font-size: 16px;
}
.product-share a{
    font-size: 22px;
}
.product-share a:hover{
    color: #a5c32d;
}
.product-share{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px
}

.comment-form-rating span.stars{
    display: none;
}

.related.products h2{
    font-size: 30px;
    font-weight: 600;
    color: #5F5F5F;
    text-align: center;    
}

.woocommerce-Reviews{
    display: flex;
    gap: 30px;
}

.reviews-block{
    width: 50%;
}

.woocommerce #reviews #comments.reviews-block ol.commentlist li img.avatar{
    width: 80px;
}
.woocommerce #reviews #comments.reviews-block ol.commentlist li .comment-text{
    margin: 0 0 0 100px;
}

.woocommerce div.product .product-tabs .woocommerce-tabs ul.tabs {
    padding-left: 0px;
    display: flex;
}
.woocommerce div.product .product-tabs .woocommerce-tabs ul.tabs::before {
    border-color: #315E26;
    border-width: 2px;
}
.woocommerce div.product .product-tabs .woocommerce-tabs ul.tabs li {
    border: none;
    background: transparent;
    margin: 0px;
    border-radius: 6px 6px 0px 0px;
}
.woocommerce div.product .product-tabs .woocommerce-tabs ul.tabs li::after, 
.woocommerce div.product .product-tabs .woocommerce-tabs ul.tabs li::before{
    display: none;
}
.woocommerce div.product .product-tabs .woocommerce-tabs ul.tabs li.active {
    background-color: #A5C32D;
}
.woocommerce div.product .product-tabs .woocommerce-tabs ul.tabs li.active a {
    color: #ffffff;
}
.woocommerce div.product .product-tabs .woocommerce-tabs ul.tabs li a {
    font-weight: 600;
}
.woocommerce div.product .product-tabs .woocommerce-tabs ul.tabs li:hover{
    background-color: #A5C32D;
}
.woocommerce div.product .product-tabs .woocommerce-tabs ul.tabs li:hover a {
    color: #ffffff;
}
.custom-description p{
    color: #333333;
}

.woocommerce #reviews #comments.reviews-block ol.commentlist li img.avatar{
    border-radius: 100px;
    background: #315E26;
    border: 1px solid #315E26;
}

.woocommerce #reviews #comments.reviews-block ol.commentlist li .comment-text{
    border: none;
    border-radius: 0px;
    padding: 0em 1em 0;
}

.woocommerce #reviews #comments.reviews-block ol.commentlist li .comment-text p.meta{
    color: #333333;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 10px;
    font-size: 16px;
}

.woocommerce #reviews #comments.reviews-block ol.commentlist li .comment-text .description p{
    font-size: 16px;
    color: #333333;
}
.form-info-right .comment-form-comment label{
    margin-bottom: 10px;
    display: block;
}
.woocommerce #reviews .form-info-right .comment-form-comment textarea{
    background: #f5f5f5;
    width: 100%;
    height: 120px !important;
    border: 1px solid #A5C32D;
    padding: 10px 20px;
    outline: none;
    border-radius: 15px;
    resize: none;
}
.woocommerce #reviews .form-info-right .comment-form-author input{
    background: #f5f5f5;
    width: 100%;
    border: 1px solid #A5C32D;
    padding: 10px 20px;
    outline: none;
    border-radius: 15px;
    resize: none;
}
.woocommerce #reviews .form-info-right .comment-form-email input{
    background: #f5f5f5;
    width: 100%;
    border: 1px solid #A5C32D;
    padding: 10px 20px;
    outline: none;
    border-radius: 15px;
    resize: none;
}
.woocommerce #reviews .form-info-right .comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.woocommerce #reviews .form-info-right .comment-form-cookies-consent input[type="checkbox"]{
    width: 16px;
    height: 16px;
    margin-top: 7px;
}

.woocommerce .custom-product-page .form-info-right .form-submit input.submit {
    background: #A5C32D !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 17px 36px !important;
    border-radius: 100px !important;
    border: none !important;
    cursor: pointer;
    width: fit-content;
    text-decoration: none;
    transition: opacity .2s, transform .2s;
}
.woocommerce .custom-product-page .form-info-right .form-submit input.submit:hover{
    background: #315E26 !important;
}

.woocommerce #reviews h3.comment-reply-title{
    font-size: 26px;
    font-weight: 600;
    color: #5F5F5F;
    margin-bottom: 10px;
}
.woocommerce #review_form #respond p.comment-form-rating label{
    font-weight: 600;
}
.woocommerce #review_form #respond p.comment-form-rating label .required{
    color: #ff4d4f;
}
.woocommerce #review_form #respond p.comment-form-comment label {
    font-weight: 600;   
}
.woocommerce #review_form #respond p.comment-form-comment label .required{
    color: #ff4d4f;
}


.custom-lost-password-wrapper{
    min-height:70vh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:40px 20px;
}

.lost-password-card{
    width:100%;
    max-width:450px;
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.lost-password-card h2{
    font-size:34px;
    font-weight:700;
    margin-bottom:10px;
}

.lost-password-card .description{
    color:#777;
    margin-bottom:30px;
    line-height:1.6;
}



.reset-btn{
    background: #A5C32D !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    padding: 17px 26px !important;
    border-radius: 100px !important;
    border: none;
    cursor: pointer;
    display: block;
    width: 100%;
    text-decoration: none;
    transition: opacity .2s, transform .2s;
}

.reset-btn:hover{
    opacity:0.9;
}

.back-login{
    margin-top:20px;
    text-align:center;
}

.back-login a{
    text-decoration:none;
    color:#315E26;
    font-weight:500;
}


.woocommerce-error,
.woocommerce-info,
.woocommerce-message{
    border-radius:12px;
    margin-bottom:20px;
}


.custom-related-products{
    margin-top:80px;
}

.custom-related-products h2{
    font-size:32px;
    margin-bottom:30px;
    font-weight:700;
}

.related-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.related-item{
    border:1px solid #eee;
    border-radius:18px;
    padding:20px;
    transition:0.3s;
    background:#fff;
}

.related-item:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.related-thumb img{
    width:100%;
    border-radius:14px;
}

.related-item h3{
    font-size:18px;
    margin:15px 0 10px;
}

.related-item .price{
    font-size:18px;
    font-weight:600;
    margin-bottom:15px;
}

.related-item .button{
    width:100%;
    text-align:center;
    border-radius:10px;
    padding:12px;
    background:#000;
    color:#fff;
}

.related-item a{
    text-decoration:none;
    color:#000;
}

@media(max-width:991px){

    .related-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:576px){

    .related-grid{
        grid-template-columns:1fr;
    }

}
.related-grid .related-item a.add_to_cart_button{
    color: #FFFFFF;
    background-color: #A5C32D;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    border-radius: 36px;
    padding: 12px 24px;
    display: inline-block;
    line-height: normal;
}
.related-grid .related-item a.add_to_cart_button:hover{
    background-color: #315E26;
    color: #ffffff;
}

.related-grid .related-item h3 {
    color: #5F5F5F;
    font-size: 16px;
}
.related-grid .related-item .price{
    color: #315E26;
    font-weight: bold;
    margin-bottom: 10px;
}

.custom-description p{
    margin-bottom: 20px;
}
.custom-description h2{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.custom-description ul{
    margin-bottom: 20px;
}
.copyright{
    margin-top: 48px;
}


.off-canvas {
    padding: 24px 20px 30px;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 300;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(100%, 0px, 0px);
    -webkit-transform: translate3d(100%, 0px, 0px);
    transition: transform .7s ease 0s;
    -webkit-transition: transform .7s ease 0s;
    background: #f7f7f0;
}
.is-open .off-canvas {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    transition: transform .5s cubic-bezier(.34,.95,.27,.98) 0s;
}
.mobile-logo img{
    max-width: 180px;
    display: block;
}

.mobile-logo{
    margin-bottom: 30px;
}
.mobile-logo a img{
    max-width: 120px;
    height: auto;
    width: 100%;
}

.menu_mobile .closebtn::before, .menu_mobile .closebtn::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 11px;
    width: 30px;
    height: 2px;
    transform: rotate(45deg);
    background: #315E26;
}
.menu_mobile .closebtn::after {
    transform: rotate(-45deg);
}
.closebtn.mobilemenu {
    position: absolute;
    top: 35px;
    right: 25px;
    width: 30px;
    height: 30px;
}
.mobile-menu-item ul li{
    margin-bottom: 15px;
}
.mobile-menu-item ul li a{
    font-size: 16px;
    font-weight: 500;
}
.mobile-menu-item ul li a:hover{
    color: #A5C32D;
}

.payment-box h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "DM Sans", sans-serif;
}
.payment-box .woocommerce-checkout-payment ul.methods li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 16px;
}
.payment-box .woocommerce-checkout-payment ul.methods li:not(:last-child){
    border-bottom-width: 1px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-style: solid;
    border-color: #1f1f1f1a;
    border-color: var(--sik-c-stroke, rgba(31,31,31,.10196));
    padding-bottom: 16px;
}

.payment-box .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper{
    margin-bottom: 20px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    width: auto;
    float: left;
    background: #315E26;
}
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover{
    background: #A5C32D;
}

/* MOBILE ONLY */
@media(max-width:1024px){

    .filter-sidebar{
        position: fixed;
        top: 0;
        left: -100%;
        width: 300px;
        height: 100%;
        background: #fff;
        z-index: 9999;
        overflow-y: auto;
        transition: 0.4s ease;
        padding: 20px;
    }

    .filter-sidebar.active{
        left: 0;
    }

    #filterOverlay{
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.5);
        opacity: 0;
        visibility: hidden;
        transition: 0.4s ease;
        z-index: 9998;
    }

    #filterOverlay.active{
        opacity: 1;
        visibility: visible;
    }

    body.filter-open{
        overflow: hidden;
    }

}

/* MOBILE ONLY */
@media(max-width:767px){

    .filter-sidebar{
        position: fixed;
        top: 0;
        left: -100%;
        width: 300px;
        height: 100%;
        background: #fff;
        z-index: 9999;
        overflow-y: auto;
        transition: 0.4s ease;
        padding: 20px;
    }

    .filter-sidebar.active{
        left: 0;
    }

    #filterOverlay{
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.5);
        opacity: 0;
        visibility: hidden;
        transition: 0.4s ease;
        z-index: 9998;
    }

    #filterOverlay.active{
        opacity: 1;
        visibility: visible;
    }

    body.filter-open{
        overflow: hidden;
    }

}

.woocommerce-notices-wrapper{
    display: none !important;
}

.pro-content p .order-number{
    background: #A5C32D;
    color: #ffffff;
    padding: 1px 5px;
    border-radius: 5px;
}
.pro-content p .order-date{
    background: #A5C32D;
    color: #ffffff;
    padding: 1px 5px;
    border-radius: 5px;
}
.pro-content p .order-status{
    background: #A5C32D;
    color: #ffffff;
    padding: 1px 5px;
    border-radius: 5px;
}
.pro-content .woocommerce-order-details h2.woocommerce-order-details__title{
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
}

.pro-content .my_account_orders tr th{
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 600;
    background: #315E26;
    color: #FFFFFF;
}
.pro-content .my_account_orders tbody tr th{
    font-weight: 600;
    color: #FFFFFF;
}
.pro-content .my_account_orders tbody tr th a{
    color: #FFFFFF;
}

.pro-content .my_account_orders tr td.woocommerce-orders-table__cell-order-actions a{
    background: #A5C32D;
    color: #ffffff;
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 5px;
    margin-right: 5px;
}

.pro-content .woocommerce-customer-details .addresses .woocommerce-column h2.woocommerce-column__title{
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
}
.pro-content .woocommerce-customer-details .addresses .woocommerce-column address{
    background: #315E26;
    color: #FFFFFF;
    padding: 14px 20px;
    border-radius: 10px;
}

.pro-content .woocommerce-order-details .order-again a.button {
    color: #FFFFFF;
    background-color: #A5C32D;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    border-radius: 36px;
    padding: 12px 24px;
    display: inline-block;
    line-height: normal;
}
.pro-content .woocommerce-order-details .order-again a.button:hover {
    background-color: #315E26;
    color: #ffffff;
}

.pro-content .woocommerce-order-details .order_details thead tr th {
    background: #315E26;
    color: #FFFFFF;
    padding: 10px 20px;
} 
.pro-content .woocommerce-order-details table.shop_table.order_details {
    border: 1px solid #315E26;
}
.pro-content .woocommerce-order-details table.shop_table.order_details tbody tr td{
    border-top: 1px solid #315E26;
    border-right: 1px solid #315E26;
}
.pro-content .woocommerce-order-details table.shop_table.order_details tbody tr td:last-child{border-right: 0px;}
.pro-content .woocommerce-order-details table.shop_table.order_details tfoot th{
    border-top: 1px solid #315E26;
    border-right: 1px solid #315E26;
}
.pro-content .woocommerce-order-details table.shop_table.order_details tfoot td{
    border-top: 1px solid #315E26;
    border-right: 0px;
}

.pro-content table.my_account_orders {
    border: 1px solid #315E26;
}
.pro-content table.my_account_orders thead th{
    border-bottom: 1px solid #ffffff;
}
.pro-content table.my_account_orders tbody th{
    border-top: 1px solid #315E26;
}
.pro-content table.my_account_orders tbody tr td{
    border-top: 1px solid #315E26;
    border-right: 1px solid #315E26;
    font-weight: 600;
}
.pro-content table.my_account_orders tbody tr td:last-child{
    border-right: 0px;
}

.pro-content .woocommerce-customer-details .addresses .woocommerce-column address p.woocommerce-customer-details--email{
    font-size: 16px;
    margin-top: 8px;
}

.custom-cart-page .woocommerce-order p.woocommerce-thankyou-order-received{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
.custom-cart-page .woocommerce-order ul.order_details{
    margin-bottom: 30px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #315E26;
    border-radius: 10px;
}
.custom-cart-page .woocommerce-order ul.order_details li {
    margin: 0px;
    padding: 15px 20px 10px 20px;
    width: 50%;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    border-right: 1px solid #315E26;
}
.custom-cart-page .woocommerce-order ul.order_details li strong{
    font-weight: 600;
    font-size: 16px;
    margin-top: 6px;
}
.custom-cart-page .woocommerce-order ul.order_details li:last-child{
    border-right: 0px
}
.custom-cart-page .woocommerce-order p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
.custom-cart-page .woocommerce-order .woocommerce-order-details h2{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.custom-cart-page .woocommerce-order .woocommerce-customer-details .addresses .woocommerce-column h2{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.wishlist-block-main{
    padding-top: 70px;
    padding-bottom: 30px;
}
.wishlist-block-main .woosw-list table.woosw-items .woosw-item .woosw-item--image{
    width: 150px;
}
.wishlist-block-main .woosw-list table.woosw-items .woosw-item .woosw-item--image img{
    width: 120px;
}
.woosw-items .woosw-item .woosw-item--remove, .woosw-items .woosw-item .woosw-item--add{
    width: 55px;
}
.woosw-items .woosw-item .woosw-item--remove span, .woosw-items .woosw-item .woosw-item--add span{
    width: 40px;
}
.wishlist-block-main .woosw-list table.woosw-items .woosw-item .woosw-item--actions {
    width: 200px;
    text-align: center;   
}
.wishlist-block-main .woosw-list table.woosw-items .woosw-item .woosw-item--actions .woosw-item--atc a{
    color: #FFFFFF;
    background-color: #A5C32D;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    border-radius: 36px;
    padding: 12px 20px;
    display: inline-block;
    line-height: normal;
}