body{
	font-family: "Open Sans",sans-serif !important;
}
.overflow-hide{
	overflow: hidden !important;
}
.hide-div{
	display: none !important;
}
/******* NAVIGATION *******/
.navbar-brand {
  font-family: "Open Sans", sans-serif;
  color: #fff !important; }

.navbar-brand img {
  margin-top: -5px; }

.navbar {
  width: 100%; }

.navbar-toggle, .navbar-back {
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  height: 40px;
  border: none; }

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus, .navbar-back {
  background-color: transparent;
  border: none; }

.navbar .cart .glyphicon-shopping-cart,
.navbar .glyphicon-chevron-left {
  color: #fff !important;
  margin: 0;
  width: 22px;
  font-size: 18px;
  border: none; }

.nav > li > a:hover, .nav > li > a:focus {
  background: none; }

  
/* Loader */

#loader{
  background: #00000052;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: fixed;
  display: none;
  z-index: 999999999999;
}
#loader .loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 45%;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* 
* 	Client Header 
*/
.office-info {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 4px solid #bd0a22;
  margin-top: -4px;
  margin-bottom: 20px; }
  .office-info h3#title {
	font-size: 20px;
	margin-top: 10px;
	}
	.office-info h3#title a{
		color: inherit;
		font-size: inherit;
	}
	.office-info h3#title a:hover{
		text-decoration: none;
	}

@media (max-width: 768px) {
	.office-info h3#title {
		margin-bottom: 0;
	}
}

  .office-info p {
    font-weight: normal;
    font-size: 14px;
    color: #424242;
	margin-bottom:2px}
  .office-info .logo {
    padding-top: 10px;
	}
  .office-info .logo img {
    width: 150px;
	}
  .office-info .address {
    padding-top: 10px; }
  .office-info .payment-type img {
    padding-right: 5px;
    padding-left: 5px; }
  .office-info .store-info .store-time-clock {
     }
  .modal-open .modal{
	background: #fff;
  }
  .office-info .modal-body{
	padding: 0;
  }
  .office-info .modal-body h3, .office-info .modal-body p, .office-info .modal-body a{
	color: #000 !Important;
  }
  .office-info .modal-body #modal-info{
	padding: 10px
  }
  .office-info .modal-body #modal-store{
    position: relative;
    margin: 20px 0;
	text-align:center;
  }
  .office-info .modal-body #modal-store span{
	background: #fff;
    padding: 0 10px;
    position: relative;
    z-index: 5;
  }
  .office-info .modal-body #modal-store:before {
    content: " ";
    display: block;
    border-top: solid 1px #555555;
    width: 70%;
    margin-left: 15%;
    height: 1px; 
    position: absolute;
    top: 50%;
    z-index: 1;
 }
 
 .office-info .col-xs-1,  .office-info .col-xs-2, .office-info .col-xs-3,  .office-info .col-xs-4,  .office-info .col-xs-5,  .office-info .col-xs-6, .office-info .col-xs-7,  .office-info .col-xs-8,  .office-info .col-xs-9,  .office-info .col-xs-10,  .office-info .col-xs-11,  .office-info .col-xs-12 {
    padding-right: 10px;
    padding-left: 10px;
}
 
 .header-info-toggle{
	margin: 0;
    padding: 0;
    height: auto;
    cursor: pointer;
	height: auto;
 }
 
 @media (max-width: 768px){
	 .desk-top-title{
			display: none;
	 }
	 #estimated-time{
		float: left;
	 }
	 .office-info .payment-type{
		padding-top: 0;
		float: right;
	 }
  }
  
 .collapse-header-info {
    padding: 0;
    width: 100%;
	border: none;
    box-shadow: none;
 }

  @media (max-width: 768px) {
    .office-info .store-info .store-time-clock {
      display: inline-block; }
    .office-info .store-info .store-time-text {
      display: none; } }
  .office-info .payment-type, .office-info .store-info {
    padding-top: 0;
    text-align: left; }

#h-address a {
  cursor: pointer; }
  
/* New foooter start */
#footer-fixed {
	position: fixed;  
	bottom: 0;
	background: #000;
	color : #fff;
	color : #fff;
	width: 100%;
	text-align: center;
	height: 45px;
	z-index: 999;
}
.new_footer{
    padding: 10px 0;
}

.new_footer #footer-new-text{
	text-align: left;
	margin-top: -6px;
	font-size: 13px;
}
.new_footer #footer-new-text p{
	margin: 0
}
.new_footer #footer-new-text #footer-new-links a {
	color: #fff;
}
.new_footer #footer-new-text #footer-new-links a:hover,
.new_footer #footer-new-text #footer-new-links a:visited{
	color: #fff;
	text-decoration: none;
}
.new_footer #footer-new-text #footer-new-link{

}
.new_footer #footer-new-text #footer-new-copyright{
	opacity: 0.7;
}
.new_footer #footer-new-icons img{
    width: 25px;
	margin: 0 5px;
	opacity: 0.7;
	transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}
.new_footer #footer-new-icons img:hover{
	opacity: 1;
}
.new_footer #footer-new-brand{
	text-align: right;
}
.new_footer #footer-new-brand img{
	width: 120px;
}
.new_footer #footer-new-brand span{
    font-weight: lighter;
	margin-right: 10px;
	font-size: 14px;
    letter-spacing: 0.5px;
}
.new_footer #footer-new-text,
.new_footer #footer-new-icons,
.new_footer #footer-new-brand{
	position: relative;
}
.new_footer #footer-new-line{
	margin: 0px 10px;
}	
.new_footer #footer-new-line:after{
	content: "";
    display: inline-block;
    height: 25px;
    position: absolute;
    border-left: 2px solid #ffffff66;
    margin-left: -2px;
}	

@media (max-width: 1024px) {
	#footer-fixed {
		display: none;
	}
}


/* New foooter end */

#footer {
	position: absolute;
	bottom: 0px;
	background: #000;
	color : #fff;
	width: 100%;
	text-align: center;
	margin-bottom: -170px; 
	z-index: 1000;
}

#footer strong{
	display: block;
}  

#footer-black{
	margin-top: 15px;
	padding: 0;
}  

#footer-travel div{
	margin: 0 auto;
}

#ftToggle {
  display: none; }

#ftToggle:active, #ftToggle:focus {
  border: 0;
  outline: none; }
  
#footer-copyright{
	padding-bottom: 5px;
}

#footer-links a{
	padding-bottom: 5px;
    color: #fff;
    display: block;
}

#footer-links a:hover{
	text-decoration: none;
	color: #fff;
}

#footer-social span{
	color :#757671;
}

#footer-text,
#footer-contact{
	text-align: left;
	font-size: 13px
}

#footer-brand{
	text-transform: uppercase;
}

#footer-brand span{
    display: block;
	letter-spacing: .6px;
	font-size: 12px;
	opacity: 0.7;
}

#footer-icons{
	margin-top: 25px;
}

#footer-icons img{
	width: 32px;
	opacity: 0.7;
	padding: 0 3px;
	transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

#footer-icons img:hover{
	opacity: 1;
}

#footer-icons #footer-social{
	margin-bottom: 10px;
}

#footer-text a,
#footer-contact a,
#footer-text a:hover,
#footer-contact a:hover{
	color: #fff;
	text-decoration: none;
}

.footer-h{
	color: #00AEEF;
	text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.6px;
}

#footer-brand img{
	width: 180px;
}

#siteseal {
    display: block;
    padding-bottom: 20px;
    text-align: center;
	margin-top: 20px;
}

#p-type{
	text-align: center;
}

#p-type img{
	margin: 0 3px;
	display: block;
	margin: 0 auto;
}

#p-type #p-master{
	width: 45px;
	padding-top: 10px;
	padding-bottom: 20px;
}
#p-type #p-visa{
	width: 55px;
	padding-bottom: 20px;
}
#p-type #p-paypal{
	width: 75px;
}

#footer-loyalty #loyalty{
	background: transparent;
    border-radius: 0;
    margin-top: 5px;
	border-color: #757671;
	border-right: none;
}

#footer-loyalty .alert-success{
	padding: 10px;
    margin-top: 5px;
	margin-bottom: 0;
}

#footer-loyalty img{
    margin-top: 5px;
    width: 170px;
}

#footer-ofe strong{
	font-size: 13px;
    color: #757671;
    text-transform: uppercase;
}

#footer-loyalty .form-group{
	position: relative;
	margin-bottom: 0;
}

#footer-loyalty .input-group-btn{
	vertical-align: bottom;
} 

#footer-loyalty .input-group-btn button{
	color: #757671;
    background: transparent;
    border-color: #757671;
    text-shadow: none;
	border-radius: 0;
    border-left-color: transparent;
    border-left: none;
	height: 34px;
}

#footer-loyalty .input-group-btn button #loyalty-icon{
	top: -1px;
}

/* Footer Mobile */
@media (max-width: 994px) {
	#footer-links, #footer-images, #footer-social, #footer-loyalty{
		text-align: center;
		padding: 5px 0;
	}
	
	#footer-loyalty img{
		margin: 0 auto;
	}
	
	#footer-black{
		margin-top: 5px;	
	}
	
	#p-type img{
		margin-top: 10px;
	}
	
	#footer-travel{
		margin-bottom: 10px;
	}
}

html {
  position: relative;
  min-height: 100%;} 

body {
  padding-bottom: 50px;
  color: #333333;
  background-color: #e9eaed;}

.box {
  margin-bottom: 20px;
  background-color: white;
  border: transparent;}

.box-body {
  padding: 15px; }
  .box-body:before, .box-body:after {
    content: " ";
    display: table; }
  .box-body:after {
    clear: both; }

.box-heading {
  padding: 9px 15px;
  background:#021B23; }
  .box-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.box-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  color: #FFF; }
  .box-title > a,
  .box-title > small,
  .box-title > .small,
  .box-title > small > a,
  .box-title > .small > a {
    color: FFF; }

.box-footer {
  padding: 10px 15px;
  background-color: whitesmoke;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.box > .list-group,
.box > .box-collapse > .list-group {
  margin-bottom: 0; }
  .box > .list-group .list-group-item,
  .box > .box-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .box > .list-group:first-child .list-group-item:first-child,
  .box > .box-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .box > .list-group:last-child .list-group-item:last-child,
  .box > .box-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.box-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.box > .table,
.box > .table-responsive > .table,
.box > .panel-collapse > .table {
  margin-bottom: 0; }
  .box > .table caption,
  .box > .table-responsive > .table caption,
  .box > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }
.box > .table:first-child,
.box > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .box > .table:first-child > thead:first-child > tr:first-child,
  .box > .table:first-child > tbody:first-child > tr:first-child,
  .box > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .box > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .box > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .box > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .box > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .box > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .box > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .box > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .box > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .box > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .box > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .box > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .box > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .box > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .box > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .box > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .box > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .box > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }
.box > .table:last-child,
.box > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .box > .table:last-child > tbody:last-child > tr:last-child,
  .box > .table:last-child > tfoot:last-child > tr:last-child,
  .box > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .box > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .box > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .box > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .box > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .box > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .box > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .box > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .box > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .box > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .box > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .box > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .box > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .box > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .box > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .box > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .box > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .box > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }
.box > .panel-body + .table,
.box > .panel-body + .table-responsive,
.box > .table + .panel-body,
.box > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd; }
.box > .table > tbody:first-child > tr:first-child th,
.box > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
.box > .table-bordered,
.box > .table-responsive > .table-bordered {
  border: 0; }
  .box > .table-bordered > thead > tr > th:first-child,
  .box > .table-bordered > thead > tr > td:first-child,
  .box > .table-bordered > tbody > tr > th:first-child,
  .box > .table-bordered > tbody > tr > td:first-child,
  .box > .table-bordered > tfoot > tr > th:first-child,
  .box > .table-bordered > tfoot > tr > td:first-child,
  .box > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .box > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .box > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .box > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .box > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .box > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .box > .table-bordered > thead > tr > th:last-child,
  .box > .table-bordered > thead > tr > td:last-child,
  .box > .table-bordered > tbody > tr > th:last-child,
  .box > .table-bordered > tbody > tr > td:last-child,
  .box > .table-bordered > tfoot > tr > th:last-child,
  .box > .table-bordered > tfoot > tr > td:last-child,
  .box > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .box > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .box > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .box > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .box > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .box > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .box > .table-bordered > thead > tr:first-child > td,
  .box > .table-bordered > thead > tr:first-child > th,
  .box > .table-bordered > tbody > tr:first-child > td,
  .box > .table-bordered > tbody > tr:first-child > th,
  .box > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .box > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .box > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .box > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .box > .table-bordered > tbody > tr:last-child > td,
  .box > .table-bordered > tbody > tr:last-child > th,
  .box > .table-bordered > tfoot > tr:last-child > td,
  .box > .table-bordered > tfoot > tr:last-child > th,
  .box > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .box > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .box > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .box > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.box > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #dddddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #dddddd; }

.panel-default {
  border-color: #dddddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: whitesmoke;
    border-color: #dddddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #dddddd; }
    .panel-default > .panel-heading .badge {
      color: whitesmoke;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #dddddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: white;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: white; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.navbar-brand {
  height: 58px;
  padding: 19px 15px; }
  @media (max-width: 768px) {
    .navbar-brand {
      padding: 19px 0;
      max-width: 212px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      vertical-align: middle; } }
  @media (max-width: 767px) {
    .navbar-brand {
      display: none; } }
  @media (min-width: 768px) {
    .toggle-left {
      display: none; } }

.navbar-nav {
  margin: 0;
  float: right;
  height: 58px; }
  .navbar-nav > li {
    float: left; }
    .navbar-nav > li > a {
      float: left;
      padding: 19px 15px;
      color: #FFF!important; }
      .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
        background: #555555 !important; }
      @media only screen and (min-width: 351px) and (max-width: 620px) {
        .navbar-nav > li > a {
          padding: 18px 18px;
          font-size: 20px;
          line-height: 20px; }}
      @media only screen and (max-width: 620px) {
          .navbar-nav > li > a span.nav-text {
            display: none; } }
      @media (max-width: 350px) {
        .navbar-nav > li > a {
          padding: 18px 17px;
          font-size: 20px;
          line-height: 20px; }}
	.cart-collapse {
     display: none; }
  @media (min-width: 994px) {
	.cart-collapse-nav {
     display: none; }
	.navbar-nav > li.map-collapse {
      display: none; }
	  }

.navbar-nav.navbar-right:last-child {
  margin-right: 0!important; }

  #order-type-bt button {
    width: 50%;
    box-shadow: none;	}

#bt-checkout, #bt-continue {
  background-color: #2ecc71;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  margin-top: 10px !important;
  width: 96%;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: background-color 80ms ease-in;
  margin-left: 2%; }
  
#bt-checkout:hover, #bt-continue:hover {
  background-color: #27ae60; }
  
#float-box .disabled{
  background-color: #e74c3c !important;
}
  
.input-grp input[type=radio], .input-grp input[type=checkbox]{
	margin-right: 5px;
}  

/* Checkout Pay Button*/
#checkout-form-cash input[type=submit],
#checkout-form-cash input[type=button],
#checkout-form input[type=submit]{
    transition: background-color 80ms ease-in;
	border: none;
    padding: 0;
    background: transparent;
    -webkit-appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-right: 10px;
    padding: 0 20px;
    background-color: #2ecc71;
    text-align: center;
    color: #f9f9f9;
    font-size: 16px;}
		
#checkout-form input[type=submit]:hover,
#checkout-form-cash input[type=button]:hover,
#checkout-form-cash input[type=submit]:hover{
	background-color: #27ae60;
}

#login-section .form-wrap{
	text-align: center;
    margin: 0 auto;
    width: 35%;
	padding-bottom: 20px;
	transition: all 600ms;
}

#login-section{
	text-align: center;
}

.location .alert-danger{
	color: #fff;
    background: #E74C3C;
	border: 0;
	text-shadow: none;
	box-shadow: none;
	border-radius: 0;
}

#float-box #offline-alert-txt{
	margin-bottom: -10px;
}

.location .alert-danger a{
	color: #fff;
    text-decoration: underline;
}

@media (max-width: 1024px){
	#login-section .form-wrap{
	width: 60%;
	}

  #main-content .container, .navbar .container{
    padding: 0;
    width: auto!important;
  }
}


@media (max-width: 480px){
	#login-section .form-wrap{
	width:100%;
	}
  .deal-hh-pizza .hh-surcharge{
    display: block;
    float: none!important;
  }
}

.form-wrap {
  margin-left: -9px;
  margin-right: -9px; }
  .form-wrap:before, .form-wrap:after {
    content: " ";
    display: table; }
  .form-wrap:after {
    clear: both; }
    .form-wrap span span {
      display: inline-block; }
  .form-wrap .opt-input {
    width: 43%!important; }
  .form-wrap .opt-mid {
    width: 4%!important;
    padding-top: 22px;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0; }
    @media (max-width: 480px) {
      .form-wrap .opt-mid {
        padding: 0;
        text-align: center; } }
  .form-wrap label {
    margin-right: 15px; }
  .form-wrap .min-margin {
    margin-bottom: 5px; }
  .form-wrap .group-2-btn { }
    .form-wrap .group-2-btn:before, .form-wrap .group-2-btn:after {
      content: " ";
      display: table; }
    .form-wrap .group-2-btn:after {
      clear: both; }
    .form-wrap .group-2-btn .btn-2-block {
      display: block;
      width: 49%;
      float: left; }
	.form-wrap .group-2-btn #login {
      margin-right: 2%;
	  transition: background-color 80ms ease-in;
      text-shadow: none;
      box-shadow: none;
      border-color: transparent;
      background-color: #3498db;}
	.form-wrap .group-2-btn #login:hover {
	  border-color: transparent;
      background-color: #3276b1;}	
	.form-wrap .group-2-btn #cancel {
	  transition: background-color 80ms ease-in;
	  text-shadow: none;
	  box-shadow: none;
	  border-color: transparent;
	  background-color: #e74c3c;}
	.form-wrap .group-2-btn #cancel:hover {
	  border-color: transparent;
      background-color: #c0392b;}	
  .form-wrap .input-grp {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px; }
    @media (max-width: 480px) {
      .form-wrap .input-grp {
        width: 100%!important; } }
  .form-wrap .input-col-2 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 768px) {
      .form-wrap .input-col-2 {
        float: left;
        width: 50%; } }
	.form-wrap .form-control-feedback{
        right: 15px;
    }
	
	#register-details .panel-password{
	box-shadow: none;
	}
	
	#register-details .panel-password .panel-heading{
	background: none;
    border: none;
    box-shadow: none;
	padding: 0;
	}

    #register-details .toggle-password{
	background: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
	}
	
	#register-details .toggle-password:before{
	padding-right: 5px;
	content: "\e033";
	font-family: 'Glyphicons Halflings';
	font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	}
	
	#changePassword .cancel-collapsed{
    background-color: #e74c3c !important;
	}
	
	#changePassword .cancel-collapsed:hover{
	border-color: transparent;
    background-color: #c0392b !important;
	}
		
	#register-details #continue{
	text-decoration: none;
    font: 14px "Open Sans";
    cursor: pointer;
    margin: 0;
    padding: 6px 12px;
    transition: background-color 80ms ease-in;
    text-shadow: none;
    box-shadow: none;
    border-color: transparent;
    background-color: #3498db;
	}
	
    #register-details #continue:hover{
	border-color: transparent;
    background-color: #3276b1;
	}
	
	#register-details #cancel{
	text-decoration: none;
    font: 14px "Open Sans";
    cursor: pointer;
    margin: 0;
    padding: 6px 12px;
    transition: background-color 80ms ease-in;
    text-shadow: none;
    box-shadow: none;
    border-color: transparent;
    background-color: #e74c3c;
	}
    #register-details #cancel:hover{
	border-color: transparent;
    background-color: #c0392b;
	}

/**	Ajax Popup - Do not touch **/
/*----------------------------------------impromptu---------------------------------------------- */
.jqifade {
  position: absolute;
  background-color: #000; }

div.jqi {
  z-index: 2000 !important;
  max-width: 400px;
  min-width: 200px;
  font-family: 'Open Sans' sans-serif;
  position: absolute;
  background-color: #ffffff;
  font-size: 11px;
  text-align: left;
  padding: 0;
  display:none;  
  width: 93%;
}

div.jqi .jqicontainer {
  font-weight: bold; }

div.jqi .jqiclose {
	background-image: url("../images/close.png");
	cursor: pointer;
	background-size: contain;
	color: black;
	cursor: pointer;
	font-size: 0;
	font-weight: bold;
	height: 25px;
	width: 10px;
	position: absolute;
	right: 4px;
	top: 5px;
	width: 25px;
	z-index: 999999;
	background-repeat: no-repeat; }

div.jqi .jqimessage h1 {
  color: #ff6a00; }

div.jqi .jqimessage h3 {
  color: #4d2000; }

div.jqi .jqimessage {
  padding: 10px 30px 0 10px;
  line-height: 20px;
  color: #021B23; 
  min-height: 97px;
  }

div.jqi .jqibuttons {
  padding: 5px 0 5px 0;	
  width: 100%;
  display: table; 
  text-align: center;
  background-color: #ECECEC;
  }

div.jqi button {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  background-color: #3498db;
  text-align: center;
  color: #fff;
	font-size: 14px;
	font-weight: 300;  
	text-decoration: none;
  margin: 2px; }

div.jqi button:hover {
  background-color: #3276b1; }

div.jqi button.jqidefaultbutton {
  background-color: #3498db;
  transition: background-color 80ms ease-in;
  cursor: pointer; }

div.jqi button.jqidefaultbutton:hover {
  background-color: #3276b1; }

.jqiwarning .jqi .jqibuttons {
  background-color: rgba(0, 0, 0, 0.5); }
  

/*-------------------------------------------------------------------------------------------------- */
.ac_results ul li {
  font-size: 15px;
  border-top: 1px solid #cccccc;
  padding: 10px!important; }
  .ac_results ul li:first-child {
    border-top: transparent; }

h4.one {
  position: relative;
  margin: 20px 0;
  text-align: center; }
  h4.one:before {
    content: " ";
    display: block;
    border-top: solid 1px  #C3C3C3;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1; }
  h4.one span {
    background: #fff;
    padding: 0 10px;
    position: relative;
    z-index: 5; 
	color: #C3C3C3}

#signin, #register, #guest {
  display: block;
  border: 1px solid #dddddd;
  padding-top: 15px;
  margin: 0px !important;
  border-radius: 4px; }

#fb_profile_pic img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  margin-top: 10px;
}  

#fb-login #fb-login2{
  position: relative;
  color: #fff;
  background: #3b5998;
  padding: 10px 20px;
  border-radius: 4px;
  width: 300px;
  margin: 0 auto;
	font-size: 13px;
  font-weight: bold;
  margin: 0 auto;
	cursor: pointer;
  height: 40px;
}

#fb-login #fb-login2 div{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 45px;
  font-weight: 600;
}

#fb-login #fb-login2::before,
#fb-login #fb-login2::after{
    position: absolute;
    display: inline-block;
    content: "";
}

#fb-login #fb-login2::before{
	background-image: url(../img/facebook-16.png);
    position: absolute;
    top: 13px;
    left: 15px;
    width: 18px;
    height: 16px;
    margin-right: 20px;
}

#fb-login #fb-login2::after{
	top: 0;
    left: 45px;
    width: 1px;
    height: 100%;
    background: #2F487C;
}

#fb-login #fb-login2:hover{
	background-color: #355192;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.20);
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.20);
}

#gSignInWrapper{
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

#gSignInWrapper #customBtn{
	width: 300px;
    border-radius: 4px;
    text-align: center;
    box-shadow: none;
    border: 0;
    height: 36px;
    padding: 7px 20px;
	background: #DD4B39;
	position: relative;
	margin: 0 auto;
	cursor: pointer;
}

#gSignInWrapper #customBtn:hover{
	background-color: #e74b37;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.20);
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.20);
}

#gSignInWrapper #customBtn:before,
#gSignInWrapper #customBtn:after{
    position: absolute;
    display: inline-block;
    content: "";
}

#gSignInWrapper #customBtn:after{
    top: 0;
    left: 45px;
    width: 1px;
    height: 100%;
    background: #bf4031;
}

#gSignInWrapper #customBtn span.icon{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 9px;
    left: 15px;
    background: no-repeat url("../img/google-g-logo-white_small.png");
    background-size: 17px;
    display: inline-block;
    vertical-align: middle;
}

#gSignInWrapper #customBtn span.buttonText{
    vertical-align: middle;
    padding: 0;
    font-weight: bold;
    font-family: 'Roboto', 'Open sans', sans-serif;
    font-size: 13px;
	color: #fff;
}

.g_id_signin{
  max-width: 300px;
  margin: 0 auto;
}
@media (max-width: 320px){
  .g_id_signin{
      max-width: 284px;
  }
}

#login-form .form-group{
    margin-bottom: 0;
	position:relative;
}

#login-form .input-grp{
	padding-left: 0;
    margin-bottom: 0;
} 

.register-ling{
	float: right;
    text-align: right;
    margin-top: -30px;
	font-weight: bold;
}
.register-ling a{
	display: block;
    text-align: right;
    font-weight: normal;
}

#login-form .input-icon{
    position: absolute;
    left: 0;
	padding: 10px;
	color: #555 !important
}

#new-customer-details .input-icon,
#signin .input-icon,
#guest .input-icon,
#new-customer-details .input-icon,
#register .input-icon{
	position: absolute;
    padding: 0 10px;
    top: 35px;
    left: 10px;
	color: #555 !important
}

#signin input[type="text"],
#signin input[type="password"],
#signin input[type="email"],
#register input[type="text"],
#register input[type="password"],
#register input[type="email"],
#guest input[type="text"],
#guest input[type="password"],
#guest input[type="email"],
#new-customer-details input[type="text"],
#new-customer-details input[type="password"],
#new-customer-details input[type="email"],
#login-form input[type="password"],
#login-form input[type="text"],
#new-customer-details input{
	padding-left: 30px;
}

#back_to_menu{
	padding: 10px 0 0 10px;
    display: block;
}

.input-group-btn #validate{
	text-decoration: none;
    cursor: pointer;
    transition: background-color 80ms ease-in;
    text-shadow: none;
    box-shadow: none;
    border-color: transparent;
    background-color: #3498db;
    color: #fff;
}

.input-group-btn #validate:hover{
	border-color: transparent;
    background-color: #3276b1;
}

#new-customer-details center{
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #E2E2E2;
}
  
#fb_profile_pic_sml img{
  vertical-align: top;
  width: 20px;
  margin-left: 5px;
}

