@import url("products.css");
.small-picts
{
	margin: 0 auto;
	/*width: 90%;*/
	margin-bottom: 1rem;
}
.subtitle
{
	margin-top: 30px;
	text-align: center;
	margin-bottom: 10px;
}
#carousel
{
	margin: 0 30px;
}
.owl-item
{
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
	padding: 5px;
	height: 177px !important;
	line-height: 123px;
}
.owl-carousel .owl-stage
{
	margin: 0 auto;
}
.owl-item--active
{
	border: 1px solid rgba(0, 0, 0, 0.3);
}
.owl-carousel .owl-item IMG
{
	width: auto;
	width: 100%;
	height: 100%;
	display: inline-block;
	margin: 0 auto;
	object-fit: cover;
}
@media (min-width: 767px)
{
}
@media (min-width: 1024px)
{
}
.owl-carousel .owl-nav BUTTON.owl-prev, .owl-carousel .owl-nav BUTTON.owl-next
{
	width: 31px;
	padding: 10px !important;
	background-color: rgba(255, 255, 255, 0.5);
	background-position: center center;
	/*height: 40px;*/
	background-repeat: no-repeat;
	font-size: 60px !important;
	position: absolute;
	/*line-height: 100% !important;*/
	top: 25%;
	color: #6EAC44 !important;
	/*margin-top: -40px;*/
}
.owl-carousel .owl-nav BUTTON.owl-prev
{
	left: -31px;
	/*font-size: 50px !important;*/
}
.owl-carousel .owl-nav BUTTON.owl-next
{
	right: -31px;
	/*font-size: 50px !important;*/
}
.recipes-picts .owl-carousel BUTTON.owl-prev, .recipes-picts .owl-carousel .owl-nav BUTTON.owl-next
{
	top: 39%;
	color: #2A2A2A !important;
}
.btn-danger
{
	font-family: 'Fjalla One', sans-serif;
	font-size: 20px;
}
.SUBTab2
{
	margin-bottom: 15px;
}
.SUBTab2 UL
{
	margin: 0 0 0 -10px;
	padding: 0;
	list-style: none;
}
.SUBTab2 LI
{
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.SUBTab2 LI INPUT
{
	width: 200px;
	height: 100px;
	z-index: 100;
	opacity: 0;
	margin-left: 5px;
}
.SUBTab2 LI LABEL
{
	position: absolute;
	left: 0;
	color: #000;
	border: 2px solid #CCC !important;
	width: 200px;
	height: 100px;
	text-align: center;
	border-radius: 10px;
	font-size: 16px;
}
.SUBTab2 LI LABEL SPAN
{
	font-size: 15px;
	display: block;
	font-weight: bold;
}
.SUBTab2 LI:nth-child(1) LABEL
{
	background: url(../img/ic-sub1.svg) center 10px / 45px no-repeat transparent;
	padding-top: 61px;
}
.SUBTab2 LI:nth-child(2) LABEL
{
	background: url(../img/ic-sub3.svg) center 10px / 55px no-repeat transparent;
	padding-top: 61px;
}
.SUBTab2 LI:nth-child(1) INPUT:checked + LABEL
{
	background-image: url(../img/ic-sub2.svg);
	background-color: rgba(110, 171, 68, 0.065);
}
.SUBTab2 LI:nth-child(2) INPUT:checked + LABEL
{
	background-image: url(../img/ic-sub4.svg);
	background-color: rgba(110, 171, 68, 0.065);
}
.SUBTab2 INPUT:checked + LABEL
{
	color: #84031E;
	border: 2px solid #6EAC44 !important;
}
.SUBTab3_box
{
	/*margin-left: 34px;*/
	display: inline-block;
	width: 393px;
	padding: 10px 10px 15px 10px;
	margin: 0 0 30px 0 !important;
	background: #F5FAF2;
	font-size: 16px;
}
.SUBTab3
{
}
.SUBTab3 .prod_radio_caption LI
{
	padding: 5px 3px 5px 0;
	border-bottom: 1px dotted #CCC;
}
.SUBTab3 .prod_radio_caption LI SPAN
{
	float: right;
}
.SUBTab3 .prod_radio_caption LI INPUT
{
	margin-right: 9px;
	height: 22px;
	vertical-align: middle;
	width: 22px;
}
.recipies
{
	background: #E9ECEF;
}
.recipies .subtitle
{
	font-size: 35px;
	color: #84031E;
	font-family: 'Fjalla One', sans-serif;
}
.more_recipes
{
	margin-bottom: 50px;
}
.more_recipes A
{
	color: #FFF;
	display: block;
	position: relative;
}
.more_recipes H5
{
	font-size: 35px;
	font-family: 'Fjalla One', sans-serif;
}
.more_recipes .card-img-overlay
{
	background: rgba(0, 0, 0, 0.371);
}
.more_recipes .author
{
	line-height: 100%;
}
.product_option
{
	margin-bottom: 10px;
}
@media (max-width: 575px)
{
	.zoom_properties H1
	{
		margin-top: 30px;
	}
	.SUBTab3_box
	{
		width: 97%;
		font-size: 15px;
	}
	.SUBTab2 LI LABEL
	{
		width: 157px;
		font-size: 13px;
		/*margin: 0;*/
	}
	.SUBTab2 LI INPUT
	{
		width: 164px;
	}
	.SUBTab2 LI
	{
		width: auto;
	}
	.owl-item
	{
		height: auto !important;
	}
	.recipes-picts .owl-item
	{
		height: auto !important;
	}
}
@media (min-width: 576px) and (max-width: 767px)
{
	.zoom_properties H1
	{
		margin-top: 30px;
	}
	.owl-item
	{
		height: auto !important;
	}
	.recipes-picts .owl-item
	{
		height: auto !important;
	}
}
@media (min-width: 768px) and (max-width: 991px)
{
	.zoom_properties H1
	{
		margin-top: 30px;
	}
	.owl-item
	{
		height: 294px !important;
	}
	.recipes-picts .owl-item
	{
		height: auto !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px)
{
	.owl-item
	{
		height: 250px;
	}
	.recipes-picts .owl-item
	{
		height: auto !important;
	}
}
@media (min-width: 1200px) and (max-width: 1399px)
{
	.owl-item
	{
		height: 150px;
	}
	.recipes-picts .owl-item
	{
		height: auto !important;
		padding: 0;
	}
}
@media (min-width: 1400px)
{
	.owl-item
	{
		height: 150px;
	}
	.recipes-picts .owl-item
	{
		height: auto !important;
		padding: 0;
	}
}
