@font-face {
	font-family: 'Century Gothic';
	src: url('/catalog/view/fonts/CENTURYGOTHIC.woff2')  format('woff2'),
	url('/catalog/view/fonts/CENTURYGOTHIC.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Century Gothic';
	src: url('/catalog/view/fonts/CENTURYGOTHIC_BOLD.woff2')  format('woff2'),
	url('/catalog/view/fonts/CENTURYGOTHIC_BOLD.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
:root {
	--main-link-color: rgba(233, 102, 49, 1);
	--main-border-color: rgba(255, 120, 4, 1);
	--main-background-gradient: linear-gradient(90deg, rgba(253, 102, 7, 1) 0%, rgba(253, 137, 38, 1) 52%, rgba(254, 102, 8, 1) 100%);
	--hover-link-color: rgba(253, 137, 38, 1);
	--hover-shadow-color: 0 4px 9.5px 0.5px rgba(194, 78, 0, 0.31);
	--black-shadow-color: 0 5px 50px -10px rgba(0, 0, 0, 0.25);
	--orange-shadow-color: 0 4px 9.5px 0.5px rgba(194, 78, 0, 0.31);
	--orange-shadow-border-form: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(233 102 49 / 60%);
	--main-but-background: rgba(255, 120, 4, 1);
	--main-but-color-text: rgb(255, 255, 255);
	--hover-but-background: rgba(253, 137, 38, 1);
	--main-text-color: #333;
	--gray-background-color: rgba(238, 238, 238, 1);
	--gray-border-color: rgba(226, 226, 226, 1);
	--semi-transparent-color: linear-gradient(120deg, transparent, rgb(233 102 49 / 10%), transparent);
	--white-background-color: rgb(255, 255, 255);
	--main-green-color: rgba(21, 163, 4, 1);
	--main-transition: 0.2s;
	--gray-text-color: #aeaeae;
	--main-width-containers: 1600px;
}
::-moz-selection {
	background-color: rgba(255, 120, 4, 1);
	color: #fff;
}
::selection {
	background-color: rgba(255, 120, 4, 1);
	color: #fff;
}
a:focus, a:hover, a:active {
	color: rgba(253, 137, 38, 1);
	text-decoration: none;
	outline: none;
}
button,
select {
	cursor: pointer;
}
input[type=radio]:focus, input[type=radio]:hover, input[type=radio]:active,
input[type=checkbox]:focus, input[type=checkbox]:hover, input[type=checkbox]:active {
	text-decoration: none;
	outline: none;
}
a, input[type=radio], input[type=checkbox], div, span {
	-webkit-tap-highlight-color: transparent;
}
a, input[type=radio], input[type=checkbox] {
	cursor: pointer;
}
body {
	font-family: 'Century Gothic', sans-serif;
	font-weight: normal;
	color: var(--main-text-color);
	font-size: 15px;
	line-height: 20px;
	width: 100%;
	margin: 0;
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.42857143;
	text-align: left;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition:opacity .2s ease, -webkit-transform .2s ease;
	transition:opacity .2s ease, -webkit-transform .2s ease;
	-o-transition:opacity .2s ease, transform .2s ease;
	transition:opacity .2s ease, transform .2s ease;
	transition:opacity .2s ease, transform .2s ease, -webkit-transform .2s ease;
}
.tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9;
}
.tooltip.top {
	padding: 5px 0;
	margin-top: -3px;
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
}
.tooltip.in.top {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.tooltip.right {
	padding: 0 5px;
	margin-left: 3px;
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px);
}
.tooltip.in.right {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px;
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}
.tooltip.in.bottom {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.tooltip.left {
	padding: 0 5px;
	margin-left: -3px;
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}
.tooltip.in.left {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	z-index: 3;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .footer-container:after, .footer-container:before, .head-container:after, .head-container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
	display: table;
	content: " ";
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: normal;
	scrollbar-width: thin;
	scrollbar-color: #fd6607 #fff3ec;
}
/* Chrome / Edge / Safari */
::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #fff3ec;
}

::-webkit-scrollbar-thumb {
	background: -webkit-gradient(
			linear,
			left top, left bottom,
			from(rgba(253,102,7,1)),
			to(rgba(253,137,38,1))
	);
	background: linear-gradient(
			180deg,
			rgba(253,102,7,1) 0%,
			rgba(253,137,38,1) 100%
	);
	border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
	-webkit-filter: brightness(0.9);
	filter: brightness(0.9);
}
.container {
	width: 100%;
	max-width: var(--main-width-containers);
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}
.head-container {
	width: 100%;
	max-width: var(--main-width-containers);
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}
.footer-container {
	width: 100%;
	max-width: var(--main-width-containers);
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}
h1, h2, h3, h4, h5, h6 {
	color: inherit;
	line-height: 1.2;
}
/* default font size */
.fa {
	font-size: 15px;
}
img {
	vertical-align: middle;
	width: 100%;
}
.alert-danger {
	color: #ffffff;
	background-color: #da4f49;
	border-color: #fe6922;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 30px;
	font-weight: 600;
	color: var(--main-text-color);
	margin: 30px 0;
}
h2 {
	font-size: 27px;
	font-weight: 600;
}
h3 {
	font-size: 21px;
	font-weight: 600;
}
h4 {
	font-size: 15px;
	font-weight: 600;
}
h5 {
	font-size: 12px;
	font-weight: 600;
}
h6 {
	font-size: 10.2px;
	font-weight: 600;
}
a {
	text-decoration: none;
	color: var(--main-link-color);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	cursor: pointer;
}
input[type=radio] {
	position: relative;
	top: 2px;
}
input[type=checkbox], input[type=radio] {
	margin: 0;
	line-height: normal;
}
:focus-visible {
	outline: none;
}
a:link {
	text-decoration: none;
}
.form-control:focus {
	border-color: var(--main-border-color);
	outline: 0;
	-webkit-box-shadow: var(--orange-shadow-border-form);
	box-shadow: var(--orange-shadow-border-form);
}
header .header-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 0;
}
header .header-logo {
	width: 210px;
}
header .header-search {
	width: 830px;
	position: relative;
}
header .header-search .input-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 15px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
header .header-search #search.input-group:focus-within {
	-webkit-box-shadow: var(--orange-shadow-color);
	box-shadow: var(--orange-shadow-color);
}
header .header-search .input-group .search-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #f4f5f7;
	height: 44px;
	width: 60px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 0 15px 15px 0;
	cursor: pointer;
	color: var(--main-link-color);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
header .header-search .input-group .search-btn .fa {
	font-size: 24px;
	color: inherit;
}
.input-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-collapse: separate;
	width: 100%;
}
.input-group-btn {
	position: absolute;
	z-index: 99;
	right: 0;
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.input-group.sort-attr .form-control {
	min-width: 200px;
}
.main-block-preloader {
	position: fixed; /* лучше чем absolute для перекрытия всей страницы */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 999999;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.refine-categories-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	gap: 15px;
	margin-bottom: 40px;
}
.refine-categories-block a {
	background: rgba(255, 255, 255, 1);
	padding: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(226, 226, 226, 1);
	border-radius: 7px;
	color: rgba(105, 105, 115, 1);
	font-weight: 700;
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% / 5 - 12px);
}
.refine-categories-block a.category-item {
	position: relative;
}
.refine-categories-block a.category-item .unchecked-category {
	position: absolute;
	right: 10px;
	top: 5px;
}
.refine-categories-block a.selected {
	border-color: var(--main-border-color);
	color:  var(--main-link-color);
	-webkit-box-shadow: var(--orange-shadow-color);
	box-shadow: var(--orange-shadow-color);
}
.refine-categories-block a:hover {
	border-color: var(--main-border-color);
	color:  var(--main-link-color);
	-webkit-box-shadow: var(--orange-shadow-color);
	box-shadow: var(--orange-shadow-color);
}
.refine-categories-block .refine-category {
	text-align: center;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.pagination-block {
	background: var(--gray-background-color);
	padding: 15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 20px 0 0 0;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 2;
	color: var(--main-but-color-text);
	cursor: default;
	background-color: var(--main-but-background);
	border-color: var(--main-border-color);
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	z-index: 3;
	color: var(--main-but-color-text);
	background-color: var(--main-but-background);
	border-color: var(--main-border-color);
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-radius: 4px;
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1;
	color: #333;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #fff;
	margin-left: 5px;
	border-radius: 4px;
	font-size: 16px;
}
.row {
	margin-right: 0;
	margin-left: 0;
}
.page-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
#column-left {
	width: 25%;
	padding-right: 60px;
}
#column-right {
	width: 25%;
	padding-left: 60px;
}
#column-left > div {
	margin-bottom: 30px;
}
#column-left > div:last-of-type {
	margin-bottom: 0;
}
/* content */
#content {
	min-height: 290px;
	width: 100%;
}
#content.cols-1 {
	width: 75%;
}
.products-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: var(--gray-background-color);
	border: 1px solid var(--gray-border-color);
	padding: 15px;
	margin: 0 0 20px 0;
}
.products-bar button {
	border: 0;
}
.products-bar button .fa {
	font-size: 28px;
	color: #333;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.input-group-addon {
	border: 0;
}
.products-bar button.active .fa {
	color: var(--main-link-color);
}
.products-bar .sort-limit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.products-bar .form-group {
	margin-bottom: 0;
	padding: 0 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.main-products {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	gap: 15px;
}
.product-layout.product-grid.col-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% / 5 - 12px);
}
.product-layout.product-grid.col-non {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% / 6 - 13px);
}
.product-layout.product-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% / 6 - 13px);
}
.shine-wrap {
	position: relative;
	overflow: hidden;
}
.shine-wrap:has(img.non-loaded)::before {
	content: '';
	position: absolute;
	top: 0;
	left: -120%;
	width: 60%;
	height: 100%;
	background: var(--semi-transparent-color);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
	-webkit-animation: shine 1.2s ease-in-out infinite;
	animation: shine 1.2s ease-in-out infinite;
}
.product-page .swiper-slide-additional:has(img.non-loaded)::before,
.product-page .swiper-slide-main:has(img.non-loaded)::before {
	content: '';
	position: absolute;
	top: 0;
	left: -120%;
	width: 60%;
	height: 100%;
	background: var(--semi-transparent-color);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
	-webkit-animation: shine 1.2s ease-in-out infinite;
	animation: shine 1.2s ease-in-out infinite;
}
@-webkit-keyframes shine {
	0% {
		left: -120%;
	}
	100% {
		left: 120%;
	}
}
@keyframes shine {
	0% {
		left: -120%;
	}
	100% {
		left: 120%;
	}
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-right: 0;
	padding-left: 0;
}
#result_quick_search,
#result_quick_mini_search {
	position: absolute;
	top: 55px;
	width: 100%;
}
#result_quick_mini_search {
	min-width: 500px;
	right: 0;
}
.quick-search-block {
	width: 100%;
	position: relative;
	background: var(--white-background-color);
	border: 1px solid var(--gray-border-color);
	border-radius: 7px;
	max-height: 450px;
	overflow-y: auto;
	-webkit-box-shadow: var(--orange-shadow-color);
	box-shadow: var(--orange-shadow-color);
	z-index: 999;
}
.quick-search-block .no-search-results {
	padding: 10px;
}
.quick-search-list::before {
	content: '';
	position: absolute;
	right: 15px;
	top: -19px;
	border: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
}
.quick-search-block a > div {
	padding: 10px 15px;
	color: var(--main-text-color);
}
.quick-search-block > div {
	border-bottom: 1px solid var(--gray-border-color);
}
.quick-search-block a:hover .search-item {
	background: var(--main-background-gradient);
	color: var(--main-but-color-text);
}
.quick-search-block a:hover .search-item .new-price {
	color: var(--main-but-color-text);
}
.quick-search-block a .search-item.category:before {
	content: '\f07b';
	font-family: FontAwesome;
	position: absolute;
	font-size: 18px;
	color: #9d9d9d;
}
.quick-search-block a:hover .search-item.category::before {
	color: #fff;
}
.quick-search-block a:hover .search-item.category .full-path {
	color: #e1e1e1;
}
.quick-search-block .search-item.product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.quick-search-block .search-item.category .name-price {
	padding-left: 25px;
}
.quick-search-block .search-item.product .image img {
	width: 50px;
	height: auto;
}
.quick-search-block .search-item.product .image {
	margin-right: 12px;
}
.quick-search-block .search-item.product .price {
	font-weight: 600;
	margin-top: 5px
}
.quick-search-block .search-item.product .new-price {
	font-weight: 600;
	margin-top: 5px;
	color: #31a52a;
}
.quick-search-block .search-item.product .new-price span {
	color: #999;
	text-decoration: line-through;
	font-size: 14px;
	font-weight: 400;
	margin-left: 10px;
}
.quick-search-block .search-item.category .full-path {
	font-size: 12px;
	color: #9d9d9d;
}
.count-badge {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	font-size: 11px;
	color: rgba(255, 255, 255, 1);
	background: var(--main-green-color);
	border-width: 2px;
	border-style: solid;
	border-color: var(--gray-border-color);
	border-radius: 50px;
	min-width: 1.65em;
	height: 1.65em;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	right: 0;
	line-height: 2;
}
.count-badge.zero {
	display: none;
}
.icon-top-menu {
	position: relative;
}
.icon-top-menu .fa {
	font-size: 23px;
	color: var(--main-but-color-text);
}
.menu-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.menu-links > div {
	margin-right: 10px;
	line-height: 1;
}
.menu-links > div:last-of-type {
	margin-right: 0;
}
.menu-links .cart-total .fa-shopping-cart::before {
	content: '\ebb5';
	font-family: icomoon;
	font-size: 24px;
	color: var(--main-but-color-text);
	left: 1px;
	top: -1px;
}
.icon-cart-items {
	opacity: 0;               /* изначально невидим */
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px); /* чуть выше для эффекта "появления" */
	-webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
	transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
	-o-transition: opacity 0.25s ease, transform 0.25s ease;
	transition: opacity 0.25s ease, transform 0.25s ease;
	transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
	pointer-events: none;     /* чтобы не мешал мыши, пока скрыт */
}

.icon-cart-items.show {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	pointer-events: auto;
}
.main-block-cart-items {
	width: 100%;
	position: relative;
	background: var(--white-background-color);
	display: inline-block;
	min-width: 450px;
	max-width: 600px;
	color: var(--main-text-color);
	border-radius: 10px;
	-webkit-box-shadow: var(--orange-shadow-color);
	box-shadow: var(--orange-shadow-color);
}
.main-block-cart-items .cart-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid var(--gray-border-color);
	padding: 8px;
	position: relative;
}
.cart-total {
	position: relative;
}
.cart-total .icon-cart-items {
	position: absolute;
	top: 60px;
	right: 0;
	z-index: 999;
}
.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #999;
}
.form-control::-webkit-input-placeholder {
	color: #999;
}
.main-block-cart-items .cart-item .item-image {
	margin-right: 10px;
}
.main-block-cart-items .cart-item .item-image img {
	width: 60px;
}
.main-block-cart-items .cart-item .item-name {
	line-height: 1.2;
	padding-right: 130px;
}
.main-block-cart-items .cart-item .item-quant-price {
	position: absolute;
	right: 65px;
	text-align: right;
}
.main-block-cart-items .cart-item .item-quant-price .item-quantity {
	color: #ababab;
	margin-bottom: 5px;
}
.main-block-cart-items .cart-item .item-quant-price .item-price {
	font-weight: 600;
}
.main-block-cart-items .cart-item .item-but-del {
	position: absolute;
	right: 15px;
}
.main-block-cart-items .cart-item .item-but-del .cart-remove {
	cursor: pointer;
}
.main-block-cart-items .cart-item .item-but-del .cart-remove .fa {
	font-size: 18px;
	color: var(--main-text-color);
}
.main-block-cart-items .cart-item-footer {
	background: var(--gray-background-color);
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 0 0 10px 10px;
}
.main-block-cart-items .cart-item-footer a.btn-cart {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.main-block-cart-items .cart-list-items {
	max-height: 280px;
	overflow-y: auto;
}
.main-block-cart-items .empty-cart {
	padding: 14px;
	text-align: center;
}
.main-block-cart-items::before {
	content: '';
	position: absolute;
	right: 15px;
	top: -20px;
	border: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
}
.main-block-cart-items .item-name a {
	color: #333;
}
.header-shop-text {
	color: #fe661d;
	font-weight: 500;
	line-height: 20px;
	max-width: 210px;
	text-align: right;
}
.fancybox__container .login-iframe {
	max-width: 380px;
	min-width: 340px;
}
.login-iframe .fancybox__iframe {
	height: 100%;
	max-width: 380px;
}
.page-iframe .fancybox__iframe {
	height: 100%;
	max-width: 800px;
	padding: 15px 20px;
}
.page-iframe .fancybox__content {
	height: 250px;

}
.fancybox__content {
	border-radius: 10px;
	-webkit-box-shadow: 0 4px 9.5px 0.5px rgb(249 249 249 / 36%);
	box-shadow: 0 4px 9.5px 0.5px rgb(249 249 249 / 36%);

}
.login-iframe .fancybox__content,
.page-iframe .fancybox__content {
	padding: 2px 7px;

}
.fancybox__content>.f-button.is-close-btn {
	top: -30px;
	right: -30px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.account-login.iframe .login-form-cust #customer_email {
	background: #fff;
	padding: 10px 15px;
	border-radius: 10px;
	margin-bottom: 15px;
}
.login-iframe.has-iframe .fancybox__content {
	background: #f4f5f7;
}
.login-iframe h2 {
	font-size: 22px;
}
.login-iframe iframe #content {
	padding: 0;
}
.login-iframe h1 {
	font-size: 25px;
}
.account-login .login-box {
	border-radius: 7px;
	-webkit-box-shadow: 0px 5px 9px 6px rgba(198, 102, 22, 0.18);
	box-shadow: 0px 5px 9px 6px rgba(198, 102, 22, 0.18);
	padding: 20px;
	max-width: 390px;
	margin: 0 auto;
}
.account-login.iframe .login-box {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #f4f5f7;
}
.account-login.iframe {
	background: #f4f5f7;
}
.form-horizontal .form-group {
	margin-right: 0;
	margin-left: 0;
}
.login-form-cust .buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.login-form-cust #agree_customer_data {
	display: none;
	font-size: 12px;
	line-height: 1.2;
	background: #b5e4a6;
	color: #000;
	padding: 5px 15px;
	border-radius: 10px;
	margin-top: 22px;
	position: relative;
}
.login-form-cust #empty_fields_customer .info-empty-fields {
	line-height: 1.2;
	margin-bottom: 12px;
	background: rgba(233, 102, 49, 1);
	color: #fff;
	border-radius: 10px;
	padding: 12px;
}
.login-form-cust #error_agree {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgb(247 67 67 / 85%);
	padding: 0 10px;
	color: #fff;
	-webkit-animation: fadeIn 0.5s
	ease-in-out, fadeOut 0.5s
	ease-in-out 2.5s forwards;
	animation: fadeIn 0.5s
	ease-in-out, fadeOut 0.5s
	ease-in-out 2.5s forwards;
	border-radius: 10px;
	z-index: 9;
}
.login-form-cust #title-login-form {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 12px;
	text-align: center;
}
.customer-email-login-form {
	position: relative;
	width: 100%;
}
#repeat_send_code {
	background: none;
	color: #b5b5b5;
	font-size: 12px;
	line-height: 1.2;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 10px;
}
.login-form-cust #but_get_secret_approval {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.btn-success.btn {
	background: rgba(80, 173, 85, 1);
	text-shadow: none;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	border: none;
	cursor: pointer;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0;
}
.form-control {
	display: block;
	width: 100%;
	height: 35px;
	padding: 6px 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color
	ease-in-out .15s, -webkit-box-shadow
	ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color
	ease-in-out .15s, -webkit-box-shadow
	ease-in-out .15s;
	-o-transition: border-color
	ease-in-out .15s, box-shadow
	ease-in-out .15s;
	transition: border-color
	ease-in-out .15s, box-shadow
	ease-in-out .15s;
	transition: border-color
	ease-in-out .15s, box-shadow
	ease-in-out .15s, -webkit-box-shadow
	ease-in-out .15s;
}
form .icon-check {
	right: 15px !important;
	width: 15px !important;
	height: 8px !important;
}
.login-form-cust .icon-check:before {
	display: none;
}
#error_login_js span {
	border-radius: 10px;
	background: #ff6161;
	color: #fff;
	padding: 7px 10px;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	-webkit-animation: fadeIn 0.5s ease-in-out, fadeOut 0.5s ease-in-out 2.5s forwards;
	animation: fadeIn 0.5s ease-in-out, fadeOut 0.5s ease-in-out 2.5s forwards;
}
#send_code_message span {
	background: #2ab10059;
	padding: 5px 10px;
	margin-top: 14px;
	font-size: 12px;
	line-height: 1.2;
	border-radius: 10px;
	display: block;
}
#repeat_send_code {
	background: none;
	color: #b5b5b5;
	font-size: 12px;
	line-height: 1.2;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 10px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1;
	cursor: no-drop;
}
.edit.form-control[readonly] {
	background-color: inherit;
	opacity: 1;
	cursor: no-drop;
}
.form-group {
	position: relative;
	width: 100%;
}
.form-group .error-message {
	top: 0;
	position: absolute;
	background: #fd000085;
	left: 0;
	color: #fff;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10px;
	border-radius: 10px;
}
#empty_fields_customer .form-group {
	margin-bottom: 22px;
}
#empty_fields_customer .back-input-login {
	position: absolute;
	bottom: -20px;
	left: 5px;
	color: rgba(233, 102, 49, 1);
}
.account-login #error_send_code .error-send-code {
	background: #c7c7c7;
	padding: 4px 8px;
	border-radius: 10px;
	font-size: 14px;
}
[data-loading] {
	position: relative;
	pointer-events: none;
	opacity: 0.7;
}
[data-loading]::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 17px;
	width: 18px;
	height: 18px;
	margin: -9px 0 0 -9px;
	border: 2px solid rgba(255,255,255,.3);
	border-top-color: #fff;
	border-radius: 50%;
	-webkit-animation: spin 0.8s linear infinite;
	animation: spin 0.8s linear infinite;
	z-index: 2;
}
.btn[data-loading] {
	padding-left: 30px;
}
@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.icon-top-menu .fa-user:before {
	content: '\ebda';
	font-family: icomoon;
}
.current-city-head-block {
	position: relative;
}
.current-city-head-block .confirm-current-city {
	position: absolute;
	background: #fff;
	border-radius: 10px;
	padding: 10px 15px;
	line-height: 1.2;
	-webkit-box-shadow: 0 4px 9.5px 0.5px rgb(49 165 42 / 45%);
	box-shadow: 0 4px 9.5px 0.5px rgb(49 165 42 / 45%);
	border: 3px solid #31a52a;
	z-index: 9999;
	display: none;
	top: 35px;
}
.current-city-head-block .confirm-current-city:before {
	content: '';
	position: absolute;
	top: -21px;
	border: 8px solid transparent;
	border-bottom: 10px solid #31a52a;
}
.current-city-head-block .confirm-current-city .confirm-current-title {
	font-weight: 600;
	margin-bottom: 15px;
	color: #333;
}
.current-city-head-block .confirm-current-city .confirm-current-buttons {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}
.current-city-head-block .confirm-current-city .confirm-current-buttons #confirm_but_head_yes {
	background: #31a52a;
	color: #fff;
	padding: 5px 10px;
	border-radius: 10px;
	cursor: pointer;
}
.current-city-head-block .confirm-current-city .confirm-current-buttons #confirm_but_head_no {
	background: #fe6922;
	color: #fff;
	padding: 5px 10px;
	border-radius: 10px;
	cursor: pointer;
}
.header-top-block {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-top-block .current-city-customer {
	font-family: inherit;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	margin-right: 30px;
	line-height: 1.2;
	cursor: pointer;
}
.header-top-block .current-city-customer:before {
	content: "\ec49";
	font-family: 'icomoon';
	font-weight: 400;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	margin-right: 5px;
}
.block-change-city {
	max-width: 550px;
	padding: 20px;
	min-height: 300px;
}
.block-change-city .current-city-customer-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-bottom: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.block-change-city .current-city-customer {
	font-size: 12px;
	font-weight: 600;
}
.block-change-city .current-head {
	margin-left: 10px;
}
.block-change-city .current-city-customer:before {
	content: "\ec49";
	font-family: icomoon;
	font-weight: 400;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	margin-right: 5px;
}
.block-change-city .current-city-customer span {
	color: #bbbbbb;
}
.block-change-city .custom-search-form-map {
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}
.block-change-city .custom-search-form-map i.fa-spinner {
	position: absolute;
	right: 75px;
	font-size: 20px;
	color: #e5791f;
	top: 25%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: none;
}
.block-change-city .custom-search-form-map #search-point-button {
	position: absolute;
	right: 0;
	padding: 7px 10px;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 0 10px 10px 0;
}
.shipping-track-number {
	display: inline-block;
	padding: 6px 12px;
	border-radius: 20px;
	background: #d7f1d6;
	color: #ff7804;
	font-size: 16px;
	margin-top: 8px;
}
.block-change-city .quick-city-change {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 5px;
}
.block-change-city .quick-city-change .suggestion-item {
	font-size: 12px;
	border: 1px solid #e7e7e7;
	border-radius: 10px;
	line-height: 1.2;
	padding: 3px 7px;
	margin-right: 7px;
	cursor: pointer;
	margin-bottom: 7px;
	color: #999999;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.block-change-city .quick-city-change .suggestion-item:hover {
	background: #00b33c;
	color: #fff;
}
.block-change-city #res_search_map {
	position: relative;
}
.block-change-city #res_search_map .suggestion-items {
	border: 1px solid #ededed;
	padding: 10px 10px;
	border-radius: 0 0 10px 10px;
	-webkit-box-shadow: 0 5px 15px rgb(254 103 9 / 30%);
	box-shadow: 0 5px 15px rgb(254 103 9 / 30%);
	max-height: 240px;
	overflow-y: auto;
	background: #fff;
	z-index: 99999;
	position: absolute;
	width: 100%;
}
.block-change-city #res_search_map .suggestion-item {
	padding: 7px 5px;
	border-bottom: 1px solid #ededed;
	cursor: pointer;
	-webkit-transition: 0.08s;
	-o-transition: 0.08s;
	transition: 0.08s;
}
.block-change-city #res_search_map .suggestion-item:hover {
	background: #15a304;
	color: #fff;
}
.block-change-city #res_search_map .suggestion-item:last-child {
	border-bottom: 0;
}

