

/* Start:/local/templates/pets/components/bitrix/catalog/main/style.css?17780727007727*/
.catalog-block-header{
	font-size: 16px;
	line-height: 15px;
	font-weight: 500;
	text-align: left;
	margin-bottom: 31px;
	border-bottom: 1px solid #D3D3D3;
	color: var(--main_font_color);
	padding-left: 0px;
	padding-bottom: 10px;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}


#catalog__content .catalog_image {
	display: block;
	width: 50%;
}

#catalog__content .catalog__nav {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#catalog__content .title_box {
	margin: 0;
	padding-top: 0;
}
.catalog__filter-container {
	padding-top: 0px;
	padding-bottom: 18px;
}

.favorite-element-container .title_box {
	margin-bottom: 0;
}

#catalog__content .title_box h1 {
	font-size: 32px;
	color: var(--main_font_color);
	padding-bottom: 10px;
	margin-bottom: 26px;
}

#catalog__content .title_box .sub_title {
	color: var(--main_font_color);
	font-weight: 900;
	font-size: 14px;
}

#catalog__content .catalog__nav_wrapper {
	width: 50%;
}

#catalog__content .catalog__nav_wrapper ul li.catalog__nav-item {
	padding: 10px 0;
}

#catalog__content .catalog__nav_wrapper ul li.catalog__nav-item a {
	display: block;
	padding: 10px 0;
	position: relative;
	color: var(--main_link_color);
	font-weight: 500;
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
}

#catalog__content .catalog__nav_wrapper ul li.catalog__nav-item a:after {
	content: '';
	display: block;
	position: absolute;
	border: 6px solid transparent;
	border-left: 7px solid #000;
	top: 15px;
	right: 0;
	margin: auto;
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
}

#catalog__content .catalog__nav_wrapper ul li.catalog__nav-item a:hover {
	color: var(--main_color_hover);
}

#catalog__content .catalog__nav_wrapper ul li.catalog__nav-item a:hover:after {
	border-left-color: var(--main_color_hover);
}

#catalog__content .catalog_image_wrapper {
	width: 100%;
	position: relative;
	height: 0;
	padding-top: 100%;
}

#catalog__content .catalog_image_wrapper .catalog_img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

#catalog__content {
	min-height: calc(100vh - 350px);
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 0;
	position: static;
	padding-left: 0px;
}
.catalog-list-row, .product_card_detail {
	max-width: 1300px;
	margin-left: auto!important;
	margin-right: auto!important;
}

#catalog__list .title_box {
	width: 100%;
}
.catalog__content .sorting_box .sorting {
	padding-right: 7px;
}

@media all and (max-width: 1140px){

	.catalog_wrapper {
		margin: 0 -10px;
	}

	#catalog__content .catalog__nav_wrapper ul li.catalog__nav-item {
		font-size: 14px;
	}

	#catalog__content .title_box .sub_title {
		font-size: 12px;
	}
}

@media screen and (max-width: 1024px) {


	#catalog__content {
		display: block;
		flex: 0 0 100%;
		max-width: 100%;
	}

	#catalog__content .title_box h1 {
		font-size: 22px;
	}
	.catalog__list-content {
		padding-top: 10px;
	}
	.catalog__list-content .product__list.row {
		margin-left: -5px !important;
		margin-right: -5px !important;
	}

	.catalog__section-filter .bx-filter .bx-filter-parameters-box-container-block {
		width: 130px;
	}

	.catalog__section-filter .price-separator {
		width: 50px;
	}

	#catalog__filter, #catalog__list {
		flex: 0 0 100%;
		max-width: 100%;
	}
	#catalog__list {
		padding-left: 10px !important;
		margin-top: 0;
	}
	.catalog-list-row, .product_card_detail {margin-top: 0;}

	#catalog__filter .title {
		position: relative;
		margin: 0;
		justify-content: flex-start;
		padding: 5px 0;
	}

	.catalog__section-filter .del_filter {
		margin: -1px 0 0 13px;
		z-index: 10;
		font-size: 11px;
		text-transform: uppercase;
	}


	#catalog__filter #vertical-multilevel-menu ul {
		text-transform: none;
	}

	#catalog__filter ul#vertical-multilevel-menu li a, #catalog__filter ul#vertical-multilevel-menu li ul.section__list-sub li a {
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
	}

	#catalog__filter ul#vertical-multilevel-menu li.parent .fa-angle-down {
		position: relative;
		top: auto;
		display: inline-block;
		vertical-align: middle;
	}

	.catalog__section-filter .bx-filter .bx-filter-input-checkbox .check {
		width: 16px;
		height: 16px;
	}

	.catalog__section-filter .bx-filter .bx-filter-input-checkbox input[type="checkbox"] + label.bx-filter-param-label .check:before ,
	.catalog__section-filter .bx-filter .bx-filter-input-checkbox input[type="radio"] + label.bx-filter-param-label .check:before {
		width: 10px;
		height: 10px;
	}
}

@media screen and (max-width: 768px) {

	#catalog__content .catalog__nav_wrapper {
		width: 70%;
	}

	#catalog__content .catalog__nav_wrapper ul li.catalog__nav-item {
		padding: 0;
	}

	№catalog__list .title_box {
		display: block;
		width: 100%;
	}

	№catalog__list .title_box h1 {
		width: 100%;
	}

	№catalog__list .title_box .sorting_box {
		width: 100%;
		text-align: left;
	}

	#catalog__list .title_box {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media screen and (max-width: 575.98px) {
	.catalog__list-content .sales_block {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
@media (max-width: 900px){
	#catalog__content .title_box h1{
		margin-bottom: 0px;
	}
	.main_content{
		overflow: hidden;
		padding-bottom: 30px;
	}
	.catalog__section-list.section_catalog_left{
		margin-bottom: 10px;
	}
}
.catalog_sort_row{
	padding: 13px 0;
	background-color: #fff;
	margin-left: 0px;
	margin-right: 0px;
}
.catalog_block_banner{
	margin-bottom: 20px;
}
.catalog_block_banner a{
	display: flex;
	overflow: hidden;
	border-radius: 8px;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.catalog_block_banner a img{
	width: 100%;
  border-radius: 8px;
  transition: .3s;
	object-fit: cover;
}
@media (max-width: 900px){
	.catalog_block_banner a img{
		max-width: 100%;
		object-fit: contain;
		max-height: 100%;
	}
	.catalog_block_banner{
		height: 100%;
	}
}
.catalog_block_banner a:hover img{
	transform: scale(1.02);
}

.catalog-section-descr{
	font-size: 14px;
	line-height: 28px;
	color: var(--main_font_color);
}

.item-not-data-filter{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
	flex-direction: column;
	margin-bottom: 50px;
}

.item-not-data-filter .big-text{
	font-size: 25px;
}
@media (min-width: 1024px){
	.col-12.product-detail-slider.product-detail-viewed-slider.product-list-viewed-slider{
		padding-left: 0px;
		padding-right: 0px;
	}
}
.catalog-section-descr p{
	/*text-align: left!important;*/
	text-align: justify!important;
}
.like-h1{
	font-weight: bold;
    	font-size: 28px;
    	line-height: 32px;
    	color: var(--main_font_color);
   	margin-bottom: 20px;
}

.cat__desc ul li{
	margin:0px 0px 0px 30px !important;
	list-style:disc !important;
	text-align: justify!important;
}

/* End */


/* Start:/local/templates/pets/components/bitrix/catalog/main/bitrix/catalog.element/child/style.css?178700555267264*/
/*region Sidebar */

.product-item-detail-pay-block {
	position: relative;
	margin-bottom: 15px;
	padding: 15px 15px 0;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	background-color: #fff;
}
/*endregion*/

/*region Compare*/
.product-item-detail-compare-container {
	position: relative;
	margin: 0 -15px 1px -14px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e4e4e4;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	color: #4e4e4e;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
	border-radius:1px;
}

.product-item-detail-compare .checkbox {
	margin: 0;
	padding: 0;
}

/*endregion*/

/*region Price */
.product-item-detail-price-current span {
	white-space: nowrap;
	font-weight: 400;
	text-align: center;
	font-size: 28px!important;
	line-height: 31px;
	color: var(--main_font_color);
	transition: font-size 200ms ease;
	font-weight: bold;
}
.product-item-detail-price-current i.fa {
	font-size: 23px;
	line-height: 31px;
	margin-left: 4px;
	font-weight: 400;
}
.product-item-detail-price-current span.quantity-measure {
	font-size: 16px;
}
.catalog-set-constructor-product-item-container .product_item_title {
	margin-bottom: 20px;
}
.catalog-set-constructor-product-item-container .product_item_title .name {
	height: auto;
	min-height: 30px;
}
.product-item-detail-price-old span {
	color: #979797;
	white-space: nowrap;
	position: relative;
	font-size: 16px;
	font-weight: bold;
}
.product-item-detail-price-old span:before {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	background-color: rgba(143, 143, 143, .7);
	bottom: 0;
	top: 0;
	left: -2px;
	right: -2px;
	margin: auto;
}

.product-item-detail-economy-price{
	color: var(--main_font_color);
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
}

/*endregion*/

.product-item-detail-info-container-title {
	color: #a5a5a5;
	font-size: 12px;
}

.product-item-scu-block { }

.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;
	max-width: 100%;
	vertical-align: middle;
}
.product-detail-sku-container .product-item-scu-item-color-container,
.product-detail-sku-container .product-item-scu-item-text-container {
	padding: 5px 9px;
	padding-left: 0;
}

.product-item-scu-item-text-container { min-width: 48px; }

.product-item-scu-item-color-block_main {
	position: relative;
	cursor: pointer;
}
.product-item-scu-item-color-block_main{
	width: 100px;
	height: 40px;
	border-radius: 6px;
}
.product-item-scu-item-color-block_main .product-item-scu-item-color_main{
	position: absolute;
	top: 0;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	border-radius: 6px;
}
.bx-no-touch .product-item-scu-item-color-block_main { transition: outline 200ms ease; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block_main { outline-width: 2px; }

.product-item-scu-item-color_main {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.bx-catalog-element .product-detail-byu-container .product-item-amount{
	display: block!important;
}

.bx-no-touch .product-item-scu-item-text-block { transition: border 300ms ease; }

.product-item-scu-item-color-container .product-item-scu-item-color_main{
	border: 2px solid #D0D0D0;
	transition: .3s;
}
.product-item-scu-item-color-container .product-item-scu-item-color_main:hover{
	border-color: var(--main_color);
}
.product-item-scu-item-color-container.selected .product-item-scu-item-color_main{
	border-color: var(--main_color);
}
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { border-width: 1px; }

.product-detail-sku-container .product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	line-height: 1;
	width: 100px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-detail-sku-container .product-item-scu-item-text-block{
	padding: 0px!important;
	border-width: 2px;
	border-radius: 6px!important;
}

.product-detail-sku-container .product-item-scu-item-text-container.selected .product-item-scu-item-text-block{
	border-width: 2px;
}

.product-detail-byu-container .product-item-detail-price{
	display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}

.product-detail-byu-container .product-detail-price-item.product-item-detail-price-old{
	margin-left: 14px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block_main,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	border-color: #d3d3d3 !important;
	overflow: hidden;
	/* opacity: .3; */
}

/* .product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block{
	background-color: rgba(0,0,0,0.1);
} */

.product-item-scu-item-text-container.notallowed.selected .product-item-scu-item-text-block{
	border-color: var(--main_color_hover)!important;
}
.product-item-scu-item-text-container.notallowed:hover .product-item-scu-item-text-block{
	border-color: var(--main_color_hover)!important;
}
.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block_main .product-item-scu-item-color_main,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block .product-item-scu-item-color_main{
	position: relative;
}
.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block_main .product-item-scu-item-color_main:before,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block .product-item-scu-item-color_main:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(255,255,255, .5);
	z-index: 1;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block_main:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 25px;
  height: 2px;
  background-color: #d9d9d9;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block_main:before,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:before{
	content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 25px;
  height: 2px;
  background-color: #d9d9d9;
	-webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
	z-index: 1;
}
.product-item-selected-scu-container { word-spacing: 1px }
.notallowed .product-item-scu-item-text{
	opacity: .5!important;
}
.product-item-selected-scu {
	display: inline-block;
	overflow: hidden;
	padding: 0 5px;
	min-width: 22px;
	height: 22px;
	border: 1px solid #c0cfda;
	border-color: var(--theme-color-primary);
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 22px;
}

.product-item-selected-scu-color {
	background-position: center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

/*endregion*/

/*region Amount*/
.product_card_detail .product-item-amount {
	padding: 0;
	text-align: center;
}

.product-detail-byu-container .product-item-amount-field-container {
	padding-right: 0;
	margin-bottom: 0px;
}

.product-item-amount .product-detail-byu-container .product-item-amount-field-btn-plus,
.product-item-amount .product-detail-byu-container .product-item-amount-field-btn-minus {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 26px;
	height: 26px;
	background-color: #fff;
	color: var(--main_color);
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
	border-radius: 50%;
	opacity: 1!important;
}
.product-detail-byu-container .product-item-amount-field-btn-plus:after,
.product-detail-byu-container .product-item-amount-field-btn-minus:after{
	color: var(--main_color);
}

.product-detail-byu-container .product-item-amount-field-btn-plus:hover,
.product-detail-byu-container .product-item-amount-field-btn-minus:hover { background: #fff; }

.product-detail-byu-container .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-detail-byu-container .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .5 !important;
	cursor: default;
}

.product-detail-byu-container .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-detail-byu-container .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover { background-color: #fff; }

.product-detail-byu-container .product-item-amount-field-btn-plus:hover:after,
.product-detail-byu-container .product-item-amount-field-btn-minus:hover:after { opacity: 1; }

/* .product-detail-byu-container .product-item-amount-field {
	display: inline-block;
	padding: 0px;
	max-width: 40px;
	width: auto;
	height: 36px;
	border: 0;
	background: transparent !important;
	color: var(--main_font_color);
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	transition: border 300ms ease;
} */
.product-detail-byu-container .product-item-amount-field-container .count_input {
	display: flex;
	align-items: center;
	border-left: 0px;
	border-right: 0px;
	height: 36px;
	margin: 0px;
	border-radius: 0px;
	background-color: #fff;
}

.product-item-amount-field:focus {
	outline: none !important;
	border-color: var(--main_color);
	border-color: var(--theme-color-primary);
}

.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;
	-moz-appearance: none;
	-ms-appearance: none;
-o-appearance: none;
	appearance: none;
}

.product-item-amount-description-container {
	color: #a5a5a5;
	font-size: 12px;
}

.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 {
	color: #7DC054;
	font-weight: normal;
	font-size: 13px;
}
.product-item-quantity.empty {
	color: #8c8c8c;
	display: none;
}

/*endregion*/
.product_rating span {
	display: inline-block;
	vertical-align: middle;
}
.product_rating .count_title {
	margin-right: -3px;
}
.product_rating .count_rating {
	margin-left: 3px;
	font-weight: 500;
	letter-spacing: 1px;
}
.product_rating .fa-star {
	margin-left: 5px;
	color: #c5c5c5;
	font-size: 14px;
}
.product_rating .fa-star.active, .product_rating .fa-star.active-star {
	color: var(--main_color);
}

/*region Buy button*/
.btn.product-item-detail-buy-button {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 150px;
	padding-top: 9px;
	padding-bottom: 9px;
}
.main-button-container .btn.product-item-detail-buy-button{
	padding: 8px 12px 8px 12px;
	background-color: var(--main_color);
	border-radius: 25px;
	font-weight: 500;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	position: relative;
	width: 160px;
	height: 40px;
	line-height: 1;
	transition: .3s;
	top: 0;
}

.btn-not-avaliable .disabled {
	color: #636363;
	font-size: 14px;
	max-width: inherit;
	font-weight: normal;
	padding: 0;
}

.supplier-stock-warning {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 14px;
	padding: 10px 14px;
	border: 1px solid #f0c875;
	border-radius: 10px;
	background: #fff7df;
	color: #6e4b00;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
}

.product-item-detail-short-card-btn .btn.product-item-detail-buy-button { margin: 0; }


/*endregion*/

/*region Slider */
.product-item-detail-slider-container {
	position: relative;
	max-width: 100%;
	background: transparent;
	transition: background 800ms ease;
	z-index: 1;
}

.product-item-detail-slider-block {
	position: relative;
	box-sizing: border-box;
	padding-top: 56.25%;
	height: 0;
}

.product-item-detail-slider-block.product-item-detail-slider-block-square { padding-top: 484px; }

.product-item-detail-slider-images-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	border-radius: 10px;
}

.product-item-detail-slider-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 250ms linear;
}

.product-item-detail-slider-image.active {
	z-index: 10;
	opacity: 1;
}

.product-item-detail-slider-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 75%;
	max-height: 75%;
	width: auto;
	height: auto;
	outline: none;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
	transform: translateY(-50%) translateX(-50%);
}

@keyframes border-dance-detali {
  0% {
    background-position: 0px 0px, 141px 32px, 0px 141px, 141px 0px;
  }
  100% {
    background-position: 141px 0px, -32px 32px, 0px 0px, 141px 141px;
  }
}

.product-item-detail-slider-progress-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 180;
	height: 3px;
	background-color: var(--main_color);
	background-color: var(--theme-color-primary)
}

/*endregion*/

/*region Slider Controls*/
.product-item-detail-slider-controls-block {
	padding: 10px 0;
	text-align: center;
}

.product-item-detail-slider-controls-image:hover,
.product-item-detail-slider-controls-image.active { outline-color: var(--theme-color-primary); }

.bx-no-retina .product-item-detail-slider-controls-image.active { outline-width: 2px; }

.product-item-detail-slider-left,
.product-item-detail-slider-right {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 45%;
	bottom: 0;
	z-index: 111;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	cursor: pointer;
	transition: all 300ms ease;
	transform: translate(-50%, 0%);
	font-size: 30px;
	background-color: transparent;
}
.product-item-detail-slider-left i,
.product-item-detail-slider-right i{
  color: var(--add_color);
	opacity: .5;
  transition: .2s ease-out;
}
.product-item-detail-slider-left:hover i,
.product-item-detail-slider-right:hover i{
	opacity: 1;
}
.product-item-detail-slider-left {
	left: 30px;
}

.product-item-detail-slider-right {
	right: -10px;
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
	background-color: transparent;
	opacity: 1;
}

.product-item-detail-slider-close { display: none; }

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
	position: absolute;
	top: 4px;
	right: 110px;
	bottom: 0;
	z-index: 150;
	display: block;
	width: 50px;
	height: 50px;
	background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	opacity: .27;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover { opacity: 1; }

.product-item-detail-slider-container.popup .product-item-detail-slider-right { right: 105px; }

/*endregion*/

/*region magnified*/
.product-item-detail-slider-container.magnified .product-item-detail-slider-image { z-index: 100; }

.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right { z-index: 50; }

.product-item-detail-slider-container.magnified .product-item-label-text,
.product-item-detail-slider-container.magnified .product-item-label-ring { opacity: 0; }

/*	>>>	popup*/
.product-item-detail-slider-container.popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
	animation-name: imgPopupShow;
	animation-duration: 300ms;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-images-container { right: 105px; }

.product-item-detail-slider-container.popup .product-item-detail-slider-block {
	padding-top: 0;
	height: 100vh;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100vh;
	width: calc(100% - 150px);
	transform: translateY(-50%) translateX(-50%);
}

@-webkit-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-moz-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-ms-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-o-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
	max-width: 100%;
	max-height: 90vh;
	width: auto;
	cursor: default
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	padding: 20px;
	border-left: 1px solid #d3d3d3;
	background-color: #fff;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
	display: block;
	margin-bottom: 20px;
}

/*endregion*/

/*region  Slider Mobile*/
@media (max-width: 767px) {
	.product-item-detail-slider-container.popup .product-item-detail-slider-images-container { right: 0; }

	.product-item-detail-slider-container.popup .product-item-detail-slider-block {
		padding-top: 0;
		height: calc(100vh - 111px);
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-image { width: 90%; }

	.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
		max-width: 100%;
		max-height: calc(100vh - 115px);
		width: auto;
		cursor: default;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
		position: absolute;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		overflow-x: auto;
		max-height: 111px;
		border-top: 1px solid #d3d3d3;
		border-left: none;
		white-space: nowrap;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
		display: inline-block;
		margin-bottom: 0;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-close {
		right: 10px;
		z-index: 200;
	}

	.product-item-detail-slider-left,
	.product-item-detail-slider-right { max-width: 75px; }

	.product-item-detail-slider-container.popup .product-item-detail-slider-right { right: 0; }

}

/*endregion*/

/*region Label*/

/*RING*/
.product-detail-info-top .product-item-label-ring {
	margin-bottom: 0;
}
.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
}

@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: 20px;
		height: 20px;
		font-size: 15px!important;
		line-height: 20px;
	}

	.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: 35px;
		height: 35px;
		font-size: 15px!important;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-detail-info-top .product-item-label-ring.product-item-label-top { top: 20px; }

.product-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-detail-info-top .product-item-label-ring.product-item-label-left { left: 15px; }

.product-item-label-left > div { text-align: left; }

.product-detail-info-top .product-item-label-ring.product-item-label-bottom { bottom: 20px; }
.product-item-detail-slider-block.product-item-detail-slider-block-square .product-item-label-ring{
	z-index: 11;
}
.product-item-detail-slider-block.product-item-detail-slider-block-square .product-item-label-ring.product-item-label-right{
	right: 15px;
	left: auto;
}

.product-item-label-middle {
	top: 50%;
	transform: translateY(-50%);
}


.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle { transform: translateY(-50%) translateX(-50%); }

/*endregion*/

