/*  home-page-logo */

.home-page-logo{
    
    margin-bottom:15px;
    max-height:285px;
    
}


/*  end of home-page-logo  */



.sidebar-dark-primary{
	
	background-color:#1a1a1a;
	
}

.nav-link.active{
	
	background-color: #ffffff!important;
    color: #1a1a1a!important;
	
}

.content{
	
	padding-bottom:50px!important;
	
}

.category_select{
	
	width:100%;
	
}

.category_select ul{
	
	width:100%;
	list-style:none;
	padding-left:0px;
	
}

.category_select li{
	
	padding: 5px;
    background-color: #3e3440;
    color: white;
    margin-top: 5px;
	
}

.category_select li:hover{
	
    background-color: #5d505f;
	
}

.card-disabled{
	
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #3e3440bd;
    top: 0;
    left: 0;
    border-radius: 5px;
	
}

.opening-times-table{
	
	width:100%;
	
}

.checkout-tabs{
	
	height:100px;
	width:100%;
	margin-bottom:25px;
	color: #bfbfbf;
	cursor:pointer;
	margin-top:-16px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	
}

.icon-tab.selected{
	
	border-bottom:3px solid #1a1a1a;
	color:#1a1a1a;
	
}

.icon-tab:first-child{
	
	border-right: 1px solid rgba(0,0,0,.1);
	
}

.icon-tab{
	
	height:100px;
	width:50%;
	padding:10px 5px;
	float:left;
	text-align:center;
	
}

.icon-tab i{
	
	font-size:60px;
	
}

.quantity-input{
	
	width:30px;
	border:none;
	text-align:center;
	
}

.quantity-input{
	
	width:30px;
	border:none;
	line-height: 28px;
	float:left;
	text-align:center;
	
}

.quantity-input-container{
	
	height:30px;
	
}

.minus-button{
	
	height:30px;
	color:white;
	background-color:#1a1a1a;
	width:30px;
	line-height:30px;
	border-radius:15px;
	float:left;
	-webkit-touch-callout: none;
	-webkit-user-select: none; 
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none; 
	user-select: none; 
	margin-right:5px;
	text-align:center;
	
}

input:focus {
    outline-width: 0;
}

.plus-button{
	
	height:30px;
	color:white;
	background-color:#1a1a1a;
	width:30px;
	border-radius:15px;
	line-height:30px;
	float:left;
	-webkit-touch-callout: none;
	-webkit-user-select: none; 
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none; 
	user-select: none; 
	margin-left:5px;
	text-align:center;
	
}

.hero-image {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/hero.jpg");
	height: 600px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	
}

.hero-text{
	
	width:100%;
	text-align:center;
	position:absolute;
	bottom:0px;
	color:white;
	width:100%;
	padding-bottom:200px;
	
}

.custom-button{
	
	background-color:#1a1a1a;
	color:white;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:30px;
	padding-left:30px;
	height:50px;
	border-radius:25px;
	border:none;
	
}

.custom-button:disabled{
	
	background-color:#bfbfbf;
	
}


.nav-links{
	
	grid-column: 2 / -1;
	
}

.nav-links ul{
	
	list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
	
}

.nav-links a{
	
	float:right;
	color:white;
	height:50px;
	line-height:50px;
	padding-right:15px;
	padding-left:15px;
	
	
}

.nav-links a:hover{
	
	background-color: #1a1a1a;
	text-decoration:none;
	
}

.menu-title{
	
	line-height: 60px;
	
}

.menu-description{
	
	margin-top: 1rem;
    font-size: 15px;
    color: #6b6e70;
	
}

.menu-parent{
	
	position: absolute;
    background-color: white;
    width: 100%;
    top: -100px;
	box-shadow: 0px 0px 20px #0000001f;
	padding:25px;
	border-radius:7px;
	margin-bottom:50px;
	left:0px;
	
}

.menu-list{
	
	list-style:none;
	padding-left:0px;
	background-color:white;
	
}

.menu-list li{
	
	padding-left:25px;
	padding-right:50px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid lightgrey;
	position:relative;
	cursor:pointer;
	
}

.back-link{
	
	color: #1a1a1a;
	
}

.item-price{
	
	position:absolute;
	right:5px;
	color: #48a34b;
	font-weight:bold;
	top: 50%;
    margin-top: -9.5px;
	
}

.menu-list li:hover{
	
	background-color:#e7e7e7;
	
}

.footer{
	
	background-color:#1a1a1a;
	width:100%;
	min-height:50px;
	padding-top:25px;
	padding-bottom:25px;
	
}

.footer-col{
	
	color:white;

}

.cart-link{
	
	display:none;
	
}

