/*.rd-product-consist__inner .product-detail.__tg:last-child {*/
/*display: none;*/
/*}*/
.text_bold{
    font-weight: bold;
}

.midle-product-info .midle-product-info-table--mobile {
	display: none;
}

.porridge__title {
    display: block;
    width: 100%;
    position: relative;
    padding-right: 50px;
    box-sizing: border-box;
    font-family: 'RotonBol';
    font-size: 30px !important;
    color: #31a8db;
    /* margin-bottom: 50px !important; */
    font-weight: normal;
}



.adv-nestle__row {
	display: flex;
}

.adv-nestle__row .adv-nestle__cell:first-child {
	padding-left: 0;
}

.adv-nestle__row .adv-nestle__cell:last-child {
	padding-right: 0;
}

.adv-nestle__cell {
	display: flex;
    width: 33%;
    padding: 7px;
}

.adv-nestle__cell.adv-nestle__cell--null .adv-nestle__item {
    background-image: none;
}

.adv-nestle__item {
	display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 15px 15px;
	background-image: url('/static/f/product/46/adv-icons/adv-bg.png');
	background-size: cover;
	border-radius: 10px;
	width: 100%;
}

.adv-nestle__img {
	text-align: center;
}

.adv-nestle__img img {
	height: 30px;
}

.adv-nestle__text {
	margin-top: 5px;
	font-family: 'RotonBol';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	color: #904D30;
}

@media (max-width: 1199px) {
	.product_rd .product-header.product_rd__description {
		width: 100%;
		padding-left: 0px;
	}
}

@media (max-width: 560px) {
	.adv-nestle {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.adv-nestle__row {
		flex-direction: column;
		width: 48%;
		justify-content: flex-start;
	}
	.adv-nestle__cell {
		width: 100%;
	}
	.adv-nestle__row .adv-nestle__cell {
		padding-left: 0;
		padding-right: 0;
	}

	.adv-nestle__cell.adv-nestle__cell--null {
		padding: 0;
	}
	.adv-nestle__cell.adv-nestle__cell--null .adv-nestle__item {
		padding: 0;
		background-image: none;
	}
}

@media (max-width: 360px) {
	.adv-nestle__img img {
		height: 23px;
	}
	.adv-nestle__text {
		font-size: 13px;
	}
}


















.product-header.product_rd__description .row {
	margin-bottom: 0;
}

@media (max-width: 1199px) {
	.product-header.product_rd__description .row .reviews__wrapper {
		padding-bottom: 0px;
	}
}


@media (max-width: 840px) {
	.product_rd .product-header.product_rd__description {
		width: 100%;
	}
}

@media (max-width: 640px) {
	.product-full .product-header.product_rd__description p {
		margin-bottom: 15px;
	}
}

@media (max-width: 500px) {
	.product-full .product_rd .product-header .summary p {
    		margin-left: 0;
	}

	.midle-product-info .midle-product-info-table--desktop {
		display: none;
	}
	.midle-product-info .midle-product-info-table--mobile {
		display: table;
		padding: 10px 10px 10px 10px;
	}

}




.rd-product-consist__inner .product-detail__cooking-n .product-detail__cooking-icon {
	margin-left: 0;
}

.rd-product-consist__inner .product-detail__cooking-n .product-detail__cooking-list li:before {
	content: none;
}

.rd-product-consist__inner .product-detail__cooking-n .product-detail__cooking-list li {
	display: flex;
	align-items: center;
}

.rd-product-consist__inner .product-detail__cooking-icon {
	margin-right: 30px;
}

.rd-product-consist__inner .product-detail__cooking-n .product-detail__cooking-text {
	font-family: 'IstokWeb';
	font-size: 18px;
	line-height: 26px;
}

.composition_content ul.product-detail__cooking-list li::after {
    content: none;
}

.composition_content ul.product-detail__cooking-list {
	padding-top: 25px;
}


@media (max-width: 480px) {
	.rd-product-consist__inner .product-detail__cooking-n .product-detail__cooking-list li {
		flex-direction: column;
		align-items: flex-start;
	}
	.rd-product-consist__inner .product-detail__cooking-n .product-detail__cooking-text {
		font-size: 15px;
		line-height: 21px;
	}
}






.rd-product-consist__inner .midle-product-info .midle-product-info-cell.checked {
	background: url('/static/f/product/46/adv-icons/check.png') center left no-repeat;
}

.rd-product-consist__inner .midle-product-info .midle-product-info-cell.cross {
	background: url('/static/f/product/46/adv-icons/cross.png') center left no-repeat;
}