@font-face {
	font-family: ProximaNova-Regular;
	src: url(/fonts/ProximaNova-Regular.woff);
	font-display: swap;
}

@font-face {
	font-family: ProximaNova-Semibold;
	src: url(/fonts/ProximaNova-Semibold.woff);
	font-display: swap;
}

@font-face {
	font-family: ProximaNova-Bold;
	src: url(/fonts/ProximaNova-Bold.woff);
	font-display: swap;
}


@font-face {
	font-family: ProximaNova-Black;
	src: url(/fonts/ProximaNova-Black.woff);
	font-display: swap;
}

@font-face {
	font-family: ProximaNova-Light;
	src: url(/fonts/ProximaNova-Light.woff);
	font-display: swap;
}

:root {
	--color: #7f0009;
	--color-orange: #f9e1e3;
	--color-light: #f7f6fc;
	--color-hover: #74050d;
	--font-regular: "ProximaNova-Regular", sans-serif;
	--font-bold: "ProximaNova-Bold", sans-serif;
	--font-semibold: "ProximaNova-Semibold", sans-serif;
	--font-black: "ProximaNova-Black", sans-serif;
	--font-light: "ProximaNova-Light", sans-serif;
}

html {
	overflow-x: hidden;
}

body {
	font-family: var(--font-regular);
	font-weight: 400;
	color: #121212;
	font-size: 15px;
	line-height: 20px;
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--color-dark);
	font-family: var(--font-regular);
}


h1 {
	font-size: 4rem;
}

h2 {
	font-size: 3.5rem;
}

h3 {
	font-size: 3rem;
}

h4 {
	font-size: 2rem;
}

h5 {
	font-size: 1rem;
}

h6 {
	font-size: 1rem;
}

a {
	color: var(--color);
}

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

legend {
	font-size: 1rem;
	padding: 7px 0px
}

label {
	font-weight: normal;
    font-size: 15px;
}


@media (min-width: 870px) {
	.container {
		width: 850px;
	}
}

@media (min-width: 970px) {
	.container {
		width: 950px;
	}
}

@media (min-width: 1050px) {
	.container {
		width: 1030px;
	}
}

@media (min-width: 1120px) {
	.container {
		width: 1100px;
	}
}

@media (min-width: 1185px) {
	.container {
		width: 1170px;
	}
}

@media (min-width: 1215px) {
	.container {
		width: 1200px;
	}
}

@media (min-width: 1315px) {
	.container {
		width: 1300px;
	}
}

@media (min-width: 1415px) {
	.container {
		width: 1400px;
	}
}

@media (min-width: 1515px) {
	.container {
		width: 1470px;
	}
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 16px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 14px;
}

.input-group .input-group-addon {
	font-size: 14px;
	height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs, 
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}


.close {
	color: #fff;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 1 !important;
	font-size: 0;
	z-index: 100;
}

.close:hover {
	opacity: .7 !important;
}

.close::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(315deg);
	-ms-transform: translate(-50%, -50%) rotate(315deg);
	transform: translate(-50%, -50%) rotate(315deg);
	height: 1px;
	width: 55%;
	background: #121212;
}

.close::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	height: 1px;
	width: 55%;
	background: #121212;
}


.breadcrumb {
	border: none;
	background: transparent;
	display: flex;
	white-space: nowrap;
	padding: 0;
	margin: 10px 0 30px 0;
	overflow-x: auto;
	font-size: 13px;
}

#product-product .breadcrumb {
	margin: 15px 0;
	justify-content: flex-start;
}
.catalog-title {
	margin-top: 30px;
}
@media (min-width: 1001px) {
	.breadcrumb {
		justify-content: center;
	}
	.catalog-title {
		text-align: center;
	}
	#column-left .ocf-header {
		display: none;
	}
}


.breadcrumb::-webkit-scrollbar {
	width: 0px !important;
	display: none !important;
	background: transparent !important;
}

.breadcrumb>li {
	padding: 0 15px;
	position: relative;
	color: #999;
	white-space: nowrap;
}

.breadcrumb>li+li:before {
	content: "";
	padding: 0;
}

.breadcrumb>li:after {
	content: '/';
	display: block;
	position: absolute;
	top: 0;
	right: -4px;
	width: 6px;
	height: 20px;

}

.breadcrumb>li:first-child {
	padding-left: 0;
}

.breadcrumb>li:last-child::after {
	display: none;
}

.breadcrumb>li:last-child {
	padding-right: 0;
}

.breadcrumb a {
	color: #121212;
}

.pagination>li>a,
.pagination>li>span {
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	width: 40px;
	height: 40px;
	color: #121212;
	font-size: 16px;
	margin-right: 15px;
	gap: 10px;
	background: transparent;
	border: none;
	border: 1px solid transparent;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-radius: 0;
}

.pagination {
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	margin: 0 0 40px 0;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	color: var(--color);
	border-color: var(--color);
	background: transparent;
	border-radius: 0;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	background: transparent;
	color: #999;
	border-color: transparent;
}




.pagination-text-justify form {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px 0;
}

.pagination>li.pagination-right>a {
	width: 100%;
}

.pagination>li svg {
	height: 15px;
}

.pagination>li.pagination-left>a {
	width: 100%;
}

.pagination>li.pagination-left {
	margin-right: 20px;
}

.pagination>li.pagination-right {
	margin-left: 10px;
}


#cart-total {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 18px;
	width: 18px;
	background-color: var(--color);
	color: #fff;
	position: absolute;
	bottom: 0;
	right: -4px;
	border-radius: 50%;
	font-size: 11px;
}


::-webkit-scrollbar-button {
	background-image: url('');
	background-repeat: no-repeat;
	width: 5px;
	height: 0px
}

::-webkit-scrollbar-track {
	background-color: #fff
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: #fff;
}

::-webkit-scrollbar-thumb:hover {
	background-color: black;
}

::-webkit-resizer {
	background-image: url('');
	background-repeat: no-repeat;
	width: 4px;
	height: 0px;

}

::-webkit-scrollbar {
	width: 4px;

}

::-webkit-scrollbar {
	width: 6px !important;
}

::-webkit-scrollbar-button {
	background-image: url('');
	background-repeat: no-repeat;
	width: 10px;
	height: 0px
}

::-webkit-scrollbar-track {
	background-color: #fff;

}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: #ddd;
	width: 10px
}

::-webkit-scrollbar-thumb:hover {
	background-color: #888;
}

::-webkit-resizer {
	background-image: url('');
	background-repeat: no-repeat;
	width: 10px;
	height: 0px
}


.button {
	color: #ffffff;
	background-color: var(--color);
	border-color: var(--color);
	text-transform: uppercase;
	height: 60px;
	font-size: 13px;
	padding: 10px 40px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	max-width: max-content;
	border-radius: 0;
}

