@charset "utf-8";
/* CSS Document */
.hero-12 { padding:100px 0 0 0 !important; }
.hero-12 .hero--content { padding-top: 80px;    position: absolute;    z-index: 99;    width: 100%;    top: 22%; text-align:center;}
.hero-12 h3.hero--headline {    color: #ffffff !important; line-height: 57px; margin-bottom: 27px;}
.hero-12 h1.hero--bio {
    color: #ffffff !important;
    line-height: 28px;
    margin-bottom: 10px!important;
    padding: 0px 30px;
    font-size:18px;
}
.flexslider{border:none !important; margin-bottom:0px;}
.order-online-btn {    color: #fff; padding:10px 20px;    background-color: #be0500;    border-color: #be0500; border:1px solid #fff;}
.order-online-btn:hover{color: #be0500; background-color: #fff; border:1px solid #be0500;}
.home-about{background:#fff;}
.main-content-section:before{background:#fff;}
.inner-contentwrap {background-color: #fff;}
.inner-contentwrap p, .inner-contentwrap h2{color: #000;}
/******slider css start******/
.overlay{background: rgba(51,51,51,0.3); z-index:1;}

audio, canvas, video {
    display: inline-block;
}

@media screen and (-webkit-min-device-pixel-ratio: 0){
    video {
        object-fit: cover !important;
    }
}

@media (max-width: 680px){
    .navbar-brand>img {
        display: block;
        width: 125px;
    }
}

.overlay2 {
    z-index: -1 !important;
}

.hero-12 .hero--content {
padding-top: 80px;
position: absolute;
z-index: 99;
width: 100%;
top: 55%;
text-align: center;
}

.hero-12 h3.hero--headline {
color: #ffffff !important;
margin-bottom: 0px;
font-size: 14px;
line-height: inherit;
letter-spacing: 2px;
text-transform: uppercase;
}

.hero-12 h1.hero--bio {
color: #ffffff !important;
margin-bottom: 10px!important;
padding: 0px 30px;
font-size: 3em;
line-height: 50px;
}

.slider-btn{
    white-space: break-spaces;
}

@media (max-width: 680px){
    .hero-12 .hero--content{top:37% !important;}
    .hero-12 h1.hero--bio {
        margin-bottom: 10px;
        font-size: 18px;
    }
    video {height:250px;}
}

.box_more_thn_one .slider-btn{
    white-space: break-spaces;
    position: absolute;
    bottom: 100px;
    width: 100%;
    left: 0;
}

@media (max-width: 680px){
    .box_more_thn_one .slider-btn {
        white-space: break-spaces;
        position: inherit;
        bottom: inherit;
        width: 100%;
        left: 0;
        margin-top: 20px;
    }
}
@media (min-width: 681px) and (max-width: 1200px){
    .box_more_thn_one .slider-btn {
        white-space: break-spaces;
        position: inherit;
        bottom: inherit;
        width: 100%;
        left: 0;
        margin-top: 20px;
    }
}

.goog-te-menu-value span { color: #000; }

#notify-popup.overlay3 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: opacity 500ms;
  z-index:99999;
  display:none;
}

#notify-popup .popup {
  margin: 70px auto;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  width: 40%;
  position: relative;
  transition: all 5s ease-in-out;
  z-index:99999;
  display:none;
}
#notify-popup .popup img{width:100%;}
#notify-popup .clear{clear:both;}
#notify-popup .nopadding{padding:0px;}
#notify-popup .popup-text{margin-top:10px; text-align: center; margin-bottom:30px;}
#notify-popup .popup-text .content p{font-weight:bold;}
@media screen and (max-width: 680px){
#notify-popup .popup-text{margin-top:0px;}
}
#notify-popup .popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
#notify-popup .popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  opacity: 1;
  
  
}
#notify-popup .popup .close:hover {
  color: #06D85F;
}
#notify-popup .popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  #notify-popup .box{
    width: 70%;
  }
  #notify-popup .popup{
    width: 70%;
  }
#notify-popup .popup .close {
    position: absolute;
    top: 10px;
    right: 16px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
}

 /**************************HORIZONTAL MENU LEFT RIGHT SCROLLAR CSS START*************************/
 .pn-ProductNav_Wrapper {
	position: relative;
	padding: 0 11px;
	box-sizing: border-box;
	background-color: #f26725;box-shadow: 0 3px 3px rgba(0,0,0,0.05);
	color: #fff; /*margin-bottom:10px;*/ 
 }
 .pn-ProductNav {
	/* Make this scrollable when needed */
	overflow-x: auto;
	/* We don't want vertical scrolling */
	overflow-y: hidden;
	/* For WebKit implementations, provide inertia scrolling */
	-webkit-overflow-scrolling: touch;
	/* We don't want internal inline elements to wrap */
	white-space: nowrap;
	/* If JS present, let's hide the default scrollbar */
  /* positioning context for advancers */
	position: relative;
	font-size: 0;
 }
 .js .pn-ProductNav {
	/* Make an auto-hiding scroller for the 3 people using a IE */
	-ms-overflow-style: -ms-autohiding-scrollbar;/* Remove the default scrollbar for WebKit implementations */
 }
 .js .pn-ProductNav::-webkit-scrollbar {
  display: none;
 }
 .pn-ProductNav_Contents {
	float: left;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
	position: relative;
 }
 .pn-ProductNav_Contents-no-transition {
	transition: none;
 }
 .pn-ProductNav_Link {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-family: -apple-system, sans-serif;
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	border: 1px solid transparent;
	padding: 0 11px;
 }
 .pn-ProductNav_Link + .pn-ProductNav_Link {
	border-left-color: green;
 }
 .pn-ProductNav_Link[aria-selected="true"] {
	color: #fff;
 }
 .pn-ProductNav_Link:hover{color:yellow;}
 .pn-Advancer {
	/* Reset the button */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	padding: 0;
	border: 0;
	/* Now style it as needed */
	position: absolute;
	top: 0;
	bottom: 0;
	/* Set the buttons invisible by default */
	opacity: 0;
	transition: opacity .3s;
}
.pn-Advancer:focus {
	outline: 0;
}
.pn-Advancer:hover {
	cursor: pointer;
}
.pn-Advancer_Left {
	left: 0;
}
[data-overflowing="both"] ~ .pn-Advancer_Left, [data-overflowing="left"] ~ .pn-Advancer_Left {
 opacity: 1;
}
.pn-Advancer_Right {
	right: 0;
}
[data-overflowing="both"] ~ .pn-Advancer_Right, [data-overflowing="right"] ~ .pn-Advancer_Right {
 opacity: 1;
}
.pn-Advancer_Icon {
	width: 20px;
	height: 44px;
	fill: #ec3730;
}
.pn-ProductNav_Indicator {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 100px;
	background-color: transparent;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	transition: background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out, background-color .2s ease-in-out;
	transition: transform .2s ease-in-out, background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
}
/* Only stick if you can fit */
.pn-mainwrapper {
	background-color: #fff;
	color: #000;
	box-shadow: 1px 1px 1px #ccc;
}
.fix_below_header {
	position: fixed;
	top: 130px;
	left: 0;
	width: 100% !important;z-index: 99;
	margin: 0 auto!important; 
}
.visible_horizontal_menu{display:none;}
@media (max-width: 680px){
.fix_below_header {
	position: fixed;
	top: 100px;
	left: 0;
	width: 100% !important;z-index: 99;
	margin: 0 auto!important; 
}
.single_menu_list img{display:none;}
.single_menu_list {padding-left: 0px !important; margin-bottom:20px !important;}
}

@media (min-width: 768px) and (max-width:1024px){
.single_menu_list img {max-width: 18% !important;}
.fix_below_header{top:110px;}
}

a .product-bottom{color:#000;}
a .product-bottom:hover, .product-carousel .product a:hover{color:green;}
.product-carousel .product-top:hover {box-shadow: 3px 3px 5px #ccc; border: 5px solid #f1f1f1; }
.product-carousel .product-image{margin-bottom:0px;}
/**************************HORIZONTAL MENU LEFT RIGHT SCROLLAR CSS END*************************/

/******************Menu tab css start***********************/
#myTabContent {
	margin-top: 50px;
}
.menu_tab {
	width: auto;
	margin: 0 auto;
}
#myTabContent .fade {
	opacity:1;
}
.nav-tabs .nav-item {
	margin-bottom: -1px;
}
.nav-item a {
	color: #333; font-weight:bold;
}
.menu_tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: white;
	background-color: #FF5E18;
	border-color: #FF5E18;
}
.single_menu_list {
	position: relative;
	padding-left: 160px;
	margin-bottom: 80px;
	height:100px;
}

