@charset "UTF-8";
/*============= ALIGNES ===============*/
.alignwide {
	width: 100%;
}

.alignfull {
	margin-left: calc( -100vw / 2 + 100% / 2 );
	margin-right: calc( -100vw / 2 + 100% / 2 );
	max-width: 1920px;
}

@media only screen and (min-width: 1920px) {
	.alignfull {
		width: 1920px !important;
		margin-left: calc(-1 * (1920px - 1185px) / 2) !important;
		margin-right: calc(-1 * (1920px - 1185px) / 2) !important;
	}
}
/* =========== BASE CONFIG =========== */
html {
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
	font-family: 'NotoSans', sans-serif;
	font-weight: 400;
	box-sizing: inherit;
	color: #fff;
}

body {
	background-color: #fff;
	max-width: 1920px;
	overflow-x: hidden;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 20px 5px #747474;
	box-shadow: 0px 0px 20px 5px #747474;
}

a {
	text-decoration: none;
	color: #fff;
	transition: all 0.3s ease-in;
}
a:hover {
	color: #9b782d;
}

del {
	color: #9b782d;
}

ul li {
	list-style-position: inside;
	color: white;
	font-size: 16px;
	margin-bottom: 10px;
}
ul li::marker {
	color: #1F2F47;
}

ol {
	padding-left: 15px;
}
ol li {
	list-style-position: outside;
	color: white;
	font-size: 16px;
	margin-bottom: 10px;
}

.content ul li {
	list-style-type: none;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	column-gap: 10px;
}
.content ul li:before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: white;
	margin-top: 8px;
	flex-shrink: 0;
}

p {
	margin-bottom: 15px;
	color: white;
	font-size: 16px;
	line-height: 24px;
}

h2 {
	margin-top: 20px;
	font-size: 36px;
	line-height: 44px;
	color: white;
	margin-bottom: 25px;
	font-weight: 700;
}

h3 {
	margin-top: 10px;
	font-size: 24px;
	line-height: 32px;
	color: white;
	margin-bottom: 20px;
	font-weight: 700;
}

main.foned {
	position: relative;
	overflow: hidden;
	z-index: 999;
}
main.foned:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

.breadcrumbs {
	padding: 40px 0 20px;
	font-size: 16px;
	line-height: 24px;
	color: #9b2d30;
}
.breadcrumbs span {
	font-size: 16px;
	line-height: 24px;
	color: #d6d6d6;
	font-weight: 400;
}
.breadcrumbs span.current-item {
	font-weight: 700;
	color: #9b2d30;
}
.not_founded {
	color: #fff;
}
.container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 225px;
	width: 100%;
	height: 54px;
	background: #9b782d;
	border-radius: 5px;
	border: 2px solid #9b782d;
	outline: none;
	font-family: 'NotoSans', sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.3s ease-in;
}
.btn svg {
	transition: all 0.3s ease-in;
	margin-right: 10px;
}
.btn svg path {
	transition: all 0.3s ease-in;
}
.btn:hover {
	color: #9b782d;
	background-color: #fff;
}
.btn:hover svg path {
	fill: #9b782d;
}
.btn.invert {
	background-color: #fff;
	color: #9b782d;
}

#main,
#primary {
	min-height: 83vh;
	padding-bottom: 60px;
}

#single-product,
#main.front-page,
#primary {
	/*background-image: url(../images/bg.png);*/
	background-size: 100%;
	background-repeat: repeat-y;
	background-color: #2b2a29;
}

h1.page__title {
	font-size: 48px;
	line-height: 56px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 40px;
}

/*========== SHOP BASE CONFIG ===========*/
nav.woocommerce-breadcrumb {
	padding: 40px 0 20px;
	font-size: 16px;
	line-height: 24px;
	color: #9b2d30;
	font-weight: 700;
}
nav.woocommerce-breadcrumb a {
	font-weight: 400;
}

.woocommerce-products-header {
	margin-bottom: 40px;
}
.woocommerce-products-header h1 {
	font-size: 48px;
	line-height: 56px;
	color: #fff;
	font-weight: 700;
}

.woocommerce-notices-wrapper {
	width: 100%;
}
.woocommerce-notices-wrapper .woocommerce-message {
	padding: 10px;
	width: 100%;
	border-top: 3px solid #9b782d;
	border-radius: 3px;
	background-color: white;
	color: #9b2d30;
	margin-bottom: 10px;
	box-shadow: 0px 0px 20px rgba(64, 34, 24, 0.1);
	margin-top: 10px;
}

.woocommerce-pagination {
	width: 100%;
	margin-top: 30px;
}
.woocommerce-pagination ul.page-numbers {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	list-style-type: none;
	column-gap: 20px;
}
.woocommerce-pagination ul.page-numbers li {
	margin-bottom: 0;
}
.woocommerce-pagination ul.page-numbers li .page-numbers {
	font-size: 16px;
	line-height: 24px;
	color: #9b2d30;
	font-weight: 400;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.current {
	font-weight: 700;
}
.woocommerce-pagination ul.page-numbers li .page-numbers:hover {
	color: #9b782d;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.prev, .woocommerce-pagination ul.page-numbers li .page-numbers.next {
	width: 50px;
	height: 50px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	transition: background-color .3s ease-in;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.prev svg path, .woocommerce-pagination ul.page-numbers li .page-numbers.next svg path {
	transition: fill .3s ease-in;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.prev:hover, .woocommerce-pagination ul.page-numbers li .page-numbers.next:hover {
	background-color: #9b782d;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.prev:hover svg path, .woocommerce-pagination ul.page-numbers li .page-numbers.next:hover svg path {
	fill: #fff;
}

/*============= 404 ==============*/
#primary.error-404 .not-found {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 10%;
}

#primary.error-404 .not-found h1 {
	color: #9b2d30;
	font-size: 240px;
	font-weight: 700;
}

#primary.error-404 .not-found h2 {
	font-size: 24px;
	line-height: 32px;
	color: #9b2d30;
	margin-bottom: 10px;
}

#primary.error-404 .not-found .right__side {
	display: flex;
	flex-direction: column;
	width: 45%;
}

#primary.error-404 .not-found a.btn {
	margin-top: auto;
	max-width: 260px;
}

#primary.error-404 p {
	font-size: 16px;
	color: #9b2d30;
	line-height: 24px;
}

/*============ HEADER =================*/
#header .top__line {
	padding: 10px 0;
	background-color: #9b2d30;
}
#header .top__line .container {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	column-gap: 40px;
}
#header .top__line .soc__holder {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	column-gap: 20px;
}
#header .top__line .soc__holder .soc__item {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-color: #9b782d;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s ease-in;
}
#header .top__line .soc__holder .soc__item img {
	width: 14px;
	height: 14px;
	object-fit: contain;
	transition: all .3s ease-in;
	filter: invert(1) brightness(10);
}
#header .top__line .soc__holder .soc__item:hover {
	background-color: #fff;
}
#header .top__line .soc__holder .soc__item:hover img {
	filter: none;
}
#header .top__line .emails__holder {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	column-gap: 40px;
}
#header .top__line .emails__holder .email__item {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
	font-size: 16px;
	line-height: 1;
	color: #FFFFFF;
	transition: color .3s ease-in;
}
#header .top__line .emails__holder .email__item svg path{
	fill: #9b782d;
}
#header .top__line .phones__holder .phone__item svg path{
	fill: #9b782d;
}
#header .top__line .emails__holder .email__item:hover {
	color: #9b782d;
}
#header .top__line .phones__holder {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	column-gap: 40px;
}
#header .top__line .phones__holder .phone__item {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	color: #ffffff;
	transition: color .3s ease-in;
}
#header .top__line .phones__holder .phone__item:hover {
	color: #9b782d;
}
#header .mid__line {
	padding: 15px 0 10px 0;
	background-color: #2b2a29;
}
#header .mid__line .container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	column-gap: 50px;
}
#header .mid__line .logo__holder {
	max-width: 160px;
	max-height: 105px;
}
#header .mid__line .logo__holder img {
	object-fit: contain;
	width: 100%;
}
#header .mid__line .search__holder {
	max-width: 570px;
	width: 100%;
}
#header .mid__line .search__holder input[type=search] {
	height: 54px;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	color: #9b782d;
	border-radius: 5px;
	border: 1px solid #C4C4C4;
}
#header .mid__line .search__holder input[type=search]::placeholder {
	font-style: inherit;
	color: #C4C4C4;
}
#header .mid__line .search__holder button[type=submit] {
	max-width: 130px;
	width: 100%;
	background-color: #9b782d;
	border-radius: 0 5px 5px 0;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	text-transform: capitalize;
}
#header .mid__line .search__holder button[type=submit]:before {
	display: none;
}
#header .mid__line .btns__holder {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	column-gap: 30px;
}
#header .mid__line .btns__holder .head__btn {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	text-align: center;
}
#header .mid__line .btns__holder .head__btn svg path{
	fill: #9b782d;
}
#header .mid__line .btns__holder .head__btn .count {
	position: absolute;
	right: 10px;
	top: -10px;
	width: 26px;
	height: 26px;
	background-color: #9b782d;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
}
#header .mid__line .btns__holder .head__btn .btn__title {
	margin-top: 5px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	transition: color .3s ease-in;
}
#header .mid__line .btns__holder .head__btn.cart__btn .count {
	right: 2px;
}
#header .mid__line .btns__holder .head__btn:hover .btn__title {
	color: #9b782d;
}
#header .mid__line .btns__holder.fixed {
	position: fixed;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	row-gap: 30px;
	top: 50%;
	transform: translateY(-50%);
	right: -100px;
	transition: all .3s ease-in;
	z-index: 999;
}
#header .mid__line .btns__holder.fixed .head__btn .count {
	right: -10px;
}
#header .mid__line .btns__holder.fixed.opened {
	right: 20px;
}
#header .bot__line {
	padding: 8px 0;
	background-color: #2b2a29;
}
#header .bot__line .container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	column-gap: 80px;
}
#header .bot__line .cat__btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
	font-size: 16px;
	line-height: 24px;
	color: #9b2d30;
	background-color: #fff;
	border-radius: 5px;
	padding: 10px 20px;
	font-weight: 700;
	transition: all .3s ease-in;
}
#header .bot__line .cat__btn svg rect {
	transition: fill .3s ease-in;
	fill: #9b2d30;
}
#header .bot__line .cat__btn:hover {
	background: #9b2d30;
	color: #fff;
}
#header .bot__line .cat__btn:hover svg rect {
	fill: #fff;
}
#header .bot__line .menu__holder {
	list-style-type: none;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-grow: 1;
}
#header .bot__line .menu__holder li {
	margin-bottom: 0;
}
#header .bot__line .menu__holder li a {
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	font-weight: 700;
	transition: color .3s ease-in;
}
#header .bot__line .menu__holder li a:hover {
	color: #9b2d30;
}
#header .bot__line .menu__holder li.active a {
	color: #9b2d30;
}

/*================ MOBILE MNU =============*/
#header .burger.open_menu {
	display: none;
	flex-direction: column;
	background-color: #9b782d;
	height: 40px;
	width: 40px;
	justify-content: space-evenly;
	align-items: center;
	border-radius: 2px;
	flex-shrink: 0;
}
#header .burger.open_menu span {
	background-color: #2b2a29;
	width: 30px;
	height: 4px;
	transition: all 0.3s ease-in;
}
#header .burger.open_menu.clicked {
	background-color: #fff;
}
#header .burger.open_menu.clicked span {
	background-color: #9b782d;
}
#header #mobile-mnu {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 320px;
	background-color: #fbfbfb;
	padding: 30px;
	transition: all 0.3s ease-in;
	transform: translateX(-350px);
	z-index: 9999;
}
#header #mobile-mnu #close-mnu {
	font-size: 35px;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	transform: rotate(45deg);
	display: block;
	color: #9b2d30;
}
#header #mobile-mnu a {
	color: #2b2a29;
	font-weight: 600;
}
#header #mobile-mnu a:hover {
	color: #9b782d;
}
#header #mobile-mnu .logo__holder {
	text-align: center;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#header #mobile-mnu .logo__holder img {
	max-height: 60px;
}
#header #mobile-mnu .menuTop {
	list-style-type: none;
	margin-bottom: 30px;
}
#header #mobile-mnu .menuTop li {
	margin-bottom: 10px;
}
#header #mobile-mnu .menuTop li a {
	color: #2b2a29;
	font-size: 16px;
	line-height: 21px;
	font-weight: 900;
}
#header #mobile-mnu .menuTop li:hover a {
	color: #9b782d;
}
#header #mobile-mnu .menuTop li.active a {
	color: #9b782d;
}
#header #mobile-mnu .menuTop ul.sub-menu {
	display: none;
}
#header #mobile-mnu .adresses__holder {
	display: flex;
	flex-direction: column;
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
	width: 100%;
}
#header #mobile-mnu .adresses__holder p {
	color: #80929E;
	font-size: 16px;
	line-height: 21px;
	font-weight: 500;
}
#header #mobile-mnu .adresses__holder:before {
	content: url(../images/map.svg);
	position: absolute;
	top: 0;
	left: 0;
}
#header #mobile-mnu .email__holder {
	display: flex;
	flex-direction: column;
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
	width: 100%;
}
#header #mobile-mnu .email__holder:before {
	content: url(../images/mail.svg);
	position: absolute;
	top: 0;
	left: 0;
}
#header #mobile-mnu .phone__holder {
	display: flex;
	flex-direction: column;
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
	width: 100%;
}
#header #mobile-mnu .phone__holder:before {
	content: url(../images/phone.svg);
	position: absolute;
	top: 0;
	left: 0;
}
#header #mobile-mnu button.btn {
	margin: auto auto 0;
}
#header #mobile-mnu .soc__holder {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	column-gap: 20px;
	align-items: center;
}
#header #mobile-mnu .soc__holder .soc__item img {
	object-fit: contain;
	width: 25px;
	height: 25px;
}
#header #mobile-mnu .btns__holder {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	column-gap: 30px;
	margin-top: auto;
}
#header #mobile-mnu .btns__holder .head__btn {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	text-align: center;
}
#header #mobile-mnu .btns__holder .head__btn .count {
	position: absolute;
	right: 10px;
	top: -10px;
	width: 26px;
	height: 26px;
	background-color: #749E12;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
}
#header #mobile-mnu .btns__holder .head__btn .btn__title {
	margin-top: 5px;
	font-size: 14px;
	line-height: 20px;
	color: #749E12;
	text-align: center;
	transition: color .3s ease-in;
}
#header #mobile-mnu .btns__holder .head__btn.cart__btn .count {
	right: 2px;
}
#header #mobile-mnu .btns__holder .head__btn:hover .btn__title {
	color: #9b782d;
}
#header #mobile-mnu.opened {
	transform: translateX(0);
}

