

/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/nav/style.css?17421954662778*/
.bx-pagination {
	margin: 10px 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #e40087;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/zz-cat/style.css?17421954672034*/
 .items__item:hover {
    box-shadow: 3px 5px 8px 1px rgba(62, 62, 68, 0.15);
}
.discount-items__else-button {
    color: #231F20;
    transition: all 0.3s;
}
.discount-items__else-button:hover {
    box-shadow: 3px 5px 8px 1px rgba(62, 62, 68, 0.15);
}
 .item__new-price {
    padding-bottom: 0;
}
.item__buttons-wrapper {
    padding-top: 10px;
}
.item__buttons-wrapper span {
    display: inline-block;
    margin: auto;
    opacity: 0%;
    transition: all .3s ease-in-out;
}
.items__item:hover .item__buttons-wrapper span {
    opacity: 100%;
}
.item__new {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 10;
    max-width: 52px;
    max-height: 52px;
}
.item__discount {
    color: #000;
    font-size: 14px;
    padding-left: 5px;
}
 .item__add__info {
     box-sizing: border-box;
     width: 100%;
     position: absolute;
     box-shadow: 3px 8px 8px 1px rgba(62, 62, 68, 0.15);
     transform: translateY(0%);
     opacity: 0;
     background: #FFF;
     z-index: 100;
     padding: 10px;
     transition: opacity .3s ease-in-out;
     font-size: 14px;
     line-height: 16px;
     font-weight: 400;
     color: #000;
     display: flex;
     flex-direction: column;
     border-bottom-left-radius: 5px;
     border-bottom-right-radius: 5px;
     max-height: 85px;
     overflow: hidden;
 }
 .items__item:hover .item__add__info {
     transform: translateY(98%);
     opacity: 1;
     bottom: 0;
 }
 .bx-pagination {
     margin-top: 35px !important;
 }
 @media (max-width: 500px) {
     .bx-pagination {
         margin-top: 60px !important;
     }
     .items__item:hover .item__add__info {
         display: none;

     }
     .items__item {
         height: auto !important;
     }
     .items__item .image-carousel, .items__item .image-wrap {
         height: 140px;
     }
     .image-carousel img {
         height: 140px !important;
     }
     .item__buttons-wrapper {
         margin-top: auto;
     }
 }
/* End */
/* /local/templates/.default/components/bitrix/system.pagenavigation/nav/style.css?17421954662778 */
/* /local/templates/.default/components/bitrix/catalog.section/zz-cat/style.css?17421954672034 */
