.catalog-section .product-item-container, .catalog .product-item-container{
	position: relative;

    display: flex;
    flex-wrap: wrap;
}

.catalog-section .product-item-container.hover, .catalog .product-item-container.hover { z-index: 17; }
.home-best .product-item-container .product-item-info-container.product-item-hidden[data-entity="quantity-block"],
.home-best .product-item-container .product-item-info-container.product-item-hidden[data-entity="buttons-block"]  {display: none;}
.catalog .product-item-container .product-item-info-container.product-item-hidden[data-entity="quantity-block"],
.catalog .product-item-container .product-item-info-container.product-item-hidden[data-entity="buttons-block"],
.catalog-section .product-item-container .product-item-info-container.product-item-hidden[data-entity="quantity-block"],
.catalog-section .product-item-container .product-item-info-container.product-item-hidden[data-entity="buttons-block"],
.catalog .product-item-container.hover .product-item-info-container.product-item-hidden[data-entity="quantity-block"],
.catalog .product-item-container.hover .product-item-info-container.product-item-hidden[data-entity="buttons-block"],
.catalog-section .product-item-container.hover .product-item-info-container.product-item-hidden[data-entity="quantity-block"],
.catalog-section .product-item-container.hover .product-item-info-container.product-item-hidden[data-entity="buttons-block"],
.catalog-section .product-item-scu-item-text-container.notallowed,
.catalog-section .product-item-scu-item-color-container.notallowed
  {display: none;}
.catalog .product-item-container .product-item-info-container.product-item-hidden[data-entity="quantity-block"] {display: none!important;}
.img-wrapper {width: 100%;position: relative;}
.bx-no-touch .catalog .product-item-container .sku-w,
 .bx-no-touch .catalog-section .product-item-container .sku-w{
	opacity: 0;
	width: 100%;
	display: block;
	width: 100%;
    	position: absolute;
    	bottom: 0px;
	left:0;
	right:0;
}
.bx-no-touch .catalog .product-item-container.hover .sku-w,
.bx-no-touch .catalog-section .product-item-container.hover .sku-w {
	opacity: 1;
}

.catalog-section .product-item, .catalog .product-item {
	display: flex;
    	flex-wrap: wrap;
	padding: 0;
	width: 100%;
	position: relative;
	align-items: flex-end;
}
.catalog-section .product-item-line-card .product-item, .catalog .product-item-line-card .product-item {
	width: 320px !important;

}
.catalog-section .product-item *, .catalog .product-item * { transition: opacity 300ms ease; }

.bx-no-touch .catalog-section .product-item-container .product-item a.product-item-image-wrapper,
.bx-no-touch .catalog .product-item-container .product-item a.product-item-image-wrapper {
	border-radius: 16px;
}
.bx-no-touch .catalog-section .product-item-container.hover .product-item a.product-item-image-wrapper,
.bx-no-touch .catalog .product-item-container.hover .product-item a.product-item-image-wrapper{

	padding: 0 0 0;
	margin-left:0;
	margin-right:0;
	width: 100%;
	background: #fff;

}

.bx-touch .catalog-section .product-item, .bx-touch .catalog .product-item {
	width: auto;
	background: #fff;
}

.bx-no-touch .catalog-section .product-item-container.hover .product-item a.product-item-image-wrapper,
.bx-no-touch .catalog .product-item-container.hover .product-item a.product-item-image-wrapper{
	-webkit-animation: product-item-hover 300ms 1 ease;
	box-shadow: 0px 8px 12px 0px rgba(134, 134, 134, 0.12);
}
/*Image*/
.catalog-section .product-item-image-wrapper,
.catalog .product-item-image-wrapper {
	position: relative;
	display: block;
	padding: 0;
	margin-bottom: 15px;
	margin-left:0;
	margin-right:0;
	width: 100%;
	transition: all 300ms ease;
	overflow: hidden;
	height: 260px;
}
.catalog-section .product-item-image-original,
.catalog .product-item-image-original {
 height: 260px;
	display: block;
	width: auto;
	transition: opacity 300ms linear;
margin-left: auto;
    margin-right: auto;
	/*position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%; */
}