/*============ ARCHIVE SHOP ============*/
.woocommerce .archive__container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 20px;
}
.woocommerce .archive__container .archive__holder {
	width: 80%;
	flex-grow: 1;
}
.woocommerce .archive__container .sidebar {
	width: 20%;
}
.woocommerce .archive__container.cats ul.products {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	row-gap: 20px;
	column-gap: 30px;
	list-style-type: none;
	width: 100%;
}
.woocommerce .archive__container.cats ul.products.columns-4 li {
	width: 23%;
}
.woocommerce .archive__container.cats ul.products.columns-3 li {
	width: 31%;
}
.woocommerce .archive__container.cats ul.products.columns-2 li {
	width: 48%;
}
.woocommerce .archive__container.cats ul.products.columns-1 li {
	width: 100%;
}
.woocommerce .archive__container.cats ul.products li a {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.woocommerce .archive__container.cats ul.products li a .image__holder {
	padding: 25px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 20px rgba(64, 34, 24, 0.1);
	border-radius: 5px;
	margin-bottom: 15px;
	max-height: 270px;
}
.woocommerce .archive__container.cats ul.products li a .hover {
	display: flex;
	position: relative;
	width: 100%;
}
.woocommerce .archive__container.cats ul.products li a .hover span {
	pointer-events: none;
	opacity: 0;
	position: absolute;
	top: 30px;
	left: 30px;
	font-size: 24px;
	line-height: 32px;
	color: #FFFFFF;
	text-align: left;
	transition: opacity .3s ease-in;
}
.woocommerce .archive__container.cats ul.products li a .hover span svg {
	vertical-align: middle;
}
.woocommerce .archive__container.cats ul.products li a .hover:before {
	content: '';
	position: absolute;
	pointer-events: none;
	opacity: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(155, 45, 48, 0.9);
	border-radius: 5px;
	transition: opacity .3s ease-in;
}
.woocommerce .archive__container.cats ul.products li a img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	border-radius: 5px;
	aspect-ratio: initial;
}
.woocommerce .archive__container.cats ul.products li a h2.woocommerce-loop-category__title {
	padding-left: 25px;
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	font-weight: 700;
	transition: color .3s ease-in;
	margin-top: 0;
	margin-bottom: 0;
}
.woocommerce .archive__container.cats ul.products li a:hover h2.woocommerce-loop-category__title {
	color: #9b2d30;
}
.woocommerce .archive__container.cats ul.products li a:hover .hover:before,
.woocommerce .archive__container.cats ul.products li a:hover .hover span {
	opacity: 1;
}
.woocommerce .archive__container.products .woocommerce-ordering {
	width: 100%;
	text-align: right;
	margin-bottom: 20px;
}
.woocommerce .archive__container.products .woocommerce-ordering select {
	padding: 5px;
	border-radius: 3px;
	background: #9b782d;
	color: #fff;
	font-weight: 700;
	outline: none;
}
.woocommerce .archive__container.products .woocommerce-ordering select option {
	font-size: 14px;
}
.woocommerce .archive__container.products ul.products {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	row-gap: 20px;
	column-gap: 20px;
	list-style-type: none;
	width: 100%;
}
.woocommerce .archive__container.products ul.products.columns-4 li {
	width: 23%;
}
.woocommerce .archive__container.products ul.products.columns-3 li {
	width: 31%;
}
.woocommerce .archive__container.products ul.products.columns-2 li {
	width: 48%;
}
.woocommerce .archive__container.products ul.products.columns-1 li {
	width: 100%;
}
.woocommerce .archive__container.products ul.products li {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(64, 34, 24, 0.1);
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	padding: 15px;
	position: relative;
	height: auto;
}
.woocommerce .archive__container.products ul.products li .tags__holder {
	position: absolute;
	left: 0;
	top: 20px;
	display: flex;
	flex-direction: column;
	row-gap: 2px;
	z-index: 3;
}
.woocommerce .archive__container.products ul.products li .tags__holder .tag {
	font-size: 14px;
	font-weight: 700;
	padding: 5px 10px 5px 10px;
	border-radius: 0px 5px 5px 0px;
	color: #fff;
	background-color: #9b782d;
	width: fit-content;
}
.woocommerce .archive__container.products ul.products li .tags__holder .tag.sale {
	background-color: #DE535D;
}
.woocommerce .archive__container.products ul.products li .tags__holder .tag.newest {
	background-color: #5361DE;
}
.woocommerce .archive__container.products ul.products li .tags__holder .tag.hit {
	background-color: #F5A255;
}
.woocommerce .archive__container.products ul.products li a .image__holder {
	display: flex;
	box-sizing: border-box;
	height: 180px;
	margin-bottom: 20px;
}
.woocommerce .archive__container.products ul.products li a .hover {
	display: flex;
	position: relative;
	width: 100%;
}
.woocommerce .archive__container.products ul.products li a .hover span {
	pointer-events: none;
	opacity: 0;
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-size: 18px;
	line-height: 26px;
	color: #FFFFFF;
	text-align: left;
	transition: opacity .3s ease-in;
}
.woocommerce .archive__container.products ul.products li a .hover span svg {
	vertical-align: middle;
}
.woocommerce .archive__container.products ul.products li a .hover:before {
	content: '';
	position: absolute;
	pointer-events: none;
	opacity: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(155, 45, 48, 0.9);
	border-radius: 5px;
	transition: opacity .3s ease-in;
}
.woocommerce .archive__container.products ul.products li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
	aspect-ratio: initial;
}
.woocommerce .archive__container.products ul.products li a h2.woocommerce-loop-product__title {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	font-weight: 700;
	margin-bottom: 5px;
}
.woocommerce .archive__container.products ul.products li a .order__unit {
	text-transform: lowercase;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}
.woocommerce .archive__container.products ul.products li a .price {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
	margin: 10px 0 10px 0;
}
.woocommerce .archive__container.products ul.products li a .price bdi {
	font-size: 18px;
	line-height: 26px;
	color: #9b2d30;
	font-weight: 700;
}
.woocommerce .archive__container.products ul.products li a .price ins {
	text-decoration: none;
}
.woocommerce .archive__container.products ul.products li a .price del bdi {
	font-size: 18px;
	line-height: 26px;
	color: #9b782d;
	font-weight: 400;
}
.woocommerce .archive__container.products ul.products li .btns__holder {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	column-gap: 15px;
	margin-top: auto;
}
.woocommerce .archive__container.products ul.products li .btns__holder a.product_type_simple,
.woocommerce .archive__container.products ul.products li .btns__holder a.add_to_cart_button {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 700;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #9b2d30;
	border-radius: 5px;
	border: 2px solid #9b2d30;
	transition: all .3s ease-in;
	max-width: 145px;
	width: 100%;
}
.woocommerce .archive__container.products ul.products li .btns__holder a.product_type_simple:hover,
.woocommerce .archive__container.products ul.products li .btns__holder a.add_to_cart_button:hover {
	color: #9b2d30;
	background-color: #fff;
}
.woocommerce .archive__container.products ul.products li .btns__holder a.added_to_cart {
	display: none;
}
.woocommerce .archive__container.products ul.products li .btns__holder button.favorites {
	outline: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
}
.woocommerce .archive__container.products ul.products li .btns__holder button.favorites svg path {
	transition: fill .3s ease-in;
	fill: #9b2d30 ;
}
.woocommerce .archive__container.products ul.products li .btns__holder button.favorites.added svg, .woocommerce .archive__container.products ul.products li .btns__holder button.favorites:hover svg {
	fill: #9b782d;
}
.woocommerce .archive__container.products ul.products li .btns__holder button.favorites.added svg path, .woocommerce .archive__container.products ul.products li .btns__holder button.favorites:hover svg path {
	fill: #9b2d30;
}
.woocommerce .archive__container.products ul.products li:hover h2.woocommerce-loop-product__title {
	color: #9b782d;
}
.woocommerce .archive__container.products ul.products li:hover .hover:before,
.woocommerce .archive__container.products ul.products li:hover .hover span {
	opacity: 1;
}
.woocommerce .archive__container .sidebar-filter .price__block {
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 15px;
}
.woocommerce .archive__container .sidebar-filter .price__block .accordeon-block-header {
	font-size: 16px;
	line-height: 24px;
	color: #9b2d30;
	font-weight: 700;
	margin-bottom: 20px;
}
.woocommerce .archive__container .sidebar-filter .price__block .inputs.price {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	column-gap: 5px;
	color: #C4C4C4;
}
.woocommerce .archive__container .sidebar-filter .price__block .inputs.price input {
	max-width: initial;
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #C4C4C4;
	box-sizing: border-box;
	border-radius: 2px;
	height: 27px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	outline: none;
	color: #C4C4C4;
}
.woocommerce .archive__container .sidebar-filter .price__block .inputs.price input::-webkit-outer-spin-button, .woocommerce .archive__container .sidebar-filter .price__block .inputs.price input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0;
	/* <-- Apparently some margin are still there even though it's hidden */
}
.woocommerce .archive__container .sidebar-filter .price__block .inputs.price input:focus {
	border-color: #9b782d;
}
.woocommerce .archive__container .sidebar-filter .accordeon-block {
	margin-bottom: 15px;
}
.woocommerce .archive__container .sidebar-filter .accordeon-block .accordeon-block-header {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	transition: background-color .3s ease-in;
	cursor: pointer;
}
.woocommerce .archive__container .sidebar-filter .accordeon-block .accordeon-block-header .accordeon-block-header-title {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	font-weight: 700;
}
.woocommerce .archive__container .sidebar-filter .accordeon-block .accordeon-block-header .accordeon-block-header-toggler {
	display: flex;
}
.woocommerce .archive__container .sidebar-filter .accordeon-block .accordeon-block-header svg {
	transition: all .3s ease-in;
}
.woocommerce .archive__container .sidebar-filter .accordeon-block.opend .accordeon-block-header {
	background-color: #9b782d;
}
.woocommerce .archive__container .sidebar-filter .accordeon-block.opend .accordeon-block-header svg {
	transform: scaleY(-1);
}
.woocommerce .archive__container .sidebar-filter .accordeon-block .accordeon-block-content {
	padding-top: 10px;
}
.woocommerce .archive__container .sidebar-filter .accordeon-block .accordeon-block-content .local-search {
	margin-bottom: 15px;
	position: relative;
}
.woocommerce .archive__container .sidebar-filter .accordeon-block .accordeon-block-content .local-search:before {
	content: url("../images/loop.svg");
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	height: 18px;
	width: 18px;
}
.woocommerce .archive__container .sidebar-filter .accordeon-block .accordeon-block-content .local-search input {
	width: 100%;
	height: 44px;
	outline: none;
	background-color: #fff;
	border: 1px solid #C4C4C4;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 0 20px;
	color: #C4C4C4;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
.woocommerce .archive__container .sidebar-filter .accordeon-block .accordeon-block-content .local-search input::placeholder {
	color: #C4C4C4;
}
.woocommerce .archive__container .sidebar-filter .accordeon-block .accordeon-block-content .local-search input:focus {
	border-color: #9b782d;
}
.woocommerce .archive__container .sidebar-filter .accordeon-block .accordeon-block-content .inputs {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	padding-left: 5px;
	height: 160px;
	overflow-y: scroll;
	scrollbar-color: #C4C4C4 #9b782d;
	scrollbar-width: thin;
}
.woocommerce .archive__container .sidebar-filter .accordeon-block .accordeon-block-content .inputs::-webkit-scrollbar {
	width: 2px;
	/* ширина для вертикального скролла */
	height: 2px;
	/* высота для горизонтального скролла */
	background-color: #C4C4C4;
}
.woocommerce .archive__container .sidebar-filter .accordeon-block .accordeon-block-content .inputs::-webkit-scrollbar-thumb {
	background-color: #C4C4C4;
	border-radius: 9em;
	box-shadow: inset 1px 1px 10px #9b782d;
}
.woocommerce .archive__container .sidebar-filter .accordeon-block .accordeon-block-content .inputs .group {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}
.woocommerce .archive__container .sidebar-filter .accordeon-block .accordeon-block-content .inputs .group input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: contents;
}
.woocommerce .archive__container .sidebar-filter .accordeon-block .accordeon-block-content .inputs .group input:checked + label::before {
	background-color: #9b782d;
}
.woocommerce .archive__container .sidebar-filter .accordeon-block .accordeon-block-content .inputs .group label {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	column-gap: 14px;
}
.woocommerce .archive__container .sidebar-filter .accordeon-block .accordeon-block-content .inputs .group label:before {
	content: '';
	width: 16px;
	height: 16px;
	box-shadow: 0 0 0 2px #fff;
	border: 2px solid #fff;
	background-color: #fff;
	flex-shrink: 0;
	box-sizing: border-box;
}
.woocommerce .archive__container .sidebar-filter .buttons {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: center;
	align-items: center;
	row-gap: 10px;
}
.woocommerce .archive__container .sidebar-filter .buttons button[type=submit] {
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #9b782d;
	font-size: 16px;
	line-height: 24px;
	background: transparent;
	border: 2px solid #9b782d;
	box-sizing: border-box;
	border-radius: 5px;
	transition: all .3s ease-in;
	outline: none;
	width: 100%;
	cursor: pointer;
	font-weight: 700;
}
.woocommerce .archive__container .sidebar-filter .buttons button[type=submit]:hover {
	background-color: #9b782d;
	color: #fff;
}
.woocommerce .archive__container .sidebar-filter .buttons button[type=clear] {
	outline: none;
	text-align: center;
	background-color: transparent;
	color: #9b2d30;
	font-size: 16px;
	line-height: 14px;
	transition: color .3s ease-in;
	border: none;
	cursor: pointer;
	font-weight: 700;
}
.woocommerce .archive__container .sidebar-filter .buttons button[type=clear]:hover {
	color: #9b782d;
}
.woocommerce .archive__container .sidebar-filter #openFilter {
	position: fixed;
	top: 50%;
	left: -30px;
	border: 2px solid #9b782d;
	box-sizing: border-box;
	border-radius: 3px;
	transition: all .3s ease-in;
	background-color: #9b782d;
	color: #fff;
	padding: 2px 15px;
	z-index: 9999;
	font-weight: 700;
	transform: rotate(90deg);
	transition: all .3s ease-in;
	cursor: pointer;
	display: none;
}
.woocommerce .archive__container .sidebar-filter #openFilter.active, .woocommerce .archive__container .sidebar-filter #openFilter:hover {
	background-color: #fff;
	color: #9b782d;
}
.woocommerce .archive__container .sidebar-filter #openFilter.active {
	left: 239px;
}

/*========== QUANTITY ============*/
.woocommerce .quantity {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	column-gap: 20px;
}
.woocommerce .quantity button {
	width: 30px;
	height: 30px;
	background-color: transparent;
	border: 2px solid #9b782d;
	box-sizing: border-box;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	font-size: 16px;
	line-height: 1;
	color: #9b782d;
	font-weight: 400;
	cursor: pointer;
	transition: all .3s ease-in;
}
.woocommerce .quantity button:hover {
	background-color: #9b782d;
	color: #fff;
}
.woocommerce .quantity button.disabled {
	opacity: 0.3;
	pointer-events: none;
}
.woocommerce .quantity input[type=number] {
	background-color: transparent;
	outline: none;
	border: none;
	width: 30px;
	font-weight: 700;
	color: #9b782d;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
.woocommerce .quantity input[type=number]::-webkit-outer-spin-button, .woocommerce .quantity input[type=number]::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0;
	/* <-- Apparently some margin are still there even though it's hidden */
}
.woocommerce .order__holder .amount {
	display: none;
}
.woocommerce .order__holder button {
	margin-top: 10px;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    background-color: #9b2d30;
	border: 2px solid #9b2d30;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: 700;
	cursor: pointer;
    transition: all .3s ease-in;
}
.woocommerce .order__holder button:hover {
	color: #9b2d30;
	background-color: #fff;
}
@media (max-width: 425px) {
	.woocommerce .quantity {
		column-gap: 5px;
	}
	.woocommerce .order__holder button {
		font-size: 14px;
		padding: 5px;
	}
}

