<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a {
	transition: all .4s ease;
}

a:hover {
	text-decoration: none!important;
	transition: all .4s ease;
}

.social a:hover img, .socialFooter a:hover img {
    opacity: 0.8;
    transition: all .4s ease;
}

.social img, .socialFooter img {
	transition: all .4s ease;
}

.loginArea a:hover {
    opacity: 0.8;
}

.loginArea a img {
    vertical-align: bottom;
}

.cartArea a:hover {
    opacity: 0.8;
}

/*topBanner*/

.LanguageToggle p a.active, .LanguageToggleMobile p a.active {
    background: #fafafa;
    border-radius: 4px;
    padding: 3px;
    color: #333;
}

.LanguageToggleMobile {
	display: none;	
}

.LanguageToggle p a {
    border-radius: 4px;
    padding: 3px;
}

.LanguageToggle p a:hover {
	background: #fafafa;
    border-radius: 4px;
    padding: 3px;
    color: #333;
    opacity: 0.8;
}

.navbar-collapse {
    flex-grow: initial;
}

.LanguageToggle, .LanguageToggleMobile {
    margin-left: 15px;
}

.LanguageToggle p a.active, .LanguageToggleMobile p a.active {
    background: #fafafa;
    border-radius: 4px;
    padding: 3px;
    color: #333;
    margin: 7px;
}

.social, .loginArea {
    margin-right: 20px;
}

ul.sideSubNav a:hover {
    color: #d9423f;
}

.topBanner {
    background-image: url("../images/restaurantPage/banner.png");
    background-size: cover;
    min-height: 400px;
    margin-top: -100px;
    position: relative;
	background-position: center;
}

.AddReviewButton a:hover {
    transition: all .4s ease;
    background-color: #B10D04;
    text-decoration: none;
}

p.placeOrderButton A:hover {
    transition: all .4s ease;
    background-color: #B10D04;
    text-decoration: none;
}

p.addButtonMenu a:hover {
    transition: all .4s ease;
    background-color: #B10D04;
    text-decoration: none;
}

.whiteBG {
    background: rgba(255,255,255,0.7);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 90px;
}

div#photos .col-sm-4:first-child {
    padding-left: 0px;
}

span.status.open {
    color: #308c3d;
    margin-left: 15px;
}

span.status.closed {
    color: #d9423f;
    margin-left: 15px;
}

.whiteBG a {
    color: #000000;
}

/* middle content */

ul.nav.nav-tabs {
    margin-top: -48px;
    border-bottom: transparent;
}

p.transition img {
    max-width: 25px;
}

a.nav-link.active {
    background-color: rgba(0,0,0,0.7)!important;
    border: none;
    padding: 12px;
    color: #ffffff!important;
}

.nav-tabs .nav-link {
    background: rgba(255,255,255,.7);
    color: #000000;
    border: none;
    padding: 12px;
    margin-right: 2px;
    border-radius: 0px;
}

.tab-content, .margintop {
    margin-top: 55px;
}

.middleContent h2 {
    font-size: 19px;
    font-weight: 100;
}

.switchContainer label {
    color: #333;
    font-style: normal;
    font-size: 1rem;
}

form label {
    color: #d9423f;
    font-size: 14px;
    font-style: italic;
}

div.foodSection {
    margin-bottom: 45px;
}

ul.sideSubNav {
    border-top: 8px solid #d9423f;
    border-bottom: 8px solid #d9423f;
    padding: 15px 0px 10px;
    list-style: none;
}

ul.sideSubNav li a {
    text-transform: uppercase;
    color: #4b4b4b;
}

ul.sideSubNav li {
    margin-bottom: 10px;
}

/*accordion styles*/

