@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	src: url('/product/static/fonts/inter-v18-cyrillic_latin-400.woff2') format('woff2');
	display: swap;
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	src: url('/product/static/fonts/inter-v18-cyrillic_latin-500.woff2') format('woff2');
	display: swap;
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	src: url('/product/static/fonts/inter-v18-cyrillic_latin-700.woff2') format('woff2');
	display: swap;
}

::-webkit-input-placeholder {
	font: 400 14px 'Inter', Helvetica Neue, Helvetica, sans-serif;
	color: #667A85!important;
}
.search-control::-webkit-input-placeholder {
	color: #4E616B!important;
}
a:focus {
	outline: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
}
body {
	background: #222;
	line-height: normal;
}

label {
	margin: 0;
	padding: 0;
}
input[type=radio],
input[type=checkbox] {
	margin: 0;
}
input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
	outline: none;
}
input[type=checkbox] {
	width: 20px;
	height: 20px;
	position: relative;
	background: url(/product/static/img/checkbox.svg) no-repeat center top;
	background-size: 20px auto;
	cursor: pointer;
	flex: 0 0 auto;
	appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
}
input[type=checkbox]:checked {
	background-position: center bottom;
}
input[type=checkbox] + label {
	font: 400 14px 'Inter', Helvetica Neue, Helvetica, sans-serif;
	color: #000;
	cursor: pointer;
	display: inline;
}

.checkbox--default .label-field {
	font: 400 14px 'Inter', Helvetica Neue, Helvetica, sans-serif;
	color: #000;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
}

.checkbox--hidden {
	display: none;
}

#page-wrapper {
	background: #FFF;
	line-height: normal;
	margin: 0 0 0 80px;
	overflow: hidden;
	/*z-index: 2;*/
}
.d-flex {
	display: flex;
}
.d-wrap {
	flex-wrap: wrap;
}
.f-sh-0 {
	flex-shrink: 0;
}
.f-sh-1 {
	flex-shrink: 1;
}
.p-vertical {
	align-items: center;
}
.title {
	font: 400 16px 'Inter', Helvetica Neue, Helvetica, sans-serif;
	color: #000;
}
.subtitle {
	font: 400 14px 'Inter', Helvetica Neue, Helvetica, sans-serif;
	color: #000;
}
.gap-xs {
	gap: 4px;
}
.gap-m {
	gap: 16px;
}
.space-xs {
	margin: 0 0 4px;
}
.space-s {
	margin: 0 0 8px;
}
.space-m {
	margin: 0 0 12px;
}
.space-l {
	margin: 0 0 24px;
}
.space-xl {
	margin: 0 0 32px;
}

.position {
	display: flex;
}
.position.right {
	justify-content: end;
}
.pagination-container {
	position: absolute;
	margin-top: -48px;
	right: 0;
    margin-right: 15px;
	z-index: 10;
}
.float-e-margins .btn {
	margin: 0;
}
.facets-container {
	display: flex;
	gap: 20px;
}
.facets-container .facets-column {
	width: calc((100% - 40px)/3);
	min-width: 500px;
	flex: 1;
}
.facets-container .facets-column--select {
	min-width: auto;
	/*max-width: 500px;*/
}
/*
.facets-container .facets-column-item {
	display: flex;
	align-items: center;
	gap: 20px;
}
*/
.facets-container .facets-column-item > div {
	/*width: calc((100% - 20px)/2);*/
	/*width: 100%;*/
    gap: 54px;
}
/*
.facets-container .facets-column-item > div:first-child {
	max-width: 20%;
}
*/
.facets-container input[type=checkbox] {
	top: 6px;
	bottom: 5px;
	left: -34px;
	margin-right: 0;
}
.facets-container .facets-title {
	font: 600 16px 'Inter', Helvetica Neue, Helvetica, sans-serif;
	color: #000;
}
.facets-container .facets-list {
	margin-left: 34px;
	display: flex;
}
.facets-container .facets-list input[type=checkbox] + label {
    margin-left: -28px;
}
.facets-container .facets-list .facets-list-item {
	margin: 0 0 10px;
}
.facets-container .facets-list .facets-list-column {
	width: calc((100% - 20px)/2);
}
.facets-container .facets-list .facets-list-item:last-child {
	margin-bottom: 0;
}
.wrapper-content {
	padding: 0;
}
.breadcrumb {
	font: 500 12px 'Inter', Helvetica Neue, Helvetica, sans-serif;
	background: none;
}
.breadcrumb > li {
	color: #83939C;
}
.breadcrumb > li + li:before {
	color: #83939C;
	padding: 0 12px;
}
.breadcrumb > .active {
	font-weight: 400;
	color: #000;
}
.page-heading {
	margin-top: 64px;
	padding: 15px;
}
.search-icon {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 10px;
	bottom: 0;
	margin: auto;
	background: #FFF;
	z-index: 10;
}

