

/* Start:/bitrix/templates/mkws2024/components/bitrix/catalog/mkws/style.css?17613110468874*/
.filter__categories {
	display: flex;
	flex-flow: row wrap;
	width: 380px;
	padding: 24px 40px;
	position: sticky;
	top: 35px;
	max-height: calc(100vh - 35px);
	overflow: auto;
}
.filter__row--categories {
	width: 380px;
	margin-top: -25px;
	border-right: 1px dashed #C7C7C7;
	position: relative;
}
.filter__categories a {
	width: 100%;
}

.filter__category-elem {
	border-bottom: 1px solid #9D9D9D;
	text-decoration: none;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
}

.filter__category-elem ul {
	display: none;
}

.catalog_main {
	display: flex;
	flex-flow: row wrap;
}

.catalog__filter::-webkit-scrollbar {
	width: 2px;
	right: 5px;
}

/* Track */
.catalog__filter::-webkit-scrollbar-track {
	background: #E7E7E7;
}
.catalog-section-main {
	padding-right: 40px;
}
/* Handle */
.catalog__filter::-webkit-scrollbar-thumb {
	background: #C9474D;
}

/* Handle on hover */
.catalog__filter::-webkit-scrollbar-thumb:hover {
	background: #C9474D;
}
.catalog__filter  {
	position: fixed;
	right: 0;
	top: 56px;
	bottom: 0;
	display: none;
	z-index: 100;
	background: #fff;
	overflow: auto;
	width: calc((100% - 380px)/3 + 40px);
	padding: 40px;
}

.topTable-show .catalog__filter  {
	top: 90px;
}
.catalog_main {
	position: relative;
}
.catalog_main > .maxwidth {
	padding: 0 40px!important;
	position: sticky;
	top: 51px;
	z-index: 3;
}
.filter-btn {
	color: #4A4A4A;
	font-size: 14px;
	line-height: 20px;
	width: 74px;
	position: relative;
	background: #fcf8f1 url("/bitrix/templates/mkws2024/components/bitrix/catalog/mkws/img/filtr.svg") right center no-repeat;
	cursor: pointer;
	margin-left: auto;
	margin-top: 15px;
	padding: 2px 5px;
}

.fix-header .catalog__filter  {
	position: fixed;
	right: 0;
	top: 50px;
}
.topTable-show.fix-header .catalog__filter  {

	top: 84px;
}
.catalog__filter.show {
	display: block;
}
.maxwidth {
	padding: 0!important;
}
#ajax_reload .product-card__like,
#ajax_reload .product-item-image-slider-control-container {
	opacity: 0;
	transition: 0.3s;
}
#ajax_reload .product-item-container:hover .product-item-image-slider-control-container,
#ajax_reload .product-item-container:hover .product-card__like  {
	opacity: 1;
}

#ajax_reload  .product-item-container .product-item-info-container.product-item-hidden {
	/*display: none;*/
}

.filter__category {
	color: #9D9D9D;
	padding: 16px 0;
	display: block;
	text-decoration: none;
	width: calc(100% - 20px)!important;
}
.active .filter__category {
	color: rgba(74, 74, 74, 1);
}
.color-select__list {
	display: flex;
	flex-flow: row wrap;
}
.color-select__preview {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	margin-right: 10px;
	display: block;
	border: 1px solid transparent;
	position: relative;
}
.color-select__preview:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 4px;
	height: 1px;
	background: #fff;
	transform: translate(-50%,-50%);
	display: none;
}
.color-select__preview:after {
	content: '';
	position: absolute;
	left: -4px;
	top: -4px;
	bottom: -4px;
	right: -4px;
	border-radius: 50%;
	border: 1px solid #B2B2B2;
	display: none;
}
.filter-checkbox input:checked ~ label .color-select__preview:before,
.filter-checkbox input:checked ~ label .color-select__preview:after {
	display: block;
}
.filter-checkbox input:checked ~ label .color-select__preview {
	width: 13px;
	height: 13px;
}
.filter-checkbox {
	width: 50%;
	margin-bottom: 8px;
}

