

/* Start:/local/templates/mebelnavsesto/components/bitrix/system.pagenavigation/news/style.css?17536916783846*/
.paginationActions {
    padding-top: 3.25rem;
}

.paginationActions__container {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.paginationActions__page {
    display: inline-block;
}

.paginationActions__page:not(:first-child) {
    margin-left: 8px;
}

.paginationActions__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 35px;
    width: 35px;
    height: 35px;
    padding: 4px;
    border-radius: 50%;
    transition: var(--transition);
}

.paginationActions__item {
    color: #000;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 18px;
}

.paginationActions__item:hover {
    background: #00B5D2;
    color: #fff;
    transition: var(--transition);
}

.paginationActions__page._active .paginationActions__item {
    background: #00B5D2;
    color: #fff;
}

.paginationActions__page._dots:hover .paginationActions__item {
    background: none;
    color: #000;
}

.paginationActions__page._disabled .paginationActions__item  {
    pointer-events: none !important;
}

.paginationActions__item._link {}

.paginationActions__page._next {
    margin-left: 18px;
}

.paginationActions__page._prev .paginationActions__item,
.paginationActions__page._next .paginationActions__item {
    flex-direction: row;
    min-width: auto;
    width: auto;
    height: auto;
    padding: 0;
    font-size: 16.5px;
}

.paginationActions__page._prev .paginationActions__item:hover,
.paginationActions__page._next .paginationActions__item:hover {
    background: none;
    color: var(--primary-color);
    transition: var(--transition);
}

.paginationActions__page._prev .paginationActions__item svg,
.paginationActions__page._next .paginationActions__item svg {
    margin-top: 4px;
    width: 16px;
    height: 10px;
    transition: var(--transition);
}

.paginationActions__page._prev .paginationActions__item:hover svg,
.paginationActions__page._next .paginationActions__item:hover svg {
    fill: var(--primary-color);
    transition: var(--transition);
}

.paginationActions__page._prev .paginationActions__item svg {
    transform: rotate(180deg);
}

.paginationActions__page._prev .paginationActions__item svg {
    margin-right: 8px;
}

.paginationActions__page._next .paginationActions__item svg {
    margin-left: 8px;
}


@media (max-width: 1620px) {}
@media (max-width: 1340px) {}
@media (max-width: 1200px) {}
@media (max-width: 991px) {
    .paginationActions__page._prev {
        display: none;
    }
    .paginationActions__page:not(:first-child) {
        margin-left: 0;
    }
    .paginationActions__page:nth-child(n + 2) {
        margin-left: 5px;
    }
    .paginationActions__page._prev .paginationActions__item,
    .paginationActions__page._next .paginationActions__item {
        font-size: 16px;
    }
}
@media (max-width: 767px) {}
@media (max-width: 576px) {
    .paginationActions__item._bg {
        min-width: 30px;
        width: 30px;
        height: 30px;
    }
    .paginationActions__page .paginationActions__item._bg,
    .paginationActions__page._prev .paginationActions__item,
    .paginationActions__page._next .paginationActions__item {
        font-size: 16px;
    }
    .paginationActions__page._prev .paginationActions__item._bg,
    .paginationActions__page._next .paginationActions__item._bg {
        font-size: 12px;
    }
    .paginationActions__page._next .paginationActions__item._bg svg {
        margin-left: 4px;
    }
    .paginationActions__page._prev .paginationActions__item._bg svg,
    .paginationActions__page._next .paginationActions__item._bg svg {
        width: 12px;
        height: 8px;
    }

}
/* End */


/* Start:/local/templates/mebelnavsesto/components/bitrix/catalog.section.offers/offers/style.css?17647592421360*/
.catalogSectionCols {
    padding-bottom: 1.5rem;
}
.catalogSectionCols .row-custom {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}
.catalogSectionCols .col-custom {
    flex: 0 0 auto;
    width: 20%;
}

.catalogSectionCols._sm .col-custom {
    width: 16.66666666%;
}

.catalogSectionCols._sm .row-custom {
    --bs-gutter-x: 0.375rem;
    --bs-gutter-y: 0.375rem;
}

