/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2026
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2026
BlankSlate is distributed under the terms of the GNU GPL
*/




body {
	background: #efefef;
	margin: 0;
	padding: 0;
	font-family: 'Jost', sans-serif;
}

strong {
	font-weight: 600;
}

a {
	text-decoration: none;
	color: #1A2340;
	transition: 0.3s;
}

a:hover {
	color: #000;
}

img {
	max-width: 100%;
	height: auto;
	transition: 0.3s;
}

.mod-menu button.mod-menu__toggle-sub {
	display: none;
}

.djckm-content .djckm-content-in a {
	display: block;
	text-align: center;
	text-decoration: underline;
}

.main_body {
	margin-left: auto;
	margin-right: auto;
}

.body_all {
	border: 0px solid #bdbdbd;
	margin-top: 0px;
	margin-bottom: 0px;
}

.footer_pos {
	padding-top: 20px;
	padding-bottom: 20px;
}

.main_body ul.mod-menu {
	margin: 0px;
	padding: 5px 15px;
	list-style: none;
	text-align: center;
	background: #E3E3E3;
	border-radius: 10px;
	font-size: 0px;
	display: inline-block;
	vertical-align: middle;
}

.main_body ul.mod-menu li {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}

.main_body ul.mod-menu li a {
	display: block;
}

.main_body ul.mod-menu>li>a:hover,
.main_body ul.mod-menu>li.current_page_item>a {
	color: #dc2d1b;
}

.top_menu ul li ul a:hover,
.top_menu ul li ul li.current_page_item a {
	color: #ccc;
}

.div_inline {
	display: inline-block;
	vertical-align: top;
}

.left_col .moduletable {
	width: 270px;
	margin-right: 10px;
}

#back-top {
	position: fixed;
	bottom: 10px;
	left: 10px;
	margin: 0px;
	z-index: 40;
}

#back-top a {
	background: url('images/top.svg') no-repeat;
	width: 36px;
	height: 36px;
	display: block;
	margin-bottom: 7px;
	background-size: contain;
}

.cont_head {
	font-size: 18px;
}

.cont_head .fa {
	min-width: 20px;
	text-align: center;
}

.externbootstrap_wrapp .down-click {
	margin-right: 10px;
}

.owl-nav i {
	font-size: 35px;
}

.jscat-and-prod {
	padding-left: 15px;
}

#error_inlineContent_minicart_cart_view,
#delete_inlineContent_minicart_cart_view {
	display: none;
}

.center_footer {
	text-align: center;
}

.footer_pos p {
	margin: 0px;
}

.header {
	text-align: center;
}

/* adaptive menu */
.menu-toggle {
	cursor: pointer;
	font-size: 19px;
	transition: all .3s ease-in-out;
	background: #3eab42;
	color: #fff;
	padding: 5px 15px;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.menu-toggle p {
	margin: 0px;
}

.hidden-panel {
	background: #333;
	color: #666;
	font-size: 0.875rem;
	height: 100%;
	position: fixed;
	right: -250px;
	top: 0;
	width: 250px;
	transition: all 0.3s ease-in-out;
	z-index: 1005;
}

.hidden-panel.open {
	right: 0px;
}

.menu_main_p .fa-times {
	display: none;
}

.close_panel i {
	cursor: pointer;
	font-size: 30px;
	float: right;
	color: #adadad;
	transition: 0.3s;
	z-index: 10;
	top: 5px;
	right: 10px;
	transition: 0.3s;
}

.hidden-panel.open .close_panel i {
	position: fixed;
}

.hidden-panel.open {
	overflow: scroll;
}

ul.mod-menu {
	list-style: none;
	padding-left: 20px;
	padding-right: 20px;
}

ul.mod-menu a {
	color: #000;
	font-weight: 400;
	margin-bottom: 15px;
	display: block;
}

ul.mod-menu a:hover,
.close_panel i:hover {
	color: green;
}

.menu_main_p:hover {
	color: #f00;
}

.vis_sloi {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.33);
	z-index: 1000;
	top: 0px;
}

/* adaptive menu (The End) */

.qf3form.example2 {
	font-size: 17px;
}

