@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//giftlab.by/wp-content/themes/woodmart/fonts/woodmart-font-2-400.woff2?v=7.5.1") format("woff2");
	font-display:block;
}

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Tilda Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 500;
	--wd-text-color: rgb(51,51,51);
	--wd-text-font-size: 16px;
	--wd-title-font: "Tilda Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 800;
	--wd-title-transform: uppercase;
	--wd-title-color: rgb(51,51,51);
	--wd-entities-title-font: "Tilda Sans", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: rgb(51,51,51);
	--wd-entities-title-color-hover: rgb(208, 155, 41);
	--wd-alternative-font: "Tilda Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Tilda Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: none;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 20px;
	--wd-header-el-font: "Tilda Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 16px;
	--wd-brd-radius: 10px;
	--wd-primary-color: rgb(238,185,69);
	--wd-alternative-color: rgb(208,155,41);
	--wd-link-color: rgb(208,155,41);
	--wd-link-color-hover: rgb(208,155,41);
	--btn-default-bgcolor: rgb(238,185,69);
	--btn-default-bgcolor-hover: rgb(208,155,41);
	--btn-accented-bgcolor: rgb(238,185,69);
	--btn-accented-bgcolor-hover: rgb(208,155,41);
	--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: 210px;
}
.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;
}
.header-banner {
	background-color: rgb(253,244,228);
	background-image: none;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(255,251,246);
	background-image: none;
}
.page .main-page-wrapper {
	background-color: rgb(255,251,246);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .main-page-wrapper {
	background-color: rgb(255,251,246);
	background-image: none;
}
.single-product .main-page-wrapper {
	background-color: rgb(255,251,246);
	background-image: none;
}
.woodmart-archive-blog .main-page-wrapper {
	background-color: rgb(255,251,246);
	background-image: none;
}
.single-post .main-page-wrapper {
	background-color: rgb(255,251,246);
	background-image: none;
}
.woodmart-archive-portfolio .main-page-wrapper {
	background-color: rgb(255,251,246);
	background-image: none;
}
.single-portfolio .main-page-wrapper {
	background-color: rgb(255,251,246);
	background-image: none;
}
html .wpcf7 input[type="submit"] {
	color: rgb(255,255,255);
	background: rgb(238,185,69);
}
html .wpcf7 input[type="submit"]:hover {
	color: rgb(255,255,255);
	background: rgb(208,155,41);
}
.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
	--wd-arrow-color: rgb(53,53,53);
	--wd-arrow-color-hover: rgb(255,255,255);
	--wd-arrow-color-dis: rgba(56,56,56,0.5);
	--wd-arrow-bg: rgb(255,255,255);
	--wd-arrow-bg-hover: rgb(238,185,69);
	--wd-arrow-bg-dis: rgba(242,242,242,0.49);
	--wd-arrow-radius: 5px;
	--wd-arrow-shadow: 0px 2px 4px 0px rgba(51,51,51,0.1);
}
.wd-nav-pagin-wrap:not(.wd-custom-style) {
	--wd-pagin-bg: rgb(229,229,229);
	--wd-pagin-bg-hover: rgb(208,155,41);
	--wd-pagin-bg-act: rgb(238,185,69);
	--wd-pagin-radius: 2px;
	--wd-pagin-brd: 0px solid;
}
.product-labels .product-label.onsale {
	background-color: rgb(238,185,69);
	color: rgb(255,255,255);
}
.product-labels .product-label.new {
	background-color: rgb(51,51,51);
	color: rgb(255,255,255);
}
.product-labels .product-label.featured {
	background-color: rgb(238,185,69);
	color: rgb(255,255,255);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(51,51,51);
	color: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 50px;
	}

}
:root{
--wd-container-w: 1400px;
--wd-form-brd-radius: 5px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--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;
}

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


@font-face {
	font-family: "Tilda Sans";
	src: url("//giftlab.by/wp-content/uploads/2025/04/TildaSans-Bold.woff") format("woff");
	font-weight: 700;
	font-display:block;
	font-style: normal;
}

@font-face {
	font-family: "Tilda Sans";
	src: url("//giftlab.by/wp-content/uploads/2025/04/TildaSans-Black.woff") format("woff");
	font-weight: 900;
	font-display:block;
	font-style: normal;
}