@media (min-width: 320px) and (max-width: 374px){
  #fb-login #fb-login2 ,#gSignInWrapper #customBtn{
    width: 284px !important;
  }

  .checkbox-text, .register-ling{
    font-size: 12px;
  }

  .login-close-button{
    margin-top: -16px !important;
  }
  
  .register-ling .sign-up-button{
    font-size: 14px;
  }
}
  
@media (max-width: 620px) {  
	#cartTotal{
	  vertical-align: top;
	  margin-top: 3px;
	}

	#fb_profile_pic_sml img{
	  vertical-align: top;
	  width: 45%;
	  margin-left: 0;
	}
}
/******* MAIN STYLE *******/
#wrap {
  height: auto;
  padding: 59px 0 0px; 
  background: none !important;}

.mainpage {
  position: relative; }

#main-content {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 50px; }

.heading {
  font-size: 42px;
  font-weight: 300;
  color: #555; }

.panel {
  border: none; }

#estimated-time h2 {
  font-size: 40px;
  display: inline-block;
  margin: 0;
  text-align: left; }
  
#estimated-time h4{
  font-size:14px;	
}  

#estimated-time {
  margin-bottom: 0;
  text-align:right; }
  #estimated-time p {
    font-size: 16px; }
    @media (max-width: 1200px) {
      #estimated-time p {
        font-size: 12px; } }
  @media (max-width: 1200px) {
    #estimated-time #est-time {
      font-size: 60px!important; } }
  @media (max-width: 481px) {
    #estimated-time #est-time {
      font-size: 39px!important;
        vertical-align: middle;
    } }
  #estimated-time #time-mins {
    display: inline-block;
    font-size: 60px; }
    @media (max-width: 1200px) {
      #estimated-time #time-mins {
        font-size: 42px; } }

.half-lable {
  padding-left: 15px; }

.sub-item .order-item-basket {
  padding-left: 30px !important; }

.sub-item.half-half-toppings span.order-item-basket{
  padding-left: 45px !important;
}

/******** STEPS STYLE *******/
#steps {
  width: 65%;
  margin: 0 auto;
  padding: 20px 20px;
  text-align: center;
  font-family: Roboto;
  font-size: 24px; }

#steps_checkout {
  width: 29%;
  height: 100%;
  float: left;
  min-height: 850px;
  background: url("../images/organic-pizza.png");
  background-repeat: no-repeat;
  background-position: left bottom; }

/******** CLOSED STYLE ******/
.closed {
  width: 50%;
  margin: 0 auto;
  padding: 20px 0; }
  
.closed table tbody tr td{
  width: 50% !important;
  padding: 5px  }
  
.closed table tr.current_day td {
  color: #33E078; }

/******* STEP 1 / DELIVERY_PICKUP STYLE *******/
#order-type {
  background: #fff;
  border-radius: 4px;
  width: 50%;
  padding: 20px 0;
  display: block;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); }

#order-type #pickup-option, #order-type #delivery-option, #order-type #reorder-option {
  display: block;
  cursor: pointer;
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  color: #333; }

#order-type #delivery-available-at {
  color: #222;
  margin-right: 0px;
  font-size: 19px;
  position: relative; }

#delivery-pickup-times h2 {
  font-size: 20px;
  margin-bottom: 0; }

#or {
  display: none; }

#fb-login {
  margin: 15px 0;
  text-align: center; }
 #signinButton{
	 display:block;
	 text-align:center;
 }

/******* STEP 2 / NEW_CUSTOMER STYLE *******/
#privacy a {
  color: #ed1c24;
  text-decoration: none; }

#new_customer {
  width: 775px;
  float: left; }

#new_customer .customer-thumb {
  text-align: center; }

#new_customer #members {
  padding: 15px;
  margin: 0 auto; }

#new_customer #phone-hd {
  display: none; }

#new_customer #members h2 {
  display: none; }
  
#new_customer h4.one span {
  background: #FFF !important;
  color: #333 !important;
}

#signin #login, #register #register-customer, #guest .btn-primary{
  text-decoration: none;
  font: 14px "Open Sans";
  cursor: pointer;
  transition: background-color 80ms ease-in;
  text-shadow: none;
  box-shadow: none;
  border-color: transparent;
  background-color: #3498db;
  color: #fff;
}

#signin #login:hover, #register #register-customer:hover, #guest .btn-primary:hover{
 border-color: transparent;
 background-color: #3276B1;}

/** Step 2 **/
#menu {
  width: 200px;
  float: left;
  background-color: #fff;}

.menu-fixed {
  position: fixed;
  top: 70px;
  z-index: 1;}

.menu-items-fixed {
  margin-left: 215px !Important; }

.float-box-fixed {
  margin-left: 800px;
  position: fixed;
  top: 70px;
  z-index: 1;}

#menu ul {
  list-style: none;
  margin: 0;
  padding: 0; 
  max-height: 73vh;
  overflow: auto;
}

#menu ul::-webkit-scrollbar {
    width: 6px;
}
#menu ul::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.6);
}
#menu ul::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0, 0, 0, 0.2); 
}

#menu ul li {
  padding: 10px 10px !important;
  transition: background-color 80ms ease-in;  }

#menu ul li.active {
  background: #3498DB; }

#menu ul li:hover {
  background: #3276b1; }

#menu ul li a:hover {
  color: #fff !important; }

#menu ul li.active a {
  color: #fff; }

#menu ul li a {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #555;
  text-decoration: none;
  font-weight: normal;
  padding: 0; }

#menu ul li:hover > a {
  color: #FFF; }

#menu ul li, #menu ul li a { }

#menu-items {
  width: 570px;
  border-radius: 4px;
  float: left;
  margin: 0 15px;
  font-size: 15px;
  color: #555;
  display: block;}

#menu-items .btn-group {
  margin-bottom: 5px; }

#menu-items a {
  color: #fff; 
  margin: 0 !important;
  transition: background-color 80ms ease-in;}
  
#HalfHalf a{
  text-shadow: none;
  box-shadow: none;
  border-color: transparent;
  padding: 5px 10px;
}

#HalfHalf a{
  border-color: transparent;
  background-color: #3498db;
}

#HalfHalf a:hover{
  border-color: transparent;
  background-color: #3276b1;
}

.item-description{
  text-transform: capitalize;
  word-wrap: break-word;
  clear: both;
  padding-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.remove-button{
  color: #D9534F;
  padding-right: 5px;
  cursor: pointer;
}

#menu-items a:hover {
  text-decoration: none; }

.menu-item {
  background: #fff;
  margin-bottom: 20px;
}

.menu-item .item-thumb {
  display: inline-block;
  margin: 5px 2% 0 0;
  width: 35%; }

.menu-item .item-thumb img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  height: 180px;
  width: 180px;
  border-radius: 12px;
  }

.menu-item .item-block {
  display: inline-block;
  vertical-align: top;
  width: 63%; }

#menu-items .add-half-half {
  margin-left: 20px;
  color: #fff;
  text-decoration: underline; }

.qty-select, .menu-item-option, .deal-item-option, .deal-hh-item-option {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 2px; }

.menu-item-option select{
    width: auto;
    padding: 0 5px;
    display: inline-block;
}

.menu-item-option .qty-select{
   margin-left: 5px;
}

.qty-select{
	width: auto;
    padding: 0 5px;
    display: inline-block;
}

#menu-items h1 {
	font-family: "Open Sans", sans-serif;
	color: #fff;
	margin: 0;
    padding: 18px;
    margin-top: 0;
    font-size: 16px;
    font-weight: 300;
    height: 50px;
	position: relative;
}

#menu-items h1 a {
  display: block;
  padding: 10px; }

#menu-title, #order-time h3, #payment_details h1, #pick-up-notes h3, #drivers-tip h3, #order-total h3, .box-heading, .upsell_wrapper h3{
  font-family: "Open Sans", sans-serif;
  color: #fff;
  margin: 0;
  padding: 6px;
  padding-left: 10px;
  font-weight: 300;
  margin-top: 0px;
  font-size: 18px;}

#menu-title, #menu-items h1, #order-time h3, #payment_details h1, #pick-up-notes h3, #drivers-tip h3, #order-total h3, .box-heading, .upsell_wrapper h3{
  background: #222;
}

#menu-desc-header, #menu-desc-footer {
  padding: 10px; 
  font-style: italic;
  }
  
#menu-desc-footer {

}
  
#menu-desc-header img, #menu-desc-footer img{
  width: 100% !important;
} 

#menu-items ul {
  list-style: none;
  padding: 0; }

#menu-items ul li #item-buttons {
  margin-top: 10px; }

#menu-items ul li #item-buttons input[type=button],  #half-half-block a,
#HalfHalf a, #HALFHALF a{
  text-decoration: none;
  font: 14px "Open Sans";
  cursor: pointer; 
  margin: 2px 5px 0 0;
  padding: 3px 12px !important;
  transition: background-color 80ms ease-in;
  text-shadow: none;
  box-shadow: none;
  border-color: transparent;
  background-color: #3498db;
  color:#fff
}

#HalfHalf a:hover, #HALFHALF a:hover,  #half-half-block a:hover,
#menu-items ul li #item-buttons input[type=button]:hover,
#float-box #view-basket input[type=button]:hover,
#float-box #view-basket input[type=submit]:hover,
#float-box #edit-details-button:hover,
#customer_details_checkout #edit-details-button:hover,
#cancel-order-button:hover,
#back-menu-but#ton:hover,
#checkout input[type=button]#final_checkout:hover {
  border-color: transparent;
  background-color: #3276b1;
 }

#menu-items ul li #item-buttons input[type=button],
#float-box #view-basket input[type=button],
#float-box #view-basket input[type=submit],
#float-box #edit-details-button,
#customer_details_checkout #edit-details-button,
#cancel-order-button,
#back-menu-button,
#checkout input[type=button]#final_checkout, #customise-add-button, .add-half-half-bt {
  border-radius: 4px; }
  
#menu-items .item-options{
  width: auto;
  display: inline;
  margin-right: 5px;
}
 

#float-box #view-basket input[type=submit] {
  display: none; }

#float-box #float-details{
  padding: 0px 10px;
}
#float-box #customer-details{
  margin-top:10px;
}
#float-box #customer-details span{
  display: block;
  font-weight: bold;
}
#previous-button, #register-button, #member_login {
  background: #FDBE13;
  border-color: #FDBE13;
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -ms-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear; }

#previous-button:hover, #register-button:hover {
  background: #FFCD48; }

.empty-button {
  margin-top: -10px !important;
  margin-bottom: -10px !important; }

#menu-items ul li #item-buttons input[type=button].order-now {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  background-color: #8cc63e;
  line-height: 28px;
  text-align: center;
  color: #f1e7d0;
  text-decoration: none;
  font: 800 italic 1em "Open Sans", sans-serif;
  margin: 2px; }

#menu-items ul li {
  border-bottom: transparent;
  position: relative;
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }
  
.sol-current-toppings-description{
	word-break: break-word;
	display:inline-block;
	width:60%;
	line-height:initial;
}
 @media screen and (max-width: 1200px){
	.sol-current-toppings-description{
		width:45%;
	}
} 
@media screen and (max-width: 996px){
	.sol-current-toppings-description{
		width:65%;
	}
}
@media screen and (max-width: 400px){
	.sol-current-toppings-description{
		width:52%;
	}
}  
  

/********** GRID TYPE ***********/
#menu-items ul.gridview li {
  margin: 2%;
  width: 46%;
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: top;
  min-height: 200px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

#menu-items ul.gridview li .item-thumb img {
  width: 100%;
  height: auto; }

#menu-items ul.gridview li .item-block {
  display: block;
  vertical-align: top;
  width: 100%;
  min-height: 150px; }

#menu-items ul.gridview li .item-thumb {
  display: block;
  margin: 0;
  padding-bottom: 10px;
  width: 100%; }

#menu-items .item-title {
  color: #231f20;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase; 
  font-weight: bold;
  float: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}

#menu-items .item-title .item-icons-container,
#item-buttons .modal-title .item-icons-container,
#half-half-selection .item-icons-container {
  display: inline-flex;
}

#displayDeals > #deal_wizard > .item-icons-container {
  display: inline-flex;
  padding-bottom: 20px;
  width: 100%;
}

#displayDeals > #deal_wizard > .item-icons-container > .item-icons {
  margin-right: 25px;
}

#displayDeals > #deal_wizard > .item-icons-container > .item-icons > img {
  height: 30px;
  width: 30px;
}

#menu-items > .item-icons-container {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #fff;
  padding: 20px 5px;
}

#half-half-page > .container > #half-half-desc > .item-icons-container {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

#customise-item-name > .item-icons-container {
  display: inline-flex;
  padding-left: 10px;
}

#customise-item-name > .item-icons-container .item-icons img {
  height: 18px;
  width: 18px;
}

.deal-menu-items .item-icons-container,
#displayDeals .section .item-icons-container,
#displayDeals .section .item-icons  {
  display: inline-flex;
}

.deal-menu-items .item-icons-container .item-icons img {
  height: 15px;
  width: 15px;
}

#menu-items .item-title .item-icons-container .item-icons,
#item-buttons .modal-title .item-icons-container .item-icons,
#half-half-selection .item-icons-container .item-icons,
#displayDeals .section .item-icons-container .item-icons {
  float: left;
  margin-left: 5px;
}

#menu-items > .item-icons-container .item-icons {
  display: inline-block;
  font-weight: bold;
  width: 33%;
}

#half-half-page > .container > #half-half-desc > .item-icons-container .item-icons {
  padding-right: 45px;
  font-weight: bold;
}

#menu-items .item-title .item-icons-container .item-icons img,
#item-buttons .modal-title .item-icons-container .item-icons img,
#half-half-page .item-icons-container .item-icons img,
#displayDeals .section .item-icons-container .item-icons img {
  height: 18px;
  width: 18px;
}

#displayDeals .section .item-icons img {
  height: 18px;
  width: 18px;
  margin-top: 3px;
}

.item-icons-img{
  height: 18px;
  width: 18px;
  margin-left: 5px;
  padding: 0px !important;
}

#menu-items > .item-icons-container .item-icons img {
  height: 30px;
  width: 30px;
}

#float-box {
  width: 340px;
  float: right;
  color: #555;
  background: #fff;
  padding-bottom: 10px; }
  
#float-box .btn-default.active{
  background: #2ecc71;
  color: #fff;
  text-shadow: none;
}
  
#float-box #float-details .alert-danger{
  color: #FFFFFF;
  background-color: #E74C3C;	
  border-color:transparent;
  background-image: none;
  text-shadow:none;
  box-shadow:none;
  border-radius: 0px;
  margin-bottom: -10px;
}
  
#float-box #order-type-details {
  overflow: hidden;
  padding: 0 10px;
}
	
#float-box #pickup-only-txt	{
  padding:10px;
  color: #51585E;
  background-color:#fff;
  font-size:20px;
  padding-top:10px;
  padding-bottom:3px;
  margin-top: 0;
}

#cust_delivery br {
  display: none; }

#float-box h2, #float-box #promotional_program h3 {
  font: 17px "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #555;
  text-align: left;
  margin-bottom: 3px; }
#float-box #location, #float-box #times, #float-box #view-customer-details, #float-box #promotional_program {
  padding: 0 10px; }
#float-box #times h2 {
  margin-top: 0; }
#float-box #times h2, #float-box #view-customer-details h2 {
  margin-bottom: 0px;
  margin-top: 0px; }
#float-box #location a,
#store-location {
  cursor: pointer; }
#float-box #location a#trading-hours {
  font-weight: 700;
  color: #8cc63e;
  text-decoration: underline; }

#float-box #promotional_program #promtional-code, #deliveryStreet, .form-control {
	box-shadow: none !important;
}
#float-box #promotional_program #validate{
	background-color: #3498DB;
    color: #fff;
    text-shadow: none;
    border-color: #3498DB;
    box-shadow: none;
	transition: background-color 80ms ease-in;
}
#float-box #promotional_program #validate:hover{
	background-color: #3276B1;
	border-color: #3276B1;
}
.ac_results{
	width:auto !important;
	z-index: 9999;
}
#float-box #promotional_program label {
  float: left; }
#float-box #promotional_program label input {
  border: none;
  background: #ff6000;
  color: #fff;
  font-weight: normal;
  height: 30px; }

#promotional_program {
  margin-bottom: 10px; }

#promotional_program h3 {
  margin-top: 10px; }
  
.item-price{
	font-size: 16px;
    float: right;
    font-weight: bold;
	color: #231f20;
}

#float-box #promo-code {
  border-top: 1px solid rgba(76,76,76,0.5);
  padding-top: 10px
}

#float-box #promo-code .input-group {
    padding: 0 6px;
}

#float-box #promo-code .input-group #promtional-code {
    padding-left: 30px;
    border-radius: 5px 0 0 5px;
}

#float-box #promo-code .input-group label {
    position: absolute;
    z-index: 5;
    left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: 3.5px;
    text-align: center;
    padding: 10px 0;
    top: -1px;
    color: #555 !important;
}

.alert{
	border: 0;
    background-image: none;
    text-shadow: none;
}

#float-box .alert-warning{
	margin-bottom: 0;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
	border-radius: 0;
}

.btn-delivery-done{
	transition: background-color 80ms ease-in;
    text-shadow: none;
    box-shadow: none;
    border-color: transparent;
    background-color: #3498db;
}

.btn-delivery-done:hover{
	border-color: transparent;
    background-color: #3276b1;
}

.tab-pane{
	padding: 0 !important;
}

.item-price-side {
  font-size: 13px; }

.order-item-basket {
  font-size: 13px; }

.item-delivery-fee span {
  font-weight: bold; }

.item-price-total span {
  font-size: 16px;
  font-weight: bold; }

#float-box #edit-details-button {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  background-color: #8cc63e;
  text-align: center;
  line-height: 28px;
  color: #fff;
  text-decoration: none;
  font: 1em "Open Sans";
  cursor: pointer;
  margin: 2px;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear; }

#logout a {
  color: #8cc63e; }

.fbClose {
  display: none; }

#checkout {
  position: relative;
  width: 100%;
  float: left;
  font-family: 'Open Sans', serif;
  font-size: 15px;
  color: #555;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px; }
  #checkout #checkout-view {
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    background: #fff;
    padding: 10px;
    width: 70%;
    margin-bottom: 20px; }
#upsell-img{
  float:left;
  padding-right:10px;
  padding-bottom:10px;
  width:100% !important;
}	

/*
 ------------------
  My Address box styles
 ------------------
 */
.delivery-address-box{
  padding: 2px 5px 10px 10px;
  width: 100%;
  min-height:73px;
  background: #e4eeef;
  margin: 10px 0;
  position:relative;
  transition: 0.2s all ease;
}
.delivery-address-box h5 span{
  font-size:18px;
}
.delivery-address-box:hover{
  background: #c9d7d8;
}

.delivery-address-box.address-selected{
  border:1px solid green !important;
  transition: 0.2s all ease;
}

.delivery-address-box .address-box-check{
  color: green;
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  opacity: 0;
  transition: 0.3s all ease;
}

.delivery-address-box .address-box-loading{
  color: green;
  position:absolute;
  top: 34%;
  right: 20px;
  opacity: 0;
  animation: loading-rotation 1.2s infinite linear;
  -webkit-animation: loading-rotation 1.2s infinite linear;
  -moz-animation: loading-rotation 1.2s infinite linear;
  -o-animation: loading-rotation 1.2s infinite linear;
}

.delivery-address-box.address-selected .address-box-check, .delivery-address-box.address-loading .address-box-loading{
  opacity:1;
}

@-webkit-keyframes loading-rotation {
      from {
              transform: rotate(0deg);
              -webkit-transform: rotate(0deg);
              -moz-transform: rotate(0deg);
              -o-transform: rotate(0deg);
      }
      to {
              transform: rotate(359deg);
              -webkit-transform: rotate(359deg);
              -moz-transform: rotate(359deg);
              -o-transform: rotate(359deg);
      }
}
#checkout form button{
	text-decoration: none;
    font: 14px "Open Sans";
    cursor: pointer;
    margin: 2px 5px 0 0;
    padding: 3px 12px;
    transition: background-color 80ms ease-in;
    text-shadow: none;
    box-shadow: none;
    border-color: transparent;
    background-color: #3498db;
    color: #fff;
	border-radius: 4px;
}

#checkout form button:hover {
  border-color: transparent;
  background-color: #3276b1;}
	
#checkout-view .row-price {
  width: 1% !important; }

#checkout-view .web {
  width: 1% !important;
  padding: 0; }

#checkout-view #remove-title {
  display: none; }

#checkout td, th {
  padding: 10px; }

#card-expire-block p {
  float: none !important; }

.item-price-span {
  margin-right: 45px !important;
  width: 50px;
  display: inline-table !important; }

.web img {
  margin-left: 20px; }

.grand-total-span {
  padding: 3px; }

#checkout #float-box {
  position: absolute;
  right: 0px;
  float: right; }

#checkout #payment_details, #checkout #pick-up-notes, #checkout #order-time, #checkout #drivers-tip, #checkout #order-total {
  float: left; }

#pick-up-notes{
  margin-top: 0 !important;
}

#pick-up-notes, #drivers-tip, #checkout order-total, #order-total {
  background: #fff;
  /*padding: 10px */
  width: 70%;
  margin-top: 20px; }

#checkout #payment_details {
  background: #fff;
  width: 100%;
  margin-top: 20px; 
}
  
@media only screen and (max-width: 1200px) {
	.checkout-panel, #order-time, #pick-up-notes, #checkout #payment_details, #drivers-tip, #checkout order-total, #order-total {
	width: 100% !important;
	}
} 

@media (max-width: 992px) {  
#menu-items .accordion-toggle.collapsed h1:after {

    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
    transition: all 1s ease;
    background: #101010;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    padding: 19px 14px;
    font-size: 12px;
} 
  
#menu-items .accordion-toggle h1:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e113";   /*    adjust as needed, taken from bootstrap.css */
    float: right;
    color: grey;
    transition: all 1s ease;
    background: #101010;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    padding: 19px 14px;
    font-size: 12px;
}
}

@media only screen and (max-width: 992px) {
	.checkout-panel, #checkout #payment_details, #checkout #pick-up-notes, #checkout #order-time, #checkout #drivers-tip, #checkout #order-total {
    width: 100% !important; } 
}

#order-time div, #pick-up-notes div, #drivers-tip div, #order-total div {
  padding: 10px; }

#order-time {
  background: #fff;
  /*padding: 10px;*/
  width: 70%;
  /*margin-top: 20px;*/ }

#payment_details {
  background: #fff;
  /*padding: 10px;*/
  width: 70%;
  /*margin-top: 20px;*/ }

#cancel-order-button {
  float: left;
  margin-right: 10px; }

#checkout #checkout-view #checkout-view table {
  font-family: arial; }

#checkout #checkout-view #checkout-view #checkout-table tr td {
  border-bottom: 1px #8cc63e solid; }

#checkout #checkout-view .item-row {
  font-family: arial;
  border-bottom: 1px solid #8cc63e; }

#checkout #checkout-view #checkout-title-row {
  font-family: arial;
  color: #fff;
  background: #8cc63e; }

#checkout #checkout-view .item-price-total {
  font-family: arial;
  color: #fff;
  width: 100%;
  padding: 3px;
  text-align: right;
  background: #8cc63e; }

#credit_payment {
  width: 100% !important; }

#cancel-order-button, #back-menu-button {
  cursor: pointer;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  background: #8cc63e;
  line-height: 28px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-family: 'Open Sans';
  font-size: 18px;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear; }

#customer_details_checkout {
  font-family: "Open Sans";
  width: 25% !important;
  position: absolute;
  top: 0;
  right: 37px;
  color: #555;
  padding: 1em;
  margin-left: 7px;
  margin-top: 70px;
  background: transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  background: #fff; }

#checkout-title-row {
  background: #8cc63e;
  color: #fff; }

#charactersLeft, #charsLeft {
  font-size: 14px !important;
  font-family: "Open Sans"; }

.grand-total-span {
  font-size: 14px !important;
  font-family: "Open Sans"; }

#customer_details_checkout h2 {
  font-family: 'Open Sans';
  font-weight: 300;
  color: #231f20;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px; }

#checkout-location {
  margin-top: -25px; }

#payment-details {
  padding: 20px; }

#payment_details h3, #payment_details h2 {
  margin-top: 0; }

#select-method {
  margin-bottom: 20px;
  display: table; }

#select-method div {
  margin-right: 40px;
  float: left; }
  
/* #select-method div:first-child img{
    margin-right: 10px !important; }	 */

#customer_details_checkout #checkout-location, #customer_details_checkout #checkout-times, #customer_details_checkout #view-basket, #customer_details_checkout #view-customer-details {
  color: #231f20;
  background: tranparent;
  width: 100%; }

#customer_details_checkout #checkout-location a {
  cursor: pointer;
  color: #ed1c24; }

#customer_details_checkout #checkout-location a#trading-hours {
  font-weight: 700;
  text-decoration: underline; }

#customer_details_checkout #edit-details-button {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  background-color: #8cc63e;
  line-height: 28px;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  text-decoration: none;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear; }

#car-expire-block p {
  width: 100% !important; }

#checkout input[type=button]#final_checkout, .cont-order {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -webkit-box-shadow: #6E7849 0 0 10px;
  background-color: #64ca00;
  background-image: -moz-linear-gradient(0deg, #8cc63e, #b6f94b);
  background-image: -ms-linear-gradient(0deg, #8cc63e, #b6f94b);
  background-image: -o-linear-gradient(0deg, #8cc63e, #b6f94b);
  background-image: -webkit-linear-gradient(0deg, #8cc63e, #b6f94b);
  background-image: linear-gradient(0deg, #8cc63e, #b6f94b);
  border-radius: 12px;
  border: 4px solid #ebebeb;
  color: #ffffff;
  display: inline-block;
  font-size: 21px;
  text-align: center;
  font-weight: 700;
  height: 52px;
  margin-top: 30px !important;
  width: 89%;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: black 0px -1px 0px;
  box-shadow: inset 0px -2px 0px #8cc63e;
  overflow: hidden;
  -webkit-transition: all 1s;
  margin-left: 15px;
  margin-top: 0px; }

#street-input {
  width: 100% !Important; }

#confirm-order {
  background: #fff;
  width: 80%;
  padding: 20px 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  
@media (max-width: 992px) {
	#confirm-order {
	    width: 100%;
	}
} 

@media (max-width: 635px) {
	#confirm-order #feedback img{
		width: 95%;
	}
	
	#confirm-order h1{
		font-size: 25px;
	}
	
	#confirm-order h3{
		font-size: 20px;
	}
	
	#confirm-order h2{
		font-size: 23px;
	}
}
@media (max-width: 338px) {
#fb-root {
    display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] { width: 100% !important; }
}
/******* CARD FORM *******/
#card-name-block, #card-number-block, #card-cv-block, #card-expire-block {
  clear: both;
  margin-top: 20px;
  display: table;
  width: 100%; }