.catalogSectionCols__desc {
    padding-top: 1.5rem;
}

@media (max-width: 1589px) {
    .catalogSectionCols .col-custom {
        width: 25%;
    }
    .catalogSectionCols._sm .col-custom {
        width: 20%;
    }
}

@media (max-width: 1339px) {

}

@media (max-width: 1199px) {
    .catalogSectionCols .col-custom {
        width: 33.33%;
    }
    .catalogSectionCols._sm .col-custom {
        width: 25%;
    }
}

@media (max-width: 991px) {
    .catalogSectionCols .row-custom {
        --bs-gutter-x: 0.375rem;
        --bs-gutter-y: 0.375rem;
    }
    .catalogSectionCols .col-custom {
        width: 33.33%;
    }
    .catalogSectionCols._sm .col-custom {
        width: 33.33%;
    }
    .items-in-section,
    .min-price-in-section {
        font-size: 0.75rem;
        padding-bottom: 0.375rem;
    }
}

@media (max-width: 767px) {
    .catalogSectionCols .col-custom {
        width: 50%;
    }
    .catalogSectionCols._sm .col-custom {
        width: 50%;
    }
}

/* End */


/* Start:/local/templates/mebelnavsesto/components/bitrix/catalog.item/catalog/style.css?175947982427934*/

.product-item-container { position: relative; }

.product-item-container.hover { z-index: 17; }

.product-item {
	display: block;
	box-sizing: border-box;
	width: 100%;
	border-radius: 10px;

	box-shadow: 0 0 0 0 rgba(0, 0, 0, .19);
}
.hover .product-item {
	background: #fff;
}
.product-item-big-card .product-item,
.product-item-small-card .product-item { }

.product-item-line-card .product-item { border-bottom: 1px solid #dadada; }

.bx-no-touch .product-item-container.hover .product-item {
	position: absolute;
	right: 0;
	left: 0;
	padding: 0;
	width: auto;
	border-color: transparent;
	box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.25);
}



