/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/




/* ==== Custom Styles === */
.top-head-row{
	display:flex;
	gap:20px;
	font-family: "Inter", sans-serif;
    margin-bottom: 0px;
    font-size: 14px;
    color: #F8FCF3E5 !important;
    font-weight: 400;
}
}
.top-head-row div{
	display:flex;
	gap:5px;
	align-items:center;
	justify-content:center;
}
.top-head-row p{
	font-family:"Inter",sans-serif;
	margin-bottom:0px;
	font-size:14px;
	color:#F8FCF3E5 !important;
	font-weight:400;
}
.top-head-row a{
	font-family:"Inter",sans-serif;
	margin-bottom:0px;
	font-size:14px;
	color:#F8FCF3E5 !important;
	font-weight:400;
}
.top-head-row img{
	height:18px;
	width:18px;
}
.top-head-text {
    font-family: "Inter",sans-serif;
    margin-bottom: 0px;
    font-size: 14px;
    text-align: center;
    color: #F8FCF3E5 !important;
    font-weight: 400;
	padding-right:40px;
}
.top-head-row1{
	display:flex;
	gap:5px;
	align-items:center;
	justify-content:center;
}
.top-head-row1 p{
	margin-bottom:0px;
}
.top-head-row1 a{
	font-family: "Inter",sans-serif;
    margin-bottom: 0px;
    font-size: 14px;
    text-align: center;
    color: #F8FCF3E5 !important;
    font-weight: 400;
}
[class*="wd-header-search-form"] {
    padding-inline: 10px;
    flex: 1 1 auto;
    max-width: 600px;
}
.searchform.wd-style-4 input[type="text"] {
    padding: 15px 30px;
    border-radius: 30px;
}
.wd-header-wishlist .wd-tools-icon:before {
    content: "\f106";
    font-family: "woodmart-font";
    font-size: 25px;
}
.wd-header-cart img {
    height: 25px !important;
    width: 25px !important;
}
.whb-header-bottom{
	background: linear-gradient(270deg, #86D129 16.35%, #1B833C 83.17%);
}
.woodmart-nav-link {
    color: #F8FCF3E5 !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    padding: 5px 10px; 
    display: inline-block; 
    transition: 0.3s;
}
.woodmart-nav-link:hover {
    color: #F8FCF3E5;
    background-color: #0B502E66;
}
.wd-nav[class*="wd-style-"] > li:is(.current-menu-item, .wd-active, .active) > a {
    color: #F8FCF3E5;
    background-color: #0B502E66;
}
.wd-header-nav, .site-logo {
    padding-inline: 0px;
}
.header-btn {
    background-color: #a3e245 !important;
    color: #0C311F !important;
    font-family: "Inter",sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 20px;
}
.wd-header-my-account .wd-tools-icon:before {
    content: "\f124";
    font-family: "woodmart-font";
    color: #F8FCF3E5;
}
.wd-with-username .wd-tools-text {
    color: #F8FCF3E5;
    text-transform: Capitalize !important;
    font-family: "Inter",sans-serif;
    font-size: 16px;
}
.main-page-wrapper {
    margin-top: -40px;
    padding-top: 0px;
    min-height: 50vh;
    background-color:#FAFCF8;
}
.brand-head{
	position:relative;
}
.brand-head::after {
    position: absolute;
    content: "";
    background: linear-gradient(92.86deg, #157F3C 0%, #91D926 100%);
    width: 80px;
    height: 4px;
    left: 46%;
    bottom: 12px;
    border-radius: 30px;
}
.grad-text {
    background: linear-gradient(99.9deg, #157F3C 0%, #91D926 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.custom-card-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.card {
    background: #fff;
    text-align: center;
    border-radius: 12px;
    padding: 15px;
    transition: 0.3s;
    border: 2px solid #E0E8D9
}
.card img {
    width: 64px;
    height: 80px;
    object-fit: contain;
    border-radius: 10px;
}
.card h3 {
    margin-top: 1px;
    font-size: 15px;
    color:#12211A;
    font-family: "Inter",Sans-Serif;
    font-weight: 600;
    margin-bottom: 5px;
}
.card:hover {
    
    transform: translateY(-6px);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.shop-cont{
	background-color: linear-gradient(99.46deg, #157F3C 0%, #91D926 100%);
box-shadow: 0px 22.03px 55.08px -22.03px #157F3C59;
}
.custom-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}
.custom-card {
    position: relative;
    padding: 20px 20px;
    border-radius: 16px;
    background: #fff;
    text-align: start;
    text-decoration: none;
    color: #000;
    overflow: hidden;
    transition: 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border: 1.5px solid #E0E8D9;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.custom-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px -20px hsl(142 72% 29% / .35);
}
.card-icon img {
    width: 50px;
    margin-bottom: 15px;
}
.custom-card h3 {
    font-size: 17px;
    margin-bottom:20px;
    font-family: "Plus Jakarta Sans",Sans-Serif;
    font-weight:600;
}
.card-btn1 {
    font-size: 15px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
    color:#157F3C;
    font-family: "Inter",Sans-Serif;
}
.card-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 90px;
    border-bottom-left-radius: 100%;
    opacity: 0.2;
}
.card1 .card-shape {
    background:#10B981;
    opacity: 0.1;
}
.card2 .card-shape {
    background: #84CC16;
    opacity: 0.1;
}
.card3 .card-shape {
    background: #14B8A6;
    opacity:0.1;
}
.card4 .card-shape {
    background: #16A34A;
    opacity: 0.1;
}
    .custom-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 50px;
    border-radius: 20px;
    background: linear-gradient(99.46deg, #157F3C 0%, #91D926 100%);
    box-shadow: 0px 22.03px 55.08px -22.03px #157F3C59;
    color: #fff;
    flex-wrap: wrap;
    gap: 20px;
    width:1000px;
}


.cta-tag {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
    opacity: 0.8;
    display: inline-block;
    margin-bottom: 10px;
    color:#9CDD3C;
    font-family: "Inter",Sans-Serif;
    display: flex;
    gap: 10px;
    align-items: center;
}
.cta-tag img{
    height: 18px;
    width:18px;
}
.custom-cta h2 {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 700 !important;
    margin: 0;
    color:#F8FCF3;
    font-family:"Plus Jakarta Sans",Sans-Serif;
}
.cta-btn {
    background: #9CDD3C;
    color: #0C311F;
    padding: 14px 28px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.3s ease;
    box-shadow: 0px 22.03px 55.08px -22.03px #157F3C59;
    font-family: "Inter",Sans-Serif;
}
.cta-btn:hover {
    transform: scaleX(1.03);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}
.home-count .elementor-counter-title{
	text-align:center !important;
}
    .logo-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
    background: #fff;
}

.logo-track {
    display: flex;
    width: max-content;
    animation: scroll 20s linear infinite;
}
.logo-track img {
    height: 70px;
    margin: 0 10px;
    object-fit: contain;
}
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
.pre-footer-sec{
	background: linear-gradient(95.71deg, #157F3C 0%, #91D926 100%);
}
.footer-col1 img {
    width: 200px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.footer-col1 p {
    color: #E0E3E5;
    font-family: "Inter",sans-serif;
    font-weight: 400;
    font-size: 17px;
    width: 68%;
    margin: 0;
	margin-top:20px;
    line-height: 1.8rem;
}
.site-content {
    margin-bottom: 0px;
}
.footer-sidebar {
    margin-top: 0px;
    padding-block: 90px 30px !important;
    display: grid;
    grid-template-columns: 1.7fr 0.5fr 0.5fr 0.8fr;
}
.footer-sidebar #nav_menu-18 {
    display: none;
}
.footer-sidebar .col-lg-3 {
    flex: 0 0 25%;
    max-width: 100%;
	padding:0px;
}
.widget {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 0px solid var(--brdcolor-gray-300);
}
.copyrights-wrapper {
    border-top: 2px solid #ECE6DF;
	background: #0A0A0A;
}
.foot-head {
    font-family: "Plus Jakarta Sans",sans-serif !important;
    font-weight: 700 !important;
    color: #F7FDF8 !important;
    font-size: 20px !important;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.footer-list li a{
	font-family:"Inter",sans-serif;
	font-weight:500;
	color:#E0E3E5;
	font-size:15px;
}
.footer-list li {
    margin-bottom: 10px;
}
.footer-list1 li{
	margin-bottom:15px;
}
.footer-list1 li a{
	font-family:"Inter",sans-serif;
	font-weight:500;
	color:#E0E3E5;
	font-size:16px;
}
.footer-list1 img {
    height: 22px;
    width: 22px;
    margin-right: 10px;
}
.footer-list1 li {
    display: flex;
    align-items: start;
    gap: 0px;
}
.foot-row {
    display: flex;
    justify-content: space-between;
}
.foot-row p {
    color: #FFF3F0;
    font-family: "Inter",sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
}
.foot-row a {
    color: #FFF3F0;
    font-family: "Inter",sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
}
.foot-row > div:nth-child(4) {
    display: none;
}
.scrollToTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 350;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(var(--bgcolor-white-rgb), 0.9);
    box-shadow: 0 0 5px rgba(0,0,0,0.17);
    color: var(--color-gray-800);
    font-size: 18px;
    background-color: #157F3C;
    font-weight: 800;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateX(100%);
}
.wd-entities-title {
    color: #12211A !important;
    font-family: "Plus Jakarta Sans",sans-serif !important;
    font-weight: 700 !important;
    text-align: start !important;
    font-size: 16px !important;
    padding-left: 15px;
    padding-bottom: 20px;
}
.wd-product-cats{
	text-align:start;
	padding-left:15px;
	display:none;
}
.wd-product-cats a{
	color:#157F3C !important;
	font-family:"Inter",sans-serif !important;
	font-size:13px;
	letter-spacing:1px;
	font-weight:700 !important;
	text-align:start !important;
}
.custom-cat{
	text-align:start;
	padding-left:15px;
}
.custom-cat a{
	color:#157F3C !important;
	font-family:"Inter",sans-serif !important;
	font-size:13px;
	letter-spacing:1px;
	font-weight:700 !important;
	text-align:start !important;
}
.product-wrapper{
	background: #FFFFFF !important;
	border: 1.5px solid #E0E8D9;
	border-radius:10px !important;
	transition:transform 0.3s ease, box-shadow 0.3s ease;
}
.product-labels{
	display:none;
}
.product-wrapper img{
	border-top-right-radius:10px !important;
	border-top-left-radius:10px !important;
}
.wd-product .star-rating {
    align-self: start !important;
    line-height: 1;
    margin-left: 15px;
}
.star-rating span:before {
    content: "\f148" "\f148" "\f148" "\f148" "\f148";
    position: absolute;
    top: 0;
    color: #9CDD3C;
    inset-inline-start: 0;
    text-indent: 0;
}
.wd-product .price {
    display: block;
    text-align: start;
    padding-left: 15px;
    padding-bottom: 20px;
}
.price ins {
    color: #0B502E !important;     
    font-size: 20px !important;
    font-weight: 700 !important;
	font-family:"Plus Jakarta Sans",sans-serif !important;
}
.price ins bdi{
	 color: #0B502E !important; 
	font-weight:700 !important;
}
.price del {
    font-size: 15px !important;
    font-weight: 500 !important;
    font-family: "Inter",sans-serif !important;
    padding-left: 5px;
    color: #4F6459 !important;
}
.price del bdi{
	color: #4F6459 !important;
	font-weight: 500 !important
}

.product-wrapper:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px -20px rgba(16, 163, 74, 0.35);
}
.wd-product.wd-hover-quick .wd-add-btn>a {
    display: block;
    border-radius: 30px !important;
    font-size: 14px;
    color: var(--btn-accented-color);
    font-weight: var(--btn-accented-font-weight, var(--btn-font-weight));
    font-family: var(--btn-accented-font-family, var(--btn-font-family));
    font-style: var(--btn-accented-font-style, var(--btn-font-style));
    background-color: #157F3C !important;
    margin: 0px 20px 10px 20px;
	opacity:1;
}
.price > .amount{
	color: #0B502E !important; 
	color: #0B502E !important;     
    font-size: 20px !important;
    font-weight: 700 !important;
	font-family:"Plus Jakarta Sans",sans-serif !important;
}
.product-wrapper .product-label-custom {
    position: absolute;
    top: 0px;
    left: 8px;
    font-weight: 700;
    transform: translateY(30%);
    background: #9CDD3C;
    color: #0C311F;
    font-size: 11.5px;
    padding: 5px 10px;
    border-radius: 20px;
    z-index: 99;
    white-space: nowrap;
    text-transform: uppercase !important;
    font-family: "Inter",sans-serif;
}
.woocommerce-form-login__submit {
  background-color: #9CDD3C !important;
  color: #0C311F !important;
	border: 1px solid #F8FCF366 !important;
  border-radius:20px !important;
}
.create-account-link {
    color: #157F3C !important;
    font-size: 17px;
    font-weight: 800;
}
.woocommerce-LostPassword {
    color: #157F3C !important;
    font-size: 15px;
    font-weight: 800;
}
button[value="Register"] {
    background-color: #9CDD3C !important;
    color: #0C311F !important;
    border: 1px solid #F8FCF366 !important;
    border-radius: 20px !important;
    font-size: 17px;
    font-weight: 800 !important;
}
.woocommerce-form-row input {
    border: 2.5px solid #E0E8D9 !important;
    color: #000;
    border-radius: 7px !important;
}
.wd-switch-to-register {
    border: 2px solid #91D926 !important;
    background: transparent;
    border-radius: 20px;
    padding: 7px 40px !important;
}
.wd-switch-to-register:hover{
	background:#91D926 !important;
	color:#fff !important;
}
.woocommerce-FormRow input {
    border: 2.5px solid #E0E8D9 !important;
    color: #000;
    border-radius: 7px !important;
}
.btn-size-small {
    background-color: #9CDD3C !important;
    color: #0C311F !important;
    border: 2px solid #F8FCF366 !important;
    font-size: 15px;
    border-radius: 20px !important;
    padding: 12px 35px;
    display: inline-block;
    text-transform: capitalize !important;
    transition: all 0.3s ease;
}
.btn-size-small:hover{
	background:transparent !important;
	border:2px solid #9CDD3C !important;
}
.wd-header-cart.wd-design-2 .wd-cart-number, .wd-header-cart.wd-design-5 .wd-cart-number {
    position: absolute;
    top: -5px;
    inset-inline-end: -9px;
    z-index: 1;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #157F3C;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 9px;
    line-height: 15px;
}
.wd-product.wd-hover-quick .wd-add-btn>a {
    display: block;
    border-radius: 30px !important;
    font-size: 13px; 
}
.woocommerce-my-account-wrapper {
    display: flex;
    margin-inline: -30px;
    margin-bottom: 40px;
}
.return-to-shop a {
    background-color: #9CDD3C !important;
    color: #0C311F !important;
    border: 2px solid #F8FCF366 !important;
    font-size: 15px !important;
    border-radius: 23px !important;
    padding: 12px 45px !important;
    display: inline-block;
    text-transform: capitalize !important;
    transition: all 0.3s ease;
}
.return-to-shop a:hover{
		background:transparent !important;
	border:2px solid #9CDD3C !important;
}
.woocommerce-mini-cart__buttons .btn-cart {
    background: transparent !important;
    border: 2px solid #9CDD3C !important;
    width: 90% !important;
    font-size: 16px !important;
    border-radius: 20px !important;
    text-transform: capitalize !important;
}
.woocommerce-mini-cart__buttons .checkout {
    background-color: #9CDD3C !important;
    color: #0C311F !important;
    border: 2px solid #F8FCF366 !important;
    font-size: 16px !important;
    border-radius: 20px !important;
    width: 90% !important;
    text-transform: capitalize !important;
}
/* Code for Sticky header */
/* .whb-header {
    position: sticky;
    top: 0;
    z-index: 9999;
} */
.wd-product.wd-hover-quick .wd-add-btn>a {
    display: block;
    border-radius: 30px !important;
    font-size: 13px;
}
.shop-content-area{
	margin-bottom:40px !important;
}
h3.cat-head {
    font-family: "Plus Jakarta Sans",sans-serif !important;
    font-weight: 700;
    text-transform: capitalize!important;
    color: #0B502E!important;
    font-size: 26px!important;
    margin-bottom: 15px!important;
}
#block-19{
	padding:0px !important;
	margin:0px !important;
}
.product-categories li a,
.all-products-item a {
    display: block;
    width: 100%;
    padding: 10px !important;
    border-radius: 10px;
    text-decoration: none;
    color: #0C311F;
    font-size: 16px;
    box-sizing: border-box;
    margin-bottom: 6px;
	text-transform:Capitalize !important;
	font-weight:700;
}
.product-categories li{
	text-transform:Capitalize !important;
}
.product-categories li a:hover {
    background: #9CDD3C;
    color: #0C311F;
}
.product-categories .current-cat a,
.all-products-item.active a {
    background:#9CDD3C;
    color: #0C311F;
}
.product-categories .current-cat a, .all-products-item.active a {
    background: #9CDD3C;
    color: #0C311F !important;
}
.product-categories li a {
    text-transform: lowercase !important;
}
.product-categories li a::first-letter {
    text-transform: uppercase !important;
}
.product-categories .current-cat a,
.all-products-item.active a {
    background: #9CDD3C;
    color: #0C311F !important;
}
#woocommerce_product_categories-2{
	padding-bottom:0px !important;
}
#woocommerce_price_filter-7 .widget-title {
 font-family: "Plus Jakarta Sans",sans-serif !important;
    font-weight: 700;
    text-transform: capitalize !important;
    color: #0B502E !important;
	margin-top:20px !important;
    font-size: 26px !important;
    margin-bottom: 15px !important;
}
.widget_price_filter .ui-slider .ui-slider-handle:after {
    content: "";
    display: inline-block;
    width: 15px;
    border-radius: 7px;
    height: 15px;
    background-color: #fff;
    border: 1.5px solid #9CDD3C;
}
.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    top: 50%;
    z-index: 1;
    display: block;
    margin-top: -1px;
    height: 6px;
    border: 0;
    border-radius: 10px;
    background-image: none;
    background-color: #9CDD3C;
}
.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    top: 55%;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    outline: none;
    border: none;
    border-radius: 0;
    background: none;
    background-color: transparent !important;
    cursor: ew-resize;
}
.price_label {
    font-family: "Inter",sans-serif !important;
    color: #0B502E !important;
    font-size: 15px;
    font-weight: 800;
}
.price_label span{
    font-family: "Inter",sans-serif !important;
    color: #12211A !important;
    font-size: 13px;
    font-weight: 800;
}
.widget_price_filter [class*="price_slider_amount"] .button {
    border: 2px solid #0B502E !important;
    color: #12211A !important;
    font-family: "Inter",sans-serif;
    font-size: 13px !important;
    background: transparent !important;
    padding: 5px 20px !important;
    border-radius: 20px !important;
}
.page-title-default {
    background: linear-gradient(135deg, #157F3C 25%, #91D926 135%) !important;
    height: 25vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cont-box:hover{
	  transform: scale(1.01);
    box-shadow: 0 20px 50px -20px hsl(142 72% 29% / .35);
}
.contact-cont{
	box-shadow:0 2px 10px rgba(0, 0, 0, 0.05);
}
.hidden-fields-container{
	display:none;
}
.cont-row {
    display: flex;
    gap: 30px;
}
.cont-input p {
    color: #4F6459;
    margin-bottom: 5px;
    font-family: "Inter",sans-serif;
    font-size: 15px;
    font-weight: 700;
}
.cont-input input{
	    border: 2px solid #E0E8D9 !important;
    color: #000;
    border-radius: 7px !important;
	margin-bottom:10px;
}
.cont-input select{
	    border: 2px solid #E0E8D9 !important;
    color: #000;
    border-radius: 7px !important;
	margin-bottom:10px;
}
.cont-input textarea {
    border: 2px solid #E0E8D9 !important;
    color: #000;
    border-radius: 7px !important;
    margin-bottom: 35px;
    min-height: 130px !important;
    resize: none;
}
.cont-btn p{
	margin-bottom:0px !important;
		position:relative;
}
.cont-btn input {
    background-color: #157F3C !important;
    color: #F8FCF3;
    text-transform: capitalize;
    font-size: 15px;
    border-radius: 30px;
    padding: 15px 50px 15px 30px;

}
.cont-btn p::after {
    position: absolute;
    content: "";
    background-image: url(https://www.capstoneofficesupplies.com/wp-content/uploads/2026/04/Mask-group-5.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    left: 145px;
    top: 13px;
}
.home-form{
	display:flex;
	gap:10px;
	align-content:center;
	margin-bottom:0px;
}
.home-input p{
	margin-bottom:0px;
}
.home-input input {
    border-radius: 25px;
    padding: 10px 20px;
    background-color: #F8FCF3;
    color: #4F6459;
    height: 50px;
}
.home-input-btn p{
	margin-bottom:0px;
}
.home-input-btn input {
    background: #9CDD3C;
    color: #0C311F;
    border-radius: 30px;
    padding: 8px 25px;
    height: 50px;
    font-size: 16px;
    text-transform: capitalize;
}
.home-input-btn input:hover {
    background: #9CDD3C;
    color: #0C311F;
    border-radius: 30px;
    padding: 8px 25px;
    height: 50px;
    font-size: 16px;
    text-transform: capitalize;
}
.wpcf7-spinner{
	display:none !important;
}
.cont-bread{
	color:#F8FCF3;
}
.cont-bread a{
	color:#F8FCF3;
	font-weight:600;
}
.cont-bread a:hover{
	color:#F8FCF3;
	font-weight:600;
}
.cont-bread span{
	color:#F8FCF3;
}
.wd-product.wd-hover-quick .wd-add-btn>a {
    display: block;
    border-radius: 30px !important;
    font-size: 13px;
}
.wd-nav-product-cat{
	display:none;
}
.custom-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.blog-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
	    border: 2px solid #E0E8D9;
    transition: 0.3s ease;
}
.blog-card:hover {
    transform: translateY(-6px);
	box-shadow:0 20px 50px -20px hsl(142 72% 29% / .35)
}
.blog-img {
    position: relative;
}
.blog-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.blog-category {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #9CDD3C;
    padding:4px 15px;
    border-radius: 20px;
}
.blog-category a {
    color: #0C311F;
    font-size: 13px;
    text-decoration: none;
    font-weight: 600;
    font-family: "Inter",sans-serif;
    text-transform: uppercase;
}
.blog-content {
    padding: 18px;
}
.blog-meta {
    display: flex;
    margin-bottom: 12px;
    font-size: 15px;
    gap: 20px;
    color: #4F6459;
    font-family: "Inter",sans-serif;
}
.meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
}
.meta-item svg {
    width: 16px;
}
.blog-title {
    margin-bottom: 10px;
}
.blog-title a {
    text-decoration: none;
    color: #12211A;
    font-family: "Plus Jakarta Sans",sans-serif;
    font-size: 21px;
    font-weight: 1000;
	transition:color 0.3s ease;
}
.blog-excerpt {
    font-size: 14px;
    color: #4F6459;
    font-family: "Inter",sans-serif;
    margin-bottom: 15px;
    font-weight: 500;
}
.read-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    text-decoration: none;
    font-family: "Inter",sans-serif;
    color: #157F3C;
    font-size: 16px;
}
.read-btn svg {
    width: 18px;
}
.blog-card:hover .blog-title a{
	color:#157F3C;
}
.wd-scrollbar.platform-Windows {
    --wd-scroll-w: 10px;
}
.cart-content-wrapper{
	padding-bottom:30px;
}
.wd-coupon-form input{
	    border: 2.5px solid #E0E8D9 !important;
    color: #000;
    border-radius: 7px !important;
}
button[value="Apply coupon"] {
    background-color: #9CDD3C !important;
    color: #0C311F !important;
    border: 1px solid #F8FCF366 !important;
    border-radius: 7px !important;
    font-size: 13px;
    font-weight: 700 !important;
}
button[value="Update cart"] {
    border: 2px solid #91D926 !important;
	color: #0C311F !important;
    background: transparent !important;
    border-radius: 25px !important;
    padding: 7px 30px !important;
	opacity:1 !important;
}
button[value="Update cart"]:hover{
	    background: #91D926 !important;
    color: #fff !important;
	opacity:1 !important;
}
.product-subtotal bdi {
    color: #0B502E !important;
    font-size: 20px;
}
.product-price bdi {
    color: #12211A !important;
    font-size: 16px;
    font-weight: 700;
}
.quantity .minus {
    border: none !important;
    height: 35px !important;
	color:#12211A !important;
	 font-size: 18px;
}
.quantity .plus{
	border:none !important; 
	    height: 35px !important;
	color:#12211A !important;
	    font-size: 18px;
}
.quantity .minus:hover {
    background-color: transparent !important;
}
.quantity .plus:hover{
	background-color:transparent !important;
}
.quantity .input-text{
	border:none !important;
	color:#12211A !important;
		    font-size: 18px;
}
.product-quantity .quantity {
    border: 2px solid #12211A !important;
    border-radius: 30px !important;
    padding: 0px 10px;
}
div.quantity input[type="number"] {
    width: 30px;
    border-radius: 0;
    border-right: none;
    border-left: none;
    height: 35px !important;
}
.cart-content-wrapper>.cart-totals-section .cart-totals-inner {
    padding: 30px 15px;
    border: 2px solid  #E0E8D9 ;
    border-radius: 15px;
}
.order-total .woocommerce-Price-amount bdi{
	color:#91D926 !important;
}
.cart-totals-inner .wc-proceed-to-checkout a{
	background-color: #9CDD3C !important;
    color: #0C311F !important;
    border: 1px solid #F8FCF366 !important;
    border-radius: 20px !important;
    font-size: 15px;
    font-weight: 800 !important;
}
.cart-subtotal bdi{
	    color: #12211A !important;
    font-size: 15px;
    font-weight: 700;
}
.woocommerce-cart-form__contents table th {
    border-bottom: 2px solid #E0E8D9;
}
.woocommerce-cart-form__contents .cart_item {
    border-bottom: 2px solid #E0E8D9;
}
.woocommerce-billing-fields input{
	    border: 2px solid #E0E8D9 !important;
    color: #000;
    border-radius: 7px !important;
}
.woocommerce-billing-fields select{
	    border: 2px solid #E0E8D9 !important;
    color: #000;
    border-radius: 7px !important;
}
.woocommerce-billing-fields .select2-selection{
	    border: 2px solid #E0E8D9 !important;
    color: #000;
    border-radius: 7px !important;
}
form.woocommerce-checkout {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: 30px;
    padding-bottom: 50px;
}
.woocommerce-additional-fields  textarea {
    border: 2px solid #E0E8D9 !important;
    color: #000;
    border-radius: 7px !important;
    resize: none;
    min-height: 170px !important;
}
.woocommerce-billing-fields label{
	color:#12211A !important;
	font-family:"Inter",sans-serif !important;
	font-weight:700 !important;
	font-size:16px;
}
.woocommerce-checkout>.customer-details .woocommerce-billing-fields {
    margin-top: 15px;
    margin-bottom: 40px;
}
button[value="Place order"] {
    background-color: #9CDD3C !important;
    color: #0C311F !important;
    border: 1px solid #F8FCF366 !important;
    border-radius: 25px !important;
    font-size: 17px !important;
    font-weight: 800 !important;
}
.woocommerce-info{
	background-color:#0000000A !important;
	color:#12211A !important;
}
.checkout-order-review{
	background:transparent !important;
	padding:30px 20px !important;
	border: 2px solid #E0E8D9;
    border-radius: 15px;
}
#order_review_heading{
	font-family:"Plus Jakarta Sans",sans-serif !important;	
}
.woocommerce-checkout>.checkout-order-review:before, .woocommerce-checkout>.checkout-order-review:after, .woocommerce-order-pay #order_review:before, .woocommerce-order-pay #order_review:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: transparent;
    background-image: none;
    background-size: 15px 15px;
}
.woocommerce-billing-fields h3{
	font-family:"Plus Jakarta Sans",sans-serif !important;
}
.woocommerce-additional-fields h3{
	font-family:"Plus Jakarta Sans",sans-serif !important;
}
#billing_company_field{
	display:none;
}
.wd-prefooter{
	display:none !important;
}
.elementor-element-0c4a267{
	display:none;
}
.header-text1 {
    font-family: "Inter", sans-serif;
    margin-bottom: 0px !important;
    font-size: 17px;
    color: #12211A !important;
    font-weight: 700;
    text-align: center;
}
.nsl-container {
    text-align: center;
    margin-bottom: 15px;
}
.vendor-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
}
.vendor-popup.show {
    display: flex;
}
.vendor-popup-content {
    background: #fff;
    width: 500px;
    max-width: 64%;
    margin: 4% auto;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}
