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

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//thermopak.ru/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//thermopak.ru/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//thermopak.ru/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//thermopak.ru/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//thermopak.ru/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//thermopak.ru/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//thermopak.ru/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//thermopak.ru/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Unbounded", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 800;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Manrope", 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: "Manrope", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Manrope", 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(237,73,22);
	--wd-alternative-color: rgb(237,73,22);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(237,73,22);
	--btn-accented-bgcolor-hover: rgb(237,118,83);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(237,73,22);
	--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: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
: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;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1400px;
--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: 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: 8px;
}

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


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

.custom-variations-wrapper {
    font-family: 'Manrope', sans-serif;
    margin-top: 20px;
}

.variation-sizes-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.variation-size-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 85px;
    height: 65px;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    background-color: #fff;
    padding: 10px;
    transition: all 0.3s ease;
}

.variation-size-box:hover,
.variation-size-box.selected {
    border-color: #FF3A3A;
    background-color: #FF3A3A;
    color: white !important;
}

.variation-size-box:hover .variation-size,
.variation-size-box.selected .variation-size,
.variation-size-box:hover .variation-price,
.variation-size-box.selected .variation-price.selected {
    color: white !important;
}

.variation-size-box:hover .variation-price *,
.variation-size-box.selected .variation-price * {
    color: white !important;
}

.variation-size-box:hover .variation-price bdi,
.variation-size-box.selected .variation-price bdi {
    color: white !important;
}

.variation-size-box:hover .variation-price span,
.variation-size-box.selected .variation-price span {
    color: white !important;
}

.variation-size-box:hover .variation-price .woocommerce-Price-amount,
.variation-size-box:hover .variation-price .woocommerce-Price-currencySymbol,
.variation-size-box.selected .variation-price .woocommerce-Price-amount,
.variation-size-box.selected .variation-price .woocommerce-Price-currencySymbol {
    color: white !important;
}

.variation-size-box.selected {
    transform: scale(1.1);
}

.variation-size {
    font-weight: bold;
    font-variant-east-asian: JIS90;
    font-size: 15px;
    color: inherit;
}

.variation-price {
    font-size: 14px;
    color: inherit;
}

.custom-price-wrapper {
    font-size: 24px;
    font-weight: bold;
    color: #FF3A3A;
    margin-top: 20px;
    text-align: left;
}

.custom-add-to-cart {
    margin-top: 15px;
    padding: 12px 25px;
    font-size: 16px;
    background-color: #FF3A3A;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    transition: background-color 0.3s ease;
    width: 500px;
}

.custom-add-to-cart:hover {
    background-color: #e73232;
}

.custom-add-to-cart-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 15px;
    width: 400px;
}

#custom-selected-size {
    font-size: 18px;
    font-weight: bold;
    color: #FF3A3A;
}

.custom-cart-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF3A3A;
    color: #FFF;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s;
}

.custom-cart-button:hover {
    background: #E02D2D;
}

.custom-cart-button:disabled {
    background: #ddd;
    cursor: not-allowed;
}

.custom-reviews-shortcode {
    font-family: 'Unbounded', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    text-decoration: underline;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 20px 0;
    color: #333333;
}

.custom-variations-wrapper .variation-price bdi {
    font-size: 14px;
    font-weight: 400;
    color: #242424;
}

.custom-variations-wrapper .variation-price bdi:hover {
    color: #ffffff;
}

.custom-variations-wrapper .variation-price bdi:active {
    color: #ffffff;
}

#custom-add-to-cart {
    padding-right: 0px;
    padding-left: 92px;
    left: -90px;
    z-index: 0;
    width: 335px;
    font-size: 16px;
    color: #ffffff;
    transform: translatex(0px) translatey(0px);
    border-width: 0px;
}

#selected-variation-size {
    z-index: 1000;
    position: relative;
    left: 28px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border-right-style: solid;
    border-right-color: #7f301e;
    border-right-width: 1px !important;
    right: 162px;
    width: 88px !important;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    margin-right: 0px;
    margin-left: -6px;
    margin-top: 0px;
    border-style: solid;
    border-width: 0px;
    border-color: #7f301e;
    border-top-width: 0px;
}

