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

:root {
	--wd-text-font: "Nunito", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(51,51,51);
	--wd-text-font-size: 14px;
	--wd-title-font: "Nunito Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: rgb(51,51,51);
	--wd-entities-title-font: "Nunito", 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: "Nunito Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Nunito", 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: "Nunito Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(245,154,87);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: rgb(51,51,51);
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(245,154,87);
	--btn-accented-bgcolor-hover: rgb(244,137,61);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #ffffff;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(245,154,87);
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.wd-page-title {
	background-color: rgb(255,255,255);
	background-image: url(https://nuts.org.ua/wp-content/uploads/2023/09/nuts-background.jpg);
	background-repeat: repeat;
	background-size: inherit;
}
.wd-footer {
	background-color: rgb(247,247,247);
	background-image: none;
	background-repeat: repeat-x;
	background-size: inherit;
	background-position: center bottom;
}
body[class*="wrapper-boxed"] {
	background-color: rgba(255,255,255,0.14);
	background-image: none;
}
.page .wd-page-content {
	background-image: url(https://nuts.org.ua/wp-content/uploads/2023/09/nuts-background.jpg);
	background-repeat: repeat;
	background-size: inherit;
}
.woodmart-archive-shop:not(.single-product) .wd-page-content {
	background-color: rgba(255,255,255,0.44);
	background-image: url(https://nuts.org.ua/wp-content/uploads/2023/09/nuts-background.jpg);
	background-repeat: repeat;
	background-size: inherit;
}
.single-product .wd-page-content {
	background-color: rgba(255,255,255,0.17);
	background-image: none;
	background-repeat: repeat;
	background-size: inherit;
}
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-bg: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1222px;
--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: 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: 12px;
}

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


/* Інформер неактивних способів оплати у оформленні */
p.payment_method_message {
    border: 1px dotted;
    padding: 5px;
    text-align: center;
    margin-top: 9px;
}

li.wc_payment_method.disabled {
    opacity: 0.6;
}

/* Таймер в футере */
div#custom-time-difference {
    display: inline-flex;
    gap: 10px;
    flex-wrap: wrap;
		justify-content: center;
}

/* Таймер в Kostya */
div#custom-time-difference-2024 {
    display: inline-flex;
    gap: 10px;
    flex-wrap: wrap;
		justify-content: center;
}
/* Таймер в футере 2*/
.timer-part {
		display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
    min-width: 2.7em;
    min-height: 2.7em;
    border-radius: var(--wd-brd-radius);
    background-color: var(--bgcolor-white);
    box-shadow: 0 0 3px rgba(0,0,0,.1);
    color: var(--color-gray-800);
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
		padding: 15px;
}

/* Поле выбора отделения НП  */
input.zen-ui-select__search-input {
    color: #7fa60b;
    border: solid 1px #7fa60b !important;
}

.VIpgJd-ZVi9od-aZ2wEe-OiiCO.VIpgJd-ZVi9od-aZ2wEe-OiiCO-ti6hGc {
	display: none;
}


a.button-opt:hover {
    border: dotted 1px #83b735;
}

a.button-opt {
    display: inline-block;
    padding: 7px;
    border: solid 1px #2e6bc6ad;
    color: #2e6bc6;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 15px;
}

/*отцентровка выбора вариаций*/
.wd-swatches-product {
    display: inline-flex;
    justify-content: space-evenly;
}

[class*=wd-swatches].wd-bg-style-1 .wd-swatch.wd-bg:is(.wd-active,:hover:not(.wd-disabled)):after, [class*=wd-swatches].wd-bg-style-1 :is(.wd-swatch-wrap a:hover,.wd-swatch-wrap.wd-active) .wd-swatch.wd-bg:after, [class*=wd-swatches].wd-text-style-1 .wd-swatch.wd-text:is(.wd-active,:hover:not(.wd-disabled)):after, [class*=wd-swatches].wd-text-style-1 :is(.wd-swatch-wrap a:hover,.wd-swatch-wrap.wd-active) .wd-swatch.wd-text:after {
 opacity: 0;
}

.woodmart-header-overcontent .title-size-large {
	padding-top: 191px !important
}

/* .whb-col-mobile {
	background-color: white
} */

.hide-larger-price .product-type-simple.sale .price {
word-spacing: normal;
}
.hide-larger-price .product-type-simple.sale .price > ins {
margin-left: 0;
}

.woodmart-entry-meta .meta-author {
	display: none;
}

.woodmart-products-per-page {
		display: none;
}

/* Убираю калькулятор доставки в корзине */
.cart-totals-inner .woocommerce-shipping-calculator {
		display: none;
}

/* МЕНЯЮ цвет лейблов в товарах */
.product-label.attribute-label:not(.label-with-img) {
		background-color: #8BC34A;
    color: #ffffff;
}

/* Меню подарка в товарах */
.rol-thumb-cnt {
		border: dashed 1px #2196F3;
    border-radius: 30px;
    padding: 20px;
}

.rol-thumb {
	border: none;
	margin: 0;
}

.searchform .searchsubmit {
	display: none;
}

/*СКРЫВАЮ КНОПКУ ОФОРМИТЬ ЗАКАЗ В МИНИ КОРЗИНЕ*/
.button.checkout.wc-forward {
/* 	display: none; */
	background-color: #ff5722;
}



/* Черточка между корзиной и вишлистом в выпадашке категории в товаре при наведении*/
.woodmart-hover-base[class*=add-small] .wd-bottom-actions>div:not(:last-child) {
	border-right: none;
}

/* Увеличили ширину кнопки "в корзину" на всю ширину выпадашки */
.woodmart-hover-base .wd-bottom-actions {
	display: block;
}

.add_to_cart_button {
	width: 100%; 
}

.wd-action-btn.wd-style-icon .button {
	background-color: #ffffff;
	border: 0.5px #00000047 solid;
}

/* КНОПКА В ПЕРЕЙТИ В КОРЗИНУ В МИНИ КОРЗИНЕ*/
a.button.btn-cart.wc-forward {
	color: #ffffff !important;
	background: #7caa19;
}

/* Убираем "Варианты доставки будут обновлены при оформлении заказа".*/
.woocommerce-shipping-destination {
	display: none;
}

/* делаю красиво с выбором Вариации в товаре */
span.wd-swatch-text {
    min-width: 25px;
    border: dashed 2px #FF9800;
    margin-top: 2px;
    padding: 10px !important;
    border-radius: 10px;
    font-size: 18px !important;
}

span.wd-swatch-text:hover {
	box-shadow: 0px 2px 8px 0px #ff9e0ea8;
}

.woodmart-swatch:hover:after, .woodmart-swatch.active-swatch:after {
	display: none;
}
p.stock {
	font-size: 25px;
}

.product-additional-galleries {
	display: none;
}

/*Убираю вес в товарной карточке*/
.woocommerce-product-attributes-item--weight {
	display: none;
}

.woodmart-cookies-popup {
	background-color: #efefef;
	font-size: 18px;
}

/*Кастом по предложенным товарам*/

.yith-wfbt-items {
	text-align: justify;
}

.yith-wfbt-item label {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 10px;
}

.price .amount {
    font-size: 23px;
    color: #ff5722;
}

del .amount {
    color: #BDBDBD !important;
    font-weight: 400;
		font-size: 1em !important;
}

.woocommerce-breadcrumb a, .yoast-breadcrumb a {
    color: #8e8e8e47;
    text-transform: uppercase;
}

.woocommerce-breadcrumb .breadcrumb-last:last-child, .yoast-breadcrumb .breadcrumb_last:last-child {
    margin-right: 0;
	text-transform: uppercase;
}

.widget_shopping_cart .remove:after {
    font-weight: 900;
    font-size: 12px;
    color: #ff0000a8;
    padding: 5px;
		border-radius: 10px;
}

/* REFRESH CART BUTTON*/
.cart-actions {
    display: none;
}

.wc-ukr-shipping-np-fields {
    border: solid #8bc34a 3px;
    padding: 18px !important;
}
.woocommerce-billing-fields {
    margin-top: 0px !important;
}


/*УБИРАЮ НЕОБЯЗАТЕЛЬНО*/
.optional {
    display: none;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-top: 10px;
} */

.wd-products-tabs .tabs-navigation-wrapper .img-wrapper img {
	max-width: 90px;
	max-height: 90px;
}

.order-again .button {
    width: 100%;
}

/* размер символа грн */
span.woocommerce-Price-currencySymbol {
    font-size: 0.8em;
    font-family: system-ui;
}

/* размер картинки субкатегории под тайтлом */
.wd-nav-product-cat.has-product-count .wd-nav-img {
    max-height: 75px;
}

/* ЦВЕТ ТЕКСТА ДОСТУПНО ДЛЯ ПРЕДЗАКАЗА*/
p.stock.available-on-backorder {
    color: #7caa19;
}

/*Убираю вес товара с атрибутов ЦССом*/
tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--weight {
    display: none;
}

/* Скрываем свойство "Поставщик" с товаров */
tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_postavshhik {
	display: none;
}

.informationmessage2 {
    font-weight: 600;
    text-align: center;
    border: solid 2px #ea4335;
    padding: 10px;
    margin: 0 10px 20px;
	background: white;
}

/* ВЫВОДИМ ПОЛЕ НЕ РЕКОМЕНДОВАН К ОТПРАВКЕ НП */
.important-message {
    margin: 16px 0 16px 0;
    border: solid 2px #fd4b4b4a;
    padding: 10px;
		position: relative;
		text-align: center;
}

.important-message img {
	width: 25px;
}

span.unit-price {
    font-size: 20px;
    display: inline-block;
    padding-top: 5px;
    border-top: 1px #6b9728 solid;
}

p.no-cache-sales-count {
    border: solid 0.7px #F59A57;
		padding: 5px;
}

li.meta-author {
    display: none !important;
}


label.vaccum {
    background: #2e6bc60a;
    padding: 10px;
    border-radius: 25px;
}
/* ОТСТУП КНОПКИ */
.submit {
    padding: 5px !important;
}

.products[class*="wd-stretch-cont"] .product-wrapper {
	background-color: white !important;
}

/* Стиль вывода накопительной скидки  */
p.cumulative-discount-text {
    font-weight: bold;
    border: solid 2px #f59a57;
    padding: 5px;
		text-align: center;
		background: white;
}
a.cumulative-discount-links {
    color: #f59a57;
}

a.ssilki_dlya_info {
    color: #f59a57;
}

span.select2-dropdown.select2-dropdown--below {
    margin-top: -35px;
}

input#picker_phone {
    margin-bottom: 40px;
}

