

/* Start:/bitrix/templates/mkws2024/components/bitrix/menu/left/style.css?1756328581825*/
.left-menu {

}

.left-menu li {
	border-bottom: 1px solid #9D9D9D;
	text-decoration: none;
	width: 100%;
	display: flex
;
	flex-flow: row wrap;
}
.left-menu a {
	color: rgba(107, 107, 107, 1);
	padding: 16px 0;
	display: block;
	text-decoration: none;
	width: calc(100% - 20px) !important;
}

.left-menu {
	width: 380px;
	padding: 24px 40px 24px 0;
	border-right: 1px dashed #C7C7C7;
	margin: 0;
}

.left-menu ul {
	list-style: none;
	width: 100%;
	padding: 0;
	display: block;
}
.left-menu a.selected {
    color: #4A4A4A;
}

@media (max-width: 768px) {
	.left-menu ul {
		display: flex;
		white-space: nowrap;
	}
	.left-menu {
		overflow: auto;
		width: calc(100% + 20px)!important;
		margin-right: -20px!important;
	}
	.left-menu::-webkit-scrollbar{
		display: none;
	}
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1743613803675*/
div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:0}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:0;padding-left:.5em}span.modern-page-current{font-weight:var(--ui-font-weight-bold)}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}
/* End */


/* Start:/bitrix/templates/mkws2024/components/bitrix/catalog.section/favorites/style.css?1743613761932*/
.catalog-section-fav-header {
	color: #4A4A4A;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	display: flex
;
	padding: 12px 0;
	border-bottom: 1px dashed #C7C7C7;
}

.catalog-section-fav-header_date, .product-item-date {
	width: 20%;
}

.catalog-section-fav-header_status, .product-item-status {
	width: 25%;
}

.catalog-section-fav-header_product, .product-item-center {
	width: 55%;
}

@media (max-width: 992px) {
	.catalog-section-fav-header_date, .product-item-date {
		display: none;
	}
	.catalog-section-fav-header_product, .product-item-center {
		width: 70%;
	}
	.catalog-section-fav-header_status {
		width: 30%;
		text-align: right;
	}
	.product-item-status {
		width: 30%;
	}
	.product-item-pic {
		width: 64px;
		height: 64px;
	}
	.product-item-info {
		width: calc(100% - 64px);
		padding-left: 8px;
	}
	.product-card__like {
		right: 5px;
		top: 18px;
	}
}
/* End */


/* Start:/bitrix/templates/mkws2024/components/bitrix/catalog.item/mkws-fav/style.css?17490639372461*/
.product-item {
	display: flex!important;

	flex-flow: row wrap;
	color: #929292;
	font-size: 14px;
	line-height: 20px;
	padding: 12px 0;
	border-bottom: 1px dashed #C7C7C7!important;
}
.product-item .product-item-info-colors > div {
	margin: 0 0 0 0;
	width: auto;
	height: auto;
	border-radius: 0;
	align-items: center;
display: flex;
}
.product-item .product-item-info-colors > div > div.active:before {
	display: none;
}

.product-item .product-item-info-colors > div > div {
	margin: 9px;
	margin: 0 0 0 0;
	margin-right: 8px;

	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-size: cover;
	position: relative;
	cursor: pointer;
}
.product-item-date {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 8px;
}
.product-item .product-item-info-colors {
	display: flex
;
	align-items: center;
	margin-bottom: 10px;
	justify-content: left;
}

.product-item .productItemColors > div {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
	margin-right: 8px;
}
.product-item .product-item-price-current {

	font-size: 14px;
	line-height: 20px;
}
.product-item-center {
	display: flex
;
}

.product-item-pic {
	width: 100px;
	height: 100px;
	background-position: center;
	background-size: cover;
	border-radius: 4px;
}

.product-item-info {
	width: calc(100% - 100px);
	padding-left: 8px;
}
.product-item-info .product-item-title {
	white-space: normal;
}
.product-item-info .product-item-title a {
	font-weight: 600;
	color: #747474;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
}
.product-card__like {

	top: calc(50% - 12px)!important;
}
.product-item-status {
	display: flex
;
	align-items: center;
	padding-bottom: 8px;
}

@media (max-width: 768px){
	.product-card__like {
		top: calc(50% - 6px) !important;
	}

	.product-item .product-item-info-colors > div {
		width: 100%;
	}
	.product-item .product-item-info-colors {
		flex-flow: row wrap;
	}

	.product-item-pic {
		width: 70px;
		height: 70px;
	}
	.product-item-info {
		width: calc(100% - 70px);
		padding-left: 8px;
		font-size: 12px;
	}
	.catalog-section-fav-header_product, .product-item-center {
		width: 50%;
	}

	.product-item-status,
	.product-item-date {
		font-size: 12px;
	}
}
/* End */
/* /bitrix/templates/mkws2024/components/bitrix/menu/left/style.css?1756328581825 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1743613803675 */
/* /bitrix/templates/mkws2024/components/bitrix/catalog.section/favorites/style.css?1743613761932 */
/* /bitrix/templates/mkws2024/components/bitrix/catalog.item/mkws-fav/style.css?17490639372461 */
