:root {
	--main: #eae180;
}
a:not([class]) {
	color: var(--main);
	text-decoration: underline;
}
a:not([class]):hover {
	text-decoration: none;
}
a.edit {
	color: var(--main);
	text-decoration: underline;
	margin-bottom: 10px;
	display: inline-block;
}
a.edit:hover {
	text-decoration: none;
}
.product_bot a:not([class]), .menu-item a {
	color: #fff;
	text-decoration: none;
}
.btn, .add_to_cart_button, .single_add_to_cart_button {
    padding: 0px 15px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    color: #000;
    background: var(--main);
	border: 0;
	font-weight: 600;
}
.btn:hover {
	background: #fff;
}
.add_to_cart_button:hover, .single_add_to_cart_button:hover {
	background: #fff;
}
.add_to_cart_button {
	float: right;
}
.price {
	line-height: 58px;
	font-size: 16px;
	font-weight: 600;
	color: var(--main);
}
body {
	background-color: #1b1b1b;
	color: #fff;
	padding-top: 100px;
}
.container {
	max-width: 1760px;
}
header {
	height: 90px;
		background: #1b1b1b;
}
.logo {
	width: 193px;
    height: 57px;
    position: absolute;
    left: 70px;
    top: 32px;

}
.left_menu {
	width: 275px;
	margin-right: 70px;
	float: left;
}
.right_front {
	float: right;
	width: calc(100% - 345px);
}
.head_1 {
	border-bottom: 1px solid #fff;
	height: 70px;
	padding: 24px 0;
}
.city_list {
	color: #fff;
	list-style-type: none;
	padding: 0;
}
.pop_up_block {
	color: #000;
}
.current_city {
	float: left;
    margin-left: 369px;
	margin-right: 30px;
	color: var(--main);
	font-weight: 500;
	    border-bottom: 1px dashed;
	position: relative;
	cursor: pointer;
}
.current_city:before {
	content: '';
	background-image: url(/wp-content/themes/voodootheme/images/punkt_mesto_s.svg);
	width: 16px;
    height: 20px;
    background-size: cover;
    position: absolute;
    left: -24px;
    top: 0;
}
.category_list {
	padding: 0;
	margin: 0;
	list-style-type: none;
	
}
.category_list li {
	height: 72px;
	
	
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 500;
	
}
.category_list li a {
	display: flex;
	border: 1px solid rgba(255,255,255,0.27);
	border-radius: 5px;
	padding: 5px;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}