#card-name-block div, #card-number-block div, #card-cv-block div, #card-expire-block div {
  float: left;
  width: 25%; }

/****** Terms and Conditions / Feedback ******/
#privacy, .feedbackWrapper,#feedback, #faq{
  background: #fff;}

#privacy h1, .feedbackWrapper h1, #feedback h1 , #faq h1{
  margin: 0;
  color: #fff;
  padding: 10px 15px;
  font-size: 18px;
  font-family: 'Open Sans';
  background: #021B23;}
  
#faq .panel-group .panel{
    border-radius: 0px;
    margin: 10px 0;
	background: transparent;
	border: none;
    box-shadow: none;
}

#faq{
	padding-bottom: 10px;
}  

#faq .panel-default>.panel-heading{
    background-image: none;
	background: transparent;
}

#faq .panel-title{
	font-weight: bold;
    color: #505050;
}

#faq .panel-title>a:hover, #faq .panel-title>a:focus{
	text-decoration: none;
}

#faq .panel-default>.panel-heading+.panel-collapse>.panel-body{
	border-top: none;
	color: #505050;
}

#faq .panel-title:hover{
	color:#272727;
}

#faq .more-less{
	transition: all 0.5s ease;
	background-color: #2ECC71;
    color: #FFF;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin-right: 5px;
    text-align: center;
    width: 25px;
}

#faq .active{
	background-color: #505050;
}
  
#feedback form{
  padding: 15px;
}

#feedback_type2{
  margin-top: 0 !important;
}

#feedback-form #send{
  text-decoration: none;
  font: 14px "Open Sans";
  cursor: pointer;
  transition: background-color 80ms ease-in;
  text-shadow: none;
  box-shadow: none;
  border-color: transparent;
  background-color: #3498db;
  color: #fff;
}

#feedback-form #send:hover{
  border-color: transparent;
  background-color: #3276B1;
}

#feedback_name, #feedback_email{
  width: auto;
  margin-bottom: 10px;
  display: inline-block;
}

#feedback_type select{
  width: auto;
  margin: 10px 0;
}

#feedback_comment{
  width: 50%;
  margin-bottom: 10px;
}

#privacy p {
  padding: 15px;
  line-height: 1.5em; }

#privacy br {
  line-height: 26px; }

#privacy strong {
  line-height: 40px; }

.privacy-page {
  padding: 15px !important; }

.privacy-page h1 {
  margin: -15px -15px 15px -15px !important; }

.feedbackWrapper form {
  padding: 15px; }

.feedbackWrapper form div {
  padding: 5px 0; }
  
@media only screen and (max-width: 567px) {
	#feedback_name, #feedback_email,#feedback_comment, #feedback_type select{
	width:100%;
	}
}  
  
/* UI Notify  */

.ui-pnotify .alert-success{
  color: #FFFFFF;
  background-color: #2ECC71;
  border-color:transparent;
  text-shadow: none;
  border-radius: 0px;
  background-image: none;
}
.ui-pnotify .alert-warning{
  color: #FFFFFF;
  background-color: #F39C12;
  border-color:transparent;
  text-shadow: none;
  border-radius: 0px;
  background-image: none;
  font-size: 15px;
  padding-bottom: 0px;
}

.ui-pnotify-text h4{
  margin: 5px 0;
  font-size: 15px;
}

.ui-pnotify small{
  color: #FFFFFF;
}
@media only screen and (max-width: 480px) {
 .ui-pnotify{
  right:5px !important;
 }
}

/*
*   Media Resize
*/
@media only screen and (max-width: 1199px) {
  #menu-items ul.gridview li {
    min-height: 250px;
    padding: 0 15px; }

  #menu {
    width: 200px; }

  #menu-items-fixed {
    width: 420px; }

  #menu-items {
    width: 420px; }

  .menu-item .item-thumb {
    width: 38%; }

  .menu-item .item-block {
    width: 60%; }

  #menu-items ul.gridview li .item-block {
    width: 100% !important;
    min-height: 150px; }

  #menu-items ul.gridview li .item-thumb {
    width: 100% !important; }

  .menu-items-fixed {
    margin-left: 215px !Important; }

  #float-box {
    width: 290px;
    margin-right: 0; }

  .float-box-fixed {
    margin-left: 650px; }

  #new_customer {
    width: 63%; } }
@media only screen and (max-width: 1025px) {
  #float-box {
    margin-right: 0; } }

@media only screen and (max-width: 1200px) {
  #banner-container {
    float: none;
    text-align: center; }

  #banner-container img {
    width: 40%; } }
@media only screen and (max-width: 995px) {
  .fbClose {
    margin: 0;
    margin-top: 0;
    border: 0;
    border-radius: 0;
    position: absolute;
    top: -18px;
    right: 0;
    width: 58px;
    height: 59px;
    background: transparent;
    box-shadow: none;
    text-align: center;
    color: #fff;
    display: block;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
    cursor: pointer; }
	  
  .fbClose span{
	  top: 20px;
  }	  

  #menu-items ul.gridview li {
    width: 29%;
    min-height: 230px;
    padding: 15px; }

  .main-header:after {
    display: none; }

  #steps {
    float: none;
    text-align: center; }

  #menu {
    width: 100% !important; }

  #menu-items {
    width: 100%;
    margin-top: 15px; }

  /* MAIN CONTENT */
  #half-half-page {
    width: 100% !important; }

  #customise-page {
    width: 100% !important;
    margin: 0; }

  #Footer {
    background-image: none !important; }

  .menu-fixed {
    position: relative;
    width: 100% !Important;
    top: 0; }

  .menu-items-fixed {
    margin-left: 0 !important; }
	
  .menu-item {
	margin-bottom: 0px !important;
  }

  #menu-items {
    margin: 0 !important;
    width: 100% !important; 
	float: none;}

  .menu-item .item-thumb {
    width: 25% !important; }

  .menu-item .item-thumb img {
    height: auto; }

  .menu-item .item-block {
    width: 73% !important; }

  #menu-items ul.gridview li .item-block {
    width: 100% !important;
    min-height: 150px; }

  #menu-items ul.gridview li .item-thumb {
    width: 100% !important; }

  #menu {
    margin-bottom: 20px; }

  .float-box-fixed {
    margin-left: 0 !important;
    position: relative;
    width: 100% !important;
    top: 0; }

  ::-webkit-scrollbar {
    width: 5px; }

  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0px;
    border-radius: 0px; }

  ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgba(203, 203, 203, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

  ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(203, 203, 203, 0.4); }

  body {
    padding-bottom: 0px; }

  #wrap {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }

  #main-content {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    margin-bottom: 0; }

  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }

  .menu-item .item-thumb img {
    height: auto; }

  #float-box {
    width: 60% !important;
    float: none !important;
    height: 100%;
    /* overflow-y: scroll; */
    border-radius: 0;
    padding-top: 59px; }
    #float-box .fbTitle {
      line-height: 47px;
      min-height: 56px;
      background: #222 !important;
      border-radius: 0;
      border-top-left-radius: 0px !important;
      border-top-right-radius: 0px !important;
      width: 100%;
      position: absolute;
      z-index: 999;
      top: 0;
      right: 0; }

  .row-offcanvas-right.active .navbar {
    right: 60% !important; }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -60% !important;
    /* 6 columns */ }

  .row-offcanvas-right.active
  .sidebar-offcanvas {
    right: 0% !important;
    /* 6 columns */ }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -60% !important;
    /* 6 columns */ }

  .row-offcanvas-right.active {
    right: 60% !important;
    /* 6 columns */ }

  .row-offcanvas-left.active {
    left: 60% !important;
    /* 6 columns */ }

  .sidebar-offcanvas {
    position: fixed !important;
    top: 0;
    width: 60%;
    /* 6 columns */
    z-index: 0; }

  #ftToggle {
    display: block;
    width: 100%;
    padding: 6px 15px;
    font-size: 18px;
    background: #181818;
    color: #fff;
    border: 0; }

  #footer {
    position: relative;
    height: 0;
    overflow: hidden;
    margin-bottom: -150px; }

  .footerWrap {
    background: rgba(0, 0, 0, 0.2); 
	display: block;
    position: absolute;
    bottom: 0;
    height: 37px;
	width:100%;}

  .ftShow {
    height: auto !important; }

  .ftHide {
    height: 0 !important; }
  
  #menu-items > .item-icons-container {
    margin-bottom: 36px;
  }
}
	
	
/*
* Media Size 991px
*/	
	
@media (max-width: 991px) {
  nav .container {
    width: 100%; }

  #menu, .address {
    display: none; }

  .navbar-brand {
    font-size: 14px;
    text-align: center; }

  .payment-type {
    float: right;
    text-align: left !important; }

  #steps {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 100% !important; }

  #order-type {
    width: 90%; }

  #checkout #checkout-view {
    width: 100%; }

  #new_customer {
    width: 90%;
    margin-top: 20px; }

  .nav > li > a > img {
    margin: auto; }

  .nav-pane li a {
    font-size: 14px;
    padding: 10px 5px; }

  #float-box #times h2, #float-box #view-customer-details h2 {
    margin-bottom: 0px; }
	
  .office-info .payment-type, .office-info .address, .office-info .logo img {
    text-align: center;
    margin: 0 auto;}
}
@media only screen and (max-width: 780px) {
  #card-name-block div, #card-number-block div, #card-cv-block div, #card-expire-block div {
    width: 45% !important; }}
@media only screen and (max-width: 768px) {
  html{
	height: 100%;
  }
  body{
	height: 100%;
    position: relative;
  }
  #wrap{
	min-height: 100%;
    position: relative;
	padding: inherit;
    padding-top: 59px;
    padding-bottom: 70px;
  }
  #banner-container {
    float: none;
    text-align: center; }

  #banner-container img {
    width: 80% !important; }

  #order-type #pickup-option, #order-type #delivery-option, #order-type #reorder-option {
    display: block !important;
    height: auto !important;
    min-height: 55px;
    background-color: #fff;
    -webkit-transition: 0;
    -moz-transition: 0;
    -o-transition: 0;
    -ms-transition: 0;
    transition: 0;
    padding-bottom: 0 !important;
    padding: 5px; }

  #order-type #pickup-option:hover, #order-type #delivery-option:hover {
    background-color: #e6e6e6; }

  #customer_details_checkout {
    width: 100% !important;
    position: relative;
    min-height: 370px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 3em;
    margin-left: 0px;
    background: transparent;
    margin-top: 20px;
    right: 0; }

  #cancel-order-button {
    margin-bottom: 20px; }

  #menu-items .btn-group {
    display: none; }
	
	.panel-group .panel {
		margin-top: 0!important;
		border-top: 1px solid #2B2B2B;
		border-bottom: 1px solid #131313;
		border-radius: 0;
  }
  
  /* Loyalty Responsive */
  .custom-modal-responsive{
    width: 100% !important;
    margin-left: 50%;
    transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
  }

  #menu-items > .item-icons-container {
    display: inline-block;
    padding-left: 15px;
    margin-bottom: 36px;
  }    

  #menu-items > .item-icons-container .item-icons {
    display: inline-block;
    padding: 0px;
    width: 50%;
  }

  #displayDeals .section .item-icons-container .item-icons img,
  #displayDeals .section .item-icons img {
    height: 18px;
    width: 18px;
  }

  #displayDeals > #deal_wizard > .item-icons-container {
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    width: 100%;
  }
  
  #displayDeals > #deal_wizard > .item-icons-container > .item-icons {
    display: inline-block;
    width: 50%;
    margin-right: 0px;
  }
  
  #displayDeals > #deal_wizard > .item-icons-container > .item-icons > img {
    height: 22px;
    width: 22px;
  }    

/*   .ui-pnotify {
    top: 5px !important;
    right: 42px !important; } */ }
@media only screen and (max-width: 568px) {
  #steps img {
    width: 23%;
    padding-top: 0px;
    padding-bottom: 10px; } }
@media (max-width: 768px) {
  #new_customer {
    width: 100%!important; } }
@media (max-width: 1014px) {
    .map-time, .map-add{
	    text-align: center !important;
		width: 100%;
		margin: 0;}
	.map-add{
		margin-bottom: 10px;
	}
	.office-info .modal-body #modal-store:before{
		width: 100%;
		margin-left: 0;}
	#map02{
		height: 280px !important;
	}	
}	
@media (max-width: 994px) {
	#float-box{ 
    background: #464646 !important;
	z-index: 1;
	overflow-x: hidden;
    overflow-y: scroll;}
	
	#menu-items h1{
	padding: 15px;
	text-align: center;
	}
	
	#menu-desc-header, #menu-desc-footer{
	padding: 10px 15px;
	}
	
	.cart-collapse{
	width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
	background: #2ecc71 !important;
	font-size: 17px !important;
    color: #fff !important;
	text-shadow: none;
	box-shadow: none;
	border: 0;
	height: 50px;}
	
	.cart-collapse #cartTotal{
	background: #fff;
    color: #000;
    font-size: 13px;
	}
}
@media (max-width: 480px) {
  .office-info .logo,
  .office-info .payment-type,
  .office-info .col-md-5{
	width: 100%;
	text-align: center;
	margin: 0 auto;
    margin-top: -5px;
  }
  
  .office-info h3#title a{
    text-align: center;
    width: 100%;
    margin-bottom: -15px;
	font-size: 22px;
  }
  
  .office-info .payment-type #estimated-time{
	margin: 0 auto;
    float: none;
    text-align: center;
	margin-top: 10px;
  }

  .office-info{
      margin-bottom: 0!important;
  }
  
  #float-box #order-type-details-delivery{
	  padding-bottom: 15px;
  } 
  
  #float-box #deliveryStreetWrap{
	  padding: 0 !Important;
  }
  
  #order-type-details  .input-grp{
	  /*margin-bottom: 0;*/
	}	

  .office-info .logo img{
	width: 100px;
  }
  
  .address{
	display:block;
	padding-top: 0;
	text-align: left
  }
  
  #h-address, #h-phone{
	font-size: 14px !important;
  }
  
  .office-info .modal-body #modal-store{
	margin: 10px 0 !important;
	font-size: 20px !important; 
  }
  
  .address h3{
	font-size: 19px;
	text-align: left;
  }

 .address #h-address, .address #h-phone {
    display: none; }

  .heading {
    font-size: 24px !important; }

  .payment-type {
    padding-top: 20px !important; }

  #card-name-block div, #card-number-block div, #card-cv-block div, #card-expire-block div {
    width: 45% !important; }

  #select-method div {
    margin-right: 20px !important; 
	margin-bottom: 10px !important;}

  .office-info .payment-type{
    text-align: center;
    padding-top: 0 !important;
    padding-left: 0;
    padding-right: 0; }
	
  .office-info .payment-type .payment-type span, .store-info .payment-type span {
	font-size: 35px !important;
	float: left !important; }

  #est-time span {
    font-size: 80px !important; }

  #estimated-time {}
    #estimated-time span:first {
      font-size: 80px !important; }
    #estimated-time p {
      font-size: 12px !important; }
    #estimated-time #time-mins {
      font-size: 22px !important;
      float: left !important;
      margin-top: 0px; }

  #menu-items ul.gridview li {
    width: 46%; }

  .row-offcanvas-right .sidebar-offcanvas {
    right: -85% !important; }

  .row-offcanvas-right.active {
    right: 85% !important; }

  #float-box {
    width: 85% !important;
    z-index: 3!important; }

  #checkout {
    padding-left: 0px !important;
    padding-right: 0px !important; } 
	
  #main-content .container, .navbar .container{
	padding: 0;
  }
  #order-type {
	background: none;
	padding: 0;
	margin: 0 auto;
	box-shadow: none;
	border-radius: unset;
	width: 100%;
  }
  #order-type #pickup-option, #order-type #delivery-option, #order-type #reorder-option{
	min-height: auto;
	padding: 15px !important;
	margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 15px;
    margin-left: 15px;
	position: relative;
	border-radius: 5px;
    border: none;
    box-shadow: #00000029 0px 2px 5px;
  }
    #estimated-time h2 {
        vertical-align: middle;
    }
  #order-type .method-option span{
	position: absolute;
	right: 15px;
	top: 16px;
    background: #d0021b;
    height: 50px;
    width: 50px;
    color: #fff;
    text-shadow: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
	font-size: 20px;
	padding-top: 3px;
	text-align: center;
  }
  #order-type .method-option div{
	width: 70px;
    position: absolute;
	text-align: center;
  }
  #order-type .method-option div img{
    
  }
  #order-type .method-option h1{
	margin: 10px;
	font-weight: bold;
	font-size: 30px;
    letter-spacing: -1px;
	color: #000;
	text-align: center;
  }
  #order-type .method-option span p{
	margin: 0;
    margin-top: -7px;
	font-size: 10px;
  }
  #order-type #delivery-available-at{
	background: transparent;
    width: 100%;
    height: auto;
    padding: 0;
    text-align: center;
    top: auto;
    right: auto;
    min-height: auto;
	padding-top: 10px;
    font-size: 14px;
	text-shadow: none;
  }
  #order-type .delivery-info{
	background: #fff;
	min-height: auto;
    padding: 15px !important;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
    border-radius: 5px;
    border: 0;
	font-size: 16px !important;
	text-align: center;
    font-weight: bold;
    box-shadow: #00000029 0 2px 5px;
  }
    .office-info .store-info {
        text-align: center;
    }
} 
@media (min-width: 480px) {
	#order-type .method-option div{
		display:none;
	}
	#order-type #pickup-option #pickup-time, 
	#order-type #delivery-option #delivery-time,
	#order-type #reorder-option #reorder-time{
		display: none;
	}
}
@media only screen and (max-width: 390px) {
  .office-info .logo {
    padding-left: 0; 
	padding-top: 0;	}

/*  .logo { 
    float: left;
    width: 50%; } */

  .office-info .payment-type span {
    font-size: 36px !important; }

  #estimated-time #time-mins {
    font-size: 18px !important;}

  #estimated-time {}

  #checkout {
    padding-left: 0px !important;
    padding-right: 0px !important; } }
@media only screen and (max-width: 380px) {
  #menu-items ul.gridview li {
    width: 96%;
    min-height: 180px; } 
  .office-info .container{
	padding-left: 5px;
	padding-right: 5px;
  }
}
@media (max-width: 320px) {
.navbar-brand {
	font-size: 16px; 
}
#order-type .method-option div{
	left: 5px;
}
#order-type .method-option h1{
    font-size: 25px;
}
}

#login-section{
	background-color:#fff;
	padding:10px;
	border-bottom: 5px solid #C3C3C3;
}

#login-section .form-wrap label {
    color: #333;
    float: left;
    margin-left: 20px;
}

#login-section .register-link {
	margin-top: 10px;
	text-align: right;
}

.trading-hours-table tr td{
	padding: 3px;
	width: 60%;
}

.trading-hours-table tr th{
	padding: 3px;
	width: 10%;
	veritcle-align: top;
}

.checkout-panel{
    background: #fff;
    width: 70%;
    margin-top: 20px;
	float: left;
    margin-bottom: 20px;
}
/* Check Page Panel */
.checkout-panel h3.checkout-panel-heading{
    font-family: "Open Sans",sans-serif;
    color: #fff;
    margin: 0;
    padding: 6px;
    padding-left: 10px;
    font-weight: 300;
    margin-top: 0;
    font-size: 18px;
	background: #222;
}

.checkout-panel .inner{
	padding: 10px;
}

@media (max-width: 480px){
	.checkout-panel{
		width: 100% !important;
	}
}

.form-control.pending{
    background: url('../images/ajax-loader.gif');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 14px;
 }
 
 .lunch-time{
    width: 100%;
 }

 .tab-pane{
	padding-top: 10px;
	padding-bottom: 10px;
 }
 
 /* saved cc */
 ul.payment-method-view{
	margin: 0;
    padding: 0;
    list-style: none;
 }
 
ul.payment-method-view li.payment-method-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    line-height: 1.5em;
    color: white;
    background: rgba(255,255,255,0.5);
    border: 1px solid white;
    border-radius: 6px;
    margin: 10px 0;
}
  
ul.payment-method-view li.payment-method-item .payment-method-type{
    font-weight: bold;
    color: white;
    text-transform: capitalize;
}

ul.payment-method-view li.payment-method-item span.payment-method-action{
}

span.payment-method-action a.payment-method-delete{
	color: #ff2a2a;
	padding: 14px 9px;
    text-decoration: none;
    background-color: transparent;
    border: none;
    -webkit-transition: color 167ms ease-in;
    -moz-transition: color 167ms ease-in;
    transition: color 167ms ease-in;
}

.payment-method-icon{
	width: 36px;
    height: 25px;
    background: transparent;
    display: inline-block;
    margin-bottom: -4px;
    margin-right: 15px;
    background-repeat: no-repeat;
}

.payment-method-icon.pm-mastercard-icon{
	width: 36px;
    height: 23px;
    background-image: url(../img/MasterCard.gif);
}
.payment-method-icon.pm-amex-icon {
    width: 36px;
    height: 26px;
    background-image: url("../img/amex.gif")
}

.payment-method-icon.pm-jcb-icon {
    width: 36px;
    height: 25px;
    background-image: url("../img/jcb.gif")
}

.payment-method-icon.pm-discover-icon {
    width: 36px;
    height: 23px;
    background-image: url("../img/discover.gif")
}

.payment-method-icon.pm-visa-icon{
	width: 36px;
    height: 23px;
    background-image: url(../img/Visa.gif);
}

/*
* Select2 css
*/
.selection{
	width: 100%;
}

.select2-container{
	height: 33px!important;
	line-height: 33px!important;
}

.select2-selection__rendered {
	padding-left: 30px!important;
	padding-right: 12px;
}        

.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 33px!important;
}

.has-error .select2-selection {
	border-color: #a94442!important;
}

.has-success .select2-selection {
	border-color: #3c763d!important;
}

.select2-selection--single {
  height: 100% !important;
}
.select2-selection__rendered{
  word-wrap: break-word !important;
  text-overflow: inherit !important;
  white-space: normal !important;
}        

#float-box .select2-container .select2-selection--single {
	height: 34px !important;
}



/* Float Box */
#discount_removal_notif_note{
  font-size: 11px;
  font-weight: bold;
  margin-top: 4px;
  float: left;
}

.discount_info_rg {
  float: none !important;
  text-align: left;
}

@media only screen and (max-width: 479px){
  /* Menu */
  #menu{
    position: fixed;
    z-index: 3;
    top: 108px;
    /* 	display:block; */
  }
  
  #menu #menu-title{
    display: none;
  }
  
  #menu ul {
    max-height: 350px;
    overflow-y: auto;
  }
  
  #menu-items h1 span{
    float: right;
    cursor: pointer;
    -webkit-transition: ease .4s;
    transition: ease .4s;
    display:none;
  }

  #menu-items h1.fixed span{
    display: block !important;  
  }
  
  #menu-items h1 span.active{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media only screen and (max-width: 414px){
		.half-lable{
			padding: 0;
			font-size: 20px;
			font-weight: bold;
		}

		#street-validate{
			margin-top: 75px;
			display: block;
		}
    #float-box #pickup-only-txt + #street-validate{
			margin-top: unset;
			display: unset;
		}
		#order-type-bt{
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 0;
			padding-bottom: 15px;
			margin: 0 !important;
			position: fixed;
			background: #ffffff;
			z-index: 3;
			padding-top: 10px;
		}
		#float-box #promo-code .input-group {
			padding: 0 10px;
		}
		
		#float-box .order-item-basket .item-label{
			font-size: 12px;
		}
		
		#float-box .item-delivery-fee span{
			font-size: 14px;
		}
		
		.menu-hidden{
			display:none !important;
		}
		
		#float-box .btn-default.active{
			background: #2ECC71 !important;	
			color: #fff !important;
			border-bottom: none;
		}
		#float-box .btn-default{
			border: none;
			text-shadow: none;
			font-weight: bold;
			border-radius: 0px;
			background: none;
			color: #50575d;
			width: 45%;
			text-transform: UPPERCASE;
		}
		.btn-group .btn+.btn{
		    margin-left: 24px;
		}
		#float-box .input-group{
		    padding: 0 5px;
		}
		#float-box .input-group-btn:first-child>.btn{
			background: #AF9439 !important;	
			color: #000 !important;
			text-shadow: none;
			font-weight: bold;
			border: none;
			border-radius: 0px;
		}
		#float-box .input-group .form-control:last-child{
			height: 32px;
			border: none;
			border-radius: 0px;
		}
		#bt-checkout{
			background: #2ECC71 !important;	
			color: #fff !important;
			border-radius: 0px;
			bottom: 0;
			width: 94%;
			margin-left: 3%;
			font-size: 17px !important;
			height: 50px;
			margin-top: 0 !important;
		}
		#bt-continue{
			background: #2ECC71 !important;	
			color: #fff !important;
			border-radius: 0px;
			position: absolute;
			bottom: 0;
			width: 100%;
			margin-left: 0;
			font-size: 17px !important;
			height: 50px;
		}
		#float-box {
			width: 100% !important;
			overflow-y: auto !important;
			color: #50575D !important;
			background: #fff !important;
      margin-top: 0 !important;
		}
		#float-box .row{
			position: absolute;
			bottom: 10%;
		}
		.row-offcanvas-right .sidebar-offcanvas{
			right: -100% !important;
		}
		#float-box .fbTitle{
			position: fixed;
			background: #fff !important;
			top: 0;
			font-size: 22px;
			text-align: center;
			font-weight: bold;
			color: #51585e !important;
		}
		#float-box .fbTitle .fbClose{
			left: 0;
			margin-top: -5px;
			padding-left: 20px;
		}
		#float-box .fbTitle .fbClose span:before{
			font-size: 14px;
			font-weight:bold;
			color: #50575d;
		}
		.row-offcanvas-right.active .navbar,
		#float-box .fbTitle{
			width: 100% !important;
		}
		.row-offcanvas-right.active .navbar,
		.row-offcanvas-right.active{
			right: 100% !important;
      left: inherit !important;
		}
		#float-box .item-delivery-fee span{
			font-size: 16px;
			font-style: italic;
		}
		.order-item-basket, .item-price-side{
			font-size: 14px !important;
			/* font-weight: bold; */
			letter-spacing: 0.3px;
			position: relative;
			padding-left: 0px !important;
		}
		.order-item-basket{
		    font-weight: normal;
		}
		.order-item-basket .remove-button{
			top: 50%;
			margin-top: -12.5px;
			position: absolute;
			right: 0;
			background: url(../img/close.png);
			height: 25px;
			background-repeat: no-repeat;
			width: 25px;
			background-size: 100%;
			z-index: 2;
		}
		.order-item-basket .remove-button:before{
			display: none;
		}
		/* #float-box .order-item-basket .qty-label{
			font-weight: bold;
			font-size: 20px;
			padding-right: 15px;
			vertical-align: middle;
		}
		#float-box .order-item-basket .x-label{
			padding-right: 15px;
			font-size: 19px;
			vertical-align: middle;
		}
		#float-box .order-item-basket .item-label{
			display: inline-block;
			width: 47%;
			word-break: break-word;
			vertical-align: middle;
			font-size: 16px;
			font-weight: bold;
		} */

    #float-box .order-item-basket .item-label {
      font-size: 14px !important;
    }

    #float-box .half-lable{
      padding-left: 15px;
      font-weight: normal;
      font-size: 14px;
    }
		#float-box #currency-code{
			display: none;
		}
		.ui-pnotify{
			z-index: 9999999999 !important;
		}

		#delivery-available-at{
			width: 100%;
			min-height: 55px;
			display: block;
		}
		#delivery-available-at i{
			display: block;
			padding-top: 3px;
			font-size: 18px;
			font-style: normal;
			text-transform: uppercase;
			margin-top: 10px;
		}
		#order-time h2{
		    font-size: 20px;
			margin-right: 0;
		}
		#order-time input{
			margin-top:5px;
		}
		#pick-up-notes div, #payment-details, #order-time #select-order-time{
			padding: 30px 20px !important;
		}
		#select-order-time div{
			padding-left: 10px !important;
		}
		#order-time div, #pick-up-notes div{
			padding: 0;
		}
		#payment_details h3{
			padding: 20px 0px;
		}
		.add-payment-method-view button.paypal{
			margin-bottom: 30px;
		}
		#checkout-form #pay{
			margin-top: 20px;
		}
		#discount_removal_notif{
			letter-spacing: normal !important;
			margin-bottom: 0px;	
		}
		#float-details{
			display:none;
		}
		#float-box #promo-code{
			padding: 15px 0;
		}
}