.vendor-close {
        position: absolute;
        right: 15px;
        top: 10px;
        font-size: 22px;
        cursor: pointer;
}
.vendor-form h3 {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 27px;
    text-align: center;
    font-weight: 800;
    color: #0B502E;
	margin-bottom:10px;
}
.vendor-form-input p{
	    color: #4F6459;
    margin-bottom: 5px;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 700;
}
.vendor-form-input input{
	    border: 2px solid #E0E8D9 !important;
    color: #000;
    border-radius: 7px !important;
    margin-bottom: 5px;
}
.vendor-form-input textarea {
    border: 2px solid #E0E8D9 !important;
    color: #000;
    border-radius: 7px !important;
    margin-bottom: 5px;
    min-height: 120px;
    resize: none;
}
.vendor-form-btn p{
	text-align:center;
	margin-bottom:0px !important;
}
.vendor-form-btn input{
	    background-color: #157F3C !important;
    color: #F8FCF3;
    text-transform: capitalize;
    font-size: 15px;
    border-radius: 30px;
    padding: 15px 50px 15px 50px
}
.wd-notice.wd-warning, .wpcf7 form:not(.sent) .wpcf7-response-output, .mc4wp-error, .mc4wp-notice, :is(.woocommerce-error,.woocommerce-info) {
    background-color: #9CDD3C;
    color: #0C311F;
	border:none !important;
}
.single_add_to_cart_button{
	    display: block;
    border-radius: 30px !important;
    font-size: 14px;
    color: var(--btn-accented-color);
    font-weight: var(--btn-accented-font-weight, var(--btn-font-weight));
    font-family: var(--btn-accented-font-family, var(--btn-font-family));
    font-style: var(--btn-accented-font-style, var(--btn-font-style));
    background-color: #157F3C !important;
    margin: 0px 20px 10px 20px;
    opacity: 1;
}
.quick-shop-wrapper .single_add_to_cart_button {
    flex: 1 1 auto;
    margin: 0 !important;
    border-radius: 30 !important;
}
.variations select{
	color:#12211A !important;
}
.top-head-marquee {
    overflow: visible;
    white-space: nowrap;
    padding: 10px 0;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: scrollLeft 20s linear infinite;
}
.marquee-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 30px;
    font-size: 15px;
    font-weight: 500;
    color: #F8FCF3CC;
    font-family: "Inter",sans-serif;
}

