@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//geoatika.ru/wp-content/themes/woodmart/fonts/woodmart-font-3-700.woff2?v=8.2.2") format("woff2");
}

:root {
	--wd-text-font: "Familjen Grotesk", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(109,109,109);
	--wd-text-font-size: 16px;
	--wd-title-font: "Familjen Grotesk", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Familjen Grotesk", 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: "Familjen Grotesk", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Source Sans 3", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Familjen Grotesk", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-primary-color: rgb(26,178,72);
	--wd-alternative-color: rgba(255,218,117,0.93);
	--wd-link-color: rgb(26,178,72);
	--wd-link-color-hover: rgba(255,206,71,0.78);
	--btn-default-bgcolor: rgba(0,188,76,0.36);
	--btn-default-bgcolor-hover: rgba(26,188,91,0.2);
	--btn-accented-bgcolor: rgb(26,178,72);
	--btn-accented-bgcolor-hover: rgba(26,178,72,0.71);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(157,236,169);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(249,211,9);
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://geoatika.ru/wp-content/uploads/2021/07/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: url(https://geoatika.ru/wp-content/uploads/2021/07/page-title-shop.jpg);
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(238,239,240);
	background-image: none;
}
html .wd-product .price, html .wd-product .price > .amount, html .wd-product .price ins > .amount, html .product-image-summary-wrap .summary-inner > .price, html .product-image-summary-wrap .summary-inner > .price > .amount, html .product-image-summary-wrap .summary-inner > .price > .price > .amount, html .product-image-summary-wrap .summary-inner > .price ins .amount, html .wd-single-price .price, html .wd-single-price .price > .amount, html .wd-single-price .price > ins .amount, html .product-quick-view  .summary-inner > .price > .amount, html .product-quick-view .summary-inner > .price > ins .amount {
	font-family: Verdana, Geneva, sans-serif;	font-weight: 500;
	font-size: 18px;
	color: rgb(221,51,51);
}
.page .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
	--wd-arrow-bg: rgb(225,235,255);
}
.wd-nav-scroll {
	--wd-nscroll-bg: rgb(225,235,255);
}
.product-labels .product-label.onsale {
	background-color: rgb(255,138,91);
}
.product-labels .product-label.new {
	background-color: rgb(0,239,135);
}
.product-labels .product-label.featured {
	background-color: rgb(255,105,180);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(222,226,230);
}
.product-labels .product-label.attribute-label:not(.label-with-img) {
	color: rgb(47,158,68);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1280px;
--wd-form-brd-radius: 5px;
--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: 12px;
}

@media (min-width: 1280px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1280px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1280px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.woocommerce-notices-wrapper {
  display: none;
}