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

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

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

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

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

:root {
	--main-color: #f2dee9;
	--main-dark-color: #7f6a76;
	--main-light-color: #f1e7ed;
	--light-gray: #f9f9f9;
	--font-regular: "Lato-Regular", sans-serif;
	--font-bold: "Lato-Bold", sans-serif;
	--font-medium: "Lato-Medium", sans-serif;
	--font-semibold: "Lato-Semibold", sans-serif;
	--font-black: "Lato-Black", sans-serif;
}
*,
*::before,
*::after {
  outline: none !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #121212;
	font-family: var(--font-bold);
}

input.form-control {
	box-shadow: none;
	outline: none;
}

input.form-control:active,
input.form-control:focus {
	box-shadow: none;
	outline: none;
}

/* default font size */
.fa {
	font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10.2px;
}

a {
	color: #121212;
}

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

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


.input-group .input-group-addon {

	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;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 51;
	display: grid;
	gap: 100px;
	grid-template-columns: 180px 1fr auto auto;
	justify-content: space-between;
	align-items: center;
	padding: 13px 40px;
	box-shadow: 0 2px 16px #00000005;
}

.header__right {
	display: flex;
	gap: 10px;
}

.header__right svg:hover path {
	fill: var(--main-dark-color);
}

.header__middle {
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: center;
}

.list-item a {
	color: #121212;
	text-transform: uppercase;
	font-size: 12px;
	font-family: var(--font-medium);
	position: relative;
	z-index: 2;
}

.list-item a::after {
	content: '';
	position: absolute;
	left: -13px;
	top: -7px;
	height: 25px;
	width: 55%;
	background-color: var(--main-color);
	z-index: -1;
	opacity: 0;
	transition: 0.3s ease-in-out;
	transform: translate(-10px);
}

.list-item a:hover::after {
	opacity: 0.5;
	transform: translate(0);
}

.kolichestvo {
	display: flex;
	padding: 20px 0 25px 0;
	align-items: center;
	justify-content: space-between;
}

.product__rating {
	display: flex;
	align-items: end;
}

.product__rating svg {
	height: 20px;
	color: #dab2c8;
	margin-right: 10px;
}

.inner-plus-minus input {
	width: 35px;
	box-shadow: none;
	border-radius: 0;
	height: 35px;
	float: left;
	text-align: center;
	border: none;
}

.inner-plus-minus span {
	width: 35px;
	height: 35px;
	border: 1px solid #dcdcdc;
	display: flex;
	float: left;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	cursor: pointer;
}

.inner-plus-minus span:hover {
	box-shadow: 0 0 10px rgb(0 0 0 / 5%);
}

.mfilter-tb-as-td {
	font-weight: normal;
}

.description-product .big-title {
	padding: 30px;
}

.inner-plus-minus span:hover {
	color: #000
}

.description-product__container {
	padding: 0 30px;
}

.description-product__attribute {
	background: #f7f0f4;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px;
}

.table-attribute__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	background-color: #fdf9fb;
}

.table-attribute__row:nth-child(2n) {
	background-color: #fff;
}

.table-attribute__col {
	padding: 15px 30px;
	border: 1px solid #f1f1f1;
	margin: -1px 0 0 -1px;
}

.description-product__review .form-horizontal div.form-group {
	margin: 0;
}

.description-product__review {
	overflow: hidden;
}

.table-attribute {
	width: 100%;
	box-shadow: 0 20px 30px rgba(0, 0, 0, .05);
}

#form-review {
	display: grid;
	grid-template-columns: auto 34vw;
}

.right__reviev {
	background: #262a31;
	color: #fff;
	text-align: center;
	padding: 60px 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.right__reviev .big-title {
	margin-bottom: 15px;
}

.stars-input {
	margin-bottom: 20px;
}

.right__reviev .form-control {
	background-color: #30363d;
	box-shadow: none;
	margin-bottom: 15px;
	border-color: transparent;
	border-radius: 0;
	padding: 0 20px;
	color: #fff;
	font-size: 14px;
}

.right__reviev .form-control:focus {
	border-color: transparent;
	border-bottom-color: #51575f;
}

.right__reviev input.form-control {
	height: 50px;
}

.right__reviev textarea.form-control {
	height: 80px;
	padding-top: 13px;
}

.right__reviev input.form-control::-webkit-input-placeholder {
	font-size: 14px;
}

.right__reviev input.form-control::-moz-placeholder {
	font-size: 14px;
}

.left__reviev {
	padding: 30px;
	background: #fbfbfb;
	border-bottom: 1px solid #f1f1f1;
}


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

#review::-webkit-scrollbar-track {
	background-color: #F4F5F5
}

#review::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: #7D7D7D;
}

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

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

}

#button-review {
	background: var(--main-dark-color);
	border-color: var(--main-dark-color);
	padding: 17px;
	text-transform: uppercase;
	font-size: 13px;
	margin-top: 10px;
}

#button-review:hover {
	background: #8a7883;
	color: #fff;
}

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

}

#review::-webkit-scrollbar {
	width: 2px !important;
}

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

#review::-webkit-scrollbar-track {
	background-color: #ddd;

}

#review::-webkit-scrollbar-thumb {
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-color: #383838;
	width: 6px
}

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

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

#review {
	max-height: 340px;
	overflow-y: auto;
	min-height: 340px;
}

.single-review {
	border: 1px solid #f1f1f1;
	padding: 20px;
	margin-top: 10px;
	background: #fff;
}

.single-review__star {
	display: flex;
	align-items: end;
	font-size: 27px;
	font-family: var(--font-black);
	color: #333;
	padding: 20px 0;
}

.left__reviev .big-title {
	padding-bottom: 10px;
}

.single-review__two {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.single-review__date {
	text-align: right;
	font-family: var(--font-medium);
}

.single-review__author {
	font-family: var(--font-bold);
}

.single-review__star span {
	font-size: 18px;
	line-height: 1;
}

.single-review__star svg {
	height: 25px;
	color: #dab2c8;
	margin-right: 10px;
}

.rating1,
.rating2,
.rating3,
.rating4,
.rating5 {
	background: url(/image/star.svg) no-repeat;
	background-size: 20px;
	background-position: center;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	cursor: pointer;
}

.rating1 input,
.rating2 input,
.rating3 input,
.rating4 input,
.rating5 input {
	width: 20px;
	height: 20px;
	opacity: 0;
	cursor: pointer;
}

.fullrating {
	background: url(/image/star-yellow.svg) no-repeat;
	background-size: 20px;
	background-position: center;
}

.viewed-module .big-title {
	padding: 40px 0 30px 0;
	text-align: center;
}

.emty-reviews {
	padding-top: 25px;
}

.emty-reviews a {
	padding: 22px;
	display: inline-block;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 1px;
	border-radius: 0;
	border: none;
	background: #ffffff;
	color: #444;
	box-shadow: 0 0 15px rgb(0 0 0 / 5%);
}

.emty-reviews a:hover {
	background-color: #333;
	color: #fff;
}

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

.search-box__btn {
	height: 40px;
	width: 40px;
	position: relative;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.cross-search {

	background-image: url(/image/close.png);
	background-size: 15px;
}

.search-box__input.visible-search {
	display: block;
}

.search-box {
	position: relative;

}

.search-box__input {
	display: none;
	width: 600px;
	position: fixed;
	width: calc(50vw - 5px);
	top: 66px;
	opacity: 0.95;
	right: 0;
	background: #fff;
	box-shadow: 0 2px 16px #00000005;
	border: 1px solid #f1f1f1;
}

#search .input-lg {
	padding: 0 15px;
	height: 60px;
	background: #fff;
	border-color: #fff;
	box-shadow: none;
	font-size: 15px;
}

#search .btn-lg {
	height: 60px;
	width: 60px;
	box-shadow: none;
	border-radius: 0;
	background: transparent;
	border-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
}

#search .btn-lg svg {
	height: 21px;
}

.language-box form {
	height: 100%;
}

#language {
	height: 100%;
	display: flex;
	align-items: center;
	gap: 25px;
	position: relative;
}

#language::after {
	content: '';
	position: absolute;
	top: 4px;
	left: 50%;
	height: 10px;
	width: 1px;
	background-color: #c8c8c8;
}

#language a {
	color: #121212;
	font-size: 13px;
	font-family: var(--font-medium);
	cursor: pointer;
}

#language a.selected-language {
	cursor: default;
	color: #777;
}

#language a:hover {
	color: var(--main-dark-color);
}

#cart>button {
	display: flex;
	background-color: #fff;
	border: none;
	box-shadow: none;
	height: 40px;
	width: 40px;
	align-items: center;
	justify-content: center;
	padding: 0;
	position: relative;
}

#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}

#cart .dropdown-menu {
	min-width: 100%;
}

#cart-total {
	display: flex;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	background-color: var(--main-color);
	position: absolute;
	right: -3px;
	top: 0;
	font-size: 11px;
}

.account-box__link {
	display: flex;
	height: 40px;
	width: 40px;
	align-items: center;
	justify-content: center;

}

@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}

#cart .dropdown-menu table {
	margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
	min-width: 427px;
	padding: 0 10px;
}

@media (max-width: 478px) {
	#cart .dropdown-menu li>div {
		min-width: 100%;
	}
}

#cart .dropdown-menu li p {
	margin: 20px 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu .dropdown-menu {
	padding-bottom: 0;
}

#menu .dropdown-inner {
	display: table;
}

#menu .dropdown-inner ul {
	display: table-cell;
}

#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}

#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}

@media (max-width: 767px) {

	#menu div.dropdown-inner>ul.list-unstyled {
		display: block;
	}

	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}

	#menu .dropdown-inner {
		display: block;
	}

	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}

	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}

}

/* content */
#content {
	min-height: 600px;
}

/* footer */
footer {
	padding: 40px 30px 30px 30px;
	background-color: #1B1F25;
	color: #e2e2e2;
}

.footer-phoe {
	font-size: 19px;
}

footer a {
	color: #fff;
}

.footer-top__contacts {
	display: flex;
	flex-direction: column;
	align-items: center;
}

footer a:hover {
	color: #fff;
}

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

.footer-top {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.footer-top__logo {
	font-family: var(--font-bold);
	font-size: 20px;
	margin-bottom: 0;
	letter-spacing: 2px;
}

.alert {
	position: fixed;
	bottom: 0;
	right: 20px;
	background-color: #333 !important;
	color: #fff !important;
	padding: 30px;
	border-radius: 0;
	z-index: 50;
	border: 1px solid #333;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
	opacity: 0.95;
	max-width: 500px;

}

.footer-media {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 18px 0 0 0;
	width: 75%;
}

.footer-media__li a {
	display: flex;
	padding: 10px 18px;
	align-items: center;
	gap: 10px;
	justify-content: center;
}

.footer-media__li a:hover {
	opacity: 0.9;
}

summary::-webkit-details-marker {
	display: none;
}

summary {
	text-align: left;
	cursor: pointer;
}


.footer-powered {
	color: #d4d4d4;
}

.footer-powered a {
	color: #d4d4d4;
}

.callback {
	background-color: #3e4b60;
}

.insta {
	background: linear-gradient(56.24deg, #FEDA75 8.48%, #FA7E1E 32.52%, #D62976 55.17%, #962FBF 76.43%, #4F5BD5 97.24%);
}

.telegram {
	background: #28a4e4;
}

.viber {
	background: #795bef;
}

.facebook {
	background: #4867aa;
}

.footer-menu ul {
	display: flex;
	gap: 30px;
	justify-content: center;
	margin: 20px;
	flex-wrap: wrap;
}

.alert i {
	display: none;
}

.story-box {
	position: relative;
	z-index: 50;
}

.top-page {
	background-position: center;
	background-size: cover;
	position: relative;
	padding: 20px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.top-page::after {
	content: '';
	background-color: #fff4f9;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.9;
}

.top-page .big-title {
	z-index: 5;
	position: relative;
	margin: 0;
	font-size: 20px;
}

.top-page .breadcrumb {
	padding-top: 10px;
	font-size: 13px;
}

.breadcrumb {
	border: none;
	background: transparent;
	display: flex;
	white-space: nowrap;
	padding: 20px 0 0 0;
	margin-bottom: 0;
	overflow-x: auto;
	z-index: 5;
	position: relative;
}

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

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

.breadcrumb>li:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 8px;
	right: -2px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #8e8e8e;
	border-bottom: 1px solid #8e8e8e;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

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

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

.breadcrumb a {
	color: #121212;
}

.pagination {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	width: 100%;
	padding-bottom: 45px;
	flex-wrap: wrap;
	padding-left: 15px;
	padding-right: 15px;
}

.pagination>li>a,
.pagination>li>span {
	border: none;
	color: #121212;
	font-size: 16px;
	height: 45px;
	width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background-color: transparent;
}

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

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

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

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	background-color: transparent;
	color: var(--main-dark-color);
}

.category-description {
	padding: 0 40px 45px 40px;
}

.category-description__inner {
	max-height: 300px;
	overflow-y: auto;
	padding-right: 20px;
}

.category-description__inner h2,
.category-description__inner h3 {
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: normal;
	font-family: var(--font-bold);
}

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

.category-description__inner::-webkit-scrollbar-track {
	background-color: #F4F5F5
}

.category-description__inner::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: #7D7D7D;
}

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

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

}

.category-description__inner::-webkit-scrollbar {
	width: 4px;

}

.category-description__inner::-webkit-scrollbar {
	width: 2px !important;
}

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

.category-description__inner::-webkit-scrollbar-track {
	background-color: #ddd;

}

.category-description__inner::-webkit-scrollbar-thumb {
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-color: #383838;
	width: 6px
}

.category-description__inner::-webkit-scrollbar-thumb:hover {
	background-color: #000;
}

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

.category-description__inner h2:first-child {
	margin-top: 0;
}

.buttons {
	margin: 1em 0;
}

.btn {
	padding: 18px 30px;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	border-radius: 0;
	border: 1px solid var(--light-gray);
	background: var(--light-gray);
	color: #444;

}

.btn:hover,
.btn:active,
.btn:focus {
	background: #efefef;
	color: #000;
	box-shadow: none;
	outline: none;
}

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

.product__controllers .breadcrumb::-webkit-scrollbar-track {
	background-color: #F4F5F5
}

.product__controllers .breadcrumb::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: #7D7D7D;
}

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

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

}

.product__controllers .breadcrumb::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.product__controllers .breadcrumb::-webkit-scrollbar {
	width: 2px !important;
	height: 2px !important;
}

.product__controllers .breadcrumb::-webkit-scrollbar-button {
	background-image: url('');
	background-repeat: no-repeat;
	width: 2px;
	height: 2px
}

.product__controllers .breadcrumb::-webkit-scrollbar-track {
	background-color: #ddd;

}

.product__controllers .breadcrumb::-webkit-scrollbar-thumb {
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-color: #383838;
	width: 6px;
	height: 6px
}

.product__controllers .breadcrumb::-webkit-scrollbar-thumb:hover {
	background-color: #000;
}

.product__controllers .breadcrumb::-webkit-resizer {
	background-image: url('');
	background-repeat: no-repeat;
	width: 4px;
	height: 4px
}


.btn-xs {
	font-size: 9px;
}

.btn-sm {
	font-size: 10.2px;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
	font-size: 12px;
}

.btn-group>.btn-xs {
	font-size: 9px;
}

.btn-group>.btn-sm {
	font-size: 10.2px;
}

.btn-group>.btn-lg {
	font-size: 15px;
}

.btn-default {
	color: #777;
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
	color: var(--main-dark-color);
	border-radius: 0;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	background: var(--main-color);
	border-color: var(--main-color);
	padding: 18px 30px;

}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	background-color: var(--main-light-color) !important;
	color: var(--main-dark-color) !important;
	border-color: var(--main-light-color) !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: var(--main-light-color);
	color: var(--main-dark-color);
	border-color: var(--main-light-color);
}

.btn-warning {
	color: #ffffff;
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
	color: #ffffff;
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
	color: #ffffff;
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}

.btn-inverse {
	color: #ffffff;
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
	border: none;
	color: #444444;
	line-height: 1;
	padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: #141414;
	background: none;
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
}

.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}

.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

.thumbnail {
	display: block;
	padding: 0;
	margin-bottom: 0;
	border: none;
	border-radius: 0;
}

.thumbnail img:hover {
	opacity: 0.9;
}

.thumbnails {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	list-style: none;
	padding: 10px 0 10px 10px;
	margin: 0;
	gap: 10px;
}

.thumbnails>li {
	margin-left: 0;
}

.thumbnails>li:nth-child(1) {
	grid-column: 1 / 4;
}

.thumbnails>li:nth-child(2) {
	grid-column: 4 / 7;
}

.thumbnails {
	margin-left: 0;
}

.thumbnails>img {
	width: 100%;
}

.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}

.image-additional {
	max-width: 78px;
}

.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {

	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear: left;
	}
}



/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}



#toTop {

	color: #fff;
	cursor: pointer;

}


.main-menu {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	background: var(--light-gray);
	border-right: 1px solid #f1f1f1;
	z-index: 50;
	width: 15vw;
	padding: 100px 25px;
}

#menu a {
	color: #5c5c5c;
	display: flex;
	padding: 3px 0;
	width: 100%;
}

#menu a:hover {
	color: #000;
}

.logo-box a {
	color: #121212;
	font-family: var(--font-bold);
	font-size: 25px;
	letter-spacing: 2px;
}