.button:hover,
.button:active,
.button:focus,
.button.disabled,
.button[disabled] {
	background-color: var(--color-hover) !important;
	border-color: var(--color-hover) !important;
	outline: none !important;
	box-shadow: none !important;
}

input.form-control {
	border: 1px solid #e0e0e0;
	padding: 15px;
	height: 50px;
	box-shadow: none;
	border-radius: 0;
	background-color: transparent;
}

textarea.form-control {
	border: 1px solid #e0e0e0;
	padding: 15px;
	height: 80px;
	box-shadow: none;
	border-radius: 0;
	background-color: transparent;
	resize: none;
}

select.form-control {
	border: 1px solid #e0e0e0;
	padding: 15px;
	height: 50px;
	box-shadow: none;
	border-radius: 0;
	background-color: transparent;
}
select.form-control:active,
select.form-control:focus {
	box-shadow: none;
	border-color: var(--color);;
	outline: none !important;
}

input.form-control:active,
input.form-control:focus {
	box-shadow: none;
	border-color: var(--color);;
	outline: none !important;
}

textarea.form-control:active,
textarea.form-control:focus {
	box-shadow: none;
	border-color: var(--color);;
	outline: none !important;
}


.review-table {
    border-top: 1px solid #eee;
    padding: 20px 0;
	display: grid;
	grid-template-columns: 150px 1fr;
	gap: 20px;
}
.button-add-review-box {
	margin-bottom: 25px;
}

#review {
    display: flex;
    flex-direction: column;
    color: #121212
}
.review-autor-inner {
	display: flex;
	gap: 15px;
	align-items: center;
}
.review-autor .letter {
	background-color: #faf6f6;
	color: var(--color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	width: 35px;
	font-family: var(--font-bold);
}
.review-table__header {
    display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.review-table__date {
    text-align: right;
    color: #666
}

.review-table__row {
    display: flex;
    justify-content: space-between
}

.review-table__text p {
    margin-bottom: 0
}


.review-form-box {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
	backdrop-filter: blur(10px);
    background: hsla(0, 25%, 95%, .7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99000;
    padding: 10px;
}
.review-form-box_inner {
	width: 100%;
	max-width: 600px;
	background-color: #fff;
	padding: 50px 50px 35px 50px;
	position: relative;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 10%);
}
.review-form-box_inner .buttons  {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.review-form__title {
    margin-bottom: 15px;
	font-size: 30px;
}

.star-form {
    fill: #d4d7db;
    cursor: pointer
}

.star-form.selected {
    fill: var(--color)
}

.rating-form-stars label input {
    display: none
}

.rating-form-stars {
    display: flex;
    gap: 5px;
    margin: 0 0 20px 0
}

.review-form-box .buttons {
    display: flex;
    margin: 0
}

.review-empty {
   margin-top: 25px;
   font-size: 18px;
}
.button-add-review {
	cursor: pointer;
}
.popup-bg {
	display: none;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(10px);
    background: hsla(0, 25%, 95%, .7);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99000;
	padding: 10px;
}

.cart-body {
	background-color: #fff;
	padding: 40px 30px;
	position: relative;
	box-shadow: 0 0 50px 0 rgb(0 0 0 / 10%);
	max-width: 600px;
	width: 100%;
	max-height: calc(100vh - 100px);
	overflow-y: auto;
	overflow-x: hidden;
}
.cart-buttons {
	display: flex;
	margin-top: 10px;
}
.cart-buttons .btn-primary {
	text-align: center;
	width: 100%;
}
.cart-body .title {
	font-size: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
	padding-bottom: 25px;
}
.cart-products {
	display: grid;
	grid-template-columns: 80px 1fr auto;
	gap: 20px;
}
.cart-products__image img {
	width: 100%;
}
.cart-products__quant svg {
	height: 20px;
}
.cart-products__quant {
	display: flex;
	gap: 2px;
	margin-top: 15px;
}
.cart-data {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.cart-body-totals {
	padding: 20px;
	background-color: #faf6f6;
	height: max-content;
	position: sticky;
	top: 10px;
}
.cart-body-totals .btn-primary {
	width: 100%;
}
.cart-quantity__btn {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    flex: 0 0 30px;
    cursor: pointer;
    border: 1px solid #eee;
    background-color: transparent;
    font-size: 20px;
    font-family: var(--font-light);
	color: #000;
}

.cart-quantity__btn:hover,
.cart-quantity__btn:active,
.cart-quantity__btn:focus {
	color: var(--color);
	border-color: var(--color);
}
.cart-products__name a {
	font-size: 16px;
	color: #121212;
}
.cart-quantity__input {
	border: 1px solid transparent;
	text-align: center;
	height: 30px;
	width: 30px;
	box-shadow: none;
	outline: none;
	background: transparent;
}

.cart-remove {
	background-color: transparent;
	border: 1px solid transparent;
	box-shadow: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
}

.cart-remove svg {
	fill: #000;
	margin-left: 7px;
}

.cart-products__total {
	font-size: 16px;
	color: #121212;
}

.cart-data div.table-striped {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.cart-totals {
	justify-content: space-between;
	display: flex;
	padding: 5px 0;
	color: #121212;
}
.cart-totals:last-child {
	font-size: 20px;
}
.cart-totals__title {
	font-size: 15px;
	margin-bottom: 5px;
}

.cart-close-btn {
	padding: 10px 10px 0 10px;
	text-align: center;
	text-decoration: underline;
	cursor: pointer;
}

.cart-close-btn:hover {
	color: var(--color);
}
.btn-primary {
	background-color: var(--color);
	box-shadow: none;
	border: none;
	border-radius: 0;
	text-transform: uppercase;
	padding: 15px 30px;
	width: max-content;
}
.btn-primary:hover {
	background-color: #74050d;
}
.btn-primary:active, .btn-primary:focus {
	background-color: #74050d !important;
	text-decoration: none !important;
	outline: none !important;
}
.reviews-danger {
	border: 1px solid red;
	padding: 20px;
	background: #f4efef;
	font-size: 16px;
}
.reviews-danger-success {
	border: 1px solid var(--color);
	padding: 20px;
	font-size: 16px;
	background-color: #faf6f6;
}
.overflow-none {
	overflow: hidden;
}

.visible-popup {
	display: flex;
}

#mobile-menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background-color: #fff;
	padding: 40px;
	z-index: 600;
	flex-direction: column;
}
#mobile-menu.visible-menu {
	display: flex;
}
.header>.container::after, .header>.container::before {
	display: none;
}

.header>.container {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 30px;
	align-items: center;
	padding: 13px 15px;
}

.header__logo img{
	height: 60px;
	margin-top: -5px;
}
.search-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	width: 35px;
	background-color: transparent;
	background-image: url(/image/search.svg);
	background-repeat: no-repeat;
	background-size: 85%;
	background-position: center;
	line-height: 1;
	position: relative;
	cursor: pointer;
}

#search {
	transform: translateY(-101%);
	transition: all .4s ease-in-out;
	position: fixed;
	z-index: 600;
	top: 0;
	left: 0;
	padding: 50px 30px;
	width: 100%;
	height: 100vh;
	overflow-y: auto;
}

#search.visible-search {
	transform: translateY(0);
	box-shadow: 0 10px 15px 0 rgb(0 0 0 / 5%);
}

