@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800');
@import url("../font-awesome-4.7.0/font-awesome.css");

/**
 * Fix fonts that render as bold in Firefox
 *
 * Put this near the top of your style.css
 * Before any overriding styles
 */

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

/**
 * Firefox specific rule
 */

@-moz-document url-prefix() {
  /*body {
    font-weight: lighter !important;
  }*/
}

/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  overflow-X: hidden;
}

a {
  color: #e1b24a;
  text-decoration: none;
}
a:hover {
  color: #999;
  text-decoration: none;
}

.clearfix {
	clear:both;
}

/* -------------------------------- 

 Header

-------------------------------- */
header {
	position:fixed;
	width:100%;
	z-index:101;
	top:0;
	padding:10px 0;
	height:80px;
	background:#251611;
}
.logo img {
	max-width:130px !important;
	height:auto;
}

/* -------------------------------- 

Main site content

-------------------------------- */
.highlight-banner {
	padding:40px 0 80px 0 !important;
}
.highlight-banner h1 {
	font-size:24px;
	font-weight:600;
	letter-spacing:-0.03em;
	margin:0 0 10px 0;
}
.updates-container {
	position:relative;
	width:100%;
	min-height:274px;
	background:url(../images/s-banner2.jpg) top center no-repeat;
	background-size:cover;
}
.newStore-container {
	position:absolute;
	width:100%;
	min-height:165px;
	bottom:0;
	background:rgba(37, 22, 17, 0.8);
}
.newStore-date {
	position: relative;
	width:70px;
	height:70px;
	border-radius:50%;
	background:#e1b24a;
	font-size:16px !important;
	font-weight:800 !important;
	color:#9f0000;
	text-align:center;
	padding-top:17px;
	float:right;
	margin-left:10px;
}
.newStore-content {
	padding:20px;
	color:#fff;
}
.newStore-content h3 {
	font-size:18px;
	font-weight:600;
	margin-bottom:10px;
}
.newStore-content p {
	font-size:14px;
	line-height:18px;
}