.logo-box {
	line-height: 1;
}

.big-title {
	font-family: var(--font-bold);
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.news-module .big-title,
.featured-module .big-title {
	padding: 30px;
}

.product-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 10px;
	padding: 0 10px 30px 10px;
}

.product__caption {
	padding: 6px 0 15px 0;
}

.product__price {
	font-size: 18px;
	font-family: var(--font-bold);
	padding-top: 5px;
}

.product__name a {
	font-size: 17px;
	color: #121212;
}



.image div,
.image span {
	z-index: 2;
}

.box-product .image a,
.box-content .image a,
.product-thumb .image a,
.item .image a,
.product-list .image a,
.product-grid .image a {
	display: inline-block;
	position: relative;
	z-index: 0;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}

.product-thumb .image a:hover {
	opacity: 1;
}

.image .main {

	transition: all ease-in-out .4s;
}

.image .additional {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
	transition: 0.3s ease-in-out;
}

.image:hover .additional {
	opacity: 1;
	background: #fff;

}

.price {
	font-size: 25px;
	font-family: var(--font-bold);
	margin: 20px 0;
	display: flex;
}

.option-link .img-thumbnail {
	padding: 0;
	border: 1px solid transparent;
	border-radius: 0;
}

.option-link a:hover {
	opacity: 0.7;
}

#product label {
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: 500;
}

#product select {
	height: 50px;
	border-radius: 0;
	border-color: #dcdcdc;
	box-shadow: none;
	font-size: 15px;
}

.emty-product {
	padding: 40px;
}

.product-price .image .main {
	transform: none !important;
}

.product__images {
	position: relative;
}

.product__images .product__sticer {
	top: 0;
	left: 0;
}

.product-price .image .additional {
	display: none;
}

.price__value--special {
	text-decoration: line-through;
	text-decoration-color: red;
	color: #333;
	order: 2;
	margin-left: 20px;
	font-family: var(--font-medium);
}

.price-old {
	text-decoration: line-through;
	text-decoration-color: red;
	color: #333;
	margin-left: 10px;
	font-family: var(--font-medium);
}

.product .image {
	position: relative;
	width: 100%;
}

.product__buttons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.special-page .big-title {
	margin: 30px 0 20px 0;
	text-align: center;
}

.product {
	position: relative;
}

.product__sticer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	background: #d91414;
	/* background-color: #000; */
	color: #fff;
	line-height: 1;
	padding: 6px 10px 5px;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 1.3;
}

.product__buttons button {
	padding: 22px 0;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 1px;
	box-shadow: none;
	background: #e9d5e0;
	color: #333;
	border: none;
	border-radius: 0;
}

.product__buttons button:hover,
.product__buttons button:active,
.product__buttons button:focus {
	background: var(--main-color) !important;
	color: var(--main-dark-color) !important;
	box-shadow: none !important;
	outline: none !important;
}

.product__buttons a {
	padding: 22px 0;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 1px;
	border-radius: 0;
	border: none;
	background: var(--light-gray);
	color: #444;
}

.product__buttons a:hover,
.product__buttons a:active,
.product__buttons a:focus {
	background: #efefef !important;
	color: #000 !important;
	box-shadow: none !important;
	outline: none !important;
}

.btn-block+.btn-block {
	margin-top: 0;
}

.product-p {
	display: grid;
	grid-template-columns: 1fr 37vw;
}

.product__sticky {
	padding: 30px;
	position: sticky;
	top: 60px;
}

#xd_zvonok_modal .modal-content {
	border-radius: 0;
	position: relative;
	background: #f4f4f4;
	padding: 60px 50px;
}

#xd_zvonok_modal .modal-footer button {
	padding: 22px 0;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 1px;
	box-shadow: none;
	background: #e9d5e0;
	color: #333;
	border: none;
	border-radius: 0;
	width: 100%;
	margin-top: 10px;
}

#xd_zvonok-form .modal-footer button:hover,
#xd_zvonok-form .modal-footer button:active,
#xd_zvonok-form .modal-footer button:focus {
	cursor: pointer;
	background: #f2dee9;
	color: #121212;
}

#xd_zvonok_modal .modal-footer {
	border: none;
	padding: 0;
}

#xd_zvonok_modal .modal-body {
	padding: 0;
}

#xd_zvonok_modal .modal-header .close {
	height: 25px;
	width: 25px;
	opacity: 1;
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 0;
	background-image: url(/catalog/view/image/pdqo/cross.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

#xd_zvonok_modal input {
	border-radius: 0;
	box-shadow: none;
	outline: none;
	height: 50px;
	border: 1px solid #ccc;
	padding: 0 15px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	background: transparent;
}

#xd_zvonok_modal .input-group {
	width: 100%;
}

#xd_zvonok_modal .modal-header {
	border: none;
	padding: 0;
}

.product__controllers .breadcrumb {
	font-size: 13px;
	padding-top: 0;
}

.product__controllers .big-title {
	font-size: 18px;
	margin: 20px 0px 5px 0;
}

.overflow-none {
	overflow: hidden;
}

.overflow-none main {
	z-index: 9000;
}

.active-popup {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9000;
	overflow-y: auto;
	background-color: #fff;
	padding: 10px;
}

.close-popup {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	cursor: pointer;
}

.close-popup img {
	width: 50%;
}

.active-popup #main-slider {
	height: 100%;
}

.active-popup .splide__track {
	height: 100%;
}

.active-popup .splide__slide {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

@media (max-width: 600px) {
	.active-popup #main-slider .splide__slide img {
		height: auto;
		width: 100%;
	}
}


.product-product-page .main-menu {
	width: 4vw;
	transition: 0.4s ease-in-out;
}

.product-product-page footer {
	padding-left: 4vw;
}

.main-menu__icon {
	display: none;
	background-image: url(/image/list.svg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	height: 1.5vw;
	width: 1.5vw;
	transition: 0.7s ease-in-out;
	position: absolute;
	top: 50%;
	left: 1.2vw;
	opacity: 1;
	transform: translateX(0);
	transition: 1.3s ease-in-out;
}

.product-product-page {
	padding-left: 4vw;
}

.product-product-page #menu {
	opacity: 0;
	transform: translateX(-50px);
	transition: 0.7s ease-in-out;
}

.product-product-page .main-menu:hover #menu {
	opacity: 1;
	transform: translateX(0);
}

.product-product-page .main-menu:hover .main-menu__icon {
	opacity: 0;
	transform: translateX(-50px);
	transition: 0.3s ease-in-out;
}

.product-product-page .main-menu .main-menu__icon {
	display: block;
}

.product-product-page .main-menu:hover {
	width: 15vw;
	background-image: none;
}

.rating-home {
	background: #fcf8fa;
	text-align: center;
	padding: 40px 15px;
	margin-top: 30px;
}

.rating-home__title {
	font-family: var(--font-bold);
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.rating-home__amount {
	padding: 17px 0;
}

.rating-home__button {
	padding: 18px 32px;
	display: inline-block;
	color: #72646d;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	border: 1px solid #b2a5ae;
}

.rating-home__button:hover {
	opacity: 0.9;
	color: #121212;
	border-color: #72646d;
}

#column-left,
#column-right {
	border: 1px solid transparent;
}

.box-content.mfilter-content {
	padding: 0;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #f1f1f1;
	padding: 0 0 0 20px;
}

.mfilter-content>ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.mfilter-content>ul>li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.mfilter-content>ul>li:first-child .mfilter-heading {
	border-top: none;
}

.mfilter-clearfix:after {
	content: " ";
	display: table;
	clear: both;
}

/* // CONTENT TOP /////////////////////////////////////////////////////////// */
@media (min-width: 980px) {

	.mfilter-content_top .mfilter-vehicles .bootstrap-select_mf.btn-group:not(.input-group-btn),
	.mfilter-content_top .mfilter-vehicles .bootstrap-select_mf.btn-group[class*="col-"],
	.mfilter-content_top .mfilter-vehicles .bootstrap-select_mf.btn-group,
	.mfilter-content_top .mfilter-vehicles .bootstrap-select_mf {
		width: 49%;
	}

	.mfilter-content_top .mfilter-vehicles .bootstrap-select_mf.btn-group:not(.input-group-btn):nth-child(1),
	.mfilter-content_top .mfilter-vehicles .bootstrap-select_mf.btn-group[class*="col-"]:nth-child(1),
	.mfilter-content_top .mfilter-vehicles .bootstrap-select_mf.btn-group:nth-child(1),
	.mfilter-content_top .mfilter-vehicles .bootstrap-select_mf:nth-child(1),
	.mfilter-content_top .mfilter-vehicles .bootstrap-select_mf.btn-group:not(.input-group-btn):nth-child(3),
	.mfilter-content_top .mfilter-vehicles .bootstrap-select_mf.btn-group[class*="col-"]:nth-child(3),
	.mfilter-content_top .mfilter-vehicles .bootstrap-select_mf.btn-group:nth-child(3),
	.mfilter-content_top .mfilter-vehicles .bootstrap-select_mf:nth-child(3) {
		margin-right: 8px;
	}
}

/* @since 2.0.4.5
.mfilter-content_top {
	overflow: hidden;
}*/
.mfilter-content_top .mfilter-content>ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.mfilter-content_top .mfilter-content>ul>li {

	display: table-row;
}

.mfilter-content_top .mfilter-content>ul>li.mfilter-hide {
	display: none;
}

.mfilter-content_top .mfilter-content>ul>li:first-child .mfilter-heading,
.mfilter-content_top .mfilter-content>ul>li:first-child .mfilter-content-opts {
	border-top: none;
}

.mfilter-content_top .mfilter-content>ul>li .mfilter-heading {
	border-top: none;
	vertical-align: top;
	background-color: #fff;
	position: relative;
}

.mfilter-content_top .mfilter-category-cat_checkbox .mfilter-option .mfilter-col-input {
	padding: 3px 5px !important;
}

.mfilter-content_top .mfilter-category-cat_checkbox .mfilter-tb>.mfilter-tb-as-tr,
.mfilter-content_top .mfilter-tb .mfilter-tb {
	display: flex;
	margin: 0;

}

.mfilter-content_top .mfilter-tb,
.mfilter-content_top .mfilter-tb .mfilter-tb {
	display: block;
}

.mfilter-content_top .mfilter-tb .mfilter-tb.mfilter-hide {
	display: none;
}

.mfilter-content_top .mfilter-col-input {}

.mfilter-content_top .mfilter-image_list_checkbox .mfilter-counter,
.mfilter-content_top .mfilter-image_list_radio .mfilter-counter {
	margin-top: 8px;
	margin-bottom: 8px;
}

.mfilter-content_top .mfilter-image_list_checkbox .mfilter-counter.mfilter-close,
.mfilter-content_top .mfilter-image_list_radio .mfilter-counter.mfilter-close {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mfilter-content_top .mfilter-tb-as-tr {}

.mfilter-content_top .mfilter-tb-as-td {
	border: none;
	margin: 1px 2px;
	padding: 5px;
}

.mfilter-content_top .mfilter-counter:before,
.mfilter-content_top .mfilter-counter:after {
	border: none;
	display: inline;
	height: auto;
	width: auto;
	position: static;
	right: auto;
	top: auto;
}

.mfilter-content_top .mfilter-counter:before {
	content: "(";
}

.mfilter-content_top .mfilter-counter:after {
	content: ")";
}

.mfilter-content_top .mfilter-col-count {
	width: auto;
	margin: 1px 0 0 -5px;
	padding: 0 0 1px;
}

.mfilter-content_top.mfilter-box .mfilter-counter {
	margin: 3px 0;
	line-height: inherit;
	background: none;
	color: #000000;
}

.mfilter-content_top label.mfilter-tb-as-td {
	white-space: nowrap;
}

.mfilter-content_top .mfilter-disabled .mfilter-counter {
	display: block;
}

.mfilter-content_top .mfilter-counter.mfilter-close {
	margin: 5px 4px;
}

.mfilter-content_top {
	line-height: 14px;
}

.mfilter-content_top .mfilter-head-icon {
	display: none !important;
}

.mfilter-content_top .mfilter-rating .mfilter-counter {
	margin-bottom: 1px;
}

.mfilter-content_top .mfilter-rating .mfilter-counter.mfilter-close {
	margin-top: 3px;
}

.mfilter-content_top .mfilter-disabled {
	opacity: 0.3;
}

.mfilter-content_top .mfilter-heading {
	cursor: default;
}

.mfilter-content_top .mfilter-price-inputs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding-bottom: 20px;
}

.mfilter-content_top .mfilter-price-slider {
	min-width: 100%;
}

.mfilter-content_top .mfilter-content-wrapper {
	border: none;
}

.mfilter-content_top .mfilter-opts-container {
	/* @since 2.0.4.5
	overflow: hidden;
	clear: both;*/
	border: none;
}

.mfilter-content_top .mfilter-tb .mfilter-tb-as-tr:first-child label.mfilter-tb-as-td,
.mfilter-content_top .mfilter-tb .mfilter-tb-as-tr:last-child label.mfilter-tb-as-td,
.mfilter-content_top label.mfilter-tb-as-td {
	padding: 7px 5px 5px 9px;
	font-size: 15px;
}

.mfilter-content_top .mfilter-category-related ul li {
	float: left;
	padding: 3px;
	width: 189px;
}

.mfilter-content_top .mfilter-category-tree ul li {
	border-top: none;
	padding: 0;
}

.mfilter-content_top .mfilter-category-tree .mfilter-tb .mfilter-tb-as-tr>.mfilter-tb-as-td {
	padding: 5px 3px;
	color: #000;
}

.mfilter-content_top .mfilter-category-tree .mfilter-tb .mfilter-tb-as-tr>.mfilter-tb-as-td.mfilter-col-count {
	padding: 0;
}

.mfilter-content_top .mfilter-category-tree li div a {
	color: #000;
}

.mfilter-content_top .mfilter-category-tree .mfilter-to-parent a {
	display: inline-block;
	padding: 4px 0 0;
}

.mfilter-content_top .mfilter-slider .mfilter-slider-inputs {
	float: left;
}

.mfilter-content_top .mfilter-slider .mfilter-slider-container {
	width: 200px;
	float: left;
	padding-top: 5px;
	margin: -4px 0 0 15px;
}

.mfilter-content_top .box-heading {
	margin-top: 0;
}

.mfilter-content_top .mfilter-category-tree ul.mfilter-tb>li {
	display: block;
	float: left;
}

/* // INLINE HORIZONTAL ///////////////////////////////////////////////////// */
.mfilter-inline-horizontal .mfilter-opts-container {
	display: table;
	width: 100%;
}

.mfilter-inline-horizontal .mfilter-content-wrapper {
	display: table-row;
}

.mfilter-inline-horizontal .mfilter-scroll-left,
.mfilter-inline-horizontal .mfilter-options,
.mfilter-inline-horizontal .mfilter-scroll-right {
	display: table-cell;
}

.mfilter-inline-horizontal .mfilter-scroll-left,
.mfilter-inline-horizontal .mfilter-scroll-right {
	display: none;
}

.mfilter-inline-horizontal .mfilter-scroll-right a,
.mfilter-inline-horizontal .mfilter-scroll-left a {
	display: block;
	width: 9px;
	height: 16px;
	opacity: 0.4;
	cursor: default;
	background: url('images/icons.png?v8') no-repeat 0 -135px;
}

.mfilter-inline-horizontal .mfilter-scroll-right a.mf-active,
.mfilter-inline-horizontal .mfilter-scroll-left a.mf-active {
	cursor: pointer;
	opacity: 1;
}

.mfilter-inline-horizontal .mfilter-scroll-left a {
	margin: 7px 0 5px 5px;
}

.mfilter-inline-horizontal .mfilter-scroll-right a {
	background-position: 0 -23px;
	margin: 7px 5px 5px 0;
}

.mfilter-inline-horizontal .mfilter-options-container>.mfilter-tb {
	position: relative;
	width: initial !important;
	margin: 0 !important;
}

.mfilter-heading {
	cursor: pointer;
	background: #eaeaea;
	font-size: 13px;
	border-top: 1px solid #fff;
}

.mfilter-heading-content {
	padding: 20px 30px;
}

.mfilter-heading .mfilter-head-icon {
	display: block;
	float: right;
	background: url('images/icons.png?v8') no-repeat 0 -40px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	width: 17px;
	height: 9px;
	margin-right: -3px;
	margin-top: 3px;
}

.mfilter-direction-rtl .mfilter-heading .mfilter-head-icon {
	float: left;
}

.mfilter-heading.mfilter-collapsed .mfilter-head-icon {
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}

/* // ITEMS ///////////////////////////////////////////////////////////////// */

.mfilter-option input[type="checkbox"],
.mfilter-option input[type="radio"] {
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
}

.mfilter-disabled {
	color: #a4a4a4;
}

.mfilter-disabled .mfilter-counter {
	display: none;
}

.mfilter-vehicles .bootstrap-select_mf.btn-group.mfilter-hide,
.mfilter-hide-by-live-filter,
.mfilter-hide,
.mfilter-tb-as-tr.mfilter-hide,
.mfilter-tb-as-tr.mfilter-hide-by-live-filter {
	display: none;
}

/* // TABLE ///////////////////////////////////////////////////////////////// */
.mfilter-tb {
	display: table;
	width: 100%;
}