.category_list li a:hover {
	border: 1px solid rgba(255,255,255,0.77);
}
.category_list li img {
	display: block;
	float: left;
	margin-right: 20px;
}
.category_list li span {
	margin: auto 0;
}
.custom_product_card {
	border: 2px solid rgba(255,255,255,0.27);
	border-radius: 5px;
	max-width: 304px;
	position: relative;
	/*
	float: left;
	width: calc(25% - 30px);
	margin: 0 15px 30px;
	*/
	float: left;
	width: 304px;
	margin: 0 5px 10px;
}
.row_product {
	/*
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    gap: 10px;
	*/
	margin-bottom: 40px;
	margin-left: -5px;
	margin-right: -5px;
}
.row_product:after {
	display: table;
	width: 100%;
	content: '';
}
h2, .post_title, h1.product_title {
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 25px;
	font-weight: 500;
}
h4 {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 500;
}
.product_bot {
	padding: 30px 15px 8px;
	display: inline-block;
	width: 100%;
}
.shop_block {
	margin-top: 40px;
}
.h1 {
	float: left;
}
.h2 {
	float: right;
}
.my_cart {
	color: var(--main);
	text-decoration: underline;
	font-weight: 500;
}
.mini_opisanie,.mini_opisanie p {
	color: #969595;
	font-size: 14px;
	height: 78px;
	overflow: hidden;
	display: inline-block;
	width: 100%;
}
.added_to_cart.wc-forward {
	position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    z-index: 1;
    background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 5px;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
	display: none;
}
.uspechno_dobavleno {
	position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    z-index: 1;
    background: #fff;
    color: #259d00;
    padding: 10px;
    border-radius: 5px;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
	display: none;
}
.foot_1 {
	border-top: 1px solid #fff;
	margin-top: 80px;
	padding-top: 30px;
	padding-bottom: 30px;
	display: inline-block;
    width: 100%;
}
.company {
	font-size: 12px;
	float: left;
	width: 345px;
	display: inline-block;
}
.privacy {
	font-size: 14px;
	width: 100%;
	display: inline-block;
	text-decoration: underline;
	margin-bottom: 10px;
}
.privacy:hover {
	text-decoration: none;
}
.foot_menu {
	width: 250px;
	float: left;
}
.oferta p strong {
	font-weight: 400;
	color: var(--main);
}
.oferta {
	float: left;
    width: 450px;
    margin-left: 100px;
    padding-right: 50px;
}
.content-main {
	min-height: calc(100vh - 400px);
    padding-top: 30px;
}
#logo-voodoo {
	margin-top: 0;
}
.custom_product_card h4 {
	cursor: pointer;
	height: 44px;
    overflow: hidden;
}
.product_pop_card {
	position: absolute;
	width: 940px;
	height: 560px;
	left: calc(50% - 470px);
	top: calc(50% - 280px);
	z-index: 2;
	background: #1b1b1b;
	border: 2px solid rgba(255, 255, 255, 0.27);
	    border-radius: 5px;
	color: #fff;
}
.big_card_img {
	max-width: 550px;
	float: left;
    display: block;
}
h3 {
    font-size: 24px;
    font-weight: 500;
	margin-top: 0;
	margin-bottom: 20px;
}
.big_card_opisanie {
	width: calc(100% - 550px);
	padding: 40px;
	float: right;
}
.pop_product .close_form {
	background: #1b1b1b;
    border: 1px solid rgba(255, 255, 255, 0.27);
    height: 46px;
    width: 56px;
    right: -58px;
    border-left: 0;
    border-radius: 0px 5px 5px 0px;
	top: 25px;
}
.pop_product .close_form img {
	margin-right: 8px;
    margin-top: 8px;
	width: 26px;
    float: right;
}
.pop_up_block .form_body {
	background: #1b1b1b;
	color: #fff;
}
.woocommerce-product-gallery {
	float: left;
	max-width: 600px;
}
.summary {
	float: right;
	width: calc(100% - 600px);
	min-width: 500px;
	padding-left: 40px;
}
.woocommerce-tabs, .product_meta {
	display: none;
}
.variations tr:first-child td {
	background-color:unset;
}
.custom_variations ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.custom_variations li {
	font-size: 18px;
	font-weight: 500;
	border-radius: 25px;
	padding: 10px 15px;
	border: 1px solid rgba(255, 255, 255, 0.27);
	display: inline-block;
	margin-right: 15px;
	cursor: pointer;
	transition: 0.15s all;
}
.custom_variations li:hover {
	background: #fff;
	color: #1b1b1b;
}
.active_variation {
	background: #fff;
	color: #1b1b1b;
}
.summary table.variations {
	display: none;
}
.custom_variations {
	margin: 10px 0 30px;
}
.city_list label {
	font-size: 20px;
	font-weight: 500;
	cursor: pointer;
}
.city_list li {
	margin-bottom: 15px;
	cursor: pointer;
}
.city_list  {
	margin-top: 20px;
	margin-bottom: 30px;
}
.city_list li input {
	display: none;
}
.city_list li:hover {
	
	color: var(--main);
}
.active_city {
	color: var(--main);
}
.custom_product_card .btn.open_more {
	float: right;
}
.custom_product_card .price {
	display: inline-block;
	float: left;
}
.onsale {
	background-image: url(/wp-content/themes/voodootheme/images/akciya.png);
	width: 92px;
	height: 28px;
	position: absolute;
	left: 0;
	top:22px;
    font-size: 0;
}
.product_page.container .onsale {
	left: 40px;
}
.novinka {
	background-image: url(/wp-content/themes/voodootheme/images/new.png);
	width: 92px;
	height: 28px;
	position: absolute;
	left: 0;
	top:53px;
    font-size: 0;
}
.menu-item a:hover {
	color: var(--main);
}
.icon .st0, .icon .fil0 {
	fill: #fff;
	fill-rule:evenodd;clip-rule:evenodd;
}
.h2 svg {
	fill: #fff;
}
.go-top-arrow {
    background-color: unset;
    border-radius: 50%;
    border: 2px solid #fff;
}
.go-top-arrow:hover {
    background-color: #fff;
}
.go-top-arrow:hover .fil0 {
	fill: #000;
}
.cabinet {
	margin-right: 20px;
}
.my_cart svg {
	fill: var(--main);
}
.icon {
	margin-right: 30px;
	margin-bottom: 30px;
    display: inline-block;
}
.woocommerce-variation-price .price {
	font-size: 24px;
}
.mini {
	color: #969595;
    font-size: 14px;
}
.quantity:before {
	content: 'Количество:';
	color: #969595;
    font-size: 14px;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
	}