@-webkit-keyframes product-item-hover {
	0% {
		position: absolute;
		left: 0;
		right: 0;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		padding-left: 0;
		padding-right: 0;
	}
	100% {
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
		left: -15px;
		right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@keyframes product-item-hover {
	0% {
		position: absolute;
		left: 0;
		right: 0;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		padding-left: 0;
		padding-right: 0;
	}
	100% {
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
		left: -15px;
		right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*Image*/
.product-item-image-wrapper {
	position: relative;
	display: block;
	margin-bottom: 1.25rem;
	padding-top: 75%;
	width: 100%;
	transition: all 300ms ease;
}

.product-item-image-wrapper:hover { }

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper { padding-top: 54%; }

.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 300ms linear;
	border-radius: 0.625rem;
}

.product-item-image-original { z-index: 11; }

.product-item-image-alternative {
	z-index: 13;
	opacity: 0;
}



.product-item-big-card .product-item-image-wrapper { margin-bottom: 25px; }

/*Image Slider*/
.product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: opacity 300ms ease;
}

.product-item-image-slide {
	position: relative;
	display: none;
	height: 100%;
	background-color: #fff;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: .0s ease-in-out left;
	border-radius: 0.625rem;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.product-item-image-slide {
		transition: transform .0s ease-in-out, -webkit-transform .0s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev { display: block; }

.product-item-image-slider-slide-container > .active { left: 0; }

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.product-item-image-slider-slide-container > .next { left: 100%; }

.product-item-image-slider-slide-container > .prev { left: -100%; }

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right { left: 0; }

.product-item-image-slider-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
}

.product-item-image-slider-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 1px;
	background-color: var(--theme-color-primary);
	opacity: .8;
}

.product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	z-index: 15;
	display: flex;
	text-align: center;
	transition: opacity 300ms ease;
	align-items: center;
	justify-content: center;
	padding: 0 1.5rem;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container { opacity: 1; }

.product-item-image-slider-control {
	flex: 1 0 0%;
	position: relative;
}


.product-item-image-slider-control,
.product-item-image-slider-control.active {
	height: 100%;
}
.product-item-image-slider-control:before {
	content: '';
	position: absolute;
	background-color: #707070;
	border-radius: 1px;
	cursor: pointer;
	transition: all 300ms ease;
	left: 4px;
	right: 4px;
	height: 2px;
	bottom: 6px;
}

.product-item-image-slider-control.active:before,
.product-item-image-slider-control:hover:before { background-color: var(--primary-color); }

.product-item-labels {
	position: absolute;
	z-index: 15;
	top: 0.875rem;
}

/*Label*/
.product-item-label-text {

}

.product-item-label-text span {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
	font-size: 14px;
	padding: 1px 12px;
	border-radius: 0px 7px 7px 0px;
}




/*Title*/
.product-item-title {
	overflow: hidden;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	font-size: 1rem;
	text-align: center;
	flex-wrap: nowrap;
	gap: 0.25rem;
	align-items: center;
	justify-content: center;
	padding: 0 0.75rem 0.875rem;
}

.product-item-title a {
	color: #000;
	text-decoration: none;
	transition: 250ms linear all;
	white-space: normal;
}

.product-item-rating {
	padding-left: 1.25rem;
	color: #707070;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath d='M14.9609 5.43226C14.9129 5.28361 14.8223 5.15237 14.7002 5.0549C14.5782 4.95742 14.4302 4.89802 14.2746 4.8841L9.94516 4.49095L8.23321 0.483919C8.10694 0.190269 7.81947 0.000244141 7.50007 0.000244141C7.18066 0.000244141 6.89317 0.190298 6.76695 0.484651L5.05497 4.49098L0.724875 4.8841C0.569485 4.89833 0.421689 4.95786 0.299813 5.0553C0.177936 5.15274 0.0873384 5.28381 0.039252 5.43226C-0.0595102 5.73601 0.0316932 6.06916 0.272373 6.27916L3.54492 9.14916L2.57991 13.4C2.5093 13.7125 2.6306 14.0356 2.88994 14.223C3.02931 14.3238 3.19241 14.375 3.35686 14.375C3.49866 14.375 3.63928 14.3368 3.76556 14.2613L7.50007 12.0293L11.2332 14.2613C11.5064 14.4256 11.8508 14.4106 12.1095 14.223C12.2362 14.1313 12.3331 14.0044 12.3882 13.8581C12.4434 13.7118 12.4543 13.5524 12.4195 13.4L11.4546 9.14916L14.7271 6.27975C14.8448 6.17693 14.9297 6.04179 14.9713 5.89112C15.0129 5.74045 15.0092 5.58089 14.9609 5.43226Z' fill='%23F2B827'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 0 center;
	display: inline-block;
}

.product-item-line-card .product-item-title {
	white-space: normal;
	text-align: left;
}

.product-item-big-card .product-item-title a { font-size: 21px; }

.product-item-line-card .product-item-title a { font-size: 20px; }

@media (max-width: 1199px) {
	.product-item-big-card .product-item-title a { font-size: 18px; }
}

@media (max-width: 991px) {
	.product-item-big-card .product-item-title a { font-size: 16px; }
}

@media (max-width: 767px) {
	.product-item-big-card .product-item-title a { font-size: 14px; }
}

@media (max-width: 575px) {
	.product-item-big-card .product-item-title a { font-size: 16px; }
}

/*Price*/
.product-item-price-container {
	text-align: center;
	line-height: 1;
	display: flex;
	gap: 0.75rem;
	align-items: center;
	justify-content: center;
	padding-bottom: 1rem !important;
	margin-bottom: 0 !important;
	padding: 0.25rem 0 0.825rem;
}

.product-item-price-current {
	color: #000;
	white-space: nowrap;
	font-size: 1.125rem;
}

.product-item-price-old {
	color: rgba(244, 80, 87, 0.60);
	text-decoration: line-through;
	white-space: nowrap;
	font-size: 1rem;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
	vertical-align: middle;
	line-height: 20px;
}

.product-item-big-card .product-item-price-container { margin: 0 0 10px; }

.product-item-big-card .product-item-price-current { font-size: 18px; }

.product-item-big-card .product-item-price-old { font-size: 15px; }

/*Info*/
.product-item-info-container {
	clear: both;
	margin-bottom: 8px;
	text-align: center;
	padding: 0 0.75rem;
}

.product-item-info-container.sku {
	display: flex;
	flex-direction: column;
	gap: 3px;
	margin-bottom: 0 !important;
}


.product-item-info-container-title { font-size: 12px; }



 .product-item-container .product-item-scu-block-cont.product-item-hidden,
.product-item-container .product-item-info-container.product-item-hidden {
	display: none;
	opacity: 0;
	transition: opacity 300ms ease;
}


.product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-container.hover .product-item-scu-block-cont.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-scu-block-cont.product-item-hidden {
	display: block;
	opacity: 1;
}

/*Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	max-width: 150px;
	margin: 0 auto 15px;
}


.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field-block {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.product-item-amount-field {
	display: block;
	padding: 0;
	width: 100%;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none
}

.product-item-amount-description-container {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
}

/*.product-item-big-card .product-item-amount-field-container { text-align: left; }*/

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item-quantity { font-size: 12px; }

/*region Properties */
.product-item-properties {
	display: block;
	margin: 0;
}

.product-item-properties dl { clear: both; }

.product-item-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
	font-size: 12px;
}

.product-item-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	font-size: 12px;
}