.mfilter-tb-as-tr {
	display: table-row;
}

.mfilter-tb-as-td {
	display: table-cell;
	padding: 5px 0;
	border-top: 1px dashed #dcdcdc;
	vertical-align: middle;
}

label.mfilter-tb-as-td {
	word-break: normal;
	cursor: pointer;
}

.mfilter-tb .mfilter-tb-as-tr:first-child>.mfilter-tb-as-td,
.mfilter-tb .mfilter-tb-as-tr.mfilter-first-child>.mfilter-tb-as-td {
	border-top: none;
}

.mfilter-col-input {
	padding-right: 4px;
	width: 14px;
}

.mfilter-col-input input[type=checkbox],
.mfilter-col-input input[type=radio] {
	margin: 3px 0 2px 0;
}

.mfilter-select select {
	width: 100%;
}

.mfilter-filter-item.mfilter-levels .mfilter-opts-container,
.mfilter-filter-item.mfilter-vehicles .mfilter-opts-container {
	padding: 2px 0;
}

.mfilter-select.mfilter-levels>.bootstrap-select_mf,
.mfilter-select.mfilter-vehicles>.bootstrap-select_mf {
	margin: 4px 0;
}

.mfilter-select.mfilter-levels>.bootstrap-select_mf button.dropdown-toggle .filter-option img,
.mfilter-select.mfilter-vehicles>.bootstrap-select_mf button.dropdown-toggle .filter-option img {
	height: 20px;
	margin: -2px 0 0;
}

.mfilter-col-count {
	width: 2px;
	text-align: right;
	padding: 3px 0;
}

.mfilter-tb .mfilter-tb-as-tr.mfilter-first-child .mfilter-tb-as-td,
.mfilter-tb .mfilter-tb-as-tr:first-child .mfilter-tb-as-td {
	/*padding-top: 1px;*/
}

.mfilter-tb .mfilter-tb-as-tr.mfilter-last-child .mfilter-tb-as-td,
.mfilter-tb .mfilter-tb-as-tr:last-child .mfilter-tb-as-td {
	/*padding-bottom: 1px;*/
}

/* // COUNTER /////////////////////////////////////////////////////////////// */
.mfilter-counter {
	border-radius: 3px;
	background: #428BCA;
	color: #fff;
	padding: 0 4px;
	float: right;
	line-height: 20px;
	position: relative;
	margin-left: 4px;
	outline: 0 !important;
	position: relative;
}

.mfilter-free-container .mfilter-counter {
	position: static;
}

.mfilter-counter:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #428BCA;
	border-width: 4px;
	margin-top: -4px;
}

.mfilter-heading-content {
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
}

.mfilter-hide-counter .mfilter-counter {
	display: none;
}

.option-link {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

#product label.option-link__title {
	font-weight: normal;
	margin-top: 0;
	font-size: 15px;
}

.mfilter-box .mfilter-counter.mfilter-close {
	background: url('images/icons.png?v8') no-repeat 0 0;
	text-indent: 1000px;
	display: block;
	float: right;
	width: 4px;
	height: 11px;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	box-sizing: content-box;
}

.mfilter-counter.mfilter-close:after {
	display: none;
}

.mfilter-counter.mfilter-close:hover {
	background-position: 0 -11px;
}

/* // BUTTONS /////////////////////////////////////////////////////////////// */
.mfilter-button-top {
	text-align: right;
	padding: 4px 4px 4px 0;
	clear: both;
	overflow: hidden;
}

.mfilter-rating .mfilter-option img {
	vertical-align: middle;
}

/* // BUTTON RESET ////////////////////////////////////////////////////////// */
.mfilter-button-reset {
	display: flex;
	height: 100%;
	border: none;
	outline: none!important;
	box-shadow: none;
	border-radius: 0!important;
	background-color: var(--main-color);
	color: #7f6a76;
	padding: 0 35px;
	text-transform: uppercase;
	font-size: 12px;
	align-items: center;
	text-decoration: none;
	letter-spacing: 1px;
	justify-content: center;
	text-align: center;
}

.mfilter-button-reset:hover {
	background-color: #e9d5e0;
	color: #121212;
}

.mfilter-reset-icon {

	display: none;
}

.mfilter-direction-rtl .mfilter-reset-icon {
	margin-right: 0;
	margin-left: 3px;
}

.scroll-wrapper {
	overflow: hidden !important;
	padding: 0 !important;
	position: relative;
}

.scroll-wrapper.mfilter-scroll-standard {
	overflow-y: auto !important;
}

.scroll-wrapper>.scroll-content {
	border: none !important;
	box-sizing: content-box !important;
	height: auto;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none !important;
	overflow-x: hidden !important;
	overflow-y: scroll !important;
	padding: 0;
	top: 0;
	width: auto !important;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
	height: 0;
	width: 0;
}

.scroll-element {
	display: none;
}

.scroll-element,
.scroll-element div {
	box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
	display: block;
}

.scroll-element .iScrollIndicator,
.scroll-element .scroll-arrow {
	cursor: default;
}

.scroll-textarea {
	border: 1px solid #cccccc;
	border-top-color: #999999;
}

.scroll-textarea>.scroll-content {
	overflow: hidden !important;
}

.scroll-textarea>.scroll-content>textarea {
	border: none !important;
	box-sizing: border-box;
	height: 100% !important;
	margin: 0;
	max-height: none !important;
	max-width: none !important;
	overflow: scroll !important;
	outline: none;
	padding: 2px;
	position: relative !important;
	top: 0;
	width: 100% !important;
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
	height: 0;
	width: 0;
}




/*************** SIMPLE INNER SCROLLBAR ***************/

.mfilter-iscroll>.scroll-element,
.mfilter-iscroll>.scroll-element div {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.mfilter-iscroll>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.mfilter-iscroll>.scroll-element.scroll-x {
	bottom: 2px;
	height: 6px;
	left: 0;
	width: 100%;
}

.mfilter-iscroll>.scroll-element.scroll-y {
	height: 100%;
	right: 2px;
	top: 0;
	width: 6px;
}

.mfilter-iscroll>.scroll-element .scroll-element_outer {
	overflow: hidden;
}

.mfilter-iscroll>.scroll-element .scroll-element_outer,
.mfilter-iscroll>.scroll-element .scroll-element_track,
.mfilter-iscroll>.scroll-element .iScrollIndicator {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


/*.mfilter-iscroll > .scroll-element .scroll-element_track,*/
.mfilter-iscroll>.scroll-element .iScrollIndicator {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}

/*.mfilter-iscroll > .scroll-element .scroll-element_track { background-color: #e0e0e0; }*/
.mfilter-iscroll>.scroll-element .iScrollIndicator {
	background-color: #000000;
}

.mfilter-iscroll>.scroll-element:hover .iScrollIndicator,
.mfilter-iscroll>.scroll-element.scroll-draggable .iScrollIndicator {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}


/* update scrollbar offset if both scrolls are visible */

.mfilter-iscroll>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -12px;
}

.mfilter-iscroll>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -12px;
}


.mfilter-iscroll>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -12px;
}

.mfilter-iscroll>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -12px;
}

/* // BUTTON MORE /////////////////////////////////////////////////////////// */
.mfilter-button-more {
	border-top: 1px solid #EEEEEE;
	padding: 4px;
	margin-top: 0;
}

a.mfilter-button-more {
	border: none;
}

.mfilter-button-more a {
	font-weight: bold;
	text-decoration: none;
}

.mfilter-opts-container {
	padding: 0;
}

#mfilter-opts-price-min,
#mfilter-opts-price-max {
	height: 50px;
	border-radius: 0;
	border: 1px solid #f1f1f1;
	min-width: 130px;
}

#mfilter-opts-price-max {
	margin-left: -1px;
}

.mfilter-free-container #mfilter-opts-price-min,
.mfilter-free-container #mfilter-opts-price-max {
	width: 84px;
	min-width: 84px;
	max-width: 84px;
}

/* // IMAGE ///////////////////////////////////////////////////////////////// */
.mfilter-image ul,
.mfilter-image_radio ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
}

.mfilter-image ul li,
.mfilter-image_radio ul li {
	margin: 2px;
	float: left;
	opacity: 0.5;
	opacity: 0.9;
	border: 2px solid transparent;
	padding: 1px;
}

.mfilter-image ul li label,
.mfilter-image_radio ul li label {
	margin: 0;
	padding: 0;
}

.mfilter-image ul li img,
.mfilter-image_radio ul li img {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

.mfilter-image .mfilter-disabled ul li,
.mfilter-image_radio .mfilter-disabled ul li {
	opacity: 0.3;
}

.mfilter-image ul li.mfilter-image-checked,
.mfilter-image_radio ul li.mfilter-image-checked {
	opacity: 1;
	border: 2px solid #ccc;
}

.mfilter-option.mfilter-image.mfilter-disabled,
.mfilter-option.mfilter-image_radio.mfilter-disabled {
	opacity: 0.3;
}

.mfilter-option.mfilter-image.mfilter-disabled img,
.mfilter-option.mfilter-image_radio.mfilter-disabled img {
	cursor: default;
}

.mfilter-image_list_radio .mfilter-tb-as-td img,
.mfilter-image_list_checkbox .mfilter-tb-as-td img {
	vertical-align: middle;
}

/* // PRICE SLIDER/SLIDER /////////////////////////////////////////////////// */
.mfilter-price-slider {
	padding: 0 0 5px 4px !important;
	margin-right: 6px !important;
	background: url('images/icons.png?v8') no-repeat right -90px !important;
}

.mfilter-slider-container {
	margin: 0 6px 5px 5px;
}

.mfilter-slider-slider .ui-slider-handle,
#mfilter-price-slider .ui-slider-handle {
	width: 12px !important;
	height: 12px !important;
	border: none !important;
	background: #333;
	outline-style: none !important;
	cursor: pointer !important;
	transition: none !important;
	display: block;
	position: absolute;
	border-radius: 100%;

}

.mfilter-slider-slider,
#mfilter-price-slider {
	border: none !important;
	height: 2px !important;
	border-radius: 0 !important;
	margin: 10px 2px 0 5px !important;
	display: block;
	position: relative;
}

.mfilter-slider-slider .ui-slider-range,
#mfilter-price-slider .ui-slider-range {
	border: none !important;
	background: #333;
}

.mfilter-content-top .mfilter-slider-container,
.mfilter-content_top .mfilter-price-slider {
	background-position: right -79px !important;
}

/* // SEARCH //////////////////////////////////////////////////////////////// */
.mfilter-search #mfilter-opts-search {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.mfilter-search.mfilter-search-button {
	clear: both;
	overflow: hidden;
}

.mfilter-search.mfilter-search-button #mfilter-opts-search {
	display: block;
	float: left;
	margin-top: 2px;
	padding-right: 37px;
}

.mfilter-search #mfilter-opts-search_button {
	display: block;
	border: none;
	float: left;
	text-indent: 1000px;
	margin-top: 2px;
	width: 34px;
	height: 34px;
	margin-left: -34px;
	cursor: pointer;
	background: #428bca url('images/icons.png?v8') no-repeat -65px 6px;
}

/* // CATEGORY RELATED ////////////////////////////////////////////////////// */
.mfilter-category-related ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.mfilter-category-related ul li {
	margin: 0;
	padding: 3px 0;
}

.mfilter-category-related ul li select {
	width: 100%;
}

.mfilter-category-related .mfilter-button {
	padding-top: 3px;
	text-align: right;
}

/* // CATEGORY TREE ///////////////////////////////////////////////////////// */
.mfilter-category-tree ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.mfilter-category-tree ul li {
	margin: 0;
	padding: 3px 0;
	border-top: 1px dashed #dcdcdc;
}

.mfilter-category-tree ul li.mfilter-to-parent {
	background: url('images/icons.png?v8') no-repeat -108px -2px;
	padding-left: 20px;
	font-weight: bold;
}

.mfilter-category-tree ul li a {
	text-decoration: none;
	display: block;
}

.mfilter-category-tree ul li:first-child {
	border-top: none;
}

/* // SLIDER //////////////////////////////////////////////////////////////// */
.mfilter-slider-data {
	display: none;
}

.mfilter-box .mfilter-opts-slider-min,
.mfilter-box .mfilter-opts-slider-max {
	width: 95px;
	min-width: 95px;
	max-width: 95px;
	text-align: center;
	display: inline-block;
}

.mfilter-opts-slider-max {
	text-align: right;
}

/* // FREE CONTAINER //////////////////////////////////////////////////////// */
.mfilter-free-container {
	position: fixed;
	top: 40px;
	width: 228px;
	margin-left: -238px;
	display: none;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 99999;
	padding: 0 0 0 8px;
}

.mfilter-free-container .mfilter-iscroll>.scroll-element.scroll-y {
	width: 5px;
	right: 1px;
}

.mfilter-free-container.mfilter-direction-rtl .mfilter-iscroll>.scroll-element.scroll-y {
	left: 1px;
	right: auto;
}

.mfilter-free-container .mfilter-box {
	margin-bottom: 5px;
}

.mfilter-free-container [id^="mfilter-free-container-"] {
	padding-right: 8px;
}

.mfilter-free-container.mfilter-direction-rtl [id^="mfilter-free-container-"] {
	padding-right: 0;
	padding-left: 8px;
}

.tooltip {
	z-index: 199999;
}

.mfilter-free-container.mfilter-direction-rtl {
	margin-right: -238px;
	padding: 0 8px 0 0;
}

.mfilter-free-button {
	display: block;
	position: absolute;
	margin: 10px 0 0 228px;
	cursor: pointer;
	width: 25px;
	height: 23px;
	border: 10px solid #428bca;
	background: #428bca url('images/icons.png?v8') no-repeat -69px 0;
}

.mfilter-direction-rtl .mfilter-free-button {
	margin: 10px 228px 0 0;
	right: auto;
	left: -45px;
}

.mfilter-free-button,
.mfilter-free-container {
	box-sizing: content-box;
}

.mfilter-box.mfilter-direction-rtl .mfilter-counter {
	margin-right: 4px;
	margin-left: 0;
}

.mfilter-box.mfilter-direction-rtl .mfilter-counter:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #428BCA;
}

.mfilter-box.mfilter-direction-rtl .mfilter-col-input input[type="checkbox"],
.mfilter-box.mfilter-direction-rtl .mfilter-col-input input[type="radio"] {
	margin: 3px 0 2px 3px;
}

/* // LIVE FILTER /////////////////////////////////////////////////////////// */
.mfilter-live-filter {
	padding: 3px;
}

.mfilter-live-filter input[type="text"] {
	width: 100%;
	box-sizing: border-box;
	background-image: url('images/icons.png?v8');
	background-repeat: no-repeat;
	background-position: right -104px;
}

.mfilter-direction-rtl .mfilter-live-filter input[type="text"] {
	background-position: -274px -104px;
}

.mfilter-category-tree a {
	cursor: pointer;
}

.mfilter-box {
	margin-bottom: 10px;
}

.mfilter-selected-filters {
	width: 100%;
	float: none;
	padding: 0;
}

.mfilter-selected-filters .mfilter-selected-filters-cnt {
	background: #f5f5f5;
	border: 1px solid #ddd;
	padding: 3px;
}

.mfilter-box .mfilter-selected-filters-cnt {
	display: table;
	width: 100%;
	background: none;
	border: none;
	padding: 0;
}

.mfilter-selected-filters-cnt a {
	display: inline-block;
	margin: 2px 5px;
	cursor: pointer;
}

.mfilter-box .mfilter-selected-filters-cnt a {
	display: table-row;
	margin: 0;
}

.mfilter-box .mfilter-selected-filters-cnt a>span {
	display: table-cell;
	padding: 3px 10px;
}

.mfilter-box .mfilter-selected-filters-cnt a>span.mfilter-close {
	width: 1%;
	padding: 3px 5px;
}

.mfilter-selected-filters-cnt a>span.mfilter-close i {
	background: url("images/icons.png?v8") no-repeat;
	width: 12px;
	height: 12px;
	padding: 0;
	display: block;
	float: right;
	margin: 4px 0 0 4px;
}

.mfilter-box .mfilter-selected-filters-cnt a>span.mfilter-close i {
	float: none;
}

/* /////////////////////////////////////////////////////////////////////////// */


select.bs-select-hidden,
select.selectpicker_mf {
	display: none !important;
}

.active-story-html .category-page {
	z-index: 5000000;
}
.active-story-html .common-home #content {
	z-index: 5000000;
}
.bootstrap-select_mf {
	width: 220px \0;
	/*IE9 and below*/
}

.bootstrap-select_mf>.dropdown-toggle {
	width: 100%;
	padding-right: 25px;
	z-index: 1;
}

.bootstrap-select_mf>select {
	position: absolute !important;
	bottom: 0;
	left: 50%;
	display: block !important;
	width: 0.5px !important;
	height: 100% !important;
	padding: 0 !important;
	opacity: 0 !important;
	border: none;
}

.bootstrap-select_mf>select.mobile-device {
	top: 0;
	left: 0;
	display: block !important;
	width: 100% !important;
	z-index: 2;
}

.has-error .bootstrap-select_mf .dropdown-toggle,
.error .bootstrap-select_mf .dropdown-toggle {
	border-color: #b94a48;
}

#product .error {

	color: red;
	font-family: var(--font-bold);
	font-size: 16px;
	display: block;
}

