.displayinpc {
	display: block;
}
.displayinmobile {
	display: none;
}
@media (max-width: 767.98px) {
	.displayinpc {
		display: none;
	}
	.displayinmobile {
		display: block;
	}
}
body,
html {
	font-size: 18px;
	color: #000;
	font-weight: 500;
	font-family: 'Red Hat Display', sans-serif;
}
p {
	font-size: 18px;
}
.font-serif {
	font-family: 'Andada Pro', serif;
}
.font-sans-serif {
	font-family: 'Red Hat Display', sans-serif;
}
.font-serif-FH {
	font-family: 'Andada Pro', serif;
	font-weight: 400;
}
.font-serif-SH {
	font-family: 'Andada Pro', serif;
	font-weight: 600;
}
.font-serif-bold {
	font-family: 'Andada Pro', serif;
	font-weight: bold;
}
.nopadding {
	padding: 0;
}
.nomargin {
	margin: 0;
}
.fontbold {
	font-weight: 600;
}
.fontitlaic {
	font-style: italic;
}
.back-black {
	background: #000;
}
.back-white {
	background: #fff;
}
.back-red {
	background: #980408;
}
.color-black {
	color: #000;
}
.color-white {
	color: #fff;
}
.color-orange {
	color: #ff7a2f;
}
.color-red {
	color: #980408;
}
.color-gray {
	color: #666;
}
.h-color-black:hover,
.h-color-black:active,
.h-color-black:focus {
	color: #000;
	transition: 0.3s;
}
.h-color-white:hover,
.h-color-white:active,
.h-color-white:focus {
	color: #fff;
	transition: 0.3s;
}
.h-color-orange:hover,
.h-color-orange:active,
.h-color-orange:focus {
	color: #ff7a2f;
	transition: 0.3s;
}
.h-color-red:hover,
.h-color-red:active,
.h-color-red:focus {
	color: #980408;
	transition: 0.3s;
}
.h-color-gray:hover,
.h-color-gray:active,
.h-color-gray:focus {
	color: #666;
	transition: 0.3s;
}
.paddingten {
	padding: 10px;
}
.paddingtwenty {
	padding: 20px;
}
.paddingfourty {
	padding: 40px;
}
.paddingsixty {
	padding: 60px;
}
.paddingeighty {
	padding: 80px;
}
.paddingten-tb {
	padding: 10px 0;
}
.paddingtwenty-tb {
	padding: 20px 0;
}
.paddingfourty-tb {
	padding: 40px 0;
}
.paddingsixty-tb {
	padding: 60px 0;
}
.paddingeighty-tb {
	padding: 80px 0;
}
.paddingten-lr {
	padding: 0 10px;
}
.paddingtwenty-lr {
	padding: 0 20px;
}
.paddingfourty-lr {
	padding: 0 40px;
}
.paddingsixty-lr {
	padding: 0 60px;
}
.paddingeighty-lr {
	padding: 0 80px;
}
.hr-class-hw {
	width: 50%;
	border: 0.5px solid black;
}
.hr-class-fw {
	width: 100%;
	border: 0.5px solid black;
}
.hr-class-w-hw {
	width: 50%;
	border: 0.5px solid #fff;
}
.hr-class-w-fw {
	width: 100%;
	border: 0.5px solid #fff;
}
.box-shadow-css {
	box-shadow: 0 0 10px #00000055;
}
.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.img-css {
	width: 100%;
}
.nodec {
	text-decoration: none !important;
}
.nodec:hover,
.nodec:focus,
.nodec:active {
	text-decoration: none !important;
}
.dec {
	text-decoration: underline;
}
.dec:hover,
.nodec:focus,
.nodec:active {
	text-decoration: underline;
}


/*MAIN CSS*/
header {
  position: absolute;
  width: 100%;
  z-index: 99999;
}
.logocss {
    width: 200px;
}