@media only screen and (max-width: 320px){
	#float-box .order-item-basket .x-label,
	#float-box .order-item-basket .qty-label{
		padding-right: 5px !important;
	}
	#float-box {
		overflow: hidden;
	}
	#order-type-bt{
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 0;
		padding-bottom: 15px;
		margin: 0 !important;
	}
}

/* Stickey Headers */
.followMeBar {
	position: relative;
	z-index: 1;
}
.followMeBar.fixed {
	position: fixed !important;
	top: 58px;
	width: 100%;
	box-sizing: border-box;
}
.followMeBar2.fixed {
	position: fixed !important;
	top: 0 !important;
	width: 100%;
	box-sizing: border-box;
}

/* Left Menu */
.main-mask {
	background-color: rgba(0, 0, 0, 0.3);
	height: 100vh;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

#left-nav #store-nav{
	width: 100%;
    padding: 10px;
    background: #eee;
}

#left-nav {
	-webkit-transition: ease .4s;
	transition: ease .4s;
	position: absolute;
	top: 60px;
	left: 0;
	width: 250px;
	height: 100vh;
	background-color: #fff;
	-webkit-transform: translatex(-250px);
	transform: translatex(-250px);
}
#left-nav.active {
	-webkit-transform: translatex(0);
	transform: translatex(0);
}
#left-nav ul{
	list-style: none;
	margin: 0;
    padding: 0;
	font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
#left-nav ul li {
	position: relative;
	min-height: 40px;
	line-height: 40px;
	padding-left: 10px;
	background-color: #fff;
	-webkit-transition: ease .4s;
	transition: ease .4s;
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
	list-style: none;
}
#left-nav ul li:last-child {
	border-bottom: none;
}
#left-nav ul li:hover {
	z-index: 10;
	background-color: #f5f5f5;
}
#left-nav ul li::after, #left-nav ul li::before {
	content: '';
	width: 7px;
	height: 1px;
	background-color: #ccc;
	-webkit-transform-origin: right center;
	transform-origin: right center;
	position: absolute;
	right: 10px;
	top: 24px;
}
#left-nav ul li::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#left-nav ul li::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#left-nav ul li a {
	text-decoration: none;
	color: inherit;
	width: 100%;
	display: inline-block;
}
#left-nav ul li ul {
	display: none;
	margin-left: -10px;
}
#left-nav ul li ul li {
	color: #fff;
	background-color: #0088cc;
	padding-left: 25px;
	border-bottom-color: rgba(255, 255, 255, 0.2);
}
#left-nav ul li ul li::before, header nav ul li ul li::after {
	background-color: #fff;
}
#left-nav ul li ul li:hover {
	background-color: #0088cc;
}

#nav_profile_pic img{
	display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
	width: 100px;
	border: 3px solid #fff;
	margin-bottom: 5px;
}

#nav_google_login{
	margin-top: 5px;
	text-align: center;
}

.toggle-left{
	cursor: pointer;
	-webkit-transition: ease .4s;
	transition: ease .4s;
	position: absolute;
	width: 30px;
	top: 10px;
	left: 20px;
}

.toggle-left div {
	height: 3px;
	width: 100%;
	margin: 7px 0;
	background-color: #fff;
	-webkit-transform-origin: right center;
		  transform-origin: right center;
	-webkit-transition: .4s ease;
	transition: .4s ease;
}

.toggle-left.active {
}

.toggle-left.active div:nth-child(1) {
	width: 80%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.toggle-left.active div:nth-child(2) {
	display: none;
}

.toggle-left.active div:nth-child(3) {
	width: 80%;
    margin-top: 14px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Loyalty Stamp Modal Menu */

.custom-modal-responsive{
  max-width:400px;
  width:100%;
}
.modal_menu_item_boxes{
  min-height:60px;
  height:auto;
  width:calc(100% - 10px);
  float:left;
  margin:5px;
  border: 1px solid #00000018;
  padding:6px 6px 10px;
  position:relative;
  background: #fff;
}

.modal_menu_item_boxes .modalMenuHeader{
  font-weight:bold;
  font-size:16px;
  padding:5px
}

.modalMenuBody{
  padding: 0 8px;
}

.modalMenuBody select{
  float:left;
  width:auto;
  max-width:100%;
  margin:3px 3px 3px 0px;
}

.modalMenuItemControl{
  position: relative;
  width: 100%;
  float: left;
  margin-top: 3px;
}

/* Floatbox Enter Address */
#editDelivery{
    float: left;
    width: 100%;
}
#editDelivery .input-icon {
    position: absolute;
    padding: 0 10px;
    top: 10px;
    color: #555 !important;
}
#editDelivery input {
    padding-left: 30px;
}
#editDelivery .input-grp {
    padding: 0 10px;
}
#editDelivery input {
    text-shadow: none !important;
    box-shadow: none !important;
}
#editDelivery button{
    text-shadow: none !important;
    box-shadow: none !important;
}
#editDelivery .buttons{
    text-align: right;
}
#editDelivery .form-control-feedback {
    top: 0px !important;
    right: 10px !important;
}
#editDelivery .help-block {
    font-size: 13px;
}
#address-title-div {
    margin-bottom: 15px;
}
#location {
    padding: 0px !important;
}
#textDelivery{
    height: 20px;
}
#textDeliverytoggle{
    padding: 0 10px 0 10px;
}
#textDeliverytoggle .to{
    display: inline; float: left; width: 10%;
}
#textDeliverytoggle .delivery-address-container{
    display: inline; float: left;word-break: break-all; width: 90%;
}
#deliveryAddressWrap{
    padding: 15px 0px 0px;
}

@media only screen and (max-width: 414px){
    #float-box #order-type-details-delivery{
        padding-bottom: 0px;
    }
    #editDelivery button{
        text-shadow: none !important;
        box-shadow: none !important;
        border: none !important;
    }
    #editDelivery .buttons{
        padding-top: 15px;
    }
    #address-title-div {
        background: none;
        text-align: center;
        color: #50575d !important;
        font-weight: bold !important;
        font-size: 20px;
        padding: 15px 0;
        border-bottom: 1px solid rgba(170,170,170,.3);
        border-top: 1px solid rgba(170,170,170,.3);
        text-transform: uppercase;
        background: #fff;
    }
    #editDelivery{
        background: #f5f5f5;
        margin-bottom: -15px;
        padding-bottom: 1px !important;
    }
    #deliveryAddressWrap{
        padding: 0px 0px 15px;
    }
}

.item-add-buttons{
    display: inline-block;
    vertical-align: top;
    padding-top: 2px;
}

.google-pay-button {
    background-color: inherit !important;
    border-radius: 4px !important;
    padding: 10px 8px !important;
    height: 43px !important;
	background-image: url(../img/google-pay-1.png) !important;
	background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	background-origin: unset;
}

/* login prompt popup */
@media screen and (min-width: 480px) {
    #login-wrap > #login-section > .form-wrap {
        width: 70%;
    }
    #login-wrap {
        background-color: rgba(0,0,0,0.5);
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 1050;
        display: none;
    }
    #login-wrap > #login-section {
        position: fixed;
        z-index: 999;
        width: 50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-bottom: white 1px solid;
        padding: 10px;
    }
}
@media (max-width: 1024px){
    #login-wrap > #login-section .form-wrap{
        width: 70%;
    }
    #login-wrap{
        background: rgba(0, 0, 0, 0.7);
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 1050;
        display:none;
    }
    #login-wrap > #login-section {
        position: fixed;
        z-index: 999;
        width: 95%;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-bottom: white 1px solid;
        padding: 10px;
    }
}
@media (max-width: 1024px){
    #login-wrap > #login-section > .form-wrap{
        width: 100%;
    }
}
@media (max-width: 480px){
    #login-wrap > #login-section > .form-wrap{
        width:100%;
    }
}
/* end of login prompt popup */

/*desktop*/ 
@media screen and (min-width: 800px) {

  #lion-image{
    background-image: url("../img/beer2you.png");
    background-repeat: no-repeat;
    height: 220px !important; /*desktop*/ 
    background-size: cover;
    margin-bottom: 10px;
    background-position: center; 
  }

  #lion_iframe{
    display: inline-block;
  }
  
  .mybasket-ul-lion{
    max-height: none !important;
  }
}



@media screen and (min-width: 1025px) {
  .float-box-lion-fixed{
    margin-left: 800px;
    position: fixed;
    top: -162px;
    z-index: 1;
  }
    .mobile-estimated-time{
        display: none;
    }
  #float-box #pickup-only-txt{
    padding-bottom: 15px !important;
    padding-left: 20px;
    text-transform: capitalize;
    padding-top: 10px;
    margin-bottom: -10px;
    font-weight: 500;
    background-color: unset;
    color: inherit;
  }
  
  .float-box-fixed #pickup-only-txt{
    margin-top: -15px;
  }

  #float-box:has(> #pickup-only-txt){
    padding-top: 0;
  }

  #float-box .order-item-basket .item-label {
		display: inline-block;
		width: 75%;
		word-break: break-word;
		vertical-align: middle;
		font-size: 12px;
	}

  #float-box #view-basket ul#mybasket-ul .sub-item{
    position:relative;
    display:table;
    background:#FFF;
    width:97% !important;
    padding:0;
    margin-left:2.5%;
  }

  #float-box #view-basket ul#mybasket-ul .sub-item .qty-label{
		padding-left: 5px;
	}
}

@media only screen and (max-width: 414px){
  .order-type-bt-mobile{
    position: absolute !important;
  }

  #lion-image{
    background-image: url("../img/beer2you.png");
    background-repeat: no-repeat;
    height: 263px !important; /*pixel*/
    background-size: cover;
    margin-bottom: 10px;
    background-position: center; 
  }

  #float-box-lion-bg{
    background: #fff;
    position: absolute;
  }

  #lion_iframe{
    margin-bottom: 10px !important;
  }
}

@media (max-width: 994px) {
  #lion-image{
    background-image: url("../img/beer2you.png");
    background-repeat: no-repeat;
    height: 295px;  /*Ipad Mini*/
    background-size: cover;
    margin-bottom: 10px;
    background-position: center; 
  }

  #float-box-lion-bg{
    background: transparent !important;
  }
}

@media only screen and (max-width: 995px) {
  .row-offcanvas.row-offcanvas-right.menu-ready.active{
    position:static !important;
  }

  .checkout-container #float-box #view-basket ul#mybasket-ul li.parent-item{
    font-weight: bold;
    padding-top: 10px !important;
    border: none !important;
    width: 96% !important;
  }

  .checkout-container #float-box #view-basket ul#mybasket-ul li.parent-item span.item-price-side,
  .checkout-container #float-box #view-basket ul#mybasket-ul li.parent-item .half-half,
  .checkout-container #float-box .order-item-basket .item-label{
    font-size: 15px !important;
  }

  .checkout-container #float-box #view-basket ul#mybasket-ul li.parent-item span.item-price-side{
    margin-top: 0 !important;
  }

  .checkout-container #float-box .order-item-basket .qty-label,
  .checkout-container #float-box .order-item-basket .x-label{
    padding-right: 0 !important;
    font-size: 15px !important;
  }

  .checkout-container #float-box #view-basket ul#mybasket-ul .sub-item span.order-item-basket{
    padding-left: 27px !important;
  }

  .checkout-container #float-box #view-basket ul#mybasket-ul .sub-item{
    background: transparent !important;
    margin: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 5px !important;
  }

  .checkout-container #float-box #view-basket #mybasket-ul .half-half-item{
    margin-top: 0 !important;
  }

  .checkout-container #float-box #view-basket .item-price-total{
    width: 74% !important;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .checkout-container #float-box #view-basket .item-price-total span {
    width: 90% !important;
    text-align: right !important;
  }
}

#float-box #view-basket ul#mybasket-ul li.parent-item{
  border-top: none;
}

#float-box #view-basket ul#mybasket-ul li.parent-item{
  position: relative;
  padding: 10px;
  width: 95%;
}

#float-box #view-basket {
  margin-bottom: 10px;
  margin-top: 10px; }
  #float-box #view-basket h2 {
    text-align: left;
    margin: 0;
    width: 100%;
    padding: 7px 10px;
    color: #fff;
    font-weight: 300;	}
  #float-box #view-basket .item-delivery-fee {
    padding: 5px;
    color: #5cb85c;
    display: table;
    width: 100%;
	border-top: 1px solid #c8c8c8;
    font-size: 14px; }
  #float-box #view-basket .item-price-total {
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    text-align: right;
    padding: 5px;
  }
    #float-box #view-basket .item-price-total span {
      text-align: left; }
  #float-box #view-basket #empty-basket-txt {
    width: 100%;
    display: inline-block;
    padding: 10px; }
  #float-box #view-basket ul#mybasket-ul {
    list-style: none;
    margin: 0;
    padding: 1px 0;}
    #float-box #view-basket ul#mybasket-ul li span.item-price-side {
      display: table-cell; }
    #float-box #view-basket ul#mybasket-ul li.sub-item span.item-price-side{
        padding-right:5px;}
    .checkout-container #float-box #view-basket ul#mybasket-ul li.sub-item span.item-price-side{
        padding-right:0;}
    #float-box #view-basket ul#mybasket-ul li span.order-item-basket {
      display: table-cell;
      width: 100%;
      text-align: left;
      padding: 2px 0; }
      #float-box #view-basket ul#mybasket-ul li span.order-item-basket img {
        cursor: pointer;
        opacity: 0.7; }
        #float-box #view-basket ul#mybasket-ul li span.order-item-basket img:hover {
          opacity: 1; }
    #float-box #view-basket ul#mybasket-ul li.parent-item {
      text-align: right;
      vertical-align: text-top;
      width: 100%;
      padding: 5px;
      display: table;}
      #float-box #view-basket ul#mybasket-ul li.parent-item:first-child {
        border: transparent; }
  #float-box #view-basket input[type=button], #float-box #view-basket input[type=submit] {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    background-color: #8cc63e;
    line-height: 28px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font: 1em "Open Sans";
    cursor: pointer;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear; }
#float-box #promotional_program #promtional-code, #deliveryStreet, .form-control {
	box-shadow: none !important;
}
#float-box #promotional_program #validate{
	background-color: #3498DB;
    color: #fff;
    text-shadow: none;
    border-color: #3498DB;
    box-shadow: none;
	transition: background-color 80ms ease-in;
}
#float-box #promotional_program #validate:hover{
	background-color: #3276B1;
	border-color: #3276B1;
}

@media (max-height: 768px) {
    #mybasket-ul{
        max-height: 45vh !important;
        overflow-y:auto;
    }
  
}

#mybasket-ul.browse-basket {
    max-height:45vh;
    overflow-y:auto;
}

@media only screen and (max-width: 1199px){
  .float-box-lion-fixed{
    margin-left: 650px;
    position: fixed;
    top: -162px;
    z-index: 1;
  }
}
.lionCustomerInactive {
  height: 95px !important;
}

.float-box-lion{
  background: transparent !important;
}

#float-box-lion-bg{
  background: #fff;
  padding-bottom: 10px;
  width:100%;
}

/*
  for payment method customized button
*/
.payment_type_label {
  cursor: pointer;
}

#payment_type_card {
  display: none;
}

#payment_type_cash {
  display: none;
}

.payment_active_label {
  visibility: hidden;
}

#payment_type_card:checked + .payment_active_label{
  display: inline-block;
  visibility: visible;
}

#payment_type_cash:checked + .payment_active_label{
  display: inline-block;
  visibility: visible;
}
    
@media screen and (min-width: 800px) {
  #payment_active{
    width: 9px;
    margin-left: 7px;
    margin-top: -4px;
    position: absolute;
  }
  
  #payment_active_2{
    width: 9px;
    margin-left: 8px;
    margin-top: -4px;
    position: absolute;
  }
}

@media only screen and (max-width: 994px){
  #payment_active{
    width: 9px;
    margin-left: 8px;
    margin-top: -4px;
    position: absolute;
  }
  
  #payment_active_2{
    width: 9px;
    margin-left: 8px;
    margin-top: -4px;
    position: absolute;
  }
}

#payment_circle{
  width: 17px;
}

@media (max-width: 1024px){
	#payment_active{
    margin-left: 8px;
	}
}

/*
  for new design in register.php
*/

#next-register{
  text-decoration: none;
  font: 14px "Open Sans";
  cursor: pointer;
  margin: 0;
  padding: 6px 12px;
  transition: background-color 80ms ease-in;
  text-shadow: none;
  box-shadow: none;
  border-color: transparent;
  background-color: #3498db;
}

#back-register{
  text-decoration: none;
  font: 14px "Open Sans";
  cursor: pointer;
  margin: 0;
  padding: 6px 12px;
  transition: background-color 80ms ease-in;
  text-shadow: none;
  box-shadow: none;
  border-color: transparent;
  background-color: #3498db;
}

/* confirm order styles */
#confirm-order-new{
  background: none !important;
}
#confirm-order-new .thankyou{
  text-align: center;
  font-size: 26px !important;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 30px;
}
#confirm-order-new #orderstatus{
  background: #fff !important;
  padding: 20px 40px;
  margin-top: 20px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede
}
#confirm-order-new #orderstatus .status-title{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
#confirm-order-new .status-title .status-result{
  color: #FF0000;
}
#confirm-order-new #orderstatus .delivery-title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
}
#confirm-order-new #orderstatus .delivery-address{
  font-size: 16px;
  margin-bottom: 5px;
  display: inline-block;
}
#confirm-order-new .eta{
  font-size: 16px;
  margin-bottom: 5px;
}
#confirm-order-new .eta-title{
  color: #b9b9b9;
  font-weight: bold;
}

#confirm-order-new {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  
@media (max-width: 992px) {
	#confirm-order-new {
	    width: 100%;
	}
} 

@media (max-width: 635px) {
	#confirm-order-new #feedback img{
		width: 95%;
	}
	
	#confirm-order-new h1{
		font-size: 25px;
	}
	
	#confirm-order-new h3{
		font-size: 20px;
	}
	
	#confirm-order-new h2{
		font-size: 23px;
	}
}
#confirmation-social-new{
    text-align: center;
    background: #fff;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
}
#confirm-order-new #orderdetails{
    background: #fff !important;
    padding: 20px 40px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede
}
#confirm-order-new #orderdetails .order-title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
#confirm-order-new .details-div{
    margin-bottom: 10px;
    font-size: 15px;
}
#confirm-order-new .orderdetails-icon{
    width: 20px;
    margin-right: 5px;
}
#confirm-order-new .details-line{
    border-bottom: 1px solid #dedede;
    margin-top: 20px;
    margin-bottom: 20px;
}
#confirm-order-new #checkout-title-row{
    display: none;
}
#confirm-order-new .orders table{
    width: 70% !important;
    margin: auto !important;
}
#confirm-order-new .orders table tr{
  font-size: 15px !important;
}
#confirm-order-new .orders table .item-row td{
    background-color: #ffffff !important;
    padding-top: 5px !important;
    font-family: "Open Sans",sans-serif !important;
}
#confirm-order-new .orders table .item-qty-td{
    width: 33px !important;
    color: #595dff !important;
    letter-spacing: 5px;
    font-family: "Open Sans",sans-serif !important;
}
#confirm-order-new .orders table .row-price{
    width: 80px !important;
    font-family: "Open Sans",sans-serif !important;
}
#confirm-order-new .delivery-fee td{
    padding-top: 10px !important;
    font-weight: bold !important;
    padding-top: 15px !important;
    font-family: "Open Sans",sans-serif !important;
}
#confirm-order-new .item-price-total td{
    font-size: 18px !important;
    padding-top: 15px !important;
    text-transform: uppercase;
}
#confirmation-social-new #feedback-confirm h3,
#confirmation-social-new #fb_like_confirm h3{
  margin-top: 0;
  font-size: 20px;
}
@media (max-width: 992px) {
  #confirmation-social-new{
    width: 100% !important;
  }
  #fb_like_confirm{
    margin-bottom: 30px !important;
  }
}
@media (max-width: 414px) {
	#confirm-order-new .orders table{
    width:100% !important;
  }
  #confirmation-social-new .row{
    margin: 0;
  }
  #confirm-order-new #orderdetails, 
  #confirm-order-new #orderstatus{
    padding: 20px !important;
  }
  #confirm-order-new .thankyou{
    margin-bottom: 15px !important;
    font-size: 21px !important;
  }
  #confirm-order-new .orders table .row-price{
    width: auto !important;
    text-align: center;
  }
  #confirm-order-new .orders table .item-row td{
    padding: 10px !important;
  }
  #confirm-order-new .details-line{
    margin: 0 !important;
  }
}

/* STRIPE */
.stripe_use_different_card, .stripe_show_saved_cards {
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  background: #efefef;
}

.stripe_use_different_card > span, .stripe_show_saved_cards > span{
  font-size: 15px;
  font-weight: bold;
  color: #000;
}

.stripe-card {
  border: 1px solid #ccc;
  padding: 15px;
  width: 100%;
  border-radius: 5px;
  font-weight: bold!important;
  font-size: 15px;
}

.stripe-card.active {
  border: 2px solid #219653;
}

@media (max-width: 768px) {
  #card-element, .stripe-card, .stripe_use_different_card, .stripe_show_saved_cards {
      width: 100%;
  }
}

/* HALF-HALF - START */
.jqibox{
  z-index: 9999 !important;
}

.modal-hh #modal-header-hh{
  display: inline-block;
  width: 100%;
}

#menu-items ul li #item-buttons .modal-hh #modal-header-hh button{
  padding:6px 20px !important;
}

.modal-hh h4.modal-title{
  color: #000;
  padding-bottom: 5px;
  font-weight: 600;
}

.modal-hh div.modal-title{
  font-size: 13px;
  font-weight: 600;
}

.modal-hh .modal-body{
  background: #ececec78;
  padding: 0;
  margin-top: 0 !important;
}

.modal-hh .hh-size, 
.modal-hh .hh-option, 
.modal-hh .hh-pizza, 
.modal-hh .hh-item-modifier,
.modal-hh .hh-pizza-toppings, 
.modal-hh .hh-pizza-extra-toppings,
.modal-deals .deal-hh-pizza-toppings,
.modal-deals .deal-hh-pizza-extra-toppings{
  color: #000; 
  font-size: 16px; 
  background-color: #f1f1f1; 
  padding: 20px;
}

.modal-hh .hh-size span:first-child, 
.modal-hh .hh-option span:first-child, 
.modal-hh .hh-pizza span:first-child,
.modal-hh .hh-item-modifier,
.modal-hh .hh-pizza-toppings span:first-child, 
.modal-hh .hh-pizza-extra-toppings span:first-child,
.modal-deals .deal-hh-pizza-toppings span:first-child,
.modal-deals .deal-hh-pizza-extra-toppings span:first-child{
  font-weight: 600;
}

.modal-hh .hh-size span:last-child, 
.modal-hh .hh-option span:last-child, 
.modal-hh .hh-pizza span:last-child,
.modal-hh .hh-pizza-toppings span:last-child, 
.modal-hh .hh-pizza-extra-toppings span:last-child,
.modal-deals .deal-hh-pizza-toppings span:last-child,
.modal-deals .deal-hh-pizza-extra-toppings span:last-child{
  font-size: 14px;
}

.modal-hh .hh-first{
  margin-bottom: 24px !important;
}

.modal-hh #hh-pizza-container{
  position: relative;
}

.modal-hh .hh-first, .modal-hh .hh-second{
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  line-height: 56px;
}

@media only screen and (max-width: 678px){
  .hh-first-item-label , .hh-second-item-label, .deal-hh-first-item-label, .deal-hh-second-item-label{
    display: inline-grid;
    line-height: normal;
    width: 70%;
  }
  .item-icons{
    display: inline-flex;
  }
}

.modal-hh .hh-first img, .modal-hh .hh-second img{
  padding-right: 25px;
}

.modal-hh .hh-first span.hh-first-icon, .modal-hh .hh-second span.hh-second-icon{
  float: right;
  line-height: 56px;
}

.modal-hh .hh-first span.glyphicon-ok, .modal-hh .hh-second span.glyphicon-ok{
  color: #6bba21;
}

.modal-hh input:checked + .input-group-label{
  background-color: #3498db !important;
}

#menu-items .modal-hh .modal-body .menu-item-option .input-group-label{
  border: 1px solid #dad8d8 !important;
}

#menu-items .modal-hh .modal-body .menu-item-option .input-group-radio{
  border: none !important;
  margin-right: 15px;
  margin-bottom: 15px;
  height: 48px;
  padding: 0;
  display: table;
  text-align: center;
  float: left;
}

#menu-items .modal-hh .modal-body .menu-item-option .input-group-label{
  padding: 0px !important;
  border-radius: 0;
  background-color: #fff;
  color: #000;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  font-weight: 600;
  padding: 0 16px !important;
  min-width: 89px;
}