.bootstrap-select_mf.fit-width {
	width: auto !important;
}

.bootstrap-select_mf:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 220px;
}

.bootstrap-select_mf .dropdown-toggle:focus {
	outline: thin dotted #333333 !important;
	outline: 5px auto -webkit-focus-ring-color !important;
	outline-offset: -2px;
}

.bootstrap-select_mf.form-control {
	margin-bottom: 0;
	padding: 0;
	border: none;
}

.bootstrap-select_mf.form-control:not([class*="col-"]) {
	width: 100%;
}

.bootstrap-select_mf.form-control.input-group-btn {
	z-index: auto;
}

.bootstrap-select_mf.btn-group:not(.input-group-btn),
.bootstrap-select_mf.btn-group[class*="col-"] {
	float: none;
	display: inline-block;
	margin-left: 0;
}

.bootstrap-select_mf.btn-group.dropdown-menu-right,
.bootstrap-select_mf.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select_mf.btn-group[class*="col-"].dropdown-menu-right {
	float: right;
}

.form-inline .bootstrap-select_mf.btn-group,
.form-horizontal .bootstrap-select_mf.btn-group,
.form-group .bootstrap-select_mf.btn-group {
	margin-bottom: 0;
}

.form-group-lg .bootstrap-select_mf.btn-group.form-control,
.form-group-sm .bootstrap-select_mf.btn-group.form-control {
	padding: 0;
}

.form-inline .bootstrap-select_mf.btn-group .form-control {
	width: 100%;
}

.bootstrap-select_mf.btn-group.disabled,
.bootstrap-select_mf.btn-group>.disabled {
	cursor: not-allowed;
}

.bootstrap-select_mf.btn-group.disabled:focus,
.bootstrap-select_mf.btn-group>.disabled:focus {
	outline: none !important;
}

.bootstrap-select_mf.btn-group.bs-container {
	position: absolute;
}

.bootstrap-select_mf.btn-group.bs-container .dropdown-menu {
	z-index: 1060;
}

.bootstrap-select_mf.btn-group .dropdown-toggle .filter-option {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	text-align: left;
	height: 21px;
	margin: -2px 0;
	padding-top: 2px;
	white-space: normal;
}

.bootstrap-select_mf.btn-group .dropdown-toggle .caret {
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -2px;
	vertical-align: middle;
}

.bootstrap-select_mf.btn-group[class*="col-"] .dropdown-toggle {
	width: 100%;
}

.bootstrap-select_mf.btn-group .dropdown-menu {
	min-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bootstrap-select_mf.btn-group .dropdown-menu.inner {
	position: static;
	float: none;
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bootstrap-select_mf.btn-group .dropdown-menu li {
	position: relative;
}

.bootstrap-select_mf.btn-group .dropdown-menu li.active small {
	color: #fff;
}

.bootstrap-select_mf.btn-group .dropdown-menu li.disabled a {
	cursor: not-allowed;
}

.bootstrap-select_mf.btn-group .dropdown-menu li a {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bootstrap-select_mf.btn-group .dropdown-menu li a.opt {
	position: relative;
	padding-left: 2.25em;
}

.bootstrap-select_mf.btn-group .dropdown-menu li a span.check-mark {
	display: none;
}

.bootstrap-select_mf.btn-group .dropdown-menu li a span.text {
	display: inline-block;
}

.bootstrap-select_mf.btn-group .dropdown-menu li small {
	padding-left: 0.5em;
}

.bootstrap-select_mf.btn-group .dropdown-menu .notify {
	position: absolute;
	bottom: 5px;
	width: 96%;
	margin: 0 2%;
	min-height: 26px;
	padding: 3px 5px;
	background: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	pointer-events: none;
	opacity: 0.9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bootstrap-select_mf.btn-group .no-results {
	padding: 3px;
	background: #f5f5f5;
	margin: 0 5px;
	white-space: nowrap;
}

.bootstrap-select_mf.btn-group.fit-width .dropdown-toggle .filter-option {
	position: static;
}

.bootstrap-select_mf.btn-group.fit-width .dropdown-toggle .caret {
	position: static;
	top: auto;
	margin-top: -1px;
}

.bootstrap-select_mf.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
	position: absolute;
	display: inline-block;
	right: 15px;
	margin-top: 5px;
}

.bootstrap-select_mf.btn-group.show-tick .dropdown-menu li a span.text {
	margin-right: 34px;
}

.bootstrap-select_mf.show-menu-arrow.open>.dropdown-toggle {
	z-index: 1061;
}

.bootstrap-select_mf.show-menu-arrow .dropdown-toggle:before {
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid rgba(204, 204, 204, 0.2);
	position: absolute;
	bottom: -4px;
	left: 9px;
	display: none;
}

.bootstrap-select_mf.show-menu-arrow .dropdown-toggle:after {
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	position: absolute;
	bottom: -4px;
	left: 10px;
	display: none;
}

.bootstrap-select_mf.show-menu-arrow.dropup .dropdown-toggle:before {
	bottom: auto;
	top: -3px;
	border-top: 7px solid rgba(204, 204, 204, 0.2);
	border-bottom: 0;
}

.bootstrap-select_mf.show-menu-arrow.dropup .dropdown-toggle:after {
	bottom: auto;
	top: -3px;
	border-top: 6px solid white;
	border-bottom: 0;
}

.bootstrap-select_mf.show-menu-arrow.pull-right .dropdown-toggle:before {
	right: 12px;
	left: auto;
}

.bootstrap-select_mf.show-menu-arrow.pull-right .dropdown-toggle:after {
	right: 13px;
	left: auto;
}

.bootstrap-select_mf.show-menu-arrow.open>.dropdown-toggle:before,
.bootstrap-select_mf.show-menu-arrow.open>.dropdown-toggle:after {
	display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
	padding: 4px 8px;
}

.bs-actionsbox {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
	width: 50%;
}

.bs-donebutton {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bs-donebutton .btn-group button {
	width: 100%;
}

.bs-searchbox+.bs-actionsbox {
	padding: 0 8px 4px;
}

.bs-searchbox .form-control {
	margin-bottom: 0;
	width: 100%;
	float: none;
}

.bootstrap-select_mf .btn-default {
	background: #fff;
	background-image: none;
}

/* Overrides for right-to-left sliders. */
.ui-slider-horizontal.ui-slider-rtl .ui-slider-range-min {
	left: auto;
	right: 0;
}

.ui-slider-horizontal.ui-slider-rtl .ui-slider-range-max {
	left: 0;
	right: auto;
}

.ui-slider-vertical.ui-slider-rtl .ui-slider-range-min {
	top: 0;
	bottom: auto;
}

.ui-slider-vertical.ui-slider-rtl .ui-slider-range-max {
	top: auto;
	bottom: 0;
}

.bootstrap-select_mf.btn-group button .filter-option small {
	padding-left: 0.5em;
}

.bootstrap-select_mf.btn-group .dropdown-menu li>a:hover .text-muted {
	color: #fff;
}

.mfilter-content-opts {
	display: none;
	position: absolute;
	left: 0;
	z-index: 50;
	background-color: #fff;
	padding: 20px;
	border: 1px solid #f1f1f1;
	box-shadow: 0 2px 20px rgba(0, 0, 0, .05);
	min-width: 230px;
}

.mfilter-filter-item:hover .mfilter-content-opts {
	display: block;
}



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

::-webkit-scrollbar-track {
	background-color: #fbfbfb;
	border: 1px solid #f1f1f1
}

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

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

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

::-webkit-scrollbar {
	width: 10px;
}


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

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

}

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

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

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

::-webkit-scrollbar {
	width: 5px;
}

#live-search {
	width: 100%;
	position: absolute;
	z-index: 1000;
	background-color: #FFF;
	display: none;
	overflow-y: auto;
	padding-bottom: 10px;
	left: -1px;
	border: 1px solid #f1f1f1;
}

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

#live-search ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#live-search ul li {
	cursor: pointer;
	padding: 5px;
	margin: 0px 5px;
	background-color: #FFF;
	min-height: 75px;
	clear: both;
}

#live-search ul li a {
	text-decoration: none;
	display: block;
	color: #121212;

}

#live-search ul li .product-image {
	float: left;
	margin-right: 20px;
}

#live-search ul li .product-name p {
	margin: 15px 0 0 0;
	font-size: 14px;
	color: #333;
	padding: 0px;
}

#live-search ul li .product-name {

	float: left;
	font-size: 17px;
	width: 60%;
}

#live-search ul li .product-price {
	text-align: right;

	float: right;
	margin-top: 10px;
	width: 15%;
}

#live-search ul li .product-price .price {
	color: #121212;
	display: block;
	font-size: 18px;
	margin: 0;
}

#live-search ul li .product-price .special {
	text-decoration: line-through;
	text-decoration-color: red;
	color: #333;
	font-family: var(--font-medium);
	display: block;
}

#live-search .product-price>.special {
	margin-top: -5px;
}

.login-page {
	padding: 0 30px;
}

.login-form {
	width: 28vw;
}

.login-form .big-title {
	margin-bottom: 20px;
}

.form-control {
	border-radius: 0;
	box-shadow: none;
	outline: none;
	height: 50px;
}

.form-control:active,
.form-control:focus {
	border-color: #ccc;
}

.breadcrumb-left {
	font-size: 13px;
	padding-bottom: 50px;
}

.login-two {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.fogot-pass {
	display: flex;
	padding-top: 15px;
}

.simple-content fieldset {
	text-align: left;
	position: relative;
}

.simple-content fieldset h3 {
	margin: 0;
}

.simple-content .name {
	float: none !important;
}

.simple-content .button,
#simplecheckout_login .button {
	margin: 0px !important;
}

.simple-content .buttons {
	border: none;
}

.simple-content .form-control {
	width: 100%;
}

.simple-page .form-horizontal .form-group {
	margin: 0 0 15px 0;
}

#simplecheckout_login .buttons {
	margin: 0;
	border: none;
	background: inherit !important;
	padding: 0px !important;
}

.simplecheckout {
	width: 100%;
}

.simplecheckout:after {
	content: "";
	display: block;
	clear: both;
}

.simplecheckout-button-block:after {
	content: "";
	display: block;
	clear: both;
}

.simplecheckout-three-column {
	float: left;
	margin-right: 2%;
	min-width: 200px;
	max-width: 500px;
	width: 32%;
}

.simplecheckout-three-column+.simplecheckout-three-column+.simplecheckout-three-column {
	margin-right: 0px;
	float: right;
}

@media only screen and (max-width:768px) {
	.simplecheckout-three-column {
		display: block;
		float: none;
		min-width: auto !important;
		max-width: 1900px !important;
		width: 100%;
	}
}

.simplecheckout-left-column {
	float: right;
	width: 43%;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	background: #f4f4f4;
	overflow-y: auto;
	padding: 50px 70px;
}

.simplecheckout-right-column {
	float: left;
	width: 57%;
	padding: 0 120px;
}


@media only screen and (max-width:1200px) {
	.simplecheckout label.col-sm-2 {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media only screen and (max-width:768px) {
	.simplecheckout label.col-sm-2 {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.simplecheckout-block {
	clear: both;
	margin-bottom: 20px;
}


@media only screen and (min-width:1200px) {

	.simplecheckout-block-content>fieldset:nth-of-type(2),
	.simplecheckout-block-content>fieldset:nth-last-of-type(2) {
		width: 49%;
		margin-right: 1%;
		float: left;
		text-align: left;
	}
}

.simplecheckout-block-content:after {
	content: "";
	display: block;
	clear: both;
}

.simpleregister {
	margin-bottom: 5px;
}

.simpleregister-block-content {
	margin-bottom: 10px;

}

@media only screen and (min-width:1200px) {

	.simpleregister-block-content>fieldset:nth-of-type(2),
	.simpleregister-block-content>fieldset:nth-last-of-type(2) {
		width: 49%;
		margin-right: 1%;
		float: left;
		text-align: left;
	}
}

.simpleregister-block-content:after {
	content: "";
	display: block;
	clear: both;
}

@media only screen and (max-width:600px) {
	.simpleregister-block-content .simplecheckout-customer {
		width: 100%;
	}
}

.simpleregister-button-block {
	overflow: auto;
	margin-bottom: 20px;
	background: none repeat scroll 0 0 #FFFFFF;
	text-align: right;
}

.simpleregister-button-right {
	float: left;
	text-align: left;
}

.simpleregister-button-left {
	float: left;
	text-align: left;
}

.simplecheckout-methods-table {
	width: 100%;
}

.simplecheckout-methods-table td.code {
	width: 1px;
}

.simplecheckout-methods-table td.title {
	padding: 5px;
}

.simplecheckout-methods-table td.title label {
	display: block !important;
}

.simplecheckout-methods-table td.quote {
	width: 15%;
	text-align: right;
}

.simplecheckout-methods-description {
	padding: 5px;
	margin: 5px 0px;
}

.simplecheckout-required {
	color: #FF0000;
	font-weight: bold;
}

.simplecheckout-button-block {
	clear: both;
	margin-bottom: 20px;
	padding: 6px;
	background: none repeat scroll 0 0 #FFFFFF;
	text-align: right;
}

.simplecheckout-button-right {
	float: right;
	text-align: right;
}

.simplecheckout-button-left {
	float: left;
	text-align: left;
}

.simplecheckout-button {
	display: inline-block;
	padding: 6px 12px 6px 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	cursor: pointer;
}

.simplecheckout-button-left .button {
	margin: 0;
}


#simplecheckout_customer .simplecheckout-block-content {
	text-align: center;
}

.simplecheckout-login {
	display: inline-block;
}

.simplecheckout-login-left {
	width: 50%;
	text-align: left;
}

.simplecheckout-login-right {
	width: 50%;
	text-align: left;
}

.simplecheckout-login-right .button {
	float: left;
	margin: 0;
}

.simplecheckout-login-right input {
	max-width: 160px !important;
	text-align: left;
}


.simplecheckout-cart {
	margin: 0px !important;
	width: 100%;
	border-collapse: collapse;
}

.simplecheckout-cart-total {
	padding: 20px 0;
	text-transform: uppercase;
	font-size: 13px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-bottom: 1px solid #dcdcdc;
}

.simplecheckout-cart-buttons {
	border-bottom: none;
}

.simplecheckout-cart-total:after {
	content: "";
	display: block;
	clear: both;
}

.simplecheckout-cart-total .buttons {
	background: inherit !important;
	padding: 0px !important;
}

.simplecheckout-cart-total input {
	margin-right: 0px !important;
	max-width: 100px;
}

.simplecheckout-cart-total span.inputs {
	margin: 0 3px 0 0 !important;
	display: inline-block !important;
}

.simplecheckout-cart-total span.inputs input[type=text] {
	margin: 0px;
}

.simplecheckout-cart-total-value {
	text-align: right;
	font-family: var(--font-semibold);
	font-size: 15px;
	text-transform: none;
}

.simplecheckout-cart-total-remove {
	display: none;
}

.simplecheckout-cart-total-remove img {
	vertical-align: -2px;
	cursor: pointer;
}

.simplecheckout-cart col.image {
	width: 5%;
}

.simplecheckout-cart col.model {
	width: 10%;
}

.simplecheckout-cart col.price {
	width: 10%;
}

.simplecheckout-cart col.total {
	width: 10%;
}

.simplecheckout-cart col.remove {
	width: 7px;
}

.simplecheckout-cart th {
	padding: 8px;
	border-bottom: 1px solid #DDDDDD;
	background-color: #F8F8F8;
	color: #4D4D4D;
	font-weight: bold;
}

.simplecheckout-cart th.image {
	width: 1px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	position: static !important;
}


.simplecheckout-cart .name {
	padding-left: 55px;
}

.simplecheckout-cart th.model {
	text-align: center;
}

.simplecheckout-cart th.quantity {
	text-align: center;
}

.simplecheckout-cart .price {
	text-align: right;
	display: table-cell !important;
	font: inherit !important;
	font-weight: bold !important;
}

.simplecheckout-cart th.remove {
	width: 7px;
	text-align: center;
}

.simplecheckout-cart td {
	padding: 7px;
	border-bottom: 1px solid #DDDDDD;
	vertical-align: top;
}

.simplecheckout-cart td.image {
	text-align: center;
	display: table-cell;
	vertical-align: middle !important;
	position: static !important;
}

.simplecheckout-cart td.name {
	text-align: center;
}

.simplecheckout-cart td.name div.image {
	display: none;
}

.simplecheckout-cart td.model {
	text-align: center;
}

.simplecheckout-cart td.quantity {
	min-width: 70px;
	vertical-align: top;
	text-align: center;
	white-space: nowrap;
}

.simplecheckout-cart td.quantity input {
	float: none !important;
}

.simplecheckout-cart td.quantity .input-group {
	margin: auto !important;
}

.simplecheckout-cart td.quantity .quantity button {
	margin: 0 !important;
}

.simplecheckout-cart td.quantity img {
	display: inline-block;
	border: 0px;
	cursor: pointer;
}

.simplecheckout-cart td.price {
	text-align: right;
	white-space: nowrap;
	display: table-cell !important;
	font: inherit !important;
}

.simplecheckout-cart td.total {
	text-align: right;
	white-space: nowrap;
	display: table-cell !important;
}

.simplecheckout-cart td.remove {
	padding-right: 3px;
	padding-left: 3px;
	width: 7px;
	vertical-align: top;
	text-align: center;
}

.simplecheckout-cart td.remove img {
	max-width: 30px !important;
	cursor: pointer;
}

.simplecheckout-cart td.product-warning {
	color: #FF0000;
	font-weight: bold;
}

.simplecheckout-cart td.right {
	vertical-align: middle;
	text-align: right;
}

.simplecheckout-three-column .simplecheckout-cart col.image,
.simplecheckout-three-column .simplecheckout-cart th.image,
.simplecheckout-three-column .simplecheckout-cart td.image,
.simplecheckout-three-column .simplecheckout-cart col.price,
.simplecheckout-three-column .simplecheckout-cart th.price,
.simplecheckout-three-column .simplecheckout-cart td.price,
.simplecheckout-three-column .simplecheckout-cart col.model,
.simplecheckout-three-column .simplecheckout-cart th.model,
.simplecheckout-three-column .simplecheckout-cart td.model {
	display: none;
}

.simplecheckout-three-column .simplecheckout-cart td.name .image {
	display: block;
}

.simplecheckout-scroll {
	overflow-y: scroll;
	max-height: 300px;
}

.simplecheckout-error-text {
	display: block;
	margin-top: 3px;
	color: #FF0000;
}

.simplecheckout-warning-text {
	margin: 5px 0;
	font-weight: bold;
}

.simplecheckout-warning-block {
	clear: both;
	margin-bottom: 15px;
	padding: 10px 10px 10px 33px;
	border: 1px solid #F8ACAC;
	border-radius: 5px 5px 5px 5px;
	color: #555555;
	text-align: left;
}

.simpleregister-warning-block {
	margin-bottom: 15px;
	padding: 10px 10px 10px 33px;
	border: 1px solid #F8ACAC;
	border-radius: 5px 5px 5px 5px;
	color: #555555;
	text-align: left;
}

.simplecheckout-proceed-payment {
	display: none;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}

#simple_payment_address_block {
	margin-top: 15px;
}

.simplecheckout-customer-same-address {
	text-align: left;
	margin: 15px 0px;
}

#simplecheckout_login {
	margin: auto;
	text-align: center;
}

#simplecheckout_payment_form {
	padding: 5px;
}