#app {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}
#app img {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 0 4px #000000a3;
}
.image-preview-container.show {
	z-index: 9999999999;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 8px 15px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ff7a2f;
}
.marqueetext {
    vertical-align: middle;
    padding: 6px;
}
.lines>* {
    display: inline-block;
    position: relative;
}
.lines>::before {
	right: 100%;
}
.lines>::after {
	left: 100%;
}
.lines>::before, .lines>::after {
    content: "";
    position: absolute;
    top: calc(50% - (3px / 2));
    width: 36%	;
    border-bottom: 3px solid #ff7a2f;
}
.ssmwcss {
    max-width: 750px;
	margin: auto;
}
.web-top-css {
	padding: 300px 0 150px;
}
.web-top-back {
	background: url("img/web-top-image.jpg");
	background-size: cover;
}
.overlay {
	background: #000000aa; 
}
.web-top-css h1 {
	font-size: 48px;
	margin-bottom: 30px;
}
.web-top-css p {
	font-size: 24px;
}
.buttons button {
    font-size: 22px;
    background: #ff7a2f;
    border: 0;
	margin: 5px;
    padding: 5px 20px;
    border-radius: 5px;
    font-weight: 400;
	color: #fff;
}
.lftimage {
    width: 60%;
    position: absolute;
}
.lftvideo {
    padding: 20% 0% 20% 10%;
}
.left-side {
	background: url("img/leftimage.jpg");
	background-size: contain;
	background-repeat: no-repeat;
}
.right-side h1{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
}
.right-side {
	padding: 40px;	
}
.center-image {
	background: url("img/center-image.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 400px;
}
.center-text-css {
	max-width: 600px;
	margin: auto;
}
.center-text-css h1{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
}
.center-text-css h2{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}
.cust-margin {
	margin-bottom: 5px;
}
.footer-box-css {
	background: url("img/food-back.jpg");
	background-size: cover;
}
.overlay-css {
    background: #fffffff2;
    box-shadow: 0 0 10px #98040826;
}
.menu-button-css {
    background: #980408;
    border-radius: 5px;
	margin-right: 10px;
}
.top-f-gap-css {
	padding-top: 155.59px;
}
.menu-back-css {
	background: #980408 !important;
}
.three-bx {
	box-shadow: 0 0 10px #00000042;
	border-radius: 5px;
	padding: 20px;
}
.c-forms-confirmation-message.c-html p {
    font-size: 24px;
    text-align: center;
    margin-top: 90px;
}
.inside-back-css {
    background: url(img/inside-back.jpg);
    background-size: auto;
    background-position: center;
    background-attachment: fixed;
}
.main-category-css {
    font-size: 32px;
    font-weight: 600;
    color: #cb3c03;
    margin: 18px 0;
}
.cart-hr {
    border: 2px solid #cb3c03;
    border-radius: 50%;
    margin-bottom: 10px;
}
.menu-css {
    background: #fff;
	padding: 0 15px;
}
.main-item-title-css {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 05px;
}
.main-item-desc-css {
    font-size: 18px;
    color: #737373;
    margin-bottom: 10px;
}
.main-item-price-css {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 05px;
}
.items-css {
    margin-bottom: 10px;
}
.carousel-caption {
    position: absolute;
    top: 50% !important;
    width: 70%;
	bottom: auto;
	right: auto;
    left: 50% !important;
	transform: translate(-50%, -50%);
}
.formfields-css:disabled {
    background: #ffede6 !important;
}
.socialmedia-icons {
    font-size: 32px;
}
.nav-link.snackbar_button {
    text-align: center;
    background: #fff;
    color: #980408 !important;
    border-radius: 5px;
    margin-right: 30px;
    margin-top: -12px;
}
@media (max-width: 1366px) {
	.web-top-css {
		padding: 200px 0 80px;
	}
	.web-top-css p {
		font-size: 20px;
	}
	.logocss {
		width: 165px;
	}
	.navbar-light .navbar-nav .nav-link {
		font-size: 15px;
	}
	.top-f-gap-css {
		padding-top: 133.48px;
	}
}
@media (max-width: 767.98px) {
	header.clone {
		display: none;
	}
	header {
		position: fixed;
		top: 0;
	}
	.top-f-gap-css {
		padding-top: 109.47px;
	}
	.mp-items {
		width: 70% !important;
		padding-right: 0;
	}
	.mp-price {
		width: 30% !important;
		padding-left: 0;
	}
	.main-category-css {
		font-size: 24px;
	}
	.main-item-price-css {
		font-size: 18px;
		float: left;
		width: 100%;
	}
	.main-item-desc-css {
		font-size: 16px;
	}
	.main-item-title-css {
		font-size: 18px;
	}
	.right-side {
		padding: 40px 0px;	
	}
	.logocss {
		width: 127px;
	}
	.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
		color: #980408;
	}
	.lines.web-top-bt {
		font-size: 18px;
	}
	.web-top-css {
		padding: 160px 0 60px 0;
	}
	.web-top-css h1 {
		font-size: 26px;
		background: #fff;
		padding: 8px;
		border-radius: 6px;
		margin: 10px 0;
	}
	.web-top-css p {
		font-size: 20px;
	}
	.lines>::before, .lines>::after {
		content: "";
		position: absolute;
		top: calc(50% - (3px / 2));
		width: 20%;
		border-bottom: 3px solid #ff7a2f;
	}
	.navbar-light .navbar-toggler {
		color: #000;
		border-color: #000;
		background: #fff;
	}
	.navbar {
		padding-left: 0px;
		padding-right: 0px;
	}
	li.nav-item {
		margin: 10px 0 0 0;
		background: #ff7a2f;
	}
	.logo-footer-css {
		padding: 30px 20px;
	}
	#app {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 15px;
		-moz-column-gap: 15px;
		column-gap: 15px;
	}
	.center-image {
		background-attachment: unset;
		height: 300px;
	}
	div#about {
		padding: 50px 0 0 0;
	}
	.nav-link.snackbar_button {
		margin-right: auto;
		margin-top: auto;
	}
	ul.navbar-nav.ml-auto {
		background: #980408;
		width: calc(100% + 30px);
		left: -15px;
		position: relative;
		padding: 15px;
	}
}