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

:root {
	--wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 16px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", 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: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 16px;
	--wd-primary-color: rgb(13,66,132);
	--wd-alternative-color: rgb(255,63,53);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-font-weight: 700;
	--btn-default-transform: uppercase;
	--btn-default-bgcolor: rgb(13,66,132);
	--btn-default-bgcolor-hover: rgb(242,148,55);
	--btn-accented-transform: uppercase;
	--btn-accented-bgcolor: rgb(13,66,132);
	--btn-accented-bgcolor-hover: rgb(242,148,55);
	--btn-transform: uppercase;
	--btn-color: rgb(255,255,255);
	--btn-font-size: 15px;
	--btn-color-hover: rgb(255,255,255);
	--wd-form-brd-width: 1px;
	--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: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(0,0,0);
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	background-position: center center;
	--wd-popup-width: 600px;
	--wd-popup-padding: 15px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: url(https://comfortdreams.rs/wp-content/uploads/2024/12/Untitled-design-21.jpg);
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(13,66,132);
	background-image: none;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-brd-color: rgb(61,61,61);
	--wd-form-brd-color-focus: rgb(31,31,31);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
: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: 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: 0px;
}

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

@media (min-width: 1222px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


h1 { font-size: 42px !important; }
h2 { font-size: 36px !important; 
			text-transform:uppercase;
}
h3 { font-size: 30px !important; }
h4 { font-size: 24px !important; }
h5 { font-size: 20px !important; }
h6 { font-size: 16px !important; }

.wd-products .wd-entities-title a{
    color: inherit;
	    text-transform: uppercase;
    font-size: 14px!important;
}
.product_list_widget>li .wd-entities-title {
    color: inherit;
	    text-transform: uppercase;
    font-size: 12px!important;
}
.wd-products .wd-entities-title  {
	  font-size: 15px!important;
	padding:7px 10px 0px;
}
.wd-products .wd-entities-title a:hover {
	text-decoration:underline;
}
.price .amount {
	font-size:17px;
	font-weight:700!important;
}
.wd-product .product-wrapper {
    border-radius: var(--wd-brd-radius);
    padding: 0 0 15px 0!important;
    background: #efefef;
    border-radius: 10px!important;
}
.wd-product :is(.product-image-link,.hover-img) img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.wd-buttons.wd-pos-r-t {
	display:none!Important;
}
.product-wrapper .wd-add-btn {
	display:none!important;
}
.product_title {
	font-size:36px!important;
	padding:0!important;
}

:is(.btn,.button,button,[type="submit"],[type="button"]) {
    padding: 5px 20px;
	font-size:15px;
}
:root {
	--wd-form-height: 45px;
	    --btn-height: 45px;
    --wd-gap-lg: 25px;
}

div.quantity input[type="number"] {
	width: 49px; 
}
input, select {
	font-size:15px!important;
}
.woocommerce-variation-price .price ins .amount{
font-size:30px!important;
}
.sale .woocommerce-variation-price .price del .amount bdi{
	font-size:16px!important;
}
 .summary-inner .woocommerce-variation-price .price .amount bdi {
font-size:30px!important;
}
.product-type-simple .summary-inner .price .amount bdi {
font-size:30px!important;
}
.widget_price_filter [class*="price_slider_amount"] .button {
	color:#fff!important;
}
.wd-product {
	border: 1px solid #ddd;
  border-radius: 10px; 
}
.woocommerce-product-details__short-description ul {
            list-style: none;
            padding: 0;
        }
        
       .woocommerce-product-details__short-description ul li {
            padding: 0px 0;
            position: relative;
            padding-left: 30px;
        }
        
     .woocommerce-product-details__short-description  ul li::before {
            content: "✓";
            color: rgb(242, 148, 55);
            font-weight: bold;
            font-size: 20px;
            position: absolute;
            left: 0;
			 font-family:'Arial';
        }
.woocommerce-product-gallery img, .woocommerce-product-gallery .zoomImg[src$=".png"] {
	border-radius:10px!important;
}
.button.btn-cart.wc-forward  {
	display:none;
}