#accordion .card-header, .card-link,.card-link:hover{background-color:#fafafa;text-align:left;color:#000000;}
#accordion .card-body{padding:10px 10px;}
#accordion .card{width:100%;}
#accordion p.transition{position:absolute;top:5px;right:20px;font-size:20px;color:white;
-webkit-animation: minus 0.5s;}

 @keyframes minus {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

 [aria-expanded="false"] &gt;  .expanded,[aria-expanded="true"] &gt; .collapsed {display: none;}

 .sideSubNav.affix, .cartcontainer.affix{
    position:fixed;
    top:0;
}

.card {
    border: none;
}

.card-header {
    border-bottom: none;
}

div.menuDescription {
    border-bottom: 6px solid rgba(0,0,0,.125);
    border-top: 6px solid rgba(0,0,0,.125);
    padding: 20px 0px;
}

p.price span {
    font-weight: bold;
    font-size: 13px;
}

p.addButtonMenu a {
    background: #d9423f;
    color: white;
    padding: 5px 25px;
}

p.addButtonMenu {
    text-align: right;
}

textarea.form-control {
    background: rgba(0,0,0,.125);
}

/*Shopping Cart*/

#placeOrderPortal input[type="text"]:focus, #placeOrderPortal input[type="email"]:focus {
    border: 1px solid #000000;
}

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

div#placeOrderPortal {
    width: 650px;
}

.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input.cmn-toggle-round-flat + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: #dddddd;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
	float: right;
}
input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}
input.cmn-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 21px;
  background-color: #dddddd;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.4s, background 0.4s;
  -moz-transition: margin 0.4s, background 0.4s;
  -o-transition: margin 0.4s, background 0.4s;
  transition: margin 0.4s, background 0.4s;
}
input.cmn-toggle-round-flat:checked + label {
  background-color: #fbc174;
}
input.cmn-toggle-round-flat:checked + label:after {
  margin-left: 30px;
  background-color: #fbc174;
}

p.confirmButton {
    width: 100%;
    text-align: left;
    margin-left: 15px;
}

.confirmButton button {
    padding: 10px 25px;
    background: #d9423f;
    border: none;
    border-radius: 5px;
    color: white;
}

.confirmButton button:hover {
    transition: all .4s ease;
    background-color: #B10D04;
    text-decoration: none;
}

.switch {
    clear: both;
    margin-bottom: 15px;
}

.switch.firstswitch {
    border-bottom: 2px solid rgba(0,0,0,0.1);
    padding-bottom: 10px;
}

p.subtext {
    font-size: 14px;
    font-style: italic;
    color: rgba(0,0,0,0.6);
    margin-top: 8px;
}

.col-sm-12.switchContainer {
    margin-top: 15px;
}

.quantity {
    background: #faf7f7;
    padding: 5px 15px 4px 7px;
    border-radius: 40px;
}


  .quantity input {
    -webkit-appearance: none;
    border: none;
    text-align: center;
    width: 15px;
    font-size: 16px;
    color: #43484D;
    font-weight: 300;
  }

  p.cartItemPrice {
    text-align: right;
}

p.placeOrderButton A {
    background: #d9423f;
    color: white;
    padding: 9px 25px;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}

.SubTotalOrder {
    border-top: 3px solid rgba(255,255,2550.5);
    margin-top: 15px;
    padding-top: 10px;
}

div#shoppingCart hr {
    border-top: 3px solid rgba(255,255,2550.5);
}

#shoppingCart .editButton a {
    color: #d9423f;
}

p.editButton {
    margin-bottom: 3px;
    margin-right: 8px;
}

p.cartItemPrice {
    margin: 0px;
}

  .quantity .col-sm-6 {
    padding: 0px;
}

  hr {
    margin-top: 5px;
    margin-bottom: 5px;
}
   
  button[class*=btn] {
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    border-radius: 30px;
    border: none;
    cursor: pointer;
	padding: 0px;
		  
  }
  .minus-btn img {
	width: 22px;
    height: 22px;    
	margin-top: -2px;
  }

  .card-body {
    padding: 12px;
}


.plus-btn img {
    width: 22px;
    height: 22px;
	margin-top: -2px;
}
   
  button:focus,
  input:focus {
    outline:0;
  }

  .pageCart {
    background: #e5e5e5;
    padding: 5px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; 
    overflow: hidden;
    width: 100%; 
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.cartcontainer .card {
    background: #e5e5e5;
    border: none;
    border-radius: 0px;
}

p.editButton {
    text-align: right;
}


#shoppingCart p.browser {
    margin-bottom: 0px!important;
	font-weight: bold;
}

