<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rooContainer {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.modal-open {
  overflow: hidden;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.rooContainer .glyphicon {
  color: #000!important;
}

.rooContainer .glyphicon.glyphicon-trash {
  margin-left: 5px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#rooModal .modal-content {
  background-color: #f9f8f6;
}

@media (max-width: 480px) {
  #rooModal .modal-dialog {
    margin: 0px auto;
  }
  .modal-open {
    position: fixed;
  }
}

.rooContainer a,
.rooContainer a:active,
.rooContainer a:hover,
.rooContainer a:focus,
.rooContainer a:visited {
  text-decoration: none;
}

.rooContainer button,
.rooContainer button:active,
.rooContainer button:focus,
.rooContainer button:hover {
  background: transparent;
  border: 0px;
  padding: 0px;
}

.rooAlignRight {
  text-align: right;
}

.rooNoWrap {
  white-space: nowrap;
}

.rooClear {
  clear: both;
}

.rooContainer {
  line-height: 1.2;
  padding-bottom: 20px;
  color: #000;
}

.rooContainer input,
.rooContainer textarea,
.rooContainer select {
  border-radius: 0px;
}

.rooContainer textarea {
  resize: none;
  height: 75px !important;
}

.rooContainer .form-control[readonly] {
  cursor: text;
  background-color: initial;
}

.rooContainer .rooLeftSection,
.rooContainer .rooSidebar {
  margin-top: 20px;
}

.rooHeading {
  font-size: 24px;
  margin-bottom: 10px;
}

.rooMenu .rooHeading {
  text-align: center;
}

.rooMenu .rooSubHeading {
  font-size: 14px;
}

.rooAccordion {
  margin-top: 35px;
  color: #1c1c1c;
}

.rooAccordion a.rooCategory {
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
  color: #1c1c1c;
  padding-bottom: 5px;
}

.rooAccordion a.rooCategory.rooActive {
  padding-bottom: 4px;
  border-bottom: 1px solid #cecdca;
}

.rooAccordion .rooCategory span {
  margin-right: 5px;
  background-image: url("../images/accordion_arrow_closed.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 8px;
  height: 9px;
  display: inline-block;
}

.rooAccordion .rooCategory.rooActive span {
  background-image: url("../images/accordion_arrow_open.png");
}

.rooAccordion .rooItemContainer {
  padding: 10px 15px;
  cursor: pointer;
  position: relative; 
  margin: 10px 0;
  box-shadow: 0 0 0 1px rgba(67,41,163,.08),0 1px 5px 0 rgba(67,41,163,.08);
  border-radius: 3px;
  transition: box-shadow .2s ease-in-out,border .2s ease-in-out,transform .1s ease-in-out;
}

.rooAccordion .rooItemContainer:hover {
  box-shadow: 0 0 0 1px rgba(67,41,163,.2),0 1px 5px 0 rgba(67,41,163,.2);
}

.rooAccordion .rooItemContainer.rooItemContainerHasImage {
  min-height: 100px;  
}

.rooAccordion .rooItem {
  font-size: 14px;
  font-weight: bold;
  color: #1c1c1c;
  margin-bottom: 5px;
}

.rooAccordion .rooContent {
  margin-bottom: 20px;
  display: none;
}

.rooAccordion .rooItemDescription {
  font-size: 14px;
  color: #575766;
}

.rooAccordion .rooItemPrice {
  font-size: 14px;
  color: #1c1c1c;
  font-weight: bold;
  text-align: right;
}

.rooAccordion .rooItemPrice div {
  display: inline;
  background-color: hsla(0,0%,100%,.75);
  border-radius: 4px;
  padding: 2px 5px;
}

.rooItemContainer .rooItemImage {
  position: absolute;
  top: 10px;
  right: 10px;
}

.rooItemContainer .rooItemImage img {
  width: 100%;
  height: 100%;
  max-width: 100px;
  max-height: 80px;
}

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

.rooModal .modal-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 15px 70px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}

.rooModal .modal-title span {
  display: none;
}

.rooModal .modal-body {
  padding: 0 50px 20px;
}

.rooModal .rooItemName,
.rooModal .rooItemPrice {
  font-size: 14px;
  font-weight: bold;
}

.rooModal .rooItemPrice {
  text-align: right;
}

.rooModal .rooItemDescription {
  text-align: justify;
  margin-top: 5px;
  font-size: 14px;
  color: #575766;
}

.rooModal .rooItemExtraContainer {
  margin-top: 20px;
}

.rooItemExtraContainer .rooItemExtraTitle {
  font-size: 14px;
  font-weight: bold;
}

.rooItemExtraContainer .rooItemExtraContent {
  margin-top: 10px;
}

.rooItemExtraContainer .rooItemExtraContent label {
  font-size: 14px;
  font-weight: normal;
}

.rooItemExtraContent .rooItemExtraPrice {
  font-size: 12px;
  text-align: right;
}

.rooItemExtraContainer.rooQuantity div {
  display: inline-block;
}

.rooItemExtraContainer.rooQuantity .rooItemExtraContent select {
  margin-left: 10px;
  width: 75px;
}

.rooItemExtraRadioCheck {
  display: none;
}

.rooAddItem {
  margin: 30px 0 10px;
  text-align: center;
}

.rooAddItem a {
  color: #1F1F1F !important;
  font-weight: bold;
  font-size: 21px;
  padding: 5px 35px;
  display: inline-block;
  background-color: rgb(135,183,87);
  border: 1px solid rgb(135,183,87);
  border-radius: 5px;
}

.rooAddItem a:hover {
  background-color: #93be68;
}

.rooAddItem a span {
  display: none;
}

.rooModal .radio {
  font-size: 14px;
}

.rooSidebar .rooSidebarUpper {
}

.rooSidebar .rooStatus {
  background-color: rgb(158,197,120);
  text-align: center;
  padding: 10px 2px;
  border: 1px solid rgb(158,197,120);
  border-radius: 10px 10px 0 0;
}

.rooSidebar .rooStatus span {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  color: #243116;
}

.rooSidebar .rooStatus .rooStatusSub {
  font-size: 18px;
  color: #2B2B2B;
}

.rooSidebar .rooInfo {
  background-color: rgb(246,246,246);
  text-align: center;
  padding: 10px 2px;
  border: 1px solid rgb(230,230,232);
  border-top: none;
}

.rooInfo .rooInfoHeading {
  font-size: 16px;
  margin-bottom: 2px;
}

.rooInfoHeading span {
  margin: -5px 5px 0 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.rooInfo .rooInfoContent {
  font-size: 13px;
}

.rooInfo .rooHours {
  margin-bottom: 20px;
}

.rooHours span {
  background-image: url("../images/clock.png");
  width: 15px;
  height: 15px;
}

.rooAddress span {
  background-image: url("../images/address.png");
  width: 8px;
  height: 13px;
}

.rooPhone span {
  background-image: url("../images/phone.png");
  width: 9px;
  height: 15px;
}

.rooSidebar .rooSummary {
  background-color: #fff;
  padding: 10px 2px 0 2px;
  border: 1px solid rgb(230,230,232);
  border-top: none;
}

.rooSummary .rooSummaryHeading {
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}

.rooSummary .rooOrderItemContainer {
  margin-top: 10px;
}

.rooOrderItemContainer .glyphicon {
  cursor: pointer;
  font-size: 12px;
}

.rooOrderItemContainer:hover .glyphicon {
  visibility: visible;
}

.rooSummary .rooOrderItemContainer.rooClone,
.rooSummary .rooOrderMinorItemContainer.rooClone {
  display: none;
}

.rooOrderItemContainer .rooOrderItem span.rooItemName,
.rooOrderTaxContainer .rooOrderTax {
  font-size: 12px;
}

.rooOrderItemContainer.rooOrderItemHeader span {
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}

.rooOrderItemContainer .rooOrderItem span.rooItemQuantity {
  font-size: 13px;
  margin-left: 10px;
  font-weight: bold;
}

.rooOrderItemContainer .rooOrderItemPrice,
.rooOrderTaxContainer .rooOrderTaxPrice {
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}

.rooOrderItemContainer .roo-item-edit-delete-icons {
  padding: 0 10px;
}

.rooSummary .rooMinorItemsContainer {
  margin-bottom: 5px;
}

.rooOrderMinorItemContainer {
  margin-top: 2px;
  margin-bottom: 2px;
}

.rooOrderMinorItemContainer .rooOrderMinorItem span {
  font-size: 11px;
  margin-left: 10px;
}

.rooOrderMinorItemContainer .rooOrderMinorItemPrice {
  font-size: 11px;
  text-align: right;
}

.rooOrderSubtotal .rooOrderSubtotalHeading,
.rooOrderSubtotal .rooOrderSubtotalPrice {
  border-top: 1px solid #d4d4d4;
  padding-top: 5px;
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
}

.rooOrderSubtotalHeading div,
.rooOrderTotalHeading div {
  margin-left: 10px;
}

.rooOrderSubtotalPrice div,
.rooOrderTotalPrice div {
  margin-left: -10px;
}

.rooSummary .rooTaxItems {
  margin-top: 10px;
}

.rooTaxItems .rooOrderTaxContainer {
  margin-bottom: 5px;
}

.rooSummary .rooOrderTotal {
  background: #fff;
  border-top: 1px solid rgb(230,230,232);
}

.rooOrderTotal .rooOrderTotalHeading,
.rooOrderTotal .rooOrderTotalPrice {
  padding-top: 5px;
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.rooSummary .rooOrderCheckout {
  text-align: center;
  margin: 20px 0;
}

.rooSummary .rooOrderCheckout a {
  color: #1F1F1F !important;
  font-weight: bold;
  font-size: 16px;
  padding: 5px 35px;
  display: inline-block;
  background-color: rgb(135,183,87);
  border: 1px solid rgb(135,183,87);
  border-radius: 5px;
}

.rooSummary .rooOrderCheckout a:hover {
  background-color: #93be68;
}

.rooSidebar .rooDeliveryDetails {
  background-color: rgb(246,246,246);
  padding: 10px 2px;
  border: 1px solid rgb(230,230,232);
  border-top: none;
  border-radius: 0 0 10px 10px;
}

.rooDeliveryDetails .rooDeliveryHeading {
  font-size: 17px;
  padding: 0 20px;
  margin: 10px 0;
}

.rooDeliveryDetails .rooDeliveryContent {
  font-size: 15px;
  padding: 0 20px;
  margin: 10px 0;
}

.rooDeliveryDetails .rooDeliveryContent ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 10px;
}

.rooDeliveryDetails .rooDeliveryContent ul li:before {
  content: "-";
  position: relative;
  left: -5px;
}

.rooDeliveryDetails .rooDeliveryContent ul li {
  text-indent: -5px;
}

.rooSidebar .rooSidebarLower {
  margin-top: 10px;
  background-color: #f8f7f4;
  padding: 10px 2px;
  box-shadow: 0px 1px 8px #888;
}

.rooSidebarLower .rooSidebarLowerHeading {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

.rooSidebarLower .rooSidebarLowerContent {
  text-align: center;
}

.rooSidebarLowerContent a.rooFLike {
  background: url("../images/flike.png") 0 0 no-repeat;
  width: 82px;
  height: 34px;
  display: inline-block;
  margin-right: 50px;
}

.rooSidebarLowerContent a.rooFShare {
  background: url("../images/fshare.png") 0 0 no-repeat;
  width: 93px;
  height: 33px;
  display: inline-block;
}

.rooSidebarMeta {
  text-align: right;
  padding: 20px 0;
}

.rooSidebarMeta a, .rooSidebarMeta a:hover {
  font-style: italic;
  font-size: 11px;
  color: #295C8A;
}

.rooMenu .rooTaxItems,
.rooMenu .rooOrderTotal,
.rooCheckout .rooSummary .rooOrderCheckout {
  display: none !important;
}

.rooCheckout .rooCartEmpty {
  font-size: 16px;
}

.rooCheckout form {
  position: relative;
}

.rooCheckout form .rooOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  display: none;
}

.rooCheckout form .rooPreloader {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 64px;
  margin-top: -30px;
  margin-left: -32px;
  display: none;
}

.rooCheckout .rooCheckoutSection {
  margin-top: 10px;
}

.rooCheckoutSection .rooCheckoutHeading {
  font-size: 16px;
}

.rooCheckoutSection .rooCheckoutContent {
  font-size: 14px;
  margin-left: 20px;
}

.rooCheckoutContent label {
  font-weight: normal;
  font-size: 14px;
}

.rooCheckout #card-errors {
  margin-top: 5px;
}

.rooContainer label.rooRadio,
.rooContainer label.rooCheck {
  padding-left: 25px;
  height: 17px;
  display: inline-block;
  cursor: pointer;
  padding-top: 0;
}

.rooContainer label.rooRadio {
  background: url("../images/unselected.png") 0 1px no-repeat;
}

.rooContainer label.rooRadio.rooOn {
  background: url("../images/selected.png") 1px 0px no-repeat;
}

.rooContainer label.rooCheck {
  background: url("../images/unchecked.png") 0 0 no-repeat;
}

.rooContainer label.rooCheck.rooOn {
  background: url("../images/checked.png") 0 0 no-repeat;
}

.rooContainer label.rooRadio input,
.rooContainer label.rooCheck input {
  position: absolute;
  left: -9999px;
}

.rooContainer .radio {
  padding-left: 0px;
}

.rooCheckoutContent .rooAddressStreetTwo {
  margin-top: 5px;
}

.rooCheckoutContent .rooCreditZip {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .rooOrderItemContainer .roo-item-edit-delete-icons {
    padding: 0 5px;
  }
}

.rooCheckout .rooCheckoutSection.rooTipPromoSection .rooCheckoutContent input {
  width: auto;
  display: inline-block;
  margin-right: 22px;
}

.rooCheckout
  .rooCheckoutSection.rooTipPromoSection
  .rooCheckoutContent
  input:focus {
  margin-right: 20px;
}

.rooCheckout .rooCheckoutSection.rooTipPromoSection .rooCheckoutContent .form-group {
  margin-bottom: 10px;
}

.rooCheckout .rooCheckoutSection.rooTipPromoSection .rooCheckoutContent a {
  color: #1F1F1F !important;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 0;
  display: inline-block;
  width: 150px;
  text-align: center;
  background-color: rgb(135,183,87);
  border: 1px solid rgb(135,183,87);
  border-radius: 5px;
}

.rooCheckout .rooCheckoutSection.rooTipPromoSection .rooCheckoutContent .rooTipSuggestions a {
  width: auto;
  margin-right: 10px;
  padding: 5px 10px;
}

.rooCheckout .rooCheckoutSection.rooTipPromoSection .rooCheckoutContent a:hover {
  background-color: #93be68;
}

.rooCheckout .rooCheckoutSection.rooPaymentOptions {
  margin-top: 30px;
}

.rooPayment .form-group {
  margin-bottom: 10px;
}

.rooPayment .rooCreditExpiryMonthContainer {
  padding-right: 0px;
}

.rooPayment .rooCreditExpiryYearContainer {
  padding-left: 5px;
}

.rooCheckout .rooCompleteOrder {
  margin: 30px 0;
}

.rooCheckout .rooCompleteOrder a {
  color: #1F1F1F !important;
  font-weight: bold;
  font-size: 21px;
  padding: 5px 35px;
  display: inline-block;
  background-color: rgb(135,183,87);
  border: 1px solid rgb(135,183,87);
  border-radius: 5px;
}

.rooCheckout .rooCompleteOrder a:hover {
  background-color: #93be68;
}

.rooCheckout input[type="submit"] {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .rooCheckout
    .rooCheckoutSection.rooTipPromoSection
    .rooCheckoutContent
    input {
    width: 35%;
  }
}

@media (max-width: 480px) {
  .rooCheckout
    .rooCheckoutSection.rooTipPromoSection
    .rooCheckoutContent
    input {
    width: 35%;
  }
  .rooAddItem a,
  .rooCheckout .rooCheckoutSection.rooTipPromoSection .rooCheckoutContent a,
  .rooCheckout .rooCompleteOrder a {
    padding: 5px 10px;
  }
}

.rooCheckout .rooOrderSubtotal .rooOrderSubtotalHeading,
.rooCheckout .rooOrderSubtotal .rooOrderSubtotalPrice,
.rooConfirmation .rooOrderSubtotal .rooOrderSubtotalHeading,
.rooConfirmation .rooOrderSubtotal .rooOrderSubtotalPrice {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 5px;
}

.rooConfirmation .rooSidebar .rooSummary {
  display: none !important;
}

.rooConfirmation .rooHeading,
.rooConfirmation .rooSubHeading {
  text-align: center;
}

.rooConfirmation .rooSubHeading {
  font-size: 14px;
}

.rooConfirmation .rooConfirmationMessage {
  font-size: 12px;
  font-style: italic;
  margin-top: 10px;
  text-align: justify;
}

.rooConfirmation .rooOrderDetails {
  margin: 50px 0 20px;
}

.rooOrderDetails .orderDetailContainer {
  margin-bottom: 10px;
}

.orderDetailContainer .rooOrderHeader {
  font-size: 16px;
}

.orderDetailContainer .rooOrderContent {
  font-size: 14px;
}

.orderDetailContainer.rooOrderDetailSection {
  margin-top: 15px;
}

.rooConfirmation .rooLeftSection .rooSummary {
  margin-top: 30px;
}

.rooConfirmation .rooOrderItemContainer .rooOrderItemInstructions {
  font-size: 12px;
}

.rooConfirmation .rooLeftSection .rooOrderTotal {
  background-color: transparent;
}

.rooConfirmation .rooLeftSection .rooOrderTotal .rooOrderTotalHeading,
.rooConfirmation .rooLeftSection .rooOrderTotal .rooOrderTotalPrice {
  background-color: #f4f2eb;
  padding: 10px 15px;
}

@media (max-width: 320px) {
  .rooConfirmation .rooLeftSection .rooOrderTotal .rooOrderTotalHeading,
  .rooConfirmation .rooLeftSection .rooOrderTotal .rooOrderTotalPrice,
  .rooConfirmation .rooOrderSubtotal .rooOrderSubtotalHeading,
  .rooConfirmation .rooOrderSubtotal .rooOrderSubtotalPrice {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .rooConfirmation .rooSpecialInstructions {
    min-width: 230px;
  }
  .rooCheckout .rooCheckoutSection.rooTipPromoSection .rooCheckoutHeading {
    margin-top: 5px;
  }
}

@media (max-width: 1199px) {
  .rooCheckout
    .rooCheckoutSection.rooTipPromoSection
    .rooCheckoutContent
    input {
    width: 105px;
  }

  .rooCheckout .rooCheckoutSection.rooTipPromoSection .rooCheckoutContent a {
    width: 120px;
  }
}
</pre></body></html>