.connect-container {
	background:#e1b24a;
	padding:60px 20px;
	text-align:center;
}
.connect-container form {
	text-align:center;
	margin-top:40px;
}
.connect-container h1 {
	font-size:36px;
	font-weight:600;
	letter-spacing:-0.03em;
	margin-bottom:10px;
}
.connect-container p {
	font-size:16px;
	font-weight:400;
	line-height:20px;
}
.inner-container {
	position:relative;
	padding:60px 20px;
}
.inner-container.stores {
	/*margin-top:80px;*/
}
.inner-container h1 {
	font-size:36px;
	line-height:40px;
	font-weight:700;
	letter-spacing:-0.02em;
	margin-bottom:25px;
	text-transform:uppercase;
}
.inner-container h3 {
	font-size:26px;
	line-height:30px;
	font-weight:700;
	letter-spacing:-0.02em;
	margin-bottom:25px;
	text-transform:uppercase;
}
.inner-container h3 span {
	font-size:14px;
	line-height:22px;
	font-weight:400;
	margin-bottom:25px;
	letter-spacing: normal !important;
	text-transform: none !important;
}
.inner-container h4 {
	font-size:22px;
	line-height:26px;
	color:#af7f2c;
	font-weight:700;
	letter-spacing:-0.02em;
	margin-bottom:15px;
	text-transform:uppercase;
}
.inner-container p {
	font-size:16px;
	line-height:26px;
	margin-bottom:18px;
}
a.email-link {
	font-size:18px;
	font-weight:700;
	color:#af7f2c;
	line-height:24px;
	padding:10px 20px;
	border:#af7f2c 2px solid;
	border-radius:40px;
	transition:ease-in-out 0.3s;
}
a.email-link:hover {
	color:#fff;
	border:#ccc 2px solid;
	background:#ccc;
}
.inner-container ul {
	margin-bottom:18px;
}
.inner-container ul li {
	list-style:disc;
	margin-left:16px;
	margin-bottom:5px;
}
.inner-banner-wrapper {
	position:relative;
	margin-top:80px;
	min-height:300px;
}
.inner-banner-wrapper.stores {
	position:relative;
	margin-top:2px;
	min-height:auto;
}
.inner-title {
	position:absolute;
	width:100%;
	max-width:1170px;
	margin:0 auto;
	left:0;
	right:0;
	bottom:0;
}
.inner-title h1 {
	font-size:42px;
	font-weight:800;
	letter-spacing:-0.03em;
	padding-left:20px;
	border-left:#af7f2c 6px solid;
	margin:0;
}
.inner-title.stores {
	top:0;
	left:15px;
	bottom:auto;
}
.about-banner {
	float:right;
	background:url(../images/inner-banner-about.jpg) top left no-repeat;
	background-size:cover;
	width:75%;
	min-height:300px;
}
.halal-banner {
	float:right;
	background:url(../images/inner-banner-halal.jpg) bottom center no-repeat;
	background-size:cover;
	width:75%;
	min-height:300px;
}
.menu-donuts-banner {
	float:right;
	background:url(../images/inner-banner-menu-donuts.jpg) bottom center no-repeat;
	background-size:cover;
	width:75%;
	min-height:300px;
}
.menu-minidonuts-banner {
	float:right;
	background:url(../images/inner-banner-menu-minidonuts.jpg) bottom center no-repeat;
	background-size:cover;
	width:75%;
	min-height:300px;
}
.menu-beverages-banner {
	float:right;
	background:url(../images/inner-banner-menu-beverages.jpg) bottom left no-repeat;
	background-size:cover;
	width:75%;
	min-height:300px;
}
.order-banner {
	float:right;
	background:url(../images/inner-banner-order.jpg) bottom left no-repeat;
	background-size:cover;
	width:75%;
	min-height:300px;
}
.career-banner {
	float:right;
	background:url(../images/inner-banner-career.jpg) bottom center no-repeat;
	background-size:cover;
	width:75%;
	min-height:300px;
}
.faq-banner {
	float:right;
	background:url(../images/inner-banner-faq.jpg) bottom center no-repeat;
	background-size:cover;
	width:75%;
	min-height:300px;
}
.merchandise-banner {
	float:right;
	background:url(../images/inner-banner-merchandise.jpg) bottom center no-repeat;
	background-size:cover;
	width:75%;
	min-height:300px;
	background-position:right;
}
.franchise-banner {
	float:right;
	background:url(../images/inner-banner-franchise2.jpg) bottom center no-repeat;
	background-size:cover;
	width:75%;
	min-height:300px;
	background-position:right;
}
.stores-banner {
	float:right;
	background:url(../images/inner-banner-stores.jpg) bottom left no-repeat;
	background-size:cover;
	width:75%;
	min-height:300px;
}
.contact-banner {
	float:right;
	background:url(../images/inner-banner-contact.jpg) bottom center no-repeat;
	background-size:cover;
	width:75%;
	min-height:300px;
}
.halal-logo {
	text-align:center;
}
.career-pos {
	background:#af7f2d;
	padding: 17px 25px 22px 25px;
}
.career-pos h1 {
	font-size:24px;
	color:#fff;
	margin:0;
}
.career-pos p {
	font-size:16px;
	color:#fff;
	margin:0;
}
.career-contact {
	background:#ebebeb;
	padding: 17px 25px 22px 25px;
}
.career-contact p {
	font-size:14px;
	line-height:20px;
}
.career-contact ol {
	font-size:14px;
	list-style-type: decimal;
	list-style-position:inside;
}
.txt-stores {
	font-size:16px;
	font-weight:600;
	margin:20px 0 15px 20px !important;
	float:left;
}
.txt-stores span {
	font-size:12px;
	font-weight:400;
}
.txt-14 {
	font-size:14px !important;
}
.txt-11 {
	font-size:11px;
}
.bold {
	font-weight:600;
}
p.highlight-text {
	font-size:20px;
	line-height:32px;
	text-align:center;
	border-radius:20px;
	background-color:#251611;
	padding:40px 5% 50px 5%;
	max-width:700px;
	color:#fff;
	margin:0 auto;
	font-weight:600;
}
p.highlight-text span{
	font-size:30px;
	color:#e1b24a;
	border-bottom:#e1b24a 1px dashed;
}


