@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//globalwood.pl/template/fonts/woodmart-font-1-400.woff2?v=8.3.8") format("woff2");
}

:root {
	--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(176,142,115);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(176,142,115);
	--btn-accented-bgcolor-hover: rgb(198,158,129);
	--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: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 25px;
}
: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;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--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: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--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;
}

.DH-calc-wrapper {
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 40px 0;
    border-radius: 15px;
    overflow: hidden;
    color: #fff;
    background-color: #000;
    position: relative;
    height: 550px;
}

.DH-calc-wrapper::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: green;
    background-image: url('/media/2022/07/dream-heat-futuristic.png');
    background-position: center;
    background-size: cover;
    opacity: 75%;
}

.section-2 h2, .section-5 h2, .section-7 h2 {
    font-size: 24px !important;
}

.DH-calculator {
    height: 100%;
    width: 100%;
    position: absolute;
    padding: 10px;
}

.DH-calculator .title h2 {
    text-align: center;
    font-size: 22px !important;
    margin-top: 10px;
    color: #fff !important;
}

.DH-calculator .forms {
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: space-around;
    width: 100%;
    font-size: 16px;
}

.DH-calculator .radio-section {
    display: flex;
    justify-content: space-around;
    margin: 50px 0 25px;
}

.DH-calculator .numbers-section {
    display: flex;
    justify-content: space-around;
    line-height: 25px;
}

.numbers-section .left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.input-wrapper {
    display: flex;
    justify-content: center;
}

input[type="radio"] {
    line-height: 18px;
    display: block;
    height: 32px;
    margin: 0 5px;
}

.results {
    display: flex;
    justify-content: center;
    gap: 10%;
    margin-top: 40px;
}

.results .left, .results .right {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 25px;
}

.results .left span, .results .right span {
    font-size: 40px;
    font-weight: bold;
    line-height: 35px;
}

.DH-calculator .info {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.DH-calculator input[type="number"], .DH-calculator input[type="text"] {
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    width: 120px;
    margin: 0 5px;
    outline: none;
}

.info p {
    text-align: justify;
}

.DH-calculator input, .DH-calculator input[disabled] {
    color: #fff !important;
    font-size: 16px;
    text-align: center;
}

/*RESPONSIVE*/
@media screen and (max-width: 1024px) {
    .DH-calc-wrapper {
        width: 100%;
        margin: 0;
        border-radius: 0;
        height: 700px;
    }

    .DH-calculator {
        padding: 20px 50px;
    }

    .radio-section, .numbers-section {
        flex-direction: column;
        gap: 10px;
    }

    .results, .results span{
        gap: 20px;
        font-size: 30px !important;
    }

    .forms {
        align-items: center;
    }

}

@media screen and (max-width: 450px) { 
    .DH-calc-wrapper {
        height: 900px;
    }
}