.filter-checkbox input {
	display: none;
}
.filter-checkbox label {
	display: flex;
	align-items: center;
	color: #929292;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
}

.filter-checkbox input:checked ~ label {
	color: #4A4A4A;
}
.filter__category-elem.filter__category-elem-child ul {
	margin-bottom: 16px;
}
[for="color_5287"] .color-select__preview {
	border: 1px solid #B2B2B2;
}
#ajax_reload {
	width: calc(100% - 380px);
	padding-left: 30px;
	overflow: hidden;
}

.filter__category-plus {
	width: 20px;
	height: 20px;
	position: relative;
	margin: auto;
	cursor: pointer;
}

.order-select__drop-down .filter-checkbox {
	width: 100%;
	margin-bottom: 8px;
}

.color-select {
	border-bottom: 1px solid #4A4A4A;
	/*padding-bottom: 8px;*/
}

.order-select {
	border-bottom: 1px solid #4A4A4A;
	/*padding-bottom: 8px;*/
}

.order-select__label,
.color-select__label {
	padding: 16px 0;
	color: #4A4A4A;
	cursor: pointer;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.order-select__drop-down .formCheck label {
	font-size: 14px;
	line-height: 20px;
}

.filter-plus {
	width: 20px;
	height: 20px;
	position: relative;
	cursor: pointer;
}
.filter-buttons > * {
	width: calc(50% - 8px);
	padding: 12px !important;
	background: transparent;
}
.filter-buttons > *:hover {
	color: #E7E7E7;
	border-color: #4A4A4A;
	background: #4A4A4A;
}
.filter-plus:before {
	content: '';
	position: absolute;
	right: 10px;
	top: calc(50% - 3.5px);
	width: 1px;
	height: 7px;
	background: #4A4A4A;
}
.filter-plus:after {
	content: '';
	position: absolute;
	right: 7px;
	top: calc(50% - 0.5px);
	width: 7px;
	height: 1px;
	background: #4A4A4A;
}
.filter__sort-type .active .filter-plus:before {
	display: none;
}
.filter-name {
	font-size: 14px;
	line-height: 20px;
	color: #4A4A4A;
}

.filter-close {
	width: 80px;
	height: 20px;
	position: relative;
	cursor: pointer;
	background: url(/bitrix/templates/mkws2024/components/bitrix/menu/catalog_mkws2/images/close.svg) center center no-repeat;
}
.sort {
	position: relative;
	margin: 16px 0;
}
.sort input {
	background: transparent url("/bitrix/templates/mkws2024/components/bitrix/catalog/mkws/img/arr.svg") 95% center no-repeat;
	border: 1px solid #5E5E5E;
	border-radius: 4px;
	box-sizing: border-box;
	width: 100%;
	height: 38px;
	padding: 10px!important;
	color: #929292;
	font-size: 12px;
	line-height: 18px;
	cursor: pointer;
	transition: 0.3s;
}
.sort input {
	outline: none;
}
.sort input:hover {
	background: transparent url("/bitrix/templates/mkws2024/components/bitrix/catalog/mkws/img/arr-hov.svg") 95% center no-repeat;
}
.link-sort {
	display: none;
	background: #fff;
	border: 1px solid #5E5E5E;
	border-radius: 4px;
	box-sizing: border-box;
	width: 100%;
	padding: 10px!important;
	color: #929292;
	font-size: 12px;
	line-height: 18px;
	position: absolute;
	left: 0;
	top: 39px;
}
.link-sort > div {
	color: #929292;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 10px;
	padding-top: 10px;
	cursor: pointer;
	border-bottom: 1px solid #BEBEBE;
}
.link-sort > div:first-child {
	padding-top: 0;
}
.link-sort > div:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.sort.show2 .link-sort {
	display: block;
}

.show_more {
	 opacity: 0;
}
#ajax_reload #ajax_reload {
	width: 100%;
	padding: 0;
}
.filter__category-plus:after {
	content: '';
	position: absolute;
	right: 7px;
	top: calc(50% - 0.5px);
	width: 7px;
	height: 1px;
	background: #4A4A4A;

}
.filter__category-plus:before {
	content: '';
	position: absolute;
	right: 10px;
	top: calc(50% - 3.5px);
	width: 1px;
	height: 7px;
	background: #4A4A4A;
}