/* Блок категорий в шапке */
.menu-bar-desktop .menu-but-desktop {
	z-index: 99;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	cursor: pointer;
	width: 154px;
	height: 45px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	border-radius: 15px;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	background: #fe6922;
}
.menu-bar-desktop .menu-but-desktop .menu-bar-name {
	font-size: 16px;
	margin-right: 20px;
}
.menu-bar-desktop .menu-but-desktop .fa {
	font-size: 30px;
}
#main_block_body_background {
	position: fixed;
	z-index: 9999;
	background: rgb(0 0 0 / 65%);
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	top: 0;
}
#main_block_body_background.active {
	opacity: 1;
}
.head-menu-container {
	position: fixed;
	z-index: 999;
	background: rgb(0 0 0 / 65%);
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	top: 0;
}
.head-menu-container .head-menu-content {
	position: absolute;
	width: 90%;
	background: rgb(255 255 255 / 0%);
	height: 100%;
	left: -25%;
	-webkit-transition: left 0.5s ease;
	-o-transition: left 0.5s ease;
	transition: left 0.5s ease;
}
.head-menu-container .head-menu-content .menu-catalog {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}
.head-menu-container .head-menu-content .menu-catalog__level1 {
	width: 25%;
	overflow-y: auto;
	border-right: 1px solid #eee;
	background: #fff;
}
.head-menu-container .head-menu-content .menu-catalog__item {
	cursor: pointer;
}
.head-menu-container .head-menu-content .menu-catalog__level3 a.menu-catalog-view-more {
	color: rgba(12, 92, 3, 0.64);
	font-weight: 700;
}
.head-menu-container .head-menu-content .menu-catalog__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding: 15px 15px 15px 50px;
	text-decoration: none;
	font-size: 16px;
	color: rgba(105, 105, 115, 1);
	position: relative;
}
.head-menu-container .head-menu-content .menu-catalog__link i {
	font-family: icomoon;
	font-size: 25px;
	color: rgba(235, 122, 29, 1);
	font-style: normal;
	position: absolute;
	z-index: 9;
	left: 15px;
}
.head-menu-container .head-menu-content .menu-catalog__link:hover i {
	color: #fff;
}
.head-menu-container .head-menu-content .menu-catalog__link.active i {
	color: #fff;
}
.head-menu-container .head-menu-content .menu-catalog__link::after {
	content: "\f0da";
	font-family: icomoon;
	font-size: 11px;
	position: relative;
	padding: 0 3px;
	margin-left: auto;
}
.head-menu-container .head-menu-content .menu-catalog__link.active {
	color: #fff;
	background: rgb(253, 102, 7);
	background: -webkit-gradient(linear, left top, right top, from(rgba(253, 102, 7, 1)), color-stop(52%, rgba(253, 137, 38, 1)), to(rgba(254, 102, 8, 1)));
	background: -o-linear-gradient(left, rgba(253, 102, 7, 1) 0%, rgba(253, 137, 38, 1) 52%, rgba(254, 102, 8, 1) 100%);
	background: linear-gradient(90deg, rgba(253, 102, 7, 1) 0%, rgba(253, 137, 38, 1) 52%, rgba(254, 102, 8, 1) 100%);
}
.head-menu-container .head-menu-content .menu-catalog__dropdown {
	position: absolute;
	left: 25%;
	top: 0;
	width: 75%;
	height: 100%;
	background: #fff;
	display: none;
}
.head-menu-container .head-menu-content .menu-catalog__dropdown .main-block-categories-level2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.head-menu-container .head-menu-content .menu-catalog__level3 {
	padding: 8px 12px;
}
.head-menu-container .head-menu-content .menu-catalog__level2-item {
	margin-bottom: 20px;
}
.head-menu-container .head-menu-content .menu-catalog__panel {
	display: none;
	height: 100%;
	overflow-y: auto;
}
.head-menu-container .head-menu-content .menu-block__level2 {
	height: 100%;
	overflow-y: auto;
}
.head-menu-container .head-menu-content .menu-catalog__level2-item {
	padding: 0 12px;
}
.head-menu-container .head-menu-content .menu-block-category-image {
	padding: 20px;
}
.head-menu-container .head-menu-content .menu-block-category-image .cat-img {
	position: sticky;
	top: 20px;
}
.head-menu-container .head-menu-content .menu-block-category-image .name-cat-img {
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%, -50%);
	background: #fff;
	color: #000;
	border-radius: 50px;
	font-weight: 600;
	text-align: center;
	padding: 10px;
	opacity: 0.9;
	font-size: 16px;
	width: 90%;
}
.head-menu-container .head-menu-content .menu-block-category-image img {
	border-radius: 10px;
	width: 300px;
	height: auto;
	-webkit-box-shadow: 0 4px 9.5px 0.5px rgb(10 10 10 / 30%);
	box-shadow: 0 4px 9.5px 0.5px rgb(10 10 10 / 30%);
}
.head-menu-container .head-menu-content .menu-catalog__level2 {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr 20px 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	height: auto;
	padding: 20px;
}
.head-menu-container .head-menu-content .menu-catalog__level2-title {
	display: block;
	margin-bottom: 8px;
	color: rgba(105, 105, 115, 1);
	font-weight: 700;
	font-size: 20px;
}
.head-menu-container .head-menu-content .menu-catalog__level3 a {
	display: block;
	padding: 4px 0;
	font-size: 16px;
	color: rgba(105, 105, 115, 1);
}
/* Блок категорий в шапке */

.no-scroll {
	overflow: hidden;
	height: 100%;
}
.product-page .product-info-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.product-page .product-info-block .prev-video {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ff7804;
	color: #fff;
	border-radius: 4px;
}
.product-page .product-info-block .prev-video i {
	font-size: 30px;
}

.product-page .product-images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 15px;
	width: 100%;
	max-height: 710px;
}
.product-info .section-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
}
.product-page .product-images .thumb-swiper-vertical {
	width: 110px;
	height: auto;
	position: relative;
}

.product-page .product-images .thumb-swiper-vertical .swiper-slide {
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 6px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.product-page .product-images .thumb-swiper-vertical .swiper-slide-thumb-active {
	border-color: var(--main-link-color);
}
.lazy-product-page {
	opacity: 0;
	-webkit-transform: scale(0.97);
	-ms-transform: scale(0.97);
	transform: scale(0.97);
	-webkit-transition: opacity .35s ease, -webkit-transform .35s ease;
	transition: opacity .35s ease, -webkit-transform .35s ease;
	-o-transition: opacity .35s ease, transform .35s ease;
	transition: opacity .35s ease, transform .35s ease;
	transition: opacity .35s ease, transform .35s ease, -webkit-transform .35s ease;
}

.lazy-product-page:not(.non-loaded) {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.product-page .product-images .thumb-swiper-vertical img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	-o-object-fit: contain;
	object-fit: contain;
}

/* Кнопки прокрутки для миниатюр */
.product-page .product-images .main-image-swiper .thumb-prev,
.product-page .product-images .main-image-swiper .thumb-next {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #666;
	cursor: pointer;
	z-index: 10;
	font-size: 18px;
}
.product-page .product-images .main-image-swiper .thumb-prev { top: -25px; }
.product-page .product-images .main-image-swiper .thumb-next { bottom: -25px; }

/* Основное изображение */
.product-page .product-images .main-image-swiper {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border: 1px solid var(--gray-border-color);
	border-radius: 10px;
	padding: 15px;
	text-align: center;
	min-width: 686px;
	min-height: 686px;
	position: relative;
}

.product-page .product-images .main-image-swiper img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.main-image-swiper .swiper-button-next, .main-image-swiper .swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: 40px;
	height: 40px;
	margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
	z-index: 10;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--main-but-color-text);
	background: rgba(0, 0, 0, 0.44);
	padding: 16px;
	-webkit-transition: var(--main-transition);
	-o-transition: var(--main-transition);
	transition: var(--main-transition);
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
	opacity: 0;
}
.main-image-swiper .swiper-button-next {
	right: 0;
}
.main-image-swiper .swiper-button-prev {
	left: 0;
}
.main-image-swiper .swiper-button-next:after, .main-image-swiper .swiper-button-prev:after {
	font-family: swiper-icons;
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
	font-size: 22px;
}

.thumb-swiper-vertical .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.thumb-swiper-vertical .swiper-button-prev:after, .swiper-rtl .swiper-button-prev:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	font-size: 18px;
}

/* Кнопки переключения основного изображения */
.main-prev, .main-next {
	color: #888;
}


.thumb-swiper-vertical .swiper-button-next {
	position: absolute;
	bottom: 0;
	top: auto;
	left: 50%;
	width: 20px;
	height: 20px;
	margin-top: 0;
	z-index: 10;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--main-but-color-text);
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	background: rgb(0 0 0 / 52%);
	padding: 16px;
	-webkit-transition: var(--main-transition);
	-o-transition: var(--main-transition);
	transition: var(--main-transition);
}
.thumb-swiper-vertical .swiper-button-prev {
	position: absolute;
	top: 0;
	left: 50%;
	width: 20px;
	height: 20px;
	margin-top: 0;
	z-index: 10;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--main-but-color-text);
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	background: rgb(0 0 0 / 52%);
	padding: 16px;
	-webkit-transition: var(--main-transition);
	-o-transition: var(--main-transition);
	transition: var(--main-transition);
}
.thumb-swiper-vertical .swiper-button-next.swiper-button-disabled, .thumb-swiper-vertical .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

.product-page .product-info-block .product-left {
	max-width: 800px;
}
.product-page .product-info-block .product-right {
	width: 100%;
	padding-left: 40px;
}
.product-page .block-description-product {
	width: 100%;
	margin-top: 50px;
	font-size: 16px;
}
.block-description-product img {
	width: auto;
}
.product-page .product-info > div {
	font-size: 16px;
	margin-bottom: 15px;
}
.product-page .product-info > div span {
	font-weight: 600;
}
.product-page .product-info-block .product-price-group {
	text-align: left;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.product-page .product-info-block .product-price-group .price-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.product-page .product-info-block .price-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 20px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.product-page .product-info-block .price-group .product-price {
	font-weight: 700;
	font-size: 30px;
	color: var(--main-text-color);
	line-height: 1;
}
.product-page .product-info-block .product-price-group .price-wrapper .unit-name {
	font-size: 12px;
	color: var(--gray-text-color);
}
.product-page .product-info-block .price-group .product-price-new {
	font-weight: 700;
	font-size: 30px;
	color: rgba(50, 50, 50, 1);
}
.product-page .product-info-block .price-group .product-price-old {
	display: block;
	font-weight: 400;
	font-size: 15px;
	color: rgba(105, 105, 115, 1);
	text-decoration: line-through;
	line-height: 1;
	margin-left: 20px;
}
.info-tooltip-price {
	width: 25px;
	height: 25px;
	background: var(--gray-background-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 100%;
	cursor: pointer;
}
.product-page .main-image-swiper .image-product-stickers {
	position: absolute;
	z-index: 9;
	left: 15px;
	top: 15px;
}
.product-page .main-image-swiper .image-product-stickers .sticker-image-product {
	background: rgba(254, 34, 34, 1);
	border-radius: 14px;
	font-size: 11px;
	color: rgba(255, 255, 255, 1);
	font-weight: 700;
	text-transform: uppercase;
	padding: 2px 10px;
	margin-bottom: 10px;
}
.product-page .main-image-swiper .image-product-stickers .sticker-image-product:last-of-type {
	margin-bottom: 0;
}
.product-page .button-group-page {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 680px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.product-page .button-group-page .cart-group {
	min-width: 300px;
}
.product-page .button-group-page .button-group .button-cart {
	padding: 15px;
}
.product-page .button-group-page .quant-stepper .quant-stepper-duwn,
.product-page .button-group-page .quant-stepper .quant-stepper-up {
	padding: 16px 20px;
}
.product-page .button-group-page > div {
	margin-right: 25px;
}
.product-page .button-group-page > div:last-of-type {
	margin-right: 0;
}
.product-page .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more:before {
	content: "\f045";
	font-family: 'icomoon';
	font-size: 21px;
	color: #696973;
	bottom: auto;
	right: -3px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%, -50%);
}
.product-page .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
	background-image: none;
}
.product-page .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
	padding: 0;
	border: none;
	background: var(--gray-background-color);
	width: 46px;
	height: 46px;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.product-page .btn-wishlist {
	padding: 0;
	border: none;
	background: var(--gray-background-color);
	width: 46px;
	height: 46px;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 25px;
	cursor: pointer;
	-webkit-transition: var(--main-transition);
	-o-transition: var(--main-transition);
	transition: var(--main-transition);
}
.product-page .seller-warehouses {
	margin-top: 60px;
}
.product-page .seller-warehouses .warehouses-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}
.product-page .seller-warehouses .warehouses-block {
	background: #fd66071f;
	border-radius: 10px;
	padding: 15px 25px;
	border: 1px solid #fd660747;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 16px;
}
.product-page .seller-warehouses .warehouses-block .pickup-name {
	display: -ms-grid;
	display: grid;
	font-weight: 600;
	justify-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 25px;
}
.product-page .seller-warehouses .warehouses-block .pickup-name img {
	background: #fff;
	border-radius: 4px;
}
.product-page .seller-warehouses  .warehouses-block .warehouse-stock .pickup-address, .product-page .seller-warehouses  .warehouses-block .warehouse-stock .pickup-message-instock, .product-page .seller-warehouses  .warehouses-block .warehouse-stock .pickup-message-outstock {
	position: relative;
	padding-left: 24px;
}
.product-page .seller-warehouses .warehouses-block .warehouse-stock .pickup-message-outstock:before {
	content: "\eb29";
	font-family: 'icomoon';
	font-weight: 400;
	text-rendering: auto;
	position: absolute;
	left: 0;
}
.product-page .seller-warehouses .warehouses-block .warehouse-quantity {
	width: 100%;
	margin-top: 20px;
	background: #fbf7f4;
	padding: 10px;
	border-radius: 10px;
	font-size: 16px;
}
.product-page .seller-warehouses .warehouses-block .warehouse-quantity .warehouse {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ededed;
	margin-bottom: 10px;
}
.product-page .seller-warehouses .warehouses-block .warehouse-quantity .warehouse .warehouse-item {
	margin-bottom: 5px;
}
.product-page .seller-warehouses .warehouses-block .warehouse-quantity .warehouse .warehouse-item:last-of-type {
	margin-bottom: 0;
}
.product-page .seller-warehouses .warehouses-block .warehouse-quantity .warehouse:last-of-type {
	padding: 0;
	border-bottom: 0;
	margin-bottom: 0;
}
.product-page .seller-warehouses  .warehouses-block .warehouse-quantity .warehouse-item span {
	font-weight: 600;
}
.nav-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: none;
	margin-bottom: 30px;
}
.nav-tabs > div {
	margin-bottom: 20px;
}
.nav-tabs a {
	padding: 15px;
	font-weight: 600;
	font-size: 20px;
	color: rgba(139, 145, 152, 1);
	border-bottom: 2px solid transparent;
}
.nav-tabs .active a {
	color: #333;
	border-bottom: 2px solid rgba(233, 102, 49, 1);
}
.table {
	width: 100%;
	margin-bottom: 20px;
	border: 5px solid #fff;
	border-collapse: collapse;
	outline: 1px solid #ffc7a5;
	font-size: 15px;
	background: #fff;
	table-layout: fixed;
}
.table thead {
	font-weight: bold;
	padding: 7px;
	background: #ffece1;
	border: none;
	text-align: left;
	font-size: 15px;
	border-top: 3px solid #fff;
}
.table td {
	padding: 7px;
	border: none;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	font-size: 15px;
}
.table td:first-child {
	max-width: 500px;
	white-space: normal;
	word-break: break-word;
}
.table tbody tr:nth-child(even){
	background: #f8f8f8!important;
}

