/*
Theme Name: Optic Space
Description: 
Author: Levitate Dev.
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
	--color-dark: #1c1c1c;
}

* {
    box-sizing: border-box;
}

html {
    max-width: 100vw;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #000;
}

body {
    min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
    margin: 0;
    background: #FFF;
}

.container {
    width: 100%;
    max-width: 1400px;
	padding-left: 25px;
	padding-right: 25px;
    margin: 0 auto;
}



/* Remove outline on the forms and links */
:active, :hover, :focus {
    outline: 0 !important;
    outline-offset: 0 !important;
}

input:active,
input:focus,
input:active {
    outline: none;
    transition: 0.5s;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
	opacity: 0;
}

input::-moz-outer-spin-button,
input::-moz-inner-spin-button{
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
	opacity: 0;
}

input[type='seacrh']:active,
input[type='seacrh']:focus,
input[type='seacrh']:active,
input[type='seacrh'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type='submit']:active,
input[type='submit']:focus,
input[type='submit']:active,
input[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type='nubmer'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* 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 !important;
}

b, strong {
	font-weight: 500;
}


#cookie-notice {
	background-color: #111 !important;
}
#cn-close-notice {display: none !Important;}
#cookie-notice .cookie-notice-container {
  display: flex;
  justify-content: center;
  align-items: center;
	color: #fff !important;
}

#cn-notice-text {
    max-width: 1300px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

#cn-accept-cookie.cn-button.cookie-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    margin: 0px 20px;
    width: 180px;
    height: 40px;
	background: #fff;
	border-radius: 20px;
	color: #000000;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	transition: 0.5s;
}

@media screen and (max-width: 800px) {
    #cn-notice-text {margin-bottom: 20px; font-size: 12px;}
    #cookie-notice .cookie-notice-container {flex-direction: column;}
}



.theme__title {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: .035em;
    text-transform: uppercase;
    text-align: left;
}

.theme__link {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: .035em;
    font-weight: 300;
    text-transform: uppercase;
    color: #000;
}

.theme__text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .035em;
    font-weight: 300;
    text-transform: uppercase;
    color: #000;
}








.theme__main-color {
    color: var(--main-color);
}

.theme__button {
    display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 200px;
	height: 50px;
	background: var(--color-dark);
	border: 1px solid var(--color-dark);
	border-radius: 25px;
	box-shadow: 0px 2.91286px 2.91286px rgba(0, 0, 0, 0.08);
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.theme__button:hover {
    -webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.18);
}



@media screen and (max-width: 768px) {
	.front-popular__more.theme__link {font-size: 14px;}
}




.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 350px;
    height: 40px;
    background: var(--main-color);
    border-radius: var(--border-radius-small);
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    transition: 0.5s;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background: var(--main-color);
    color: #000000;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background: var(--main-color);
    color: #000000;
}

.tinvwl_move_product_button {
	border: 2px solid var(--main-color) !important;
	background: #FFF !important;
}




.pre-header {
	background-color: #d8c3cf;
}

.pre-header__wrapper {
	padding: 8px 0;
	
	text-align: center;
	font-size: 16px;
  	line-height: 20px;
  	letter-spacing: .035em;
  	font-weight: 300;
  	color: #000;
}

@media screen and (max-width: 768px) {
	.pre-header__wrapper {font-size: 12px;}
}

.header {
	position: relative;
    background-color: var(--color-dark);
}

.header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header__col {
    width: 33%;
}

.header__nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 50px;
}

.header__nav-link {

}

.menu {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.menu .menu__dot {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 100%;
    transition: 0.2s ease-in-out;
}
.menu .menu__dot:nth-of-type(1) {
    transform: translate(0px, 0px);
}
.menu .menu__dot:nth-of-type(2) {
    transform: translate(16px, 0px);
}
.menu .menu__dot:nth-of-type(3) {
    transform: translate(32px, 0px);
}
.menu .menu__dot:nth-of-type(4) {
    transform: translate(0px, 16px);
}
.menu .menu__dot:nth-of-type(5) {
    transform: translate(16px, 16px);
}
.menu .menu__dot:nth-of-type(6) {
    transform: translate(32px, 16px);
}
.menu .menu__dot:nth-of-type(7) {
    transform: translate(0px, 32px);
}
.menu .menu__dot:nth-of-type(8) {
    transform: translate(16px, 32px);
}
.menu .menu__dot:nth-of-type(9) {
    transform: translate(32px, 32px);
}
.menu:hover .menu__dot {
    background-color: #fff;
}
.menu:hover .menu__dot:nth-of-type(1) {
    transform: translate(-8px, -8px);
}
.menu:hover .menu__dot:nth-of-type(3) {
    transform: translate(40px, -8px);
}
.menu:hover .menu__dot:nth-of-type(7) {
    transform: translate(-8px, 40px);
}
.menu:hover .menu__dot:nth-of-type(9) {
    transform: translate(40px, 40px);
}
.menu.active .menu__dot:nth-of-type(1) {
    transform: translate(0, 0);
}
.menu.active .menu__dot:nth-of-type(2) {
    transform: translate(8px, 8px);
}
.menu.active .menu__dot:nth-of-type(3) {
    transform: translate(32px, 0);
}
.menu.active .menu__dot:nth-of-type(4) {
    transform: translate(8px, 24px);
}
.menu.active .menu__dot:nth-of-type(6) {
    transform: translate(24px, 8px);
}
.menu.active .menu__dot:nth-of-type(7) {
    transform: translate(0, 32px);
}
.menu.active .menu__dot:nth-of-type(8) {
    transform: translate(24px, 24px);
}
.menu.active .menu__dot:nth-of-type(9) {
    transform: translate(32px, 32px);
}
.menu.active:hover .menu__dot:nth-of-type(1) {
    transform: translate(-8px, -8px);
}
.menu.active:hover .menu__dot:nth-of-type(2) {
    transform: translate(4px, 4px);
}
.menu.active:hover .menu__dot:nth-of-type(3) {
    transform: translate(40px, -8px);
}
.menu.active:hover .menu__dot:nth-of-type(4) {
    transform: translate(4px, 28px);
}
.menu.active:hover .menu__dot:nth-of-type(6) {
    transform: translate(28px, 4px);
}
.menu.active:hover .menu__dot:nth-of-type(7) {
    transform: translate(-8px, 40px);
}
.menu.active:hover .menu__dot:nth-of-type(8) {
    transform: translate(28px, 28px);
}
.menu.active:hover .menu__dot:nth-of-type(9) {
    transform: translate(40px, 40px);
}

.header__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
}

.header__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.header__search {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
	margin-left: auto;
	background: var(--color-dark);
    border-bottom: 1px solid #FFF;
}

.header__search-input {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    height: 40px;
    padding: 0px 10px;
	background: var(--color-dark);
    border: 0px solid var(--main-color);
	border-radius: 0px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
}

.main-header__search-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 40px;
    background: var(--main-color);
    border: 0px solid var(--main-color);
	border-radius: 0px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    transition: 0.5s;
}

.header__search-submit:hover {
    background: var(--main-color-hover);
    transition: 0.5s;
}

#yith-ajaxsearchform {
	width: 100%;
}

.yith-ajaxsearchform-container {
	display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
	position: relative;
}

#yith-ajaxsearchform .yith-ajaxsearchform-container {
	background: var(--main-color);
	border: 1px solid var(--main-color);
	border-radius: 0px;
}

.search-navigation {
	background: var(--color-dark);
	border-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
	width: calc(100% - 30px);
	z-index: 1;
}

.screen-reader-text {
	display: none;
}

/*#yith-ajaxsearchform select {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0px 10px;
	margin: 0px;
    background: #FFFFFF;
    border: 1px solid var(--main-color);
	border-radius: 0px !important;
    border-top-left-radius: var(--border-radius-small) !important;
    border-bottom-left-radius: var(--border-radius-small) !important;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
}*/

#yith-s {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 8px 5px;
	margin: 0px;
	background: var(--color-dark);
    border: 0px solid var(--main-color)!important;
	border-radius: 0px !important;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
    text-decoration: none;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
	box-shadow: none !important;
	
	background-image: none !important;
	background-size: 15px 15px !important;
}

.yith-ajaxsearchform-select {
	display: none;
}

#yith-searchsubmit {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: none !important;
	background-image: url(media/icon/icon_search.png) !important;
	background-size: 20px 20px !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
    border: 0px solid var(--main-color);
	border-radius: 0px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
	font-size: 0px;
    color: transparent !important;
    text-decoration: none;
    cursor: pointer;
    transition: 0.5s;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
}

.autocomplete-suggestions {
	width: 300px !important;
}



.autocomplete-suggestion .yith_wcas_result_content .title {
	color: #000000;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}

.autocomplete-suggestion .yith_wcas_result_content .title strong {
	font-weight: 700;
}

.autocomplete-suggestion img {
    width: 50px;
    height: auto;
}

.link-result {
	display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
	text-align: center;
}

.autocomplete-suggestions .link-result a {
	display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
	color: #000000;
	text-align: center;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.15px;
	text-decoration: underline;
	transition: 0.5s;
	opacity: 0.7
}

.header__row {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header__icon {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	margin-left: 30px;
}

#main-header__cart-count {
	opacity: 1;
  	position: absolute;
  	top: -8px;
  	right: -8px;
  	background: #FF1901;
	min-width: 18px;
  	height: 18px;
	padding: 5px;
  	border-radius: 50%;
  	display: flex;
  	justify-content: center;
  	align-items: center;
	font-weight: 400;
  	font-size: 10px;
  	line-height: 10px;
  	color: #fff;
}

.header__icon:last-child {
	margin-left: 15px;
}

.header__icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.header__menu {
	display: block;
	padding: 40px;
	position: absolute;
	top: 100%;
	left: -110%;
	width: 100%;
	height: auto;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	background: #F9F8F8;
	z-index: 9999;
	transition: 0.5s;
}

.header__menu.active {
	left: 0px;
	transition: 0.5s;
}

.header__menu-left {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	
}

.header__menu-left a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 40px;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: .035em;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
}

.header__menu-left a span {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	height: 40px;
	color: #000;
	text-decoration: none;
}

.header__menu-left a span::after {
	content: "";
	display: block;
	width: calc(100% + 10px);
	max-width: 0px;
	height: 1px;
	background: #000;
	position: absolute;
	left: -5px;
	bottom: 0px;
	transition: 0.4s;
}

.header__menu-left a:hover span::after {
	max-width: calc(100% + 10px);
	transition: 0.4s;
}

.with-children__link {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 40px;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: .035em;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
}
		
.with-children__link .plus {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 16px;
	height: 16px;
	margin-left: 10px;
}

.with-children__link .plus svg {
	transform: rotate(45deg);
	transition: 0.3s;
}

.with-children.open .with-children__link .plus svg {
	transform: rotate(180deg);
	transition: 0.3s;
}

.header__menu-left .submenu {
	max-height: 0px;
	overflow: hidden;
	transition: 0.3s;
}

.with-children.open .submenu  {
	max-height: 120px;
	overflow: hidden;
	transition: 0.3s;
}

.header__menu-left .submenu a {
	font-size: 16px;
	height: 30px;
	padding-left: 10px;
}

.header__menu-left .submenu a span {
	height: 30px;
}
		

@media screen and (max-width: 768px) {
	.header__menu {padding: 20px;}
	.with-children__link {font-size: 14px; line-height: 24px;}
	.header__menu-left a {font-size: 14px; line-height: 24px;}
	.header__menu-left .submenu a {font-size: 14px; line-height: 24px;}
	.with-children .with-children__link .plus svg {width: 10px; height: 10px;}
	.header__search {display: none;}
	.header__menu-left a, .header__menu-left a span {height: 30px;}
	.with-children__link {height: 30px;}
}






.main-area {
	
}

.offer {

}

.offer__wrapper {
	position: relative;
}

.offer__run-text {
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: 0;
	
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
	height: 30px;
	background: var(--color-dark);
	overflow: hidden;
}

.offer__run-text-content {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
  	animation-name: runscrolling;
	-webkit-animation-duration: 3s;
  	animation-duration: 3s;
  	-webkit-animation-timing-function: linear;
  	animation-timing-function: linear;
  	-webkit-animation-iteration-count: infinite;
  	animation-iteration-count: infinite;
}

.offer__run-text-item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
  	min-width: 100px;
	height: 18px;
	padding-left: 10px;
	
	color: #FFF;
	font-size: 12px;
	font-weight: 600;
	white-space: nowrap;
	text-transform: uppercase;
}

.offer__run-text-item:before {
	content: "|";
	margin-right: 10px;
}

@keyframes runscrolling {
  0% {
	  transform: translateX(0px);
	  -webkit-transform: translateX(0px);
	}
	100% {
	  transform: translateX(-100px);
	  -webkit-transform: translateX(-100px);
	}
}



.offer__slider {
    position: relative;
	max-width: 1920px;
    height: 600px;
  	margin: 0 auto;
}

.offer__item {
    position: relative;
    height: 600px;
	
    background: #EFEEEC;
}

.offer__item::before {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.2;
}

/*
.offer__item_1 {
    background: #EFEEEC;
}

.offer__item_2 {
    background: #E6D7D2;
}

.offer__item_3 {
    background: #BC7A6D;
}

.offer__item_4 {
    background: #EFEEEC;
}

.offer__item_5 {
    background: #E6D7D2;
}
*/

.offer__item img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.offer__item img.mobile {
	object-position: top center;
}

.offer__content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;

    z-index: 2;
}

.offer__content.container {
	left: calc(50% - 700px);
}

.offer__item.left .offer__content {
	align-items: flex-start;
}
.offer__item.right .offer__content {
	align-items: flex-end;
}

.offer__title {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 40px;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align: center;
    max-width: 700px;
}

.offer__item.left .offer__title {
    text-align: left;
}
.offer__item.right .offer__title {
    text-align: right;
}

.offer__subtitle {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: .035em;
    margin-bottom: min(2.8vw, 50px);
    text-transform: uppercase;
    text-align: center;
    max-width: 500px;
}

.offer__item.left .offer__subtitle {
    text-align: left;
}
.offer__item.right .offer__subtitle {
    text-align: right;
}

.offer__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 250px;
    height: 70px;
    background: var(--color-dark);
    border: 1px solid var(--color-dark);
    border-radius: 35px;
    box-shadow: 0px 2.91286px 2.91286px rgba(0, 0, 0, 0.08);
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
	
	margin-left: auto;
	margin-right: auto;
  	margin-top: auto;
  	margin-bottom: 100px;
}