.product-property {
	width: 100%;
    	display: flex;
	flex-wrap: wrap;
    	align-items: end;
}

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

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

.catalog-section .product-item-big-card .product-item-image-wrapper,
.catalog .product-item-big-card .product-item-image-wrapper { margin-bottom: 8px; }

/*Image Slider*/
.catalog-section .product-item-image-slider-slide-container,
.catalog .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;
}

.catalog-section .product-item-image-slide,
.catalog .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) {
	/* .catalog-section .product-item-image-slide,
	.catalog .product-item-image-slide {
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

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

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

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

.catalog-section .product-item-image-slider-control-container,
.catalog .product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	padding: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 300ms ease;
}
/*Label*/
.catalog-section .product-item-label-text,
.catalog-section .product-item-label-ring,
.catalog .product-item-label-text,
.catalog .product-item-label-ring {
	position: absolute;
	z-index: 15;
}

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

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

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

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

/*SMALL*/
.catalog-section .product-item-label-text.product-item-label-small span,
.catalog-section .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span,
.catalog .product-item-label-text.product-item-label-small span,
.catalog .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;
}

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

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

.catalog-section .product-item-big-card .product-item-label-text.product-item-label-big span,
.catalog .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: 1024px) {
	.catalog-section .product-item, .catalog .product-item { padding: 0;}

}

/*RING*/
.catalog-section .product-item-label-ring,
.catalog .product-item-label-ring {
	border-radius: 50%;
	font-weight: bold;
}

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

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

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

.catalog-section .product-item-big-card .product-item-label-ring.product-item-label-big,
.catalog .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) {
	.catalog-section .product-item-label-ring.product-item-label-small,
	.catalog-section .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small,
	.catalog .product-item-label-ring.product-item-label-small,
	.catalog .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		--product-item-label-ring-size: 40px;
		width: var(--product-item-label-ring-size);
		height: var(--product-item-label-ring-size);
		line-height: var(--product-item-label-ring-size);
		font-size: 14px;
	}

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

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

