/*
Theme name: Encanto
Description: Encanto
Author: Aleksandrlao
Author URI: http://alao.cfd
*/


:root {
	--white: #fff;
	--black: #1a1924;
	--gray: #e2e2e4;
	--gray2: #88878d;
	--rose: #e7507c;
}


@font-face {
	font-family: 'Pragmatica';
	src: url('fonts/Pragmatica-Book/Pragmatica-Book.eot');
	src: local('Pragmatica Book'), local('Pragmatica-Book'),
	url('fonts/Pragmatica-Book/Pragmatica-Book.eot?#iefix') format('embedded-opentype'),
	url('fonts/Pragmatica-Book/Pragmatica-Book.woff2') format('woff2'),
	url('fonts/Pragmatica-Book/Pragmatica-Book.woff') format('woff'),
	url('fonts/Pragmatica-Book/Pragmatica-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Pragmatica';
	src: url('fonts/Pragmatica-Medium/Pragmatica-Medium.eot');
	src: local('Pragmatica Medium'), local('Pragmatica-Medium'),
	url('fonts/Pragmatica-Medium/Pragmatica-Medium.eot?#iefix') format('embedded-opentype'),
	url('fonts/Pragmatica-Medium/Pragmatica-Medium.woff2') format('woff2'),
	url('fonts/Pragmatica-Medium/Pragmatica-Medium.woff') format('woff'),
	url('fonts/Pragmatica-Medium/Pragmatica-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Pragmatica';
	src: url('fonts/Pragmatica-Bold/Pragmatica-Bold.eot');
	src: local('Pragmatica Bold'), local('Pragmatica-Bold'),
	url('fonts/Pragmatica-Bold/Pragmatica-Bold.eot?#iefix') format('embedded-opentype'),
	url('fonts/Pragmatica-Bold/Pragmatica-Bold.woff2') format('woff2'),
	url('fonts/Pragmatica-Bold/Pragmatica-Bold.woff') format('woff'),
	url('fonts/Pragmatica-Bold/Pragmatica-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}




*, *::before, *::after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
html {
	font-size: 20px;
}
body {
	background: var(--white);
	color: var(--black);
	font: 0.85rem/1.5 'Pragmatica', Arial, sans-serif;
}
.wrapper,
body.nav-active {
	overflow: hidden;
}
.box {
	width: 100%;
	min-width: 320px;
	position: relative;
}
.container,
.woocommerce-notices-wrapper {
	width: 100%;
	min-width: 320px;
	max-width: 1340px;
	padding-left: 1rem;
	padding-right: 1rem;
	margin: 0 auto;
	position: relative;
	border-top: 0 solid transparent;
}
.container::after {
	content: '';
	display: block;
	clear: both;
	width: 100%;
	height: 0;
}
.flx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}


a {
	color: var(--black);
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

input, textarea, select {
	font-family: 'Pragmatica', Arial, sans-serif;
}
input.error {
	color: #f00 !important;
	border: 1px solid #f00 !important;
}
input.valid {
	border: 1px solid #339e36 !important;
}
input:focus {
	color: var(--black);
}
input::-webkit-input-placeholder {
	color: var(--black);
}
input::-moz-placeholder {
	color: var(--black);
}
input:-moz-placeholder {
	color: var(--black);
}
input:-ms-input-placeholder {
	color: var(--black);
}






.text {
	overflow: hidden;
}
.text p {
	margin-bottom: 1.2rem;
}
.text h2, .text h3, .text h4, .text h5 {
	margin-bottom: 20px;
	color: #000;
	font-size: 1.5rem;
	line-height: 1.33rem;
}
.text h3 {
	font-size: 1.2rem;
}
.text h4, .text h5 {
	font-size: 1rem;
}
.text table {
	width: 100%;
	border-collapse: collapse;
}
.text table tr td {
	/*border: 1px solid var(--gray);*/
	padding: 10px;
	margin-bottom: 1.2rem;
}
.text ul, .text ol {
	margin: 0 0 1rem 1.2rem;
}
.text li {
	margin-bottom: 8px;
}
.text img {
	display: block;
	max-width: 100%;
	height: auto;
}
.text.single-product__text table{	
	width:auto;
}


.head {
	display: block;
	width: 100%;
	margin-bottom: 30px;
	color: var(--black);
	font-size: 32px;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
}
.head--left {
	text-align: left;
}

.button,
.components-button {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-height: 40px;
	padding: 4px 20px;
	background: var(--black);
	border: 3px solid var(--black);
	color: var(--white);
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: all .3s ease;
	cursor: pointer;
}
.button:hover,
.components-button:hover {
	background: var(--white);
	color: var(--black);
}


.social {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}
.social__item {
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 4px;
	position: relative;
	font-size: 0;
}
/*.social__item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--gray2);
	-webkit-mask: url("i/bg-icon-fb.svg") center no-repeat;
	mask: url("i/bg-icon-fb.svg") center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}*/
.social__item--tt::before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('i/bg-icon-tt.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.social__item--tt:hover::before {
	background: #000;
}
.social__item--ig::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('i/bg-icon-ig.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.social__item--ig:hover::before {
	
}
.social__item--tg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('i/bg-icon-tg.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.social__item--tg:hover::before {
	
}
.social__item--vi::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('i/bg-icon-vi.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.social__item--vi:hover::before {
	
}



.slick-slider {
	position: relative;
}
.slick-list,
.slick-track {
	position: relative;
	overflow: hidden;
}
.slick-track {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.slick-slide {
	display: block;
	width: 100%;
}
.slick-arrow {
	position: absolute;
	top: calc(50% - 16px);
	width: 32px;
	height: 32px;
	border: 2px solid var(--black);
	background-color: transparent;
	outline: none;
	font-size: 0;
	cursor: pointer;
	transition: all .3s ease;
}
.slick-arrow:hover {
	background: var(--black);
}
.slick-arrow::before {
	content: '';
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	background: var(--black);
	-webkit-mask: url("i/bg-icon-arrow.svg") center no-repeat;
	mask: url("i/bg-icon-arrow.svg") center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
}
.slick-arrow:hover::before {
	background: var(--white);
}
.slick-prev {
	left: -64px;
}
.slick-next {
	right: -64px;
}
.slick-next::before {
	transform: rotate(-180deg);
}





.form__label {
	margin-bottom: 10px;
}
.form__label label {
	display: block;
	font-size: 14px;
	line-height: 1.4;
}
.form__label input,
.form__label textarea {
	display: block;
	width: 100%;
	height: 44px;
	border: 1px solid rgba(0, 0, 0, .4);
	padding-left: 12px;
	padding-right: 8px;
	border-radius: 4px;
	font-size: 17px;
}
.form__label textarea {
	height: 96px;
	resize: none;
	padding-top: 8px;
}
.form__submit {
	position: relative;
}




.alignleft {display: inline;float: left;margin: 5px 15px 5px 0;}
.alignright {display: inline;float: right;margin: 5px 0 5px 15px;}
.aligncenter {clear: both;display: block;margin: 5px auto;}



.wrapper {
	padding-top: 55px;
}






/* Header ----------------------------------------------------------------------------- */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin-bottom: 24px;
	background: var(--white);
	z-index: 30;
}
.header__top {
	background: #000000c4;
	transition: all .3s ease;
}
.header.fixed .header__top {
	max-height: 0;
	overflow: hidden;
}
.header__top .container {
	align-items: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.header__menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	list-style: none;
}
.header__menu ul li a {
	display: block;
	font-size: 16px;
	line-height: 1.2;
	text-decoration: none;
	color:#fff;
}
.header__menu ul li a:hover {
	text-decoration: underline;
}

.header__menu-btn {
	display: none;
	width: 24px;
	height: 24px;
	border: none;
	background-color: transparent;
	outline: none;
	cursor: pointer;
}
.header__menu-btn span {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 2px;
	border-radius: 3px;
	background: var(--black);
	margin: 7px 0 0;
	position: relative;
}
.header__menu-btn span::before, .header__menu-btn span::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 3px;
	background: var(--black);
	transition: all 0.4s ease;
}
.header__menu-btn span::before {
	top: -8px;
}
.header__menu-btn span::after {
	bottom: -8px;
}
.menu-active .header__menu-btn span {
	background: transparent;
}
.menu-active .header__menu-btn span::before {
	top: 0;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.menu-active .header__menu-btn span::after {
	bottom: 0;
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}



.header__social {
	justify-content: center;
}
.header__contact {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 30px;
}
.header__phone {
	font-size: 16px;
	line-height: 1.2;
	text-decoration: none;
	color:#fff;
}
.header__email {
	font-size: 16px;
	line-height: 1.2;
	text-decoration: none;
	color:#fff;
}

.header__lang {
	position: relative;
	color:#fff;
}
.header__lang-current {
	display: inline-block;
	vertical-align: middle;
	padding-right: 12px;
	position: relative;
	font-size: 16px;
	line-height: 1.3;
	text-transform: uppercase;
	cursor: pointer;
}
.header__lang-current::after {
	content: '';
	position: absolute;
	top: 6px;
	right: 0;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top: 5px solid #000;
	transition: all .3s ease;
}
.header__lang-body {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	padding: 5px;
	background: var(--white);
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	opacity: 0;
	pointer-events: none;
	transition: all .3s ease;
}
.lang-active .header__lang-body {
	top: 25px;
	opacity: 1;
	pointer-events: auto;
	z-index:999;
}
.header__lang-item {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 1.3;
	text-transform: uppercase;
	text-decoration: none;
}
.header__lang-item:hover {
	text-decoration: underline;
}


.header__middle {
	padding-top: 16px;
	padding-bottom: 16px;
}
.header.fixed .header__middle {
	padding-top: 2px;
	padding-bottom: 2px;
}
.header__middle .container {
	align-items: center;
}
.header__logo {
	display: block;
	width: 125px;
	height: 54px;
	background: url('i/logo.jpg') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.header__nav {
	flex: 1;
}
.header__nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	list-style: none;
	gap: 24px;
	    margin-top: 12px;
}
.header__nav ul li {
	position: relative;
	z-index: 20;
}
.header__nav ul li a {
	display: block;
	padding: 2px 8px;
	position: relative;
	color: var(--black);
	font-size: 20px;
	line-height: 1.3;
	text-decoration: none;
	z-index: 10;
}
.header__nav ul li a::before {
	content: '';
	position: absolute;
	bottom: 2px;
	right: 8px;
	width: 0;
	height: 2px;
	background: var(--gray2);
	transition: all .3s ease;
	z-index: -1;
}
.header__nav ul li a:hover::before {
	width: calc(100% - 16px);
}
.header__nav ul li .sub-menu {
	position: absolute;
	top: 70%;
	left: 50%;
	display: block;
	width: 220px;
	background: #fff;
	transform: translateX(-50%);
	opacity: 0;
	pointer-events: none;
	transition: all .3s ease;
}
.header__nav .container > ul > li:hover > .sub-menu {
	top: 98%;
	opacity: 1;
	pointer-events: auto;
}
.header__nav ul li .sub-menu li a {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	min-height: 40px;
	text-align: left;
}

.header__nav .container > ul > li > .sub-menu  > li > .sub-menu {
	top: 0;
	left: 100%;
	transform: translateX(0);
	z-index: 20;
}
.header__nav .container > ul > li > .sub-menu > li:hover > .sub-menu {
	opacity: 1;
	pointer-events: auto;
}

.header__nav-btn {
	display: none;
	height: 32px;
	border: none;
	background-color: transparent;
	outline: none;
	font-size: 20px;
	line-height: 32px;
	cursor: pointer;
}
.header__nav-btn span {
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 2px;
	border-radius: 3px;
	background: var(--black);
	margin: -5px 0 0 5px;
	position: relative;
}
.header__nav-btn span::before, .header__nav-btn span::after {
	content: "";
	position: absolute;
	left: 0;
	width: 32px;
	height: 2px;
	border-radius: 3px;
	background: var(--black);
	transition: all 0.4s ease;
}
.header__nav-btn span::before {
	top: -7px;
}
.header__nav-btn span::after {
	bottom: -7px;
}
.nav-active .header__nav-btn span {
	background: transparent;
}
.nav-active .header__nav-btn span::before {
	top: 0;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.nav-active .header__nav-btn span::after {
	bottom: 0;
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.header__button-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
	margin-top: 10px;
}
.header__button {
	display: block;
	width: 32px;
	height: 32px;
	position: relative;
	border: none;
	background-color: transparent;
	cursor: pointer;
	transition: all .3s ease;
}
.header__button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--black);
	-webkit-mask: url('i/bg-icon-favorites.svg') center no-repeat;
	mask: url('i/bg-icon-favorites.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}
.header__button--search::before {
	-webkit-mask-image: url("i/bg-icon-search.svg");
	mask-image: url("i/bg-icon-search.svg");
}
.header__button--profile::before {
	-webkit-mask-image: url("i/bg-icon-profile.svg");
	mask-image: url("i/bg-icon-profile.svg");
}
.header__button--cart::before {
	-webkit-mask-image: url("i/bg-icon-shop.svg");
	mask-image: url("i/bg-icon-shop.svg");
}
span.cart-count {
        background: #000;
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 14px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    z-index: 999;
    position: absolute;
    right: -10px;
    font-size: 14px;
    padding: 2px;
}






.header-search {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	z-index: 400;
	transition: all .3s ease;
}
.search-active .header-search {
	opacity: 1;
	pointer-events: auto;
}
.header-search .container {
	z-index: 20;
}
.header-search__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .3;
}
.header-search__close {
	position: absolute;
	top: 24px;
	right: 20%;
	width: 32px;
	height: 32px;
	background: #000;
	-webkit-mask: url('i/bg-icon-close.svg') center no-repeat;
	mask: url('i/bg-icon-close.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}
.header-search__form {
	position: absolute;
	top: 80px;
	left: 50%;
	width: 100%;
	max-width: 800px;
	transform: translateX(-50%);
}
.header-search__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 56px;
	background: #fff;
	border-radius: 5px;
	padding: 5px;
}
.header-search__input {
	width: calc(100% - 36px);
	height: 46px;
	border: none;
	background-color: transparent;
	outline: none;
	padding-left: 20px;
	padding-right: 8px;
	font-size: 18px;
}
.header-search__submit {
	width: 30px;
	height: 30px;
	margin-right: 4px;
	background: var(--black);
	border: none;
	outline: none;
	-webkit-mask: url('i/bg-icon-search.svg') center no-repeat;
	mask: url('i/bg-icon-search.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
}
.header-search__submit:hover {
	background: var(--rose);
}








.breadcrumbs {
	padding-top: 4px;
	padding-bottom: 16px;
	font-size: 14px;
}
.breadcrumbs a {
	position: relative;
	margin-right: 16px;
}
.breadcrumbs a::before {
	content: '';
	position: absolute;
	top: 4px;
	right: -14px;
	width: 8px;
	height: 8px;
	background: var(--black);
	-webkit-mask: url("i/bg-icon-bread-arrow.svg") center no-repeat;
	mask: url("i/bg-icon-bread-arrow.svg") center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transform: rotate(90deg);
}








/* Hero ----------------------------------------------------------------------------- */
.hero {
	margin-bottom: 40px;
}
.hero-item {
	width: 100%;
}
.hero-item__ins {
	display: block;
	width: 100%;
	padding-top: 44%;
	position: relative;
}
.hero-item__ins img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}










/* Main box ----------------------------------------------------------------------------- */
.main-box {
	padding-top: 8px;
	padding-bottom: 40px;
}
.main-box__list {
	justify-content: flex-start;
	align-items: stretch;
	width: calc(100% + 20px);
	margin-left: -10px;
}

.product-item {
	width: calc(25% - 20px);
	background: var(--white);
	padding: 8px;
	margin: 0 10px 20px;
	transition: all .3s ease;
}
.product-item:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.product-item__thumb {
	display: block;
	width: 100%;
	position: relative;
}
.product-item__thumb-ins {
	display: block;
	width: 100%;
	padding-top: 160%;
	position: relative;
}
.product-item__thumb-ins img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-item__info {
	padding: 8px;
}
.product-item__title {
	display: block;
	color: var(--black);
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	text-decoration: none;
	height: calc(1.3em * 3); /* висота для 3 рядків */
	overflow: hidden;
}
.product-item__title:hover {
	text-decoration: underline;
}
.product-item__bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	padding-top: 8px;
}
.product-item__price {
	width: calc(100% - 128px);
}
.product-item__price del {
	display: block;
	margin-bottom: 4px;
	color: var(--gray2);
	font-size: 13px;
	line-height: 1.2;
}
.product-item__price ins,
.product-item__price bdi {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.1;
	text-decoration: none;
}
.product-item__add-to-cart {
	width: 120px;
}







/* Main about ----------------------------------------------------------------------------- */
.main-about {
	padding-top: 20px;
	padding-bottom: 50px;
}
.main-about__info {
	/*width: 52%;*/
}
.main-about__photo {
	width: 39%;
	margin-right: 2%;
	position: relative;
}
.main-about__photo::before,
.main-about__photo::after {
	content: '';
	position: absolute;
	width: 40%;
	height: 60%;
}
.main-about__photo::before {
	top: -10px;
	left: -10px;
	border-top: 2px solid var(--rose);
	border-left: 2px solid var(--rose);
}
.main-about__photo::after {
	bottom: -10px;
	right: -10px;
	border-bottom: 2px solid var(--rose);
	border-right: 2px solid var(--rose);
}
.main-about__photo img {
	display: block;
	width: 100%;
	height: auto;
}









.cat-product {
	padding-top: 8px;
	padding-bottom: 64px;
}
.cat-product__wrapper {
	padding-bottom: 80px;
}
.cat-product__content {
	width: 100%;
}
.cat-product__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	width: calc(100% + 20px);
	margin-left: -10px;
}
.cat-product__list .product-item {
	width: calc(25% - 20px);
}




.cat-product__sidebar {
	order: -1;
	width: 240px;
	border: 2px solid var(--gray);
	padding: 12px;
}
.cat-product__sidebar-head {
	display: none;
	font-size: 20px;
	line-height: 1.3;
	text-align: center;
}
.cat-product__side-box {
	margin-top: 24px;
}
.cat-product__side-head {
	margin-bottom: 12px;
	color: var(--black);
	font-size: 20px;
	line-height: 1.3;
}
.cat-product__side-box .bapf_colorinline ul {
	width: calc(100% + 8px);
	margin-left: -4px !important;
	padding-top: 4px;
}
.cat-product__side-box .bapf_colorinline.bapf_sfilter.brchecked_default .bapf_clr_span {
	width: 28px;
	height: 28px;
	margin: 0 8px;
	border-radius: 50%;
	position: relative;
	overflow: visible;
}
.cat-product__side-box .bapf_colorinline.bapf_sfilter.brchecked_default .bapf_clr_span::before {
	content: '';
	position: absolute;
	top: -4px;
	left: -4px;
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	border-radius: 50%;
	border: 2px solid transparent;
}
.cat-product__side-box .bapf_sfilter.brchecked_default input:checked+label .bapf_clr_span {
	transform: rotate(0);
}
.cat-product__side-box .bapf_sfilter.brchecked_default input:checked+label .bapf_clr_span::before {
	border-color: var(--black);
}


.cat-product__filter {
	padding-bottom: 4px;
}
.cat-product__filter-item {
	margin-bottom: 4px;
}
.cat-product__filter-item label {
	display: block;
}
.cat-product__filter-item input {
	display: none;
}
.cat-product__filter-name {
	min-height: 20px;
	padding-left: 28px;
	position: relative;
	font-size: 17px;
	line-height: 20px;
}
.cat-product__filter-name::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid var(--gray);
}
.cat-product__filter-name::after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 12px;
	height: 12px;
	background: var(--gray2);
	opacity: 0;
	transition: all .3s ease;
}
.cat-product__filter-item input:checked + .cat-product__filter-name::after {
	opacity: 1;
}





.cat-product__text {
	margin-top: 20px;
	border-top: 3px solid var(--gray);
	padding-top: 24px;
}





.single-product {
	padding-top: 8px;
	padding-bottom: 80px;
}
.single-product__top {
	padding-bottom: 64px;
	align-items: flex-start;
}
.single-product__gallery {
	width: 55%;
	position: relative;
	z-index: 10;
}
.single-product__gallery-head {
	display: none;
}
.single-product__photo {
	display: block;
	width: 100%;
	border: 2px solid var(--gray);
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.single-product__thumb {
	width: calc(100% + 20px);
	margin-left: -10px;
}
.single-product__photo .slick-track,
.single-product__thumb .slick-track {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.single-product__photo-item,
.single-product__thumb-item {
	display: block;
	width: 100%;
	position: relative;
}
.single-product__thumb-item {
	width: calc(25% - 20px);
	margin: 0 10px;
}
.single-product__photo-item-ins,
.single-product__thumb-item-ins {
	display: block;
	width: 100%;
	padding-top: 110%;
	position: relative;
}
.single-product__photo-item-ins img,
.single-product__thumb-item-ins img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-product__info {
	width: 40%;
}
.single-product__head {
	margin-bottom: 16px;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.3;
	text-align: left;
}
.variations-color,
.variations {
	display: block;
	width: 100%;
	padding-bottom: 12px;
}
.variations-color tbody,
.variations tbody {
	display: block;
	width: 100%;
}
.variations-color tr,
.variations tr {
	display: block;
	margin-bottom: 16px;
	padding: 16px;
	border: 1px solid var(--gray);
}
.variations-color tr .label,
.variations tr .label {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
	font-size: 20px;
	line-height: 1.3;
}
.single-product__size-modal {
	display: inline-block;
	vertical-align: middle;
	margin-left: auto;
	border: none;
	background-color: transparent;
	outline: none;
	font-size: 15px;
	line-height: 1.2;
	text-decoration: underline;
	cursor: pointer;
}
.single-product__size-modal:hover {
	text-decoration: none;
}

.variations-color tr .value,
.variations tr .value {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
}

.variations-color__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 12px;
}
.variations-color-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	/*border: 2px solid var(--gray);*/
	border-radius: 50%;
	transition: all .3s ease;
}
span.variations-color-item {
	border-color: var(--black);
}
/*a.variations-color-item:hover {
	border-color: var(--rose);
}*/
.variations-color-item span {
	display: block;
	width: 50px;
	height: 50px;
	padding: 0;
	border-radius: 50%;
	font-size: 0;
}
span.variations-color-item.no-active img {
    opacity: 0.5;
}

.variations .thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-label-li.attr_swatch_design_1 {
	display: block;
	width: auto;
	height: auto;
	padding: 4px 8px;
	border: 1px solid var(--gray);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


.reset_variations {
	display: none !important;
}


.single-product__isset {
	margin-bottom: 16px;
	color: var(--gray2);
	font-size: 15px;
	line-height: 1.3;
}

.woocommerce-variation-price {}

.product-item__price {
	margin-bottom: 20px;
}
.cat-product__list .product-item__price{
	margin-bottom: 10px;
}

.woocommerce-variation-price del {
	display: block;
	margin-bottom: 4px;
	color: var(--gray2);
	font-size: 15px;
	line-height: 1.2;
}
.woocommerce-variation-price ins,
.woocommerce-variation-price bdi {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.1;
	text-decoration: none;
}
.single-product__excerpt {
	margin-bottom: 8px;
}
.single-product__add-to-cart {
	min-width: 180px;
	margin-bottom: 0px;
}


.single-product__info-link {
	    /* display: block; */
    margin-right: 16px;
    opacity: .7;
    transition: all .3s ease;
    text-decoration: none;
}
.single-product__info-link:hover {
	opacity: 1;
}








.single-page {
	padding-top: 8px;
	padding-bottom: 80px;
}






.checkout__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.checkout__content {
	width: 100%;
}
.checkout__cart {
	order: -1;
	width: 100%;
}







.cart-page {
	padding-top: 20px;
	padding-bottom: 60px;
}
.head {
	margin-bottom: 10px;
	color: var(--black);
	font-size: 32px;
	font-weight: 800;
	line-height: 1.2;
}
.single-product__info .sku{
	margin-bottom: 10px;
    display: block;
    font-size: 16px;
}
.cart-page__head {
	margin-bottom: 30px;
	color: #000;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.5;
}
.cart-page__checkout {
	order: -1;
	width: calc(50% - 15px);
}
.cart-page__checkout h3 {
	display: none;
}
.cart-page__checkout .form-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.cart-page__checkout .form-row label {
	display: block;
	width: 100%;
	color: var(--black);
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2;
}
.woocommerce-terms-and-conditions-wrapper label {
	display: inline-block;
}
.cart-page__checkout .form-row span {
	width: 100%;
}
.cart-page__checkout .form-row input,
.cart-page__checkout .form-row select,
.cart-page__checkout .form-row textarea,
.cart-page__checkout .form-row .zen-ui-select__value {
	display: block;
	width: 100%;
	height: 50px;
	background-color: transparent;
	border: 1px solid var(--black);
	outline: none;
	padding-left: 16px;
	padding-right: 8px;
	font-size: 18px;
}
.cart-page__checkout .form-row.woocommerce-invalid input,
.cart-page__checkout .form-row.woocommerce-invalid select,
.cart-page__checkout .form-row.woocommerce-invalid textarea {
	border-color: #c00;
}
.cart-page__checkout .form-row textarea {
	height: 120px;
	padding-top: 10px;
	resize: none;
}


.cart-page__checkout .form-row__delivery input {
	display: none;
}
.form-row__delivery .woocommerce-input-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.form-row__delivery .woocommerce-input-wrapper label {
	display: block;
	width: 48%;
	min-height: 20px;
	padding-left: 35px;
	position: relative;
}
.form-row__delivery .woocommerce-input-wrapper label::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid var(--black);
}
.form-row__delivery .woocommerce-input-wrapper label::after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--black);
	opacity: 0;
	transition: all .3s ease;
}
.form-row__delivery .woocommerce-input-wrapper input:checked + label::after {
	opacity: 1;
}


