:root {
	--wd-text-font: "Roboto Flex", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(20,16,11);
	--wd-text-font-size: 14px;
	--wd-title-font: "Roboto Flex", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-transform: none;
	--wd-title-color: rgb(20,16,11);
	--wd-entities-title-font: "Roboto Flex", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-transform: none;
	--wd-entities-title-color: rgb(20,16,11);
	--wd-entities-title-color-hover: rgba(20, 16, 11, 0.8);
	--wd-alternative-font: var(--wd-text-font);
	--wd-widget-title-font: "Roboto Flex", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: none;
	--wd-widget-title-color: rgb(20,16,11);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Roboto Flex", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 14px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(250,164,26);
	--wd-alternative-color: #fbbc34;
	--btn-default-font-family: "Roboto Flex", Arial, Helvetica, sans-serif;
	--btn-default-font-weight: 400;
	--btn-default-transform: none;
	--btn-default-font-size: 16px;
	--btn-default-bgcolor: rgb(20,16,11);
	--btn-default-bgcolor-hover: rgba(20,16,11,0.8);
	--btn-default-padding: 7px 16px 6px 16px;
	--btn-accented-font-family: "Roboto Flex", Arial, Helvetica, sans-serif;
	--btn-accented-font-weight: 400;
	--btn-accented-transform: none;
	--btn-accented-font-size: 12px;
	--btn-accented-bgcolor: rgb(18,188,55);
	--btn-accented-bgcolor-hover: rgba(18,188,55,0.8);
	--btn-accented-padding: 7px 16px 6px 16px;
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(18,188,55);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(250,164,26);
	--notices-warning-color: #fff;
	--wd-link-color: rgb(20,16,11);
	--wd-link-color-hover: rgba(20,16,11,0.8);
	--wd-link-decor-color: rgb(250,164,26);
	--wd-link-decor-color-hover: rgba(250,164,26,0.8);
}
.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(31,30,33);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1540px;
--wd-form-brd-radius: 0px;
--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: 0px;
}

@media (min-width: 1540px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}



.wd-copyrights {
    border-top: none !important;
}

.wd-header-nav {
    padding-inline: 65px !important;
}
.wd-nav>li:is(.wd-has-children,.menu-item-has-children)>a:after {
		margin-inline-start: 5px !important;
}

.boxshadow {
	box-shadow: 1px 2px 8px 0px #322E2A40;
}

.machines-mini-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	row-gap: 10px;
	column-gap: 10px;
}
.machines-mini-wrapper figcaption {
	text-align: center;
	font-weight: 600;
}
@media(max-width: 768px) {
	.machines-mini-wrapper {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media(max-width: 450px) 
{
	.machines-mini-wrapper {
		grid-template-columns: 1fr 1fr;
	}
}
button.product-ch-header.pr-ch-btn{
    color: #FFFFFF;
    background-color: #f6a321;
    border-color: #f6a321;
}

.our-services .info-box-content {
    padding: 10px 24px 24px 24px ;
}

.our-services .wd-info-box .info-btn-wrapper {
    margin-top: 30px;
}

.our-services .info-box-content .info-box-inner {
    min-height: 100px;
}

@media (max-width: 764px) {
	.our-services .info-box-icon {
		display: none !important;
	}
	
	.our-services .info-box-content {
    padding: 10px 24px 24px 24px ;
	}
	
	.our-services .info-box-content .info-box-inner {
    min-height: auto;
	}
	
	.our-services .wd-info-box .info-btn-wrapper {
    margin-top: 15px;
	}
}