#shoppingCart p {
    font-size: 14.5px;
}

.SubTotalOrder span.subtotalprice {
    float: right;
}

span.subtotalprice span, p.cartItemPrice span {
    font-weight: bold;
	font-size: 13px;
}

.col-sm-3.margintop {
    position: relative!important;
}

.review-item{
  background-color: white;
  padding: 15px;
  margin-bottom: 5px;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

.review-item a {
    color: #d9423f;
}

.reviews {
    margin-top: 30px;
}

.review-item .review-date{
  color: #cecece;
}
.review-item .review-text{
  font-size: 16px;
  font-weight: normal;
  margin-top: 5px;
  color: #343a40;
}

.review-item .reviewer{
  
  border: 1px solid #cecece;
}

.raterater-wrapper {
    overflow:visible;
}

.software .raterater-wrapper {
    margin-top: 4px;
}

.raterater-layer,
.raterater-layer i {
    display: block;
    position: absolute;
    overflow: visible;
    top: 0px;
    left: 0px;
}
.raterater-hover-layer {
    display: none;
}
.raterater-hover-layer i,
.raterater-rating-layer i {
    width: 0px;
    overflow: hidden;
}

.reviewHR {
	margin-top: 50px;
	margin-bottom: 30px;
}

.AddReviewButton a {
background: #d9423f;
    color: white;
    padding: 9px 25px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
}

p.AddReviewButton {
    text-align: right;
}

.stars-addreview {
    overflow: hidden;
    padding: 10px;
}

div.stars {
  display: inline-block;
}

input.star { display: none; }

label.star {
    float: right;
    padding: 3px;
    font-size: 19px;
    color: #444;
    transition: all .2s;
}

input.star:checked ~ label.star:before {
  content: '\f005';
  color: #FD4;
  transition: all .25s;
}

input.star-5:checked ~ label.star:before {
  color: #FD4;
}

input.star-1:checked ~ label.star:before { color: #F62; }

.addReview label.star:hover { transform: rotate(-15deg) scale(1.3); }

label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}

input.star.checked ~ label.star:before {
  content: '\f005';
  color: #FD4;
  transition: all .25s;
}

input:last-child.checked ~ label.star:before { color: #F62; }


/**** Mobile Media Queries ****/

@media (min-width: 1200px) {
	ul.sideSubNav.affix {
		width: 237.48px!important;
	}
	.cartcontainer.affix {
		width: 247.5px!important;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	ul.sideSubNav.affix {
		width: 192.5px!important;
	}
	.cartcontainer.affix {
		width: 202.5px!important;
	}
	
	ul.sideSubNav li a {
		font-size: 15px;
	}
	
	div.menuDescription .col-sm-8 {
		padding: 0px;
	}
	
	div.menuDescription .col-sm-4 {
		padding-right: 0px;
	}
	
	.card-body p {
		font-size: 15px;
	}
}


@media (max-height: 650px){
	.map {
		display: none;
	}
	
	.card + hr {
		display: none;
	}
}

@media (min-width: 767px) and (max-width: 992px) {
	
	.review-item .review-text {
    	font-size: 14px;
	}
	
	.stars-addreview label.star {
		float: right;
		padding: 0.5px;
		font-size: 22px;
		color: #444;
		transition: all .2s;
	}
	
	.col-md-3.text-center {
		padding: 0px 7px;
	}
	
	label.star {
		float: right;
		padding: 0.5px;
		font-size: 14px;
		color: #444;
		transition: all .2s;
	}
	
	.layer {
		background: transparent;
	}
	
	.topBanner .container .row .col-sm-9 {
		margin-top: 24%;
	}
	
	.whiteBG p {
		FONT-SIZE: 13PX;
	} 
	
	.col-sm-4.subNavWrapper {
		display: none;
	}
	
	.col-sm-8.foodSectionWrapper {
		width: 100%;
		max-width: 100%;
		flex: 100%;
	}
	
	.col-sm-9.leftContent {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-sm-3.margintop {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.cartcontainer.affix {
		width: 200px!important;
	}
	
	div.menuDescription .col-sm-8 {
		padding: 0px;
	}
	
	div.menuDescription .col-sm-4 {
		padding-right: 0px;
	}
	
	.card-body p {
		font-size: 14px;
	}
}

@media (min-width: ) and (max-width: ) {

}

@media (min-width: 767px) {
    div#shoppingCart {
        display: block;
    }
    
    .cartcontainer .card-header {
        display: none;
    }
	
	
}

@media (min-width: 576px) and (max-width: 767px) {
	div#navbarCollapse {
		display: inline;
		margin-top: -40px;
	}
}

@media (min-width: 20px) and (max-width: 767px) {
	
	div.menuDescription {
		padding: 0px;
		text-align: center;
	}
	
	p.addButtonMenu {
		text-align: center;
	}
	
	.menuDescription p.price {
		margin-top: 20px;
	}

	footer {
		padding-bottom: 100px;
	}
	
	.cartcontainer .card-body {
		background: rgba(0,0,0,0.001);
	}
	
	.quantity .col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.topBanner {
    	margin-top: -126px;
	}
	
	.whiteBG p {
		font-size: 13px;
	}
	
	.buttons img {
		max-width: 120px;
	}

	.layer {
		background-color: transparent;
	}
	
	.cartcontainer .card-header a span:first-child {
		font-weight: bold;
		font-size: 13px;
	}
	
	.cartcontainer .card-header a {
		color: #333;
		text-decoration: none;
		display: block;
    	padding-top: 10px;
	}
	
	.cartcontainer .collapsed p.transition {
		background: #d9423f;
		color: white;
		padding: 5px 25px;
		margin-bottom: 0px;
		margin-top: -5px;
	}
	
	.cartcontainer p.transition {
		display: inline-block;
		float: right;
	}
	
	.cartcontainer a.collapsed {
		display: block;
	}
	
	.cartcontainer .card-header {
		background: white;
		-webkit-box-shadow: 0px -4px 20px 0px rgba(0,0,0,0.24);
		-moz-box-shadow: 0px -4px 20px 0px rgba(0,0,0,0.24);
		box-shadow: 0px -4px 20px 0px rgba(0,0,0,0.24);
		border-radius: 0px;
		padding: 15px;
	}
	
	.col-sm-8.foodSectionWrapper {
		margin: 0px;
		padding: 0px;
	}
	
	a.nav-link strong {
		display: none;
	}

	.col-sm-9.leftContent {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

    /* middle content */

    #accordion .card {
        width: 100%!important;
    }

    .map {
        display: none;
    }

    .card-header {
        padding: 0.5rem 1rem;
    }

    #accordion .card-header, .card-link, .card-link:hover {
        font-size: 14px;
    }

    .sideSubNav.affix{
        position:relative!important;
    }

    .cartcontainer {
        position: fixed;
        bottom: 0!important;
        top: auto!important;
        z-index: 1200;
        width: 100%;
        right: 0;
        bottom: 0;
    }

    .card + hr {
        display: none;
    }

    .cartcontainer .card-header {
        display: block;
    }

    ul.sideSubNav {
        display: none;
    }
	
	.col-sm-8.foodSectionWrapper {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (max-width:576px) {
	
	.leftContent span.expanded, .leftContent span.collapsed {
		display: none;
	}
	
	a.navbar-brand img {
		max-height: 55px;
	}
	
	.LanguageToggleMobile {
		position: absolute;
		left: -9px;
		top: 34px;
		display: block;
	}
	
	.LanguageToggleMobile a {
		color: white;
	}
	
	button.navbar-toggler {
		display: block;
		top: 15px;
		position: absolute;
		right: 15px;
		background: transparent;
        border: none;
	}
	
	.LanguageToggle {
		display: none!important;
	}

	.whiteBG .row .col-sm-2 img {
		display: block;
		margin: auto;
		margin-top: -90px;
	}
	
	.whiteBG {
		text-align: center;
	}
	
		.topBanner {
    	margin-top: -145px;
	}
	
	span.status.open {
		display: block;
		margin-top: 10px;
		margin-left: 0px;
		font-size: 17px;
		font-weight: 700;
	}
	
}</pre></body></html>