.qfajaxtitle {
	display: none;
}

.qfajaxres.qfmessage {
	border: 1px solid #ccc;
	padding: 15px;
	text-align: center;
	border-radius: 10px;
}

.qf3form.example2 .qf3label {
	padding-left: 5px;
	padding-bottom: 4px;
}

.desctop_menu .top_menu ul li ul,
.top_menu ul li ul {
	display: none;
	position: absolute;
	z-index: 12;
}

.desctop_menu .top_menu ul li ul a,
.top_menu ul li ul a {
	font-size: 15px;
	text-transform: none;
	line-height: 17px;
	margin: 5px 11px;
	padding: 5px 5px;
}

.desctop_menu .top_menu>ul>li:hover>ul,
.top_menu>ul>li:hover>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-animation: contentShow-data-v-23ecec19 .2s ease-in-out both;
	animation: contentShow-data-v-23ecec19 .2s ease-in-out both;
	background: #0c1a4c;
	text-align: left;
	width: 250px;
	border-radius: 10px;
	padding: 5px 5px;
}

.newton-wrapper2 {
	z-index: 12;
}

.left_top .head_iv p,
.right_top .head_iv p,
.right_top .btn_login a,
.right_top .xoo-el-login-tgr {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 5px;
}

.right_top .btn_login a,
.right_top .xoo-el-login-tgr {
	background: #1A2340;
	color: #fff;
	border-radius: 10px;
	transition: 0.3s;
}

.right_top .btn_login a:hover,
.right_top .xoo-el-login-tgr:hover {
	background: #C01818;
}

.right_top .head_iv p {
	background: #BCCACD;
	color: #1A2340;
	border-radius: 10px;
	transition: 0.3s;
}

.right_top .head_iv p:hover {
	background: #d5dadb;
}

.left_top p,
.right_top p {
	margin: 0px;
}

.head_bl {
	padding: 10px;
}

.head_main {
	background: #E3E3E3;
}

.head_main a,
.head_main img {
	display: block;
}

#wpcf7-f42-o1 label {
	font-weight: 400;
}

#wpcf7-f42-o1 input[type="text"],
#wpcf7-f42-o1 input[type="email"],
#wpcf7-f42-o1 textarea {
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 5px;
}

#wpcf7-f42-o1 input[type="submit"] {
	display: block;
	margin: 0px;
	width: 100%;
	border: 0px;
	padding: 15px 10px;
	text-transform: uppercase;
	font-weight: 600;
	background: #000;
	color: #fff;
	transition: 0.3s;
	border-radius: 5px;
	cursor: pointer;
}

#wpcf7-f42-o1 input[type="submit"]:hover {
	background: #3e3e3e;
}

#wpcf7-f42-o1 .wpcf7-spinner {
	position: absolute;
	left: 50%;
	margin-left: -12px;
	z-index: 2;
}

#wpcf7-f42-o1 .wpcf7-response-output {
	font-weight: 400;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
}

.h_liner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.center_cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	row-gap: 5px;
}

.center_cont .head_iv p {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	row-gap: 10px;
	margin: 0px;
}

.center_cont .head_iv a {
	color: #1A2340;
	font-weight: 500;
}

.center_cont .head_iv a:hover {
	color: #000;
}

.head_search .dgwt-wcas-sf-wrapp input.dgwt-wcas-search-input {
	border-top-left-radius: 10px !important;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px !important;
	border-bottom-right-radius: 10px;
	transition: 0.3;
}

.head_search button.dgwt-wcas-search-submit {
	border-top-right-radius: 10px !important;
	border-bottom-right-radius: 10px;
}

.cats_main {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	column-gap: 10px;
}

.cats_main a {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	background: #E3E3E3;
	border-radius: 10px;
}

.cats_main a:hover {
	background: #d9d9d9;
}

.cats_main a h2 {
	margin: 0px;
	text-align: center;
}

.cats_main .img_cats {
	display: flex;
	height: 55px;
	width: 50px;
	align-items: center;
}

.slider_x {
	border-radius: 10px;
	overflow: hidden;
	margin-top: 20px;
}