.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-dots li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 20px;
    padding: 0px;
}

.slick-dots li button {
    width: 40px;
    height: 3px;
    padding: 0px;
    border-radius: 5px;
    background: #000;
    opacity: .25;
}

.slick-dots li.slick-active button {
    opacity: .75;
}

.slick-dots li button::before {
    display: none;
}


.slick-prev {
    position: absolute;
    top: 50%;
    left: 0;
}

.slick-next {
    position: absolute;
    top: 50%;
    right: 0;
}

.slick-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100%;
    background: rgba(0,0,0,0.1);
    opacity: 0 !important;
    transition: .2s;

    z-index: 3;
}

.slick-slider:hover .slick-arrow {
    opacity: 0 !important;
    background: rgba(0,0,0,0.1);
    transition: .2s;
}

.slick-arrow:hover {
    opacity: 1;
    background: rgba(0,0,0,0.1);
    transition: .2s;
}

.slick-prev::before, .slick-next::before {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 70px;
    color: transparent !important;
    opacity: 0.5;
    transition: 0.2s;
}

.slick-prev:hover::before, .slick-next:hover::before {
    opacity: 1;
    transition: 0.2s;
}

.slick-prev::before {
    background-image: url(media/icon/slider-left.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.2s;
}

.slick-next::before {
    background-image: url(media/icon/slider-right.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.2s;
}

.offer__item_1 {display: none;}

@media screen and (max-width: 768px) {
	.offer__slider {height: 500px;}
	.offer__item {height: 500px;}
	.offer__item_1 {display: inherit;}
	.offer__content.container {align-items: center !important; width: 100%; max-width: 100%; height: auto; padding: 15px; top: auto; bottom: 0; left: 0; /*background: rgba(255,255,255,0.5); backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); overflow: hidden;*/}
	.offer__title {width: 100%; text-align: center !important; font-size: 24px; line-height: 34px; margin-bottom: 20px;}
	.offer__subtitle {width: 100%; text-align: center !important; font-size: 16px; line-height: 24px; margin-bottom: 20px;}
	.offer__button {height: 50px; font-size: 16px; line-height: 24px; margin-bottom: 35px;}
	.slick-arrow {width: 50px;}
	.slick-prev::before, .slick-next::before {width: 50px; height: 50px;}
}



















.advantages {
    padding-top: 90px;
    padding-bottom: 100px;
}

.advantages__wrapper {

}

.advantages__row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 30px;
}

.advantages__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.advantages__item img {
    width: 120px;
    height: auto;
    margin-bottom: 20px;
}

.advantages__text {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100px;
	padding: 30px 15px;
	border-radius: 5px;
  	background-color: #f4f4f4;
  	background-position: center center;
	
	transition: 0.3s;
	cursor: pointer;
	
    text-align: center;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .035em;
}

.advantages__text:hover {
	transition: 0.3s;
	opacity: 0.5;
}

@media screen and (max-width: 768px) {
	.advantages {padding-top: 40px; padding-bottom: 50px;}
	.advantages__row {grid-template-columns: repeat(2, 1fr); grid-row-gap: 20px; grid-column-gap: 20px; align-items: stretch;}
	.advantages__item {}
	.advantages__text {display: flex; justify-content: center; align-items: center; height: 70px; padding: 10px;}
}

@media screen and (max-width: 450px) {
	.advantages__text {font-size: 14px;}
}










.front-populars {
	padding-top: 50px;
	padding-bottom: 40px;
}

.front-populars__wrapper {
	
}

.front-popular__title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.front-populars__catalog {
	margin-left: -10px;
	width: calc(100% + 20px);
}

.front-populars__item {
	padding: 10px;
}


.front-populars__catalog .catalog__products {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 60px;
}

.product-page__analogs .catalog__products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 60px;
}

.product-page__analogs .front-populars__catalog {
	margin-left: 0px;
	width: 100%;
}

.catalog__callback {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	border: 1px solid rgba(0,0,0,0.05);
	text-align: center;
	color: var(--color-dark);
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	text-transform: uppercase;
	text-decoration: none;
	aspect-ratio: 1/1;
}


.front-category {
    padding-bottom: 50px;
}

.front-category__wrapper {

}

.front-category__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
}

.front-category__item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EFEEEC;
    aspect-ratio: 1/1;
    cursor: pointer;
}

.front-category__item img {
    width: 100%;
    height: auto;
}

.front-category__name {
    position: absolute;
    top: 40px;
    left: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% - 80px);
    text-align: left;
}

@media screen and (max-width: 450px) {
	.front-popular__title {flex-wrap: wrap; margin-bottom: 20px;}
	.front-popular__more {width: 100%;}
	.front-popular__more.theme__link {font-size: 12px; padding-top: 15px;}
}







.front-blog {
    padding-top: 50px;
    padding-bottom: 50px;
}

.front-blog__wrapper {

}

.front-blog__title {

}

.front-blog__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.front-blog__link {
    
}

.front-blog__row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
	align-items: flex-start;
}

.front-blog__item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
	text-decoration: none;
}

.front-blog__item img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.front-blog__name {
    display: block;
    width: 100%;
}

@media screen and (max-width: 900px) {
	.front-blog__row {grid-template-columns: repeat(2, 1fr);}
}

@media screen and (max-width: 450px) {
	.front-blog__header {flex-wrap: wrap; margin-bottom: 20px;}
	.front-blog__link {width: 100%; padding-top: 15px;}
	.front-blog__link.theme__link {font-size: 12px;}
	.front-blog__row {grid-template-columns: repeat(2, 1fr); grid-row-gap: 20px; grid-column-gap: 20px;}
	.front-blog__item img {margin-bottom: 5px;}
	.front-blog__name {font-size: 14px; line-height: 20px; letter-spacing: 0;}
	.front-blog__name br {display: none;}
	.front-blog__name span:after {content: "-";}
}












.front-shops {
    padding-top: 50px;
    padding-bottom: 100px;
}

.front-shops__wrapper {

}



.front-shops__title {
    margin-bottom: 20px;
}

.front-shops__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    margin-bottom: 20px;
}

.front-shops__item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    cursor: pointer;
}

.front-shops__item img {
    width: 100%;
    height: auto;
}

.front-shops__link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.front-shops__link a {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: .035em;
    font-weight: 300;
    text-transform: uppercase;
    color: #000;
}

.front-shops__name {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 10px 20px;
    padding-right: 30px;
    background: #EFEEEC;

    font-size: 14px;
    line-height: 20px;
    letter-spacing: .035em;
    font-weight: 300;
    color: #000;
}

@media screen and (max-width: 768px) {
	.front-shops__row {grid-template-columns: repeat(1, 1fr);}
}














.product {
	position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	flex-wrap: wrap;
    padding: 0px;
    cursor: pointer;
    transition: 0.3s;
}

.product:hover {
    transition: 0.3s;
}

.product__tags {
	position: absolute;
	left: 10px;
	top: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
	flex-wrap: wrap;
    width: calc(100% - 60px);
    padding: 0px 10px;
    letter-spacing: 0.15px;
    text-decoration: none;
	z-index: 2;
}



.product__tags span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
	padding: 5px;
	margin-right: 5px;
	background: #000;
	
	z-index: 9;
	
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
    text-decoration: none;
	text-align:  left;
}

.product__wishlist {
	position: absolute;
	top: 10px;
	right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	z-index: 2;
}

.yith-wcwl-add-to-wishlist {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100% !important;
	height: 100% !important;
	margin: 0px !important;
}

.yith-wcwl-add-button {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100% !important;
	height: 100% !important;
	margin: 0px !important;
}

.add_to_wishlist {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100% !important;
	height: 100% !important;
	margin: 0px !important;
	overflow: hidden;
	color: transparent !important;
}

.add_to_wishlist:hover,
.delete_item:hover {
	background: none !important;
}

.add_to_wishlist::before {
	content: "" !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	margin: 0px !important;
	background: url(media/icon/icon_heart_black.png);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 2;
}

.add_to_wishlist i,
.yith-wcwl-add-button .delete_item i {
	display: none !important;
}

.yith-wcwl-add-button .delete_item {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100% !important;
	height: 100% !important;
	margin: 0px !important;
	color: transparent !important;
}

.yith-wcwl-add-button .delete_item::before {
	content: "" !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	margin: 0px !important;
	background: url(media/icon/icon_heart_black_full.png);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 2;
}

.yith-wcwl-add-button .separator,
.yith-wcwl-add-button .view-wishlist {
	display: none !important;
}

.product-page__main .product__wishlist {
	right: calc(50% - 25px);
	width: 50px;
	height: 50px;
}

.product-page__main .add_to_wishlist::before,
.product-page__main .yith-wcwl-add-button .delete_item::before {
	background-size: 50px 50px;
}


.product__photo {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
	margin-bottom: 10px;
    aspect-ratio: 1/1;
    overflow: hidden;
	z-index: 1;
}

.product__photo-main {
	position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
	z-index: 2;
	opacity: 1;
	transition: 0.2s;
}

.product__photo-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    object-fit: cover;
    object-position: center;
	z-index: 1;
}

.product:hover .product__photo-main {
	opacity: 0;
	transition: 0.2s;
}


.product__price {
	position: absolute;
	bottom: 15px;
	right: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-decoration: none;
	
	z-index: 9;
}

.product__current-price {
    font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	color: #000;
    text-decoration: none;
	text-align: right;
}

.product__full-price {
    font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-decoration-line: line-through;
	color: #6A6A6A;
	text-align: right;
	margin-right: 10px;
}

.product__stock {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
	padding-bottom: 5px;
    font-weight: 600;
	font-size: 10px;
	line-height: 173%;
	color: #7EC41C;
    text-decoration: none;
}

.product__name {
    width: 70%;
	min-height: 32px;
    font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
    text-decoration: none;
	text-align: left;
}

.product__brand {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
	padding-top: 10px;
	font-weight: 700;
	font-size: 11px;
	line-height: 137%;
	color: #377BF1;
	mix-blend-mode: normal;
}

.product__desc {
	display: flex;
    justify-content: flex-start;
    align-items: center;
	flex-wrap: wrap;
    width: 100%;
	font-weight: 500;
	font-size: 11px;
	line-height: 137%;
	color: #000000;
	mix-blend-mode: normal;
}

.product__desc span {
	margin-right: 3px;
}

.product__buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 25px;
	margin-top: auto;
}

.product__quantity {
	position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(40% - 12px);
}

.product__quantity input {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 20px);
    height: 50px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
	border-right: 0px solid rgba(0, 0, 0, 0.15);
	border-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    text-align: center;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
}

.product__qty {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
	background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    text-align: center;
    font-family: 'Manrope', sans-serif;
    font-weight: 200;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

.product__qty_minus {
	position: absolute;
	top: 0;
	right: 0;
	border-bottom: 0px solid rgba(0, 0, 0, 0.15);
}

.product__qty_plus {
	position: absolute;
	bottom: 0;
	right: 0;
}


.product__add-to-cart {
	position: relative;
    width: 100%;
	max-width: 130px;
	margin: 0 auto;
	margin-right: 0px;
}

@media screen and (max-width: 1200px) {
	.product__buttons {
		flex-direction: column;
		justify-content: center;
	}
	
	.product__quantity {
		width: 50%;
		margin-bottom: 5px;
	}
	
	.product__add-to-cart {
		max-width: 100%;
		margin-right: auto;
	}
}

.product__add-to-cart a {

}


.added_to_cart.wc-forward {
  	position: absolute;
  	top: 0;
  	left: 0;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 100%;
  	height: 100%;
  	background: var(--color-dark);
  	border: 0px solid var(--color-dark);
  	border-radius: 30px;
  	color: transparent !important;
  	z-index: 3;
}

.added_to_cart.wc-forward::before {
  	content: "Уже в корзине";
  	position: absolute;
  	top: 0px;
  	left: 0;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 100%;
  	height: 100%;
  	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.product__delivery {
    padding: 0px;
	padding-top: 15px;
    color: #999999;
    text-align: left;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.15px;
    text-decoration: none;
}








.top-footer {
    display: none;
}



.footer {
    padding: 50px 0px;
	margin-top: auto;
	
    background: var(--color-dark);
}

.footer__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
	margin-top: -15px;
}

.footer__logo a {
    display: flex;
    justify-content: center;
    align-items: center;
	max-width: 300px;
	width: 100%;
	height: 70px;
}

.footer__logo a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}



.footer-nav {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 60px;
}

.footer-nav__column {
    display: flex;
	flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
	margin-right: 60px;
}

.footer-nav__column_logo {
	max-width: 200px;
}

.footer-nav__title {
    margin-bottom: 20px;
    font-size: 18px;
	line-height: 24px;
	letter-spacing: .035em;
	text-transform: uppercase;
	color: #fff;
}

.footer-nav__link {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
	line-height: 20px;
	letter-spacing: .035em;
	font-weight: 300;
    text-decoration: none;
	color: #fff;
}

.footer-nav__link:last-child {
	margin-bottom: 0px;
}

.footer-nav__price {
	margin-top: auto;
	color: var(--second-color);
}

.footer-nav__logo {
    width: 100%;
    max-width: 110px;
    height: auto;
}

.footer-nav__contacts {
    align-items: flex-end;
	margin-left: auto;
	margin-right: 0px;
}

.footer-nav__phone {
	display: block;
    width: 100%;
	text-align: right;
	font-weight: 700;
	font-size: 23px;
	line-height: 163%;
	color: #fff;
	text-decoration: none;
}

.footer-nav__jobtime {
	display: block;
    width: 100%;
	text-align: right;
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 14.7px;
	line-height: 163%;
	color: #fff;
}

.footer-nav__socials {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-row-gap: 10px;
	grid-column-gap: 10px;
	width: 190px;
	margin-left: auto;
	margin-bottom: 20px;
}

.footer-nav__socials a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
}

.footer-nav__socials a img {
	width: 40px;
	height: 40px;
}



.footer-info {
    margin-bottom: 50px;
}

.footer-info__wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.footer-info__pay {
	margin-right: 40px;
}