/*Order Form*/
.order-form{
	background-color:#eee;
	padding:30px 30px 40px 30px;
}
#form-table-container {
}
#form-table-container .title-bar {
	background:#cacaca;
	padding:10px;
	font-weight:600;
}
#form-table-container .title-bar .left {
	float:left;
}
#form-table-container .title-bar .right {
	float:right;
}
#form-table-container .donuts {
	padding:10px;
	clear:both;
	width:100%;
	border-bottom:#f0f0f0 2px solid;
	background-color:#fff;
	line-height:20px;
}
#form-table-container .donuts img {
	margin-right:20px;
	width:30px;
	height:30px;
}
#form-table-container .donuts div {
    display:flex;
    align-items:center;
	width:100%;
}
#form-table-container .donuts div span {
	width:100%;
}
#form-table-container .donuts input {
	width:auto;
}
#form-table-container .selection-left{
	padding-left:0;
}
#form-table-container .selection-right{
	padding-right:0;
}





ul.order-list{
	padding:0;
	margin:0 !important;
}
ul.order-list li{
	padding:12px 10px 14px 55px;
	margin:0 0 0 0;
	list-style:none;
	border-top:#e1b24a 1px dashed;
	line-height:24px;
}
ul.order-list li:last-child{
	border-bottom:#e1b24a 1px dashed;
}
ul.order-list li:nth-child(odd){
	background-color:#eeeeee;
}
ul.order-list li span{
	margin-left:-40px;
	margin-right:10px;
	display:inline-block;
	width:26px;
	height:26px;
	background-color:#251611;
	border-radius:100%;
	color:#fff;
	font-size:18px;
	font-weight:600;
	text-align:center;
}


hr{
	outline:0;
	border:0;
	height:2px;
	margin:40px 0;
	background-color:#af7f2c;
}

.tbl-style th{
	font-weight:700;
	background-color:#e3c799;
}
.tbl-style td{
	background-color:#f0e5d3;
}
.tbl-style th, .tbl-style td{
	padding:20px;
	text-align:left;
	border:#fff 2px solid;
}


footer {
	background:#251611;
	padding:60px 20px;
	font-size:14px;
	line-height:20px;
	color:#fff;
}
footer h3 {
	font-weight:600;
}
footer h3 span {
	font-size:10px;
	color:#fff;
	line-height:14px;
}
footer p {
}
footer li {
	list-style:none;
	margin-bottom:10px;
}
footer li a {
	color:#fff;
}
footer li a:hover {
	color:#999;
	text-decoration:none;
}
.footer-copyright {
	text-align:right;
}
.footer-social.contact {
	padding:0 15px;
}
.footer-social.contact p {
	font-size:14px;
	padding-left:15px;
}
a.webz {
	color:#666;
}

/* Facebook */
.fb-like-container {
	/*float:left;*/
	width: 94%;
	max-width:230px;
	margin: 0 0 10px 10px;
}
.fb-bg {
	background: #3b5998;
	padding:5px 10px;
	color: #fff;
	font-size:14px;
	font-weight:600;
	text-align:left;
	display:block;
}
.fb-bg i {
	color: #fff;
	width:25px;
	text-align:center;
}

.fb-bg:hover{
  cursor: pointer;
  background: #354f88;
  text-decoration:none;
}

/* Twitter */

.twi-bg {
	background: #45b0e3;
	margin: 0 0 10px 10px;
	padding:5px 15px;
	width: 94%;
	max-width:230px;
	color: #fff;
	font-size:14px;
	font-weight:600;
	text-align:left;
	/*float:left;*/
}

