/*!
Theme Name: puzatik
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: puzatik
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

puzatik is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
* {
	outline: none;
	--color-text: #000;
	--color-link: #000;
	--color-link-hover: #000;
	--color-button: #000;
	--color-button-text: #fff;
	--bg-dark: #000;
	--color-white: #fff;
}

ol,
ul {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}

a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: var(--color-link);
	-webkit-transition: all ease 0.15s;
	transition: all ease 0.15s;
}
a:focus, a:hover, a:active {
	outline: 0;
}
a:hover, a:active {
	color: var(--color-link-hover);
}

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

button, input, textarea {
	background: none;
	outline: 0 !important;
	border: none;
	padding: 0;
	-webkit-transition: all ease 0.15s;
	transition: all ease 0.15s;
}

button[disabled=disabled] {
	opacity: 0.75;
}

html, body {
	font-family: "CoFoSansM";
	color: var(--color-text);
	font-size: 20px;
	background: #fff;
}

p {
	font-size: 20px;
}

p, h1, h2, h3, h4, h5, h6 {
	color: var(--color-text);
}

h1 {
	font-size: 32px;
	font-family: "CoFoSansB";
}

b, strong {
	font-weight: normal;
}

b {
	font-family: "CoFoSansB";
}

strong {
	font-family: "CoFoSansBlack";
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

section {
	margin: 100px 0;
}

.buttons {
	max-width: 245px;
	width: 100%;
	height: 45px;
	background: #454649;
	color: #fff;
	font-size: 20px;
	font-family: "CoFoSansB";
	border-radius: 10px;
	text-align: center;
	display: block;
}
.buttons:hover {
	background: #000;
	color: #fff;
}

a.buttons {
	line-height: 45px;
}

.header-top {
	background: var(--bg-dark);
	color: var(--color-white);
	padding: 7px 0;
}
.header-top .header-top-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header-top .header-top-item .header-top-items.__logo {
	margin-right: 75px;
}
.header-top .header-top-item .header-top-items.__logo a img {
	max-width: 70px;
}
.header-top .header-top-item .header-top-items.__menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header-top .header-top-item .header-top-items.__menu ul li:not(:last-child) {
	margin-right: 20px;
}
.header-top .header-top-item .header-top-items.__menu ul li a {
	color: var(--color-white);
}
.header-top .header-top-item .header-top-items.__menu ul li a:hover {
	color: #C9C9C9;
}
.header-top .header-top-item .header-top-items.__social {
	margin-left: auto;
}
.header-top .header-top-item .header-top-items.__social ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header-top .header-top-item .header-top-items.__social ul li {
	margin: 0 5px;
}
.header-top .header-top-item .header-top-items.__social ul li a {
	-webkit-transition: -webkit-transform cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.7s;
	transition: -webkit-transform cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.7s;
	transition: transform cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.7s;
	transition: transform cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.7s, -webkit-transform cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.7s;
}
.header-top .header-top-item .header-top-items.__social ul li a img {
	width: 32px;
	height: 32px;
}
.header-top .header-top-item .header-top-items.__social ul li a:hover {
	-webkit-transform: scale(1.15) rotate(360deg);
	        transform: scale(1.15) rotate(360deg);
}
.header-top .header-top-item .header-top-items.__work {
	margin-left: 10%;
}
.header-top .header-top-item .header-top-items.__work i {
	position: relative;
	top: 3px;
	font-size: 25px;
	margin-right: 5px;
}
.header-top .header-top-item .header-top-items.__work span {
	font-size: 24px;
}

.header {
	position: sticky;
	top: -1px;
	padding: 16px 0;
	background: #fff;
	-webkit-box-shadow: 0 2px 5px #f1f1f1;
	        box-shadow: 0 2px 5px #f1f1f1;
	z-index: 1002;
}
.header .header-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.header .header-item .header-items.__catalog {
	position: relative;
}
.header .header-item .header-items.__catalog button {
	font-size: 32px;
	color: #000;
}
.header .header-item .header-items.__catalog button i {
	margin-right: 12px;
}
.header .header-item .header-items.__catalog .__catalog-dropdown {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 20px;
	min-width: 830px;
	padding: 40px 45px;
	background: #fff;
	-webkit-transform: translate(-100%, 15px);
	        transform: translate(-100%, 15px);
	opacity: 0;
	z-index: 100;
	-webkit-transition: all cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.8s;
	transition: all cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.8s;
	pointer-events: none;
}
.header .header-item .header-items.__catalog .__catalog-dropdown.active {
	-webkit-transform: translate(0, 15px);
	        transform: translate(0, 15px);
	opacity: 1;
	pointer-events: auto;
}
.header .header-item .header-items.__catalog .__catalog-dropdown .__catalog-dropdown-item {
	-ms-flex-preferred-size: calc(31% + 3px);
	    flex-basis: calc(31% + 3px);
	padding: 14px 14px 16px 14px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
	background: #fff;
	text-align: center;
	line-height: 1.15;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: 100%;
}
.header .header-item .header-items.__catalog .__catalog-dropdown .__catalog-dropdown-item img {
	max-width: 150px;
	height: 125px;
	-o-object-fit: contain;
	   object-fit: contain;
	margin-bottom: 7px;
	-webkit-transition: -webkit-transform ease 0.2s;
	transition: -webkit-transform ease 0.2s;
	transition: transform ease 0.2s;
	transition: transform ease 0.2s, -webkit-transform ease 0.2s;
}
.header .header-item .header-items.__catalog .__catalog-dropdown .__catalog-dropdown-item span {
	display: block;
	margin-top: auto;
}
.header .header-item .header-items.__catalog .__catalog-dropdown .__catalog-dropdown-item:hover img {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}
.header .header-item .header-items.__search {
	min-width: 610px;
	max-width: 610px;
}
.header .header-item .header-items.__search form {
	position: relative;
	width: 100%;
	height: 50px;
}
.header .header-item .header-items.__search form input {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	border: 2px solid #888;
	padding: 0 15px 0 50px;
	-webkit-appearance: none;
}
.header .header-item .header-items.__search form input:focus {
	-webkit-box-shadow: 0 0 15px rgba(136, 136, 136, 0.2);
	        box-shadow: 0 0 15px rgba(136, 136, 136, 0.2);
}
.header .header-item .header-items.__search form button.__ico {
	position: absolute;
	top: 0;
	left: -1px;
	width: 50px;
	height: 100%;
}
.header .header-item .header-items.__contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header .header-item .header-items.__contacts .__contacts-ico {
	min-width: 55px;
	max-width: 55px;
	height: 55px;
	border-radius: 50%;
	background: #000;
	text-align: center;
	line-height: 52px;
}
.header .header-item .header-items.__contacts .__contacts-body {
	padding-left: 10px;
	line-height: 1.25;
}
.header .header-item .header-items.__contacts .__contacts-body a:hover {
	text-decoration: underline;
	text-underline-position: under;
}
.header .header-item .header-items.__settings {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 8px;
}
.header .header-item .header-items.__settings .__settings-items {
	position: relative;
}
.header .header-item .header-items.__settings .__settings-items:not(:last-child) {
	margin-right: 20px;
}
.header .header-item .header-items.__settings .__settings-items svg {
	width: 40px;
	height: 40px;
	-webkit-transition: all ease 0.1s;
	transition: all ease 0.1s;
}
.header .header-item .header-items.__settings .__settings-items a .count, .header .header-item .header-items.__settings .__settings-items button .count {
	position: absolute;
	top: -3px;
	right: -8px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
	background: var(--color-button);
	color: var(--color-button-text);
}
.header .header-item .header-items.__settings .__settings-items a:hover svg, .header .header-item .header-items.__settings .__settings-items button:hover svg {
	color: rgba(39, 45, 60, 0.64);
}
.header .header-item .header-items.__settings .__settings-items a:hover svg path, .header .header-item .header-items.__settings .__settings-items button:hover svg path {
	stroke: rgba(39, 45, 60, 0.64);
}
.header .header-item .header-items.__settings .__settings-items a:active svg, .header .header-item .header-items.__settings .__settings-items button:active svg {
	-webkit-transform: scale(0.85);
	        transform: scale(0.85);
}

.home-banner {
	position: relative;
	height: 700px;
	background-image: url("assets/img/home-banner.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 110px 0 70px;
}
.home-banner .home-banner-item {
	max-width: 935px;
	margin-left: auto;
}
.home-banner .home-banner-item h1,
.home-banner .home-banner-item h2 {
	font-size: 75px;
	color: #fff;
	font-family: "CoFoSansM";
	text-transform: uppercase;
	margin-bottom: 65px;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
	line-height: 1.1;
}
.home-banner .home-banner-item .swiperHomeBanner {
	max-width: 665px;
	margin: 0 0 0 auto;
	border-radius: 10px;
}
.home-banner .home-banner-item .swiperHomeBanner .__slider {
	display: block;
	width: 100%;
	padding: 45px 30px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
.arrow-down-home {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -90px;
	margin: 0 auto;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 20px #454649;
	        box-shadow: 0px 0px 20px #454649;
	background: #fff;
	text-align: center;
	line-height: 180px;
	z-index: 1;
}
.arrow-down-home svg {
	width: 65px;
	height: 80px;
}

.title {
	text-align: center;
	font-size: 36px;
	font-family: "CoFoSansB";
	text-transform: uppercase;
	margin-bottom: 40px;
}

.popular-goods {
	padding-top: 60px;
	overflow: hidden;
}
.popular-goods .popular-goods-item .title {
	margin-bottom: 75px;
}
.popular-goods .popular-goods-item .__slider {
	position: relative;
}
.popular-goods .popular-goods-item .__slider::before, .popular-goods .popular-goods-item .__slider::after {
	content: "";
	pointer-events: none;
	position: absolute;
	top: 0;
	z-index: 4;
	height: 100%;
	width: 5000px;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(4vw, rgba(255, 255, 255, 0.8)), color-stop(15vw, rgb(255, 255, 255)));
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 4vw, rgb(255, 255, 255) 15vw);
}
.popular-goods .popular-goods-item .__slider::before {
	right: 100%;
	-webkit-transform: scale(-1);
	        transform: scale(-1);
}
.popular-goods .popular-goods-item .__slider::after {
	left: 100%;
}
.popular-goods .popular-goods-item .__slider .__slider-arrow {
	position: absolute;
	top: -75px;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 20px;
}
.popular-goods .popular-goods-item .__slider .__slider-arrow .swiper-button-prev, .popular-goods .popular-goods-item .__slider .__slider-arrow .swiper-button-next {
	position: static;
	margin: 0;
	width: 52px;
	height: 52px;
	border-radius: 10px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 4px 0px #454649;
	        box-shadow: 0px 0px 4px 0px #454649;
	color: var(--color-text);
}
.popular-goods .popular-goods-item .__slider .__slider-arrow .swiper-button-prev:after, .popular-goods .popular-goods-item .__slider .__slider-arrow .swiper-button-next:after {
	content: none;
}
.popular-goods .popular-goods-item .__slider .__slider-arrow .swiper-button-prev:hover, .popular-goods .popular-goods-item .__slider .__slider-arrow .swiper-button-next:hover {
	background: var(--bg-dark);
	color: var(--color-white);
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.popular-goods .popular-goods-item .__slider .__slider-arrow .swiper-button-prev:active, .popular-goods .popular-goods-item .__slider .__slider-arrow .swiper-button-next:active {
	-webkit-transform: scale(0.85);
	        transform: scale(0.85);
}

.swiperPopularGoods {
	overflow: unset;
	padding: 20px 0;
	margin: -20px 0 0 0;
}

.product-card {
	position: relative;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	background: #fff;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
}
.product-card .product__img {
	border-radius: 5px;
	padding: 10px 20px 0 20px;
}
.product-card .product__img .product__img-label {
	position: absolute;
	top: 10px;
	left: 12px;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	line-height: 1;
	font-family: "CoFoSansB";
}
.product-card .product__img .product__img-label span {
	display: block;
	padding: 6px 8px;
	color: #fff;
	text-align: center;
	background: #000;
	border-radius: 10px;
	font-size: 16px;
}
.product-card .product__img .product__img-label span:not(:last-child) {
	margin-bottom: 2px;
}
.product-card .product__img .product__img-label span.sale {
	background: #DD2F44;
}
.product-card .product__img .product__img-label span.hit {
	background: #0CCC08;
}
.product-card .product__img .product__img-slider {
	width: 100%;
	height: 270px;
}

.product-card .product__img .swiperProductGallery {
	height: 270px;
}
.product-card .product__img .swiperProductGallery, .product-card .product__img img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
.product-card .product__img img {
	-o-object-fit: contain;
	   object-fit: contain;
}
.product-card .product__body {
	padding: 10px 20px 15px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
}
.product-card .product__body .product__body-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.product-card .product__body .product__body-header .__header-pagination .swiper-pagination {
	position: static;
}
.product-card .product__body .product__body-header .__header-pagination .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background: #D9D9D9;
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
}
.product-card .product__body .product__body-header .__header-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #B0B0B0;
}
.product-card .product__body .product__body-header .__header-rating {
	font-size: 16px;
	color: #FFB000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	line-height: 1;
	margin-left: auto;
}
.product-card .product__body .product__body-header .__header-rating svg {
	width: 20px;
	height: 20px;
}
.product-card .product__body .product__body-title {
	display: block;
	width: 100%;
	margin: 13px 0 8px;
}
.product-card .product__body .product__body-title h2 {
	font-size: 20px;
	font-family: "CoFoSansB";
	margin-bottom: 0;
}
.product-card .product__body .product__body-price {
	margin-top: auto;
}
.product-card .product__body .product__body-price .price {
	font-size: 30px;
	font-family: "CoFoSansM";
	color: #DD2F44;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.product-card .product__body .product__body-price .price .woocommerce-Price-currencySymbol {
	display: none;
}
.product-card .product__body .product__body-price .price del, .product-card .product__body .product__body-price .price ins {
	text-decoration: none;
}
.product-card .product__body .product__body-price .price del {
	position: relative;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	font-size: 18px;
	margin-left: 7px;
	color: rgba(0, 0, 0, 0.54);
	border-radius: 1px;
	background: #E6E6E6;
	padding: 1px 15px;
	font-family: "CoFoSansB";
}
.product-card .product__body .product__body-price .price del::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80%;
	height: 1px;
	background: #6A6A6A;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.product-card .product__body .product__body-price .price ins {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
}
.product-card .product__body .product__body-btn {
	margin-top: 12px;
}
.product-card .product__body .product__body-btn .buttons {
	display: block;
	max-width: 100%;
	width: 100%;
	height: 50px;
	line-height: 48px;
	background: var(--bg-dark);
	border: 2px solid var(--bg-dark);
	color: var(--color-white);
	text-align: center;
	font-family: "CoFoSansB";
	border-radius: 10px;
}
.product-card .product__body .product__body-btn .buttons.active, .product-card .product__body .product__body-btn .buttons:hover {
	background: none;
	color: var(--color-text);
}
.product-card .product__body .product__body-btn .added_to_cart {
	display: none;
}
.product-card .product__footer {
	padding: 15px;
	margin: auto 10px 0 10px;
	border-top: 2px solid #B0B0B0;
}
.product-card .product__footer .product__footer-settings {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}
.product-card .product__footer .product__footer-settings a svg, .product-card .product__footer .product__footer-settings button svg {
	width: 36px;
	height: 36px;
	color: rgba(39, 45, 60, 0.64);
	-webkit-transition: all ease 0.15s;
	transition: all ease 0.15s;
}
.product-card .product__footer .product__footer-settings a svg path, .product-card .product__footer .product__footer-settings button svg path {
	stroke: rgba(39, 45, 60, 0.64);
}
.product-card .product__footer .product__footer-settings a:hover svg, .product-card .product__footer .product__footer-settings button:hover svg {
	color: rgba(39, 45, 60, 0.85);
}
.product-card .product__footer .product__footer-settings a:hover svg path, .product-card .product__footer .product__footer-settings button:hover svg path {
	stroke: rgba(39, 45, 60, 0.85);
}
.product-card .product__footer .product__footer-settings a:active, .product-card .product__footer .product__footer-settings button:active {
	-webkit-transform: scale(0.85);
	        transform: scale(0.85);
}
.product-card .product__footer .product__footer-settings a.tinvwl-product-in-list svg path, .product-card .product__footer .product__footer-settings button.tinvwl-product-in-list svg path {
	fill: #F44336;
	stroke: #F44336;
}
.product-card .product__footer .product__footer-settings a.woosc-btn-added svg, .product-card .product__footer .product__footer-settings button.woosc-btn-added svg {
	color: #000;
}

nav.woocommerce-pagination {
	margin-top: 65px;
}
nav.woocommerce-pagination ul.page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 10px;
	font-family: "CoFoSansR";
	font-size: 18px;
}
nav.woocommerce-pagination ul.page-numbers li .page-numbers {
	display: block;
	text-align: center;
}
nav.woocommerce-pagination ul.page-numbers li a.page-numbers:hover {
	text-decoration: underline;
	text-underline-position: under;
}
nav.woocommerce-pagination ul.page-numbers li .current {
	width: 45px;
	height: 45px;
	line-height: 46px;
	color: #fff;
	border-radius: 50%;
	background: #454649;
	font-family: "CoFoSansM";
}
nav.woocommerce-pagination ul.page-numbers li .next i {
	margin-left: 20px;
}
nav.woocommerce-pagination ul.page-numbers li .prev i {
	margin-right: 20px;
}

.swiper-button-prev-custom, .swiper-button-next-custom {
	width: 70px;
	height: 70px;
	font-size: 50px;
	color: #B0B0B0;
}
.swiper-button-prev-custom::after, .swiper-button-next-custom::after {
	content: none;
}
.swiper-button-prev-custom:hover, .swiper-button-next-custom:hover {
	color: var(--color-text);
}

.swiper-button-prev-custom {
	left: 0;
}

.swiper-button-next-custom {
	right: 0;
}

.bestsellers .bestsellers-item .__slider {
	position: relative;
}
.bestsellers .bestsellers-item .__slider .swiperBestsellers {
	max-width: 1505px;
	padding: 20px 20px;
	margin: -20px auto;
}
.bestsellers .bestsellers-item .__slider .swiperBestsellers  div.swiper-slide{
	height: unset !important;
}
.bestsellers .bestsellers-item .__slider .swiperBestsellers div.swiper-slide {
	height: auto;
}

.main-presentation .presentation-item-img img {
	width: 100%;
	min-height: 620px;
	max-height: 620px;
	-o-object-fit: cover;
	   object-fit: cover;
}
.main-presentation .presentation-item-video video {
	max-height: 620px;
	min-height: 620px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.main-brends .brends-item {
	padding-bottom: 85px;
	border-bottom: 2px dashed #B5B5B5;
}
.main-brends .brends-item .title {
	padding-bottom: 30px;
	border-bottom: 2px dashed #B5B5B5;
}
.main-brends .brends-item .swiperBrends .swiper-wrapper {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.main-brends .brends-item .swiperBrends a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main-brends .brends-item .swiperBrends img {
	max-height: 95px;
	-o-object-fit: contain;
	   object-fit: contain;
}

.main-certificates .certificates-item .__slider {
	position: relative;
}
.main-certificates .certificates-item .__slider .swiperCertificates {
	border-radius: 10px;
	max-width: 1420px;
	padding: 20px;
}
.main-certificates .certificates-item .__slider .swiperCertificates .__certificates-slide {
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.main-certificates .certificates-item .__slider .swiperCertificates .__certificates-slide a {
	display: block;
	width: 100%;
}
.main-certificates .certificates-item .__slider .swiperCertificates .__certificates-slide a img {
	width: 100%;
	min-height: 400px;
	max-height: 400px;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.posts-card {
	display: block;
	width: 100%;
	border-radius: 10px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	height: 100%;
}
.posts-card .__img {
	min-height: 210px;
	max-height: 210px;
	height: 100%;
}
.posts-card .__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 10px;
}
.posts-card .__body {
	padding: 17px 14px 30px 17px;
}
.posts-card .__body h2 {
	font-size: 20px;
	font-family: "CoFoSansM";
	margin: 0;
}
.posts-card .__footer {
	padding: 0 14px 20px 14px;
	font-size: 14px;
	color: #8F8F8F;
}
.posts-card .__footer img {
	margin-right: 8px;
}
.posts-card .__footer .__footer-item:not(:last-child) {
	margin-bottom: 8px;
}

.main-reviews .reviews-item .__slider {
	position: relative;
}
.main-reviews .reviews-item .__slider .swiperReviews {
	max-width: 1535px;
	padding: 15px 10px;
	margin: -15px auto;
}
.main-reviews .reviews-item .__slider .swiperReviews .__reviews-slide {
	padding: 25px 20px;
	background: #F9FAFA;
	-webkit-box-shadow: 0px 7px 10px 0px rgba(7, 34, 91, 0.15), 0px -7px 10px 0px #FFF;
	        box-shadow: 0px 7px 10px 0px rgba(7, 34, 91, 0.15), 0px -7px 10px 0px #FFF;
}
.main-reviews .reviews-item .__slider .swiperReviews .__reviews-slide .__reviews-slide-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.main-reviews .reviews-item .__slider .swiperReviews .__reviews-slide .__reviews-slide-header .header__user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 18px;
}
.main-reviews .reviews-item .__slider .swiperReviews .__reviews-slide .__reviews-slide-header .header__user .header__user-avatar {
	min-width: 60px;
	max-width: 60px;
	width: 100%;
	height: 60px;
	border-radius: 50%;
}
.main-reviews .reviews-item .__slider .swiperReviews .__reviews-slide .__reviews-slide-header .header__user .header__user-avatar img {
	width: 100%;
	height: 100%;
}
.main-reviews .reviews-item .__slider .swiperReviews .__reviews-slide .__reviews-slide-header .header__user .header__user-inf {
	line-height: 1.25;
}
.main-reviews .reviews-item .__slider .swiperReviews .__reviews-slide .__reviews-slide-header .header__user .header__user-inf span {
	font-family: "CoFoSansM";
}
.main-reviews .reviews-item .__slider .swiperReviews .__reviews-slide .__reviews-slide-header .header__user .header__user-inf data {
	margin-top: 5px;
	color: rgba(0, 0, 0, 0.6);
	font-family: "CoFoSansR";
	display: block;
	font-size: 16px;
}
.main-reviews .reviews-item .__slider .swiperReviews .__reviews-slide .__reviews-slide-header .header__rating {
	margin-left: auto;
}
.main-reviews .reviews-item .__slider .swiperReviews .__reviews-slide .__reviews-slide-header .header__rating svg {
	width: 21px;
	height: 21px;
	color: #FABD1E;
	margin-left: -5px;
}
.main-reviews .reviews-item .__slider .swiperReviews .__reviews-slide .__reviews-slide-body {
	font-size: 18px;
	font-family: "CoFoSansR";
	margin-top: 20px;
	line-height: 1.35;
}
.main-reviews .reviews-item .__btn {
	margin-top: 50px;
	text-align: center;
}

.btn-custom {
	max-width: 275px;
	width: 100%;
	height: 55px;
	background: #454649;
	color: #fff;
	font-size: 24px;
	font-family: "CoFoSansB";
	border-radius: 10px;
}
.btn-custom:hover {
	-webkit-box-shadow: 0px 7px 10px 0px rgba(7, 34, 91, 0.15), 0px -7px 10px 0px #FFF;
	        box-shadow: 0px 7px 10px 0px rgba(7, 34, 91, 0.15), 0px -7px 10px 0px #FFF;
}

.main-about .main-about-item h2 {
	font-size: 32px;
	font-family: "CoFoSansB";
	margin-bottom: 40px;
}
.main-about .main-about-item p {
	font-size: 24px;
}

.main-contacts {
	position: relative;
	padding: 30px 0 60px;
}
.main-contacts iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main-contacts .contacts-content {
	position: relative;
	padding: 30px 60px 25px 60px;
	background: #fff;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
	z-index: 1;
}
.main-contacts .contacts-content .contacts-item .contacts-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 20px;
}
.main-contacts .contacts-content .contacts-item .contacts-items:not(:last-child) {
	margin-bottom: 20px;
}
.main-contacts .contacts-content .contacts-item .contacts-items .__ico {
	min-width: 40px;
	max-width: 40px;
	width: 100%;
}
.main-contacts .contacts-content .contacts-item .contacts-items .__body a:hover {
	text-decoration: underline;
	text-underline-position: under;
}
.main-contacts .contacts-content .contacts-content__time-work {
	margin: 30px 0 13px;
	line-height: 1.15;
}
.main-contacts .contacts-content .contacts-content__time-work span {
	display: block;
}
.main-contacts .contacts-content .contacts-content__time-work span:first-child {
	font-size: 16px;
	margin-bottom: 7px;
}
.main-contacts .contacts-content .contacts-content__social ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 20px;
}
.main-contacts .contacts-content .contacts-content__social ul li a {
	-webkit-transition: -webkit-transform cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.7s;
	transition: -webkit-transform cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.7s;
	transition: transform cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.7s;
	transition: transform cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.7s, -webkit-transform cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.7s;
}
.main-contacts .contacts-content .contacts-content__social ul li a img {
	width: 35px;
	height: 35px;
}
.main-contacts .contacts-content .contacts-content__social ul li a:hover {
	-webkit-transform: scale(1.15) rotate(360deg);
	        transform: scale(1.15) rotate(360deg);
}

.footer {
	padding: 60px 0 35px;
	background: #252525;
	color: #fff;
}
.footer .__title {
	font-size: 24px;
	margin-bottom: 20px;
}
.footer .footer__logo .__logotype {
	display: block;
}
.footer .footer__logo .__logotype svg {
	max-width: 150px;
	width: 100%;
	height: auto;
}
.footer .footer__logo ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 16px;
	margin-top: 45px;
}
.footer .footer__logo ul li a {
	-webkit-transition: -webkit-transform cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.7s;
	transition: -webkit-transform cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.7s;
	transition: transform cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.7s;
	transition: transform cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.7s, -webkit-transform cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.7s;
}
.footer .footer__logo ul li a img {
	width: 32px;
	height: 32px;
}
.footer .footer__logo ul li a:hover {
	-webkit-transform: scale(1.15) rotate(360deg);
	        transform: scale(1.15) rotate(360deg);
}
.footer .footer__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 50px;
}
.footer .footer__menu .__menu-item {
	max-width: 200px;
}
.footer .footer__menu .__menu-item ul li:not(:last-child) {
	margin-bottom: 8px;
}
.footer .footer__menu .__menu-item ul li a {
	position: relative;
	color: #fff;
	font-family: "CoFoSansR";
	line-height: 1.25;
}
.footer .footer__menu .__menu-item ul li a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	border-bottom: 1px solid #fff;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.footer .footer__menu .__menu-item ul li a:hover::before {
	width: 100%;
	opacity: 1;
}
.footer .footer__inf {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.footer .footer__inf .footer__inf-item .__inf-item:not(:last-child) {
	margin-bottom: 50px;
}
.footer .footer__inf .footer__inf-item .__inf-item.__inf-item-contacts .__contacts-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 12px;
}
.footer .footer__inf .footer__inf-item .__inf-item.__inf-item-contacts .__contacts-item:not(:last-child) {
	margin-bottom: 14px;
}
.footer .footer__inf .footer__inf-item .__inf-item.__inf-item-contacts .__contacts-item .ico {
	min-width: 20px;
	max-width: 20px;
	width: 100%;
}
.footer .footer__inf .footer__inf-item .__inf-item.__inf-item-contacts .__contacts-item .body {
	line-height: 1.35;
}
.footer .footer__inf .footer__inf-item .__inf-item.__inf-item-number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 17px;
}
.footer .footer__inf .footer__inf-item .__inf-item.__inf-item-number .ico {
	min-width: 58px;
	max-width: 58px;
	width: 100%;
	height: 58px;
	border-radius: 50%;
	background: rgba(206, 207, 209, 0.4);
	text-align: center;
	line-height: 55px;
}
.footer .footer__inf .footer__inf-item .__inf-item.__inf-item-number .body a {
	font-family: "CoFoSansB";
	color: var(--color-white);
}
.footer .footer__inf .footer__inf-item .__inf-item.__inf-item-number .body button {
	margin-left: auto;
	font-size: 14px;
	display: block;
	color: var(--color-white);
}
.footer .footer__developer {
	text-align: right;
	font-size: 12px;
}
.footer .footer__developer span {
	display: block;
	margin-bottom: 5px;
}
.footer .footer__copyright {
	margin-top: 50px;
	text-align: center;
	padding-top: 15px;
	border-top: 2px solid #454649;
	font-family: "CoFoSansR";
}

.active-overflow {
	overflow: hidden;
}

.header-menu-mm {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 38px);
	-webkit-transform: translateY(100%);
	        transform: translateY(100%);
	background: #000;
	color: #fff;
	padding: 20px 25px 30px 25px;
	font-family: "CoFoSansR";
	overflow: auto;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	z-index: 1002;
}
.header-menu-mm.active {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(38px);
	        transform: translateY(38px);
}
.header-menu-mm ul li {
	border-bottom: 1px solid #6F6D6D;
}
.header-menu-mm ul li a {
	color: #fff;
	padding: 10px 0;
	display: block;
	line-height: 1.15;
}
.header-menu-mm ul li.menu-item-has-children > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header-menu-mm ul li.menu-item-has-children > a::after {
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
	margin-left: auto;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.header-menu-mm ul li.menu-item-has-children > a.active::after {
	-webkit-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}
.header-menu-mm ul li ul {
	padding: 5px 0 15px;
	display: none;
}
.header-menu-mm ul li ul li {
	border: none;
}
.header-menu-mm ul li ul li a {
	padding: 0;
	font-size: 14px;
}
.header-menu-mm ul li ul li a:hover {
	text-decoration: underline;
	text-underline-position: under;
}
.header-menu-mm ul li ul li:not(:last-child) {
	margin-bottom: 10px;
}
.header-menu-mm .__intagram {
	color: #fff;
	margin-top: 15px;
}

.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	height: 7px;
	border: 1px solid #000;
	background: #fff;
}
.swiper-scrollbar .swiper-scrollbar-drag,
.swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
	background: #000;
}

.breadcrumbs {
	margin-top: 50px;
}
.breadcrumbs .yoast_breadcrumb a:hover {
	text-decoration: underline;
	text-underline-position: under;
}
.breadcrumbs .yoast_breadcrumb > span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.breadcrumbs .yoast_breadcrumb > span > span:not(.breadcrumb_last)::after {
	content: "/";
	margin: 0 5px 0 9px;
}
.breadcrumbs .yoast_breadcrumb > span > span.breadcrumb_last {
	font-family: "CoFoSansB";
}

.shop-catalog {
	margin-top: 25px;
}
.shop-catalog .shop-catalog__filter .__title {
	font-size: 32px;
	margin-bottom: 10px;
	font-family: "CoFoSansB";
}
.shop-catalog .shop-catalog__filter .wpfMainWrapper {
	max-width: 370px;
}
.shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper {
	margin: 0 0 20px 0;
	padding: 20px 20px 25px 20px;
	background: #F9FAFA;
	border-radius: 20px;
}
.shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=pr_stock], .shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=pr_onsale] {
	padding: 0;
	background: none;
	border-radius: 0;
}
.shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=pr_stock] .wpfFilterTitle, .shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=pr_onsale] .wpfFilterTitle {
	display: none;
}
.shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=pr_stock] .wpfFilterContent .wpfFilterVerScroll .wpfLiLabel, .shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=pr_onsale] .wpfFilterContent .wpfFilterVerScroll .wpfLiLabel {
	display: block;
	width: 100%;
}
.shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=pr_stock] .wpfFilterContent .wpfFilterVerScroll .wpfLiLabel .wpfCheckbox, .shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=pr_onsale] .wpfFilterContent .wpfFilterVerScroll .wpfLiLabel .wpfCheckbox {
	display: none;
}
.shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=pr_stock] .wpfFilterContent .wpfFilterVerScroll .wpfLiLabel .wpfDisplay, .shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=pr_onsale] .wpfFilterContent .wpfFilterVerScroll .wpfLiLabel .wpfDisplay {
	display: block;
	width: 100%;
	padding: 20px 18px;
	border-radius: 20px;
	background: #F9FAFA;
	font-size: 20px;
}
.shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=pr_stock] .wpfFilterContent .wpfFilterVerScroll .wpfLiLabel .wpfDisplay.selected, .shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=pr_onsale] .wpfFilterContent .wpfFilterVerScroll .wpfLiLabel .wpfDisplay.selected {
	background: #eaeaea;
}
.shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-filter-type=wpfPrice] .wpfFilterTitle, .shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=wpf_filter_ves-shassi-s-ljulkoj-kg] .wpfFilterTitle, .shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=wpf_filter_shirina-shasci-sm] .wpfFilterTitle {
	margin-bottom: 12px;
	font-size: 16px;
}
.shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-filter-type=wpfPrice] .wpfFilterContent, .shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=wpf_filter_ves-shassi-s-ljulkoj-kg] .wpfFilterContent, .shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=wpf_filter_shirina-shasci-sm] .wpfFilterContent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 0;
}
.shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-filter-type=wpfPrice] .wpfFilterContent > .irs, .shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=wpf_filter_ves-shassi-s-ljulkoj-kg] .wpfFilterContent > .irs, .shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=wpf_filter_shirina-shasci-sm] .wpfFilterContent > .irs {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	height: 70px;
}
.shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-filter-type=wpfPrice] .wpfFilterContent > .irs .irs-line, .shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=wpf_filter_ves-shassi-s-ljulkoj-kg] .wpfFilterContent > .irs .irs-line, .shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=wpf_filter_shirina-shasci-sm] .wpfFilterContent > .irs .irs-line {
	height: 5px;
}
.shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-filter-type=wpfPrice] .wpfFilterContent > .irs .irs-bar, .shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=wpf_filter_ves-shassi-s-ljulkoj-kg] .wpfFilterContent > .irs .irs-bar, .shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=wpf_filter_shirina-shasci-sm] .wpfFilterContent > .irs .irs-bar {
	background: #B0B0B0 !important;
	border-color: #B0B0B0 !important;
}
.shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-filter-type=wpfPrice] .wpfFilterContent > .irs .irs-handle, .shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=wpf_filter_ves-shassi-s-ljulkoj-kg] .wpfFilterContent > .irs .irs-handle, .shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=wpf_filter_shirina-shasci-sm] .wpfFilterContent > .irs .irs-handle {
	border-color: #fff !important;
	background: #B0B0B0 !important;
	cursor: pointer;
}
.shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-filter-type=wpfPrice] .wpfFilterContent > .irs .irs-max, .shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=wpf_filter_ves-shassi-s-ljulkoj-kg] .wpfFilterContent > .irs .irs-max, .shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=wpf_filter_shirina-shasci-sm] .wpfFilterContent > .irs .irs-max {
	top: 55px !important;
}
.shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-filter-type=wpfPrice] .wpfFilterContent > .irs .irs-from, .shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-filter-type=wpfPrice] .wpfFilterContent > .irs .irs-to, .shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=wpf_filter_ves-shassi-s-ljulkoj-kg] .wpfFilterContent > .irs .irs-from, .shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=wpf_filter_ves-shassi-s-ljulkoj-kg] .wpfFilterContent > .irs .irs-to, .shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=wpf_filter_shirina-shasci-sm] .wpfFilterContent > .irs .irs-from, .shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=wpf_filter_shirina-shasci-sm] .wpfFilterContent > .irs .irs-to {
	top: 55px;
	color: #809DA8;
	background: none !important;
}
.shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-filter-type=wpfPrice] .wpfFilterContent > .irs .irs-from::before, .shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-filter-type=wpfPrice] .wpfFilterContent > .irs .irs-to::before, .shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=wpf_filter_ves-shassi-s-ljulkoj-kg] .wpfFilterContent > .irs .irs-from::before, .shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=wpf_filter_ves-shassi-s-ljulkoj-kg] .wpfFilterContent > .irs .irs-to::before, .shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=wpf_filter_shirina-shasci-sm] .wpfFilterContent > .irs .irs-from::before, .shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=wpf_filter_shirina-shasci-sm] .wpfFilterContent > .irs .irs-to::before {
	content: none;
}
.shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-filter-type=wpfPrice] .wpfFilterContent .wpfPriceInputs, .shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=wpf_filter_ves-shassi-s-ljulkoj-kg] .wpfFilterContent .wpfPriceInputs, .shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=wpf_filter_shirina-shasci-sm] .wpfFilterContent .wpfPriceInputs {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-filter-type=wpfPrice] .wpfFilterContent .wpfPriceInputs input, .shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=wpf_filter_ves-shassi-s-ljulkoj-kg] .wpfFilterContent .wpfPriceInputs input, .shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=wpf_filter_shirina-shasci-sm] .wpfFilterContent .wpfPriceInputs input {
	min-width: 120px !important;
	max-width: 120px;
	width: 100% !important;
	height: 34px;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #C8CED5;
	font-size: 16px;
	padding: 0 10px;
}
.shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-filter-type=wpfPrice] .wpfFilterContent .wpfPriceInputs .wpfFilterDelimeter, .shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=wpf_filter_ves-shassi-s-ljulkoj-kg] .wpfFilterContent .wpfPriceInputs .wpfFilterDelimeter, .shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=wpf_filter_shirina-shasci-sm] .wpfFilterContent .wpfPriceInputs .wpfFilterDelimeter {
	width: 100%;
	margin: 0 10px;
	text-align: center;
	font-size: 13px;
	color: #505E66;
}
.shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=wpf_filter_brendy] .wpfFilterTitle {
	margin-bottom: 7px;
	font-size: 20px;
}
.shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=wpf_filter_brendy] .wpfFilterContent .wpfSearchWrapper {
	margin-bottom: 13px;
}
.shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=wpf_filter_brendy] .wpfFilterContent .wpfSearchWrapper input {
	padding: 0 10px !important;
	height: 34px;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #C8CED5;
	font-size: 16px;
}
.shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=wpf_filter_brendy] .wpfFilterContent .wpfFilterVerScroll li:not(:last-child) {
	margin-bottom: 6px;
}
.shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=wpf_filter_brendy] .wpfFilterContent .wpfFilterVerScroll .wpfLiLabel {
	width: 100%;
	display: block;
}
.shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=wpf_filter_brendy] .wpfFilterContent .wpfFilterVerScroll .wpfLiLabel .wpfCheckbox {
	display: none;
}
.shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=wpf_filter_brendy] .wpfFilterContent .wpfFilterVerScroll .wpfLiLabel .wpfDisplay {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 16px;
}
.shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=wpf_filter_brendy] .wpfFilterContent .wpfFilterVerScroll .wpfLiLabel .wpfDisplay .wpfCount {
	margin-left: auto;
	display: inline-block;
	padding: 1px 15px;
	border-radius: 10px;
	background: rgba(79, 83, 88, 0.1);
	font-size: 10px;
}
.shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterWrapper[data-get-attribute=wpf_filter_brendy] .wpfFilterContent .wpfFilterVerScroll .wpfLiLabel .wpfDisplay.selected .wpfCount {
	background: rgb(79, 83, 88);
	color: #fff;
}

.shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterButton.wpfButton, 
.shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfClearButton.wpfButton {
	width: 100%;
	height: 50px;
	border: 2px solid #000;
	border-radius: 10px;
}
.shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterButton.wpfButton {
	background: #000;
	color: #fff;
}
.shop-catalog .shop-catalog__filter .wpfMainWrapper .wpfFilterButton.wpfButton:hover {
	background: none;
	color: #000;
}

.shop-catalog .shop-catalog__content .__content-children-category {
	position: relative;
	padding: 20px 27px;
	border-radius: 20px;
	background: rgba(249, 250, 250, 0.78);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 5px;
	margin-bottom: 55px;
}
.shop-catalog .shop-catalog__content .__content-children-category .swiper-button-prev,
.shop-catalog .shop-catalog__content .__content-children-category .swiper-button-next {
	position: static;
	max-width: 83px;
	min-width: 83px;
	height: 83px;
	display: block;
	margin: 0;
	color: #B0B0B0;
}
.shop-catalog .shop-catalog__content .__content-children-category .swiperChildrenCategory {
	max-width: 100%;
	width: 100%;
	padding: 20px 15px;
	margin: -20px -15px;
}
.shop-catalog .shop-catalog__content .__content-children-category .swiperChildrenCategory .swiper-wrapper, .shop-catalog .shop-catalog__content .__content-children-category .swiperChildrenCategory .swiper-slide {
	height: auto;
}
.shop-catalog .shop-catalog__content .__content-children-category .swiperChildrenCategory a {
	display: block;
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	padding: 10px;
	height: 100%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	line-height: 1;
}
.shop-catalog .shop-catalog__content .__content-children-category .swiperChildrenCategory a img {
	min-height: 145px;
	max-height: 145px;
	-o-object-fit: contain;
	   object-fit: contain;
	display: block;
	margin: 0 auto 10px auto;
}

.previously-watched .previously-watched-item .swiperPreviouslyWatched {
	padding: 20px 0;
	margin: -20px 0;
}
.previously-watched .previously-watched-item .swiperPreviouslyWatched .swiper-slide {
	height: auto;
}

.content-single-product {
	margin-top: 65px;
}
.content-single-product .single-product-slider {
	position: sticky;
	top: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.content-single-product .single-product-slider .__thumb-product {
	max-width: 77px;
	min-width: 77px;
}
.content-single-product .single-product-slider .__thumb-product .swiper-button-prev, .content-single-product .single-product-slider .__thumb-product .swiper-button-next {
	position: static;
	margin: 0;
	width: 100%;
	height: 40px;
	padding: 0;
}
.content-single-product .single-product-slider .__thumb-product .swiper-button-prev::after, .content-single-product .single-product-slider .__thumb-product .swiper-button-next::after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 100;
	font-size: 30px;
	color: #000;
}
.content-single-product .single-product-slider .__thumb-product .swiper-button-prev::after {
	content: "\f077";
}
.content-single-product .single-product-slider .__thumb-product .swiper-button-next::after {
	content: "\f078";
}
.content-single-product .single-product-slider .__thumb-product .swiperThumbProduct {
	max-height: 370px;
	min-height: 370px;
	padding: 8px 4px;
	margin: 10px auto;
}
.content-single-product .single-product-slider .__thumb-product .swiperThumbProduct .swiper-slide.swiper-slide-thumb-active img {
	border-color: #000;
}
.content-single-product .single-product-slider .__thumb-product .swiperThumbProduct img {
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	cursor: pointer;
	border: 1px solid transparent;
}
.content-single-product .single-product-slider .__main-product {
	width: calc(100% - 77px);
	max-width: 475px;
	padding-left: 40px;
}
.content-single-product .single-product-slider .__main-product .swiperSingleProduct {
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	height: 470px;
}
.content-single-product .single-product-slider .__main-product .swiperSingleProduct a, .content-single-product .single-product-slider .__main-product .swiperSingleProduct img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.content-single-product .single-product-body .__body-title h1 {
	font-size: 32px;
	font-family: "CoFoSansB";
	margin-bottom: 20px;
}
.content-single-product .single-product-body .__body-settings {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 20px;
}
.content-single-product .single-product-body .__body-settings .__body-settings-sku {
	font-size: 16px;
	margin-right: 50px;
}
.content-single-product .single-product-body .__body-settings .__body-settings-rating {
	margin-right: auto;
	margin-top: -2px;
	line-height: 0;
}
.content-single-product .single-product-body .__body-settings .__body-settings-rating svg {
	width: 21px;
	height: 21px;
	color: #B8B8B8;
}
.content-single-product .single-product-body .__body-settings .__body-settings-rating svg.active {
	color: #FFD600;
}
.content-single-product .single-product-body .__body-settings .__body-settings-operations {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 20px;
}
.content-single-product .single-product-body .__body-settings .__body-settings-operations a svg, .content-single-product .single-product-body .__body-settings .__body-settings-operations button svg {
	width: 34px;
	height: 34px;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
	color: #B8B8B8;
}
.content-single-product .single-product-body .__body-settings .__body-settings-operations a svg path, .content-single-product .single-product-body .__body-settings .__body-settings-operations button svg path {
	stroke: #B8B8B8;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.content-single-product .single-product-body .__body-settings .__body-settings-operations a:active, .content-single-product .single-product-body .__body-settings .__body-settings-operations button:active {
	-webkit-transform: scale(0.85);
	        transform: scale(0.85);
}
.content-single-product .single-product-body .__body-settings .__body-settings-operations a:hover svg, .content-single-product .single-product-body .__body-settings .__body-settings-operations button:hover svg {
	color: #909090;
}
.content-single-product .single-product-body .__body-settings .__body-settings-operations a:hover svg path, .content-single-product .single-product-body .__body-settings .__body-settings-operations button:hover svg path {
	stroke: #909090;
}
.content-single-product .single-product-body .__body-settings .__body-settings-operations a.tinvwl-product-in-list svg path, .content-single-product .single-product-body .__body-settings .__body-settings-operations button.tinvwl-product-in-list svg path {
	fill: #F44336;
	stroke: #F44336;
}
.content-single-product .single-product-body .__body-settings .__body-settings-operations a.woosc-btn-added svg, .content-single-product .single-product-body .__body-settings .__body-settings-operations button.woosc-btn-added svg {
	color: #000;
}
.content-single-product .single-product-body .__body-settings .__body-settings-operations .share {
	padding: 6px 20px;
	border: 1px solid rgba(39, 45, 60, 0.64);
	border-radius: 5px;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: rgba(39, 45, 60, 0.64);
	font-family: "CoFoSansR";
}
.content-single-product .single-product-body .__body-settings .__body-settings-operations .share svg {
	width: 18px;
	height: 17px;
	margin-right: 8px;
}
.content-single-product .single-product-body .__body-form .cart:not(.variations_form) {
	margin-top: 15px;
}
.content-single-product .single-product-body .__body-form .price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 32px;
	color: #DD2F44;
	line-height: 1.35;
}
.content-single-product .single-product-body .__body-form .price del, .content-single-product .single-product-body .__body-form .price ins {
	text-decoration: none;
}
.content-single-product .single-product-body .__body-form .price del {
	position: relative;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	font-size: 24px;
	margin-left: 20px;
	color: rgba(0, 0, 0, 0.54);
	border-radius: 1px;
	background: #E6E6E6;
	padding: 3px 7px;
	font-family: "CoFoSansB";
}
.content-single-product .single-product-body .__body-form .price del::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80%;
	height: 2px;
	background: #6A6A6A;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.content-single-product .single-product-body .__body-form .price ins {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
}
.content-single-product .single-product-body .__body-form .woocommerce-variation-availability {
	margin-top: 14px;
}
.content-single-product .single-product-body .__body-form .woocommerce-variation-availability p {
/*	margin-bottom: 0;
	color: #DD2F44;*/
	color:#008000;
}