.product-page .block-review {
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 10px 20px;
}
.product-page .block-review .name-date span {
	color: #8f8f8f;
}
.product-page #tab-review #review .rating {
	margin-top: 0;
}
.product-page #tab-review .rating .fa-stack {
	font-size: 20px;
	width: 20px;
	height: 20px;
}
.product-page .text-review {
	margin-top: 20px;
}
.product-page .tab-content #tab-description {
	line-height: 1.5;
}
.product-page .product-right h1 {
	margin: 0 0 30px 0;
}
.product-page .product-right .rating {
	margin-bottom: 20px;
}
.block-content-description {
	padding-bottom: 70px;
}
#content_description {
	position: relative;
	margin-bottom: 50px;
}
.expand-content {
	overflow: hidden;
	position: relative;
	-webkit-transition: max-height 0.4s ease;
	-o-transition: max-height 0.4s ease;
	transition: max-height 0.4s ease
}
.block-expand-overlay {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(248, 248, 248, 1)));
	background: -o-linear-gradient(top, transparent, rgba(248, 248, 248, 1));
	background: linear-gradient(to bottom, transparent, rgba(248, 248, 248, 1));
	position: absolute;
	width: 100%;
	bottom: 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.block-expand-overlay.expanded {
	background: none;
	bottom: -30px;
}
.block-expand::before {
	content: '\f078';
	font-family: icomoon;
	margin-right: 5px;
}
.block-expand::after {
	content: 'Показать все';
}
.block-expand-overlay.expanded .block-expand::before {
	content: '\f077';
}
.block-expand-overlay.expanded .block-expand::after {
	content: 'Скрыть';
}
.expand-content.expanded {
	max-height: none; /* временно, переопределим через JS */
}
.btn.focus, .btn:focus, .btn:hover {
	color: var(--main-but-color-text);
	text-decoration: none;
}
#content .block-category-description {
	padding-top: 30px;
	border-width: 0;
	border-top-width: 1px;
	border-style: solid;
	border-color: rgba(238, 238, 238, 1);
	margin-top: 50px;
	margin-bottom: 30px;
}
.main-block-filter {
	display: block;
	width: 100%;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	padding: 30px;
	position: relative;
}
.main-block-filter #reset_filter {
	position: absolute;
	right: 30px;
	font-size: 12px;
	border-radius: 10px;
	cursor: pointer;
}
.main-block-filter .block-filter {
	border-bottom: 1px solid #ededed;
	padding: 15px 0;
}
.main-block-filter .block-filter:last-of-type {
	border-bottom: 0;
}
.main-block-filter .filter-values {
	display: -ms-grid;
	display: grid;
	max-height: 300px;
	overflow-y: auto;
}
.main-block-filter .filter-values label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0;
	padding: 8px 8px;
	cursor: pointer;
	position: relative;
}
.main-block-filter .filter-values label:last-of-type {
	border-bottom: 0;
}
.main-block-filter .filter-values label input[type=checkbox] {
	margin-right: 10px;
	cursor: pointer;
	position: relative;
	top: 3px;
}
.loading-filter {
	background: #0000009e;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	display: none;
}
.loading-filter i {
	font-size: 50px;
	color: #fe6922;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%, -50%);
}
.main-block-filter .hide-filter {
	display: none;
}
.main-block-filter .filter-values .badge-item {
	width: 100%;
	padding: 0 0 0 40px;
	position: relative;
}
.main-block-filter .filter-values .badge-item .filter-tooltip-item {
	position: absolute;
	bottom: 100%;
	background: #fff;
	z-index: 99999;
	box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	padding: 10px;
	right: 0;
	display: none;
}
.block-filter .toggle-wrapper input[type="checkbox"]:checked + .toggle-slider + .badge-item .links-text {
	color: #fd811f;
	font-weight: 600;
}
.main-block-filter .filter-values .badge-item .links-text {
	width: 80%;
	display: block;
	font-size: 15px;
	line-height: 1;
}
.main-block-filter .filter-values .badge-item .count-badge {
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0, -50%);
}
.main-block-filter .price-range {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.main-block-filter .block-filter-title {
	font-weight: 600;
	font-size: 17px;
	color: rgba(105, 105, 115, 1);
	text-transform: none;
	line-height: 1.2;
	padding-bottom: 10px;
}
.cart-products-list-block {
	border-radius: 14px;
	background-color: #f4f5f7;
	padding: 18px;
}
.cart-products-list-block .cart-products-list {
	border-radius: 14px;
	background-color: #fff;
	padding: 18px;
	max-height: 450px;
	overflow-y: auto;
}
.cart-products-list .cart-product-item {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #f9f9f9;
	position: relative;
	padding: 15px;
	border-radius: 10px;
}
.modal-confirm #delete_name_product {
	font-weight: 600;
}
.cart-products-list .cart-product-item.hasStock {
	background: #fe692214;
}
.cart-products-list .cart-product-item:last-child {
	padding-bottom: 0px;
	border-bottom: 0px solid #f9f9f9;
}
.cart-products-list .cart-product-item .image {
	position: relative;
	min-width: 100px;
}
.cart-products-list .cart-product-item .image .input-check-product {
	position: absolute;
	bottom: 20px;
	left: -5px;
}
.cart-products-list .cart-product-item .price-quantity {
	position: absolute;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cart-products-list .cart-product-item .name {
	font-family: inherit;
	font-weight: 600;
	font-size: 14px;
	padding-right: 370px;
	padding-left: 30px;
}
.cart-products-list .cart-product-item .name a {
	font-family: inherit;
	font-weight: 600;
	font-size: 14px;
	color: #323232;
}
.cart-products-list .cart-product-item .name a:hover {
	color: #fe6922;
}
.cart-products-list .cart-product-item .cart-quant-stepper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cart-products-list .cart-product-item .cart-quant-stepper-duwn {
	width: 32px;
	height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #f4f5f7;
	border-radius: 10px;
	background: #ebebeb;
	margin-right: 8px;
}
.cart-products-list .cart-product-item .cart-quant-stepper-duwn.active {
	cursor: pointer;
	background: #fe6922;
}
.cart-products-list .cart-product-item .cart-quant-stepper-duwn .fa-minus:before {
	color: #fff;
}
.cart-products-list .cart-product-item .cart-quant-stepper-up {
	width: 32px;
	height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #f4f5f7;
	border-radius: 10px;
	background: #ebebeb;
	margin-left: 8px;
}
.cart-products-list .cart-product-item .cart-quant-stepper-up.active {
	cursor: pointer;
	background: #fe6922;
}
.cart-products-list .cart-product-item .cart-quant-stepper-up .fa-plus:before {
	color: #fff;
}
.cart-products-list .cart-product-item .quantity-product {
	font-family: inherit;
	font-size: 12px;
	color: #aeaeae;
	font-weight: 600;
	margin-top: 10px;
	text-align: center;
}
.cart-products-list .cart-product-item.hasStock .quantity-product {
	color: #fe6922;
}
.cart-products-list .cart-product-item .quantity-group .value-quant-stepper {
	border-radius: 10px;
	border: solid 2px #f4f5f7;
	padding: 1px 5px;
}
.checkout-cart .cart-blocks {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.checkout-cart .cart-page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.checkout-cart #cart_products {
	width: 68%;
	position: relative;
}
.checkout-cart #cart_products .cart-products-list-block.lock-products {
	margin-top: 30px;
}
.checkout-cart #cart_totals {
	width: 30%;
	position: relative;
}
.checkout-cart .checkbox-product input[type=checkbox] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
.checkout-cart #cart_products span:before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0;
	top: -9px;
	border: 1px solid #f4f5f7;
	-webkit-box-shadow: 0.4px 0.9px 2px 0 #c24e004f;
	box-shadow: 0.4px 0.9px 2px 0 #c24e004f;
	border-radius: 10px;
	background: #fff;
}

/* Checked */
.checkout-cart #cart_products input[type=checkbox] + span:after {
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	content: "\f00c";
	color: #ececed;
	font-size: 22px;
	font-weight: 900;
	position: absolute;
	left: 7px;
	top: 0;
	opacity: 1;
	font-family: FontAwesome;
}
.checkout-cart #cart_products input[type=checkbox]:checked + span:after {
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	content: "\f00c";
	color: #ffffff;
	font-size: 22px;
	font-weight: 900;
	position: absolute;
	left: 6px;
	top: 0;
	opacity: 1;
	font-family: FontAwesome;
}
.checkout-cart #cart_products input[type=checkbox]:checked + span:before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0;
	top: -8px;
	border: 1px solid #fe6922;
	-webkit-box-shadow: 0.4px 0.9px 2px 0 #c24e004f;
	box-shadow: 0.4px 0.9px 2px 0 #c24e004f;
	border-radius: 10px;
	background: #fe6922;
}
.checkout-cart .buttons-product > div {
	margin-right: 10px;
}
.checkout-cart .buttons-product > div:last-of-type {
	margin-right: 0;
}
.checkout-cart #cart_products .btn-wishlist {
	padding: 0;
	border: none;
	background: var(--gray-background-color);
	width: 32px;
	height: 32px;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 18px;
	cursor: pointer;
	-webkit-transition: var(--main-transition);
	-o-transition: var(--main-transition);
	transition: var(--main-transition);
}
.checkout-cart .cart-product-item .buttons-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px;
}
.cart-product-item .buttons-product .delete-product {
	background: #ececed;
	width: 32px;
	height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 10px;
	cursor: pointer;
}
.cart-product-item .buttons-product .delete-product .fa-trash-o:before {
	font-size: 18px;
}
.f-button:focus-visible {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.checkout-cart .modal-confirm .title-confirm-delete {
	font-size: 18px;
	font-weight: 600;
	color: #fd6607;
	text-align: center;
	margin-bottom: 20px;
}
.checkout-cart .modal-confirm .text-confirm-delete {
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
}
.checkout-cart .modal-confirm .modal-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.checkout-cart .modal-confirm .modal-buttons > div {
	cursor: pointer;
}
.checkout-cart .modal-confirm .modal-buttons .confirm-btn-yes {
	background: #ececed;
	padding: 5px 25px;
	border-radius: 10px;
	margin-right: 10px;
	color: #000;
}
.checkout-cart .modal-confirm .modal-buttons .confirm-btn-no {
	background: #fe6922;
	padding: 5px 25px;
	border-radius: 10px;
	margin-left: 10px;
	color: #fff;
}
.fancybox__container .modal-confirm,
.fancybox__container .modal-content {
	border-radius: 10px;
	-webkit-box-shadow: 0 4px 9.5px 0.5px rgb(249 249 249 / 36%);
	box-shadow: 0 4px 9.5px 0.5px rgb(249 249 249 / 36%);
}
.checkout-cart .cart-total-block .input-group input[type=button] {
	border-radius: 0 10px 10px 0;
	padding: 9px;
}
.checkout-cart #cart_totals .cart-total-block {
	background: #f4f5f7;
	padding: 15px;
	border-radius: 14px;
	position: sticky;
	top: 60px;
}
.checkout-cart #cart_blocks #loading-message {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 99;
}
.checkout-cart .cart-total-block .cart-total-row {
	border-radius: 14px;
	background-color: #fff;
	padding: 15px;
	margin-top: 15px;
}
.checkout-cart .cart-total-block .checkout-btn {
	background: #fe6922;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 10px;
	border-radius: 10px;
}
.checkout-cart .cart-total-block .cart-total-row .notify-bottom-but {
	text-align: left;
	color: #aeaeae;
	font-size: 12px;
	font-family: inherit;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 30px;
}
.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: none;
	border-radius: 14px;
}
#cart_totals .panel {
	padding: 15px;
}
.checkout-cart .cart-total-block .but-checkout-cart,
.checkout-cart .cart-total-block .but-login-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.checkout-cart .cart-totals .total-item-products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.checkout-cart .total-item-products .title-item {
	font-family: inherit;
	font-size: 14px;
	padding-right: 50px;
}
.checkout-cart .total-item-products .value-item {
	font-family: inherit;
	font-size: 14px;
	min-width: 40%;
	text-align: right;
}
.checkout-cart .total-item-products .bold {
	font-weight: 600;
	color: #414141;
}
.checkout-cart .total-item-products .bold-orange {
	font-weight: 600;
	color: #fe6922;
}
.checkout-cart .total-item-products .bold-green {
	font-weight: 600;
	color: #31a52a;
}
.checkout-cart .total-item-products .green {
	color: #31a52a;
}
.checkout-cart .total-item-products .bold-orange-large {
	font-weight: 600;
	color: #fe6922;
	font-size: 20px;
}
.checkout-cart .total-item-products .normal-grey {
	color: #aeaeae;
}
.checkout-cart .total-item-products .bold-grey {
	font-weight: 600;
	color: #aeaeae;
}
.checkout-cart .panel-block_products {
	border-radius: 14px;
	background-color: #ffffff;
	padding: 10px 15px;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}
.checkout-cart .check-all-products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.checkout-cart .check-all-products.lock-products {
	margin-bottom: 20px;
}
.checkout-cart .check-all-products .input-check-product {
	padding: 0 12px;
}
.checkout-cart .check-all-products .checkbox-product span {
	display: inline-block;
	position: static;
	padding: 0 0 0 44px;
	line-height: 22px;
}
.checkout-cart #cart_products .check-all-products label {
	position: relative;
}
.checkout-cart #cart_products .check-all-products input[type=checkbox]:checked + span:before {
	left: 0;
	top: -9px;
}
.checkout-cart #cart_products .check-all-products input[type=checkbox]:checked + span:after {
	left: 6px;
	top: -2px;
}
.checkout-cart #cart_products .check-all-products input[type=checkbox] + span:after {
	left: 6px;
	top: -2px;
}
.checkout-cart #cart_products .input-check-product span {
	cursor: pointer;
}
.fancybox__container {
	--fancybox-bg: rgb(24 24 27 / 80%);
}
.checkout-cart .cart-products-list .cart-product-item .price-group .cart-product-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-weight: 600;
	margin-right: 20px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.checkout-cart .cart-quant-stepper input.input-quant-add-cart {
	border: none;
	width: auto;
	height: 13px;
	padding: 0;
	max-width: 65px;
	text-align: center;
	background: transparent;
	color: #ff7804;
	font-size: 18px;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 24px;
}
.checkout-cart #cart_totals #disable_block_loader {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9;
	opacity: 0.7;
	display: none;
}
.img-responsive, .thumbnail a>img, .thumbnail>img {
	display: block;
	width: 100%;
	height: auto;
}
.checkout-cart .lock-products .info-lock-products {
	color: #adadad;
}
.checkout-cart .lock-products .delete-lock-products {
	cursor: pointer;
	-webkit-transition: var(--main-transition);
	-o-transition: var(--main-transition);
	transition: var(--main-transition);
}
.checkout-checkout .main-block-checkout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.checkout-checkout .main-block-checkout .title-new-address {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 25px;
}
.checkout-checkout .main-block-checkout #shipping-new .error-input {
	border-color: #d50000;
}
.main-block-checkout .buttons.buttons {
	margin-top: 0px;
	font-size: 12px;
}
.main-block-checkout .error-pay-acquiring {
	background: #fd0000a3;
	padding: 3px 10px;
	color: #fff;
	border-radius: 10px;
	text-align: center;
}
.main-block-checkout #type_shipping {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.main-block-checkout .block-shipmethod-type {
	background: #fff;
	padding: 15px;
	border-radius: 15px;
	margin-bottom: 15px;
}
.main-block-checkout #type_shipping .choose-type-ship-but {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.main-block-checkout #type_checkout .choose-type-ship-but {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.main-block-checkout .type_checkout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 10px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.main-block-checkout #type_checkout .organization-page {
	margin-top: 15px;
}
.main-block-checkout #type_shipping .type-shipping {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	background: #f4f5f7;
	padding: 10px 22px;
	border-radius: 10px;
	-webkit-box-shadow: 0.4px 0.9px 2px 0 #c24e004f;
	box-shadow: 0.4px 0.9px 2px 0 #c24e004f;
	cursor: pointer;
	color: #aeaeae;
	font-weight: 600;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	margin-right: 14px;
}
.main-block-checkout #type_shipping .type-shipping:last-child {
	margin-right: 0;
}
.main-block-checkout #type_checkout .type-checkout {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	background: #f4f5f7;
	padding: 10px 22px;
	border-radius: 10px;
	-webkit-box-shadow: 0.4px 0.9px 2px 0 #c24e004f;
	box-shadow: 0.4px 0.9px 2px 0 #c24e004f;
	cursor: pointer;
	color: #aeaeae;
	font-weight: 600;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	margin-right: 14px;
}
.main-block-checkout #type_checkout .type-checkout:last-child {
	margin-right: 0;
}
.main-block-checkout #type_shipping .active {
	background: #fe6922;
	color: #ffffff;
}
.main-block-checkout #type_checkout .active {
	background: #fe6922;
	color: #ffffff;
}
.main-block-checkout .radio, .checkbox {
	padding: 0;
	margin: 0;
}
.main-block-checkout #shipping_payment_confirm {
	padding: 15px;
	background: #f4f5f7;
	border-radius: 15px;
	position: sticky;
	top: 60px;
}
.main-block-checkout .checkout-block-preloader {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #ededed94;
	z-index: 99;
	display: none;
	top: 0;
	left: 0;
	border-radius: 15px;
}
.main-block-checkout #shipping_address {
	padding: 0;
	margin-top: 15px;
}
.main-block-checkout #shipping_address .not-have-address {
	background: #fe5c5c;
	color: #fff;
	display: inline-block;
	padding: 3px 10px;
	border-radius: 8px;
}
.main-block-checkout #shipping_method {
	padding: 0;
	background: transparent;
}
.main-block-checkout #shipping_method .error-shipping-method {
	background: #fe5c5c;
	color: #fff;
	padding: 15px 10px;
	border-radius: 10px;
	font-weight: 600;
}
.main-block-checkout #shipping_address .bottom-address-select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.main-block-checkout #shipping_address .add-new-address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	color: #fff;
	margin-top: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	background: #31a52a;
	padding: 5px 14px;
	border-radius: 10px;
}
.main-block-checkout #shipping_method .add-new-address {
	background: #31a52a;
	color: #fff;
	padding: 5px 13px;
	border-radius: 10px;
	margin-left: 10px;
	cursor: pointer;
	white-space: nowrap;
}

