:root {
	--wd-text-font: "Old Standard TT", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 16px;
	--wd-title-font: "Cinzel", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Cinzel", 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: "Old Standard TT", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Cinzel", 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: "Cinzel", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(216,176,86);
	--wd-alternative-color: rgb(216,176,86);
	--btn-default-bgcolor: rgb(216,176,86);
	--btn-default-bgcolor-hover: rgb(216,162,36);
	--btn-accented-bgcolor: rgb(216,176,86);
	--btn-accented-bgcolor-hover: rgb(216,176,86);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(63,77,66);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(216,176,86);
	--notices-warning-color: #fff;
	--wd-link-color: rgb(216,176,86);
	--wd-link-color-hover: rgb(216,176,86);
}
.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: 280px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	background-attachment: scroll;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(42,42,42);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1300px;
--wd-form-brd-radius: 35px;
--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: 1300px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: rgb(255,255,255);
}

:root {
    --px-primary: #D8B056;
}

/*var(--e-global-color-primary)*/

/* Utilities */

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: white;
}

::-webkit-scrollbar-thumb {
    background: var(--px-primary);
    border-radius: 50px;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: var(--px-primary);
    opacity: .6;
}

::selection {
    color: white;
    background: var(--px-primary);
}

/* Layout */

.website-wrapper {
    min-height: 100vh;
    position: relative;
}

.main-page-wrapper {
    min-height: 450px;
}

.footer-container {
    position: sticky;
    top: 100%;
}

/* Out of stock */
.woocommerce-variation-add-to-cart-disabled {
    display: none;
}

.out-of-stock.product-label {
    max-width: none;
    color: #1e1f26;
    background: #F2F2F2 !important;
}

.product-grid-item.outofstock {
    opacity: .4;
}


.wd-empty-page {
    font-size: 20px;
}

.platform-Windows [class*=wd-section-stretch] {
    width: calc(100vw);
    left: calc(50% - 50vw);
}

.star-rating,
.stars:hover a:before,
.stars.selected a:before,
.stars.selected:hover a:before {
    color: var(--px-primary);
}

/*.product-grid-item {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}*/


/* Woo Swatches */

/*.wvs-has-image-tooltip:before, [data-wvstooltip]:before {
  color: #fff;
  background-color: var(--px-primary);
  border-color: var(--px-primary);
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    box-shadow:none;
    border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
    padding:10px;
    height:auto;
}*/


/* WD Swatches */

.wd-swatch {
    padding: 10px;
    display: inline-flex;
    align-items: center;
    border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
    justify-content: center;
}

.wd-swatch.active-swatch {
    border-color: var(--px-primary);
}

.wd-swatch:after {
    display: none;
}

/* Pixeler LInk */

.pixeler-link {
    margin-left: 5px;
}

.pixeler-link img {
    filter: grayscale(100%);
    opacity: .5;
}

.pixeler-link:hover {
    color: #0c88b4;
}

.pixeler-link:hover img {
    filter: grayscale(0);
    opacity: 1;
}


/* Woo/MyAccount/Dashboard */


.wd-my-account-links a {
    display: flex;
    align-items: center;
}

.wd-my-account-links a:before {
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 1;
}


.woocommerce-MyAccount-title.entry-title {
    display: none;
}


a {
    transition: all .3s ease;
}


/* Fix images */

.product-grid-item .product-image-link {
    height: 170px;
}

@media only screen and (max-width: 768px) {
    .product-grid-item .product-image-link {
        height: 150px;
    }
}


.product-grid-item .product-image-link img,
.product-grid-item .hover-img img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

/* Single product */
/*.product-image-wrap a {
    display: block;
    height: 500px;
}

.product-image-wrap a img {
    object-fit: contain;
    max-height: 100%;
}

.product-image-thumbnail {
    display: flex;
    height: 120px;
    border: 1px solid #f2f2f2;
    padding: 10px;
}

.product-image-thumbnail img {
    object-fit: contain;
    max-height: 100%;
}*/

.wd-sticky-btn-thumbnail.woodmart-sticky-btn-thumbnail {
    height: 50px;
}

.wd-sticky-btn-thumbnail.woodmart-sticky-btn-thumbnail img {
    height: 100%;
    object-fit: contain;
}

.wd-back-btn {
    display: none;
}


/* Complianz */

#cmplz-document {
    max-width: 100%;
}



.whb-top-bar a {
color:inherit;
}
.icons-design-bordered .wd-social-icon {
border-width:1px;
}

.wd-back-btn {
display:none;
}

.wc-pao-addon-image-swatch.selected {
    outline-color: var( --e-global-color-primary );
}

#qlwapp.qlwapp-middle-right {
z-index:100;
}
.wpify-woo-form button {
	background:var( --e-global-color-primary );
	color:white;
}
@media (min-width: 1025px) {
	.whb-header:not(.whb-sticked) .woodmart-logo img {
	  margin-top: -50px;
    width: 140px;
    max-height: none;
	max-width: 100% !important;
}
}