/*============= CART ==============*/
.woocommerce .product-cart__holder {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 30px;
}
.woocommerce .woocommerce-cart-form {
	width: 75%;
}
.woocommerce .woocommerce-cart-form table {
	display: flex;
	width: 100%;
}
.woocommerce .woocommerce-cart-form table tbody {
	display: flex;
	flex-direction: column;
	width: 100%;
	row-gap: 20px;
}
.woocommerce .woocommerce-cart-form table .cart_item {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	box-shadow: 0px 10px 20px rgba(64, 34, 24, 0.05);
	border-radius: 5px;
	column-gap: 25px;
	padding: 10px 40px 10px 10px;
}
.woocommerce .woocommerce-cart-form table .cart_item .product-thumbnail {
	display: flex;
}
.woocommerce .woocommerce-cart-form table .cart_item .product-thumbnail a {
	width: 100px;
	height: 100px;
	display: inherit;
}
.woocommerce .woocommerce-cart-form table .cart_item .product-thumbnail img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	object-fit: cover;
}
.woocommerce .woocommerce-cart-form table .cart_item .product-name a {
	color: #9b2d30;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
}
.woocommerce .woocommerce-cart-form table .cart_item .product-quantity {
	margin-left: auto;
}
.woocommerce .woocommerce-cart-form table .cart_item .product-price {
	width: 100px;
	text-align: right;
}
.woocommerce .woocommerce-cart-form table .cart_item .product-price bdi {
	font-size: 24px;
	line-height: 32px;
	color: #9b2d30;
	font-weight: 700;
}
.woocommerce .woocommerce-cart-form table .cart_item .product-remove a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 14px 30px;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: #9b782d;
	border-radius: 5px;
	border: 2px solid #9b782d;
	background-color: transparent;
	transition: all .3s ease-in;
}
.woocommerce .woocommerce-cart-form table .cart_item .product-remove a:hover {
	background-color: #9b782d;
	color: #fff;
}
.woocommerce .woocommerce-cart-form table tr.actions__holder {
	display: none;
}
.woocommerce .cart-collaterals {
	width: 25%;
}
.woocommerce .cart-collaterals .cart_totals {
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	box-shadow: 0px 10px 20px rgba(64, 34, 24, 0.05);
	border-radius: 5px;
	padding: 35px 25px;
}
.woocommerce .cart-collaterals table {
	display: flex;
	width: 100%;
	margin-bottom: 30px;
}
.woocommerce .cart-collaterals table tbody {
	display: flex;
	flex-direction: column;
	width: 100%;
	row-gap: 15px;
}
.woocommerce .cart-collaterals table tr {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: end;
	font-size: 16px;
	line-height: 24px;
	color: #9b2d30;
}
.woocommerce .cart-collaterals table tr th {
	text-align: left;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}
.woocommerce .cart-collaterals table tr td {
	line-height: inherit;
	color: inherit;
	font-size: inherit;
	text-align: right;
}
.woocommerce .cart-collaterals table tr.order-total th, .woocommerce .cart-collaterals table tr.order-total td bdi {
	font-weight: 700;
}
.woocommerce .cart-collaterals form.clear-cart {
	margin-bottom: 20px;
}
.woocommerce .cart-collaterals button.clear-cart {
	outline: none;
	border: none;
	background-color: transparent;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
	font-size: 16px;
	line-height: 24px;
	color: #C4C4C4;
	font-weight: 600;
	transition: color .3s ease-in;
	cursor: pointer;
}
.woocommerce .cart-collaterals button.clear-cart svg path {
	transition: fill .3s ease-in;
}
.woocommerce .cart-collaterals button.clear-cart:hover {
	color: #9b782d;
}
.woocommerce .cart-collaterals button.clear-cart:hover svg path {
	fill: #9b782d;
}
.woocommerce .cart-collaterals a.checkout-button {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	background-color: #9b782d;
	border: 2px solid #9b782d;
	border-radius: 5px;
	transition: all .3s ease-in;
	padding: 15px 0;
}
.woocommerce .cart-collaterals a.checkout-button:hover {
	background-color: #fff;
	color: #9b782d;
}

/*========== CROSS SELLS ============*/
.cross-sells {
	margin-bottom: 40px;
}
.cross-sells h2 {
	font-size: 36px;
	line-height: 44px;
	color: #9b2d30;
	font-weight: 700;
	margin-bottom: 5px;
}
.cross-sells .cross__holder {
	margin-top: 40px;
	overflow: hidden;
}
.cross-sells .cross__holder ul.products {
	align-items: stretch;
}
.cross-sells .cross__holder ul.products li {
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(64, 34, 24, 0.1);
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	padding: 15px;
	position: relative;
	height: auto;
	margin-bottom: 0;
}
.cross-sells .cross__holder ul.products li .tags__holder {
	position: absolute;
	left: 0;
	top: 20px;
	display: flex;
	flex-direction: column;
	row-gap: 2px;
	z-index: 3;
}
.cross-sells .cross__holder ul.products li .tags__holder .tag {
	font-size: 14px;
	font-weight: 700;
	padding: 5px 10px 5px 10px;
	border-radius: 0px 5px 5px 0px;
	color: #fff;
	background-color: #9b782d;
	width: fit-content;
}
.cross-sells .cross__holder ul.products li .tags__holder .tag.sale {
	background-color: #DE535D;
}
.cross-sells .cross__holder ul.products li .tags__holder .tag.newest {
	background-color: #5361DE;
}
.cross-sells .cross__holder ul.products li .tags__holder .tag.hit {
	background-color: #F5A255;
}
.cross-sells .cross__holder ul.products li a .image__holder {
	display: flex;
	box-sizing: border-box;
	height: 180px;
	margin-bottom: 20px;
}
.cross-sells .cross__holder ul.products li a .hover {
	display: flex;
	position: relative;
	width: 100%;
}
.cross-sells .cross__holder ul.products li a .hover span {
	pointer-events: none;
	opacity: 0;
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-size: 18px;
	line-height: 26px;
	color: #FFFFFF;
	text-align: left;
	transition: opacity .3s ease-in;
}
.cross-sells .cross__holder ul.products li a .hover span svg {
	vertical-align: middle;
}
.cross-sells .cross__holder ul.products li a .hover:before {
	content: '';
	position: absolute;
	pointer-events: none;
	opacity: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(155, 45, 48, 0.9);
	border-radius: 5px;
	transition: opacity .3s ease-in;
}
.cross-sells .cross__holder ul.products li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
	aspect-ratio: initial;
}
.cross-sells .cross__holder ul.products li a h2.woocommerce-loop-product__title {
	font-size: 16px;
	line-height: 24px;
	color: #9b2d30;
	font-weight: 700;
	margin-bottom: 5px;
}
.cross-sells .cross__holder ul.products li a .order__unit {
	text-transform: lowercase;
	font-size: 16px;
	line-height: 24px;
	color: #9b2d30;
}
.cross-sells .cross__holder ul.products li a .price {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
	margin: 10px 0 30px;
}
.cross-sells .cross__holder ul.products li a .price bdi {
	font-size: 18px;
	line-height: 26px;
	color: #9b782d;
	font-weight: 700;
}
.cross-sells .cross__holder ul.products li a .price ins {
	text-decoration: none;
}
.cross-sells .cross__holder ul.products li a .price del bdi {
	font-size: 18px;
	line-height: 26px;
	color: #9b2d30;
	font-weight: 400;
}
.cross-sells .cross__holder ul.products li .btns__holder {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	column-gap: 15px;
	margin-top: auto;
}
.cross-sells .cross__holder ul.products li .btns__holder a.product_type_simple,
.cross-sells .cross__holder ul.products li .btns__holder a.add_to_cart_button {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 700;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #9b782d;
	border-radius: 5px;
	border: 2px solid #9b782d;
	transition: all .3s ease-in;
	max-width: 145px;
	width: 100%;
}
.cross-sells .cross__holder ul.products li .btns__holder a.product_type_simple:hover,
.cross-sells .cross__holder ul.products li .btns__holder a.add_to_cart_button:hover {
	color: #9b782d;
	background-color: #fff;
}
.cross-sells .cross__holder ul.products li .btns__holder a.added_to_cart {
	display: none;
}
.cross-sells .cross__holder ul.products li .btns__holder button.favorites {
	outline: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
}
.cross-sells .cross__holder ul.products li .btns__holder button.favorites svg path {
	transition: fill .3s ease-in;
}
.cross-sells .cross__holder ul.products li .btns__holder button.favorites:hover svg {
	fill: #9b2d30;
}
.cross-sells .cross__holder ul.products li .btns__holder button.favorites:hover svg path {
	fill: #9b2d30;
}
.cross-sells .cross__holder ul.products li:hover h2.woocommerce-loop-product__title {
	color: #9b782d;
}
.cross-sells .cross__holder ul.products li:hover .hover:before,
.cross-sells .cross__holder ul.products li:hover .hover span {
	opacity: 1;
}
.cross-sells .cross__holder .nav__holder {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.cross-sells .cross__holder .nav__holder .upsells-button-next,
.cross-sells .cross__holder .nav__holder .upsells-button-prev {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	position: initial;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	transition: background-color .3s ease-in;
	cursor: pointer;
}
.cross-sells .cross__holder .nav__holder .upsells-button-next svg path,
.cross-sells .cross__holder .nav__holder .upsells-button-prev svg path {
	transition: fill .3s ease-in;
}
.cross-sells .cross__holder .nav__holder .upsells-button-next:hover,
.cross-sells .cross__holder .nav__holder .upsells-button-prev:hover {
	background-color: #9b782d;
}
.cross-sells .cross__holder .nav__holder .upsells-button-next:hover svg path,
.cross-sells .cross__holder .nav__holder .upsells-button-prev:hover svg path {
	fill: #fff;
}
.cross-sells .cross__holder .nav__holder .swiper-pagination {
	position: initial;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 15px;
}
.cross-sells .cross__holder .nav__holder .swiper-pagination .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background-color: transparent;
	border: 1px solid #9b782d;
	margin: 0;
	padding: 0;
	border-radius: 50%;
	opacity: 1;
}
.cross-sells .cross__holder .nav__holder .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #9b782d;
}

/*========== CHECKOUT ==========*/
.woocommerce form[name=checkout] {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	column-gap: 30px;
}
.woocommerce form[name=checkout] #customer_details {
	width: 75%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 30px;
}
.woocommerce form[name=checkout] #customer_details .col-1,
.woocommerce form[name=checkout] #customer_details .col-2 {
	width: 50%;
}
.woocommerce form[name=checkout] #customer_details p.form-row {
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
}
.woocommerce form[name=checkout] #customer_details p.form-row label {
	font-size: 16px;
	line-height: 24px;
	color: #9b2d30;
	font-weight: 700;
	padding-bottom: 5px;
}
.woocommerce form[name=checkout] #customer_details p.form-row label abbr {
	text-decoration: none;
}
.woocommerce form[name=checkout] #customer_details p.form-row textarea,
.woocommerce form[name=checkout] #customer_details p.form-row input {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 8px 20px;
	font-size: 16px;
	line-height: 24px;
	color: #9b2d30;
	outline: none;
}
.woocommerce form[name=checkout] #customer_details p.form-row textarea:focus,
.woocommerce form[name=checkout] #customer_details p.form-row input:focus {
	border-color: #9b2d30;
}
.woocommerce form[name=checkout] #customer_details p.form-row textarea::placeholder,
.woocommerce form[name=checkout] #customer_details p.form-row input::placeholder {
	color: #C4C4C4;
}
.woocommerce form[name=checkout] #customer_details p.form-row textarea {
	resize: none;
	height: 42px;
}
.woocommerce form[name=checkout] #customer_details #ship-to-different-address {
	display: none;
}
.woocommerce form[name=checkout] #customer_details .need__shipping .ship__head {
	font-size: 16px;
	line-height: 24px;
	color: #9b2d30;
	font-weight: 700;
	margin-bottom: 15px;
}
.woocommerce form[name=checkout] #customer_details .need__shipping #shipping_method {
	list-style-type: none;
}
.woocommerce form[name=checkout] #customer_details .need__shipping #shipping_method li {
	margin-bottom: 10px;
}
.woocommerce form[name=checkout] #customer_details .need__shipping #shipping_method li:before {
	display: none;
}
.woocommerce form[name=checkout] #customer_details .need__shipping #shipping_method li input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: contents;
}
.woocommerce form[name=checkout] #customer_details .need__shipping #shipping_method li input:checked + label:before {
	background-color: #9b782d;
}
.woocommerce form[name=checkout] #customer_details .need__shipping #shipping_method li label {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
	font-size: 16px;
	color: #9b2d30;
}
.woocommerce form[name=checkout] #customer_details .need__shipping #shipping_method li label:before {
	content: '';
	width: 16px;
	height: 16px;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #9b2d30;
	border: 2px solid #fff;
	background-color: #fff;
	box-sizing: border-box;
}
.woocommerce form[name=checkout] #order_review {
	width: 25%;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	box-shadow: 0px 10px 20px rgba(64, 34, 24, 0.05);
	border-radius: 5px;
	padding: 35px 25px;
}
.woocommerce form[name=checkout] #order_review table {
	display: flex;
	width: 100%;
	margin-bottom: 30px;
}
.woocommerce form[name=checkout] #order_review table tfoot {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
	width: 100%;
}
.woocommerce form[name=checkout] #order_review table tfoot tr {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: end;
	font-size: 16px;
	line-height: 24px;
	color: #9b2d30;
}
.woocommerce form[name=checkout] #order_review table tfoot tr th {
	text-align: left;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}
.woocommerce form[name=checkout] #order_review table tfoot tr td {
	text-align: right;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}
