/*
@font-face {
	font-family: Montserrat;
	font-weight: 400;
	font-style: normal;
	src: url(/fonts/Montserrat/Montserrat-Regular.eot);
	src: url(/fonts/Montserrat/Montserrat-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/Montserrat/Montserrat-Regular.woff) format("woff"),url(../fonts/Montserrat/Montserrat-Regular.ttf) format("truetype")
}
*/
@font-face {
	font-family: Montserrat;
	font-weight: 700;
	font-style: normal;
	src: url(/fonts/Montserrat/Montserrat-Bold.eot);
	src: url(/fonts/Montserrat/Montserrat-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/Montserrat/Montserrat-Bold.woff) format("woff"),url(../fonts/Montserrat/Montserrat-Bold.ttf) format("truetype")
}

/* Icons font */
@font-face {
	font-family: 'rlltn';
	font-display: swap;
	src: url('/fonts/icons/rlltn.eot');
	src: url('/fonts/icons/rlltn.eot') format('embedded-opentype'), url('../fonts/icons/rlltn.woff') format('woff'), url('../fonts/icons/rlltn.ttf') format('truetype'), url('../fonts/icons/rlltn.svg') format('svg');
}


[data-icon]:before {
	font-family: "rlltn" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "rlltn", "icomoon" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


h1, h2, h3, h4, h5 {
	font-family: "Bebas", serif;
	letter-spacing: 1px;
}

html body{
	font-family: "Stolzl", sans-serif;
}


body .switcher-list .switch
{
	font-weight: 400;
}


.serif {
	font-family: "Montserrat", sans-serif;
}

.sans-serif {
	font-family: 'Montserrat', sans-serif;
}
.breadcrumbs-custom {
	font-family: "Montserrat", sans-serif;
}

.home-slider .title, .home-slider .title span {
	font-family: 'Montserrat';
}

#about-page .main-text h1, #about-page .main-text h2 {
	font-family: 'Montserrat';
}

#about-page .main-text h2 {
	font-family: 'Montserrat';
}

#about-page .main-text p {
	font-family: 'Montserrat';
}


body .product-modal .title{
	font-family: Bebas;
}


.product-modal .tabs ul li .name {
	font-family: Stolzl;
	font-size: 12px;
	line-height: 130%;
	text-align: center;
	color: #272727;
	pointer-events: none;
}

.product-modal .tabs__content .block .name {
	font-family: Bebas;
	font-weight: bold;
	width: 90%;
	font-size: 36px;
	line-height: 100%;
	color: #272727;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}

.product-modal .tabs__content .block .attr .item .t1 {
	font-family: Stolzl;
	font-size: 12px;
	line-height: 130%;
	color: #a2abb5;
}

.product-modal .tabs__content .block .attr .item .t2 {
	font-family: Stolzl;
	font-size: 14px;
	line-height: 130%;
	color: #272727;
}

.product-modal .tabs__content .bottom_block .description h5 {
	font-size: 32px;
	max-width: 220px;
	line-height: 36px;
	margin-bottom: 16px;
	margin-top: 48px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: Bebas, serif;
	color: black;
}

.product-modal .tabs__content .bottom_block .description h6 {
	font-size: 28px;
	max-width: 220px;
	line-height: 36px;
	margin-bottom: 16px;
	margin-top: 48px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: Bebas, serif;
	letter-spacing: 1px;
}

.product-modal .tabs__content .bottom_block .line {
	font-size: 14px;
	justify-content: space-between;
	display: flex;
	font-family: Stolzl, Roboto, sans-serif;
	margin-bottom: 16px;
}

.product-modal .tabs__content .bottom_block .ideal .item .name {
	font-size: 18px;
	font-family: Stolzl, Roboto, sans-serif;
	font-weight: 400;
	margin-bottom: 12px;
}


.recipe-modal .headline {
	font-family: 'Montserrat';
}

.recipe-modal .headline-lg {
	font-family: 'Bebas';
}

.recipe-modal .product-card-title {
	font-family: 'Stolzl';
}



.back2main {
	font-family: Montserrat;
}


.weight-400 {
	font-weight: 400;
}

.weight-700 {
	font-weight: 700;
}


.uppercase {
	text-transform: uppercase;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.align-justify {
	text-align: justify;
} 