.osnova_main {
	margin-top: 20px;
}

.osnova_cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}

.osnova_cont .head_iv {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	position: relative;
	z-index: 2;
	background: url(images/bg_osnov_x.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
}

.txt_osnova strong {
	display: block;
	color: #1A2340;
}

.osnova_cont .txt_osnova span {
	display: block;
	color: #1a1a1a;
}

.sliderprods_main {
	margin-top: 80px;
}

.wpb-woo-products-slider.owl-theme .owl-nav [class*=owl-] {
	border-radius: 10px !important;
	border: 0px;
}

.wpb-woo-products-slider .wpb-wps-slider-item img {
	border-radius: 10px !important;
}

.grid_no_animation figcaption h3.pro_title,
ul.products .title_prod_list {
	font-weight: 500;
	color: #1a2340;
}

.grid_no_animation .pro_price_area bdi,
ul.products .price bdi {
	color: #C01818;
}

.grid_no_animation figcaption a.button {
	border-radius: 10px !important;
}

.sliderprods_cont figure {
	position: relative;
	z-index: 1;
}

.sliderprods_cont figure .pro_price_area,
ul.products .price {
	position: absolute;
	top: 10px;
	left: 10px;
	font-weight: 700 !important;
}

.wpb-wps-slider-item .pro_price_area {
	text-align: left;
}

.price .woocommerce-Price-amount, .wpb-wps-slider-item .woocommerce-Price-amount {
	background: #fff;
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    padding: 1px 10px;
}

.price .how_mach_bonus, .wpb-wps-slider-item .how_mach_bonus {
	background: #fff;
    border-radius: 10px;
    display: block;
    padding: 1px 10px;
    margin-top: 3px;
    opacity: 0.8;
    transition: 0.3s;
}

.product:hover .how_mach_bonus, .wpb-wps-slider-item:hover .how_mach_bonus {
	opacity: 1;
}

.body_pagex .how_mach_bonus {
	display: inline-block;
    vertical-align: top;
    background: #e3e3e3;
    padding: 5px 15px;
    border-radius: 10px;
    color: #1a2340;
}

.how_mach_bonus .how_mach_bonus_title {
	color: #464646;
}

.sliderprods_cont figure .wpb_cart_button {
	position: absolute;
	right: 10px;
}

.sliderprods_cont figure figcaption {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}

.sliderprods_cont figure figcaption>a {
	display: block;
	width: 100%;
}

.footer_bl {
	background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(images/bg_footer1.jpg);
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(images/bg_footer1.jpg);
	background-position: 0px 0px, 50% 50%;
	background-size: auto, cover;
	background-repeat: repeat, no-repeat;
	position: relative;
	z-index: 1;
	padding-top: 170px;
	padding-bottom: 100px;
}

.footer_bl:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100px;
	width: 100%;
	background: url(images/bg_footer2.svg);
	background-size: cover;
	background-position: bottom;
}

.f_body {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #fff;
}

.f_body a,
.f_body .center_cont a {
	color: #fff;
}

.cont_f .wp-image-81,
.cont_f .wp-image-82 {
	filter: invert(1);
}

.cont_f {
	margin-bottom: 15px;
}

.main_body .footer_menu ul.mod-menu a {
	color: #fff;
}

.links_f p a,
.links_f p,
.links_f .head_iv {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}

.right_f {
	color: #9b9b9b;
}

.right_f a {
	color: #ccc;
}

.right_f a:hover {
	color: #fff;
}

.center_f .center_cont .head_iv a:hover {
	color: #BCCACD;
}

.main_body .footer_menu ul.mod-menu>li>a:hover,
.main_body .footer_menu ul.mod-menu>li.current_page_item>a {
	color: #BCCACD;
}

.wp-image-83:hover,
.wp-image-84:hover,
.wp-image-85:hover {
	transform: rotate(20deg);
}

.footer_menu {
	text-align: center;
}

.center_top {
	text-align: center;
}

.right_top .btn_pop img,
.right_top .btn_login img {
	width: 18px;
}

.hidden-panel ul.mod-menu a {
	color: #fff;
}