.wcus-checkout-fields {
	display: none;
}
.wcus-checkout-fields.active {
	display: block;
}


.woocommerce-error,
#billing_country_field,
#shipping_country_field {
	display: none !important;
}

.cart-page__checkout .form-row label.woocommerce-form__label-for-checkbox {
	width: 100%;
	position: relative;
}
.cart-page__checkout .form-row input[type="checkbox"],
.cart-page__checkout .form-row input[type="radio"] {
	width: 24px;
	height: 24px;
	border: 1px solid var(--green);
}
.cart-page__checkout .form-row label.woocommerce-form__label-for-checkbox input {
	display: none;
}
.cart-page__checkout .form-row label.woocommerce-form__label-for-checkbox span {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	padding-left: 32px;
	position: relative;
	text-align: left;
}
.cart-page__checkout .form-row label.woocommerce-form__label-for-checkbox span::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid var(--black);
	border-radius: 3px;
}
.cart-page__checkout .form-row label.woocommerce-form__label-for-checkbox span::after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 16px;
	height: 16px;
	background: var(--black);
	-webkit-mask: url('i/bg-icon-check.svg') center no-repeat;
	mask: url('i/bg-icon-check.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	opacity: 0;
	transition: all .3s ease;
}
.cart-page__checkout .form-row label.woocommerce-form__label-for-checkbox input:checked + span::after {
	opacity: 1;
}




