.product__fixed * {
	box-sizing: border-box;
}
.product__fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #ffffff;
	box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.25);
	box-sizing: border-box;
	z-index: 26;
	display: none;
	text-align: left;
}
.product__fixed-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 80px;
	display: none;
}
.product__fixed-wrapper:first-child {
	display: block;
}
.product__fixed.slick-initialized .product__fixed-wrapper {
	display: flex;
}
.product__fixed-left {
	display: flex;
	align-items: center;
	min-height: 70px;
	padding-right: 10px;
}
.product__fixed-info {
	display: flex;
	align-items: center;
}
.product__fixed-ico img {
	max-width: 80px;
	max-height: 70px;
}
.product__fixed-ico {
	margin-right: 10px;
}
.product__fixed-name {
	margin-right: 35px;
	font-size: 18px;
	font-family: 'RotonBol';
	line-height: 1;
	color: #0C3B9B;
}
.product__fixed .product__shop-price {
	margin-left: 20px;
}
.product__fixed .slick-dots li {
	width: 10px !important;
    height: 10px !important;
	padding: 0 !important;
	border-radius: 5px;
	cursor: pointer;
	overflow: hidden;
	background: rgba(49,168,219, 1);
}
.product__fixed .slick-dots li.slick-active {
	transform: scale(0.6);
}
.product__fixed .slick-dots li button {
	width: 10px;
	height: 10px;
	opacity: 0;
	cursor: pointer;
}
.product__fixed .slick-list {
	overflow: visible;
}
.product__fixed .slick-slide {
	padding: 0 35px 0;
}
.product__fixed .slick-arrow {
	position: absolute;
	width: 30px;
	height: 30px;
	background: transparent;
	border-radius: 15px;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
    border: none;
    box-shadow: none;
    outline: none;
	z-index: 1;
	opacity: 1;
	cursor: pointer;
}
.product__fixed .slick-arrow::after {
	border-bottom: 2px solid #29ADB9;
    border-left: 2px solid #29ADB9;
	width: 13px;
	height: 13px;
	transform: translate(-50%, -50%) rotate(45deg);
	margin-top: 0;
	margin-left: 0;
}
.product__fixed .slick-prev {
	left: 15px;
}
.product__fixed .slick-prev::after {
	margin-left: -4px;
}
.product__fixed .slick-next {
	right: 15px;
}
.product__fixed .slick-next::after {
	transform: translate(-50%, -50%) rotate(225deg);
}
.product__more {
	padding: 10px 0;
}
.product__more > a {
	display: flex !important;
    align-items: center;
    justify-content: center;
	height: 100%;
}
.product__more .button {
    width: 260px;
    line-height: 46px;
    font-size: 18px;
    font-family: 'RotonBol';
    color: #ffffff;
    text-align: center;
    border-radius: 30px;
    margin: 0 25px;
}
.product__more.brand-nan .button {
    background: #29ADB9;
    box-shadow: 0px 10px 20px rgba(41, 173, 185, 0.5);
}
.product__more.brand-gerber .button {
    background: #1485B5;
    box-shadow: 0px 10px 20px rgba(20, 133, 181, 0.5);
}
.product__more.brand-nestogen .button {
    background: #019C4E;
    box-shadow: 0px 10px 20px rgba(1, 156, 78, 0.5);
}
.product__more.brand-nestle .button {
    background: #0F67AF;
    box-shadow: 0px 10px 20px rgba(15, 103, 175, 0.5);
}
@media (max-width: 1200px) {
	.product_rd__description--shop {
		width: 100%;
		float: none;
	}
}
@media (max-width: 1023px) {
	.product__fixed-info {
		display: block;
	}
	.product__fixed-name {
		margin-right: 0;
		margin-bottom: 7px;
	}
	.product__fixed-left {
		min-height: 70px;
		height: auto;
		padding-right: 0;
	}
	.product__fixed-wrapper {
		display: block;
		height: auto;
	}
	.product__fixed.slick-initialized .product__fixed-wrapper {
		display: block;
	}
	.product__fixed {
		padding: 10px 0px 15px;
	}
	.product__fixed .product__shop-price {
		margin-left: 0;
	}
	.product__fixed .product__shop-buy {
		justify-content: space-between;
	}
	.product__fixed .product__shop-price {
		flex-flow: row-reverse;
	}
	.product__fixed .product__shop-price-old {
		font-size: 12px;
	}
	.product__fixed .product__shop-price-old svg {
		height: 9px;
		width: 7px;
	}
	.product__fixed .product__shop-price-new {
		font-size: 18px;
		margin-left: 5px;
	}
	.product__fixed .product__shop-price-new svg {
		height: 13px;
		width: 11px;
	}
	.product__fixed-right {
		margin-top: 5px;
	}
	.product__fixed-right .n-button {
		font-size: 14px;
		height: 36px;
		line-height: 36px;
	}
	.product__fixed-right .product__shop-buy .e-card__basket-count {
		height: 36px;
	}
	.product__fixed-ico {
		margin-right: 5px;
		margin-left: 0px;
	}
}
@media (max-width: 767px) {
	.product__fixed .product__shop-club {
		display: none;
	}
	.product__more .button {
		position: absolute;
		bottom: 5px;
		left: 50%;
		transform: translateX(-50%);
		margin: auto;
		line-height: 36px;
		width: 190px;
		font-size: 14px;
	}
	.product__more img {
		max-width: calc(50% - 8px);
		margin: 0 4px;
	}
	.product__more > a {
		padding-bottom: 51px;
		position: relative;
	}
}








