

/* Start:/local/templates/styleshop_new/components/bitrix/menu/catalog_sections/style.css?17228603221955*/
.catalog-sections {
	margin-top: 50px;
	margin-bottom: 20px;
}
.catalog-sections > ul {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0;
	max-height: 1000px;
	list-style: none;
}
.catalog-sections .menu-item-level-1 {
	position: relative;
	width: calc(100% / 4);
	padding-right: 30px;
	margin-bottom: 30px;
}
.catalog-sections .menu-item-level-1 > a {
	display: block;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	color: #212529;
	text-decoration: none;
	transition: 0.2s;
}
.catalog-sections .menu-item-level-1 > .toggle {
	display: none;
}
.catalog-sections .menu-item-level-1.parent > a {
	margin-bottom: 25px;
}
.catalog-sections ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.catalog-sections .menu-item-level-2 > a {
	display: block;
	font-size: 16px;
	line-height: 20px;
	margin-top: 15px;
	color: #212529;
	text-decoration: none;
	transition: 0.2s;
}


@media(max-width: 1199px) {
	.catalog-sections .menu-item-level-1 > a {
		font-size: 16px;
	}
	.catalog-sections.menu-item-level-1 ul a {
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 8px;
	}
}
@media(max-width: 991px) {
	.catalog-sections > ul {
		max-height: 1170px;
	}
	.catalog-sections .menu-item-level-1 {
		width: calc(100% / 3);
	}
}
@media(max-width:767px) {
	.catalog-sections > ul {
		flex-direction: row;
		max-height: unset;
	}
	.catalog-sections .menu-item-level-1 {
		width: 100%;
	}
	.catalog-sections > ul .parent > ul {
		display: none;
	}
	.catalog-sections .menu-item-level-1.parent > a {
		margin-bottom: 0;
		padding-right: 30px;
	}
	.catalog-sections .menu-item-level-1.parent > .toggle {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		padding-right: 0;
	}
	.catalog-sections .menu-item-level-1.parent > .toggle.active svg {
		transform: scale(1,-1);
	}
}
/* End */


/* Start:/local/templates/styleshop_new/components/bitrix/catalog.smart.filter/vertical/style.css?17228603221789*/
.filter-settings-btns {
	display: flex;
	justify-content: space-between;
}
#set_filter {
	width: 49%;
}
#del_filter {
	width: 49%;
}

.bx-filter .smartfilter .panel {
	background: #F6F5F3;
	border-radius: 10px;
	border: none;
	box-shadow: none;
	overflow: hidden;
	margin-bottom: 10px;
}
.bx-filter .smartfilter .panel > .panel-heading {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	white-space: nowrap;
	background: #F6F5F3;
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 20px;
}
.bx-filter .smartfilter .panel > .panel-heading:before {
	right: 20px;
}
.bx-filter .smartfilter .panel .panel-body {
	border-top: 1px solid #EAEAEA;
	margin: 0;
	padding: 20px;
}
.bx-filter .smartfilter .panel-body .radio {
	margin: 1px 0;
	line-height: 1;
}
.bx-filter .smartfilter .panel-body .radio:not(:first-child) {
	margin-top: 14px;
}
.bx-filter .smartfilter .panel-body .bx-filter-param-text {
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	margin-left: 10px;
}
.bx-filter .smartfilter .panel-body .radio .bx-filter-param-label {
	display: flex;
    align-items: center;
	padding-left: 16px;
}
.bx-filter .smartfilter .panel-body .radio .bx-filter-param-label::before {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #E60082;
}
.bx-filter .smartfilter .panel-body .radio input:checked + .bx-filter-param-label::before {
	background: #E60082;
}
.bx-filter .smartfilter .panel-body .radio input:checked + .bx-filter-param-label::after {
	top: 7px;
    left: 5px;
	border: 3px solid #fff;
}

.bx-filter .bx-filter-input-container > input {
	text-transform: lowercase;
	padding: 15px;
	border-radius: 10px;
	line-height: 1;
	height: auto;
	border: none;
	outline: none;
}
/* End */


/* Start:/local/templates/styleshop_new/components/unisoftmedia/catalog.sorter/catalog/style.css?17228603221364*/
.sorter .flex-line {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.sorter .sort {
	display: flex;
	align-items: center;
}
.sorter .sort label {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	color: #392A30;
	margin-right: 10px;
}
.sorter .sort button {
    background: none !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	padding: 0;
}
.sorter .sort button:focus {
    background: none !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.sorter .sort.open .arrow img {
	transform: scale(1, -1);
}

.sorter .view a {
	padding: 0;
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
}
.sorter .view a + a {
	margin-left: 10px;
}
.sorter .view a::before {
	font-size: 22px !important;
    color: #A39D9D;
	transition: 0.2s;
}
.sorter .view a.active::before {
	color: #E60082;
}
.sorter .view .view-2::before {
	font-family: FontAwesome;
	content: "\f0c9";
}
@media(max-width: 767px){
	.sorter .sort label {
		font-size: 14px;
		line-height: 17px;
		margin-right: 5px;
	}
	.sorter .sort button {
		font-size: 14px;
		line-height: 17px;
	}
}
/* End */


/* Start:/local/templates/styleshop_new/components/bitrix/catalog.section/list/style.css?1722860322818*/
.tags {
	margin: 10px 0;
}
.tags .tag {
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 10px 16px;
	text-align: center;
	color: #FF7CB0;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	border-radius: 100px;
	border: 1px solid #FF7CB0;
	text-decoration: none;
	transition: 0.2s;
}
.tags .tag:hover {
	background: #FF7CB0;
	color: #fff;
}
.tags .tag:nth-child(n+7) {
	display: none;
}
.tags-spoiler {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	color: #A39D9D;
	font-size: 14px;
	font-weight: 600;
	line-height: 100%;
	cursor: pointer;
}
.tags-spoiler span {
	margin-left: 10px;
}
.unproduct_list .rating {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.unproduct_list .rating span {
	font-size: 14px;
	margin-left: 5px;
}
/* End */
/* /local/templates/styleshop_new/components/bitrix/menu/catalog_sections/style.css?17228603221955 */
/* /local/templates/styleshop_new/components/bitrix/catalog.smart.filter/vertical/style.css?17228603221789 */
/* /local/templates/styleshop_new/components/unisoftmedia/catalog.sorter/catalog/style.css?17228603221364 */
/* /local/templates/styleshop_new/components/bitrix/catalog.section/list/style.css?1722860322818 */