.wc_payment_methods li input {
	display: none;
}
.wc_payment_methods li label {
	display: block;
	width: 100%;
	min-height: 20px;
	padding-left: 35px;
	position: relative;
}
.wc_payment_methods li label::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid var(--black);
}
.wc_payment_methods li label::after {
	content: '';
	position: absolute;
	top: 7px;
	left: 4px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--black);
	opacity: 0;
	transition: all .3s ease;
}
.wc_payment_methods li input:checked + label::after {
	opacity: 1;
}





#order_comments_field {
	align-items: flex-start;
}
#order_comments_field .optional {
	display: none;
}


.place-order {
	padding-top: 1rem;
}
.place-order .button {
	width: 100%;
	min-height: 60px;
}



.cart-page__cart {
	width: calc(50% - 15px);
}


.cart-page__cart-box {
	background: #F9F9F9;
	padding: 20px;
}
.cart-result-table {

}
.cart-result-table__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 2rem;
	border-bottom: 1px solid var(--white);
	margin-bottom: 2rem;
}
.cart-result-table__thumb {
	display: block;
	width: 136px;
}
.cart-result-table__thumb-ins {
	display: block;
	width: 100%;
	position: relative;
}
.cart-result-table__thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.cart-result-table__title {
	width: calc(100% - 180px);
}
.cart-result-table__title a {
	display: block;
	margin-bottom: 8px;
	color: var(--black);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}