#menu-items .modal-hh .modal-body #modal-body-hh ul li{
  padding: 0;
  border: 1px solid #dad8d8; 
  border-radius: 4px;
  margin-bottom: 15px;
  width: 100% !important;
}

.border-0{
  border: 0 !important;
}

#menu-items .modal-hh .modal-body #modal-body-hh ul li div:not(.hh-toppings),
#menu-items .modal-deals .modal-body .deal-modal-body-hh-selection ul li div:not(.deal-hh-toppings){
  padding: 10px;
  min-height: 100px;
  cursor: pointer;
}

#menu-items .modal-hh .modal-body #modal-body-hh .input-group-label{
  font-weight: normal;
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

#menu-items .modal-hh .modal-body #modal-body-hh ul#first-current-toppings-list-ul .current-hh-topping,
#menu-items .modal-hh .modal-body #modal-body-hh ul#second-current-toppings-list-ul .current-hh-topping,
#menu-items .modal-deals .modal-body .deal-modal-body-hh-selection ul.deal-hh-current-toppings-list-ul .current-deal-hh-topping{
  margin: 0;
  cursor: pointer;
}

#menu-items .modal-hh .modal-body #modal-body-hh ul#first-current-toppings-list-ul li,
#menu-items .modal-hh .modal-body #modal-body-hh ul#second-current-toppings-list-ul li,
#menu-items .modal-deals .modal-body .deal-modal-body-hh-selection ul.deal-hh-current-toppings-list-ul li,
#menu-items .modal-hh .modal-body #modal-body-hh .accordion li,
#menu-items .modal-deals .modal-body .deal-modal-body-hh-selection .accordion li{
  border-bottom: none !important;
  font-weight: bold;
  padding: 10px 0 !important;
  margin-bottom: 0;
  height: auto;
}

#menu-items .modal-hh .modal-body #modal-body-hh .accordion .sub-item .extra-hh-topping,
#menu-items .modal-deals .modal-body .deal-modal-body-hh-selection .accordion .sub-item .extra-deal-hh-topping{
  margin-bottom: 0;
  cursor: pointer;
}

#menu-items .modal-hh .modal-body #modal-body-hh ul#first-current-toppings-list-ul .current-hh-topping input,
#menu-items .modal-hh .modal-body #modal-body-hh ul#second-current-toppings-list-ul .current-hh-topping input,
#menu-items .modal-hh .modal-body #modal-body-hh .accordion .sub-item .extra-hh-topping input,
#menu-items .modal-deals .modal-body .deal-modal-body-hh-selection ul.deal-hh-current-toppings-list-ul .current-deal-hh-topping input,
#menu-items .modal-deals .modal-body .deal-modal-body-hh-selection .accordion .sub-item .extra-deal-hh-topping input{
  position: absolute;
  cursor: pointer;
  opacity: 0;
}

#menu-items .modal-hh .modal-body #modal-body-hh ul#first-current-toppings-list-ul .current-hh-topping input + span,
#menu-items .modal-hh .modal-body #modal-body-hh ul#second-current-toppings-list-ul .current-hh-topping input + span,
#menu-items .modal-hh .modal-body #modal-body-hh .accordion .sub-item .extra-hh-topping input + span,
#menu-items .modal-deals .modal-body .deal-modal-body-hh-selection ul.deal-hh-current-toppings-list-ul .current-deal-hh-topping input + span,
#menu-items .modal-deals .modal-body .deal-modal-body-hh-selection .accordion .sub-item .extra-deal-hh-topping input + span{
  background: #fff;
  border: 1px solid #B1B1B1; 
  border-radius: 5px;
  content: "";
  display: inline-block;
  margin: 0 .5em 0 0;
  padding: 0;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 50%;
  margin-top: -12.5px;
}

#menu-items .modal-hh .modal-body #modal-body-hh ul#first-current-toppings-list-ul .current-hh-topping input + span::after,
#menu-items .modal-hh .modal-body #modal-body-hh ul#second-current-toppings-list-ul .current-hh-topping input + span::after,
#menu-items .modal-hh .modal-body #modal-body-hh .accordion .sub-item .extra-hh-topping input + span::after,
#menu-items .modal-deals .modal-body .deal-modal-body-hh-selection ul.deal-hh-current-toppings-list-ul .current-deal-hh-topping input + span::after,
#menu-items .modal-deals .modal-body .deal-modal-body-hh-selection .accordion .sub-item .extra-deal-hh-topping input + span::after{
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAfCAMAAACxiD++AAAA1VBMVEUDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMUEbP0AAAARnRSTlMAAQMEBgcKDQ4RFBYaHiAlKCwzNTk6QktSVFpdY2hydnt+f4aKj5icpKyutL3ExcvN1Nfa3t/g4ubr7/Dx8vP2+Pn7/P3+l4b2pAAAAM9JREFUeNqFj1USwzAMBdWUmZldZmYm3f9InWncJK4jd3/fzkgLNAUGSiIHVBraCFFp1BGVRuqBSsO3RJ0uIXT5vvAShXy/JYjCIxcqROGY7wOHvcD4vg2qC58ZonCFOo0/hWOn5SiTC/cR4SkmFeaFnRuWwrYUxYTCmUfYuWEWXuJgUH0ZhllYBgulh2F8C3sgkLuiyNoPIpmTsN/T8EtyZxVqIBPbmPtQAxvCc+TsQmBLYKLvrywQeIcfoQUk7j4iTl1Ao3XwHAUVjmYRJN6JCk9EW+3PMwAAAABJRU5ErkJggg==) no-repeat center;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-left: 4px;
  margin-top: 4px;
  content: "";
  display: block;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

#menu-items .modal-hh .modal-body #modal-body-hh ul#first-current-toppings-list-ul .current-hh-topping input:checked + span::after,
#menu-items .modal-hh .modal-body #modal-body-hh ul#second-current-toppings-list-ul .current-hh-topping input:checked + span::after,
#menu-items .modal-hh .modal-body #modal-body-hh .accordion .sub-item .extra-hh-topping input:checked + span::after,
#menu-items .modal-deals .modal-body .deal-modal-body-hh-selection ul.deal-hh-current-toppings-list-ul .current-deal-hh-topping input:checked + span::after,
#menu-items .modal-deals .modal-body .deal-modal-body-hh-selection .accordion .sub-item .extra-deal-hh-topping input:checked + span::after{
  -webkit-transform: scale(1);
  transform: scale(1);
}

#menu-items .modal-hh .modal-body #modal-body-hh ul#first-current-toppings-list-ul .current-hh-topping .current-hh-topping-desc,
#menu-items .modal-hh .modal-body #modal-body-hh ul#second-current-toppings-list-ul .current-hh-topping .current-hh-topping-desc,
#menu-items .modal-hh .modal-body #modal-body-hh .accordion .sub-item .extra-hh-topping .extra-hh-topping-desc,
#menu-items .modal-deals .modal-body .deal-modal-body-hh-selection ul.deal-hh-current-toppings-list-ul .current-deal-hh-topping .current-deal-hh-topping-desc,
#menu-items .modal-deals .modal-body .deal-modal-body-hh-selection .accordion .sub-item .extra-deal-hh-topping .extra-deal-hh-topping-desc{
  display: inline-block;
  padding-left: 35px;
  word-break: break-word;
  text-transform: capitalize;
  font-size: 13px;
}

#menu-items .modal-hh .modal-body #modal-body-hh ul li div.hh-toppings,
#menu-items .modal-deals .modal-body .deal-modal-body-hh-selection ul li div.deal-hh-toppings{
  float: left;
  font-weight: 600;
}

#menu-items .modal-hh .modal-body #modal-body-hh ul li div.hh-toppings span,
#menu-items .modal-deals .modal-body .deal-modal-body-hh-selection ul li div.deal-hh-toppings span{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  float: unset;
}

#menu-items .modal-hh .modal-body #modal-body-hh ul li.hh-item:hover{
  border: 1px solid #000; 
}

#menu-items .modal-hh .modal-body #modal-body-hh ul li div .hh-item-name,
#menu-items .modal-deals .modal-body .deal-modal-body-hh-selection ul li div .deal-hh-item-name{
  font-weight: bold; 
  font-size: 16px;
}

#menu-items .modal-hh .modal-body #modal-body-hh ul li div .hh-item-desc{
  margin-top: 8px; 
  font-size: 14px;
}

#menu-items ul li #item-buttons .modal-hh input[type=button]{
  background-color: #f1826b;
}

#menu-items ul li #item-buttons .modal-hh .modal-footer .half-half-total{
  text-align: right;
  font-size: 30px;
  margin: 0;
  font-weight: 600;
}

#menu-items .modal-hh .modal-body #modal-body-hh .accordion::before,
#menu-items .modal-deals .modal-body .deal-modal-body-hh-selection .accordion::before{
  content: unset;
}

#menu-items .modal-hh .modal-body #modal-body-hh .accordion li div.item,
#menu-items .modal-deals .modal-body .deal-modal-body-hh-selection .accordion li div.item{
  width: 100%;
  cursor: pointer;
}

#menu-items .modal-hh .modal-body #modal-body-hh .accordion li div.item span,
#menu-items .modal-deals .modal-body .deal-modal-body-hh-selection .accordion li div.item span{
  transition: ease .2s;
}

#menu-items .modal-hh .modal-body #modal-body-hh .accordion li.open div.item span,
#menu-items .modal-deals .modal-body #deal-modal-body-hh-selection .accordion li.open div.item span{
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

#menu-items .modal-hh .modal-body #modal-body-hh .accordion .sub-item,
#menu-items .modal-deals .modal-body .deal-modal-body-hh-selection .accordion .sub-item{
  border: 0;
  padding-bottom: 0;
  cursor: default;
}

#menu-items .modal-hh .modal-body #modal-body-hh .accordion .sub-item ul,
#menu-items .modal-deals .modal-body .deal-modal-body-hh-selection .accordion .sub-item ul{
  display: block;
}

#menu-items .modal-hh .modal-body #modal-body-hh .accordion .sub-item ul li,
#menu-items .modal-deals .modal-body .deal-modal-body-hh-selection .accordion .sub-item ul li{
  padding: 10px 0;
  font-size: 14px;
}

#menu-items .modal-hh .modal-body #modal-body-hh .accordion .sub-item ul li .condiment-price,
#menu-items .modal-deals .modal-body .deal-modal-body-hh-selection .accordion .sub-item ul li .condiment-price{
  float: right;
  font-weight: 800;;
}

#menu-items ul li #item-buttons .modal-hh #modal-header-hh button{
  background-color: #cc2e3d !important;
  padding: 6px 15px !important;
  color: #fff;
  border: 0;
  box-shadow: none;
}

#menu-items ul li #item-buttons .modal-hh .modal-footer button{
  padding: 6px 15px !important;
  background-color: #3498db !important;
  color: #fff;
  border: 0;
  box-shadow: none;
}

#add-half-half{
  margin-left: 0;
}

.modal-hh #modal-body-hh .hh-item-block{
  width: 67%;
  display: inline-block;
}

.modal-hh #modal-body-hh .hh-item-thumb{
  width: 33%;
  height: 100%;
  margin: 0;
  padding: 0 !important;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
}

.modal-hh #modal-body-hh .hh-item-thumb img{
  height: 100%;
  width: 100%;
  border-radius: 0px;
  object-fit: cover;
  object-position: center;
}

@media only screen and (max-width: 1024px){
  #menu-items .modal-hh .modal-body #modal-body-hh .accordion .sub-item,
  #menu-items .modal-deals .modal-body .deal-modal-body-hh-selection .accordion .sub-item{
    margin-top: 25px;
  }
}

@media only screen and (max-width: 768px){
  .modal-hh .item-option-per-hh-container-first .item-option-input-group,
  .modal-hh .item-option-per-hh-container-second .item-option-input-group{
    width: 100% !important;
    padding: 0 !important;
  }
  
  .modal-hh .item-add-buttons div.footer-space{
    display: none;
  }

  .modal-hh .item-add-buttons div.footer-buttons{
    width: 70%;
    padding-left: 0;
  }

  .modal-hh .item-add-buttons .col-md-6, .modal-hh  .item-add-buttons .col-md-3{
		float:left;
	}

  .modal-hh .modal-footer{
		position: relative !important;
		width: 100%;
		height: 65px;
		bottom: 0;
		padding-top: 12px;
	}

  #menu-items .modal-hh .modal-footer{
    padding-bottom: 50px !important;
  }

  .modal-hh .modal-footer .footer_mobile{
		width: 0 !important;
		height: 0 !important;
	}
}

@media only screen and (max-width: 480px){
  #menu-items ul li #item-buttons .modal-hh #modal-header-hh .return-btn{
    position: absolute;
    top: 15px;
  }

  .modal-hh .modal-body .col-sm-3{
		width: 25%;
	}

  .modal-hh .modal-body .col-sm-6{
		width: 50%;
	}

  .modal-hh .modal-footer{
		position: absolute !important;
	}

  .modal-hh .hh-first img, .modal-hh .hh-second img{
    padding-right: 10px;
  }
}

@media only screen and (max-width: 375px){
  .modal-hh .hh-first img, .modal-hh .hh-second img{
    padding-right: 5px;
  }

  .modal-hh .item-add-buttons div.footer-buttons{
    width: 60%;
  }
}
/* HALF-HALF - END */

/*Refer a friend*/
#refer-modal ul {
  list-style: none;
}

#refer-modal.modal {
  background: none !important;
}

#refer-modal .modal-header .close {
  font-size: 30px;
  color: #252525 !important;
  opacity: 1;
}

#refer-modal .modal-header {
  border-bottom: 0px;
}

#refer-modal img {
  width: 300px;
}
#refer-modal h1 {
  font-weight: bold;
}

#refer-modal-btn {
  background: #f1826b;
}
#refer-modal li {
  margin-bottom: 20px;
}
#refer_form #refer-btn {
  background: #f1826b;
}

#refer_form, refer-btn {
  text-align: center;
}

#refer_form p {
  font-size: 18px;
  margin-bottom: 26px;
}

#refer_form ul {
  padding-left: 0px;
}

#refer_form input,
#refer-btn {
  width: 300px;
  padding: 5px 10px;
  border-radius: 4px;
  border-color: #ccc !important;
  border-width: 1px !important;
}

#refer-btn {
  border: 0px;
  font-size: 17px;
  transition: 0.3s linear; 
}

#refer-btn:hover {
  background: #ea5a3d !important;
}

.nav-app-link img {
  padding-top: 10px;
  width: 120px;
  padding-left: 5px;
}

@media (max-width: 480px) { 
  .nav-app-link {
    display: none;
  }

}
/* DEALS POPUP - START */
.modal-deals #deal-modal-header{
  display: inline-block;
  width: 100%;
}

.modal-deals h4.modal-title{
  color: #000;
  padding-bottom: 5px;
  font-weight: 600;
}

.modal-deals div.modal-title{
  font-size: 13px;
  font-weight: 600;
}

.modal-deals .deal-modal-header,
.modal-deals .deal-hh-modal-header{
  display: inline-block;
  width: 100%;
}

.modal-deals .modal-header button,
.modal-deals .modal-footer button,
.modal-deals .modal-body .auto-deal-selection button,
.modal-deals .modal-body .deal-modal-body-selection-list button{
  padding: 6px 15px !important;
  background-color: #3498db !important;
  color: #fff;
  border: 0;
  box-shadow: none;
}

.modal-deals .modal-body .deal-modal-body-selection-list button{
  width: 100%;
  margin-bottom: 15px
}

.modal-deals .modal-body .auto-deal-selection button{
  margin-left: 10px;
}

.modal-deals .modal-body{
  background: #ececec78;
  padding: 0;
  margin-top: 0 !important;
}

.modal-deals .deal-selection,
.modal-deals .auto-deal-selection{
  color: #000; 
  font-size: 16px; 
  background-color: #f1f1f1; 
  padding: 0 20px;
  position: relative;
  cursor: pointer;
  border-bottom: 2px solid #fff;
}

.modal-deals .auto-deal-selection{
  cursor: default;
}

.modal-deals .deal-selection span.deal-selection-name,
.modal-deals .auto-deal-selection span.deal-selection-name{
  font-weight: 600;
  font-size: 16px;
  min-height: 56px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.modal-deals .deal-selection span.deal-selection-icon,
.modal-deals .auto-deal-selection span.deal-selection-icon,
.modal-deals .deal-modal-body-customize span.deal-selection-icon{
  float: right;
  font-size: 12px;
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
  position: absolute;
  right: 10px;
  top: 20%;
}

.modal-deals .deal-modal-body-customize span.deal-selection-icon{
  background-color: #f1f1f1;
  right: 0;
  top: 0;
}

.modal-deals .deal-selection span.glyphicon-ok,
.modal-deals .auto-deal-selection span.glyphicon-ok{
  background-color: #6bba21;
  color: #fff;
}

.modal-deals .modal-body .deal-modal-body-selection-list ul li,
.modal-deals .modal-body .deal-hh-item-list ul li{
  padding: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important; 
  border-radius: 4px;
  margin-bottom: 15px;
  width: 100% !important;
}

.modal-deals .modal-body .deal-modal-body-selection-list ul li div.deal-selection-item,
.modal-deals .modal-body .deal-hh-item-list ul li div.deal-hh-selection-item{
  padding: 10px;
  min-height: 100px;
  cursor: pointer;
}

.modal-deals .modal-body .deal-modal-body-selection-list ul li.deal-items:hover,
.modal-deals .modal-body .deal-hh-item-list ul li.deal-hh-items:hover{
  border: 1px solid #0000006b !important;
}

.modal-deals .modal-body .deal-modal-body-selection-list ul li div .deal-item-name{
  font-weight: bold; 
  font-size: 16px;
}

.modal-deals .modal-body .deal-modal-body-selection-list ul li div .deal-item-desc,
.modal-deals .modal-body .deal-hh-item-list ul li div .deal-hh-item-desc{
  margin-top: 8px; 
  font-size: 14px;
}

.modal-deals .modal-body .deal-modal-body-selection-list ul li div.deal-item-block,
.modal-deals .modal-body .deal-hh-item-list ul li div.deal-hh-item-block{
  width: 67%;
  display: inline-block;
}

.modal-deals .modal-body .deal-modal-body-selection-list .deal-item-thumb,
.modal-deals .modal-body .deal-hh-item-list .deal-hh-item-thumb{
  width: 33%;
  height: 100%;
  margin: 0;
  padding: 0 !important;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
  cursor: pointer;
}

.modal-deals .modal-body .deal-modal-body-selection-list .deal-item-thumb img,
.modal-deals .modal-body .deal-hh-item-list .deal-hh-item-thumb img{
  height: 100%;
  width: 100%;
  border-radius: 0px;
  object-fit: cover;
  object-position: center;
}

.modal-deals .modal-body .deal-modal-body-customize .deal-item-name,
.modal-deals .modal-body .deal-hh-item-list .deal-hh-item-name{
  font-weight: bold; 
  font-size: 16px;
}

.modal-deals .modal-body .deal-modal-body-customize .deal-options,
.modal-deals .modal-body .deal-modal-body-hh .deal-hh-option,
.modal-deals .modal-body .deal-modal-body-hh .deal-hh-pizza{
  color: #000; 
  font-size: 16px; 
  background-color: #f1f1f1; 
  padding: 20px;
}

.modal-deals .deal-modal-body-customize .deal-options .deal-option-name,
.modal-deals .modal-body .deal-modal-body-hh .deal-hh-option .deal-hh-option-name{
  font-weight: 600;
  font-size: 18px;
}

.modal-deals .deal-modal-body-customize .deal-options .deal-option-sub{
  font-size: 14px;
  text-align: right;
}

.modal-deals .deal-modal-body-hh .deal-hh-item-option .input-group-radio{
  border: none !important;
  margin-right: 15px;
  margin-bottom: 15px;
  height: 48px;
  padding: 0;
  display: table;
  text-align: center;
  float: left;
  border-radius: 3px;
}

.modal-deals .deal-modal-body-customize input:checked + .input-group-label,
.modal-deals .deal-modal-body-hh input:checked + .input-group-label{
  background-color: #3498db  !important;
}

.modal-deals .deal-modal-body-customize .deal-item-option .input-group-label{
  font-weight: normal;
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.modal-deals .deal-modal-body-hh .deal-hh-item-option .input-group-label{
  border: 0;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #dad8d8;
  color: #000;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  font-weight: 600;
  padding: 0 16px !important;
  min-width: 89px;
  cursor: pointer;
}

.modal-deals .deal-modal-body-customize .current-toppings-list-ul-deals .current-deal-topping{
  margin: 0;
  cursor: pointer;
}

.modal-deals .deal-modal-body-customize .current-toppings-list-ul-deals li,
.modal-deals .deal-modal-body-customize .accordion li{
  border-bottom: none !important;
  font-weight: bold;
  padding: 10px 0 !important;
  margin-bottom: 0;
  height: auto;
}

.modal-deals .deal-modal-body-customize .accordion .sub-item .extra-deal-topping{
  margin-bottom: 0;
  cursor: pointer;
}

.modal-deals .deal-modal-body-customize .current-toppings-list-ul-deals .current-deal-topping input,
.modal-deals .deal-modal-body-customize .accordion .sub-item .extra-deal-topping input{
  position: absolute;
  cursor: pointer;
  opacity: 0;
}

.modal-deals .deal-modal-body-customize .current-toppings-list-ul-deals .current-deal-topping input + span,
.modal-deals .deal-modal-body-customize .accordion .sub-item .extra-deal-topping input + span{
  background: #fff;
  border: 1px solid #B1B1B1; 
  border-radius: 5px;
  content: "";
  display: inline-block;
  margin: 0 .5em 0 0;
  padding: 0;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 50%;
  margin-top: -12.5px;
}

.modal-deals .deal-modal-body-customize .current-toppings-list-ul-deals .current-deal-topping input + span::after,
.modal-deals .deal-modal-body-customize .accordion .sub-item .extra-deal-topping input + span::after{
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAfCAMAAACxiD++AAAA1VBMVEUDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMUEbP0AAAARnRSTlMAAQMEBgcKDQ4RFBYaHiAlKCwzNTk6QktSVFpdY2hydnt+f4aKj5icpKyutL3ExcvN1Nfa3t/g4ubr7/Dx8vP2+Pn7/P3+l4b2pAAAAM9JREFUeNqFj1USwzAMBdWUmZldZmYm3f9InWncJK4jd3/fzkgLNAUGSiIHVBraCFFp1BGVRuqBSsO3RJ0uIXT5vvAShXy/JYjCIxcqROGY7wOHvcD4vg2qC58ZonCFOo0/hWOn5SiTC/cR4SkmFeaFnRuWwrYUxYTCmUfYuWEWXuJgUH0ZhllYBgulh2F8C3sgkLuiyNoPIpmTsN/T8EtyZxVqIBPbmPtQAxvCc+TsQmBLYKLvrywQeIcfoQUk7j4iTl1Ao3XwHAUVjmYRJN6JCk9EW+3PMwAAAABJRU5ErkJggg==) no-repeat center;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-left: 4px;
  margin-top: 4px;
  content: "";
  display: block;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.modal-deals .deal-modal-body-customize .current-toppings-list-ul-deals .current-deal-topping input:checked + span::after,
.modal-deals .deal-modal-body-customize .accordion .sub-item .extra-deal-topping input:checked + span::after{
  -webkit-transform: scale(1);
  transform: scale(1);
}

.modal-deals .deal-modal-body-customize .current-toppings-list-ul-deals .current-deal-topping .current-deal-topping-desc,
.modal-deals .deal-modal-body-customize .accordion .sub-item .extra-deal-topping .extra-deal-topping-desc{
  display: inline-block;
  padding-left: 35px;
  word-break: break-word;
  text-transform: capitalize;
  font-size: 13px;
}

.modal-deals .deal-modal-body-customize ul li{
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.1); 
  border-radius: 4px;
  margin-bottom: 15px;
  width: 100% !important;
}

.modal-deals .deal-modal-body-customize ul li div.deal-toppings{
  float: left;
  font-weight: 600;
}

.modal-deals .deal-modal-body-customize ul li div.deal-toppings span{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  float: unset;
}

.modal-deals .deal-modal-body-customize .accordion li div.item{
  width: 100%;
  cursor: pointer;
}

.modal-deals .deal-modal-body-customize .accordion li div.item span{
  transition: ease .2s;
}

.modal-deals .deal-modal-body-customize .accordion li.open div.item span{
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.modal-deals .deal-modal-body-customize .accordion .sub-item{
  border: 0;
  cursor: default;
  min-height: 100px;
}

.modal-deals .deal-modal-body-customize .accordion .sub-item ul{
  display: block;
  padding-top: 10px !important;
}

.modal-deals .deal-modal-body-customize .accordion .sub-item ul li{
  padding: 10px 0 !important;
  font-size: 13px;
}

.modal-deals .deal-modal-body-customize .accordion .sub-item ul li:hover{
  background-color: #fff;
}

.modal-deals .deal-modal-body-customize .accordion .sub-item ul li .condiment-price{
  float: right;
  font-weight: 800;;
}

.modal-deals .modal-body .deal-modal-body-hh .deal-hh-pizza span:first-child{
  font-weight: 600;
}

.modal-deals .modal-body .deal-modal-body-hh .deal-hh-pizza span:last-child{
  font-size: 14px;
}

.modal-deals .modal-body .deal-modal-body-hh .deal-hh-first{
  margin-bottom: 24px !important;
}

.modal-deals .modal-body .deal-modal-body-hh .deal-hh-first,
.modal-deals .modal-body .deal-modal-body-hh .deal-hh-second{
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  line-height: 56px;
}

.modal-deals .modal-body .deal-modal-body-hh .deal-hh-first img,
.modal-deals .modal-body .deal-modal-body-hh .deal-hh-second img{
  padding-right: 25px;
}

.modal-deals .modal-body .deal-modal-body-hh .deal-hh-first span.deal-hh-first-icon,
.modal-deals .modal-body .deal-modal-body-hh .deal-hh-second span.deal-hh-second-icon{
  float: right;
  line-height: 56px;
}

.modal-deals .modal-body .deal-modal-body-hh .deal-hh-first span.glyphicon-ok,
.modal-deals .modal-body .deal-modal-body-hh .deal-hh-second span.glyphicon-ok{
  color: #6bba21;
}

.modal-deals .modal-footer .deal-price{
  text-align: right;
  font-size: 30px;
  margin: 0;
  font-weight: 600;
}

@media only screen and (max-width: 1024px){
  .modal-deals .deal-modal-body-customize .accordion .sub-item{
    margin-top: 25px;
  }

  #float-box {
    width: 100% !important;
    overflow-y: auto !important;
    color: #50575D !important;
    background: #fff !important;
    z-index: 3!important;   
    overflow-x: hidden;  
    display: block!important;
    margin-top: 60px;
  }

  #float-box #pickup-only-txt {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
  }

  .row-offcanvas-right .sidebar-offcanvas{
    right: -100% !important;
  }

  .row-offcanvas-right.active
  .sidebar-offcanvas {
    right: 0% !important;
    /* 6 columns */ 
  }

  #float-box #view-basket #discount_removal_notif_note{
    font-size: 10px !important;
    margin-left: 0 !important;
    text-align: left !important;
    display: block;
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px){
  .modal-deals .deal-modal-body-customize .deal-options .deal-option-sub{
    text-align: left;
  }

  .modal-deals .item-add-buttons div.footer-space{
    display: none;
  }

  .modal-deals .item-add-buttons div.footer-buttons{
    width: 70%;
    padding-left: 0;
  }

  .modal-deals .item-add-buttons .col-md-6, .modal-deals  .item-add-buttons .col-md-3{
		float:left;
	}

  .modal-deals .modal-footer{
		position: relative !important;
		width: 100%;
		height: 65px;
		bottom: 0;
		padding-top: 12px;
	}

  .modal-deals .modal-footer{
    padding-bottom: 50px !important;
  }

  .modal-deals .modal-footer .footer_mobile{
		width: 0 !important;
		height: 0 !important;
	}
}