#simplecheckout_payment_form .checkout-content {
	display: block;
}

#simplecheckout_payment_form div.buttons {
	display: none;
}

#simplecheckout_login .simplecheckout-block-content {
	padding: 5px !important;
}

#simple_login_layer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99990;
	display: none;
	width: 100%;
	background-color: #000000;
}

#simple_login {
	position: fixed;
	z-index: 99991;
	display: none;
	padding: 5px;
	width: 300px;
	height: 250px;
	border: 1px solid #FFD9FF;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	background: none repeat scroll 0 0 #FFFFFF;
	-khtml-border-radius: 7px 7px 7px 7px;
}

#simple_login:after {
	content: "";
	display: block;
	clear: both;
}

#simple_login_header {
	padding: 0px 0px;
	text-align: right;
}

#simple_login_header img {
	margin: 0 0 0 auto;
}

.you-will-be-registered {
	font-weight: bold;
	margin-bottom: 10px;
}

.simplecheckout label,
.simpleregister label {
	display: inline-block !important;
	margin: 0;
}

#simple_summary {
	display: none;
}


#product .option-radio {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

#product .option-radio label {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	text-align: center;
	border: 1px solid #ddd;
	height: 45px;
	width: 45px;
	color: #121212;
	font-family: var(--font-bold);
	font-size: 14px;
	position: relative;
}

#product .option-radio label:hover {
	border-color: #999;
}

#product .option-radio label.active-option {
	border: 3px solid #c875a5;
	background-color: var(--main-color);
	cursor: default;
}


#product .option-radio label input {
	display: none;
}

#product .option-radio .radio {
	margin: 0;
	padding: 0;
}

#product .option-radio label.label-option-zero {
	color: #b1b1b1;
	overflow: hidden;
}

#product .option-radio label.label-option-zero::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -10px;
	transform: translateY(-50%) rotate(-45deg);
	width: 145%;
	height: 1px;
	background-color: #ddd;
}


.envelope-option {
	color: #121212;
	width: 20px;
	position: absolute;
	bottom: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.envelope-option svg {
	width: 15px;
}

#main-slider {
	position: sticky;
	top: 65px;
}

#main-slider img {
	width: 100%;
	height: 100%;
}

#main-slider .splide__arrow--prev {
	left: 0;
}

#main-slider .splide__arrow--next {
	right: 0;
}

.splide__arrow {
	background-color: rgb(255 255 255 / 50%);
	border-radius: 0;
	height: 4em;
}

.splide__arrow svg {
	height: 1em;
	width: 1em;
}

.option-information-inner {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	background-color: #f8eff4;
	margin-bottom: 15px;
	padding: 15px;
}

#podobrat-razmer {
	color: #c875a5;
	cursor: pointer;
}

.details-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	background: rgb(247, 240, 244);
	padding: 15px;
}

.size-table__line {
	display: grid;
	grid-template-columns: 1fr 1fr;
	background-color: rgb(253, 249, 251);
}

.size-table__line:nth-child(2n) {
	background-color: rgb(255, 255, 255);
}

.size-table__col {
	padding: 5px 15px;
	border: 1px solid rgb(241, 241, 241);
	margin: -1px 0px 0px -1px;
	text-align: center;
}

.size-table-image img {
	width: auto;
	height: 65%;
}

.size-table-image {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.size-table-image p {
	text-transform: uppercase;
	font-size: 10px;
	text-align: center;
}

.product-p summary {
	cursor: pointer;
	outline: none;
}

.details-product summary {
	font-family: var(--font-bold);
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #121212;
	position: relative;
	border-bottom: 1px solid #ddd;
}

.details-product summary::after {
	height: 6px;
	width: 6px;
	border-right: 2px solid #121212;
	border-bottom: 2px solid #121212;
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(-45deg);
	transition: all .5s ease-in-out;
}

.details-product[open] summary::after {
	transform: translateY(-50%) rotate(45deg)
}




.details-description summary {
	font-family: var(--font-bold);
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #121212;
	position: relative;
	border-bottom: 1px solid #ddd;
}

.details-description summary::after {
	height: 6px;
	width: 6px;
	border-right: 2px solid #121212;
	border-bottom: 2px solid #121212;
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(-45deg);
	transition: all .5s ease-in-out;
}

.details-description[open] summary::after {
	transform: translateY(-50%) rotate(45deg)
}

.details-description-inner {
	padding: 15px 0;
}

.details-information__title {
	margin-bottom: 15px;
	font-family: var(--font-bold);
}

.details-information summary {
	font-family: var(--font-bold);
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #121212;
	position: relative;
	border-bottom: 1px solid #ddd;
}

.details-information summary::after {
	height: 6px;
	width: 6px;
	border-right: 2px solid #121212;
	border-bottom: 2px solid #121212;
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(-45deg);
	transition: all .5s ease-in-out;
}

.details-information[open] summary::after {
	transform: translateY(-50%) rotate(45deg)
}

.details-information-inner {
	padding: 15px 0;
}

.product-pluses-info {
	display: flex;
	flex-direction: column;
}

.product-pluses-info__line {
	background-color: #f0e6eb;
	display: grid;
	grid-template-columns: 40px 1fr;
	align-items: center;
	gap: 15px;
	padding: 10px;
	min-height: 50px;
	font-size: 14px;
}

.product-pluses-info__line img {
	height: 25px;
	margin: 0 auto;
}

#simplecheckout_step_menu {
	margin-bottom: 10px;
}

.simple-step {
	display: inline-block;
	padding: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-color: #D9D9D9;
	color: #000000;
	font-size: 13px;
	-khtml-border-radius: 5px 5px 5px 5px;
	cursor: pointer;
	margin-bottom: 5px;
}

.simple-step-current {
	display: inline-block;
	padding: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-color: #38B0E3;
	color: #FFFFFF;
	font-size: 13px;
	-khtml-border-radius: 5px 5px 5px 5px;
}

.simple-step-delimiter {
	display: inline-block;
	vertical-align: middle;
	line-height: 13px;
	margin: 0px 5px;
}

.simple-step-completed {
	display: inline-block;
	padding: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-color: #38B0E3;
	color: #FFFFFF;
	font-size: 13px;
	-khtml-border-radius: 5px 5px 5px 5px;
}

.simple-step-completed a {
	color: #FFFFFF !important;
	text-decoration: none !important;
	font-size: 13px !important;
}

.simplecheckout-summary-info {
	margin-top: 15px !important;
}

.simplecheckout-summary-info th.name {
	text-align: left;
}

.simplecheckout-summary-info td {
	text-align: left;
}

.simplecheckout-cart-buttons .buttons {
	border: none !important;
	padding: 0 !important;
}

#simple_login .simplecheckout-block-content {
	border: none !important;
}

#temp_flat_container {
	text-align: center;
	margin: 10px 0px 20px 0px;
}

#simplecheckout_comment .simplecheckout-block-content {
	border: 0 !important;
	padding: 0 !important;
}

#simplecheckout_comment textarea {
	width: 100% !important;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 100px;
}

.simple-content input[type=text],
.simple-content input[type=password],
.simple-content input[type=email],
.simple-content input[type=tel],
.simple-content input[type=phone],
.simple-content input[type=date],
.simple-content input[type=time],
.simple-content select,
.simple-content textarea {
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px !important;
}

.checkout-heading:after {
	content: "";
	display: block;
	clear: both;
}

.simple-content .checkout-heading {
	background-color: #fff;
	border-color: transparent;
	text-transform: uppercase;
	font-size: 13px;
	color: #121212;
	padding: 10px 0;
}

.checkout-heading span {
	display: inline-block !important;
	float: left;
}

.checkout-heading-button {
	float: right !important;
	display: inline-block !important;
}

.simplecheckout-select-address {
	text-align: left;
	margin-bottom: 10px;
}

.simple-captcha-container {
	margin-top: 5px;
}

.simplecheckout-tooltip {
	display: none;
}

#easyTooltip {
	padding: 5px;
	border: 1px solid #ccc;
	background: #fde910;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	opacity: 1 !important;
}

#easyTooltip:before {
	content: '';
	position: absolute;
	left: 10px;
	top: -8px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #fde910;
}

.simplecheckout-cart i {
	cursor: pointer;
}

.simple-content .table-responsive {
	margin-bottom: 0 !important;
	border: none !important;
}

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

	.simplecheckout-cart col.image,
	.simplecheckout-cart th.image,
	.simplecheckout-cart td.image,
	.simplecheckout-cart col.model,
	.simplecheckout-cart th.model,
	.simplecheckout-cart td.model,
	.simplecheckout-cart col.price,
	.simplecheckout-cart th.price,
	.simplecheckout-cart td.price,
	.simplecheckout-cart td.quantity [data-onclick*=increase],
	.simplecheckout-cart td.quantity [data-onclick*=decrease] {
		display: none !important;
	}

	.simplecheckout-cart td.name div.image {
		display: block;
	}

}

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

	.simplecheckout-cart col.model,
	.simplecheckout-cart th.model,
	.simplecheckout-cart td.model {
		display: none;
	}
}

@media only screen and (max-width:600px) {
	#total_shipping span:first-child {
		max-width: 300px;
		display: inline-block;
	}
}

@media only screen and (max-width:420px) {
	#total_shipping span:first-child {
		max-width: 200px;
		display: inline-block;
	}
}

.row-customer_register .radio {
	display: inline-block !important;
	margin-right: 10px;
}

.simplecheckout-vertical-menu .checkout-heading {
	cursor: pointer;
	margin-bottom: 3px;
}

.simplecheckout-steps-wrapper {
	padding: 10px;
}

#agreement_checkbox {
	float: left;
	margin-right: 20px;
}

#agreement_checkbox .checkbox {
	margin: 0;
}

.simplecheckout-summary-totals .simplecheckout-cart-total {
	border: 0;
}

.simple-page {
	padding: 0 30px 0 30px;
}

.simple-page .big-title {
	margin-bottom: 30px;
}

#simplepage_form {
	width: 32vw;
}

.account-forgotten #content form {
	width: 32vw;
}

.account-success .buttons {
	margin-top: 35px;
}

.account-account #content .list-unstyled li {
	padding-bottom: 10px;
}

.account-password .form-horizontal {
	width: 32vw;
}

.product-description {
	padding: 50px;
}

.product-description__inner {
	max-height: 70px;
	overflow-y: auto;
	width: 100%;
}

.logout {
	display: flex;
	align-items: center;
	margin-top: 20px;
	text-transform: uppercase;
	font-family: var(--font-medium);
}

.logout svg {
	height: 20px;
	margin-right: 10px;
	margin-top: -3px;
}

.product-search .big-title {
	margin: 30px 0 20px 0;
	text-align: center;
}

.information-page {
	padding: 0 30px;
}

.information-page .big-title {
	margin-bottom: 25px;
	font-size: 23px;
}

.information-page .breadcrumb-left {
	padding-bottom: 30px;
}

.checkout-simplecheckout .main-menu {
	display: none;
}

.checkout-simplecheckout {
	padding: 0;
}

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

.checkout-simplecheckout .header__middle {
	display: none
}

.checkout-simplecheckout .language-box {
	display: none
}

.checkout-simplecheckout .header__right {
	display: none
}

.checkout-simplecheckout footer {
	display: none
}

.checkout-simplecheckout header {
	position: static;
	box-shadow: none;
	padding: 40px;
}

.checkout-simplecheckout .simple-page {
	padding: 0;
}

.checkout-simplecheckout .big-title {
	width: 50%;
	padding: 30px 0 0 120px;
}

.cart__row {
	display: grid;
	grid-template-columns: 110px 1fr auto;
	align-items: center;
	padding: 30px 0;
	border-bottom: 1px solid #dcdcdc;

}

.cart__row .total {
	min-width: 115px;
	text-align: right;
	font-family: var(--font-semibold);
}

.catr-title {
	text-transform: uppercase;
	font-family: var(--font-medium);
	letter-spacing: 1px;
}

.cart__row .name a {
	color: #000;
	font-family: var(--font-medium);
	font-size: 17px;
	display: flex;
	padding-bottom: 10px;
}

.cart__row .name a:hover {
	color: var(--main-dark-color);
}

.cart__row .options small {
	font-size: 16px;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
}

.cart__btn {
	height: 35px;
	width: 35px;
	background: transparent;
	box-shadow: none;
	border: 1px solid #dcdcdc;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
	padding: 0;
	font-size: 17px;
}

.cart__btn:hover {
	box-shadow: 0 0 10px rgb(0 0 0 / 5%);
}

.cart__btn--delete {
	height: 35px;
	width: 35px;
	background: transparent;
	box-shadow: none;
	border: 1px solid transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
	padding: 0;
	font-size: 12px;
	margin-left: 10px;
	padding: 8px;
}

.cart__btn--delete:hover {
	opacity: 0.8;
}

.cart__row .quantity input.form-control {
	height: 35px;
	width: 35px;
	min-height: 35px;
	min-width: 35px;
	background: transparent;
	box-shadow: none;
	border: 1px solid transparent;
	text-align: center;
	color: #333;
	padding: 0;
	font-size: 14px;
}

.cart__row .quantity {
	padding-top: 10px;
}

.cart__group {
	display: flex;
}

#simplecheckout_button_cart {
	text-align: center;
	background-color: var(--main-dark-color);
	color: #fff;
	padding: 18px 0;
	cursor: pointer;
}

#simplecheckout_button_cart:hover {
	background-color: #333;
	color: #fff;
}

.simplecheckout-cart-total input {
	background-color: #fff;
	border: 1px solid transparent;
	width: 100%;
	max-width: 100%;
	height: 56px;
}

.none-border {
	border: none;
}

.emty-simple {
	padding: 0 120px;
}

.simplecheckout-button-left.emty-simple {
	padding: 0;
}

#total_total {
	font-family: var(--font-bold);
}

#total_total .simplecheckout-cart-total-value {
	font-size: 18px;
}

#simplecheckout_shipping_address .col-sm-12 {
	padding: 0;
	line-height: 0;
}

#simplecheckout_shipping {
	margin-bottom: 50px;
}

.select2-container--bootstrap .select2-selection--single {
	border-radius: 0 !important;
	box-shadow: none !important;
	outline: none !important;
	height: 50px !important;
	line-height: 36px !important;
}

.simplecheckout .simplecheckout-button-block {
	width: 50%;
	padding: 0 120px 120px 120px;
}

.table-custom {
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 30px rgb(0 0 0 / 5%);
}

.table-custom__row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	border: 1px solid #f1f1f1;
	margin-top: -1px;
}

.table-custom__col {
	padding: 15px;
	text-align: center;
}

#popupcart_extended .close {
	height: 25px;
	width: 25px;
	opacity: 1;
	position: absolute;
	top: 30px;
	right: 30px;
}

#popupcart_extended .close:hover {
	opacity: 0.6;
}

#popupcart_extended {
	display: none;
	background-color: #f4f4f4;
	padding: 50px;
	width: 750px;
	transform: translateX(0) translateY(-20%);
	-o-transform: translateX(0) translateY(-20%);
	-moz-transform: translateX(0) translateY(-20%);
	-webkit-transform: translateX(0) translateY(-20%);
	transition: all ease-in-out .2s;
	box-shadow: 0 0 30px rgb(0 0 0 / 20%)
}