.cart-result-table__line {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	padding-top: 5px;
}
.cart-result-table__line-label {
	width: 88px;
	padding-right: 8px;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
}
.cart-result-table__line-value {
	width: calc(100% - 88px);
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
}
.cart-result-table__color .cart-result-table__line-value span {
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, .5);
}
.cart-result-table__price {
	width: 100%;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}
.cart-result-table__delete {
	width: 20px;
	margin-top: auto;
}
.cart-result-table__delete a {
	display: block;
	width: 20px;
	height: 20px;
	opacity: .3;
	background: #000;
	-webkit-mask: url('i/bg-icon-delete.svg') center no-repeat;
	mask: url('i/bg-icon-delete.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	font-size: 0;
	transition: all .3s ease;
}
.cart-result-table__delete a:hover {
	opacity: 1;
	background: #c00;
}



.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 24px;
	gap: 8px;
}
.pagination .nav-links a,
.pagination .nav-links span {
	display: inline-block;
	vertical-align: middle;
	padding: 2px 8px;
	border: 1px solid var(--black);
	border-radius: 4px;
	font-size: 18px;
	line-height: 1.3;
	text-decoration: none;
}
.pagination .nav-links a:hover,
.pagination .nav-links span {
	background: var(--black);
	color: var(--white);
}