/*endregion*/

/*Compare*/
.product-item-compare-container {
	position: relative;
	display: none;
	margin: 0 -15px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e6e6e6;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
	margin: 0;
	border: none;
	background-color: transparent;
	box-shadow: none;
	text-align: center;
}


.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container { display: block; }

.product-item-compare .checkbox {
	margin: 0;
	padding: 0;
}

/* SCU */
.product-item-line-card .product-item-scu-container { text-align: left; }

.product-item-scu-container {
	padding-bottom: 0.5rem;
}

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-block-title { font-size: 12px; }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	display: flex;
	flex-wrap: nowrap;
	gap: 0.25rem;
	align-items: center;
}


.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	display: inline-block;
	box-sizing: border-box;
	padding: 0;
	max-width: 100%;
}

.product-item-scu-item-text-container {
	min-width: 50px;
	font-size: 14px;
	border-radius: 7px;
	border: 1px solid #B5B5B5;
}

.hidden-items-counter,
.product-item-scu-item-color-container {
	max-width: 23px;
	width: 25%;
	flex: 0 0 auto;
}
.hidden-items-counter {
	font-size: 12px;

}
.hidden-items-counter._active {
	order: 5;
}



.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block { transition: outline 200ms ease; }

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 50%;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block { transition: outline 300ms ease; }

.bx-retina .product-item-scu-item-text-block { outline-width: .5px; }

.product-item-scu-item-text-container.selected {
	border: 1px solid #00B5D2;
	background: #FFF;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	line-height: 18px;
}
.product-item-scu-item-color-container.notallowed {
	display: none;
}
.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}


.product-item-scu-item-text-block:hover,
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {}

.product-item-scu-item-color-container:hover,
.product-item-scu-item-color-container.selected {
	box-shadow: 0 0 0 1px #D2D2D2;
	border-radius: 50%;
}

/*Description*/
.product-item-description-container { }

.product-item-description-container p {
	color: #575757;
	font-size: 13px;
}

/*Buttons*/
.product-item-button-container { text-align: center;
	padding: 0 1.5rem 0.875rem;
}
.product-item-button-container .btn {
	width: 100%;
}

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round { display: none; }

/*More*/
.product-item-more-container {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 15px 15px 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: all 300ms ease;
}

.product-item-more-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
}

.product-item-more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
	background-size: 50%;
	opacity: .7;
	transition: opacity 300ms ease;
}


.product-item-container.hover .product-item-more { opacity: 1; }

.product-item-more-title {
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] { -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; }


.catalogSectionCols._sm .product-item-title {
	font-size: 0.875rem;
}

.product-item-scu-rating__col._rating {
	display: none;
}


