@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

html,body{
	overflow-x: hidden;
}

body{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}

a{
	cursor: pointer;
}

a:hover{
	text-decoration: unset;
}

.navbar-dark .navbar-nav .nav-link {
	font-weight:400;
	color: #fff;
}

.jumbotron {
	margin-bottom: 0px;
}

.jumbotron-main{
	background-size:cover;
	background-image:url('/assets/images/bg/buns-bread-with-wheat-seeds.jpg');
	background-position: center;
	/* box-shadow: inset 0px 150px 100px -10px rgba(0,0,0,.5); */
	box-shadow: inset 0px 200px 100px -10px rgba(0,0,0,.7), inset 0 600px 110px 0px rgba(0,0,0,.5);
}


.bg-clip{
	padding-bottom: 8rem;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
	clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
}

.bg-primary_dark{
	background: #202D3B;
	color: #fff;
}

.bg-dark{
	background: #252525 !important;
	color: #fff;
}

.bg-secondary{
	background-color: #ECECEC !important;
}

.bg-red{
	background-color: #8A0917 !important;
	color: #fff;
}


.btn{
	border-radius: 0px;
	padding: .375rem 1.5em;
}


.btn-warning{
	background: #FFD337;
}

.btn-red{
	background: #E30613;
	color: #fff;
}

.btn-red:hover{
	color: #fff;
	background-color: #C6061B;
}

.btn-dark{
	background-color: #1B1B1B;
	border-color: #1B1B1B;
	color: #fff;
}

.btn-dark:hover{
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-secondary{
	background-color: #D5D5D5;
	color: #4A4A4A;
	border: 1px solid #D5D5D5;
}

.btn-outline-red{
	border-color: #8A0917;
}

.btn-outline-red:hover{
	border-color: #C6061B;
	color: #C6061B !important;
}

.btn-outline-white{
	color: #fff;
	border-color: #fff;
}

.btn-outline-white:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.border-red{
	border-color:#8A0917 !important;
	border-width: 4px !important;
}

.btn-catalog{
	font-size: 1.25rem;
	border:0;
}

.btn-check {
	position: absolute;
	pointer-events: none;
}

.btn-group .btn-check{
	display: none;
}

.btn-group > .btn{
	padding: .675rem .5em;
}

.btn-group > .btn.btn-red.btn-toggle:not(.active){
	background-color: #EDEDED;
	color: #4A4A4A;
	border: 1px solid #D5D5D5;
}

.btn:focus {
	outline: 0;
	box-shadow: unset;
}


.rounded{
	border-radius: 0.6rem !important;
}

.rounded-lg{
	border-radius: 1.25rem !important;
}

.text-orange{
	color: #FF7C1D;
}

.text-secondary{
	color: #BBBBBB !important;
}

.text-space-lg{
	letter-spacing:.5em;
}

.text-red{
	color: #8A0917 !important;
}

.card-number{
	position: absolute;
	font-size: 4rem;
	top: -0.5em;
	left: -0.5em;
	line-height: 1;
}

.card-footer {
	background-color: unset;
	border-top: unset;
}

.bg-muted{
	background-color: #F3F3F3 !important;
}

.form-control{
	border-radius: 0px;
}


.btn-svg{
	cursor:pointer;
	border-radius: 50%;
	
	line-height: .9em;
	font-size: 18px;
	
}

.btn-svg-red{
	padding: .5em;
	border: 1px solid #232323;
}


.btn-svg-red path:first-child{
	fill: #8A0917;
}

.btn-svg-red:hover path:first-child{
	
	fill: #C6061B;
}

.btn-svg-white:hover path:first-child{
	transition: all 0.15s ease-out;
	fill: #C6061B;
}

.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #8a0917;
	background-color: #8a0917;
}

.navbar-nav .nav-item > a{
	color:#000;
}

.background_image{
	background-position: center center;
	background-size: cover;
	height: 290px;
}

.news-title{
	color:#fff;
	font-weight: 600;
	position:absolute;
	bottom:0;
	left: 0;
	padding: 1em;
}

.news-title:hover{
	color: #d0d0d0;
}

.news-image{
	filter: brightness(75%);
}



.image > img{
	max-width:100%;
	height: 100%;
}

#head_height{
	height:90px;
}

@media (max-width: 768px) {

	.navbar {
		padding: .25rem .25rem;
	}
	.navbar-brand.brand-logo img{
		height: 40px;
	}
	
	#head_height{
		height:55px;
	}
	.btn-group > .btn {
		padding: .675rem .5em;
		line-height: 1em;
	}
	
	.bg-clip{
		clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
		padding-bottom: 3rem;
	}
	
	.carousel-control-prev{
		left:0 !important;
	}
	
	.carousel-control-next{
		right:0 !important;
	}
	
	.display-4{
		font-size: 2.5rem;
	}
	
	.navbar.navbar-dark{
		background: #252525 !important;
		color: #fff;
	}
}

@media (min-width: 1600px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1440px;
	}
}

.badge-success{
	background-color:#C1FFAB;
	color: #6A6868;
	font-weight:400;
}

.stretch-card {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
}

.ui-corner-all.ui-slider-handle{
	border-radius: 50% !important;
}

.ui-slider-horizontal {
  height: .1em !important;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.6em !important;
	margin-left: -.3em !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 0 !important;
  background: #8a0917 !important;
  color: #454545;
}

.ui-state-focus{
	border: 0 !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 2em;
	height: 2em;
}


.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' width='4' height='4' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-control-next, .carousel-control-prev {
	width: unset;
}

.carousel-indicators li.active {
	background-color: #972323;
}

.carousel-control-next, .carousel-control-prev {
	opacity: .75;
}

.carousel-control-next {
  right: -3em;
}

.carousel-control-prev {
  left: -3em;
}

.card-category{
	height:220px;
	cursor: pointer;
	
}

.card-category:hover{
	transform: scale(1.05);
	transition: all 0.1s ease-out;
}

footer .text-red{
	color: #E30613  !important;
}

.nav-pills .nav-link{
	padding: .75rem 1.25rem;
}

.nav-pills .nav-link.active{
	background-color: #2E3A59;
}

.nav-pills .nav-link svg > path{
	fill: #2E3A59;
}

.nav-pills .nav-link.active svg > path{
	fill: white;
}

.img-fit {
  width: 100%;
  object-fit: cover;
}

.btn-md{
	padding: .375rem .75rem;
}

.form-control-plaintext {
	padding: .25rem 0.25rem;
}

.form-control-plaintext:not(:disabled){
	background-color: #f6f6f6;
	border-radius: 4px;
}