.marquee-item img {
    width: 18px;
    height: 18px;
}

@keyframes scrollLeft {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
#btn-razorpay{
	    background-color: rgb(156, 221, 60);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 700;
    fill: rgb(12, 49, 31);
    color: rgb(12, 49, 31);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(248, 252, 243, 0.4);
    border-radius: 25px;
    padding: 15px 30px;
	margin-right:20px;
}
#btn-razorpay-cancel{
	border:2px solid rgb(156, 221, 60);
	border-radius:25px;
	padding:15px 30px;
	color: rgb(12, 49, 31);
	background:transparent;
	font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.woocommerce-shipping-fields__field-wrapper input{
	border: 2px solid #E0E8D9 !important;
    color: #000;
    border-radius: 7px !important;
}
.woocommerce-shipping-fields__field-wrapper .select2-selection{
	border: 2px solid #E0E8D9 !important;
    color: #000;
    border-radius: 7px !important;
}
.loc-img{
	margin-right:10px;
}
.loc-img img{
	height:22px !important;
	width:22px !important;
}
.privacy-head {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 25px;
    font-weight: 800;
    color: #0B502E;
    margin-bottom: 10px !important;
}
.privacy-text {
    color: #020803;
    font-family: "Inter", Sans-serif;
    font-size: 17px;
    margin-bottom: 10px !important;
}
.privacy-list {
    color: #020803;
    font-family: "Inter", Sans-serif;
    font-size: 15px;
    padding: 0px 0px 0px 40px;
    margin-bottom: 10px !important;
}
.privacy-text1{
	margin-bottom:30px !important;
}
.vendor-row{
	display:flex;
	gap:15px;
}
    .testimonial-slider {
    padding: 20px 10px;
}