@media only screen and (max-width: 767px){
  .modal-deals .deal-modal-body-customize .deal-item-option .col-sm-6{
    width: 100%;
  }
}

@media only screen and (max-width: 480px){
  .modal-deals .deal-modal-header .return-btn,
  .modal-deals .deal-hh-modal-header .return-btn{
    position: absolute;
    top: 15px;
  }

  .modal-deals .modal-body .auto-deal-selection button{
    margin: 0 0 0 5px;
  }

  .modal-deals .modal-body .col-sm-3{
		width: 25%;
	}

  .modal-deals .modal-body .col-sm-6{
		width: 50%;
	}

  .modal-deals .modal-footer{
		position: absolute !important;
	}

  .modal-deals .modal-body .deal-modal-body-hh .deal-hh-first img,
  .modal-deals .modal-body .deal-modal-body-hh .deal-hh-second img{
    padding-right: 10px;
  }

  .modal-deals .modal-footer .deal-price{
    font-size: 27px;
  }
}

@media only screen and (max-device-width: 375px){
  .modal-deals .item-add-buttons div.footer-buttons{
    width: 60%;
  }

  .modal-deals .modal-body .deal-modal-body-hh .deal-hh-first img,
  .modal-deals .modal-body .deal-modal-body-hh .deal-hh-second img{
    padding-right: 5px;
  }
}

@media only screen and (max-width: 320px){
  .modal-deals .modal-footer .deal-price{
    font-size: 26px;
  }
}
/* DEALS POPUP - END */

.nav-app-link img {
  padding-top: 10px;
  width: 120px;
  padding-left: 5px;
}

@media (max-width: 1199px) { 
  .nav-app-link {
    display: none;
  }
}

/*Success page app DL button start*/
#app-dl {
  margin: 0 auto;
  text-align: center;
  width: 310px;
  padding-bottom: 30px;
  }

#app-dl h4 {
  font-size: 3.7vw;
  line-height: 20px !important;
}

@media (min-width: 769px) {
  #app-dl-container {
      display: none;
  }
}
/*Success page app DL button end*/

/*OOA-1472 orientation and Iphone resolution fix */
#refer-modal {
  overflow-y: auto;
}

@media screen and (device-aspect-ratio: 40/71) {
  #refer_form input, #refer-btn,
  #refer-modal img {
      width: 250px;
  }
}

/*Left-nav catering icon*/
#catering-icon {
  width: 14px !important;
} 

#verify_captcha_message {
  float: left;
  width: 100%;
  color: #f00;
}

.feedback_content ul li {
	margin-right: 20px;
	margin-bottom: 7px ;
}

.fm_bootstrap .feedback_title {
	margin-bottom: 5px;
}

.fm_bootstrap .feedback_title span {
	margin-left: 5px;
}

.fm_bootstrap.feedback_content.email_present{
  height:560px;
}

.upsell-container
{
    margin-bottom: 1em;
}

.upsell-header
{
    color: #000;
    font-size: 15px;
    margin-bottom: 1em;
    font-weight: bold;
    border-top: 1px solid #00000038;
    padding-top: 10px;
}

.upsell-item
{
    display: flex;
    align-items: center;
    justify-content: start;
    border: 1px solid #ccc;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: normal;
}

.upsell-image-container
{
    min-width: 150px;
    max-width: 150px;
    background-color: #ccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-self: stretch;
}

.upsell-image-container::before {
  display: block;
  content: "";
  padding-top: 100%;
}

.upsell-image-container::after{
  display: block;
  clear: both;
  content: "";
}

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

.upsell-description
{
    flex-grow:1;
    overflow: hidden;
}

.upsell-description h5
{
  margin-bottom: 0;
  font-weight: bold !important;
  display: inline !important;
}

.upsell-item .item-icons-container
{
  display:inline-block;
  padding-right: 5px;
}

.upsell-item .item-icons-container img
{
  width: 18px !important;
  height: auto !important;
}

.upsell-chkbox-container
{
    justify-self: end;
}
.p-upsell
{
    padding: 10px;
}

.upsell-description p
{
    font-size: 0.9em;
    text-transform: capitalize;
    word-wrap: break-word;
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

.upsell-chkbox-container input
{
    position: absolute;
    cursor: pointer;
    opacity: 0;
}

.upsell-chkbox-container input+span
{
    background: #fff;
    border: 1px solid #b1b1b1;
    border-radius: 5px;
    content: "";
    display: inline-block;
    margin: 0 0.5em 0 0;
    padding: 0;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
}

.upsell-chkbox-container input:checked+span::after
{
    -webkit-transform: scale(1);
    transform: scale(1);
}

.upsell-chkbox-container input+span::after 
{
    content: "";
    display: block;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAfCAMAAACxiD++AAAA1VBMVEUDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMDggMUEbP0AAAARnRSTlMAAQMEBgcKDQ4RFBYaHiAlKCwzNTk6QktSVFpdY2hydnt+f4aKj5icpKyutL3ExcvN1Nfa3t/g4ubr7/Dx8vP2+Pn7/P3+l4b2pAAAAM9JREFUeNqFj1USwzAMBdWUmZldZmYm3f9InWncJK4jd3/fzkgLNAUGSiIHVBraCFFp1BGVRuqBSsO3RJ0uIXT5vvAShXy/JYjCIxcqROGY7wOHvcD4vg2qC58ZonCFOo0/hWOn5SiTC/cR4SkmFeaFnRuWwrYUxYTCmUfYuWEWXuJgUH0ZhllYBgulh2F8C3sgkLuiyNoPIpmTsN/T8EtyZxVqIBPbmPtQAxvCc+TsQmBLYKLvrywQeIcfoQUk7j4iTl1Ao3XwHAUVjmYRJN6JCk9EW+3PMwAAAABJRU5ErkJggg==) no-repeat center;
    background-size: contain;
    width: 15px;
    height: 15px;
    margin-left: 4px;
    margin-top: 4px;
}

.popup-toppings :only-child .upsell-header{
  border-top: none;
}

@media screen and (max-width: 480px) {
    .upsell-container{
        margin-bottom: 3em;
    }

    .upsell-image-container{
        min-width: 135px;
        max-width: 135px;
    }

    .upsell-item{
        font-size: 0.9em;
    }
}

#menu-items .item-title-container{
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 992px){
  #float-box #view-basket .basket-your-orders{
    color: #fff;
    background: #222;
  }

  #float-box #view-basket .item-price-total {
    color: #555;
    display: inline-block;
    width: 100%;
  }

  #float-box #view-basket ul#mybasket-ul {
    color: #555;
  }
}

@media only screen and (max-width: 1024px){
  #float-box .order-item-basket .item-label {
		display: inline-block;
		width: 75%;
		word-break: break-word;
		vertical-align: middle;
		font-size: 12px;
	}

  #float-box #view-basket ul#mybasket-ul .sub-item{
      position:relative;
      display:table;
      background:#FFF;
      width:95% !important;
      padding:0;
      margin-left:2.5%;
  }

  #float-box #view-basket ul#mybasket-ul .sub-item .qty-label{
		padding-left: 5px;
	}

  #estimated-time{
      display:none;
  }
}

@media only screen and (max-width: 576px){
  #float-box #view-basket .basket-your-orders{
    color: #51585e;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid rgba(170,170,170,.3);
  }

  #float-box #view-basket{
    margin: 0 !important;
    border-bottom: 1px solid rgba(170,170,170,.3);
    border-top: 1px solid rgba(170,170,170,.3);
    padding-bottom: 10px;
  }

  #float-box #view-basket .item-price-total{
    border-bottom: none;
    border-top: none;
    width: 65%;
    margin: 0 auto;
    text-transform: uppercase;
  }

  #float-box #view-basket ul#mybasket-ul {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(170,170,170,.3);
    background: #fff;
    max-height: none !important;
    overflow: hidden;
    padding-bottom: 15px;
  }

  #float-box #view-basket .item-price-total span, #float-box #view-basket .item-price-total span:nth-child(2) {
    font-size: 20px !important;
  }

  #float-box #view-basket .item-delivery-fee {
    background: none;
    color: #50575D !important;
    width: 65%;
    margin: 0 auto;
    padding-bottom: 10px !important;
    border: none;
    padding: 0;
  }

  #float-box #view-basket ul#mybasket-ul li.parent-item {
    width: 95%;
    margin: 2.5%;
    display: table;
  }

  #float-box #view-basket ul#mybasket-ul li span.order-item-basket {
    display: table-cell;
    width: 100%;
    text-align: left;
    padding: 2px 0;
  }

  #float-box #view-basket ul#mybasket-ul li span.item-price-side{
    position: absolute;
    right: 0;
    margin-right: 65px;
    margin-top: 5px;
    font-size: 14px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 991.98px){
  .basket-your-orders{
    color: #fff;
    background: #222;
  }

  #float-box #view-basket .item-price-total {
    color: #222;
  }

  #float-box #view-basket ul#mybasket-ul {
    color: #222;
  }

  #float-box #order-type-details {
    color: #222;
  }
}

#modal-app-download.modal {
    background: none !important;
}

#modal-app-download .modal-body {
    padding: 12px;
}

#cont-popup-download-app
{
    margin-top: 10px;
    font-weight: normal;
    font-size: 1.5rem;
}

#cont-popup-download-app .app-logo
{
    max-width: 220px;
}

#cont-popup-download-app img.img-responsive
{
    width: 100%;
}

#cont-popup-download-app .mb
{
    margin-bottom: 1.3rem;
}

#cont-popup-download-app .cont-qr
{
    display: flex;
    align-items: center;
    justify-content: center;
}

#cont-popup-download-app .link-cancel
{
    font-size: 1.5rem;
}

#cont-popup-download-app .cont-qr .col-xs-6, #cont-popup-download-app .cont-qr .col-xs-8
{
    padding-left: 30px;
    padding-right: 30px;
}

#modal-app-download .modal-content{
    border-radius: 20px;
    border: none !important;

}

#modal-app-download .modal-dialog-centered
{
    width: auto;
    max-width: 450px;
    top: 50%;
    transform: translate3d(0,-50%, 0);
    padding: 0px 20px;
}

.mobile-number-block {
  display: flex;
  justify-content: space-between;
}

.select2-container.mobile-areaCode {
    vertical-align: top;
}

.select2-container.mobile-areaCode .select2-selection--single {
  height: 100% !important;
}

.select2-container.mobile-areaCode .select2-selection--single .select2-selection__rendered {
  padding-left: 15px !important;
  text-align: center;
}

.mobile-areaCode.select2-container--disabled + input.allow-country-code-input,
.areacode-container:has(.mobile-areaCode.select2-container--disabled) + input.allow-country-code-input {
  width: 100% !important;
}

#new-customer-details .mobile-number-block input.allow-country-code-input {
  padding-left: 12px;
}

.account-page-panel-title h3 {
    font-weight: bold;
    margin-bottom: 20px;
}

#new-customer-details .label-success{
  border-radius: 5px;
}

#new-customer-details ul.nav-stacked {
    margin-top: 10px;
}

#new-customer-details ul.nav-stacked.nav>li>a {
    color: black;
    padding: 15px;
    transition: ease 0.2s;
    font-size: 14px;
}

#new-customer-details .nav-stacked>li.active>a,
#new-customer-details .nav-stacked>li.active>a:hover,
#new-customer-details .nav-stacked>li.active>a:focus {
  font-weight: 700;
}

#new-customer-details .nav-stacked>li.active>a,
#new-customer-details .nav-stacked>li>a:hover,
#new-customer-details .nav-stacked>li>a:focus {
    background-color: #EBF7FF;
    border-left: 6px solid #4AACEF;
    border-radius: 0;
}

#new-customer-details h5.tip {
    margin-bottom: 30px;
    line-height: 20px;
}

#new-customer-details .form-group-wrapper,
#edit-address-modal .form-group-wrapper {
    border: 1px solid #DDDFE2;
    padding: 8px 16px;
    border-radius: 6px;
}

#new-customer-details .form-group-wrapper .form-control,
#edit-address-modal .form-group-wrapper .form-control {
    height: 28px;
}

#new-customer-details .form-group-wrapper label,
#edit-address-modal .form-group-wrapper label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    color: #000;
}

#new-customer-details .form-group-wrapper input,
#new-customer-details .form-group-wrapper select,
#new-customer-details .form-group-wrapper .select2-container--default .select2-selection--single,
#edit-address-modal .form-group-wrapper input,
#edit-address-modal .form-group-wrapper select,
#edit-address-modal .form-group-wrapper .select2-container--default .select2-selection--single {
    border: none;
    padding: 0;
    font-size: 16px;
}

#new-customer-details .save-settings-btn {
    text-align: right;
}

#new-customer-details .save-settings-btn button#continue,
#new-customer-details .save-settings-btn button#change-password,
#edit-address-modal .save-settings-btn button#continue {
    border-radius: 6px !important;
    padding: 12px 20px;
}

#new-customer-details .form-group-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,
#edit-address-modal .form-group-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
}

#verificationLink.btn-warning {
    background-color: #3498db;
    border-color: #3498db;
    text-shadow: none;
    box-shadow: none;
    border-radius: 5px !important;
}

#verificationLink.btn-success {
  border-radius: 5px !important;
  text-shadow: none;
  box-shadow: none;
}

#flashAlert .verify-alert {
  border-radius: 5px !important;
  box-shadow: none;
  text-shadow: none;
  cursor: default;
  pointer-events: none;
}

#recent_orders .box-heading {
    font-weight: bold;
    background: none;
    color: black;
    padding: 15px 0;
}

#recent_orders .order-list {
    font-size: 14px;
    padding: 16px 24px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 16px;
    border-radius: 6px;
    background: white;
}

#recent_orders .order-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 8px;
}

#recent_orders .order-current-status-inprogress,
#recent_orders .order-current-status-completed {
    margin-left: 10px;
    padding: 2px 12px;
    border-radius: 50px;
    font-size: 12px;
}

#recent_orders .order-current-status-inprogress {
    background: #F3C866;
    color: white;
}

#recent_orders .order-current-status-completed {
    background: #DEFEE1;
    color: #4DA834;
}

#recent_orders .order-date-header .order-type-container {
  display: none;
}

#recent_orders .order-header .order-totals {
    text-align: right;
}

#recent_orders .order-date-header,
#recent_orders .order-type-wrapper {
    display: block;
    margin-top: 8px;
    margin-bottom: 16px;
}

#recent_orders .order-list .total-price {
    font-weight: bold;
}

#recent_orders .order-list ul.basket-ul li,
#order-details-modal ul.basket-ul li {
    display: flex;
    border-top: none;
}

#order-details-modal ul.basket-ul li {
  display: block;
}

#recent_orders .order-list ul.basket-ul li .notavailable{
  font-size: 12px;
  text-transform: capitalize;
}

#recent_orders .order-wrapper .panel-body{
  padding: 0;
}

#recent_orders ul.basket-ul li.parent-item:not(.half-half-item) .oh-item-name,
#order-details-modal ul.basket-ul li.parent-item:not(.half-half-item) .oh-item-name{
  font-weight: 700;
}

#recent_orders ul.basket-ul li.parent-item:not(.half-half-item) .item-quantity-price,
#order-details-modal ul.basket-ul li.parent-item:not(.half-half-item) .item-quantity-price{
  font-weight: 600;
}

#recent_orders ul.basket-ul li.sub-item,
#recent_orders ul.basket-ul li.half-half-item,

#order-details-modal ul.basket-ul li.sub-item,
#order-details-modal ul.basket-ul li.half-half-item {
    display: flex;
    padding: 3px 0 3px 23px !important;
    align-items: center;
}

#recent_orders ul.basket-ul li.half-half-item ~ li.sub-item,
#recent_orders ul.basket-ul li.parent-item + li.sub-item ~ li.sub-item.sub-sub-item,
#recent_orders ul.basket-ul li.parent-item + li.sub-item ~ li.sub-item.deal-half-half-item,

#order-details-modal ul.basket-ul li.half-half-item ~ li.sub-item,
#order-details-modal ul.basket-ul li.parent-item + li.sub-item ~ li.sub-item.sub-sub-item,
#order-details-modal ul.basket-ul li.parent-item + li.sub-item ~ li.sub-item.deal-half-half-item{
    padding-left: 38px !important;
}

#recent_orders ul.basket-ul li.parent-item ~ li.sub-item ~ li.sub-item.deal-half-half-item ~ li.sub-item.sub-sub-item,
#order-details-modal ul.basket-ul li.parent-item ~ li.sub-item ~ li.sub-item.deal-half-half-item ~ li.sub-item.sub-sub-item{
    padding-left: 53px !important;
}

#recent_orders .order-item-basket,
#order-details-modal .order-item-basket {
  font-size: 14px;
}

#recent_orders .order-item-basket .half-lable,
#order-details-modal .order-item-basket .half-lable {
  padding-left: 0;
}

#recent_orders .sub-item .order-item-basket,
#order-details-modal .sub-item .order-item-basket {
  font-style: unset;
  padding-left: 0 !important;
}

#order-details-modal ul.basket-ul{
  border: 1px solid #E2E2E2;
  border-radius: 12px;
	margin-bottom: 15px;
  padding: 15px;
}

#order-details-modal ul.basket-ul li.parent-item:not(.half-half-item){
  padding: 3px 0;
}

#order-details-modal ul.basket-ul li.parent-item:not(.half-half-item) .order-item-basket{
  display: flex;
  justify-content: space-between;
}

#order-details-modal ul.basket-ul li.parent-item:not(.half-half-item) .oh-item-total{
  margin: 0;
}

.basket-ul .oh-item-img-block {
    margin-right: 16px;
}

.basket-ul .oh-item-img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 8px;
}

.basket-ul .oh-item-name {
  margin-bottom: 0;
}

.view-order-details-block {
    text-align: right;
    padding-top: 15px;
}

.view-order-details-block button.btn[name=reorder]{
  background: #4AACEF;
  border-color: #4AACEF;
}

.view-order-details-block button.btn[name=reorder],
.view-order-details-block button.btn.reordering,
.order-details-modal-body-info .btn.reordering {
  padding: 8px 0;
  margin-right: 10px;
  border-radius: 6px !important;
  width: 130px;
}

.view-order-details-block button.btn.reordering,
.order-details-modal-body-info .btn.reordering {
  pointer-events: none;
}

.order-details-modal-body-info .btn.reordering {
  margin-right: 0;
}

.view-order-details-block .btn.view-order-details {
    background: none;
    color: #4AACEF;
    border: 1px solid #4AACEF;
    border-radius: 6px !important;
    padding: 8px 45px;
}

/* .view-order-details-block .btn.view-order-details:hover {
    background: #4AACEF;
    color: white;
} */

@media (max-width: 1024px){
  #recent_orders .order-current-status-inprogress,
  #recent_orders .order-current-status-completed {
    float: right;
  }

  #recent_orders .order-date-header{
    display: flex;
    flex-direction: column-reverse;
    gap: 5px;
  }

  #recent_orders .order-date-header .order-type-container {
    display: block;
  }

  #recent_orders .order-totals .order-type-container {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1024px){
  .tab-content{
    left: 12%;
  }
}

@media (max-width: 480px){
  body.modal-open .select2-dropdown {
    z-index: 2003;
  }

  #recent_orders .order-list .view-order-details-block{
    text-align: center;
  }

  #recent_orders .order-list .view-order-details-block .btn{
    width: 47%;
    padding: 8px 0;
  }
}

.tab-content .form-control[disabled],
.tab-content .form-control[readonly]{
  background-color: transparent;
}

#change-email-otp-modal,
#verify-email-modal,
#order-details-modal,
#edit-address-modal,
#loyalty-claim-reward-modal,
#loyalty_menu_selection_modal,
#change-password-modal {
    background: transparent !important;
}

#order-details-modal,
#loyalty_menu_selection_modal{
  overflow-y: auto;
}

#change-email-otp-modal .modal-dialog,
#verify-email-modal .modal-dialog,
#order-details-modal .modal-dialog,
#edit-address-modal .modal-dialog,
#loyalty-claim-reward-modal .modal-dialog,
#loyalty_menu_selection_modal .modal-dialog{
  margin-top: 80px;
}

#change-email-otp-modal .modal-dialog,
#loyalty-claim-reward-modal .modal-dialog{
  width: 500px;
}

#loyalty-claim-reward-modal .modal-dialog .modal-body .loyalty-claim-message{
  font-size: 14px;
  font-weight: 500;
  padding: 30px 0 0 0;
}

#loyalty-claim-reward-modal .modal-dialog .modal-body .loyalty-claim-message p:first-child{
  font-size: 18px;
  font-weight: 600;
}

#verify-email-modal .modal-dialog .modal-footer,
#loyalty-claim-reward-modal .modal-dialog .modal-footer{
  padding-top: 0;
  border-top: 0;
}

#verify-email-modal .btn-primary,
#loyalty-claim-reward-modal .btn-primary,
#loyalty_menu_selection_modal .btn-primary{
  margin: 20px 0 10px 0;
  border-radius: 5px !important;
  background-color: #4aacef;
  border: 1px solid #4aacef;
  outline: none;
  box-shadow: none;
  padding: 10px 0;
  width: 150px;
}

#verify-email-modal .btn-primary{
  margin-top: 10px;
}

#verify-email-modal .btn-primary-inverted,
#loyalty-claim-reward-modal .btn-primary-inverted{
  background-color: transparent;
  color: #4aacef;
  text-shadow: none;
}

#loyalty_menu_selection_modal .modal-dialog .modal-header{
  border-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
}

#loyalty_menu_selection_modal .modal-dialog .modal-header .modal-title{
  font-weight: 700;
  font-size: 26px;
}

#loyalty_menu_selection_modal .modal-dialog .modal-header #loyal_menu_close{
  width: auto;
  height: auto;
  padding: 0 8px;
  background-color: #eee;
  color: #2f3539;
  font-size: 18px;
  border-radius: 50%;
}

#loyalty_menu_selection_modal .modal-dialog .modal-body{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#loyalty_menu_selection_modal .modal-body .modal_menu_item_boxes{
  width: 32%;
  border-radius: 10px;
  padding: 6px 10px;
  display: flex;
  min-height: 130px;
}

#loyalty_menu_selection_modal .modal-body .modal_menu_item_boxes .modalMenuItemImg{
  width: 33%;
  height: 100%;
  position: relative;
}

#loyalty_menu_selection_modal .modal-body .modal_menu_item_boxes .modalMenuItemImg > img{
  width: 100%;
  height: auto;
  max-height: 116px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 10px;
}

#loyalty_menu_selection_modal .modal-body .modal_menu_item_boxes .modalMenuItemInfo{
  width: 100%;
  position: relative;
  padding-bottom: 38px;
}

#loyalty_menu_selection_modal .modal-body .modal_menu_item_boxes .modalMenuItemImg + .modalMenuItemInfo{
  width: 66%;
  padding-left: 5px;
}

#loyalty_menu_selection_modal .modal-body .modalMenuBody{
  padding: 0 5px;
}

#loyalty_menu_selection_modal .modal-body .modalMenuBody .modalMenuItemDescription{
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#loyalty_menu_selection_modal .modal-body .modalMenuBody select{
  padding: 0 5px !important;
  height: 34px;
}

#loyalty_menu_selection_modal .modal-body .modalMenuBody .modalMenuItemControl{
  position: absolute;
  bottom: 2px;
}

#loyalty_menu_selection_modal .modal-body .btn-primary{
  width: 90px;
  padding: 5px 0;
  margin: 0;
}

@media (min-width: 1441px){
  #loyalty_menu_selection_modal .modal-lg{
    width: 1200px;
  }
}

@media (min-width: 1025px) and (max-width: 1440px){
  #loyalty_menu_selection_modal .modal-lg{
    width: calc(100vw - 10%);
  }
}

@media (min-width: 768px) and (max-width: 1024px){
  #loyalty_menu_selection_modal .modal-body .modal_menu_item_boxes{
    width: 48%;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  #loyalty_menu_selection_modal .modal-lg{
    width: 90%;
  }
}

@media (max-width: 767px){
  #change-email-otp-modal .modal-dialog,
  #loyalty-claim-reward-modal .modal-dialog{
    width: auto;
  }

  #loyalty_menu_selection_modal .modal-body .modal_menu_item_boxes{
    width: 100%;
    padding: 10px;
  }

  #loyalty_menu_selection_modal .modal-body .modal_menu_item_boxes .modalMenuItemImg + .modalMenuItemInfo{
    padding-left: 10px;
  }

  #loyalty_menu_selection_modal .modal-body .modalMenuBody select{
    width: 100%;
  }
}

#change-password-modal{
  text-align: center;
}

#change-password-modal:before{
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}

#change-password-modal .modal-dialog{
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#change-password-modal .modal-footer .btn-primary{
  background-color: #4aacef;
  border: 1px solid #4aacef;
  border-radius: 5px !important;
  text-shadow: none;
  box-shadow: none;
}

@media only screen and (max-width: 375px){
  #change-password-modal .modal-dialog{
    width: calc(100% - 50px);
  }
}

#order-details-modal .modal-content {
    box-shadow: none;
    border: none;
    border-radius: 12px;
    -webkit-background-clip: unset;
    background-clip: unset;
}

#order-details-modal .modal-header {
    background: white;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    position: relative;
}

#order-details-modal .modal-header .close {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: #EFEFEF;
    border-radius: 50px;
    width: 24px;
    height: 24px;
    opacity: 1;
}