.main-block-checkout #shipping_address #add_new_address .fa {
	margin-right: 5px;
}
.main-block-checkout #order_total .total-products {
	width: 100%;
	display: block;
	background: #fff;
}
.main-block-checkout #order_total .total-product-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 100%;
	padding: 15px;
	border-bottom: 1px solid #f4f5f7;
}
.main-block-checkout #order_total .product-checkout-image {
	max-width: 100px;
	background: #fff;
	margin-right: 20px;
}
.main-block-checkout #order_total .product-checkout-image img {
	border-radius: 15px;
}
.main-block-checkout #order_total .product-checkout-info {
	width: 60%;
	position: relative;
	line-height: 1.2;
}
.main-block-checkout #order_total .product-checkout-price {
	color: #323232;
	font-weight: 600;
	font-size: 18px;
}
.main-block-checkout #order_total .product-checkout-quantity {
	color: #aeaeae;
	font-size: 15px;
	font-weight: 600;
}
.main-block-checkout #order_total .checkout-price-quantity {
	position: absolute;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 30%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.main-block-checkout #order_total .product-checkout-name a {
	color: #323232;
	font-size: 15px;
}
.main-block-checkout #order_total .product-checkout-name a:hover {
	color: #fe6922;
}
.main-block-checkout #order_total .total-checkout-block {
	max-height: 440px;
	overflow-y: auto;
	border-radius: 15px;
}
.main-block-checkout .button-full .btn {
	width: 100%;
	border-radius: 10px;
	font-weight: 600;
	font-size: 16px;
	display: block;
	text-align: center;
}
input[type=checkbox] {
	position: relative;
	top: 2px;
	right: 5px;
	margin: 0;
	line-height: normal;
}
.main-block-checkout .but-checkout-confirm {
	margin-top: 25px;
}
.main-block-checkout .checkout-confirm {
	font-size: 12px;
	text-align: center;
	margin-top: 12px;
}
.main-block-checkout .checkout-confirm .confirm-info-block {
	margin-top: 10px;
	color: #a7a7a7;
	font-size: 14px;
}
.main-block-checkout #shipping_method .alert-warning {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
.main-block-checkout #shipping_method .alert-warning .fa-exclamation-circle {
	position: absolute;
	left: 5px;
	top: 15px;
}
.main-block-checkout #shipping_method .alert-warning .info-warning {
	padding-left: 15px;
}
.main-block-checkout .button-full .btn.disabled-but {
	background: #d7d7d7;
	cursor: no-drop;
}
.main-block-checkout .button-full .btn.disabled-but:hover {
	background: #d7d7d7 !important;
	cursor: no-drop !important;
}
.main-block-checkout #confirm .checkbox label {
	font-weight: 600;
	font-size: 13px;
	cursor: pointer;
}
.main-block-checkout .block-checkout-left .checkout-method-block {
	background: #f4f5f7;
	padding: 15px;
	border-radius: 15px;
	position: relative;
	margin-bottom: 35px;
}
.checkout-checkout .main-block-checkout .block-checkout-left {
	width: 60%;
}
.checkout-checkout .main-block-checkout .block-checkout-right {
	padding-left: 25px;
	width: calc(100% - 60%);
}
.checkout-checkout #shipping_method .radio {
	margin-bottom: 15px;
	position: relative;
}
.checkout-checkout #shipping_method .radio label {
	padding-left: 0;
	width: 100%;
}
.checkout-checkout #shipping_method .radio input[type=radio] {
	display: none;
}
.checkout-checkout #shipping_method .radio .ship-method {
	background: #fff;
	border-radius: 15px;
	padding: 8px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	line-height: 1.2;
}
.checkout-checkout #shipping_method .ship_img {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 10px;
	background: #fff;
	margin-right: 10px;
	border-radius: 6px;
	max-width: 80px;
}
.checkout-checkout #shipping_method .ship-method .apiship_img_providers {
	background: #fff;
	padding: 5px;
	border-radius: 5px;
}
.checkout-checkout #shipping_method .price-ship {
	font-weight: 600;
	white-space: nowrap;
}
.checkout-checkout #shipping_method input[type="radio"]:checked + .ship-method {
	background: -webkit-gradient(linear, left top, right top, from(rgba(253,102,7,1)), color-stop(52%, rgba(253,137,38,1)), to(rgba(254,102,8,1)));
	background: -o-linear-gradient(left, rgba(253,102,7,1) 0%, rgba(253,137,38,1) 52%, rgba(254,102,8,1) 100%);
	background: linear-gradient(90deg, rgba(253,102,7,1) 0%, rgba(253,137,38,1) 52%, rgba(254,102,8,1) 100%);
	color: #fff;
	position: relative;
}
.checkout-checkout #shipping_method input[type=radio]:checked + .ship-method::before {
	font-family: 'icomoon';
	content: "\f00c";
	margin-right: 5px;
	position: absolute;
	font-size: 20px;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.checkout-checkout #shipping_address .selected-address {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #f4f5f7;
	border-radius: 10px;
	padding: 10px 20px;
	background: #ededed;
	position: relative;
}
.checkout-checkout #shipping_address .selected-address .address-name {
	font-weight: 600;
	padding-right: 30px;
	width: 100%;
}
.checkout-checkout #shipping_address .selected-address .fa {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	font-size: 20px;
	cursor: pointer;
}
.modal-address {
	padding: 30px;
	border-radius: 10px;
	-webkit-box-shadow: 0 4px 9.5px 0.5px rgb(249 249 249 / 36%);
	box-shadow: 0 4px 9.5px 0.5px rgb(249 249 249 / 36%);
}
.modal-address .modal-form-title {
	text-align: left;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 15px;
	color: #333;
}
.modal-address .list-address {
	overflow-y: auto;
	max-height: 500px;
	padding: 10px;
}
.modal-address .list-address > div {
	margin-bottom: 20px;
}
.modal-address .list-address > div:last-of-type {
	margin-bottom: 0;
}
.modal-address .address-item {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 3px solid #ffffff;
	border-radius: 10px;
	padding: 10px 20px;
	background: #ffffff;
	position: relative;
	text-align: left;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	-webkit-box-shadow: 0 4px 9.5px 0.5px rgb(36 36 36 / 36%);
	box-shadow: 0 4px 9.5px 0.5px rgb(36 36 36 / 36%);
}
.modal-address .address-item:hover {
	color: #FFFFFF;
	border: 3px solid rgb(253, 102, 7);
	background: rgb(253, 102, 7);
}
.modal-address .address-item .address-name {
	font-weight: 600;
	width: 100%;
}
.modal-address .address-item .address-name > div {
	position: relative;
	padding-left: 12px;
	margin-bottom: 6px;
	line-height: 1.2;
}
.modal-address .address-item .address-name .name-customer:before {
	content: "\e7fd";
	font-family: 'icomoon';
	font-size: 20px;
	position: absolute;
	left: 0;
	line-height: 1;
	font-weight: 100;
	color: #cbcbcb;
	top: 40%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.modal-address .address-item .address-name .phone-customer:before {
	content: "\ec43";
	font-family: 'icomoon';
	font-size: 16px;
	position: absolute;
	left: 0;
	line-height: 1;
	font-weight: 100;
	color: #cbcbcb;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.modal-address .address-item .address-name .email-customer:before {
	content: "\e94c";
	font-family: 'icomoon';
	font-size: 20px;
	position: absolute;
	left: 0;
	line-height: 1;
	font-weight: 100;
	color: #cbcbcb;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.modal-address .address-item .address-name .address-customer:before {
	content: "\ec49";
	font-family: 'icomoon';
	font-size: 16px;
	position: absolute;
	left: 0;
	line-height: 1;
	font-weight: 100;
	color: #cbcbcb;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#payment_method .radio input[type=radio] {
	display: none;
}
#payment_method .radio label {
	padding-left: 0;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: block;
	font-size: 15px;
}
#payment_method .radio .pay-method {
	border: 1px solid #15a3043d;
	background: #15a3041a;
	border-radius: 6px;
	padding: 8px 15px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 5px;
}
#payment_method .payment-methods {
	margin-top: 10px;
}
#payment_method .radio .pay-method:hover {
	background: #a8c510;
	color: #fff;
}
#payment_method input[type="radio"]:checked + .pay-method {
	background: #15a304;
	color: #fff;
	position: relative;
	padding-left: 30px;
}
#payment_method input[type=radio]:checked + .pay-method::before {
	font-family: 'icomoon';
	content: "\f00c";
	margin-right: 5px;
	position: absolute;
	left: 8px;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.checkout-block {
	padding: 15px;
	background: #fff;
	border-radius: 15px;
}
.checkout-checkout #order_total {
	background: #f4f5f7;
	border-radius: 15px;
	position: relative;
	min-height: 100px;
}
.cart-totals .total-item-products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.total-item-products .bold {
	font-weight: 600;
	color: #414141;
}
.total-item-products .bold-orange {
	font-weight: 600;
	color: #fe6922;
}
.total-item-products .bold-green {
	font-weight: 600;
	color: #31a52a;
}
.total-item-products .green {
	color: #31a52a;
}
.total-item-products .bold-orange-large {
	font-weight: 600;
	color: #fe6922;
	font-size: 20px;
}
.total-item-products .normal-grey {
	color: #aeaeae;
}
.total-item-products .bold-grey {
	font-weight: 600;
	color: #aeaeae;
}
#checkout_cart_products {
	position: relative;
}
.product-checkout-price .price-sale {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	color: #fe6608;
}
.product-checkout-price .price-sale span {
	color: #aeaeae;
	font-size: 13px;
	font-weight: 400;
	text-decoration: line-through;
}
.cart-products-list .cart-product-item .cart-product-price .cart-product-old-price {
	font-size: 15px;
	color: #aeaeae;
	text-decoration: line-through;
}
.cart-products-list .cart-product-item .cart-product-price .cart-product-new-price {
	font-size: 20px;
	font-weight: 600;
	color: #fe6922;
}
.checkout-cart .cart-products-list .cart-product-item .price-group .cart-product-price .cart-product-unit {
	font-size: 12px;
	color: #aeaeae;
	margin-left: 8px;
}


.loading-animate-ball {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%, -50%);
}
.lds-ellipsis {
	/* change color here */
	color: #fd8926
}
.lds-ellipsis,
.lds-ellipsis div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-ellipsis div {
	position: absolute;
	top: 33.33333px;
	width: 13.33333px;
	height: 13.33333px;
	border-radius: 50%;
	background: currentColor;
	-webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
	left: 8px;
	-webkit-animation: lds-ellipsis1 0.6s infinite;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: 8px;
	-webkit-animation: lds-ellipsis2 0.6s infinite;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 32px;
	-webkit-animation: lds-ellipsis2 0.6s infinite;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
	left: 56px;
	-webkit-animation: lds-ellipsis3 0.6s infinite;
	animation: lds-ellipsis3 0.6s infinite;
}
@-webkit-keyframes lds-ellipsis1 {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes lds-ellipsis1 {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes lds-ellipsis3 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}
@keyframes lds-ellipsis3 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}
@-webkit-keyframes lds-ellipsis2 {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(24px, 0);
		transform: translate(24px, 0);
	}
}
@keyframes lds-ellipsis2 {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(24px, 0);
		transform: translate(24px, 0);
	}
}
.modal-add-address .modal-content-address {
	width: 1200px;
}
.modal-add-address .block-address-map {
	min-height: 490px;
}
.modal-add-address .modal-block-points {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
}
.modal-add-address .block-address-info {
	width: 40%;
	text-align: left;
	position: relative;
	padding-right: 15px;
	line-height: 1.2;
	overflow-y: auto;
}
.modal-add-address .custom-search-form-map {
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}
.modal-add-address #block_address_map .custom-search-form-map-input,
.modal-add-address .block-title.mob {
	display: none;
}
.modal-add-address .title-map-search {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}
.modal-add-address .subtitle-map-search {
	font-size: 13px;
	margin-bottom: 10px;
}
.modal-add-address .custom-search-form-map .quick-city-change {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 5px;
}
.modal-add-address .custom-search-form-map .quick-city-change .modal-address-item {
	font-size: 12px;
	border: 1px solid #e7e7e7;
	border-radius: 10px;
	line-height: 1.2;
	padding: 3px 7px;
	margin-right: 7px;
	cursor: pointer;
	margin-bottom: 7px;
	color: #999999;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.modal-add-address .custom-search-form-map .quick-city-change .modal-address-item:hover {
	background: #00b33c;
	color: #fff;
	border-color: #00d748;
}
.modal-add-address .block-address-map {
	width: 60%;
	padding-left: 15px;
	border-left: 1px solid #e5e5e5;
	position: relative;
}
.modal-add-address .modal-content-address #info_address {
	display: none;
}
.modal-add-address .modal-content-address #loading-point-set {
	position: absolute;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background: rgb(255 255 255 / 60%);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: none;
}
.main-block-checkout .method-title {
	font-weight: 600;
}
.modal-add-address .ballon-link {
	text-decoration: none;
	background: var(--main-green-color);
	color: #fff;
	padding: 4px 15px;
	border-radius: 5px;
	cursor: pointer;
}
.modal-add-address .ballon_address_empty {
	width: 100%;
	background: #dc362e;
	color: #fff;
	line-height: 1;
	padding: 4px 8px;
}
.modal-add-address .ballon-link:hover {
	background: #fe6708;
	color: #fff;
}
.modal-add-address .custom-search-form-map-input {
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}
.modal-add-address .custom-search-form-map-input .search-button-map {
	position: absolute;
	right: 0;
	cursor: pointer;
	background: #fd862a;
	color: #fff;
	padding: 9px 12px;
	top: 0;
	border-radius: 0 10px 10px 0;
	height: 100%;
}
.modal-add-address .modal-content-address #info_address > div {
	background: #f4f5f7;
	padding: 18px 18px;
	border-radius: 10px;
	margin-bottom: 10px;
}
.two-input-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	gap: 15px;
}
.three-input-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	gap: 15px;
}
.two-input-form .block-input-form {
	width: calc(100% / 2 - 8px);
	margin-bottom: 10px;
}
.one-input-form {
	width: 100%;
	margin-bottom: 10px;
}
.three-input-form .block-input-form {
	width: calc(100% / 3 - 10px);
	margin-bottom: 10px;
}
.modal-add-address .modal-content-address #info_address .title-info-block {
	font-size: 13px;
	color: #a1a1a1;
	font-weight: 600;
	margin-bottom: 15px;
}
.modal-add-address .modal-content-address #info_address .form-input-name {
	color: #aeaeae;
	font-size: 13px;
	margin-bottom: 5px;
}
.modal-add-address .modal-content-address .footer-info-address .set-address-but {
	background: #31a52a;
	color: #fff;
	padding: 10px;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 10px;
	cursor: pointer;
}
.modal-add-address .modal-content-address .footer-info-address .set-address-but .fa {
	margin-right: 5px;
}
.modal-add-address .footer-info-address .change-address-but {
	width: 100%;
	background: #fe6922;
	color: #fff;
	text-align: center;
	padding: 10px 15px;
	border-radius: 10px;
	cursor: pointer;
	margin-top: 15px;
	display: none;
}
.checkout-checkout .main-block-checkout #shipping_address .add-address {
	margin-top: 10px;
}
.checkout-checkout .main-block-checkout #shipping_address .add-address .fa {
	margin-right: 5px;
}
.btn-fit {
	width: fit-content;
}
.title-with-button {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
}
.modal-block-points {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1200px;
	position: relative;
}
.block-point-info {
	width: 28.6%;
	text-align: left;
	max-height: 500px;
	position: relative;
	margin-right: 15px;
	line-height: 1.2;
}
.block-point-info .title-point {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	position: relative;
	padding-right: 90px;
	min-height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 3px solid #ededed;
}
.block-point-info .img-provider {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(0%, -50%);
}
.block-point-info .img-provider img {
	width: 70px;
	height: auto;
}
.block-point-info .address-point {
	position: relative;
	padding-left: 25px;
	margin-bottom: 20px;
}
.block-point-info .address-point:before {
	content: "\ec49";
	font-family: 'icomoon';
	font-weight: 400;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	margin-right: 5px;
	position: absolute;
	left: 0;
}
.block-point-info .location-point {
	position: relative;
	padding-left: 25px;
	margin-bottom: 20px;
}
.block-point-info .location-point:before {
	content: "\ee8b";
	font-family: 'icomoon';
	font-weight: 400;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	margin-right: 5px;
	position: absolute;
	left: 0;
}
.block-point-info .worktime-point {
	position: relative;
	padding-left: 25px;
	margin-bottom: 20px;
}
.block-point-info .worktime-point:before {
	content: "\ef74";
	font-family: 'icomoon';
	font-weight: 400;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	margin-right: 5px;
	position: absolute;
	left: 0;
}
.block-point-info .cost-order-point {
	position: relative;
	padding-left: 25px;
}
.block-point-info .cost-order-point:before {
	content: "\ef1d";
	font-family: 'icomoon';
	font-weight: 400;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	margin-right: 5px;
	position: absolute;
	left: 0;
}
.block-point-info .delivery-time-point {
	position: relative;
	padding-left: 25px;
	margin-bottom: 20px;
}
.block-point-info .delivery-time-point:before {
	content: "\eab8";
	font-family: 'icomoon';
	font-weight: 400;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	margin-right: 5px;
	position: absolute;
	left: 0;
}
.block-point-info .set-point-but {
	width: 100%;
	background: #15a304;
	color: #fff;
	text-align: center;
	padding: 10px 15px;
	border-radius: 10px;
	cursor: pointer;
}
.block-point-info .change-point-but {
	width: 100%;
	background: #fe6922;
	color: #fff;
	text-align: center;
	padding: 10px 15px;
	border-radius: 10px;
	cursor: pointer;
	margin-top: 20px;
	display: none;
}
.block-point-map {
	width: 70%;
	padding-left: 15px;
	border-left: 1px solid #e5e5e5;
	position: relative;
}

.lb-point-icon {
	width: 110px;
	height: auto;
	background-color: white;
	border-radius: 50px;
	display: block;
	-webkit-box-shadow: 0 0 5px rgb(229 121 31);
	box-shadow: 0 0 5px rgb(229 121 31);
	padding: 10px;
	position: relative;
	border: 2px solid #e5791f;
}
.lb-point-icon img {
	width: 70px;
	height: auto;
}
.apiship-point-icon {
	width: 110px;
	height: auto;
	background-color: white;
	border-radius: 50px;
	display: block;
	-webkit-box-shadow: 0 0 5px rgb(0 179 60);
	box-shadow: 0 0 5px rgb(0 179 60);
	padding: 10px;
	position: relative;
	border: 2px solid #00b33c;
}
.apiship-point-icon img {
	width: 70px;
	height: auto;
}
.modal-points .point-cost {
	width: 100%;
	font-weight: 600;
	margin-top: 5px;
}
.multi-points-popup .multi-point-item {
	cursor: pointer;
	padding: 10px 15px;
	border: 1px solid #ededed;
	margin-bottom: 12px;
}
.multi-points-popup .multi-point-item:hover {
	background: #ededed;
}
.multi-points-popup .select-rate-tk {
	font-weight: 600;
	margin-bottom: 15px;
}
.info-point .p-title {
	font-weight: 600;
	color: #8f8f8f;
}
.info-point .p-value {
	font-weight: 600;
}
.modal-block-points #loading-point-info,
.modal-block-points #loading-point-set {
	display: none;
	position: absolute;
	width: 100%;
	background: rgb(255 255 255 / 80%);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	top: 0;
}
.modal-block-points #loading-point-set {
	height: 100%;
}
.modal-block-points #block_point_map #loading-map {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(255 255 255 / 80%);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 9999;
}
.modal-choose-pickup .modal-content-address {
	width: 1200px;
}
.modal-choose-pickup .modal-block-points {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1200px;
	position: relative;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.modal-choose-pickup .block-address-info {
	width: 40%;
	text-align: left;
	position: relative;
	padding-right: 15px;
	line-height: 1.2;
	overflow-y: auto;
}
.modal-choose-pickup .custom-search-form-map {
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}
.modal-choose-pickup #block_address_map .custom-search-form-map-input,
.modal-choose-pickup .block-title.mob {
	display: none;
}
.modal-choose-pickup .title-map-search {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}
.modal-choose-pickup .subtitle-map-search {
	font-size: 13px;
	margin-bottom: 10px;
}
.modal-choose-pickup .custom-search-form-map .quick-city-change {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 5px;
}
.modal-choose-pickup .custom-search-form-map .quick-city-change .modal-address-item {
	font-size: 12px;
	border: 1px solid #e7e7e7;
	border-radius: 10px;
	line-height: 1.2;
	padding: 3px 7px;
	margin-right: 7px;
	cursor: pointer;
	margin-bottom: 7px;
	color: #999999;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.modal-choose-pickup .custom-search-form-map .quick-city-change .modal-point-address-item {
	font-size: 12px;
	border: 1px solid #e7e7e7;
	border-radius: 10px;
	line-height: 1.2;
	padding: 3px 7px;
	margin-right: 7px;
	cursor: pointer;
	margin-bottom: 7px;
	color: #999999;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.modal-choose-pickup .custom-search-form-map .quick-city-change .modal-point-address-item:hover {
	background: #00b33c;
	color: #fff;
	border-color: #00d748;
}
.modal-choose-pickup .block-address-map {
	width: 60%;
	padding-left: 15px;
	border-left: 1px solid #e5e5e5;
	position: relative;
}
.modal-choose-pickup .modal-content-address #info_address {
	display: none;
}
.modal-choose-pickup .ballon-link {
	text-decoration: none;
	background: #fd8926;
	color: #fff;
	padding: 2px 8px;
	border-radius: 5px;
	cursor: pointer;
}
.modal-choose-pickup .ballon-link:hover {
	background: #fe6708;
	color: #fff;
}
.modal-choose-pickup .custom-search-form-map-input {
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}
.modal-choose-pickup .custom-search-form-map-input .search-button-map {
	position: absolute;
	right: 0;
	cursor: pointer;
	background: #fd862a;
	color: #fff;
	padding: 9px 12px;
	top: 0;
	border-radius: 0 10px 10px 0;
	height: 100%;
}
.modal-choose-pickup .modal-content-address #info_address > div {
	background: #f4f5f7;
	padding: 18px 18px;
	border-radius: 10px;
	margin-bottom: 10px;
}
.modal-choose-pickup .modal-content-address #info_address .title-info-block {
	font-size: 13px;
	color: #a1a1a1;
	font-weight: 600;
	margin-bottom: 15px;
}
.modal-choose-pickup .modal-content-address #info_address .form-input-name {
	color: #aeaeae;
	font-size: 13px;
	margin-bottom: 5px;
}
.info-point .footer-info-point {
	position: absolute;
	width: 100%;
	bottom: 0;
}
.fancybox__content .map-address-block #map_point{
	width: 100%;
	min-height: 490px;
}
.modal-choose-pickup .search-point-button {
	position: absolute;
	right: 0;
	cursor: pointer;
	background: #fd862a;
	color: #fff;
	padding: 9px 12px;
	top: 0;
	border-radius: 0 10px 10px 0;
	height: 100%;
}
.modal-choose-pickup #res_search_map .suggestion-items {
	border: 1px solid #ededed;
	padding: 10px 10px;
	border-radius: 0 0 10px 10px;
	-webkit-box-shadow: 0 5px 15px rgb(254 103 9 / 30%);
	box-shadow: 0 5px 15px rgb(254 103 9 / 30%);
	max-height: 240px;
	overflow-y: auto;
	background: #fff;
	z-index: 99999;
	position: absolute;
	width: 100%;
}
.modal-choose-pickup #res_search_map .modal-point-address-item {
	padding: 7px 5px;
	border-bottom: 1px solid #ededed;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.modal-choose-pickup #res_search_map .modal-point-address-item:hover {
	background: #00b33c;
	color: #fff;
}
.modal-choose-pickup #loading-map {
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgb(255 255 255 / 82%);
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.modal-choose-pickup #nullPikupPoints {
	font-weight: 600;
	font-size: 22px;
	color: #646464ed;
	height: 100%;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	z-index: 999;
	background: rgb(255 255 255 / 80%);
	width: 100%;
}
.is-compact.modal-choose-pickup .fancybox__content>.f-button.is-close-btn {
	/*top: -40px;*/
	/*right: 0;*/
	/*--f-button-bg: rgb(191 191 191 / 60%);*/
}
.modal-choose-pickup .custom-search-form-map .input-spiner {
	position: relative;
}
.checkout-checkout #openModal .fa {
	font-size: 20px;
}
.modal-choose-pickup .res-search-map {
	position: relative;
}
.modal-choose-pickup .custom-search-form-map.mob-show {
	display: none;
}
.tab-content .tab-pane {
	display: none;
}
.tab-content .tab-pane.active {
	display: block;
}
.main-menu-head {
	background: -webkit-gradient(linear, left top, right top, from(rgba(253,102,7,1)), color-stop(52%, rgba(253,137,38,1)), to(rgba(254,102,8,1)));
	background: -o-linear-gradient(left, rgba(253,102,7,1) 0%, rgba(253,137,38,1) 52%, rgba(254,102,8,1) 100%);
	background: linear-gradient(90deg, rgba(253,102,7,1) 0%, rgba(253,137,38,1) 52%, rgba(254,102,8,1) 100%);
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%); /* спрятано сверху */
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out;
	-o-transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.main-menu-head.show {
	-webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.main-menu-head .main-menu-blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.main-menu-head .main-menu-blocks .right-block {
	padding: 5px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 40%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.main-menu-head .main-menu-blocks .left-block {
	max-width: 60%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.main-menu-head .main-menu-blocks .left-block .menu-item {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	padding: 0 20px;
	position: relative;
}
.main-menu-head .main-menu-blocks .left-block .menu-item a {
	color: #333;
	font-weight: 600;
}
.main-menu-head .main-menu-blocks .left-block .menu-item.catalog {
	background: rgba(254, 212, 48, 1);
}
.main-menu-head .main-menu-blocks .left-block .menu-item.catalog::before {
	content: '\e8d2';
	font-family: icomoon;
	font-size: 20px;
	top: -1px;
	margin-right: 5px;
}
.main-menu-head .main-menu-blocks .menu-search {
	margin-right: 35px;
}
.main-menu-head .main-menu-blocks .menu-search #mini_search {
	width: 100%;
	position: relative;
	min-width: 300px;
}
.main-menu-head .main-menu-blocks .menu-search .search-btn {
	position: absolute;
	right: 0;
	z-index: 99;
	cursor: pointer;
	color: var(--main-link-color);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%, -50%);
}
.main-menu-head .main-menu-blocks .menu-search .search-btn .fa {
	font-size: 18px;
}
.dropdown-menu {
	position: relative;
}
.dropdown {
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 200px;
	margin-top: 10px;
	background: #fff;
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,.4);
	box-shadow: 0 10px 30px rgba(0,0,0,.4);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: opacity .2s ease, visibility .2s ease, -webkit-transform .2s ease;
	transition: opacity .2s ease, visibility .2s ease, -webkit-transform .2s ease;
	-o-transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
	transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
	transition: opacity .2s ease, transform .2s ease, visibility .2s ease, -webkit-transform .2s ease;
	z-index: 1000;
	border-radius: 10px;
	padding: 5px;
}
.dropdown::before {
	content: '';
	position: absolute;
	right: 12px;
	top: -20px;
	border: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
}
.dropdown-menu.show .dropdown{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.dropdown-menu .dropdown .dropdown-menu-item {
	border-bottom: 1px solid #f4f5f7;
	position: relative;
}
.dropdown-menu .dropdown .dropdown-menu-item .count-badge {
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0, -50%);
	right: 5px;
}
.dropdown-menu .dropdown .dropdown-menu-item:last-of-type {
	border-bottom: 0;
}
.dropdown-menu .dropdown .dropdown-menu-item a {
	padding: 10px 30px 10px 12px;
	width: 100%;
	display: block;
	color: #333;
	background: #fff;
	border-radius: 5px;
}
.dropdown-menu .dropdown .dropdown-menu-item a:hover {
	background: #fe6922;
	color: #fff;
}
.dropdown-menu .dropdown .dropdown-menu-item i {
	font-family: icomoon;
	font-size: 16px;
	font-style: normal;
	margin-right: 10px;
}
.dropdown-menu .dropdown .dropdown-menu-item i.account:before {
	content: '\e949';
}
.dropdown-menu .dropdown .dropdown-menu-item i.order:before {
	content: '\eab2';
}
.dropdown-menu .dropdown .dropdown-menu-item i.address:before {
	content: '\e9c3';
}
.dropdown-menu .dropdown .dropdown-menu-item i.logout:before {
	content: '\f08b';
}
#loyality .name-input-loyality {
	font-family: inherit;
	font-size: 14px;
	color: #323232;
	font-weight: 600;
	margin-bottom: 10px;
}
.checkout-method-block label {
	cursor: pointer;
}
.modal-edit-date-ship .modal-content .modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 12px;
}
.block-shipping-methods .radio,
.block-shipping-methods .checkbox {
	display: block;
}
.block-shipping-methods .radio .selected-date-ship,
.block-shipping-methods .checkbox .selected-date-ship {
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
}
.block-shipping-methods .radio .edit-date-ship,
.block-shipping-methods .checkbox .edit-date-ship {
	background: #fd8725;
	color: #fff;
	padding: 4px 8px;
	border-radius: 8px;
}
.block-shipping-methods .choose-pickup-point {
	/*width: -webkit-fit-content;*/
	/*width: -moz-fit-content;*/
	/*width: fit-content;*/
	/*background: #31a52a;*/
	/*color: #fff;*/
	/*padding: 5px 10px;*/
	/*border-radius: 10px;*/
	/*cursor: pointer;*/
}
.ui-datepicker-current-day a {
	background: #fd6607 !important;
	border-radius: 5px;
	border: 1px solid #fd6607;
}
.undefined a:hover {
	background: #fd8926 !important;
	border-radius: 3px;
	color: #fff;
}
.undefined a.ui-state-default:hover {
	color: #fff;
}
.ui-datepicker-current-day a.ui-state-active {
	color: #fff;
}
.ui-datepicker-unselectable .ui-state-default {
	color: #d3d3d3;
}
a.ui-datepicker-prev,
a.ui-datepicker-next {
	background: #fd8926;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	text-decoration: none;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

a.ui-datepicker-prev:hover,
a.ui-datepicker-next:hover{
	background: rgba(253, 102, 7, 1);
	color: #fff;
}
a.ui-datepicker-next {
	margin-left: 10px;
}
.ui-state-disabled {
	opacity: 0.4;
	cursor: default !important;
}
.ui-datepicker-title {
	padding: 12px 0;
	font-weight: 600;
}
.route-checkout-checkout #content table.ui-datepicker-calendar td {
	min-width: auto;
	text-align: center;
}
table.ui-datepicker-calendar td {
	padding: 7px 0;
	border: 1px solid #ededed;
	text-align: center;
	border-radius: 5px;
}
table.ui-datepicker-calendar td a.ui-state-default,
table.ui-datepicker-calendar td span.ui-state-default {
	padding: 8px 12px;
}
table.ui-datepicker-calendar th {
	text-align: center;
}
.mobile-bottom-menu {
	position: fixed;
	bottom: 0;
	background: #303030;
	color: #fff;
	width: 100%;
	border-radius: 8px 8px 0 0;
	padding: 10px 8px;
	-webkit-box-shadow: 0 4px 9.5px 0.5px rgb(255 255 255 / 78%);
	box-shadow: 0 4px 9.5px 0.5px rgb(255 255 255 / 78%);
	z-index: 999;
}
.fancybox__container .modal-content .modal-title {
	font-size: 18px;
	margin: 0 0 20px 0;
}
.mobile-bottom-menu .mobile-menu-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.mobile-bottom-menu .mobile-menu-items i {
	font-family: icomoon;
	font-style: normal;
	color: #fff;
	font-size: 23px;
}
.mobile-bottom-menu .mobile-menu-items > div {
	margin-right: 0;
	width: 44px;
	height: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #3b3b3b;
	border-radius: 8px;
}
.mobile-bottom-menu .mobile-menu-items > div.account-logged {
	background: #ff7804;
}
.mobile-bottom-menu .mobile-menu-items > div:last-of-type {
	margin-right: 0;
}