tr.cart-subtotal {
    display: none;
}

th.product-total {
    display: none;
}

/* АПСЕЙЛЫ В ТОВАРАХ КОТОРЫХ НЕТ В НАЛИЧИИ */
.upsell-products {
    border: solid 1px #f59a57;
    padding: 22px;
    border-radius: 18px;
}

.important-message3 {
    margin: 16px 0;
    border: solid 2px #fd4b4b4a;
    padding: 10px;
    position: relative;
    text-align: center;
    font-size: 10px;
}

/* АРТИКУЛ В ТОВАРЕ */
.product-sku {
    font-weight: bolder;
    border: dotted 2px #f59a57;
    display: inline-block;
    padding: 7px 7px;
    border-radius: 8px;
}

/* Кнопка Накопичувальна знижка в шапке */
.whb-column>.info-box-wrapper .wd-info-box {
    padding: 5px 10px 5px 10px;
	border: solid 1px #8989891f;
}

/* СТИЛЬ ДЛЯ СТРАНЫ В ТОВАРЕ */
p.country_swatch {
    display: inline-block;
    padding-left: 15px;
}

/* Кол-во в категориях */
span.nav-link-count {
    display: none !important;
}

/* Текст НЕТ В НАЛИЧИИ */
p.out-of-stock-text {
    color: red;
    font-size: 20px;
}