.cart-count{

	top: 10px;
    right: 4px;
    height: 15px;
    width: 15px;
    border-radius: 10px;
    background-color: #ffffff;
    color: black;
    position: absolute;
    line-height: 15px;
    text-align: center;
	
}

.cart-parent{
	
	position: absolute;
    background-color: white;
    width: 100%;
    top: -48px;
	left:0px;
	box-shadow: 0px 0px 20px #0000001f;
	padding:25px;
	border-radius:7px;
	margin-bottom:50px;
	
}

.cart-hero-image {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/hero.jpg");
	height: 300px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	
}

.account-hero-image {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/hero.jpg");
	height: 300px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	
}

.cart-text{
	
	width:100%;
	text-align:center;
	position:absolute;
	bottom:0px;
	color:white;
	width:100%;
	padding-bottom:200px;
	
}

.cart-list{
	
	list-style:none;
	padding-left:0px;
	background-color:white;
	
}

.cart-list li{
	
	padding-left:35px;
	padding-right:25px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid lightgrey;
	position:relative;
	cursor:pointer;
	
}

.item-price{
	
	position:absolute;
	right:5px;
	color: #48a34b;
	font-weight:bold;
	top: 50%;
    margin-top: -9.5px;
	
}

.collapse-card-header{
	
	height:50px;
	width:100%;
	background-color:#1a1a1a;
	color:White;
	cursor:pointer;
	padding-left:10px;
	line-height:50px;
	
}

.collapse-card-header i{
	
	margin-right:10px;
	
}

.collapse-card{
	
	width:100%;
	transition:height 0.5s;
    height: 50px;
    overflow: hidden;
	
}

.remove-cart{
	
    position: absolute;
    color: #b80000;
    left: 12px;
    top: 50%;
    margin-top: -8px;
	
}

.cart-empty{
	
	display:none;
	
}

.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.radio-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

.radio-container:hover input ~ .radio-checkmark {
  background-color: #ccc;
}

.radio-container input:checked ~ .radio-checkmark {
  background-color: #1a1a1a;
}

.radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-container input:checked ~ .radio-checkmark:after {
  display: block;
}

.radio-container .radio-checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.account-page-nav{
	
	height: 40px;
    background-color: #1a1a1a;
	
}

.account-page-nav ul {
	
	list-style:none;
	padding-left:0px;
	margin: 0px;
	
}

.account-page-nav li {
	
	float:left;
	height:40px;
	
}

.account-page-nav a {
	
	color:white;
	line-height:40px;
	padding-right:10px;
	padding-left:10px;
	
}

.account-page-nav a:hover {
	
	text-decoration:none;
	
}

.account-page-nav li:hover {
	
	background-color:#1a1a1a;
	
}

.custom-card{
	
	min-height:300px;
	box-shadow: 0px 0px 20px #0000001f;
	width:100%;
	margin-top:50px;
	margin-bottom:50px;
	background-color:white;
	padding:20px;
	position:relative;
	
}

.custom-card-title{
	
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
	
}

.checkout-parent{
	
	position: absolute;
    background-color: white;
    width: 100%;
    top: -100px;
	left:0px;
	box-shadow: 0px 0px 20px #0000001f;
	padding:25px;
	border-radius:7px;
	margin-bottom:50px;
	
}

.checkout-title{
	
	line-height: 60px;
	
}

.cart-list-display{
	
	list-style:none;
	padding-left:0px;
	background-color:white;
	
}

.cart-list-display li{
	
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid lightgrey;
	position:relative;
	cursor:pointer;
	
}

.custom-input{
	
	width: 100%;
    border: 1px solid #cacaca;
    padding: 5px;
    border-radius: 5px;
	
}

.custom-input:focus{
	
	outline-width: 0;
	
}

.spinner-container{
	
	height:100vh;
	width:100vw;
	position:fixed;
	background-color:#00000070;
	top:0px;
	left:0px;
	z-index:2000;
	display:none;

	
}

.lds-roller {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
	width: 80px;
	height: 80px;
}
.lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 40px 40px;
}
.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #fff;
	margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
	top: 63px;
	left: 63px;
}
.lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
	top: 68px;
	left: 56px;
}
.lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
	top: 71px;
	left: 48px;
}
.lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px;
}
.lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
	top: 71px;
	left: 32px;
}
.lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
	top: 68px;
	left: 24px;
}
.lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
	top: 63px;
	left: 17px;
}
.lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12px;
}
@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes progress-loader {
  0% {
	opacity:0;
  }
  50% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}

.progress-loader{
	
	animation: progress-loader 1s infinite;
	
}

.order-view-text-container{
	
	padding-top:50px;
	padding-bottom:50px;
	text-align:center;
	
}