.catalog-section .product-item-label-top, .catalog .product-item-label-top { top: -5px; }
.catalog-section .product-item-label-center, .catalog .product-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.catalog-section .product-item-label-center > div, .catalog .product-item-label-center > div  { text-align: center; }
.catalog-section .product-item-label-left, .catalog .product-item-label-left { left: -5px; }
.catalog-section .product-item-label-left > div, .catalog .product-item-label-left > div { text-align: left; }
.catalog-section .product-item-label-bottom, .catalog .product-item-label-bottom { bottom: -5px; }
.catalog-section .product-item-label-middle, .catalog .product-item-label-middle { top: 50%;transform: translateY(-50%);}
.catalog-section .product-item-label-right, .catalog .product-item-label-right { right: -5px; }
.catalog-section .product-item-label-right > div, .catalog  .product-item-label-right > div { text-align: right; }
.catalog-section .product-item-label-center.product-item-label-middle, .catalog .product-item-label-center.product-item-label-middle {
	transform: translateY(-50%) translateX(-50%);
}
.catalog-section .product-item-title, .catalog .product-item-title {
	margin-bottom: 0px;
	width: 100%;
	display:flex;
	flex-wrap: wrap;
    	justify-content: center;

text-align: center;

}
.catalog-section .product-item-title a, .catalog  .product-item-title a {
	color: var(--bfg-color-black);
	text-decoration: none;
	font-size: 16px;
	line-height: 1.2;
	font-weight: var(--font-w-400);
}
.catalog-section .product-item-info-container[data-entity="buttons-block"] .product-item-button-container a,
.catalog  .product-item-info-container[data-entity="buttons-block"] .product-item-button-container a{
	border: 1px solid var(--bfg-color-grey_dark);
	border-radius: 32px;
	width: 100%;
	font-size:16px;
	color: var(--bfg-color-grey_dark);
	display: flex;
    	justify-content: center;
	padding: 7px 10px;
	align-items: center;
	transition: background 300ms ease, opacity 300ms ease;
}
.catalog-section .product-item-info-container[data-entity="buttons-block"] .product-item-button-container a.btn-cart i,
.catalog  .product-item-info-container[data-entity="buttons-block"] .product-item-button-container a.btn-cart i{
	width: 24px;
    	height: 24px;
	margin-right:12px;
	background: url(/local/templates/bronkafashion-energosoft/assets/img/add_basket.svg) 50% 50% no-repeat;
}
.catalog-section .product-item-info-container[data-entity="buttons-block"] .product-item-button-container a.btn-cart:hover,
.catalog .product-item-info-container[data-entity="buttons-block"] .product-item-button-container a.btn-cart:hover {
	background: var(--bfg-color-peach);
}
.catalog-section .product-top, .catalog .product-top {
	display: flex;
	margin-bottom: 0;
    	list-style: none;
    width: 100%;
min-height: 24px;
}
.product-top ul.stiker {
	display: flex;
	width:calc(100% - 36px);
	list-style: none;
	margin:0;
	padding:0;
	gap: 12px;
	flex-wrap: wrap;
	align-items: center;
}
.product-top ul.stiker li {
	padding: 6.8px 16px;
	font-size: 16px;
	color: var(--bfg-color-peach);
	border: 1px solid var(--bfg-color-peach);
	border-radius: 32px;
	background: white;
transition: background 300ms ease, opacity 300ms ease;
}
.product-top ul.stiker li a,
.product-top ul.stiker li a:hover,
.product-top ul.stiker li a:focus,
.product-top ul.stiker li a:active {color: var(--bfg-color-peach);}

.product-top ul.stiker li:hover {
	background: var(--bfg-color-blue_dark);

}
.catalog-section .favorite, .catalog .favorite{
	display: flex;
    	justify-content: right;
    	width: 36px;
	margin-left:auto;
	margin-right:0;
}

.catalog-section .favorite .favorite-bg, .catalog .favorite .favorite-bg  {
	background:  url(/local/templates/bronkafashion-energosoft/assets/img/favourite_default.svg) 50% 50% no-repeat;
background-size: contain;
	width: 24px;
    	height: 24px;
	border-radius: 50%;
	display: flex;
    	justify-content: center;
    	align-items: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}
.bx-no-touch .catalog-section .favorite .fa-heart-o .favorite-bg:hover,
.bx-no-touch .catalog .favorite .fa-heart-o .favorite-bg:hover {
background: url(/local/templates/bronkafashion-energosoft/assets/img/favourite_hover.svg) 50% 50%  no-repeat;
background-size: contain;
}
.catalog-section .favorite .fa-heart .favorite-bg,
.catalog .favorite .fa-heart .favorite-bg {
background:  url(/local/templates/bronkafashion-energosoft/assets/img/favourite_active.svg) 50% 50% no-repeat;
background-size: contain;
}
.bx-no-touch .catalog-section .favorite .fa-heart .favorite-bg:hover,
.bx-no-touch .catalog .favorite .fa-heart .favorite-bg:hover {
background:  url(/local/templates/bronkafashion-energosoft/assets/img/favourite_active_hover.svg) 50% 50% no-repeat;
background-size: contain;
}
/*Price*/
.catalog-section .product-item-price-container,
.catalog .product-item-price-container { margin: 5px 0 10px; }
.catalog-section .product-item-price-current,
.catalog .product-item-price-current  {
	color: var(--bfg-color-black);
	white-space: nowrap;
	font-weight: var(--font-w-500);
	font-size: 16px;
}
.catalog-section .product-item-price-old, .catalog .product-item-price-old {
	color: var(--bfg-color-peach);
	text-decoration: line-through;
	white-space: nowrap;
	font-size: 14px;
font-weight: var(--font-w-500);
}