.mobile-bottom-menu .mobile-menu-items .cart-total .fa-shopping-cart::before {
	content: '\ebb5';
	font-family: icomoon;
}
.catalog-categories-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	gap: 15px;
	margin-bottom: 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.catalog-categories-block a {
	background: rgba(255, 255, 255, 1);
	border-width: 1px;
	border-style: solid;
	border-color: rgba(226, 226, 226, 1);
	border-radius: 7px;
	color: rgba(105, 105, 115, 1);
	font-weight: 700;
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: calc(100% / 4 - 12px);
	overflow: hidden;
	position: relative;
}
.catalog-categories-block a:hover {
	border-color: var(--main-border-color);
	color:  var(--main-link-color);
	-webkit-box-shadow: var(--orange-shadow-color);
	box-shadow: var(--orange-shadow-color);
}
.catalog-categories-block a .category-image img {
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out;
	-o-transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.catalog-categories-block a:hover .category-image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.catalog-categories-block .category-name {
	position: absolute;
	bottom: 20px;
	left: 50%;
	right: auto;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	background: rgba(254, 105, 34, 0.68);
	padding: 5px 10px;
	border-radius: 4px;
	color: #fff;
	text-align: center;
}
.modal-edit-date-ship .modal-content {
	padding: 20px;
	text-align: center;
}
.header-search .menu-search {
	position: absolute;
	width: 100%;
}
.header-search .menu-search .custom-menu.horizontal ul.menu-horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	width: 100%;
	padding-left: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 15px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header-search .menu-search .custom-menu.horizontal ul.menu-horizontal > li a {
	padding: 5px 10px;
	font-size: 16px;
	color: rgb(254 105 34);
	font-weight: 600;
	border-radius: 5px;
}
.header-search .menu-search .custom-menu.horizontal ul.menu-horizontal > li a i {
	font-family: icomoon;
	font-style: normal;
	margin-right: 5px;
	font-weight: 100;
}
.header-search .menu-search .custom-menu.horizontal ul.menu-horizontal > li a:hover {
	color: rgb(255 255 255);
	background: rgb(254 105 34);
}
body .header-block {
	margin-bottom: 50px;
}
.lb-swiper-container {
	position: relative;
	overflow: hidden;
	height: var(--desktop-height);
	border-radius: 10px;
}
.lb-swiper-container .swiper-slide img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.lb-swiper-container .swiper-pagination {
	position: absolute;
	text-align: left;
	-webkit-transition: 300ms opacity;
	-o-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
	left: 50px;
	bottom: 30px;
}
.lb-swiper-container .swiper-pagination-bullet-active {
	background: #fd6607;
}
.lb-swiper-container .swiper-pagination-bullet {
	width: 18px;
	height: 5px;
	border-radius: 10px;
}
.lb-swiper-container .swiper-button-prev, .lb-swiper-container .swiper-button-next {
	width: 55px;
	height: 55px;
	-webkit-transition: var(--main-transition);
	-o-transition: var(--main-transition);
	transition: var(--main-transition);
}
.lb-swiper-container .swiper-button-prev {
	left: 0;
}
.lb-swiper-container .swiper-button-next {
	right: 0;
}
.lb-swiper-container .swiper-button-prev:hover, .lb-swiper-container .swiper-button-next:hover {
	background: rgba(253, 137, 38, 0.5);
}
.lb-swiper-container .swiper-button-prev:after {
	content: '\f054';
	font-family: 'icomoon';
	-webkit-transform: scale(-1);
	-ms-transform: scale(-1);
	transform: scale(-1);
	font-size: 20px;
	font-weight: 100;
	color: rgba(253, 102, 7, 1);
}
.lb-swiper-container .swiper-button-next:after {
	content: '\f054';
	font-family: 'icomoon';
	font-size: 20px;
	font-weight: 100;
	color: rgba(253, 102, 7, 1);
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
pre,
blockquote {
	border: 1px solid #999;

	page-break-inside: avoid;
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
	white-space: break-spaces;
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
.main-block-products .tab-products.swiper {
	padding: 50px 10px;
}
.main-block-products .tab-products.swiper .swiper-button-prev {
	right: 55px;
	left: unset;
	top: 22px;
	width: 37px;
	height: 37px;
	background: rgba(255, 255, 255, 1);
	border-width: 2px;
	border-style: solid;
	border-color: rgba(254, 105, 34, 1);
	border-radius: 10px;
}
.main-block-products .tab-products.swiper .swiper-button-next {
	right: 10px;
	top: 22px;
	width: 37px;
	height: 37px;
	background: rgba(255, 255, 255, 1);
	border-width: 2px;
	border-style: solid;
	border-color: rgba(254, 105, 34, 1);
	border-radius: 10px;
}
.main-block-products .tab-products.swiper .swiper-button-prev:after {
	content: '\e408';
	font-family: icomoon;
	font-size: 20px;
	color: rgba(254, 105, 34, 1);
}
.main-block-products .tab-products.swiper .swiper-button-next:after {
	content: '\e409';
	font-family: icomoon;
	font-size: 20px;
	color: rgba(254, 105, 34, 1);
}
.main-block-products .tab-products.swiper .swiper-button-prev.swiper-button-disabled, .main-block-products .tab-products.swiper .swiper-button-next.swiper-button-disabled {
	opacity: 0.2;
}
.main-block-products .category-items-products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding-right: 100px;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}
.main-block-products .category-items-products a {
	/*background: rgb(49 165 42);*/
	/*color: #fff;*/
	/*border-radius: 10px;*/
	/*padding: 5px 10px;*/
}
.information-sales .main-block-sales {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}
.information-sales .main-block-sales .sale-layout {
	width: calc(100% / 4 - 15px);
}
.information-sales .main-block-sales .sale-layout .sale-thumb {
	background: rgba(255, 255, 255, 1);
	border-radius: 14px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	position: relative;
}
.information-sales .main-block-sales .sale-layout .sale-thumb:hover {
	-webkit-box-shadow: 0 4px 9.5px 0.5px rgba(194, 78, 0, 0.31);
	box-shadow: 0 4px 9.5px 0.5px rgba(194, 78, 0, 0.31);
}
.information-sales .main-block-sales .sale-layout .sale-thumb img {
	border-radius: 10px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.information-sales .main-block-sales .sale-layout .sale-thumb img:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.information-sales .main-block-sales .sale-layout .sale-thumb .caption {
	padding: 10px;
}
.information-sales .main-block-sales .sale-layout .sale-thumb .caption a {
	white-space: normal;
	overflow: visible;
	-o-text-overflow: initial;
	text-overflow: initial;
	font-family: inherit;
	font-weight: 700;
	font-size: 18px;
	color: rgba(58, 71, 84, 1);
}
.information-sales .main-block-sales .sale-layout .sale-thumb .image {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.information-sales .main-block-sales .sale-layout .sale-thumb .image a {
	border-radius: 10px;
	overflow: hidden;
}
.information-sales .main-block-sales .sale-layout .sale-thumb .sale-stickers {
	position: absolute;
	right: -3px;
	top: -10px;
	z-index: 9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.information-sales .main-block-sales .sale-layout .sale-thumb .sale-stickers div {
	display: inline-block;
	margin-bottom: 5px;
	-webkit-box-shadow: 0 4px 9.5px 0.5px rgb(0 0 0 / 71%);
	box-shadow: 0 4px 9.5px 0.5px rgb(0 0 0 / 71%);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.information-sales .main-block-sales .sale-layout .sale-thumb .sale-stickers div:last-of-type {
	margin-bottom: 0;
}
.information-sales .main-block-sales .sale-layout .sale-thumb .sale-date-end {
	background: #31a52a;
	color: #fff;
	line-height: 1;
	padding: 5px 10px;
	border-radius: 10px;
	font-size: 12px;
}
.information-sales .main-block-sales .sale-layout .sale-thumb .sale-status-message {
	background: #e5791f;
	color: #fff;
	line-height: 1;
	padding: 5px 10px;
	border-radius: 10px;
	font-size: 12px;
}
.information-posts .main-block-posts {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}
.information-posts .main-block-posts .post-layout {
	width: calc(100% / 4 - 15px);
}
.information-posts .main-block-posts .post-layout .post-thumb {
	background: rgba(255, 255, 255, 1);
	border-radius: 14px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.information-posts .main-block-posts .post-layout .post-thumb:hover {
	-webkit-box-shadow: 0 4px 9.5px 0.5px rgba(194, 78, 0, 0.31);
	box-shadow: 0 4px 9.5px 0.5px rgba(194, 78, 0, 0.31);
}
.information-posts .main-block-posts .post-layout .post-thumb img {
	border-radius: 10px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.information-posts .main-block-posts .post-layout .post-thumb img:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.information-posts .main-block-posts .post-layout .post-thumb .caption {
	padding: 10px;
}
.information-posts .main-block-posts .post-layout .post-thumb .caption a {
	white-space: normal;
	overflow: visible;
	-o-text-overflow: initial;
	text-overflow: initial;
	font-family: inherit;
	font-weight: 700;
	font-size: 18px;
	color: rgba(58, 71, 84, 1);
}
.information-posts .main-block-posts .post-layout .post-thumb .image {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.information-posts .main-block-posts .post-layout .post-thumb .image a {
	border-radius: 10px;
	overflow: hidden;
}
.information-posts .main-block-posts .post-layout .post-thumb .post-stickers {
	position: absolute;
	right: -3px;
	top: -10px;
	z-index: 9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.information-posts .main-block-posts .post-layout .post-thumb .post-stickers div {
	display: inline-block;
	margin-bottom: 5px;
	-webkit-box-shadow: 0 4px 9.5px 0.5px rgb(0 0 0 / 71%);
	box-shadow: 0 4px 9.5px 0.5px rgb(0 0 0 / 71%);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.information-posts .main-block-posts .post-layout .post-thumb .post-stickers div:last-of-type {
	margin-bottom: 0;
}
.information-posts .main-block-posts .post-layout .post-thumb .post-date-end {
	background: #31a52a;
	color: #fff;
	line-height: 1;
	padding: 5px 10px;
	border-radius: 10px;
	font-size: 12px;
}
.information-posts .main-block-posts .post-layout .post-thumb .post-status-message {
	background: #e5791f;
	color: #fff;
	line-height: 1;
	padding: 5px 10px;
	border-radius: 10px;
	font-size: 12px;
}
.information-posts-info .input-group #select_sort.form-control,
.information-sales-info .input-group #select_sort.form-control {
	width: auto;
}
.title-sale-products,
.title-post-products {
	font-size: 35px;
	font-weight: 600;
	color: #e5791f;
	margin-bottom: 30px;
	margin-top: 50px;
}
.information-posts-info #loading-message,
.information-sales-info #loading-message {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#lb_filter_but_mob,
.panel-heading-filter {
	display: none;
}
.footer-container .footer-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer-container .footer-row > div {
	width: 25%;
	padding-right: 20px;
}
.footer-container .footer-row ul.menu-vertical {
	list-style-type: none;
	padding-left: 0;
	-webkit-margin-before: 0;
	margin-block-start: 0;
	-webkit-margin-after: 20px;
	margin-block-end: 20px;
}
.footer-container .footer-row ul.menu-vertical li {
	margin-bottom: 10px;
}
.footer-container .footer-row ul.menu-vertical li:last-of-type {
	margin-bottom: 0;
}
.footer-container .footer-row .title-block-menu-footer {
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 20px;
}
.footer-container .footer-block-copyright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #484848;
	padding: 20px 0;
}
.block-menu-footer .link-open-opp {
	display: inline-flex;
	background: #000;
	padding: 8px 15px;
	margin-bottom: 20px;
	border-radius: 10px;
}
.footer-container .footer-social-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer-container .footer-social-icons > a {
	margin-right: 15px;
	margin-bottom: 15px;
}
.footer-container .footer-social-icons > a:last-of-type {
	margin-right: 0;
}
.footer-container .footer-social-icons a {
	font-size: 22px;
	border: 1px solid #fff;
	width: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 100%;
}
.footer-container i {
	font-size: 22px;
	font-family: icomoon;
	font-style: normal;
	margin-right: 8px;
}
.footer-container .footer-icons > div {
	font-size: 40px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.footer-container .footer-icons > div:last-of-type {
	margin-right: 0;
}
.footer-container .footer-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer-container .footer-social-icons a:hover {
	background: #fff;
}
.footer-container .footer-social-icons a.social-icon-vk::before {
	content: '\f189';
	font-family: icomoon;
}
.footer-container .footer-social-icons a.social-icon-tg::before {
	content: '\e9eb';
	font-family: icomoon;
}
.footer-container .footer-social-icons a.social-icon-max::before {
	content: '\f3b6';
	font-family: icomoon;
}
.footer-container .footer-icons .icon-pay-mir::before {
	content: '\edec';
	font-family: icomoon;
	color: rgba(87, 189, 105, 1);
	font-size: 53px;
	top: 3px;
	position: relative;
}
.footer-container .footer-icons .icon-pay-visa::before {
	content: '\f1f0';
	font-family: icomoon;
	color: rgba(2, 104, 171, 1);
}
.footer-container .footer-icons .icon-pay-master-card::before {
	content: '\f1f1';
	font-family: icomoon;
	color: rgba(255, 107, 0, 1);
}
.account-order .link-block-orders {
	border-radius: 5px;
	padding: 15px 20px;
	width: 100%;
	margin-bottom: 20px;
	text-decoration: none;
	background: #fff;
	-webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
	box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	display: inline-block;
}
.account-order .list-block-orders {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.account-order .list-block-orders > div {
	width: 20%;
	text-align: center;
	border-right: 1px solid #e0e0e0;
}
.account-order .list-block-orders > div:last-of-type {
	border-right: 0;
}
.account-order .list-block-orders .order-name {
	font-weight: 600;
	color: #000;
}
.account-order .list-block-orders .order-value {
	color: #978a8a;
	min-height: 32px;
	margin-top: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.account-order .list-block-orders .order-value.status {
	display: inline-block;
	padding: 6px 12px;
	border-radius: 20px;
	background: #e6f0ff;
	color: #ff7804;
	margin-top: 8px;
}
.account-order .link-block-orders:hover {
	-webkit-box-shadow: 0 1px 25px rgb(254 103 9 / 28%);
	box-shadow: 0 1px 25px rgb(254 103 9 / 28%);
}
.account-order-info .tables-cols {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.account-order-info .left {
	width: 40%;
	padding-right: 10px;
}
.account-order-info .right {
	width: 60%;
	padding-left: 10px;
}
.account-order-info .order-card.block-reciepts {
	background: #f5f5f5;
	padding: 20px 20px 0px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.account-order-info .order-card.block-reciepts a {
	text-decoration: none;
	color: #696973;
	font-weight: 600;
	text-align: center;
	margin-left: 20px;
	margin-bottom: 20px;
}
.account-order-info .order-card.block-reciepts a:hover {
	text-decoration: none;
	color: #fa6608;
}
.account-order-info .order-card.block-reciepts .order-reciept-block:hover {
	border-color: #feb678;
}
.account-order-info .order-card.block-reciepts a:first-child {
	margin-left: 0;
}
.account-order-info .order-card.block-reciepts .order-reciept-block {
	background: #fff;
	padding: 10px 20px;
	border-radius: 10px;
	border: 1px solid #fff;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.account-order-info .icon-reciept {
	max-width: 40px;
	margin: 0 auto;
}
.account-order-info .block-reciepts .order-reciept-block .type-reciept {
	font-size: 13px;
	color: #b9b9b9;
}
.account-order-info .block-reciepts .order-reciept-block .date-reciept {
	font-size: 13px;
	color: #b9b9b9;
}
.account-order-info .img-product-order {
	width: 100px;
}
.account-order-info .order-card {
	background:#fff;
	border-radius:12px;
	-webkit-box-shadow:0 4px 20px rgba(0,0,0,0.1);
	box-shadow:0 4px 20px rgba(0,0,0,0.1);
	padding:20px;
	margin-bottom:20px;
}
.account-order-info .order-card h3 {
	margin-top:0;
	font-size:18px;
	font-weight:600;
	margin-bottom:15px;
}
.account-order-info .order-grid {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	gap:20px;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.account-order-info .order-grid .order-card {
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
	min-width:280px;
}
.account-order-info .order-products .product-row {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding:15px 0;
	border-bottom:1px solid #eee;
}

.account-order-info .order-products .product-row.all-return {
	opacity: 0.3;
}
.account-order-info .order-products .product-row:last-of-type {
	border-bottom:0;
}
.account-order-info .order-products img {
	width:100px;
	border-radius:8px;
	margin-right:15px;
}
.account-order-info .product-info {
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
}
.account-order-info .product-info .product-status-ship div {
	display: inline-block;
	padding: 6px 12px;
	border-radius: 20px;
	background: rgb(49 165 42);
	color: #fff;
	font-size: 13px;
	margin-top: 8px;
}
.account-order-info .product-info .quant-return {
	color: rgb(218 79 73 / 56%);
	font-size: 12px;
}
.account-order-info .product-info .product-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	align-items: center;
	margin-top: 10px;
}
.account-order-info .product-price {
	text-align:right;
	min-width:120px;
}
.account-order-info .product-price .old-total {
	color: #c5c5c5;
	text-decoration: line-through;
}
.account-order-info .product-price .new-total {
	color: #ff7804;
	font-weight: 600;
}
.account-order-info .order-total-box {
	background:#f5f5f5;
	padding:20px;
	border-radius:10px;
}
.account-order-info .order-total-box .order-total {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}
.account-order-info .order-grand-total {
	font-size:22px;
	font-weight:bold;
	color:#ff7804;
	margin-top:10px;
}
.account-order-info .order-status-badge {
	display:inline-block;
	padding:6px 12px;
	border-radius:20px;
	background:#e6f0ff;
	color:#ff7804;
	font-size:13px;
	margin-top:8px;
}
.account-order-info .order-timeline {
	border-left:3px solid #ff7804;
	padding-left:15px;
}
.account-order-info .order-timeline-item {
	margin-bottom:15px;
}
.account-order-info .order-cancel-btn {
	display:inline-block;
	padding:10px 15px;
	background:#ff4d4d;
	color:#fff;
	border-radius:6px;
	text-decoration:none;
	margin-bottom:15px;
}
.account-order-info .btn-review-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.account-order-info .modal-review-product .title-review-product {
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 10px;
}
.account-order-info .modal-review-product .text-review-product {
	text-align: center;
}
.account-order-info .modal-review-product .rating-area {
	overflow: hidden;
	width: 265px;
	margin: 0 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}
.account-order-info .modal-review-product .rating-area:not(:checked) > input {
	display: none;
}
.account-order-info .modal-review-product .rating-area:not(:checked) > label {
	float: right;
	width: 42px;
	padding: 0;
	cursor: pointer;
	font-size: 32px;
	line-height: 32px;
	color: lightgrey;
	text-shadow: 1px 1px #bbb;
	text-align: center;
}
.account-order-info .modal-review-product .rating-area:not(:checked) > label:before {
	content: '★';
}
.account-order-info .modal-review-product .rating-area > input:checked ~ label {
	color: gold;
}
.account-order-info .modal-review-product .rating-area:not(:checked) > label:hover,
.account-order-info .modal-review-product .rating-area:not(:checked) > label:hover ~ label {
	color: gold;
}
.account-order-info .modal-review-product .rating-area > input:checked + label:hover,
.account-order-info .modal-review-product .rating-area > input:checked + label:hover ~ label,
.account-order-info .modal-review-product .rating-area > input:checked ~ label:hover,
.account-order-info .modal-review-product .rating-area > input:checked ~ label:hover ~ label,
.account-order-info .modal-review-product .rating-area > label:hover ~ input:checked ~ label {
	color: gold;
	text-shadow: 1px 1px goldenrod;
}
.account-order-info .modal-review-product .rate-area > label:active {
	position: relative;
}
.account-order-info .modal-review-product .send-review {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 15px;
}
.account-order-info .modal-review-product #error_info > div {
	background: #fe6922;
	color: #fff;
	padding: 2px 5px;
	border-radius: 5px;
	margin-bottom: 5px;
}
.product-search .search-input {
	position: relative;
}
.product-search .search-input #button-search {
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 10px;
	padding: 9px 15px;
}
.product-search input[type=checkbox] {
	right: 0;
}
.product-search .search-description {
	background: #dddddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	margin-top: 10px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border-radius: 10px;
	gap: 20px;
}
label.checkbox-inline {
	cursor: pointer;
}
.block-filter .toggle-wrapper input[type="checkbox"] {
	display: none !important;
}
.block-filter .toggle-wrapper .toggle-slider {
	background-color: #ccc;
	border-radius: 100px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	width: 40px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.block-filter .toggle-wrapper .toggle-knob {
	width: calc(20px - 6px);
	height: calc(20px - 6px);
	border-radius: 50%;
	left: 3px;
	top: 3px;
	background-color: #fff;
}
.block-filter .toggle-wrapper .toggle-knob {
	position: absolute;
	-webkit-transition: all 300ms
	ease;
	transition: all 300ms
	ease;
}
.block-filter .toggle-wrapper input[type="checkbox"]:checked+.toggle-slider {
	background-color: #fd811f;
}
.block-filter .toggle-wrapper input[type="checkbox"]:checked+.toggle-slider .toggle-knob {
	left: calc(100% - 15px - 3px);
}
.account-account .fl-customer {
	font-family: inherit;
	font-size: 30px;
	font-weight: 600;
	color: #b5b5b5;
}
.account-account .fl-customer::before {
	content: '\ead9';
	font-family: icomoon;
	color: rgba(168, 197, 16, 1);
	margin-right: 20px;
}
.account-account .account-blocks-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	gap: 15px;
	width: 100%;
	margin-top: 30px;
}
.account-account .account-blocks-menu a.account-menu-item {
	border: 1px solid rgba(226, 226, 226, 1);
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% / 5 - 12px);
	justify-content: center;
	align-items: center;
	color: rgba(105, 105, 115, 1);
	flex-direction: column;
	text-align: center;
	border-radius: 10px;
}
.account-account .account-blocks-menu a.account-menu-item:hover {
	color: rgba(253, 102, 7, 1);
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.25);
}
.account-account .account-blocks-menu a.account-menu-item i {
	font-family: icomoon;
	font-style: normal;
	font-size: 45px;
	color: rgba(105, 105, 115, 1);
	margin-bottom: 20px;
	margin-top: 15px;
}
.account-account .account-blocks-menu a.account-menu-item i.order:before {
	content: '\eab2';
}
.account-account .account-blocks-menu a.account-menu-item i.return:before {
	content: '\f112';
}
.account-account .account-blocks-menu a.account-menu-item i.organization:before {
	content: '\e8f9';
}
.account-account .account-blocks-menu a.account-menu-item i.edit-account:before {
	content: '\e90d';
}
.account-account .account-blocks-menu a.account-menu-item i.address:before {
	content: '\e9c3';
}
.account-account .account-blocks-menu a.account-menu-item i.wishlist:before {
	content: '\e955';
}
.account-account .account-blocks-menu a.account-menu-item i.feedback:before {
	content: '\f27b';
}
.icon-check:before {
	content: "";
}
.account-edit .edit-form-block {
	max-width: 600px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 5px 30px -10px rgb(0 0 0 / 41%);
	padding: 30px 30px 40px 30px;
	border-radius: 10px;
}
.bootstrap-datetimepicker-widget {
	background: #fff;
	box-shadow: 0 5px 30px -10px rgb(0 0 0 / 41%);
	border-radius: 10px;
	padding: 10px;
	display: none;
}
.bootstrap-datetimepicker-widget.top:after {
	bottom: 0;
	left: 15px;
}
.bootstrap-datetimepicker-widget.top:before {
	display: none;
}
.align-center {
	text-align: center;
}
.account-return .link-block-returns {
	border-radius: 5px;
	padding: 15px 20px;
	width: 100%;
	margin-bottom: 20px;
	text-decoration: none;
	background: #fff;
	-webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
	box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	display: inline-block;
}
.account-return .list-return-orders {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.account-return .list-return-orders > div {
	width: 20%;
	text-align: center;
	border-right: 1px solid #e0e0e0;
}
.account-return .list-return-orders > div:last-of-type {
	border-right: 0;
}
.account-return .list-return-orders .order-name {
	font-weight: 600;
	color: #000;
}
.account-return .list-return-orders .order-value {
	color: #978a8a;
}
.account-return .list-return-orders .order-value.status {
	background: #dddddd;
	display: inline-block;
	color: #333;
	padding: 6px 8px;
	border-radius: 5px;
	line-height: 1;
}
.account-return .link-block-returns:hover {
	-webkit-box-shadow: 0 1px 25px rgb(254 103 9 / 28%);
	box-shadow: 0 1px 25px rgb(254 103 9 / 28%);
}
.account-address .list-address {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 26px;
}
.account-address .list-address .address-item {
	width: calc(100% / 4 - 20px);
	box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
	border-radius: 10px;
	padding: 15px 20px;
	position: relative;
	transition: 0.2s;
}
.account-address .list-address .address-item:hover {
	-webkit-box-shadow: 0 1px 25px rgb(254 103 9 / 28%);
	box-shadow: 0 1px 25px rgb(254 103 9 / 28%);
}
.account-address .list-address .address-item i {
	font-family: icomoon;
	font-style: normal;
}
.account-address .list-address .address-item .delete-address {
	cursor: pointer;
	position: absolute;
	right: 20px;
	font-size: 22px;
	color: #b9b9b9;
}
.account-address .list-address .address-item .delete-address:hover {
	color: #fe6922;
}
.account-address .list-address .address-item > div {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.account-address .list-address .address-item .item-personal:before {
	content: "\e7fd";
	font-family: icomoon;
	font-size: 25px;
	margin-right: 5px;
	margin-left: -4px;
}
.account-address .list-address .address-item .item-phone:before {
	content: "\f095";
	font-family: icomoon;
	font-size: 22px;
	margin-right: 5px;
}
.account-address .list-address .address-item .item-email:before {
	content: "\ea49";
	font-family: icomoon;
	font-size: 20px;
	margin-right: 5px;
}
.account-address .list-address .address-item .item-address:before {
	content: "\e9c3";
	font-family: icomoon;
	font-size: 20px;
	margin-right: 5px;
	margin-left: -2px;
}
.block-feedback {
	max-width: 800px;
	margin: 0 auto;
	box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	padding: 35px;
}
.block-feedback input.form-control {
	max-width: 100%;
	width: 100%;
	border-radius: 10px !important;
}
.block-feedback .buttons-footer-form {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.block-feedback .feedback-input {
	margin-bottom: 20px;
}
.block-feedback .feedback-input:last-of-type {
	margin-bottom: 0;
}
.account-organization .organization-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 26px;
}
.account-organization .organization-list .organization-item {
	width: calc(100% / 4 - 20px);
	box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
	border-radius: 10px;
	padding: 30px 50px 30px 20px;
	position: relative;
	transition: 0.2s;
}
.account-organization .organization-list .organization-item .organization-name {
	font-weight: 600;
	margin-bottom: 10px;
}
.account-organization .organization-list .organization-item .organization-action {
	position: absolute;
	right: 15px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0, -50%);
}
.block-add-organization {
	max-height: 540px;
	overflow-y: auto;
	min-width: 480px;
}
.block-add-organization #has_exiting_inn {
	background: #da4f49;
	color: #fff;
	padding: 2px 8px;
	border-radius: 10px;
}
.block-title {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 30px;
}
#search_org_by_inn {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
	max-height: 34px;
	display: flex;
	align-items: center;
}
.form-group .text-danger {
	background: #da4f49;
	color: #fff;
	padding: 2px 8px;
	border-radius: 10px;
}
.dspnon {
	display: none;
}
.block-edit-organization {
	min-width: 480px;
}
.block-edit-organization #organization {
	overflow-y: auto;
}
@keyframes spin {
	from { transform: rotate(0deg); }
	to   { transform: rotate(360deg); }
}

.icon-spin {
	font-family: icomoon;
	font-style: normal;
	display: inline-flex;        /* вместо inline-block */
	align-items: center;
	justify-content: center;

	width: 1em;
	height: 1em;

	animation: spin 1s linear infinite;
	transform-origin: 50% 50%;
}
.module-banner-image {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 50px 0;
	overflow: hidden;
}
.module-banner-image img {
	width: auto;
	max-width: 1600px;
}
#column-left .module-banner-image img,
#column-right .module-banner-image img {
	width: 100%;
	max-width: max-content;
}
.module-banner-image a img.img-scale {
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out;
	-o-transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.module-banner-image a:hover img.img-scale {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	color: #cdcdcd;
}
.special-timer {
	background: rgb(48 48 48 / 82%);
	color: #fff;
	border-radius: 10px;
	padding: 10px;
	position: absolute;
	bottom: 20px;
	left: 10px;
	right: 10px;
	transform: translateY(20px);
	opacity: 0;
	transition:transform 0.35s cubic-bezier(.4,0,.2,1), opacity 0.3s ease;
	pointer-events: none;
}
.special-timer.special-ended {
	display: none;
}

/* Важно чтобы родитель был relative */
.product-thumb {
	position: relative;
}

/* Появление при наведении */
.product-grid .product-thumb:hover .special-timer {
	transform: translateY(0);
	opacity: 1;
}
.special-timer .timer-values {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
}
.special-timer .timer-label {
	margin-bottom: 5px;
}
.special-timer .timer-values .timer-item {
	border-right: 1px solid #8d8d8d;
	padding-right: 5px;
	margin-right: 4px;
}
.special-timer .timer-values .timer-item:last-of-type {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}
#account-return .customer-info {
	display: none;
}
#account-return .return-info {
	max-width: 800px;
	margin: 0 auto;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	padding: 25px;
	border-radius: 5px;
}
#account-return .return-info .text-error {
	background: #fe6608;
	color: #fff;
	text-align: center;
	padding: 10px;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
}
#account-return .return-info label {
	font-size: 16px;
	font-weight: normal;
}
#account-return .product-info {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	background: #50ad55;
	padding: 14px;
	color: #fff;
}
#account-return .return-product-image,
#account-return .return-product-code,
#account-return .return-product-quantity {
	width: 14%;
	padding: 0px 10px;
}
#account-return .return-product-name {
	width: 58%;
	padding: 0px 10px;
}
#account-return input.form-control {
	width: 100%;
	text-align: center;
}
#account-return .product-info .info-title {
	font-size: 12px;
	font-weight: 600;
	color: #c7dbc8;
}
#account-return .text-danger {
	font-size: 16px;
	color: #fff;
	background: #fd6808;
	padding: 3px 10px;
}
#account-return .reason-return,
#account-return .return-comment {
	background: #ededed;
	padding: 20px;
}
#account-return .return-opened {
	background: #f5f5f5;
	padding: 20px;
}
#account-return .radio label {
	display: flex;
}
#account-return .radio label span {
	margin-left: 10px;
}
#account-return .form-group {
	margin-bottom: 0px;
}
.upload-area {
	border: 2px dashed #ccc;
	padding: 20px;
	text-align: center;
	cursor: pointer;
	margin: 20px 0;
	background-color: #f9f9f9;
	border-radius: 10px;
}