.filter__category-elem-child.active .filter__category-plus:before {
	opacity: 0;
}

.filter__category-elem-child.active ul {
	display: block;
	margin: 0 0 16px;
	padding: 0 0 0 0;
	list-style: none;
	width: 100%;
}

.filter__category-elem-child ul .filter__category {
	padding: 6px 0;
}
.filter__sorting-count {
	color: #C9474D;
	font-size: 12px;
	line-height: 18px;
	width: 100%;
}
.filter__sort-type {
	display: flex;
	flex-flow: row wrap;
}
.filter__sort-type > * {
	width: 100%;
}
.color-select {
	order:2;
}
.filter__sorting-count {
	margin-top: 20px;
}
@media (max-width: 1200px) {
	.filter__categories {
		width: 300px;
		padding: 24px 20px 24px 40px;
	}
	.filter__row--categories {
		width: 300px;
	}
	#ajax_reload {
		width: calc(100% - 300px);
	}
	.catalog__filter {
		width: calc((100% - 300px) / 2.5 + 40px);
		padding: 30px;
	}
}

@media (max-width: 992px) {
	.filter__row--categories {
		display: none;
	}
	#ajax_reload {
		width: 100%;
	}
	#ajax_reload {
		padding-left: 0;
	}
	.catalog-section-main {
		padding-right: 13px;
		padding-left: 20px;
	}
	.catalog-section-main .product-item-big-card {
		width: calc(50% - 14px) !important;
	}
	.product-item-title a {

		font-size: 14px;
	}
	#ajax_reload .product-card__like, #ajax_reload .product-item-image-slider-control-container {
		opacity: 1;
		transition: 0.3s;
	}
	.product-card__like svg {

		width: 21px;
		height: 18px;
	}
	.catalog_main > .maxwidth {
		padding: 0 20px !important;
	}
	.filter-btn {
		position: relative;
		bottom: 10px;
		left: -20px;
		right: -20px;
		text-align: center;
		background: rgba(186, 186, 186, 0.1) url(/bitrix/templates/mkws2024/components/bitrix/catalog/mkws/img/filtr.svg) 62% center no-repeat;
		height: 46px;
		display: flex;
		align-items: center;
		z-index: 2;
		width: calc(100% + 40px);
		padding: 0 40px 0 20px;
		justify-content: flex-end;
		background-position-x: calc(100% - 20px);
		margin-top: 10px;
	}
	.catalog__filter {
		width: 100%;
		padding: 20px 20px;
	}
}


/* End */


/* Start:/bitrix/templates/mkws2024/components/bitrix/breadcrumb/catalog/style.css?1743613761504*/
.bx-breadcrumb {
	writing-mode: vertical-rl;
	margin: 20px 40px;
	display: flex;
	align-items: center;
	color: #4A4A4A;
}

.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	white-space: nowrap;
	vertical-align: middle;
	display: flex;
	align-items: center;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	display: inline-block;
	margin: 10px 0;
}
.bx-breadcrumb .bx-breadcrumb-item a {

	border-bottom: none;
	text-decoration: none;
	display: inline-block;
}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?174361380351*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /bitrix/templates/mkws2024/components/bitrix/catalog/mkws/style.css?17613110468874 */
/* /bitrix/templates/mkws2024/components/bitrix/breadcrumb/catalog/style.css?1743613761504 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?174361380351 */