.footer-info__title {
    margin-bottom: 20px;
    color: #FFFFFF;
    text-align: left;
    letter-spacing: 0.2px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

.footer-info__row {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.footer-info__row img {
	height: 20px;
	width: auto;
	object-fit: contain;
	object-position: center;
	margin-right: 15px;
}

.footer-info__socials .footer-info__row img {
	height: 30px;
	border-radius: 5px;
}

.footer-info__system {
	width: 450px;
	height: auto;
}

.footer-info__social {
	width: 130px;
	height: auto;
}

.footer-adress {
	 margin-bottom: 60px;
}

.footer-adress__title {
	display: block;
    width: 100%;
	margin-top: auto;
	font-weight: 500;
	font-size: 14px;
	line-height: 163%;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}

.footer-adress__title a {
	font-weight: 600;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
}

.footer-adress__row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-row-gap: 30px;
	grid-column-gap: 30px;
}

.footer-adress__item {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	text-decoration: none;
	color: #fff;
	text-align: center;
}

.footer-copy {

}

.footer-copy__wrapper {

}

.footer-copy__text {
    text-align: left;
    font-weight: 400;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: -0.02em;
	color: #868585;
}

@media screen and (max-width: 768px) {
	.footer-nav {flex-wrap: wrap; margin-bottom: 30px;}
	.footer-nav__column {width: 50%; margin: 0;}
	.footer-nav__contacts {width: 100%; padding-top: 30px; align-items: center; justify-content: center;}
	.footer-nav__phone {text-align: center;}
	.footer-nav__jobtime {text-align: center;}
	.footer-nav__socials {margin-left: auto; margin-right: auto;}
	.footer-adress__row {grid-template-columns: repeat(1, 1fr);}
	.footer-adress__item {font-size: 14px; line-height: 18px;}
	
	.footer-nav__column_logo {margin: 0 auto;}
	.footer__logo {margin-top: 50px; margin-bottom: 0px;}
}












.catalog-page {
	padding-top: 90px;
    padding-bottom: 90px;
}

.catalog-page__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.catalog-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
	margin-bottom: 40px;
}

.catalog-header__main {
}

.breadcrumbs {
    padding-top: 50px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.breadcrumbs__path {
    display: flex;
    justify-content: flex-start;
    align-items: center;
	margin-bottom: 20px;
    color: var(--breadcrumbs-color);
    text-align: left;
    font-size: 14px;
	line-height: 20px;
	letter-spacing: .035em;
	font-weight: 300;
	color: #000;
}

.breadcrumbs__link {
    color: var(--breadcrumbs-color);
    text-decoration: underline;
    cursor: pointer;
}

.breadcrumbs__separator {
    margin: 0px 5px;
}

.breadcrumbs__path a,
.breadcrumbs__path .breadcrumb_last {
	color: var(--breadcrumbs-color);
    text-align: left;
    font-size: 14px;
	line-height: 20px;
	letter-spacing: .035em;
	font-weight: 300;
	color: #000;
}





.side-filters {
    width: 200px;
    position: relative;
}

.side-filters__wrapper {
    position: relative;
}

.side-filters__item, .woof_container {
    margin-bottom: 30px;
}

div.woof_info_popup {
  position: fixed;
  top: 48%;
  left: 48%;
  z-index: 10001;
  display: none;
  overflow: hidden;
  padding: 20px;
  border-radius: 0px;
  background-color: rgba(255,255,255);
  box-shadow: 0 0 0 1px rgba(0,0,0,.6), 0 0 0 2px rgba(255,255,255,.2);
  color: #000;
  font-size: 18px;
  font-family: 'Manrope',sans-serif;
}

#woof_widget-2 {
	list-style-type: none;
}

.filter-title,
.woof_container h4,
.side-filters__name,
.woof_container_inner::before {
	display: block;
    margin-bottom: 15px;
    color: #000000;
    text-align: left;
    font-weight: 700;
	font-size: 15px;
	line-height: 24px;
	color: #000000;
    text-decoration: none;
}

.catalog-area__mob-filtr-link {
  display: none;
}

.woof_price_filter .woof_container_inner::before {
  	content: "Цена, руб";
}

.woof_container_product_cat .woof_container_inner::before {
  	content: "Категория";
}

.woof_container_pa_brend .woof_container_inner::before {
	content: "Бренд";
}

.woof_container_pa_forma .woof_container_inner::before {
	content: "Форма";
}

.woof_container_pa_material .woof_container_inner::before {
	content: "Материал";
}

.woof_container_pa_komplektacija .woof_container_inner::before {
	content: "Комплектация";
}



.woof_list label {
	padding: 0px !important;
	margin-left: 0px !important;
 	color: var(--text-color-main);
  	text-align: left;
  	font-weight: 300;
  	font-size: 12px;
  	line-height: 16px;
  	letter-spacing: 0.15px;
  	cursor: pointer;
}

.woof_list_checkbox li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding-left: 20px !important;
	margin-bottom: 10px !important;
}

.woof_list_checkbox li.disabled {
	display: none !important;
}

ul.woof_childs_list {
	width: 100% !important;
	padding-top: 10px !important;
	padding-left: 0px !important;
	padding-bottom: 0px !important;
	margin-left: -20px !important;
	margin-bottom: 0px !important;
	transition: 0s !important;
}

ul.woof_childs_list li:last-child {
	margin-bottom: 0px !important;
}

.woof_childs_list_opener {
	display: flex;
	position: relative;
	width: 16px;
	height: 16px;
}

.woof_childs_list_opener span {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	height: 100%;
	background: none !important;
}

.woof_childs_list_opener span::before {
	content: "";
	position: absolute;
	top: calc(50% - 0px);
	right: 5px;
	display: block;
	width: 9px;
	height: 1px;
	background: var(--color-dark);
	transition: 0.4s;
}

.woof_childs_list_opener span::after {
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	right: 9px;
	display: block;
	width: 1px;
	height: 9px;
	background: var(--color-dark);
	transition: 0.4s;
}

.woof_childs_list_opener span.woof_is_opened::before {
	transform: rotate(180deg);
	transition: 0.4s;
}

.woof_childs_list_opener span.woof_is_opened::after {
	transform: rotate(270deg);
	transition: 0.4s;
}

.icheckbox_square-blue {
	position: absolute;
	top: 0;
	left: 0;
  	background: #FFFFFF;
  	border: 1px solid #6A6666;
  	border-radius: 2px;
	width: 16px;
	height: 16px;
	margin: 0px !important;
}

.icheckbox_square-blue.checked {
  	background: var(--color-dark);
}

.icheckbox_square-blue.disabled {
  border: 1px solid #ddd;
}

.icheckbox_square-blue.disabled + label {
	color: #ddd !important;
}

#woof_widget-3 {
	list-style-type: none;
}
          

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

.woof_price_filter_txt {
	display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 3px) !important;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    text-align: center;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

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

.button.woof_submit_search_form {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: calc(50% - 3px);
  	height: 40px;
  	background: var(--color-dark) !important;
	border: 0px solid var(--main-color) !important;
	border-radius: 0px;
	box-shadow: 0px 2.91286px 2.91286px rgba(0, 0, 0, 0.08);
	color: #fff;
	text-align: center;
	font-weight: 300;
    font-family: 'Inter', sans-serif;
	font-size: 14px;
	text-decoration: none;
}

.button.woof_reset_search_form {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: calc(50% - 3px);
  	height: 40px;
  	background: #FFFFFF;
  	border: 1px solid rgba(0, 0, 0, 1);
  	border-radius: 0px;
  	text-align: center;
    font-family: 'Inter', sans-serif;
  	font-weight: 300;
  	font-size: 14px;
  	color: #000000;
  	text-decoration: none;
}

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

.side-filters__price input {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 3px);
    height: 40px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

.side-filters__price input:first-child {
    border-top-left-radius: var(--border-radius-small);
    border-bottom-left-radius: var(--border-radius-small);
}

.side-filters__price input:last-child {
    border-top-right-radius: var(--border-radius-small);
    border-bottom-right-radius: var(--border-radius-small);
}

.side-filters__checkboxes {

}

.side-filters__checkbox, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item{
    margin-bottom: 12px;
}

.side-filters__checkbox:last-child {
    margin-bottom: 0px;
}

.side-filters__checkbox input, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label input {
  display: none;
}

.side-filters__checkbox label,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item a {
    position: relative;
	display: block;
	min-height: 20px;
    padding-left: 35px;
    font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: -0.02em;
	color: #000000;
    cursor: pointer;
}

.yith-wcan-filters .apply-filters {
  margin-top: 15px;
  margin-bottom: 20px;
}

.reset-filters.theme__button {
	background: transparent;
	box-shadow: none;
}

.side-filters__checkbox label::before,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item a::before, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label a::before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #6A6666;
	border-radius: 2px;
    transition: 0.3s;
}

.side-filters__checkbox input:checked + label::before, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label input:checked + a::before {
  background: var(--main-color);
  transition: 0.3s;
}

.side-filters__count {
	color: #AAA6A6;
}

.side-filters__reset {

}




.catalog-header__sidebar {
	display: flex;
	align-items: flex-end;
}

.catalog-area {
    width: calc(100% - 200px - 40px);
}

.catalog-area__category {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-auto-rows: minmax(100px, auto);
	grid-column-gap: 15px;
	grid-row-gap: 15px;
	width: 100%;
	margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
	.catalog-area__category {grid-template-columns: repeat(4, 1fr);}
}

@media screen and (max-width: 600px) {
	.catalog-area__category {grid-template-columns: repeat(2, 1fr);}
}

.catalog-area__category-item {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--background-grey-color);
    border-radius: 0px;
	text-decoration: none;
}

.catalog-area__category-name {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	height: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
	z-index: 2;
}

.catalog-area__category-name span {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 5px 10px;
    font-weight: 600;
	font-size: 14px;
	color: #000;
}

.catalog-area__category-item:last-child .catalog-area__category-name span {
	background: var(--second-color);
	color: #fff;
}

.catalog-area__category-item img {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
}

.catalog-area .catalog__products_4.products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 60px;
}

.front-new-products .catalog__products_4.products {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.catalog__products_4.products.view-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.catalog__products_4.products.view-list .product {
	position: relative;
}

.catalog__products_4.products.view-list .product__photo {
	width: 150px;
	margin-bottom: 0px;
}

.catalog__products_4.products.view-list .product__price {
	position: absolute;
	top: 50px;
	left: calc(150px + 20px);
	width: 85%;
}

.catalog__products_4.products.view-list .product__tags {
	position: absolute;
	top: 30px;
	left: calc(150px + 20px);
	width: 85%;
}

.catalog__products_4.products.view-list .product__name {
	position: absolute;
	top: 80px;
	left: calc(150px + 20px);
	width: 85%;
}

.catalog__products_4.products.view-list .product__buttons {
	position: absolute;
	top: 120px;
	left: calc(150px + 20px);
	width: 250px;
}

.catalog__products_4.products.view-list .product__delivery {
	position: absolute;
	top: 120px;
	left: 420px;
	font-size: 12px;
	line-height: 18px;
}








.product-page {
    margin-bottom: 90px;
}

.product-page__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
	position: relative;
}

.product-page__header {
    width: 100%;
    margin-bottom: 60px;
}

.product-page__header .breadcrumbs__title {
	display: none;
}

.product-page__main {
	position: relative;
    width: calc(100% - 540px);
}