#order-details-modal .modal-body {
    width: 100%;
    padding: 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

#order-details-modal ul.basket-ul li {
    justify-content: space-between;
    padding: 15px;
}

.order-details-modal-head-info,
.order-details-modal-body-info,
.order-details-modal-footer-info {
    background: white;
    padding: 15px;
}

.head-info-order-number,
.head-info-order-date,
.head-info-order-type,
.footer-info-payment-method,
.footer-info-sub-total,
.footer-info-service-fee,
.footer-info-grand-total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.order-details-modal-head-info .head-info-order-number {
  display: none;
}

.order-details-modal-body-info {
    border-top: 8px solid #f1f3f7;
    border-bottom: 8px solid #f1f3f7;
}

#order-details-modal .modal-body .order-details-modal-footer-info{
  background-color: transparent;
}

#order-details-modal .head-info-status {
    font-weight: bold;
    font-size: 18px;
    padding: 10px 0;
}

.order-details-modal-head-info .head-info-status {
    border-bottom: 1px dashed #E2E2E2;
    margin-bottom: 15px;
    display: none;
}

.order-details-modal-body-info .head-info-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#order-status-inprogress {
    color: #F3C866;
}

#order-status-completed {
    color: #4DA834;
}

.order-details-modal-head-info .order-id-number {
    color: #4AACEF;
}

.head-info-order-date .order-date .fa-regular,
.head-info-order-type .order-type .fa-solid {
    display: none;
}

.oh-item-total-block {
    display: none;
}

.order-details-modal-body-info .oh-item-total-block {
    display: block;
    text-align: right;
}

.order-details-modal-body-info .btn-reorder-modal {
  border-radius: 6px !important;
  padding: 8px 0;
  width: 130px;
  background: #4AACEF;
  border-color: #4AACEF;
}

.footer-info-grand-total {
    font-weight: bold;
    font-size: 16px;
    border-top: 1px solid #E2E2E2;
    padding-top: 15px;
    margin-top: 15px;
}

.payment-method-view-container {
    padding: 16px;
    border-radius: 8px;
    background: url('../images/payment-method-view-bg.png') no-repeat center;
    background-size: cover;
}

.payment-method-view-title {
    font-weight: bold;
    color: white;
    margin: 0 0 16px;
}

ul.payment-method-view .payment-method-details {
    display: flex;
    align-items: center;
}

#credit_cards ul.payment-method-view .payment-method-details .payment-method-info p {
    padding: 0;
}

.new-address-box {
    position: relative;
    font-size: 14px;
    line-height: 1.5em;
    padding: 16px 24px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 16px;
    border-radius: 6px;
}

.new-address-box.main-address {
    background: #DDF1FF;
    border: 1px solid #4AACEF;
}

.new-address-box.alternate-address {
  border: 1px solid #e2e2e2;
}

.new-address-box div {
    margin-bottom: 8px;
}

.new-address-box .address-title span {
    background: #E5EBF4;
    padding: 3px 8px;
    font-size: 12px;
    color: #707070;
    border-radius: 5px;
}

.new-address-box .address-action {
    margin-bottom: 0;
}

.new-address-box .address-action a {
    font-weight: bold;
}

.new-address-box .address-action a:hover {
    text-decoration: none;
}

.new-address-box .address-info .address-value {
  text-transform: capitalize;
}

.btn.add-new-address {
    background: #4AACEF;
    color: white;
    border-radius: 6px !important;
    padding: 15px;
    margin-bottom: 20px;
}

#edit-address-modal .modal-content {
    box-shadow: none;
    border: none;
}

#change-email-otp-modal .modal-header,
#edit-address-modal .modal-header,
#change-password-modal .modal-header {
    position: relative;
    border: none;
}

#change-email-otp-modal .modal-header .close,
#edit-address-modal .modal-header .close,
#change-password-modal .modal-header .close {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px;
    width: 24px;
    height: 24px;
    opacity: 1;
}

#account_details #register-details .change-email-wrapper:has(.change-email-container){
  position:relative;
  background-color:#f8f9fd;
}

#account_details #register-details .change-email-container{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5px;
}

#account_details #register-details .change-email-val{
  font-size: 16px;
  cursor: not-allowed;
  width: 90%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#account_details #register-details .change-email{
  color: #4aacef;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}

#change-email-otp-modal p.text-danger{
  padding-top: 3px;
  margin: 0;
}

#change-email-otp-modal .modal-content{
  padding: 0 15px;
}

#change-email-otp-modal .col-sm-12{
  width: 100%;
}

#change-email-otp-modal .col-sm-12,
#change-email-otp-modal .col-sm-6{
  padding: 0 15px !important;
  float: left;
}

#change-email-otp-modal .change-email-info-card{
  font-size: 18px;
  font-weight: 600;
}

#change-email-otp-modal .change-email-info-card .note-container{
  font-size: 14px;
  font-weight: 500;
  padding: 16px;
  background-color: #f8f9fd;
  border-radius: 5px;
  margin: 16px 0 10px 0;
}

#change-email-otp-modal .change-email-info-card .note-header{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

#change-email-otp-modal .change-email-info-card .note-header img{
  padding-right: 5px;
}

#change-email-otp-modal .change-email-form-card [name="new-email-address"]{
  padding: 16px;
  height: auto;
  border-radius: 5px;
  font-size: 16px;
}

#change-email-otp-modal .otp-card .otp-note{
  font-size: 14px;
}

#change-email-otp-modal .otp-box{
  margin: 25px 0;
}

#change-email-otp-modal .otp-box .form-group{
  margin-bottom: 0;
  text-align: center;
}

#change-email-otp-modal .otp-box #otp-box .form-control{
  width: 300px;
  margin: 0 auto;
  border: 0;
  border-bottom: 2px solid #4aacef;
  border-radius: 0;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 5px;
  -moz-appearance: textfield;
}

#change-email-otp-modal .otp-box #otp-box .form-control::-webkit-outer-spin-button,
#change-email-otp-modal .otp-box #otp-box .form-control::-webkit-inner-spin-button{
  -webkit-appearance: none;
}

#change-email-otp-modal .resend-code{
  font-weight: 600;
  cursor: pointer;
}

#change-email-otp-modal .btn-primary{
  width: 100%;
  margin: 20px 0 10px 0;
  border-radius: 5px !important;
  background-color: #4aacef;
  border: 1px solid #4aacef;
  outline: none;
  box-shadow: none;
  padding: 13px 0;
  font-size: 16px;
  text-shadow: none;
}

#change-email-otp-modal .change-email-info-card .btn-primary{
  width: 49%;
}

#change-email-otp-modal .change-email-info-card .btn-primary-inverted{
  background-color: transparent;
  color: #4aacef;
  text-shadow: none;
}

#change-email-otp-modal .email-changed-card .success{
  padding: 10px 0 20px 0;
  font-size: 16px;
  font-weight: 700;
}

@media only screen and (max-width: 767px){
  #account_details #register-details .change-email-val{
    width: 80%;
  }
}

@media only screen and (max-width: 480px){
  #change-email-otp-modal .otp-box #otp-box .form-control{
    width: 100%;
  }
}

@media only screen and (max-width: 345px){
  #change-email-otp-modal .change-email-info-card .btn-primary{
    width: 100%;
    margin-top: 10px;
  }
}

#edit-address-modal .save-settings-btn button#continue {
    width: 100%;
    background: #4AACEF;
    color: white;
}

.loyalty-rewards-tab-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 19px;
    border-radius: 12px;
    /* background: url('../images/reward-bg.png') no-repeat center;
    background-size: cover; */
    color: #000000;
    margin-bottom: 40px;
    background-color: #f9f9f9;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.loyalty-stamps-container {
     width: 100%;
}

.loyalty-stamps-title {
    margin-bottom: 16px;
}

.loyalty-stamps-title img,
.loyalty-stamps-title h4 {
    display: inline-block;
}

.loyalty-stamps-title h4 {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
}

.loyalty-rewards-tab-header .free-order-text {
    font-size: 14px;
}

ul.loyalty-icon-wrapper {
    padding: 0;
    position: relative;
    z-index: 0;
    list-style: none;
    margin-top: 10px;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
}

ul.loyalty-icon-wrapper li {
    display: inline-block;
    text-align: center;
    position: relative;
}

ul.loyalty-icon-wrapper li .loyalty-icon-step {
    display: flex;
    position: relative;
    align-items: center;
    height: 45px;
    width: 45px;
    text-align: center;
    margin: 10px 0 0 0;
    background: #EEEEEE;
    border-radius: 50%;
    z-index: 1;
}

ul.loyalty-icon-wrapper li.completed::after,
ul.loyalty-icon-wrapper li.completed .loyalty-icon-step {
    background: #EB716D;
}

ul.loyalty-icon-wrapper li:last-child::after {
    width: 0;
}

.loyalty-icon-step img.loyalty-icon {
    width: 32px;
    height: 32px;
    margin: 0 auto;
}

.claim-reward-container a {
    white-space: nowrap;
    padding: 13px 25px;
    border-radius: 12px;
    background: #E5E5E5;
    color: #6E6E6E;
    border: 1px solid #E5E5E5;
    font-size: 14px;
    cursor: not-allowed;
}

.claim-reward-container a:hover,
.claim-reward-container a:focus {
  text-decoration: none;
}

.claim-reward-container a.redeem-token,
.claim-reward-container a.select-redeem-token {
    background: #2ecc71;
    color: white;
    border: 1px solid #2ecc71;
    cursor: pointer;
}

.loyalty-rewards-tab-header .loyalty-stamps-container .loyalty-header-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.loyalty-rewards-tab-header .loyalty-stamps-container + .claim-reward-container{
  display: none;
}

#loyalty_rewards .box-heading {
  background-color: transparent;
  color: #000;
  padding-left: 0;
}

.loyalty-transaction-list .box-body{
  padding: 0;
}

.loyalty-transaction-list .box-heading h4 {
    font-size: 20px;
}

.box-heading .box-heading-subtitle {
    font-size: 16px;
    font-weight: 500;
}

.table.loyalty-transaction-table {
    margin-top: 10px;
    border-radius: 12px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    font-size: 14px;
}

.table.loyalty-transaction-table > thead,
.table.loyalty-transaction-table > tbody:last-child {
    border-radius: 12px;
}

.table.loyalty-transaction-table > tbody + tbody {
    border: none;
}

.table.loyalty-transaction-table > tbody > tr {
    border-bottom: 1px solid #E2E8F0;
}

.table.loyalty-transaction-table > tbody > tr:last-child {
    border-bottom: none;
}

.table.loyalty-transaction-table > thead > tr > th,
.table.loyalty-transaction-table > tbody > tr > td {
  border: none;
  padding: 12px;
  width: 33.33%;
}

.table.loyalty-transaction-table > thead > tr > th {
    color: #606060;
}

.free-reward-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    column-gap: 6px;
}

.free-reward-list .reward-item {
    max-width: 261px;
    margin-bottom: 16px;
}

.free-reward-list .reward-item .free-order-text {
    padding: 8px 16px;
    border: 1px solid #eee;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-size: 14px;
}

@media only screen and (max-width: 1024px) {
  .free-reward-list .reward-item{
    width: 48%;
    max-width: unset;
  }

  .free-reward-list .reward-item img{
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #loyalty_rewards .loyalty-rewards-tab-header{
    display: block;
    padding-bottom: 40px;
  }

  .loyalty-rewards-tab-header .loyalty-stamps-container .claim-reward-container{
    display: none;
  }

  .loyalty-rewards-tab-header .loyalty-stamps-container + .claim-reward-container{
    display: block;
    margin-top: 40px;
  }

  .loyalty-rewards-tab-header .loyalty-stamps-container .loyalty-icon-wrapper{
    column-gap: 8px;
  }

  .loyalty-rewards-tab-header .loyalty-icon-wrapper .loyalty-icon-step img.loyalty-icon{
    width: 25px;
    height: 25px;
  }
}

@media only screen and (max-width: 559px) {
  .free-reward-list .reward-item{
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .table.loyalty-transaction-table > thead > tr > th,
  .table.loyalty-transaction-table > tbody > tr > td {
      padding: 12px !important;
      vertical-align: middle;
  }

  .table.loyalty-transaction-table > thead > tr > th > .break-point::after,
  .table.loyalty-transaction-table > tbody > tr > td > .break-point::after {
      content: "\a";
      display: block;
  }
}

.jqibox.verify-email-prompt {
  background: transparent;
}

.jqibox.verify-email-prompt .jqifade {
  opacity: 0.2 !important;
}

.jqibox.verify-email-prompt div.jqi {
    border-radius: 12px;
}

.jqibox.verify-email-prompt div.jqi .jqibuttons {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.mobile-tabs-dropdown {
    display: none;
}

#new_customer:has(> #new-customer-details .tab-content){
  width: 100% !important;
}

#new_customer #new-customer-details #account_details > .alert-danger,
#new_customer #new-customer-details #my_addresses > .alert-danger{
  display: none;
}

@media only screen and (max-width: 1024px) {
    /* Mobile Menu */
    .mobile-tabs {
        display: none;
    }

    .mobile-tabs-dropdown {
        display: block;
    }

    #new_customer:has(> #new-customer-details .tab-content){
      margin-top: 0;
    }

    #new_customer #new-customer-details .tab-content{
      padding-top: 75px;
    }

    #new_customer #new-customer-details:has(> .tab-content){
      padding-top: 0;
    }

    #new_customer #new-customer-details > .alert-danger{
      display: none;
    }

    #new_customer #new-customer-details #account_details > .alert-danger,
    #new_customer #new-customer-details #my_addresses > .alert-danger{
      display: block;
      margin-top: 10px;
    }

    #new-customer-details .nav-stacked {
      padding: 15px 30px 5px 30px;
      z-index: 2;
      position: fixed;
      width: 100%;
      left: 0;
      background-color: #ffffff;
      top: 58px;
    }

    .mobile-tabs-dropdown .dropdown-toggle {
        background: none;
        border: 1px solid #DDDFE2;
        border-radius: 6px;
        color: black;
        width: 100%;
        padding: 15px;
        text-align: left;
        text-shadow: none;
        position: relative;
    }

    .mobile-tabs-dropdown .dropdown-menu {
        width: 100%;
        padding: 0 15px 15px 15px;
        border: none;
        box-shadow: none;
        float: none;
        margin-top: 0;
    }

    .mobile-tabs-dropdown .dropdown-menu>li>a,
    .mobile-tabs-dropdown .dropdown-menu>li>a:hover,
    .mobile-tabs-dropdown .dropdown-menu>li>a>a:focus {
        background: none;
        color: black;
        padding: 15px;
    }

    .mobile-tabs-dropdown .dropdown-toggle:before {
        content: "\e114";
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
    }

    #recent_orders .order-header,
    #recent_orders .order-list ul.basket-ul li,
    #order-details-modal ul.basket-ul li {
        display: block;
    }

    #recent_orders .order-header .order-totals {
        text-align: left;
    }

    #menu-items div[id^="add-popup-"].modal-popup .modal-footer .item-add-buttons .add-button {
        width: 85% !important;
        position: fixed;
        bottom: 10px;
        left: 0;
        right: 0;
        display: block;
        text-align: center;
        margin: 0 auto !important;
    }

    #menu-items div[id^="add-popup-"].modal-popup .modal-footer .item-add-buttons .add-button {
        width: 85% !important;
        position: fixed;
        bottom: 10px;
        left: 0;
        right: 0;
        display: block;
        text-align: center;
        margin: 0 auto !important;
    }
}

@media only screen and (max-width: 768px) {
    .form-wrap .age-selector.input-col-2,
    .form-wrap .gender-selector.input-col-2 {
        width: 50% !important;
    }
}

#loyal_container{
  z-index: 1030;
}

#loyal_banner #loyal_close{
  width: auto;
  height: auto;
  padding: 3px 10px;
  background-color: #eee;
  color: #2f3539;
  font-size: 17px;
  cursor: pointer;
}

#loyal_banner #loyal_cover{
  height: auto;
  max-height: 180px;
  background: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#loyal_banner #loyal_cover img{
  width: 100%;
  max-height: 180px;
  border-top-right-radius: 11px;
  border-top-left-radius: 11px
}

#loyal_banner #loyal_cover .fade{
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 5em;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  opacity: 1;
}

#loyal_banner #loyal_content{
  background-color: #fff !important;
  color: #000;
  font-family: inherit;
  padding-top: 15px;
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
}

#loyal_banner #loyal_content span#banner_message{
  display: flex;
  flex-direction: column;
  font-size: 14px;
  padding: 0 5px;
}

#loyal_banner #loyal_content span#banner_message span{
  color: #54C53D;
  font-size: 16px;
  font-weight: 600;
  padding-top: 10px;
}

#loyal_banner #loyal_content #loyal_progress{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0;
}

#loyal_banner #loyal_content #loyal_progress .loyal-star-box.star-completed,
#loyal_banner #loyal_content #loyal_progress .loyal-star-box.star-incomplete{
  background-image: unset;
  background-size: unset;
}

#loyal_banner #loyal_content #loyal_progress .loyal-star-box.star-completed img,
#loyal_banner #loyal_content #loyal_progress .loyal-star-box.star-incomplete img{
  width: 24px;
  height: 24px;
}

#loyal_banner #loyal_content #loyal_progress .loyal-star-box.star-completed,
#loyal_banner #loyal_content #loyal_progress .loyal-star-box.star-incomplete{
  background-color: #EB716D;
  height: 35px;
  width: 35px;
  margin: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#loyal_banner #loyal_content #loyal_progress .loyal-star-box.star-completed{
  background-color: #EB716D;
}

#loyal_banner #loyal_content #loyal_progress .loyal-star-box.star-incomplete{
  background-color: #eee;
}

#loyal_banner #loyal_content .loyal_action_box{
  height: unset;
}

#loyal_banner #loyal_content .loyal_action_box #loyal-redeem-btn{
  padding: 10px 32px;
  background-color: #A7CA90;
  margin: 0 auto;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
  width: fit-content;
  cursor: pointer;
}

@media(max-width:768px) {
  .office-info .container .navbar-toggle .glyphicon{
    display: none !important;
  }

  .office-info .container .mobile-estimated-time{
    display: none !important;
  }
}

#register-apple-modal{
  background: transparent !important;
}

#register-apple-modal .modal-dialog{
  margin-top: 80px;
  width: 500px;
}

#register-apple-modal .apple-otp-card .fa-comment{
  font-size: 3em;
  color: #4aacef;
  padding: 15px 0 20px 0;
  width: 100%;
}

#register-apple-modal .apple-otp-card .fa-comment + span{
  font-size: 18px;
  font-weight: 600;
}

#register-apple-modal .apple-otp-card .otp-box{
  margin: 25px 0;
}

#register-apple-modal .apple-otp-card .otp-box .form-group{
  margin-bottom: 0;
  text-align: center;
}

#register-apple-modal .apple-otp-card .otp-box #otp-box .form-control{
  width: 300px;
  margin: 0 auto;
  border: 0;
  border-bottom: 2px solid #4aacef;
  border-radius: 0;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 5px;
  -moz-appearance: textfield;
}

#register-apple-modal .apple-otp-card .otp-box #otp-box .form-control::-webkit-outer-spin-button,
#register-apple-modal .apple-otp-card .otp-box #otp-box .form-control::-webkit-inner-spin-button{
  -webkit-appearance: none;
}

#register-apple-modal .apple-otp-card p.text-danger{
  padding-top: 3px;
  margin: 0;
}

#register-apple-modal .apple-otp-card .resend-code{
  font-weight: 600;
  cursor: pointer;
}

#register-apple-modal .btn-primary{
  width: 100%;
  margin: 0;
  border-radius: 5px !important;
  background-color: #4aacef;
  border: 1px solid #4aacef;
  outline: none;
  box-shadow: none;
  padding: 13px 0;
  font-size: 16px;
  text-shadow: none;
  width: 49%;
}

#register-apple-modal .btn-primary-inverted{
  background-color: transparent;
  color: #4aacef;
  text-shadow: none;
}

#register-apple-modal .apple-otp-card .btn-primary{
  margin: 20px 0 10px 0;
}

@media (max-width: 767px){
  #register-apple-modal .modal-dialog{
    width: auto;
  }
}

.store-frame .store-details-open{
  background-color: #E9FEE5;
  color: #39732C;
  padding:10px;
  padding-left: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  word-spacing:0px;
  border-radius:7px;
  font-weight: 700;
}

.store-frame .store-details-close{
  background-color: #E5F6FE;
  color: #2C6073;
  padding:10px;
  padding-left: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  word-spacing:0px;
  border-radius:7px;
  line-height: 2.0;
  font-weight: 700;
  fill:#2C6073;
}

.store-frame .store-details-after-closing{
  background-color: #fbe4e4; 
  color: #a94442;
  padding:10px;
  padding-left: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius:7px;
  font-weight: 700;
}

.store-frame .store-details-after-closing p{
  margin: 0 !important;
}

@media (max-width: 768px){
  .office-info .logo,
  .office-info .storeinfo{
    display:none !important;
  }

  .office-info{
    padding: 0;;
  }
}

@media only screen and (max-width: 768px) {
  .store-frame {
    display: block !important;
  }
}

.store-frame{
  background-color: #FFFFFF;
  padding-top:5px;
  padding-bottom:5px;
  padding-left: 5px;
  padding-right: 5px;
  display: none;
  width: 100%;
}

.store-frame .store-details-close p {
  margin-bottom: 0;
}

.icon-delivery {
  mask-repeat: no-repeat;
  background-color: #000;
  display: inline-block;
  width: 26px;
  height: 10px;
  margin-left: -3px;
}

.icon-lunch-time{
  mask-repeat: no-repeat;
  background-color: #000;
  display: inline-block;
  width: 22px;
  height: 20px;
  margin-left: -1px;
}

@media (max-width: 768px){
  .icon-delivery,
  .icon-lunch-time{
    background-color: #2C6073;
  }
}

@media screen and (min-width: 1025px){
  .office-info p, #h-address a{
    fill:#000;
  }
}

#confirmation-social-new{
  display:none;
}

.background-new{
  background-color: #e6e6e6;
  height:100%;
  padding-top: 10px;
}

.confirmation-card{
  background-color: #fff;
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  border-radius: 5px;
  max-width: 1184px; 
  margin: 0 auto;
  position: relative;
  top: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 35px 20px;
}

.confirmation-card .row,
.confirmation-card .store-details-frame .row,
.confirmation-card .order-summary-frame .row,
.confirmation-card .link-frame .row{
  margin-right:0px !important;
  margin-left:0px !important;
}

#confirmation-order-frame{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.confirmation-card .confirmation-order-frame{
  display: flex;
  width: 1184px;
  justify-content: space-between;
  align-items: flex-start;
}

.confirmation-card .store-details-frame{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 32px;
  width: 100%;
  max-width: 100%;
}

