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

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #333333;
	--wd-text-font-size: 17px;
	--wd-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lato", 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: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 900;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: #4688c8;
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(70,136,200);
	--btn-default-bgcolor-hover: #ed235f;
	--btn-accented-bgcolor: rgb(70,136,200);
	--btn-accented-bgcolor-hover: #ed235f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 280px;
}
.wd-popup.wd-age-verify {
	background-color: #333333;
	background-image: none;
	--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-popup-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
.product-labels .product-label.new {
	background-color: rgb(221,51,51);
	color: rgb(255,255,255);
}
.product-labels .product-label.featured {
	color: rgb(30,115,190);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--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: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


/* @media (min-width: 1024px){
	.container{
		max-width: calc(100% - 40px);
	}
} */
.top-bar-content .wpb_text_column {
    margin-bottom: 0 !important;
}
.wd-header-html p:empty {
    display: none;
}
.wd-product-grid-slider-nav.wd-fill.wd-hide-md > div {
    background: #1414144d;
    color: #fff;
}
.wd-buttons.wd-pos-r-t {
    flex-direction: row;
    bottom: 0;
    top: auto !important;
    left: -6%;
    transform: translate(50%, 0%) !important;
    inset-inline-end: auto !important;
}
@media (min-width: 991px){
.single-product-content .gs_display_tag_txt span {
    padding: 3px 12px !important;
    font-size: 16px !important;
}
}
@media (max-width: 600px){
	.gs_display_tag_txt {
    gap: 2px !important; 
	}
	.products.elements-grid .gs_display_tag_txt span {
			font-size: x-small;
	}
}
.gs_display_tag_txt {
    display: grid;
    gap: 5px;
    font-size: 13px;
    order: -1;
    grid-template-columns: auto auto;
}
	.product-grid-item .gs_display_tag_txt.child-1-full span:nth-child(1){
		grid-column-start: 1;
		grid-column-end: 3;
	}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    height: auto !important;
}
.gs_display_tag_txt span {
    padding: 3px 4px;
    border-radius: 2px;
    background: rgb(224 224 224);
    color: #000;
}
.products .product-wrapper {
    border: 1px solid var(--brdcolor-gray-300) !important;
}
span.gprice {
    line-height: 1;
    display: block;
}
.products .product-type-variable form.variations_form {
    margin-top: auto !important;
}
.products .product-type-variable .price{
	margin-top: 0 !important;	
}
.products .star-rating, .products h3.wd-entities-title {
    order: -1;
}
/* .var-wrap .price, .var-wrap:hover .price {
    box-shadow: 0 0 3px 1px inset rgb(70,136,200) !important;
} */
.product-wrapper > *:not(.star-rating, .product-element-top) {
    padding: 2px 0px 20px !important;
}
.products .variable-items-wrapper {
    justify-content: center;
}
 .variable-item-contents .price, .variable-item-contents .woocommerce-Price-amount{
	font-size: 13px !important;
	     font-weight: 500;
}
[data-attribute_name="attribute_weight"] .variable-item:not(.radio-variable-item) {
    height: auto !important;
/*     padding: 0px !important;
    margin: 4px !important; */
}
/* [data-attribute_name="attribute_weight"] li.variable-item.button-variable-item {
    border: none !important;
    box-shadow: none !important;

} */
/* [data-attribute_name="attribute_weight"] .variable-item:not(.radio-variable-item) .var-wrap {
    -webkit-box-shadow: var(--wvs-item-box-shadow,0 0 0 1px #a8a8a8);
    box-shadow: var(--wvs-item-box-shadow,0 0 0 1px #a8a8a8);
    cursor: pointer;
    padding: 4px;
	border-radius: 4px;
} */

.var-wrap > span {
    display: block;
} 

.mailerlite-form-field label{
	display: none !important
}
input#mailerlite-1-field-email {
    border-color: #ffff;
}
.mailerlite-form-inputs {
    display: flex;
}
.mailerlite-form-field {
    width: 100%;
}
input.mailerlite-subscribe-submit {
    background: #4688c8 !important;
    color: #fff;
}
.mailerlite-form .mailerlite-form-field {
    margin-right: 3px;
}
.menu-opener{
	cursor: pointer;
}

.product-grid-item .wd-entities-title a {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
}
/* .product-grid-item {
    border: 2px solid #ededed;
	padding-bottom: 20px;
} */
.wd-product-cats a {
    color: #000;
}
.product-wrapper > *:not(.star-rating, .product-element-top) {
    padding: 2px 10px;
}
.product-grid-item span.price {
    font-size: 18px;
}
.products-bordered-grid-ins .product-wrapper {
    border-width: 1px !important;
}
.wd-product .product-wrapper {
    padding: 10px !important;
}
.product-wrapper > *:not(.star-rating, .product-element-top) {
    padding: 2px 10px 20px;
}
.wd-grid-g {
    gap: 15px !important;
}
span.onsale.product-label {
    display: none !important;
}
span.gs-sale {
    padding: 0 !important;
    background: transparent !important;
	display: block !important;
}
.product-grid-item .product-labels {
    right: 5px;
    left: auto;
}
span.new.product-label:not(.gs-new) {
    display: none;
}
span.new.gs-new.product-label {
    transform: rotate(51deg);
    top: -50px;
    position: absolute;
    right: -50px;
    width: 100px;
    height: 100px;
    border-radius: 200px;
	    align-items: self-end !important;
}
.single-product-page form.cart {
    display: block;
    text-align: left !important;
}
.product-type-simple form.variations_form.cart {
    display: none !important;
}
/* .product-grid-item {
grid-template-columns: repeat(3, 1fr);
            grid-auto-rows: 1fr;
} */
/* .gs_quick_shop .wd-fill, .gs_quick_shop{
position: relative;
}
.quick-shop-shown .wd-add-btn, .gs_quick_shop p.points {
    display: none !important;
}
.gs_quick_shop .quick-shop-wrapper .quick-shop-form {
    padding: 0;
}
.woo-variation-swatches .gs_quick_shop .variable-items-wrapper {
    justify-content: center;
} */