.twi-bg i {
	color:#fff;
	width:25px;
	text-align:left;
}
 
.twi-bg:hover {
  cursor: pointer;
  background: #40a2d1;
}


/* Instagram */

.ig-bg {
	background: #9f2ebb;
	margin: 0 0 10px 10px;
	padding:5px 15px;
	width: 94%;
	max-width:230px;
	color: #fff;
	font-size:14px;
	font-weight:600;
	text-align:left;
	/*float:left;*/
}

.ig-bg i {
	color:#fff;
	width:25px;
	text-align:left;
}
 
.ig-bg:hover {
  cursor: pointer;
  background: #9511b6;
}

/*@media (max-width: 1024px) {
	.fb-like-container, .twi-bg {
	width: 30%;
}
	.fb-bg i, .twi-bg i {
	width: 20px;
}

}
*/
@media (max-width: 600px) {
	.fb-like-container, .twi-bg {
		width:94%;
		float:none;
		/*text-align:center;*/
	}
	.fb-bg {
		/*text-align:center;*/
	}
}


/*=============== FORM STYLE ===============*/
.connect-container .group 			  { 
  position:relative; 
  margin:0 15px 25px 15px; 
  width:100%;
  max-width:330px;
  display:inline-block;
  list-style:none;
}
/*.connect-container input 				{
  font-size:18px !important;
  padding:10px 10px 10px 5px;
  display:block;
  width:100%;
  max-width:330px;
  border:none;
  box-shadow:none;
  border-bottom:1px solid #000 !important;
  background:transparent;
  -moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}*/
/*.connect-container input:focus 		{ 
	outline:none;
	border:none;
	box-shadow:none;
	background:transparent;
	border-bottom:1px solid #701400; 
}
*/


/* LABEL ======================================= */
/*.connect-container label 				 {
  color:#000; 
  font-size:18px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  width:100%;
  text-align:left;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}*/

/* active state */
/*.connect-container input:focus ~ label, .connect-container input:valid ~ label 		{
  top:-20px;
  font-size:14px;
  color:#000;
  font-weight:400;
}*/

/* BOTTOM BARS ================================= */
.bar 	{ position:relative; display:block; width:100%; max-width:330px; }
.bar:before, .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#701400; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 2%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#701400; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#701400; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#701400; }
  to 	{ width:0; background:transparent; }
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: block;
  width:auto;
  min-width:200px;
  margin:auto;
  padding: 5px 30px;
  color: #555;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .05rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 14px;
  cursor: pointer;
  box-sizing: border-box; }

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: rgba(0, 0, 0, 1);
  transition:ease-in-out 0.3s;
  border:none;
 }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration:none;
  }
  
  .button.button-primary.black{
	  margin:0 0 15px 0;
	  background-color: rgba(0, 0, 0, 0.8);
	  width:100%;
  }
  .button.button-primary:hover.black{
	  background-color: rgba(0, 0, 0, 1);
  }
  .button.button-primary.white{
	  margin:0 0 15px 0;
	  background-color: rgba(119, 136, 153, 1);
	  color:#000;
  }
  .button.button-primary:hover.white{
	  background-color: rgba(119, 136, 153, 0.5);
  }
  .button.button-primary.top{
	  font-size:14px;
	  padding:0 15px;
	  margin:15px auto;
	  background-color: rgba(119, 136, 153, 1);
	  color:#fff;
	  float:right;
  }
  .button.button-primary:hover.top{
	  background-color: rgba(119, 136, 153, 0.5);
  }
  
  @media (max-width: 550px) {
input[type="submit"],
input[type="reset"],
input[type="button"] {
	/*width:100%;*/
	/*line-height: 24px;*/
	white-space: normal;
}
  }
  @media (max-width: 399px) {
	  input {
		  width:90%;
	  }
	  .bar {
		  width:90%;
	  }
  }