.stock.out-of-stock{
	color: #ff0000;
}
.stock.in-stock{
	display:none;
}
.content-single-product .single-product-body .__body-form .woocommerce-variation-availability p::before {
	font-family: "Font Awesome 5 Pro";
	margin-right: 8px;
}
.content-single-product .single-product-body .__body-form .woocommerce-variation-availability p.out-of-stock::before {
	content: "\f00d";
}
.content-single-product .single-product-body .__body-form .woocommerce-variation-availability p.of-stock::before {
	content: "\f00c";
	color: #21B24B;
}
.content-single-product .single-product-body .__body-form .buttons {
	height: 50px;
	background: #000;
	border: 2px solid #000;
}
.content-single-product .single-product-body .__body-form .buttons:hover,
.content-single-product .single-product-body .__body-form .buttons.active {
	background: none;
	color: #000;
}
.content-single-product .single-product-body .__body-form .added_to_cart {
	display: none;
}
.content-single-product .single-product-body .__body-form .qty-math {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-width: 115px;
	max-width: 115px;
	width: 100%;
	height: 30px;
	border: 1px solid #000;
	text-align: center;
	margin-bottom: 15px;
}
.content-single-product .single-product-body .__body-form .qty-math button {
	min-width: 30px;
	max-width: 30px;
	width: 100%;
	height: 100%;
}
.content-single-product .single-product-body .__body-form .qty-math button:hover {
	background: #000;
	color: #fff;
}
.content-single-product .single-product-body .__body-form .qty-math .quantity {
	width: 100%;
	height: 100%;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.content-single-product .single-product-body .__body-form .qty-math .quantity input {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 16px;
}
.content-single-product .single-product-body .__body-form .variations_form .variations {
	display: none;
}
.content-single-product .single-product-body .__body-form .variations_form .woocommerce-variation-add-to-cart {
	margin-top: 20px;
}

.content-single-caption .content-single-caption-item .nav-pills {
	gap: 20px;
	margin-bottom: 35px;
}
.content-single-caption .content-single-caption-item .nav-pills .nav-link {
	padding: 3px 10px;
	border-radius: 5px;
	color: #000;
	font-size: 24px;
}
.content-single-caption .content-single-caption-item .nav-pills .nav-link.active {
	background: #454649;
	color: #fff;
}
.content-single-caption .content-single-caption-item .tab-content {
	padding: 35px 30px 30px;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 30px;
}
.content-single-caption .content-single-caption-item .tab-content #pills-caption img.aligncenter {
	display: block;
	margin: 0 auto 1rem auto;
}
.content-single-caption .content-single-caption-item .tab-content #pills-video .wp-video {
	display: block;
	margin: 0 auto 1rem auto;
}
.content-single-caption .content-single-caption-item .tab-content #pills-video iframe {
	display: block;
	max-width: 100%;
	margin: 0 auto 1rem auto;
}
.content-single-caption .content-single-caption-item .tab-content #pills-review #review_form_wrapper .comment-form-comment label,
.content-single-caption .content-single-caption-item .tab-content #pills-review #review_form_wrapper .comment-form-author label,
.content-single-caption .content-single-caption-item .tab-content #pills-review #review_form_wrapper .comment-form-email label {
	display: block;
}
.content-single-caption .content-single-caption-item .tab-content #pills-review #review_form_wrapper .comment-form-comment textarea {
	border: 2px solid #000;
	border-radius: 10px;
	padding: 10px;
	width: 100%;
}