.woocommerce-checkout-review-order-table {
	width: 100%;
}
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
	padding: 8px 0;
}
.woocommerce-checkout-review-order-table th {
	font-weight: normal;
	text-align: left;
}
.woocommerce-checkout-review-order-table td {
	font-weight: bold;
	text-align: right;
}





.page-account {
	padding-top: 1rem;
	padding-bottom: 3rem;
}
.page-account .woocommerce,
.u-columns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	padding-top: 2rem;
}
.page-account .woocommerce-MyAccount-navigation {
	width: 248px;
	padding-bottom: 2rem;
	position: relative;
	z-index: 10;
}
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	border-right: 3px solid rgba(0, 0, 0, 0.07);
}
.woocommerce-MyAccount-navigation ul li {
	margin-bottom: 36px;
}
.woocommerce-MyAccount-navigation ul li a {
	display: block;
	min-height: 30px;
	padding-left: 54px;
	padding-top: 4px;
	opacity: .5;
	position: relative;
	color: rgba(0, 0, 0, 1);
	font-size: 21px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease;
}
.woocommerce-MyAccount-navigation ul li a::after {
	content: '';
	position: absolute;
	top: 0;
	right: -3px;
	width: 3px;
	height: 0;
	background: var(--black);
	transition: all .3s ease;
}
.woocommerce-MyAccount-navigation ul li a:hover::after,
.woocommerce-MyAccount-navigation ul li.is-active a::after {
	height: 100%;
}
.woocommerce-MyAccount-navigation ul li a:hover {
	opacity: .8;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
	opacity: 1;
}
.woocommerce-MyAccount-navigation ul li a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background: var(--black);
	-webkit-mask: url("i/bg-icon-shop.svg") center no-repeat;
	mask: url("i/bg-icon-shop.svg") center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
	-webkit-mask-image: url("i/bg-icon-address.svg");
	mask-image: url("i/bg-icon-address.svg")
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
	-webkit-mask-image: url("i/bg-icon-user.svg");
	mask-image: url("i/bg-icon-user.svg")
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wishlist a::before {
	-webkit-mask-image: url("i/bg-icon-like.svg");
	mask-image: url("i/bg-icon-like.svg")
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
	-webkit-mask-image: url("i/bg-icon-logout.svg");
	mask-image: url("i/bg-icon-logout.svg")
}


.woocommerce-privacy-policy-text {
	display: none !important;
}




.u-columns .woocommerce-Address,
.u-columns .col-1,
.u-columns .col-2 {
	width: 49%;
}
.woocommerce-Address address {
	display: block;
	width: 100%;
	min-height: 168px;
	margin-bottom: 1rem;
	background: #F9F9F9;
	padding: 10px 24px;
}
.woocommerce-Address .button {
	padding: 12px 40px;
}
.woocommerce-Address .button::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	background: var(--black);
	-webkit-mask: url("i/bg-icon-edit.svg") center no-repeat;
	mask: url("i/bg-icon-edit.svg") center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
}
.woocommerce-Address .button:hover::before {
	background: var(--white);
}


.woocommerce-account .pp-wrapper .pp-avatar-wrapper {
	width: 128px;
	height: 128px;
	margin: 0 auto;
	float: none;
}
.woocommerce-account .pp-wrapper .pp-avatar-wrapper img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.woocommerce-ResetPassword {
	width: 100%;
	max-width: 520px;
	margin: 0 auto;
}