.quantity input {
	width: 120px;
}
#toTop {
	bottom: 30px;
}
.wc-block-cart__submit.btn {
	height: auto;
    line-height: 1.4;
}
.slick-slide .mainsl_img_mob {
	display: none;
}
.foot_menu_main {
	display: none;
}
.woocommerce-message {
	border: 3px solid #8fae1b;
}
.woocommerce-message .button {
	margin-top: 10px;
    text-decoration: underline;
    font-weight: 500;
}
.woocommerce-message .button:hover {
	text-decoration: none;
}
[data-city="dzubga"]:after {
	content: ' (Кафе работает с 01.05.2026 по 30.09.2026 года)';
	font-size: 14px;
    display: inline-block;
    width: 100%;
    margin-top: 5px;
	
}
#cookie_notification {
	background-color: #1b1b1b;
}
#cookie_notification p a {
    color: var(--main);
	text-decoration: underline;
}
#cookie_notification p a:hover {
	text-decoration: none;
}
.cookie_accept {
	background: var(--main);
}
.cookie_accept:hover {
	background: #fff;
}
.wc-block-checkout__terms a {
	color: var(--main);
	text-decoration: underline;
}
.wc-block-checkout__terms a:hover {
	text-decoration: none;
}
.wc-block-checkout__actions_row button {
	padding: 0px 15px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    color: #000;
    background: var(--main);
    border: 0;
    font-weight: 600;
}
.wc-block-checkout__actions_row button:hover {
	background: #fff;
}
.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill, .wc-block-components-form .wc-block-components-text-input.is-active input[type=email], .wc-block-components-form .wc-block-components-text-input.is-active input[type=number], .wc-block-components-form .wc-block-components-text-input.is-active input[type=password], .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-form .wc-block-components-text-input.is-active input[type=text], .wc-block-components-form .wc-block-components-text-input.is-active input[type=url], .wc-block-components-text-input input:-webkit-autofill, .wc-block-components-text-input.is-active input[type=email], .wc-block-components-text-input.is-active input[type=number], .wc-block-components-text-input.is-active input[type=password], .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-text-input.is-active input[type=text], .wc-block-components-text-input.is-active input[type=url] {
	padding: 10px;
}
.yith-wapo-block div.yith-wapo-addon .options.per-row-1 {
	grid-template-columns: repeat(3, minmax(0, 100%)) !important;
    gap: 20px !important;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option {
	border: 1px solid #ffffff7a;
	border-radius: 5px;
	padding: 20px;
	position: relative;
}
.yith-wapo-option .checkbox-button-container .checkboxbutton input {
	position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
	cursor: pointer;
}
#wapo-total-price-table {
	background: #1b1b1b;
	color: #fff;
}
#wapo-total-product-price .woocommerce-Price-amount {
	font-size: 16px;
    font-weight: 600;
    color: var(--main);
}
#wapo-total-product-price {
	background-color: unset;
}
.wapo-product-price, .wapo-total-options {
	display: none;
}
#wapo-total-price-table table {
	border: 0;
}
#wapo-total-order-price {
	border: 0;
}
.yith-wapo-container {
	display: none;
}
.wapo-total-order {
	font-size: 24px;
	font-weight: 600;
    color: var(--main);
}
.woocommerce-variation-price {
	display: none;
}
.option-price {
	color: var(--main);
	width: 100%;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option:hover {
	border: 1px solid var(--main);
}
.yith-wapo-option.selected {
	border: 1px solid var(--main);
}
.yith-wapo-option.selected:after {
	content: '';
    display: block;
    width: 25px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    background-image: url(/wp-content/themes/voodootheme/images/galochka_kontur2.svg);
    z-index: 2;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.right_front p a:not([class]) {
	color: var(--main);
	text-decoration: underline;
}
.right_front p a:not([class]):hover {
	text-decoration: none;
}
.main_slider .slick-slide img {
	border-radius: 5px;
}
.wc-block-components-address-form__country {
	display: none;
}
.wc-block-components-form .wc-block-components-text-input input, 
.wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=text], 
.wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=email]
{
	background: #1b1b1b;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.27);
}
.wc-block-checkout__use-address-for-billing {
	/*display: none;*/
}
.wc-block-components-form .wc-block-components-text-input input[type=email]:focus, .wc-block-components-form .wc-block-components-text-input input[type=number]:focus, .wc-block-components-form .wc-block-components-text-input input[type=password]:focus, .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, .wc-block-components-form .wc-block-components-text-input input[type=text]:focus, .wc-block-components-form .wc-block-components-text-input input[type=url]:focus, .wc-block-components-text-input input[type=email]:focus, .wc-block-components-text-input input[type=number]:focus, .wc-block-components-text-input input[type=password]:focus, .wc-block-components-text-input input[type=tel]:focus, .wc-block-components-text-input input[type=text]:focus, .wc-block-components-text-input input[type=url]:focus
{
	background: #1b1b1b;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.77);
}
#shipping-first_name, #billing-first_name {
	margin-bottom: 10px;
}
.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label, .wc-block-components-form .wc-block-components-text-input.is-active label, .wc-block-components-text-input input:-webkit-autofill+label, .wc-block-components-text-input.is-active label {
    top: 2px;
}
.woocommerce table.shop_table {
    border: 1px solid rgba(255, 255, 255, 0.27);
}
.woocommerce table.shop_table th {
	border-bottom: 1px solid rgba(255, 255, 255, 0.27);
}
.wc-block-components-address-form__address_2-toggle {
	display: none;
}
.wc-block-components-address-form__last_name {
	display: none;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	border: 0;
    padding: 10px 20px;
    background: #efebbc;
    font-weight: 500;
    font-size: 18px;
    color: #1b1b1b;
}
.woocommerce-info::before {
	display: none;
}
.woocommerce .woocommerce-info .button {
	background: #fff;
    color: #000;
	font-weight: 500;
}
.woocommerce-MyAccount-navigation-link--downloads {
	display: none;
}
.woocommerce-Address-title {
	position: unset;
	    height: auto;
}
.woocommerce-MyAccount-content #billing_country_field {
	display: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
	padding: 0px 15px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    color: #000;
    background: var(--main);
    border: 0;
    font-weight: 600;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
	color: #000;
	background-color: #fff;
}