.content-single-caption .content-single-caption-item .tab-content #pills-review #review_form_wrapper .comment-form-author {
	margin-bottom: 10px;
}

.content-single-caption .content-single-caption-item .tab-content #pills-review #review_form_wrapper .comment-form-author input,
.content-single-caption .content-single-caption-item .tab-content #pills-review #review_form_wrapper .comment-form-email input {
	border: 2px solid #000;
	border-radius: 5px;
	padding: 0 10px;
	width: 100%;
	height: 45px;
}

.content-single-caption .content-single-caption-item .tab-content #pills-review #review_form_wrapper .form-submit input[type="submit"] {
	max-width: 270px;
	width: 100%;
	height: 50px;
	background: #000;
	color: #fff;
	border-radius: 7px;
	margin-top: 1rem;
	border: 2px solid #000;
}
.content-single-caption .content-single-caption-item .tab-content #pills-review #review_form_wrapper .form-submit input[type="submit"]:hover {
	background: none;
	color: #000;
}


.content-single-caption .content-single-caption-item .tab-content #pills-review #review_form_wrapper .comment-form-rating .stars a {
	position: relative;
	margin-right: 10px;
	font-family: 'CoFoSansR';
	font-size: 12px;
	transition: none;
}

.content-single-caption .content-single-caption-item .tab-content #pills-review #review_form_wrapper .comment-form-rating .stars a.active {
	font-family: 'CoFoSansB';
}
.content-single-caption .content-single-caption-item .tab-content #pills-review #review_form_wrapper .comment-form-rating .stars a::before,
.content-single-caption .content-single-caption-item .tab-content #pills-review #review_form_wrapper .comment-form-rating .stars a::after {
	font-family: "Font Awesome 5 Duotone";
    font-weight: 900;
    position: absolute;
	top: -3px;
	left: -5px;
	font-size: 16px;
}