@font-face {
	font-family: "Tilda Sans";
	src: url("//giftlab.by/wp-content/uploads/2025/04/TildaSans-ExtraBold.woff") format("woff");
	font-weight: 800;
	font-display:block;
	font-style: normal;
}

@font-face {
	font-family: "Tilda Sans";
	src: url("//giftlab.by/wp-content/uploads/2025/04/TildaSans-Light.woff") format("woff");
	font-weight: 200;
	font-display:block;
	font-style: normal;
}

@font-face {
	font-family: "Tilda Sans";
	src: url("//giftlab.by/wp-content/uploads/2025/04/TildaSans-Medium.woff") format("woff");
	font-weight: 500;
	font-display:block;
	font-style: normal;
}

@font-face {
	font-family: "Tilda Sans";
	src: url("//giftlab.by/wp-content/uploads/2025/04/TildaSans-Regular.woff") format("woff");
	font-weight: 400;
	font-display:block;
	font-style: normal;
}

@font-face {
	font-family: "Tilda Sans";
	src: url("//giftlab.by/wp-content/uploads/2025/04/TildaSans-Semibold.woff") format("woff");
	font-weight: 600;
	font-display:block;
	font-style: normal;
}

@font-face {
	font-family: "Tilda Sans";
	src: url("//giftlab.by/wp-content/uploads/2025/04/TildaSans-VF.woff") format("woff");
	font-weight: 300;
	font-display:block;
	font-style: normal;
}

/*контакты*/
iframe {
	border-radius: 20px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1)!important;
}

/*блог*/
body > div.website-wrapper > div > div.container > div > div > div.wd-single-footer {
	border: 0px;
}

body > div.website-wrapper > div > div.container > div > div > div.wd-page-nav {
	border: 0px;
}

/*каталог*/
div.product-element-bottom > div.wd-product-header > h3 > a {
	font-size: 20px;
	font-weight: 600;
}

div.product-element-bottom > div.wd-product-sku > span.wd-label {
	color: var(--color-gray-400);
	font-weight: 500;
}

div.product-element-bottom > div.wrap-price > span > span.woocommerce-Price-amount {
	font-size: 20px;
}

div.wd-carousel-container.wd-products.products > div.wd-carousel-inner > div.wd-carousel > div > div > div:hover > div.product-wrapper {
	border: 2px solid #EEB945;
	transition: all .25s ease;
}

div.wd-carousel-container.wd-products.products > div.wd-carousel-inner > div.wd-carousel > div > div > div > div.product-wrapper {
	background-color: white;
	border: 2px solid white;
	border-radius: 20px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1)!important;
	padding: 10px 10px 20px 20px;
	
}

/*товар*/
div.single_variation_wrap > div > div.woocommerce-variation-description {
	display: none;
}

div.woocommerce-variation-add-to-cart.variations_button > button.single_add_to_cart_button {
	min-width: 220px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1)!important;
}

.wd-reset-bottom-lg.variation-swatch-selected {
        --wd-var-table-mb: 20px;
    }

#tab-title-wd_additional_tab > span {
	font-size: 16px;
	color: #111;
} 
#opisanie > div.vc_tta-panel-heading > h4 > a > i {
	height: 16px;
  width: 16px;
	color: #333;
}

#opisanie > div.vc_tta-panel-heading:hover > h4 > a > span {
	color: #EEB945;
	transition: all .25s ease;
}

.wd-single-tabs {
	border: solid white 2px!important;
	border-radius: 20px!important;
	padding-top: 7px;
	padding-bottom: 7px;
}
div.single-product-page > div > div.vc_row > div.wpb_column > div > div > div.vc_tta-container > div > div.vc_tta-panels-container{
	border: solid white 2px!important;
	border-radius: 20px!important;
}

.wd-single-tabs:hover,
div.single-product-page > div > div.vc_row > div.wpb_column > div > div > div.vc_tta-container > div > div.vc_tta-panels-container:hover{
	border: solid #EEB945!important;
	border-width: 2px!important;
	border-radius: 20px!important;
	transition: all .25s ease;
}

#opisanie {
	background: white;
	border-radius: 20px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1)!important;
}

#opisanie > div.vc_tta-panel-heading > h4 > a  {
	background: white;
	border-radius: 20px;
	color: #333;
	font-size: 24px;
	text-transform: none!important;
	font-weight: 600;
}