.catalog-section .product-item-big-card .product-item-price-current,
.catalog-section .product-item-big-card .product-item-price-old,
.catalog .product-item-big-card .product-item-price-current,
.catalog .product-item-big-card .product-item-price-old {
   /* width: 100%; */
}
.catalog-section .product-item-big-card .product-item-price-container,
.catalog .product-item-big-card .product-item-price-container {
	margin: 8px 0 0 auto;
	display: flex;
    	flex-wrap: wrap;
	width: 100%;
	text-align: center;
	justify-content: center;
}
.catalog-section .product-item-big-card .product-item-price-current,
.catalog .product-item-big-card .product-item-price-current { font-size: 16px;line-height: 1; }
.catalog-section .product-item-big-card .product-item-price-old,
.catalog .product-item-big-card .product-item-price-old { font-size: 14px;padding-bottom:2px;margin-right: 12px;font-weight: var(--font-w-500); }

/*Info*/
.catalog-section .product-item-line-card .product-item-info-container,
.catalog .product-item-line-card .product-item-info-container { text-align: center; }
.catalog-section .product-item-info-container-title,
.catalog .product-item-info-container-title {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}
.bx-no-touch .catalog-section .product-item-container .product-item-info-container.product-item-hidden,
.bx-no-touch .catalog .product-item-container .product-item-info-container.product-item-hidden {
	/*display: none;
	opacity: 0; */
	transition: opacity 300ms ease;
	width:100%;
}
.bx-no-touch .catalog-section .product-item-container  .product-item-info-container.product-item-hidden[data-entity="sku-block"],
.bx-no-touch .catalog .product-item-container  .product-item-info-container.product-item-hidden[data-entity="sku-block"] {
/* position: absolute;
opacity: 0;
bottom:16px;
left:0;
right:0; */
}

.bx-no-touch .catalog-section .product-item-container.hover .product-item-info-container.product-item-hidden.razmer_dlya_sayta[data-entity="sku-block"],
.bx-no-touch .catalog .product-item-container.hover .product-item-info-container.product-item-hidden.razmer_dlya_sayta[data-entity="sku-block"] {
  transition: transform 300ms;
    transform: translateY(-20px);
-moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    z-index: 100;
    opacity: 1;
}
.bx-no-touch .catalog-section .product-item-container.hover .product-item-info-container.product-item-hidden.tsvet_dlya_sayta[data-entity="sku-block"],
.bx-no-touch .catalog .product-item-container.hover .product-item-info-container.product-item-hidden.tsvet_dlya_sayta[data-entity="sku-block"] {
transition: transform 300ms;
    transform: translateY(-24px);
-moz-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    -webkit-transform: translateY(-24px);
    -o-transform: translateY(-24px);
    z-index: 100;
    opacity: 1;
}
.bx-touch .catalog-section .product-item-info-container.product-item-touch-hidden,
.bx-touch .catalog .product-item-info-container.product-item-touch-hidden { display: none !important }


/*Amount*/
.catalog-section .product-item-amount,.catalog .product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}
.catalog-section .product-item-amount-field-btn-plus,
.catalog-section .product-item-amount-field-btn-minus,
.catalog .product-item-amount-field-btn-plus,
.catalog .product-item-amount-field-btn-minus {
	position: relative;
	display: inline-block;
	min-width: 24px;
	height: 24px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
	border-radius: 50%;
}

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

.catalog-section .product-item-amount-field-btn-plus:hover,
.catalog-section .product-item-amount-field-btn-minus:hover,
.catalog .product-item-amount-field-btn-plus:hover,
.catalog .product-item-amount-field-btn-minus:hover { background: var(--bfg-color-peach); }

.catalog-section .product-item-amount-field-btn-plus:after,
.catalog-section .product-item-amount-field-btn-minus:after,
.catalog .product-item-amount-field-btn-plus:after,
.catalog .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;
}

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

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

}

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

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

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

