html {
	overflow-x: hidden !important;
	height: 100%;
	overflow-y: auto;
}

body {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 13px;
	height: 100%;
	text-align: center;
	background: #292929;
	color: #000;
	overflow-y: auto;
}

p {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 10px;
	font-weight: 400;
	color: #5e646a;
}

.forbudt-float-class {
	float: left;
	width: 100%;
	position: relative;
}

.content {
	float: left;
	width: 100%;
	position: relative;
	z-index: 5;
}

.container {
	max-width: 1424px;
	width: 92%;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

#wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}

.full-height {
	height: 100%;
}

.respimg {
	width: 100%;
	height: auto;
}

.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-attachment: scroll;
	background-position: center;
	background-repeat: repeat;
	background-origin: content-box;
}

.par-elem {
	height: 130%;
	top: -15%;
}

.main-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

.main-header.scroll-sticky .header-inner {
	top: -70px;
}

.header-inner {
	top: 0px;
	transition: all .2s ease-in-out;
	z-index: 2;
	background-color: #521C0D;
}

.header-container {
	background-color: #521C0D;
	height: 55px;
}

.show-cart {
	float: right;
	font-size: 22px;
	color: #fff;
	cursor: pointer;
	position: relative;
	width: 70px;
	height: 70px;
	line-height: 70px;
	margin-left: 24px;
	text-align: center;
	box-sizing: border-box;
}

.show-cart-count {
	position: absolute;
	bottom: 16px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 100%;
	color: #fff;
	right: 16px;
	z-index: 10;
	font-size: 10px;
}

.show-cart i,
.show-cart-count,
.header-cart-wrap {
	transition: all .3s ease-in-out;
}

.show-reserv-button {
	float: right;
	position: relative;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0 20px;
	height: 70px;
	line-height: 70px;
	cursor: pointer;
	transition: all .2s ease-in-out;
	background-color: #FF9B45;
}

.show-reserv-button span,
.show-reserv-button i {
	position: relative;
	z-index: 2;
}

.show-reserv-button i {
	display: none;
}

.show-reserv-button:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: -1px;
	z-index: 1;
	height: 0;
	transition: all .2s ease-in-out;
}

.show-reserv-button:hover:before {
	height: 100%;
}

.show-reserv-button:hover {
	background: #D5451B;
	color: #fff;
}

nav {
	display: flex;
	justify-content: center;
	align-items: center;
	float: center;
	height: auto;
}

nav #logo{
	width: 30px;
	height: 30px;
	justify-content: center;
	align-items: center;
	float: center;
}

nav #wheat-left, #wheat-right{
	height: 20px;
}


nav wheat-left{
	justify-content: left;
	align-items: left;
	float: left;
}


nav ul{
	display: flex;
	align-items: center;
	padding: 20px;
	gap: 10px;
}

footer.fixed-footer {
	left: 0;
	bottom: 0;
	z-index: 2;
	position: fixed;
	padding: 70px 20px 0;
}

footer.fixed-footer:before {
	content: '';
	position: absolute;
	right: 0;
	width: 100%;
	height: 80px;
	background: #222;
	bottom: 0;
}

.height-emulator {
	z-index: 1;
}

.footer-cart-wrap {
	padding: 30px 0 70px;
}

.footer-cart-title {
	text-align: left;

	font-size: 19px;
	padding-bottom: 26px;
}

.footer-cart-content p {
	text-align: left;
	margin-bottom: 15px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
}

.footer-contacts {
	margin-bottom: 16px;
	padding-top: 4px;
}

.footer-contacts li {
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
	color: #fff;
}

.footer-contacts li:last-child {
	margin-bottom: 0;
}

.footer-contacts li span {
	margin-right: 20px;
	width: 80px;
	float: left;
}

.footer-contacts li a,
.footer-contacts li span {
	color: #fff;
	transition: all 200ms linear;
}