.content-single-caption .content-single-caption-item .tab-content #pills-review #review_form_wrapper .comment-form-rating .stars a::before {
	content: '\f005';
	color: #fff;
    opacity: 1;
    opacity: var(--fa-primary-opacity, 1.0);
}
.content-single-caption .content-single-caption-item .tab-content #pills-review #review_form_wrapper .comment-form-rating .stars a.actived::before,
.content-single-caption .content-single-caption-item .tab-content #pills-review #review_form_wrapper .comment-form-rating .stars a.active::before {
	color: #FFB000;
}
.content-single-caption .content-single-caption-item .tab-content #pills-review #review_form_wrapper .comment-form-rating .stars a::after {
	content: '\10f005';
	color: var(--fa-secondary-color, #FFB000);
    opacity: var(--fa-secondary-opacity, 1);
}

/*{
	padding: 20px 10px;
	margin-bottom: 16px;
}*/
.variation_cards {
	position: relative;
	border-radius: 10px 10px 30px 30px;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	cursor: pointer;
	border: 1px solid transparent;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.variation_cards.active {
	border-color: #000;
}
.variation_cards .variation_cards-color {
	position: absolute;
	top: 8px;
	left: 7px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.variation_cards .variation_cards-img {
	height: 145px;
}
.variation_cards .variation_cards-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
.variation_cards .variation_cards-price {
	font-size: 20px;
	color: #DD2F44;
	padding: 0 16px 6px 16px;
}
.variation_cards .variation_cards-price ins, .variation_cards .variation_cards-price del {
	text-decoration: none;
}
.variation_cards .variation_cards-price del, .variation_cards .variation_cards-price .woocommerce-Price-currencySymbol {
	display: none;
}

.single_woocommerce-notices-wrapper {
	margin-top: 2rem;
}

.woocommerce-message {
	padding: 0.65rem;
	border-left: 7px solid #2196F3;
}
.woocommerce-message a {
	text-decoration: underline;
	text-underline-position: under;
}

.woocommerce-error li {
	padding: 0.65rem;
	border-left: 7px solid #F44336;
	margin-bottom: 0.75rem;
}

.cart-content {
	margin-top: 50px;
}
.cart-content .title {
	text-align: left;
	text-transform: none;
}
.cart-content .woocommerce-message {
	display: none;
}

.woocommerce-cart-form__contents {
	width: 100%;
}
.woocommerce-cart-form__contents tbody tr {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 25px;
	border-radius: 20px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(236, 207, 181, 0.5);
	        box-shadow: 0px 0px 25px 0px rgba(236, 207, 181, 0.5);
}
.woocommerce-cart-form__contents tbody tr .product-thumbnail {
	min-width: 215px;
	max-width: 215px;
	width: 100%;
	height: 215px;
}
.woocommerce-cart-form__contents tbody tr .product-thumbnail a, .woocommerce-cart-form__contents tbody tr .product-thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 5px;
}
.woocommerce-cart-form__contents tbody tr .product-name {
	width: calc(100% - 215px);
	padding-left: 50px;
}
.woocommerce-cart-form__contents tbody tr .product-name .__prdocut-header {
	font-size: 24px;
	font-family: "CoFoSansB";
	line-height: 1.25;
	margin-bottom: 25px;
	max-width: calc(100% - 40px);
}
.woocommerce-cart-form__contents tbody tr .product-name .__prdocut-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.woocommerce-cart-form__contents tbody tr .product-name .__prdocut-body .product-sku {
	font-size: 20px;
	color: #8C8C8C;
	margin-right: 25px;
}
.woocommerce-cart-form__contents tbody tr .product-name .__prdocut-body .product-price {
	font-family: "CoFoSansR";
}
.woocommerce-cart-form__contents tbody tr .product-name .__prdocut-body .product-quantity {
	min-width: 97px;
	max-width: 97px;
	width: 100%;
	height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	margin-left: 25px;
	margin-right: 45px;
}
.woocommerce-cart-form__contents tbody tr .product-name .__prdocut-body .product-quantity button {
	min-width: 32px;
	max-width: 32px;
	width: 100%;
	height: 100%;
}
.woocommerce-cart-form__contents tbody tr .product-name .__prdocut-body .product-quantity .quantity {
	width: 100%;
	height: 100%;
}
.woocommerce-cart-form__contents tbody tr .product-name .__prdocut-body .product-quantity .quantity input {
	width: 100%;
	height: 100%;
	text-align: center;
}
.woocommerce-cart-form__contents tbody tr .product-name .__prdocut-body .product-subtotal {
	font-size: 24px;
	font-family: "CoFoSansB";
}
.woocommerce-cart-form__contents tbody tr .product-remove {
	position: absolute;
	top: 25px;
	right: 35px;
}
.woocommerce-cart-form__contents tbody tr .product-remove .remove svg {
	width: 17px;
	height: 22px;
	color: #888888;
}
.woocommerce-cart-form__contents tbody tr .product-remove .remove:hover svg {
	color: #000;
}
.woocommerce-cart-form__contents tbody tr:not(:last-child) {
	margin-bottom: 16px;
}

.cart-collaterals {
	position: sticky;
	top: 100px;
	padding: 40px 30px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	max-width: 575px;
	margin-left: auto;
}
.cart-collaterals .shop_table .order-total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 18px;
	border-bottom: 4px solid #D9D9D9;
	font-size: 32px;
	line-height: 1.25;
	margin-bottom: 25px;
}
.cart-collaterals .shop_table .order-total .__val {
	margin-left: auto;
	font-family: "CoFoSansB";
}
.cart-collaterals .shop_table > div:not(.order-total) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 24px;
}
.cart-collaterals .shop_table > div:not(.order-total):not(:last-child) {
	margin-bottom: 10px;
}
.cart-collaterals .shop_table > div:not(.order-total) .__val {
	margin-left: auto;
	font-family: "CoFoSansB";
}
.cart-collaterals .shop_table .cart-sale {
	color: #DD2F44;
}
.cart-collaterals .woocommerce-cart-coupon {
	margin-top: 30px;
}
.cart-collaterals .woocommerce-cart-coupon .cart-coupon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.cart-collaterals .woocommerce-cart-coupon .cart-coupon label {
	width: 100%;
	font-size: 24px;
	color: #6E6E6E;
	margin-bottom: 7px;
}
.cart-collaterals .woocommerce-cart-coupon .cart-coupon input {
	width: 70%;
	height: 50px;
	border: 2px solid #B0B0B0;
	border-right: none;
	border-radius: 10px 0 0 10px;
	padding: 0 15px;
}
.cart-collaterals .woocommerce-cart-coupon .cart-coupon button {
	width: 30%;
	height: 50px;
	background: #000;
	color: #fff;
	border-radius: 0 10px 10px 0;
}
.cart-collaterals .wc-proceed-to-checkout {
	margin-top: 30px;
}
.cart-collaterals .wc-proceed-to-checkout .button {
	max-width: 100%;
	height: 63px;
	font-size: 24px;
	background: #000;
	line-height: 63px;
}
.cart-collaterals .wc-public-offert {
	margin-top: 25px;
	font-size: 14px;
}
.cart-collaterals .wc-public-offert i {
	margin-right: 6px;
}
.cart-collaterals .wc-public-offert span {
	color: #8B8B8B;
}
.cart-collaterals .wc-public-offert a:hover {
	text-decoration: underline;
	text-underline-position: under;
}