/*region  Tabs */
.product-item-detail-tabs {
	margin-top: 15px;
}
.product-item-detail-tabs-list.nav-tabs {
	justify-content: flex-start;
	align-items: center;
	border: none;
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link {
	text-decoration: none;
}

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after { height: 3px; }

.product-item-detail-tab-link:active:after { height: 6px; }

.product-item-detail-tab-content {
	padding: 25px 0 40px;
	padding-top: 0px;
}
.tab-content-row.row{
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
/*region Small Card*/
.product-item-detail-short-card-fixed {
	position: fixed;
	top: -85px;
	right: 0;
	left: 0;
	z-index: 310;
	box-sizing: border-box;
	height: 85px;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
	transition: top 220ms linear;
}

.product-item-detail-short-card-fixed.active {
	top: 0;
	opacity: 1;
}

.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active { top: 85px; }

.bx-touch .product-item-detail-short-card-fixed { display: none !important; }

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
	margin: 0 auto;
	max-width: 1048px;
	display: flex;
	width:100%;
	align-items: center;
}

.product-item-detail-short-card-image {
	padding-right: 15px;
	width: 80px;
	max-width:80px;
	vertical-align: middle;
	text-align: center;
}

.product-item-detail-short-card-image img {
	max-width: none;
	height: 65px;
}

.product-item-detail-short-title-container {
	max-width: 650px;
	flex:1;
}

.product-item-detail-short-title-text {
	display: block;
	color: var(--main_font_color);
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-short-card-price {
	padding: 0 10px;
	vertical-align: middle;
	text-align: right;
}

.product-item-detail-short-card-btn {
	padding-left: 10px;
	min-width: 120px;
}

/*endregion*/

/*region Properties */
.product-item-detail-tab-content { display: none; }

.product-item-detail-tab-content.active { display: block; }

.product-item-detail-tab-content h3 {
	display: none;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 20px;
}

.product-item-detail-properties {
	margin: 0;
	list-style: none;
	display: block;
}

.product-item-detail-properties-item {
	padding: 3px 0;
	display: flex;
	align-items: stretch;
}

.product-item-detail-properties-item.brand .product-item-detail-properties-value a,
.product-detail-description-link {
	color: var(--main_link_color);
	border-bottom: 1px solid;
}
.product-item-detail-properties-item.brand .product-item-detail-properties-value a:hover,
.product-detail-description-link:hover {
	border-bottom-color: transparent;
}

.product-item-detail-properties-dots{
	border-bottom:1px dotted #a5a5a5;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.product-item-detail-properties-name {
	font-weight: 500;
}
.product-detail-description-title {
	margin-right: 25px;
}
.sku-line-block-color, .sku-line-block-size {
	padding: 15px 0;
}
.sku-line-block-color .product-item-scu-item-color-container, .sku-line-block-size .product-item-scu-item-text-container {
	padding: 0;
	margin-left: 5px;
}
.sku-line-block-color .product-item-scu-item-color-container:first-child, .sku-line-block-size .product-item-scu-item-text-container:first-child {
	margin-left: 0;
}
.sku-line-block-color .product-item-scu-item-color-container {
	height: 40px;
	max-width: 40px;
	width: 40px;
}
.sku-line-block-size .product-item-scu-item-text-container {
	/*width: 60px;*/
}
.product_card_detail .product-item-scu-item-list {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.sku-line-block-color .product-item-scu-item-color-block_main {
	padding-top: calc(100% - 2px);
}
.sku-line-block-color .product-item-scu-item-color_main {
	-webkit-background-size: cover;
	background-size: cover;
}
.sku-line-block-size .product-item-scu-item-text-block {
	padding: 6px 8px;
}
.sku-line-block-size .product-item-scu-item-text {
	line-height: normal;
	font-size: 12px;
}
.sku-line-block-color .product-item-scu-item-color-block_main, .sku-line-block-size .product-item-scu-item-text-block {
	outline: none !important;
	border: 1px solid transparent;
}
.product-item-scu-item-text-block:hover, .product-item-scu-item-color-block_main:hover {
	border-color: var(--main_color_hover);
}

/*endregion*/

.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; }

.fancybox-stage {
	width: 100%;
	min-width: 320px;
	max-width: 1024px;
	height: 90%;
	margin: auto;
	text-align: center;
	transition: .2s ease-in-out;
}
.fancybox-is-open .fancybox-stage {
	background-color: #fff;
}
.product-detail-sku-container .sku-line-block {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	margin-bottom: 15px;
}
.product-detail-sku-container {
	padding-top: 4px;
	position: relative;
}
.product-detail-sku-container .product-item-scu-container-title {
	margin-bottom: -1px;
}
.byu-container-row {
	padding-top: 30px;
	border-top: 0.5px solid #CCCCCC;
}
.product-detail-composite_article{
	color: #B2B2B2;
	font-size: 12px;
}
.in_stock_block{
	position: relative;
	top: 0px;
	right: 0;
	height: 24px;
}
.quantity-block{
	width: 120px;
	height: 40px;
	display: flex;
	align-items: center;
	border: 2px solid #1d5027;
	border-radius: 25px;
	justify-content: center;
}
.composite_name, .nutrition-title, .nutrition_value, .product-item-scu-container-title {font-weight: 400;color: #B2B2B2;}
.nutrition-title {
	margin-bottom: 15px;
}
.product-detail-composite-container, .product-detail-nutrition-container,
.product_card_detail .product-item-scu-container-title {
    font-size: 14px;
}
.nutrition-item {
    border-radius: 3px;
    border: solid 2px #d3e8bb;
	text-align: center;
	min-width: 90px;
}
.nutrition_percent {
	background-color: #d3e8bb;
	padding: 3px 0;
}

.nutrition_name {
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
}

.nutrition_value {
	padding-bottom: 7px;
	padding-left: 5px;
	padding-right: 5px;
}

.product-detail-byu-container {

}

.product_card__title h1 {
	line-height: 1.5;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	color: var(--main_font_color);
}

.product_card__title .name {
	color: var(--main_font_color);
	opacity: .5;
font-size: 14px;
	margin-top: 5px;
}

.product_card__title .product_card__brand {
	font-size: 24px;
	font-weight: 500;
}

/* .product-detail-sales-slider .slider_wrapper h2,
.product-detail-viewed-slider .slider_wrapper h2 {
	font-size: 24px;
} */
.product_card_detail .catalog__content .product-detail-slider .product_card-flags {
	left: 0px;
}
@media (max-width: 900px){
	.product-detail-sales-slider .slider_wrapper h2,
	.product-detail-viewed-slider .slider_wrapper h2{
		font-size: 18px;
	}
}
/* tabs */

.product-item-detail-tabs .sub-title-tab {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px;
	color: var(--main_font_color);
}
.product-item-detail-tabs .properties-tab {
	border-radius: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding-left: 30px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 30px;
	background-color: #fff;
}
@media (max-width: 900px){
	.product-item-detail-tabs .properties-tab {
		margin-bottom: 15px;
	}
}
.product-item-detail-tabs .content-tab {
	font-size: 14px;
}

.product-item-detail-tabs-list .product-item-detail-tab-link {
	font-size: 14px;
	font-weight: 500;
	border: 0;
}

.product-item-detail-tabs-list .product-item-detail-tab-link {
	font-size: 14px;
	font-weight: 500;
	border: 0;
	padding: 15px 14px;
	min-width: 210px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F7F0E5;
	border-top-left-radius: 10px!important;
	line-height: 1;
}

.product-item-detail-tabs-list .product-item-detail-tab:nth-child(5) .product-item-detail-tab-link{
	padding: 15px 16px;
	margin-right: 0px!important;
}
.nav-tabs .nav-link{
	border-top-left-radius: 0;
	border-top-right-radius: 0!important;
}
.product-item-detail-tabs-list .product-item-detail-tab-link span {
	transition: .2s ease-in-out;
}

.product-item-detail-tabs-list .product-item-detail-tab-link:hover {
	background-color: #fff;
}

.product-item-detail-tabs-list .product-item-detail-tab-link {
	border: 0 !important;
}
.product-item-detail-tabs-list .product-item-detail-tab-link.active span {
	border-bottom-color: transparent;
}
.product-item-detail-properties-item .properties-item {
	width: 100%;
	align-items: flex-start;
}
.product-item-detail-properties-item .product-item-detail-properties-value a {
	color: var(--main_link_color);
	border-bottom: 1px dashed;
}

.product-item-detail-properties-item .product-item-detail-properties-value a:hover {
	border-bottom-color: transparent;
	color: var(--main_color_hover);
}

.product-detail-sales-slider  .owl-carousel .owl-stage-outer {
	padding-bottom: 85px;
}

/* region new style product-card-detail --------------------------------------------------------------------------*/

.sku-line-block-color, .sku-line-block-size, .product-detail-descriptions {
	margin: 20px 0;
	padding: 0;
	line-height: 1.5;
}

.product_card_detail .product-item-scu-container-title, .product-detail-description-title {
	color: var(--main_font_color);
	font-weight: 500;
}

.product-detail-descriptions .tab-content {
	line-height: 1.86;
}

.product-detail-info-top .btn-not-avaliable .disabled {
	font-size: 18px;
	background-color: transparent!important;
	color: #ff0000!important;
}
.product-detail-info-top .btn-not-avaliable {
	background: none;
	padding: 0;
}

.product-item-detail-slider-block {
	height: 100%;
	padding-top: 0;
	width: 100%;
	background: #fff;
	margin-left: 0px;
	max-width: 475px;
	border-radius: 10px;
}

.product-item-detail-slider-container {
	display: flex;
	justify-content: space-between;
}

.product-item-detail-slider-controls-block {
	width: 85px;
	height: 552px;
	padding: 28px 0;
	position: relative;
	display: none!important;
}

.product-item-detail-slider-controls-block .swiper-container {
	height: 100%;
}

.product-item-detail-slider-controls-block .swiper-wrapper {
	flex-direction: column;
}

.product-item-detail-gallery .swiper-arrow {
	font-size: 0;
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background: none;
	border: none;
	padding: 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	font-family: FontAwesome;
	transition: .3s ease-in-out;
	opacity: 0;
}

.product-item-detail-gallery .is-slider .swiper-arrow {
	opacity: .5;
}

.product-item-detail-gallery .is-slider .swiper-arrow.swiper-button-disabled, .product-item-detail-gallery .is-slider .swiper-arrow.swiper-button-disabled:hover {
	opacity: .2;
	cursor: default;
}

.product-item-detail-gallery .is-slider .swiper-arrow:hover {
	opacity: 1;
}

.product-item-detail-gallery .swiper-next {
	bottom: 0;
}

.product-item-detail-gallery .swiper-prev {
	top: 0;
}

.product-item-detail-gallery .swiper-arrow:before {
	display: block;
	font-size: 25px;
}

.product-item-detail-gallery .swiper-next:before {
	content: '\f107';
}

.product-item-detail-gallery .swiper-prev:before {
	content: '\f106';
}

.product-item-detail-gallery {}

.product-item-detail-content {}

.product-item-detail-slider-controls-image.swiper-slide,
.product-fast-item-detail-slider-controls-image.swiper-slide {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 71px;
	margin-bottom: 10px;
	outline: none !important;
	transition: .2s ease-in-out;
	background-color: #fff;
	cursor: pointer;
	text-align: center;
  max-height: 71px;
}
.product-item-detail-slider-controls-image.swiper-slide.active,
.product-fast-item-detail-slider-controls-image.swiper-slide.active{
	border: solid 1px #e2e2e2;
}
.product-item-detail-slider-controls-image img, .product-fast-item-detail-slider-controls-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 105px;
	max-height: 70px;
	width: auto;
	height: auto;
	transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-left, .product-item-detail-slider-right {
	opacity: 1;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-left, .product-item-detail-slider-container.popup .product-item-detail-slider-right {
	display: block;
}

.product-item-detail-slider-left:hover, .product-item-detail-slider-right:hover {
	opacity: 1;
}

.product-item-detail-slider-controls-image:hover, .product-fast-item-detail-slider-controls:hover {
	border-color: #a8a8a8;
}

.product-item-detail-slider-controls-image.active, .product-fast-item-detail-slider-controls-image.active {
	border-color: #C7C7C7;
}

.product-item-scu-item-text {
	text-transform: none;
}

.product-item-detail-gallery .product_card-flags {
	left: 20px;
	top: 20px;
	z-index: 12;
}

.product-item-detail-gallery .product_card-flags .flag-item.stock {
	font-size: 14px;
}

.product-detail-pay-block {
	display: flex;
	align-items: center;
}

.price__block {
	margin-right: 50px;
}

.product_add-favour {
	margin-left: 25px;
}

.product-detail-pay-item .product-detail-buy-button {
	display: block;
	width: 170px;
	padding: 11px 0;
	text-align: center;
}

.nav-tabs, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: none;
	padding: 0;
}

.product-detail-descriptions .tab-content {
	font-size: 14px;
	padding: 15px 0;
}

.product-detail-descriptions .nav-tabs > li > a {
	margin: 0;
	line-height: normal;
	border: none;
	border-radius: 0;
	padding: 0;
	background-color: transparent !important;
	display: inline-block;
	color: var(--main_link_color);
	border-bottom: 1px solid;
	margin-right: 15px;
	font-weight: bold;
}
.product-detail-descriptions .nav-tabs > li:hover > a {
	border-bottom-color: transparent;
}

.nav-tabs > li.active > a {
	color: #232222;
	border-bottom-color: transparent;
}

.catalog-set-constructor-wrapper {
	padding: 50px 0;
}
.product_add-favour.to_favorites .fa {
	width: 100%;
	height: 100%;
	font-size: 18px;
	padding: 8px 0;
	text-align: center;
	color: var(--main_color);
}
.product_add-favour.to_favorites .fa:before {
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
}

.product_add-favour.to_favorites.active .fa:before, .product_add-favour.to_favorites:hover .fa:before {
	content: "\f004";
}

/* endregion -------------------------------------------------------------------------- */

@media screen and (max-width: 1300px) {
	.nutrition-col {
		padding-left: 10px !important;
	}

	#catalog__content .nutrition-col:first-child {
		padding-left: 15px !important;
	}
}

@media screen and (max-width: 1140px) {
	#catalog__content .nutrition-col:first-child {
		padding-left: 10px !important;
	}

}

@media screen and (max-width: 1024px) {
	.product-item-label-ring.product-item-label-small.product-item-label-bottom.product-item-label-right{
		right: 15px!important;
		bottom: 10px!important;
	}
	.special_offer .fast_view.btn-primary {
		/*width: auto;*/
	}
	.product-item-detail-gallery .swiper-arrow {
		bottom: 0;
		top: 0;
		transform: rotate(-90deg);
	}
	.product-item-detail-gallery .swiper-arrow.swiper-prev {
		left: 0;
		right: auto;
	}
	.product-item-detail-gallery .swiper-arrow.swiper-next {
		right: 0;
		left: auto;
	}

	/* region detail page */
	.product-item-detail-slider-controls-block .swiper-wrapper {
		flex-direction: row;
	}
	.product-item-detail-slider-controls-block {
		width: 100%;
		height: 80px;
		padding: 0 28px;
		margin-top: 0;
		margin-bottom: 10px;
	}
	.product-item-detail-slider-controls-image.swiper-slide, .product-fast-item-detail-slider-controls-image.swiper-slide {
		width: 165.5px;
		height: 80px;
		margin-right: 10px;
		margin-bottom: 0;
	}
	.product-item-detail-slider-controls-block.active .product-item-detail-slider-controls-image-wrapper {border-color: rgba(35, 34, 34, .4);}

	.popup-window-titlebar-close-icon {
		background-color: transparent;
		right: 0;
		top: 0;
	}

	.popup-window-titlebar-close-icon:before, .popup-window-titlebar-close-icon:after {
		background-color: #aaa;
	}

	.product_card_detail .product-detail-info-top {
		display: flex;
	}
	.product-item-detail-slider-container {
		flex-wrap: wrap;
	}

	.product-item-detail-slider-block {
		width: 100%;
		order: -1;
	}

	.product-item-detail-slider-controls-image img {
		max-width: 75px;
		max-height: 70px;
	}

	.product_card__title h1 {
		margin-top: 15px;
	}

	.product_card_detail .product-detail-pay-block .to_favorites {
		display: none;
	}

	.product_card_detail .to_favorites.mobile-fav {
		position: absolute;
		z-index: 100;
		left: 10px;
		bottom: 10px;
		display: none!important;
	}

	.product_add-favour.active {
		border: 2px solid var(--main_color);
	}

	.product-detail-pay-block {
		flex-direction: column;
		text-align: center;
	}

	.product-detail-pay-item.product-detail-pay-item {
		width: 100%;
	}

	.price__block {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.product-item-detail-price-current {
		font-size: 25px !important;
	}

	.product-item-detail-price-old span {
		font-size: 18px;
	}

	.product-detail-pay-item .product-detail-buy-button {
		width: 200px;
		margin: auto;
	}
	/*endregion detail page*/

	.product_card_detail .product_card__title {
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.product_card_detail .product-detail-byu-container {margin-top: 5px;}

	.product-item-detail-tabs-list .product-item-detail-tab-link {
		font-size: 12px;
	}

}

@media screen and (max-width: 991.98px) {

	.properties-item .product-item-detail-properties-name {
		max-width: 70%;}
	.properties-item .product-item-detail-properties-value {
		opacity: .7;}
	.product-item-detail-properties-item .properties-item {
		justify-content: space-between;
		align-items: flex-end;
	}
}

@media screen and (max-width: 767.98px) {

	.product-item-detail-slider-controls-block {
		max-width: 575px;
		margin-left: auto;
		margin-right: auto;
	}

}

@media screen and (max-width: 575.98px) {
	#catalog__content .nutrition-col {
		padding-left: 5px !important;
	}
	.product-detail-price-item {
		display: block;
		margin-left: 0;
	}
	.btn.product-item-detail-buy-button {
		width: 120px;}

	.product-item-detail-slider-controls-image.swiper-slide, .product-fast-item-detail-slider-controls-image.swiper-slide {
		width: 108px;
	}
	.product-item-detail-slider-controls-block {
		max-width: 400px;
	}
}
@media screen and (max-width: 400px) {

	.product-item-detail-slider-controls-image.swiper-slide, .product-fast-item-detail-slider-controls-image.swiper-slide {
		width: 81.3px;
	}
	.product-item-detail-slider-controls-block {
		max-width: 320px;
	}

	.product_card_detail h2, .product_card__title h1, h2 {
		font-size: 18px!important;
	}
	#catalog__content .nutrition-item {
		min-width: 70px;
		font-size: 12px;
	}

	.product-item-detail-slider-image img {
		max-width: 85%;
		max-height: 85%;
	}

}
.product-item-detail-slider-image {
    display: none;
}
.product-item-detail-slider-image.active {
   display: block;
}

.product-item-container.hover .product-item{
	z-index: 9999;
	overflow: hidden;
}


.composite_icons svg path{
	transition: .3s;
}
.composite_icons svg{
	transition: .3s;
}
.composite_icons.compare.active svg path{
	stroke: var(--main_color);
}
.composite_icons.favour.active svg path,
.composite_icons.share.active svg path{
	fill: var(--main_color);
}
.composite_icons.compare:hover svg path{
	stroke: var(--main_color);
}
.composite_icons.favour:hover svg path{
	fill: var(--main_color);
}
.composite_icons.share:hover svg path{
	fill: var(--main_color);
}

.product-detail-composite-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.product-detail-composite_icons{
	position: relative;
	display: flex;
	align-items: center;
}
.product-detail-composite_icons .composite_icons{
	cursor: pointer;
}

.product-detail-composite_icons .composite_icons .normal{
	position: relative;
	width: 30px;
	height: 23px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s;
}
.product-detail-composite_icons .composite_icons .heart.active{
	position: absolute;
	width: 30px;
	height: 23px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s;
	left: 5px;
}
.product-detail-composite_icons .composite_icons{
	margin-left: 12px;
}

.product-detail-description-container{
	margin-top: 38px;
}
.description_row{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.description_block{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.description_block:last-child{
	align-items: flex-start;
}
.description_block .description_block_icon{
	margin-right: 10px;
}
.description_block:not(:last-child){
	margin-right: 40px;
}
@media (max-width: 900px){
	.description_block{
		margin-bottom: 15px;
	}
}
.description_block:not(:last-child) .description_block_text{
	height: 29px;
	display: flex;
	align-items: flex-end;
}
.description_block_text{
	line-height: 1;
}
.description_block_text a{
	color: var(--main_font_color);
	font-size: 14px;
	border-bottom: 1px dashed var(--main_font_color);
	padding-bottom: 2px;
	line-height: 1;
}
.description_block_text a:hover{
	border-bottom-color: transparent;
}
.description_block:last-child .description_block_text a{
	border-bottom: 0px;
	line-height: 21px;
}
.description_block:last-child .description_block_text{
	max-width: 208px;
}
.block_rating_drink {
	margin-bottom: 100px;
}
@media (min-width: 1024px){
	.block_rating_drink {
		margin-top: 70px;
	}
}
.block_rating_drink .block_rating{
	margin-bottom: 10px;
}
.block_rating_drink .block_rating .rating{
	display: flex;
	align-items: center;
}
.block_rating_drink .block_rating .rating li + li{
	margin-left: 16px;
}
.block_rating_drink .block_rating .rating li.active .circle svg{
	fill: var(--main_color);
}
.block_rating_drink .block_rating .rating li.noraml .circle svg{
	fill: #C4C4C4;
}
.block_rating_drink .block_rating .rating li.position span{
	text-transform: uppercase;
	font-size: 12px;
	color: var(--main_font_color);
	font-weight: 500;
}
.block_drink_description_served{
	display: flex;
	align-items: center;
	margin-bottom: 60px;
}
.served_img{
	margin-right: 15px;
}
.served_content{
	display: flex;
	flex-direction: column;
}
.served_content .title{
	font-size: 16px;
	line-height: 22px;
	color: var(--main_font_color);
	font-weight: 500;
}
.served_content .temperature{
	font-size: 24px;
	line-height: 34px;
	color: var(--main_font_color);
}

.block_drink_description_comesto{
	display: flex;
	align-items: flex-start;
}
.comesto_content{
	display: flex;
	flex-direction: column;
}
.comesto_content .title{
	font-size: 16px;
	line-height: 22px;
	color: var(--main_font_color);
	margin-bottom: 5px;
	font-weight: 500;
}
.comesto_content .menu li{
	font-size: 14px;
	line-height: 14px;
	color: var(--main_font_color);
	position: relative;
	padding-left: 10px;
	margin-bottom: 10px;
}
.comesto_content .menu li:before{
	content: '-';
	top: 1px;
	left: 0;
	position: absolute;
}
.comesto_img{
	margin-right: 15px;
}

.product-item-detail-properties-name{
	position: relative;
	background-color: #fff;
}
.product-item-detail-properties-name:after{
	position: absolute;
	width: 100%;
	border-bottom: 1px dashed #A8A8A8;
	bottom: 7px;
	margin-left: 7px;
	content: '';
}
.product-item-detail-properties-value{
	background-color: #fff;
	padding-left: 4px!important;
}
.properties-item{
	overflow: hidden;
}
@media (min-width: 1024px){
	.product-detail-info-top{
		margin-bottom: 80px;
	}
}
.main_content{
	margin-bottom: 0px!important;
	padding-bottom: 60px!important;
}
.wrapper-inner{
	padding-bottom: 0px;
}
.header-bottom-line.wrapper-inner{
	padding-bottom: 0px;
}
.footer .wrapper-inner{
	padding-bottom: 0px;
}
.header .wrapper-inner{
	padding-bottom: 0px;
}
.header .wrapper-inner.top_menu{
	padding-bottom: 15px;
}
.product_card-country_origin{
	position: absolute;
	top: 20px;
	z-index: 15;
	left: 20px;
}
.country_origin_img img{
	max-width: 42px;
	max-height: 28px;
}

.product-detail-viewed-slider{
	margin-top: 0px!important;
}


@media (max-width: 900px){
	.block_rating_drink{
		margin-bottom: 60px;
	}
	.block_drink_description_comesto{
		margin-bottom: 60px;
	}
	#breadcrumbs{
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
}
@media (min-width: 1024px){
	.row.product_card_row{
		margin-left: 0px;
		margin-right: 0px;
	}
}

@media (max-width: 900px){
	.tab-content-row.row{
		padding: 10px;
	}
}


.product-detail-composite_article-n-brend{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.product-detail-composite_article-n-brend .product-detail-composite_article{
	margin-right: 24px;
}
.product-detail-composite_article-n-brend span,
.product-detail-composite_article-n-brend a{
	font-size: 12px;
	line-height: 15px;
	color: var(--main_font_color);
	opacity: 1;
}
.product-detail-composite_article-n-brend a{
	border-bottom: 1px dashed var(--main_font_color);
}
.product-detail-composite_article-n-brend a:hover{
	border-color: transparent;
	color: var(--main_color_hover);
}
.button-quantity-col{
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	flex-direction: column;
}
.product_rating .quan_testimonials{
	font-size: 12px;
	line-height: 15px;
	color: var(--main_font_color);
	border-bottom: 1px dashed var(--main_font_color);
	margin-left: 16px;
}
.product_rating .quan_testimonials:hover{
	color: var(--main_color_hover);
	border-color: transparent;
}
.product-detail_mini_description p a:hover{
	color: var(--main_color_hover);
	border-color: var(--main_color_hover);
}
@media (min-width: 1024px){
	.product_card__title{
		margin-bottom: 20px;
	}
	.product_rating .quan_testimonials{
		position: relative;
		top: -2px;
	}
}
.product-detail_mini_description p{
	font-size: 14px;
	line-height: 28px;
	color: var(--main_font_color);
}
.product-detail_mini_description p a{
	font-size: 14px;
	line-height: 14px;
	color: #0064DB;
	margin-left: 10px;
}
.spec_description_brend{
	border: 1px solid #EDEDED;
	border-radius: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 16px;
	background-color: #fff;
}
.spec_description_brend .description_brend_img{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.spec_description_brend .description_brend_img img{
	max-width: 78px;
}
.description_brend_text p{
	font-size: 12px;
	color: var(--main_font_color);
	line-height: 20px;
}
.description_brend_text{
	margin-bottom: 36px;
}
.description_brend_text_link a{
	font-size: 12px;
	line-height: 12px;
	color: #0064DB;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link{
	color: var(--main_font_color)!important;
	background-color: transparent!important;
	position: relative;
}

.nav-tabs .nav-link,
.nav-tabs .nav-item .nav-link{
	color: var(--main_font_color)!important;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-item .nav-link:hover{
	color: var(--main_font_color);
}
.composite_icons{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.composite_icons .border_svg{
	border-radius: 6px;
	position: absolute;
	width: 36px;
	height: 36px;
	overflow: visible;
	left: 0;
	top: 0;
}
.bx-retina .composite_icons .border_svg{
	width: 38px;
	height: 38px;
	left: -0.5px;
	top: -0.5px;
}
.bx-retina .composite_icons .border_svg rect{
	width: 37px;
	height: 37px;
}
.composite_icons .border_svg rect{
	transition: .3s;
}
.composite_icons:hover .border_svg rect{
	stroke-dashoffset: 100;
	animation: border_move_svg 30s infinite linear;
	stroke: var(--main_color);
}
.composite_icons.active .border_svg rect{
	stroke: var(--main_color);
	animation: border_move_svg 30s infinite linear;
}
@keyframes border_move_svg {
	to {
    stroke-dashoffset: -1000;
  }
}
.composite_icons.favour .main_svg{
	transition: .3s;
}
.composite_icons.favour:hover .main_svg{
	fill: var(--main_color);
}
.composite_icons.favour.active .main_svg{
	fill: var(--main_color);
}

.composite_icons.compare .main_svg path{
	transition: .3s;
}
.composite_icons.compare:hover .main_svg path{
	stroke: var(--main_color);
}
.composite_icons.compare.active .main_svg path{
	stroke: var(--main_color);
}

.composite_icons.share .main_svg path,
.composite_icons.share .main_svg{
	transition: .3s;
}
.composite_icons.share:hover .main_svg path{
	fill: var(--main_color);
}
.composite_icons.share.active .main_svg path{
	fill: var(--main_color);
}
.byu-container-row{
	display: flex;
	flex-direction: row;
	align-items: flex-start!important;
	justify-content: space-between;
}
@media (max-width: 900px){
	.product-item-detail-slider-block{
		margin-left: 0px;
	}
	.product-item-detail-gallery .product_card-flags{
		left: 15px;
	}
	.product-item-detail-tabs .properties-tab{
		padding: 10px;
	}
	.product-detail-composite-container, .product-detail-nutrition-container,
	.product_card_detail .product-item-scu-container-title {
	    font-size: 12px;
	}
	.product-detail-sku-container .product-item-scu-item-text-block{
		padding: 3px 7px!important;
	}
}
.product-item-detail-main-info{
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-radius: 10px;

}
@media (min-width: 1024px){
	.product-item-detail-main-info{
		padding-top: 20px;
		padding-left: 30px!important;
		padding-right: 30px!important;
	}
}
.btn.disabled{
	background-color: transparent!important;
}

@media (max-width: 1024px){
	.product_item_table.product_item .product_card-flags{
		left: 10px!important;
		top: 10px!important;
	}
}
@media (max-width: 900px){
	.byu-container-row{
		padding-top: 10px;
	}
	.button-quantity-col{
		width: 100%!important;
		display: flex;
		justify-content: space-between;
		margin-top: 15px;
	}
	.button-quantity-col .anybtn{
		margin-left: -10px!important;
	}
	.product-detail-composite_icons .composite_icons .border_svg rect{
		stroke-width: 2px;
	}
	.composite_icons .border_svg{
		right: -1px;
	}
	.composite_icons.favour .main_svg{
		right: -1px;
		position: relative;
	}
}
.product_card_detail{
	opacity: 1 !important;
}
.product_card_fast .link-detail-text{
	display: none;
}
.link-detail-page-wrp{
	text-align: right;
}

.link-detail-page-wrp .link-detail-page{
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	color: var(--main_color);
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.link-detail-page-wrp .link-detail-page:hover{
	color: var(--main_color_hover);
}
.link-detail-page-wrp .link-detail-page svg{
	font-size: 16px;
	margin-left: 7px;
	fill: var(--main_color);
	transition: .3s;
}

.link-detail-page-wrp .link-detail-page:hover svg{
	fill: var(--main_color_hover);
}

@media (max-width: 1024px){
	.button-quantity-col .main-button-container{
		margin-left: -10px;
	}
	.product-item-amount-field-btn-plus,
	.product-item-amount-field-btn-minus{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.product-detail_mini_description p a{
		margin-left: 0px;
	}
}
@media (min-width: 1024px){
	.product-detail-composite-container{
		align-items: flex-start;
	}
}
.product_rating{
	display: flex;
	align-items: center;
	margin-right: 12px;
}
.continuum_product_rating{
	color: var(--main_font_color);
	text-decoration: none;
}
.continuum_product_rating:hover{
	color: var(--main_font_color);
	text-decoration: none;
}
.product_rating span:first-child{
	position: relative;
	top: -1px;
}
.product_rating_count{
	font-size: 14px;
	line-height: 1;
	color: var(--main_font_color);
	margin-left: 5px;
}
.rating_and_article{
	display: flex;
	align-items: center;
}
.metro_name{
	font-size: 12px;
}
.catalog-stores-item-schhedule div:nth-child(2){
	font-size: 12px!important;
}
.catalog-stores-item-phone a{
	font-size: 12px!important;
}
.product-item-detail-tab-content .catalog-stores-item-info{
	margin-left: 191px;
}
.product-item-detail-tab-link.active{
	position: relative;
}
@keyframes border-tab {
	0%{
		bottom: -15px;
		opacity: 0;
	}
	100%{
		bottom: 0px;
		opacity: 1;
	}
}
.product-item-detail-tab-link.active:before{
	content: '';
	width: 120px;
	height: 1px;
	background-color: var(--main_color);
	bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
	position: absolute;
	animation: border-tab .5s;
}

.product-item-detail-properties-item .properties-item span:first-child{
	 color: #696969;
	 font-weight: normal;
}

.product-item-detail-tab-content.recomendaction .recomendaction_wrap{
	padding: 30px 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #fff;
	font-size: 14px;
}

@media (max-width: 1024px){
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{
		width: 30px!important;
		height: 30px!important;
		font-size: 10px!important;
	}
	.product-item-detail-tabs-list .product-item-detail-tab-link{
		min-width: 100%;
		padding: 15px 5px;
	}
	.nav-tabs .nav-link{
	  border-top-right-radius: 10px!important;
	}
	.product-item-detail-tabs-list.nav-tabs{
		justify-content: center;
	}
	.product-item-detail-tab-link.active:before{
		bottom: 4px;
		width: 50px;
	}
	.nav-tabs .nav-item{
		margin: 2px!important;
	}
	@keyframes border-tab {
		0%{
			bottom: -15px;
			opacity: 0;
		}
		100%{
			bottom: 4px;
			opacity: 1;
		}
	}
	.product-item-detail-tab-content .catalog-stores-item-info{
		margin-left: 0px;
	}
}
.product-item-detail-main-info_top{
	margin-bottom: 10px;
}
.block_brends{
	position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9999;
  line-height: 1;
}
.block_brends .block_brends_logo{
	display: block;
	width: auto;
	height: auto;
	max-width: 80px;
	max-height: 50px;
	object-fit: contain;
	border-radius: 10px;
}
.block_brends a{
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-decoration-line: underline;
	color: var(--main_font_color);
}
.block_buy_on_click{
	line-height: 1;
	margin-top: 10px;
	margin-right: 0px;
}
.block_buy_on_click a{
	font-size: 14px;
	line-height: 14px;
	text-decoration-line: underline;
	color: var(--main_color);
	padding-right: 7px;
}
.product-item-detail-main-info__bottom{
	margin-top: 30px;
}
@media (min-width: 1024px){
	.product-item-detail-main-info{
		padding-bottom: 43px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}
@media (max-width: 1024px){
	.block_buy_on_click{
		margin-top: 5px;
	}
	.product-item-detail-gallery{
		padding-left: 0px!important;
		padding-right: 0px!important;
		margin-bottom: 10px;
	}
}

.detailed_product_card_gift h2 svg{
	margin-left: 10px;
	position: relative;
	top: -6px;
}
.btn.btn_blue.one_click:hover{
	color: var(--main_color_hover)!important;
}
.btn.btn_blue.one_click:active{
	color: var(--main_color_active);
}
@media (max-width: 768px){
	.product-item-detail-tabs-list.nav-tabs{
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.product-item-detail-tabs-list .product-item-detail-tab-link{
	  white-space: nowrap;
	}
	.properties-tab_wrapper.col-xl-12{
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
	.product-item-detail-tab-content.recomendaction .recomendaction_wrap{
		padding: 10px;
	}
}

@media (max-width: 768px){
	.slider_wrapper{
		padding-bottom: 0px!important;
		padding-top: 0px!important;
	}
}
.button__click{
   

}
.button__click-link{
    padding: 10px 90px 10px 90px;
    border: 1px solid#14A545 !important;
    border-radius: 25px;
    font-weight: 500;
    font-size: 14px;
    color: #14A545;
float: right;
font-family: Montserrat;

}
.button__click-link:hover{
color: #fff;
    background-color: #14A545;
opacity: 0.8;
transition: 1s;

}

.advantages-1 {
	margin: 60px 0;
	text-align: center;
}
.advantages-1 .advant-item {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin: 1%;
}
.advantages-1 img {
	width: 60px;
	height: 60px;
	object-fit: contain;
}
.advantages-1 span {
	display:block;
	margin-top:10px;
font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #272727;
font-weight: 400;
}
@media screen and (max-width:690px){
	.advantages-1 .advant-item {
		width: 45%;
	}
}
@media screen and (max-width:400px){
	.advantages-1 .advant-item {
		width: 100%;
		margin: 15px 0;
	}
}
.wholesale-preorder-banner {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 24px;
    padding: 0;
    border: 1px solid #dce5d9;
    border-top: 4px solid #14a545;
    border-radius: 8px;
    background: #fff;
    color: #142017;
    font-size: 13px;
    line-height: 1.35;
    overflow: hidden;
}

.description-tab .wholesale-preorder-banner {
    max-width: 860px;
}

.wholesale-preorder-banner__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 18px 14px;
    background: #fbfcfa;
}

.wholesale-preorder-banner__badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin: 0 0 8px;
    padding: 3px 9px;
    border: 1px solid #c7dbc2;
    border-radius: 999px;
    background: #eff7ed;
    color: #287235;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.wholesale-preorder-banner__title {
    margin: 0 0 4px;
    color: #111b14;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.15;
}

.wholesale-preorder-banner__subtitle {
    color: #52604f;
    font-size: 13px;
    font-weight: 700;
}

.wholesale-preorder-banner__rules {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 0 18px 14px;
}

.wholesale-preorder-banner__rule {
    min-width: 0;
    padding: 13px 14px;
    border: 1px solid #dce5d9;
    border-radius: 8px;
    background: #fff;
}

.wholesale-preorder-banner__rule--stock {
    background: #f7faf6;
}

.wholesale-preorder-banner__rule--preorder {
    border-color: #cfe0cb;
    background: #f1f8ef;
}

.wholesale-preorder-banner__rule-label {
    margin: 0 0 6px;
    color: #667163;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.wholesale-preorder-banner__rule-value {
    margin: 0 0 4px;
    color: #102018;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.1;
}

.wholesale-preorder-banner__rule-text {
    color: #435041;
    font-size: 13px;
    font-weight: 700;
}

.wholesale-preorder-banner__dates {
    display: grid;
    grid-template-columns: minmax(180px, 0.8fr) minmax(0, 1.2fr);
    gap: 10px;
    padding: 0 18px 16px;
}

.wholesale-preorder-banner__date-item {
    min-width: 0;
    padding: 13px 14px;
    border: 1px solid #dce5d9;
    border-radius: 8px;
    background: #fff;
}

.wholesale-preorder-banner__date-item--deadline {
    border-color: #ead8ad;
    background: #fff8ea;
}

.wholesale-preorder-banner__date-item span {
    display: block;
    margin: 0 0 5px;
    color: #556151;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.wholesale-preorder-banner__date-item strong {
    display: block;
    color: #082f16;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.1;
    white-space: nowrap;
}

.wholesale-preorder-banner__date-item--deadline strong {
    color: #201607;
    font-size: 17px;
}

.wholesale-preorder-banner__date-item em {
    display: block;
    margin-top: 5px;
    color: #6a5b3f;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.wholesale-preorder-banner__prices-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 18px 8px;
    border-top: 1px solid #e7eee4;
}

.wholesale-preorder-banner__prices-head span {
    color: #172119;
    font-size: 15px;
    font-weight: 900;
}

.wholesale-preorder-banner__prices-head small {
    color: #6a7569;
    font-size: 12px;
    font-weight: 800;
}

.wholesale-preorder-banner__prices {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 0 18px 18px;
    border: 1px solid #dfe7dc;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.wholesale-preorder-banner__price-row {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 14px;
    border-right: 1px solid #dfe7dc;
    background: #fff;
}

.wholesale-preorder-banner__price-row:last-child {
    border-right: 0;
}

.wholesale-preorder-banner__price-row dt,
.wholesale-preorder-banner__price-row dd {
    margin: 0;
}

.wholesale-preorder-banner__price-row dt {
    color: #536052;
    font-size: 12px;
    font-weight: 800;
}

.wholesale-preorder-banner__price-row dd {
    color: #087436;
    font-size: 16px;
    font-weight: 900;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .description-tab .wholesale-preorder-banner {
        max-width: none;
    }

    .wholesale-preorder-banner__header {
        padding: 15px 14px 12px;
    }

    .wholesale-preorder-banner__title {
        font-size: 18px;
    }

    .wholesale-preorder-banner__rules,
    .wholesale-preorder-banner__dates,
    .wholesale-preorder-banner__prices {
        grid-template-columns: minmax(0, 1fr);
    }

    .wholesale-preorder-banner__rules,
    .wholesale-preorder-banner__dates {
        padding-left: 14px;
        padding-right: 14px;
    }

    .wholesale-preorder-banner__prices-head {
        padding-left: 14px;
        padding-right: 14px;
    }

    .wholesale-preorder-banner__prices {
        margin-left: 14px;
        margin-right: 14px;
    }

    .wholesale-preorder-banner__price-row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 10px;
        border-right: 0;
        border-bottom: 1px solid #dfe7dc;
    }

    .wholesale-preorder-banner__price-row:last-child {
        border-bottom: 0;
    }
}

@media screen and (max-width: 420px) {
    .wholesale-preorder-banner {
        font-size: 12px;
    }

    .wholesale-preorder-banner__header,
    .wholesale-preorder-banner__rules,
    .wholesale-preorder-banner__dates,
    .wholesale-preorder-banner__prices-head {
        padding-left: 12px;
        padding-right: 12px;
    }

    .wholesale-preorder-banner__title {
        font-size: 17px;
    }

    .wholesale-preorder-banner__rule-value,
    .wholesale-preorder-banner__date-item strong {
        font-size: 17px;
    }

    .wholesale-preorder-banner__date-item--deadline strong {
        font-size: 15px;
        white-space: normal;
    }

    .wholesale-preorder-banner__prices {
        margin-left: 12px;
        margin-right: 12px;
    }

    .wholesale-preorder-banner__price-row {
        grid-template-columns: minmax(0, 1fr);
        gap: 3px;
        padding: 11px 12px;
    }
}

/* End */


/* Start:/local/templates/pets/components/bitrix/catalog.socnets.buttons/child/style.css?17780728012482*/
.catalog-sb-area{
	position: absolute;
	opacity: 0;
	height: 0;
	top: 45px;
	right: -10px;
	width: 352px;
	z-index: -10;
	border-radius: 4px;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,.17);
	background-color: #fff;
	padding: 24px 16px;
}
.catalog-sb-area.active{
	opacity: 1;
	height:auto;
	z-index: 5;
}
.buttons_share{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.catalog-sb-item{
	display: flex;
	min-width: 79px;
}
.catalog-sb-item:not(:last-child){
	margin-right: 5px;
}
.button_vk_share{
	display: flex;
	height: 20px;
	font-size: 11px;
	align-items: center;
	justify-content: center;
	padding: 3px 10px;
	background-color: #4c75a3;
	color: #fff;
	border-radius: 3px;
	font-weight: 500;
	cursor: pointer;
	width: 100%;
}
.button_vk_share i{
	font-size: 14px;
	margin-right: 5px;
	color: #fff;
}
.button_vk_share a{
	color: #fff;
	position: relative;
	top: 0px;
}
.button_vk_share a:hover{
	color: #fff;
}
.button_vk_share:hover{
	background-color: #406289;
}

.catalog-sb-item+.vk a
{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.sharing__corner{
	position: absolute;
	top: 5px;
	right: 20px;
	width: 20px;
	height: 20px;
}
.sharing__corner:before {
	content: "";
	width: 40px;
	height: 25px;
	position: absolute;
	top: -5px;
	left: -5px;
	background-color: #fff;
	z-index: 10;
}
.sharing__corner:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,.17);
	background-color: #fff;
	z-index: 5;
}
.sharing__link{
	width: 320px;
	height: 52px;
	border-radius: 4px;
	border: 1px solid #eaeaea;
	margin-top: 14px;
	padding: 0 16px;
}
.sharing__link-placeholder{
	font-size: 11px;
	line-height: 1;
	letter-spacing: normal;
	color: #83878d;
	margin-top: 10px;
	margin-bottom: 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.sharing__link input{
	width: 100%;
	line-height: 1;
	color: #28282a;
	border: 0;
	margin: 0 0 5px;
	outline: none;
	font-size: 15px;
	padding: 0px;
}
.catalog-sb-item .fb-like{
	height: 21px;
}
.fb_iframe_widget span{
	width: 100px!important;
}
.fb_iframe_widget iframe{
	width: 100px!important;
}

/* End */


/* Start:/bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?15450600041816*/
/* Button */
.bx-catalog-subscribe-button
{
    margin-bottom: 6px;
    display: inline-block;
}
.bx-catalog-popup-content
{
    width: 90%;
    max-width: 280px;
}
/* Subscribe popup */
.bx-catalog-subscribe-form-container-label
{
    font-size:13px;
    color: #5a6c77;
    padding-bottom: 2px;
}
.bx-catalog-subscribe-form-container-input
{
    position: relative;
}
.bx-catalog-subscribe-form-container-input input[type="text"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-catalog-subscribe-form-star-required {
    color: #d93333;
}
.bx-catalog-subscribe-form-container .bx-captcha{
    margin-bottom: 10px;
}
.bx-catalog-popup-message
{
    font-weight: bold;
    min-width: 240px;
    margin: 0 0 0;
}

/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #edf6fc;
    color: #000;
    font-size: 15px;
    min-height: 45px;
    text-align: center;
    padding: 12px 40px 12px 60px;
    position: relative;
    width: 280px;
}
.bx-catalog-subscribe-aligner {
    display: inline-block;
    height: 45px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}
.bx-catalog-subscribe-alert-text {
    display: inline-block;
    vertical-align: middle;
}
.bx-catalog-subscribe-alert-footer {
    text-align: center;
}
.bx-catalog-subscribe-alert-popup {
    background-color: #edf6fc !important;
    border: 1px solid #edf6fc !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}
/* End */


/* Start:/local/templates/pets/components/krayt/pets.one.click/.default/style.css?17780728175850*/
.emodal_form{
    display: none;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top:0;
    z-index: 10;
    width: 388px;
    height: 424px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}
.block_buy_on_click .background{
    content: "";
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,0.3);
    display: none;
}
.emodal_form .emodal-title span{

}
.emodal_form .emodal_content input.btn {
    height: 40px;
    border: 0;
    max-width: 190px;
    margin: 0 auto;
    float: none;
    padding: 0;
}
.emodal_form .emodal_content {
    padding: 40px;
    background-color: #fff;
    position: relative;
    padding-top: 0px;
    padding-bottom: 23px;
    border-radius: 10px;
}
.emodal_form .emodal-title .emodal_content input[type='text'],
.emodal_form .emodal-title .emodal_content input[type='text']::selection{
    color: #000;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 10px;
    line-height: 35px;
}
.emodal_form .emodal_content input[type='text']::-webkit-input-placeholder {color:#9e9e9e;}
.emodal_form .emodal_content input[type='text']::-moz-placeholder          {color:#9e9e9e;}/* Firefox 19+ */
.emodal_form .emodal_content input[type='text']:-moz-placeholder           {color:#9e9e9e;}/* Firefox 18- */
.emodal_form .emodal_content input[type='text']:-ms-input-placeholder      {color:#9e9e9e;}

.emodal_form .emodal_content input[type='text'].error::-webkit-input-placeholder {color:#F44336;}
.emodal_form .emodal_content input[type='text'].error::-moz-placeholder          {color:#F44336;}/* Firefox 19+ */
.emodal_form .emodal_content input[type='text'].error:-moz-placeholder           {color:#F44336;}/* Firefox 18- */
.emodal_form .emodal_content input[type='text'].error:-ms-input-placeholder      {color:#F44336;}
#wrp_msg{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 5;
    display: none;
    border-radius: 10px;
}
#wrp_msg.open_msg{
    display: flex;
    line-height: 18px;
    justify-content: center;
    align-items: center;
}
#wrp_msg span{
    position: relative;
    top: -10%;
    color: #000;
}
.pk_wrp{
    margin-top: 20px;
    margin-bottom: 23px;
    text-align: left;
}
.emodal_form .emodal-title .pk_wrp label{
    display: block;
}
.emodal_form .emodal_content .pk_wrp input[type='checkbox'] {
    width: auto;
    margin: 0;
    height: auto;
    position: relative;
    top: -16px;
    left: 10px
}
.emodal_form .emodal-title .pk_wrp a{
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    width: 80%;
    color: #2AC64F;
    line-height: 13px;
    text-align: left;
}
.emodal_form .emodal-title .pk_wrp a:hover{
    color: #0CA02F;
}
.emodal_form .emodal-title .pk_wrp.error a{
    color:#F44336;
}

#OneClickEmodal #close_onebay.mdi-close{
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 30px;
  background: none;
  opacity: .5;
  top: 0;
  right: 0;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  opacity: .5;
}
#OneClickEmodal #close_onebay.mdi-close:hover{
  opacity: .7;
}
#OneClickEmodal #close_onebay.mdi-close:active{
  opacity: .7;
}
#OneClickEmodal #close_onebay.mdi-close::before{
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#OneClickEmodal #close_onebay.mdi-close::after{
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#OneClickEmodal #close_onebay.mdi-close::before,
#OneClickEmodal #close_onebay.mdi-close::after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 15px;
  height: 2px;
  background-color: #636363;
}

#OneClickEmodal .emodal-title{
  padding-top: 40px;
  padding-bottom: 46px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
}

#OneClickEmodal.emodal_form .emodal_content .pk_wrp input[type='checkbox']{
  display: none;
}
#OneClickEmodal.emodal_form .emodal_content .pk_wrp input[type='checkbox'] + .main-user-consent-request-announce{
  font-size: 12px;
}
#OneClickEmodal.emodal_form .emodal_content .pk_wrp input[type='checkbox']:checked + .main-user-consent-request-announce:before{
  content: "\f00c";
}
#OneClickEmodal.emodal_form .main-user-consent-request-announce:before{
  color: var(--main_color);
  border-color: var(--main_color);
}

#OneClickEmodal .form_inputs{
  display: flex;
  flex-direction: column;
}
#OneClickEmodal .form_inputs input{
  border: 1px solid #ededed;
  outline: none;
  padding: 10px;
  color: #000;
  font-size: 14px;
  border-radius: 25px;
  height: 36px;
}
#OneClickEmodal .form_inputs input:nth-child(3){
  margin-bottom: 12px;
}

#OneClickEmodal .btn{
  padding: 8px 12px 8px 12px;
  background-color: var(--main_color);
  border-radius: 25px;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  width: 160px;
  height: 40px;
  line-height: 1;
  transition: .3s;
  top: 0;
}
#OneClickEmodal .btn:hover{
  background-color: var(--main_color_hover);
}
#OneClickEmodal .btn:active{
  background-color: var(--main_color_active);
}
#one-click-btn-send[disabled]{
  border: 1px solid #d3d3d3;
  color: #d3d3d3;
  background-color: #fff;
  pointer-events: none;
  cursor: default!important;
  opacity: 1!important;
}