#popupcart_extended>* {
	box-sizing: border-box !important;
}

.popup_visible #popupcart_extended {
	transform: translateX(0) translateY(0%);
	-o-transform: translateX(0) translateY(0%);
	-moz-transform: translateX(0) translateY(0%);
	-webkit-transform: translateX(0) translateY(0%);
	transition: all ease-in-out .2s;
}

#popupcart_extended .head {

	text-transform: uppercase;
	color: #121212;

}

#popupcart_extended .popupcart_info {
	max-height: 450px;
	min-height: 60px;
	margin-bottom: 5px;
	overflow-y: auto;
}

#popupcart_extended .popupcart_info table {
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border: none;
}

#popupcart_extended .popupcart_info tr {
	border-collapse: collapse;
}

#popupcart_extended .popupcart_info tr:first-child {
	border-collapse: collapse;
}

#popupcart_extended .popupcart_info tr:first-child td {
	height: 20px;
	min-height: 20px;
	color: #000;


	padding: 6px 10px 7px;
}

#popupcart_extended .popupcart_info .hr {
	height: 0px !important;
	min-height: 0px !important;
}

#popupcart_extended .popupcart_info .hr td {
	height: 0px !important;
	min-height: 0px !important;

	border-bottom: solid 1px #fff;
}

#popupcart_extended .popupcart_info td {
	vertical-align: middle;
	border-collapse: collapse;
	padding: 0 10px;
	height: 80px;
	min-height: 80px;
	box-sizing: border-box;
}

#popupcart_extended .popupcart_info tr:first-child .image {
	padding-left: 0;
}

#popupcart_extended .popupcart_info .image {
	vertical-align: middle;
	float: left;

}

#popupcart_extended .popupcart_info .name {
	min-width: 130px;
	line-height: 1.0em;
}

#popupcart_extended .popupcart_info .name a {
	color: #000;
	font-family: var(--font-medium);
	font-size: 17px;
	display: flex;
	padding-bottom: 10px;

}

#popupcart_extended .popupcart_info small {
	font-size: 16px;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
}

#popupcart_extended .popupcart_info .image img {


	background: #fff;
	outline: 0;
	box-sizing: border-box;
	cursor: pointer;
	margin: 0;

}

.qua-cart {
	display: block;
	width: 100%;
	margin-top: 10px;
}

#popupcart_extended .popupcart_info .brand {
	text-align: center;
	font-size: 0.9em;
}

#popupcart_extended .popupcart_info .quantity {
	padding: 0 40px;
}


#popupcart_extended .popupcart_info .quantity>* {
	display: flex;
}

#popupcart_extended .popupcart_info input[type='text'] {
	height: 35px;
	width: 35px;
	min-height: 35px;
	min-width: 35px;
	background: transparent;
	box-shadow: none;
	border: 1px solid transparent;
	text-align: center;
	color: #333;
	padding: 0;
	font-size: 14px;

}

#popupcart_extended .popupcart_info .update {
	height: 35px;
	width: 35px;
	background: transparent;
	box-shadow: none;
	border: 1px solid #dcdcdc;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
	padding: 0;
	font-size: 17px;

}

#popupcart_extended .popupcart_info .update:hover {
	box-shadow: 0 0 10px rgb(0 0 0 / 5%);
	cursor: pointer;
}

#popupcart_extended .popupcart_info .price {
	font-size: 15px;
	color: #121212;
	min-width: 110px;
	text-align: right;
	justify-content: end;
	font-family: var(--font-semibold);
}

.popupcart_total .right {
	text-align: right;
	font-size: 17px;
	color: #121212;
}

#popupcart_extended .popupcart_info .remove {
	height: 35px;
	width: 35px;
	background: transparent;
	box-shadow: none;
	border: 1px solid transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
	padding: 0;
	font-size: 12px;
	margin-left: 10px;
	padding: 8px;
}

#popupcart_extended .popupcart_info .remove:hover {
	opacity: 0.8;
	cursor: pointer;
}

#popupcart_extended #cart-total {
	display: none !important;
}

#popupcart_extended .checkout {
	display: none !important;
}

#popupcart_extended .popupcart_total {
	padding: 20px 0;
	font-family: var(--font-semibold);
}

#popupcart_extended .popupcart_total table {
	float: right;
}

#popupcart_extended .popupcart_total td+td {
	padding: 0 0 0 4px;
}

#popupcart_extended .popupcart_total td {
	font-size: 17px;

	color: #121212;
}

#popupcart_extended .continue {
	text-decoration: none;
	border-bottom: dashed 1px;
	display: block;
	float: left;
	margin-top: 5px;
	line-height: normal;
}

#popupcart_extended .popupcart_buttons :first-child {
	background: #ffffff;
	border-color: #ffffff;
	color: var(--main-dark-color);
	box-shadow: none;
	outline: none;
	padding: 17px;
	text-transform: uppercase;
	font-size: 13px;

}

#popupcart_extended .popupcart_buttons :first-child:hover {
	border-color: #ffffff !important;
	background: #ffffff !important;
	color: #000;
	box-shadow: 0 0 20px rgb(0 0 0 / 5%);
}

#popupcart_extended .popupcart_buttons :last-child {
	background: var(--main-dark-color);
	border-color: var(--main-dark-color);
	color: #fff;
	padding: 17px;
	text-transform: uppercase;
	font-size: 13px;
}

#popupcart_extended .popupcart_buttons :last-child:hover {
	background: #8a7883 !important;
	color: #fff !important;
}

.popupcart_buttons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

#popupcart_extended .empty {
	color: #444;
	padding: 30px 0;
}

#button-cart2 {
	margin-left: 15px;
}

#popupcart_extended #related {
	position: relative;
	overflow: hidden;
	background: #eee;
	margin: 15px -24px -18px;
	padding: 0 20px 15px;
	box-shadow: inset 0 1px 13px #ccc
}

#popupcart_extended #related .related_product {
	background: none;
	box-shadow: 0 0 0;
	margin: 0;
}

#popupcart_extended #related .heading {
	color: #f00;
	font-size: 1.1em;
	font-weight: 400;
	border-bottom: solid 1px #f8f8f8;
	box-shadow: inset 0 -1px 0 #d5d5d5;

	padding: 0 0 10px;
	margin: 10px 5px 12px;
}

#popupcart_extended .owl-wrapper-outer,
#popupcart_extended .owl-wrapper {
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
	box-shadow: 0 0 0;
}

#popupcart_extended #related .owl-controls {
	height: auto;
}

#popupcart_extended #related .owl-buttons {
	position: absolute;
	top: -42px;
	right: 5px;
}

#popupcart_extended #related .owl-buttons>div {
	position: relative;
	display: inline-block;
	left: auto;
	right: auto;
	width: 20px;
	text-align: center;
	padding: 0px 0 0 1px;
	margin: 0;
	line-height: 1.2em;
	font-size: 1.1em;
	font-weight: 400;

	color: #888;
	border: solid 1px #ccc;
	background: #eee;
	background: linear-gradient(to bottom, #eee 0%, #ddd 100%);
	border-radius: 4px;
	opacity: 1;
}

#popupcart_extended #related .owl-buttons>div:hover {
	background: #eee;
}

#popupcart_extended #related .owl-buttons>div:active {
	box-shadow: inset 0 1px #ccc;
	background: #ddd;
	background: linear-gradient(to bottom, #ddd 0%, #eee 100%);
}

#popupcart_extended #related .owl-buttons>div+div {
	margin: 0 0 0 10px
}

#popupcart_extended #related .owl-pagination {
	position: absolute;
	top: -38px;
	right: 80px;
	font-size: 0.8em;
	display: none;
}

#popupcart_extended #related .owl-pagination>div {
	display: inline-block;
	margin: 0 0 0 8px;
	padding: 0 4px;
	border-radius: 100%;
	color: #888;
}

#popupcart_extended #related .owl-pagination>div:hover {
	background: #ddd;
}

#popupcart_extended #related .owl-pagination>div.active {
	background: #ddd;
}


#popupcart_extended #related .owl-item {}

#popupcart_extended #related .owl-item+.owl-item {}

#popupcart_extended #related .owl-item>div {
	margin: 0 5px;
	padding: 10px;
	border: solid 1px #ddd;
	border-radius: 4px;
	background: #f5f5f5;
	box-shadow: inset 0 1px 0 #fff;
}

#popupcart_extended #related .owl-item>div>div {
	border: solid 0px;
	display: inline-block;
	vertical-align: top;
}

#popupcart_extended #related .owl-item>div>div+div {
	margin: 0px 0px 0 0;
	width: 163px;
}

#popupcart_extended #related .image {
	margin: 0 7px 0 0;
}

#popupcart_extended #related .image img {
	width: 82px;
	height: auto;
	border: solid 1px #e2e2e2;
	border-radius: 4px;
	padding: 5px;
	background: #fff;
}

#popupcart_extended #related .name {
	min-height: 40px;
	white-space: pre-line;
	line-height: 1.0em;
}

#popupcart_extended #related .name a {
	font-size: 0.9em;
	white-space: pre-line;
}

#popupcart_extended #related .price {
	margin: 0 10px 6px 0;
	font-size: 1.0em;
	line-height: 1.0em;
	font-weight: 500;
	color: #444;
}

#popupcart_extended #related .price .price-old {
	text-decoration: line-through;
	color: #f00;
}

#popupcart_extended #related .cart {
	margin: 0;
}

.row-tabl-cart {
	display: grid;
	grid-template-columns: 110px 1fr auto;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #dcdcdc;
}

#popupcart_extended #related .cart .button {
	line-height: 0px;
	margin: -1px 0 0;
	padding: 3px 14px 4px;
}

#popupcart_extended #related .cart .button img {
	width: 13px;
	padding: 1px 0 0;
	height: auto;
}

.image-desc {
	margin: 10px 0;
}

.image-desc img {
	width: 55px;
	margin: 0 0 15px 0;
}
.option-images {
    display: flex;
    align-items: center;
    gap: 5px;
	margin-bottom: 5px;
	padding-left: 1px;
	flex-wrap: wrap;
}

.option-images img {
    /* border: 1px solid #ddd; */
    
}

.more-options {
    cursor: pointer;
    color: #121212;
  
}

.hidden-options {
    display: none;
 
}

.hidden-options img {
    /* border: 1px solid #ddd; */
   
}

.simplecheckout-cart-total.reward-total {
	display: flex;
	width: 100%;
	padding-top: 0;
	flex-direction: column;
	gap: 5px;
}
.simplecheckout-cart-total.reward-total .inputs {
	width: 100%;
	margin: 0;
}
#ratingModalTitle {
	font-family: var(--font-bold);
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #121212;
	font-size: 20px;
	margin-bottom: 20px;
}

#ratingModalDesc .col input {
	height: 50px;
	border-radius: 0;
	box-shadow: none;
	border-color: #dbdbdb;
	background: #fff;
	margin-bottom: 15px;
}

#ratingModalDesc .col textarea {
	height: 100px;
	border-radius: 0;
	box-shadow: none;
	border-color: #dbdbdb;
	background: #fff;
	resize: none;
	padding-top: 12px;
}

.newShoprRating.remodal {
	max-width: 560px;
}

.newShopRatingForm textarea {
	resize: vertical;
}

.newShopRatingForm h4 {
	font-weight: 600;
}

.newShopRatingForm .field_desc {
	margin-bottom: 10px;
	font-size: 12px;
	color: #9c9c9c;
	font-style: italic;
}

.footer-visa-master {
	display: flex;
	gap: 15px;
	margin: 10px 0 20px 0;
}

.rate_separator {
	border-top: 1px solid #e5e5e5;
	height: 10px;
}

.rate-cancel {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 24px;
	width: 24px;

	border: none;
	box-shadow: none;
	background: url(/image/multiply.svg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.rate-cancel:hover {
	opacity: 0.7;
}

label.custom-types {
	margin-right: 10px;
	font-weight: 600;
}

.rate-star {
	width: 25px;
	height: 20px;
	background: url("../image/shop_rate/rate-stars.png") top center no-repeat;
	display: inline-block;
	cursor: pointer;
}

.rate-star.small-stars {
	width: 12px;
	height: 11px;
	background-size: 100% auto;

}

.rate-star-show {
	width: 21px;
	height: 20px;
	background: url("../image/shop_rate/rate-stars.png") top center no-repeat;
	background-size: 100% auto;
	display: inline-block;
}

.rate-star-show.small-stars {
	width: 12px;
	height: 11px;
	background-size: 100% auto;

}

.summary-rate-star-show {
	width: 105px;
	height: 20px;
	background: url("../image/shop_rate/rate-stars.png") repeat-x 0 0;
	margin-bottom: 10px;

}

.summary-rate-star-show.star-change {
	background: url("../image/shop_rate/rate-stars.png") repeat-x 0 -30px;
	margin: 0;
}

.shop_summary_rating {
	padding: 10px 0 45px 0;

}

.big-rating {
	font-size: 30px;
	color: #817f7f;
	margin-bottom: 10px;
}

.big-rating span {
	font-size: 40px;
	color: #000;
	margin-right: 5px;
}

.last-shop-ratings.vertical .shop_summary_rating {
	padding: 15px;
	border: 1px solid #00bbd3;
	margin-bottom: 20px;
	background-color: rgba(0, 187, 211, 0.08);
	border-radius: 4px;
	margin: 5px;
}

.last-shop-ratings.vertical .shop_summary_general {
	float: none;
	color: #131521;
	width: 100%;
}

.last-shop-ratings.horizontal .shop_summary_rating {
	padding: 15px;
	border: 1px solid #00bbd3;
	margin-bottom: 20px;
	background-color: rgba(0, 187, 211, 0.08);
	border-radius: 4px;
	margin: 20px 0 0 0;
	float: left;
	width: 30%;

	min-height: 180px;
}

.last-shop-ratings.horizontal .block_content_wrapper {
	padding: 15px;
	float: left;
	width: 70%;
}

.last-shop-ratings.horizontal .shop_summary_general {
	float: none;
	color: #131521;
	width: 100%;
}

.shop_summary_general_rating {
	text-align: center;
	font-weight: bold;
	color: #00bbd3;
	font-size: 36px;
	line-height: 50px;
	width: 65px;
	margin: 5px auto;
	background: #fff;
	border: 1px solid #00bbd3;
	border-radius: 4px;
}

.shop_summary_general {
	width: 100%;
	margin-bottom: 20px;
	color: #222;
}

.shop_summary_detail {
	width: 100%;
	margin: 30px 0;
	color: #222;
}

.shop_summary_add_rating {
	width: 100%;

	color: #222;

}

.rating_btn.add_rating-button {

	border: none;
	float: left;
	background-color: var(--main-color);
	color: #121212;
	text-transform: uppercase;
	padding: 18px 40px;
	text-align: center;
	letter-spacing: 1px;
	font-size: 13px;
}

.rating_btn.add_rating-button:hover {
	color: #000;
	background-color: #e9d5e0;
	text-decoration: none;
	cursor: pointer;
}

.rating_btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.add_rating-button {

	border: none;
	box-shadow: none;
	background-color: var(--main-color);
	color: #121212;
	border-radius: 0;
	padding: 18px 40px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
}

.add_rating-button:hover {
	color: #000;
	background-color: #e9d5e0;
	text-decoration: none;
	cursor: pointer;
}

.out-of-stoke img {
	filter: grayscale(1);
}

.wfp {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}
.logos-box {
	display: flex;
	
	gap: 4px;
	align-items: center;
}
.logos-box img {
	height: 22px;
	width: auto;
}
@media screen and (max-width: 991px) {
	.shop_summary_general {
		width: 49%;
	}

	.shop_summary_detail {
		width: 49%;
		float: right;
	}

	.shop_summary_add_rating {
		width: 100%;


	}

	.last-shop-ratings.horizontal .shop_summary_rating {
		width: 100%;
	}

	.last-shop-ratings.horizontal .block_content_wrapper {
		width: 100%;
	}

}


@media screen and (max-width: 767px) {
	.shop_summary_general {
		width: 49%;
	}

	.shop_summary_detail {
		width: 49%;
		float: right;
	}

	.shop_summary_add_rating {
		width: 100%;


	}

	.last-shop-ratings.horizontal .shop_summary_rating {
		width: 100%;
	}

	.last-shop-ratings.horizontal .block_content_wrapper {
		width: 100%;
	}

}

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

	.information-shop_rating .white-box {
		padding: 30px 0 0 0;
	}

	.shop_summary_general {
		width: 100%;
	}

	.shop_summary_detail {
		width: 100%;
		float: right;
	}

	.shop_summary_add_rating {
		width: 100%;

	}

	.rating_btn.add_rating-button {

		width: 100%;
		text-align: center;
	}

	.newShoprRating {
		padding: 20px;
	}

	.newShoprRating .col input {

		margin-top: -1px;
	}

	.newShoprRating .col textarea {
		margin-top: -1px;
	}

	.remodal-cancel {

		width: 100%;
		margin-top: 10px;
	}

	.remodal-confirm {

		width: 100%;
	}

}

.shop_summary_detail_line {
	font-size: 14px;
	height: 20px;
}

.shop_summary_detail_line .star {
	width: 30px;
	height: 15px;
	background: url("../image/shop_rate/rate-stars.png") no-repeat bottom right;
	background-size: 15px auto;
	display: inline-block;
	line-height: 16px;
}

.shop_summary_detail_line .percent_line {
	height: 10px;
	background-color: #df79d6;
	display: inline-block;
	line-height: 16px;
	border-radius: 0;
	margin: 0 10px 0 10px;
}

.shop_summary_general_title {

	font-size: 15px;
	margin-bottom: 10px;
}

.shop_summary_general_desc {
	text-align: center;
	font-size: 12px;
}

.rate-star-show.star-change {
	background-position: bottom;
}

.rate-star.star-hover,
.rate-star.star-change {
	background-position: bottom;
}

.ratings-item {

	border: 1px solid #ebebeb;
	padding: 30px;
	margin-bottom: 20px;
}



.ratings-item .ratings-item-header .rating-sender {
	float: left;
	font-size: 18px;
	margin-bottom: 10px;

}

.ratings-item .ratings-item-header .rating-date {
	float: right;
}

.ratings-item .ratings-item-header .rating-sender span {
	font-size: 10px;
}

.ratings-item .ratings-item-rates {
	padding: 5px 0px;

}

.ratings-item .ratings-item-rates .ratings-item-rates-item {

	float: left;
	min-width: 47%;

}

.ratings-item .ratings-item-rates .ratings-item-rates-item .rates-title {
	margin: 0 10px;
	line-height: 20px;
	font-weight: bold;
}

.ratings-item .ratings-item-rates .ratings-item-rates-item .rate-stars {}

.ratings-item .ratings-item-comment {
	padding: 10px 0 20px 0;
}

.ratings-item .ratings-item-good-bad .ratings-item-good-bad-title {
	padding-left: 15px;
	font-weight: bold;
}

.ratings-item .ratings-item-good-bad .good,
.ratings-item .ratings-item-good-bad .bad {
	min-width: 47%;
}

.ratings-item .ratings-item-good-bad .good {
	color: #449d44;
	float: left;
}

.ratings-item .ratings-item-good-bad ul {
	list-style: none;
	padding-left: 5px;
	margin: 0;
}

.ratings-item .ratings-item-good-bad .good ul li:before {
	content: '+';
	font-weight: bold;
	margin-right: 8px;
	font-size: 14px;
}

.ratings-item .ratings-item-good-bad .bad {
	color: #df5c39;
	float: left;
}

.ratings-item .ratings-item-good-bad .bad ul li:before {
	content: '-';
	font-weight: bold;
	margin-right: 8px;
	font-size: 14px;
}

.ratings-item .ratings-item-answer {
	padding: 5px 15px;
	border-top: 1px solid #ddd;
	background-color: #f5f5f5;

}

.ratings-item .ratings-item-answer .ratings-item-answer-title {
	font-weight: bold;
	color: #23a1d1;
	padding: 5px 0;
}

.ratings-item .ratings-item-answer .ratings-item-answer-content {
	padding-left: 20px;
}

.last-shop-ratings {
	border-radius: 4px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
}

.last-shop-ratings .block_header {
	padding: 8px 10px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
}

.last-shop-ratings .block_header h4 {
	margin: 0;

}

.last-rating-item {
	border-bottom: 1px solid #ddd;
	padding: 8px 10px;
}

.last-rating-item:last-child {
	border-bottom: none;
	background-color: #f5f5f5;
	text-align: center;
}

.last-rating-item:first-child {
	border-top: 1px solid #ddd;
}

.last-rating-item-header .rate-author {
	float: left;
	font-weight: bold;
}

.last-rating-item-header .rate-stars {
	float: right;
}

#ratingModalDesc .rate-stars {
	text-align: center;
	margin: 0 0 10px 0;
}