#search .input-lg {
	height: 50px;
	border-radius: 0;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-right: none;
	color: #121212;
	box-shadow: none;
	padding: 0 20px;
}

#search .btn-lg {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-left: none;
	border-radius: 0;
	box-shadow: none;
}

.search__group {
	display: flex;
	width: 50%;
    padding: 40px;
	position: relative;
    background: #fff;
	border: 1px solid #f1f1f1;
	box-shadow: 0 0 30px 10px rgb(0 0 0 / 8%);
}

.instagram-header {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    line-height: 1;
    position: relative;
    cursor: pointer;
}

.instagram-header svg {
 height: 16px;
 margin-top: -1px;
}
   
.header-left {
	display: flex;
	align-items: center;
	gap: 70px;
}

.header-right {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: flex-end;
}

.header__account a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    background-color: transparent;
    background-image: url(/image/user.svg);
    background-repeat: no-repeat;
    background-size: 85%;
    background-position: center;
    line-height: 1;
    position: relative;
    cursor: pointer;
}
.header__menu {
	display: none;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    background-color: transparent;
    background-image: url(/image/menu.svg);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;
    line-height: 1;
    position: relative;
    cursor: pointer;
}
.header__wishlist a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    background-color: transparent;
    background-image: url(/image/heart.svg);
    background-repeat: no-repeat;
    background-size: 85%;
    background-position: center;
    line-height: 1;
    position: relative;
    cursor: pointer;
}
#cart>button {
    height: 35px;
    width: 35px;
    background-color: transparent;
    background-image: url(/image/cart.svg);
    background-repeat: no-repeat;
	background-position: center;
	line-height: 1;
    background-size: 85%;
    display: flex;
    box-shadow: none;
    margin: 0;
    padding: 0;
    border: none;
	position: relative;
}
.header__phone {
	display: flex;
	gap: 10px;
	align-items: center;
}
.header__phone a {
	color: #121212;
}

#language {
	display: flex;
	gap: 5px;
}

#language a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	width: 35px;
	cursor: pointer;
	font-size: 12px;
	border: 1px solid transparent;
	text-transform: uppercase;
	color: #333;
}

 #language a.selected-language {
	border-color: #121212;
	color: #121212;
	cursor: default;
}
.main-menu{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.main-menu-inner ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	flex-direction: column;
	gap: 5px;
}
.main-menu-inner nav {
	display: flex;
	justify-content: center;
	gap: 50px;
}
.main-menu__dropdown {
	position: relative;
}
.main-menu__dropdown_name {
	cursor: default;
}
ul.main-menu__dropdown_inner {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: calc(50% - 100px);
    background-color: #fff;
    box-shadow: 0 20px 20px rgb(0 0 0 / 5%);
    border: 1px solid #f2f2f2;
    padding: 20px;
    z-index: 3;
    min-width: 200px;
    text-align: center;
    gap: 12px;
	display: flex;
	transform: translate(0, -20%);
    transition: opacity .2s ease-in-out, transform .2s ease-in-out;
}
ul.main-menu__dropdown_inner a {
    color: #121212;
    font-size: 15px;
}
ul.main-menu__dropdown_inner a:hover {
	color: var(--color);
}
.main-menu__dropdown:hover .main-menu__dropdown_inner {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

.main-menu-item {
	padding: 15px;
	color: #121212;
}

.main-menu-item:hover {
	color: var(--color);
}

.inner-sort {
	display: flex;
	padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
	margin-bottom: 25px;
	overflow-x: auto;
}
#input-sort {
	display: flex;
	gap: 30px;
}
#input-sort a {
	color: #333;
	white-space: nowrap;
}
#input-sort a:hover {
	color: var(--color);
}
.product-card {
	position: relative;
	display: flex;
	flex-direction: column;
}
.product-card .rating {
	margin-bottom: 15px;
}
.product-cards-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	margin-bottom: 40px;
}
.product-cards-wrapper img {
	width: 100%;
}
.product-card .btn-wishlist:hover {
	opacity: 1 !important;
}
.product-card__title {
	margin: 10px 0;
	text-align: center;
}
.product-card__title a{
	color: #121212;
	font-size: 18px;
	text-align: center;
}
.btn-wishlist {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
	border-radius: 50%;
    background-color: #222;
    background-image: url(/image/heart-white.svg);
    background-repeat: no-repeat;
    background-size: 42%;
    background-position: center;
    line-height: 1;
    cursor: pointer;
	transform: translate(20%, 0);
    transition: opacity .1s ease-in-out, transform .2s ease-in-out;
	box-shadow: none;
	border: none;
	z-index: 1;
}
.product-card__btns .button-main{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
	border-radius: 50%;
    background-color: #222;
    background-image: url(/image/cart-white.svg);
    background-repeat: no-repeat;
    background-size: 42%;
    background-position: center;
    line-height: 1;
    cursor: pointer;
	transform: translate(20%, 0);
    transition: opacity .1s ease-in-out, transform .2s ease-in-out;
	box-shadow: none;
	border: none;
	z-index: 1;
}
.product-card__btns .button-main:hover {
	background-color: #121212;
}
.product-card__btns .btn-wishlist:hover {
	background-color: #121212;
}

.product-card__cod {
	color: #777;
	margin-top: 15px;
	font-size: 14px;
	text-align: center;
}
.product-card__price {
	font-size: 18px;
	color: #000;
	display: flex;
	gap: 10px;
	justify-content: center;
}
.price-old {
	color: #444;
    text-decoration-line: line-through;
    text-decoration-style: solid;
    text-decoration-color: red;
    text-decoration: line-through solid red;
	margin-left: 10px;
}
.product-card__image {
	position: relative;
}
.product-card__btns {
	opacity: 0;
	visibility: hidden;
	transform: translate(0, 20%);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 75px;
	width: 100%;
	transition: all .3s ease-in-out;
}
.product-card:hover .product-card__btns {
	opacity: 1;
	transform: translate(0, 0);
	visibility: visible;
}

.rating__stars {
	margin-bottom: 15px;
	display: flex;
}