.testimonial-card {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    border: 1.5px solid #E0E8D9;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stars {
    height: 20px;
}
.quote {
    height: 24px;
}
.content {
    font-size: 15px;
    margin: 15px 0;
    color: #12211AD9;
    font-family: "Inter",Sans-Serif;
    font-weight: 500;
}
.line {
    height: 1.5px;
    background: #E0E8D9;
    margin: 15px 0;
}
.user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #157F3C 0%, #91D926 100%);
    color: #F8FCF3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 1000;
    font-family: "Inter",Sans-Serif;
    font-size: 17px;
}
.user h4 {
    margin: 0;
    font-size: 16px;
    color:#12211A;
    font-family: "Plus Jakarta Sans",Sans-Serif;
}
.user span {
    font-size: 14px;
    color: #4F6459;
    font-weight: 400;
    font-family: "Inter",Sans-Serif;
}
.bulk-form h3 {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 27px;
    text-align: center;
    font-weight: 800;
    color: #0B502E;
    margin-bottom: 10px;
}
.bulk-form-row{
	display:flex;
	gap:10px;
}
.bulk-form-input p {
    color: #4F6459;
    margin-bottom: 5px;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 700;
}
.bulk-form-input input {
    border: 2px solid #E0E8D9 !important;
    color: #000;
    border-radius: 7px !important;
    margin-bottom: 5px;
}
.bulk-form-input select {
    border: 2px solid #E0E8D9 !important;
    color: #000;
    border-radius: 7px !important;
    margin-bottom: 5px;
}
.bulk-form-input textarea {
    border: 2px solid #E0E8D9 !important;
    color: #000;
    border-radius: 7px !important;
	resize:none;
	min-height:100px;
    margin-bottom: 5px;
}
.bulk-form-btn input {
    background-color: #157F3C !important;
    color: #F8FCF3;
    text-transform: capitalize;
    font-size: 15px;
    border-radius: 30px;
    padding: 15px 50px 15px 50px;
}
.bulk-form-btn p {
    text-align: center;
    margin-bottom: 0px !important;
}
.home-prod .wd-add-btn-replace{
	opacity:1 !important;
}
.shop-content-area .wd-add-btn-replace{
	opacity:1 !important;
}
.product-quick-view #shiprocket_pincode_check{
	display:none;
}
.product-quick-view #check_pincode{
	display:none;
}
.wc-pincode-checker {
    max-width: 100%;
    display: flex;
	flex-direction:column;
    gap: 10px;
}
.wc-pincode-checker input.check_pincode {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0px;
    font-family: "Inter",sans-serif !important;
  border: 2px solid #E0E8D9 !important;
    color: #000;
    border-radius: 7px !important;
}
.check_pincode_btn {
    background-color: #157F3C !important;
	display:block;
    color: #F8FCF3;
    text-transform: capitalize;
    font-size: 15px;
    border-radius: 30px;
    width:auto !important;
    padding: 5px 5px 5px 5px;
}