.fa-navicon:before,
.fa-reorder:before,
/*.fa-bars:before,*/
.fa-chevron-right:before,
.fa-phone:before,
.fa-bell:before,
/*.fa.arrow:before,*/
/*.fa-info-circle:before,*/
/*.fa-list-ol:before,*/
.fa-unlock-alt:before,
.fa-sign-out:before,
.fa-shopping-cart:before {
	content: '';
	width: 24px;
	height: 24px;
	display: block;
}
/*
.fa-bars:before {
	background-image: none;
	background-color: #000;
	mask-image: url(/product/static/img/chevron/chevron.svg);
	mask-size: 24px;
	mask-repeat: no-repeat;
		-webkit-mask-image: url(/product/static/img/chevron/chevron.svg);
		-webkit-mask-size: 24px;
		-webkit-mask-repeat: no-repeat;
}
*/
.fa-chevron-right:before {
	width: 16px;
	height: 16px;	
	transform: rotate(180deg);
	background-image: none;
	background-color: #3A4951;
	mask-image: url(/product/static/img/chevron/chevron.svg);
	mask-size: 16px;
	mask-repeat: no-repeat;
		-webkit-mask-image: url(/product/static/img/chevron/chevron.svg);
		-webkit-mask-size: 16px;
		-webkit-mask-repeat: no-repeat;
}
.fa-phone:before {
	background: url(/product/static/img/phone_icon.svg) no-repeat center;
	background-size: 24px;
}
.fa-bell:before {
	background: url(/product/static/img/notification_icon.svg) no-repeat center;
	background-size: 24px;
}
.fa-shopping-cart:before {
	background: url(/product/static/img/basket_icon.svg) no-repeat center;
	background-size: 24px;
}
.fa-unlock-alt:before {
	width: 16px;
	height: 16px;
	background: url(/product/static/img/change_pass_icon.svg) no-repeat center;
	background-size: 16px;
}
.fa-sign-out:before {
	width: 16px;
	height: 16px;
	background: url(/product/static/img/logout_icon.svg) no-repeat center;
	background-size: 16px;
}
.logo {
	width: 100%;
	max-width: 320px;
	min-height: 64px;
	padding: 0 15px;
	margin: 0;
	display: flex;
	align-items: center;
	background: linear-gradient(90deg, #000 60.23%, rgba(0, 0, 0, 0) 100%);
}
.logo-image {
	height: 100%;
}
.logo-image img {
	width: 135px;
	height: 50px;
}

#cart_wrapper {
	padding: 0 6px;
}
.label {
	font: 500 10px 'Inter', Helvetica Neue, Helvetica, sans-serif;
	color: #000;
	border-radius: 8px;
}
.label-primary {
	font-size: 14px;	
	background: #E1F7D8;
}
.count-info .label {
	min-width: 16px;
	height: 16px;
	padding: 0 2px;
	top: -5px;
	right: 50%;
	margin-right: -18px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.count-info .label.label-primary {
	background: #FFCB04;
}
.btn {
	font: 500 14px 'Inter', Helvetica Neue, Helvetica, sans-serif;
	color: #000;
	padding: 0 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn.active, .btn:active {
	box-shadow: none;
}

.btn-default-toogle .fa-chevron-right:before {
	transform: rotate(-90deg);
}
.btn-default-toogle.toogle .fa-chevron-right:before {
	transform: rotate(0deg);
}

.form-group {
	position: relative;
	margin: 0;
}
.form-search {
	margin: 0 0 12px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.form-search select.form-control {
	width: 100%;
	max-width: 280px;
}
.form-search .select-group {
	width: 100%;
	max-width: 280px;
}
.form-search .select-group.type-group {
	max-width: 200px;
}
.form-search .select-group.mark-group {
	max-width: 254px;
}
.form-search .select-group.model-group {
	max-width: 224px;
}
.form-search .select-group.year-group {
	max-width: 150px;
}
.select2-container--default-select .select2-selection--single {
	height: 40px;
	border: 1px solid #E0E0E0;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.08);
}
.select2-container--default-select .select2-selection--single .select2-selection__rendered {
	font: 400 14px 'Inter', Helvetica Neue, Helvetica, sans-serif;
	/*color: #667A85;*/
	color: #000;
	line-height: 40px;
	padding-left: 12px;
	padding-right: 40px;
}
.select2-container--default-select .select2-selection--single .select2-selection__placeholder {
	color: #667A85;
}
.select2-container--default-select .select2-selection--single .select2-selection__arrow b {
	width: 40px;
    height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: none;
    background: url(/product/static/img/chevron/chevron_select.svg) no-repeat center/24px;
}
.select2-container--default-select.select2-container--open .select2-selection--single .select2-selection__arrow b {
	transform: rotate(180deg);
}
.select2-container--default-select.select2-container--open .select2-selection--single {
	border-color: #FFCB04;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.08),
				0 0 0 1px #FFCB04 inset;
}
.select2-container--default-select .select2-dropdown {
	top: 5px;
	border: 1px solid #E6E8EA;
	border-radius: 8px;
	box-shadow: 0 2px 6px -2px rgba(0,0,0,.06),
				0 8px 12px -2px rgba(0,0,0,.08);
}
.select2-container--default-select .select2-search--dropdown {
	padding: 12px;
	padding-bottom: 0;
}
.select2-container--default-select .select2-search--dropdown .select2-search__field {
	font: 400 14px 'Inter', Helvetica Neue, Helvetica, sans-serif;
    color: #000;
	padding: 6px 8px;
	border-width: 1px;
	border-style: solid;
	border-color: #E6E8EA;
	border-radius: 2px;
	outline: none;
}
.select2-container--default-select .select2-results__option {
	font: 400 14px 'Inter', Helvetica Neue, Helvetica, sans-serif;
    color: #000;
    padding: 12px;
    border-bottom: 1px solid #E6E8EA;
}
.select2-container--default-select .select2-results__option:hover {
	background: #F7F7F7;
}
.select2-container--default-select .select2-results__message {
	border: none;
}
.select2-container--default-select .select2-results__message:hover {
	background: none;
}
.select2-container--default-select .select2-results > .select2-results__options {
	max-height: 360px;
	overflow-y: auto;
}
.select2-container--default-select .select2-results > .select2-results__options::-webkit-scrollbar {
	width: 4px;
}
.select2-container--default-select .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
	border-radius: 8px;
    background: #E6E8EA;
}
.select2-container--default-select .select2-results > .select2-results__options::-webkit-scrollbar-track-piece {
    background: transparent;	
}
.select2-container--default-select .select2-results > .select2-results__options::-webkit-scrollbar-track {
	margin: 5px 0;
	margin-right: 12px;
}

.search-field-content {
	margin: 0 0 12px;
	display: flex;
	align-items: center;
	column-gap: 20px;
	row-gap: 12px;
}
.search-field-filters {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 2px;
}
.search-field p {
	font: 400 14px 'Inter', Helvetica Neue, Helvetica, sans-serif;
	margin: 0;
	padding: 0 4px;
}
.search-field__content {
	margin: 0 0 16px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
}
.second-search.disabled  {
	opacity: .3;
}
.search-field-content.disabled  {
	opacity: .3;
}
.form-group--first-group.disabled {
	opacity: .3;
}
.form-group--second-group.disabled {
	opacity: .3;
}
.form-group--first-group .search-control {
	min-width: 304px;
}
.form-group--second-group .search-control {
	max-width: 168px;
}
.form-control {
	font: 400 14px 'Inter', Helvetica Neue, Helvetica, sans-serif;
	color: #000;
	padding: 0 12px;	
	height: 40px;
	border: 1px solid #E0E0E0;
	border-radius: 8px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.08);
}
.form-control:focus {
	border-color: #FFCB04;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.08),
				0 0 0 1px #FFCB04 inset;
}
/*
.form-search .form-control {	
	min-width: 280px;
}
.form-search .form-control.year-control {
	min-width: auto;
	max-width: 115px;
}
.form-search select.form-control {
	width: 100%;
	max-width: 280px;
}
*/
.form-search .search-control {
	/*min-width: 424px;*/
	padding-left: 42px;
	/*box-shadow: none;*/
}
select.form-control {
	/*color: #667A85;*/
	color: #000;
	/*line-height: 48px;*/
	cursor: pointer;
	padding-right: 40px;
	background: url(/product/static/img/chevron/chevron_select.svg) no-repeat right 7px center;
	background-size: 24px auto;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
}
select.form-control.option-string {
	max-width: 192px;
}
select.form-control.option-integer {
	max-width: 180px;
}
.form-horizontal .form-group {
	margin:  0 0 12px;
}
.form-group-sm .form-control {
	/*font: 400 14px 'Inter', Helvetica Neue, Helvetica, sans-serif;*/
	font: 400 14px 'Inter', Helvetica Neue, Helvetica, sans-serif;
	color: #000;
	border-radius: 8px;
}
.form-group-sm select.form-control {
	line-height: 22px;
}
.form-sm .form-control:not([multiple]):not(textarea) {
	padding: 0 12px;
	padding-right: 38px;
	height: 40px;
}
.nav-tabs > li > a {
	margin-right: 8px;
	height: 40px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	font: 500 14px 'Inter', Helvetica Neue, Helvetica, sans-serif;
	color: #000;
	padding: 0 8px;
	border-radius: 8px 8px 0 0;
	border: 1px solid #F4F5F6;
	border-bottom: none;
	background: #F4F5F6;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #000;
}
.tabs-container .nav-tabs > li a:hover {	
	background: #F4F5F6;
	border-bottom: none;
}
.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
	border-color: #FFCB04;
	border-bottom: none;
	background: #FFF5CD;
}
.nav > li > a > img {
	width: 24px;
	height: 24px;
}
.tabs-container .nav-tabs {
	position: relative;
	border-color: #E6E8EA;
	padding: 0 4px;
	margin: 0 -4px 12px;
}
.tabs-container .nav-tabs > li {
	margin-bottom: 0;
}
.tabs-container .panel-body {
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
}
.basket-container {
	
}
.basket-container h1 {
	font-family: 'Inter', Helvetica Neue, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: 500;
	color: #000;
	margin: 0;
}
.basket-container .title-content {
	margin: 0 0 14px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.basket-container .title-content .back {
	width: 24px;
	height: 24px;
	background: #F5F5F5;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.basket-container .form-control {
	height: 40px;
}
.basket-container .SumoSelect > .CaptionCont {
	height: 40px;
}
/*
.basket-container .SumoSelect.open > .optWrapper {
	top: 46px;
}
*/
.basket-container .ibox {
	margin: 0;
}
.basket-container .ibox-content {
	padding: 0;
	border: none;
}
.basket-container .basket-content {
	display: flex;
	gap: 12px;
}
.basket-container .t-cart {
	width: 100%;
	min-width: 0;
}
.basket-container .t-cart .title-container {
	margin: 0 0 16px;
	display: flex;
	align-items: center;
}
.basket-container .t-cart .title {
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 16px;
}
.basket-container .t-cart .title.clear {
	margin: 0;
	padding: 0;
}
.basket-container .t-cart .subtitle {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 8px;
}
.basket-container .t-cart .subtitle sup {
	font-size: 20px;
    color: #BF0031;
    top: 2px;
}
.basket-container .t-cart .form-group {
	margin: 0 0 12px;
	max-width: 632px;
}
.basket-container .t-order {
	width: 100%;
	max-width: 272px;
}
.basket-container .t-order .btn {
	max-width: 200px;
}
.basket-container .t-order .title {
	font-size: 16px;
	font-weight: 500;
	color: #4E616B;
	margin: 0 0 6px;
}
.basket-container .t-order .title span {
	color: #000;
}
.basket-container .t-order .btn.btn-primary {
	margin: 0 0 10px;
}
.basket-container .t-order .title.line-through span {
	text-decoration: line-through;
}
.basket-container .t-cart-content {
	padding: 16px;
	margin: 0 0 12px;
	background: #F7F7F7;
	border-radius: 12px;
}

.basket-container .t-cart-content:last-child {
	margin: 0;
}
.basket-container .product-list .item-list {
	/*padding: 8px 12px;*/
	margin: 0 0 8px;
	display: flex;
	/*justify-content: space-between;*/
	/*gap: 24px;*/
	gap: 18px;
}
.basket-container .product-list .item-list:last-child {
	margin: 0;
}
.basket-container .product-list .item-list .item-list-column {
	font: 500 12px 'Inter', Helvetica Neue, Helvetica, sans-serif;
    color: #000;
	width: 50%;
	/*width: calc((100% - 48px) /3);*/
}
.basket-container .product-list .item-list .item-list-column .cost-all span {
	font-weight: 500;
}
.basket-container .product-list .item-list.bottom {
	align-items: center;
}
.basket-container .product-list .item-list .item-list-column.left {
	width: 100%;
	max-width: 400px;
}
.basket-container .product-list .item-list .item-list-column.right {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 24px;
}
/*.basket-container .product-list .label {
	font-size: 12px;
}*/
.basket-container .product-list .label {
	padding: 2px 6px;
}
.basket-container .product-list .label-danger {
	color: #FFF;
	background: #ED003D;
}
.basket-container .product-list .label-container {
	display: flex;
	align-items: center;
	gap: 4px;
}
.basket-container .product-list .label-container .price {
	font-size: 16px;
}
.basket-container .product-list .label-container .second-price {
	font-size: 14px;
    color: #4E616B;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.basket-container .product-list .label-container .second-price img {
	width: 20px;
	height: 20px;
}
.basket-container .product-list .price-row {
	flex-wrap: wrap;
	row-gap: 4px;
	column-gap: 12px;
} 
.basket-container .product-list .delete-row {
	display: flex;
	justify-content: end;
}
.basket-container .product-list .field-row {
	width: 100%;
	min-width: 0;
	display: flex;
	gap: 24px;
}
.basket-container .product-list .field-row .select-container {
	width: 280px;
	min-width: 0;
}
.basket-container input[type=checkbox] {
	margin: 0 11px;
	width: 18px;
    height: 18px;
	background-size: 18px auto;
	flex-shrink: 0;
}
.basket-container .product-list input[type=checkbox] {
	margin: auto;
	position: absolute;
	top: 10px;
	left: 10px;
}
.basket-container .product-list .product-list-item {
	/*padding: 8px 12px;*/
	padding: 10px;
	padding-left: 38px;
	margin: 0 0 8px;
	position: relative;
	background: #FFF;
	border: 1px solid #E6E8EA;
	border-radius: 8px;
}
.basket-container .product-list .product-list-item:last-child {
	margin: 0;
}
.basket-container .count-container {
	min-width: 132px;
	height: 40px;
}
.basket-container .count-container .btn-primary {
	width: 32px;
    height: 32px;
}
.basket-container .count-container .form-control {
	height: 32px;
	max-width: 60px;
}
.basket-container .count-container .form-control[disabled] {
	cursor: default;
}
.basket-container 
.filters-container {
	margin: 0 0 24px;
}
.filters-container .ibox {
	margin: 0;
}
.filters-container .ibox-content {
	padding: 8px;
	border: 1px solid #c6ced2;
	border-radius: 8px;	
}
.current-quantity {
	font: 500 10px 'Inter', Helvetica Neue, Helvetica, sans-serif;
	color: #000;
	min-width: 20px;
	height: 20px;
	padding: 0 4px;
	border-radius: 20px;
	background: #FFCB04;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.filters-reset-button {
	font: 400 14px 'Inter', Helvetica Neue, Helvetica, sans-serif;
	color: #4E616B;
	display: inline-flex;
	align-items: center;
	gap: 4px;
}
.filters-reset-button:focus,
.filters-reset-button:hover {
	color: #4E616B;
}
.bg-info {
	font: 400 14px 'Inter', Helvetica Neue, Helvetica, sans-serif;
	padding: 16px 10px;
	border-radius: 8px;
}
.bg-info.wrap {
	margin-top: 16px;
}
.bg-success {
	font: 400 14px 'Inter', Helvetica Neue, Helvetica, sans-serif;
	padding: 16px 10px;
	border-radius: 8px;
}
.flash_message {
	position: relative;
}
.flash_message > .close {
	opacity: 1;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	right: 12px;
	bottom: 0;
	margin: auto;
	display: block;
	text-shadow: none;
	background-color: #FFF;
	mask-size: 16px;
	mask: url(/product/static/img/close/close.svg) no-repeat center;
		-webkit-mask: url(/product/static/img/close/close.svg) no-repeat center;
		-webkit-mask-size: 16px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
	margin: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
	border-radius: 12px;
}
.search-result {
	/*margin: 8px 0;*/
	margin: 0 0 9px;
	display: flex;
	align-items: center;
	gap: 12px;
}
.search-result .search-result-left {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 24px;
}
.search-result .title {
	font-size: 24px;
	font-weight: 600;
}
.search-result .sorting {
	font: 400 14px 'Inter', Helvetica Neue, Helvetica, sans-serif;
	color: #000;
	display: inline-flex;
	gap: 12px;
}
.search-result .sorting-link {
	color: #000;
	line-height: 18px;
	background-image: repeating-linear-gradient(90deg, #000000, #000000 8px, transparent 8px, transparent 16px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 100% 1px;
}

.search-result select.form-control {
	font-size: 14px;
	line-height: 18px;
	width: auto;
	height: auto;
	padding: 0 12px;
	margin: 4px 0;
	box-shadow: none;
	border: none;
	background: none;
	opacity: 0;
    position: absolute;
    top: 0;
	left: 94px;
}
.search-result select.form-control option {
	opacity: 0;
}
.search-result select.form-control:focus option {
	opacity: 1;
}


.search-result select.test {
	all: unset;
}
.cost-all,
.cost-all span {
	font-weight: 700;
}

.table-title {
	color: #4E616B;
	font-weight: 500;
	display: inline-block;
	margin: 0 0 2px;
}
.basket-group {
	width: 100%;
	max-width: 132px;
}
.basket-group .btn-primary, .basket-group .btn-default {
	min-width: 132px;
}
.product-count {
	color: #ed5565;
	margin-top: 4px;
}
.count-container {
	width: 100%;
	max-width: 132px;
	height: 48px;
	background: #F4F5F6;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.count-container .btn-primary {
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	max-width: none;
	min-width: auto;
	border-radius: 8px;
	flex-shrink: 0;
}
.count-container .form-control {
	max-width: 32px;
	height: 40px;
	padding: 0;
	border: none;
	background: none;
	text-align: center;
	box-shadow: none;
}
.count-container .form-control:focus {
	box-shadow: none;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
	background: #E9FCE1;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
	background: #FFE4E4;
}
.table > tbody > tr.markdown > td,
.table > tbody > tr.markdown > th,
.table > tbody > tr > td.markdown,
.table > tbody > tr > th.markdown,
.table > tfoot > tr.markdown > td,
.table > tfoot > tr.markdown > th,
.table > tfoot > tr > td.markdown,
.table > tfoot > tr > th.markdown,
.table > thead > tr.markdown > td,
.table > thead > tr.markdown > th,
.table > thead > tr > td.markdown,
.table > thead > tr > th.markdown {
	background: #FCF8E3;
}
.table > tbody > tr.arrival > td,
.table > tbody > tr.arrival > th,
.table > tbody > tr > td.arrival,
.table > tbody > tr > th.arrival,
.table > tfoot > tr.arrival > td,
.table > tfoot > tr.arrival > th,
.table > tfoot > tr > td.arrival,
.table > tfoot > tr > th.arrival,
.table > thead > tr.arrival > td,
.table > thead > tr.arrival > th,
.table > thead > tr > td.arrival,
.table > thead > tr > th.arrival {
	background: #f0f8ff;
}
.markdown {
	background: none;
}
.dataTables_wrapper {
	padding: 0;
}
.table-responsive {
	overflow: hidden;
}
table.customTable {
	border: none;
	border-spacing: 0 3px;
	border-collapse: separate !important;
	width: 100%;
	table-layout: fixed;
}
table.customTable tr:first-child td {
    margin-bottom: -3px;
    padding-bottom: 0;
}
table.customTable td:nth-child(2) {
	width: 50%;
}
@media (max-width: 1399px) {
	table.customTable td:nth-child(2) {
		width: 30%;
	}
}
@media (min-width: 1400px) and (max-width: 1699px) {
	table.customTable td:nth-child(2) {
		width: 40%;
	}
}
table.customTable td:nth-last-child(2) {
	width: 130px;
}
@media (max-width: 1199px) {
	table.customTable td:nth-child(2) {
		width: 100%;
	}
	table.customTable td:nth-last-child(2) {
		width: 100%;
	}
}
table.customTable .label {
	font-size: 10px;
	font-weight: 500;
	padding: 2px 6px;
	color: #FFF;
	display: inline-block;
}
table.customTable .ellipsis {
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
table.customTable .label-default {
	font-size: 12px;
	color: #000;
	padding: 0;
	background: none;
	cursor: default;
}
table.customTable .label-danger {
	background: #ED003D;
}
/*table.customTable .label-primary {
	background: #2FA700;
}*/
table.customTable .label-warning {
	color: #000;
	background: #FFFF00;
}
table.customTable .label-primary {
	color: #FFF;
	font-size: 10px;
    background: #2FA700;
	/*text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	cursor: default;*/
}
table.customTable .label-info {
	background: #FF4D04;
	cursor: default;
}
table.customTable .label-container {
	margin: 0 0 2px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px;
}
table.customTable .label-container.nowrap {
	flex-wrap: nowrap;
}
table.customTable .label-container .table-title {
	margin: 0;
}
table.customTable .label-container .price {
	font-size: 14px;
}
table.customTable .label-container .second-price {
	font-size: 12px;
	color: #4E616B;
	display: inline-flex;
	align-items: center;
	gap: 4px;
}
/*table.customTable .btn {
	font-size: 14px;
}*/
table.customTable .btn-primary {
	height: 40px;
	border-radius: 8px;
	
}
table.customTable .basket-group .btn-primary {
	min-width: 104px;
}
table.customTable .count-container {
	max-width: 104px;
	height: 40px;
}
table.customTable .count-container .btn-primary {
	width: 32px;
	height: 32px;
	min-width: auto;
	border-radius: 4px;
}
table.customTable .count-container .form-control {
	height: 32px;
}
table.customTable .count-container .form-control[disabled] {
	cursor: default;
}
table.customTable .form-control {
	font-size: 14px;
}
table.customTable .label-container .question-popup img {
	display: block;
}
table.customTable tbody > tr > td {
	font: 500 12px 'Inter', Helvetica Neue, Helvetica, sans-serif;
	color: #000;
	padding: 3px 5px;
	border-left-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-color: #E6E8EA;
	overflow-wrap: anywhere;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
	border-bottom-width: 1px;
}
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
	border-right-width: 1px;
}
table.customTable tbody > tr > td:first-child {
	width: 88px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
	border-left-width: 1px;
	vertical-align: middle;
}
table.customTable tbody > tr > td:last-child {
	width: 114px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-right-width: 1px;
	vertical-align: middle;
}
.pagination {
	margin: 0;
}
.product-slider {
	width: 48px;
	height: 48px;
	margin: auto;
}
.product-slider .arrow {
	position: absolute;
	left: -14px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: url(/product/static/img/chevron/chevron_slider.svg) no-repeat center #E6E8EA;
	background-size: 5px 10px;
}
.product-slider .arrow.arrow-right {
	left: auto;
	right: -14px;
	transform: rotate(180deg);
}
.product-slider .product-slider-item {
	display: block;
	border-radius: 4px;
	overflow: hidden;
	background: #FFF;
}
.product-slider .product-slider-item img {
	width: 48px;
	height: 48px;
	object-fit: contain;
}
.navigation {
	padding: 0;
	margin: 0;
	border: 1px solid #E6E8EA;
	border-radius: 8px;
	display: inline-flex;
}
.navigation li {
	list-style: none;
}
.navigation li:last-child .navigation-item {
	border-right: none;
}
.navigation .navigation-item {
	font: 500 12px 'Inter', Helvetica Neue, Helvetica, sans-serif;
	color: #000;
	padding: 0 10px;
	min-width: 38px;
	height: 38px;
	border-right: 1px solid #E6E8EA;
	transition: background .2s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.navigation .navigation-item.active {
	color: #C6CED2;
}
.navigation .navigation-item:hover {
	background: #F9F9F9;
}
.navigation .navigation-item .left-arrow {
	transform: rotate(-180deg);
}
.tab-content {
	position: relative;
}
.additional-filters {
	display: flex;
	align-items: center;
	gap: 12px;
}

.ibox-content.sk-loading > .loader.sk-spinner {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9;
	/*margin: auto;*/
	/*background: rgba(255,255,255,0.8);*/
}
.loader-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.loader-circle {
	width: 80px;
	height: 80px;
	position: relative;
	z-index: 10;
	background: url(/product/static/img/active_loader.svg) no-repeat center;
	animation: loader-circle 2s linear infinite;
}


.task-list {
	
}
.task-list .task-list-item {
	
}
.task-list .task-list-title {
	
}
@keyframes loader-circle {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.SumoSelect {
	width: 100%;
}
.form-search .SumoSelect {	
	width: 280px;
}
.SumoSelect > .CaptionCont {	
	font: 400 14px 'Inter', Helvetica Neue, Helvetica, sans-serif;
	/*color: #667A85;*/
	color: #000;
	padding: 0;
	height: 48px;
	border: 1px solid #E0E0E0;
	border-radius: 8px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .08);
	min-height: auto;
	display: flex;
	align-items: center;
	transition: all .2s;
}
.SumoSelect > .CaptionCont > span {
	padding: 0 12px;
	padding-right: 42px;
	cursor: pointer;
}
.SumoSelect > .CaptionCont > label {
	width: 24px;
	right: 7px;
}
.SumoSelect > .CaptionCont > label > i {
	width: 24px;
	height: 24px;
	cursor: pointer;
	background: url(/product/static/img/chevron/chevron_select.svg) no-repeat center ;
	background-size: 24px auto;
	opacity: 1;
} 
.SumoSelect.open > .CaptionCont,
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
	border-color: #FFCB04;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .08),
				0 0 0 1px #FFCB04 inset;
}
.SumoSelect.open:focus > .CaptionCont > label > i {
	transform: rotate(180deg);
}
.SumoSelect.disabled > .CaptionCont {
	border-color: #E0E0E0;
	box-shadow: none;
}
.SumoSelect.disabled > .CaptionCont span {
	cursor: not-allowed;
}

.SumoSelect.disabled > .CaptionCont > label {
	display: none;
}
/*
.SumoSelect .optWrapper {
	max-height: 200px;
    overflow-y: auto;
}
*/
.SumoSelect.open > .optWrapper {
	/*width: 318px;*/
	/*top: 54px;*/
	margin-top: 10px;
	border: 1px solid #E6E8EA;
	border-radius: 8px;
	box-shadow: 0 2px 6px -2px rgba(0, 0, 0, .06),
				0 8px 12px -2px rgba(0, 0, 0, .08);
}
.SumoSelect.open > .optWrapper.up {
	margin-top: auto;
}
.SumoSelect > .optWrapper > .options {
	max-height: 360px;
	/*margin-right: 2px;
	overflow-y: scroll;*/
}
.SumoSelect > .optWrapper > .options li.opt {
	font: 400 14px 'Inter', Helvetica Neue, Helvetica, sans-serif;
	color: #000;
	padding: 12px;
	border-bottom: 1px solid #E6E8EA;
}
.SumoSelect > .optWrapper > .options li.opt label {
	font-weight: 400;
}
.SumoSelect > .optWrapper > .options li.opt:hover {
	background: #F4F5F6;
}
.SumoSelect > .optWrapper > .options::-webkit-scrollbar {
	width: 4px;
	height: auto;
}
.SumoSelect > .optWrapper > .options::-webkit-scrollbar-thumb {
	border-radius: 6px;
    background: #E6E8EA;
}
.SumoSelect > .optWrapper > .options::-webkit-scrollbar-track-piece {
	border-radius: 4px;
    background: transparent;
}
.SumoSelect > .optWrapper > .options::-webkit-scrollbar-track {
	margin: 5px 0;
	margin-right: 2px;
}
.slick-dots {
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 4px;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	gap: 2px;
}
.slick-dots li {
	width: 4px;
	height: 4px;
	padding: 2px;
	border-radius: 50%;
	font-size: 0;
	border: none;
	background: #83939C;
	list-style: none;
	cursor: pointer;
}
.slick-dots li.slick-active {
	background: #FFCB04;
}
.slick-dots button {
	display: none;
}
.slick-track:before,
.slick-track:after {
	content: none;
}
.slider-notice {
	visibility: hidden;
}
.slider-notice .slick-initialized {
	visibility: visible;
}
.fancybox-close {
	top: 10px;
	right: 10px;
	background-image: url(/product/static/img/close/close.svg);
	background-repeat: no-repeat;
	background-size: 36px 36px;
	background-position: center;
}
.fancybox-nav {
	width: 44px;
	height: 44px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	background-size: 17px 32px;
	background-color: #E6E8EA;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-color .2s;
}
.fancybox-nav:hover {
	background-color: #D9D9D9;
}
.fancybox-prev {
	left: -68px;
	background-image: url(/product/static/img/chevron/chevron_slider.svg);
}
.fancybox-next {
	left: auto;
	right: -68px;
	background-image: url(/product/static/img/chevron/chevron_slider.svg);
	transform: rotate(180deg);
}
.fancybox-prev span {
	display: none;
}
.fancybox-next span {
	display: none;
}
.fancybox-custom-skin {
	background: #FFF;
	border-radius: 12px;
}
.fancybox-opened .fancybox-custom-skin {
    box-shadow: none;
}
.tippy-box[data-theme~='light'] {
	border-radius: 9px;
	background: #000;
}
.tippy-box[data-theme~='light'] .tippy-content {
	padding: 8px;
}
.tippy-box[data-placement^=top]>.tippy-arrow:before {
	border-top-color: #000;
}
.wide {
	width: 100%;
	min-width: 100%;
}
.clear {
	margin: 0;
	padding: 0;
	border: none;
	box-shadow: none;
}




/*
------del
*/
/*
#wrapper {
	height: 100%;
}
.nav.metismenu {
	margin: 0;
}
.nav.metismenu > li > a {
	padding: 8px;
	margin: 8px 16px;
	border: 1px solid transparent;
	border-radius: 8px;
	transition: all .2s;
	display: flex;
	align-items: center;
	gap: 16px;
}
.nav.metismenu > li.active {
	background: none;
	border: none;
}
.nav.metismenu > li.active > a {
	color: #000;
	background: #FFF;
	border-color: #FFCB04;
}
.nav.metismenu > li > a > .nav-label {
	width: 100%;
}
.nav.metismenu > li .fa.arrow:before {
	content: '';
	transform: rotate(180deg);
	background-image: none;
	background-color: #000;
	mask-image: url(/product/static/img/chevron/chevron.svg);
	mask-size: 16px;
	mask-repeat: no-repeat;
	mask-position: center;
		-webkit-mask-image: url(/product/static/img/chevron/chevron.svg);
		-webkit-mask-size: 16px;
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-position: center;
}
.nav.metismenu > li.active .fa.arrow:before {
	transform: rotate(-90deg);
}
.nav.metismenu .fa-info-circle:before {
	background: url(/product/static/img/folders_icon.svg) no-repeat center;
	background-size: 24px;
}
.nav.metismenu .fa-list-ol:before {
	background: url(/product/static/img/folders_icon.svg) no-repeat center;
	background-size: 24px;
}
ul.nav-second-level {
	background: none;
}
.nav-second-level li a {
	font-size: 14px;
	padding: 5px 8px;
	padding-left: 66px;
}
.nav-second-level li:last-child {
	margin: 0;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
	color: #000;
	background: #FFF;
	border-color: #FFCB04;
}
.navbar-default .nav-second-level > li > a:hover,
.navbar-default .nav-second-level > li > a:focus {
	color: #000;
	background: none;
}
body.mini-navbar .navbar-default .nav > li > a {
	width: 40px;
	height: 40px;
	margin: 8px auto;
}
body.mini-navbar .navbar-static-side {
	width: 80px;
}
body.mini-navbar #page-wrapper {
	margin: 0 0 0 80px;
}
body.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
	font-size: 13px;
	font-weight: 400;
	width: auto;
	height: auto;
	margin: 0;
	transition: all .2s;
}
body.mini-navbar .navbar-default .nav > li > .nav-second-level li a:hover {
	background: #EDEDED;
}
body.mini-navbar .navbar-header .btn-primary {
	background: #FFF;
}
body.mini-navbar .navbar-header .btn-primary .fa-bars:before {
	mask-image: url(/product/static/img/nav_toggle.svg);
		-webkit-mask-image: url(/product/static/img/nav_toggle.svg);
}
.mini-navbar .nav .nav-second-level {
	padding: 0;
	background: #F3F4F5; 
	left: 80px;
}
.mini-navbar li.active .nav-second-level {
	left: 79px;
}
.mini-navbar .nav-second-level li a {
	padding: 10px;
}
.navbar-header .btn-primary {
	min-width: auto;
	width: 48px;
	height: 48px;
	margin: 0;
	background: #F4F5F6;
	border: 1px solid #FFCB04;
}
.navbar-header .btn-primary:hover,
.navbar-header .btn-primary:focus,
.navbar-header .btn-primary:active,
.navbar-header .btn-primary.active,
.navbar-header .open .dropdown-toggle.btn-primary,
.navbar-header .btn-primary:active:focus,
.navbar-header .btn-primary:active:hover,
.navbar-header .btn-primary.active:hover,
.navbar-header .btn-primary.active:focus {
	background: #F4F5F6;
	border-color: #FFCB04;
}
@media(min-width: 769px) {	
	#page-wrapper {
		margin: 0 0 0 312px;
	}	
	.navbar-header {
		margin: 16px;
		margin-bottom: 40px;
		float: none;
		position: relative;
		z-index: 1;
	}
	.navbar-static-side {
		width: 312px;
		height: 100vh;	
		border-right: 1px solid #E6E8EA;
	}
	.navbar-static-side:before {
		content: '';
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		z-index: 0;
		opacity: .3;
		background: url(/product/static/img/menu_pattern.png) repeat-y left;
		background-size: auto;
	}
}
*/

@media(max-width: 1199px) {
	.search-field-content {
		flex-wrap: wrap;
	}
	.search-result .search-result-left {
		align-items: start;
		flex-direction: column;
		gap: 12px;
	}
	.facets-container  {
		flex-direction: column;
	}
	.facets-container .facets-column-item {
		flex-direction: column;
		gap: 10px;
	}
	.facets-container .facets-column-item > div {
		gap: 10px;
	}
	.facets-container .facets-column {
		width: 100%;
	}
	.facets-container .facets-list {
		flex-direction: column;
	}
	.table-responsive {
		border: none;
	}
	table.customTable tbody > tr > td {
		display: block;
	}
	table.customTable tbody > tr > td:first-child {
		width: auto;
		border-top-left-radius: 8px;
		border-bottom-left-radius: 0;
		border-top-right-radius: 8px;
	}
	table.customTable tbody > tr > td:last-child {
		width: auto;
		border-top-right-radius: 0;
		border-bottom-right-radius: 8px;
		border-bottom-left-radius: 8px;
		border-bottom-width: 1px;
	}
	table.table-bordered.dataTable tbody th,
	table.table-bordered.dataTable tbody td {
		border-width: 1px;
		border-bottom-width: 0;
	}
	table.customTable tbody > tr > td {
		border-left-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 0;
	}
	.search-result {
		margin: 12px 0;
		flex-direction: column;
		align-items: start;	
	}
	.position.right {
		justify-content: start;
	}
	.basket-container .product-list .item-list {
		gap: 12px;
	}
	.basket-container .product-list .field-row {
		gap: 12px;
	}
	.basket-container .product-list .item-list .item-list-column.right {
		gap: 12px;
	}
	.basket-container .product-list .item-list.bottom {
		flex-direction: column;
		align-items: start;
	}
	.basket-container .product-list .field-row .select-container {
		width: 100%;
	}
}
@media(max-width: 991px) {
	.form-search .search-control {
		min-width: 100%;
	}
	.search-field {
		align-items: start;
		flex-direction: column;
	}
	.form-search .form-group {
		width: 100%;
		max-width: 100%;
	}
	.form-search .select-group.year-group {
		max-width: 100%;
	}
	.form-search .d-flex {
		flex-direction: column;
	}
	.form-search select.form-control {
		max-width: 100%;
	}
	.form-search .SumoSelect {
		width: 100%;
	}
	.facets-container {
		flex-direction: column;
	}
	.filters-container .ibox-content {
		padding: 12px;
	}
	.basket-container .basket-content {
		flex-direction: column;
	}
	.basket-container .t-order {
		max-width: 100%;
	}
	.basket-container .t-cart .form-group {
		max-width: 100%;
	}
}
@media(max-width: 768px) {
	body:not(.mini-navbar) {
		background: #FFF;
	}
	.menu-toggle {
		display: flex;
	}
	.tabs-container .nav-tabs {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}
	.tabs-container .nav-tabs > li {
		margin-bottom: 5px;
	}
	.tabs-container .nav-tabs > li:last-child {
		margin: 0;
	}	
	.nav-tabs > li > a {
		margin-right: 0;
	}
	.logo {
		max-width: 100%;
		padding: 0;
	}
	.navbar-right {
		max-width: 100%;
	}
	.tabs-container .nav-tabs > li.active > a,
	.tabs-container .nav-tabs > li.active > a:hover,
	.tabs-container .nav-tabs > li.active > a:focus {
		border-bottom: none!important;
	}
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > thead > tr > th:first-child {
		border-left: 1px solid #E6E8EA;
	}
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > thead > tr > th:last-child {
		border-right: 1px solid #E6E8EA;
	}
	.basket-container h1 {
		font-size: 24px;
	}
	.basket-container .t-cart .title-container {
		margin: 0 0 8px;
	}
	.basket-container .t-cart .title {
		font-size: 18px;
		margin: 0 0 8px;
	}
	.basket-container .t-cart .subtitle {
		font-size: 12px;
		margin: 0 0 4px;
	}
	.basket-container .t-cart-content {
		padding: 10px;
	}
	.basket-container .product-list .item-list {
		margin: 0 0 4px;
		flex-direction: column;
		gap: 4px;
	}
	.basket-container .product-list .item-list .item-list-column {
		width: 100%;
	}
	/*.basket-container .product-list .product-list-item {
		padding: 10px;
	}*/
	.basket-container .product-list .delete-row {
		position: absolute;
		top: 10px;
		right: 10px;
	}
	.basket-container .product-list .delete-row img {
		width: 20px;
		height: 20px;
	}
	.basket-container .product-list .field-row {
		gap: 4px;
	}
	.basket-container .product-list .item-list .item-list-column.left {
		max-width: 100%;
		padding-right: 24px;
	}
	.basket-container .product-list .item-list .item-list-column.right {
		gap: 4px;
	}
	.navbar-custom .navbar-right {
		float: right;
	}
	.additional-filters {
		flex-direction: column;
	}
	.additional-filters .btn {
		width: 100%;
	}
	.basket-container .t-order .btn {
		max-width: 100%;
	}
}
@media(max-width: 600px) {
	.logo {
		width: auto;
	}
	.dropdown .user-name {
		max-width: 50px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	
}
.btn-primary {
	max-width: fit-content;
	min-width: 104px;
	height: 40px;
	background: #FFCB04;
	border: none;
	border-radius: 8px;
	transition: all .2s;
}
.btn-primary:disabled {
	opacity: .4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
	color: #000;
	background: #FFD637;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
	opacity: .4;
	color: #000;
	background: #FFD637;
}

.btn-secondary {
	color: #667A85;
	max-width: fit-content;
	min-width: 124px;
	height: 48px;
	background: #FFF;
	border: none;
	border-radius: 12px;
	transition: all .2s;
	border: 2px solid #E0E0E0;
}
.btn-secondary:disabled {
	opacity: .4;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.btn-secondary.active:focus {
	color: #667A85;
	background: #FFF;
}
.btn-secondary.disabled,
.btn-secondary.disabled:hover,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled],
.btn-secondary[disabled]:hover,
.btn-secondary[disabled]:focus,
.btn-secondary[disabled]:active,
.btn-secondary.active[disabled],
fieldset[disabled] .btn-secondary,
fieldset[disabled] .btn-secondary:hover,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary:active,
fieldset[disabled] .btn-secondary.active {
	opacity: .4;
	color: #000;
	background: #FFD637;
}

.btn-default {
	/*color: #667A85;*/
	color: #171C1F;
	max-width: fit-content;
	min-width: 124px;
	height: 48px;
	background: #F4F5F6;
	border: none;
	border-radius: 12px;
	transition: all .2s;
}
.btn-default:disabled {
	opacity: .4;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default.active:focus {
	/*color: #667A85;*/
	color: #171C1F;
	background: #F4F5F6;
	border: none;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
	opacity: 1;
	color: #000;
	background: #F4F5F6;
}

.additional-filters .btn-default {
	font-size: 12px;
	color: #171C1F;
	max-width: none;
	min-width: auto;
	height: 36px;
	border-radius: 8px;
	gap: 4px;
}
.select_product .btn-default {
	font-size: 16px;
	height: 48px;
}

.modal-container {
	padding: 25px;
	border-radius: 12px;
}
.modal-container .modal-title {
	font-size: 24px;
    font-weight: 500;
}
.modal-container .modal-header {
	padding: 0;
	margin: 0 0 16px;
	border: none;
}
.modal-container .modal-body {
	padding: 0;
	margin: 0 0 16px;
}
.modal-container .modal-body .control-label {
	font-size: 16px;
    font-weight: 500;
    margin: 0 0 8px;
}
.modal-container .modal-footer {
	padding: 0;
	border: none;
	display: flex;
}
.modal-container .modal-footer .btn-primary {
	margin-right: 10px;
}
.modal-container .modal-header .close {
	opacity: 1;
}
.modal-header .close {
	margin: 0;
}

/*
.btn-default {
	font-size: 12px;
	color: #171C1F;
	height: 40px;
	background: #F4F5F6;
	border: none;
	border-radius: 8px;
	gap: 4px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default.active:focus {
	color: #171C1F;
	background: #F4F5F6;
	border: none;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
	opacity: 1;
	color: #000;
	background: #F4F5F6;
}
*/

.facets {
	display: flex;
	align-items: center;
	gap: 16px;
}
.facets input[type=checkbox] {
    top: 5px;
	left: -34px;
    margin-right: 0;
}
.facets input[type=checkbox] + label {
    margin-left: -28px;
}
.facets .facets-item {
	display: flex;
	row-gap: 10px;
}
.facets .facets-item--fields {
	column-gap: 16px;
	flex-shrink: 0;
}
.facets .facets-item--grid {
	width: 100%;
	padding-left: 34px;
	position: relative;
	top: -3px;
	row-gap: 0;
}
.facets .facets-group {
	width: 100%;
	max-width: 164px;
}
.facets .facets-group:last-child {
	width: auto;
	max-width: none;
}
@media(max-width: 1199px) {
	.facets .facets-item {
		flex-wrap: wrap;
	}
	.facets .facets-item--fields {
		max-width: 192px;
		
	}
	.facets .facets-item--fields .facet {
		width: 100%;
		flex: auto;
	}
}
@media(max-width: 991px) {
	.facets {
		flex-direction: column;
	}
	.facets .facets-group {
		max-width: 100%;
	}
	.facets .facets-item {
		width: 100%;
		flex-direction: column;
	}
	.facets .facets-item--fields {
		max-width: 100%;
	}
}