.rating__stars svg {
	height: 12px;
}
#product .form-group .text-center {
	margin-right: 10px;
	max-width: 90px
}
#product .form-group .text-center p a{
	display: flex;
	flex-direction: column;
}
#product .form-group .text-center p a .form-control {
	order: 2;
	padding: 0;
	border: none;
	text-align: center;
	height: auto;
	margin-top: 8px;
	box-shadow: none;
}

#product .form-group .text-center p a .img-thumbnail {
	border: none;
	padding: 0;
	box-shadow: none;
	max-width: 50px;
	margin: 0 auto;
	
}
.empty-star {
	color: #ddd;
}

.full-star {
	color: var(--color);
}
.category-inner {
	padding-bottom: 50px;
}
.category-inner #content {
	display: flex;
	flex-direction: column;
}
.description-category {
	max-height: 400px;
    overflow-y: auto;
    padding-right: 50px;
	color: #121212;
	font-size: 16px;
}

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

.product-page {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	padding-top: 20px;
}

.price_ml {
	margin: -15px 0 20px 0;
	font-size: 20px;
}

.product-page-left img {
	width: 100%;
	cursor: pointer;
}

.product-page-left {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 20px;
	position: sticky;
	top: 20px;
	height: max-content;
}

.product-top {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	padding-top: 0;
}
.product-page-right h1 {
	margin: 20px 0 10px 0;
	font-size: 33px;
}
.btn-like {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
	flex: 0 0 20px;
    border-radius: 50%;
    background-color: #000;
    background-image: url(/image/heart-white.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    line-height: 1;
    cursor: pointer;
    box-shadow: none;
    border: none;
    z-index: 1;
	filter: invert(1);
}

.product-price {
	font-size: 20px;
    color: #000;
	display: flex;
	gap: 20px;
	margin: 25px 0;
}

.product-price__cross-price {
	color: #444;
    text-decoration-line: line-through;
    text-decoration-style: solid;
    text-decoration-color: red;
    text-decoration: line-through solid red;
}

.rating {
    display: flex;
    gap: 15px;
	justify-content: center;
}

.rating_icon {
	display: flex;
	align-items: center;
	gap: 10px;
	line-height: 1;
}

.rating .rating__stars {
	margin: 0;
	align-items: center;
}

.footer {
	margin-top: 50px;
	padding-top: 30px;
	background-color: #222;
}
.footer a {
	color: #c8b6b1;
}
.footer a:hover {
	color: #eed6cf;
}
.footer-info ul {
	display: flex;
	justify-content: center;
	border-top: 1px solid #3d2f2b;
	border-bottom: 1px solid #3d2f2b;
	width: 100%;
	padding: 30px 0;
	margin-top: 30px;
	gap: 30px 80px;
	flex-wrap: wrap;
}
.footer-logo {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-logo img {
	height: 60px;
}
.footer-powered {
	color: #c8b6b1;
	text-align: center;
	padding: 20px 0 30px 0;
}
.account-page {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	padding-top: 50px;
}

.account-register {
	background-color: #faf6f6;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 50px;
}
.account-register h2 {
	margin: 0 0 20px 0;
}
.account-register p {
	margin: 0 0 30px 0;
}
@media (min-width: 1000px) {
	.account-form {
		padding-right: 200px;
	}
}
.account-form h1 {
    margin: 0 0 20px 0;
}


#thumbnail-slider .splide__track--nav>.splide__list>.splide__slide {
	border: none;
	opacity: 0.7;
}

#thumbnail-slider .splide__track--nav>.splide__list>.splide__slide.is-active {
	opacity: 1;
}



.product-page-left.active-popup {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	overflow-y: auto;
	overflow-x: hidden;
	display: flex;
}

.product-page-left.active-popup #main-slider {
	height: 100%;
	width: 100%;
}

.product-page-left.active-popup #main-slider img {
	height: 100%;
	width: auto;
}

.product-page-left.active-popup #thumbnail-slider {
	display: none;
}

.product-page-left.active-popup #main-slider-track {
	height: 100%;
}

.product-page-left.active-popup .splide__slide {
	display: flex;
	justify-content: center;
}

.product-page-left .splide__arrow {
	display: none;
}

.product-page-left.active-popup .splide__arrow {
	display: flex;
	height: 60px;
	width: 60px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 0;
}

.product-page-left.active-popup .splide__arrow svg {
	height: 12px;
	width: 12px;
}

#thumbnail-slider .splide__track--ttb>.splide__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-page-btns {
	display: flex;
	gap: 20px;
	align-items: center;
	margin-bottom: 25px;
}

.product-page-btns .form-group {
	margin: 0;
}

.quant {
	display: flex;
	border: 1px solid #eee;
}
.quant input {
	border: none;
	height: 60px;
	box-shadow: none;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100px;
}

.quant-btns {
	display: flex;
	flex-direction: column;
	border-left: 1px solid #eee;
}

.quant-btns span {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	width: 30px;
	cursor: pointer;
}

.quant-btns span:hover {
	background-color: #333;
	color: #fff;
}

#plus-quant {
	border-bottom: 1px solid #eee;
}

#button-cart {
	height: 60px;
	font-size: 14px;
	background-image: url(/image/cart-white.svg);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: calc(100% - 20px) center;
	padding: 0 60px 0 30px;
	display: flex;
	line-height: 1;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.product-page-right__bottom summary {
    font-size: 1.8rem;
	border-top: 1px solid #eee;
    padding: 2rem 0 2rem 0;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}
.product-page-right__bottom details {
	margin-top: -1px;
}
.plus-summary {
    height: 13px;
    width: 13px;
    background-image: url(/image/plus.svg);
    background-size: 100%;
    background-repeat: no-repeat;
	opacity: 0.8;
}
summary::-webkit-details-marker {
	display: none;
}
summary {
	text-align: left;
	cursor: pointer;
}
details[open] .plus-summary {
    background-image: url(/image/minus.svg);
}
.content-summary {
	padding: 20px 0;
}
.product-attributes__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.product-attributes__col {
	border-bottom: 1px solid #eee;
	padding: 15px;
}
.product-attributes {
	border: 1px solid #eee;
	border-bottom: none;
}

.featured-module {
	margin: 50px 0 0 0;
}

.featured-module .title {
	text-align: center;
	margin-bottom: 30px;
	font-size: 30px;
}

.featured-module .product-cards-wrapper {
	grid-template-columns: repeat(5, 1fr);
}

.viewed-module {
	margin: 50px 0 0 0;
}

.viewed-module .title {
	text-align: center;
	margin-bottom: 30px;
	font-size: 30px;
}

.viewed-module .product-cards-wrapper {
	grid-template-columns: repeat(5, 1fr);
}


