@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//dynafarm.in/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
}

:root {
	--wd-text-font: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 14px;
	--wd-title-font: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(10,102,51);
	--wd-alternative-color: rgb(241,101,55);
	--btn-default-bgcolor: rgb(10,102,51);
	--btn-default-bgcolor-hover: rgb(0,81,28);
	--btn-accented-bgcolor: rgb(10,102,51);
	--btn-accented-bgcolor-hover: rgb(0,81,28);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(0,0,0);
	--wd-link-color-hover: rgb(0,0,0);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(0,0,0);
	background-image: none;
}
.product-labels .product-label.onsale {
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 500px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 12px;
}



.wd-page-title {
background-color: #0a0a0a;
}

.gt_white_content a{
color:black !important ;
}

.gt_white_content {
    height: 120px;
    padding: 20px;
    border-radius: 10px;
}

.woocommerce-MyAccount-navigation li {
	margin-top: 5px !important;
}

.wd-my-account-links[class*="wd-grid"] {
    --wd-col-lg: 4;
    --wd-col-md: 2;
    --wd-col-sm: 2;
    --wd-gap-lg: 20px;
    margin-top: 30px;
}

.product-labels .attribute-label{
display:none !important;
}

#otpless-login-page{
height:500px !important;
}

#reviews .woocommerce-verification-required{
display:none !important;
}

.sku_wrapper{
display:none !important;
}


.video-wrapper{
    width: 100%; 
    height: 100%; 
    display: block; 
    position: relative; 
    overflow: hidden;
}

.video-wrapper video{
    position: absolute; 
    top: 0px; left: 0px;
}

@media (max-width:576px) {
    .video-wrapper{
        min-height: 100vw;
    }    
}

.wd-video-actions .wd-play-video.wd-style-icon-bg-text>a:before{
font-size:13px !important;
}

.wd-video-actions .wd-play-icon>a:before {
    content: "\f101 \A Play Now" !important;
    white-space: pre !important;
	line-height: 1.5em !important;
	font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif, "woodmart-font";
}

.wd-video-actions .wd-play-video.wd-style-icon-bg-text{
text-align:center !important;
}

.IssueGrid {
	display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  gap: 10px;
	padding: 10px;
}

.IssueGrid .issueItem {
 border:1px Solid #a9a9a9;
	border-radius:10px;
}

.CropIssueSectionTitle h2{
font-size: 30px;
}

.IssuesinnerDiv img{
 border-radius:10px;
}

.IssueGridTitle{
font-style:bold;
	padding-top:10px;
	padding-bottom:10px;
}

.CustomWarningIssue span {
    background: #f16537;
    padding: 15px;
    border-radius: 20px;
	color: white;
}


/* Crop Issue Products */
.ProductGridCropIssue{
	display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  gap: 10px;
	padding: 10px;
}

.ProductGridCropIssue .ProductGridProduct {
 border:1px Solid #a9a9a9;
	border-radius:10px;
}

.ProductGridCropIssue .ProductGridProductImg {
border-radius:10px;
}

.ProductGridCropIssue .ProductGridProductTitle{
font-style:bold;
	padding-top:10px;
	padding-bottom:10px;
}

.ProductGridCropIssueSectionTitle h2{
font-size: 30px;
}

.wd-copyrights{
  color : white !important;
}

.wd-copyrights a{
  color : white !important;
}

.wd-buy-now-btn, .wd-buy-now-btn:hover{
 background-color:#f16a3d !important;
}

.product-wrapper .wd-product-brands-links a {
    color: black !important;
}

.wd-shipping-progress-bar.wd-style-bordered .wd-free-progress-bar {
	background: #fff5e1;}

.wpcsb-wrapper {
	z-index: 99999;}

.wpcsb-wrapper .variations_form .variations, .wpcsb-container .whatsapp-btn-wrapper{
display:none !important;
}

/* .whatsapp-btn-wrapper {
    margin-top: 15px;
} */

/* Desktop */
.whatsapp-btn {
    background: #25D366;
    color: #fff;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 600;
    display: inline-block;
}

/*  Woocommerce by RG */
@media (max-width: 767px) {

    .product-image-summary-wrap .woocommerce-variation-add-to-cart {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    /* Quantity full width */
    .product-image-summary-wrap .quantity {
        width: 100%;
/*         justify-content: center; */
    }

    /* Buttons base */
    .product-image-summary-wrap .woocommerce-variation-add-to-cart button,
    .product-image-summary-wrap .whatsapp-btn {
        width: 100%;
        height: 52px;
        font-size: 16px;
        font-weight: 600;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* ORDER */
    .product-image-summary-wrap .single_add_to_cart_button {
        order: 2;
    }

    .product-image-summary-wrap .wd-buy-now-btn {
        order: 3;
    }

    .product-image-summary-wrap .whatsapp-btn-wrapper {
        order: 4;
        width: 100%;
    }

    /* COLORS */
    .product-image-summary-wrap .single_add_to_cart_button {
        background: #166534;
        color: #fff;
        border: none;
    }

    .product-image-summary-wrap .wd-buy-now-btn {
        background: #ea6a3d;
        color: #fff;
    }

    .product-image-summary-wrap .whatsapp-btn {
        background: #25D366;
        color: #fff;
        border: none;
        width: 100%;
    }

    /* REMOVE ANY ICONS */
    .product-image-summary-wrap button::before,
    .product-image-summary-wrap .whatsapp-btn::before {
        display: none !important;
        content: none !important;
    }
}


/*  Sticky Button at Product by RG*/

/* Make container flex so we can reorder */
.wpcsb-atc {
    display: flex;
    gap: 10px;
}

/* Reorder buttons */
.wpcsb-atc .wpcsb-btn {
    order: 1; /* Add to Cart first */
}

.wpcsb-atc .wpcbn-btn {
    order: 2; /* Buy Now second */
}

/* Add to Cart button (Green) */
.wpcsb-atc .wpcsb-btn {
    background-color: #1f7a3a;
    color: #fff;
    border: none;
    padding: 10px 20px;
}

/* Buy Now button (Orange) */
.wpcsb-atc .wpcbn-btn {
    background-color: #f26b3a;
    color: #fff;
    border: none;
    padding: 10px 20px;
}

/* Optional: hover effects */
.wpcsb-atc .wpcsb-btn:hover {
    background-color: #16612d;
}

.wpcsb-atc .wpcbn-btn:hover {
    background-color: #d95a2f;
}
@media (min-width: 768px) and (max-width: 1024px) {
	.IssueGrid {
    display: grid;
    grid-template-columns: 50% 50% !important;
    gap: 10px;
    padding: 10px;
}

.ProductGridCropIssue{
	display: grid;
  grid-template-columns: 50% 50% !important;
  gap: 10px;
	padding: 10px;
}
}

@media (max-width: 576px) {
	/* Crop Issue Products */
.ProductGridCropIssue{
	display: grid;
  grid-template-columns: 50% 50% ;
  gap: 10px;
	padding: 10px;
}

.ProductGridCropIssue .ProductGridProduct {
 border:1px Solid #a9a9a9;
	border-radius:10px;
}

.ProductGridCropIssue .ProductGridProductImg {
border-radius:10px;
}


#chaty-widget-0 .chaty-widget {
    bottom: 80px !important;
}

.IssueGrid {
    display: grid;
    grid-template-columns: 50% 50% !important;
    gap: 10px;
    padding: 10px;
}

.ProductGridCropIssue{
	display: grid;
  grid-template-columns: 50% 50% !important;
  gap: 10px;
	padding: 10px;
}

}