.single_menu_list img {
	max-width: 25%;
	position: absolute;
	left: 0px;
	top: 0;
	border: 1px solid #ddd;
	padding: 3px;
	border-radius: 50%;
	transition: .4s
}

.single_menu_list:hover img {
	border-radius: 0;
	transition: .4s
}

.single_menu_list h4 {
	font-size: 20px;
	border-bottom: 1px dashed #333;
	padding-bottom: 15px;
	margin-bottom: 10px; color: #666;
}

.single_menu_list h4 span {
	float: right;
	font-weight: bold;
	color: #FF5E18;
	font-style: italic;
}
.mob-menu-heading {
	font-size: 18px !important;
	margin-bottom: 30px !important;
	display: block;
	background-color: #f1f1f1;
	padding: 10px;
	letter-spacing: 0px !important;
}
@media (max-width: 680px){
.single_menu_list h4 span {
	float: right;
	font-weight: bold;
	color: #FF5E18;
	font-style: italic;
	display: inline-block;
	/* width: 100%; */
	text-align: right;
	/* margin-bottom: 30px; */
	background: #f1f1f1;
	padding: 5px;
	border-radius: 5px;
}
.single_menu_list h4 {font-size: 16px;}
}

/*******************MENu tab css end***********************/
/***floating button css***/
a.arrow-up.showup {
	opacity: 1;
	visibility: visible;
	z-index: 9;
}
a.arrow-up {
	position: fixed;
	width: 60px;
	height: 60px;
	background-color: #ec0606;
	bottom: 5%;
	right: 20px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	line-height: 2.3;
	font-size: 26px;
	box-shadow: 0px 0px 10px #00000087;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
@media (max-width: 680px){
 a.arrow-up {bottom: 10%;}
}

@media (max-width: 680px){
.visible_horizontal_menu {
    display: block;
 }
}

.pn-ProductNav_Wrapper {background-color: #333;}
.single_menu_list {
    position: relative;
    padding-left: 0;
    margin-bottom: 80px;
}
.single_menu_list h4 {
    font-size: 14px; color:#000;
}
.single_menu_list h4 span{color:#666;}

/***floating button css end***/

.delivery-pickup-holder {
    padding-top: 200px;
}

@media (max-width: 680px){
.single_menu_list {
  height: 100%;
 }
}