.alert {
	padding: 45px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	margin: 0;
	background-color: #fff;
	box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
	border: 1px solid #f1f1f1;
	z-index: 500;
	color: #121212;
	border-radius: 0;
}

.alert i {
	display: none;
}

.alert-dismissable .close, .alert-dismissible .close {
    top: 0;
    right: 0;
    position: absolute;
}

.product-card__btns .btn-delete {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #222;
    background-image: url(/image/cancel.svg);
    background-repeat: no-repeat;
    background-size: 42%;
    background-position: center;
    line-height: 1;
    cursor: pointer;
    transform: translate(20%, 0);
    transition: opacity .1s ease-in-out, transform .2s ease-in-out;
    box-shadow: none;
    border: none;
    z-index: 1;
}

.checkout-simplecheckout .breadcrumb {
	display: none;
}

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

.text-scs {
	font-size: 16px;
	text-align: center;
	border-top: 1px solid #eee;
	padding: 35px 0;
}

.account-account #content ul{
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
}

.account-account #content ul a {
	color: #000;
	display: flex;
	padding: 25px 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	
}
.account-account #content ul a:hover {
	opacity: .7;
}
.account-account #content ul a svg {
	height: 25px;
}

.account-simpleedit #content .form-horizontal, .account-password #content .form-horizontal fieldset {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 20px;
}

.mt-15 {
	margin-top: 15px;
}

.address-line {
	border-top: 1px solid #eee;
	padding: 30px 0;
	display: flex;
    flex-direction: column;
    gap: 20px;
}

.address-table {
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}

.address-right {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
}

.address-left {
	text-align: center;
	font-size: 16px;
}

.btn-light {
	background-color: #fff;
	border: 1px solid #333;
	color: #333;
    box-shadow: none;
    border-radius: 0;
    text-transform: uppercase;
    padding: 15px 30px;
    width: max-content;
	text-align: center;
	
}

.address-table .btn-primary {
	width: 120px;
	text-align: center;
	background-color: #fff;
	border: 1px solid red;
	color: red;
}

.address-table .btn-light {
	width: 120px;
	text-align: center;	
}

.account-simpleaddress-insert #content .form-horizontal{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.account-newsletter #content .form-group {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 30px 0;
}


.order-row-header {
	display: grid;
	grid-template-columns: 100px 1fr 1fr 170px;
}

.order-row {
	display: grid;
	grid-template-columns: 100px 1fr 1fr 170px;
	border-top: 1px solid #e9e9e9;
	color: #121212;
}

.order-row-a:hover .order-row {
	color: var(--color);
	background-color: #faf6f6;
}

.order-col {
	padding: 15px;
	text-align: center;
}



.btn-black {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #333;
	color: #fff;
	height: 45px;
	border-radius: 10px;
	font-family: var(--font-medium);
	font-size: 15px;
}

.btn-black:hover {
	background-color: #121212;
	color: #fff;
}


.order-table {
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 30px rgb(0 0 0 / 5%);
	border: 1px solid #f1f1f1;
	border-radius: 5px;
}

.order-table__line {
	display: grid;
	grid-template-columns: 100px 1fr 1fr 200px 200px;
}

.order-table__col {
	border-bottom: 1px solid #f1f1f1;
	padding: 15px;
	text-align: center;
	font-size: 15px;
}

a.order-table__line:hover {
	background-color: var(--main-color);
	color: #fff;
}
.emty-border {
	border-bottom: 1px solid #f1f1f1;
	border-top: 1px solid #f1f1f1;
	padding: 30px 0;
	text-align: center;
}

#information-information #content {
	
	border-top: 1px solid #f1f1f1;
	padding: 30px 0;
}

.empty-cart {
	padding: 20px 0;
}


.size-option__wrapper {
    display: flex;
	flex-wrap: wrap;
    gap: 10px;
}

#product .size-option.form-group label.control-label {
    margin-bottom: 10px;
}

.size-option__wrapper input {
    display: none;
}

.size-option__wrapper .radio {
    margin: 0;  
}

.size-option__wrapper label:hover {
    border-color: #999;
}

.size-option__wrapper label {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    color: #333;
    border: 1px solid #eee;
	padding: 0 15px;
	min-width: 100px;
}

.size-option__wrapper .active-option label {
    border-color: var(--color);
	color: var(--color);
}

.size-option__wrapper .active-option label:hover {
    border-color: var(--color);
	color: var(--color);
}

.footer-socials {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 10px;
}

.footer-socials a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
}

.footer-socials a svg {
	height: 20px;
	fill: #c8b6b1;
}

.footer-socials a svg path {
	fill: #c8b6b1;
}

.footer-socials a svg:hover {
    fill: #eed6cf;
}

.footer-socials a svg:hover path{
    fill: #eed6cf;
}

.menu__socials {
	display: flex;
	justify-content: flex-start;
	gap: 20px;
	margin-top: 10px;
}

.menu__socials a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 45px;
	width: 45px;
	border: 1px solid var(--color);
}

.menu__socials a svg {
	height: 17px;
	fill: var(--color);
}

.menu__socials a svg path {
	fill: var(--color);
}

.menu__socials a svg:hover {
    fill: var(--color);
}

.menu__socials a svg:hover path{
    fill:  var(--color);
}
.live-search {
	width: 100%;
	position: absolute;
	z-index: 1000;
	padding: 50px;
	background-color: #FFF;
	left: 0;
	top: 100%;
	display: none;
	margin-top: 5px;
	max-height: 60vh;
	overflow-y: auto;
	overflow-x: hidden;
}

.live-search .loading {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.live-search ul {
	display: flex;
	flex-direction: column;
	gap: 15px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.live-search ul li {
	cursor: pointer;
	background-color: #FFF;
}

.live-search ul li a {
	text-decoration: none;
	display: grid;
	gap: 30px;
	grid-template-columns: auto 1fr 150px;
	align-items: center;
	color: #121212;
	font-size: 16px;
}

.live-search ul li .product-name p {
	display: none;
}

.live-search ul li .product-add-cart {
	display: none;
}

.live-search ul li .product-price {
	font-size: 16px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	font-family: var(--font-bold);
	flex-direction: column;
	text-align: right;
	gap: 5px;
	border: none;
	padding: 0;
	margin: 0;
}

.live-search ul li .product-price .price {
	color: #333333;
	display: flex;
	flex-direction: column;
	gap: 10px;
	text-align: right;
}

.live-search ul li .product-price .special {
	color: #444;
	text-decoration-line: line-through;
	text-decoration-style: solid;
	text-decoration-color: red;
	text-decoration: line-through solid red;
}

.live-search .result-text {
	text-align: center;
	font-size: 16px;
	color: #121212;
	background-color: #fff;
	width: 100%;
	margin-top: 15px;
}

.live-search .view-all-results {
	color: #121212;
}

.live-search .product-image {
	width: auto;
}

.live-search .product-image img {
	width: auto;
}

.categoryw-wrapper {

	gap: 15px;
	display: flex;
	margin-top: 15px;
}

.categoryw-wrapper img {
	width: 100%;
	transition: transform 1s ease-in-out;
}
.categoryw-item:hover img {
	transform: scale(1.12);
}
.categoryw-item {
	display: flex;
	width: 100%;
	flex: 1 1 100%;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}

.categoryw-item-text {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
}

.categoryw-item-btn {
	background-color: #222;
	color: #fff;
	padding: 15px 35px;
}

.categoryw-item-btn:hover {
	background-color: #000;
}

.categoryw-item-name {
	color: #fff;
    font-size: 30px;
    margin-bottom: 15px;
}

#whatsapp_link {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    z-index: 50;
    border-radius: 50%;
	background-color: #25D366;
	display: flex;
	align-items: center;
	justify-content: center;
}

#whatsapp_link svg {
	height: 30px;
	width: 30px;
}


