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

:root {
	--wd-text-font: "Work Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 16px;
	--wd-title-font: "Work Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Ubuntu", 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: "Satisfy", 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: "Work Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(64,137,16);
	--wd-alternative-color: rgb(40,88,60);
	--wd-link-color: #45a018;
	--wd-link-color-hover: rgb(30,115,190);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(40,55,88);
	--btn-accented-bgcolor-hover: rgb(40,88,60);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
.wd-popup.wd-age-verify {
	--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;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title {
	background-color: #ffffff;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1600px;
--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: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 12px;
}

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


.product-label.onsale {
    background-color: #e80000;
} 
a.go-to-tab {
	font-weight: 600;
  font-size: 15px;
  line-height: 1.1; }
  a.go-to-tab:before {
    display: inline-block;
    margin-right: 5px;
    vertical-align: text-top; }
}

.pswp>div { 
    display: none;
}

.single .wd-sticky-btn p.locatie-depozit {
    display: none;
}

a.go-to-tab {
    border: 2px solid #339059;
    color: #339059;
}

a.go-to-tab {
	display: inline-block;
    position: relative;
    padding: 0 22px 0 19px;
    margin: 0 32px 18px 0;
    /* border: 13px solid #9E9E9E; */
    color: #339059;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 13px;
    text-transform: uppercase;
    box-sizing: border-box;
    white-space: nowrap;
}

.joinchat__button {
	  z-index: 995;
    bottom: 70px;
}

p.locatie-depozit {
	display: inline-block;
    position: relative;

    color: #000;
    height: 27px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    text-transform: uppercase;
    box-sizing: border-box;
    white-space: nowrap;
}

body .wd-timer span {
    background-color:green;
}

body .wd-timer span,
body .wd-timer span span{
    color:orange;
}

body .wd-timer .countdown-sec {
    display:none;
}

.wd-product-countdown.wd-timer::before {
    content: "Promotia expira in:";
    display: block;
    color: red;
    font-size: 20px;
    margin-bottom: 10px;
}
.wd-product-countdown span {
    background: red;
    color: white;
}

p.available-on-backorder {
    white-space: normal !important;
	color:red;
}