.copyright {
	position: relative;

	color: #fff;
	top: 30px;
	font-size: 13px;
}

.footer-bottom {
	height: 80px;
	background: #222;
}

.hero-wrap {
	z-index: 20;
	overflow: hidden;
}

.hero-title-wrap {
	z-index: 10;
	top: 36%;
}

.hero-title {
	float: left;
	max-width: 800px;
	text-align: left;
}

.hero-title h2 {
	color: #fff;
	font-weight: 800;
	font-size: 50px;
	line-height: 70px;
}

.hero-title h4 {
	font-size: 16px;

	font-style: italic;
	color: #fff;
	position: relative;
	padding-bottom: 20px;
}

.brush-dec,
.brush-dec2,
.brush-dec3 {
	position: absolute;
	left: 0;
	z-index: 20;
	height: 40px;
	width: 100%;
	z-index: 20;
	background-size: cover;
	background-attachment: scroll;
	background-position: center;
	background-repeat: repeat;
	background-origin: content-box;
}

.brush-dec {
	bottom: 0;
	background: url(../images/bg/brush-dec.png);
}

.brush-dec3 {
	bottom: 0;
	background: url(../images/bg/brush-dec-3.png);
}

.brush-dec2 {
	bottom: -48px;
	height: 50px;
	background: url(../images/bg/brush-dec-2.png);
}

.dark-bg {
	background: #292929;
}

.nav-button-wrap {
	display: none;
}

.big-padding {
	padding: 140px 0;
}

.section-title {
	float: left;
	width: 100%;
	position: relative;
	z-index: 5;
}

.section-title.text-align-left {
	text-align: left;
}

.section-title h4 {
	font-style: italic;
	color: #521C0D;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 10px;
}

.section-title h2 {
	font-size: 30px;
	font-weight: 900;
	color: #521C0D;
}

.dots-separator {
	margin: 10px 0 30px;
}

.dots-separator span {
	float: none;
	display: inline-block;
	width: 60px;
}

.dots-separator span::after {
	content: '\25CF\25CF\25CF\25CF\25CF\25CF';
	color: #FF9B45;
	font-size: 7px;
	letter-spacing: 4px;
}

.text-block {
	text-align: left;
	padding-right: 80px;
}

.text-block p {
	color: #521C0D;
}

.main-image {
	position: relative;
	z-index: 10;
	overflow: hidden;
	width: 100%;
	float: left;
	box-shadow: 0 9px 16px rgba(58, 87, 135, 0.35);
}