#opisanie > div.vc_tta-panel-heading {
	background: white;
	border-radius: 20px;
}
.wd-single-tabs, .wd-single-attrs {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1)!important;
}

/*новости на главной*/
div.vc_grid.vc_row.vc_grid-gutter-10px.vc_pageable-wrapper.vc_hook_hover.owl-carousel.vc_grid-owl-theme.owl-loaded.owl-drag > div.owl-stage-outer.owl-height > div > div > div > div > div.vc_grid-item-mini.vc_clearfix > div > div.vc_gitem-zone {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1)!important;
}

div.vc_btn3-container.vc_btn3-inline > a {
	background-color: #EEB945!important;
	font-size: 16px;
	font-weight: 600;
	border-radius: 10px;
	padding: 14px 28px;
}

div.vc_gitem-post-meta-field-exc.vc_gitem-align-left {
	margin-bottom: 30px!important;
	margin-left: 20px;
	font-size: 16px!important;
	line-height: 1.3;
	font-weight: 500;
}

div.vc_custom_heading.vc_gitem-post-data-source-post_date > div {
	color: #33333380;
}

div.vc_custom_heading.vc_gitem-post-data-source-post_date  {
	margin-bottom: 10px!important;
}

div.vc_custom_heading.vc_gitem-post-data-source-post_title > h4 > a {
	text-transform: none;
	font-weight: 600;
	font-size: 20px;
}

div.vc_custom_heading.vc_gitem-post-data-source-post_title > h4 {
	margin-bottom: 0px!important;
}

/*главная*/
#o-komp > div {
	background-position: 65% 50%!important;
}

#otzyvy > div > div > div.wd-nested-carousel > div.wd-carousel-inner > div.wd-carousel {
    --wd-gap-lg: 40px!important;
    --wd-gap-sm: 40px!important;
}
div.vopr-1> div {
	border-radius: 20px 0 0 20px!important;
	@media screen and (max-width: 700px) {
		border-radius: 20px 20px 0 0!important;
	}
}
div.vopr-2 > div {
	border-radius: 0 0 20px 20px!important;
	@media  (min-width: 700px) {
	border-radius: 0 20px 20px 0!important;
	}
}


.vc_tta-tab>a > span {
	color: #333!important;
}

.vc_tta-color-white .vc_tta-tab>a {
	background-color: white!important;
	border-radius: 10px!important;
	padding: 14px 28px 14px 28px!important;
	font-size: 16px!important;
	text-transform: uppercase;
	color: white!important;
	line-height: 1.3;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1)!important;
	margin-right: 10px;
	font-weight: 600!important;
}

#nabory > div > div > div.vc_tta-container > div.vc_general > div.vc_tta-tabs-container > ul > li.vc_tta-tab.vc_active > a {
	background-color: #EEB945!important;
}
#nabory > div > div > div.vc_tta-container > div.vc_general > div.vc_tta-tabs-container > ul > li.vc_tta-tab.vc_active > a > span {
	color: white!important;
}

div.wd-info-box.gotov > a  {
	border: solid white!important;
	border-width: 0px 2px 2px 2px!important;
	border-radius: 0 0 20px 20px!important;
}

div.wd-info-box.gotov > a:hover  {
	border: solid #EEB945!important;
	border-width: 0px 2px 2px 2px!important;
	border-radius: 0 0 20px 20px!important;
}

div.wd-info-box.gotov  {
	border-radius: 0 0 20px 20px!important;
}

div.wd-info-box.gotov > div.box-icon-wrapper.box-with-text.text-size-small.box-icon-simple > div {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: white;
	background-color: #EEB945;
	padding: 10px 18px 10px 18px; 
	border-radius: 20px;
}

div.low > div > .title {
	text-transform: none!important;
}

div.main-wrapp-img > div.banner-image.wd-bg-position-bottom > img {
	object-fit: contain;
}

div.main-wrapp-img > div.banner-image.wd-bg-position-bottom {
	background-position: right bottom;
	object-position: right bottom;
}

div.ban > div.wrapper-content-banner.wd-fill.wd-items-top.wd-justify-left > div > div > p > a:hover {
	color: #EEB945 !important;
}

div.ban > div.wrapper-content-banner.wd-fill.wd-items-top.wd-justify-left > div > div > p > a {
	color: #33333380 !important;
}

div.ban:hover {
	border: 2px solid rgb(238,185,69);
}