/* End */


/* Start:/local/templates/pets/components/bitrix/sender.subscribe/subscribe-product/style.css?17780728005945*/
.bx-subscribe div.bx-block-title {
	color: var(--main_font_color);
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-subscribe-desc {
	color: #aaa;
	font-size: 12px;
	position: relative;
	margin-top: -5px;
	margin-bottom: 3px;
}
.bx-subscribe .bx-input-group .bx-form-control {
	position: relative;
	display: block;
	width: 370px;
	height: 40px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #BABABA;
	border-radius: 25px;
	border: solid 1px transparent;
	background-color: rgb(255, 255, 255);
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-subscribe .bx-input-group .bx-form-control::-webkit-input-placeholder { color: #BABABA; }
.bx-subscribe .bx-input-group .bx-form-control::-moz-placeholder { color: #BABABA; }
.bx-subscribe .bx-input-group .bx-form-control:-ms-input-placeholder { color: #BABABA; }
.bx-subscribe .bx-input-group .bx-form-control::placeholder { color: #BABABA; }

.bx-ios .bx-subscribe .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.btn-subscribe {
	line-height: 1;
	cursor: pointer;
	text-align: center;
	background: var(--main_color);
	border: none;
	color: #fff;
	font-size: 14px;
	position: relative;
	font-weight: normal;
	border-radius: 0px;
	height: 40px;
	padding: 13px 31px;
	vertical-align: middle;
	outline: none;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	border-radius: 25px;
	border: 2px solid #fff;
	margin-left: 10px;
}
.btn-subscribe:hover {
	background: var(--main_color_hover);
}
.btn-subscribe.send,.btn-subscribe:active {
	background: var(--main_color_active);
}
.btn-subscribe span{
	line-height: 1;
	position: relative;
	top: -2px;
}
.btn-subscribe:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	background-color: #E4E4E6;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYyNDcxQTFERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYyNDcxQTJERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjI0NzE5RkRGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjI0NzFBMERGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plv+rHwAAADiSURBVHjajNK9asJQFMDxG42KUqFx9kEcRO1UcBCHjh3q3NXHcBEcdHQQPxY7+AaS0a1v0UEhSlu/rv+jhxIlBQ/84OTmnHuSmzjW2qExpoK9ekDcXMcRAVw1d2hckjxqwQxTJJXEDj+ooa5rK+neoocMnvGB7s3EVxQwwhdeDBMDvEPylr3EBB6yGOhaGzE0cJ5o4enOTSzQgY8D8nhDX2ty0hPTCxt6LDmsMtb6fk+hpr9a10THJ4pw8BtVII0ydRNxb/vPplLrSGNKT/Pb3BdVpOU7jklKSNzZKD+JfxJgAAV0YSAU8mZTAAAAAElFTkSuQmCC");
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 0 2px 2px 0;
}
.btn-subscribe span {
	display: block;
}
.btn-subscribe.send {
	outline: none;
	color: #fff;
}
.btn-subscribe:hover, .btn-subscribe:active{color: #fff;}
.btn-subscribe.send:before {
	width: 0;
	background-position: 100px 50%;
	-webkit-animation-name: MeilSendButton;
	animation-name: MeilSendButton;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}
@keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@-webkit-keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@-webkit-keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}
@-webkit-keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}

.bx_subscribe_response_container {
	padding: 40px;
	color: #35414E;
}

.bx_subscribe_checkbox_container {
  line-height: 16px;
  font-size: 13px;
	margin-top: 21px;
  vertical-align: middle;
  color: #3D4158;
}

.bx-sender-subscribe-agreement .main-user-consent-request a {
	font-weight: 100;
	font: 11px/10px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
@media (max-width: 900px){
	.subform-col{
		padding-right: 0px!important;
	}
	.bx-subscribe .bx-input-group .bx-form-control{
		position: relative;
		right: -5px;
	}
}
.bx_subscribe_submit_container{
	position: relative;
}
.bx_subscribe_submit_container .subscribe_airplane{
	position: absolute;
	left: 100%;
	top: -20px;
}

@media (max-width: 1024px){
	.bx_subscribe_submit_container .subscribe_airplane{
		display: none;
	}
	.subscribe-col:first-child{
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.sender-btn.btn-subscribe[disabled]{
	pointer-events: none;
	background: #fff;
	color: #d3d3d3;
	border-color: #d3d3d3;
}

/* End */


/* Start:/local/templates/pets/components/bitrix/main.userconsent.request/user-consent/user_consent.css?17795773279977*/
/* Общие переменные через :root */
:root {
    --consent-bg: #ffffff;
    --consent-bg-secondary: #f7f9fc;
    --consent-border: #e0e4f0;
    --consent-accent: #4b7cf5;
    --consent-accent-soft: rgba(75, 124, 245, 0.08);
    --consent-danger: #ff4b5c;
    --consent-text-main: #1f2430;
    --consent-text-secondary: #6f7691;
    --consent-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
    --consent-radius-lg: 18px;
    --consent-radius-md: 12px;
    --consent-radius-sm: 9px;
    --consent-transition-fast: 0.18s ease-out;
}

/* ======== Чекбокс рядом с формой ======== */

.consent-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    cursor: pointer;
    user-select: none;
    position: relative;
    padding: 11px 14px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #cbd8e6;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
    transition: background var(--consent-transition-fast),
                border-color var(--consent-transition-fast),
                box-shadow var(--consent-transition-fast),
                transform var(--consent-transition-fast);
}

.consent-checkbox:hover {
    background: #f8fbff;
    border-color: rgba(22, 163, 74, 0.45);
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.09);
    transform: translateY(-1px);
}

.consent-checkbox__input {
    display: none;
}

.consent-checkbox__box {
    width: 22px;
    height: 22px;
    border-radius: 7px;
    border: 2px solid #aebbd0;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    transition: border-color var(--consent-transition-fast),
                background var(--consent-transition-fast),
                box-shadow var(--consent-transition-fast),
                transform var(--consent-transition-fast);
}

.consent-checkbox__checkmark {
    width: 12px;
    height: 12px;
    border-radius: 4px;
    background: #16a34a;
    opacity: 0;
    transform: scale(0.4);
    transition: opacity var(--consent-transition-fast),
                transform var(--consent-transition-fast);
    position: relative;
}

.consent-checkbox__checkmark::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    border-radius: inherit;
}

.consent-checkbox__text {
    font-size: 14px;
    line-height: 1.3;
    color: #111827;
    font-weight: 700;
    max-width: none;
}

.consent-checkbox__text a,
.consent-checkbox__details {
    color: #2563eb;
    font-weight: 650;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    transition: color var(--consent-transition-fast);
}

.consent-checkbox__text a:hover,
.consent-checkbox:hover .consent-checkbox__details {
    color: #365ad8;
}

/* Состояние checked */

.consent-checkbox__input:checked + .consent-checkbox__box {
    background: rgba(22, 163, 74, 0.08);
    border-color: #16a34a;
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.16);
    transform: translateY(0);
}

.consent-checkbox:has(.consent-checkbox__input:checked) {
    border-color: rgba(22, 163, 74, 0.62);
    background: #f2fbf5;
}

.consent-checkbox__input:checked + .consent-checkbox__box .consent-checkbox__checkmark {
    opacity: 1;
    transform: scale(1);
}

/* Поддержка клавиатуры */
.consent-checkbox:focus-within {
    outline: none;
    box-shadow: 0 0 0 2px rgba(75, 124, 245, 0.32);
}

/* ======== Модальное окно ======== */

.consent-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.consent-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(6px);
}

.consent-modal__container {
    position: relative;
    z-index: 1;
    max-width: 720px;
    width: 100%;
    margin: 16px;
    background: radial-gradient(circle at top left, #f5f6ff 0, #ffffff 45%, #f5f9ff 100%);
    border-radius: var(--consent-radius-lg);
    box-shadow: var(--consent-shadow);
    padding: 22px 24px 20px;
    border: 1px solid rgba(184, 194, 255, 0.6);
    display: flex;
    flex-direction: column;
    gap: 12px;
    animation: consent-modal-in 0.25s ease-out;
}

/* Анимация появления */
@keyframes consent-modal-in {
    from {
        opacity: 0;
        transform: translateY(10px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Крестик закрытия */

.consent-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: none;
    background: rgba(15, 23, 42, 0.02);
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: background var(--consent-transition-fast),
                transform var(--consent-transition-fast),
                box-shadow var(--consent-transition-fast);
}

.consent-modal__close:hover {
    background: rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.25);
}

.consent-modal__close-line {
    position: absolute;
    width: 14px;
    height: 2px;
    border-radius: 999px;
    background: #8b95b7;
}

.consent-modal__close-line:first-child {
    transform: rotate(45deg);
}

.consent-modal__close-line:last-child {
    transform: rotate(-45deg);
}

/* Заголовок */

.consent-modal__header {
    font-size: 18px;
    font-weight: 600;
    color: var(--consent-text-main);
    padding-right: 32px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.consent-modal__header::before {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 10px;
    background: radial-gradient(circle at 0 0, #7f5cff 0, #4b7cf5 52%, #00c6ff 100%);
    box-shadow: 0 0 0 6px rgba(75, 124, 245, 0.16);
    flex-shrink: 0;
}

/* Тело модалки */

.consent-modal__body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.consent-modal__loader {
    display: none; /* Bitrix сам покажет при необходимости */
}

.consent-modal__spinner {
    width: 44px;
    height: 44px;
    stroke: var(--consent-accent);
    animation: consent-rotate 1.4s linear infinite;
}

/* Анимация спиннера */
@keyframes consent-rotate {
    0% { transform: rotate(0); }
    100% { transform: rotate(360deg); }
}

/* Контент */

.consent-modal__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.consent-modal__text-block {
    background: rgba(255, 255, 255, 0.9);
    border-radius: var(--consent-radius-md);
    border: 1px solid var(--consent-border);
    padding: 12px 14px;
    max-height: 320px;
    overflow: hidden;
    position: relative;
}

.consent-modal__text-block::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    background: linear-gradient(to top, rgba(245, 247, 255, 0.95), transparent);
    pointer-events: none;
}

.consent-modal__textarea {
    width: 100%;
    height: 100%;
    min-height: 180px;
    border: none;
    resize: none;
    background: transparent;
    font-size: 13px;
    line-height: 1.6;
    color: var(--consent-text-secondary);
    padding-right: 4px;
}

.consent-modal__textarea:focus {
    outline: none;
}

/* Скроллбар, если его не переопределяет тема сайта */

.consent-modal__textarea::-webkit-scrollbar {
    width: 6px;
}

.consent-modal__textarea::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(143, 155, 191, 0.7);
}

/* Кнопки */

.consent-modal__buttons {
    margin-top: 4px;
    row-gap: 8px;
}

.consent-modal__button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: var(--consent-radius-sm);
    font-size: 14px;
    font-weight: 500;
    padding: 10px 14px;
    cursor: pointer;
    transition: background var(--consent-transition-fast),
                color var(--consent-transition-fast),
                box-shadow var(--consent-transition-fast),
                transform var(--consent-transition-fast),
                border-color var(--consent-transition-fast);
    text-align: center;
}

/* Accept */

.consent-modal__button--accept {
    background: linear-gradient(135deg, #4b7cf5 0%, #7f5cff 100%);
    color: #ffffff;
    border: none;
    box-shadow: 0 10px 25px rgba(75, 124, 245, 0.4);
}

.consent-modal__button--accept:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(75, 124, 245, 0.45);
}

/* Reject */

.consent-modal__button--reject {
    background: transparent;
    color: var(--consent-text-secondary);
    border: 1px solid rgba(143, 155, 191, 0.6);
}

.consent-modal__button--reject:hover {
    border-color: var(--consent-danger);
    color: var(--consent-danger);
    background: rgba(255, 75, 92, 0.04);
}

/* Подпись под кнопками */

.consent-modal__note {
    font-size: 11px;
    line-height: 1.5;
    color: var(--consent-text-secondary);
    opacity: 0.9;
}

/* ======== Адаптив ======== */

@media (max-width: 575px) {
    .consent-modal__container {
        padding: 18px 14px 16px;
        margin: 10px;
    }

    .consent-modal__header {
        font-size: 16px;
        padding-right: 28px;
    }

    .consent-checkbox {
        padding: 8px 10px;
    }

    .consent-checkbox__text {
        font-size: 12px;
    }
}

/* End */


/* Start:/local/templates/pets/components/bitrix/sale.products.gift/child/style.css?1643317889177*/
.catalog-products-viewed-header {
	margin: 5px 0;
	padding: 5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}
/* End */


/* Start:/local/templates/pets/components/bitrix/catalog.item/product_card/style.css?1786909311134388*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.slider_wrapper .product-item-container {
    padding: 5px;
    position: relative;
}

.product_item-link {
    display: block;
    color: var(--main_font_color);
    text-align: center;
}

.product_item_img {
    position: relative;
}

.product-item {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    position: relative;
    background-color: #FFFFFF !important;
    box-sizing: border-box;
    border-radius: 30px;
    min-height: 510px;
}

.sale-products-gift.bx_sale_gift_main_products .product-item {
    min-height: 100% !important;
}

.product_item_title .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0;
    overflow: hidden;
    height: 32px;
    background-color: #fff;
    z-index: 1;
    position: relative;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    font-size: 14px;
    line-height: 16.8px;
}

.product_item_title .name span {
    font-weight: bold;
}

@media (min-width: 1024px) {
    .product_item_title .name {
        text-align: left;
    }
}

@media (max-width: 1024px) {
    .product_item.product-item .product_item_buy_box {
        padding-top: 10px;
    }
}

@media (min-width: 1024px) {
    .product_item.product-item .product_item_buy_box {
        display: flex;
        align-items: center;
        width: 100%;
    }
}

.scu_params_wrapper {
    padding-top: 12px;
    height: 31px;
}

.product_item__price {
    position: relative;
    text-align: center;
}

.product_item__price .price-unit {
    font-size: 11px;
    color: var(--main_font_color);
    font-weight: normal;
    text-align: center;
}

.favour__list .price-unit {
    font-size: 20px;
    color: var(--main_font_color);
    font-weight: normal;
}

.product_item__price .price {
    font-size: 20px;
    font-weight: normal;
    color: var(--main_font_color);
    margin-right: 11px;
}

.product_item__price .product-item-price-measure {
    margin-left: 5px;
    color: #73777f;
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
}

.product_item__price .old_price span i {
    margin-left: 3px;
}

.product_item__price .price span i {
    margin-left: 3px;
}

.product_item__price .old_price {
    font-size: 18px;
    color: #8B8B8B;
    position: relative;
    line-height: 22px;
    width: 100%;
}

.old_price span {
    position: relative;
    display: inline-block;
    padding: 0 2px;
    font-weight: 500;
    color: #999999;
    font-size: 16px;
    line-height: 16px;
    left: 0;
    top: 0px;
}

.old_price span:before,
.bx_item_price .old:before {
    content: '';
    display: block;
    position: absolute;
    width: 110%;
    height: 1px;
    border-top: solid 1px rgba(143, 143, 143, .9);
    top: 0;
    bottom: 0;
    left: -2px;
    margin: auto;
}

.favour__list {
    margin-left: -10px;
    margin-right: -10px;
}

.slider .product-item-container {
    width: 100%;
    max-width: 100%;
}

.bx-touch .product-item-container {
    height: auto;
}

.main-slider .product_item {
    width: 100%;
    max-width: 100%;
}

.main-slider .product_item {
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

.basket-item-list .close-btn {
    width: 11px;
    height: 11px;
    right: 10px;
    top: 10px;
}

.basket-item-list .product_item_name_box {
    font-size: 12px;
    height: auto;
    padding: 0;
    padding-bottom: 5px;
}

.basket-item-list .product_item__price .old_price {
    position: relative;
    bottom: auto;
    font-size: 11px;
}

.basket-item-list .product_item__price .price {
    font-size: 12px;
}

.basket-item-list .close-btn:before,
.basket-item-list .close-btn:after {
    width: 100%;
    top: 5px;
    left: 0;
}

.catalog__list-wrapper .product_item_img:hover {
    -webkit-box-shadow: 0 0 10px rgba(53, 53, 53, 0.15);
    box-shadow: 0 0 10px rgba(53, 53, 53, 0.15);
    z-index: 150;
}

.product_item_wrapper_img {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 250px;
    line-height: 250px;
    text-align: center;
}

.product_item_img:hover .product-item-image-wrapper {
    opacity: 1;
}

.product_item_wrapper_img .product_item_img-bg {
    width: auto;
    height: auto;
    max-width: 95%;
    max-height: 206px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.product_item__icons {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}

.product-item-container.hover .product_item__icons {
    opacity: 1;
}

.product-item-container:hover .product_item__icons {
    opacity: 1;
}

.to_compare {
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.product_item__price .product-item-info-container {
    position: absolute;
    bottom: 10px;
    right: 5px;
    z-index: 100;
    cursor: pointer;
    margin-bottom: 0;
}

.product_item__ico {
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    position: relative;
}

.product_item__ico a {
    display: block;
}

.favour__list .product_item__price .favour-in {
    display: none;
}

.fast_view.btn-primary {
    z-index: -1;
    opacity: 0;
    position: absolute;
    width: 170px;
    height: 46px;
    left: 0;
    right: 0;
    top: 45px;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    color: var(--main_font_color) !important;
}

.fast_view.btn-primary:hover {
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    background-color: #fff !important;
    color: var(--main_font_color) !important;
}

.fast_view.btn-primary:active,
.fast_view.btn-primary:focus {
    background-color: #fff !important;
    color: var(--main_font_color) !important;
}

.bx-no-touch .product-item-container.hover .product-item,
.bx-no-touch .product-item-container:hover .product-item {
    position: relative;
    right: auto;
    left: auto;
    width: auto;
}

.bx-no-touch .product-item-container.hover .product-item {
    left: auto;
    right: auto;
}

.bx-no-touch .product__list .product-card .product-item-container.hover .product-item,
.bx-no-touch .product__list .product-card .product-item-container:hover .product-item {
    right: auto;
    left: auto;
}

.bx-touch .product-item {
    width: auto;
    background: #fff;
}


.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
    height: 30px;
    z-index: 1;
    opacity: 1;
    position: relative;
    margin-top: 16px;
}

.product-item-scu-block-name {
    font-size: 12px;
    margin-bottom: 5px;
}

.bx-touch .product-item-info-container.product-item-hidden {
    height: auto;
}


.product_item .product_item_img:hover .fast_view {
    opacity: 1;
    z-index: 150;
}

.bx-no-touch .product-detail-sales-slider .product-detail-sales-slider .product-item-container.hover .product-item,
.bx-no-touch .product-detail-sales-slider .product-detail-sales-slider .product-item-container:hover .product-item {
    position: absolute;
    right: -15px;
    left: -15px;
    padding: 15px 15px 0;
    width: auto;
    border-color: transparent;
    -webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 7px 10px 0 rgba(0, 0, 0, .19);
}

.product-detail-sales-slider .bx-touch .product-item {
    padding: 15px 0 0;
    width: auto;
    background: #fff;
}


/*Image*/
.product-item-image-wrapper {
    position: relative;
    display: block;
    margin-bottom: 25px;
    padding-top: 180px;
    width: 100%;
}

.product-detail-sales-slider .product-detail-sales-slider .product-item-container.hover.product-item-scalable-card .product-item-image-wrapper {
    padding-top: 54%;
}

.product__list .product-card .product-item-container .product-item-image-wrapper {
    padding-top: 180px;
}

.product__list .product-card .product-item-container .product-item-image-slider-slide-container,
.product__list .product-card .product-item-container .product-item-image-original,
.product__list .product-card .product-item-container .product-item-image-alternative {
    max-height: 220px;
}

.product-item-image-original,
.product-item-image-alternative {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 200px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.product-item-image-original {
    z-index: 1;
}

.product-item-image-alternative {
    z-index: 1;
    opacity: 0;
}

.product-item-big-card .product-item-image-wrapper {
    margin-bottom: 25px;
}

/*Image Slider*/
.product-item-image-slider-slide-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-height: 200px;
}

.product-item-image-slide {
    position: relative;
    display: none;
    height: 100%;
    background-color: #fff;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.product-item-image-slider-slide-container img,
.product-item-image-alternative img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .product-item-image-slide {
        -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;
    top: 100%;
    left: 0;
    z-index: 15;
    display: block;
    padding: 0;
    text-align: center;
}

.product-detail-sales-slider .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;
    margin: 0 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid var(--main_color);
    cursor: pointer;
}

.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(--main_color);
}

/*Label*/
.product-item-label-text,
.product-item-label-ring {
    position: absolute;
}

.product-item-label-text span,
.product-item-label-ring {
    display: inline-block;
    clear: both;
    margin-bottom: 2px;
    color: #ED5756;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    vertical-align: middle;
    text-align: center;
}

.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;
}

.product_item .product_card-flags {
    z-index: 1;
}

.product_item .product__list .product_item .product-item-label-top {
    top: 0px;
}


/* TEXT */
.product-item-label-text span {
    padding: 2px 5px;
    vertical-align: middle;
    font-weight: bold;
}

@media (max-width: 767px) {
    .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;

        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;
    }
}