.woocommerce form[name=checkout] #order_review table tfoot tr.order-total th, .woocommerce form[name=checkout] #order_review table tfoot tr.order-total td bdi {
	font-weight: 700;
}
.woocommerce form[name=checkout] #order_review #payment ul {
	list-style-type: none;
	margin-bottom: 20px;
}
.woocommerce form[name=checkout] #order_review #payment ul li {
	flex-direction: column;
	margin-bottom: 10px;
}
.woocommerce form[name=checkout] #order_review #payment ul li:before {
	display: none;
}
.woocommerce form[name=checkout] #order_review #payment ul li input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: contents;
}
.woocommerce form[name=checkout] #order_review #payment ul li input:checked + label:before {
	background-color: #9b782d;
}
.woocommerce form[name=checkout] #order_review #payment ul li label {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
	font-size: 16px;
	color: #9b2d30;
}
.woocommerce form[name=checkout] #order_review #payment ul li label:before {
	content: '';
	width: 16px;
	height: 16px;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #9b2d30;
	border: 2px solid #fff;
	background-color: #fff;
	box-sizing: border-box;
}
.woocommerce form[name=checkout] #order_review #payment ul li .payment_box {
	border-radius: 5px;
	margin-top: 5px;
	padding-left: 25px;
}
.woocommerce form[name=checkout] #order_review #payment ul li .payment_box p {
	font-size: 14px;
	line-height: 18px;
	color: #9b2d30;
	margin-bottom: 0;
}
.woocommerce form[name=checkout] #order_review #payment .woocommerce-terms-and-conditions-wrapper a,
.woocommerce form[name=checkout] #order_review #payment .woocommerce-terms-and-conditions-wrapper p {
	font-size: 14px;
	line-height: 18px;
	color: #9b2d30;
	margin-bottom: 0;
}
.woocommerce form[name=checkout] #order_review #payment .woocommerce-terms-and-conditions-wrapper a:hover {
	color: #9b782d;
}
.woocommerce form[name=checkout] #order_review #payment a.cart__btn {
	display: block;
	margin-top: 20px;
	color: #C4C4C4;
	font-size: 16px;
	line-height: 24px;
	transition: color .3s ease-in;
	font-weight: 700;
}
.woocommerce form[name=checkout] #order_review #payment a.cart__btn:hover {
	color: #9b782d;
}
.woocommerce form[name=checkout] #order_review #payment button[type=submit] {
	margin-top: 20px;
	cursor: pointer;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	background-color: #9b782d;
	border: 2px solid #9b782d;
	border-radius: 5px;
	transition: all .3s ease-in;
	padding: 15px 0;
}
.woocommerce form[name=checkout] #order_review #payment button[type=submit]:hover {
	background-color: #fff;
	color: #9b782d;
}

table.woocommerce-table.woocommerce-table--order-details {
	border-collapse: collapse;
	width: 100%;
}
table.woocommerce-table.woocommerce-table--order-details thead {
	background: #9b782d;
}
table.woocommerce-table.woocommerce-table--order-details thead th {
	font-weight: 700;
	padding: 5px;
	color: #fff;
}
table.woocommerce-table.woocommerce-table--order-details td,
table.woocommerce-table.woocommerce-table--order-details th {
	border: 1px solid white;
	text-align: left;
	padding: 5px;
}
table.woocommerce-table.woocommerce-table--order-details tfoot td,
table.woocommerce-table.woocommerce-table--order-details tfoot th {
	font-weight: 700;
}

/*=========== SINGLE PRODUCT ===========*/
#single-product {
	padding-bottom: 60px;
}
#single-product .product_top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	column-gap: 60px;
	margin-bottom: 70px;
}
#single-product .product_top .slider__block {
	width: 45%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	overflow: hidden;
	column-gap: 15px;
}
#single-product .product_top .slider__block .main__images {
	width: 100%;
	overflow: hidden;
}
#single-product .product_top .slider__block .main__images .item__image {
	height: auto;
	width: 100%;
	box-sizing: border-box;
}
#single-product .product_top .slider__block .main__images .item__image img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
#single-product .product_top .slider__block .main__images.slided {
	width: 80%;
}
#single-product .product_top .slider__block .overflow {
	position: relative;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
#single-product .product_top .slider__block .main__thumbs {
	width: 100px;
	height: 320px;
	overflow: hidden;
}
#single-product .product_top .slider__block .main__thumbs .item__thumb {
	box-sizing: border-box;
	cursor: pointer;
}
#single-product .product_top .slider__block .swiper-button-next:after,
#single-product .product_top .slider__block .swiper-button-prev:after {
	display: none;
}
#single-product .product_top .slider__block .swiper-button-next,
#single-product .product_top .slider__block .swiper-button-prev {
	width: 24px;
	height: 24px;
	display: block;
	border: none;
	outline: none;
	position: initial;
	margin: 0;
}
#single-product .product_top .slider__block .swiper-button-next svg path,
#single-product .product_top .slider__block .swiper-button-prev svg path {
	transition: fill .3s ease-in;
}
#single-product .product_top .slider__block .swiper-button-next:hover svg path,
#single-product .product_top .slider__block .swiper-button-prev:hover svg path {
	fill: #9b782d;
}
#single-product .product_top .summary.entry-summary {
	width: 55%;
	height: auto;
	display: flex;
	flex-direction: column;
}
#single-product .product_top .summary.entry-summary .product__article {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 25px;
}
#single-product .product_top .summary.entry-summary .product__article b {
	font-weight: 700;
}
#single-product .product_top .summary.entry-summary .info__holder {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
	column-gap: 40px;
}
#single-product .product_top .summary.entry-summary .info__holder .price__holder {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	column-gap: 20px;
	padding: 20px 40px;
	background: #9b782d;
	border-radius: 5px;
	max-width: 320px;
	width: 100%;
}
#single-product .product_top .summary.entry-summary .info__holder .price__holder .price {
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	font-weight: 700;
	flex-shrink: 0;
}
#single-product .product_top .summary.entry-summary .info__holder .price__holder .price span {
	font-weight: 700;
	text-transform: lowercase;
}
#single-product .product_top .summary.entry-summary .info__holder .price__holder .price__info {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 700;
}
#single-product .product_top .summary.entry-summary .info__holder .price__holder .price__info span {
	font-weight: 700;
	text-transform: lowercase;
}
#single-product .product_top .summary.entry-summary .info__holder .btns__holder {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	row-gap: 15px;
}
#single-product .product_top .summary.entry-summary .info__holder .btns__holder button,
#single-product .product_top .summary.entry-summary .info__holder .btns__holder a {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	transition: color .3s ease-in;
	outline: none;
	background: none;
	cursor: pointer;
	border: none;
}
#single-product .product_top .summary.entry-summary .info__holder .btns__holder svg path{
	fill: #9b2d30;
}
#single-product .product_top .summary.entry-summary .info__holder .btns__holder button:hover,
#single-product .product_top .summary.entry-summary .info__holder .btns__holder a:hover {
	color: #9b782d;
}
#single-product .product_top .summary.entry-summary .info__holder .btns__holder button.favorite__btn.added svg path {
	fill: #9b2d30;
}
#single-product .product_top .summary.entry-summary form.cart {
	height: 100%;
	display: flex;
	flex-direction: column;
	margin-top: auto;
}
#single-product .product_top .summary.entry-summary form.cart .quantity {
	justify-content: flex-start;
}
#single-product .product_top .summary.entry-summary form.cart .order__holder {
	margin-top: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: end;
	column-gap: 60px;
}
#single-product .product_top .summary.entry-summary form.cart .order__holder .amount {
	font-size: 36px;
	line-height: 44px;
	color: #fff;
	font-weight: 400;
}
#single-product .product_top .summary.entry-summary form.cart .order__holder .amount #total-amount {
	font-weight: 700;
}
#single-product .product_top .summary.entry-summary form.cart button[type=submit] {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 700;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #9b782d;
	border-radius: 5px;
	border: 2px solid #9b782d;
	transition: all .3s ease-in;
	max-width: 145px;
	width: 100%;
	cursor: pointer;
}
#single-product .product_top .summary.entry-summary form.cart button[type=submit]:hover {
	background-color: #fff;
	color: #9b782d;
}
#single-product .product_bottom .info__holder {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 50px;
	padding: 40px 50px;
	background: #9b782d;
	border-radius: 5px;
	margin-bottom: 120px;
}
#single-product .product_bottom .info__holder .block__title {
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 25px;
}
#single-product .product_bottom .info__holder .product__desc,
#single-product .product_bottom .info__holder .product__attrs {
	flex-grow: 1;
	width: 50%;
}
#single-product .product_bottom .info__holder .product__attrs table {
	display: flex;
	width: 100%;
}
#single-product .product_bottom .info__holder .product__attrs table tbody {
	display: flex;
	flex-direction: column;
	width: 100%;
	row-gap: 15px;
}
#single-product .product_bottom .info__holder .product__attrs table tr {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}
#single-product .product_bottom .info__holder .product__attrs table tr th {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-align: left;
}
#single-product .product_bottom .info__holder .product__attrs table tr td {
	text-align: right;
}
#single-product .product_bottom .info__holder .product__attrs table tr p {
	margin-bottom: 0;
}
#single-product .product_bottom .info__holder .product__attrs table tr p a:hover {
	color: #fff;
}