.left_cats .cats_left ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.left_cats .cats_left ul ul {
	margin-left: 25px;
}

.left_cats .cats_left>div>ul>li {
	background: #e3e3e3;
	padding: 10px 10px;
	border-radius: 10px;
	margin-bottom: 10px;
}

.left_cats .cats_left>div>ul>li>a {
	text-transform: uppercase;
	font-weight: 600;
	display: flex;
	align-items: center;
}

.left_cats .cats_left>div>ul>li>a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	background: url(images/arrow_r.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 7px;
	opacity: 0.5;
	transition: 0.3s;
}

.left_cats .cats_left>div>ul>li>a:hover:before {
	opacity: 1;
}

.woocommerce-ordering select.orderby {
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.body_prods li.product img {
	border-radius: 10px;
}

.body_prods li.product {
	position: relative;
	z-index: 1;
}

.body_prods li.product .add_to_cart_button {
	position: absolute;
	margin-top: -60px !important;
	right: 10px;
	background: #1a2340;
	color: #ffffff !important;
	padding: 10px 15px;
	border-radius: 10px !important;
}

.body_prods li.product .add_to_cart_button:hover {
	background: #c01818;
}

.title_prod_list {
	text-align: center;
	margin-top: 0px;
	padding-top: 0px !important;
}

.woocommerce .quantity .qty {
	padding: 10px 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
	display: inline-block;
	vertical-align: top;
}

.woocommerce div.product form.cart .button {
	vertical-align: top !important;
	display: inline-block;
	float: none !important;
	background: #1a2340;
	transition: 0.3s;
	border-radius: 10px;
	font-weight: 500;
}

.woocommerce div.product form.cart .button:hover {
	background: #C01818;
}

.woocommerce-product-gallery .flex-viewport {
	border-radius: 10px;
	margin-bottom: 10px;
}

.woocommerce-product-gallery ol {
	border-radius: 10px;
}

.wc-block-cart__submit-button {
	background: #1a2340;
	color: #fff;
	border-radius: 10px;
	transition: 0.3s !important;
}

.wc-block-cart__submit-button:hover {
	background: #C01818;
	color: #fff;
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.woocommerce-MyAccount-navigation ul a {
	display: inline-block;
	vertical-align: top;
	border: 1px dashed #ccc;
	padding: 10px 15px;
	border-radius: 10px;
}

.woocommerce-MyAccount-navigation ul a:hover,
.woocommerce-MyAccount-navigation ul .is-active a {
	background: #e3e3e3;
}

.wc-block-components-address-form__country {
	display: none !important;
}

.wc-block-checkout__use-address-for-billing {
	display: none;
}

.wc-block-components-product-details__custom-attr-pa-skidka-na-dostavku,
.variation-custom_attr_pa_skidka-na-dostavku,
.variation-custom_attr_pa_skidka-na-dostavku,
.wc-block-cart-item__wrap span[aria-hidden="true"] {
	display: none !important;
}

.discount_delivery_bl {
	position: fixed;
	bottom: 0px;
	z-index: 12;
	background: #1a2340;
	box-sizing: border-box;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
	color: #fff;
}

.val_discount_delivery {
	font-weight: 600;
	color: #00ff00;
}

.wc-block-components-checkout-place-order-button {
	background: #1a2340;
    border: 0px;
    color: #fff;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600;
	transition: 0.3s !important;
}

.wc-block-components-checkout-place-order-button:hover {
	background: #2c3a68;
}

@media (min-width: 1200px) {
	.main_body {
		max-width: 1740px;
		padding: 0px 15px;
	}

	.content_col {
		width: 100%;
	}

	.main_body ul.mod-menu li a {
		margin: 5px 0px;
		padding: 0px 5px;
		border-right: 1px dashed #ccc;
	}

	.main_body ul.mod-menu li:last-child a {
		border-right: 0px;
	}

	.mobile_menu,
	.mobile_b {
		display: none;
	}

	.top_line {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.left_top,
	.right_top {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		column-gap: 25px;
		row-gap: 5px;
		flex-wrap: wrap;
	}

	.right_top {
		justify-content: flex-end;
	}

	.main_body .footer_menu ul.mod-menu li a {
		border-right: 1px dashed #565656;
	}

	.main_body .footer_menu ul.mod-menu li:last-child a {
		border-right: 0px;
	}

	.center_top {
		min-width: 625px;
	}

	.left_f,
	.right_f {
		min-width: 260px;
	}

	.left_f {
		text-align: left;
	}

	.right_f {
		text-align: right;
	}

	body {
		font-size: 16px;
	}

	.right_top .head_iv p,
	.right_top .btn_login a,
	.right_top .xoo-el-login-tgr {
		padding: 5px 15px;
	}

	.center_cont .head_iv p {
		column-gap: 20px;
	}

	.txt_osnova strong {
		font-size: 20px;
	}

	.osnova_cont .txt_osnova span {
		line-height: 16px;
		font-size: 15px;
	}

	.osnova_cont img {
		width: 80px;
	}

	.osnova_cont .head_iv {
		padding: 15px 55px 15px 25px;
		width: 400px;
		height: 117px;
	}

	.cats_main a {
		width: 165px;
		height: 125px;
		margin-top: 20px;
	}

	.cats_main a h2 {
		font-size: 16px;
	}

	.head_main {
		padding: 10px 10px;
	}

	.sliderprods_cont .title_nprods {
		font-size: 32px;
		text-transform: uppercase;
		padding: 9px 0px;
	}

	.sliderprods_cont figure .pro_price_area,
	ul.products .price {
		padding: 5px 10px;
	}

	.grid_no_animation .pro_price_area bdi,
	ul.products .price bdi {
		font-size: 16px;
	}

	.sliderprods_cont figure .wpb_cart_button {
		margin-top: -45px;
	}

	.grid_no_animation figcaption h3.pro_title,
	ul.products .title_prod_list {
		font-size: 20px !important;
		line-height: 21px !important;
	}

	.footer_bl {
		margin-top: 70px;
	}

	.f_body {
		justify-content: space-between;
	}

	.main_body .footer_menu ul.mod-menu {
		background: #2C2C2C;
	}

	.body_flx .left_cats {
		width: 18%;
	}

	.body_flx .body_prods {
		width: 80%;
	}

	.left_cats .cats_left {
		position: sticky;
		top: 10px;
	}

	.body_flx {
		display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
		justify-content: space-between;
		column-gap: 20px;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100% !important;
		float: none !important;
	}

	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100% !important;
		float: none !important;
	}

	.entry-content>.woocommerce {
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
	}

	.woocommerce-account .woocommerce::after,
	.woocommerce-account .woocommerce::before {
		display: none !important;
	}

	.cats_btn {
		display: none;
	}

	.woocommerce-MyAccount-navigation ul a {
		margin-bottom: 10px;
	}

	.woocommerce-MyAccount-navigation ul {
		display: flex;
		justify-content: flex-start;
		column-gap: 10px;
	}

	.discount_delivery_bl {
		padding: 10px;
		left: 50%;
		width: 210px;
		margin-left: -105px;
	}
}

@media (max-width: 1200px) {
	#main .main_body {
		padding: 0px 15px;
	}

	.main_body ul.mod-menu li a {
		margin: 5px;
		padding: 5px;
		font-size: 15px;
	}

	.footer_pos {
		text-align: center;
	}

	.left_footer {
		margin-bottom: 10px;
	}

	.right_footer {
		margin-bottom: 10px;
		font-size: 12px;
	}

	.desctop_menu {
		display: none;
	}

	.center_cont {
		column-gap: 20px;
	}

	.slider_x {
		margin-left: 15px;
		margin-right: 15px;
	}

	body {
		font-size: 13px;
	}

	.left_top .head_iv:last-child strong {
		display: none;
	}

	.left_top {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.right_top {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-end;
		align-items: center;
		gap: 15px;
		margin-top: 5px;
	}

	.mobile_menu {
		float: left;
		text-transform: uppercase;
		background: url(images/menu_bg.svg);
		background-repeat: no-repeat;
		padding-left: 25px;
		margin-top: 12px;
		color: #1a2340;
	}

	.right_top .head_iv p,
	.right_top .btn_login a,
	.right_top .xoo-el-login-tgr {
		padding: 4px 10px;
	}

	.h_liner .logo {
		width: 110px;
	}

	.center_cont .head_iv p {
		column-gap: 5px;
	}

	.center_cont img {
		max-width: 20px;
	}

	.center_cont .wp-image-82 {
		width: 19px;
	}

	.center_cont {
		max-width: 170px;
	}

	.left_top img {
		width: 17px;
	}

	.osnova_cont {
		padding: 0px 15px;
	}

	.txt_osnova strong {
		font-size: 17px;
	}

	.osnova_cont .txt_osnova span {
		line-height: 13px;
		font-size: 13px;
	}

	.osnova_cont img {
		width: 50px;
	}

	.osnova_cont .head_iv {
		padding: 10px 55px 10px 25px;
		width: 400px;
		height: 85px;
	}

	.cat_prods {
		padding: 0px 15px;
	}

	.cats_main a {
		width: 105px;
		height: 105px;
		margin-top: 10px;
	}

	.cats_main a h2 {
		font-size: 14px;
		line-height: 14px;
	}

	.center_cont .head_iv:nth-child(2) {
		display: none;
	}

	.head_main {
		padding: 5px 10px;
	}

	.sliderprods_main .sliderprods_cont {
		padding: 0px 15px;
	}

	.sliderprods_cont .title_nprods {
		font-size: 24px;
		text-transform: uppercase;
		padding: 9px 0px;
	}

	.wpb-woo-products-slider.owl-theme .owl-nav [class*=owl-] {
		width: 30px !important;
		height: 30px !important;
	}

	.wpb_slider_area .owl-theme .owl-nav {
		top: -42px !important;
	}

	.sliderprods_cont figure .pro_price_area,
	ul.products .price {
		padding: 2px 9px;
	}

	.grid_no_animation .pro_price_area bdi,
	ul.products .price bdi {
		font-size: 14px;
	}

	.grid_no_animation figcaption a.button {
		padding: 7px 11px !important;
		font-weight: 300;
		text-transform: uppercase;
		font-size: 12px;
	}

	.sliderprods_cont figure .wpb_cart_button {
		margin-top: -35px;
	}

	.grid_no_animation figcaption h3.pro_title,
	ul.products .title_prod_list {
		font-size: 16px !important;
		line-height: 17px !important;
	}

	.f_body {
		padding: 0px 15px;
	}

	.f_body .left_f {
		width: 180px;
		justify-content: center;
	}

	.f_body {
		justify-content: center;
	}

	.cont_f.center_cont {
		max-width: 100%;
	}

	.main_body .footer_menu ul.mod-menu {
		background: rgb(44 44 44 / 25%);
	}

	.footer_bl .main_body .footer_menu ul.mod-menu li a {
		margin: 0px;
		padding: 0px 5px;
	}

	.left_f figure {
		text-align: center;
	}

	.woocommerce div.product form.cart .button {
		padding: 12px 15px;
		text-transform: uppercase;
	}

	#post-59 .body_flx {
		padding: 0px 15px;
	}

	.page_smpl {
		padding: 0px 15px;
	}

	.cats_left .wc-block-product-categories {
		display: none;
	}

	.cats_btn {
		width: 150px;
		margin-left: auto;
		margin-right: auto;
		padding: 7px 5px 7px 25px;
		text-align: center;
		background-color: #1a2340;
		border-radius: 10px;
		margin-bottom: 10px;
		color: #fff;
		text-transform: uppercase;
		background-image: url(images/cats_btn2.svg);
		background-repeat: no-repeat;
		background-position: 10px center;
	}

	.woocommerce-MyAccount-navigation ul a {
		margin-bottom: 5px;
	}

	.woocommerce-MyAccount-navigation ul {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
		column-gap: 5px;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		margin-top: 20px;
	}

	.discount_delivery_bl {
		padding: 5px;
    	left: 50%;
    	width: 180px;
		margin-left: -90px;
	}
	
	.price .how_mach_bonus, .wpb-wps-slider-item .how_mach_bonus {
	    font-size: 11px;
        line-height: 11px;
	}
}

@media (min-width: 1740px) {
	.head_search {
		min-width: 400px;
	}

	.center_cont {
		column-gap: 60px;
	}
}

@media (min-width: 1200px) and (max-width: 1740px) {
	.head_search {
		min-width: 270px;
	}

	.center_cont {
		column-gap: 40px;
	}
}

@-webkit-keyframes contentShow-data-v-23ecec19 {
	0% {
		opacity: 0;
		transform: translate3d(0, 30px, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes contentShow-data-v-23ecec19 {
	0% {
		opacity: 0;
		transform: translate3d(0, 30px, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

/* BreadCrumbs */
.breadcrumb {
	padding: 8px 15px;
	margin: 0px;
	list-style: none;
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.breadcrumb>li {
	display: inline-block;
	*display: inline;
	text-shadow: 0 1px 0 #ffffff;
	*zoom: 1;
}

.breadcrumb>li>.divider {
	padding: 0 1px;
	color: #ccc;
}

.breadcrumb>.active {
	color: #999999;
}

.breadcrumb>li:first-child::after {
	content: "\f015";
}

.breadcrumb>li:after {
	font: normal normal normal 14px/1 FontAwesome;
	font-weight: 900;
	content: "\f0a9";
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: #ea1d2e;
}

@media (min-width: 1200px) {
	.breadcrumb {
		font-size: 14px;
	}

	.breadcrumb>li:after {
		line-height: 18px;
		font-size: 12px;
		width: 25px;
	}
}

@media (max-width: 1200px) {
	.breadcrumb {
		font-size: 11px;
	}

	.breadcrumb>li:after {
		line-height: 14px;
		font-size: 11px;
		width: 20px;
	}

	.breadcrumb>li>.divider {
		display: none;
	}
}

.breadcrumb>li:last-child::after {
	content: "";
	width: 0px;
}

/* BreadCrumbs (TheEnd) */


/* pgination */

.pagination {
	margin: 18px 0;
	text-align: center;
}

.pagination p {
	margin: 0px;
}

.pagination ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul>li {
	display: inline;
}

.pagination ul>li>a,
.pagination ul>li>span {
	float: left;
	padding: 4px 12px;
	line-height: 18px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0;
}

.pagination ul>li>a:hover,
.pagination ul>li>a:focus,
.pagination ul>.active>a,
.pagination ul>.active>span {
	background-color: #f5f5f5;
}

.pagination ul>.active>a,
.pagination ul>.active>span {
	color: #999;
	cursor: default;
}

.pagination ul>.disabled>span,
.pagination ul>.disabled>a,
.pagination ul>.disabled>a:hover,
.pagination ul>.disabled>a:focus {
	color: #999;
	background-color: transparent;
	cursor: default;
}

.pagination ul>li:first-child>a,
.pagination ul>li:first-child>span {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

.pagination ul>li:last-child>a,
.pagination ul>li:last-child>span {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}

.pagination-centered {
	text-align: center;
}

.pagination-right {
	text-align: right;
}

.pagination-large ul>li>a,
.pagination-large ul>li>span {
	padding: 11px 19px;
	font-size: 16.25px;
}

.pagination-large ul>li:first-child>a,
.pagination-large ul>li:first-child>span {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}

.pagination-large ul>li:last-child>a,
.pagination-large ul>li:last-child>span {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}

.pagination-mini ul>li:first-child>a,
.pagination-mini ul>li:first-child>span,
.pagination-small ul>li:first-child>a,
.pagination-small ul>li:first-child>span {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}

.pagination-mini ul>li:last-child>a,
.pagination-mini ul>li:last-child>span,
.pagination-small ul>li:last-child>a,
.pagination-small ul>li:last-child>span {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}

.pagination-small ul>li>a,
.pagination-small ul>li>span {
	padding: 2px 10px;
	font-size: 12px;
}

.pagination-mini ul>li>a,
.pagination-mini ul>li>span {
	padding: 0 6px;
	font-size: 9.75px;
}

/* end pagination */