.product-page__gallery {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.product-page__nav-slider {
	width: 100%;
}

.product-page__nav-slider img {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
}

.product-page__main-slider {
	width: 100%;
}

.product-page__main-slider img {
}

.product-page__main-slider .slick-arrow {
	opacity: 0.3 !important;
}

.slick-slider:hover .slick-arrow {
	opacity: 0.5 !important;
}

.product-page__main-slider .slick-arrow:hover {
	opacity: 1 !important;
}

.product-page__main-slider .slick-dots {
	display: none !important;
}



.product-page__info {
	position: relative;
    width: 500px;
}

.product-page__tags {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}

.product-page__tags span {
	display: flex;
    justify-content: flex-start;
    align-items: center;
	height: 22px;
	padding: 0px 5px;
	margin-right: 10px;
	border: 1px solid #000;
	font-weight: 300;
	font-size: 14px;
	line-height: 14px;
	color: #000;
}

.product-page__tags span.product__tag-sale {
	color: #FF1901;
	border-color: #FF1901;
	order: 1;
	font-weight: 500;
}

.product-page__tags span.product__tag-hit {
	color: #377BF1;
	border-color: #377BF1;
	order: 2;
}

.product-page__tags span.product__tag-super {
	color: #00D9A0;
	border-color: #00D9A0;
	order: 3;
}

.product-page__tags:empty {
	display: none;
	margin-bottom: 0px;
}

.product-page__name {
    margin-bottom: 0px;
    color: #000;
    text-align: left;
    font-weight: 300;
	font-size: 22px;
	line-height: 127%;
	text-transform: uppercase;
	color: #000000;
}

.product-page__row {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}

.product-page__sku {
	margin-right: 25px;
    font-weight: 600;
	font-size: 13px;
	line-height: 137%;
	color: #AAA6A6;
	mix-blend-mode: normal;
}

.product-page__stock {
	font-weight: 300;
	font-size: 13px;
	line-height: 173%;
	color: #7EC41C;
}

.product-page__sale {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 5px;
	background: #000;
	z-index: 9;
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	text-decoration: none;
	text-align: left;
}

.product-page__add-info {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	padding: 0px;
	margin-bottom: 20px;
	border-radius: 1px;
}

.product-page__price {
	position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.product-page__sale-price {
    font-weight: 300;
	font-size: 22px;
	line-height: 173%;
	color: #000;
}

.product-page__full-price {
	margin-left: 15px;
    font-weight: 300;
	font-size: 14px;
	line-height: 173%;
	text-decoration-line: line-through;
	color: #AAA6A6;
}

.product-page__buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
}

.product-page__quantity {
	position: relative;
    width: 80px;
    margin-right: 15px;
}

.product-page__quantity input {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 20px);
    height: 50px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    text-align: center;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

.product-page__qty {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
	background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    text-align: center;
    font-family: 'Manrope', sans-serif;
    font-weight: 200;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

.product-page__qty_minus {
	position: absolute;
	top: 0;
	right: 0;
	border-bottom: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
	cursor: pointer;
}

.product-page__qty_plus {
	position: absolute;
	bottom: 0;
	right: 0;
    border-radius: 0px;
	cursor: pointer;
}

.product-page__qty-count {
	margin-right: 40px;
	font-weight: 700;
	font-size: 19.0062px;
	line-height: 173%;
	color: #000000;
}

.product-page__buttons {
	display: flex;
	justify-content: flex-start;
	align-items: center;
    width: 100%;
}

.product-page__add-to-cart {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
    width: 100%;
	max-width: 160px;
}

.product-page__add-to-cart a:first-child {
	max-width: 160px;
}

.product-page__choose-links {
	display: flex;
	justify-content: flex-start;
	align-items: center;
    width: 100%;
	max-width: 180px;
	
}

.product-page__choose-links.active {
	display: flex;
}

.product-page__choose-link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 160px;
	height: 50px;
	margin-left: 20px;
	background: #fff;
	border: 1px solid var(--color-dark);
	border-radius: 25px;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.product-page__choose-link.active {
	display: flex;
}

@media screen and (max-width: 900px) {
	.product-page__buttons {flex-direction: column;}
	.product-page__add-to-cart {max-width: 180px; display: flex; justify-content: center;}
	.product-page__add-to-cart a {width: 180px !important;}
	.product-page__choose-links {width: 180px;}
	.product-page__choose-link {margin: 0; width: 100%; max-width: 100%;}
}



.product-page__price-list {
	width: 100%;
	padding-top: 40px;
}

.product-page__price-list h3 {
	margin-top: 0px;
	margin-bottom: 15px;
	color: #000000;
	text-align: left;
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;
	color: #000000;
	text-decoration: none;
}

.product-page__price-list p {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 200px;
	background: url('img/dott.png') no-repeat;
	background-position: center;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
}

.product-page__price-list p span:first-child {
	padding: 2px 10px 2px 0px;
	margin-right: 25px;
	background: #F5F5F5;
	font-weight: 500;
	color: #808080;
}

.product-page__price-list p span:last-child{
	padding: 2px 0px 2px 10px;
	font-weight: 700;
	background: #F5F5F5;
	text-align: left;
	color: #000;
}

.product-page__price-list-desc {
	padding-top: 20px;
	font-weight: 500;
	font-size: 12px;
	line-height: 137%;
	color: #000000;
}

@media screen and (max-width: 900px) {
	.product-page__price-list h3 {text-align: center;}
	.product-page__price-list p {margin-left: auto; margin-right: auto;}
	.product-page__price-list-desc {text-align: center; padding-left: 20px; padding-right: 20px;}
}

.product-page__info-footer {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.product-page__accordion {
	display: block;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.product-page__accordion-item {
	position: relative;
	display: block;
	max-height: 42px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	overflow: hidden;
	transition: 0.4s;
}

.product-page__accordion-item.active {
	max-height: 300px;
	transition: 0.4s;
}

.product-page__accordion-item:last-child {
	border-bottom: 0px solid rgba(0,0,0,0.1);
}

.product-page__accordion-title {
	display: block;
	width: 100%;
	height: 42px;
	padding: 10px 0;
	position: relative;
    text-align: left;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: .035em;
	font-weight: 300;
	color: var(--color-dark);
	cursor: pointer;
}

.product-page__accordion-title::before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: 5px;
	display: block;
	width: 9px;
	height: 1px;
	background: var(--color-dark);
	transition: 0.4s;
}

.product-page__accordion-title::after {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	right: 9px;
	display: block;
	width: 1px;
	height: 9px;
	background: var(--color-dark);
	transition: 0.4s;
}

.product-page__accordion-item.active .product-page__accordion-title::before {
	transform: rotate(180deg);
	transition: 0.4s;
}

.product-page__accordion-item.active .product-page__accordion-title::after {
	transform: rotate(270deg);
	transition: 0.4s;
}

.product-page__accordion-text {
	font-size: 13px;
	line-height: 20px;
	font-weight: 300;
	color: var(--color-dark);
	padding-top: 5px;
	padding-bottom: 10px;
}

.product-page__accordion-text p {
	margin: 0px; 
	margin-bottom: 10px;
}

.product-page__accordion-text p:last-child {
	margin-bottom: 0px;
}

.product-page__accordion-razmer {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: 400;
}

.product-page__accordion-razmer span {
	width: 150px;
	font-weight: 300;
}

.product-page__accordion-text form p {
	margin: 0px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.product-page__accordion-text form p span {
	width: 100%;
	margin-bottom: 10px;
}

.product-page__accordion-input {
	padding: 10px;
	width: 100%;
	max-width: 300px;
	font-family: 'Roboto', sans-serif;
}

.wpcf7-submit.product-page__accordion-submit {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 300px;
	padding: 10px;
	background: var(--color-dark);
	border: 1px solid var(--color-dark);
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}

.wpcf7-form-control-wrap[data-name="radio-841"] {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 300px;
}

.product-page__radio {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 300px;
	margin-bottom: 0px !important;
}

.product-page__radio .wpcf7-list-item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 30px;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.product-page__accordion-conf {
	display: block;
	width: 100%;
	max-width: 300px;
	padding-top: 10px;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	color: #9d9b9b;
}

.product-page__view {
	text-align: left;
	font-weight: 500;
	font-size: 14px;
	line-height: 137%;
	color: #000000;
	mix-blend-mode: normal;
}

.product-page__view-brand {
	margin-bottom: 7px;
}

.product-page__view a {
    font-weight: 700;
	color: #377BF1;
	text-decoration: none;
}


.product-page__content {
	padding-top: 80px;
	width: 100%;
}

.product-page__nav {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.product-page__nav-item {
	margin-bottom: 30px;
	margin-right: 60px;
	font-weight: 700;
	font-size: 20px;
	line-height: 127%;
	color: #000000;
	transition: 0.3s;
	cursor: pointer;
}

.product-page__nav-item.active {
	color: #FF0000;
	transition: 0.3s;
}

.product-page__nav-block {
	display: none;
}

.product-page__nav-block.active {
	display: block;
}

.product-page__specifications {
    max-width: 500px;
	margin-bottom: 80px;
}

.product-page__specifications-title {
    width: 100%;
    margin-bottom: 10px;
    color: #000000;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
}

.product-page__specifications-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5px;
    background: url('img/dott.png') no-repeat;
    background-position: center;
	background-position-y: 12px;
    background-repeat: repeat-x;
    font-size: 14px;
	line-height: 20px;
	letter-spacing: .035em;
	font-weight: 300;
	color: var(--color-dark);
}

.product-page__specifications-name {
    padding: 2px 10px 2px 0px;
    background: #fff;
}

.product-page__specifications-value {
    min-width: 320px;
	max-width: 320px;
    padding: 2px 0px 2px 10px;
    background: #fff;
    text-align: left;
	text-transform: lowercase;
}

.product-page__specifications-item a,
.product-page__specifications-item a:visited {
    color: #377BF1;
    text-decoration: none;
}






.product-page__description {
	padding-top: 80px;
	width: 100%;
}

.product-page__description h1 {
    padding: 0px;
    margin: 30px 0px;
    color: #000;
    text-align: left;
    letter-spacing: 0.2px;
    font-weight: 800;
    font-size: 26px;
    line-height: 38px;
}

.product-page__description h2 {
    padding: 0px;
    margin: 20px 0px;
    color: #000;
    text-align: left;
    letter-spacing: 0.2px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.product-page__description h3 {
    padding: 0px;
    margin: 10px 0px;
    color: #000;
    text-align: left;
    letter-spacing: 0.2px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}

.product-page__description p {
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    color: #000000;
    text-align: left;
    letter-spacing: 0.15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
}

.product-page__description p + h1 {
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
	.product-page {margin-bottom: 50px;}
	.product-page__price {justify-content: center; width: 100%;}
	.product-page__analogs .catalog__products {grid-template-columns: repeat(2, 1fr);}
}

@media screen and (max-width: 450px)  {
	.product-page__analogs .theme__title {font-size: 16px;}
}














.inside-page {
	margin-bottom: 90px;
}

.inside-page__wrapper {
	display: flex;
    justify-content: space-between;
	align-items: flex-start;
    flex-wrap: wrap;
}

.side-nav {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
    width: 200px;
	padding: 20px 30px;
	background: #F5F5F5;
	border-radius: 1px;
    position: relative;
}

.side-nav__profile-avatar {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 52px;
	height: 52px;
	margin-bottom: 15px;
	border-radius: 50%;
	background: #7EC41C;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
	text-align: center;
}

.side-nav__profile-avatar img {
	width: 40%;
	height: auto;
}

.side-nav__profile-name {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin-bottom: 50px;
	font-weight: 600;
	font-size: 16px;
	line-height: 163%;
	color: #000000;
}

.side-nav__profile-link {
	display: flex;
	display: none;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin-bottom: 50px;
	font-weight: 600;
	font-size: 13px;
	line-height: 163%;
	color: #377BF1;
	text-decoration: none;
}

.side-nav__link {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 14px;
	line-height: 163%;
	color: #6A6A6A;
	text-decoration: none;
}

.side-nav__link_current {
	font-weight: 700;
}

.side-nav__link_main {
	margin-bottom: 20px;
	color: var(--breadcrumbs-color);
}

.side-nav__link_main::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 7px;
	height: 7px;
	border-left: 2px solid var(--breadcrumbs-color);
	border-bottom: 2px solid var(--breadcrumbs-color);
	transform: rotate(45deg);
}

.side-nav__manager-name {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin-top: 120px;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 14px;
	line-height: 163%;
	color: #6A6A6A;
}

.side-nav__manager-phone {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 14.9708px;
	line-height: 163%;
	color: #000000;
}

.side-nav__manager-wa {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 90px;
	background: #00CC73;
	border-radius: 1px;
	font-weight: 450;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	color: #FFFFFF;
}

.side-nav__manager-wa img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	margin-bottom: 10px;
}


.content-area {
    width: calc(100% - 200px - 60px);
}

.content-area.full {
	width: 100%;
}

.content-area__header {
	margin-bottom: 40px;
}

.content-area__blog {
	display: grid;
  	grid-template-columns: repeat(4, 1fr);
  	grid-row-gap: 40px;
  	grid-column-gap: 20px;
}

@media screen and (max-width: 768px) {
	.content-area__blog {grid-template-columns: repeat(2, 1fr);}
}

.content-area__content h1 {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: .035em;
}

.content-area__content h2 {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: .035em;
	font-weight: 500;
}

.content-area__content h3 {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: .035em;
	font-weight: 500;
	margin: 25px 0px;
}

.content-area__content h1 b,
.content-area__content h2 b,
.content-area__content h3 b {
	font-weight: inherit;
}

.content-area__content p {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .035em;
	font-weight: 300;
	color: #000;
	margin: 10px 0px;
}

.content-area__content ul,
.content-area__content ol {
	padding-left: 20px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .035em;
	margin: 10px 0px;
}

.content-area__content li {
	margin-bottom: 5px;
}

.content-area__banner {
    position: relative;
    height: 400px;
	margin-bottom: 30px;
    background: #EFEEEC;
}

.content-area__banner::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.2;
}

.content-area__banner img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.content-area__banner-content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;

	padding: 40px;
    z-index: 2;
}

.content-area__banner-title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 30px;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align: left;
    max-width: 600px;
}

.content-area__banner-subtitle {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .035em;
    margin-bottom: min(2.8vw, 50px);
    text-transform: uppercase;
    text-align: left;
    max-width: 600px;
}

.content-area__banner-subtitle:last-child {
	margin-bottom: 0px;
}

.content-area__banner-button-container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

.content-area__banner.center .content-area__banner-content {
	align-items: center;
}
.content-area__banner.center .content-area__banner-title,
.content-area__banner.center .content-area__banner-subtitle{
	text-align: center;
}
.content-area__banner.center .content-area__banner-button-container {
	justify-content: center;
}


.content-area__banner.right .content-area__banner-content {
	align-items: flex-end;
}
.content-area__banner.right .content-area__banner-title,
.content-area__banner.right .content-area__banner-subtitle{
	text-align: right;
}
.content-area__banner.right .content-area__banner-button-container {
	justify-content: flex-end;
}

.content-area__banner-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
	padding: 10px 15px;
    background: #000;
    border: 1px solid #000;
    border-radius: 3px;
    box-shadow: 0px 2.91286px 2.91286px rgba(0, 0, 0, 0.08);
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
	text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

.alignleft {
	float: left;
	max-width: 300px;
	margin-right: 30px;
	margin-bottom: 30px;
}

.content-area__delivery {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px 0px;
}

.content-area__delivery-item {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	max-width: 320px;
	padding-left: 70px;
	margin-right: 20px;
}

.content-area__delivery-img {
	position: absolute;
	left: 0px;
	top: 0;
	width: 50px;
	height: 50px;
	object-fit: contain;
	object-position: center;
}

.content-area__delivery-name {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}

.content-area__delivery-link {
	width: 250px;
	margin-left: auto;
	margin-right: 50px;
	text-align: left;
	font-size: 14px;
	font-weight: 500;
	color: #999;
}

.content-area__content p a:first-child:not(a.woocommerce-privacy-policy-link):not(span a),
.inside-link {
	display: inline-flex;
  	justify-content: center;
  	align-items: center;
  	width: auto;
  	height: 40px;
	padding: 5px 20px;
	margin: 15px 0;
  	background: var(--color-dark);
  	border: 1px solid var(--color-dark);
  	border-radius: 0px;
  	color: #fff;
  	font-weight: 400;
  	font-size: 14px;
  	line-height: 20px;
  	text-transform: uppercase;
  	text-decoration: none;
  	cursor: pointer;
}

.licenzii__row .slick-dots {
	bottom: -50px;
	padding: 0px !important;
}

@media screen and (max-width: 768px) {
	.content-area__banner-content {padding: 20px;}
	.content-area__banner-title {font-size: 20px; line-height: 30px; text-align: center !important;}
	.content-area__banner-title br {display: none;}
	.content-area__banner-subtitle {margin-bottom: 30px; text-align: center !important;}
	.content-area__banner-subtitle br {display: none;}
	.content-area__banner-button-container {justify-content: center !important;}
	.alignleft {max-width: 240px; margin-right: 20px; margin-bottom: 20px;}
}

@media screen and (max-width: 550px) {
	.alignleft {max-width: 160px; margin-right: 20px; margin-bottom: 20px; margin-top: 5px;}
}







.akcii-page {
	margin-bottom: 50px;
}

.akcii-page__wrapper {
	
}

.akcii-page .breadcrumbs {
	margin-bottom: 60px;
}

.akcii-page__item {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 40px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08), 0px 4px 10px rgba(0, 0, 0, 0.08);
	border-radius: 2px;
	overflow: hidden;
}