.cart-advantages {
	padding: 40px 0 65px;
	background: rgba(233, 233, 233, 0.78);
}
.cart-advantages .cart-advantages-item {
	text-align: center;
	line-height: 1.25;
}
.cart-advantages .cart-advantages-item .__title {
	font-size: 32px;
	font-family: "CoFoSansB";
}
.cart-advantages .cart-advantages-item .__ico {
	margin: 30px auto 25px;
	max-width: 100px;
	height: 100px;
}
.cart-advantages .cart-advantages-item .__ico img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 25px;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
	width: calc(50% - 15px);
	margin-bottom: 0;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row.disabled .woocommerce-input-wrapper input {
	background: #f7f7f7;
	border-color: #e3e3e3;
	pointer-events: none;
	cursor: none;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label {
	width: 100%;
	display: block;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label .optional {
	display: none;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label abbr {
	color: #F44336;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_country_field {
	display: none;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper {
	display: block;
	width: 100%;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input, 
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper select {
	width: 100%;
	height: 45px;
	border: 2px solid #888;
	padding: 0 15px;
	border-radius: 7px;
	background: #fff;
	color: #000;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input:focus, .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input:active, .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper select:focus, .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper select:active {
	border-color: #000;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-container--default .select2-selection--single {
	height: 45px;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 45px;
}

.woocommerce-additional-fields {
	margin-top: 30px;
}
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row label {
	width: 100%;
	display: block;
}
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper {
	display: block;
	width: 100%;
}
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea {
	width: 100%;
	height: 150px;
	border: 2px solid #888;
	padding: 15px;
	border-radius: 7px;
}
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea:focus, .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea:active {
	border-color: #000;
}

.order_review {
	padding: 40px 30px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	max-width: 575px;
	margin-left: auto;
}
.order_review .woocommerce-checkout-review-order-table .__tbody {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 2px solid #D9D9D9;
}
.order_review .woocommerce-checkout-review-order-table .__tbody .cart_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	line-height: 1.25;
}
.order_review .woocommerce-checkout-review-order-table .__tbody .cart_item:not(:last-child) {
	margin-bottom: 10px;
}
.order_review .woocommerce-checkout-review-order-table .__tbody .cart_item .product-name {
	font-family: "CoFoSansR";
}
.order_review .woocommerce-checkout-review-order-table .__tbody .cart_item .product-total {
	font-family: "CoFoSansB";
	padding-left: 20px;
	margin-left: auto;
}
.order_review .woocommerce-checkout-review-order-table .__tfoot > div:not(:last-child) {
	margin-bottom: 10px;
}
.order_review .woocommerce-checkout-review-order-table .__tfoot > div:not(.cart-delivery) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-family: "CoFoSansR";
}
.order_review .woocommerce-checkout-review-order-table .__tfoot > div:not(.cart-delivery) .__val {
	font-family: "CoFoSansB";
	margin-left: auto;
}
.order_review .woocommerce-checkout-review-order-table .__tfoot .cart-delivery {
	font-family: "CoFoSansR";
}
.order_review .woocommerce-checkout-review-order-table .__tfoot .cart-delivery label {
	padding-left: 8px;
}
.order_review .woocommerce-checkout-payment {
	font-family: "CoFoSansR";
}
.order_review .woocommerce-checkout-payment label {
	padding-left: 8px;
}
.order_review .woocommerce-checkout-payment .payment_box {
	display: none !important;
}
.order_review .woocommerce-terms-and-conditions-wrapper p {
	font-size: 16px;
}

.woocommerce-form-coupon-toggle {
	padding: 0.65rem;
	border-left: 7px solid #2196F3;
	margin-bottom: 1rem;
}

.checkout_coupon.woocommerce-form-coupon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	font-family: "CoFoSansR";
	margin-bottom: 1rem;
}
.checkout_coupon.woocommerce-form-coupon p:not(.form-row) {
	width: 100%;
}
.checkout_coupon.woocommerce-form-coupon .form-row {
	height: 45px;
	width: 100%;
	margin: 0;
}
.checkout_coupon.woocommerce-form-coupon .form-row input {
	width: 100%;
	height: 100%;
	border-radius: 7px 0 0 7px;
	padding: 0 15px;
	border: 2px solid #888;
	border-right: none;
}
.checkout_coupon.woocommerce-form-coupon .form-row .button {
	max-width: 100%;
	height: 100%;
	border-radius: 0 7px 7px 0;
}
.checkout_coupon.woocommerce-form-coupon .form-row-first {
	max-width: 300px;
	min-width: 300px;
}
.checkout_coupon.woocommerce-form-coupon .form-row-last {
	max-width: 230px;
	min-width: 230px;
}

.pswp {
	display: none;
}

.archive-rubric {
	margin-top: 35px;
}
.archive-rubric .title {
	text-transform: none;
}

.article-content-rubric:not(:last-child) {
	margin-bottom: 55px;
}

.content-rubric {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.content-rubric .content-rubric__img {
	min-width: 465px;
	max-width: 465px;
	width: 100%;
}
.content-rubric .content-rubric__img a {
	display: block;
	width: 100%;
	height: 100%;
}
.content-rubric .content-rubric__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.content-rubric .content-rubric__body {
	padding-left: 70px;
	width: calc(100% - 465px);
	line-height: 1.25;
}
.content-rubric .content-rubric__body .__body-title {
	margin-bottom: 15px;
}
.content-rubric .content-rubric__body .__body-title h2 {
	font-size: 24px;
	font-family: "CoFoSansB";
}
.content-rubric .content-rubric__body ._permalink {
	color: #454649;
}
.content-rubric .content-rubric__body ._permalink:hover {
	text-decoration: underline;
	text-underline-position: under;
}

.post-single-rubric {
	margin-top: 40px;
	margin-bottom: 100px;
}
.post-single-rubric .title {
	text-transform: unset;
}
.post-single-rubric .post-single-rubric-item .post-single-rubric-item__body {
	padding-bottom: 40px;
	background: #fff;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.post-single-rubric .post-single-rubric-item .post-single-rubric-item__body .post-thumbnail {
	position: relative;
	height: 1040px;
}
.post-single-rubric .post-single-rubric-item .post-single-rubric-item__body .post-thumbnail::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	border-radius: 0 0 20px 20px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(9.15%, rgba(255, 255, 255, 0)), color-stop(57.7%, rgba(255, 255, 255, 0.84)), to(#FFF));
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 9.15%, rgba(255, 255, 255, 0.84) 57.7%, #FFF 100%);
}
.post-single-rubric .post-single-rubric-item .post-single-rubric-item__body .post-thumbnail img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 20px;
}
.post-single-rubric .post-single-rubric-item .post-single-rubric-item__body .entry-content {
	position: relative;
	margin-top: -250px;
	padding: 0 75px;
}

.form-send {
	margin: 100px 0;
}
.form-send form {
	position: relative;
	z-index: 1;
	max-width: 1375px;
	margin: 0 auto;
	padding: 30px 40px 40px 40px;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	background: #fff;
	font-family: "CoFoSansR";
	border-radius: 30px;
}
.form-send form .__title {
	font-size: 40px;
	margin-bottom: 20px;
	font-family: "CoFoSansB";
}
.form-send form .__caption {
	font-size: 24px;
}
.form-send form .__inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
	margin: 25px 0 30px;
	max-width: 1070px;
}
.form-send form .__inputs input {
	width: 100%;
	height: 48px;
	border-radius: 8px;
	border: 1px solid #AEAEAE;
	background: #F9F9F8;
	padding: 0 20px;
}
.form-send form .__inputs .buttons {
	min-width: 270px;
	height: 48px;
}
.form-send form .__divider {
	max-width: 745px;
	height: 4px;
	background: #454649;
	margin-bottom: 20px;
}
.form-send form .__copyright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 18px;
}
.form-send form .__copyright .__copyright-ico {
	position: relative;
	min-width: 20px;
	max-width: 20px;
	height: 20px;
	border-radius: 2px;
	border: 1px solid #909090;
}
.form-send form .__copyright .__copyright-ico::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background: #454649;
	width: 50%;
	height: 50%;
}
.form-send form .__copyright span:not(.__copyright-ico) {
	padding-left: 8px;
}
.form-send form .__copyright a {
	color: #909090;
}
.form-send form .__copyright a:hover {
	text-decoration: underline;
	text-underline-position: under;
}