/* МЕНЮ НОВЫЙ ГОД В КАТЕГОРИИ */
li#menu-item-171537 {
    background-color: aliceblue;
		background-image: url("/wp-content/themes/nuts-child/items/NYA.png");
		background-repeat: no-repeat;
}

li#menu-item-171538 {
    background-color: #fff0f0;
		background-image: url("/wp-content/themes/nuts-child/items/NYW.png");
		background-repeat: no-repeat;
}

/* ДЕНЬ ОТПРАВКИ В ОФОРМЛЕНИИ ЗАКАЗА */
p.shipping-notice {
    font-weight: 900;
    text-align: center;
    border: solid 2px #7bad03;
    padding: 10px;
    margin: 0 10px 20px;
    background: #fff;
    text-transform: uppercase;
    box-shadow: #00000030 -1px -1px 18px 2px;
}

.shipping-notice1 {
    padding: 10px;
    background-color: #f5f5dc5c;
    border: dashed #e7e7a0;
}
.woocommerce-mini-cart__buttons .btn-cart {
	display: none;
}@media (min-width: 1025px) {
	.labels-rectangular .product-label {
	font-size: 10px;
}
}

@media (max-width: 576px) {
	/* Інформер неактивних способів оплати у оформленні */
p.payment_method_message {
font-size: 12px;
}

/*меняем кнопку "В КОРЗИНУ" для моб*/
.woodmart-hover-base .wd-bottom-actions {
	display: block;
}
/* .wd-action-btn.wd-style-icon .button {
	border: solid 2px #FFC107;
} */

 .swatch-on-single {
	font-size: 18px;
	padding: 5px !important;
}

[class*=wd-swatches].wd-text-style-1 .wd-swatch.wd-text .wd-swatch-text {
    font-size: 14px;
}

.sub-menu-dropdown {
	left: -55%;
}

.woodmart-hover-base[class*="add-small"] .wd-bottom-actions .wd-action-btn > a {
	background: #83ac2b;
}

/* .wd-action-btn.wd-style-icon > a:before {
    color: white;
} */

.wd-products-tabs .tabs-navigation-wrapper .img-wrapper img {
	max-width: 90px !important;
	max-height: 90px !important;
}

.wd-products-tabs .tabs-navigation-wrapper .svg-icon {
	max-width: 90px !important;
	max-height: 90px !important;
}

.labels-rectangular .product-label {
	font-size: 9px;
}

li#menu-item-171534 {
    background-color: #fff0f0;
    background-image: url(/wp-content/themes/nuts-child/items/NYW.png);
    background-repeat: no-repeat;
}

li#menu-item-171535 {
    background-color: aliceblue;
		background-image: url("/wp-content/themes/nuts-child/items/NYA.png");
		background-repeat: no-repeat;
}


}