.akcii-page__photo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 160px;
	background: #9AC005;
}

.akcii-page__info {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: calc(100% - 200px);
	padding-left: 50px;
	padding-top: 35px;
	padding-right: 50px;
	padding-bottom: 15px;
}

.akcii-page__title {
	margin-bottom: 7px;
	font-weight: 600;
	font-size: 16px;
	line-height: 127%;
	color: #000000;
}

.akcii-page__text {
	font-weight: 500;
	font-size: 14px;
	line-height: 127%;
	color: #6A6A6A;
}

.akcii-page__link {
	visibility: hidden;
	margin-top: auto;
	font-weight: 500;
	font-size: 12px;
	line-height: 127%;
	color: #000000;
}


.sert-row {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.sert-row span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	margin-right: 30px;
	background: var(--background-semi-dark-color);
}







.cart__item {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	padding: 30px 40px;
	background: #FFFFFF;
	border: 1px solid var(--border-color);
	border-top: 0px solid var(--border-color);
}

.product-count {
	width: 70px;
	margin-right: 150px;
	margin-top: -10px;
	font-family: var(--theme-font);
	font-weight: 300;
	font-size: 40px;
	line-height: 40px;
	color: rgba(0, 0, 0, 0.6);
}

.product-thumbnail {
	width: 100%;
	max-width: 100px;
	margin-right: 40px;
}

.product-thumbnail img {
	width: 100%;
	height: auto;
}

.cart__item .product-info {
	width: 500px;
	margin-right: auto;
	margin-bottom: 0px;
}

.product-name {
	margin-bottom: 40px;
}

.product-name a {
	display: block;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	color: #000;
	transition: 0.3s;
}

.product-name a:hover {
	color: var(--second);
	transition: 0.3s;
}

.product-quantity {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

.product-quantity span {
	margin-right: 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.product-quantity__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.product-quantity__minus,
.product-quantity__plus {
	position: relative;
	width: 28px;
	min-width: 28px;
	max-width: 28px;
	height: 28px;
	margin: 0px !important;
	background: var(--second);
	cursor: pointer;
	z-index: 2;
	border: 1px solid #e5e5e5;
}

.product-quantity__minus::before,
.product-quantity__plus::before {
	content: "";
	display: block;
	width: 10px;
	height: 2px;
	background: #6c6c6d;
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 5px);
}

.product-quantity__plus::after {
	content: "";
	display: block;
	width: 2px;
	height: 10px;
	background: #6c6c6d;
	position: absolute;
	top: calc(50% - 5px);
	left: calc(50% - 1px);
}

.product-quantity input {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px !important;
	height: 28px;
	padding: 0px;
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	border-left: 0px solid #e5e5e5;
	border-right: 0px solid #e5e5e5;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0px;
}

.product-quantity input:focus,
.product-quantity input:hover,
.product-quantity input:active {
	border: 1px solid #E0E0E0;
}

.wac-qty-button {
	display: block;
	width: 34px;
	min-width: 34px;
	max-width: 34px;
	height: 34px;
	margin: 0px !important;
	background: transparent;
	cursor: pointer;
	opacity: 0;
	position: absolute;
	top: 0px;
	z-index: 3;
}

.wac-btn-sub {
	left: 0px;
}

.wac-btn-inc {
	right: 0px;
}

.product-info + .product-price {
	margin-left: 40px;
}

.product-price {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap; justify-content: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000;
}

.product-price span {
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}

.product-price .woocommerce-Price-amount.amount {
	margin-left: 0px;
}

.product-price .woocommerce-Price-currencySymbol {
	display: none;
}

.product-price div {
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #a1a1a1;
}

.product-remove {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: auto;
	position: absolute;
	top: 10px;
	right: 10px;
}

.woocommerce a.remove {
    width: 25px;
	height: 25px;
	border-radius: 0px;
	transition: 0.3s;
}

.woocommerce a.remove::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #6d6d6d;
	width: 1px;
	height: 12px;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
	transform: translate3d(-50%,-50%,0) rotate(-45deg);
	transition: 300ms background-color ease;
}

.woocommerce a.remove::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
    background: #6d6d6d;
	width: 1px;
	height: 12px;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
	transform: translate3d(-50%,-50%,0) rotate(45deg);
	transition: 300ms background-color ease;
}

.woocommerce a.remove:hover {
    background: none !important;
}

.woocommerce a.remove:hover::before,
.woocommerce a.remove:hover::after {
	background: #222;
}

.shop_table td {padding: 0px;}

.cart_item + table.shop_table {
	border: 0px !important;
	margin: 0px !important;
	border-radius: 0px !important;
}

.update-cart {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	width: auto !important;
	max-width: 170px !important;
	height: 30px !important;
	background: var(--main-color) !important;
	border-radius: var(--border-radius-small) !important;
	color: #000000 !important;
	font-weight: 400 !important;
	font-size: 12px !important;
	line-height: 12px !important;
	text-decoration: none !important;
	cursor: pointer !important;
	transition: 0.5s !important;
}

/*.breadcrumbs.cart-page {
    display: none;
}*/



.pre-cart {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	background: #f9f9f9;
	border: 1px solid var(--border-color);
	position: static;
	padding: 15px;
	position: relative;
}


.cart_item + table {
	display: none !important;
}


.cart__buttons {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0px !important;
}

.checkout-button {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 10px 15px !important;
    border-radius: 0px !important;
    border: 1px solid var(--dark-red) !important;
    background: var(--dark-red) !important;
	font-family: 'Nunito', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 14px !important;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none !important;
    z-index: 3;
	margin-left: 20px !important;
	margin-right: 0px !important;
	-webkit-appearance: none;
}


.coupon {
	display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
	width: 250px;
}

.coupon label {
	width: 100%;
	margin-bottom: 10px;
	color: #333333;
	font-size: 13px;
	line-height: 13px;
}

.coupon input {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
	width: 210px !important;
	height: 36px !important;
    padding: 10px 15px !important;
    border-radius: 0px !important;
    border: 1px solid var(--border-color) !important;
	border-right: 1px !important;
    background: #fff !important;
    font-family: 'Roboto', serif !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    line-height: 13px !important;
    color: #383838 !important;
    text-decoration: none !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
	box-sizing: border-box !important;
	-webkit-appearance: none;
}

.coupon button {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
	width: 40px !important;
	height: 36px !important;
    padding: 0px !important;
    border-radius: 0px !important;
    border: 1px solid var(--dark-red) !important;
	border-right: 1px !important;
    background: var(--dark-red) !important;
    font-family: 'Roboto', serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 14px !important;
    color: var(--dark-red) !important;
    text-decoration: none !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
	box-sizing: border-box !important;
	position: relative !important;
}

.coupon button::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -7px;
    width: 14px;
    height: 12px;
    background: url('../img/ai.svg') -33px -49px no-repeat;
    cursor: pointer;
}


.pre-cart__subtotal {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: auto;
	font-weight: 600;
	font-size: 24px;
	line-height: 26px;
	color: #000;
}

.pre-cart__subtotal span {
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #000;
	margin-right: 10px;
}

.pre-cart__subtotal .amount {
	font-weight: 600;
	font-size: 24px;
	line-height: 26px;
	color: #000;
	margin-right: -5px;
}

.pre-cart__subtotal .woocommerce-Price-currencySymbol {
	display: none;
}

.pre-cart__count {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #333333;
	font-size: 13px;
	line-height: 13px;
}








.cart-page {
	padding-top: 30px;
	padding-bottom: 90px;
	margin-top: -30px;
	margin-bottom: 90px;
}

.cart-page__wrapper {
	
}

.cart-page__row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.cart-page__left {
	width: calc(100% - 350px - 45px);
	padding: 20px 30px;
	background: #fff;
	border-radius: var(--border-radius-small);
}

.cart-page__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 15px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.cart-page__choose {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	opacity: 0;
	visibility: hidden;
}

.cart-page__choose-all {
	margin-right: 15px;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	transition: 0.5s;
}

.cart-page__choose-delete {
	font-weight: 400;
	font-size: 14px;
	color: var(--wc-red);
	text-decoration: none;
	cursor: pointer;
	transition: 0.5s;
}

.cart-item {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 30px;
}

.cart-item__photo {
	width: 100px;
	max-width: 100px;
	margin-right: 20px;
}

.cart-item__photo img {
	width: 100%;
	height: auto;
	padding: 5px;
	border: 1px solid var(--background-grey-color);
	border-radius: var(--border-radius-small);
}

.cart-item__name {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	min-height: 100px;
}

.cart-item__info {
	max-width: 300px;
	margin-right: auto
}

.cart-item__name a {
	color: #000000;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	order: 1;
}

.cart-item__name .variation {
	display: flex;
	align-items: center;
		
	order: 2;
}

.cart-item__name .variation dd {
	margin-left: 15px;
}

.product-sku {
	display: none;
	margin-bottom: 5px;
	color: #999999;
	text-align: left;
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;
	order: 1;
}

.cart-item__delivery {
	display: none;
	margin-top: auto;
	color: #999999;
	text-align: left;
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;
	order: 3;
}



.cart-item__quantity {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

.cart-item__quantity-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 70px;
}

.cart-item__quantity-nav .quantity {
	width: 100%;
}

.cart-item__quantity-minus,
.cart-item__quantity-plus {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none; 
	-khtml-user-select: none;  
	-moz-user-select: none; 
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.cart-item__quantity-minus {
	position: absolute;
	top: 0;
	right: 0;
	border-bottom: 0px solid rgba(0, 0, 0, 0.15);
	border-top-right-radius: var(--border-radius-small);
}

.cart-item__quantity-plus {
	position: absolute;
	bottom: 0;
	right: 0;
	border-bottom-right-radius: var(--border-radius-small);
}

.cart-item__quantity input {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: calc(100% - 20px);
	height: 40px;
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-right: 0px solid rgba(0, 0, 0, 0.15);
	border-top-left-radius: var(--border-radius-small);
	border-bottom-left-radius: var(--border-radius-small);
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
}

.cart-item__quantity input:focus,
.cart-item__quantity input:hover,
.cart-item__quantity input:active {
	border: 1px solid #E0E0E0;
}

.wac-qty-button {
	display: block;
	width: 20px;
	min-width: 20px;
	max-width: 20px;
	height: 20px;
	margin: 0px !important;
	background: transparent;
	cursor: pointer;
	opacity: 0;
	position: absolute;
	top: 0px;
	z-index: 3;
}

.wac-btn-sub {
	right: 0px;
	top: 0px;
	bottom: auto;
	left: auto;
}

.wac-btn-inc {
	right: 0px;
	bottom: 0px;
	top: auto;
	left: auto;
}

.cart-item__price {
	min-width: 80px;
	margin-right: 30px;
}

.cart-item__price-full {
	width: 100%;
	text-align: right;
	margin-bottom: 5px;
	color: var(--third-color);
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	text-decoration: none;
}

.cart-item__price-once {
	width: 100%;
	color: #999999;
	text-align: right;
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
}

.cart-item__price-once .amount::after {
	content: "₽ / шт.";
	margin-left: 5px;
}

.cart-item__price-once del {
	display: none;
}

.cart-item__price-once del .amount::after {
	display: none;
	content: "";
	margin-left: 0px;
}

.cart-item__price-once ins {
	margin-left: 10px;
	text-decoration: none;
}

.cart-item__price-once .awdr_cart_strikeout_line {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	margin-bottom: 5px;
}


.cart-item__remove {
	position: relative;
	margin-right: 10px;
	width: 25px;
}

.cart-page__right {
	width: 350px;
	padding: 40px 30px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08), 0px 4px 10px rgba(0, 0, 0, 0.08);
	border-radius: 2px;
}

.cart-page__checkout {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.cart-page__checkout a.theme__button {
	max-width: 250px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
}


.cart-page__checkout div {
	font-weight: 500;
	font-size: 14px;
	line-height: 153%;
	text-align: center;
	color: #AAA6A6;
}

.shop_table_responsive + .wc-proceed-to-checkout {
	display: none;
}


.cart-page__totals {
	margin-bottom: 40px;
}

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

.cart-page__subcount {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	font-weight: 300;
	font-size: 18px;
	line-height: 173%;
	color: #000000;
	margin-bottom: 10px;
	order: 1;
}

.cart-page__subcount span:last-child {
	font-weight: 300;
}

.cart-page__order-total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	font-weight: 300;
	font-size: 25px;
	line-height: 173%;
	color: #000000;
	margin-bottom: 20px;
	order: 3;
}

.cart-page__order-total span:last-child {
	font-weight: 400;
}

.cart-discount {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 18px;
	line-height: 173%;
	color: #000000;
	order: 2;
}

.cart-discount span:last-child {
	font-weight: 300;
}

.cart-page__cashback-title {
	margin-bottom: 10px;
	color: #000000;
	text-align: left;
	font-weight: 300;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
}

.cart-page__cashback-desc {
	color: #999999;
	text-align: left;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
}




.wpcf7-form br {
	display: none !important;
}

.form__title {
	margin-bottom: 10px;
	color: #000;
	text-align: center;
	letter-spacing: 0.2px;
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
}

.form__subtitle {
	margin-bottom: 30px;
	color: #000000;
	text-align: center;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.15px;
	text-decoration: none;
}

.form__label {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 20px;
}

.form__label span {
	width: 100%;
	margin-bottom: 5px;
	color: #000000;
	text-align: left;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.15px;
	text-decoration: none;
	list-style-type: none;
}

.form__label span input {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0px 10px;
    margin: 0px;
    background: #FFFFFF;
    border: 1px solid rgba(0,0,0,0.2);
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border-radius: var(--border-radius-small);
}

.form__submit {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 10px;
}

.wpcf7-spinner {
	position: absolute;
	top: calc(50% - 12px);
	right: 0;
}

.wpcf7-submit {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: calc(100% - 48px);
    height: 44px;
    padding: 0px 25px;
    background: var(--main-color);
    border: 2px solid var(--main-color);
    border-radius: var(--border-radius-small);
	font-family: 'Inter', sans-serif;
	text-align: center;
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    transition: 0.5s;
}

.form__conf {
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
	font-weight: 400;
	font-size: 10px;
	line-height: 16px;
	color: var(--breadcrumbs-color);
	text-decoration: none;
}

.form__mass-text {
	margin-bottom: 10px;
	color: #000000;
	text-align: center;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.15px;
	text-decoration: none;
}

