

/* Start:/local/templates/luisawang/components/bitrix/catalog/catalog_new/style.css?17429118866695*/
.cat-nav-property-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    font-size: 13px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    line-height: 19px;
    color: var(--theme-color-dark);
    font-family: 'GT Eesti Pro';
    cursor: pointer;
}

.catalog-block-header {
	font-family: 'GT Eesti Pro';
	/*font-size: 48px;
	line-height: 64px;*/
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0.02em;
	margin: 5px 0;
	padding: 5px 0;
	color: var(--theme-color-dark);
	text-transform: none;
	margin-bottom: 53px;
}
.catalog-top-text {
	text-align: center;
	margin: 25px 0 50px;
	color: var(--theme-color-dark);
}
.catalog-top-text h1 {padding: 0;margin: 0 0 25px;}

.main-catalog-section-filter {
	display:block;
	width:0px;
	padding: 0 25px;
	overflow: hidden;
	visibility: hidden;
	transition: height .5s ease;
	height: auto;
	opacity: 1;
	margin-bottom: 39px;
}
.main-catalog-section-filter.open {
	display:block;
	visibility: visible;
	width: 97%;
	opacity: 1;
}
.main-catalog-section-filter__title {
font-size: 16px;
line-height: 19px;
letter-spacing: 0.22em;
text-transform: uppercase;
color: var(--theme-color-dark);
font-family: 'GT Eesti Pro';
padding-bottom: 25px;
border-bottom: 1px solid var(--theme-color-light-gray);
}
.main-catalog-section-top {
	margin: 0 25px 21px;
	padding-bottom: 10px;
	border-bottom: 2px solid #D1D1D3;
	align-items: center;
	background: #fff;
}
.main-catalog-section-top-wrapper.stuck .main-catalog-section-top {
	margin: 0 25px 0;
	padding: 10px;
	border-bottom: 2px solid #D1D1D3;
}
.toggle-filter, .check-availability, .toggle-sort{
	cursor:pointer;
	font-family: 'GT Eesti Pro';
}

@media (max-width: 767px) {
	.toggle-filter {
		margin-left: auto;
	}
}

.toggle-filter.active .text,
.toggle-filter.active svg path {
	color: var(--primary-a-hover);
	stroke: var(--primary-a-hover);
}

.toggle-filter:hover .text,
.toggle-filter:hover svg path {
	color: var(--primary-a-hover);
	stroke: var(--primary-a-hover);
}

.toggle-sort:hover .text,
.toggle-sort:hover svg path {
	color: var(--primary-a-hover);
	stroke: var(--primary-a-hover);
}

.toggle-filter.active{
	font-family: 'GT Eesti Pro';
	color: var(--theme-color-dark);
}
.check-availability, .toggle-tampl-btn {
	margin-left:44px;
}
.check-availability.active .text, .toggle-tampl-btn.active .text{
	font-family: 'GT Eesti Pro';
	color: var(--theme-color-dark);
}
.check-availability.active .icon {
	transform: rotate(180deg);
}
.js-change-layout {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.main-catalog-section-top-wrapper.stuck {
	background: #fff;
	position: fixed;
	width: 100%;
	top: 114px;
	padding-top: 6px;
	z-index: 100;
	overflow-anchor: none;
}

.main-catalog-section-top span.text {
	font-size: 14px;
	color: var(--theme-color-dark);
	text-transform: uppercase;
	margin-right:15px;
}

.main-catalog-section-top span.text:hover {
	color: var(--primary-a-hover);
}

.main-catalog-section-block {
	width:100%;
}

.main-catalog-section-filter .smart-filter-parameters-box-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    font-size: 13px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 16px;
    line-height: 19px;
    color: var(--theme-color-dark);
    font-family: 'GT Eesti Pro';
		cursor:pointer;
}
.smart-filter {
    margin-bottom: 20px;
    min-width: 220px;
    width: 100%;
    font-family: 'GT Eesti Pro Light',sans-serif;
    padding-top: 5px;
}
.smart-filter-block {margin-bottom: 5px;}
.smart-filter-button-box .smart-filter-block {border-bottom: none;margin-bottom: 0px;}
.smart-filter-button-box__wrapper {display:none;}

.toggle-categories {
	cursor: pointer;
	font-family: 'GT Eesti Pro';
}

.toggle-categories:hover .text,
.toggle-categories:hover svg path {
	color: var(--primary-a-hover);
	stroke: var(--primary-a-hover);
}

.toggle-categories .icon,
.toggle-sort .icon {
	transition: transform 0.3s ease-in-out;
	transform-origin: center;
}

.toggle-categories.active .text {
	color: var(--primary-a-hover);
}

.toggle-categories.active svg path {
	stroke: var(--primary-a-hover);
}


.toggle-categories.active .icon {
	transform: rotate(180deg);
}