/*============ RELATED and UPSELLS PRODUCTS =============*/
section.up-sells.products,
section.related.products {
	margin-bottom: 40px;
}
section.up-sells.products h2,
section.related.products h2 {
	font-size: 36px;
	line-height: 44px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 5px;
	margin-top: 0;
}
section.up-sells.products h3.related__subtitle,
section.related.products h3.related__subtitle {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}
section.up-sells.products .up-sells__holder,
section.up-sells.products .related__holder,
section.related.products .up-sells__holder,
section.related.products .related__holder {
	margin-top: 40px;
	overflow: hidden;
}
section.up-sells.products .up-sells__holder ul.products,
section.up-sells.products .related__holder ul.products,
section.related.products .up-sells__holder ul.products,
section.related.products .related__holder ul.products {
	align-items: stretch;
}
section.up-sells.products .up-sells__holder ul.products li,
section.up-sells.products .related__holder ul.products li,
section.related.products .up-sells__holder ul.products li,
section.related.products .related__holder ul.products li {
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(64, 34, 24, 0.1);
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	padding: 15px;
	position: relative;
	height: auto;
	margin-bottom: 0;
}
section.up-sells.products .up-sells__holder ul.products li .tags__holder,
section.up-sells.products .related__holder ul.products li .tags__holder,
section.related.products .up-sells__holder ul.products li .tags__holder,
section.related.products .related__holder ul.products li .tags__holder {
	position: absolute;
	left: 0;
	top: 20px;
	display: flex;
	flex-direction: column;
	row-gap: 2px;
	z-index: 3;
}
section.up-sells.products .up-sells__holder ul.products li .tags__holder .tag,
section.up-sells.products .related__holder ul.products li .tags__holder .tag,
section.related.products .up-sells__holder ul.products li .tags__holder .tag,
section.related.products .related__holder ul.products li .tags__holder .tag {
	font-size: 14px;
	font-weight: 700;
	padding: 5px 10px 5px 10px;
	border-radius: 0 5px 5px 0;
	color: #fff;
	background-color: #9b782d;
	width: fit-content;
}
section.up-sells.products .up-sells__holder ul.products li .tags__holder .tag.sale,
section.up-sells.products .related__holder ul.products li .tags__holder .tag.sale,
section.related.products .up-sells__holder ul.products li .tags__holder .tag.sale,
section.related.products .related__holder ul.products li .tags__holder .tag.sale {
	background-color: #DE535D;
}
section.up-sells.products .up-sells__holder ul.products li .tags__holder .tag.newest,
section.up-sells.products .related__holder ul.products li .tags__holder .tag.newest,
section.related.products .up-sells__holder ul.products li .tags__holder .tag.newest,
section.related.products .related__holder ul.products li .tags__holder .tag.newest {
	background-color: #5361DE;
}
section.up-sells.products .up-sells__holder ul.products li .tags__holder .tag.hit,
section.up-sells.products .related__holder ul.products li .tags__holder .tag.hit,
section.related.products .up-sells__holder ul.products li .tags__holder .tag.hit,
section.related.products .related__holder ul.products li .tags__holder .tag.hit {
	background-color: #F5A255;
}
section.up-sells.products .up-sells__holder ul.products li a .image__holder,
section.up-sells.products .related__holder ul.products li a .image__holder,
section.related.products .up-sells__holder ul.products li a .image__holder,
section.related.products .related__holder ul.products li a .image__holder {
	display: flex;
	box-sizing: border-box;
	height: 180px;
	margin-bottom: 20px;
}
section.up-sells.products .up-sells__holder ul.products li a .hover,
section.up-sells.products .related__holder ul.products li a .hover,
section.related.products .up-sells__holder ul.products li a .hover,
section.related.products .related__holder ul.products li a .hover {
	display: flex;
	position: relative;
	width: 100%;
}
section.up-sells.products .up-sells__holder ul.products li a .hover span,
section.up-sells.products .related__holder ul.products li a .hover span,
section.related.products .up-sells__holder ul.products li a .hover span,
section.related.products .related__holder ul.products li a .hover span {
	pointer-events: none;
	opacity: 0;
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-size: 18px;
	line-height: 26px;
	color: #FFFFFF;
	text-align: left;
	transition: opacity .3s ease-in;
}
section.up-sells.products .up-sells__holder ul.products li a .hover span svg,
section.up-sells.products .related__holder ul.products li a .hover span svg,
section.related.products .up-sells__holder ul.products li a .hover span svg,
section.related.products .related__holder ul.products li a .hover span svg {
	vertical-align: middle;
}
section.up-sells.products .up-sells__holder ul.products li a .hover:before,
section.up-sells.products .related__holder ul.products li a .hover:before,
section.related.products .up-sells__holder ul.products li a .hover:before,
section.related.products .related__holder ul.products li a .hover:before {
	content: '';
	position: absolute;
	pointer-events: none;
	opacity: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(155, 45, 48, 0.9);
	border-radius: 5px;
	transition: opacity .3s ease-in;
}
section.up-sells.products .up-sells__holder ul.products li a img,
section.up-sells.products .related__holder ul.products li a img,
section.related.products .up-sells__holder ul.products li a img,
section.related.products .related__holder ul.products li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
	aspect-ratio: initial;
}
section.up-sells.products .up-sells__holder ul.products li a h2.woocommerce-loop-product__title,
section.up-sells.products .related__holder ul.products li a h2.woocommerce-loop-product__title,
section.related.products .up-sells__holder ul.products li a h2.woocommerce-loop-product__title,
section.related.products .related__holder ul.products li a h2.woocommerce-loop-product__title {
	font-size: 16px;
	line-height: 24px;
	color: #2b2a29;
	font-weight: 700;
	margin-bottom: 5px;
}
section.up-sells.products .up-sells__holder ul.products li a .order__unit,
section.up-sells.products .related__holder ul.products li a .order__unit,
section.related.products .up-sells__holder ul.products li a .order__unit,
section.related.products .related__holder ul.products li a .order__unit {
	text-transform: lowercase;
	font-size: 16px;
	line-height: 24px;
	color: #2b2a29;
}
section.up-sells.products .up-sells__holder ul.products li a .price,
section.up-sells.products .related__holder ul.products li a .price,
section.related.products .up-sells__holder ul.products li a .price,
section.related.products .related__holder ul.products li a .price {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
	margin: 10px 0 30px;
}
section.up-sells.products .up-sells__holder ul.products li a .price bdi,
section.up-sells.products .related__holder ul.products li a .price bdi,
section.related.products .up-sells__holder ul.products li a .price bdi,
section.related.products .related__holder ul.products li a .price bdi {
	font-size: 18px;
	line-height: 26px;
	color: #9b2d30;
	font-weight: 700;
}
section.up-sells.products .up-sells__holder ul.products li a .price ins,
section.up-sells.products .related__holder ul.products li a .price ins,
section.related.products .up-sells__holder ul.products li a .price ins,
section.related.products .related__holder ul.products li a .price ins {
	text-decoration: none;
}
section.up-sells.products .up-sells__holder ul.products li a .price del bdi,
section.up-sells.products .related__holder ul.products li a .price del bdi,
section.related.products .up-sells__holder ul.products li a .price del bdi,
section.related.products .related__holder ul.products li a .price del bdi {
	font-size: 18px;
	line-height: 26px;
	color: #9b782d;
	font-weight: 400;
}
section.up-sells.products .up-sells__holder ul.products li .btns__holder,
section.up-sells.products .related__holder ul.products li .btns__holder,
section.related.products .up-sells__holder ul.products li .btns__holder,
section.related.products .related__holder ul.products li .btns__holder {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	column-gap: 15px;
	margin-top: auto;
}
section.up-sells.products .up-sells__holder ul.products li .btns__holder a.product_type_simple,
section.up-sells.products .up-sells__holder ul.products li .btns__holder a.add_to_cart_button,
section.up-sells.products .related__holder ul.products li .btns__holder a.product_type_simple,
section.up-sells.products .related__holder ul.products li .btns__holder a.add_to_cart_button,
section.related.products .up-sells__holder ul.products li .btns__holder a.product_type_simple,
section.related.products .up-sells__holder ul.products li .btns__holder a.add_to_cart_button,
section.related.products .related__holder ul.products li .btns__holder a.product_type_simple,
section.related.products .related__holder ul.products li .btns__holder a.add_to_cart_button {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 700;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #9b2d30;
	border-radius: 5px;
	border: 2px solid #9b2d30;
	transition: all .3s ease-in;
	max-width: 145px;
	width: 100%;
}
section.up-sells.products .up-sells__holder ul.products li .btns__holder a.product_type_simple:hover,
section.up-sells.products .up-sells__holder ul.products li .btns__holder a.add_to_cart_button:hover,
section.up-sells.products .related__holder ul.products li .btns__holder a.product_type_simple:hover,
section.up-sells.products .related__holder ul.products li .btns__holder a.add_to_cart_button:hover,
section.related.products .up-sells__holder ul.products li .btns__holder a.product_type_simple:hover,
section.related.products .up-sells__holder ul.products li .btns__holder a.add_to_cart_button:hover,
section.related.products .related__holder ul.products li .btns__holder a.product_type_simple:hover,
section.related.products .related__holder ul.products li .btns__holder a.add_to_cart_button:hover {
	color: #9b2d30;
	background-color: #fff;
}
section.up-sells.products .up-sells__holder ul.products li .btns__holder a.added_to_cart,
section.up-sells.products .related__holder ul.products li .btns__holder a.added_to_cart,
section.related.products .up-sells__holder ul.products li .btns__holder a.added_to_cart,
section.related.products .related__holder ul.products li .btns__holder a.added_to_cart {
	display: none;
}
section.up-sells.products .up-sells__holder ul.products li .btns__holder button.favorites,
section.up-sells.products .related__holder ul.products li .btns__holder button.favorites,
section.related.products .up-sells__holder ul.products li .btns__holder button.favorites,
section.related.products .related__holder ul.products li .btns__holder button.favorites {
	outline: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
}
section.up-sells.products .up-sells__holder ul.products li .btns__holder button.favorites svg path,
section.up-sells.products .related__holder ul.products li .btns__holder button.favorites svg path,
section.related.products .up-sells__holder ul.products li .btns__holder button.favorites svg path,
section.related.products .related__holder ul.products li .btns__holder button.favorites svg path {
	transition: fill .3s ease-in;
}
section.up-sells.products .up-sells__holder ul.products li .btns__holder button.favorites svg path,
section.up-sells.products .related__holder ul.products li .btns__holder button.favorites svg path,
section.related.products .up-sells__holder ul.products li .btns__holder button.favorites svg path,
section.related.products .related__holder ul.products li .btns__holder button.favorites svg path {
	fill: #9b2d30;
}
section.up-sells.products .up-sells__holder ul.products li .btns__holder button.favorites:hover svg path,
section.up-sells.products .related__holder ul.products li .btns__holder button.favorites:hover svg path,
section.related.products .up-sells__holder ul.products li .btns__holder button.favorites:hover svg path,
section.related.products .related__holder ul.products li .btns__holder button.favorites:hover svg path {
	fill: #9b782d;
}
section.up-sells.products .up-sells__holder ul.products li:hover h2.woocommerce-loop-product__title,
section.up-sells.products .related__holder ul.products li:hover h2.woocommerce-loop-product__title,
section.related.products .up-sells__holder ul.products li:hover h2.woocommerce-loop-product__title,
section.related.products .related__holder ul.products li:hover h2.woocommerce-loop-product__title {
	color: #9b782d;
}
section.up-sells.products .up-sells__holder ul.products li:hover .hover:before,
section.up-sells.products .up-sells__holder ul.products li:hover .hover span,
section.up-sells.products .related__holder ul.products li:hover .hover:before,
section.up-sells.products .related__holder ul.products li:hover .hover span,
section.related.products .up-sells__holder ul.products li:hover .hover:before,
section.related.products .up-sells__holder ul.products li:hover .hover span,
section.related.products .related__holder ul.products li:hover .hover:before,
section.related.products .related__holder ul.products li:hover .hover span {
	opacity: 1;
}
section.up-sells.products .up-sells__holder .nav__holder,
section.up-sells.products .related__holder .nav__holder,
section.related.products .up-sells__holder .nav__holder,
section.related.products .related__holder .nav__holder {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
section.up-sells.products .up-sells__holder .nav__holder .upsells-button-next,
section.up-sells.products .up-sells__holder .nav__holder .upsells-button-prev,
section.up-sells.products .up-sells__holder .nav__holder .related-button-prev,
section.up-sells.products .up-sells__holder .nav__holder .related-button-next,
section.up-sells.products .related__holder .nav__holder .upsells-button-next,
section.up-sells.products .related__holder .nav__holder .upsells-button-prev,
section.up-sells.products .related__holder .nav__holder .related-button-prev,
section.up-sells.products .related__holder .nav__holder .related-button-next,
section.related.products .up-sells__holder .nav__holder .upsells-button-next,
section.related.products .up-sells__holder .nav__holder .upsells-button-prev,
section.related.products .up-sells__holder .nav__holder .related-button-prev,
section.related.products .up-sells__holder .nav__holder .related-button-next,
section.related.products .related__holder .nav__holder .upsells-button-next,
section.related.products .related__holder .nav__holder .upsells-button-prev,
section.related.products .related__holder .nav__holder .related-button-prev,
section.related.products .related__holder .nav__holder .related-button-next {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	position: initial;
	background: #FFFFFF;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	transition: background-color .3s ease-in;
	cursor: pointer;
}
section.up-sells.products .up-sells__holder .nav__holder .upsells-button-next svg path,
section.up-sells.products .up-sells__holder .nav__holder .upsells-button-prev svg path,
section.up-sells.products .up-sells__holder .nav__holder .related-button-prev svg path,
section.up-sells.products .up-sells__holder .nav__holder .related-button-next svg path,
section.up-sells.products .related__holder .nav__holder .upsells-button-next svg path,
section.up-sells.products .related__holder .nav__holder .upsells-button-prev svg path,
section.up-sells.products .related__holder .nav__holder .related-button-prev svg path,
section.up-sells.products .related__holder .nav__holder .related-button-next svg path,
section.related.products .up-sells__holder .nav__holder .upsells-button-next svg path,
section.related.products .up-sells__holder .nav__holder .upsells-button-prev svg path,
section.related.products .up-sells__holder .nav__holder .related-button-prev svg path,
section.related.products .up-sells__holder .nav__holder .related-button-next svg path,
section.related.products .related__holder .nav__holder .upsells-button-next svg path,
section.related.products .related__holder .nav__holder .upsells-button-prev svg path,
section.related.products .related__holder .nav__holder .related-button-prev svg path,
section.related.products .related__holder .nav__holder .related-button-next svg path {
	transition: fill .3s ease-in;
}
section.up-sells.products .up-sells__holder .nav__holder .upsells-button-next:hover,
section.up-sells.products .up-sells__holder .nav__holder .upsells-button-prev:hover,
section.up-sells.products .up-sells__holder .nav__holder .related-button-prev:hover,
section.up-sells.products .up-sells__holder .nav__holder .related-button-next:hover,
section.up-sells.products .related__holder .nav__holder .upsells-button-next:hover,
section.up-sells.products .related__holder .nav__holder .upsells-button-prev:hover,
section.up-sells.products .related__holder .nav__holder .related-button-prev:hover,
section.up-sells.products .related__holder .nav__holder .related-button-next:hover,
section.related.products .up-sells__holder .nav__holder .upsells-button-next:hover,
section.related.products .up-sells__holder .nav__holder .upsells-button-prev:hover,
section.related.products .up-sells__holder .nav__holder .related-button-prev:hover,
section.related.products .up-sells__holder .nav__holder .related-button-next:hover,
section.related.products .related__holder .nav__holder .upsells-button-next:hover,
section.related.products .related__holder .nav__holder .upsells-button-prev:hover,
section.related.products .related__holder .nav__holder .related-button-prev:hover,
section.related.products .related__holder .nav__holder .related-button-next:hover {
	background-color: #9b2d30;
}
section.up-sells.products .up-sells__holder .nav__holder .upsells-button-next:hover svg path,
section.up-sells.products .up-sells__holder .nav__holder .upsells-button-prev:hover svg path,
section.up-sells.products .up-sells__holder .nav__holder .related-button-prev:hover svg path,
section.up-sells.products .up-sells__holder .nav__holder .related-button-next:hover svg path,
section.up-sells.products .related__holder .nav__holder .upsells-button-next:hover svg path,
section.up-sells.products .related__holder .nav__holder .upsells-button-prev:hover svg path,
section.up-sells.products .related__holder .nav__holder .related-button-prev:hover svg path,
section.up-sells.products .related__holder .nav__holder .related-button-next:hover svg path,
section.related.products .up-sells__holder .nav__holder .upsells-button-next:hover svg path,
section.related.products .up-sells__holder .nav__holder .upsells-button-prev:hover svg path,
section.related.products .up-sells__holder .nav__holder .related-button-prev:hover svg path,
section.related.products .up-sells__holder .nav__holder .related-button-next:hover svg path,
section.related.products .related__holder .nav__holder .upsells-button-next:hover svg path,
section.related.products .related__holder .nav__holder .upsells-button-prev:hover svg path,
section.related.products .related__holder .nav__holder .related-button-prev:hover svg path,
section.related.products .related__holder .nav__holder .related-button-next:hover svg path {
	fill: #fff;
}
section.up-sells.products .up-sells__holder .nav__holder .swiper-pagination,
section.up-sells.products .related__holder .nav__holder .swiper-pagination,
section.related.products .up-sells__holder .nav__holder .swiper-pagination,
section.related.products .related__holder .nav__holder .swiper-pagination {
	position: initial;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 15px;
}
section.up-sells.products .up-sells__holder .nav__holder .swiper-pagination .swiper-pagination-bullet,
section.up-sells.products .related__holder .nav__holder .swiper-pagination .swiper-pagination-bullet,
section.related.products .up-sells__holder .nav__holder .swiper-pagination .swiper-pagination-bullet,
section.related.products .related__holder .nav__holder .swiper-pagination .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background-color: transparent;
	border: 1px solid #9b2d30;
	margin: 0;
	padding: 0;
	border-radius: 50%;
	opacity: 1;
}
section.up-sells.products .up-sells__holder .nav__holder .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
section.up-sells.products .related__holder .nav__holder .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
section.related.products .up-sells__holder .nav__holder .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
section.related.products .related__holder .nav__holder .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #9b2d30;
}

/*========= COMPARE PAGE ==========*/
#compare-table {
	overflow-x: scroll;
	width: 100%;
}
#compare-table::-webkit-scrollbar {
	width: 4px;
	/* ширина для вертикального скролла */
	height: 4px;
	/* высота для горизонтального скролла */
	background-color: #C4C4C4;
}
#compare-table::-webkit-scrollbar-thumb {
	background-color: #C4C4C4;
	border-radius: 9em;
	box-shadow: inset 1px 1px 10px #9b782d;
}
#compare-table .products__holder {
	margin-bottom: 40px;
	width: 1170px;
}
#compare-table .products__holder ul.products {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: stretch;
	row-gap: 20px;
	column-gap: 20px;
	list-style-type: none;
	overflow: hidden;
	width: 1170px;
}
#compare-table .products__holder ul.products li {
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(64, 34, 24, 0.1);
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	padding: 15px;
	position: relative;
	height: auto;
	margin-bottom: 0;
	width: 220px;
}
#compare-table .products__holder ul.products li .tags__holder {
	position: absolute;
	left: 0;
	top: 20px;
	display: flex;
	flex-direction: column;
	row-gap: 2px;
	z-index: 3;
}
#compare-table .products__holder ul.products li .tags__holder .tag {
	font-size: 14px;
	font-weight: 700;
	padding: 5px 10px 5px 10px;
	border-radius: 0 5px 5px 0;
	color: #fff;
	background-color: #9b782d;
	width: fit-content;
}
#compare-table .products__holder ul.products li .tags__holder .tag.sale {
	background-color: #DE535D;
}
#compare-table .products__holder ul.products li .tags__holder .tag.newest {
	background-color: #5361DE;
}
#compare-table .products__holder ul.products li .tags__holder .tag.hit {
	background-color: #F5A255;
}
#compare-table .products__holder ul.products li a .image__holder {
	display: flex;
	box-sizing: border-box;
	height: 180px;
	margin-bottom: 20px;
}
#compare-table .products__holder ul.products li a .hover {
	display: flex;
	position: relative;
	width: 100%;
}
#compare-table .products__holder ul.products li a .hover span {
	pointer-events: none;
	opacity: 0;
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-size: 18px;
	line-height: 26px;
	color: #FFFFFF;
	text-align: left;
	transition: opacity .3s ease-in;
}
#compare-table .products__holder ul.products li a .hover span svg {
	vertical-align: middle;
}
#compare-table .products__holder ul.products li a .hover:before {
	content: '';
	position: absolute;
	pointer-events: none;
	opacity: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(155, 45, 48, 0.9);
	border-radius: 5px;
	transition: opacity .3s ease-in;
}
#compare-table .products__holder ul.products li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
	aspect-ratio: initial;
}
#compare-table .products__holder ul.products li a h2.woocommerce-loop-product__title {
	font-size: 16px;
	line-height: 24px;
	color: #9b2d30;
	font-weight: 700;
	margin-bottom: 5px;
	margin-top: 0;
}
#compare-table .products__holder ul.products li a .order__unit {
	text-transform: lowercase;
	font-size: 16px;
	line-height: 24px;
	color: #9b2d30;
}
#compare-table .products__holder ul.products li a .price {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
	margin: 10px 0 30px;
}
#compare-table .products__holder ul.products li a .price bdi {
	font-size: 18px;
	line-height: 26px;
	color: #9b782d;
	font-weight: 700;
}
#compare-table .products__holder ul.products li a .price ins {
	text-decoration: none;
}
#compare-table .products__holder ul.products li a .price del bdi {
	font-size: 18px;
	line-height: 26px;
	color: #9b2d30;
	font-weight: 400;
}
#compare-table .products__holder ul.products li .btns__holder {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	column-gap: 15px;
	margin-top: auto;
}
#compare-table .products__holder ul.products li .btns__holder a.product_type_simple,
#compare-table .products__holder ul.products li .btns__holder a.add_to_cart_button {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 700;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #9b782d;
	border-radius: 5px;
	border: 2px solid #9b782d;
	transition: all .3s ease-in;
	max-width: 145px;
	width: 100%;
}
#compare-table .products__holder ul.products li .btns__holder a.product_type_simple:hover,
#compare-table .products__holder ul.products li .btns__holder a.add_to_cart_button:hover {
	color: #9b782d;
	background-color: #fff;
}
#compare-table .products__holder ul.products li .btns__holder a.added_to_cart {
	display: none;
}
#compare-table .products__holder ul.products li .btns__holder button.favorites {
	outline: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
}
#compare-table .products__holder ul.products li .btns__holder button.favorites svg path {
	transition: fill .3s ease-in;
}
#compare-table .products__holder ul.products li .btns__holder button.favorites:hover svg {
	fill: #9b2d30;
}
#compare-table .products__holder ul.products li .btns__holder button.favorites:hover svg path {
	fill: #9b2d30;
}
#compare-table .products__holder ul.products li:hover h2.woocommerce-loop-product__title {
	color: #9b782d;
}
#compare-table .products__holder ul.products li:hover .hover:before,
#compare-table .products__holder ul.products li:hover .hover span {
	opacity: 1;
}
#compare-table .attrs__holder {
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	width: 1170px;
}
#compare-table .attrs__holder .attr__row {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: stretch;
	background-color: #fff;
	column-gap: 20px;
}
#compare-table .attrs__holder .attr__row:nth-child(odd) {
	background-color: #F5F4F3;
}
#compare-table .attrs__holder .attr__row .attr__name {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 40px;
	font-size: 16px;
	line-height: 24px;
	color: #9b2d30;
	font-weight: 700;
	width: 220px;
	margin-right: auto;
}
#compare-table .attrs__holder .attr__row .product__attr {
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 10px;
	width: 220px;
	color: #9b2d30;
	text-align: center;
	border-left: 1px solid #C4C4C4;
	border-right: 1px solid #C4C4C4;
}
#compare-table .actions__holder {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: stretch;
	row-gap: 20px;
	column-gap: 20px;
	list-style-type: none;
	width: 1170px;
	margin-bottom: 20px;
}
#compare-table .actions__holder a.remove {
	width: 220px;
	font-weight: 700;
	transition: all .3s ease-in;
}
#compare-table .actions__holder a.remove:hover {
	color: #fff;
	background-color: #9b782d;
}
#compare-table #yith-woocompare-table_wrapper {
	display: none !important;
}