.product-item-fav {
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 1.25rem;
	height: 1.25rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_374_4712)'%3E%3Cpath d='M0.505859 7.22021C0.455951 5.89759 0.930964 4.60835 1.82812 3.63525C2.72248 2.66522 3.96357 2.08741 5.28125 2.02686C6.09957 2.04254 6.89953 2.2727 7.60156 2.69385C8.30851 3.11802 8.89178 3.72155 9.29102 4.44287L9.72852 5.23291L10.166 4.44287C10.5653 3.72155 11.1475 3.11802 11.8545 2.69385C12.5562 2.27285 13.3559 2.04273 14.1738 2.02686C15.4919 2.08713 16.7333 2.66496 17.6279 3.63525C18.5251 4.60836 19.0001 5.89757 18.9502 7.22021V7.23877C18.9502 8.91615 18.0604 10.7345 16.707 12.5122C15.3627 14.278 13.611 15.9384 11.999 17.2905V17.2915C11.3632 17.8258 10.559 18.1186 9.72852 18.1187C8.89781 18.1187 8.09302 17.8259 7.45703 17.2915V17.2905L6.84668 16.77C5.41317 15.5222 3.92536 14.0573 2.74902 12.5122C1.39566 10.7345 0.505897 8.91615 0.505859 7.23877V7.22021Z' stroke='%23B5B5B5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_374_4712'%3E%3Crect width='19.4502' height='19.4502' fill='white' transform='translate(0 0.000244141)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-position: center;
	background-size: contain;
	z-index: 16;
}

.product-item-fav._active {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_374_6034)'%3E%3Cpath d='M14.1841 1.52686C13.2718 1.54105 12.3794 1.79572 11.597 2.26515C10.8146 2.73459 10.1699 3.40217 9.7281 4.20047C9.28626 3.40217 8.64159 2.73459 7.85919 2.26515C7.0768 1.79572 6.18439 1.54105 5.27208 1.52686C3.81775 1.59004 2.44754 2.22625 1.46079 3.29649C0.474049 4.36673 -0.0490152 5.78399 0.00587532 7.23866C0.00587532 10.9226 3.88342 14.946 7.13551 17.6738C7.86161 18.284 8.77966 18.6185 9.7281 18.6185C10.6765 18.6185 11.5946 18.284 12.3207 17.6738C15.5728 14.946 19.4503 10.9226 19.4503 7.23866C19.5052 5.78399 18.9821 4.36673 17.9954 3.29649C17.0087 2.22625 15.6384 1.59004 14.1841 1.52686Z' fill='%23EB5E4C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_374_6034'%3E%3Crect width='19.4502' height='19.4502' fill='white' transform='translate(0 0.000244141)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

@media (max-width: 1339px) {
	.product-item-button-container {
		padding: 0 0.5rem 0.5rem;
	}
	.product-item-title {
		padding: 0 0.5rem 0.75rem;
	}
	.product-item-info-container {
		padding: 0 0.5rem;
	}
}


@media (max-width: 1199px) {

}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
	.hidden-items-counter,
	.product-item-scu-item-color-container {
		width: 14px;
		height: 14px;
	}
	.product-item-rating {
		font-size: 14px;
		padding-right: 1rem;
	}
	.product-item-scu-rating {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}
	.product-item-scu-rating__col._rating {
		flex: 0 0 auto;
		width: 50px;
		display: block;
	}
	.product-item-scu-rating__col._sku {
		flex: 0 0 auto;
		width: calc(100% - 50px);
	}
	.product-item-image-wrapper {
		margin-bottom: 0.5rem;
	}

	.product-item-title {
		padding-right: 0;
		padding-left: 0;
		font-size: 12px;
		padding-bottom: 0.5rem;
	}
	.product-item-price-old,
	.product-item-price-current {
		font-size: 15px;
	}

	.product-item-fav {
		top: 0.75rem;
		right: 0.75rem;
		width: 1rem;
		height: 1rem;
	}

}

/* End */
/* /local/templates/mebelnavsesto/components/bitrix/system.pagenavigation/news/style.css?17536916783846 */
/* /local/templates/mebelnavsesto/components/bitrix/catalog.section.offers/offers/style.css?17647592421360 */
/* /local/templates/mebelnavsesto/components/bitrix/catalog.item/catalog/style.css?175947982427934 */