.main-image img {
	width: 100%;
	height: auto;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

.section-dec.sec-dec-top {
	top: -70px;
	left: -70px;
	border-top: 1px dotted;
	border-top-color: #FF9B45;
	border-left: 1px dotted;
	border-left-color: #FF9B45;
}

.section-dec {
	position: absolute;
	width: 60px;
	height: 60px;
}

section {
	position: relative;
	float: left;
	width: 100%;
	padding: 100px 0;
	background: #F4E7E1;
}


footer.fixed-footer {
	left: 0;
	bottom: 0;
	z-index: 2;
	position: fixed;
	padding: 70px 20px 0;
	background-color: #521C0D;
}

footer.fixed-footer:before {
	content: '';
	position: absolute;
	right: 0;
	width: 100%;
	height: 80px;
	background: #61210f;
	bottom: 0;
}

.footer-widget-wrap {
	padding: 30px 0 70px;
}

.footer-widget-title {
	text-align: left;
	color: #fff;
	font-size: 19px;
	padding-bottom: 26px;
}

.footer-widget-content p {
	text-align: left;
	margin-bottom: 15px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
}

.footer-contacts {
	margin-bottom: 16px;
	padding-top: 4px;
}

.footer-contacts li {
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
	color: #fff;
}

.footer-contacts li:last-child {
	margin-bottom: 0;
}

.footer-contacts li span {
	margin-right: 20px;
	width: 80px;
	float: left;
}

.footer-contacts li a,
.footer-contacts li span {
	color: #fff;
	transition: all 200ms linear;
}

.copyright {
	float: left;
	position: relative;
	color: #fff;
	top: 30px;
	font-size: 13px;
}

.footer-bottom {
	height: 80px;
	background: #61210f;
}

.two-column .gallery-item {
	width: calc(50% - (12px * 2));
}

.grid-big-pad .gallery-item {
	margin: 12px;
}

.gallery-item {
	box-shadow: 0 9px 16px rgba(58, 87, 135, 0.35);
	position: relative;
	float: left;
	overflow: hidden;
}

.grid-item-holder {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.grid-item-details {
	float: left;
	width: 100%;
	padding: 20px;
	border: 1px solid #eee;
	background: #f9f9f9;
	box-sizing: border-box;
}

.grid-item-details h3 {
	display: block;
	text-align: left;
	padding-bottom: 12px;
	color: #333;
	font-size: 17px;
	font-weight: 600;
	position: relative;
}

.grid-item-details p {
	text-align: left;
}

.grid-item-details h3 span {
	position: absolute;
	right: 0;
	top: 6px;
	font-size: 12px;
	font-style: italic;
}

.grid-item-price {
	float: left;
	width: 100%;
	position: relative;
}

.grid-item-price span {
	font-size: 22px;
	position: relative;
	float: left;
}

.grid-item-price .add-cart {
	opacity: 1;
	bottom: 0;
	visibility: visible;
	background: #fff;
}

.add-cart {
	position: absolute;
	bottom: -40px;
	right: 0;
	font-size: 12px;
	font-weight: 600;
	background: #fff;
	border: 1px solid #eee;
	padding: 5px 10px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: all .2s ease-in-out;
}

.gallery-item img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	background: #292929;
	transform: translateZ(0);
	transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}





.header-cart-wrap {
	position: absolute;
	top: -200px;
	right: 0px;
	padding: 25px 20px 15px;
	width: 400px;
	background: #fff;
	opacity: 0;
	visibility: visible;
	display: none;
	border: 1px solid #eee;
	border-top: none;
	z-index: -1;
}

.vis-cart {
	opacity: 1;
	visibility: visible;
	right: 0px;
	top: 70px;
}

.header-cart-title {
	font-size: 19px;
	font-weight: 600;
	color: #292929;
	padding: 0 0 20px 0;
	text-align: left;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.header-cart-wrap-container {
	max-height: 220px;
	float: left;
	width: 100%;
	overflow: auto;
	padding-right: 10px;
}

.header-cart-wrap-total {
	padding: 18px 0;
	text-align: left;
	border-bottom: 1px solid #eee;
	margin-top: 10px;
}

.header-cart-wrap-total:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	border-top: 1px solid #eee;
	box-sizing: border-box;
}

.header-cart-wrap-total-item {
	color: #292929;
	font-size: 16px;
	font-weight: 600;
}

.header-cart-wrap-total-item span,
.header-cart-title span {
	float: right;
}

.header-cart-title span {
	font-size: 12px;
	font-weight: 600;
	position: relative;
	top: 6px;
	color: #555;
}

.box-widget-content .widget-posts ol {
	counter-reset: my-awesome-counter;
	padding: 0 10px 0 20px;
}

.box-widget-content .widget-posts li {
	position: relative;
	counter-increment: my-awesome-counter;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0;
}

.box-widget-content .widget-posts li:before {
	content: counter(my-awesome-counter);
	font-size: 12px;
	font-weight: 600;
	position: absolute;
	left: -20px;
	top: 30px;
}

.box-widget-content .widget-posts li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.box-widget-content .widget-posts-img {
	float: left;
	width: 30%;
}

.box-widget-content .widget-posts-descr {
	float: left;
	width: 70%;
	padding: 0 30px 0 20px;
	text-align: left;
	position: relative;
}

.box-widget-content .widget-posts-descr a {
	color: #111;
	font-weight: 500;
	font-size: 13px;
}

.widget-posts-descr-calc {
	width: 100%;
	font-weight: 400;
	color: #666;
	padding-top: 6px;
	font-size: 12px;
}

.widget-posts-descr-calc span {
	padding: 0 4px;
}

.clear-cart-button {
	cursor: pointer;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	right: 6px;
	top: 50%;
	margin-top: -10px;
}

.header-cart-wrap-footer {
	padding-top: 15px;
}

.header-cart-wrap-footer:before {
	content: "";
	display: block;
	width: 1px;
	height: 16.8px;
	position: absolute;
	top: 34px;
	left: 50%;
	background: #ccc;
	margin-top: -8.4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header-cart-wrap-footer a {
	width: 45%;
	float: left;
	padding: 12px 0;
	color: #fff;
	background: #292929;
	font-size: 12px;
	font-weight: 600;
}

.header-cart-wrap-footer a:last-child {
	float: right;
}

@media only screen and (max-width: 1064px) {
	.nav-button-wrap {
		float: right;
		height: 70px;
		width: 70px;
		cursor: pointer;
		position: relative;
		display: block;
		left: 24px;
	}

	.grid-big-pad .gallery-item {
		margin: 0px 0px 12px 0px;
	}

	.grid-big-pad .gallery-item:last-child {
		margin: 0px;
	}

	.two-column .gallery-item {
		width: 100%;
	}

	.nav-button {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 22px;
		height: 20px;
		margin-left: -11px;
		margin-top: -6px;
	}

	.nav-button span {
		float: left;
		width: 100%;
		height: 2px;
		background: #fff;
		margin-bottom: 4px;
		border-radius: 4px;
		-webkit-transition: all 200ms linear;
		transition: all 200ms linear;
	}

	.nav-button span:first-child {
		width: 50%;
	}

	.main-menu nav ul {
		display: none;
	}

	.main-menu {
		position: absolute;
		top: 70px;
		right: -20px;
		width: 300px;
		z-index: 50;
		padding: 15px 10px;
		background: #521C0D;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

	.vismobmenu {
		opacity: 1;
		right: 0;
		visibility: visible;
	}

	.menusb {
		display: block;
		float: left;
		position: relative;
		width: 100%;
		overflow: hidden;
	}

	.main-menu .menusb ul {
		display: block;
		float: left;
		position: relative;
		width: 100%;
	}

	.menusb li {
		margin: 0;
		float: left;
		width: 100%;
		position: relative;
		overflow: hidden;
		padding: 0 20px;
	}

	.menusb a {
		float: left;
		width: 100%;
		padding: 8px 5px;
		position: relative;
		font-weight: 600;
		text-transform: uppercase;
		font-size: 11px;
		color: #fff;
		line-height: 20px;
		text-align: left;
	}

	.height-emulator {
		display: none;
	}

	.fixed-footer,
	.footer-cart-content,
	.footer-cart-title {
		position: relative !important;
		float: left;
		width: 100%;
	}

	.footer-cart-content {
		margin-bottom: 20px;
	}

	.footer-cart-wrap {
		padding: 10px 0 30px;
	}

	.content {
		overflow: hidden;
	}
}

@media only screen and (max-width: 768px) {

	.copyright {
		margin-top: 10px;
		top: 0;
	}

	.copyright {
		margin-top: 20px;
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	.show-reserv-button i {
		display: block;
		font-weight: 400;
		font-size: 18px;
		top: 26px;
	}

	.show-reserv-button,
	.show-cart,
	.nav-button-wrap {
		padding: 0;
		width: 40px;
		border-left: none;
	}

	.show-reserv-button span {
		display: none;
	}
}

@media only screen and (max-width: 560px) {

	.main-header .container {
		width: 100%;
	}

	.header-inner {
		top: 0 !important;
	}

	.hero-title h2 {
		font-size: 42px;
		line-height: 54px;
	}
}