.home-text {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 80px;
	align-items: center;
	margin-top: 50px;
}

.home-text__img {
	order: 2;
	position: relative;
	aspect-ratio: 1/1;
	overflow: hidden;
}

.home-text__img img {
	position: relative;
	z-index: 2;
	width: 100%;
}

.home-text__text {
	position: relative;
}


.home-text__text_scroll {
	max-height: 250px;
	padding-right: 30px;
	overflow-y: auto;
	color: #555;
	position: relative;
	z-index: 5;
}

.home-text__text h1 {
	font-size: 32px;
	margin-top: 0;
	margin-bottom: 20px;
	position: relative;
	z-index: 5;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
	
}



.contacts-left_messages {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 10px;
}

.contacts-left_messages a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
}

.contacts-left_messages a svg {
	height: 20px;
	fill: var(--color);
}

.contacts-left_messages a svg path {
	fill: var(--color);
}

.contacts-left_messages a svg:hover {
    fill: #000;
}

.contacts-left_messages a svg:hover path{
    fill: #000;
}

.contacts-phones_phones {
	border-top: 1px solid #eee;
	padding: 30px 0 10px 0;
	border-bottom: 1px solid #eee;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.phone-link {
	margin-bottom: 15px;
}
.phone-link a {
	font-size: 30px;
	color: #121212;
}
.email-link {
	font-size: 17px;
}

.contacts-bottom {
	display: flex;
	align-items: center;
	justify-content: center;
}

.contacts-bottom-inner {
	max-width: 550px;
	width: 100%;
	padding: 50px;
	background-color: #faf6f6;
	margin-top: 30px;
}
.contacts-bottom-inner input.form-control  {
	border-color: #efe8e8;
	background: #fbfeff;
}
.contacts-bottom-inner textarea.form-control  {
	border-color: #efe8e8;
	background: #fbfeff;
}
.contacts-right__title {
	text-align: center;
	font-size: 25px;
	margin-bottom: 20px;
}

.contacts-bottom-inner .control-label {
	text-align: left;
	margin-bottom: 10px;
	font-size: 16px;
}

.about-page_title {
	text-align: center;
	margin: 30px 0 15px 0;
	font-size: 25px;
}

.about-page_subtitle {
	text-transform: uppercase;
	margin-bottom: 50px;
	text-align: center;
}

.about-page_two {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}

.about-page_two img {
	width: 400px;
}

.about-page_two_text {
	width: 100%;
	max-width: 1000px;
	text-align: center;
}

.about-page-pluses {
	padding: 50px 0;
	margin: 50px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.about-page-pluses_ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 50px;
}

.about-page-pluses_li {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: flex-start;
}

.about-page-pluses_li img {
	height: 50px;
	width: auto;
}

.about-page-pluses_title {
	font-size: 29px;
	margin-bottom: 70px;
}

.about-page-pluses_li span {
	font-size: 19px;
}

.about-page-pluses_li p {
	margin-bottom: 0;
}

.about-page-bottom {
	display: grid;
	grid-template-columns: 450px 1fr;
	gap: 100px;
	align-items: center;
}

.about-page-bottom img {
	width: 100%;
}

.about-page-bottom_text h2 {
	font-size: 30px;
	margin-bottom: 30px;
}

.mobile-menu-title-top {
	font-size: 20px;
	margin-bottom: 13px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.mobile-menu_cat a {
	color: #121212;
	font-size: 18px;
	display: flex;
	padding: 5px 0;
}

#mobile-menu summary {
    font-size: 20px;
	margin: 20px 0 13px 0;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
    position: relative;
    display: flex;
    justify-content: space-between;
}
#mobile-menu details a {
    color: #121212;
    font-size: 18px;
    display: flex;
    padding: 5px 0;
}
.menu__phones {
	margin: 20px 0 40px;
}
.menu__phones a {
	font-size: 20px;
	color: #000;
}
.categories-list {
	display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 40px;
    padding: 40px 0;
    border-top: 1px solid #eee;
	align-items: center;
}
.categories-list a {
	color: #121212;
}
.error-text {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 30px 0;
	margin-bottom: 30px;
	text-align: center;
}
#common-home .swiper-viewport img {
	width: 100%;
}


.callback {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, .6);
	z-index: 5000;
	padding: 0 15px;
	overflow-y: auto;
}

.callback-inner {
	background-color: #fff;
	padding: 40px;
	max-width: 400px;
	width: 100%;
	position: relative;
	box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}

.callback__title {
	text-align: center;
	margin-bottom: 15px;
	font-size: 25px;
	color: #121212;
	line-height: 1.1;
}

.input-box .form-control {
	margin-bottom: 10px;
}

.callback__subtitle {
	text-align: center;
	margin-bottom: 15px;
}

.callback__footer {
	text-align: center;
	font-size: 13px;
	margin-top: 15px;
}

.callback-inner .form-control {
	margin-bottom: 10px;
}
#distributor {
	cursor: pointer;
}
.ok-message-error__inner {
	background-color: #d90707;
	color: #fff;
	text-align: center;
	padding: 10px;
	margin-bottom: 15px;


}

.callback-inner .submit-button {
	margin-top: 20px;
	width: 100%;
}

.partner-banner {
	width: 100%;
	margin-top: 30px;
}

.partner-top {
	display: grid;
	grid-template-columns: 1fr auto;
	padding: 70px 0;
	gap: 100px;
	align-items: center;
}

#information-partners .callback-inner {
	max-width: 550px;
}

.partner-top-text h1 {
	margin-bottom: 40px;
}

.partner-slogan {
	border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
	padding: 60px 0;
	text-align: center;
}

.partner-slogan h2 {
	margin: 0;
	padding: 0;
}



