

/* Start:/bitrix/templates/eshop_bootstrap_v4/components/bitrix/news/bootstrap_v4c/style.css?1699952748574*/
.right-sec {
    padding:0 !important;
}
.pagination-container {
    text-align:center;
    margin: 50px 0 0 0;
    display: inline-block;
    width: 100%;    
}
.page-show-more {
    margin: -20px auto 20px auto;
    color: #FFF;
    font: bold 19px/19px 'Proxima Nova', sans-serif;
    background: #0094cf;
    border: none;
    text-transform: none;
    padding: 20px 0px 19px 0px;
    width: 260px;
    border-radius: 6px;
    display: inline-block;
    text-decoration:none;
}
.page-show-more:hover {
    text-decoration:none;
    color:#FFF;
}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_v4/components/bitrix/news.detail/bootstrap_v4/style.css?16964252593835*/
.news-detail { }

/*region POST FORMATS */
.news-detail-img,
.news-detail-audio,
.news-detail-video,
.news-detail-slider {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.news-detail-slider img,
.news-detail-img img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.news-detail-video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: block;
	background: url(/bitrix/templates/eshop_bootstrap_v4/components/bitrix/news.detail/bootstrap_v4/images/bx-video.png) no-repeat center;
	opacity: 0.7;
	transition: opacity .3s ease;
}

.news-detail-video:hover {
	opacity: 1;
}

/*region POST FORMATS /// SLIDER */
.news-detail-slider {
	overflow: hidden;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
}

.news-detail-slider-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.news-detail-slider-slide {
	z-index: 100;
	float: left;
}

.news-detail-slider-arrow-container-left,
.news-detail-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}

.news-detail-slider-arrow-container-left {
	left: 0;
}

.news-detail-slider-arrow-container-right {
	right: 0;
}

.news-detail-slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 110;
	margin-top: -24px;
	width: 20px;
	height: 48px;
	color: #fff;
	vertical-align: middle;
	text-shadow: 0 0 2px rgba(0, 0, 0, .5);
	font-size: 48px;
	line-height: 34px;
	opacity: .5;
	cursor: pointer;
}

.news-detail-slider-arrow-container-left:hover .news-detail-slider-arrow,
.news-detail-slider-arrow-container-right:hover .news-detail-slider-arrow {
	display: block;
	color: #fff;
	opacity: 1;
}

.news-detail-slider-arrow-container-left .news-detail-slider-arrow {
	left: 20px;
}

.news-detail-slider-arrow-container-right .news-detail-slider-arrow {
	right: 20px;
}

.news-detail-slider-control {
	position: absolute;
	bottom: 10px;
	z-index: 110;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	word-spacing: -4px;
}

.news-detail-slider-control li {
	display: inline-block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	word-spacing: -4px;
	opacity: .5;
}

.news-detail-slider-control li:hover,
.news-detail-slider-control li.current {
	background: #fff;
	opacity: 1;
}