/*RING*/
.product-item-label-ring {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0%;
    font-weight: 500;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}

.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: 50px;
    font-size: 18px;
    line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
    width: 120px;
    height: 120px;
    font-size: 42px;
    line-height: 120px;
}


.product-item-label-top {
    top: 0px;
}

.product-item-label-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product-item-label-center>div {
    text-align: center;
}

.product-item-label-left {
    left: -20px;
}

.product-item-label-ring.product-item-label-left {
    left: -5px;
}

.product-item-label-left>div {
    text-align: left;
}

.product-item-label-bottom {
    bottom: 15px;
}

.product-item-label-middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-item-detail-price .product-item-label-ring.product-item-label-right {
    left: 100px;
}

.product-item-label-ring.product-item-label-right {
    right: 0px;
}

.product-item-label-right>div {
    text-align: right;
}

.product-item-label-center.product-item-label-middle {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*Title*/
.product-item-title {
    overflow: hidden;
    margin: 0;
    padding: 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
}

.bx-touch .product-item-title,
.product-detail-sales-slider .product-item-container.hover .product-item-title {
    overflow: auto;
    white-space: normal;
}

.product-item-title a {
    color: #3f3f3f;
    text-decoration: none;
}

.product-item-line-card .product-item-title {
    white-space: normal;
    text-align: left;
}

.product-item-big-card .product-item-title a {
    font-size: 21px;
}

.product-item-line-card .product-item-title a {
    font-size: 20px;
}

@media (max-width: 1199px) {
    .product-item-big-card .product-item-title a {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .product-item-big-card .product-item-title a {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .product-item-big-card .product-item-title a {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .product-item-big-card .product-item-title a {
        font-size: 16px;
    }
}

/*Price*/
.product-item-price-container {
    text-align: center;
    line-height: 1;
}

.product-item-price-current {
    color: #3f3f3f;
    white-space: nowrap;
    font-weight: bold;
    font-size: 13px;
}

.product-item-price-old {
    color: #a5a5a5;
    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;
}


.product-item-info-container-title {
    font-size: 12px;
}

.bx-touch .product-item-info-container.product-item-touch-hidden {
    display: none !important
}

.bx-touch .product-detail-sales-slider .product-item-info-container.product-item-hidden,
.bx-no-touch .product-detail-sales-slider .product-item-container.hover .product-item-info-container.product-item-hidden {
    display: block;
    opacity: 1;
    top: 0;
    z-index: 1;
}

/*Amount*/
.product-item-amount {
    text-align: center;
}

.product-item-amount-field-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #fff;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    opacity: 1 !important;
}

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover {
    background: #fff;
}

.product-item-amount-field-btn-plus:active,
.product-item-amount-field-btn-minus:active {
    background: #fff;
}

.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: .5 !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: #fff;
}

.product-item-amount-field-btn-plus:after {
    content: '\f067';
    font-size: 12px;
    font-family: FontAwesome;
    color: var(--main_font_color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: .8;
}

.product-item-amount-field-btn-minus:after {
    content: '\f068';
    font-size: 12px;
    font-family: FontAwesome;
    color: var(--main_font_color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: .8;
}

.product-item-quantity-block {
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #1d5027;
    border-radius: 25px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after {
    opacity: 1;
    font-size: 12px;
}

.product-item-amount-field-container .count_input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    border-left: 0px;
    border-right: 0px;
    height: 26px;
    margin: 0px;
}

.product-item-amount-field {
    display: inline-block;
    padding: 0 5px;
    width: auto;
    max-width: 34px;
    min-width: 34px;
    height: 100%;
    border: 0;
    background: transparent !important;
    color: var(--main_font_color);
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
}

.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;
    line-height: 15px;
    padding-left: 10px;
    position: relative;
    color: #5FA800;
}

.product-item-quantity:before {
    position: absolute;
    left: 0;
    top: 6px;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #5FA800;
    border-radius: 50%;
}

/*region Properties */
.product-item-properties {
    display: block;
    margin: 0;
}

.product-item-properties dl {
    clear: both;
}

.product-item-properties dt {
    float: left;
    clear: both;
    font-weight: normal;
    font-size: 12px;
}

.product-item-properties dd {
    float: right;
    margin-bottom: 3px;
    margin-left: 5px;
    font-size: 12px;
}

/*endregion*/

/*Compare*/
.product-item-compare-container {
    position: relative;
    display: none;
    margin: 0 -15px;
    padding: 4px 15px;
    min-height: 30px;
    border-top: 1px solid #e6e6e6;
    background: #f3f3f3;
    -webkit-box-shadow: inset 0 1px 1px 0 #eee;
    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;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
}

.bx-touch .product-item-compare-container {
    display: none;
}

.product-item-line-card .product-item-compare-container,
.product-detail-sales-slider .product-item-container.hover .product-item-compare-container {
    display: block;
}

.product-item-compare .checkbox {
    margin: 0;
    padding: 0;
}

/* SCU */
.product_item_sku {
    width: 100%;
}

.bx-no-touch .product-item-container.hover .product_item_sku,
.bx-no-touch .product-item-container:hover .product_item_sku,
.bx-touch .product-item-info-container.product-item-hidden .product_item_sku {
    z-index: 1;
}

.bx-touch .product-item-info-container.product-item-hidden .product_item_sku {
    position: relative;
}

.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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    padding-left: 0;
    max-width: 100%;
}

.product-item-scu-item-text-container {
    min-width: 32px;
}


.product-item-scu-item-color-block {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}




.product-item-scu-item-color-block.product-item-scu-item .product-item-scu-item-color {
    position: relative;
    top: 0;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    margin-right: 10px;
}

.product-item-scu-item-text-block {
    position: relative;
    padding: 2px 5px;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    border-radius: 3px;
}



.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    border-width: 1px;
}


.product-item-scu-item-text {
    overflow: hidden;
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    -o-text-overflow: ellipsis;
    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;
    border-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block.product-item-scu-item:after {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background: rgba(255, 255, 255, 0.75);
    background-size: 10px;
    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 {
    border-color: var(--main_color);
}

/*Description*/
.product-item-description-container {}

.product-item-description-container p {
    color: #575757;
    font-size: 13px;
}



.wrapper-select-block {
    /* размер и позиционирование */
    position: relative;
    width: 100%;
    padding: 5px 10px;
    /*Общие стили */
    background: #fff;
    border: 1px solid #d2d2d2;
    color: #000;
    outline: none;
    cursor: pointer;
    /* Настройки шрифтов */
    border-radius: 3px;
    font-size: 14px;
}

.wrapper-select-block:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent #555;
}

@media (max-width: 1024px) {
    .wrapper-select-block:after {
        right: 8px;
    }
}

.product-item-scu-list .select-val {
    display: none;
}

.product-item-scu-list.wrapper-select-block .select-val {
    display: block;
    font-size: 12px;
}

.wrapper-select-block .select-block {
    /* размер и позиция */
    position: absolute;
    top: 100%;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    padding: 0;
    left: -1px;
    /* Size */
    right: -1px;
    /* Size */

    /* Стили */
    background: #fff;
    font-weight: normal;
    opacity: 0;
    pointer-events: none;
    max-height: 84px;
    display: block;
    z-index: 2;
}

.wrapper-select-block .select-block li {
    display: block;
    padding: 0;
}

.wrapper-select-block .select-block li .product-item-scu-item {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 10px;
    border: 0;
    border-radius: 0;
    align-items: center;
}

.wrapper-select-block .select-block li .product-item-scu-item span {
    font-size: 12px;
}

.wrapper-select-block .select-block li.selected .product-item-scu-item {
    background-color: rgba(185, 69, 96, .3);
}

.wrapper-select-block .select-block li .select-item {
    text-align: left;
    font-size: 12px;
}

/* Состояние при наведении курсора */
.wrapper-select-block .select-block li:hover .product-item-scu-item {
    background: #f3f8f8;
}

/* активное состояние */
.wrapper-select-block.active .select-block {
    opacity: 1;
    pointer-events: auto;
}

.wrapper-select-block.active:after {
    border-color: #555 transparent;
    border-width: 6px 6px 0 6px;
    margin-top: -3px;
}

.wrapper-select-block.active {
    border-radius: 3px 3px 0 0;
}




/*Buttons*/
.product-item-button-container {
    width: 100%;
}

.product-item-button-container .btn.btn-link {
    color: #ff0000;
    cursor: default;
    width: 100%;
    border: 2px solid #ff0000;
    border-radius: 25px;
    height: 40px;
}

.product-item-button-container .btn.btn-link:hover {
    text-decoration: none;
}

.btn.product-item-detail-buy-button,
.product_item__cart .basket_icon {
    font-weight: normal;
    font-size: 14px;
    background-color: var(--main_color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    white-space: nowrap;
    width: 100%;
}

.btn.product-item-detail-buy-button:hover,
.product_item__cart .basket_icon:hover {
    color: #fff;
    background-color: var(--main_color_hover);
}

.btn.product-item-detail-buy-button:active,
.product_item__cart .basket_icon:active {
    background-color: var(--main_color_active);
    color: #fff;
}

.btn.product-item-detail-buy-button:focus,
.product_item__cart .basket_icon:focus {
    background-color: var(--main_color_active);
    color: #fff;
}

.btn.offers-item-link {
    font-weight: normal;
    font-size: 14px;
}

.btn.offers-item-link .fa {
    margin-left: 5px;
    font-size: 14px;
    font-weight: normal;
}

.basket_icon span {
    display: inline-block;
    vertical-align: middle;
}

.product_card_detail .special_offer .product-item-image-wrapper {
    padding-top: 180px;
}

.product_card_detail .product_item__cart .basket_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product_item__cart .offers-item-link {
    font-weight: normal;
    font-size: 14px;
    background-color: var(--main_color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    position: relative;
}

.product_item__cart .offers-item-link:hover {
    background-color: var(--main_color_hover);
    color: #fff;
}

.product_item__cart .offers-item-link:active,
.product_item__cart .offers-item-link:focus {
    background-color: var(--main_color_active);
    color: #fff;
}

.product_item__cart .offers-item-link span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.product_item__cart .offers-item-link .fa-angle-right {
    width: 18px;
    line-height: 1;
    font-size: 14px;
    position: relative;
    top: -1px;
}

.mini-quantity-btn-slider .product_item__cart .offers-item-link,
.mini-quantity-btn-slider .product_item__cart .basket_icon.btn-not-avaliable {
    padding-left: 9px;
    padding-right: 9px;
}

.product_item__cart .basket_icon.btn-not-avaliable .img_basket {
    background: none;
    font-size: 16px;
    line-height: 18px;
}

@media (min-width: 1024px) {
    .product_item__cart .basket_icon.btn-not-avaliable .img_basket {
        background: none;
        font-size: 16px;
        line-height: 1;
        margin-right: 5px;
        position: relative;
        top: -1px;
    }

    .basket_icon span {
        line-height: 1;
    }
}


/*Stickers*/
.product-item-sticker,
.product-item-sticker-round {
    display: none;
}

/*More*/
.product-item-more-container {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 15px 5px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 2px;
}

.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;
}

.bx-touch .product-item-more,
.product-detail-sales-slider .product-item-container.hover .product-item-more,
.product-detail-sales-slider .product-item-container:hover .product-item-more {
    opacity: 1;
}

.product-item-more-title {
    overflow: hidden;
    text-align: center;
    -o-text-overflow: ellipsis;
    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;
}


@media (max-width: 1024px) {
    .product-item-amount-field-btn-minus {
        border-right: 0px;
    }

    .product-item-amount-field-container .count_input {
        border-left: 0px;
    }

    .product-item-amount-field-btn-plus {
        border-left: 0px;
    }

    .product-item-container .product_item .article {
        position: absolute;
        top: 10px;
    }

    .slider .owl-stage-outer {
        padding-bottom: 10px;
    }

    .slider {
        margin-bottom: 0;
    }

    .fast_view {
        display: none !important;
    }

    .product_item_img:hover .product-item-image-wrapper {
        opacity: 1;
    }

    .product_item_sku {
        margin-top: 0;
    }

    .slider-viewed .product_item__cart .basket_icon .img_basket,
    .catalog-products-viewed-container .product_item__cart .basket_icon span {
        display: inline-block;
    }

    .slider .product-item-container,
    .slider-viewed .product-item-container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .product_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .product_item_img,
    .product_item_name_box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: 55%;
    }

    .product_item_img {
        padding: 10px 0;
        max-width: 45%;
    }

    .product-item-container .product_item .to_favorites {
        top: auto;
        width: 30px;
        height: 30px;
        bottom: 0px;
        left: 0;
        right: 0px;
        top: 0px;
        position: relative;
        margin-left: 0px;
    }

    .product-item-image-wrapper {
        margin-bottom: 0;
        padding-top: 150px;
    }

    .product-item-image-original,
    .product-item-image-alternative {
        width: 95%;
        height: 95%;
    }

    .product-item-image-slider-control-container {
        display: none;
    }

    .product_item_title .name,
    .product_card_detail .special_offer .product_item_title .name {
        white-space: normal;
        padding: 0;
        padding-left: 0px;
        max-height: 42px;
        height: 28px;
        font-size: 14px;
        line-height: 1.2;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .product_item__price .price-unit {
        display: inline;
        margin-left: 3px;
    }

    .product_item__price .old_price,
    .product_item_name_box {
        position: relative;
    }

    .product_item_buy_box .btn-block-col {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        padding-left: 5px !important;
        padding-right: 5px;
        margin-bottom: 5px;
    }

    .product_item__cart .basket_icon span {
        font-size: 12px;
    }

    .mini-quantity-btn-slider .product_item__cart .basket_icon .img_basket,
    .mini-quantity-btn-slider .product_item__cart .offers-item-link .fa,
    .mini-quantity-btn-slider .product_item__cart .basket_icon span,
    .mini-quantity-btn-slider .product_item__cart .offers-item-link span {
        display: inline-block;
        vertical-align: middle;
    }

    .product_item__cart .basket_icon .img_basket,
    .slider-viewed .product_item__cart .basket_icon .img_basket,
    .mini-quantity-btn-slider .product_item__cart .basket_icon .img_basket,
    .mini-quantity-btn-slider .product_item__cart .offers-item-link .fa {
        margin-right: 0px;
    }

    .product_item_buy_box {
        padding-top: 0px;
        padding-left: 0px;
    }

    .product-item-amount-field-container {
        padding-right: 0;
    }

    .product-item-amount-field-container .count_input {
        margin: 0px;
        border-radius: 0px;
        height: 36px;
    }

    .product-item-amount-field-btn-minus:after {
        content: '\f068';
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: var(--main_font_color);
        font-size: 12px;
        line-height: 1;
    }

    .product-item-amount-field-btn-plus:after {
        content: '\f067';
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: var(--main_font_color);
        font-size: 12px;
        line-height: 1;
    }

    .product-item-label-ring.product-item-label-small,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
        font-size: 14px;
        line-height: 17px;
    }

    .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: 36px;
        height: 36px;
        font-size: 11px;
        line-height: 36px;
    }

    .product-item-big-card .product-item-label-ring.product-item-label-big {
        width: 70px;
        height: 70px;
        font-size: 24px;
        line-height: 70px;
    }

    .product-detail-sales-slider .product_item__price .price-unit {
        font-size: 11px;
        font-weight: normal;
        color: #919191;
    }

    .product-detail-sales-slider .product_item__price .price {
        font-size: 16px;
    }

    .product_card_detail .special_offer .product-item-image-wrapper {
        padding-top: 150px;
    }

    .product-detail-sales-slider .product_item__price .old_price {
        display: block;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .product_item__price .to_favorites {
        bottom: 0;
        right: 0;
    }

    .product_item_wrapper_img {
        height: 200px;
        line-height: 200px;
    }

    .product_item_wrapper_img .product_item_img-bg {
        max-height: 156px;
    }
}

.product_item_buy_box {
    position: relative;
}

@media (min-width: 1025px) {
    .product_item_buy_box {
        position: absolute;
        bottom: 0px;
        left: 0px;
    }
}

.product-item-container .product_item__cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    left: 0px;
    visibility: visible;
    width: 100%;
    top: 0px;
    opacity: 1;
}

.product-item-container.hover .product_item__cart {
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.product_item_subtitle {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0;
    overflow: hidden;
    height: 19px;
    background-color: #fff;
    z-index: 1;
    position: relative;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    margin-bottom: 1px;
    line-height: 18px;
}

.product_item_subtitle a {
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: var(--main_font_color);
    font-weight: bold;
    margin: 0px;
    text-align: left;
}

.product_item_subtitle a:hover {
    border-color: transparent;
}

@media (max-width: 1024px) {
    .product_item_subtitle p {
        text-align: center;
    }

    .product_item_subtitle {
        padding-right: 0px;
    }
}

@media (max-width: 900px) {
    .product_item_subtitle {
        padding-left: 0px;
    }

    .product_item_subtitle p {
        text-align: center;
    }
}

.fa-star {
    margin-left: 5px;
    color: #c5c5c5;
    font-size: 14px;
}

.fa-star:first-child {
    margin-left: 0px;
}

.fa.fa-star.active {
    color: #FFA511;
}

.product-item-container .product_item .article {
    position: relative;
    font-size: 12px;
    line-height: 1;
    color: #808080;
    top: 0px;
}

.product-item-container .product_item .article .article_count {
    left: -58px;
    position: relative;
    top: 0px;
    line-height: 1;
}

.product-item-container.hover .product_item .article .article_count {
    position: relative;
    left: 0px;
    top: 0px;
}

.product-item-container .product_item .article .article_title {
    position: relative;
    left: -100px;
    visibility: hidden;
    top: 0;
}

.product-item-container.hover .product_item .article .article_title {
    visibility: visible;
    left: 0;
    position: relative;
    top: 0;
}

.product-item-container:hover .product_item .article .article_title {
    visibility: visible;
    left: 0;
    position: relative;
    top: 0;
}

.product-item-container:hover .product_item .article .article_count {
    position: relative;
    left: 0px;
    top: 0px;
}

@media (max-width: 1024px) {
    .product-item-container .product_item .article {
        position: absolute;
        top: 10px;
        z-index: 11;
    }

    .product_item_name_box .product_item_title {
        text-align: left;
    }

    .product-item-container .product_item .article .article_title {
        left: 0;
        visibility: visible;
    }

    .product-item-container .product_item .article .article_count {
        left: 0;
    }

    .product-item-container .product_item__cart {
        left: 0;
        position: relative;
        visibility: visible;
    }

    .recipes_block_wrapper {
        margin-bottom: 15px;
    }
}

.product-item-container.hover .product-item {
    z-index: 999;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .bx-touch .product-item-container {
        min-height: 100%;
        height: 100%;
    }

    .product-item-container .product-item {
        min-height: 100%;
    }

    .product_item__icons {
        position: absolute;
        right: auto;
        top: auto;
        bottom: 0;
        left: 0;
        z-index: 100;
        padding: 0px 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
        border-radius: 14px;
    }

    .product-item-container .product_item .to_compare {
        width: 30px;
        height: 30px;
        position: relative;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 11;
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-item-image-slider-slide-container img,
    .product-item-image-alternative img {
        max-height: 80%;
    }

    .product_item__price .price {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .product-item-amount-field-btn-minus {
        border-right: 0px;
    }
}

@media (max-width: 900px) {
    .product-item-amount-field-btn-minus {
        border-right: 0px;
    }

    .product-item-image-slider-slide-container {
        width: 95%;
        height: 95%;
        top: 15px;
    }

    .product_card_detail .product_item__cart .basket_icon .img_basket {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 1024px) and (max-width: 1365px) {
    .product-item-amount-field-btn-minus {
        border-right: 0px;
    }

    .description_block:not(:last-child) {
        margin-right: 15px;
    }
}

.main-button-container .btn {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-button-container .btn:hover {
    background-color: var(--main_color_hover) !important;
    color: #fff !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.main-button-container .btn:focus,
.main-button-container .btn:active {
    background-color: var(--main_color_active) !important;
    color: #fff !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn.disabled {
    background-color: transparent !important;
}

.btn.disabled:hover {
    background-color: transparent !important;
}

@media (max-width: 900px) {
    .sale-products-gift .product_item {
        margin-bottom: 10px;
    }

    .product_item__ico {
        background-color: transparent;
    }

    .col-md-10.catalog__content.pr-3 {
        padding-right: 0px !important;
    }

    .product_card__title .col {
        padding-left: 0px !important;
    }

    .product-detail-byu-container .basket_icon .img_basket,
    .product-detail-byu-container .btn.product-item-detail-buy-button .img_basket {
        display: none;
    }

    .product_item__icons {
        opacity: 1;
    }
}

.basket_icon.btn.btn-not-avaliable {
    position: relative;
    color: #f00;
    cursor: default;
    background-color: #ffffff;
    border: 2px solid #f00;
    width: 100%;
    left: 0px;
    padding: 12px 6px;
}

.basket_icon.btn.btn-not-avaliable:before {
    border-radius: 50%;
    position: absolute;
    content: '';
    width: 52px;
    height: 52px;
    background-image: url("data:image/svg+xml,%3csvg width='52' height='52' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='52' height='52' fill='none' rx='100' ry='100' stroke='%23DBDBDBFF' stroke-width='3' stroke-dasharray='4%2c 6' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    transform-origin: center;
}

.basket_icon.btn.btn-not-avaliable:hover:before {
    animation: none;
}

.basket_icon.btn.btn-not-avaliable .not_avaliable_icon svg {
    position: relative;
    left: 1px;
    top: 1px;
}

.basket_icon.btn.btn-not-avaliable .not_avaliable_icon {
    line-height: 1;
}

.basket_icon.btn.btn-not-avaliable:active,
.basket_icon.btn.btn-not-avaliable:focus {
    box-shadow: none;
}

.sale-products-gift {
    padding: 0;
    margin-bottom: 5px;
}

.sale-products-gift .product-item-container {
    padding-left: 5px;
    padding-right: 5px;
}

@media (max-width: 900px) {
    .product_item_name_box .rating_item {
        margin-bottom: 10px;
    }

    .sale-products-gift {
        padding: 0px;
    }
}

/* Активные иконки выезжающие справа */

.product-icon-action {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    display: flex;
}

.product-icon-action .add-wishlist,
.product-icon-action .add-to-compare {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.product-icon-action .add-wishlist .active svg {
    fill: var(--main_color);
}

.product-icon-action .add-to-compare .active svg path {
    stroke: var(--main_color);
}

.product-icon-action .add-wishlist svg,
.product-icon-action .add-to-compare svg path {
    transition: .3s;
}

.product-icon-action .add-wishlist:hover svg {
    fill: var(--main_color);
}

.product-icon-action .add-to-compare:hover svg path {
    stroke: var(--main_color);
}

.wishlist_link svg {
    position: relative;
}

.product-icon-action .add-to-compare {
    margin-right: 10px;
}

.btn.btn-primary.offers-item-link {
    position: relative;
}

@media (max-width: 1024px) {
    .btn.btn-primary.offers-item-link {
        top: 0;
    }

    .price-block-col {
        -ms-flex: 0 0 30% !important;
        flex: 0 0 30% !important;
        max-width: 30% !important;
        padding-left: 0px !important;
    }

    .product_item_name_box .product_item_title {
        margin-bottom: 10px;
    }

    .product_item_sku:first-child {
        margin-bottom: 5px;
    }

    .basket_icon.btn.btn-not-avaliable {
        padding-left: 10px;
        padding-right: 10px;
    }

    .scu_params_wrapper {
        height: 19px;
        padding-top: 0px;
    }

    .old_price span {
        position: relative;
        top: 0;
        font-size: 14px;
        line-height: 15px;
    }

    .product_item__price .price {
        font-size: 14px;
        line-height: 15px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .product_item__price .old_price,
    .product_item_name_box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .product-icon-action {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        right: auto;
        left: 15px;
        top: auto;
        bottom: 10px;
        width: 50px;
        padding: 0px;
    }

    .product-icon-action .add-wishlist,
    .product-icon-action .add-to-compare {
        opacity: 1;
        visibility: visible;
        transform: translateX(0px);
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0px;
        right: 0px;
        margin-bottom: 0px;
        width: 18px;
        height: 18px;
    }

    .product-icon-action .add-wishlist .wishlist_link,
    .product-icon-action .add-to-compare .compare_link {
        background-color: transparent;
    }

    .product-icon-action .add-to-compare .compare_link svg path {
        stroke: #9B9B9B;
    }

    .product-icon-action .add-wishlist .wishlist_link:before,
    .product-icon-action .add-to-compare .compare_link:before {
        content: none;
    }

    .product-icon-action .add-quick-view {
        display: none;
    }

    .rating_item .count_rating {
        display: none;
    }

    .product-icon-action .add-wishlist .wishlist_link:hover {
        background-color: transparent;
    }

    .product-icon-action .add-wishlist .wishlist_link.active {
        box-shadow: none;
        background-color: transparent;
        background: transparent;
    }

    .product-icon-action .add-wishlist .wishlist_link:active,
    .product-icon-action .add-wishlist .wishlist_link:focus {
        box-shadow: none;
        background-color: transparent;
        background: transparent;
    }

    .product-icon-action .add-to-compare .compare_link.active svg path {
        stroke: #FFBD39;
    }

    .product-icon-action .add-to-compare .compare_link:hover {
        background-color: transparent;
    }

    .product-icon-action .add-to-compare .compare_link.active {
        box-shadow: none;
        background-color: transparent;
        background: transparent;
    }

    .product-icon-action .add-to-compare .compare_link:active,
    .product-icon-action .add-to-compare .compare_link:focus {
        box-shadow: none;
        background-color: transparent;
        background: transparent;
    }

    .product-item-quantity-block {
        top: 0;
    }

    .product_item_buy_box {
        right: -10px;
        margin-right: 10px;
        left: 5px;
    }

    .product-icon-action .add-wishlist .wishlist_link:active:before,
    .product-icon-action .add-to-compare .compare_link:active:before,
    .product-icon-action .add-quick-view .quick_view_link:active:before,
    .product-icon-action .add-wishlist .wishlist_link:focus:before,
    .product-icon-action .add-to-compare .compare_link:focus:before,
    .product-icon-action .add-quick-view .quick_view_link:focus:before {
        content: none;
    }
}




/*styles from card-list*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.slider_wrapper .product-item-container,
.product__list .product-item-container {
    position: relative;
}

.product_item-link {
    display: block;
    color: var(--main_font_color);
    text-align: center;
}

.product_item_img {
    position: relative;
}

.product_item_table .product_item_img {
    padding-left: 55px;
    padding-right: 15px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.product_item_table {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    padding-right: 50px;
    overflow: hidden;
}

.product_item_table .product_item_title {
    margin-bottom: 8px;
}

.product_item_table .product_item_title .name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0px 0;
    overflow: hidden;
    height: 20px;
    background-color: #fff;
    z-index: 1;
    position: relative;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    font-size: 16px;
    line-height: 20px;
    color: var(--main_font_color);
}

@media (max-width: 1024px) {
    .product_item_table .product_item_title .name {
        font-size: 12px;
    }
}

.product_item_table .product_item_title:hover .name {
    color: var(--main_color_hover);
}

@media (min-width: 1024px) {
    .product_item_title .name {
        text-align: left;
    }
}

.product_item_table .scu_params_wrapper {
    height: 20px;
    padding-top: 0px;
    margin-bottom: 15px;
}

.product_item_table .product_item_buy_box {
    padding-top: 0px;
}

.product_item__price {
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
    line-height: 0;
}

.product_item__price .price-unit {
    font-size: 11px;
    color: var(--main_font_color);
    font-weight: normal;
}

.favour__list .price-unit {
    font-size: 13px;
    color: var(--main_font_color);
    font-weight: normal;
    position: absolute;
}

.product_item__price .old_price span i {
    margin-left: 3px;
}

.product_item__price .price span i {
    margin-left: 3px;
}

.product_item__price .old_price {
    font-size: 18px;
    color: #8B8B8B;
    position: relative;
    line-height: 1;
    width: 100%;
}

.product_item_table .old_price span {
    position: relative;
    display: inline-block;
    padding: 0 2px;
    font-weight: 500;
    color: #8B8B8B;
    font-size: 18px;
    line-height: 22px;
    left: 0;
    top: 0px;
}

.old_price span:before,
.bx_item_price .old:before {
    content: '';
    display: block;
    position: absolute;
    width: 110%;
    height: 1px;
    border-top: solid 1px rgba(143, 143, 143, .9);
    top: 0;
    bottom: 0;
    left: -2px;
    margin: auto;
}

.favour__list {
    margin-left: -10px;
    margin-right: -10px;
}

.slider .product-item-container {
    width: 100%;
    max-width: 100%;
}

.bx-touch .product-item-container {
    height: auto;
}

.main-slider .product_item {
    width: 100%;
    max-width: 100%;
}

.main-slider .product_item {
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 24px;
    overflow: hidden;
}

.basket-item-list .close-btn {
    width: 11px;
    height: 11px;
    right: 10px;
    top: 10px;
}

.basket-item-list .product_item_name_box {
    font-size: 12px;
    height: auto;
    padding: 0;
    padding-bottom: 5px;
}

.basket-item-list .product_item__price .old_price {
    position: relative;
    bottom: auto;
    font-size: 11px;
}

.basket-item-list .product_item__price .price {
    font-size: 12px;
}

.basket-item-list .close-btn:before,
.basket-item-list .close-btn:after {
    width: 100%;
    top: 5px;
    left: 0;
}

.catalog__list-wrapper .product_item_img:hover {
    -webkit-box-shadow: 0 0 10px rgba(53, 53, 53, 0.15);
    box-shadow: 0 0 10px rgba(53, 53, 53, 0.15);
    z-index: 150;
}

.product_item_wrapper_img {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 250px;
    line-height: 250px;
    text-align: center;
}

.product_item_img:hover .product-item-image-wrapper {
    opacity: 1;
}

.product_item_wrapper_img .product_item_img-bg {
    width: auto;
    height: auto;
    max-width: 95%;
    max-height: 206px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.product_item__icons {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}

.product-item-container.hover .product_item__icons {
    opacity: 1;
}

.product-item-container:hover .product_item__icons {
    opacity: 1;
}

.to_compare {
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.product_item__price .product-item-info-container {
    position: absolute;
    bottom: 10px;
    right: 5px;
    z-index: 100;
    cursor: pointer;
    margin-bottom: 0;
}

.product_item__ico {
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    position: relative;
}

.product_item__ico a {
    display: block;
}

.favour__list .product_item__price .favour-in {
    display: none;
}

.fast_view.btn-primary {
    z-index: -1;
    opacity: 0;
    position: absolute;
    width: 170px;
    height: 46px;
    left: 0;
    right: 0;
    top: 45px;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    color: var(--main_font_color) !important;
}

.fast_view.btn-primary:hover {
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    background-color: #fff !important;
    color: var(--main_font_color) !important;
}

.fast_view.btn-primary:active,
.fast_view.btn-primary:focus {
    background-color: #fff !important;
    color: var(--main_font_color) !important;
}

.bx-no-touch .product-item-container.hover .product_item_table,
.bx-no-touch .product-item-container:hover .product_item_table {
    position: relative;
    right: auto;
    left: auto;
    width: auto;
}

.bx-no-touch .product-item-container.hover .product-item {
    left: auto;
    right: auto;
}

.bx-no-touch .product-item-container .product-item {
    transition: .3s;
}

.bx-no-touch .product-item-container:hover .product-item {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.bx-no-touch .product__list .product-card .product-item-container.hover .product_item_table,
.bx-no-touch .product__list .product-card .product-item-container:hover .product_item_table {
    right: auto;
    left: auto;
}

.bx-touch .product_item_table {
    width: auto;
    background: #fff;
}

.bx-touch .product-item-info-container {
    height: auto;
}


.product_item .product_item_img:hover .fast_view {
    opacity: 1;
    z-index: 150;
}

.bx-no-touch .product-detail-sales-slider .product-detail-sales-slider .product-item-container.hover .product_item_table,
.bx-no-touch .product-detail-sales-slider .product-detail-sales-slider .product-item-container:hover .product_item_table {
    position: absolute;
    right: -15px;
    left: -15px;
    padding: 15px 15px 0;
    width: auto;
    border-color: transparent;
    -webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 7px 10px 0 rgba(0, 0, 0, .19);
}

.product-detail-sales-slider .bx-touch .product_item_table {
    padding: 15px 0 0;
    width: auto;
    background: #fff;
}


/*Image*/
.product_item_table .product-item-image-wrapper {
    position: relative;
    display: block;
    margin-bottom: 25px;
    width: 30%;
    min-width: 130px;
    max-height: 130px;
    height: 100%;
    min-height: 130px;
    max-height: 130px;
    padding: 0px;
}

.product-detail-sales-slider .product-detail-sales-slider .product-item-container.hover.product-item-scalable-card .product-item-image-wrapper {
    padding-top: 54%;
}

.product__list .product-card .product-item-container .product-item-image-wrapper {
    padding-top: 180px;
}

.product__list .product-card .product-item-container .product-item-image-slider-slide-container,
.product__list .product-card .product-item-container .product-item-image-original,
.product__list .product-card .product-item-container .product-item-image-alternative {
    max-height: 220px;
}

.product-item-image-original,
.product-item-image-alternative {
    position: absolute;
    top: 25px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 200px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 1024px) {

    .product-item-image-original,
    .product-item-image-alternative {
        top: 0px;
    }
}

.product-item-image-original {
    z-index: 0;
}

.product-item-image-alternative {
    z-index: 0;
    opacity: 0;
}

.product-item-big-card .product-item-image-wrapper {
    margin-bottom: 25px;
}

/*Image Slider*/
.product-item-image-slider-slide-container {
    position: absolute;
    top: 23px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-height: 150px;
}

@media (max-width: 1024px) {
    .product-item-image-slider-slide-container {
        top: 0px;
    }
}

.product-item-image-slide {
    position: relative;
    display: none;
    height: 100%;
    background-color: #fff;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .product-item-image-slide {
        -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;
    top: 100%;
    left: 0;
    z-index: 1;
    display: block;
    padding: 0;
    text-align: center;
}

.product-detail-sales-slider .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;
    margin: 0 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid var(--main_color);
    cursor: pointer;
}

.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(--main_color);
}

/*Label*/
.product-item-label-text,
.product-item-label-ring {
    position: absolute;
}

.product-item-label-text span,
.product-item-label-ring {
    display: flex;
    justify-content: center;
    align-items: center;
    clear: both;
    margin-bottom: 2px;
    color: #fff;
    font-weight: 600;

    line-height: 1;
    vertical-align: middle;
    text-align: center;
    background-color: #FF7A2F;
    border-radius: 50%;
    width: 34px;
    height: 34px;
}

.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;
}

.product-detail-slider .product_item .product-item-label-right {
    left: auto !important;
}

/* TEXT */
.product-item-label-text span {
    padding: 2px 5px;
    vertical-align: middle;
    font-weight: bold;
}

@media (max-width: 767px) {
    .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;

        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;
    }
}

/*RING*/

.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: 50px;
    font-size: 18px;
    line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
    width: 120px;
    height: 120px;
    font-size: 42px;
    line-height: 120px;
}


.product-item-label-top {
    top: 0px;
}

.product-item-label-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product-item-label-center>div {
    text-align: center;
}

.product-item-label-left {
    left: -20px;
}

.product-item-label-ring.product-item-label-left {
    left: -5px;
}

.product-item-label-left>div {
    text-align: left;
}

.product-item-label-bottom {
    bottom: 0px;
}

@media (max-width: 1024px) {
    .product-item-label-bottom {
        bottom: 15px;
    }
}

.product-item-label-middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-item-label-ring.product-item-label-right {
    right: -5px;
}

.product_item_table .product-item-label-ring.product-item-label-right {
    position: absolute;
}

.product_item_table .product-item-label-ring.product-item-label-right span {
    position: absolute;
}

.product-item-label-right>div {
    text-align: right;
}

.product_item_table.product_item .product-item-label-ring.product-item-label-right {
    right: -15px;
    top: -15px;
    width: 40px;
    height: 20px;
    left: auto;
    bottom: auto;
}

.product-item-label-center.product-item-label-middle {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*Title*/
.product-item-title {
    overflow: hidden;
    margin: 0;
    padding: 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
}

.bx-touch .product-item-title,
.product-detail-sales-slider .product-item-container.hover .product-item-title {
    overflow: auto;
    white-space: normal;
}

.product-item-title a {
    color: #3f3f3f;
    text-decoration: none;
}

.product-item-line-card .product-item-title {
    white-space: normal;
    text-align: left;
}

.product-item-big-card .product-item-title a {
    font-size: 21px;
}

.product-item-line-card .product-item-title a {
    font-size: 20px;
}

@media (max-width: 1199px) {
    .product-item-big-card .product-item-title a {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .product-item-big-card .product-item-title a {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .product-item-big-card .product-item-title a {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .product-item-big-card .product-item-title a {
        font-size: 16px;
    }
}

/*Price*/
.product-item-price-container {
    text-align: center;
    line-height: 1;
}

.product-item-price-current {
    color: #3f3f3f;
    white-space: nowrap;
    font-weight: bold;
    font-size: 13px;
}

.product-item-price-old {
    color: #a5a5a5;
    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;
}


.product-item-info-container-title {
    font-size: 12px;
}

.bx-touch .product-item-info-container.product-item-touch-hidden {
    display: none !important
}

.bx-touch .product-detail-sales-slider .product-item-info-container,
.bx-no-touch .product-detail-sales-slider .product-item-container.hover .product-item-info-container {
    display: block;
    opacity: 1;
    top: 0;
    z-index: 1;
}

/*Amount*/
.product-item-amount {
    text-align: center;
}

.product_item_buy_box .product-item-amount-field-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover {
    background: #fff;
}

.product-item-amount-field-btn-plus:active,
.product-item-amount-field-btn-minus:active {
    background: #fff;
}

.product_item_buy_box .product-item-amount-field-btn-plus:after,
.product_item_buy_box .product-item-amount-field-btn-minus:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: .8;
}

.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: .5 !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: #fff;
}

.product_item_buy_box .product-item-amount-field-btn-plus:after {
    content: '\f067';
    font-size: 12px;
    font-family: FontAwesome;
    color: var(--main_color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product_item_buy_box .product-item-amount-field-btn-minus:after {
    content: '\f068';
    font-size: 12px;
    font-family: FontAwesome;
    color: var(--main_color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product_item_buy_box .product-item-amount-field-container .count_input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    border-left: 0px;
    border-right: 0px;
    height: 26px;
    margin: 0px;
}

.product_item_buy_box .product-item-amount-field {
    display: inline-block;
    padding: 0 5px;
    width: auto;
    max-width: 50px;
    min-width: 50px;
    height: 100%;
    border: 0;
    background: transparent !important;
    color: var(--main_font_color);
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
}

.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_table .product-item-amount-label-container {
    margin: 5px 0;
    color: #a5a5a5;
    font-weight: bold;
    font-size: 12px;
}

/**/
.product-item-quantity {
    font-size: 12px;
    line-height: 15px;
    padding-left: 10px;
    position: relative;
    color: #5FA800;
}

.product-item-quantity:before {
    position: absolute;
    left: 0;
    top: 6px;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #5FA800;
    border-radius: 50%;
}

/*region Properties */
.product-item-properties {
    display: block;
    margin: 0;
}

.product-item-properties dl {
    clear: both;
}

.product-item-properties dt {
    float: left;
    clear: both;
    font-weight: normal;
    font-size: 12px;
}

.product-item-properties dd {
    float: right;
    margin-bottom: 3px;
    margin-left: 5px;
    font-size: 12px;
}

/*endregion*/

/*Compare*/
.product-item-compare-container {
    position: relative;
    display: none;
    margin: 0 -15px;
    padding: 4px 15px;
    min-height: 30px;
    border-top: 1px solid #e6e6e6;
    background: #f3f3f3;
    -webkit-box-shadow: inset 0 1px 1px 0 #eee;
    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;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
}

.bx-touch .product-item-compare-container {
    display: none;
}

.product-item-line-card .product-item-compare-container,
.product-detail-sales-slider .product-item-container.hover .product-item-compare-container {
    display: block;
}

.product-item-compare .checkbox {
    margin: 0;
    padding: 0;
}

/* SCU */
.product_item_table .product_item_sku {
    position: relative;
    width: 100%;
    bottom: 0;
    z-index: 0;
}

@media (max-width: 1024px) {
    .product_item_table .product_item_sku {
        width: 80%;
    }
}

.bx-no-touch .product-item-container.hover .product_item_table .product_item_sku:first-child,
.bx-no-touch .product-item-container:hover .product_item_table .product_item_sku:first-child {
    margin-top: 0px;
    margin-bottom: 0px;
}

.bx-touch .product-item-info-container .product_item_sku {
    position: relative;
}

.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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}



.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: 2px 5px;
    border: 1px solid #d3d3d3;
    cursor: pointer;
    border-radius: 3px;
}


.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    border-width: 1px;
}


.product-item-scu-item-text {
    overflow: hidden;
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    -o-text-overflow: ellipsis;
    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;
    border-color: #d9d9d9 !important;
}

/*Description*/
.product-item-description-container {}

.product-item-description-container p {
    color: #575757;
    font-size: 13px;
}



.wrapper-select-block {
    /* размер и позиционирование */
    position: relative;
    width: 100%;
    padding: 5px 10px;
    /*Общие стили */
    background: #fff;
    border: 1px solid #D8D8D8;
    color: var(--main_font_color);
    outline: none;
    cursor: pointer;
    /* Настройки шрифтов */
    border-radius: 4px;
    font-size: 12px;
}

.product_item_table .wrapper-select-block:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent #555;
}

@media (max-width: 1024px) {
    .product_item_table .wrapper-select-block:after {
        right: 5px;
    }
}

.product-item-scu-list .select-val {
    display: none;
}

.product-item-scu-list.wrapper-select-block .select-val {
    display: block;
    font-size: 12px;
}


.wrapper-select-block .select-block li.selected .product-item-scu-item {
    background-color: rgba(185, 69, 96, .3);
}

.wrapper-select-block .select-block li .select-item {
    text-align: left;
    font-size: 12px;
}

/* Состояние при наведении курсора */
.wrapper-select-block .select-block li:hover .product-item-scu-item {
    background: #f3f8f8;
}

/* активное состояние */
.wrapper-select-block.active .select-block {
    opacity: 1;
    pointer-events: auto;
}

.wrapper-select-block.active:after {
    border-color: #555 transparent;
    border-width: 6px 6px 0 6px;
    margin-top: -3px;
}

.wrapper-select-block.active {
    border-radius: 3px 3px 0 0;
}



.product_card_detail .special_offer .product-item-image-wrapper {
    padding-top: 155px;
}

.product_card_detail .special_offer .product_item_title .name {
    font-size: 14px;
}

.product_card_detail .product_item__cart .basket_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product_item__cart .offers-item-link {
    background-color: var(--main_color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_item__cart .offers-item-link:hover {
    background-color: var(--main_color_hover);
    color: #fff;
}

.product_item__cart .offers-item-link:active,
.product_item__cart .offers-item-link:focus {
    background-color: var(--main_color_active);
    color: #fff;
}

.product_item__cart .offers-item-link span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.product_item__cart .offers-item-link .fa-angle-right {
    width: 18px;
    line-height: 1;
    font-size: 14px;
    position: relative;
    top: -1px;
}

.mini-quantity-btn-slider .product_item__cart .basket_icon span,
.mini-quantity-btn-slider .product_item__cart .offers-item-link span {
    /*display: none;*/
}

.mini-quantity-btn-slider .product_item__cart .basket_icon .img_basket,
.mini-quantity-btn-slider .product_item__cart .offers-item-link .fa {
    display: block;
    margin-top: 0;
    margin-right: 1px;
}

.mini-quantity-btn-slider .product_item__cart .offers-item-link,
.mini-quantity-btn-slider .product_item__cart .basket_icon.btn-not-avaliable {
    padding-left: 9px;
    padding-right: 9px;
}

.product_item__cart .basket_icon.btn-not-avaliable .img_basket {
    background: none;
    font-size: 16px;
    line-height: 18px;
}

@media (min-width: 1024px) {
    .product_item__cart .basket_icon.btn-not-avaliable .img_basket {
        background: none;
        font-size: 16px;
        line-height: 1;
        margin-right: 5px;
        position: relative;
        top: -1px;
    }

    .basket_icon span {
        line-height: 1;
    }
}


/*Stickers*/
.product-item-sticker,
.product-item-sticker-round {
    display: none;
}

/*More*/
.product-item-more-container {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 15px 5px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 2px;
}

.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;
}

.bx-touch .product-item-more,
.product-detail-sales-slider .product-item-container.hover .product-item-more,
.product-detail-sales-slider .product-item-container:hover .product-item-more {
    opacity: 1;
}

.product-item-more-title {
    overflow: hidden;
    text-align: center;
    -o-text-overflow: ellipsis;
    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;
}



@media (max-width: 1300px) {

    .product_item__cart .basket_icon span,
    .product_item__cart .basket_icon .img_basket {
        font-size: 0;
        margin-top: 0;
        margin-right: 0;
    }

    .product-item-amount-field-container {
        position: relative;
        padding-right: 29px;
    }

    .product-item-amount-field-btn-plus:after,
    .product-item-amount-field-btn-minus:after {
        line-height: 17px;
        font-family: FontAwesome;
        background: none;
    }

    .product-item-amount-field-btn-minus:after {
        content: '\f107';
    }

    .product-item-amount-field-btn-plus:after {
        content: '\f106';
    }
}

@media (max-width: 1024px) {
    .product-item-container .product_item .article {
        position: absolute;
        top: 10px;
    }

    .slider .owl-stage-outer {
        padding-bottom: 10px;
    }

    .slider {
        margin-bottom: 0;
    }

    .fast_view {
        display: none !important;
    }

    .product_item_img:hover .product-item-image-wrapper {
        opacity: 1;
    }

    .product_item_sku {
        margin-top: 0;
    }

    /*}*/

    .slider-viewed .product_item__cart .basket_icon .img_basket,
    .catalog-products-viewed-container .product_item__cart .basket_icon span {
        display: inline-block;
    }

    .slider .product-item-container,
    .slider-viewed .product-item-container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .product_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .product_item_img,
    .product_item_name_box {
        max-width: 55%;
    }

    .product_item_img {
        padding: 10px 0;
        max-width: 45%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .product-item-container .product_item .to_favorites {
        top: auto;
        width: 30px;
        height: 25px;
        bottom: 0px;
        left: 0;
        right: 0px;
        top: 0px;
        position: relative;
        margin-left: 0px;
    }

    .product-item-image-wrapper {
        margin-bottom: 0;
        padding-top: 110px;
    }

    .product-item-image-slider-control-container {
        display: none;
    }

    .product_item_title .name,
    .product_card_detail .special_offer .product_item_title .name {
        white-space: normal;
        margin: 0 0 5px;
        padding: 0;
        padding-left: 5px;
        max-height: 42px;
        height: 27px;
        font-size: 12px;
        line-height: 1.2;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .product_item__price .price-unit {
        display: inline;
        margin-left: 3px;
    }

    .product_item__price .old_price,
    .product_item_name_box {
        position: relative;
    }

    .product_item_buy_box .btn-block-col {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        padding-left: 0px !important;
        padding-right: 0px;
        margin-bottom: 5px;
    }

    .product_item__cart .basket_icon span {
        font-size: 14px;
        line-height: 1;
    }

    .mini-quantity-btn-slider .product_item__cart .basket_icon .img_basket,
    .mini-quantity-btn-slider .product_item__cart .offers-item-link .fa,
    .mini-quantity-btn-slider .product_item__cart .basket_icon span,
    .mini-quantity-btn-slider .product_item__cart .offers-item-link span {
        display: inline-block;
        vertical-align: middle;
    }

    .product_item__cart .basket_icon .img_basket,
    .slider-viewed .product_item__cart .basket_icon .img_basket,
    .mini-quantity-btn-slider .product_item__cart .basket_icon .img_basket,
    .mini-quantity-btn-slider .product_item__cart .offers-item-link .fa {
        margin-right: 0px;
    }

    .product-item-amount-field-container {
        padding-right: 0;
    }

    .product-item-amount-field-container .count_input {
        margin: 0px;
        border-radius: 0px;
        height: 36px;
    }

    .product-item-amount-field-btn-minus:after {
        content: '\f068';
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: var(--main_font_color);
        font-size: 12px;
        line-height: 1;
    }

    .product-item-amount-field-btn-plus:after {
        content: '\f067';
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: var(--main_font_color);
        font-size: 12px;
        line-height: 1;
    }

    .product-item-label-ring.product-item-label-small,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
        width: 30px;
        height: 30px;

        line-height: 30px;
    }

    .product-item-label-ring.product-item-label-right {
        left: auto;
        right: 10px;
    }

    .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: 36px;
        height: 36px;
        font-size: 11px;
        line-height: 36px;
    }

    .product-item-big-card .product-item-label-ring.product-item-label-big {
        width: 70px;
        height: 70px;
        font-size: 24px;
        line-height: 70px;
    }

    .product-detail-sales-slider .product_item__price .price-unit {
        font-size: 11px;
        font-weight: normal;
        color: #919191;
    }

    .product-detail-sales-slider .product_item__price .price {
        font-size: 16px;
    }

    .product_card_detail .special_offer .product-item-image-wrapper {
        padding-top: 150px;
    }

    .product-detail-sales-slider .product_item__price .old_price {
        display: block;
        text-align: center;
    }
}

.product_item_table .product_item_buy_box .product-item-quantity-block {
    margin-right: 0px;
}

.product_item_table .product_item_buy_box {
    position: relative;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
}

.product_item_table .product_item_name_box {
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
    padding: 0 15px;
    margin-top: 20px;
}

.product_item_table .product_item_buy_box {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.product-item-container .product_item__cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    left: 0px;
    visibility: visible;
    width: 100%;
    top: 10px;
    opacity: 1;
}

.product-item-container.hover .product_item__cart {
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.product_item_table .product_item_subtitle {
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 0px 0;
    overflow: hidden;
    height: 51px;
    background-color: #fff;
    z-index: 1;
    position: relative;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 15px;
    color: #8B8B8B;
}

.product_item_table .product_item_subtitle a {
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #8B8B8B;
    margin: 0px;
    text-align: left;
    border-bottom: none;
    border-bottom: 1px dashed #8B8B8B;
}

.product_item_table .product_item_subtitle a:hover {
    color: var(--main_color_hover);
    border-color: transparent;
}

@media (max-width: 1024px) {
    .product_item_subtitle p {
        text-align: center;
    }

    .product_item_subtitle {
        padding-right: 0px;
        padding-left: 5px;
    }
}

@media (max-width: 900px) {
    .product_item_subtitle {
        padding-left: 5px;
    }

    .product_item_subtitle p {
        text-align: center;
    }
}

.fa-star {
    margin-left: 5px;
    color: #c5c5c5;
    font-size: 14px;
}

.fa-star:first-child {
    margin-left: 0px;
}

.fa.fa-star.active {
    color: #FFA511;
}

.product-item-container .product_item .article {
    position: relative;
    font-size: 12px;
    line-height: 1;
    color: #808080;
    top: 0px;
}

.product-item-container .product_item .article .article_count {
    left: -58px;
    position: relative;
    top: 0px;
    line-height: 1;
}

.product-item-container.hover .product_item .article .article_count {
    position: relative;
    left: 0px;
    top: 0px;
}

.product-item-container .product_item .article .article_title {
    position: relative;
    left: -100px;
    visibility: hidden;
    top: 0;
}

.product-item-container.hover .product_item .article .article_title {
    visibility: visible;
    left: 0;
    position: relative;
    top: 0;
}

.product-item-container:hover .product_item .article .article_title {
    visibility: visible;
    left: 0;
    position: relative;
    top: 0;
}

.product-item-container:hover .product_item .article .article_count {
    position: relative;
    left: 0px;
    top: 0px;
}

@media (max-width: 1024px) {
    .product-item-container .product_item .article {
        position: absolute;
        top: 10px;
        z-index: 11;
    }

    .product_item_name_box .product_item_title {
        text-align: left;
    }

    .product-item-container .product_item .article .article_title {
        left: 0;
        visibility: visible;
    }

    .product-item-container .product_item .article .article_count {
        left: 0;
    }

    .product-item-container .product_item__cart {
        left: 0;
        position: relative;
        visibility: visible;
    }

    .recipes_block_wrapper {
        margin-bottom: 15px;
    }
}

.product-item-container.hover .product-item {
    z-index: 999;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .bx-touch .product-item-container {
        min-height: 100%;
        height: 100%;
        margin-bottom: 15px;
    }

    .product-item-container .product-item {
        min-height: 100%;
    }

    .product_item__icons {
        position: absolute;
        right: auto;
        top: auto;
        bottom: 0;
        left: 0;
        z-index: 100;
        padding: 0px 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
        border-radius: 14px;
    }

    .product-item-container .product_item .to_compare {
        width: 30px;
        height: 30px;
        position: relative;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 11;
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 900px) {
    .product-item-image-slider-slide-container {
        width: 95%;
        height: 95%;
    }

    .product_card_detail .product_item__cart .basket_icon .img_basket {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 1024px) and (max-width: 1365px) {
    .description_block:not(:last-child) {
        margin-right: 15px;
    }
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: var(--main_font_color) !important;
    background-color: #fff !important;
}

.nav-tabs .nav-link,
.nav-tabs .nav-item .nav-link {
    color: rgba(71, 71, 71, .5);
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-item .nav-link:hover {
    color: var(--main_font_color);
}

.main-button-container .btn {
    background-color: var(--main_color) !important;
    color: #fff !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-button-container .btn:hover {
    background-color: var(--main_color_hover) !important;
    color: #fff !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.main-button-container .btn:focus,
.main-button-container .btn:active {
    background-color: var(--main_color_active) !important;
    color: #fff !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

@media (max-width: 900px) {
    .sale-products-gift .product_item {
        margin-bottom: 10px;
    }

    .product_item__ico {
        background-color: transparent;
    }

    .col-md-10.catalog__content.pr-3 {
        padding-right: 0px !important;
    }

    .product_card__title .col {
        padding-left: 0px !important;
    }

    .product-detail-byu-container .basket_icon .img_basket,
    .product-detail-byu-container .btn.product-item-detail-buy-button .img_basket {
        display: none;
    }

    .product_item__icons {
        opacity: 1;
    }
}

.basket_icon.btn.btn-not-avaliable.with_border .border_svg .rect {
    stroke: #DBDBDB;
}

.basket_icon.btn.btn-not-avaliable.with_border:before {
    content: none;
}

.basket_icon.btn.btn-not-avaliable:hover:before {
    animation: none;
}

.sale-products-gift {
    padding: 0px;
}

.sale-products-gift .product-item-container {
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
}

@media (max-width: 900px) {
    .product_item_name_box .rating_item {
        margin-bottom: 10px;
    }
}

/* Активные иконки выезжающие справа */

.product_item_table .product-icon-action {
    position: absolute;
    top: 0px;
    left: 14px;
    right: auto;
    padding: 13px 0;
    z-index: 10;
    height: 100%;
}

.product_item_table .product-icon-action .add-wishlist,
.product_item_table .product-icon-action .add-to-compare,
.product_item_table .product-icon-action .add-quick-view {
    transform: translateX(-30px);
    opacity: 0;
    visibility: hidden;
    margin-bottom: 30px;
    -webkit-transition: opacity .3s, transform .3s;
    -o-transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s;
}

.product_item_table:hover .product-icon-action .add-wishlist,
.product_item_table:hover .product-icon-action .add-to-compare,
.product_item_table:hover .product-icon-action .add-quick-view {
    transform: none;
    opacity: 1;
    visibility: visible;
}

.wishlist_link svg {
    position: relative;
}

.product_item_table:hover .product-icon-action .add-wishlist {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.product_item_table:hover .product-icon-action .add-to-compare {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.product_item_table:hover .product-icon-action .add-quick-view {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.product_item_table .product-icon-action .add-wishlist .wishlist_link,
.product_item_table .product-icon-action .add-to-compare .compare_link,
.product_item_table .product-icon-action .add-quick-view .quick_view_link {
    display: block;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.product_item_table .product-icon-action .add-wishlist .wishlist_link:active,
.product_item_table .product-icon-action .add-to-compare .compare_link:active,
.product_item_table .product-icon-action .add-quick-view .quick_view_link:active,
.product_item_table .product-icon-action .add-wishlist .wishlist_link:focus,
.product_item_table .product-icon-action .add-to-compare .compare_link:focus,
.product_item_table .product-icon-action .add-quick-view .quick_view_link:focus {
    box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.15);
}

.product_item_table .product-icon-action .add-quick-view .quick_view_link:hover {
    background-color: #87D2FF;
}

.product_item_table .product-icon-action .add-wishlist .wishlist_link:hover {
    background-color: #FF8685;
}

.product_item_table .product-icon-action .add-to-compare .compare_link:hover {
    background-color: #FFBD39;
}

.product_item_table .product-icon-action .add-wishlist .wishlist_link.active {
    background: #D35B5A;
    box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.15);
}

.product_item_table .product-icon-action .add-to-compare .compare_link.active {
    background: #E6A931;
    box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.15);
}

.product_item_table .product-icon-action .add-wishlist .wishlist_link.active:before {
    animation: spin 4s linear infinite;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23D35B5AFF' stroke-width='3' stroke-dasharray='4%2c 6' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

.product_item_table .product-icon-action .add-to-compare .compare_link.active:before {
    animation: spin 4s linear infinite;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23E6A931FF' stroke-width='3' stroke-dasharray='4%2c 6' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

.product_item_table .product-icon-action .add-wishlist .wishlist_link:hover:before,
.product_item_table .product-icon-action .add-to-compare .compare_link:hover:before,
.product_item_table .product-icon-action .add-quick-view .quick_view_link:hover:before {
    animation: spin 4s linear infinite;
}

.product_item_table .product-icon-action .add-wishlist .wishlist_link:before {
    border-radius: 50%;
    position: absolute;
    content: '';
    width: 52px;
    height: 52px;
    transform-origin: center;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23FFA1A0FF' stroke-width='3' stroke-dasharray='4%2c 6' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

.product_item_table .product-icon-action .add-to-compare .compare_link:before {
    border-radius: 50%;
    position: absolute;
    content: '';
    width: 52px;
    height: 52px;
    transform-origin: center;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23FFC85BFF' stroke-width='3' stroke-dasharray='4%2c 6' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

.product_item_table .product-icon-action .add-quick-view .quick_view_link:before {
    border-radius: 50%;
    position: absolute;
    content: '';
    width: 52px;
    height: 52px;
    transform-origin: center;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23A6DEFFFF' stroke-width='3' stroke-dasharray='4%2c 6' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

.product_item_table .product-icon-action .add-wishlist .wishlist_link {
    background-color: #FFA1A0;
}

.product_item_table .product-icon-action .add-to-compare .compare_link {
    background-color: #FFC85B;
}

.product_item_table .product-icon-action .add-quick-view .quick_view_link {
    background-color: #A6DEFF;
}

.product_item_table .product_card-flags {
    display: flex;
    top: 15px;
    left: 232px;
}

.product_item_table .product_card-flags .flag-item {
    margin-right: 20px;
    margin-bottom: 0px;
}

@media (max-width: 1024px) {
    .product_item_table .product_item_img {
        padding: 10px 0;
        max-width: 45%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .product_item_table .product_item_name_box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: 55%;
        display: flex;
        flex-direction: column;
        margin-top: 0px;
    }
}

@media (max-width: 900px) {
    .product_item_table .btn.btn-primary.offers-item-link {
        top: 0;
    }

    .product_item_table .product_item_name_box .product_item_title {
        margin-bottom: 10px;
    }

    .product_item_table .product_item_sku {
        margin-bottom: 5px;
    }

    .product_item_table .basket_icon.btn.btn-not-avaliable {
        padding-left: 10px;
        padding-right: 10px;
    }

    .product_item_table .scu_params_wrapper {
        height: 16px;
        padding-top: 0px;
        margin-bottom: 5px;
    }

    .product_item_table .product_item_subtitle {

        height: 36px;
        margin-bottom: 5px;
    }

    .product_item_table .old_price span {
        position: relative;
        top: 0;
        font-size: 14px;
        line-height: 15px;
    }

    .product_item_table .product_item__price .price {
        font-size: 15px;
        line-height: 15px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .product_item_table .product_item__price .old_price,
    .product_item_name_box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .product_item_table .product-icon-action {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        right: 15px;
        top: 5px;
        width: 50px;
        padding: 0px;
        height: 30px;
        left: auto;
    }

    .product_item_table .product-icon-action .add-wishlist,
    .product_item_table .product-icon-action .add-to-compare {
        opacity: 1;
        visibility: visible;
        transform: translateX(0px);
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0px;
        right: 0px;
        margin-bottom: 0px;
        width: 18px;
        height: 18px;
    }

    .product_item_table .product-icon-action .add-wishlist .wishlist_link,
    .product_item_table .product-icon-action .add-to-compare .compare_link {
        background-color: transparent;
    }

    .product_item_table .product-icon-action .add-wishlist .wishlist_link svg {
        fill: #9B9B9B;
    }

    .product_item_table .product-icon-action .add-to-compare .compare_link svg path {
        stroke: #9B9B9B;
    }

    .product_item_table .product-icon-action .add-wishlist .wishlist_link:before,
    .product_item_table .product-icon-action .add-to-compare .compare_link:before {
        content: none;
    }

    .product_item_table .product-icon-action .add-quick-view {
        display: none;
    }

    .product_item_table .rating_item .count_rating {
        display: none;
    }

    .product_item_table .product-icon-action .add-wishlist .wishlist_link:hover {
        background-color: transparent;
    }

    .product_item_table .product-icon-action .add-wishlist .wishlist_link.active {
        box-shadow: none;
        background-color: transparent;
        background: transparent;
    }

    .product_item_table .product-icon-action .add-wishlist .wishlist_link:active,
    .product_item_table .product-icon-action .add-wishlist .wishlist_link:focus {
        box-shadow: none;
        background-color: transparent;
        background: transparent;
    }

    .product_item_table .product-icon-action .add-wishlist .wishlist_link.active svg {
        fill: #FF8685;
    }

    .product_item_table .product-icon-action .add-to-compare .compare_link.active svg path {
        stroke: #FFBD39;
    }

    .product_item_table .product-icon-action .add-to-compare .compare_link:hover {
        background-color: transparent;
    }

    .product_item_table .product-icon-action .add-to-compare .compare_link.active {
        box-shadow: none;
        background-color: transparent;
        background: transparent;
    }

    .product_item_table .product-icon-action .add-to-compare .compare_link:active,
    .product_item_table .product-icon-action .add-to-compare .compare_link:focus {
        box-shadow: none;
        background-color: transparent;
        background: transparent;
    }

    .product_item_table .product-item-quantity-block {
        top: 0;
    }

    .product_item_table .product_item_buy_box {
        right: 10px;
        margin-right: 10px;
        margin-left: 10px;
        display: flex;
        max-width: 100%;
        flex: 0 0 100%;
        justify-content: center;
    }

    .product_item_table .product-item-label-ring.product-item-label-right span {
        position: relative;
        left: 0;
        top: 0;
    }

    .product_item_table .product-item-label-ring.product-item-label-right {
        position: absolute;
        left: 0;
        top: -5px;
    }
}

@media (max-width: 1024px) {
    .product_item_table .product-item-label-ring.product-item-label-small.product-item-label-bottom.product-item-label-right {
        display: none;
    }

    .product-icon-action .add-wishlist .wishlist_link:active:before,
    .product-icon-action .add-to-compare .compare_link:active:before,
    .product-icon-action .add-quick-view .quick_view_link:active:before,
    .product-icon-action .add-wishlist .wishlist_link:focus:before,
    .product-icon-action .add-to-compare .compare_link:focus:before,
    .product-icon-action .add-quick-view .quick_view_link:focus:before {
        content: none;
    }
}

@media (max-width: 1024px) {
    .product_item_table.product_item .product_card-flags {
        left: 10px !important;
        top: 5px !important;
    }

    .product_item_table.product_item .product_item_buy_box {
        padding-top: 0px;
    }
}

.product_item_table.product_item .product_item_buy_box .product_item_sku {
    margin-bottom: 24px !important;
}

/* Мобильная карточка товара */

@media (max-width: 1024px) {
    .product_item.product-item .product_item_subtitle {
        height: 20px;
        line-height: 15px;
        margin-bottom: 5px;
    }

    .product_item.product-item .product_item_name_box .product_item_title {
        margin-bottom: 5px;
    }

    .product_item.product-item .product_item_title .name,
    .product_item.product-item .product_card_detail .special_offer .product_item_title .name {
        font-size: 12px;
    }

    .product_item.product-item .product_item_sku:first-child {
        margin-top: 0px;
    }

    .product_item.product-item .product_item_sku {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .product_item.product-item .wrapper-select-block {
        padding: 3px 5px;
    }

    .product_item.product-item .product_item.product-item .product_item_buy_box {
        padding-top: 5px;
    }

    .product_item.product-item .scu_params_wrapper {
        padding-top: 6px;
        padding-left: 5px;
    }

    .product_item_table.product_item .product_item_buy_box>div {
        margin-bottom: 0px;
    }

    .product_item_sku:first-child {
        margin-top: 0px;
    }

    .product_item_table .product-item-image-wrapper {
        margin-bottom: 0px;
    }
}

@media (max-width: 1024px) {
    .product_item_table {
        overflow: visible;
    }

    .product_item .product_card-flags {
        z-index: 0;
    }

    .product_item_table .old_price span:before,
    .product_item_table .bx_item_price .old:before {
        width: 100%;
        max-width: 50px;
    }

    .product_item_table .product_item__price .old_price {
        text-align: left;
        top: -3px;
    }
}


@media (min-width: 1024px) {
    .product_item_img:hover .add-quick-view {
        z-index: 10;
        opacity: 1;
        visibility: visible;
        cursor: pointer;
    }

    .product_item_img .add-quick-view:hover svg {
        transition: .3s;
    }

    .product_item_img .add-quick-view:hover svg {
        fill: var(--main_color);
    }

    .product_item_img .add-quick-view:active {
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    }

    .product_item_img .add-quick-view {
        width: 54px;
        height: 54px;
        background: #FFFFFF;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.15);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        transition: .3s;
        opacity: 0;
        visibility: hidden;
    }

    .fast_view.quick_view_link {
        position: relative;
        top: -1px;
    }
}

.price-block-col {
    margin-bottom: 35px;
    padding-left: 0px !important;
}

.btn-block-col {
    width: 100%;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
}

.product_item.product-item .product_item_name_box {
    min-height: 243px;
    position: relative;
}

.product-item-info-container.product-item-hidden .product_item_sku:nth-child(2) {
    margin-top: 5px;
}

.sale-products-gift .basket_icon.btn-primary.btn-buy svg {
    margin-right: 6px;
}

.product_item__cart.on-basket .product-item-quantity-block {
    display: flex;
}

.product_item__cart .product-item-quantity-block {
    display: none;
}

/* custom */

.product_item_preview {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

    border-top: 1px solid #1d5027;
    padding-top: 5px;
    margin-top: 10px;
}

.product_item_preview,
.product_item_preview * {
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #ff0000 !important;
    text-align: left !important;
}

.product_item_preview br {
    display: none;
}

.product_item_supplier_stock {
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    width: 100%;
    max-width: 224px;
    min-height: 56px;
    margin-top: 10px;
    padding: 8px 10px;
    border: 1px solid #f0c875;
    border-radius: 12px;
    background: linear-gradient(180deg, #fff9e8 0%, #fff2cc 100%);
    color: #6e4b00;
    text-align: left;
    box-shadow: 0 4px 12px rgba(240, 180, 41, 0.14);
}

.product_item_supplier_stock-icon {
    flex: 0 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-right: 7px;
    border-radius: 50%;
    background: #f0b429;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.product_item_supplier_stock-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.product_item_supplier_stock-title {
    overflow: hidden;
    color: #684600;
    font-size: 12px;
    font-weight: 800;
    line-height: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product_item_supplier_stock-note {
    color: #87600a;
    font-size: 11px;
    font-weight: 600;
    line-height: 13px;
    overflow-wrap: anywhere;
}

.product_item_table .product_item_supplier_stock {
    max-width: 360px;
}

.product_item .product_item__cart .basket_icon span {
    font-size: 14px;
}

@media screen and (max-width: 1024px) {

    .product_item_preview,
    .product_item_preview * {
        font-size: 12px !important;
        line-height: 16px !important;
    }

    .product_item_preview {
        -webkit-line-clamp: 4;
        padding-left: 5px;
        margin-top: 0px;
    }

    .product_item_supplier_stock {
        max-width: 100%;
        min-height: 52px;
        margin-top: 8px;
        padding: 7px 9px;
        border-radius: 10px;
    }

    .product_item_supplier_stock-icon {
        width: 17px;
        height: 17px;
        margin-right: 6px;
        font-size: 11px;
    }

    .product_item_supplier_stock-title {
        font-size: 11px;
        line-height: 13px;
        white-space: normal;
    }

    .product_item_supplier_stock-note {
        font-size: 10px;
        line-height: 12px;
        max-width: 100%;
    }

}

@media screen and (max-width: 420px) {
    .product_item_supplier_stock {
        padding: 7px 8px;
    }

    .product_item_supplier_stock-note {
        max-width: 100%;
    }

}

/* Keep the second title line visible on product cards. */
.product_item:not(.product_item_table) .product_item_title .name {
    height: auto;
    min-height: 34px;
    max-height: none;
}

@media screen and (max-width: 1024px) {
    .product_item:not(.product_item_table) .product_item_title .name {
        min-height: 29px;
    }
}

/* Keep the package size on the same baseline as the price in compact cards. */
@media (max-width: 1024px) {
    .product_item .product_item__price .price.product-item-price-current,
    .product_item_table .product_item__price .price.product-item-price-current {
        flex-direction: row;
        align-items: baseline;
        column-gap: 5px;
    }

    .product_item__price .product-item-price-measure {
        margin-left: 0;
        line-height: 15px;
    }
}

/* End */


/* Start:/local/templates/pets/components/bitrix/sale.gift.main.products/child/style.css?177807281687*/
.sale-gift-main-products .catalog-block-header { border-bottom-color: var(--primary); }
/* End */


/* Start:/local/components/continuum/product.reviews/templates/.default/style.css?177914446616888*/
.cr-widget {
    --cr-text: var(--main_font_color, #1f2723);
    --cr-muted: #69736e;
    --cr-line: #e1e7e3;
    --cr-soft: #f5f7f6;
    --cr-soft-2: #fafbfa;
    --cr-card: #fff;
    --cr-accent: var(--main_color, #18a64a);
    --cr-accent-hover: var(--main_color_hover, #12863b);
    --cr-star: #fcaf23;
    --cr-danger: #b42318;
    --cr-success: #207245;
    color: var(--cr-text);
    font-size: 14px;
}

.cr-widget * {
    box-sizing: border-box;
}

.cr-shell {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: start;
}

.cr-main {
    min-width: 0;
}

.cr-summary,
.cr-review,
.cr-question,
.cr-alert,
.cr-empty {
    border: 1px solid var(--cr-line);
    border-radius: 8px;
    background: var(--cr-card);
}

.cr-summary {
    display: grid;
    grid-template-columns: minmax(170px, 230px) minmax(230px, 1fr);
    gap: 16px 20px;
    align-items: center;
    padding: 16px 18px;
    box-shadow: none;
}

.cr-summary-main {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: center;
    margin: 0;
}

.cr-score-value {
    letter-spacing: 0;
    font-size: 44px;
    line-height: 1;
    font-weight: 800;
}

.cr-stars {
    display: inline-flex;
    gap: 1px;
    line-height: 1;
}

.cr-star {
    color: #d7ddd9;
    font-size: 18px;
}

.cr-star.is-active {
    color: var(--cr-star);
}

.cr-muted {
    color: var(--cr-muted);
    font-size: 13px;
}

.cr-bars {
    display: grid;
    gap: 8px;
}

.cr-bar-row {
    display: grid;
    grid-template-columns: 16px minmax(76px, 1fr) 28px;
    gap: 8px;
    align-items: center;
}

.cr-bar-label,
.cr-bar-count {
    color: var(--cr-muted);
    font-size: 12px;
}

.cr-bar {
    height: 6px;
    background: #edf1ef;
    border-radius: 999px;
    overflow: hidden;
}

.cr-bar i {
    display: block;
    height: 100%;
    background: var(--cr-star);
    border-radius: inherit;
}

.cr-ai-summary {
    grid-column: 1 / -1;
    margin-top: 0;
    padding: 14px;
    border: 1px solid #e7ece9;
    border-radius: 8px;
    background: var(--cr-soft-2);
}

.cr-ai-summary strong {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
}

.cr-ai-summary p,
.cr-ai-summary div {
    margin: 7px 0 0;
    color: var(--cr-muted);
    line-height: 1.45;
}

.cr-main-head {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--cr-line);
}

.cr-tabs {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 3px;
    border: 0;
    border-radius: 8px;
    background: var(--cr-soft);
}

.cr-tabs button {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 38px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: var(--cr-muted);
    cursor: pointer;
    padding: 0 14px;
    font: inherit;
    font-weight: 800;
}

.cr-tabs button.is-active {
    background: var(--cr-accent);
    color: #fff;
    box-shadow: none;
}

.cr-tabs span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    border-radius: 999px;
    background: rgba(31, 39, 35, .07);
    color: inherit;
    font-size: 12px;
    line-height: 1;
}

.cr-tabs button.is-active span {
    background: rgba(255, 255, 255, .22);
}

.cr-compose {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    min-width: 0;
}

.cr-form-box {
    position: relative;
    border: 0;
    background: transparent;
}

.cr-form-box summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    border: 1px solid var(--cr-accent);
    border-radius: 8px;
    background: var(--cr-accent);
    color: #fff;
    cursor: pointer;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 800;
    list-style: none;
    white-space: nowrap;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.cr-form-box + .cr-form-box summary {
    background: #fff;
    color: var(--cr-accent);
}

.cr-form-box summary::-webkit-details-marker {
    display: none;
}

.cr-form-box summary::after {
    content: "+";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
    font-size: 16px;
    line-height: 1;
}

.cr-form-box + .cr-form-box summary::after {
    background: #edf8f1;
}

.cr-form-box[open] summary {
    box-shadow: 0 6px 14px rgba(24, 166, 74, .14);
}

.cr-form-box[open] summary::after {
    content: "-";
}

.cr-form {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 30;
    display: grid;
    width: min(650px, calc(100vw - 42px));
    gap: 13px;
    padding: 16px;
    border: 1px solid var(--cr-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(26, 36, 30, .14);
}

.cr-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.cr-field {
    display: grid;
    gap: 7px;
    margin: 0;
    color: var(--cr-text);
    font-weight: 700;
}

.cr-field input,
.cr-field textarea,
.cr-field select {
    width: 100%;
    border: 1px solid #d8dfdb;
    border-radius: 8px;
    padding: 10px 12px;
    background: #fff;
    color: var(--cr-text);
    font: inherit;
    font-weight: 400;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.cr-field textarea {
    min-height: 84px;
    resize: vertical;
}

.cr-field input:focus,
.cr-field textarea:focus,
.cr-field select:focus {
    border-color: var(--cr-accent);
    box-shadow: 0 0 0 3px rgba(24, 166, 74, .12);
    outline: none;
}

.cr-rating-input {
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 3px;
}

.cr-rating-input input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.cr-rating-input label {
    margin: 0;
    color: #d5dad7;
    cursor: pointer;
    font-size: 27px;
    line-height: 1;
    transition: color .16s ease, transform .16s ease;
}

.cr-rating-input label:hover,
.cr-rating-input label:hover ~ label,
.cr-rating-input input:checked ~ label {
    color: var(--cr-star);
}

.cr-rating-input label:hover {
    transform: translateY(-1px);
}

.cr-file {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: start;
    min-height: 38px;
    padding: 0 13px;
    border: 1px dashed #b7c6bd;
    border-radius: 8px;
    color: var(--cr-accent);
    cursor: pointer;
    font-weight: 800;
}

.cr-file input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.cr-hp {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

.cr-widget .cr-submit {
    justify-self: start;
    min-height: 40px;
    border: 0;
    border-radius: 8px;
    background: var(--cr-accent);
    color: #fff;
    padding: 0 17px;
    font-weight: 800;
    cursor: pointer;
    transition: background-color .18s ease, transform .18s ease;
}

.cr-widget .cr-submit:hover {
    background: var(--cr-accent-hover);
    color: #fff;
}

.cr-widget .cr-submit:active {
    transform: translateY(1px);
}

.cr-form.is-loading,
.cr-vote.is-loading {
    opacity: .7;
    pointer-events: none;
}

.cr-form.is-loading .cr-submit,
.cr-vote.is-loading button {
    cursor: wait;
}

.cr-feedback[hidden] {
    display: none;
}

.cr-alert,
.cr-empty {
    padding: 13px 15px;
}

.cr-empty {
    display: flex;
    align-items: center;
    min-height: 64px;
    border-style: dashed;
    background: var(--cr-soft-2);
    color: var(--cr-muted);
}

.cr-alert-error {
    border-color: #f3c7c2;
    background: #fff6f5;
    color: var(--cr-danger);
    margin-bottom: 14px;
}

.cr-alert-warning {
    border-color: #f1d799;
    background: #fff9ea;
    color: #755216;
    margin-bottom: 14px;
}

.cr-alert-success {
    border-color: #bddfc9;
    background: #f0fbf4;
    color: var(--cr-success);
    margin-bottom: 14px;
}

.cr-tab-panels {
    min-width: 0;
}

.cr-tab-panel[hidden] {
    display: none;
}

.cr-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.cr-section-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
}

.cr-section-head span {
    color: var(--cr-muted);
    font-size: 13px;
    white-space: nowrap;
}

.cr-review-list,
.cr-question-list {
    display: grid;
    gap: 12px;
}

.cr-review-tools {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: -2px 0 12px;
}

.cr-review-tools button {
    min-height: 32px;
    border: 1px solid var(--cr-line);
    border-radius: 999px;
    background: #fff;
    color: var(--cr-muted);
    cursor: pointer;
    padding: 5px 12px;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

.cr-review-tools button:hover,
.cr-review-tools button.is-active {
    border-color: var(--cr-accent);
    background: #f0fbf4;
    color: var(--cr-accent);
}

.cr-reviews-loading [data-cr-review-list] {
    opacity: .55;
    pointer-events: none;
}

.cr-own-block {
    display: grid;
    gap: 10px;
    margin-bottom: 14px;
    padding: 0;
    border: 0;
    background: transparent;
}

.cr-own-title {
    display: inline-flex;
    width: max-content;
    padding: 4px 9px;
    border-radius: 999px;
    background: #e9f7ee;
    color: var(--cr-success);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cr-own-item {
    border-left: 3px solid var(--cr-success);
    border-color: #dceee2;
    background: #fff;
}

.cr-own-item.cr-status-rejected,
.cr-own-item.cr-status-spam {
    border-left-color: var(--cr-danger);
}

.cr-status-badge {
    display: inline-flex;
    align-items: center;
    width: max-content;
    margin-top: 4px;
    padding: 3px 8px;
    border-radius: 999px;
    background: #edf4ff;
    color: #2563a8;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}

.cr-status-rejected .cr-status-badge,
.cr-status-spam .cr-status-badge {
    background: #fff1ef;
    color: var(--cr-danger);
}

.cr-status-new .cr-status-badge {
    background: #fff7df;
    color: #8a5b00;
}

.cr-own-hint,
.cr-moderation-note {
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 8px;
    background: var(--cr-soft);
    color: var(--cr-muted);
    font-size: 13px;
}

.cr-moderation-note {
    background: #fff6f5;
    color: var(--cr-danger);
}

.cr-review,
.cr-question {
    padding: 16px;
    box-shadow: none;
}

.cr-review-head,
.cr-question-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.cr-author {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 10px;
}

.cr-author strong {
    display: block;
    overflow-wrap: anywhere;
}

.cr-author em {
    display: inline-flex;
    width: max-content;
    margin-top: 4px;
    padding: 3px 8px;
    border-radius: 999px;
    background: #e9f7ee;
    color: var(--cr-success);
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}

.cr-avatar {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #edf8f1;
    color: var(--cr-accent);
    font-weight: 900;
}

.cr-review time,
.cr-question time {
    color: var(--cr-muted);
    font-size: 13px;
    white-space: nowrap;
}

.cr-review-rating {
    margin-bottom: 12px;
}

.cr-review-props {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 12px 0;
}

.cr-review-props p,
.cr-question-text,
.cr-answer {
    margin: 0;
    padding: 12px;
    border-radius: 8px;
    background: var(--cr-soft-2);
    overflow-wrap: anywhere;
}

.cr-review-props b,
.cr-question-text b,
.cr-answer b {
    display: block;
    margin-bottom: 5px;
    color: var(--cr-muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.cr-review-text {
    margin: 12px 0 0;
    color: #2d3631;
    font-size: 15px;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.cr-review-replies {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.cr-review-reply {
    border-left: 3px solid var(--cr-accent);
    border-radius: 8px;
    background: #f7fbf8;
    padding: 12px 14px;
}

.cr-review-reply-manufacturer {
    border-left-color: #6b7a90;
    background: #f7f8fa;
}

.cr-reply-head {
    display: flex;
    align-items: center;
    min-height: 40px;
    gap: 10px;
    margin-bottom: 8px;
}

.cr-reply-head img {
    display: block;
    flex: 0 0 auto;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border: 1px solid var(--cr-line);
    border-radius: 50%;
    background: #fff;
    object-fit: contain;
    padding: 2px;
}

.cr-reply-head b {
    display: block;
    color: var(--cr-text);
    font-size: 13px;
    line-height: 1.25;
}

.cr-review-reply p {
    margin: 0;
    color: #2d3631;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.cr-photos {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.cr-photos a {
    display: block;
}

.cr-photos img {
    display: block;
    width: 78px;
    height: 78px;
    object-fit: cover;
    border: 1px solid var(--cr-line);
    border-radius: 8px;
}

.cr-vote {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-top: 14px;
    color: var(--cr-muted);
    font-size: 13px;
}

.cr-vote button {
    min-height: 32px;
    border: 1px solid var(--cr-line);
    border-radius: 999px;
    background: #fff;
    color: var(--cr-text);
    padding: 6px 12px;
    cursor: pointer;
    transition: border-color .18s ease, color .18s ease, background-color .18s ease;
}

.cr-vote button:hover {
    border-color: var(--cr-accent);
    background: #f4fbf6;
    color: var(--cr-accent);
}

.cr-load-more {
    display: block;
    min-height: 40px;
    margin: 14px auto 0;
    border: 1px solid var(--cr-line);
    border-radius: 999px;
    background: #fff;
    color: var(--cr-text);
    cursor: pointer;
    padding: 7px 18px;
    font: inherit;
    font-weight: 800;
    transition: border-color .18s ease, color .18s ease, background-color .18s ease;
}

.cr-load-more:hover {
    border-color: var(--cr-accent);
    background: #f4fbf6;
    color: var(--cr-accent);
}

.cr-load-more[hidden] {
    display: none;
}

.cr-lightbox {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(13, 18, 15, .78);
}

.cr-lightbox img {
    display: block;
    max-width: min(100%, 1100px);
    max-height: 90vh;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
}

.cr-lightbox button {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #111;
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
}

.cr-question-head strong {
    overflow-wrap: anywhere;
}

.cr-question-text {
    margin-bottom: 10px;
}

.cr-answer {
    border-left: 3px solid var(--cr-accent);
    background: #f7fbf8;
}

@media (max-width: 1024px) {
    .cr-summary {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .cr-main-head {
        display: grid;
    }

    .cr-tabs,
    .cr-compose {
        width: 100%;
    }

    .cr-tabs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cr-tabs button,
    .cr-form-box,
    .cr-form-box summary {
        width: 100%;
    }

    .cr-compose {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-width: 0;
    }

    .cr-form {
        position: static;
        width: 100%;
        margin-top: 10px;
        box-shadow: none;
    }
}

@media (max-width: 640px) {
    .cr-summary,
    .cr-review,
    .cr-question {
        padding: 14px;
    }

    .cr-summary-main,
    .cr-grid,
    .cr-review-props,
    .cr-compose {
        grid-template-columns: 1fr;
    }

    .cr-score-value {
        font-size: 38px;
    }

    .cr-review-head,
    .cr-question-head,
    .cr-section-head {
        align-items: flex-start;
    }

    .cr-review-head,
    .cr-question-head {
        display: grid;
    }
}

/* End */


/* Start:/local/templates/pets/components/bitrix/catalog.store.amount/drinks/style.css?16433178897199*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

div.catalog-detail { position: static; border: 1px solid; zoom:1;}
div.catalog-detail-hover div.catalog-admin-links  { display: block; }
div.catalog-detail-hover { position: relative;}

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


.bx_storege h4{
  margin-bottom: 0;
}
.bx_storege hr{
  background: #e5e5e5;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -o-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, from(#e5e5e5),color-stop(50%, #e5e5e5),to(#ffffff));
  background: linear-gradient(to right, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=1 );
  border: none;
  height: 1px;
}
.bx_storege ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.bx_storege ul li{
  padding: 5px 0 20px;
  font-size: 12px;
  line-height: 17px;
}
.bx_storege ul li a{
  text-decoration: none;
  color: var(--main_link_color);
}
.bx_storege ul li a:hover{
  text-decoration: underline;
}


.catalog-stores-item-name{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.catalog-stores-item-address, .catalog-stores-item-info {
  font-size: 12px;
}
.catalog-stores-item-info{
  margin-left: 130px;
}
.stores_items_left{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalog-stores-item-address{
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.store-items{
  padding: 40px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #fff;
}
.catalog-stores-item-payment{
  max-width: 219px;
}
.catalog-stores-item-payment .accept_payment{
  font-size: 12px;
  line-height: 11px;
  color: #83879C;
}
.catalog-stores-item-payment .payment_description{
  color: var(--main_font_color);
  font-size: 14px;
}
.catalog-stores-item-title{
  max-width: 234px;
}
.catalog-stores-item-info{
  max-width: 171px;
}

@media (min-width: 1024px){
  .catalog-stores-item-title{
    min-width: 234px;
  }
}

.catalog-stores-item-schhedule .subtitle,
.catalog-stores-item-phone .subtitle{
  color: #83879C!important;
  margin-bottom: 3px;
}
.catalog-stores-item-schhedule{
  margin-bottom: 12px;
}
.catalog-stores-item-phone{
  margin-bottom: 12px;
}
.catalog-stores-item-metro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.catalog-stores-item-metro .metro_icon{
  margin-right: 6px;
  line-height: 1;
  margin-top: -3px;
  min-width: 16px;
}
.catalog-stores-item-metro .metro_icon svg{
  min-width: 15px;
  width: 15px;
  overflow: visible;
}
.catalog-stores-item-description{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalog-stores-item-description span{
  padding: 4px 6px;
  background-color: #FAFAFF;
  text-transform: uppercase;
  color: #404040;
  border-radius: 25px;
  margin-right: 8px;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
  border: 0.5px solid #ededed;
}
.circule{
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  bottom: 0px;
  top: 0px;
  line-height: 1;
}
.circule.green{
  background-color: #7DC054;
}
.circule.grey{
  background-color: #808080;
}
.circule.orange{
  background-color: #F3A952;
}
.payments_description{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.payments_description span:nth-child(2){
  font-size: 14px;
  line-height: 1;
}
.payments_description .green{
  color: #7DC054;
  line-height: 1;
}
.store_item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.store_item:not(:last-child){
  padding-bottom: 27px;
  margin-bottom: 40px;
  border-bottom: 1px solid #D3D3D3;
}
.payments_description.green{
  color: #7DC054;
}
.payments_description.grey{
  color: #808080;
}
.payments_description.orange{
  color: #F3A952;
}

@media (max-width: 900px){
  .catalog-stores-item-info{
    margin-left: 0px;
  }
  .store-items{
    padding: 10px;
  }
  .catalog-stores-item-title{
    max-width: 100%;
  }
  .catalog-stores-item-info{
    max-width: 100%;
  }
  .catalog-stores-item-payment{
    max-width: 100%;
    margin-top: 10px;
  }
  .payments_description{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .store_item{
    padding-bottom: 20px;
  }
}

.payments_description.grey .circule{
  background-color: #808080;
}
.payments_description.orange .circule{
  background-color: #F3A952;
}
.payments_description.green .circule{
  background-color: #7DC054;
}


[data-metro^=red]{
  fill: red;
}
[data-metro^=green]{
  fill: green;
}
[data-metro^=blue]{
  fill: blue;
}
[data-metro^=yellow]{
  fill: yellow;
}
[data-metro^=orange]{
  fill: orange;
}
[data-metro^=violet]{
  fill: violet;
}

/* End */


/* Start:/local/templates/pets/components/bitrix/catalog.section/product-slider/style.css?17780726911552*/
.slider .owl-stage-outer {
	padding-bottom: 12px;
}

.slider {
	margin-bottom: 0px;
}
.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #474747;
}
.product_card_row .slider .owl-stage-outer{
	padding-bottom: 10px;
}
.product-detail-slider .inner-slider .owl-stage-outer{
	padding-bottom: 10px;
}
.product_card_row .slider.slider-gifts .owl-stage-outer{
	padding-bottom: 65px;
}
@media (max-width: 1024px){
	.product_card_row .slider.slider-gifts .owl-stage-outer{
		padding-bottom: 40px;
	}
}

.ajax-loader-plug{
	background-position: center;
	background-size: 100%;
	min-height: 420px;
	position: relative;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.ajax-loader-plug:before {
	position: absolute;
	top: 0;
	left: -45%;
	z-index: 2;
	display: block;
	content: '';
	width: 25%;
	height: 100%;
	background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	-webkit-animation: shine .8s ease-in-out infinite;
	animation: shine .8s ease-in-out infinite;
	opacity: 1;
}
@media (max-width: 900px){
	.product-detail-slider .inner-slider .owl-stage-outer{
		padding-bottom: 15px;
	}
	.slider .owl-stage-outer {
		padding-bottom: 15px;
	}
}

/* End */


/* Start:/local/templates/pets/components/bitrix/sale.prediction.product.detail/main/style.css?1778072788886*/
#sale_prediction .catalog-element-popup-info {
	font-size: 12px;
	display: block;
	padding-left: 20px;
	padding-top: 16px;
	padding-bottom: 24px;
	padding-right: 40px;
	margin-top: 20px;
	position: relative;
	background: #F7F7F7;
	border-radius: 6px;
}
#sale_prediction .catalog-element-popup-info a {
	border-bottom: 1px dashed var(--main_font_color);
	color: var(--main_link_color);
}
#sale_prediction .catalog-element-popup-info a:active {
	color: var(--main_color_active);
	border-bottom: 1px dashed transparent;
}
#sale_prediction .catalog-element-popup-info a:hover{
	color: var(--main_color_hover);
	border-bottom: 1px dashed transparent;
}
.catalog-element-popup-element {
	color: var(--main_color);
	font-weight: 500;
	font-size: 13px;
}

@media (max-width: 1024px){
	#sale_prediction .catalog-element-popup-info{
		padding-right: 15px;
	}
}

/* End */


/* Start:/local/templates/pets/components/bitrix/catalog.products.viewed/viewed-slider/style.css?16433178892193*/
.catalog-products-viewed-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: var(--main_font_color);
}

.row::before {
	display: initial;
}

.product-detail-viewed-slider {
	margin-top: 30px;
}
.slider-viewed .product_item_title {
	font-size: 12px;
}

.slider-viewed .product_item__cart .basket_icon .img_basket {
	display: block;
	margin: 0;
	margin-left: -1px;
}
.slider-viewed .product-item-image-wrapper {
	padding-top: 180px;
}
.slider-viewed .owl-carousel .owl-nav button.owl-prev, .slider-viewed .owl-carousel .owl-nav button.owl-next {
	top: calc(50% - 15px);
}
@media (min-width: 1024px){
	.slider-viewed .owl-carousel .owl-nav button.owl-prev, .slider-viewed .owl-carousel .owl-nav button.owl-next {
		top: -60px;
	}
	.slider-viewed .owl-carousel .owl-nav button.owl-prev{
		left: auto;
		right: 45px;
	}
}
.slider-viewed .owl-carousel .owl-nav button span:before {
	font-size: 20px;
}

@media (max-width: 767.98px) {

	.product-item-amount-field-btn-minus:after {
		content: '\f068';
		display: flex;
		justify-content: center;
		align-items: center;
		color: #474747;
		font-size: 12px;
		line-height: 1;
	}
	.product-item-amount-field-btn-plus:after {
		content: '\f067';
		display: flex;
		justify-content: center;
		align-items: center;
		color: #474747;
		font-size: 12px;
		line-height: 1;
	}
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		width: 30px;
		height: 30px;
		font-size: 11px;
		line-height: 30px;
	}

	.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: 30px;
		height: 30px;
		font-size: 11px;
		line-height: 30px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
	.slider-viewed .product_item__cart .basket_icon .img_basket, .slider-viewed .product_item__cart .basket_icon span {
		display: inline-block;
	}
}

/* End */
/* /local/templates/pets/components/bitrix/catalog/main/style.css?17780727007727 */
/* /local/templates/pets/components/bitrix/catalog/main/bitrix/catalog.element/child/style.css?178700555267264 */
/* /local/templates/pets/components/bitrix/catalog.socnets.buttons/child/style.css?17780728012482 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?15450600041816 */
/* /local/templates/pets/components/krayt/pets.one.click/.default/style.css?17780728175850 */
/* /local/templates/pets/components/bitrix/sender.subscribe/subscribe-product/style.css?17780728005945 */
/* /local/templates/pets/components/bitrix/main.userconsent.request/user-consent/user_consent.css?17795773279977 */
/* /local/templates/pets/components/bitrix/sale.products.gift/child/style.css?1643317889177 */
/* /local/templates/pets/components/bitrix/catalog.item/product_card/style.css?1786909311134388 */
/* /local/templates/pets/components/bitrix/sale.gift.main.products/child/style.css?177807281687 */
/* /local/components/continuum/product.reviews/templates/.default/style.css?177914446616888 */
/* /local/templates/pets/components/bitrix/catalog.store.amount/drinks/style.css?16433178897199 */
/* /local/templates/pets/components/bitrix/catalog.section/product-slider/style.css?17780726911552 */
/* /local/templates/pets/components/bitrix/sale.prediction.product.detail/main/style.css?1778072788886 */
/* /local/templates/pets/components/bitrix/catalog.products.viewed/viewed-slider/style.css?16433178892193 */
