:root {
	--wd-text-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 14px;
	--wd-title-font: var(--wd-text-font);
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(0,0,0);
	--wd-entities-title-font: var(--wd-title-font);
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(0, 0, 0);
	--wd-alternative-font: var(--wd-text-font);
	--wd-widget-title-font: var(--wd-title-font);
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(0,0,0);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: var(--wd-text-font);
	--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(30,115,190);
	--wd-alternative-color: rgb(221,153,51);
	--btn-default-bgcolor: rgb(242,242,242);
	--btn-default-bgcolor-hover: rgb(0,0,0);
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: rgb(255,255,255);
	--wd-link-color: rgb(14,79,163);
	--wd-link-color-hover: rgb(0,102,191);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgba(255,255,255,0);
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 720px;
}
: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: #ffffff;
	background-image: none;
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: rgb(242,242,242);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 3px;
}
:root{
--wd-container-w: 1222px;
--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: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


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

document.addEventListener("DOMContentLoaded", function() {

function updateTimer() {

const now = new Date();

let target = new Date();

target.setHours(20,0,0,0);

if(now >= target){

target.setDate(target.getDate()+1);

}

const diff = target-now;

const hours =
Math.floor(diff/1000/60/60);

const minutes =
Math.floor(diff/1000/60)%60;

const seconds =
Math.floor(diff/1000)%60;

document.querySelector(
'.elementor-countdown-hours'
).innerHTML=hours;

document.querySelector(
'.elementor-countdown-minutes'
).innerHTML=minutes;

document.querySelector(
'.elementor-countdown-seconds'
).innerHTML=seconds;

}

setInterval(updateTimer,1000);

updateTimer();

});

.woocommerce-product-details__short-description table{
    width:100%;
    border-collapse:collapse !important;
}

.woocommerce-product-details__short-description table th,
.woocommerce-product-details__short-description table td{
    border:1px solid #dcdcdc !important;
    padding:10px !important;
}

/* Product Description Links Only */

.woocommerce-product-details__short-description p a,
.woocommerce-product-details__short-description li a,
.woocommerce-Tabs-panel p a,
.woocommerce-Tabs-panel li a{

    display:inline-block;
    background:#25D366;
    color:#ffffff !important;
    padding:14px 28px;
    border-radius:10px;
    font-weight:700;
    text-decoration:none !important;
    transition:all .3s ease;
    box-shadow:0 4px 12px rgba(37,211,102,.25);
    margin:8px 0;
}

.woocommerce-product-details__short-description p a:hover,
.woocommerce-product-details__short-description li a:hover,
.woocommerce-Tabs-panel p a:hover,
.woocommerce-Tabs-panel li a:hover{

    background:#1E9E4A;
    color:#ffffff !important;
}

.single-product .single_add_to_cart_button{
    display:none !important;
}