/*=============== HOVER EFFECT ===============*/
.hovereffect {
  width: 100%;
  height: 100%;
  /*float: left;*/
  overflow: hidden;
  position: relative;
  text-align: center;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-flow: row wrap;
  background:rgba(175, 127, 44, 0);
  transition:ease-in-out 0.3s;
}

.hovereffect:hover .overlay {
  background:rgba(175, 127, 44, 0.8);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width:100%;
  min-height:274px;
  object-fit: cover;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect .view-icon h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 14px;
  padding: 0;
  margin:10px 0 0 0;
}


.hovereffect .view-icon {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  transition-delay: 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.hovereffect:hover .view-icon {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}



/*=============== LINK EFFECT ===============*/
.menu-link a {
	position: relative;
	display: inline-block;
	margin:15px 50px 25px 25px;
	outline: none;
	color: #af7f2c;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	text-shadow: 0 0 1px rgba(175,127,44,0.3);
	font-size:22px;
}
.menu-link a:hover,
.menu-link a:focus,
.menu-link a.active {
	outline: none;
	color:#333;
}
.menu-link a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.menu-link a::before,
.menu-link a.active::before {
	position: absolute;
	top: 100%;
	left: 50%;
	color: transparent;
	content: '•';
	text-shadow: 0 0 transparent;
	font-size: 0.8em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

.menu-link a:hover::before,
.menu-link a.active::before,
.menu-link a:focus::before {
	color: #333;
	text-shadow: 8px -4px #333, -8px -4px #333;
}

.menu-link a:hover,
.menu-link a:focus,
.menu-link a.active {
	color: #333;
}


/*=============== FLEX GRID ===============*/
.menu-grid ul {
	margin:0 !important;
}
.menu-grid ul li {
	list-style:none;
	margin:0;
}
.menu-link {
	background:#eee;
}
.menu-title-container h3 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #000;
    margin: 5px 0;
}
.menu-title-container h4 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #701400;
    margin: 5px 0;
	padding:10px;
	background:#eedfc6;
}
.menu-title-container p {
	text-align:center;
	border-bottom:#eee 1px solid;
	margin:0;
	padding:10px 0;
}
.menu-title-container p.desc {
	font-size:14px;
	padding-top:0;
}
.menu-title-container p:last-child {
	border-bottom:none;
}
.list
{
	width: 100%;
	overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
 
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
	.list__item__inner
	{
		width: 100%;
		color: #474d51;
		overflow: hidden;

	}
    .list__item
    {
		list-style: none;
		width: 33.333%;
		float: left;
		padding: 1.25rem 1.5rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
	.list__item img
	{
		width: 100%;
		display: block;
	}
	.list__item figure
	{
		padding: 0;
		margin:0;
	}
	.list__item.beverages
	{
		width:25% !important;
	}
	
						/* JavaScript disabled */

						html.no-js .list__item
						{
							width: 100%;
							float: none;
						}
							html.no-js .list__item img
							{
								max-width: 9.375rem; /* 150 */
								float: right;
								margin-left: 1.25rem; /* 20 */
							}

						@supports ( display: -webkit-flex ) or ( display: -ms-flex ) or ( display: flex )
						{
							html.no-js .list__item
							{
								width: 33.333%;
								float: left;
							}
								html.no-js .list__item img
								{
									max-width: none;
									float: none;
									margin-left: 0;
								}
						}

@media only screen and (min-width : 320px) and (max-width : 480px) {
			.list__item.beverages
			{
				width:100% !important;
			}
			.list__item
			{
				width: 100% !important; /* 1 item per row */
				float: none !important;
			}
				@supports ( display: -webkit-flex ) or ( display: -ms-flex ) or ( display: flex )
				{
					html.no-js .list__item
					{
						width: 100% !important;
					}
				}
				html.no-js .list__item img
				{
					max-width: none !important;
					float: none !important;
					margin-left: 0 !important;
				}
}

@media only screen and (min-width : 480px) and (max-width : 690px) {
			.list__item.beverages
			{
				width:50% !important;
			}
			.list__item
			{
				width: 50% !important; /* 2 items per row */
			}
			@supports ( display: -webkit-flex ) or ( display: -ms-flex ) or ( display: flex )
			{
				html.no-js .list__item
				{
					width: 50% !important;
				}
			}
}

@media only screen and (min-width : 690px) and (max-width : 800px) {
			.list__item.beverages
			{
				width:50% !important;
			}
			
			.list__item
			{
				width: 33.333% !important; /* 3 items per row */
			}
			@supports ( display: -webkit-flex ) or ( display: -ms-flex ) or ( display: flex )
			{
				html.no-js .list__item
				{
					width: 33.333% !important;
				}
			}
}

/*====== ONLINE ORDER ======== */
.online-order {
	position:fixed;
	right:35px;
	top:100px;
	z-index:2;
	cursor:pointer;
	opacity:1;
	transition:ease-in-out 0.3s;
}
.online-order:hover {
	bottom:15px;
}
.online-order span.hidden {
	display:none;
}
.online-order.open {
	right:45px;
	top:145px;
}
.online-order.open::after {
	content:'x';
	font-size:55px;
	font-weight:700;
	line-height: 60px;
	color:rgba(235,239,247,0.9);
	position:relative;
	z-index:2;
}
.online-order img {
	position:relative;
	text-align:center;
	margin:0 auto;
	z-index:2;
	max-width:130px;
	transition:ease-in-out 0.3s;
}
.online-order h3 {
	position:relative;
	font-size:22px;
	font-weight:700;
	line-height: 24px;
	text-align:center;
	letter-spacing:-0.08em;
	color:rgba(235,239,247,0.7);
	margin:-10px 0 0 0;
	z-index:2;
	transition:ease-in-out 0.3s;
}
.online-order h3.white {
	color:rgba(235,239,247,0.7);
}
.order-content h3 {
	font-size:24px;
	font-weight:700;
	line-height: 30px;
	text-align:center;
	letter-spacing:-0.08em;
	color:rgba(235,239,247,0.7);
	margin:0 0 10px 0;
	/*display:none;*/
}
.order-right-panel {
	position:fixed;
	right:18px;
	top:100px;
	width:160px;
	height:160px;
	border-radius:50%;
	z-index:1;
	background:rgba(112,20,0,0.9);
	transition:ease-in-out 0.3s;
}
.order-right-panel.show {
	right:0;
	bottom:0;
	width:330px;
	height:330px;
	background:rgba(112,20,0,0.9);
  
}
.order-right-panel .order-content {
	position:absolute;
	right:-105px;
	bottom:50px;
	padding:0;
	margin:0;
	opacity:0;
	transition:ease-in-out 0.3s;
}
.order-right-panel.show .order-content {
	position:absolute;
	right:35px;
	bottom:95px;
	padding:0;
	margin:0;
	opacity:1;
}
.order-content li {
	text-align:center;
	margin-bottom:4px;
	list-style:none;
	display:inline-block;
}
.order-content li a {
	font-size:24px;
	font-weight:600;
	line-height: 28px;
	letter-spacing:-0.04em;
	color:rgba(255,255,255,1);
	margin:0;
	transition:ease-in-out 0.3s;
}
.order-content li a:hover {
	color:rgba(19,33,60,1);
}

@media (max-width:980px){
	.online-order {
		right:0px;
		top:auto;
		bottom:10px;
	}
	.order-right-panel {
	right:-20px;
	top:auto;
	bottom:-30px;
	}
	.online-order.open {
    right: 45px;
    top: auto;
    bottom: 230px;
	}
}

.blink_me {
  animation: blinker 0.1s linear infinite;
}

@keyframes blinker {
  0% {
    opacity: 0.3;
  }
}