.woocommerce-MyAccount-content h3,
.woocommerce-EditAccountForm h3 {
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: var(--black);
	font-size: 21px;
	font-weight: 900;
	line-height: 1.2;
}
.woocommerce-MyAccount-content .woocommerce-form-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 1rem;
}
.woocommerce-ResetPassword .woocommerce-form-row label,
.woocommerce-MyAccount-content .woocommerce-form-row label {
	width: 132px;
	color: var(--black);
	font-size: 18px;
	line-height: 1.2;
}
.woocommerce-ResetPassword .woocommerce-form-row input,
.woocommerce-MyAccount-content .woocommerce-form-row input {
	width: calc(100% - 164px);
	height: 50px;
	border: 3px solid var(--black);
	background-color: transparent;
	outline: none;
	padding-left: 20px;
	padding-right: 8px;
}
.woocommerce-ResetPassword .woocommerce-form-row {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.woocommerce-ResetPassword .woocommerce-form-row input {
	width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-form-row span {
	width: calc(100% - 164px);
	padding-top: 8px;
	margin-left: auto;
	color: var(--black);
	font-size: 16px;
	font-weight: 300;
	line-height: 1.2;
}

.woocommerce-EditAccountForm .woocommerce-Button {
	display: flex;
	width: 100%;
	max-width: 460px;
	min-height: 60px;
	margin-top: 1rem;
	border: 1px solid var(--black);
	margin-left: auto;
}


.woocommerce form .form-row .required {
	text-decoration: none;
}

.page-account .woocommerce-MyAccount-content {
	width: calc(100% - 300px);
}


.woocommerce-form-login .woocommerce-form-row,
.woocommerce-form-register .woocommerce-form-row {
	margin-bottom: 10px;
}
.woocommerce-form-login .woocommerce-form-row input,
.woocommerce-form-register .woocommerce-form-row input ,
.woocommerce-form-register .form-row input {
	display: block;
	width: 100%;
	height: 50px;
	border: 3px solid var(--black);
	padding-left: 16px;
	padding-right: 8px;
}
.woocommerce-form-login .button,
.woocommerce-form-register .button {
	width: 100%;
}





.woocommerce-orders-table__header span {
	display: block;
	padding-bottom: 8px;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}
.woocommerce-orders-table {
	width: 100%;
	border-collapse: collapse;
}
.woocommerce-orders-table td {
	padding: 10px;
	border: 3px solid #000;
}
.woocommerce-orders-table a {
	color: #000;
	text-decoration: none;
}
.woocommerce-orders-table a:hover {
	text-decoration: underline;
}
.woocommerce-orders-table__cell-order-actions a {
	width: 120px;
	margin: 2px;
	text-align: center;
}





.woocommerce-account .woocommerce .pp-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.woocommerce-account .pp-avatar-wrapper {
	border-radius: 50%;
	overflow: hidden;
}
.woocommerce-account .pp-actions-wrapper {
	float: none;
}
.woocommerce-account .pp-controls,
.woocommerce-account .pp-remove-link {
	float: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}



.wc_payment_methods {
	list-style: none;
}
.payment_method_liqpay img {
	display: inline-block;
	vertical-align: middle;
	max-width: 80px;
	height: auto;
	margin-left: 12px;
}




.woocommerce-address-fields__field-wrapper .form-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.woocommerce-address-fields__field-wrapper .form-row label {
	width: 160px;
	color: #000;
	font-family: "DIN Pro";
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
}
.woocommerce-address-fields__field-wrapper .form-row span {
	flex: 1;
}
.woocommerce-address-fields__field-wrapper .form-row input,
.woocommerce-address-fields__field-wrapper .form-row textarea,
.woocommerce-address-fields__field-wrapper .form-row select {
	display: block;
	width: 100%;
	height: 50px;
	border: 3px solid #000;
	padding-left: 16px;
	padding-right: 8px;
	font-size: 16px;
}
.woocommerce-address-fields__field-wrapper .form-row textarea {
	height: 80px;
	resize: none;
}




.wcus-checkout-fields {
	display: none !important;
}
.wcus-checkout-fields.active {
	display: block !important;
}















/* Footer ----------------------------------------------------------------------------- */
.footer {
	padding-top: 50px;
	padding-bottom: 20px;
	border-top: 5px solid var(--gray);
	background: #000000c4;
}

.foot_menu a{
	color:#fff;
}


.footer__info {
	width: 240px;
}
.footer__logo {
	display: block;
	width: 120px;
	height: 48px;
	margin-bottom: 20px;
	background: url("i/logo_footer.png") center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.footer__desc {
	margin-bottom: 16px;
	font-size: 13px;
	line-height: 1.3;
}
.footer__menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	flex: 1;
	padding-left: 40px;
}
.footer__nav {
	width: 48%;
}
.footer__nav ul {
	list-style: none;
}
.footer__nav ul li {
	margin-bottom: 12px;
}
.footer__nav ul li:last-child {
	margin-bottom: 0;
}
.footer__nav ul li a {
	display: block;
	font-size: 18px;
	line-height: 1.2;
	text-decoration: none;
}
.footer__nav ul li a:hover {
	text-decoration: underline;
}

.footer__contact {
	text-align: right;
	color:#fff;
}
.footer__contact a{
	color:#fff;
}
.footer__phone,
.footer__email {
	display: block;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.2;
	text-decoration: none;
}
.footer__social {
	justify-content: flex-end;
}



.mob-nav {
	display: none;
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: var(--white);
	overflow: hidden;
	overflow-y: visible;
	z-index: 200;
	transition: all .3s ease;
}
.nav-active .mob-nav {
	left: 0;
	opacity: 1;
	pointer-events: auto;
}
.mob-nav .container {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.mob-nav__close {
	margin-left: auto;
	margin-bottom: 20px;
}
.mob-nav__menu {
	padding-bottom: 10px;
}
.mob-nav__menu ul {
	list-style: none;
}
.mob-nav__menu ul li {
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	position: relative;
}
.mob-nav__menu ul li a {
	display: block;
	padding: 4px;
	font-size: 20px;
	line-height: 1.3;
	text-decoration: none;
	text-align: center;
}

.mob-nav__submenu {

}
.mob-nav__submenu ul {
	list-style: none;
}
.mob-nav__submenu ul li {
	border-bottom: 1px solid rgba(0, 0, 0, .02);
}
.mob-nav__submenu ul li a {
	display: block;
	padding: 4px;
	font-size: 16px;
	line-height: 1.3;
	text-decoration: none;
	text-align: center;
}




	/* Всплывающие окна */
.overlay {
	display: none;
	background-color: #000;
	opacity: .7;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999;
}
.overlay.active {
	display: block;
}

.popup {
	display: none;
	position: relative;
	width: 100%;
	max-width: 800px;
	max-height: 88vh;
	padding: 25px;
	background: #fff;
	overflow: hidden;
	overflow-y: visible;
	z-index: 9999;
}
.popup__close {
	width: 24px;
	height: 24px;
	-webkit-border-radius: 100%;
		  border-radius: 100%;
	position: absolute;
	background: #000;
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #363636;
	top: 4px;
	right: 4px;
	cursor: pointer;
}
.popup__close:hover {
	background: #FFF;
	color: #000;
}
.popup__title {
	margin-bottom: 5px;
	font-size: 30px;
	font-weight: 300;
	line-height: 34px;
	color: #000;
}
.popup__subtitle {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 21px;
	text-align: center;
	color: #000;
}
.popup__label {
	position: relative;
}
.popup__body input,
.popup__body textarea {
	width: 100%;
	height: 40px;
	margin-top: 12px;
	padding-left: 12px;
	border: 1px solid #eee;
	background-color: #FFF;
	outline: none;
}
.popup-body textarea {
	height: 120px;
	resize: none;
	padding-top: 5px;
}
.popup-body input[type="submit"] {
	height: 46px;
	padding-left: 0;
	background-color: #FC0;
	border: 1px solid #FC0;
	color: #000;
	font-size: 17px;
	font-weight: bold;
	line-height: 44px;
	cursor: pointer;
}



/* Форма */


input.hide_input {
	display: none;
}
span.wpcf7-not-valid-tip, div.wpcf7-validation-errors {
	display: none !important;
}
.popup-body input.wpcf7-not-valid {
	border: 1px solid #c00;
}

.popup-thy {
	position: fixed;
	top: calc(50% - 160px);
	left: calc(50% - 200px);
}
/* Category block home ============================================================= */

.category_block {
    width: calc(25% - 20px);
    float: left;
    margin-right: 20px;
	margin-bottom: 20px;
}
.category_block img{
	max-width:300px;
}

.title_category {
    background: #ffffffb5;
    margin-top: -57px;
    padding: 10px;
    z-index: 999;
    display: block;
    position: relative;
    font-size: 20px;
}
.category_block a{
	text-decoration:none;
}
.title_category:hover {
    padding-left: 15px;
    transition: 0.3s;
}



/* ==============================================================
   ========================  MEDIA  =============================
   ============================================================== */
@media screen and (max-width:1200px) {

	.header__nav ul {
		gap: 16px;
	}


	.cat-product__sidebar {
		width: 200px;
		padding: 10px;
	}
	.cat-product__content {
		width: calc(100% - 220px);
	}

}











@media screen and (max-width:1050px) {

	.header__menu ul {
		gap: 15px;
	}

	.header__nav ul {
		gap: 12px;
	}
	.header__nav ul li a {
		padding: 2px 4px;
	}


	.product-item {
		width: calc(33.3% - 20px);
	}
	.cat-product__list .product-item {
		width: calc(50% - 20px);
	}


	.single-product__info {
		width: 42%;
	}


	.footer__info {
		width: 200px;
	}

}












@media screen and (max-width:900px) {

	.header__top {
		position: relative;
		z-index: 50;
	}

	.header__nav-btn {
		display: block;
		margin-left: 40px;
		margin-right: auto;
	}
	
	.header__nav {
		display: block;
	}
	
	.header__menu{
		display: none;
	}
	
	.mob-nav {
		display: block;
	}

    #mega-menu-wrap-hnav .mega-menu-toggle {
        position: relative;
        margin-top: 7px;
	}
	.header__button-list{
		margin-top:7px;
	}
.header-search__close {
    position: absolute;
    top: 54px;
    right: 2%;
    width: 32px;
    height: 21px;
    background: #000000;
}
	.product-item {
		width: calc(50% - 20px);
	}


	.single-product__gallery {
		width: 50%;
	}
	.single-product__info {
		width: 48%;
	}


	.footer__menu {
		padding-left: 0;
	}
	
	.flx.cart-page__wrapper {
    	flex-direction: column-reverse;
	}
	.cart-page__checkout {
    order: -1;
    	width: calc(100% - 10px);
	}
	.cart-page__cart {
 	   width: calc(100% - 10px);
	}
	.category_block {
    	width: calc(50% - 20px);
	}
	.category_block img {
   		max-width: 180px;
	}
	.title_category {
    	background: #ffffffb5;
    	margin-top: -53px;
    	padding: 10px;
    	z-index: 999;
    	display: block;
    	position: relative;
    	font-size: 17px;
	}
}












@media screen and (max-width:750px) {

	.header__nav ul {
		gap: 8px;
	}
	.header__nav ul li a {
		font-size: 18px;
	}


	.cat-product__content {
		width: 100%;
	}
	.cat-product__sidebar {
		width: 100%;
		margin-bottom: 25px;
	}
	.cat-product__sidebar-head {
		display: block;
	}
	.cat-product__sidebar-body {
		max-height: 0;
		overflow: hidden;
		transition: all .3s ease;
	}
	.cat-product__sidebar.active .cat-product__sidebar-body {
		max-height: 4000px;
	}


	.single-product__gallery {
		width: 100%;
		margin-bottom: 30px;
	}
	.single-product__gallery-head {
		display: block;
	}
	.single-product__info {
		width: 100%;
	}
	.single-product__head {
		display: none;
	}


	.footer__info {
		width: 168px;
	}

}












@media screen and (max-width:600px) {

	.head {
		margin-bottom: 24px;
		font-size: 28px;
	}


	.header__contact {
		gap: 20px;
	}
	.header__phone,
	.header__email {
		width: 24px;
		height: 24px;
		background: #fff;
		-webkit-mask: url('i/bg-icon-phone.svg') center no-repeat;
		mask: url('i/bg-icon-phone.svg') center no-repeat;
		-webkit-mask-size: contain;
		mask-size: contain;
		font-size: 0;
	}
	.header__email {
		-webkit-mask-image: url('i/bg-icon-email.svg');
		mask-image: url('i/bg-icon-email.svg')
	}

	.header__nav {
		max-height: calc(100vh - 120px);
		overflow: hidden;
		overflow-y: visible;
	}
	.header__nav ul {
		display: block;
	}
	.header__nav ul li:not(:last-child) {
		border-bottom: 1px solid var(--gray2);
	}
	.header__nav ul li a {
		padding: 8px;
	}
	.slick-next {
		display: none !important;
	}


	.product-item {
		width: calc(50% - 16px);
		padding: 0;
		margin: 0 8px 20px;
	}
	.product-item__price {
		width: calc(100% - 104px);
	}
	.product-item__add-to-cart {
		width: 100px;
	}


	.main-about__info {
		width: 100%;
	}
	.main-about__photo {
		order: -1;
		width: 96%;
		margin: 0 auto 24px;
	}




	.footer__menu {
		flex: none;
		order: 5;
		width: 100%;
		padding-top: 32px;
	}

}












@media screen and (max-width:450px) {

	.header__logo {
		margin-left: 0px;
	}
	.header__nav-btn {
		margin-left: 20px;
		font-size: 0;
	}


	.product-item,
	.cat-product__list .product-item {
		width: calc(50% - 16px);
	}


	.footer__info {
		width: 120px;
	}
	.footer__logo {
		margin-left: -16px;
	}
	.product-item__bottom {
		display: block;
		align-content;
	}
	.product-item__title {
    	font-size: 14px;
	}

}












/* END ============================================================= */

.text.single-product__text hr{
	margin-bottom:15px;
}
.woocommerce-variation.single_variation {
    margin-bottom: 14px;
}
li.wc_payment_method.payment_method_cod {
    margin-bottom: 18px;
}
#billing_delivery_field label{
	margin-bottom:20px;
}


.woocommerce-message {
    font-size: 14px;
    text-align: center;
	border: 1px solid #bbbbbb;
    padding: 5px;
}
.woocommerce-message a.button.wc-forward {
    display: block;
    padding: 5px 0px;
    min-height: auto;
    max-width: 205px;
    margin: 5px auto;
    background: #f00;
    border: 2px solid #f00;
}
.woocommerce-message a.button.wc-forward:hover{
	background:#fff;
	color:#f00;
}


.featured-swiper .swiper-wrapper {
    display: flex;
}

.featured-swiper .swiper-slide {
    width: auto; /* або: width: 25% для 4х слайдів */
    box-sizing: border-box;
}

.swiper.featured-swiper .product-item{
	width:auto;
}
.swiper-pagination-bullet-active{
	background:#000 !important;
}



.subcategory-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.subcategory-item {
  text-align: center;
}

.subcategory-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.subcategory-item img:hover {
  transform: scale(1.05);
}

.subcategory-item span {
  display: block;
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
}


.subcategory-list a {
    background: #000;
	border:1px solid #000;
	display: block;
    text-decoration: none;
    padding: 1px 5px 9px 5px;
    color: #fff;
}
.subcategory-list a:hover{
	background: #fff;
	border:1px solid #000;
	color: #000;
	transition:0.3s;
}
@media (max-width: 1024px) {
  .subcategory-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Адаптивність для мобільних */
@media (max-width: 768px) {
  .subcategory-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cart-result-table__title dt.variation- {
    float: left;
    margin-right: 15px;
}
.single-page hr {
    margin-bottom: 20px;
}
.custom-height-field input#human_height {
    padding: 7px;
}
.custom-height-field{
    margin-bottom:15px;
}
.custom-height-field label {
    margin-right: 20px;
	font-size: 15px;
}

.header__logo-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    
}
.header__logo-wrap .header__slogan {
    font-size: 8px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    vertical-align: middle;
    display: flex;
  align-items: center; /* Вирівнює по вертикалі */
  gap: 6px; /* Відстань між текстом і зображенням (за бажанням) */
  margin-top: 4px;
}


.block_soc_button {
    display: block;
    overflow: auto;
}

a.insta_button {
   background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    color: #fff;
    padding: 4px 15px;
    text-decoration: none;
    margin-bottom: 12px;
    display: block;
    width: 135px;
	text-align:center;
	float: left;
    margin-right: 5px;
}
a.insta_button:hover {
background: linear-gradient(45deg, #4f5bd5, #962fbf, #d62976, #fa7e1e, #feda75);
  background-size: 200% auto;
  transition:0.3s;
}

a.telegram_button {
   background: #009eeb;
    color: #fff;
    padding: 4px 15px;
    text-decoration: none;
    margin-bottom: 12px;
    display: block;
    width: 135px;
	text-align:center;
	float: left;
    margin-right: 5px;
}


a.viber_button {
   background: #7360f2;
    color: #fff;
    padding: 4px 15px;
    text-decoration: none;
    margin-bottom: 12px;
    display: block;
    width: 135px;
	text-align:center;
	float: left;
    margin-right: 5px;
}

a.phone_button {
   background: #eb774e;
    color: #fff;
    padding: 4px 15px;
    text-decoration: none;
    margin-bottom: 12px;
    display: block;
    width: 135px;
	text-align:center;
	float: left;
    margin-right: 5px;
}

/* Стилі для слайдера Хітів продажу */
.hit-sale-swiper .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
}

.hit-sale-swiper .swiper-slide {
  width: auto;
  flex-shrink: 0;
}

.hit-sale-swiper .product-item {
  width: 100%;
  max-width: 300px;
  background: var(--white);
  padding: 8px;
  margin: 0 10px 20px;
  transition: all .3s ease;
}

.header__worktime {
    font-size: 14px;
    color:#fff;
    margin-top: 5px;
    white-space: nowrap;
}

.header__worktime_footer {
    font-size: 16px;
	margin-bottom:5px;
	margin-top: 0px;
}

.woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
    gap: 15px; /* Між кнопкою і сердечком */
	margin-bottom: 16px;
}