.partner-middle {
	padding: 50px 0;


}

.partner-middle-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 50px;
}

.partner-middle-item {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: flex-start;
}

.partner-middle-item img {
	height: 50px;
	width: auto;
}

.partner-middle h2 {
	font-size: 29px;
	margin-bottom: 70px;
}

.partner-middle-item span {
	font-size: 19px;
}

.partner-middle-item p {
	margin-bottom: 0;
}

.partner-center {
	display: grid;
	grid-template-columns: 1.2fr 2fr;
	gap: 100px;
	align-items: center;
	margin-top: 80px;
	width: 75%;
}

.partner-center img {
	width: 100%;
}

.partner-center-text h2 {
	font-size: 28px;
	margin-bottom: 30px;
}

.partner-small-block {
	display: flex;
	align-items: center;
	justify-content: center;
}

.partner-red-form {
	background-color: var(--color);
	padding: 0 50px;
	margin-top: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.partner-red-form .callback-inner {
background-color: var(--color);
box-shadow: none;
color: #fff;
padding: 70px 0;
max-width: 550px;
}

.partner-red-form .callback__title {
	color: #fff;
	font-size: 25px;
}

.partner-red-form input.form-control {
	border-color: #f5a2a8;
	color: #fff;
}

.partner-red-form input.form-control::placeholder {
	color: #fff;
}

.partner-red-form select.form-control {
	border-color: #f5a2a8;
	color: #fff;
}

.partner-red-form select option {
	color: #000;
}

.partner-red-form select.form-control::placeholder {
	color: #fff;
}

.partner-red-form .callback-inner .submit-button {
	background-color: #1e1a1a;
}

.information-partners .footer {
	margin-top: 0;
}

.partner-pluses {
	border-left: 1px solid #eee;
	padding-left: 40px;
	margin-left: 10px;
}
.partner-pluses p {
	margin-bottom: 20px;
	position: relative;
}

.partner-pluses svg {
	height: 18px;
	position: absolute;
	left: -49px;
}

 .popup-language{
    position: fixed;
    display: none;
    z-index: 5000000001;
    left: 50%;
	transform: translate(-50%, 0);
	font-size: 16px;
    padding: 20px;
    bottom: 15px;
    width: calc(50% - 30px);
    background-color: #fff;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  }
  .active-popup-language.popup-language {
    display: block;
  }
  .popup-language-close {
    width: max-content;
    border: none;
    display: inline-block;
    background-color: var(--color);
    color: #fff;
    padding: 15px 20px;
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
	float: right;
}
.cat-img img {
	width: 100%;
}


  .banners-section {
    width: 100%;
  }

  .banners-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 15px;
  }

  .banner-item a,
  .full-width-banner a {
    display: block;
    width: 100%;
  }

  .banner-item img, 
  .full-width-banner img {
    width: 100%;
    display: block;
  }

@media (max-width: 1119px) {
	.featured-module .product-cards-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
	.viewed-module .product-cards-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
	.product-card__btns {
		display: none;
	}
	.home-text__text h1 {
		font-size: 25px;
		margin-bottom: 25px;
		padding: 0 0 20px 0;
		margin-top: 0;
	}
	.catalog-title {
		margin-top: 20px;
		font-size: 3rem;
	}
	.breadcrumb {
		margin-bottom: 20px;
	}
	.product-cards-wrapper {
		gap: 15px;
	}
	.footer {
		margin-top: 30px;
	}
	.description-category {
		padding-right: 20px;
	}
	.category-inner {
		padding-bottom: 20px;
	}
	.product-page {
		gap: 30px;
	}
	.product-page-left {
		gap: 10px;
	}
	#thumbnail-slider .splide__track--ttb>.splide__list {
		gap: 10px;
	}
}
@media (max-width: 1050px) {
	.header__logo img {
		height: 45px;
	}
	.header-left {
		gap: 40px;
	}
	h2 {
		font-size: 3rem;
	}
	.partner-top {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}
.partner-center {
	width: 100%;
}
}
@media (max-width: 1000px) {
	.product-page-left {
		display: flex;
		flex-direction: column;
	}
	#thumbnail-slider {
		order: 2;
	}
	#thumbnail-slider .splide__list {
		gap: 10px;
	}
	.container-cat {
		padding: 0;
	}
}
@media (max-width: 950px) {
	.header__phone {
		display: none;
	}
	.popup-language {
		width: calc(100% - 30px);
	}
	#language_form {
		display: none;
	}
	#menu {
		display: none;
	}
	.header__wishlist {
		display: none;
	}
	.header__menu {
		display: flex;
	}
	.header-left {
        gap: 20px;
    }
	.home-text {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-top: 40px;
	}
	.home-text__img {
		order: -1;
	}
	#common-home .slideshow .swiper-pager {
		display: none;
	}
	#common-home .swiper-viewport {
		margin-bottom: 30px;
	}
	
	.common-home .featured-module {
		margin: 30px 0 0 0;
	}
	.product-cards-wrapper {
		grid-template-columns: 1fr 1fr;
	}
	.account-register {
		padding: 20px;
	}
	.account-account #content ul {
		flex-wrap: wrap;
	}
	.account-account #content ul li {
		width: 33.33%;
		flex: 1 1 33.33%;
	}
	.about-page-pluses_ul {
		grid-template-columns: 1fr 1fr;
	}
	.about-page-bottom {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.about-page_title {
		line-height: 1.3;
	}
	.featured-module .title {
		font-size: 25px;
	}
	.viewed-module .title {
		font-size: 25px;
	}
	.categories-list { 
		grid-template-columns: repeat(4, 1fr);
	}
	.partner-top {
		grid-template-columns: 1fr;
		gap: 40px;
		padding: 30px 0;
	}
	#information-partners .callback-inner {
		max-width: 100%;
	}
	.partner-slogan {
		padding: 40px 0;
	}
	.partner-slogan h2 {
		font-size: 22px;
	}
	.partner-middle-grid {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 768px)  {
	.featured-module .title {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.partner-middle-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.partner-middle {
		padding: 40px 0 0 0;
	}
	.partner-red-form {
		padding: 0 40px;
		margin-top: 40px;
	}
	.partner-red-form .callback-inner {
		padding: 40px 0;
	}
	.partner-center {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.partner-middle h2 {
    font-size: 24px;
    margin-bottom: 40px;
}

	.callback {
		align-items: flex-start;
		padding: 15px;
	}
	.viewed-module .title {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.product-page {
		grid-template-columns: 1fr;
		padding-top: 20px;
	}
	.product-page-left {
		position: static;
	}
	.featured-module .product-cards-wrapper {
		gap: 15px;
	}
	.viewed-module .product-cards-wrapper {
		gap: 15px;
	}
	.common-home .featured-module {
        padding: 0 15px;
    }
	.review-table {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	.categories-list { 
		grid-template-columns: repeat(2, 1fr);
	}
	.categoryw-wrapper {
		margin-top: 15px;
		padding: 0 15px;
		flex-direction: column;
		gap: 10px;
	}
	.home-text {
		padding: 0 15px;
	}
	.home-text__text h1 {
        font-size: 23px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
	.footer-logo img {
		height: 45px;
	}
	.footer-info ul {
		padding: 20px 0;
		margin-top: 30px;
		gap: 20px 50px;
	}
	.product-card__title a {
		font-size: 16px;
	}
	.product-card__cod {
		margin-top: 10px;
	}
	.product-card__title {
		margin: 7px 0 10px 0;
	}
	.product-card__price {
		font-size: 16px;
	}
	.home-text__img {
		display: none;
	}
	.inner-sort {
		padding: 15px 0;
		margin-bottom: 20px;
	}
	.contacts-phones_phones {
		align-items: flex-start;
	}
	.contacts-bottom-inner {
		padding: 20px;
	}
	.phone-link a {
		font-size: 25px;
	}
	.search__group {
		padding: 10px;
	}
	#search {
		padding: 50px 0;
	}
	#search .input-lg {
		height: 50px;
	}
	#search .btn-lg {
		height: 50px;
		width: 50px;
	}
	.live-search {
		padding: 10px;
	}
	.live-search ul li a {

		gap: 10px;
		grid-template-columns: 50px 1fr 60px;
	}
	.live-search .product-image img {
		width: 100%;
	}
	.live-search ul li .product-price {
		font-size: 14px;
	}
	.live-search ul li a {
		font-size: 14px;
	}
	#information-information #content {
		padding: 15px;
	}
	.catalog-title {
        font-size: 2rem;
    }
	h1 {
        font-size: 2rem;
    }
	h2 {
        font-size: 2rem;
    }
	h3 {
        font-size: 1.8rem;
    }
	h4 {
        font-size: 1.5rem;
    }
	.account-page {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.account-page {
		padding-top: 20px;
	}
	.account-password #content {
		padding: 15px;
	} 
	.account-order-info #content {
		padding: 0 15px;
	}  
	.account-wishlist #content {
		padding: 0 15px;
	}  
	.account-simpleaddress-insert #content .form-horizontal {
		grid-template-columns: 1fr;
		gap: 0;
	}
	.table-order {
		padding: 0 15px;
	}
	.order-col {
		padding: 10px 5px;
	}
	#content img {
		max-width: 100%;
	}
	.categories-list {
		padding: 20px 0;
	}

	.banners-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 15px;
  }

  .banner-item img, 
  .full-width-banner img {
    width: 100%;
    height: auto;
  }

  .banners-section {
	padding-right: 15px;
	padding-left: 15px;
  }
	
}
@media (max-width: 500px) {
	.header__account a {
		height: 30px;
		width: 30px;
	}
	.error-text {
		text-align: left;
		padding: 30px 15px;
	}
	.text-scs {
		padding: 30px 15px;
		text-align: left;
	}
	#common-success  #content .btns-center {
		padding: 0 15px !important;
	}
	#error-not-found #content .btns-center {
		padding: 0 15px !important;
	}
	.order-col {
		font-size: 14px;
	}
	.order-row-header {
		grid-template-columns: 40px 1fr 1fr 110px;
	}
	.order-row {
		grid-template-columns: 40px 1fr 1fr 110px;
	}
	#cart>button {
		height: 30px;
		width: 30px;
	}
	.account-account #content ul li {
		width: 50%;
		flex: 1 1 50%;
	}
	.search-btn {
		height: 30px;
		width: 30px;
	}
	.header__menu {
		height: 30px;
		width: 30px;
		background-size: 96%;
	}
	.header-right {
		gap: 10px;
	}
	.header-left {
		gap: 10px;
	}
	.header__logo img {
        height: 40px;
		margin-top: -3px;
    }
	.header>.container {
		padding: 10px 15px;
	}
	.product-page-right h1 {
		font-size: 25px;
	}
	.size-option__wrapper label {
		min-width: 90px;
	}
	.quant input {
		width: 50px;
	}
	.product-page-btns .form-group {
		flex-grow: 1;
	}
	#button-cart {
		width: 100%;
	}
	.product-attributes__col {
		padding: 10px;
	}
	.review-form-box_inner {
		padding: 30px 30px 15px 30px;
	}
	.review-form__title {
		font-size: 23px;
	}
	.cart-body {
		padding: 20px 15px 15px 15px;
	}
	.cart-products {
		gap: 15px;
	}
	.cart-body-totals {
		padding: 10px;
	}
	.account-simpleedit #content .form-horizontal, .account-password #content .form-horizontal fieldset {
		grid-template-columns: 1fr;
		gap: 0;
	}
	.btns-center {
		justify-content: flex-start;
		padding: 0 !important;
	}
	.account-account .btns-center {
		justify-content: center;
	}
	.account-address .btns-center {
		justify-content: center;
	}
	.account-newsletter .btns-center {
		justify-content: center;
	}
	.about-page_title {
		margin: 0px 0 15px 0;
		font-size: 20px;
	}
	.about-page_subtitle {
		margin-bottom: 20px;
	}
	.about-page-pluses {
		padding: 30px 0;
		margin: 30px 0;
	}
	.about-page-pluses_ul {
        grid-template-columns: 1fr;
        gap: 30px;
    }
	.about-page-pluses_title {
		font-size: 21px;
		margin-bottom: 30px;
	}
	.about-page-bottom_text h2 {
		font-size: 22px;
		margin: 0 0 15px 0;
	}
	.alert {
		width: calc(100% - 20px);
		left: 10px;
		bottom: 10px;
		padding: 35px;
	}
}



.promo-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    background: hsla(0, 25%, 95%, .7);
    z-index: 9998;
    display: none;
}

.promo-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 90%;
    max-width: 500px;
    background: #fff;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    display: none;
}

.promo-content {
    position: relative;
    padding: 40px;
    text-align: center;
}

.promo-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #333;
}

.promo-title {
    font-size: 24px;
    margin-bottom: 15px;
}

.promo-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
    color: #444;
}

.promo-trigger-circle {
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    background: #7a0012;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9997;
    font-weight: bold;
    font-size: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
}

.promo-trigger-circle:hover {
    transform: scale(1.1);
}

.promo-body {
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
}

#promo-reg-btn {
	color: #fff;
	 margin: 0 auto;
}

@media (max-width: 768px) {
    .promo-content {
        padding: 30px 20px;
    }
    .promo-title {
        font-size: 20px;
    }
}
body.modal-open {
    overflow: hidden;
}