.product__bages {
	margin-left: 10px;
}
.product__bages .e-card__bages-item {
	margin-top: 0;
}
.product__shop-header {
	display: flex;
	align-items: center;
}
.product__shop-weight {
	display: flex;
}
.product__shop-weight_item {
	cursor: pointer;
	padding: 0 12px;
	min-width: 60px;
	height: 30px;
	border: 1px solid #B99847;
	box-sizing: border-box;
	border-radius: 20px;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	color: #B99847;
	white-space: nowrap;
}
.product__shop-weight_item.active {
	color: #ffffff;
	background: #B99847;
}
.product__shop-weight_item + .product__shop-weight_item {
	margin-left: 10px;
}
.product__shop-delivery {
	margin-left: 15px;
	font-size: 14px;
	font-family: 'RotonReg';
	line-height: 16px;
	text-align: right;
	color: #404040;
	font-weight: 400;
}
.product__shop-delivery b {
	font-family: 'RotonBol';
	font-weight: 400;
}
.product__shop-bottom {
	display: flex;
	align-items: center;
	margin-top: 24px;
}
.product__shop-delivery .delivery-info__btn {
	color: #F9AB5E;
}
.product__shop-buy.disable .e-card__basket-count_btn,
.product__shop-buy.disable .product__shop-buy_btn,
.product__shop-bottom.disable .e-card__basket-count_btn,
.product__shop-bottom.disable .product__shop-buy_btn {
	opacity: 0.5;
	pointer-events: none;
}
.product__shop-bottom * {
	box-sizing: border-box;
}
/* .product__shop-bottom .e-card__bottom-popup {
	width: 200px;
} */
.product__shop-price {
	display: flex;
	white-space: nowrap;
}
.product__shop-price-new {
	font-family: 'RotonBol';
	font-size: 24px;
	line-height: 20px;
	color: #29ADB9;
}
.product__shop-price-new svg {
	height: 18px;
    width: 13px;
}
.product__shop-price-new svg path {
	fill: #29ADB9;
}
.product__shop-price-old {
	font-family: 'RotonBol';
	font-size: 18px;
	line-height: 20px;
	text-decoration: line-through;
	color: #BEBEBE;
	margin-left: 10px;
}
.product__shop-price-old svg {
	height: 14px;
    width: 11px;
}
.product__shop-price-old svg path {
	fill: #BEBEBE;
}
.product__shop-buy {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}
.product__shop-buy_btn {
	margin-left: 10px;
	cursor: pointer;
}
.product__shop-buy .e-card__basket-count {
	margin-left: 10px;
	height: 45px;
}
.product__shop-club .e-card__bottom {
	width: 175px;
	text-align: center;
}
@media (max-width: 767px) {
	.product__shop-price {
		flex-flow: column-reverse;
		align-items: flex-start;
	}
	.product__shop-price-old {
		margin-left: 0;
	}
	.product__shop-bottom {
		padding-bottom: 40px;
		position: relative;
		margin-top: 10px;
	}
	.product__shop .product__shop-club {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		z-index: 11;
	}
	.product__shop .product__shop-club .e-card__bottom {
		max-width: 280px;
		width: 100%;
		text-align: center;
	}
	.product__shop-header {
		flex-direction: column-reverse;
	}
	.product__shop-delivery {
		margin-left: 0;
		margin-bottom: 20px;
		text-align: left;
	}
	.product_rd .bloc-content .col-8 {
		padding: 20px 20px 35px;
	}
}