:root {
	--wd-hb-opt-h: 45px;
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", 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: 500;
	--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: "Poppins", 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: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(0,123,196);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(0,123,196);
	--btn-accented-bgcolor-hover: rgb(0,106,169);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(30,115,190);
	background-image: none;
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center top;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 500px;
}
.wd-hb {
	background-color: rgb(255,255,255);
	background-image: none;
}
: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(10,10,10);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-hb-opt-h: 61px;
	}

}
: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: 35px;
--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: 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);
}
}


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

span.posted_in {
    display: none !important;
}
.product_meta {
    display: none;
}
.more-products {
    display: none;
}
.hover-mask {
    background-color: #edecea;
}
a.btn.wd-switch-to-register {
    background-color: black;
    color: white;
}@media (min-width: 1025px) {
	a.buy-now.button {
    margin-bottom: 10px;
    margin-left: 30px;
    background-color: blue;
    color: white;
    border-radius: 5px;
}


}

@media (min-width: 768px) and (max-width: 1024px) {
	a.buy-now.button {
    margin-bottom: 10px;
    width: 48%;
    background-color: blue;
    color: white;
    border-radius: 5px;
}
button.single_add_to_cart_button.button.alt {
    width: 48%;
}
input.plus {
    display: block !important;
    margin-right: 90px;
}
.single-product .wd-action-btn.wd-style-text>a {
    background-color: #fff;
    padding: 15px 8px;
    display: flex;
    box-shadow: 0 2px 2px 0 #e6e7eb;
}
.col-12.poduct-tabs-inner {
    border-top: 5px solid #d6dde9;
}

}

@media (min-width: 577px) and (max-width: 767px) {
	a.buy-now.button {
    margin-bottom: 10px;
    width: 48%;
    background-color: blue;
    color: white;
    border-radius: 5px;
}
button.single_add_to_cart_button.button.alt {
    width: 48%;
}
input.plus {
    display: block !important;
    margin-right: 90px;
}
.single-product .wd-action-btn.wd-style-text>a {
    background-color: #fff;
    padding: 15px 8px;
    display: flex;
    box-shadow: 0 2px 2px 0 #e6e7eb;
}
.col-12.poduct-tabs-inner {
    border-top: 5px solid #d6dde9;
}

}

@media (max-width: 576px) {
	a.buy-now.button {
    margin-bottom: 10px;
    width: 48%;
    background-color: blue;
    color: white;
    border-radius: 5px;
}
button.single_add_to_cart_button.button.alt {
    width: 48%;
}
input.plus {
    display: block !important;
    margin-right: 90px;
}
.single-product .wd-action-btn.wd-style-text>a {
    background-color: #fff;
    padding: 15px 8px;
    display: flex;
    box-shadow: 0 2px 2px 0 #e6e7eb;
}
.col-12.poduct-tabs-inner {
    border-top: 5px solid #d6dde9;
}

}