div.ban {
	border: 2px solid white;
	border-radius: 20px;
}

div.ban > div.wrapper-content-banner.wd-fill.wd-items-top.wd-justify-left > div > h4 {
	text-transform: none!important;
}

div.wd-slide {
	border-radius: 20px!important;
}
div.preim > div.info-box-content > div.info-box-title.title.wd-font-weight-600.box-title-style-default {
	text-transform: none;
}
/*футер*/
div.link-foot > p > a {
	text-decoration: none;
	color: #EEB945;
	text-transform: uppercase;
}

body > div.website-wrapper > footer > div > section > div > div:nth-child(n) > div > div > ul > li > ul > li:nth-child(n) > a:hover {
	color: #EEB945;
}

body > div.website-wrapper > footer > div > section > div > div:nth-child(n) > div > div > ul > li > ul > li:nth-child(n) > a {
	padding-bottom: 5px;
	font-size: 15px;
	color: #333;
}

body > div.website-wrapper > footer > div > div > div:nth-child(n) > div > div > ul.wd-sub-menu > li > a {
	display: none;
}
/*шапка*/
div.container.header-banner-container.set-cont-mb-s.reset-last-child {
	line-height: 1.1;
}

div.container.header-banner-container.set-cont-mb-s.reset-last-child {
	text-align: center;
	color: #D09B29;
	font-weight: 500;
}

div.logo-text {
	line-height: 1.3;
}

div.hity {
	color: #D09B29;
	font-weight: 600;
}

div.wd-header-text.time, #menu-main > li.menu-item > a > span {
	font-size: 14px;
	font-weight: 400;
}

.wd-nav[class*="wd-style-"] {
    --nav-chevron-color: #333;
}

body > div.website-wrapper > header > div > div.whb-row.whb-header-bottom.whb-not-sticky-row.whb-without-bg.whb-without-border.whb-color-dark.whb-with-shadow.whb-flex-equal-sides  {
	max-width: var(--wd-container-w);
	border-radius: 10px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	margin-left: calc((100% - 1400px) / 2)!important;
}

body > div.website-wrapper > header > div.whb-main-header  {
	background-color: #FFFBF6;
}

div.wd-header-cats > span {
	border-radius: 10px;
	min-width: 166px!important;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

div.wd-header-cats > span > span.menu-open-label {
	text-transform: uppercase!important;
}

div.wd-header-cats > span::after {
	display: none!important;
}

form.searchform > input, 
form.searchform > button {
	border-radius: 10px!important;
}

div.whb-row.whb-general-header > div > div > div.whb-column.whb-col-right.whb-visible-lg > div.wd-tools-element {
	height: 49px;
	align-content: center;
	background-color: white;
	padding-right: 10px;
	padding-left: 10px;
}

div.wd-tools-element.wd-header-compare {
	border: 1px solid #EBEBEB;
	border-radius: 10px 0 0 10px;
}
div.wd-tools-element.wd-header-wishlist {
	border: 1px solid #EBEBEB;
}
div.wd-tools-element.wd-header-cart {
	border: 1px solid #EBEBEB;
	border-radius: 0 10px 10px 0;
}


/*моб меню*/
div.wd-button-wrapper > a.burg-but {
	padding: 5px 10px 5px 15px;
	min-height: 45px!important;
}

body > div.mfp-wrap.wd-popup-slide-from-left.mfp-close-btn-in.mfp-auto-cursor.mfp-ready > div {
	padding: 0px;
}

body > div.mfp-wrap.wd-popup-slide-from-left.mfp-close-btn-in.mfp-auto-cursor.mfp-ready > div > div.mfp-content,
#mob-menu{
	height: 100%;
	margin: 0;
}

#mob-menu > button.mfp-close {
	top: 20px;
	color: #333;
	right: 20px;
}

/*кнопки*/

p > a:hover {
	color: #EEB945;
	text-decoration: underline;
	text-underline-offset: 20%!important;
}

a.btn-size-default {
	padding-left: 28px;
	padding-right: 28px;
	font-size: 16px;
	font-weight: 600;
	min-height: 49px;
}

input.wpcf7-form-control, a.btn-style-semi-round {
	border-radius: 10px!important;
}

a.btn-color-primary {
	background-color: #EEB945;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

a.btn-color-primary:hover {
	background-color: #ffffff!important;
	color: black!important;
}