.btn-open-filter {
	position: fixed;
	top: 50%;
	padding: 3px 10px;
	background: #fff;
	border-radius: 0 5px 5px 0;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	z-index: 1001;
}
.btn-open-filter svg {
	width: 17px;
	height: 13px;
}

.content-kontakty .title {
	margin-top: 35px;
	text-transform: none;
	padding: 0 12px;
}
.content-kontakty .main-contacts {
	padding: 110px 0 70px;
}
.content-kontakty .main-contacts-caption {
	margin-top: 50px;
}

.content-delivery .title {
	margin-top: 35px;
	text-transform: none;
	padding: 0 12px;
}

.section-delivery .section-delivery-item h2 {
	font-size: 32px;
	margin: 50px 0 30px;
	font-family: "CoFoSansB";
}
.section-delivery .section-delivery-item ul {
	font-size: 24px;
	margin-bottom: 50px;
}
.section-delivery .section-delivery-item ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.section-delivery .section-delivery-item ul li:not(:last-child) {
	margin-bottom: 0.75rem;
}
.section-delivery .section-delivery-item ul li::before {
	content: "";
	min-width: 22px;
	max-width: 22px;
	width: 100%;
	height: 22px;
	background: #BDBDBD;
	margin-right: 25px;
	border-radius: 50%;
}
.section-delivery .section-delivery-item img {
	margin-bottom: 15px;
}
.section-company .section-company-item {
	position: relative;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	background-image: url("assets/img/about-company.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding-top: 20%;	        
	padding-bottom: 30px;
	text-align: center;
}
.section-company .section-company-item .section-company-items {
	position: relative;
	max-width: 1125px;
	padding: 0 25px;
	margin: 0 auto;
}
.section-company .section-company-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(9.15%, rgba(255, 255, 255, 0)), color-stop(57.7%, rgba(255, 255, 255, 0.84)), to(#FFF));
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 9.15%, rgba(255, 255, 255, 0.84) 57.7%, #FFF 100%);
}

.fancybox__container {
	--fancybox-bg: rgba(24, 24, 27, 0.87);
}
.fancybox__container .fancybox-image {
	border-radius: 30px;
}


.modal-form {
	padding: 50px 65px 40px 65px;
	font-size: 16px;
	font-family: 'CoFoSansR';
}

.modal-form .modal-title {
	font-size: 24px;
	font-family: 'CoFoSansM';
	margin-bottom: 14px;
}

.modal-form p {
	font-size: 16px;
}

.modal-form .btn-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
}