.confirmation-card .confirmation-header{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.confirmation-card .image-responsive{
  width: 120px;
  flex-shrink: 0;
}

.confirmation-card .thankyou-expression{
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 160%;
}

.confirmation-card .store-name,
.confirmation-card .store-phone{
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}

.confirmation-card .store-label{
  margin-left: 10px;
}

.confirmation-card .store-dial{
  margin-left: 5px;
}

.confirmation-card .status-label{
  font-size: 24px;
  font-weight: 800;
  line-height: 140%;
}

.confirmation-card .order-status-frame{
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: self-start;
  width: inherit;
  font-weight: bold;
}

.confirmation-card .order-status-frame .row{
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px; 
  margin-left: 0px;
  font-size: 16px;
  font-weight: 700;
}

.confirmation-card .order-status-frame .col{
  flex: auto;
}

.confirmation-card .order-status-frame .col.txt{
  order: 1;
  font-weight: 700;
  color: #777;
  font-size: 16px;
}

.confirmation-card .order-status-frame .col.val{
  order: 2;
  text-align: right;
}

.confirmation-card .order-status-frame .status-val{
  color:#8BD97C;
}

.confirmation-card .get-direction{
  color:#fff !important;
  background-color:#4AACEF;
  border-radius:30px;
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  font-style: normal !important;
  font-weight: 300;
  line-height: 140%;
}

.confirmation-card .order-summary-frame{
  padding-top: 15px;
  width: 100%;
}

.confirmation-card .sum-header{
  width: 100%;
  padding-top: 20px;
}

.confirmation-card .order-sum-title{
  font-size: 24px;
  font-weight: 800;
  line-height: 160%;
  padding-left: 27px;
}

.confirmation-card .sum-header .order-date,
.confirmation-card .sum-header .order-number,
.confirmation-card .sum-header .order-payment{
  color: #777;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}

.confirmation-card .sum-header .date-val,
.confirmation-card .sum-header .number-val,
.confirmation-card .sum-header .payment-val{
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: 140%; 
}

.confirmation-card .order-frame-mobile .order-date,
.confirmation-card .order-frame-mobile .order-number,
.confirmation-card .order-frame-mobile .order-payment{
  color: #777;
  font-size: 3.7vw;
  font-weight: 700;
  line-height: 140%;
}

.confirmation-card .order-frame-mobile .date-val,
.confirmation-card .order-frame-mobile .number-val,
.confirmation-card .order-frame-mobile .payment-val{
  color: #000;
  font-size: 3.7vw;
  font-weight: 700;
  line-height: 140%; 
}

.confirmation-card .order-detail-frame{
  width: 100%;
  padding: 0 10px;
  margin-top: 10px;
  text-align: left;
}

.confirmation-card .order-detail-items{
  display: block;
  width: 100%;
  padding:0 30px;
}

.confirmation-card .order-detail-items ul {
  list-style: none;
  width: 100%;
  padding:0 15px;
  display: flex;
  flex-flow: column;
  gap: 10px;
}

.confirmation-card .order-detail-items .item {
  margin-top: 15px;
}

.confirmation-card .order-detail-items .item:first-child {
  margin-top: unset;
}

.confirmation-card .order-detail-items .item-qty-td {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}

.confirmation-card .order-detail-items .item-description-td{
  margin-left: 5px;
  text-wrap: balance;
  text-transform: capitalize;
}

.confirmation-card .order-detail-items .item-description-td,
.confirmation-card .order-detail-items .row-price {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}

.confirmation-card .order-detail-items .sub-item .item-qty-td{
  color: #777;
  font-size: 15px;
  font-weight: 700;
  line-height: 140%;
  margin-left: 10px;
}

.confirmation-card .order-detail-items .sub-item .item-qty-td.hh-mod{
  margin-left: 35px;
}

.confirmation-card .order-detail-items .sub-item .item-qty-td.hh-no-mod{
  margin-left: 20px !important;
}

.confirmation-card .order-detail-items .sub-item .item-description-td{
  margin-left: 5px;
  text-wrap: balance;
  text-transform: capitalize;
}

.confirmation-card .order-detail-items .sub-item .item-description-td,
.confirmation-card .order-detail-items .sub-item .row-price {
  color: #777;
  font-size: 15px;
  font-weight: 700;
  line-height: 140%;
}

.confirmation-card .order-detail-items .row-price,
.confirmation-card .order-detail-items .sub-total,
.confirmation-card .order-detail-items .delivery-fee-total,
.confirmation-card .order-detail-items .grand-total {
  text-align: right;
}

.confirmation-card .order-detail-items .item-price-subtotal,
.confirmation-card .order-detail-items .delivery-fee,
.confirmation-card .order-detail-items .service-fee{
  font-size: 16px;
  font-weight: 900;
  color: #777;
}

.confirmation-card .order-detail-items .item-price-total span{
  font-size:24px;
  font-weight: 800;
}

.confirmation-card .order-detail-items .subtotal-fee,
.confirmation-card .order-detail-items .grandtotal-fee{
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
  padding-top: 20px;
}

.confirmation-card .order-detail-items .fee-total{
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}

.confirmation-card .order-detail-items .sub-sub-item {
  margin-left:15px;
}

.confirmation-card .order-detail-items .sub-sub-item .item-qty-td{
  color: #777;
  font-size: 15px;
  font-weight: 700;
  line-height: 140%;
  margin-left: 10px;
}

.confirmation-card .order-detail-items .sub-sub-item .item-description-td{
  margin-left: 5px;
  text-wrap: balance;
  text-transform: capitalize;
}

.confirmation-card .order-detail-items .sub-sub-item .item-description-td,
.confirmation-card .order-detail-items .sub-sub-item .row-price {
  color: #777;
  font-size: 15px;
  font-weight: 700;
  line-height: 140%;
}

.confirmation-card .link-frame{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  font-size: 17px;
}

.confirmation-card .share-frame{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.confirmation-card .social-link{
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.confirmation-card .social-link .facebook-icon,
.confirmation-card .social-link .twitter-icon,
.confirmation-card .social-link .instagram-icon{
  cursor: pointer;
}

.confirmation-card .layout{
  display: grid;
}

.confirmation-card .receipt-bg-header{
  background-color: #c5c5c5;
  width: 105%;
  height: 32px;
  border-radius: 30px;
  justify-self: center;
  position: relative;
  z-index: 9;
  box-shadow: 0px 3px 6px 4px #0000000d;
}

.confirmation-card .receipt-bg-body{
  width: 100%;
  height: 100%;
  background-color: #eee;
  --mask: conic-gradient(from -45deg at bottom,#0000,#000 1deg 89deg,#0000 90deg) 50%/17px 100%;
  -webkit-mask: var(--mask);
          mask: var(--mask);
  padding-bottom: 50px;
  position: relative;
  margin-top: -18px;
  border-radius: 4px 4px;
  border-top: groove 5px #888896;
}

.confirmation-card .return-home{
  display:none;
  width: 90%;
  background: #428bca;
  color: #fff;
  padding: 12px 0;
  text-align: center;
  font-weight: 600;
  transition: all 500ms ease-in-out;
  font-size: 3.7vw;
}

a.return-home:hover {
  text-decoration: none;
  background: #53abf7 !important;
}

a.return-home:focus {
  outline-color: #0a5aa0 !important;
  text-decoration: none;
}

.confirmation-card #order-direction{
  width:100%;
  width:100%;
  background-color: #4AACEF;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.confirmation-card #order-direction .get-direction{
  margin-top: 0 !important;
}

.confirmation-card .order-frame-mobile{
  display: none;
}

.confirmation-card .order-frame-mobile .order-date, 
.confirmation-card .order-frame-mobile .order-number, 
.confirmation-card .order-frame-mobile .order-payment {
  font-weight: bold;
}

.confirmation-card .order-frame-mobile .order-detail-items .item{
  margin-top: 15px;
}

.confirmation-card .header-horizontal-separator{
  width: 90%;
  height: 1px;
  background-color: #E2E2E2;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
}

.confirmation-card .body-horizontal-separator{
  width: 100%;
  height: 1px;
  background-color: #E2E2E2;
  margin: 0 auto;
  margin-top: 25px;
}

.confirmation-card .col-sm-4{
  border-right:1px solid #E2E2E2;
}

.confirmation-card .col-sm-4:last-child {
  border-right: none;
}

.confirmation-card .broken-horizontal-separator-desktop {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  height:38px;
}

.confirmation-card .broken-horizontal-separator-desktop .circle-left{
  height: 38px;
  position: absolute;
  width: 38px;
  top: 0;
  background-color: white;
  left: -20px;
  border-radius: 20px;
}

.confirmation-card .broken-horizontal-separator-desktop .circle-right{
  height: 38px;
  position: absolute;
  width: 38px;
  top: 0;
  background-color: white;
  right: -20px;
  border-radius: 20px;
}

.confirmation-card .broken-horizontal-separator-desktop hr{
  border: 1px dashed #E2E2E2;
  margin: 0;
  width: 100%;
}

.confirmation-card .broken-horizontal-separator-mobile{
  display:none;
}

.confirmation-card .broken-horizontal-separator-mobile {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  height:38px;
}

.confirmation-card .broken-horizontal-separator-mobile .circle-left{
  height: 38px;
  position: absolute;
  width: 38px;
  top: 0;
  background-color: white;
  left: -20px;
  border-radius: 20px;
}

.confirmation-card .broken-horizontal-separator-mobile .circle-right{
  height: 38px;
  position: absolute;
  width: 38px;
  top: 0;
  background-color: white;
  right: -20px;
  border-radius: 20px;
}

.confirmation-card .broken-horizontal-separator-mobile hr{
  border: 1px dashed #E2E2E2;
  margin: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .background-new{
    background: unset;
    height:unset;
    padding-bottom: unset;
    padding-top: unset;
  }

  .confirmation-card {
    padding: 10px;
    top:unset;
    margin-top: unset;
    margin-bottom: unset;
    border-radius: unset;
  }

  .confirmation-card .image-responsive{
    width: 100px;
  }

  .confirmation-card .store-details-frame,
  .confirmation-card .order-summary-frame,
  .confirmation-card .order-detail-items {
    margin: 0;
  }

  .confirmation-card .order-status-frame .col {
    flex:1;
  }

  .confirmation-card .confirmation-header #confirmation-logo,
  .confirmation-card .confirmation-header .thankyou-expression{
    text-align: center;
    margin: auto;
    font-size: 5.7vw;
  }

  .confirmation-card .store-details-frame{
    padding: 5px 10px;
  }

  .confirmation-card #map{
    bottom:-90% !important;
  }

  .confirmation-card .receipt-bg-body{
    height:100%;
    padding-bottom: 50px;
  }

  .confirmation-card .order-sum-title {
    font-size: 4.7vw;
    padding-left: 15px;
  }

  .confirmation-card .order-detail-items .item-price-total span{
    font-size: 4.7vw;
  }

  .confirmation-card #order-direction {
    width: 100%;
    top:unset;
  }

  .confirmation-card .order-frame-mobile{
    padding-top: 20px;
    display: block;
  }

  .confirmation-card .order-frame-desktop{
    display: none;
  }

  .confirmation-card .order-detail-frame .col-sm-4{
    padding-bottom: 10px;
  }

  .confirmation-card .col-sm-4{
    border-right:unset;
  }

  .confirmation-card .order-detail-frame{
    display: flex;
    flex-direction: column;
    padding: 0 15px;
  }

  .confirmation-card .header-horizontal-separator{
    width: 90%;
    height: 1px;
    background-color: #E2E2E2;
    margin: 0 auto;
    margin-top: 8px;
  }

  .confirmation-card .body-horizontal-separator{
    width: 100%;
    height: 1px;
    background-color: #E2E2E2;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .confirmation-card .broken-horizontal-separator-desktop {
    display:none;
  }

  .confirmation-card .broken-horizontal-separator-mobile{
    display:flex;
  }
  
  #app-dl-container .row{
    margin-right:unset;
    margin-left:unset;
  }

  .confirmation-card .return-home{
    display:block;
  }

  .confirmation-card .feedback-verify{
    margin: 10px auto 25px auto;
  }
}

@media (max-width: 430px) {
  .background-new{
    background: unset;
    height:unset;
    padding-bottom: unset;
    padding-top: unset;
  }

  .confirmation-card {
    padding: 5px;
    top:unset;
    margin-top: unset;
    margin-bottom: unset;
  }

  .confirmation-card .store-details-frame{
    padding-top: 20px;
  }

  .confirmation-card .store-name, 
  .confirmation-card .store-phone {
    font-size: 3.7vw;
  }

  .confirmation-card .status-label{
    font-size: 4.7vw;
  }

  .confirmation-card .order-status-frame .row {
    font-size: 3.7vw !important;
  }

  .confirmation-card .order-status-frame .col.txt{
    font-size: 3.7vw;
  } 

  .confirmation-card #order-direction {
    width: 50%;
    top:unset;
    margin-right: 10px;
  }

  .confirmation-card #map{
    margin-top: 30px;
    margin-bottom: -30px;
  }

  .confirmation-card .receipt-bg-body {
    height:100%;
    padding-bottom: 50px;
  }

  .confirmation-card .order-frame-mobile{
    padding-top: 20px;
    display: block;
  }

  .confirmation-card .order-frame-desktop{
    display: none;
  }

  .confirmation-card .order-frame-mobile .item-qty-td,
  .confirmation-card .order-frame-mobile .item-description-td,
  .confirmation-card .order-frame-mobile .row-price{
    font-size: 3.7vw !important;
  }

  .confirmation-card .order-detail-items .item-price-subtotal, 
  .confirmation-card .order-detail-items .delivery-fee, 
  .confirmation-card .order-detail-items .service-fee {
    font-size: 3.7vw;
  }

  .confirmation-card .order-detail-items {
    padding: 0 15px;
  }

  .confirmation-card .order-detail-frame{
    padding:unset;
    font-size: 3.7vw;
  }

  .confirmation-card .order-detail-frame .col-sm-4{
    padding-bottom: 10px;
  }

  .confirmation-card .col-sm-4{
    border-right:unset;
  }

  .confirmation-card .horizontal-separator{
    width: 90%;
    height: 1px;
    background-color: #E2E2E2;
    margin: 0 auto;
    margin-top: 8px;
  }

  .confirmation-card .body-horizontal-separator{
    width: 100%;
    height: 1px;
    background-color: #E2E2E2;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .confirmation-card .broken-horizontal-separator-mobile{
    display:flex;
  }

  .confirmation-card .link-frame {
    font-size: 3.7vw;
  }

  .confirmation-card .link-frame .feedback-verify{
    width: 80%;
    max-width: 70%;
    text-align: center;
  }
}

/* Promotional Tab */
#promotional_page .promo-card-header{
  width: 75%;
  background-color: #185985;
  border-radius: 20px 20px 0 0;
  font-size: 14px;
  color: white;
  font-weight: 400;
  line-height: 19.6px;
  padding: 15px;
  padding-bottom: 25px;
  margin-bottom: -15px;
}

#promotional_page .promo-card{
  width: 75%;
  font-size: 14px;
  padding: 16px 24px;
  box-shadow: 0px 1px 5px rgb(0 0 0 / 11%);
    border: 1px solid #0000002e;
  margin-bottom: 25px;
  border-radius: 20px;
  background-color: white;
  position: relative;
  z-index: 1;
}

#promotional_page .card-header{
  padding-bottom:20px;
}

#promotional_page .card-title{
  background-color: #4AACEF;
  color: white;
  padding: 3px 15px 3px 15px;
  width: fit-content;
  text-align: center;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

#promotional_page .card-body{
  font-weight: 600;
  font-size: 14px;
}

#promotional_page .card-frame{
  margin-left: -20px;
    margin-bottom: 0;
}

#promotional_page ul{
  list-style-type: none;
}

#promotional_page li{
  position: relative;
  padding-left: 20px; 
  line-height: 1.5;
}

#promotional_page li::before {
  content: '\2022'; 
  color: #000; 
  font-size: 30px; 
  position: absolute;
  left: 0;
  top: 50%; 
  transform: translateY(-63%); 
}

#promotional_page .card-desc{
  padding-bottom: 10px;
}

#promotional_page .broken-separator {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  height: 30px;
}

#promotional_page .broken-separator .circle-left{
  height: 30px;
  position: absolute;
  width: 35px;
  top: 0;
  background-color: white;
  left: -35px;
  border-radius: 20px;
}

#promotional_page .broken-separator .circle-right{
  height: 30px;
  position: absolute;
  width: 35px;
  top: 0;
  background-color: white;
  right: -35px;
  border-radius: 20px;
}

#promotional_page .broken-separator hr{
  border: 1px dashed #ECECEC;
  margin: 0;
  width: 100%;
}

#promotional_page .card-footer{
  display: flex;
  font-weight: 600;
  font-size: 14px;
}

#promotional_page .time-free{
  margin-top: 7px;
  text-align: left;
  display: flex;
  align-items: baseline;
}

#promotional_page .promo-notMet{
  font-size: 15px;
  font-weight: 600;
}

#promotional_page .promo-notMet-display{
  font-size: 12px;
  font-weight: 700;
  margin-left:25px;
  color: red;
}

#promotional_page .promo-buttons {
  margin-left: auto;
  display: flex;
}

#promotional_page .btn-copy-code,
#promotional_page .btn-used-promo {
  margin-left: 10px; 
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px !important;
}

#promotional_page .btn {
  white-space: nowrap; 
}

#promotional_page .btn-copy-code{
  color: #4AACEF;
  border: 1px solid #4AACEF;
  background-color: white;
  transition: background-color 0.3s, color 0.3s;
}

#promotional_page .btn-copy-code.clicked {
  background-color: #298dd1;
  color: white;
}

#promotional_page .btn-used-promo{
  color: white;
  border: 1px solid #4AACEF;
  background-color: #4AACEF;
  transition: background-color 0.3s, color 0.3s;
}

#promotional_page .btn-used-promo:hover{
  background-color: #298dd1;
  border: 1px solid #298dd1;
  color: white;
}

#promotional_page .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #030303CC;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 10px 20px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  margin-left: -390px;
  margin-bottom: -5px;
  opacity: 0;
  transition: opacity 0.3s;
}

#promotional_page .tooltip-header,
#promotional_page .tooltip-footer{
  font-size:12px;
  font-weight: 400;
  line-height: 16.8px;
}

#promotional_page .tooltip-body{
  font-size:14px;
  font-weight: 600;
  line-height: 19.6px;
}

#promotional_page .tooltip-header-mobile,
#promotional_page .tooltip-footer-mobile{
  display:none;
}

#promotional_page .time-free:hover #promotional_page .tooltiptext {
  visibility: visible;
  opacity: 1;
}

#promotional_page .tooltiptext:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 15px; 
  border-width: 5px;
  border-top: 10px;
  border-style: solid;
  border-color: #555 transparent transparent transparent; 
}

#promotional_page .copied-prompt{
  background: #DEFEE1;
  color: #4DA834;
  padding:7px;
  text-align: center;
  font-weight: 600;
}

/* for desktop */
@media only screen and (max-width: 768px) {
#promotional_page .tooltip .tooltiptext {
    display: none;
  }
}

/* for mobile */
@media (max-width: 767px) {
  #promotional_page .promo-card,
  #promotional_page .promo-card-header{
    width: 100%;
  }

  #promotional_page .card-footer {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
  }

  #promotional_page .time-header,
  #promotional_page .tooltip-header,
  #promotional_page .tooltip-footer{
    display: none !important;
  }

  #promotional_page .tooltip-header-mobile{
    display:block;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
  }

  #promotional_page .tooltip-footer-mobile{
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 19.6px;
    background-color: #FFF5E9;
    padding: 4px;
    border-radius: 5px;
    position: relative;
    left: -3px;
  }

  #promotional_page .tooltip-body{
    margin: 0px 20px 15px 20px;
  }

  #promotional_page .time-free {
    margin-right: 0;
    margin-bottom: 7px;
    display: flex;
    flex-direction: column;
  }

  #promotional_page .info-icon {
    margin-right: 5px !important;
  }

  #promotional_page .promo-notMet{
    font-size: 14px;
    font-weight: 700;
    margin-right:10px;
  }

  #promotional_page .promo-notMet-display{
    margin-left: 0px;
  }

  #promotional_page .promo-buttons {
    margin-left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  #promotional_page .btn-copy-code,
  #promotional_page .btn-used-promo {
    margin-left: 0;
    margin-top: 7px; 
    width: 100%;
  }

  #promotional_page .btn-copy-code{
    order: 1;
  }

  #promotional_page .tooltiptext{
    visibility: unset !important;
    opacity: unset !important;
    background-color: unset;
    color: unset;
    border-radius: unset;
    padding: unset;
    position: unset;
    margin-left: unset;
  }

  #promotional_page .tooltiptext:before {
    content: unset;
  }

  #promotional_page .copied-prompt{
    margin:0 auto;
    margin-top: 10px;
    order: 2;
  }

    #promotional_page .promo-notMet-span{
        display: none !important;
    }
}

.promo-ribbon{
    position: absolute;
    right: -9px;
    top: 20px;
}

.ribbon-text{
    display:inline-block;
    padding:0.5em 1em;
    background: #185985;
    position:relative;
    color: white;
    border-radius: 10px 0px 10px 10px;
}

.ribbon-text:before{
    content:'';
    position:absolute;
    border-style:solid;
    bottom:100%;
    right:0;
    border-width: .5em .7em 0 0;
    border-color: #083A5C;
    border-radius: 0 5px 0px 0;
}

.promo-section-title {
    margin-bottom: 20px;
}

.select2-container.mobile-areaCode {
  vertical-align: top;
}

#areaCode[disabled], .mobile-areaCode.select2-container--disabled {
  display: none !important;
}

.select2-container.select2-container--open.mobile-areaCode .select2-results__option {
  text-align: center;
}

.select2-container.select2-container--open.mobile-areaCode .select2-results__option span.fi {
  left: -2px;
}

.confirmation-card .discount_removal_notif_note{
  font-size: 12px;
}

/* Promotional code (item options) */
#promo-modifier-modal.modal {
  background: none !important;
}

#promo-modifier-modal .modal-dialog {
  width: 500px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

#promo-modifier-modal .modal-dialog .modal-content{
  box-shadow: none;
}

#promo-modifier-modal .modal-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 0px;
  background-color: #f4f4f4;
  border-radius: 6px 6px 0 0;
}

#promo-modifier-modal .modal-header .message-container {
  display: flex;
  flex-direction: column;
}

#promo-modifier-modal .modal-header .message-container .promo-code-wrapper {
  font-weight: bold;
  font-size: 15px;
  display: flex;
  column-gap: 5px;
  align-items: flex-end;
}

#promo-modifier-modal .modal-header .message-container .promo-code-wrapper > span {
  text-decoration: underline;
}

#promo-modifier-modal .modal-header .message-container .promo-code-redemption-label {
  padding-top: 5px;
}

#promo-modifier-modal .modal-header .close {
  font-size: 30px;
  color: #252525 !important;
  opacity: 1;
}

#promo-modifier-modal .modal-body {
  max-height: calc(100vh - 300px);
  overflow: hidden auto;
}

#promo-modifier-modal .modal-body .modifier-wrapper {
  display: inline-block;
  width: 100%;
}

#promo-modifier-modal .modal-body .modifier-wrapper.promo-added {
  padding: 15px 0
}

#promo-modifier-modal .modal-body .modifier-wrapper .fa-circle-check {
  color: #54c53d;
}

#promo-modifier-modal .modal-body .modifier-wrapper .fa-circle-xmark {
  color: #c53d3d;
}

#promo-modifier-modal .modal-body .modifier-wrapper .input-group-label .check-img-popup {
  width: 20px;
}

#promo-modifier-modal .modal-footer {
  text-align: center;
  border-top: 0px;
  box-shadow: inset 0 0px 0 rgba(207, 207, 207,1), 0 0px 20px rgba(0, 0, 0, 0.1);
}

#promo-modifier-modal .modal-footer.promo-added {
  box-shadow: unset;
}

#promo-modifier-modal .modal-footer .btn{
  width: 100%;
  border-radius: 6px !important;
  background-color: #4AACEF;
  border-color: #4AACEF;
  box-shadow: none;
}

#change-order-type-modal.modal-popup::before{
  display: none;
}

#change-order-type-modal .modal-dialog{
  width: 450px;
  display: inline-block;
  margin-top: 100px;
}

#change-order-type-modal .modal-dialog .modal-content{
  box-shadow: none;
  border: 0;
}

#change-order-type-modal .modal-dialog .modal-header{
  font-size: 20px;
  font-weight: 600;
  border-bottom: 0;
  position: relative;
}

#change-order-type-modal .modal-dialog .modal-header .close{
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 5px 10px;
  background-color: #efefef;
  border-radius: 15px;
  opacity: 1;
  font-size: 20px;
}

#change-order-type-modal .modal-dialog .modal-body{
  font-size: 16px;
}

#change-order-type-modal .modal-dialog .modal-footer{
  text-align: center;
  border-top: 0;
  padding: 15px 30px;
}

#change-order-type-modal .modal-dialog .modal-footer .btn-primary{
  border-radius: 5px !important;
  box-shadow: none;
  text-shadow: none;
  background-color: #4AACEF;
  border-color: #4AACEF;
  width: 49%;
}

#change-order-type-modal .modal-dialog .modal-footer .btn-change-type{
  background-color: transparent;
  color: #4AACEF;
  border: 1px solid #4AACEF;
  margin-left: 0;
}

@media (max-width: 768px){
  #change-order-type-modal .modal-dialog,
  #promo-modifier-modal .modal-dialog {
    width: 90%;
  }
}

@media (max-width: 480px){
  #change-order-type-modal .modal-dialog .modal-header .close{
    padding: 5px 8px;
  }

  #change-order-type-modal .modal-dialog .modal-footer{
    padding: 15px;
  }
}

@media (min-width: 375px){
  #promo-modifier-modal .modal-footer .tooltip-inner{
    max-width: unset;
  }
}

#menu-items > .deals-promo .modal-content{
  box-shadow: none;
  border-radius: 6px !important;
}

#menu-items > .deals-promo .check-img-popup{
  width: 20px;
}

#menu-items > .deals-promo .modal-header .close-popup{
  font-size: 30px !important;
}

#menu-items > .deals-promo .modal-header .message-container{
  width: 95%;
  display: flex;
  flex-direction: column;
}

#menu-items > .deals-promo .modal-header .message-container .promo-code-wrapper{
  font-weight: bold;
  font-size: 15px;
  display: flex;
  column-gap: 5px;
  align-items: flex-end;
}

#menu-items > .deals-promo .modal-header .message-container .promo-code-wrapper > span{
  text-decoration: underline;
}

#menu-items > .deals-promo .modal-header .message-container .promo-code-deal-name{
  font-weight: bold;
  font-size: 15px;
  padding: 5px 0;
}

@media (max-width: 480px){
  #menu-items > .deals-promo .modal-content{
    border-radius: 0 !important;
  }
}
/* Promotional code (item options) */

.auto-free-item-container{
  position: fixed;
  top: 0;
  height: 50px;
  background-color: #c02528;
  width: 100vw;
  z-index: 999;
  text-align: center;
  display: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: underline;
  cursor: default;
  padding: 0 10px;
}

.auto-free-item-container.active{
  display: flex;
  align-items: center;
  justify-content: center;
}

.auto-free-item-container .auto-free-item-type{
  display: none;
}

.auto-free-item-container .auto-free-item-type.active{
  display: block;
}

body:has(> .auto-free-item-container .auto-free-item-type) .navbar{
  transition: top 0s;
}

body:has(> .auto-free-item-container .auto-free-item-type.active) .navbar-fixed-top{
  top: 50px;
}

body:has(> .auto-free-item-container .auto-free-item-type.active) .horizontal-menu-fixed{
  top: 108px;
}

@media screen and (min-width: 1025px){
  body:has(> .auto-free-item-container .auto-free-item-type.active) #wrap{
    padding-top: 109px;
  }

  body:has(> .auto-free-item-container .auto-free-item-type.active) #menu.menu-fixed,
  body:has(> .auto-free-item-container .auto-free-item-type.active) #float-box.float-box-fixed{
    top: 120px;
  }
}

@media only screen and (max-width: 1024px){
  body:has(> .auto-free-item-container .auto-free-item-type.active) #menu.menu-fixed{
    top: 120px;
  }

  body:has(> .auto-free-item-container .auto-free-item-type.active) #wrap .office-info{
    padding-top: 50px;
  }

  body:has(> .auto-free-item-container .auto-free-item-type.active) #float-box{
    top: 50px;
    padding-bottom: 60px;
  }

  body:has(> .auto-free-item-container .auto-free-item-type.active) #float-box .fbTitle{
    top: 51px
  }
}

@media only screen and (max-width: 995px){
  body:has(> .auto-free-item-container .auto-free-item-type.active) #menu.menu-fixed{
    top: 0;
  }
}

@media only screen and (max-width: 991px){
  body:has(> .auto-free-item-container .auto-free-item-type.active) #float-box .fbTitle{
    top: 0;
  }
}

@media only screen and (max-width: 480px){
  body:has(> .auto-free-item-container .auto-free-item-type.active) #main-content .followMeBar.fixed{
    top: 108px;
  }
}

@media only screen and (max-width: 414px){
  body:has(> .auto-free-item-container .auto-free-item-type.active) #float-box .fbTitle{
    top: 50px;
  }
}

#loading_bar.loading_bar{
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #00000050;
  text-align: center;
}


.modal-header h4.modal-title{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* Deal loader - START */
.modal-deals .deal-loader-shimmer {
  height:80px;
  animation-duration:2.2s;
  animation-fill-mode:forwards;
  animation-iteration-count:infinite;
  animation-name:shimmer;
  animation-timing-function:linear;
  background:#dddddd;
  background-image:linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%) !important;
  background-size:1200px 100% !important;
  display: inline-flex;
  width: 100%;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  padding: 0 10px;
}

.modal-deals .title-line {
  height:50px;
  width:100%;
  border-radius:5px;
}

.modal-deals .header-error {
  font-weight: 600;
  font-size: 25px;
}

.modal-deals .body-error {
  min-height: 300px !important;
  max-height: 300px !important;
  display: inline-flex;
  width: 100%;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
}

@-webkit-keyframes shimmer {
  0% {
      background-position:-100% 0;
  }
  100% {
      background-position:100% 0;
  }
}

@keyframes shimmer {
  0% {
      background-position:-1200px 0;
  }
  100% {
      background-position:1200px 0;
  }
}
/* Deal loader - END */