.upload-area:hover {
	background-color: #e6e6e6;
}

#preview-container {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	align-items: center;
}

.preview {
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
}

.preview img {
	max-width: 100px;
	max-height: 100px;
	object-fit: cover;
	border: 1px solid #ededed;
	border-radius: 10px;
}

.preview .remove-btn {
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: red;
	color: white;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
}
fieldset {
	display: block;
	min-inline-size: min-content;
	margin-inline: 0px;
	border-width: 0px;
	border-style: none;
	border-color: threedface;
	border-image: initial;
	padding-block: 0;
	padding-inline: 0;
}
.main-block-checkout #organization .not-have {
	background: #fe5c5c;
	color: #fff;
	padding: 3px 10px;
	display: inline-block;
	border-radius: 8px;
	margin: 10px 0;
}
.main-block-checkout #organization .add-organization {
	margin-top: 10px;
}
.alert button.close {
	position: absolute;
	top: 2px;
	right: 10px;
	background: none;
	padding: 0;
	font-size: 20px;
	line-height: 1;
}
.fa-remove:before, .fa-close:before, .fa-times:before {
	content: '\e5cd';
	font-family: 'icomoon';
}
button {
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
}
.block-notify {
	position: fixed;
	top: 65px;
	right: 50px;
	z-index: 999;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.block-notify.visible {
	opacity: 1;
}
.block-notify .push-notify-customer {
	background: #fff;
	max-width: 450px;
	min-width: 180px;
	box-shadow: 0 4px 9.5px 0.5px #BABABA;
	padding: 15px 20px;
	border-radius: 10px;
	margin-bottom: 15px;
	position: relative;
	opacity: 0;
	transform: translateX(100%);
	transition: all 0.6s ease;
	color: #333;
}
.block-notify .push-notify-customer.show {
	opacity: 1;
	transform: translateX(0);
}
.block-notify .push-notify-customer.hide {
	opacity: 0;
	transform: translateX(100%);
	transition: all 0.5s ease;
}
.block-notify .push-notify-customer:last-of-type {
	margin-bottom: 0;
}
.block-notify .push-notify-customer .title-coupon {
	font-size: 18px;
	font-weight: 600;
	background: linear-gradient(90deg, #FF7804 20%, #F7D52A 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #0B2349;
	line-height: 1.2;
	margin-bottom: 5px;
}
.block-notify .push-notify-customer .text-coupon {
	font-size: 12px;
	line-height: 1.2;
	margin-bottom: 5px;
	padding-right: 50px;
}
.block-notify .push-notify-customer .code-coupon {
	font-size: 12px;
	line-height: 1.2;
	margin-bottom: 5px;
	padding-right: 50px;
}
.block-notify .push-notify-customer .code-coupon span {
	font-size: 16px;
	font-weight: 600;
	background: linear-gradient(59deg, #FF7804 40%, #FF7804 60%, #F7D52A);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #0B2349;
	line-height: 1.2;
}
.block-notify .push-notify-customer .close-coupon-notify {
	background: transparent;
	font-size: 14px;
	line-height: 1;
	position: absolute;
	top: 5px;
	right: 5px;
}
.block-notify .push-notify-customer .close-coupon-notify:hover {
	color: #fe6922;
}
.block-notify .push-notify-customer .foot-buttons {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.block-notify .push-notify-customer .activate-coupon-notify {
	background: #ff7804;
	color: #fff;
	padding: 5px 14px;
	border-radius: 10px;
	font-size: 12px;
	margin-top: 10px;
	width: fit-content;
}
.account-order-info .but-payment-invoice {
	margin-top: 20px;
}
.account-order-info .total-coupon  {
	color: #31a52a;
	font-weight: 600;
}
.account-order .main-block-ready-issue {
	width: 100%;
}
.account-order .main-block-ready-issue .title-block-ready-issue {
	font-weight: 600;
	margin-bottom: 10px;
}
.account-order .main-block-ready-issue .block-ready-issue-products {
	width: 100%;
	margin-bottom: 20px;
}
.account-order .main-block-ready-issue .block-ready-issue-products .block-ready-issue {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.account-order .main-block-ready-issue .block-ready-issue-products .order-info-block {
	display: block;
	background: #fff;
	-webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
	box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	padding: 12px;
	border-radius: 10px;
	color: #a1a1a1;
}
.account-order .main-block-ready-issue .block-ready-issue-products .order-info-block:hover {
	-webkit-box-shadow: 0 1px 25px rgb(254 103 9 / 28%);
	box-shadow: 0 1px 25px rgb(254 103 9 / 28%);
	color: inherit;
}
.account-order .main-block-ready-issue .block-ready-issue-products .block-ready-issue a {
	display: flex;
	width: calc(100% / 4 - 12px);
}
.account-order .main-block-ready-issue .block-ready-issue-products .order-info-block .ready-issue-products {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 10px;
}
.account-order .main-block-ready-issue .block-ready-issue-products .order-info-block .ready-issue-products .image-product {
	position: relative;
	border: 1px solid #ededed;
	padding: 4px;
	border-radius: 5px;
}
.account-order .main-block-ready-issue .block-ready-issue-products .order-info-block .ready-issue-products .image-product .more-products {
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.account-order .main-block-ready-issue .block-ready-issue-products .order-info-block .ready-issue-products .image-product .quantity-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	font-size: 11px;
	color: rgba(255, 255, 255, 1);
	background: var(--main-green-color);
	border-width: 2px;
	border-style: solid;
	border-color: var(--gray-border-color);
	border-radius: 50px;
	min-width: 1.65em;
	height: 1.65em;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	right: 0;
	line-height: 2;
}
.info-cute-product-list {
	border-radius: 10px;
	border: 1px solid #e2e2e2;
	padding: 10px 15px;
	text-align: center;
	background: #fff;
	margin-top: 20px;
	width: fit-content;
}
.page-about .color-title {
	font-size: 25px;
	font-weight: bold;
	color: #fe6922;
	margin-bottom: 60px;
}
.page-about .about-block-first {
	width: 100%;
	margin-top: 60px;
	display: block;
	position: relative;
	margin-bottom: 80px;
}
.page-about .about-block-first div {
	z-index: 2;
	position: relative;
}
.page-about .title-block {
	font-size: 34px;
	color: #323232;
	line-height: 1.2;
	margin-bottom: 40px;
}
.page-about .big-title-block {
	font-size: 46px;
	font-weight: bold;
	line-height: 1.2;
	color: #323232;
	margin-bottom: 20px;
}
.page-about .buttons-block {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.page-about .button-lets-buy {
	border-radius: 10px;
	box-shadow: 2px 4.6px 8.1px 0.9px rgba(227, 103, 0, 0.42);
	background-image: linear-gradient(to right, rgba(249, 135, 51, 1), rgba(254, 102, 29, 1));
	padding: 10px 22px;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	transition: 0.2s;
}
.page-about .button-lets-buy:hover {
	box-shadow: 2px 4.6px 12.1px 2.9px rgb(243 137 48 / 76%);
}
.page-about .about-block-first .img-block-first {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.page-about .about-block-first .img-block-first img {
	max-height: 550px;
}
.page-about .about-block-second {
	width: 100%;
	margin-top: 40px;
}
.page-about .about-block-second .image-info-block img {
	border-radius: 14px;
}
.page-about .flex {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 40px -15px;
}
.page-about .about-block-buys.flex {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 15px;
	margin: 0;
	justify-content: space-between;
	margin-top: 170px;
}
.page-about .flex .flex-block {
	width: 25%;
	padding: 0 15px;
	margin-bottom: 30px;
}
.page-about .about-block-buys.flex .flex-block {
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	position: relative;
	width: 24%;
	background: #f6f6f6;
	border-radius: 14px;
}
.flex-block .info-block .title-info-block {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 25px;
	line-height: 1.2;
	margin-top: 15px;
}
.flex-block .info-block .text-info-block {
	font-size: 14px;
	line-height: 1.4;
}
.page-about .about-block-counters {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 80px;
	margin-bottom: 80px;
}
.about-block-counters .counters-block {
	border-radius: 120px;
	box-shadow: 2px 4.6px 8.1px 0.9px rgba(227, 103, 0, 0.42);
	background-image: linear-gradient(to left, #fe661d, #fb740f);
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 25px 50px;
}
.about-block-counters .counters-block .counter-block {
	text-align: center;
	padding: 0 15px;
	min-width: 260px;
	color: #fff;
}
.counter-block .value-counter-block {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.2;
}
.counter-block .text-counter-block {
	font-size: 23px;
	line-height: 1.2;
}
.page-about .black-title {
	font-size: 34px;
	line-height: 1.2;
}
.page-about .black-title.center {
	text-align: center;
}
.about-block-buys .flex-block .info-block {
	background: #f6f6f6;
	border-radius: 14px;
	padding: 80px 20px 40px 20px;
	position: relative;
	transition: 0.2s;
}
.about-block-buys .flex-block {
	transition: 0.2s;
}
.about-block-buys .flex-block:hover {
	box-shadow: 2px 4.6px 8.1px 0.9px rgba(227, 103, 0, 0.42);
}
.about-block-buys .flex-block .image-info-block {
	width: 100%;
	position: absolute;
	z-index: 9;
	height: 180px;
	display: flex;
	justify-content: center;
	top: -40%;
}
.about-block-buys .flex-block .image-info-block img {
	max-height: 180px;
}
.about-block-buys .flex-block .info-block .title-info-block {
	font-size: 23px;
}

.flex-block .info-block .text-info-block.large {
	font-size: 30px;
	margin-top: 10px;
}
.flex-block .info-block .text-info-block.large.email {
	font-size: 22px;
}
a.requisites-link {
	display: block;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	padding: 15px;
	background-color: #fafafa;
	text-decoration: none;
	transition: 0.2s;
	margin-bottom: 15px;
}
a.requisites-link:hover {
	border: 1px solid #fc6607;
	border-radius: 10px;
	background-color: #f78121;
	color: #fff;
}
.requisites-main-block .fa-file-pdf-o {
	font-size: 50px;
}
#scrollTopBtn {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 1000;
	width: 50px;
	height: 50px;
	border: none;
	border-radius: 50%;
	background: #333;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	opacity: 0;
	transform: translateY(20px);
	pointer-events: none;
	transition: all 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 2px 0.5px rgb(255 255 255 / 31%);
}
#scrollTopBtn i {
	font-family: icomoon;
	font-style: normal;
}

#scrollTopBtn.show {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

#scrollTopBtn:hover {
	background: #555;
}
.swiper-slide {
	height: auto;
}
.modal-categories .title-modal-categories {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}
.modal-categories .block-modal-categories {
	max-height: 400px;
	overflow-y: auto;
}
.category-page .select-category {
	border: 1px solid #b0b0b0;
	border-radius: 10px;
	padding: 10px 15px;
	display: none;
	margin-bottom: 40px;
	color: #939393;
	font-weight: 600;
	cursor: pointer;
}
.category-page .select-category i {
	font-family: 'icomoon';
	font-style: normal;
	color: #afafaf;
}
.confirm-policy {
	position: fixed;
	bottom: 15px;
	background: #303030;
	box-shadow: 0 0 9.5px 0.5px #BABABA;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%, -50%);
	width: 70%;
	padding: 10px 20px;
	border-radius: 10px;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}
.confirm-policy a {
	display: contents;
}
.install-app-banner {
	display: none;
	position: fixed;
	bottom: 80px;
	left: 10px;
	right: 10px;
	color: rgb(255, 255, 255);
	padding: 15px;
	background: linear-gradient(90deg, rgba(253, 102, 7, 1) 0%, rgba(253, 137, 38, 1) 52%, rgba(254, 102, 8, 1) 100%);
	border-radius: 10px;
	align-items: center;
	gap: 10px;
	font-weight: 600;
}
.yellow-but-shops {
	background: #fed430;
	color: #333;
	display: flex;
	align-items: center;
	padding: 10px 20px;
	margin-right: 20px;
	border-radius: 5px;
	font-weight: 600;
}
.yellow-but-shops:hover {
	background: #31a52a;
	color: #fff;
}
.block-product-series a img {
	width: auto;
	max-width: 80px;
	border-radius: 5px;
}
.block-product-series {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
	margin: 30px 0;
}
.block-product-series a {
	border: 2px solid #e2e2e2;
	border-radius: 10px;
	padding: 5px;
	display: inline-block;
}
.block-product-series a:hover {
	border-color: #ff7804;
}
.block-product-series a.active {
	border-color: #ff7804;
}
.block-product-series .product-series-item {
	position: relative;
}
.block-product-series .product-series-item .tooltip-block {
	position: absolute;
	top: -140%;
	background: #303030;
	padding: 20px;
	border-radius: 10px;
	color: #fff;
	width: 200px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%, -50%);
	text-align: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all 0.3s ease;
	z-index: 9;
}
.block-product-series .product-series-item .tooltip-block .block-price {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 8px;
	align-items: center;
}
.block-product-series .product-series-item .tooltip-block .block-price .new-price {
	font-weight: 600;
	color: #ff7804;
	font-size: 18px;
}
.block-product-series .product-series-item .tooltip-block .block-price .old-price {
	font-size: 12px;
	text-decoration: line-through;
	color: #999999;
}
.block-product-series .product-series-item .tooltip-block .block-price .price {
	font-weight: 600;
	font-size: 18px;
}
.block-product-series .product-series-item .tooltip-block::after {
	content: '';
	position: absolute;
	bottom: -20px;
	border: 10px solid transparent;
	border-top: 10px solid #303030;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%,0%);
	transform: translate(-50%, 0%);
}
.block-menu-footer .footer-icons-app {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.block-menu-footer .footer-icons-app .icon-market-phone {
	width: 100%;
	background: #ededed;
	padding: 15px 30px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.block-menu-footer .footer-icons-app a {
	width: 100%;
}
.block-menu-footer .footer-icons-app .icon-market-phone img {
	width: auto;
}
.block-menu-footer .footer-icons-app .icon-market-phone img.full-icon {
	width: inherit;
}
.block-menu-footer .footer-icons-app .icon-market-phone span {
	font-size: 40px;
	color: #333;
	font-weight: 600;
	margin-left: 20px;
}
.block-install-app-ios.fancybox__content {
	padding: 0;
	border-radius: 10px;
	position: relative;
}
.block-install-app-ios img {
	border-radius: 10px;
}
.block-install-app-ios .text-info-content {
	position: absolute;
	bottom: 10px;
	top: 62%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%, -50%);
	width: 85%;
	color: #7f1b0b;
	font-size: 16px;
}
.block-install-app-ios .text-info-content .text-title {
	text-align: center;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 20px;
}
.block-install-app-ios .text-info-content .text-info {
	display: flex;
	flex-direction: column;
	gap: 8px;
	line-height: 1.2;
}
.block-install-app-ios .text-info-content .text-info i {
	font-family: icomoon;
	font-style: normal;
}
.product-page .product-tags {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}
.product-page .product-tags a {
	border: 1px solid #ff7804;
	border-radius: 10px;
	padding: 8px 15px;
	background: #ffe0c6;
	color: #ff6700;
}
.main-block-checkout .checkout-confirm #button-confirm.disabled {
	opacity: 0.6;
	cursor: no-drop;
}
.main-block-checkout .checkout-confirm .more-info-pay {
	background: rgb(197 228 199);
	border: 2px solid #b4cfb6;
	border-radius: 10px;
	margin-top: 10px;
	line-height: 1.2;
	padding: 10px;
	color: #707070;
}
.product-manufacturer .block-manufacturers {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.product-manufacturer .block-manufacturer {
	border: 1px solid #dddddd;
	background: #f5f5f5;
	border-radius: 10px;
	padding: 5px 15px;
	font-size: 16px;
}
.product-manufacturer .block-manufacturer:hover {
	border: 1px solid #fe6608;
	background: #fd8825;
	color: #fff;
}
























legend {
	font-size: 18px;
	padding: 7px 0;
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
	height: auto;
	font-family: inherit;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 14px;
	margin-right: 5px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#23a1d1), to(#1f90bb));
	background-image: -o-linear-gradient(top, #23a1d1, #1f90bb);
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background: rgb(253, 102, 7);
	background: -webkit-gradient(linear, left top, right top, from(rgba(253, 102, 7, 1)), color-stop(52%, rgba(253, 137, 38, 1)), to(rgba(254, 102, 8, 1)));
	background: -o-linear-gradient(left, rgba(253, 102, 7, 1) 0%, rgba(253, 137, 38, 1) 52%, rgba(254, 102, 8, 1) 100%);
	background: linear-gradient(90deg, rgba(253, 102, 7, 1) 0%, rgba(253, 137, 38, 1) 52%, rgba(254, 102, 8, 1) 100%);
	padding: 4px 0 3px 0;
	min-height: 54px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #fff;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#23a1d1), to(#1f90bb));
	background-image: -o-linear-gradient(top, #23a1d1, #1f90bb);
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, .menu-links li, .menu-links a.icon-href {
	color: #fff;
	text-decoration: none;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	border-radius: 4px;
}
#top .btn-link:hover, .menu-links a.icon-href:hover {
	color: #fff;
}
.menu-links .dropdown-menu a {
	text-shadow: none;
}
.menu-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}
.menu-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search .input-lg {
	height: 44px;
	line-height: 20px;
	padding: 0px 30px;
	background: #f4f5f7;
	border: 1px solid #f4f5f7;
	border-radius: 15px 0 0 15px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 18px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
.product-page-pay-widgets {
	margin-top: 20px;
}
@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 */
#menu {
	background-color: #229ac8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#23a1d1), to(#1f90bb));
	background-image: -o-linear-gradient(top, #23a1d1, #1f90bb);
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#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 .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#23a1d1), to(#1f90bb));
	background-image: -o-linear-gradient(top, #23a1d1, #1f90bb);
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#23a1d1), to(#1f90bb));
	background-image: -o-linear-gradient(top, #23a1d1, #1f90bb);
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#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 {
		border-radius: 4px;
	}
	#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);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
	border-radius: 50px 50px 0 0;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
footer a:hover {
	color: #ff7804;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px;
	position: fixed;
	top: 150px;
	right: 30px;
	max-width: 300px;
	box-shadow: 0 4px 9.5px 0.5px rgb(70 70 70 / 31%);
	z-index: 999;
	border-radius: 10px;

	transform: translateX(120%);
	opacity: 0;
	transition: transform 0.4s ease, opacity 0.4s ease;
}
.alert.alert-success {
	background: #31a52a;
	color: #fff;
}

.alert.show {
	transform: translateX(0);
	opacity: 1;
}

.alert.hide {
	transform: translateX(120%);
	opacity: 0;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
	border-radius: 15px;
	list-style: none;
	background-color: #f5f5f5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	right: -5px;
	width: 10px;
	height: 10px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumb > li:last-child:after {
	display: none;
}
.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	border-radius: 4px;
	text-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.btn {
	padding: 9px 12px;
	font-size: 14px;
	border-radius: 10px;
	background: #ff7804;
	color: #fff;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	gap: 5px;
}
.bootstrap-datetimepicker-widget td.today:before {
	border-bottom: 7px solid #4ca551;
}
.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
	background-color: #ff7804;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.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: 14px;
}
.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;
}
.btn-default:hover {
	background-color: rgba(255, 120, 4, 1);
}
.btn-primary {
	color: #ffffff;
	cursor: pointer;
	background-color: rgba(255, 120, 4, 1);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.btn-primary {
	color: #ffffff;
	cursor: pointer;
	background-color: rgba(255, 120, 4, 1);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.btn-primary:hover {
	-webkit-box-shadow: 0 4px 9.5px 0.5px rgba(194, 78, 0, 0.31);
	box-shadow: 0 4px 9.5px 0.5px rgba(194, 78, 0, 0.31);
	background: rgba(253, 137, 38, 1);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: rgba(253, 137, 38, 1);
	background-position: 0 -15px;
	border: none;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406));
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	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] {
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	background-color: #da4f49;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#62c462), to(#51a351));
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e06342), to(#dc512c));
	background-image: -o-linear-gradient(top, #e06342, #dc512c);
	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;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222));
	background-image: -o-linear-gradient(top, #444444, #222222);
	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: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#111111));
	background-image: -o-linear-gradient(top, #333333, #111111);
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
.product-list {
	width: 100%;
}
.product-list .product-thumb {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	border-radius: 5px;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	border: 1px solid #e2e2e2;
	padding: 8px;
}
.product-list .product-thumb:hover {
	border: 1px solid rgba(255, 120, 4, 1);
	-webkit-box-shadow: 0 4px 9.5px 0.5px rgba(194, 78, 0, 0.31);
	box-shadow: 0 4px 9.5px 0.5px rgba(194, 78, 0, 0.31);
}
.product-list .info-block-card {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
/* product list */
.product-grid .product-thumb {
	border: 1px solid transparent;
	overflow: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	margin-bottom: 0;
	border-radius: 5px;
	-webkit-transition: all 0.075s
	ease-out;
	-o-transition: all 0.075s
	ease-out;
	transition: all 0.075s
	ease-out;
}
.product-thumb.lock {
	opacity: 0.4;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
}
.product-thumb .timer-rating {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.btn-wishlist.not-wh-add::before {
	content: '\f08a';
	font-family: FontAwesome;
	font-weight: 100;
}
.btn-wishlist.has-wh-add::before {
	content: '\f004';
	font-family: FontAwesome;
	color: rgba(233, 102, 49, 1);
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	opacity: 1;
	-webkit-filter: blur(0);
	filter: blur(0);
	-webkit-transition: opacity .35s ease, -webkit-filter .35s ease;
	transition: opacity .35s ease, -webkit-filter .35s ease;
	-o-transition: opacity .35s ease, filter .35s ease;
	transition: opacity .35s ease, filter .35s ease;
	transition: opacity .35s ease, filter .35s ease, -webkit-filter .35s ease;
}
.product-list .product-thumb .image img {
	max-width: 100px;
}
.product-thumb .image img.non-loaded {
	opacity: 0;
	-webkit-filter: blur(8px);
	filter: blur(8px);
}
img.image-result-search.non-loaded {
	opacity: 0;
	-webkit-filter: blur(8px);
	filter: blur(8px);
}
.product-grid .product-thumb a.btn-wishlist {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 20px;
	cursor: pointer;
	background: #ffffffb0;
	border-radius: 100%;
	padding: 5px;
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: rgba(105, 105, 115, 1);
	z-index: 1;
}
.product-list .product-thumb a.btn-wishlist {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 20px;
	cursor: pointer;
	background: #ffffffb0;
	border-radius: 100%;
	padding: 5px;
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: rgba(105, 105, 115, 1);
}
.product-thumb a.btn-wishlist:hover {
	color: rgba(233, 102, 49, 1);
}
.product-grid .product-thumb .image {
	float: none;
	position: relative;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
	}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-grid .product-thumb .caption {
	padding: 0 10px;
	margin-top: 22px;
	margin-bottom: 60px;
}
.product-list .product-thumb .caption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 80%;
	padding: 0 10px;
	margin-bottom: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.product-list .product-thumb .caption .thumb-product-name {
	width: 85%;
	padding-right: 40px;
}
.product-grid .product-thumb .caption a {
	color: rgba(51, 51, 51, 1);
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	min-height: 60px;
}
.product-list .product-thumb .caption a {
	color: rgba(51, 51, 51, 1);
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	white-space: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.product-thumb .caption a:hover {
	color: rgba(233, 102, 49, 1);
}
@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 0 10px;
	}
}
@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}
.product-thumb .rating {
	position: relative;
	bottom: 0;
	background: rgb(255 255 255 / 60%);
	display: inline-block;
	padding: 2px 8px;
	border-radius: 10px 10px 0 0;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .none-review .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-grid .product-thumb .price-block {
	width: 100%;
	padding: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.product-list .product-thumb .price-block {
	width: 20%;
	padding: 10px 20px 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.product-thumb .price-unity {
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.product-thumb .price {
	color: rgba(44, 54, 64, 1);
	font-size: 20px;
	font-weight: 700;
}
.product-thumb .price-new {
	font-weight: 600;
	color: rgb(255 120 4);
}
.product-thumb .image-product-stickers {
	position: absolute;
	z-index: 9;
	left: 8px;
	top: 8px;
}
.product-thumb .image-product-stock {
	position: absolute;
	top: 17px;
	right: -30px;
	z-index: 9;
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
	background: #ff7804;
	padding: 5px 25px;
	color: #fff;
	font-size: 12px;
	line-height: 1;
}
.product-list .product-thumb .image-product-stock {
	font-size: 10px;
	line-height: 1;
}
.product-thumb .image-product-stickers .sticker-image-product {
	background: rgba(254, 34, 34, 1);
	border-radius: 14px;
	font-size: 11px;
	color: rgba(255, 255, 255, 1);
	font-weight: 700;
	text-transform: uppercase;
	padding: 2px 10px;
	margin-bottom: 10px;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	font-size: 14px;
	font-weight: 400;
}
.product-thumb .percent-sale {
	font-size: 17px;
	color: rgba(254, 105, 34, 1);
	font-weight: 700;
}
.product-thumb .unit-name {
	font-size: 12px;
	color: #aeaeae;
	margin-left: 10px;
	font-weight: 400;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-grid .product-thumb .button-group {
	overflow: auto;
	width: 100%;
	padding: 15px 10px;
	position: absolute;
	bottom: 0;
}
.product-list .product-thumb .button-group {
	overflow: auto;
	width: 250px;
	position: absolute;
	bottom: unset;
	padding: 15px 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0, -50%);
	right: 0;
	z-index: 99;
}
.button-group .button-cart {
	background: rgba(255, 120, 4, 1);
	padding: 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-radius: 10px;
	line-height: 1;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.button-group .button-cart:hover {
	-webkit-box-shadow: 0 4px 9.5px 0.5px rgba(194, 78, 0, 0.31);
	box-shadow: 0 4px 9.5px 0.5px rgba(194, 78, 0, 0.31);
	background: rgba(253, 137, 38, 1);
}
.quant-stepper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: rgb(255 204 160);
	border-radius: 10px;
	line-height: 13px;
	font-size: 16px;
	color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.quant-stepper .quant-stepper-duwn {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 11px 20px;
	border-radius: 10px;
	background: #ff7804;
}
.quant-stepper input.input-quant-add-cart {
	border: none;
	width: auto;
	height: 14px;
	padding: 0;
	max-width: 65px;
	text-align: center;
	background: transparent;
	color: #ff7804;
	font-size: 18px;
	font-weight: 600;
}
.quant-stepper .quant-stepper-up {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 11px 20px;
	border-radius: 10px;
	background: #ff7804;
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1600px) {
	.head-container {
		padding-right: 20px;
		padding-left: 20px;
	}
	.container {
		padding-right: 20px;
		padding-left: 20px;
	}
	.footer-container {
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
	.products-bar {
		display: none;
	}
	.information-posts-info .products-bar,
	.information-sales-info .products-bar {
		display: block;
	}
}
@media (max-width: 1023px) {
	.menu-links {
		display: none;
	}
	.head-menu-container {
		display: none;
	}
	.tooltip {
		display: none !important;
	}
}
@media (max-width: 980px) {
	.cart-products-list .cart-product-item .cart-product-price .cart-product-old-price {
		font-size: 12px;
	}
	.cart-products-list .cart-product-item .cart-product-price .cart-product-new-price {
		font-size: 15px;
	}
	.checkout-cart .lock-products .info-lock-products {
		max-width: 50%;
	}
	.block-notify {
		right: 10px;
		top: 75px;
	}
	.block-notify .push-notify-customer .title-coupon {
		font-size: 18px;
	}
	.block-notify .push-notify-customer .text-coupon {
		font-size: 12px;
		margin-bottom: 10px;
		padding-right: 0;
	}
	.block-notify .push-notify-customer .code-coupon {
		font-size: 12px;
		margin-bottom: 0;
		padding-right: 0;
	}
	.block-notify .push-notify-customer {
		padding: 12px 18px;
		max-width: 230px;
	}
	.block-notify .push-notify-customer .activate-coupon-notify {
		width: 100%;
		font-size: 12px;
	}
	#column-left {
		width: 0;
	}
	#column-left > div {
		display: none;
	}
	#content.cols-1 {
		width: 100%;
		padding-left: 0;
	}
	.container,
	.head-container,
	.footer-container {
		width: 100%;
		padding: 0 20px;
		overflow-x: hidden;
	}
	.product-layout.product-grid.col-1 {
		width: calc(100% / 4 - 12px);
	}
	.product-grid .product-thumb .caption {
		min-height: auto;
	}
	.header-mob-container,
	.menu-bar-desktop,
	.menu-search .custom-menu,
	.main-menu-head {
		display: none;
	}
	header .header-search {
		width: 430px;
		padding-left: 20px;
	}
	#column-left > div#lb_filter_but_mob {
		display: block;
		position: fixed;
		bottom: 50px;
		z-index: 99;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%,0);
		transform: translate(-50%, 0);
	}
	.product-page .product-info-block {
		flex-wrap: wrap;
	}
	.product-page .product-info-block .product-left {
		max-width: 100%;
		width: 100%;
	}
	.product-page .product-info-block .product-right {
		padding-left: 0;
	}
	.product-page .product-images {
		margin-bottom: 20px;
	}
	.product-page .product-images .main-image-swiper {
		min-width: 600px;
	}
	.mobile-bottom-menu {
		padding: 14px 12px;
	}
	.mobile-bottom-menu .mobile-menu-items > div {
		width: 74px;
		height: 74px;
	}
	.mobile-bottom-menu .mobile-menu-items i {
		font-size: 33px;
	}
	.mobile-bottom-menu .count-badge {
		font-size: 16px;
	}
	.checkout-cart #cart_products {
		width: 100%;
		margin-bottom: 20px;
	}
	.checkout-cart #cart_totals {
		width: 100%;
	}
	.checkout-checkout .main-block-checkout .block-checkout-left {
		width: 100%;
	}
	.checkout-checkout .main-block-checkout .block-checkout-right {
		padding-top: 35px;
		padding-left: 0;
		width: 100%;
	}
	.nav-tabs a {
		padding: 10px;
	}
	/*.block-point-info {*/
	/*	width: 100%;*/
	/*	margin-right: 0;*/
	/*}*/
	/*.block-point-map {*/
	/*	width: 100%;*/
	/*	padding-left: 0;*/
	/*}*/
	/*.body-info-point {*/
	/*	margin-bottom: 50px;*/
	/*}*/
	/*.product-thumb .timer-rating {*/
	/*	display: none;*/
	/*}*/
}
@media (max-width: 767px) {
	.page-about .about-block-buys.flex .flex-block {
		margin-bottom: 130px;
		width: 100%;
	}
	.block-product-series a img {
		max-width: 60px;
	}
	.block-product-series {
		gap: 18px;
	}
	.mobile-bottom-menu .mobile-menu-items > div {
		width: 44px;
		height: 44px;
	}
	.mobile-bottom-menu .count-badge {
		font-size: 11px;
	}
	.mobile-bottom-menu .mobile-menu-items i {
		font-size: 23px;
	}
	.header-mob-container {
		display: block;
	}
	header .header-search {
		padding-left: 0;
	}
	header .header-container {
		display: none;
	}
	.container.header {
		padding: 0;
	}
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
	.refine-categories-block a {
		width: calc(100% / 2 - 12px);
		font-size: 12px;
		line-height: 1;
	}
	.product-layout.product-grid.col-1 {
		width: calc(100% / 2 - 12px);
	}
	.main-products {
		gap: 24px;
	}
	.pagination>li>a, .pagination>li>span {
		margin-bottom: 10px;
	}
	.product-page .product-images .main-image-swiper {
		min-width: 100%;
		min-height: 335px;
		max-height: 400px;
	}
	.product-page .product-images .thumb-swiper-vertical {
		display: none;
	}
	.product-page .product-info-block .product-left {
		max-width: 100%;
		width: 100%;
	}
	.product-thumb .price {
		font-size: 15px;
	}
	.product-thumb .price-old {
		font-size: 12px;
	}
	.product-thumb .unit-name {
		font-size: 10px;
	}
	.product-thumb .percent-sale {
		font-size: 12px;
	}
	.product-page .product-info-block {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.product-page .product-info-block .product-right {
		padding-left: 0;
		margin-top: 20px;
	}
	.cart-products-list .cart-product-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		min-height: 120px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 10px;
	}
	.cart-products-list .cart-product-item .image {
		padding-right: 0;
		width: 25%;
	}
	.cart-products-list .cart-product-item .name {
		padding-right: 0;
		padding-left: 0;
		width: 55%;
	}
	.checkout-cart .cart-products-list .cart-product-item .price-group {
		position: relative;
		right: 0;
		left: 0;
		top: 15px;
		margin-bottom: 14px;
		width: 40%;
	}
	.cart-products-list .cart-product-item .price-quantity {
		position: relative;
		right: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 20px;
		width: 100%;
	}
	.cart-products-list-block .cart-products-list {
		padding: 5px;
		max-height: 100%;
	}
	.cart-products-list-block {
		padding: 10px;
	}
	.checkout-cart .check-all-products .input-check-product {
		padding: 0;
	}
	.checkout-cart .check-all-products {
		padding: 10px 10px;
	}
	body {
		line-height: 20px;
	}
	.breadcrumb {
		display: none;
	}
	.cart-products-list .cart-product-item .name a {
		font-size: 12px;
	}
	h1 {
		font-size: 25px;
		margin: 0 0 30px 0;
	}
	.checkout-cart .cart-products-list .cart-product-item .price-group .cart-product-price {
		font-size: 15px;
	}
	.checkout-cart #cart_products input[type=checkbox] + span:after {
		top: 9px;
	}
	header .header-search {
		width: 100%;
	}
	.header-mob-container .block-search-mob-header {
		background: -o-linear-gradient(271deg, #ff490a 0%, #ff8200fe 100%);
		background: linear-gradient(179deg, #ff490a 0%, #ff8200fe 100%);
		border-radius: 0 0 35px 35px;
		padding: 15px 18px;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}
	header .header-logo {
		width: 100%;
		padding: 0 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 20px 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	header .header-logo > div {
		width: 45%;
	}
	.header-shop-text {
		line-height: 15px;
		font-size: 12px;
		text-align: left;
	}
	.fancybox__slide {
		padding: 12px;
	}
	.product-layout.product-grid.col-non {
		width: calc(100% / 2 - 12px);
	}
	.product-layout.product-grid {
		width: calc(100% / 2 - 12px);
	}
	.ya-share2__popup.ya-share2__popup_mobile.ya-share2__popup_visible .ya-share2__popup-overlay {
		background-color: rgb(0 0 0 / 50%) !important;
	}
	.header-mob-container .block-search-mob-header.isSticky {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999;
		-webkit-box-shadow: 0 4px 9.5px 0.5px rgb(194 78 0 / 78%);
		box-shadow: 0 4px 9.5px 0.5px rgb(194 78 0 / 78%);
	}
	.quant-stepper input.input-quant-add-cart {
		max-width: 60px;
	}
	.quant-stepper .quant-stepper-duwn {
		padding: 11px 12px;
	}
	.quant-stepper .quant-stepper-up {
		padding: 11px 12px;
	}
	.product-list .product-thumb .button-group {
		border-left: none;
	}
	.products-bar .list-grid-button {
		display: none;
	}
	.products-bar .form-group label.input-group-addon {
		display: none;
	}
	.products-bar .sort-limit {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
	}
	iframe body  {
		overflow: hidden;
	}
	.modal-add-address .block-title.mob,
	.modal-add-address #block_address_map .custom-search-form-map-input {
		display: block;
	}
	.modal-add-address #block_point_info .block-title,
	.modal-add-address #block_point_info .custom-search-form-map-input {
		display: none;
	}
	.modal-add-address .modal-content-address {
		width: 100%;
	}
	.modal-add-address #info_address {
		max-height: 400px;
		overflow-y: auto;
	}
	.modal-add-address .block-address-info {
		width: 100%;
		display: none;
		padding-right: 0;
	}
	.modal-add-address .block-address-map {
		width: 100%;
		padding-left: 0;
		border-left: 0;
	}
	.fancybox__content .mob-map-hide {
		display: none;
	}
	.fancybox__content .custom-search-form-map.mob-show {
		display: block;
		z-index: 9999;
		margin-bottom: 0;
		padding: 10px;
		background: rgb(255 255 255 / 71%);
		position: absolute;
	}
	.fancybox__content .mob-hide {
		display: none;
	}
	.modal-add-address .footer-info-address .change-address-but {
		display: block;
	}
	.block-point-info .change-point-but {
		display: block;
	}
	.modal-choose-pickup .modal-block-points {
		width: 100%;
		padding: 45px 15px 15px 15px;
	}
	.block-point-map {
		width: 100%;
		padding-left: 0;
		border-left: 0;
	}
	.block-point-info {
		width: 100%;
		display: none;
	}
	.checkout-checkout #shipping_method input[type=radio]:checked + .ship-method::before {
		right: 10px;
		top: 75%;
	}
	.checkout-checkout #openModal.change-pickup-point {
		position: absolute;
		right: 18px;
		top: 10px;
	}
	.main-block-checkout .type_checkout {
		margin-right: 0;
	}
	.main-block-checkout #type_checkout .choose-type-ship-but {
		margin-top: 10px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
	}
	.main-block-checkout #type_checkout .type-checkout {
		padding: 10px 8px;
		font-size: 12px;
		margin-right: 0;
	}
	.main-block-checkout #type_shipping {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.main-block-checkout #type_shipping .choose-type-ship-but {
		width: 100%;
		margin-top: 10px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.main-block-checkout #type_shipping .type-shipping {
		padding: 10px 10px;
		margin-right: 0;
		font-size: 12px;
	}
	.main-block-checkout #order_total .product-checkout-image img {
		max-width: 70px;
	}
	.main-block-checkout #order_total .product-checkout-image {
		margin-right: 15px;
	}
	.main-block-checkout #order_total .checkout-price-quantity {
		position: relative;
		width: 100%;
		margin-top: 12px;
	}
	.header-top-block .current-city-customer {
		font-size: 14px;
	}
	.fancybox__content .mob-show {
		display: block;
	}
	.page-iframe .fancybox__iframe {
		padding: 10px 0;
	}
	.modal-add-address #block_address_map .custom-search-form-map-input {
		position: absolute;
		z-index: 99;
	}
	.head-container {
		padding: 0;
		overflow-x: unset;
	}
	#top {
		padding: 4px 20px 3px 20px;
	}
	.main-menu-head .main-menu-blocks {
		display: none !important;
	}
	.catalog-categories-block a {
		width: calc(100% / 3 - 10px);
	}
	.catalog-categories-block .category-name {
		left: 0;
		bottom: 0;
		width: 100%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		font-size: 12px;
		background: rgba(255, 255, 255, 0.7);
		color: rgba(255, 89, 23, 1);
		line-height: 1;
	}
	.footer-container {
		margin-bottom: 58px;
	}
	.info-point .footer-info-point {
		position: relative;
		margin-top: 30px;
	}
	.modal-add-address .block-address-map {
		min-height: 400px;
	}
	.product-page .button-group-page .button-group .cart-group {
		bottom: 64px;
		position: fixed;
		width: 100%;
		left: 0;
		padding: 10px;
		background: #fff;
		z-index: 99;
		margin-right: 0;
	}
	.quant-stepper input.input-quant-add-cart {
		height: 25px;
	}
	.product-page .button-group-page > div {
		margin-right: 0;
	}
	.product-page .button-group-page .wishlist-compare {
		margin-right: 25px;
	}
	.checkout-cart .cart-products-list .cart-product-item .quantity-group {
		width: 60%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.checkout-checkout #shipping_method .ship_img {
		padding: 5px;
		max-width: 60px;
	}
	.lb-swiper-container {
		height: auto;
	}
	.lb-swiper-container .swiper-pagination {
		display: none;
	}
	.main-block-products .category-items-products {
		padding-right: 0;
	}
	.block-change-city .current-head {
		margin-left: 0;
	}
	.information-sales .main-block-sales .sale-layout {
		width: calc(100% / 1 - 15px);
	}
	.information-posts .main-block-posts .post-layout {
		width: calc(100% / 1 - 15px);
	}
	#column-left > div#lb_filter {
		display: block;
		position: fixed;
		right: 0;
		width: 85%;
		top: 0;
		z-index: 99999;
		background: #FFF;
		height: 100%;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: -webkit-transform 0.3s ease;
		transition: -webkit-transform 0.3s ease;
		-o-transition: transform 0.3s ease;
		transition: transform 0.3s ease;
		transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	}
	#column-left > div#lb_filter.active {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	#lb_filter .main-block-filter {
		height: 100%;
		overflow-y: auto;
		padding: 50px 30px 30px 30px;
	}
	#lb_filter_but_mob.btn {
		background: rgba(80, 173, 85, 1);
		box-shadow: 0 0px 5px 4px rgb(80 173 85 / 40%);
	}
	#lb_filter_but_mob::before {
		content: '\ebbc';
		font-family: icomoon;
		margin-right: 7px;
	}
	#lb_filter_but_mob_close::before {
		content: '\e981';
		font-family: icomoon;
		color: rgb(14, 14, 14);
		margin-right: 3px;
	}
	#lb_filter .panel-heading-filter {
		background: rgb(253, 102, 7);
		background: -webkit-gradient(linear, left top, right top, from(rgba(253, 102, 7, 1)), color-stop(52%, rgba(253, 137, 38, 1)), to(rgba(254, 102, 8, 1)));
		background: -o-linear-gradient(left, rgba(253, 102, 7, 1) 0%, rgba(253, 137, 38, 1) 52%, rgba(254, 102, 8, 1) 100%);
		background: linear-gradient(90deg, rgba(253, 102, 7, 1) 0%, rgba(253, 137, 38, 1) 52%, rgba(254, 102, 8, 1) 100%);
		height: 45px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 10px 20px;
		color: #fff;
		font-weight: 600;
		font-size: 18px;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 99;
	}
	.block-categories {
		display: none;
	}
	footer {
		border-radius: 0;
	}
	.footer-container .footer-row > div {
		width: 100%;
		margin-bottom: 10px;
	}
	.footer-container .footer-block-copyright {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	.account-order .list-block-orders > div {
		width: 100%;
		text-align: center;
		border-right: 0;
		border-bottom: 1px solid #e0e0e0;
		padding: 9px 0;
	}
	.account-order .list-block-orders > div:last-of-type {
		border-bottom: 0;
	}
	.account-order-info .product-price {
		width: 100%;
	}
	.account-account .account-blocks-menu a.account-menu-item {
		width: calc(100% / 2 - 12px);
	}
	.account-return .list-return-orders > div {
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #e0e0e0;
		padding: 10px;
	}
	.account-return .list-return-orders > div:last-of-type {
		border-bottom: 0;
	}
	.account-organization .organization-list .organization-item {
		width: calc(100% / 1 - 0px);
		padding: 30px 57px 30px 20px;
	}
	.title-with-button {
		gap: 0;
	}
	.add-organization {
		margin-bottom: 30px;
	}
	.block-add-organization {
		min-width: auto;
	}
	.block-title {
		font-size: 25px;
	}
	.block-edit-organization {
		min-width: auto;
	}
	.account-address .list-address .address-item {
		width: calc(100% / 1 - 0px);
	}
	.add-address {
		margin-bottom: 30px;
	}
	.account-order-info .order-card.block-reciepts a {
		margin-left: 0;
	}
	body .header-block {
		margin-bottom: 0;
	}
	.account-order .main-block-ready-issue .block-ready-issue-products .block-ready-issue a {
		width: calc(100% / 1 - 0px);
	}
	.page-about .flex .flex-block {
		width: 100%;
	}
	#scrollTopBtn {
		bottom: 130px;
		right: 10px;
	}
	.category-page .select-category {
		display: inline-block;
	}
	.confirm-policy {
		width: 90%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.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;
	}
	.mobile-bottom-menu {
		display: none;
	}
}
@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 colum left + content + right*/
@media (min-width: 768px) {
	#column-left  .product-layout .col-md-3 {
		width: 100%;
	}

	#column-left + #content .product-layout .col-md-3 {
		width: 50%;
	}

	#column-left + #content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}

	#content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}
}
@media (min-width: 1024px) {
	header .header-search #search.input-group:hover {
		-webkit-box-shadow: var(--orange-shadow-color);
		box-shadow: var(--orange-shadow-color);
	}
	header .header-search .input-group .search-btn:hover {
		background: var(--main-but-background);
		color: var(--main-but-color-text);
	}
	.products-bar button .fa:hover {
		color: var(--main-link-color);
	}
	.main-block-cart-items .cart-item .item-but-del .cart-remove .fa:hover {
		color: var(--main-link-color);
	}
	.main-block-cart-items .cart-item-footer a.btn-cart:hover {
		-webkit-box-shadow: 0 4px 9.5px 0.5px rgba(194, 78, 0, 0.31) !important;
		box-shadow: 0 4px 9.5px 0.5px rgba(194, 78, 0, 0.31) !important;
		background: rgba(253, 137, 38, 1) !important;
		color: #FFFFFF;
	}
	.main-block-cart-items .item-name a:hover {
		color: rgba(253, 137, 38, 1);
	}
	.btn-success.btn:hover {
		background: rgba(253, 137, 38, 1);
		-webkit-box-shadow: 0 4px 9.5px 0.5px rgba(194, 78, 0, 0.31);
		box-shadow: 0 4px 9.5px 0.5px rgba(194, 78, 0, 0.31);
		border: none;
	}
	.menu-bar-desktop .menu-but-desktop:hover {
		background: #d35f00;
	}
	.head-menu-container .head-menu-content .menu-catalog__link:hover {
		color: #fff;
		background: rgb(253, 102, 7);
		background: -webkit-gradient(linear, left top, right top, from(rgba(253, 102, 7, 1)), color-stop(52%, rgba(253, 137, 38, 1)), to(rgba(254, 102, 8, 1)));
		background: -o-linear-gradient(left, rgba(253, 102, 7, 1) 0%, rgba(253, 137, 38, 1) 52%, rgba(254, 102, 8, 1) 100%);
		background: linear-gradient(90deg, rgba(253, 102, 7, 1) 0%, rgba(253, 137, 38, 1) 52%, rgba(254, 102, 8, 1) 100%);
	}
	.head-menu-container .head-menu-content .menu-catalog__level2-title:hover {
		color: rgba(253, 137, 38, 1);
	}
	.head-menu-container .head-menu-content .menu-catalog__level3 a:hover {
		color: rgba(253, 137, 38, 1);
	}
	.product-page .product-images .thumb-swiper-vertical .swiper-slide:hover {
		border-color: var(--main-link-color);
	}
	.main-image-swiper .swiper-button-next:hover, .main-image-swiper .swiper-button-prev:hover {
		background: var(--main-but-background);
	}
	.thumb-swiper-vertical .swiper-button-next:hover {
		background: var(--main-but-background);
	}
	.thumb-swiper-vertical .swiper-button-prev:hover {
		background: var(--main-but-background);
	}
	.product-page .btn-wishlist:hover {
		background: rgb(253 137 38 / 30%);
	}
	.product-page .btn-wishlist:hover::before {
		color: var(--main-but-background);
	}
	.checkout-cart #cart_products .btn-wishlist:hover {
		background: rgb(253 137 38 / 30%);
	}
	.checkout-cart #cart_products .btn-wishlist:hover::before {
		color: var(--main-but-background);
	}
	.cart-product-item .buttons-product .delete-product:hover {
		background: #fe6922;
		color: #ffffff;
	}
	.checkout-cart .cart-total-block .checkout-btn:hover {
		-webkit-box-shadow: 0 4px 9.5px 0.5px rgba(194, 78, 0, 0.31);
		box-shadow: 0 4px 9.5px 0.5px rgba(194, 78, 0, 0.31);
	}
	.menu-links .icon-top-menu a.icon-href:hover {
		background: rgba(211, 95, 0, 1);
	}
	.main-products .product-grid .product-thumb:hover,
	.tab-products .product-thumb:hover {
		-webkit-box-shadow: 0 4px 9.5px 0.5px rgba(194, 78, 0, 0.31);
		box-shadow: 0 4px 9.5px 0.5px rgba(194, 78, 0, 0.31);
	}
	.header-mob-container,
	.mob-footer-menu-block {
		display: none;
	}
	.checkout-cart .lock-products .delete-lock-products:hover {
		color: #fc6822;
	}
	#shipping_method .radio .ship-method:hover {
		background: #fd8725;
		color: #fff;
	}
	.main-block-checkout #type_checkout .type-checkout:hover {
		background: #fb9b6d;
		color: #ffffff;
	}
	.main-block-checkout #type_shipping .type-shipping:hover {
		background: #fb9b6d;
		color: #ffffff;
	}
	.block-product-series .product-series-item:hover .tooltip-block {
		opacity: 1;
		visibility: visible;
		transform: translate(-50%, -50%); /* плавно "подъезжает" */
	}
	.product-page .product-tags a:hover {
		background: #ff7804;
		color: #fff;
	}
	.product-page-pay-widgets .ya-pay-widget {
		width: 50% !important;
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

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