.tinvwl_add_to_wishlist_button {
    font-size: 28px; /* трохи більше сердечко */
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    color: var(--black); /* або ваш акцентний */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; /* Щоб серце вирівнялось по висоті */
}

.tinvwl_add_to_wishlist_button:hover {
    color: var(--accent-color); /* Колір при наведенні */
    transform: scale(1.1); /* М'який zoom при наведенні */
    transition: all 0.3s ease;
}
.tinvwl_add_to_wishlist_button::before{
	font-size:40px !important;
	top:0px !important;
	left:0px !important;
}


.wishlist_item .variation{
	display:none;
}


    .tinv-wishlist .product-thumbnail img {
        margin: 0 auto;
        max-width: 280px;
    }
a.wishlist_products_counter.top_wishlist-heart.top_wishlist-.no-txt{
	position:relative;
}

a.wishlist_products_counter.top_wishlist-heart.top_wishlist-.no-txt:before{
	font-size: 43px;
    padding: 0;
    margin: 0;
}
span.wishlist_products_counter_number {
    background: #ffffff;
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 14px;
    text-align: center;
    text-decoration: none;
    color: #000000;
    position: absolute;
    right: -10px;
    font-size: 15px;
    padding: 0px;
    top: 5px;
    border: 1px solid #000;
}


.video-popup-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f00;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    margin-top: 20px;
    transition: background 0.3s ease;
}
.video-popup-button:hover {
    background-color: #dc3232;
}


.block_promotion a {
    text-decoration: none;
    background: rgba(255, 105, 0, 1);
    padding: 5px 10px;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-size: 23px;
    color: #fff;
	border: 2px solid #fff;
}

.block_promotion a:hover {
    background: #dc3232;
    transition: 0.4s;
    border: 2px solid #000;
}
.productlist_size {
    margin-bottom: 12px;
    font-size: 14px;
}
input#coupon_code {
    height: 41px;
    padding-left: 10px;
}