.catalog-section .product-item-amount-field, .catalog .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 .catalog-section .product-item-amount-field, .bx-retina .catalog .product-item-amount-field { border-width: .5px; }

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

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

.catalog-section .product-item-amount-description-container, .catalog .product-item-amount-description-container {
	color: var(--bfg-color-black);
	white-space: nowrap;
	font-size: 12px;
	display: block;
padding-top: 4px;
    padding-bottom: 2px;
}
.catalog-section .product-item-amount-description-container strong, .catalog .product-item-amount-description-container strong {
	color: var(--bfg-color-black);
font-weight: var(--font-w-500);
	white-space: nowrap;
}

.catalog-section .product-item-amount-label-container, .catalog .product-item-amount-label-container {
	margin: 5px 0;
	color: var(--bfg-color-black);
	font-weight: bold;
	font-size: 12px;
}

/**/
.catalog-section .product-item-quantity, .catalog .product-item-quantity {
	color: var(--bfg-color-black);
	font-weight: normal;
	font-size: 12px;
}

/*Properties */
.catalog-section .product-item-properties, .catalog .product-item-properties {
	display: block;
	overflow: hidden;
	margin: 0;
	color: #a5a5a5;
	font-size: 12px;
}

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

.catalog-section .product-item-properties dt, .catalog .product-item-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
}

.catalog-section .product-item-properties dd, .catalog .product-item-properties dd  {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	color: #000;
}
.catalog-section .product-item-line-card .product-item-compare-container,
.catalog-section .product-item-container.hover .product-item-compare-container,
.catalog  .product-item-line-card .product-item-compare-container,
.catalog .product-item-container.hover .product-item-compare-container { display: block; }
.catalog-section .product-item-compare .checkbox,
.catalog .product-item-compare .checkbox {
	margin: 0;
	padding: 0;
}

/* SCU */
.catalog-section .product-item-scu-container, .catalog .product-item-scu-container { padding: 0; }

.catalog-section .product-item-scu-container-title, .catalog .product-item-scu-container-title {
	color: var(--bfg-color-black);
	font-size: 12px;
}
.catalog-section .product-item-scu-list, .catalog .product-item-scu-list { margin: 0 auto; }

.catalog-section .product-item-scu-item-list, .catalog .product-item-scu-item-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
display: flex;
    flex-wrap: wrap;
    justify-content: center;
align-items: flex-end;
}

.catalog-section .product-item-scu-item-color-container,
.catalog-section .product-item-scu-item-text-container,
.catalog .product-item-scu-item-color-container,
.catalog .product-item-scu-item-text-container {
	display: inline-block;

	max-width: 100%;
}
.catalog .product-item-scu-item-color-container, .catalog-section .product-item-scu-item-color-container {padding: 2px 8px;margin-bottom:6px;}
.catalog .product-item-scu-item-text-container, .catalog-section .product-item-scu-item-text-container {padding: 2px 6px;}
.catalog-section .product-item-scu-item-text-container,
.catalog .product-item-scu-item-text-container { min-width: 32px; }

.catalog-section .product-item-scu-item-color-container,
.catalog .product-item-scu-item-color-container {
	max-width: 36px;
	width: 36px;

}

.catalog-section .product-item-scu-item-color-block,
.catalog .product-item-scu-item-color-block
 {
	position: relative;
	padding-top: 92%;
	border: 1px solid var(--bfg-color-grey_light);
	cursor: pointer;
	border-radius: 32px;
	overflow: hidden;
}

.bx-no-touch .catalog-section .product-item-scu-item-color-block,
.bx-no-touch .catalog .product-item-scu-item-color-block {
	transition: border 200ms ease;
}


.catalog-section .product-item-scu-item-color-container.selected .product-item-scu-item-color-block,
.catalog .product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
	border: 1px solid var(--bfg-color-peach);
    	box-shadow: 0px 3px 4px 0px rgba(27, 35, 65, 0.24);
}