.order-icon-container{
	
    height: 150px;
    width: 150px;
    line-height: 150px;
    font-size: 50px;
    display: inline-block;
    border-radius: 75px;
    background-color: #1a1a1a;
	margin-bottom:50px;
	
}

.order-icon-container i{
	
	color:white;
	
}

.order-icon-container-sm{
	
    height: 75px;
    width: 75px;
    line-height: 75px;
    font-size: 25px;
    display: inline-block;
    border-radius: 39px;
    background-color: #1a1a1a;
	margin-bottom:50px;
	
}

.order-icon-container-sm i{
	
	color:white;
	
}
@media only screen and (max-width: 700px) {
  .nav-links{
	
		grid-column: 1 / -1;
		
	}
	
	.hero-text{
		
		padding-top:75px;
		
	}
	
}

body{
    
    width:100vw;
    overflow-x:hidden;
    
}

.custom-card-body{
	
	overflow-y:scroll;
	padding:10px;
	height:100%;
	
}

.custom-card-title .badge{
	
	float:right;
	margin-left:10px;
	cursor:pointer;
	margin-top: 3px;

}

.menu-parent .badge{
	
	float: right;
    margin-top: -53px;
    font-size: 19px;

}

.opening-time-list{
	
	list-style: none;
    padding-left: 0px;
	font-size:14px;
	
}

.order-summary-list{
	
	list-style: none;
    padding-left: 0px;
	
}
.footer {
	background: black;
	color: white;
  }
  .footer .links ul {
	list-style-type: none;
  }
  .footer .links li a {
	color: white;
	transition: color 0.2s;
  }
  .footer .links li a:hover {
	text-decoration: none;
	color: #4180CB;
  }
  .footer .about-company i {
	font-size: 25px;
  }
  .footer .about-company a {
	color: white;
	transition: color 0.2s;
  }
  .footer .about-company a:hover {
	color: #4180CB;
  }
  .footer .location i {
	font-size: 18px;
  }
  .footer .copyright p {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  
  /* navbar regular css start */

  .header-area{
	position: fixed;
    width: 100vw;
    z-index: 25;
    top: 0px;
  }

  .navbar-area {
	background-color: black;
  }
  .site-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  a.site-logo {
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
  }
  .site-navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
  }
  .site-navbar ul li a {
    color: #fff;
    padding: 20px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
  }
  .site-navbar ul li a:hover {
    background: rgba(255,255,255,.1);
  }
  /* navbar regular css end */
  
  
  /* nav-toggler css start */
  .nav-toggler {
    border: 3px solid #fff;
	padding: 5px;
	z-index: 32;
    background-color: transparent;
    cursor: pointer;
    height: 39px;
    display: none;
  }
  .nav-toggler span, 
  .nav-toggler span:before, 
  .nav-toggler span:after {
    width: 28px;
    height: 3px;
    background-color: #fff;
    display: block;
    transition: .3s;
  }
  .nav-toggler span:before {
    content: '';
    transform: translateY(-9px);
  }
  .nav-toggler span:after {
    content: '';
    transform: translateY(6px);
  }
  .nav-toggler.toggler-open span {
    background-color: transparent;
  }
  .nav-toggler.toggler-open span:before {
    transform: translateY(0px) rotate(45deg);
  }
  .nav-toggler.toggler-open span:after {
    transform: translateY(-3px) rotate(-45deg);
  }
  /* nav-toggler css start */
  
  
  /* intro-area css start */
  .intro-area {
    height: calc(100vh - 61px);
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
  }
  .intro-area h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 50px;
    margin-bottom: 25px;
  }
  .intro-area p {
    font-size: 18px;
  }
  /* intro-area css end */
  
  
  /* mobile breakpoint start */
  @media screen and (max-width: 767px) {
    .container {
      max-width: 720px;
    }
    /* navbar css for mobile start */
    .nav-toggler{
      display: block;
    }
    .site-navbar {
      min-height: 60px;
    }
    .site-navbar ul {
      position: absolute;
      width: 100%;
      height: calc(100vh - 60px);
      left: 0;
      top: 60px;
      flex-direction: column;
      align-items: center;
      border-top: 1px solid #444;
      background-color: rgba(0,0,0,.75);
      max-height: 0;
      overflow: hidden;
      transition: .3s;
    }
    .site-navbar ul li {
      width: 100%;
      text-align: center;
    }
    .site-navbar ul li a {
      padding: 25px;
    }
    .site-navbar ul li a:hover {
      background-color: rgba(255,255,255,.1);
    }
    .site-navbar ul.open {
      max-height: 100vh;
	  overflow: visible;
	  z-index:100;
    }
    .intro-area h2 {
      font-size: 36px;
      margin-bottom: 15px;
    }  
    /* navbar css for mobile end */
  }
  /* mobile breakpoint end */