.form__mass-row {
	display: flex;
    justify-content: center;
    align-items: center;
}

.form__mass-row a {
	display: flex;
    justify-content: center;
    align-items: center;
	width: 50px;
	height: 50px;
	margin: 0px 15px;
}

.form__mass-wa {
	background: url(img/icons/whatsapp.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.form__mass-tg {
	background: url(img/icons/telegram.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.form__mass-vb {
	background: url(img/icons/viber.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.wpcf7-response-output {
	color: #000000;
	text-align: center;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.15px;
	text-decoration: none;
}

.pum-close.popmake-close::before {
	content: "";
	width: 60%;
	height: 2px;
	background: #000;
	position: absolute;
	top: calc(50% - 1px);
	left: 20%;
	transform: rotate(-45deg);
}

.pum-close.popmake-close::after {
	content: "";
	width: 60%;
	height: 2px;
	background: #000;
	position: absolute;
	top: calc(50% - 1px);
	left: 20%;
	transform: rotate(45deg);
}


.tinvwl-table-manage-list tr {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.tinvwl-table-manage-list th,
.tinvwl-table-manage-list td {
	display: block;
	height: 100px;
	margin: 0px;
	padding: 0px;
}

.tinvwl-table-manage-list .wishlist_item {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0px;
	margin-bottom: 30px;
	border: 2px solid var(--background-grey-color);
	border-radius: var(--border-radius-small);
}

.tinv-wishlist .tinvwl-table-manage-list .product-remove {
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--background-grey-color);
	padding: 0px;
	width: 5%;
}

.tinv-wishlist .tinvwl-table-manage-list thead .product-remove {
	background: transparent;
}

.tinv-wishlist .tinvwl-table-manage-list thead th,
.tinv-wishlist .tinvwl-table-manage-list thead th span {
	color: #000000;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
}

.tinv-wishlist .tinvwl-table-manage-list .product-thumbnail {
	width: 15%;	
	padding: 5px;
}

.tinv-wishlist .tinvwl-table-manage-list .product-name {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 30%;	
	padding: 5px;
}

.tinv-wishlist .tinvwl-table-manage-list .product-price {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 15%;	
	padding: 5px;
	
}

.tinv-wishlist .tinvwl-table-manage-list .product-price ins {
	text-decoration: none;
}

.tinv-wishlist .tinvwl-table-manage-list .product-price .amount::after {
	content: "₽";
	margin-left: 3px;
}

.tinv-wishlist .tinvwl-table-manage-list .product-quantity {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 15%;	
	padding: 5px;
}

.tinv-wishlist .tinvwl-table-manage-list .product-action {
	width: 30%;	
}



.tinvwl-to-left.look_in {
	display: flex; 
	justify-content: flex-start;
	align-items: center;
}

.tinvwl-to-right.look_in {
	display: flex; 
	justify-content: flex-end;
	align-items: center;
}

.tinvwl-rename-button {
	display: none;
}

.tinvwl-button .tinvwl-mobile {
	margin: 0px 5px;
}

.wishlist-name,
.wishlist-date,
.wishlist-privacy {
	color: #000000;
	text-align: left;
	letter-spacing: 0.15px;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
}

.wishlist-name a {
	color: #000000;
	text-align: left;
	letter-spacing: 0.15px;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	text-decoration: underline;
}

.tinv-wishlist table {
	width: 100%;
}

.tinv-wishlist .wishlist-privacy {
	width: 25%;
}

.tinv-wishlist .navigation-button li {display: flex; justify-content: flex-start; align-items: flex-start;}
.tinv-wishlist .navigation-button li:nth-child(1) {order: 2;}
.tinv-wishlist .navigation-button li:nth-child(2) {order: 3;}
.tinv-wishlist .navigation-button li:nth-child(3) {display: none !important;}
.tinv-wishlist .navigation-button li:nth-child(4) {order: 1;}
.tinv-wishlist .navigation-button li i {color: var(--main-color); font-size: 24px;}
.tinv-wishlist .navigation-button li a {display: flex !important; align-items: center;}
.tinv-wishlist .navigation-button .tinv-create-list > a .tinvwl-txt, .tinv-wishlist .navigation-button li > a .tinvwl-txt {display: block; color: #000;}
.tinv-wishlist .tinvwl-table-manage-list td.product-quantity .qty {height: 40px; width: 60px !important; border-radius: var(--border-radius-small); border: 1px solid rgba(0,0,0,0.2); text-align: center;}




table.wishlist,
table.wishlist_table,
table.wishlist_table tbody td,
table.wishlist_table thead th {
	border: none !important;
	border-collapse: collapse !important;
}

table.wishlist_table {
	display: flex;
	flex-direction: column;
}


table.wishlist_table thead {
	display: none;
}

table.wishlist_table .wishlist-items-wrapper {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 60px;
}

table.wishlist_table .wishlist-items-wrapper tr {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1/1;
}

table.wishlist_table .product-thumbnail,
table.wishlist_table .product-thumbnail a,
table.wishlist_table .product-thumbnail a img{
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 100% !important;
	max-width: 100% !important;
	height: auto;
	padding: 0px !important;
	margin: 0px !important;
	aspect-ratio: 1/1;
}

table.wishlist_table .product-thumbnail {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1/1;
}

table.wishlist_table .product-thumbnail img {
	aspect-ratio: 1/1;
}

table.wishlist_table .product-thumbnail:hover .product__photo-main {
	opacity: 0;
	transition: 0.2s;
}

table.wishlist_table .product-name {
	display: none !important;
}

table.wishlist_table .product-price {
	position: absolute;
	bottom: 15px;
	right: 10px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-decoration: none;
	z-index: 9;
}

table.wishlist_table .product-price span {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	text-decoration: none;
	text-align: right;
}

table.wishlist_table .product-remove {
	position: absolute;
	top: 10px;
	right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background: url(media/icon/icon_heart_black_full.png);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 12;
}

.wishlist-title-container {
	display: none !important;
}

table.wishlist_table .product-remove a.remove::before,
table.wishlist_table .product-remove a.remove::after {
	display: none !important;
}

table.wishlist_table .product-remove a.remove {
	color: transparent !important;
}






.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	min-height: 40px;
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.6);
	border-radius: var(--border-radius-small);
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}

#order_review_heading {
	display: none;
}

#order_review .cart-discount {
	display: none;
}

#order_review {
	position: relative;
}

#order_review::before {
	content: "Способы получения";
	display: block;
	margin-bottom: 36px;
	font-size: 18px;
	line-height: 19px;
	font-weight: 700;
}


.shop_table.woocommerce-checkout-review-order-table thead,
.shop_table.woocommerce-checkout-review-order-table tbody,
.shop_table.woocommerce-checkout-review-order-table tfoot .cart-subtotal{
	display: none;
}

.shop_table.woocommerce-checkout-review-order-table tfoot .shipping li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.woocommerce ul#shipping_method li label {
	width: 100%;
}

tr.order-total {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

tr.order-total th,
tr.order-total td {
	font-size: 18px;
  	line-height: 19px;
  	font-weight: 700;
}

.shop_table.woocommerce-checkout-review-order-table tfoot .shipping li input {
	display: none;
}

.shop_table.woocommerce-checkout-review-order-table tfoot .shipping li label {
	position: relative;
	padding-left: 32px;
}

.shop_table.woocommerce-checkout-review-order-table tfoot .shipping li label::before {
	content: "";
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.6);
	border-radius: 0px;
	width: 20px;
	height: 20px;
	margin: 0px !important;
	transition: 0.3s;
}

.shop_table.woocommerce-checkout-review-order-table tfoot .shipping li input:checked + label::before {
	background: var(--color-dark);
	transition: 0.3s;
}

.shop_table.woocommerce-checkout-review-order-table tfoot .shipping li:only-child label::before {
	background: var(--color-dark);
	transition: 0.3s;
}

.shop_table.woocommerce-checkout-review-order-table tfoot .shipping .woocommerce-Price-amount {
	font-weight: 300 !important;
}

.shop_table.woocommerce-checkout-review-order-table tfoot .shipping .woocommerce-Price-amount::after {
	content: "₽";
	margin-left: 5px;
}

.shop_table.woocommerce-checkout-review-order-table tfoot .order-total .woocommerce-Price-amount::after {
	content: "₽";
	margin-left: 5px;
}

.content-area__content .woocommerce-MyAccount-navigation {
	display: none;
}

.content-area__content .woocommerce-form-login {
	width: 100%;
}

#shipping_method {
	display: flex;
  	flex-direction: column;
  	gap: 14px;
}

.woocommerce ul#shipping_method li {
	margin: 0px !important;
	width: 100%;
}

#place_order {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 250px;
	height: 50px;
	margin-top: 20px;
	background: #000;
	border: 0px solid #000;
	border-radius: 0px;
	font-family: 'Roboto', sans-serif;
	color: #fff !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	z-index: 3;
}








.woocommerce-pagination ul.page-numbers {
	display: flex !important;
	justify-content: flex-start;
	width: 100%;
	padding: 0px !important;
	list-style-type: none;
	border: 0px !important;
}

.woocommerce-pagination ul.page-numbers li {
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: auto;
	height: auto;
	margin-right: 5px !important;
	border-right: 0px !important;	
}

.woocommerce-pagination ul.page-numbers li:last-child {
	visibility: hidden;
	border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.woocommerce-pagination ul.page-numbers.current:last-child {
	visibility: visible
}

.woocommerce-pagination ul.page-numbers li span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #000000;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
	cursor: default;
	text-decoration: underline;
	border-bottom: 0px solid rgba(0, 0, 0, 0.2);
}

.woocommerce-pagination ul.page-numbers li span.current {
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.woocommerce-pagination ul.page-numbers li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #000000;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	cursor: pointer;
	border-bottom: 0px solid rgba(0, 0, 0, 0.2);
}


#yith-woocompare table.compare-list tbody th {
  	width: 100px;
  	max-width: 100px;
  	min-width: 100px;
  	overflow: hidden;
  	text-align: left;
  	color: #333333;
  	background-color: #fff;
  	text-transform: none;
  	font-weight: 700;
  	font-size: 14px;
}

#yith-woocompare .added_to_cart, #yith-woocompare .button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	max-width: 200px;
	height: 40px;
	margin: 0 auto;
	background: var(--main-color);
	border-radius: var(--border-radius-small);
	color: #000000;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	transition: 0.5s;
}

table.compare-list tr.different, table.compare-list tr.different th {
	background: #7EC41C !important;
	background-color: #7EC41C !important;
}


form.checkout.woocommerce-checkout {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
	width: 100%;
	margin-bottom: 10px;
}

#customer_details {
	width: 50%;
	padding-right: 20px;
	border-right: 1px solid #cccccc;
}

#customer_details .col-1 {
	width: 100%;
	float: none;
}

#customer_details .col-2 {
	display: none;
}

#customer_details h3 {
	margin-top: 20px;
}


.cart-page__totals-title + .shop_table + .wc-proceed-to-checkout {display: none;}



#order_review {
	width: 50%;
	padding-left: 20px;
}

ul#shipping_method li label {
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
}

.woocommerce ul#shipping_method li input {
	margin-top: 6px;
}



#payment ul.payment_methods li input {
	margin-right: 5px !important;
}

#payment ul.payment_methods li {
	font-weight: 400;
	font-size: 14px;
}

#order_review .woocommerce-privacy-policy-text p {
	font-size: 14px;
}

#customer_details .form-row label {
	font-size: 14px;
}

form#order_review {
	width: 100%;
	padding-top: 20px;
}

form#order_review .wc_payment_methods {
	display: none;
}

form#order_review .product-quantity {
	margin: 0px !important;
}

#order_review table.shop_table {
	border: 0px solid rgba(0,0,0,0.15) !important;
}

.woocommerce-shipping-totals th {
	display: none !important;
}

.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	border-top: 0px solid rgba(0,0,0,0.15) !important;
	padding: 0px !important;
}

#payment_method_tinkoff label img,
.woocommerce-checkout #payment ul.payment_methods li img {
	display: none !important;
}


#payment h3 {
	margin-top: 0px !important;
}

.woocommerce-billing-fields__field-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 10px;
}

.woocommerce-billing-fields__field-wrapper .form-row {
	float: none !important;
	width: 100% !important;
	padding: 0px !important;
	margin: 0px !important;
}

#billing_phone_field, #billing_email_field {
	width: calc(50% - 8px);
}

.woocommerce-billing-fields__field-wrapper .form-row input {
	height: 40px !important;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

#select2-billing_country-container {
	line-height: 40px !important;
}

.select2-selection__arrow {
	height: 40px !important;
}

#billing_company_field {
	display: none;
}

#billing_postcode_field {
	display: block !important;
	width: 100% !important;
}

#billing_postcode_field label::after {
	content: '(доставка СДЭК)';
	font-size: 10px;
  	opacity: 0.5;
}

#billing_state_field {
	width: calc(50% - 10px) !important;
}

#billing_company_field,
#billing_address_1_field,
#billing_address_2_field,
#billing_new_fild8_field {
	width: calc(33% - 5px) !important;
	margin-bottom: 6px;
}

@media screen and (max-width: 568px) {
	#billing_state_field {
		width: 100% !important;
	}
	#billing_company_field,
	#billing_address_1_field,
	#billing_address_2_field,
	#billing_new_fild8_field,
	#billing_postcode_field {
		width: calc(50% - 10px) !important;
		margin-bottom: 6px;
	}
}

.woocommerce form .form-row .optional {
	opacity: 0.5;
	font-size: 12px;
}

.select2-container--default .select2-selection--single {
	height: 40px;
	padding: 0px 0px;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
}

.select2-container--open .select2-dropdown--below {
  	margin-top: -30px;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 10px;
}

.select2-results__options {
	font-size: 12px;
}


#yith-wcwl-popup-message {display: none !important; visibility: hidden !important;}

.woocommerce-billing-fields__field-wrapper .form-row.recipe-input {
	width: calc(50% - 30px) !important;
  	max-width: calc(50% - 30px);
}

.woocommerce-billing-fields__field-wrapper .form-row.recipe-input::before,
.woocommerce-billing-fields__field-wrapper .form-row.recipe-input::after {
	display: none !important;
}

.woocommerce-billing-fields__field-wrapper .form-row.recipe-input.l-col {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 15px !important;
	padding-bottom: 5px !important;
}