.single-product-page .wc-pincode-checker {
    max-width: 70%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.single-product-page .product-labels{
	display:none;
}
.shop-content-area .product-wrapper img{
	height:280px;
	width:280px;
	object-fit:contain;
}

.home-prod .product-wrapper img{
	height:280px;
	width:280px;
	object-fit:contain;
}









@media (max-width: 1024px) {
    .custom-card-row {
        grid-template-columns: repeat(3, 1fr);
    }
		.wd-header-my-account .wd-tools-icon:before {
    content: "\f124";
    font-family: "woodmart-font";
    color: #000;
}
}



/* Tablet Responsive */
@media (max-width: 990px) {
	.custom-card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    padding: 0px 15px;
}
	.cont-row {
    display: flex;
    gap: 0px;
    flex-direction: column;
}
	.custom-blog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
	.footer-sidebar {
    margin-top: 0px;
    padding-block: 70px 10px !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0px 20px;
}
	.footer-col1 p {
    color: #E0E3E5;
    font-family: "Inter",sans-serif;
    font-weight: 400;
    font-size: 17px;
    width: 90%;
    margin: 0;
    line-height: 1.8rem;
}
	.custom-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 50px;
    border-radius: 20px;
    background: linear-gradient(99.46deg, #157F3C 0%, #91D926 100%);
    box-shadow: 0px 22.03px 55.08px -22.03px #157F3C59;
    color: #fff;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}
	.wd-nav-mobile>li>a, .wd-nav-mobile>li>ul li>a {
    flex: 1 1 0%;
    padding: 5px 20px;
    color: #000 !important;
    min-height: 50px;
    border-bottom: 1px solid var(--brdcolor-gray-300);
}
	.page-title-default {
    background: linear-gradient(135deg, #157F3C 25%, #91D926 135%) !important;
    height: 25vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
	.vendor-form-input input {
    border: 2px solid #E0E8D9 !important;
    color: #000;
    border-radius: 7px !important;
    margin-bottom: 5px;
    height: 35px;
}
	.vendor-form-input textarea {
    border: 2px solid #E0E8D9 !important;
    color: #000;
    border-radius: 7px !important;
    margin-bottom: 5px;
    min-height: 100px;
}
	.vendor-form h3 {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 21px;
    text-align: center;
    font-weight: 800;
    color: #0B502E;
    margin-bottom: 10px;
}
	.cont-bread a {
    color: #F8FCF3 !important;
    font-weight: 600 !important;
}
	.privacy-head {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #0B502E;
    margin-bottom: 10px !important;
}
	.privacy-text {
    color: #020803;
    font-family: "Inter", Sans-serif;
    font-size: 15px;
    margin-bottom: 10px !important;
}
	.privacy-text1 {
    margin-bottom: 30px !important;
}
	.wd-scrollbar.platform-Windows {
    --wd-scroll-w: 0px;
}
	.single-product-page .wc-pincode-checker {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
}


/* Mobile Responsive */
@media (max-width: 540px) {
    .custom-card-row {
        grid-template-columns: 1fr;
    }
	.wd-scrollbar.platform-Windows {
    --wd-scroll-w: 0px;
}
	.home-form {
    display: flex;
    gap: 10px;
    align-content: center;
    margin-bottom: 0px;
    flex-direction: column;
}
	.custom-blog-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
}
	.custom-card-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 0px 15px;
}
	.home-prod .wd-grid-g {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
	.footer-sidebar {
    margin-top: 0px;
    padding-block: 70px 10px !important;
    display: grid;
    grid-template-columns: 1fr;
    padding: 0px 20px;
}
	#block-15{
		margin:0px;
		padding:0px;
	}
	.foot-row {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
}
	.custom-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 40px 20px;
    border-radius: 20px;
    background: linear-gradient(99.46deg, #157F3C 0%, #91D926 100%);
    box-shadow: 0px 22.03px 55.08px -22.03px #157F3C59;
    color: #fff;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}
.top-head-row {
    display: flex;
    gap: 5px;
    flex-direction: column;
    color: #F8FCF3E5;
}
	.wd-nav-mobile>li>a, .wd-nav-mobile>li>ul li>a {
    flex: 1 1 0%;
    padding: 5px 20px;
    color: #000 !important;
    min-height: 50px;
    border-bottom: 1px solid var(--brdcolor-gray-300);
}
	.page-title-default {
    background: linear-gradient(135deg, #157F3C 25%, #91D926 135%) !important;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shop-content-area .wd-grid-g {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
	.wd-scroll-content {
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 50vh;
    padding: 0px 10px;
}
	.quantity .minus {
    border: none !important;
    height: 22px !important;
    color: #12211A !important;
    font-size: 18px;
}
	.quantity .plus {
    border: none !important;
    height: 22px !important;
    color: #12211A !important;
    font-size: 18px;
}
	div.quantity input[type="number"] {
    width: 30px;
    border-radius: 0;
    border-right: none;
    border-left: none;
    height: 23px !important;
}
	.quantity {
    border: 2px solid #12211A !important;
    border-radius: 30px !important;
    padding: 2px 5px;
}
	.vendor-popup-content {
    background: #fff;
    width: 450px;
    max-width: 90%;
    margin: 4% auto;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}
.vendor-form-input input {
    border: 2px solid #E0E8D9 !important;
    color: #000;
    border-radius: 7px !important;
    margin-bottom: 0px;
    height: 35px;
}
	.vendor-form h3 {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 20px;
    text-align: center;
    font-weight: 800;
    color: #0B502E;
    margin-bottom: 10px;
}
	.vendor-form-input textarea {
    border: 2px solid #E0E8D9 !important;
    color: #000;
    border-radius: 7px !important;
    margin-bottom: 5px;
    min-height: 90px;
    resize: none;
}
	.vendor-form-input p {
    color: #4F6459;
    margin-bottom: 5px;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 700;
}
	.vendor-form-btn input {
    background-color: #157F3C !important;
    color: #F8FCF3;
    text-transform: capitalize;
    font-size: 13px;
    border-radius: 30px;
    padding: 10px 30px 10px 30px;
}
	.footer-col1 p {
    color: #E0E3E5;
    font-family: "Inter",sans-serif;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    margin: 0;
    line-height: 1.8rem;
}
	.volume-options {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
}
.cont-bread a {
    color: #F8FCF3 !important;
    font-weight: 600 !important;
}
	.privacy-list {
    color: #020803;
    font-family: "Inter", Sans-serif;
    font-size: 15px;
    padding: 0px 0px 0px 20px;
    margin-bottom: 10px !important;
}
	.privacy-head {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 21px;
    font-weight: 800;
    color: #0B502E;
    margin-bottom: 10px !important;
}
	.privacy-text {
    color: #020803;
    font-family: "Inter", Sans-serif;
    font-size: 15px;
    margin-bottom: 10px !important;
}
	.privacy-text1 {
    margin-bottom: 30px !important;
}
	.vendor-row {
    display: flex;
    flex-direction: column;
    gap: 0px;
}
	.bulk-form h3 {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 20px;
    text-align: center;
    font-weight: 800;
    color: #0B502E;
    margin-bottom: 10px;
}
	.bulk-form-input p {
    color: #4F6459;
    margin-bottom: 5px;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 700;
}
	.bulk-form-input input {
    border: 2px solid #E0E8D9 !important;
    color: #000;
    border-radius: 7px !important;
    margin-bottom: 0px;
    height: 35px;
}
		.bulk-form-input select {
    border: 2px solid #E0E8D9 !important;
    color: #000;
    border-radius: 7px !important;
    margin-bottom: 0px;
    height: 35px;
}
	.bulk-form-input textarea {
    border: 2px solid #E0E8D9 !important;
    color: #000;
    border-radius: 7px !important;
    margin-bottom: 5px;
    min-height: 80px;
    resize: none;
}
	.bulk-form-row {
    display: flex;
    gap: 0px;
    flex-direction: column;
}
	.single-product-page .wc-pincode-checker {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
	.wd-header-my-account .wd-tools-icon:before {
    content: "\f124";
    font-family: "woodmart-font";
    color: #000;
}
}

.home-prod .wd-product.wd-hover-quick .wd-add-btn>a {
    display: block;
    border-radius: 30px !important;
    font-size: 13px;
}

.shop-content-area .wd-product.wd-hover-quick .wd-add-btn>a {
    display: block;
    border-radius: 30px !important;
    font-size: 13px;
}

.single-product-page #shiprocket_pincode_check{
	display:none !important;
}

.single-product-page #check_pincode{
	display:none !important;
}

/* Single Product Main Image Fixed Size */

.single-product .woocommerce-product-gallery__wrapper img{
    width: 100% !important;
    height: 600px !important;
    object-fit: contain; 
}

/* Gallery Wrapper Fixed Height */
.single-product .woocommerce-product-gallery__image{
    height: 600px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.single-product-page .product_title {
    font-family: "Plus Jakarta Sans", Sans-serif !important;
    font-size: 32px !important;
    font-weight: 800 !important;
    color: #0B502E !important;
    padding: 0px !important;
    margin-bottom: 0px !important;
}
.single-product-page .woocommerce-product-details__short-description p{
	text-align: justify !important;
    font-family: "Inter", Sans-serif !important;
    font-size: 16px !important;
    color: #4F6459 !important;
}
.single-product-page .product-tabs-wrapper{
	display:none;
}
/* Make product summary flex */
.single-product .summary-inner{
    display:flex;
    flex-direction:column;
}
.single-product .product_title{
    order:1;
}
.single-product .woocommerce-product-details__short-description{
    order:2;
    margin-top:15px;
}
.single-product p.price{
    order:3;
    margin-top:10px;
}
.single-product form.cart{
    order:4;
}
.single-product-page .product_meta{
	display:none;
}
.single-product-page .wd-compare-btn{
	display:none;
}
.single-product-page .wd-wishlist-btn{
	display:none;
}
.single-product-page .wd-social-icons{
	display:none;
}
.single-product-page .single-breadcrumbs-wrapper{
	margin:0px !important;
}
.single-product .wc-pincode-checker{
    order:3;
}
.single-product p.price{
    order:4;
}
.single-product form.cart{
    order:5;
}
.single-product-page .quantity {
    display: flex !important;
    align-items: center !important;
    border: 2px solid #12211A !important;
    border-radius: 30px !important;
    overflow: hidden !important;
    height: 40px !important;
    padding: 0px 10px !important;
}
.single-product-page .variations select{
	border: 2px solid #12211A !important;
    border-radius: 10px !important;
}