.catalog-section .product-item-scu-item-color,
.catalog .product-item-scu-item-color {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width:20px;
	height: 20px;
overflow: hidden;
    border-radius: 32px;

}

.catalog-section .product-item-scu-item-text-block,
.catalog .product-item-scu-item-text-block {
	position: relative;
	padding: 1px 2px;
	overflow: hidden;
        border-radius: 120px;
	cursor: pointer;
	color:var(--bfg-color-blue_dark);
	background:var(--bfg-color-white);
	border: 1px solid var(--bfg-color-white);
    	display: flex;
    	align-items: center;
  	justify-content: center;


}
.catalog-section .product-item-scu-item-color-block {
	/*width: 24px;
	height: 24px;*/
}
.catalog .product-item-scu-item-text-block, .catalog-section .product-item-scu-item-text-block {height: 24px;min-width: 24px;}

.bx-no-touch .catalog-section .product-item-scu-item-text-block,
.bx-no-touch .catalog .product-item-scu-item-text-block {
	transition: border 300ms ease;
}

.catalog-section .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.catalog .product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
background:var(--bfg-color-white); border: 1px solid var(--bfg-color-blue_dark); }


.catalog-section .product-item-scu-item-text,
.catalog .product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 11px;
    font-weight: var(--font-w-400);
}

.catalog-section .product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.catalog-section .product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block,
.catalog .product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.catalog .product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	outline-color: #a9adb4 !important;
}

.catalog-section .product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.catalog-section .product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after,
.catalog .product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.catalog .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: "";
}
.swiper-button-lock {display: block!important;}