.last-rating-item-comment {
	text-align: justify;
}

.last-shop-ratings.horizontal {
	border: none;
}

.last-shop-ratings.horizontal .block_header {
	border-bottom: 1px solid #e4e4e4;
	background: none;
	text-transform: uppercase;
}

.last-shop-ratings.horizontal .block_header h4 {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

.last-shop-ratings.horizontal .last-rating-item {
	background-color: transparent;
	text-align: left;
	min-height: 180px;
	margin: 5px;
	border-radius: 4px;
	border: 1px solid #e4e4e4;
	padding: 0;
}

.last-shop-ratings.horizontal .block_content {
	padding-top: 15px;
}

.last-shop-ratings.horizontal .last-rating-item-header {
	text-align: center;
	padding: 8px 10px;


}

.last-shop-ratings.horizontal .last-rating-item-header .rate-author {
	float: none;
	font-weight: bold;
}

.last-shop-ratings.horizontal .last-rating-item-header .rate-stars {
	float: none;
}

.last-shop-ratings.horizontal .last-rating-item-comment {
	padding: 8px 10px;
	text-align: justify;
}

.last-shop-ratings.horizontal .owl-wrapper-outer {
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.last-shop-ratings.horizontal .last-rating-link {
	border: 1px solid #e4e4e4;
	text-align: center;
	padding: 8px 10px;
}

.ratings-item .ratings-item-rates .ratings-item-rates-item.custom-rate {
	width: 100%;
	margin: 0;
}

.ratings-item .ratings-item-rates .ratings-item-rates-item.custom-rate .rates-title {
	width: 48%;
	display: inline-block;
	margin: 0;
	text-align: right;
	padding-right: 10px;
}

.ratings-item .ratings-item-rates .ratings-item-rates-item.custom-rate .rate-stars {
	width: 48%;
	display: inline-block;
	margin: 0;
}

/*-------Modal----------*/
.remodal h2 {
	margin-top: 0;
	color: #131521;
}

.remodal-confirm {
	color: #fff;
	background: #479FC2;
	text-transform: uppercase;
	padding: 18px 40px;
}

.remodal-confirm:hover {
	background: #52b2d8;
}

.remodal-cancel {
	color: #9c9c9c;
	background: #F0F0F0;
	text-transform: uppercase;
	padding: 18px 40px;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
	background: #d9d9d9;
}

/*-------EndModal----------*/
.rating-form-label {
	color: #131521;
	text-align: left;

}

.field_desc {
	font-style: italic;
	font-size: 12px;
	color: #9c9c9c;
	margin-bottom: 10px;
}

.rating-form-label.text-success {
	color: #3c763d;
}

.rating-form-label.text-danger {
	color: #a94442;
}

.grid {
	clear: both;
}

.grid .col,
.grid .col-mb {
	float: left;
	padding: 0 10px;
	text-align: left;
	width: 100%;
}

.grid.grid-2 .col,
.grid.grid-2 .col-mb {
	width: 50%;
}



.information-shop_rating .big-title {
	margin-top: 0;
}

.contact__two {
	display: grid;
	grid-template-columns: 4fr 3fr;
	gap: 30px;
	overflow: hidden;
}

.contact__two .form-horizontal .form-group {
	margin: 0 0 15px 0;
}

.contact__information {
	padding: 80px;
}

.contact__phone {
	font-size: 23px;
	margin: 40px 0 15px 0;
}

.contact__grafic {
	margin-top: 25px;
	background-image: url(/image/calendar.png);
	background-repeat: no-repeat;
	background-size: 45px;
	padding: 13px 0 10px 70px;
	background-position: left center;
}

.contact__grafic p {
	margin-bottom: 0;
}

.graf__title {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-family: var(--font-semibold);
}

.contact__two form {
	background-color: var(--main-light-color);
	padding: 60px;
}

.contact__two form .big-title {
	text-align: center;
	margin-bottom: 25px;
}

.contact__two form .form-control {
	background-color: #faf2f7;
	border-color: #faf2f7;
	box-shadow: none;
}

.subcategories {
	padding: 10px 10px 20px 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.subcategories__item {
	border: 1px solid #f1f1f1;
	padding: 10px 20px;
	display: flex;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}

.subcategories__item:hover {
	background-color: var(--main-light-color);
	color: #000;
}

.home-text {
	display: flex;
	align-items: center;
	flex-direction: column;
	border-top: 1px solid #f1f1f1;
	padding: 50px 0;
	background: #fcf8fa;
	position: relative;
	overflow: hidden;
}

.home-text::after {
	content: 'NEBOSI';
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 300px;
	text-transform: uppercase;
	color: #fff;
	font-family: var(--font-bold);
	z-index: 0;
	line-height: 1;
}

.home-text__text {
	width: 60%;
	text-align: center;
	z-index: 1;
	position: relative;
}

.home-text__text h1 {
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 0;
	font-family: var(--font-medium);
	margin-bottom: 20px;
}

.home-text__text h2 {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	font-family: var(--font-medium);
	margin-bottom: 20px;
}

.home-text__text p {
	color: #333;
}

.home-text__scroll {
	max-height: 200px;
	overflow-y: auto;
	padding-right: 20px;
}


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

.home-text__scroll::-webkit-scrollbar-track {
	background-color: #F4F5F5
}

.home-text__scroll::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: #7D7D7D;
}

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

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

}

.home-text__scroll::-webkit-scrollbar {
	width: 4px;

}

.home-text__scroll::-webkit-scrollbar {
	width: 2px !important;
}

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

.home-text__scroll::-webkit-scrollbar-track {
	background-color: #ddd;

}

.home-text__scroll::-webkit-scrollbar-thumb {
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-color: #383838;
	width: 6px
}

.home-text__scroll::-webkit-scrollbar-thumb:hover {
	background-color: #000;
}

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

main {
	z-index: 2;
	position: relative;
	background: #fff;
}

.mobile-menu {
	display: none;
}

.menu-mobile__drop {
	display: none;
}

.menu-mobile__btn {
	height: 35px;
	width: 35px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.visible-menu {
	display: block;
}

.menu-mobile__drop {
	position: fixed;
	overflow-y: auto;
	width: 40vw;
	height: calc(100% - 63px);
	top: 63px;
	left: 0;
	background-color: #f4f4f4;
	padding: 30px;

}

.menu-mobile__drop a {
	font-size: 16px;
}

.menu-mobile__drop li {
	margin-bottom: 10px;
}

.mobile-menu__item {
	margin-bottom: 7px;
}

.mobile-menu__item a {
	color: #5c5c5c;
	display: flex;
	padding: 3px 0;
	width: 100%;
}

.mobile-menu__informations {
	border-top: 1px solid #dcdcdc;
	padding-top: 20px;
}

.mobile-menu__language {
	display: none;
}

.mobile-menu__language {
	border-top: 1px solid #dcdcdc;
	padding-top: 20px;
	margin-top: 17px;
}

@media(max-width:1425px) {
	.header__middle {
		gap: 25px;
	}

	header {
		gap: 70px;
	}

	.login-form {
		width: 33vw;
	}

	.account-password .form-horizontal {
		width: 33vw;
	}
}

@media(max-width:1315px) {
	header {
		gap: 60px;
		padding: 14px 17px 14px 25px;
	}

	.header__right {
		gap: 5px;
	}

	.product-p {
		display: grid;
		grid-template-columns: 1fr 37vw;
	}

	.simplecheckout-left-column {
		padding: 30px 50px;
	}

	.simplecheckout-cart .name {
		padding-left: 45px;
	}

	.cart__row .total {
		min-width: 100px;
	}
}

@media(max-width:1250px) {
	.list-item a {
		font-size: 11px;
	}

	header {
		gap: 50px;
	}

	.main-menu {
		padding: 100px 15px;
	}

	#menu a {
		font-size: 14px;
	}

	.product__sticky {
		padding: 25px;
	}

	.right__reviev {
		padding: 40px 30px;
	}

	.single-review__star {
		padding: 10px 0;
	}

	.single-review {
		padding: 15px;
	}

	#review {
		min-height: 250px;
	}

	.right__reviev .big-title {
		margin-bottom: 12px;
		font-size: 17px;
	}

	.left__reviev {
		padding: 20px;
	}

	.stars-input {
		margin-bottom: 10px;
	}

	.simplecheckout-left-column {
		padding: 20px 40px;
	}

	.simplecheckout-cart .image img {
		width: 80px;
	}

	.cart__row {
		grid-template-columns: 80px 1fr auto;
		padding: 20px 0;
	}

	.simplecheckout-cart .name {
		padding-left: 25px;
	}

	.cart__row .name a {
		font-size: 15px;
		padding-bottom: 5px;
	}

	.cart__row .options small {
		font-size: 12px;
	}

	.cart__btn {
		height: 30px;
		width: 30px;
	}

	.cart__row .quantity input.form-control {
		height: 30px;
		width: 30px;
		min-height: 30px;
		min-width: 30px;
	}

	.cart__btn--delete {
		height: 30px;
		width: 30px;
		padding: 6px;
	}

	.cart__row .total {
		min-width: 90px;
	}

	.simplecheckout-cart-total {
		padding: 15px 0;
	}

	#total_total .simplecheckout-cart-total-value {
		font-size: 16px;
	}

	.checkout-simplecheckout header {
		padding: 30px;
	}

	.checkout-simplecheckout .big-title {
		padding: 30px 0 0 85px;
	}

	.simplecheckout-right-column {
		padding: 0 85px;
	}

	.simplecheckout .simplecheckout-button-block {
		padding: 0 85px 85px 85px;
	}

	.login-form {
		width: 40vw;
	}

	#simplepage_form {
		width: 40vw;
	}

	.account-forgotten #content form {
		width: 40vw;
	}

	.account-password .form-horizontal {
		width: 40vw;
	}

}

@media(max-width:1175px) {
	.logo-box a {
		font-size: 21px;
	}

	header {
		gap: 50px;
		padding: 14px 7px 14px 15px;
	}

	#language a {
		font-size: 12px;
	}

	.account-box__link {
		width: 35px;
		height: 35px;
	}

	.search-box__btn {
		width: 35px;
		height: 35px;
	}

	#cart>button {
		width: 35px;
		height: 35px;
	}

	body {
		padding-top: 63px;
	}

	.search-box__input {
		width: 100%;
		top: 63px;
	}

	#live-search {
		left: 1px;
	}

	.simplecheckout-left-column {
		width: 46%;
	}

	.simplecheckout-right-column {
		width: 54%;
	}
}

@media(max-width:1110px) {
	.mobile-menu {
		display: flex;
	}

	.checkout-simplecheckout .mobile-menu {
		display: none;
	}

	.thumbnails>li:nth-child(1) {
		grid-column: 1 / 7;
	}

	.thumbnails>li:nth-child(2) {
		grid-column: 1 / 2;
	}

	.simplecheckout-left-column {
		padding: 20px;
	}

	.checkout-simplecheckout header {
		padding: 20px;
	}

	.product-product-page #menu {
		opacity: 1;
		transform: initial;
	}

	.checkout-simplecheckout .big-title {
		padding: 10px 0 0 50px;
		font-size: 17px;
	}

	.simplecheckout-right-column {
		padding: 0 50px;
	}

	.simplecheckout .simplecheckout-button-block {
		padding: 0 50px 50px 50px;
	}

	#menu a {
		font-size: 16px;
	}

	.menu-mobile__drop li {
		margin-bottom: 7px;
	}

	header {
		grid-template-columns: 115px 115px 115px;
		padding: 14px 17px 14px 25px
	}

	.product-product-page {
		padding-left: 0;
	}

	.header__middle {
		display: none;
	}

	.product-p {
		grid-template-columns: 1fr 40vw;
	}

	.product__buttons a {
		font-size: 11px;
	}

	.product__buttons button {
		font-size: 11px;
	}

	.main-menu {
		display: none;
	}

	body {
		padding-left: 0;
	}

	footer {
		padding-left: 30px;
	}

	#menu {
		margin-bottom: 7px;
	}

	.language-box {
		position: absolute;
		left: 100px;
	}

	.rating-home__title {
		font-size: 18px;
	}

	.home-text::after {
		font-size: 260px;
	}

	.product__controllers .big-title {
		font-size: 15px;
		margin: 10px 0 5px 0;
	}

	.product__controllers .breadcrumb {
		display: none;
	}

	.price {
		font-size: 22px;
	}

	.kolichestvo {
		padding: 10px 0 20px 0;
	}

	.description-product .big-title {
		padding: 20px;
	}

	.description-product__container {
		padding: 0 20px;
	}

	.product-p {
		grid-template-columns: 1fr 45vw;
	}

	#form-review {
		grid-template-columns: auto 38vw;
	}

	.contact__two form {
		padding: 40px;
	}

	.information-contact #content {
		min-height: initial;
	}

	.contact__information {
		padding: 50px;
	}

	.login-form {
		width: 50vw;
	}

	#simplepage_form {
		width: 50vw;
	}

	.account-forgotten #content form {
		width: 50vw;
	}

	.account-password .form-horizontal {
		width: 50vw;
	}
}