.woocommerce-billing-fields__field-wrapper .form-row.recipe-input.l-col::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block !important;
	width: calc(100% + 30px);
	height: 0px;
	border-top: 1px solid #000;
	opacity: 0.1;
}

.woocommerce-billing-fields__field-wrapper .form-row.recipe-input.r-col {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 30px;
	padding-top: 15px !important;
	padding-bottom: 5px !important;
}

.woocommerce-billing-fields__field-wrapper .form-row.recipe-input.r-col::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block !important;
	width: calc(100% + 30px);
	height: 0px;
	border-top: 1px solid #000;
	opacity: 0.1;
}

.woocommerce-billing-fields__field-wrapper .form-row.recipe-input.full-col {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	width: 100% !important;
  	max-width: 100%;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	padding-right: calc(50% - 130px) !important;
}

.woocommerce-billing-fields__field-wrapper .form-row.recipe-input.full-col::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block !important;
	width: 100%;
	height: 0px;
	border-top: 1px solid #000;
	opacity: 0.1;
}

.woocommerce-billing-fields__field-wrapper .form-row.recipe-input.full-col::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block !important;
	width: 100%;
	height: 0px;
	border-top: 1px solid #000;
	opacity: 0.1;
}

.woocommerce-billing-fields__field-wrapper .form-row.recipe-input input {
	width: 100px !important;
}


.woocommerce-billing-fields__field-wrapper .form-row.recipe-input label {
	line-height: 18px;	
}

.woocommerce-billing-fields__field-wrapper .form-row.recipe-input label::after {
	display: block;
	font-size: 10px;
  	opacity: 0.5;
}

#billing_recipe_field {
	margin-bottom: 10px !important;
}

#billing_sph_right_field label::after,
#billing_sph_left_field label::after {
	content: "(напр. +2,00)";
}

#billing_cyl_right_field label::after,
#billing_cyl_left_field label::after {
	content: "(напр. -1,75)";
}

#billing_axe_right_field label::after,
#billing_axe_left_field label::after {
	content: "(напр. 90 гр.)";
}

#billing_sph_down_right_field label::after,
#billing_sph_down_left_field label::after {
	content: "(напр. +3,00)";
}

#billing_dp_width_field label::after {
	content: "(напр. 62)";
}

#pay_form input[type="submit"] {
	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: auto;
  	height: 50px;
	padding: 0px 25px;
  	background: var(--color-dark);
  	border: 1px solid var(--color-dark);
  	border-radius: 35px;
  	box-shadow: 0px 2.91286px 2.91286px rgba(0, 0, 0, 0.08);
  	color: #fff;
	font-weight: 400;
  	font-size: 20px;
  	line-height: 28px;
  	text-transform: uppercase;
  	text-decoration: none;
  	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.woocommerce-billing-fields__field-wrapper .form-row.recipe-input {width: calc(50% - 10px) !important; max-width: calc(50% - 10px); gap: 10px;}
	.woocommerce-billing-fields__field-wrapper .form-row.recipe-input input {width: 50px !important;}
	.woocommerce-billing-fields__field-wrapper .form-row.recipe-input.r-col {gap: 10px;}
	#customer_details .form-row.recipe-input label {font-size: 10px; line-height: 14px;}
	.woocommerce-billing-fields__field-wrapper .form-row.recipe-input.full-col {padding-right: calc(50% - 60px) !important;}
	#pay_form input[type="submit"] {font-size: 16px;}
}



@media screen and (max-width: 900px) {
	form.checkout.woocommerce-checkout {flex-wrap: wrap;}
	#customer_details {width: 100%; margin-bottom: 0px; padding-right: 0px; border-right: 0px;}
	#order_review {width: 100%; padding-top: 75px; padding-left: 0px;}
	#customer_details .form-row input.input-text {font-size: 12px;}
	.select2-container .select2-selection--single .select2-selection__rendered {font-size: 12px;}
}



@media screen and (max-width: 1000px) {
	.site-side-nav {
	    flex-direction: row;
	    top: auto;
	    bottom: 0px;
	    right: 0px;
	    width: 100%;
	}
	
	.site-side-nav__item {
	    width: 25%;
	    height: 70px;
	    margin: 0px;
	    border-radius: 0px;
	    border-right: 1px solid rgba(0, 0, 0, 0.15);
	}
	.site-side-nav__whatsapp {
	    border-right: 0px;
	}
	.site-side-nav__calc .site-side-nav__img {
        width: 20px;
        height: auto;
        order: 1;
    }
    
    .site-side-nav__callback .site-side-nav__img {
        width: 16px;
        height: auto;
    }
    
    .site-side-nav__promo .site-side-nav__img {
        width: 18px;
        height: auto;
    }
    
    .site-side-nav__whatsapp .site-side-nav__img {
        width: 20px;
        height: auto;
    }
    .site-side-nav__text {
        order: 3;
        font-weight: 400;
        font-size: 8px;
        line-height: 10px;
    }
    .site-side-nav__text_percent {
        order: 2;
    }
}

@media screen and (max-width: 900px) {
	
	.container {padding-left: 15px; padding-right: 15px;}
	
	
	.header__search {width: 100%; max-width: 100%; margin: auto; margin-bottom: 10px; margin-top: 20px;}
	.header__search-input {height: 34px;}
	.header__search-submit {height: 34px;}
	#yith-s {width: 100%; height: 40px;}
	
	.product {}
	.product__price {padding: 0px; margin-bottom: 0px;}
	.product__current-price {font-size: 14px; line-height: 14px;}
	.product__full-price {font-size: 12px; line-height: 14px;}
	.product__tags {padding: 0px; margin-bottom: 10px; font-size: 12px; line-height: 16px;}
	.product__tags span {height: 18px; font-size: 10px; line-height: 10px; margin-bottom: 2px;}
	.product__name {padding: 0px; margin-bottom: 10px; font-size: 14px; line-height: 18px;}
	.product__buttons {flex-direction: column;}
	.product__quantity {width: 70%; max-width: 140px; margin-bottom: 10px;}
	.product__add-to-cart {width: 100%;}
	.product__add-to-cart a {margin: 0 auto; height: 50px;}
	.product__delivery {padding: 0px; padding-top: 10px; font-size: 12px; line-height: 16px;}
	.product__sale span {padding: 7px; font-size: 10px; }
	
	.breadcrumbs__path a, .breadcrumbs__path .breadcrumb_last {font-weight: 400;}
	
	.inside-page {padding-top: 20px;}
	.side-nav {display: none;}
	.content-area {width: 100%;}
	.content-area__delivery {max-width: 100%;}
	.content-area__delivery-item {flex-wrap: wrap; flex-direction: column; justify-content: center; align-items: flex-start; margin-bottom: 30px;}
	.content-area__delivery-name {margin-bottom: 10px; max-width: calc(100% - 105px);}
	.content-area__delivery-link {font-size: 12px;}
	
	.akcii-page {padding-top: 20px;}
	.akcii-page .breadcrumbs { margin-bottom: 30px; }
	.akcii-page__item {flex-wrap: wrap; margin-bottom: 30px;}
	.akcii-page__photo {width: 100%; height: 150px;}
	.akcii-page__info {width: 100%; padding: 20px;}
	.akcii-page__title {margin-bottom: 15px;}
	.akcii-page__text {margin-bottom: 15px; font-size: 14px; line-height: 18px;}
	
	.sert-row {flex-wrap: wrap;}
	.sert-row span {width: 70px; height: 70px; margin-right: 20px; margin-bottom: 20px;}
	
	.catalog-page {padding-top: 20px;}
	.catalog-header {flex-wrap: wrap; margin-bottom: 20px;}
	.catalog-header__main {width: 100%;}
	.catalog-area__mob-filtr-link {
	  display: flex;
	  justify-content: flex-start;
	  align-items: flex-start;
	  margin-bottom: 30px;
	}
	.catalog-area__mob-filtr-link a {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		max-width: 150px;
		padding: 5px 10px;
		background: #fff;
		border: 1px solid #000;
		border-radius: var(--border-radius-small);
		color: #000000;
		font-weight: 400;
		font-size: 12px;
		text-decoration: none;
		cursor: pointer;
		transition: 0.5s;
	}
	.side-filters {
		position: fixed;
		top: 0;
		right: 120vw;
		display: block;
		width: 80vw;
		height: 100vh;
		padding-bottom: 80px;
		background: #f9f9f9;
		z-index: 999999;
		overflow-y: scroll;
		transition: 0.5s;
	}
	
	.side-filters_opened {
	  	right: 20vw;
	  	transition: 0.5s;
	}
	
	.side-filters__wrapper {
		padding: 20px;
	}
	
	#mob-filtr-link-close {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 24px;
		height: 24px;
		position: absolute;
		top: 10px;
		right: 10px;
		border: 1px solid #000;
		border-radius: var(--border-radius-small);
		cursor: pointer;
	}
	
	#mob-filtr-link-close::before,
	#mob-filtr-link-close::after {
		content: "";
	  	display: block;
	  	position: absolute;
	  	width: 14px;
	  	height: 1px;
	  	background-color: #000;
	  	transition-duration: 0.3s;
	 	box-sizing: border-box;
	}
	
	#mob-filtr-link-close::before {
	  	top: 50%;
	  	transform: rotate(45deg);
	  	transition: 0.3s;
	}
	
	#mob-filtr-link-close::after {
	  	top: 50%;
	  	transform: rotate(-45deg);
	  	transition: 0.3s;
	}
	.catalog-area {width: 100%;}
	.catalog-area__sort {flex-wrap: wrap;}
	.catalog-area__sort-title {width: 100%; margin-bottom: 10px;}
	.catalog-area__sort-item {padding: 5px; font-size: 10px; line-height: 14px; margin-right: 5px;}
	.catalog-area__view {display: none;}
	.catalog-area .catalog__products_4.products {grid-template-columns: repeat(2, 1fr); grid-column-gap: 10px; grid-row-gap: 10px;}
	
	.product-page {padding-top: 20px;}
	.product-page__header {width: 100%; margin-bottom: 30px;}
	.product-page__header .breadcrumbs__title {display: block;}
	.product-page__main {width: 100%; margin-bottom: 30px;}
	.product-page__main-slider {}
	.product-page__info {width: 100%; position: relative; top: auto; right: auto;}
	.product-page__tags {justify-content: center;}
	.product-page__tags span:last-child {margin-right: 0px;}
	.product-page__name {text-align: center;}
	.product-page__row {justify-content: center; }
	.product-page__add-info {padding: 30px 25px; justify-content: center; flex-wrap: wrap;}
	.product-page__qty-count {margin-right: 0px;}
	.product-page__add-to-cart {margin-top: 25px;}
	.product-page__info-footer {flex-direction: column;}
	.product-page__delivery {margin-bottom: 15px;}
	.product-page__nav {flex-direction: column; margin-bottom: 20px;}
	.product-page__nav-item {margin-bottom: 10px; margin-right: 0px; font-size: 18px;}
	.product-page__description {width: 100%;}
	.product-page__description h1 {font-size: 22px; line-height: 30px;}
	.product-page__description p {font-size: 14px; line-height: 18px;}
	.product-page__specifications-item {font-size: 12px;}
	.product-page__specifications-value {min-width: 180px; width: 180px;}
	
	
	
	.cart-page {margin-top: 0px; padding-top: 20px;}
	.cart-page__row {flex-wrap: wrap;}
	.cart-page__header {flex-wrap: wrap;}
	.cart-page__left {width: 100%; padding: 10px; margin-bottom: 20px;}
	.cart-page__right {width: 100%; padding: 20px;}
	.cart-item {flex-wrap: wrap; padding-bottom: 15px; border-bottom: 1px solid rgba(0, 0, 0, 0.15);}
	.cart-item__remove {width: 5%;}
	.cart-item__photo {width: 25%; max-width: 25%; margin-bottom: 15px;}
	.cart-item__info {width: 60%; max-width: 60%; margin-bottom: 15px;}
	.cart-item__name {min-height: auto;}
	.cart-item__name a {margin-bottom: 10px;}
	.cart-item__price {margin-left: auto;}
	.cart-item__quantity {margin-right: auto; margin-bottom: 0px;}
	
	.tinvwl-table-manage-lists tbody tr { display: flex; justify-content: space-between; flex-wrap: wrap; border: 1px solid rgba(0, 0, 0, 0.15);}
	.tinvwl-table-manage-lists tbody tr .wishlist-cb {width: 10% !important;}
	.tinvwl-table-manage-lists tbody tr .wishlist-name {width: 50% !important;}
	.tinvwl-table-manage-lists tbody tr .wishlist-date {width: 40% !important;}
	.tinvwl-table-manage-lists tbody tr .wishlist-privacy {width: calc(50% - 10px) !important;}
	.tinvwl-table-manage-lists tbody tr .wishlist-action {width: calc(50% - 10px) !important;}
	
	
	
	.wishlist_table.mobile {
		padding: 0px;
	}
	
	.wishlist_table.mobile li {
		position: relative;
	    display: flex;
	  	justify-content: flex-start;
	  	align-items: flex-start;
		flex-wrap: wrap;
	  	padding: 0px;
	  	margin-bottom: 30px;
	  	border: 2px solid var(--background-grey-color);
	  	border-radius: var(--border-radius-small);
	}
	
	.wishlist_table.mobile li .item-wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
	}
	.wishlist_table.mobile li .additional-info-wrapper {width: 100%;}
	
	.wishlist_table.mobile li .item-wrapper .product-thumbnail {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100px;
		max-width: 100px;
		margin: 0px;
	}
	
	.wishlist_table.mobile li .item-wrapper .product-thumbnail a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100px;
		padding: 5px;
	}
	
	.wishlist_table.mobile li .item-wrapper .product-thumbnail a img {
		width: 100%;
		height: auto;
	}
	
	.wishlist_table.mobile li .item-wrapper .item-details {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		width: calc(100% - 100px);
		padding: 5px;
	}
	
	.wishlist_table.mobile li .item-wrapper .item-details .product-name {
		margin-bottom: 10px;
		padding-right: 30px;
		padding-left: 5px;
	}
	
	.wishlist_table.mobile li .item-wrapper .item-details .product-name h3 {
		margin: 0px;
	}
	
	.wishlist_table.mobile li .item-wrapper .item-details .product-name a {
		display: block;
		font-weight: 500;
		font-size: 14px;
		line-height: 20px;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
	}
	
	.wishlist_table.mobile li .item-wrapper .item-details .item-details-table td {
		text-align: left !important;
		font-weight: 500 !important;
		font-size: 16px !important;
		line-height: 20px !important;
	}
	
	.wishlist_table.mobile li .item-wrapper .item-details .item-details-table td .amount::after {
		content: "₽";
		margin-left: 3px;
	}
	
	.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
		display: flex;
		flex-direction: column;
	  	justify-content: center;
	  	align-items: center;
		width: 100%;
	}
	
	.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart .wishlist__quantity {
		width: 120px;
		max-width: 100%;
		margin-bottom: 15px;
		margin-right: 0px;
	}
	
	.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart a {
		display: flex !important;
		justify-content: center;
		align-items: center;
		width: 100%;
		max-width: 250px;
		height: 50px;
		background: var(--main-color);
		border-radius: 0px;
		text-align: center;
		color: #000000;
		font-weight: 400;
		font-size: 12px;
		text-decoration: none;
		cursor: pointer;
		transition: 0.5s;
	}
	
	.wishlist_table.mobile li .additional-info-wrapper .product-remove {
	  	position: absolute;
	  	top: 0px;
	  	right: 0px;
	  	width: 30px !important;
	  	height: 30px !important;
	 	display: flex;
	 	justify-content: center;
	  	align-items: center;
		background: var(--background-grey-color);
	   	border-radius: 0px;
	   	cursor: pointer;
	}
	
	.kabinet-page .side-nav {display: flex; justify-content: flex-start; align-items: flex-start; width: 100%; padding: 10px; order: 2; background: rgba(0, 0, 0, 0.05);}
	.kabinet-page .content-area {order: 1; margin-bottom: 30px;}
	.kabinet-page .side-nav__link_main {display: none;}
	.side-nav__link {display: block; width: 100%;}
	
}