@media (max-width: 1440px) {
.catalog-section .product-top ul.stiker li,
.catalog .product-top ul.stiker li {padding: 6px 16px;font-size: 14px;line-height: 14px;}
.catalog-section .favorite .favorite-bg, .catalog .favorite .favorite-bg {width: 24px;height: 24px;}
.catalog-section .product-item-title a,
.catalog-section .product-item-info-container[data-entity="buttons-block"] .product-item-button-container a,
.catalog .product-item-title a,
.catalog .product-item-info-container[data-entity="buttons-block"] .product-item-button-container a {font-size: 14px;}
.catalog-section .product-top ul.stiker, .catalog .product-top ul.stiker {width:calc(100% - 32px);}
.catalog-section .product-item-image-wrapper, .catalog .product-item-image-wrapper,
.bx-no-touch .catalog-section .product-item-container.hover .product-item a.product-item-image-wrapper,
.bx-no-touch .catalog .product-item-container.hover .product-item a.product-item-image-wrapper {
margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.catalog-section .product-item-big-card .product-item-image-wrapper,
.catalog .product-item-big-card .product-item-image-wrapper {margin-bottom: 8px;}
.catalog-section .product-item-image-wrapper,
.catalog .product-item-image-wrapper,
.catalog-section .product-item-image-original,
.catalog .product-item-image-original {
height: 231px;
}
}


@media (max-width: 1024px) {
.product-property {
	flex-wrap:wrap;
}
.catalog-section .product-item-big-card .product-item-price-old, .catalog .product-item-big-card .product-item-price-old {
    padding-bottom: 0;
}
.catalog-section .favorite, .catalog .favorite {
     width: 24px;
}
.catalog .product-item-big-card .product-item-price-container,
.catalog-section .product-item-big-card .product-item-price-container {order: 3;}
.catalog .product-item-title,
.catalog-section .product-item-title {order: 2;}
.sku-w {order: 4;}
.catalog-section .product-item-big-card .product-item-image-wrapper,
.catalog .product-item-big-card .product-item-image-wrapper {order: 1;}
.catalog-section .product-top ul.stiker li,
.catalog .product-top ul.stiker li {padding: 5px 8px 4px;font-size: 12px;line-height: 12px;}
.product-top ul.stiker {gap: 4px;}
.catalog-section .favorite .favorite-bg,
.catalog .favorite .favorite-bg {width: 24px;height: 24px;
background:  url(/local/templates/bronkafashion-energosoft/assets/img/favourite_default.svg) 50% 50% no-repeat;
background-size: contain;
}
.catalog-section .favorite .fa-heart .favorite-bg,
.catalog .favorite .fa-heart .favorite-bg {
background: url(/local/templates/bronkafashion-energosoft/assets/img/favourite_active.svg) 50% 50% no-repeat;
background-size: contain;
width: 24px;height: 24px;
}
.catalog-section .product-item-info-container[data-entity="buttons-block"] .product-item-button-container a,
.catalog-section .product-item-big-card .product-item-price-old,
.catalog .product-item-info-container[data-entity="buttons-block"] .product-item-button-container a,
.catalog .product-item-big-card .product-item-price-old {font-size: 12px;}
.catalog-section .product-top ul.stiker, .catalog .product-top ul.stiker {width:calc(100% - 12px);}
.catalog-section .product-item-big-card .product-item-price-old,
.catalog .product-item-big-card .product-item-price-old {text-align: left;}
.catalog-section .product-item-big-card .product-item-price-current,
.catalog .product-item-big-card .product-item-price-current {font-size: 14px;text-align:right;}
.bx-no-touch .catalog-section .product-item-container .product-item-info-container.product-item-hidden[data-entity="sku-block"],
.bx-no-touch .catalog .product-item-container .product-item-info-container.product-item-hidden[data-entity="sku-block"] {
    	position: relative;
    	opacity: 1;
    	bottom: 0;
	left:0;
	right:0;
}
.catalog-section .product-item-title,
.catalog .product-item-title {    width: 100%;}
.catalog-section .product-item-big-card .product-item-price-container,
.catalog .product-item-big-card .product-item-price-container {
    margin: 0 0 8px auto;
    width: 100%;
    text-align: center;
    align-items: flex-end;
}
.bx-touch .catalog-section .product-item-info-container.product-item-hidden,
.bx-no-touch .catalog-section .product-item-container.hover .product-item-info-container.product-item-hidden,
.catalog-section .product-item-line-card .product-item-container .product-item-info-container.product-item-hidden,
.bx-touch .catalog .product-item-info-container.product-item-hidden,
.bx-no-touch .catalog .product-item-container.hover .product-item-info-container.product-item-hidden,
.bx-no-touch .catalog .product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
    display: block;
  opacity: 1;
    width: 100%;
}
.catalog-section .product-item-big-card .product-item-price-current,
.catalog-section .product-item-big-card .product-item-price-old,
.catalog .product-item-big-card .product-item-price-current,
.catalog  .product-item-big-card .product-item-price-old {
       line-height: 1;
}
.catalog-section .product-top, .product-item-title,
.catalog .product-top, .product-item-title {
    margin-bottom: 0;
}
.catalog-section .product-item-info-container[data-entity="buttons-block"] .product-item-button-container a,
.catalog .product-item-info-container[data-entity="buttons-block"] .product-item-button-container a {
padding: 4px 13px;
margin-bottom: 4px;
}
.catalog-section .product-item-scu-item-text-block, .catalog .product-item-scu-item-text-block {
padding: 2px;

min-width: auto;
height: auto;
    background: none;

color: var(--bfg-color-grey_dark);
}
.catalog-section .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.catalog .product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
	background: none;
	font-weight: var(--font-w-600);
	color: var(--bfg-color-black);
}

.catalog-section .product-item-scu-item-color-container,
.catalog-section .product-item-scu-item-text-container,
.catalog .product-item-scu-item-color-container,
.catalog .product-item-scu-item-text-container {padding: 4px 4px;min-width: auto;margin-bottom: 0px;}

.catalog-section .sku-w, .catalog .sku-w{width: 100%;}