/*=========== FAVORITES PAGE ==========*/
#primary.favorites-page .favorites__holder {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	column-gap: 30px;
}
#primary.favorites-page .favorites__holder .left__side {
	width: 75%;
}
#primary.favorites-page .favorites__holder .item__product {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	box-shadow: 0 10px 20px rgba(64, 34, 24, 0.05);
	border-radius: 5px;
	padding: 10px 25px 10px 10px;
	column-gap: 25px;
	margin-bottom: 20px;
}
#primary.favorites-page .favorites__holder .item__product .item__image {
	object-fit: cover;
	width: 80px;
	height: 80px;
	border-radius: 5px;
}
#primary.favorites-page .favorites__holder .item__product .item__title {
	font-size: 18px;
	line-height: 26px;
	color: #9b2d30;
	font-weight: 700;
}
#primary.favorites-page .favorites__holder .item__product form.cart {
	margin-left: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	column-gap: 20px;
}
#primary.favorites-page .favorites__holder .item__product form.cart .total-amount {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 24px;
	line-height: 32px;
	color: #9b2d30;
	font-weight: 700;
	width: 120px;
}
#primary.favorites-page .favorites__holder .item__product form.cart .total-amount del {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #9b2d30;
}
#primary.favorites-page .favorites__holder .item__product form.cart .total-amount .actual__price {
	font-size: 24px;
	line-height: 32px;
	color: #9b2d30;
	font-weight: 700;
}
#primary.favorites-page .favorites__holder .item__product form.cart .total-amount .actual__price span {
	font-weight: 700;
}
#primary.favorites-page .favorites__holder .item__product form.cart button[type=submit] {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 700;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #9b782d;
	border-radius: 5px;
	border: 2px solid #9b782d;
	transition: all .3s ease-in;
	max-width: 145px;
	width: 100%;
	flex-shrink: 0;
	cursor: pointer;
}
#primary.favorites-page .favorites__holder .item__product form.cart button[type=submit]:hover {
	background-color: #fff;
	color: #9b782d;
}
#primary.favorites-page .favorites__holder .item__product form.remove__item button {
	width: 30px;
	height: 30px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	color: #9b782d;
	background-color: #fff;
	border: 2px solid #9b782d;
	border-radius: 5px;
	cursor: pointer;
	transition: all .3s ease-in;
}
#primary.favorites-page .favorites__holder .item__product form.remove__item button:hover {
	color: #fff;
	background-color: #9b782d;
}
#primary.favorites-page .favorites__holder .right__side {
	width: 25%;
}
#primary.favorites-page .favorites__holder .info__holder {
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	box-shadow: 0 10px 20px rgba(64, 34, 24, 0.05);
	border-radius: 5px;
	padding: 35px 25px;
	display: flex;
	flex-direction: column;
}
#primary.favorites-page .favorites__holder .info__holder .item__info {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: end;
	width: 100%;
	margin-bottom: 15px;
}
#primary.favorites-page .favorites__holder .info__holder .item__info .item__value,
#primary.favorites-page .favorites__holder .info__holder .item__info .item__title {
	font-size: 16px;
	line-height: 24px;
	color: #9b2d30;
}
#primary.favorites-page .favorites__holder .info__holder .item__info.total .item__value,
#primary.favorites-page .favorites__holder .info__holder .item__info.total .item__title {
	font-weight: 700;
}
#primary.favorites-page .favorites__holder .info__holder .item__info.total .item__value span,
#primary.favorites-page .favorites__holder .info__holder .item__info.total .item__title span {
	font-weight: 700;
}
#primary.favorites-page .favorites__holder .info__holder button.clear__fav {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
	outline: none;
	border: none;
	background-color: transparent;
	font-size: 16px;
	line-height: 24px;
	color: #C4C4C4;
	font-weight: 700;
	cursor: pointer;
	transition: color .3s ease-in;
}
#primary.favorites-page .favorites__holder .info__holder button.clear__fav:hover {
	color: #9b782d;
}

/*========== ARCHIVE STOCKS =============*/
#primary.archive-stocks .stocks__holder {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 50px;
}
#primary.archive-stocks .stocks__holder .stock__item {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
#primary.archive-stocks .stocks__holder .stock__item .image__holder {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 15px;
	height: 230px;
	padding: 30px 35px;
	border-radius: 5px;
	position: relative;
}
#primary.archive-stocks .stocks__holder .stock__item .image__holder .holder__title {
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	font-weight: 700;
	display: block;
}
#primary.archive-stocks .stocks__holder .stock__item .image__holder .holder__subtitle {
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	color: #fff;
}
#primary.archive-stocks .stocks__holder .stock__item .image__holder .hover {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: rgba(155, 45, 48, 0.9);
	font-size: 24px;
	line-height: 32px;
	color: #FFFFFF;
	padding: 50px 35px;
	font-weight: 700;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s ease-in;
}
#primary.archive-stocks .stocks__holder .stock__item .image__holder .hover svg {
	vertical-align: middle;
}
#primary.archive-stocks .stocks__holder .stock__item .item__date {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 10px;
}
#primary.archive-stocks .stocks__holder .stock__item .item__title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 5px;
	color: #fff;
}
#primary.archive-stocks .stocks__holder .stock__item .stock__time {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	/* color: #9b2d30; */
}
#primary.archive-stocks .stocks__holder .stock__item .image__holder {
	position: relative;
}
#primary.archive-stocks .stocks__holder .stock__item .image__holder::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	border-radius: 5px;
	opacity: 0.6;
}
#primary.archive-stocks .stocks__holder .stock__item .image__holder .stock__holder {
	position: relative;
	z-index: 1;
}
#primary.archive-stocks .stocks__holder .stock__item:hover .hover {
	opacity: 1;
}

/*======== SINGLE STOCKS ===========*/
#primary.single-stocks .stock__image {
	position: relative;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 45px 20% 50px;
	background-color: #9b782d;
	border-radius: 5px;
	margin-bottom: 40px;
}
#primary.single-stocks .stock__image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
}
#primary.single-stocks .stock__image .stock__prev {
	position: relative;
	z-index: 1;
}
#primary.single-stocks .stock__image .prev__subtitle,
#primary.single-stocks .stock__image .prev__title {
	font-size: 36px;
	line-height: 44px;
	font-weight: 700;
	color: #fff;
}
#primary.single-stocks .stock__image .prev__subtitle {
	font-weight: 400;
}

/*============ FOOTER ===============*/
#footer {
	background-color: #2b2a29;
}
#footer .top__line {
	padding: 40px 0;
}
#footer .top__line .container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 80px;
}
#footer .top__line .menu__block {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
#footer .top__line .menu__block .block__title {
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	margin-bottom: 20px;
	font-weight: 700;
}
#footer .top__line .menu__block .menu__holder {
	display: flex;
	flex-direction: column;
	list-style-type: none;
}
#footer .top__line .menu__block .menu__holder li {
	list-style-type: none;
}
#footer .top__line .menu__block .menu__holder li a {
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	font-weight: 400;
	transition: color .3s ease-in;
}
#footer .top__line .menu__block .menu__holder li a:hover {
	color: #9b782d;
}
#footer .top__line .menu__block .menu__holder li.active a {
	color: #9b782d;
}
#footer .top__line .soc__block {
	margin-left: auto;
}
#footer .top__line .soc__block .phones__holder,
#footer .top__line .soc__block .emails__holder {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	row-gap: 15px;
	margin-bottom: 15px;
}
#footer .top__line .soc__block .phones__holder .phone__item,
#footer .top__line .soc__block .phones__holder .email__item,
#footer .top__line .soc__block .emails__holder .phone__item,
#footer .top__line .soc__block .emails__holder .email__item {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	transition: color .3s ease-in;
}
#footer .top__line .soc__block .phones__holder .phone__item svg path,
#footer .top__line .soc__block .phones__holder .email__item svg path,
#footer .top__line .soc__block .emails__holder .phone__item svg path,
#footer .top__line .soc__block .emails__holder .email__item svg path {
	fill: #9b2d30;
}

#footer .top__line .soc__block .phones__holder .phone__item:hover,
#footer .top__line .soc__block .phones__holder .email__item:hover,
#footer .top__line .soc__block .emails__holder .phone__item:hover,
#footer .top__line .soc__block .emails__holder .email__item:hover {
	color: #9b782d;
}
#footer .top__line .soc__block .phones__holder .phone__item {
	font-weight: 700;
}
#footer .top__line .logo__block .logo__holder {
	display: block;
}
#footer .top__line .logo__block .logo {
	object-fit: contain;
	max-height: 150px;
}
#footer .top__line .logo__block .copyright {
	text-align: right;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}
#footer .bot__line {
	border-top: 1px solid #fff;
	padding: 20px 0;
}
#footer .bot__line .container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
#footer .bot__line a {
	font-size: 14px;
	line-height: 19px;
	color: #fff;
}
#footer .bot__line a.privacy {
	text-decoration: underline;
}
#footer .bot__line a.dev span {
	font-weight: 700;
	font-size: 22px;
	color: #fff;
	transition: color 0.3s ease-in;
}
#footer .bot__line a:hover,
#footer .bot__line a:hover span {
	color: #9b782d;
}

/* ============== MODAL ============= */
.wpcf7-spinner {
	display: none;
}

.wpcf7-not-valid-tip {
	display: none;
}

.wpcf7 form.invalid .wpcf7-response-output {
	display: none;
}
.wpcf7 form.unaccepted .wpcf7-response-output {
	display: none;
}
.wpcf7 form.payment-required .wpcf7-response-output {
	display: none;
}
.wpcf7 .ajax-loader {
	display: none;
}

#footer .contactform__modal {
	display: flex;
	flex-direction: row;
	background-color: #fff;
	color: #000;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -400%);
	max-width: 600px;
	width: 100%;
	transition: all 0.4s ease-in;
	z-index: 999999999;
	border-radius: 15px;
}
#footer .contactform__modal .close_modal {
	display: block;
	transform: rotate(45deg);
	color: #69409E;
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 60px;
	cursor: pointer;
}
#footer .contactform__modal .left__side {
	display: flex;
	flex-direction: column;
	padding: 45px 65px;
	width: 100%;
	justify-content: center;
	align-items: center;
	position: relative;
}
#footer .contactform__modal .left__side .logo {
	object-fit: contain;
	margin-bottom: 30px;
}
#footer .contactform__modal .left__side .title {
	color: #333333;
	font-size: 48px;
	line-height: 60px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: left;
	margin-right: auto;
	font-family: 'Bitter', sans-serif;
}
#footer .contactform__modal .left__side .subtitle {
	font-weight: 400;
	color: #333333;
	font-size: 16px;
	margin-bottom: 40px;
	text-align: left;
	margin-right: auto;
}
#footer .contactform__modal .left__side .contact_form {
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	column-gap: 5px;
	row-gap: 15px;
}
#footer .contactform__modal .left__side .contact_form .form_input {
	width: 45%;
	flex-grow: 1;
}
#footer .contactform__modal .left__side .contact_form .form_input label {
	display: block;
	color: #364163;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	text-align: left;
}
#footer .contactform__modal .left__side .contact_form .form_input input {
	background: #FFFFFF;
	border: 1px solid #69409E;
	box-sizing: border-box;
	border-radius: 10px;
	height: 54px;
	text-align: center;
	max-width: 100%;
	width: 100%;
	outline: none;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	font-weight: 600;
}
#footer .contactform__modal .left__side .contact_form .form_input input:focus {
	border-color: #274ecc;
}
#footer .contactform__modal .left__side .contact_form .form_input textarea {
	background: #FFFFFF;
	border: 1px solid #69409E;
	box-sizing: border-box;
	border-radius: 10px;
	width: 100%;
	resize: none;
	height: 100px;
	padding: 10px;
	outline: none;
	font-size: 18px;
	line-height: 24px;
}
#footer .contactform__modal .left__side .contact_form .form_input textarea:focus {
	border-color: #274ecc;
}
#footer .contactform__modal .left__side .contact_form .form_input input.wpcf7-not-valid {
	border-color: red;
}
#footer .contactform__modal .left__side .contact_form .form_input .wpcf7-not-valid-tip {
	display: none;
}
#footer .contactform__modal .left__side .contact_form .form_input.textarea {
	width: 100%;
}
#footer .contactform__modal .left__side .contact_form .submit {
	width: 100%;
}
#footer .contactform__modal .left__side .contact_form .submit > p {
	width: 100%;
}
#footer .contactform__modal .left__side .contact_form input[type=submit] {
	max-width: 100%;
	width: 100%;
}
#footer .contactform__modal .left__side .contact_form .submit {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	color: #333333;
}
#footer .contactform__modal .left__side .contact_form .submit span {
	margin: 0;
}
#footer .contactform__modal .left__side .contact_form .submit a {
	text-decoration: underline;
}
#footer .contactform__modal .left__side .contact_form .submit label input[type=checkbox] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: contents;
}
#footer .contactform__modal .left__side .contact_form .submit label span.wpcf7-list-item-label:before {
	content: '';
	border-radius: 1px;
	display: inline-flex;
	flex-shrink: 0;
	width: 13px;
	height: 13px;
	border: 1px solid #333333;
	margin-right: 10px;
	background: transparent no-repeat center center;
	background-size: contain;
}
#footer .contactform__modal#modal-privacy {
	max-width: 1170px;
	width: 100%;
	height: 80vh;
}
#footer .contactform__modal#modal-privacy .left__side {
	height: 100%;
	overflow-y: scroll;
	justify-content: flex-start;
}
#footer .contactform__modal.modal-open {
	transform: translate(-50%, -50%);
}