@media screen and (max-width: 639px) {
	.content-area__header {margin-bottom: 20px;}
	
	.tinv-header h2 {margin-bottom: 30px; text-align: center;}
	
	.tinv-wishlist-clear::before, .tinv-wishlist-clear::after {display: none !important;}
	
	.tinvwl-table-manage-lists thead {display: none;}
	.tinvwl-table-manage-lists tbody tr { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; margin-bottom: 15px; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: var(--border-radius-small);}
	.tinv-wishlist table.tinvwl-table-manage-lists tbody td.wishlist-cb {width: 10% !important;}
	.tinv-wishlist table.tinvwl-table-manage-lists tbody td.wishlist-name {width: 50% !important;}
	.tinv-wishlist table.tinvwl-table-manage-lists tbody td.wishlist-date {width: 40% !important;}
	.tinv-wishlist table.tinvwl-table-manage-lists tbody td.wishlist-privacy {width: calc(50% - 10px) !important;}
	.tinv-wishlist table.tinvwl-table-manage-lists tbody td.wishlist-privacy select {height: 30px;}
	.tinv-wishlist table.tinvwl-table-manage-lists tbody td.wishlist-action {width: calc(50% - 10px) !important;}
	.tinv-wishlist table.tinvwl-table-manage-lists tbody td.wishlist-action .button {height: 30px;}
	
	.tinv-wishlist table.tinvwl-table-manage-lists tfoot td,
	.tinv-wishlist table.tinvwl-table-manage-list tfoot td {padding: 0px;}
	.tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list {width: calc(50% - 10px);}
	.tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {justify-content: space-between; margin-top: 0px;}
	.tinv-wishlist .tinvwl-table-manage-lists tfoot .tinvwl-to-right .button,
	.tinv-wishlist .tinvwl-table-manage-lists tfoot .tinvwl-to-right button {width: calc(50% - 10px);}
	.tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list > a.button {width: 100%; text-align: center;}
	
	.tinv-wishlist .navigation-button {display: flex; justify-content: space-between; align-items: flex-start; padding: 0px;}
	.tinv-wishlist .navigation-button li {display: flex; justify-content: flex-start; align-items: flex-start; width: 30% !important;}
	.tinv-wishlist .navigation-button li:nth-child(1) {order: 2;}
	.tinv-wishlist .navigation-button li:nth-child(2) {order: 3;}
	.tinv-wishlist .navigation-button li:nth-child(3) {display: none !important;}
	.tinv-wishlist .navigation-button li:nth-child(4) {order: 1;}
	.tinv-wishlist .navigation-button li div {width: 100%;}
	.tinv-wishlist .navigation-button li div {display: flex; justify-content: center; align-items: center;}
	.tinv-wishlist .navigation-button li i {color: var(--main-color); margin-bottom: 5px; font-size: 24px;}
	.tinv-wishlist .navigation-button li a {flex-direction: column;}
	.tinv-wishlist .navigation-button .tinv-create-list > a .tinvwl-txt, .tinv-wishlist .navigation-button li > a .tinvwl-txt {display: block; color: #000;}
	
	.tinv-wishlist table.tinvwl-table-manage-list thead {display: none;}
	.tinv-wishlist .tinvwl-table-manage-list tr.wishlist_item {position: relative; flex-wrap: wrap;}
	.tinv-wishlist .tinvwl-table-manage-list td.product-remove {position: absolute; top: 0px; right: 0px; width: 30px !important; height: 30px !important; display: flex; justify-content: center; align-items: center; border-radius: 0px; cursor: pointer;}
	.tinv-wishlist .tinvwl-table-manage-list td.product-remove button {width: 30px !important; height: 30px !important; display: flex; justify-content: center; align-items: center; border-radius: 0px;}
	.tinv-wishlist .tinvwl-table-manage-list .product-name {width: calc(100% - 100px) !important;}
	.tinv-wishlist .tinvwl-table-manage-list td.product-price {width: calc(50% - 10px) !important; height: 50px;}
	.tinv-wishlist .tinvwl-table-manage-list td.product-quantity {width: calc(50% - 10px) !important; height: 50px;}
	.tinv-wishlist .tinvwl-table-manage-list td.product-quantity .qty {height: 40px; width: 80px !important; border-radius: var(--border-radius-small); border: 1px solid rgba(0,0,0,0.2);}
	.tinv-wishlist .tinvwl-table-manage-list td.product-action {width: 100% !important; display: flex; justify-content: space-between; align-items: center;}
	.tinv-wishlist .tinvwl-table-manage-list td.product-action button {width: calc(50% - 10px); margin: 0px;}
	
	.tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right {flex-direction: column;}
	.tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right button {width: 100%; margin: 0px; margin-bottom: 10px;}
	
	.tinv-wishlist .social-buttons { display: flex; justify-content: flex-start; align-items: center; }
	.tinv-wishlist .social-buttons > span {margin: 0px;}
	.tinv-wishlist .social-buttons li a.social i {color: var(--main-color); font-size: 24px;}
}

.woocommerce-info {
	border-top-color: #8fae1b;
}


.woocommerce-info::before {
    color: #8fae1b;
}

.woocommerce-order-details,
.woocommerce-customer-details,
.woocommerce-order-overview + p,
.thankyou__buttons + p {
	display: none !important;
}

.thankyou__buttons {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.thankyou__buttons a {
	padding: 0px 30px;
}

.thankyou__buttons a:first-child {
	margin-right: 30px;
}

.woocommerce-thankyou-order-received {
	margin-bottom: 50px;
}

#payment .wc_payment_method label {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: .035em;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	.thankyou__buttons {
		flex-direction: column;
	}

	.thankyou__buttons a:first-child {
		margin-right: 0px;
		margin-bottom: 20px;
	}
	
	.woocommerce ul.order_details {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		width: 100%;
		padding: 20px;
		padding-left: 20px;
		border: 1px solid rgba(0,0,0,0.2);
	}
	
	.woocommerce ul.order_details li {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		border-right: 0px dashed #d3ced2;
		margin-right: 0px;
		margin-bottom: 10px;
		
		font-size: 14px;
		line-height: 18px;
		text-transform: inherit;
	}
	
	.woocommerce ul.order_details li strong {
		font-size: 14px;
		line-height: 18px;
		margin-left: 5px;
	}
}

.woocommerce-MyAccount-content .woocommerce-order-details {
	display: block !important;
}

.woocommerce table.my_account_orders .button {
	height: 30px;
}

.woocommerce table.my_account_orders .button:first-child {
	margin-bottom: 5px;
}

.order-again + .order-again {
	display: none;
}

.woocommerce-error {
  border-top-color: #b81c23;
  padding: 1em 2em 1em 3.5em !important;
}


.myaccount__row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	max-width: 500px;
	padding-top: 40px;
}

.myaccount__row .theme__button {
	max-width: 250px;
}


	.woocommerce-orders-table__cell-order-total span.woocommerce-Price-currencySymbol::after {
		content: "₽";
		margin-left: 3px;
	}

@media screen and (max-width: 768px) {
	.myaccount__row {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}
	
	
	
	.woocommerce-orders-table {
		border: 0px !important;
	}
	.woocommerce-orders-table__row {
		border: 1px solid rgba(0,0,0,.1);
		margin-bottom: 30px;
	}
	.woocommerce-orders-table__cell {
		display: flex !important;
		justify-content: space-between;
		align-items: center;
		background: #FFF !important;
	}
	.woocommerce-orders-table__cell:first-child {
		border-top: 0px !important;
	}
	.woocommerce-orders-table__cell-order-total span.amount {
		margin-left: auto;
		margin-right: 3px;
	}
	.woocommerce-orders-table__cell-order-total span.woocommerce-Price-currencySymbol::after {
		content: "руб.";
		margin-left: 3px;
	}
	.woocommerce-orders-table__cell a.button {
		max-width: none;
		padding: 5px 15px;
		font-size: 12px;
		margin-left: auto;
		margin-bottom: 0px !important;
	}
	
	.woocommerce-orders-table__cell a.button.order-again {
		margin-left: 15px;
	}
}

@media screen and (max-width: 450px) {
	.myaccount__row {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 15px;
		grid-row-gap: 15px;
	}
}


.main-header__catalog {
	display: none !important;
}


.product-page__back-button a.theme__button {
	height: 40px;
	max-width: 150px;
}

.woocommerce-form-login .form-row {
	width: 100% !important;
}

.woocommerce-form-login__rememberme {
	line-height: 40px !important;
}



.woocommerce-notices-wrapper {
	width: 100%;
	max-width: 1250px;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0 auto;
}





.lense-choose {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding: 40px;
	position: fixed;
	top: 0;
	left: -800px;
	width: 700px;
	max-width: 100%;
	height: 100vh;
	background: #fff;
	z-index: 999;
	overflow-y: scroll;
	transition: 0.5s;
	box-shadow: 0 0 100px 0 rgba(0,0,0,0.3);
}

.lense-choose.active {
  	left: 0px;
  	transition: 0.5s;
}

.lense-choose__back {
	position: absolute;
	left: 5px;
	top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 40px;
	cursor: pointer;
}

.lense-choose__close {
	position: absolute;
	right: 0px;
	top: 40px;
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.lense-choose__close::before,
.lense-choose__close::after {
	content: "";
	position: absolute;
	top: calc(50% - 8px);
	right: 50%;
	display: block;
	width: 1px;
	height: 16px;
	background: var(--color-dark);
}

.lense-choose__close::before {
	transform: rotate(45deg);
}

.lense-choose__close::after {
	transform: rotate(-45deg);
}

.lense-choose__title {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	margin-bottom: 40px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: .035em;
	font-weight: 300;
	color: var(--color-dark);
	text-transform: uppercase;
}

.lense-choose__subtitle {
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .035em;
	font-weight: 300;
	color: var(--color-dark);
}

.lense-choose__row {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: stretch;
	
	border: 1px solid rgba(0,0,0,0.1);
}

.lense-choose__col {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .035em;
	font-weight: 300;
	color: var(--color-dark);
	
	cursor: pointer;
}

.lense-choose__col:last-child {
	border-bottom: 0px solid rgba(0,0,0,0.1);
}

.lense-choose__name {
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: 500;
}

.lense-choose__first-col:hover .lense-choose__name {
	text-decoration: underline;
}

.lense-choose__desc {
	margin-bottom: 40px;
}

.lense-choose__link {
	margin-top: auto;
	text-decoration: underline;
	cursor: pointer;
}

.lense-choose__block {
	display: none;
	width: 100%;
}

.lense-choose__help {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-top: 40px;
}

.help-callback {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	padding: 10px 20px;
	background: var(--color-dark);
	border: 1px solid  var(--color-dark);
	border-radius: 25px;
	box-shadow: 0px 2.91286px 2.91286px rgba(0, 0, 0, 0.08);
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.lense-choose__block.active {
	display: block;
}

.lense-choose__products {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	align-items: stretch;
}

.lense-choose__product {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}

.lense-choose__product-img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 150px;
}

.lense-choose__product-info {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: calc(100% - 150px);
	padding-left: 30px;
}

.lense-choose__product-name {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: var(--color-dark);
	cursor: pointer;
}

.lense-choose__product-desc {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	font-weight: 300;
	color: var(--color-dark);
	cursor: pointer;
}

.lense-choose__product-price {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: auto;
	text-align: left;
	font-weight: 300;
	font-size: 20px;
	line-height: 173%;
	color: var(--color-dark);
	cursor: pointer;
}

.lense-choose__product-add {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	padding: 10px 15px;
	margin-left: 15px;
	background:  var(--color-dark);
	border: 1px solid  var(--color-dark);
	border-radius: 15px;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	cursor: pointer;
}

#lense-name {
	font-weight: 600;
	margin: 0 5px;
}

.lense-choose__recipe .lense-choose__name {
	margin-bottom: 15px;
}

.lense-choose__recipe .lense-choose__desc {
	margin-bottom: 15px;
}

.lense-choose__recipe {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	
}

.lense-choose__recipe a.to-cart {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	padding: 10px 20px;
	margin-bottom: 20px;
	background: var(--color-dark);
	border: 1px solid var(--color-dark);
	border-radius: 25px;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.lense-choose__recipe a.to-catalog {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	padding: 10px 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	background: #fff;
	border: 1px solid var(--color-dark);
	border-radius: 25px;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.product-page__choose-links {margin-top: 25px;}
	
	.lense-choose {padding: 20px 20px;}
	.lense-choose__back {top: 20px;}
	.lense-choose__close {top: 20px;}
	.lense-choose__product-img {width: 100px; height: 100px;}
	.lense-choose__product-info {width: calc(100% - 100px); padding-left: 20px;}
}

.woocommerce-notices-wrapper {
	display: none !important;
}