.modal-form form {
	margin-top: 40px;
}

.modal-form form input {
	width: 100%;
	height: 32px;
	border-bottom: 1px solid rgba(151, 151, 151, 0.17);
	margin-bottom: 20px;
}

.modal-form form input:hover,
.modal-form form input:focus {
	border-color: #000;
}

.modal-form form button {
	font-size: 18px;
	font-family: 'CoFoSansR';
	margin: 0 auto;
}

.compare-radio {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
	margin-bottom: 50px;
}

.compare-radio button {
	padding: 0 18px;
	border-radius: 5px;
}

.compare-radio button.active,
.compare-radio button:hover {
	background: #454649;
	color: #fff;
}

.swiperCompare {
	padding: 20px 0;
}

.swiperCompare .swiper-slide {
	height: auto;
}

.content-sravnenie-body {
	margin-top: 30px;
}

.content-sravnenie-body .table>:not(caption)>*>* {
	padding: 20px;
}

.content-sravnenie-body .table tbody th {
	font-weight: normal;
	font-family: 'CoFoSansM';
	padding-left: 65px;
}

.content-sravnenie-body .table tbody td {
	font-family: 'CoFoSansR';
}

.content-sravnenie-body .table tbody td span:not(.active) {
	background: #000;
	color: #fff;
	display: inline-block;
	padding: 0 5px;
	border-radius: 5px;
}