#footer #modal-cart {
	position: fixed;
	right: 0;
	top: 150px;
	background-color: #fff;
	padding: 20px;
	border: 2px solid #9b782d;
	transition: all 0.3s ease-in;
	transform: translateX(400px);
	font-size: 16px;
	line-height: 24px;
	color: #9b2d30;
	font-weight: 700;
	z-index: 9999;
	border-radius: 3px;
}

#footer #modal-cart.modal-open {
	transform: translateX(0);
}

/* ============= MEDIA QUERIES =========== */
@media (max-width: 1200px) {
	/*========= HEADER ===========*/
	#header .mid__line .container {
		column-gap: 20px;
	}
	#header .mid__line .search__holder input[type=search] {
		height: 44px;
	}
	#header .bot__line .container {
		column-gap: 20px;
	}
	#header .bot__line .menu__holder {
		width: 80%;
	}

	/*========== ARCHIVE SHOP ============*/
	.woocommerce .archive__container.cats ul.products {
		column-gap: 20px;
	}
	.woocommerce .archive__container.cats ul.products li a .hover span {
		left: 15px;
		top: 15px;
		font-size: 20px;
		line-height: 24px;
	}
	.woocommerce .archive__container.cats ul.products li a h2.woocommerce-loop-category__title {
		font-size: 20px;
		line-height: 24px;
	}

	/*========= CART ===========*/
	.woocommerce .woocommerce-cart-form table .cart_item {
		column-gap: 10px;
		padding: 10px 20px 10px 10px;
	}

	/*========= SINGLE PRODUCT ==========*/
	#single-product .product_top {
		column-gap: 20px;
	}
	#single-product .product_top .summary.entry-summary .info__holder {
		column-gap: 20px;
	}
	#single-product .product_bottom .info__holder {
		column-gap: 20px;
	}

	/*=========== ARCHIVE STOCKS =============*/
	#primary.archive-stocks .stocks__holder {
		grid-column-gap: 10px;
		grid-row-gap: 30px;
	}

	/*========== FOOTER =============*/
}
@media (max-width: 1025px) {
	/*========= 404 ============*/
	#primary.error-404 .not-found {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#primary.error-404 .not-found .right__side {
		justify-content: center;
		align-items: center;
		text-align: center;
		width: 100%;
	}

	/*========= HEADER ===========*/
	#header .bot__line .container {
		column-gap: 10px;
	}

	/*========== ARCHIVE SHOP ============*/
	.woocommerce .archive__container.cats ul.products {
		column-gap: 10px;
	}
	.woocommerce .archive__container.cats ul.products.columns-4 li {
		width: 31%;
	}
	.woocommerce .archive__container.products ul.products {
		column-gap: 10px;
	}
	.woocommerce .archive__container.products ul.products.columns-4 li {
		width: 31%;
	}
	.woocommerce .archive__container.products ul.products.columns-4 li a .hover span {
		font-size: 14px;
	}
	.woocommerce .archive__container .sidebar-filter .price__block {
		padding: 10px;
	}
	.woocommerce .archive__container .sidebar-filter .accordeon-block .accordeon-block-header {
		padding: 10px;
	}
	.woocommerce .archive__container .sidebar-filter .accordeon-block .accordeon-block-header .accordeon-block-header-title {
		font-size: 14px;
		line-height: 20px;
	}
	.woocommerce .archive__container .sidebar-filter .accordeon-block .accordeon-block-content .inputs .group label {
		font-size: 14px;
	}

	/*========= CART ===========*/
	.woocommerce .product-cart__holder {
		flex-direction: column;
		row-gap: 20px;
		width: 100%;
		margin-bottom: 40px;
	}
	.woocommerce .product-cart__holder .woocommerce-cart-form,
	.woocommerce .product-cart__holder .cart-collaterals {
		width: 100%;
	}

	/*======== CHECKOUT ==========*/
	.woocommerce form[name=checkout] {
		flex-direction: column;
		row-gap: 40px;
	}
	.woocommerce form[name=checkout] #order_review,
	.woocommerce form[name=checkout] #customer_details {
		width: 100%;
	}

	/*========= SINGLE PRODUCT ========*/
	#single-product .product_top .summary.entry-summary .info__holder {
		flex-direction: column;
		row-gap: 10px;
		width: 100%;
		align-items: flex-start;
	}
	#single-product .product_top .summary.entry-summary .info__holder .btns__holder {
		flex-direction: row;
		width: 100%;
		justify-content: space-between;
	}

	/*========= FAVORITES ============*/
	#primary.favorites-page .favorites__holder {
		flex-direction: column;
		row-gap: 40px;
	}
	#primary.favorites-page .favorites__holder .side {
		width: 100%;
	}
	#primary.favorites-page .favorites__holder .item__product {
		flex-wrap: wrap;
		row-gap: 10px;
	}

	/*=========== ARCHIVE STOCKS =============*/
	#primary.archive-stocks .stocks__holder .stock__item .image__holder .holder__title,
	#primary.archive-stocks .stocks__holder .stock__item .image__holder .holder__subtitle {
		font-size: 20px;
		line-height: 24px;
	}
	#primary.archive-stocks .stocks__holder .stock__item .image__holder .hover {
		font-size: 16px;
		line-height: 20px;
	}
	#primary.archive-stocks .stocks__holder .stock__item .item__title {
		font-size: 20px;
		line-height: 24px;
	}

	/*========= SINGLE STOCKS ===========*/
	#primary.single-stocks .stock__image .prev__title,
	#primary.single-stocks .stock__image .prev__subtitle {
		font-size: 25px;
		line-height: 30px;
	}

	/*========== FOOTER ============*/
	#footer .top__line .container {
		flex-wrap: wrap;
		row-gap: 20px;
	}
	#footer .top__line .menu__block {
		width: 100%;
		margin-bottom: 20px;
	}
	#footer .top__line .menu__block .block__title {
		margin-bottom: 10px;
	}
	#footer .top__line .menu__block .menu__holder {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		column-gap: 20px;
		row-gap: 10px;
	}
	#footer .top__line .menu__block .menu__holder li {
		margin-bottom: 0;
	}
	#footer .top__line .soc__block {
		margin-left: 0;
	}
}
@media(max-width: 900px){
		#footer .bot__line .container {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		row-gap: 5px;
	}
}