@media(max-width:850px) {
	.big-title {
		font-size: 17px;
	}

	.thumbnails {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.thumbnails>li:nth-child(1) {
		grid-column: 1/4;
	}

	.thumbnails>li:nth-child(2) {
		grid-column: initial;
	}

	.category-description {
		padding: 0 10px 45px 10px;
	}

	.product-wrapper {
		grid-template-columns: 1fr 1fr;
	}

	.contact__two {
		grid-template-columns: 1fr 1fr;
		gap: 0;
	}

	.home-text__text {
		width: 90%;
	}

	.contact__two form {
		padding: 30px;
	}

	.category-description__inner h2,
	.category-description__inner h3 {
		font-size: 17px;
	}

	.footer-top__logo {
		font-size: 25px;
	}

	.home-text::after {
		font-size: 220px;
	}



	.top-page .big-title {
		font-size: 20px;
	}

	.breadcrumb {
		padding: 10px 0px 0px;
		font-size: 13px;
	}

	.breadcrumb-left {
		padding-bottom: 20px;
	}

	.mfilter-heading-content {
		padding: 18px 20px;
	}

	.box-content.mfilter-content {
		padding-left: 10px;
	}

	.mfilter-button-reset {
		padding: 0 20px;
		font-size: 11px;
	}

	.mfilter-heading {
		font-size: 11px;
	}

	.product-p {
		grid-template-columns: 1fr 1fr;
	}

	.product__sticky {
		padding: 20px;
	}

	#form-review {
		grid-template-columns: 1fr 1fr;
	}

	.popup_visible #popupcart_extended {
		width: 98%;
	}

	.simplecheckout-left-column {
		position: static;
		padding-bottom: 0;
		width: 100%;
	}

	.checkout-simplecheckout .big-title {
		width: 100%;
		padding: 0;
		margin: 0 0 15px 0;
	}

	.checkout-simplecheckout #content {
		padding: 20px;
	}

	.simplecheckout-right-column {
		width: 100%;
		padding: 20px 0 0 0;
	}

	.simplecheckout .simplecheckout-button-block {
		width: 100%;
		padding: 0;
	}

	.checkout-simplecheckout main {
		margin-bottom: 0;
	}

	.login-form {
		width: 100%;
	}

	#simplepage_form {
		width: 100%;
	}

	.account-forgotten #content form {
		width: 100%;
	}

	.account-password .form-horizontal {
		width: 100%;
	}

	.table-custom__col {
		padding: 10px;
	}
}

@media(max-width:680px) {
	.thumbnails {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		padding: 10px;
	}
	

	.thumbnails>li:nth-child(1) {
		grid-column: 1 / 3;
	}

	.thumbnails>li:nth-child(2) {
		grid-column: 3 / 5;
	}

	.contact__two {
		grid-template-columns: 1fr;
	}

	.product-p {
		grid-template-columns: 100%;
	}

	.product__sticky {
		position: static;
		padding: 10px;
	}

	.description-product .big-title {
		padding: 10px;
	}

	.contact__information {
		padding: 30px;
	}

	.description-product__container {
		padding: 0 10px;
	}

	#form-review {
		grid-template-columns: 1fr;
	}

	#cart-total {
		height: 16px;
		width: 16px;
		padding-top: 2px;
		font-size: 10px;
	}

	#popupcart_extended .popupcart_buttons :last-child {
		font-size: 11px;
	}

	#popupcart_extended .popupcart_buttons :first-child {
		font-size: 11px;
	}

	.popupcart_buttons {
		gap: 15px;
	}

	.popup_visible #popupcart_extended {
		padding: 30px;
	}

	#popupcart_extended .popupcart_info .quantity {
		padding: 0 30px;
	}

	#popupcart_extended .close {
		height: 20px;
		width: 20px;
		top: 20px;
		right: 20px;
	}
}

@media(max-width: 640px) {

	.active-popup {
		padding: 10px 0;
	}
	.active-popup video {
		object-fit: contain !important;
	}

	#main-slider .splide__arrow {
		width: 18px;
	}
	/* #main-slider .splide__arrow svg {
		height: 0.9em;
		width: 0.9em;
	} */

	#popupcart_extended .popupcart_buttons :last-child {
		margin-bottom: 0;
	}


	#popupcart_extended .head .close {
		height: 15px;
		width: 15px;

		top: 12px;
		right: 12px;
	}

	#popupcart_extended .popupcart_info .image img {
		width: 90px;
	}

	.row-tabl-cart {
		grid-template-columns: 90px 1fr auto;
	}
}

@media(max-width:630px) {

	.menu-mobile__drop {
		width: 100%;
	}

	.simple-page {
		padding: 0 20px;
	}

	.information-page {
		padding: 0 20px;
	}

	.table-custom {
		font-size: 13px;
	}

	.table-custom__col {
		padding: 6px;
	}

	.language-box {
		display: none;
	}

	.mobile-menu__language {
		display: block;
	}

	header {
		padding: 14px 7px 14px 15px;
	}

	.remodal.newShoprRating {
		padding: 20px;
	}

	#ratingModalTitle {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.rate-cancel {
		top: 15px;
		right: 15px;
		height: 20px;
		width: 20px;
	}

	#language {
		width: 63px;

	}

	.shop_summary_rating {
		padding-bottom: 20px;
	}

	#language a {
		font-size: 14px;
	}

	.product__name a {
		font-size: 15px;
	}

	.product__price {
		font-size: 17px;
	}

	.home-text::after {
		font-size: 180px;
	}

	.rating-home {
		margin-top: 0;
	}

	.table-attribute {
		width: 100%;
	}

	.description-product__attribute {
		padding: 10px;

	}

	.table-attribute__col {
		padding: 5px 10px;
		text-align: center;
		font-size: 14px;
	}

	#xd_zvonok_modal .modal-content {
		padding: 40px 30px;
	}

	div.pdqo-window {
		padding: 40px 30px;
	}

	#xd_zvonok_modal .modal-header .close {
		width: 20px;
		height: 20px;
		top: 15px;
		right: 12px;
	}

	.pdqo-animated .pdqo-window img.mfp-close {
		width: 20px;
		height: 20px;
		top: 15px;
		right: 15px;
	}

	div.pdqo-header {
		font-size: 17px;
	}

	#xd_zvonok_modal .modal-footer button {
		font-size: 12px;
	}

	div button.pdqo-confirm {
		font-size: 12px;
	}

	.contact__phone {
		font-size: 21px;
		margin-top: 30px;
	}

	.contact__grafic {
		background-size: 40px;
		padding: 13px 0 10px 65px;
	}

	.option_14.option-link img {
		width: 65px;
	}
}

@media(max-width:580px) {
	.box-content.mfilter-content {
		display: block;
	}
	#ocfilter .list-group-item:last-child {
		width: 100%;
	}
	#ocfilter>.list-group {
		justify-content: center;
	}
	.mfilter-button-reset {
		width: 100%;
		text-align: center;
	}
	.mfilter-button-reset {
		padding: 12px;
		font-size: 11px;
		background-color: #F4F4F4;

	}

	.box-content.mfilter-content {
		padding-left: 0;
	}

	.mfilter-content_top .mfilter-content>ul {
		justify-content: center;
	}
}

@media(max-width:500px) {


	.product-pluses-info__line {
		gap: 10px;
		line-height: 1.3;
	}

	.logo-box a {
		font-size: 17px;
	}

	.header__right {
		gap: 0;
		justify-content: end;
	}

	.popupcart_buttons {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	header {
		grid-template-columns: 105px 105px 105px;
		gap: 0;
		padding: 5px 7px 5px 15px;
	}

	body {
		padding-top: 45px;
	}

	.header__right svg {
		height: 20px;
	}

	#cart>button {
		width: 30px;
		height: 30px;
	}

	.menu-mobile__btn svg {
		height: 20px;
	}

	.menu-mobile__drop {
		top: 45px;
		height: calc(100% - 45px);
		padding: 20px;
	}

	.search-box__input {
		top: 45px;
	}

	.news-module .big-title,
	.featured-module .big-title {
		padding: 20px;
	}

	.big-title {
		font-size: 15px;
	}

	.rating-home__title {
		font-size: 16px;
	}

	.rating-home__button {
		padding: 15px 25px;
		font-size: 11px;
	}

	.home-text::after {
		font-size: 100px;
	}


	.top-page .big-title {
		font-size: 18px;
		
	}

	.active-story-html .category-page {
	z-index: 50;
}

.active-story-html .common-home #content {
	z-index: 50;
}
	.footer-media {
		width: initial;
	}

	#popupcart_extended .popupcart_info .image img {
		width: 65px;
	}

	.row-tabl-cart {
		grid-template-columns: 65px 1fr auto;
	}

	.popup_visible #popupcart_extended {
		padding: 20px;
	}

	#popupcart_extended .popupcart_info .quantity {
		padding: 0 20px;
	}

	#popupcart_extended .popupcart_info .name a {
		font-size: 15px;
		padding-bottom: 5px;
	}

	#popupcart_extended .popupcart_info .update {
		height: 30px;
		width: 30px;
	}

	#popupcart_extended .popupcart_info input[type='text'] {
		height: 30px;
		width: 30px;
		min-height: 30px;
		min-width: 30px;
	}

	#popupcart_extended .popupcart_info .remove {
		height: 30px;
		width: 30px;
	}

	#popupcart_extended .popupcart_total {
		padding: 10px 0;
	}

	#popupcart_extended .popupcart_info {
		margin-bottom: 0;
	}

	#popupcart_extended .popupcart_info .price {
		min-width: 90px;
	}

	.popup_visible #popupcart_extended {
		padding: 15px;
	}

	.simple-page {
		padding: 0 15px;
	}

	.information-page {
		padding: 0 15px;
	}

	.login-page {
		padding: 0 15px;
	}

	.information-page .big-title {
		margin-bottom: 20px;
		font-size: 17px;
	}

	.simple-page .big-title {
		margin-bottom: 20px;
	}

	.information-page .big-title {
		margin-top: 0;
	}
}

@media(max-width:450px) {
	.product__name a {
		font-size: 13px;
	}
	.product__name {
		line-height: 1.1;
	}
	.product__price {
		font-size: 15px;
	}

	.product__caption {
		padding: 10px 0px;
	}

	.product__price {
		padding-top: 5px;
	}

	.product__sticer {
		padding: 5px 5px 2px;
        font-size: 10px;
        line-height: 1.2;
	}

	.mfilter-heading-content {
		padding: 15px;
		font-size: 10px;
	}

	.top-page .big-title {
		font-size: 16px;
	}

	.mfilter-button-reset {
		font-size: 10px;
	}

	.left__reviev {
		padding: 20px 10px;
	}

	.left__reviev .big-title {
		text-align: center;
	}

	.right__reviev {
		padding: 20px 10px;
	}

	#button-review {
		margin-top: 0;
	}

	.right__reviev .big-title {
		font-size: 15px;
	}

	.viewed-module .big-title {
		padding: 20px 0;
	}

	.simplecheckout-cart .image img {
		width: 60px;
	}

	.cart__row {
		grid-template-columns: 60px 1fr auto;
		padding: 15px 0;
	}

	.simplecheckout-cart .name {
		padding-left: 15px;
	}

	.cart__row .name a {
		font-size: 14px;
		padding-bottom: 0;
	}

	.cart__row .options small {
		font-size: 11px;
	}

	.cart__row .quantity {
		padding-top: 5px;
	}

	.cart__row .total {
		min-width: 80px;
		font-size: 14px;
	}

	.simplecheckout-cart-total {
		padding: 10px 0;
	}

	.contact__information {
		padding: 20px;
	}

	.contact__two form {
		padding: 20px;
	}

	.contact__two form .big-title {
		margin-bottom: 15px;
	}

	.login-two {
		grid-template-columns: 1fr;
	}

	.top-page {
		padding: 10px;
	}
}


@media (max-width: 548px) {
	.grid.grid-2 .col {
		width: 100%;
	}

	.footer-menu ul {
		gap: 10px;
		flex-direction: column;
	}

	.information-page {
		margin-bottom: 370px;
	}

	.size-table-image img {
		width: 80%;
		height: 80%;
	}

	.product-description {
		padding: 20px;
	}
}

@media (max-width: 480px) {

	.grid .col,
	.grid .col-mb {
		padding: 0;
	}

	.option_14.option-link>div {
		width: calc(16% - 6px);
	}

	.option_14.option-link img {
		width: 100%;
	}
}

.category-page {
	position: relative;

}

#payment_address_field22 .radio:last-child {
	display: none;
}

.option_16 .img-thumbnail {
	background-color: transparent;
	border: 1px solid #ddd;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	padding: 5px;
	width: 54px;
	height: 54px;
}

.option_14 .view0_product .img-thumbnail {
	border: 3px solid #c875a5;
    background-color: var(--main-color);
    cursor: default;
}
.option_16 .view0_product .img-thumbnail {
	border: 3px solid #c875a5;
    background-color: var(--main-color);
    cursor: default;
}
.option_16 .img-thumbnail:hover {
	opacity: 1 !important;
	border-color: #999 !important;
}
.option_16.option-link {
	display: flex;
	flex-wrap: wrap;
}
.ocf-description {
	padding: 10px;
}

.main-menu .black-fr {
	    color: #fff;
		background: #000;
   padding: 5px 15px 5px 24px;
    margin-bottom: 5px;
    margin-left: -25px;
}

.menu-mobile__drop .black-fr {
	 color: #fff;
    background: #000;
    padding: 5px 15px 4px 19px;
    margin-left: -20px;
	
}

.order-info-page .big-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.order-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.meta-label {
    display: block;
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
}

.meta-value {
    font-weight: 500;
}

.order-product-item {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #f9f9f9;
}


.order-product-info {
    flex-grow: 1;
}


.order-product-option {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #666;
    text-transform: none;
    margin-top: 4px;
}

.order-product-model {
    font-size: 12px;
    color: #bbb;
    margin-top: 2px;
}

.order-product-details {
    text-align: right;
}

.order-product-price {
    font-size: 13px;
    color: #888;
}

.order-product-total {
    font-weight: 600;
    margin-top: 5px;
}

.order-totals {
    margin-top: 30px;
    max-width: 300px;
    margin-left: auto;
}

.total-row {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.total-grand {
    border-top: 2px solid #000;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .order-product-item {
        flex-wrap: wrap;
    }
    .order-product-details {
        width: 100%;
        text-align: left;
        margin-top: 10px;
        padding-left: 100px;
    }
}

.order-list-page .orders-accordion { margin-top: 30px; border-top: 1px solid #000; }
.order-wrapper { border-bottom: 1px solid #eee; }
.order-wrapper[open] { background: #fff; padding-bottom: 20px; }

.order-summary { 
    display: flex; align-items: center; justify-content: space-between; 
    padding: 25px 0; cursor: pointer; list-style: none; outline: none;
}
.order-summary::-webkit-details-marker { display: none; }

.order-summary__info .order-id { font-weight: 800; text-transform: uppercase; margin-right: 15px; font-size: 16px; }
.order-summary__info .order-date { color: #999; font-size: 13px; }
.order-summary__status { font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; border: 1px solid #eee; padding: 4px 10px; }

.order-summary__total { display: flex; align-items: center; gap: 20px; font-size: 16px; }
.arrow-icon::after { content: '\002B'; font-size: 20px; font-weight: 300; }
.order-wrapper[open] .arrow-icon::after { content: '\2212'; }

.order-content { padding: 10px 20px; background: #fcfcfc; border: 1px solid #f5f5f5; margin-bottom: 10px; }


.order-meta { display: flex; gap: 40px; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid #eee; }
.meta-label { display: block; font-size: 10px; color: #aaa; text-transform: uppercase; margin-bottom: 3px; }
.meta-value { font-size: 13px; }


.order-product-item { display: flex; align-items: center; padding: 15px 0; border-bottom: 1px dashed #eee; }
.order-product-item:last-child { border-bottom: none; }
.order-product-image img { width: 80px; height: auto; object-fit: cover; margin-right: 20px; }
.order-product-info { flex-grow: 1; }
.order-product-name { text-transform: uppercase; font-size: 13px; margin-bottom: 5px; }
.order-product-option { display: block; font-size: 11px; color: #777; font-weight: 400; text-transform: none; }
.order-product-model { font-size: 11px; color: #ccc; }
.order-product-details { text-align: right; }
.order-product-price { font-size: 12px; color: #888; }
.order-product-total { font-weight: 700; margin-top: 3px; }


.order-totals { margin-top: 25px; margin-left: auto; max-width: 350px; }
.total-row { display: flex; justify-content: space-between; padding: 4px 0; font-size: 13px; }
.total-grand { border-top: 1px solid #000; margin-top: 8px; padding-top: 10px; font-size: 16px; font-weight: 800; text-transform: uppercase; }

@media (max-width: 768px) {
    .order-summary { flex-direction: column; align-items: flex-start; gap: 10px; }
    .order-meta { flex-direction: column; gap: 15px; }
    .order-product-image img { width: 60px; height: auto; }
}

body.checkout-simplecheckout .radio {
    position: relative;
    margin-bottom: 12px;
}

body.checkout-simplecheckout .radio label {
    padding-left: 27px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    line-height: 20px;
}

body.checkout-simplecheckout .radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

body.checkout-simplecheckout .radio label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #fff;
    box-sizing: border-box;
}

body.checkout-simplecheckout .radio label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--main-dark-color);
    opacity: 0;
    transform: scale(0);
    transition: all 0.2s ease-in-out;
}

body.checkout-simplecheckout .radio input[type="radio"]:checked ~ *:after,
body.checkout-simplecheckout .radio input[type="radio"]:checked + *:after,
body.checkout-simplecheckout .radio label:has(input[type="radio"]:checked):after {
    opacity: 1;
    transform: scale(1);
}

body.checkout-simplecheckout .radio label:has(input[type="radio"]:checked):before {
    border-color: var(--main-dark-color);
}

body.checkout-simplecheckout .radio label:hover:before {
    border-color: var(--main-dark-color);
}

#bonus-points {
	font-family: var(--font-bold);
	font-style: normal;
}

.checkout-heading b {
	font-family: var(--font-bold);
	background-color: var(--main-color);
}