.woocommerce-cart .blockUI {
	display: none !important;
}

.modal-message {
	padding: 30px 40px;
	text-align: center;
	font-family: 'CoFoSansR';
}

.modal-message .modal-title {
	font-size: 22px;
	font-family: 'CoFoSansB';
	margin-bottom: 1rem;
}

.modal-message p {
	font-size: 16px;
}

.modal-message .modal-message-group-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 30px;
}

.modal-message .modal-message-group-btn button {
	max-width: 130px;
	width: 100%;
	height: 45px;
	border: 2px solid #272727;
	border-radius: 6px;
	font-size: 16px;
}

.modal-message .modal-message-group-btn button.remove {
	color: #fff;
	background: #272727;
}

.modal-message .modal-message-group-btn button:hover {
	background: #000;
	color: #fff;
}

.button.wc-backward{
    display: block;
    max-width: 100%;
    width: 20%;
    height: 50px;
    line-height: 48px;
    background: var(--bg-dark);
    border: 2px solid var(--bg-dark);
    color: var(--color-white);
    text-align: center;
    font-family: "CoFoSansB";
    border-radius: 10px;	
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td, td.woocommerce-table__product-name.product-name, table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th{
	border: 1px solid #eee;
    padding: 5px;
}


.address{
	display:none;
}


.home-banner .home-banner-item .h1-home {
    font-size: 75px;
    color: #fff;
    font-family: "CoFoSansM";
    text-transform: uppercase;
    margin-bottom: 65px;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    line-height: 1.1;
}

ol {
    list-style: auto;
    margin-bottom: 0;
    padding-left: 1rem;
}
.claps-text-inner ul {
	list-style: disc;
    margin-bottom: 0;
    padding-left: 1.1rem;
}
ol ul {
	list-style: disc;
	padding-left: 3rem;
}
.menu {
	list-style: none;
	padding-left: 0;
}


.pagination{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  font-family: "CoFoSansR";
  font-size: 18px;
}

.page-numbers{
	display: block;
  text-align: center;
}

.page-numbers.current{
	width: 45px;
  height: 45px;
  line-height: 46px;
  color: #fff;
  border-radius: 50%;
  background: #454649;
  font-family: "CoFoSansM";
}



.product-categories-grid {
    width: 100%;
}

.category-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.category-col {
    flex: 0 0 calc(25% - 15px); /* 4 колонки */
    box-sizing: border-box;
	border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 30px;
}
.title_block{
	font-family: "CoFoSansM";
  color: var(--color-text);
  font-size: 18px;
  text-align: center;
  line-height: 20px;
  margin-bottom: 0;
  margin-top:5px;
}

@media (max-width: 992px) {
    .category-col {
        flex: 0 0 calc(33.33% - 15px);
    }
}

@media (max-width: 768px) {
    .category-col {
        flex: 0 0 calc(50% - 15px);
    }
	.category-item{
		margin: 0 auto;
  display: block;
  width: auto;
  text-align: center;
	}
}

@media (max-width: 480px) {
    .category-col {
        flex: 0 0 100%;
    }
}

.category-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.category-item h3 {
    text-align: center;
    margin-top: 10px;
}

.button.button-filter-submit {
	display: block;
  max-width: 100%;
  width: 100%;
  height: 50px;
  line-height: 48px;
  background: var(--bg-dark);
  border: 2px solid var(--bg-dark);
  color: var(--color-white);
  text-align: center;
  font-family: "CoFoSansB";
  border-radius: 10px;
}


/* .bapf_sfilter label {
 
} 

.bapf_sfilter label:before {
  opacity: 0;
  content: "";
  background: #6d6d6d;
  -webkit-transition: 0.05s ease-in-out;
  -o-transition: 0.05s ease-in-out;
  transition: 0.05s ease-in-out;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bapf_sfilter.bapf_ckbox input[type="checkbox"] {
   cursor: pointer;
  display: flex !important;
  background: #fff;
  border: 1px solid #6d6d6d;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  width: 16px;
  height: 16px;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
*/
.bapf_body{
	max-height: 180px;
  overflow-y: auto;
  padding-right: 5px;
}


.bapf_sfilter.bapf_button_berocket .bapf_button:hover {
  background-color: #ccc;
}


.bapf_sfilter.bapf_button_berocket .bapf_button{
	display: block;
  max-width: 100%;
  width: 100%;
 font-size:16px;
 text-transform: none;
  background: var(--bg-dark);
  border: 0;
  color: var(--color-white);
  text-align: center;
  font-family: "CoFoSansB";
  border-radius: 10px;
}

.bapf_sfilter.bapf_divi_button .bapf_button{
		display: block;
  max-width: 100%;
  width: 100%;
  height: 50px;
  line-height: 48px;
  background: var(--bg-dark);
  border: 2px solid var(--bg-dark);
  color: var(--color-white);
  text-align: center;
  font-family: "CoFoSansB";
  border-radius: 10px;
}


/* Скрываем стандартный чекбокс */
.bapf_body input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  margin-right: 5px;
}

/* Стиль при наведении */
.bapf_body input[type="checkbox"]:hover {
  border-color: #2196F3;
}

/* Стиль при выборе */
.bapf_body input[type="checkbox"]:checked {
  background-color: #2196F3;
  border-color: #2196F3;
}

/* Рисуем кастомную галочку */
.bapf_body input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  background-color: #ccc!important;
  border-color: #ccc!important;
  
}

.bapf_body input[type="checkbox"]:checked {
 background-color: #ccc!important;
 border-color: #ccc!important;
  border-color: #000;
}

.bapf_body input[type="checkbox"]:hover {
  border-color: #000;
}

/* Выравнивание текста */
.bapf_body label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.bapf_sfilter .bapf_hascolarr, .bapf_sfilter .bapf_hasdesc, .bapf_head h3 {
  font-size: 20px;
  padding-bottom: 10px;
}
.bapf_from, .bapf_to {
	border-radius: 10px;
    border: 2px solid #888;
}
.bapf_body {
    padding-right: 6px;
}

.entry-content p a {
	color: #454649;
	text-decoration: underline;
}