.main-catalog-section-top-left {
	column-gap: 35px;
	position: relative;
}
.availability {
	display:none;
	position: absolute;
	top: 38px;
	left: 243px;
	background: #fff;
	padding: 15px 25px 15px;
	z-index: 111;
	min-width: 227px;
}
.availability.open {
	display:block;
}
.availability__list-item {
	font-family: 'GT Eesti Pro';
	font-size: 16px;
	line-height: 19px;
	color:var(--theme-color-dark);
	padding: 15px 0;
	cursor: pointer;
}
.availability__list .availability__list-item:first-child {
	border-bottom: 1px solid var(--theme-color-light-gray);
}
.availability__list-item.active .icon svg {
	transform: rotate(180deg);
}
.main-catalog-section-top .availability__list-item .text {
	text-transform: none;
}
.availability__shops {
	display:none;
}
.availability__shops.open {
	display:block;
}

.catalog-section-list.grid-card {
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
				padding: 0 25px;
}

.grid-card .product-item-list-col-2 {
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.grid-card .product-item-big-card {margin-bottom: 21px;}
.grid-card .product-item-list-col-1 {
	width: 66.6%;
	margin: 0 auto;
}

.main-catalog-section-top-right {
	position: relative;
}

.toggle-sort.active .text {
	font-family: 'GT Eesti Pro';
	color: var(--theme-color-dark);
}
.toggle-sort.active .icon {
    transform: rotate(180deg);
}
.sort__wrapper {
	display:none;
	position: absolute;
	top: 36px;
	z-index: 111;
	background: #fff;
	padding: 0 35px;
	left: -71px;
	padding: 16px 0;
	min-width: 240px;
	transform: translateY(-4px);
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.10), 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
}
.sort__wrapper.open {
	display: none;
}
@media (min-width: 768px) {
	.sort__wrapper.open {
		display: block;
	}
}
.sort__list-item {
	transition: all 0.3s ease;
	font-family: 'GT Eesti Pro';
	padding: 4px 24px;
	font-size: 16px;
	line-height: 24px;
	color: var(--theme-color-dark);
	cursor: pointer;
}

.sort__list-item.active {
	color: var(--primary-a-hover);
}

.sort__list-item:hover {
	color: var(--primary-a-hover);
}

.toggle-sort.active .text,
.toggle-sort.active .icon svg path {
	color: var(--primary-a-hover);
	stroke: var(--primary-a-hover);
}

/* End */


/* Start:/local/templates/luisawang/components/bitrix/catalog.element/new-element-wang/style.css?1751973002592*/

@media screen and (min-width: 736px) {
    .page header.black-header {
        background: transparent;
    }
    section#item-page {
        margin-top: 0;
    }
    .catalog-item__img-list .swiper-slide a:after {
        display: block;
        content: "";
        width: 100%;
        padding-top: 133.3333333333%;
    }
    .catalog-item__img .catalog-item__img-list .swiper-slide {
        height: auto !important;
    }
}

@media screen and (max-width: 736px) {
	.catalog-item__img-list .swiper-slide a:after {
		display: block;
		content: "";
		width: 100%;
		padding-top: 121%;
	}
}
/* End */


/* Start:/bitrix/components/bitrix/catalog.store.amount/templates/.default/style.css?17428675452802*/
div.catalog-detail { position: static; border: 1px solid; zoom:1;}
div.catalog-detail-hover div.catalog-admin-links  { display: block; }
div.catalog-detail-hover { position: relative;}

div.catalog-detail-line
{
    font-size:1px;
    height:1px;
    line-height:1px;
    margin:12px 0;
    overflow:hidden;
    padding:0;
    background: url(/bitrix/components/bitrix/catalog.store.amount/templates/.default/images/title-line.gif) no-repeat;
}
div.catalog-detail-properties { clear: both; padding: 1em 0 0;  overflow: hidden; width: 80%; }
div.catalog-detail-property { margin: 0 0 1em; border-bottom:1px dotted; float: left; width: 100%;}
div.catalog-detail-property b { float: right; position: relative; padding-left: 3px;  font-weight:normal; }
div.catalog-detail-property grey { color:grey;  font-weight:lighter; }
div.catalog-detail-property span { float: left; position: relative; padding-right: 3px; zoom: 1;}
div.catalog-detail-properties-title { font-size: 1em; font-weight: bold; margin: 2em 0 1em; }


.bx_storege {}
.bx_storege h4{
    margin-bottom: 0;
}
.bx_storege hr{
    background: #e5e5e5;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #e5e5e5 0%, #e5e5e5 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e5e5), color-stop(50%,#e5e5e5), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: -o-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: -ms-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: linear-gradient(to right, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=1 );
    border: none;
    height: 1px;
}
.bx_storege ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.bx_storege ul li{
    padding: 5px 0 20px;
    font-size: 12px;
    line-height: 17px;
}
.bx_storege ul li a{
    text-decoration: none;
    color: #2a65ae;
}
.bx_storege ul li a:hover{
    text-decoration: underline;
}
/* End */
/* /local/templates/luisawang/components/bitrix/catalog/catalog_new/style.css?17429118866695 */
/* /local/templates/luisawang/components/bitrix/catalog.element/new-element-wang/style.css?1751973002592 */
/* /bitrix/components/bitrix/catalog.store.amount/templates/.default/style.css?17428675452802 */