.catalog .product-item-scu-item-color-container,
.catalog-section .product-item-scu-item-color-container {
	max-width: 28px;
	width: 28px;
height: 28px;

}
.home-best .swiper {padding-bottom: 0px;}/**из-за главной страницы***/
.home-best {padding-bottom: 0px;}
.catalog-section .product-item-big-card .product-item-image-wrapper,
.catalog .product-item-big-card .product-item-image-wrapper {
    margin-bottom: 8px;
}
.catalog-section .product-item-image-wrapper,
.catalog .product-item-image-wrapper,
.catalog-section .product-item-image-original,
.catalog .product-item-image-original {height: 170px;}
.bx-no-touch .catalog-section .product-item-container.hover .product-item-info-container.product-item-hidden.razmer_dlya_sayta[data-entity="sku-block"],
.bx-no-touch .catalog .product-item-container.hover .product-item-info-container.product-item-hidden.razmer_dlya_sayta[data-entity="sku-block"],
.bx-no-touch .catalog-section .product-item-container.hover .product-item-info-container.product-item-hidden.tsvet_dlya_sayta[data-entity="sku-block"],
.bx-no-touch .catalog .product-item-container.hover .product-item-info-container.product-item-hidden.tsvet_dlya_sayta[data-entity="sku-block"] {
    transform: none;

}
.bx-no-touch .catalog-section .product-item-container.hover .product-item a.product-item-image-wrapper,
.bx-no-touch .catalog .product-item-container.hover .product-item a.product-item-image-wrapper{
	box-shadow: none;
}
.bx-no-touch .catalog-section .favorite .fa-heart-o .favorite-bg:hover,
.bx-no-touch .catalog .favorite .fa-heart-o .favorite-bg:hover {
 background: var(--bfg-color-blue_dark) url(/local/templates/bronkafashion-energosoft/assets/img/add_favorite_mini.svg) 48% 48% no-repeat;
background-size: contain;

}
.bx-no-touch .catalog-section .favorite .fa-heart .favorite-bg:hover,
.bx-no-touch .catalog .favorite .fa-heart .favorite-bg:hover {
 background: var(--bfg-color-blue_dark) url(/local/templates/bronkafashion-energosoft/assets/img/favorite_mini_red.svg) 48% 48% no-repeat;
background-size: contain;
}
.catalog-section .product-item-title, .catalog .product-item-title {margin-bottom:8px;}
.catalog-section .product-item-scu-item-color-container.selected .product-item-scu-item-color-block,
.catalog .product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    outline: 1px solid var(--bfg-color-peach);
    box-shadow: none;
	border-radius:20px;
	height: 20px;
overflow: hidden;
}
.catalog-section .product-item-scu-item-color,
.catalog .product-item-scu-item-color {
	width: 19px;
    	height: 19px;
border-radius:0;
}
.home-best h2 {
        font-size: 20px;
    }

}
@media (max-width: 991px) {
	.catalog-section .product-item-line-card .product-item-scu-container-title { text-align: center; }

	.catalog-section .product-item-line-card .product-item-scu-item-list { text-align: center; }

	.catalog-section .product-item-line-card .product-item-scu-item-color-container,
	.catalog-section .product-item-line-card .product-item-scu-item-text-container {
		display: inline-block;
		float: none;
	}
}
@media (max-width: 744px) {
.home-best a.home-category-url {margin-bottom: 25px;}
.home-best .swiper-button-next-custom, .home-best .swiper-button-prev-custom {top: -66px;}
}



/*Buttons*/
.catalog-section .product-item-button-container { text-align: center; }
.catalog-section .product-item-button-container .btn { margin-bottom: 2px; }
/*Stickers*/
.catalog-section .product-item-sticker,
.catalog-section .product-item-sticker-round { display: none; }
/*More*/
.catalog-section .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;
}
.catalog-section .product-item-more-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
}

.catalog-section .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 .catalog-section .product-item-more,
.catalog-section .product-item-container.hover .product-item-more { opacity: 1; }

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

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

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

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