.website-wrapper .main-page-wrapper {
    transform: translatex(0px) translatey(0px);
}

.custom-variations-wrapper .variation-size {
    font-weight: 600;
    font-size: 16px;
    color: #242424;
}

.custom-variations-wrapper .variation-price bdi {
    font-size: 14px;
    font-weight: 400;
    color: #242424;
}

.website-wrapper {
    transform: translatex(0px) translatey(0px);
}

.custom-variations-wrapper .variation-size-box {
    transform: translatex(0px) translatey(0px);
    background-size: auto;
    color: #ffffff;
}

.custom-variations-wrapper .variation-size-box:hover span,
.custom-variations-wrapper .variation-size-box:hover span.woocommerce-Price-amount,
.custom-variations-wrapper .variation-size-box:hover span.woocommerce-Price-amount > * {
    color: #ffffff !important;
}

.elementor-widget-woocommerce-product-title h1 {
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
}

.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb span {
    display: inline-block;
    font-size: 13px;
    font-weight: 600 !important;
}

.product .wd-negative-gap .e-con-inner .elementor-element .elementor-element .elementor-element .elementor-widget-woocommerce-breadcrumb .elementor-widget-container nav {
    transform: translatex(0px) translatey(0px) !important;
}

.elementor-widget-woocommerce-breadcrumb nav {
    transform: translatex(0px) translatey(0px);
}

.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb a {
    font-size: 13.3px;
}

.e-n-tabs-heading .e-n-tab-title h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #707070;
}

.e-n-tabs-heading .e-n-tab-title span {
    line-height: 22px;
    color: #707070;
    position: relative;
    top: 0px;
}

.custom-variations-wrapper .variation-price:hover {
    color: #ffffff;
}

.custom-variations-wrapper .variation-size-box:hover {
    color: #ffffff;
}

.wd-products-element .element-title span {
    color: #242424;
}

.recently-viewed-products {
    margin-top: 30px;
    text-align: center;
}

.recently-viewed-products h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: left;
}

.recently-viewed-products .recently-viewed-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.recently-viewed-products .recently-viewed-item {
    flex: 1 1 calc(25% - 20px);
    text-align: center;
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.recently-viewed-products .recently-viewed-item:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.recently-viewed-products .recently-viewed-item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 8px;
}

.recently-viewed-products .product-info {
    margin-top: 10px;
}

.recently-viewed-products .product-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: left;
}

.recently-viewed-products .product-title a {
    color: #333;
    text-decoration: none;
}

.recently-viewed-products .product-title a:hover {
    color: #ff3a3a;
}

.recently-viewed-products .price {
    color: #ff3a3a;
    font-weight: bold;
    margin-top: 5px;
    display: block;
    text-align: left;
}

.recently-viewed-products .price {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #ed4916;
}

.amount {
    color: var(--wd-primary-color);
    font-weight: 600;
    size: 14px;
}

.elementor-widget-woolentor-related-product-custom .ht-products .product {
    display: inline-block;
    transform: translatex(0px) translatey(0px) !important;
}

.ht-products a .attachment-large {
    border-width: 0px;
    border-style: none;
}

.ht-products .product .ht-product-inner {
    box-shadow: none;
    visibility: visible;
}

.ht-products .product .ht-product-inner:hover {
    box-shadow: none;
}

.ht-products .product .ht-product-inner:active {
    box-shadow: none;
}

.elementor-widget-wl-recently-viewed-products .woolentor-recently-viewed-product {
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.elementor-widget-wl-recently-viewed-products .woolentor-recently-viewed-product .woolentor-recently-view-content {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-left-color: transparent;
    border-bottom-color: transparent;
    box-shadow: none;
}

.elementor-widget-wl-recently-viewed-products .wl-col-4 {
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.sticky-element {
    position: relative;
    transition: all 0.3s ease, transform 0.2s ease-out;
    z-index: 10;
}

.sticky-element.fade-out {
    opacity: 0;
    transform: translateY(20px); /* Лёгкий сдвиг вниз */
}

.sticky-element.fade-in {
    opacity: 1;
    transform: translateY(0); /* Без сдвига */
}