@media (max-width: 769px) {
	/*========= 404 ============*/
	#primary.error-404 .not-found h1 {
		font-size: 100px;
	}

	/*======= BASE CONFIG ==========*/
	h1.page__title {
		font-size: 35px;
		line-height: 40px;
	}

	/*======== SHOP CONFIG ===========*/
	.woocommerce-products-header h1 {
		font-size: 35px;
		line-height: 40px;
	}

	/*========== HEADER ============*/
	#header .top__line .container {
		column-gap: 20px;
	}
	#header .top__line .emails__holder,
	#header .top__line .soc__holder {
		display: none;
	}
	#header .top__line .phones__holder {
		column-gap: 20px;
	}
	#header .mid__line {
		transition: all .3s ease-in;
		background-color: #2b2a29;
		z-index: 500;
	}
	#header .mid__line .logo__holder img {
		max-height: 60px;
	}
	#header .mid__line .btns__holder {
		display: none;
	}
	#header .bot__line {
		display: none;
	}
	#header .burger.open_menu {
		display: flex;
	}
	#header.painted .mid__line {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
	}

	/*========== ARCHIVE SHOP ============*/
	.woocommerce .archive__container.cats ul.products li a .image__holder {
		padding: 15px;
	}
	.woocommerce .archive__container.cats ul.products li a img {
		height: 150px;
	}
	.woocommerce .archive__container.cats ul.products li a h2.woocommerce-loop-category__title {
		font-size: 16px;
		line-height: 20px;
	}
	.woocommerce .archive__container.cats ul.products li a .hover span {
		font-size: 16px;
		line-height: 20px;
	}
	.woocommerce .archive__container.products ul.products.columns-3 li, .woocommerce .archive__container.products ul.products.columns-4 li {
		width: 48%;
	}
	.woocommerce .archive__container .sidebar {
		position: fixed;
		left: -300px;
		top: 0;
		height: 100vh;
		z-index: 999;
		background-color: #fff;
		width: 270px;
		transition: all .3s ease-in;
		padding: 10px;
	}
	.woocommerce .archive__container .sidebar.active {
		left: 0;
	}
	.woocommerce .archive__container .sidebar-filter #openFilter {
		display: flex;
	}

	/*========== CART ============*/
	.woocommerce .woocommerce-cart-form table .cart_item {
		flex-wrap: wrap;
		justify-content: space-between;
		row-gap: 5px;
	}
	.woocommerce .woocommerce-cart-form table .cart_item .product-thumbnail img {
		width: 80px;
		height: 80px;
	}
	.woocommerce .woocommerce-cart-form table .cart_item .product-name {
		width: 40%;
	}
	.woocommerce .woocommerce-cart-form table .cart_item .product-remove,
	.woocommerce .woocommerce-cart-form table .cart_item .product-price {
		width: 48%;
	}
	.woocommerce .woocommerce-cart-form table .cart_item .product-price {
		text-align: left;
	}
	.woocommerce .woocommerce-cart-form table .cart_item .product-remove a {
		padding: 5px 0;
	}

	/*======== CHECKOUT ==========*/
	.woocommerce form[name=checkout] {
		flex-direction: column;
		row-gap: 40px;
	}
	.woocommerce form[name=checkout] #customer_details {
		width: 100%;
		column-gap: 10px;
	}

	/*========= SINGLE PRODUCT ========*/
	#single-product .product_top {
		flex-direction: column;
		row-gap: 40px;
	}
	#single-product .product_top .summary.entry-summary,
	#single-product .product_top .slider__block {
		width: 100%;
	}
	#single-product .product_top .summary.entry-summary form.cart .quantity {
		margin-bottom: 20px;
	}
	#single-product .product_bottom .info__holder {
		flex-direction: column;
		row-gap: 20px;
	}
	#single-product .product_bottom .info__holder .product__desc,
	#single-product .product_bottom .info__holder .product__attrs {
		width: 100%;
	}

	/*========= FAVORITES PAGE =============*/
	#primary.favorites-page .favorites__holder .item__product .item__title {
		width: 70%;
	}
	#primary.favorites-page .favorites__holder .item__product form.cart {
		margin-left: initial;
		flex-grow: 1;
		justify-content: space-between;
		column-gap: 10px;
		flex-wrap: wrap;
		row-gap: 5px;
	}

	/*=========== ARCHIVE STOCKS =============*/
	#primary.archive-stocks .stocks__holder {
		grid-template-columns: repeat(2, 1fr);
	}

	/*========= SINGLE STOCKS ===========*/
	#primary.single-stocks .stock__image {
		padding: 40px 50px;
	}

	/*=========== FOOTER =============*/
	#footer .bot__line .container {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		row-gap: 5px;
	}
}
@media (max-width: 498px) {
	/*======= BASE CONFIG ==========*/
	h1.page__title {
		font-size: 25px;
		line-height: 30px;
	}

	/*======== SHOP CONFIG ===========*/
	.woocommerce-products-header h1 {
		font-size: 25px;
		line-height: 30px;
	}

	/*=========== HEADER ============*/
	#header .top__line .phones__holder .phone__item {
		font-size: 14px;
	}
	#header .mid__line a.logo__holder {
		max-width: 60px;
		height: fit-content;
		display: flex;
	}
	#header .mid__line .container {
		column-gap: 10px;
	}
	#header .mid__line .dgwt-wcas-search-wrapp {
		min-width: auto;
	}
	#header .mid__line button[type=submit] {
		display: none;
	}

	/*========== ARCHIVE SHOP ============*/
	.woocommerce .archive__container.cats ul.products li a .image__holder .hover span {
		font-size: 14px;
	}
	.woocommerce .archive__container.cats ul.products li a h2.woocommerce-loop-category__title {
		font-size: 14px;
		line-height: 18px;
		padding-left: 10px;
	}
	.woocommerce .archive__container.cats ul.products.columns-4 li {
		width: 48%;
	}
	.woocommerce .archive__container.cats ul.products.columns-3 li {
		width: 48%;
	}
	.woocommerce .archive__container.products ul.products {
		row-gap: 0;
	}
	.woocommerce .archive__container.products ul.products li .tags__holder .tag {
		font-size: 12px;
		line-height: 14px;
		padding: 2px 5px 2px 5px;
	}
	.woocommerce .archive__container.products ul.products li a h2.woocommerce-loop-product__title {
		font-size: 14px;
		line-height: 18px;
	}
	.woocommerce .archive__container.products ul.products li a .order__unit {
		font-size: 13px;
		line-height: 16px;
	}
	.woocommerce .archive__container.products ul.products li a .price {
		margin-bottom: 10px;
	}
	.woocommerce .archive__container.products ul.products li .btns__holder {
		column-gap: 5px;
	}
	.woocommerce .archive__container.products ul.products li .btns__holder a.product_type_simple,
	.woocommerce .archive__container.products ul.products li .btns__holder a.add_to_cart_button {
		height: 40px;
		font-size: 14px;
	}
	.woocommerce .archive__container .sidebar-filter .price__block .accordeon-block-header {
		margin-bottom: 10px;
	}
	.woocommerce .archive__container .sidebar-filter .buttons button[type=submit] {
		height: 40px;
		font-size: 14px;
		line-height: 18px;
	}

	/*========== CART ============*/
	.woocommerce .woocommerce-cart-form table .cart_item .product-thumbnail img {
		width: 60px;
		height: 60px;
	}
	.woocommerce .woocommerce-cart-form table .cart_item .product-name {
		width: calc(100% - 70px);
		text-align: left;
	}
	.woocommerce .woocommerce-cart-form table .cart_item .product-remove,
	.woocommerce .woocommerce-cart-form table .cart_item .product-price {
		width: 47%;
	}
	.woocommerce .woocommerce-cart-form table .cart_item .product-quantity {
		width: 100%;
		text-align: right;
	}
	.woocommerce .woocommerce-cart-form table .cart_item .product-price {
		text-align: center;
	}

	/*======== CHECKOUT ==========*/
	.woocommerce form[name=checkout] #customer_details {
		flex-direction: column;
	}
	.woocommerce form[name=checkout] #customer_details .col-1,
	.woocommerce form[name=checkout] #customer_details .col-2 {
		width: 100%;
	}

	/*======== SINGLE PRODUCT =========*/
	#single-product .product_top .slider__block {
		flex-direction: column;
		row-gap: 20px;
	}
	#single-product .product_top .slider__block .main__thumbs,
	#single-product .product_top .slider__block .main__images.slided {
		width: 100%;
	}
	#single-product .product_top .slider__block .overflow {
		flex-direction: row;
	}
	#single-product .product_top .slider__block .main__thumbs {
		height: 100px;
	}
	#single-product .product_top .slider__block .swiper-button-next,
	#single-product .product_top .slider__block .swiper-button-prev {
		transform: rotate(-90deg);
	}
	#single-product .product_top .summary.entry-summary .info__holder .price__holder {
		padding: 10px 15px;
	}
	#single-product .product_top .summary.entry-summary form.cart .order__holder .amount {
		font-size: 25px;
		line-height: 30px;
	}
	#single-product .product_bottom .info__holder {
		padding: 20px 30px;
	}

	/*======= SECTION RELATED and UPSELLS and CROSS SELLS*/
	.cross-sells h2,
	section.up-sells.products h2,
	section.related.products h2 {
		font-size: 25px;
		line-height: 30px;
	}
	.cross-sells .cross__holder ul.products li .tags__holder .tag,
	.cross-sells .up-sells__holder ul.products li .tags__holder .tag,
	.cross-sells .related__holder ul.products li .tags__holder .tag,
	section.up-sells.products .cross__holder ul.products li .tags__holder .tag,
	section.up-sells.products .up-sells__holder ul.products li .tags__holder .tag,
	section.up-sells.products .related__holder ul.products li .tags__holder .tag,
	section.related.products .cross__holder ul.products li .tags__holder .tag,
	section.related.products .up-sells__holder ul.products li .tags__holder .tag,
	section.related.products .related__holder ul.products li .tags__holder .tag {
		font-size: 12px;
		line-height: 14px;
		padding: 2px 5px 2px 5px;
	}
	.cross-sells .cross__holder ul.products li a h2.woocommerce-loop-product__title,
	.cross-sells .up-sells__holder ul.products li a h2.woocommerce-loop-product__title,
	.cross-sells .related__holder ul.products li a h2.woocommerce-loop-product__title,
	section.up-sells.products .cross__holder ul.products li a h2.woocommerce-loop-product__title,
	section.up-sells.products .up-sells__holder ul.products li a h2.woocommerce-loop-product__title,
	section.up-sells.products .related__holder ul.products li a h2.woocommerce-loop-product__title,
	section.related.products .cross__holder ul.products li a h2.woocommerce-loop-product__title,
	section.related.products .up-sells__holder ul.products li a h2.woocommerce-loop-product__title,
	section.related.products .related__holder ul.products li a h2.woocommerce-loop-product__title {
		font-size: 14px;
		line-height: 18px;
	}
	.cross-sells .cross__holder ul.products li a .order__unit,
	.cross-sells .up-sells__holder ul.products li a .order__unit,
	.cross-sells .related__holder ul.products li a .order__unit,
	section.up-sells.products .cross__holder ul.products li a .order__unit,
	section.up-sells.products .up-sells__holder ul.products li a .order__unit,
	section.up-sells.products .related__holder ul.products li a .order__unit,
	section.related.products .cross__holder ul.products li a .order__unit,
	section.related.products .up-sells__holder ul.products li a .order__unit,
	section.related.products .related__holder ul.products li a .order__unit {
		font-size: 13px;
		line-height: 16px;
	}
	.cross-sells .cross__holder ul.products li a .price,
	.cross-sells .up-sells__holder ul.products li a .price,
	.cross-sells .related__holder ul.products li a .price,
	section.up-sells.products .cross__holder ul.products li a .price,
	section.up-sells.products .up-sells__holder ul.products li a .price,
	section.up-sells.products .related__holder ul.products li a .price,
	section.related.products .cross__holder ul.products li a .price,
	section.related.products .up-sells__holder ul.products li a .price,
	section.related.products .related__holder ul.products li a .price {
		margin-bottom: 10px;
	}
	.cross-sells .cross__holder ul.products li .btns__holder,
	.cross-sells .up-sells__holder ul.products li .btns__holder,
	.cross-sells .related__holder ul.products li .btns__holder,
	section.up-sells.products .cross__holder ul.products li .btns__holder,
	section.up-sells.products .up-sells__holder ul.products li .btns__holder,
	section.up-sells.products .related__holder ul.products li .btns__holder,
	section.related.products .cross__holder ul.products li .btns__holder,
	section.related.products .up-sells__holder ul.products li .btns__holder,
	section.related.products .related__holder ul.products li .btns__holder {
		column-gap: 5px;
	}
	.cross-sells .cross__holder ul.products li .btns__holder a.product_type_simple,
	.cross-sells .cross__holder ul.products li .btns__holder a.add_to_cart_button,
	.cross-sells .up-sells__holder ul.products li .btns__holder a.product_type_simple,
	.cross-sells .up-sells__holder ul.products li .btns__holder a.add_to_cart_button,
	.cross-sells .related__holder ul.products li .btns__holder a.product_type_simple,
	.cross-sells .related__holder ul.products li .btns__holder a.add_to_cart_button,
	section.up-sells.products .cross__holder ul.products li .btns__holder a.product_type_simple,
	section.up-sells.products .cross__holder ul.products li .btns__holder a.add_to_cart_button,
	section.up-sells.products .up-sells__holder ul.products li .btns__holder a.product_type_simple,
	section.up-sells.products .up-sells__holder ul.products li .btns__holder a.add_to_cart_button,
	section.up-sells.products .related__holder ul.products li .btns__holder a.product_type_simple,
	section.up-sells.products .related__holder ul.products li .btns__holder a.add_to_cart_button,
	section.related.products .cross__holder ul.products li .btns__holder a.product_type_simple,
	section.related.products .cross__holder ul.products li .btns__holder a.add_to_cart_button,
	section.related.products .up-sells__holder ul.products li .btns__holder a.product_type_simple,
	section.related.products .up-sells__holder ul.products li .btns__holder a.add_to_cart_button,
	section.related.products .related__holder ul.products li .btns__holder a.product_type_simple,
	section.related.products .related__holder ul.products li .btns__holder a.add_to_cart_button {
		height: 40px;
		font-size: 14px;
	}

	/*========= COMPARE PAGE ============*/
	#compare-table .attrs__holder {
		width: 980px;
	}
	#compare-table .attrs__holder .attr__row .product__attr {
		width: 170px;
	}
	#compare-table .actions__holder {
		width: 980px;
	}
	#compare-table .actions__holder a.remove {
		width: 170px;
	}
	#compare-table .products__holder {
		width: 980px;
	}
	#compare-table .products__holder ul.products {
		width: 100%;
	}
	#compare-table .products__holder ul.products li {
		width: 170px;
	}
	#compare-table .products__holder ul.products li a .image__holder {
		height: 100px;
	}
	#compare-table .products__holder ul.products li a .hover span {
		font-size: 12px;
		line-height: 14px;
		bottom: 10px;
		left: 10px;
	}
	#compare-table .products__holder ul.products li a .price del bdi {
		font-size: 12px;
		line-height: 14px;
	}
	#compare-table .products__holder ul.products li a .price bdi {
		font-size: 12px;
		line-height: 14px;
	}
	#compare-table .products__holder ul.products li .btns__holder a.product_type_simple,
	#compare-table .products__holder ul.products li .btns__holder a.add_to_cart_button {
		height: 30px;
		font-size: 12px;
	}
	#compare-table .products__holder ul.products li .btns__holder button.favorites svg {
		width: 20px;
		height: 20px;
	}

	/*========== FAVORITES PAGE =============*/
	#primary.favorites-page .favorites__holder .item__product form.remove__item {
		margin-left: auto;
	}

	/*=========== ARCHIVE STOCKS =============*/
	#primary.archive-stocks .stocks__holder {
		grid-template-columns: 1fr;
	}

	/*========= SINGLE STOCKS ===========*/
	#primary.single-stocks .stock__image {
		padding: 30px;
	}
	#primary.single-stocks .stock__image .prev__title,
	#primary.single-stocks .stock__image .prev__subtitle {
		font-size: 20px;
		line-height: 25px;
	}

	/*=========== FOOTER =============*/
	#footer .top__line .logo__block {
		margin: 0 auto;
	}
	#footer .top__line .logo__block .copyright {
		text-align: center;
	}
}
@media (max-width: 376px) {
	/*========== ARCHIVE SHOP ============*/
	.woocommerce .archive__container.cats ul.products li .image__holder {
		margin-bottom: 10px;
	}
	.woocommerce .archive__container.cats ul.products li .image__holder img {
		height: 100px;
	}
	.woocommerce .archive__container.products ul.products li a .image__holder {
		height: 100px;
	}
	.woocommerce .archive__container.products ul.products li a .hover span {
		font-size: 12px;
		line-height: 14px;
		bottom: 10px;
		left: 10px;
	}
	.woocommerce .archive__container.products ul.products li a .price del bdi {
		font-size: 12px;
		line-height: 14px;
	}
	.woocommerce .archive__container.products ul.products li a .price bdi {
		font-size: 12px;
		line-height: 14px;
	}
	.woocommerce .archive__container.products ul.products li .btns__holder a.product_type_simple,
	.woocommerce .archive__container.products ul.products li .btns__holder a.add_to_cart_button {
		height: 30px;
		font-size: 12px;
	}
	.woocommerce .archive__container.products ul.products li .btns__holder button.favorites svg {
		width: 20px;
		height: 20px;
	}

	/*======= SECTION RELATED and UPSELLS and CROSS SELLS*/
	.cross-sells h2,
	section.up-sells.products h2,
	section.related.products h2 {
		font-size: 25px;
		line-height: 30px;
	}
	.cross-sells .cross__holder ul.products li a .image__holder,
	.cross-sells .up-sells__holder ul.products li a .image__holder,
	.cross-sells .related__holder ul.products li a .image__holder,
	section.up-sells.products .cross__holder ul.products li a .image__holder,
	section.up-sells.products .up-sells__holder ul.products li a .image__holder,
	section.up-sells.products .related__holder ul.products li a .image__holder,
	section.related.products .cross__holder ul.products li a .image__holder,
	section.related.products .up-sells__holder ul.products li a .image__holder,
	section.related.products .related__holder ul.products li a .image__holder {
		height: 100px;
	}
	.cross-sells .cross__holder ul.products li a .hover span,
	.cross-sells .up-sells__holder ul.products li a .hover span,
	.cross-sells .related__holder ul.products li a .hover span,
	section.up-sells.products .cross__holder ul.products li a .hover span,
	section.up-sells.products .up-sells__holder ul.products li a .hover span,
	section.up-sells.products .related__holder ul.products li a .hover span,
	section.related.products .cross__holder ul.products li a .hover span,
	section.related.products .up-sells__holder ul.products li a .hover span,
	section.related.products .related__holder ul.products li a .hover span {
		font-size: 12px;
		line-height: 14px;
		bottom: 10px;
		left: 10px;
	}
	.cross-sells .cross__holder ul.products li a .price del bdi,
	.cross-sells .up-sells__holder ul.products li a .price del bdi,
	.cross-sells .related__holder ul.products li a .price del bdi,
	section.up-sells.products .cross__holder ul.products li a .price del bdi,
	section.up-sells.products .up-sells__holder ul.products li a .price del bdi,
	section.up-sells.products .related__holder ul.products li a .price del bdi,
	section.related.products .cross__holder ul.products li a .price del bdi,
	section.related.products .up-sells__holder ul.products li a .price del bdi,
	section.related.products .related__holder ul.products li a .price del bdi {
		font-size: 12px;
		line-height: 14px;
	}
	.cross-sells .cross__holder ul.products li a .price bdi,
	.cross-sells .up-sells__holder ul.products li a .price bdi,
	.cross-sells .related__holder ul.products li a .price bdi,
	section.up-sells.products .cross__holder ul.products li a .price bdi,
	section.up-sells.products .up-sells__holder ul.products li a .price bdi,
	section.up-sells.products .related__holder ul.products li a .price bdi,
	section.related.products .cross__holder ul.products li a .price bdi,
	section.related.products .up-sells__holder ul.products li a .price bdi,
	section.related.products .related__holder ul.products li a .price bdi {
		font-size: 12px;
		line-height: 14px;
	}
	.cross-sells .cross__holder ul.products li .btns__holder a.product_type_simple,
	.cross-sells .cross__holder ul.products li .btns__holder a.add_to_cart_button,
	.cross-sells .up-sells__holder ul.products li .btns__holder a.product_type_simple,
	.cross-sells .up-sells__holder ul.products li .btns__holder a.add_to_cart_button,
	.cross-sells .related__holder ul.products li .btns__holder a.product_type_simple,
	.cross-sells .related__holder ul.products li .btns__holder a.add_to_cart_button,
	section.up-sells.products .cross__holder ul.products li .btns__holder a.product_type_simple,
	section.up-sells.products .cross__holder ul.products li .btns__holder a.add_to_cart_button,
	section.up-sells.products .up-sells__holder ul.products li .btns__holder a.product_type_simple,
	section.up-sells.products .up-sells__holder ul.products li .btns__holder a.add_to_cart_button,
	section.up-sells.products .related__holder ul.products li .btns__holder a.product_type_simple,
	section.up-sells.products .related__holder ul.products li .btns__holder a.add_to_cart_button,
	section.related.products .cross__holder ul.products li .btns__holder a.product_type_simple,
	section.related.products .cross__holder ul.products li .btns__holder a.add_to_cart_button,
	section.related.products .up-sells__holder ul.products li .btns__holder a.product_type_simple,
	section.related.products .up-sells__holder ul.products li .btns__holder a.add_to_cart_button,
	section.related.products .related__holder ul.products li .btns__holder a.product_type_simple,
	section.related.products .related__holder ul.products li .btns__holder a.add_to_cart_button {
		height: 30px;
		font-size: 12px;
	}
	.cross-sells .cross__holder ul.products li .btns__holder button.favorites svg,
	.cross-sells .up-sells__holder ul.products li .btns__holder button.favorites svg,
	.cross-sells .related__holder ul.products li .btns__holder button.favorites svg,
	section.up-sells.products .cross__holder ul.products li .btns__holder button.favorites svg,
	section.up-sells.products .up-sells__holder ul.products li .btns__holder button.favorites svg,
	section.up-sells.products .related__holder ul.products li .btns__holder button.favorites svg,
	section.related.products .cross__holder ul.products li .btns__holder button.favorites svg,
	section.related.products .up-sells__holder ul.products li .btns__holder button.favorites svg,
	section.related.products .related__holder ul.products li .btns__holder button.favorites svg {
		width: 20px;
		height: 20px;
	}

	/*=========== ARCHIVE STOCKS =============*/
	#primary.archive-stocks .stocks__holder .stock__item .image__holder {
		padding: 20px 25px;
	}
	#primary.archive-stocks .stocks__holder .stock__item .image__holder .holder__title,
	#primary.archive-stocks .stocks__holder .stock__item .image__holder .holder__subtitle {
		font-size: 16px;
		line-height: 20px;
	}
	#primary.archive-stocks .stocks__holder .stock__item .item__title {
		font-size: 16px;
		line-height: 20px;
	}

	/*========= SINGLE STOCKS ===========*/
	#primary.single-stocks .stock__image .prev__title,
	#primary.single-stocks .stock__image .prev__subtitle {
		font-size: 16px;
		line-height: 20px;
	}
}

body .map-holder .map-object iframe {
	height: 400px !important;
}

/*# sourceMappingURL=main.css.map */

.form-row.place-order label span {
	color: #000;
	font-weight: 600;
}
.cky-revisit-bottom-left{
	display: none !important;
}

.woocommerce-terms-and-conditions-wrapper input {
	float: left;
	margin-right: 5px
}