.news-detail-slider-arrow,
.news-detail-slider-control li {
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

/* endregion */

.news-detail-body {
    color:#131418;
}



.news-detail-title,
.news-detail-title a {
	margin: 0;
	padding: 2px 0 15px;
	border-bottom: none;
	color: #131418;
	font-weight: 600;
	font-size: 18px;
	font-family: 'Proxima Nova' sans-serif;
}

.news-detail .card-title a:hover {
	border-bottom-color: transparent;
	text-decoration: none;
}

.news-detail-view,
.news-detail-date,
.news-detail-comments,
.news-detail-author,
.news-detail-other {
	padding-bottom: 5px;
	color: #a4a4a4;
	white-space: nowrap;
	font-size: 13px;
}

.news-detail-view i.fa,
.news-detail-date i.fa,
.news-detail-comments i.fa,
.news-detail-author i.fa,
.news-detail-tags i.fa,
.news-detail-other i.fa {
	width: 13px;
	color: #b4b4b4;
}

.news-detail-tags {
	padding-bottom: 5px;
	color: #a4a4a4;
	font-size: 13px;
}

.news-detail-body {
    font-size:18px;
    line-height:24px;
    font-weight:400;
}

.news-detail-body h2,
.news-detail-body .news-detail-title {font-size:24px;}



.news-detail-body .docLink {text-decoration:underline;}
.news-detail-body .docLink:hover {text-decoration:none;}

.news-detail-body table td,
.news-detail-body table th {padding:0.3rem 0.75rem;}

.news-detail-body table tbody tr:nth-of-type(odd) {background-color: rgba(0,0,0,.05);}

.news-detail-body table.nobg tbody tr,
.news-detail-body table.nobg tbody tr:nth-of-type(odd) {background:none;}

/* End */


/* Start:/bitrix/templates/eshop_bootstrap_v4/components/bitrix/catalog.section/front_hits/style.css?17385698736563*/
.section_description {
    margin: 15px 0;
}

.gitems.cust_items {
    display:grid;
    grid-template-columns:repeat(6, 1fr);
    grid-column-gap:15px;
    grid-row-gap:15px;   
    padding:0;     
}

.products_section .gitems.cust_items,
.favList .gitems.cust_items,
.search-results .gitems.cust_items {
   grid-template-columns:repeat(4, 1fr); 
    margin-left: -15px;
    margin-right: -15px;   
}

@media (max-width: 1200px) {
   .gitems.cust_items {
        grid-template-columns:repeat(4, 1fr) !important; 
   }    
   
   .products_section .gitems {
        grid-template-columns:repeat(3, 1fr) !important; 
   }                   
} 



.gitems.cust_items .product-item-small-card {
    padding:0;
    z-index:1;
    background: #FFF;
    border-radius: 12px;   
}
.gitems.cust_items .product-item-small-card:hover {
    z-index:2;
}

.gitems .product-item-container{
    height: 100%;    
}

.gitems .product-item {
    margin-bottom:0;
    border-radius:0;
    padding: 17px 17px 17px 17px;
    height: auto;
    position:relative;
}

#front_popular .gitems .product-item,
.front_popular .gitems .product-item,
#front_sale .gitems .product-item,
.reccomended_block .gitems .product-item, 
.similar_block .gitems .product-item,
.popular_block .gitems .product-item,
.other_products_block .gitems .product-item {
    padding:0;
}

.reccomended_block .gitems .product-item:hover, 
.similar_block .gitems .product-item:hover,
.popular_block .gitems .product-item:hover,
.other_products_block .gitems .product-item:hover {
    box-shadow:none;
}

.gitems .product-item .product-item-image {
    padding:0;
    margin-bottom:10px;
    position:relative;
}

.gitems .product-item .product-item-price-container {
    padding:0;
    text-align:left;
    vertical-align:top;
}

.gitems .product-item .product-item-price-container .product-item-price-current {
    color:#8ec100;
    font-size:22px;
    line-height:22px;
    text-align:left;
    float: left;
}
.gitems .product-item .product-item-price-container .product-item-price-old {
    line-height: 22px;
    padding-left: 7px;
    font-size: 14px;    
}

.gitems .product-item .codeWr {display:inline-block; width:100%; text-align:left; margin: 0px 0 12px 0; line-height: 13px; position:relative;}

.gitems .product-item .product-item-article {
    color:#777777;
    font-size:13px;
    line-height:13px;
    margin:0px 0px 0px 0px;
    text-align:left;
    display:inline-block;
    vertical-align:top;
}

.gitems .product-item .product-item-article.provart {
    color:red;
}

.gitems .product-item .product-item-body {
    padding:0;
    background:none;
}

.gitems .product-item .product-item-title {
    margin:0 0 0px 0;
    text-align:left;
}

.gitems .product-item .product-item-title a {
    padding:0;
    color:#555555;
    font-size:14px;
    line-height:16px;
    height:48px;
    
}

.gitems .product-item.is_trendy:after {
    content:"";
    display:none;
}

.gitems .product-item .product-item-button-container {
    text-align:left;
}
/*    color:#333333;
    background:#f2f2f2; */
.gitems .product-item .product-item-button-container .btn {
    color:#fff;
   background:#62b839;
    font-size:15px;
    line-height:15px;
    font-weight:500;
    text-transform:uppercase;
    padding: 17px 10px 17px 10px;
    border-radius:6px;
    width:100%;
}
.gitems .product-item .product-item-button-container .btn:hover {
    color:#333333;
    background:#f2f2f2;
}

.gitems .product-item-buttons {
    position:relative;
    display: inline-block;
    width: 100%;  
    margin-top: 25px;  
}



.gitems .product-item-small-card .product-item-compare-container {
    top: 52px;
    bottom: auto;
    right: 17px;
    min-height:24px;
}

.gitems .product-item-small-card .fav.favor {
    top: 17px;
    bottom: auto;
    right: 17px;   
}

.elementsSections {display:inline-block; width:100%; margin:20px 0 0 0;}
.elementsSections a {display: inline-block; vertical-align:top;
    margin: 0 10px 12px 0;
    padding: 5px 6px;
    border-radius: 4px;
    color: #FFF;
    background: #2b557f;
    text-decoration: none;
    font-size: 12px;
    line-height: 12px;}

@media (max-width: 990px) {
   .gitems.cust_items  {
        grid-template-columns:repeat(3, 1fr) !important; 
        grid-row-gap:0;
        margin-left:0;
        margin-right:0;
   }                   
} 

@media (max-width: 768px) {
   .bx-touch .gitems .product-item {
        padding:5px;       
   }     
   .gitems.cust_items {
        grid-template-columns:repeat(3, 1fr) !important; 
        grid-row-gap:0;
        margin-left: -15px !important;
        margin-right: -15px !important;         
   }   
   
   .products_section .gitems.cust_items {
        grid-template-columns:repeat(2, 1fr) !important; 
        grid-row-gap:5px !important;
        grid-column-gap: 5px;
   }   
   
   .gitems.cust_items .product-item-small-card {
        padding:5px;
        border-radius:0;
   }   
   .bx-wrapper.not-front-page.isSearch {background:#f2f2f2} 
   .isSearch .gitems.cust_items {
        grid-column-gap: 5px;
        grid-row-gap: 5px; 
   }  
   .isSearch .primaryContent {padding:0;}       
   .isSearch .bx-footer {padding-top:0;}
} 


@media (max-width: 576px) {
   .gitems.cust_items {
        grid-template-columns:repeat(2, 1fr) !important;
        grid-column-gap:10px;
        margin-left: 0px !important;
        margin-right: 0px !important;         
   }  
   .gitems .product-item-small-card .product-item {
    padding:0px;
   }
   .gitems .product-item-small-card .fav.favor {}  
      
    .gitems .product-item .product-item-buttons .product-item-button-container .btn {
        padding: 11px 5px 11px 5px;
        border: none;       
        font-size: 13px;
    }               
}

@media (max-width: 440px){
    .gitems .product-item .product-item-article {
        font-size: 12px;
        line-height: 12px;
        margin:0;        
    }
    .gitems .product-item .product-item-title {height: 64px;}
    .gitems .product-item .product-item-title a {height:60px; line-height:15px;}
    .gitems .product-item .product-item-price-container .product-item-price-current {
            font-size: 16px;
    }
    .gitems .product-item .product-item-price-container .product-item-price-old {
            font-size: 10px;
    }
}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_v4/components/bitrix/catalog.item/ws_item/style.css?173640740738641*/
а.cust_items {
    padding:0 10px;
}
.product-item-small-card {
    padding:0 5px;
}
.product-item-container { position: relative; }

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

.product-item {
	display: block;
	box-sizing: border-box;
	padding-top: 0px;
	padding-bottom:0px;
	margin-bottom:20px;
	width: 100%;
	border-radius: 22px;
	background:none;
    border: none;
    overflow: hidden;
    background:#ffffff;
     
} 

.product-item:hover {/*
-webkit-box-shadow: 0 5px 25px rgb(30 31 33 / 12%);
-moz-box-shadow: 0 5px 25px rgb(30 31 33 / 12%);
box-shadow: 0 5px 25px rgb(30 31 33 / 12%);*/
}

.product-item-body {
   background: #ffffff; 
   padding-top: 10px;
   padding-bottom:15px;
}

.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 {



}

.bx-touch .product-item {
	padding: 0px 0 0;
	width: auto;
	
}

.bx-no-touch .product-item-container.hover .product-item {
	-webkit-animation: product-item-hover 10ms 1 ease;
}



/*Image*/
.product-item-image {
	padding:15px; 
	display:block;
	margin-bottom: 0;
	background: #FFF;
}
.product-item-image.not-av {
    opacity:0.4;
}
.product-item-image-wrapper {
	position: relative;
	display: block;
	
	padding-top: 116%;
	width: 100%;
	transition: all 10ms 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 10ms linear;
}

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

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

.bx-no-touch .product-item-container.hover .product-item-image-original { }

.bx-no-touch .product-item-container.hover .product-item-image-alternative {  }

.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: contain;
	background-repeat: no-repeat;
	transition: .6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.product-item-image-slide {
		transition: transform .6s ease-in-out, -webkit-transform .6s 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: 10px;
	left: 0;
	z-index: 15;
	display: block;
	padding: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 300ms ease;
}

.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,
.product-item-image-slider-control.active {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(128, 128, 128, .8);
	opacity: .6;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover { cursor: pointer; }

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

/*Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 15;
}

.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #eef9ee;
	color: #1aad16;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

/*SMALL*/
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
	padding: 5px 12px;
	font-size: 16px;
	line-height: 21px;
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
	padding: 5px 17px;
	font-size: 22px;
	line-height: 33px;
}


@media (max-width: 768px) {
    .pop-items-list .product-item {
        border:none;
        padding: 5px;
    }    
}

@media (max-width: 767px) {
    
    .product-item {
        
        padding-top:0 !important;
    }
    

    
    .product-item-body {
        padding-bottom:7px;
    }
    
    .product-item .product-item-title {
        
        font-size:11px;
        line-height:14px;
        height:84px;
    }
    
    .product-item .product-item-button-container .btn {
        background: #71b9c8;
        padding: 11px 15px 11px 15px;
        border: none;
        border-radius: 14px;        
    }
    
	.product-item-label-text > div { line-height: 0; }

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

@media (max-width:768px) {
    .cust_items .product-item-small-card {
        padding-left:10px;
        padding-right:10px;
    }    
}


@media (max-width:576px) {
    .cust_items .product-item-small-card {
        padding-left:10px;
        padding-right:10px;
    } 
}


/*RING*/
.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 25%;
	font-weight: bold;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
	width: 48px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
	width: 100px;
	height: 100px;
	font-size: 30px;
	line-height: 100px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 36px;
	font-size: 18px;
	line-height: 36px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
	width: 120px;
	height: 120px;
	font-size: 42px;
	line-height: 120px;
}

@media (max-width: 767px) {
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
    	width: 42px;
    	height: 26px;
    	font-size: 12px;
    	line-height: 26px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
    	width: 42px;
    	height: 26px;
    	font-size: 12px;
    	line-height: 26px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-item-label-top { top: -5px; }

.product-item-label-center {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-item-label-left { left: 5px; }

.product-item-label-left > div { text-align: left; }

.product-item-label-bottom { bottom: 5px; }

.product-item-label-middle {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product-item-label-right { right: -5px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.product-item-article {
    padding:0 0px;
    margin: 0px 0 0px 0px;
    font-size: 13px;
    line-height: 13px;
    color: #919191;
    position: relative;
    z-index: 15;   
    text-align: center; 
}

.product-item-article.provart {
    color:red;
    font-weight:500;
}

.product-item-provider {
    position: absolute;
    top: 50px;
    left: 20px;  
    font-size: 14px;
    line-height: 14px;  
    z-index: 15;  
    color:red;  
}

.product-item-seller {
    padding:0 0px;
    margin: 4px 0 0px 0px;
    font-size: 14px;
    line-height: 14px;
    height:14px;
    position: relative;
    z-index: 15;   
    text-align: center; 
    color:red; 
}



/*Title*/
.product-item .product-item-title {
    overflow: hidden;
    margin: 0 15px 0px 15px;
    padding: 0px 0;        
    white-space: normal;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    border-top: none;
    border-bottom: none;
}

.product-item-instock {
    margin:0 0 7px 0;
    height:14px;
    text-align:center;
    font-size:14px;
    line-height:14px;
    color:red;
}
.product-item-instock span.instock {
    padding-left:18px;
    margin:0 auto;
    background:url(/bitrix/templates/eshop_bootstrap_v4/components/bitrix/catalog.item/ws_item/img/instock.png) left center no-repeat;
    background-size:contain;
}

.product-item-instock.allUsers {
    position: relative;
    display:inline-block;
    vertical-align:middle;
    font-size:12px;
    line-height: 13px;
    font-weight: bold;
    text-transform: none;    
    color: #555555;
    background:none;
    margin: 0px 0 0 0;
    text-align:left;
}

.product-item-instock.allUsers span.instock {
    background:none;
}

.product-item-instock.allUsers span.checkStock {
}

.product-item-instock.allUsers span {position:relative; font-weight:normal; padding-left:24px; font-size: 13px;}

@media (max-width: 576px) {
    .product-item-instock.allUsers {
        height:12px;
    }
    .product-item-instock.allUsers span {
        position: relative;
        font-weight: normal;
        padding-left: 18px;
        font-size: 12px;
    }    
}
.product-item-instock.allUsers span::before {
    content: "";
    width: 11px;
    height: 8px;
    position: absolute;
    left: 2px;
    top: 4px;
    background:url(/bitrix/templates/eshop_bootstrap_v4/components/bitrix/catalog.item/ws_item/img/checking.svg) 0px 0px no-repeat;
    display: inline-block;
}

.product-item-instock.allUsers span.checkStock:before {
    background:url(/bitrix/templates/eshop_bootstrap_v4/components/bitrix/catalog.item/ws_item/img/checking.svg) 0px 0px no-repeat;
    background-position: -16px 0px;
}
.product-item-instock.allUsers span.toOrder:before {
    background-position: -16px -10px;
}
.product-item-instock.allUsers span.notStock:before {
    background-position: 0px -38px;
    width: 14px;
    height: 14px;
    top:1px;
}
.product-item-instock.allUsers span.noProd:before {
    background-position: 0px -38px;
    width: 14px;
    height: 14px;
    top:1px;
}

.product-item.is_trendy .isHit {
    position:absolute;
    top:15px;
    right:20px;
    background:#fd434c;
    color:#FFF;
    font: bold 15px/15px 'Proxima Nova', sans-serif;
    padding:5px 12px;
    border-radius:6px;
    display: inline-block;
    z-index:120;  
}

.recom {
    position: absolute;
    top: 17px;
    left: 17px;
    color: #FFF;
    background:#fd434c;
    font: 600 13px/13px 'Proxima Nova', sans-serif;
    padding: 5px 12px;
    border-radius: 6px;
    display: inline-block;
    z-index: 120;
}
    
@media (max-width: 767px) {
    .product-item.is_trendy .isHit,
    .recom {    
        font: bold 12px/12px 'Proxima Nova', sans-serif;
    }
}     
.recomHall {background:#7ed09f; width:163px; height:23px;}
.recomHall::after {content:'Рекомендуем для зала'; position:absolute; left:11px; top:6px; color: #FFF; font: 600 13px/13px 'Proxima Nova', sans-serif;}
.recomHome {background:#fdeea8; color:#000;  width:166px; height:23px;}
.recomHome::after {content:'Рекомендуем для дома'; position:absolute; left:11px; top:6px; color:#000; font: 600 13px/13px 'Proxima Nova', sans-serif;}

.recomHit {width:95px; height:23px;}
.recomHit::after {content:'Хит продаж'; position:absolute; left:11px; top:6px; color:#fff; font: 600 13px/13px 'Proxima Nova', sans-serif;}

.bx-touch .product-item-title,
.product-item-container.hover .product-item-title {
	overflow: auto;
	white-space: normal;
}

.product-item-title a {
    color: #333333;
    text-decoration: none;
    height: 64px;
    padding:10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font: 500 15px/18px 'Proxima Nova', sans-serif;
}

.product-item-title a:hover {color: #333333;}

.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: 1180px) {
    .product-item .product-item-title {
        margin: 0 0px 15px 0px;
    }
    .product-item .product-item-image {
        padding: 2px;
    }
}

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

@media (max-width: 991px) {
	 .product-item-title a { 
	   font-size: 16px; 
    }
    
    .product-item-article {
        margin: 12px 0 0px 15px;
        font-size: 11px;
        line-height: 11px;
        color: #777777;
        position: relative;
    }    
}

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

@media (max-width: 575px) {
	 .product-item-title a { font-size: 16px; }
     .recomHall::after,
     .recomHome::after,
     .recomHit::after {font: 500 12px/12px 'Proxima Nova', sans-serif;}
     .recomHall,
     .recomHome {width:148px;}
     .recomHit {width:86px;}
}

/*Delivery*/
.product-item .freeDelivery {color:#62b839; font-size:12px; line-height:11px; height:20px; font-weight:500; padding: 0px 0 0px 30px; background:url(/bitrix/templates/eshop_bootstrap_v4/components/bitrix/catalog.item/ws_item/img/iconFreeGreen.png) left center no-repeat; background-size: 25px; display: inline-flex; align-items:center; position: absolute; top: auto; left: 10px;  bottom: 70px; z-index: 9;}


@media (max-width: 768px) {
    .product-item .freeDelivery {line-height: 10px; bottom:51px; left:2px;}
}


/*Price*/
.product-item-price-container {
	padding:0 15px;
	text-align: center;
	line-height: 1;
    min-height: 16px;
	margin:0;
    display: inline-block;
    width: 100%;    
}

.product-item-info-container.product-item-price-container {
    margin:0 0 5px 0;
}

.product-item-price-current {
    color: #29a244;
    white-space: nowrap;
    font-weight: bold;
    font-size: 19px;
    line-height: 19px;
}

.product-item-price-old {
	color: #a5a5a5;
	text-decoration: line-through;
	white-space: nowrap;
	font-size: 12px;
}

.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: 0px;
}

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

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
	display: none;
	opacity: 0;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-touch-hidden { display: none !important }

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
	display: block;
	opacity: 1;
}

.product-item-info-container.popsWrapper {
    position:relative;
    z-index:17;
}
/*Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-container { }

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: inline-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 {
	display: inline-block;
	padding: 0;
	max-width: 50px;
	width: auto;
	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 {
	display: block;
	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; }

.product-item .qty_avail {
    text-align:center;
}

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

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

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

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

/*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-small-card .product-item-compare-container {
   position:absolute;
   top:12px;
   right:45px; 
   border:none;
   background: none;
   box-shadow:none;
   padding:0;
   margin:0;
   display:inline-block;
   z-index:15;
}

.product-item-small-card .product-item-compare-container:hover {
    cursor:pointer;
}

.product-item-small-card .product-item-compare {
    
}

.product-item-small-card .product-item-compare .checkbox {
    
}

.product-item-small-card .product-item-compare .checkbox > label {
    margin:0;
   width:24px;
   height:24px;    
}

.product-item-small-card .product-item-compare .checkbox > label:hover {
    cursor:pointer;
}

.product-item-small-card .product-item-compare .checkbox > label input {
    opacity:0;
}

.product-item-small-card .product-item-compare .checkbox > label span {
    font-size:0;
    position:absolute;
    left:0;
    width:24px;
    height:24px;
    display:inline-block;
   	background:url(/bitrix/templates/eshop_bootstrap_v4/components/bitrix/catalog.item/ws_item/img/ws_compare_g2.png) bottom center no-repeat;
    background-size:90%;
}

.product-item-small-card .product-item-compare .checkbox > label span:hover {
    cursor:pointer;
   	background:url(/bitrix/templates/eshop_bootstrap_v4/components/bitrix/catalog.item/ws_item/img/ws_compare_b.png) bottom center no-repeat;
    background-size:90%;    
}

.product-item-small-card .product-item-compare .checkbox > label input[type="checkbox"]:checked + span {
   	background:url(/bitrix/templates/eshop_bootstrap_v4/components/bitrix/catalog.item/ws_item/img/ws_compare_b.png) left center no-repeat;
    background-size:contain;
}


.product-item-small-card .fav.favor {
    position:absolute;
    top:12px;
    right:12px; 
    border:none;
    background: none;
    box-shadow:none;
    padding:0;
    margin:0;
    display:inline-block;
    z-index:15;
    width:24px;
    height:24px;
    font-size:24px;
    line-height:24px;
    color:#d6d5d7;
   	background:url(/bitrix/templates/eshop_bootstrap_v4/components/bitrix/catalog.item/ws_item/img/ws_heart_g.png) center no-repeat;
    background-size:contain;  
}

.product-item-small-card .fav.favor.active,
.product-item-small-card .fav.favor:hover {
   	background:url(/bitrix/templates/eshop_bootstrap_v4/components/bitrix/catalog.item/ws_item/img/ws_heart_b.png) center no-repeat;
    background-size:contain; 
    cursor:pointer;
    color:#1e81f6;
}

.bx-touch .product-item-compare-container { }

.product-item-line-card .product-item-compare-container {}
.product-item-compare-container:hover {
    cursor:pointer;
}

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

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

.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 {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

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

.product-item-scu-item-text-container { min-width: 32px; }

.product-item-scu-item-color-container {
	max-width: 38px;
	width: 25%;
}

.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: contain;
	background-repeat: no-repeat;
}

.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 .product-item-scu-item-text-block { outline-width: 2px; }

.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-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.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-color-block:hover,
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: var(--primary); }

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

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

/*Buttons*/
.product-item-buttons {
	margin-top:5px;
}
.product-item-button-container {
	text-align: center;
}

.product-item-button-container .btn {
	margin-bottom: 2px;
	color:#fff;
	font-size:11px;
	line-height:11px;
	font-weight:bold;
	text-transform:uppercase;
	background:#71b9c8;
    padding: 15px 15px 15px 15px;
    border: none;
    border-radius: 20px;	
}

.product-item-button-container .btn:hover {
	color:#FFF;
	background:#0094cf;

}

.gitems .product-item-small-card button:focus {
    outline:none;
}

@media (min-width: 768px) and (max-width: 1190px) {
    .product-item-button-container .btn {
        background: #71b9c8;
        padding: 11px 14px 11px 14px;
        border-radius: 14px;        
    }
    
    .gitems.cust_items {
        grid-column-gap: 1px;
        grid-row-gap: 1px;        
    }
    
    .cust_items {
        padding-left:0;
        padding-right:0;   
    }
    .product-item {
    	background:#ffffff;
    	border: #dbdddf 1px solid;
        margin-bottom: 10px;
        border-radius: 16px;
    }  
    
    .product-item .product-item-article {
        margin: 0px 0 0px 15px;
        color:#7e7e7e;
    }  
    
    .product-item .product-item-title {
        margin-bottom: 8px;
    }
    
    .product-item .product-item-title a {
        color: #000000;
        height:84px;
        font-size: 12px;
        line-height: 14px;        
    }    
    
    .product-item .product-item-price-current {
        font-weight: 900;
    }    
    
    .product-item .product-item-body {
        background: #ffffff;
    }
    
    .product-item .product-item-buttons {
        margin-bottom: 10px;
    }
    
    .product-item .product-item-buttons .product-item-button-container .btn {
        border:none;
        background: #39b9c9;
        padding: 12px 20px 12px 20px;
    }    
    
    .cust_items {
        margin:0 -5px;
    }
    #front_popular .pop-items-list {
        padding:0 5px;
    }
    .product-item-image {
        padding:5px;
    }
    .product-item .product-item-article {
        margin:0 0 0 0px;
    }
    .product-item .product-item-title {
        margin:5px 5px 8px 5px;
    }
    .product-item-price-container {
        padding:0 5px;
    }
    
    .product-item-price-container .product-item-price-current {
        font-size:20px;
        font-weight:600;
    }    
    
    .cust_items .product-item-small-card {
        padding-left:5px;
        padding-right:5px;   
    }
    
    .gitems .product-item-small-card .product-item-compare-container {
        right:0;
    } 
    
    .gitems .product-item .product-item-buttons .product-item-button-container .btn {
        padding: 10px 12px 10px 12px;
        font-size: 16px;
        line-height: 16px;   
        border-radius: 8px;          
    }
    
    .gitems .product-item-small-card .fav.favor {
        right:33px;
        width: 20px;
        height: 20px;
        font-size: 20px;
        line-height: 20px;        
    }
    .product-item-small-card .product-item-compare .checkbox > label span {
        width: 20px;
        height: 20px;
        bottom: 0;        
    }
    .product-item-label-top {
        top:0px;
    }
    .product-item-label-right {
        right:0px;
    }
    .bx-touch .gitems .product-item {
        border:none;
    }    
}

/* special mobile product style */
@media (max-width: 767px){

    
}

@media (max-width:440px) {


}


/*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;
}

.bx-touch .product-item-more,
.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; }

.ratingWr {display: grid; width: 100%; grid-template-columns: auto auto; align-items: self-end; margin: 5px 0 10px 0;}
.ratiting-item {
    font-size:0;
    margin:0 0 0px 0;
}
.ratiting-item .bmhouse-comments-rating
{
	font-size: 13px;
	font-family: Verdana;
    min-height:13px;
    line-height: 13px;
}

.bmhouse-comments-rating .bmhouse-comments-rating,
.bmhouse-comments-rating .bmhouse-comments-count
{
	display: inline-block;
}

.bmhouse-comments-rating .bmhouse-comments-count
{
	position: relative;
	top: -3px;
    font-size:13px;
}

.bmhouse-comments-rating .bmhouse-comments-rating-background,
.bmhouse-comments-rating .bmhouse-comments-rating-foreground
{
	height: 13px;
	width: 65px;
}

.bmhouse-comments-rating .bmhouse-comments-rating-background
{
	background: url( '/bitrix/templates/eshop_bootstrap_v4/components/bmhouse/comments.rating/ws_rating/img/star_empty.svg') repeat-x;
	background-size: 13px 13px;
}

.bmhouse-comments-rating .bmhouse-comments-rating-foreground
{
	background: url( '/bitrix/templates/eshop_bootstrap_v4/components/bmhouse/comments.rating/ws_rating/img/star_full.svg') repeat-x;
	background-size: 13px 13px;
}

/* End */


/* Start:/bitrix/templates/eshop_bootstrap_v4/components/bmhouse/comments.rating/ws_rating/style.css?16820864022272*/
.ratiting-item {
    font-size:0;
    display: inline-block;
    vertical-align: middle;
    text-align:right;
    line-height: 16px;
    margin:0 0 0 0;    
}
.ratiting-item .bmhouse-comments-rating
{
	font-size: 16px;
	font-family: Verdana;
    min-height:16px;
    height:16px;
    line-height: 16px;
    
}

.bmhouse-comments-rating .bmhouse-comments-rating,
.bmhouse-comments-rating .bmhouse-comments-count
{
	display: inline-block;
}

.bmhouse-comments-rating .bmhouse-comments-count
{
	position: relative;
	top: -3px;
    font-size:13px;
    color:#555555;
    margin-left:1px;
}

.bmhouse-comments-rating .bmhouse-comments-rating-background,
.bmhouse-comments-rating .bmhouse-comments-rating-foreground
{
	height: 16px;
	width: 80px;
}

.bmhouse-comments-rating .bmhouse-comments-rating-background
{
	background: url( '/bitrix/templates/eshop_bootstrap_v4/components/bmhouse/comments.rating/ws_rating/img/star_empty.svg') repeat-x;
	background-size: 16px 16px;
}

.bmhouse-comments-rating .bmhouse-comments-rating-foreground
{
	background: url( '/bitrix/templates/eshop_bootstrap_v4/components/bmhouse/comments.rating/ws_rating/img/star_full.svg') repeat-x;
	background-size: 16px 16px;
}

@media (max-width: 576px) {
    .ratiting-item {
        line-height: 12px;   
    }
    .ratiting-item .bmhouse-comments-rating
    {
    	font-size: 12px;
    	font-family: Verdana;
        min-height:12px;
        height:12px;
        line-height: 12px;
        
    }    
    .bmhouse-comments-rating .bmhouse-comments-rating-background,
    .bmhouse-comments-rating .bmhouse-comments-rating-foreground{
    	height: 12px;
    	width: 60px;
    }
    .bmhouse-comments-rating .bmhouse-comments-count{
        top: -1px;
        font-size: 12px;        
    }    
    
    .bmhouse-comments-rating .bmhouse-comments-rating-background
    {
    	background: url( '/bitrix/templates/eshop_bootstrap_v4/components/bmhouse/comments.rating/ws_rating/img/star_empty.svg') repeat-x;
    	background-size: 12px 12px;
    }
    
    .bmhouse-comments-rating .bmhouse-comments-rating-foreground
    {
    	background: url( '/bitrix/templates/eshop_bootstrap_v4/components/bmhouse/comments.rating/ws_rating/img/star_full.svg') repeat-x;
    	background-size: 12px 12px;
    }
}

/* End */
/* /bitrix/templates/eshop_bootstrap_v4/components/bitrix/news/bootstrap_v4c/style.css?1699952748574 */
/* /bitrix/templates/eshop_bootstrap_v4/components/bitrix/news.detail/bootstrap_v4/style.css?16964252593835 */
/* /bitrix/templates/eshop_bootstrap_v4/components/bitrix/catalog.section/front_hits/style.css?17385698736563 */
/* /bitrix/templates/eshop_bootstrap_v4/components/bitrix/catalog.item/ws_item/style.css?173640740738641 */
/* /bitrix/templates/eshop_bootstrap_v4/components/bmhouse/comments.rating/ws_rating/style.css?16820864022272 */
