<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

Inline CSS Updated September 13, 2018

*/

body.modal-open {
  overflow: hidden;
  position:fixed;
  width: 100%;
}

.navbar-collapse {
    background-color: transparent;
  }

.nav&gt;li&gt;a:hover {
  cursor: pointer;
}

.menu-navbar {
  background-color: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  border-bottom: 1px solid #eee;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.menu-navbar a {
  color: dodgerblue;
}

.pull-right&gt;.dropdown-menu {
  left: 0 !important;
}

.menu-item {
  border-top: none;
  border-bottom: 1px dashed #eee;
  padding: 30px 15px;
  margin-left: -15px;
  margin-right: -15px;
  cursor: pointer;
  }

.menu-item:first-child, .menu-item:first-child:hover {
  border-top: none;
}

.menu-item:last-child, .menu-item:last-child:hover {
  border-bottom: none;
}

.menu-item:nth-child(even):last-child {
  border-bottom: none;
}

.menu-item:nth-child(even):last-child:hover {
  border-bottom: none;
}

.menu-item:hover {
    background-color: transparent;
    border-top: none;
    color: dodgerblue;
    border-bottom:1px dashed #eee;
}

.fixedfootersection {
    background-color: #bf202f;
    border-top: none;
    color: #222;
    font-size: 1.1em;
    font-family: sans-serif;
    font-weight: 400;
    position: relative;
    display: none;
}

.fixedfootertextsection {
  display: none;
}

.relativefootersection {
    background-color: #bf202f;
    display: none;
}

.modal-content {
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid transparent;
    overflow-y:scroll;
}

.btn-food-choice, .btn-food-addon {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color:  #333;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1.1em;
    padding: 10px 10px;
    line-height: 1.3;
    margin-bottom: 10px;
}
.btn-food-choice:hover,
.btn-food-addon:hover {
  background: #eee;
  color: #333;
}

.btn-food-addon .fa {
  color: #00aeef;
}

.choices-list .list-group-item {
  background: #eee;
  border-color: #ddd;
  color: #222;
  font-weight: 500;
  font-size: 1.2em;
  font-family: sans-serif;
  white-space: nowrap;
  overflow: hidden;
}
.choices-list .list-group-item:hover {
  background: none;
  color: #222;
}

.choices-list .list-group-item .fa {
  color: #44c767;
}

.main-menu hr {
    border: 0px;
}



/* MATT'S ADDITIONAL CSS POST DEFAULT*/

/*   BEGIN HEADER   */

.logoimageheader {
  display:none;
}

.main-menu h2 {
  color: #222;
  font-weight: 100;
  border-top: none;
  font-size: 1.4em;
  margin-bottom: 0px;
  padding-left: 10px;
  padding-top: 35px;
  padding-bottom: 35px;
  font-family: sans-serif, Courier New Lucida Console;
  margin-top: 0px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  margin-right: -15px;
  margin-left: -15px;
}

.main-menu h2:hover {
  color: dodgerblue;
  transition: color 0.5s ease-in-out;
}

.btn-checkout {
  border: 1px solid #fff;
}

.icon-badge:after {
    content: "";
    position: absolute;
    background: #ff2a2a;
    height: 1rem;
    top: 10px;
    width: 1rem;
    text-align: center;
    line-height: 1rem;
    font-size: 1rem;
    border-radius: 50%;
    color: white;
    border: #fff;
    left: auto;
}

.restaurantBackground {
  color: #757575;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  margin-top: 50px;
  background-image: none;
}

.restaurantBackground .overlay {
  background: #fff;
  display: none;
}

.restaurantBackground .overlay h1 {
  display: none;
}

.overlay .legend {
  height: 30px;
}

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

.item-description {
  color: #555;
  font-family: sans-serif;
  margin-left: 0px;
  font-weight: 100;
  font-size: 1em;
}

.item-description-name {
  font-weight: 600;
  font-size: 1.1em;
  font-family: sans-serif;
  color: #222;
}

.item-price {
  color: #222;
  font-weight: 400;
  font-family: sans-serif;
  font-size: 1.1em;
  margin-right: 0px;
}

/*   END HEADER   */




/*   BEGIN MODAL  */

.modal {
  background: rgba(0,0,0,0.7);
}

.modal-dialog {
  margin: 10px auto;
}


.btn-prim {
  background: #db3d3d;
  width: 100%;
  max-width: none;
  float: left;
  box-shadow: none;
  margin-right: 5px;
  margin-bottom: 5px;
  font-weight: 300 !important;
}

.btn-prim:hover {
  background-color: #d72828;
  color: #fff;
}

.btn-block {
  white-space: normal;
  border-radius: 0px;
  font-size: 1.1em;
}

.modal-header {
  border-bottom: none;
  background-color: #f1f1f1;
}

.modal-title {
  font-size: 1.6em;
  font-family: sans-serif, Courier New Lucida Console;
  color: #222;
  font-weight: 100;
  float: left;
  width: 100%;
  white-space: normal;
  line-height: 1;
}

.fa-2x {
  font-size: 1.1em;
  color: #333;
}

.modal-footer {
  border-top: 1px solid #ddd;
  clear: both;
}

.modal-body {
  padding-top: 20px;
  padding-bottom: 10px;
  background: #fff;
}

.modal-body label {
  font-size: 0.9em;
  font-family: sans-serif;
  margin-bottom: 1px;
  font-weight: 600;
  color: #a5a5a5;
  -webkit-font-smoothing: antialiased;
}

.modal-body select {
  border: 1px solid #ddd;
}

.modal-body textarea {
  border: 1px solid #ddd;
  border-radius: 5px;
}

.modal-quantity {
  margin-bottom: 15px;
}

.modal-price {
    font-size: 1.2em;
    margin-top: 30px;
}

.col-sm-8 {
  display: none;
}

.input-group {
  border: 1px solid #eee;
  border-radius: 5px;
  max-width: 175px;
}

.input-group-btn {
  border-right: 1px solid #transparent;
  background-color: none;
  border-right: 1px solid #eee !important;
  background: #eee;
}

.input-group-btn button {
  border-right: 1px solid transparent !important;
}


.form-control {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.account-window {
    margin-bottom: 10px !important;
    padding: 0px 10px 40px 10px;
    border: 1px solid #eee;
    margin-top: 10px !important;
}

.list-group-item button.btn.btn-prim.btn-block {
    color: #fff;
    background: linear-gradient(#44c767, #5cbf2a)!important;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 2;
    font-size: 12px;
    border-radius: 3px;
    width: 100%;
}

.list-group-item {
  padding: 0px 15px;
  border: none;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  margin-bottom: 0px;
}

.choices-list {
  margin-left: -15px;
  margin-right: -15px;
}

.choices-list .list-group-item {
  background-color: #fff;
  border-radius: inherit;
  color: #333;
  font-size: 1.1em;
  line-height: 1.1;
  font-family: sans-serif;
  font-weight: 300;
  float: left;
  width: 100%;
  margin: 0px 0px 0px 0px;
  white-space: normal;
  /* border: 1px solid #eee !important; */
  /* border-top: none !important; */
  /* border-bottom: none !important; */
  /* border-right: 1px solid #eee !important; */
  /* border-left: 1px solid #eee !important; */
  width: 100%;
  padding: 25px 15px;
  border-bottom: 1px solid #eee !important;
}

.choices-list .list-group-item:first-child {
  /* border-top-left-radius: 5px; */
  /* border-top-right-radius: 5px; */
  border-top: 3px solid #eee !important;
}

.choices-list .list-group-item:last-child {
  /* border-bottom-left-radius: 5px; */
  /* border-bottom-right-radius: 5px; */
  margin-bottom: 20px;
  /* border-bottom: 1px solid #eee !important; */
}


/* --------------------- END MODAL ------------------------ */   



/* ----------------  BEGIN PIZZA MODAL ------------------ */

.toppings-list .list-group-item {
  font-size: 1.2em;
  line-height: 30px;
}

.btn-sec {
  box-shadow: none;
  background-color: #fff;
  max-width: none;
  font-weight: 100 !important;
  clear: both;
  width: 100%;
  border-radius: 5px;
  padding: 6px 25px;
  font-family: sans-serif;
  color: green;
  border: 1px solid green;
  float: left;
}

.btn-sec:hover {
}

.filter-topping {
  display: none;
}

.toppings-list .list-group-item {
  padding-top: 7px;
  padding-bottom: 7px;
}

.pizzaColSize .btn-sec {
  background: transparent;
  width: 100%;
  color: #2aab2a;
  border: 1px solid #2aab2a;
  border-radius: 5px;
}

/*------------------ END PIZZA MODAL -------------------*/

p.order-complete-text {
    float: left;
    font-size: 1em;
}


/*------------------ BEGIN CHEkCOUT MODAL -----------------*/

.btn-pickup-selection, .btn-pickup-default {
  font-family: HelveticaNeueMedium;
  width: 50%;
  background: #fafafa !important;
  border-color: #ccc !important;
  color: #444555 !important;
  text-transform: uppercase;
}

.btn-pickup-selected {
  background: #da3232 !important;
  border-color: #da3232 !important;
  color: #FFF !important;
}

.btn-group&gt;.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-radius: 5px;
  margin-right: 0px;
  width: 50%;
  /* max-width: 100px; */
  padding: 10px 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  text-transform: capitalize;
  font-weight: 500;
}

.btn-group&gt;.btn:last-child:not(:first-child), .btn-group &gt; .dropdown-toggle:not(:first-child) {
  border-radius: 5px;
  width: 50%;
  /* max-width: 100px; */
  padding: 10px 7px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  text-transform: capitalize;
  font-family: sans-serif;
  font-weight: 500;
  margin-left: 0;
}

.row.window-promo h3.order-information-header {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #ff7a7a;
    text-transform: uppercase;
    margin-bottom: 3px !important;
    border-top: none;
}

.row.window-promo input.form-control.cart-input {
    width: 60%;
    float: left;
    box-shadow: none;
    border: 1px solid #eee;
    border-right: none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    height: 45px;
}

.row.window-promo button.btn.btn-prim.btn-add-promo.btn-block {
  background: linear-gradient(#44c767, #5cbf2a);
  /* padding:7px; */
  max-width: 200px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #eee;
  border-radius: 10px;
  height: 45px;
  float: right;
  /* max-width: 100%; */
  /* min-width: 100%; */
  padding: 7px;
  float: left;
  width: 35%;
  border: 1px solid #44c767;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rewards-list .list-group-item {
    background: #fff;
    color: #444;
    font-size: 1em;
}

.rewards-list .list-group-item:hover {
    background: #fff;
    color: #444;
}

i.fa.fa-check {
    color: #29ca29;
}

.payment-info-header {
  border-top: 1px solid #eee;
}

.btn-paymenttype-selection, .btn-paymenttype-default {
    background: #fff !important;
    border-color: #eee !important;
    color: #444 !important;
}

.btn-pickup-selected, .btn-paymenttype-selected {
    background: linear-gradient(#44c767, #5cbf2a)!important;
    border-color: #44c767 !important;
    color: #fff !important;
}

.col-sm-6.pizzaColSize {
  display: none;
}

/*------------------ END CHECKOUT MODAL ------------------*/


h4.account-info-heading {
    width: 100%;
    float: left;
    color: dodgerblue;
}

ul.order-history-list {
    list-style-type: none;
    font-size: 0.9em;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    color: #555;
}


/*------------------ BEGIN SIDEBAR MENU ------------------*/

#order-sidebar ul li a:hover {
  cursor: pointer;
}

#order-sidebar ul li.sidebar-close a:hover {
  cursor: pointer;
}

#order-sidebar {
  border-right: none;
  width: 100%;
}

#order-sidebar ul li.sidebar-title {
  background: #eee;
}

#order-sidebar ul {
  background: transparent;
}

#order-sidebar ul {
   border-bottom: 1px solid #eee;
}

#order-sidebar ul li a {
  color:#444;
  font-weight: 100;
  font-family: sans-serif, Courier New Lucida Console;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}


/*.choices-list .list-group-item:first-child, .choices-list .list-group-item:last-child,*/ 
.rewards-list .list-group-item:first-child, .rewards-list .list-group-item:last-child, 
.toppings-list .list-group-item:first-child, .toppings-list .list-group-item:last-child {
  padding-top: 12px;
  padding-bottom: 12px;
  float: left;
  border: 1px solid #eee;
  margin-right: 10px;
  width: 100%;
}



.list-group-item.multiple-list-group-item.ng-binding.ng-scope {
    float: left;
    border: 1px solid #eee;
    margin-right: 10px;
    padding: 12px;
}

.choices-list .list-group-item:first-child, .choices-list .list-group-item:last-child {
  padding: 25px 15px;
}

.sidebar-size-3 {
  width: 90%;
  max-width: 600px;
}

#sidebar-close {
  top: 0px;
  right: 8px;
}

#sidebar-close a {
  color: #fff;
  font-size: 12px;
  padding: 5px 8px;
  background: #e00123;
  border-radius: 50px;
  cursor: pointer;
}

button.btn.btn-prim.btn-add-tip.btn-block.btn-lg {
  display:none;
}


#cart-items-list {
  background: transparent;
  padding:0px;
  border-radius: 0;
  /* border-top: 1px solid #eee; */
  border-bottom: 1px solid #eee;
  font-size: 0.9em;
  margin-bottom: 15px;
}

#cart-items-list .list-group-item h3 {
  display:none;
}

#cart-items-list .list-group-item .cartitem-item, .cartitem-price {
  margin-bottom: 0px !important;
  font-family: sans-serif;
  font-weight: bold;
  padding-top: 0px;
  padding-left: 15px;
}

#cart-items-list .list-group-item .cartitem-price {
  padding-right: 20px;
  font-weight:600;
  margin-bottom: 0px !important;
}

#cart-items-list .list-group-item {
  background: #fff;
  border-radius: 0px;
  padding: 15px 0px 15px;
  margin-top: -15px;
}

#cart-items-list .list-group-item:first-child {
    /* display: none; */
}

#cart-items-list .list-group-item:nth-child(even) {
  background: #fbfbfb;
  border-bottom: 1px solid #eee;
}

#cart-items-list button.btn.btn-xs.btn-sec {
    padding: 0px;
    margin-left: -15px;
    margin-right:10px;
    float: none;
}

#cart-items-list button.btn.btn-xs.btn-sec .fa {
  padding: 0px;
  padding-left: 20px
}

button.btn.btn-xs.btn-sec {
  background: transparent;
  color: #DC143C;
  width: auto;
  border: none;
}

.review-order-totals {
  padding-right: 20px;
}

.review-order-totals, .review-order-customer {
  font-family: sans-serif;
  font-weight: lighter;
  font-size: 0.9em;
  padding-top: 0px;
  padding-bottom: 15px;
}

p.review-order-tip-totals {
    font-family: sans-serif;
    font-size: 1em;
}

.cart-payment-info-window h3.payment-info-header {
    padding: 10px 5px;
    background: #888;
    color: #fff;
    font-family: sans-serif;
    font-weight: 100;
    font-size: 1.4em;
}

.cart-payment-info-window {
    background: #fafafa;
    padding-bottom: 10px;
}

.cart-payment-info-window .col-xs-6 {
    width: 100%;
    margin-top: 2px;
}

.order-information-header {
  display: none;
}

#order-sidebar ul.cart-details &gt; li {
    padding-left: 45px;
}

#order-sidebar ul {
  border-bottom: 1px solid #f1f1f1;
  background: #fff;
}

.sidebar-open {
  background: rgba(0, 0, 0, 0.8);
}

.sidebar-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 10px;
}

.btn-header-cart {
    background: #fff;
    color: dodgerblue;
    margin-right: 20px;
    font-size: 18px;
    float: right;
    margin-top: 9px;
    border-bottom: 1.5px solid #eee;
    border-radius: 0;
    padding: 3px 4px 0px 2px;
  }

.btn-header-cart:hover, .btn-header-cart:focus {
    background: #fff;
    color: #68b5ff;
    margin-right: 20px;
    font-size: 18px;
    float: right;
    margin-top: 9px;
    border-bottom: 1.5px solid #eee;
    border-radius: 0;
    padding: 3px 4px 0px 2px;
    transition: color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  }

button.btn.btn-sec.btn-block.btn-lg.sidebar-order-button {
  /* display: none; */
}

#display-inline &gt; .container-fluid {
  padding-left: 25px;
  padding-right:25px;
}

i.fa.fa-chevron-down, i.fa.fa-caret-down {
    font-size: 0.7em;
    color: #444;
    padding-right: 10px;
  }

i.fa.fa-chevron-up {
 font-size: 0.7em;
 color: #444;
  padding-right: 10px; 
}

.sidebar-header a {
    color: #999;
    cursor: pointer;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #ddd;
    padding-top: 5px;
    padding-right: 7px;
    padding-bottom: 5px;
    padding-left: 7px;
    line-height: 1;
    font-size: 15px;
    -moz-box-shadow:    inset 0 0 10px #ddd;
    -webkit-box-shadow: inset 0 0 10px #ddd;
    box-shadow:         inset 0 0 10px #ddd;
  }

.menu-login {
  float: left !important;
  cursor: pointer;
}


button.btn.btn-lg.btn-prim.pull-right {
  width: 100%;
  font-size: 1em;
  border-radius: 2px;
  float: left !important;
}

.login-additional-buttons {
  margin-left: 10px;
}

.login-additional-buttons p {
  text-align: left;
  font-size: 1em;
}

#order-sidebar ul {
  border: none;
  background: #fff;
}

#order-sidebar ul li {
  border-bottom: none;
  padding: 10px;
}

#order-sidebar ul li a, #order-sidebar ul li a:hover {
  border-bottom: 1px solid #f1f1f1;
}

.dropdown-menu&gt;li&gt;a {
  padding: 3px 5px;
}

h3 {
    font-size: 1.3em;
    font-family: sans-serif;
    font-weight: 100;
}

.form-control, input.form-control.input-lg.ng-valid.ng-touched.ng-dirty.ng-valid-parse, input.form-control.input-lg.ng-pristine.ng-valid.ng-touched, input.form-control.input-lg.cart-input.ng-pristine.ng-valid.ng-touched,input#delivery-address, input.form-control.input-lg.cart-input.ng-valid.ng-touched.ng-dirty.ng-valid-parse, input.form-control.input-lg.cart-input.ng-pristine.ng-valid.ng-touched {
    font-size: 16px;
    font-family: sans-serif;
    color: #222;
    height: 35px;
    border-radius: 0px;
    background: #fff !important;
    border: none;
    border-bottom: 1px solid #eee;
    -webkit-font-smoothing: antialiased;
}

input.form-control.input-quantity {
   background: #fff !important;
   height: 46px !important;
   border-radius: 0;
}

textarea.form-control, #card-number, #card-expiry, #card-cvc {
    background: #fff !important;
}

.sidebar-loading {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1000;
}

h4#cartLabel {
  width: 100%;
  display: none;
}

button.btn.btn-prim.btn-block {
    padding: 5px 0px;
    width: auto;
    text-transform: capitalize;
    color: #fff;
    background: linear-gradient(#44c767, #5cbf2a)!important;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 2;
    font-size: 12px;
    border-radius: 3px;
    margin-top: 0;
}

p.account-info-pts {
    padding: 8px 25px;
    border: 1px solid #eee;
    float: left;
    margin-right: 100%;
    border-radius: 5px;
    font-size: 3em;
    background: #fafafa;
    font-family: sans-serif;
    font-weight: 600;
    color: #444;
}

.account-window {
    width:95%;
    margin: 0 auto;
}

.order-history-window {
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding: 10px;
}


i.fa.fa-plus.prim, i.fa.fa-minus.sec {
   font-size: 12px;
}

/* ------------------ BEGIN CLOSED ------------------*/

.closed-window p {
    font-size: 0.9em;
    float: left;
}

.closed-window label {
    border-bottom: 2px solid #eee;
}

ul.closed-available-choices {
  font-size: 1em;
  line-height: 1;
}

.item-image{
  /*height: 90px;
  width: 80px;*/
}

.input-group-btn:first-child &gt; .btn, .input-group-btn:last-child &gt; .btn {
  background:#eee;
}

.input-group-btn, .prim, .sec {
  color: #888;
}


/*------------------END CLOSED ------------------*/



/*------------------ BEGIN MOBILE ------------------*/

@media (max-width: 500px) {

.menu-navbar {
  margin-bottom: 0px;
}

.menu-item:nth-child(even) {
  /*background: #f5f5f5;*/
}

  .main-menu h2 {
    background: #f1f1f1;
    color: #222;
    border-bottom: none !important;
    font-size: 1em;
    font-weight: 400;
    -webkit-font-smoothing:antialiased;
    padding-left: 30px;
  }

 .main-menu h2:hover {
   color: #555;
   /* background: #fbfbfb; */
 }

  .list-group-item {
        margin-bottom: 0px;
        border-bottom: 2px solid #fff;
  }

  i.fa.fa-chevron-down, i.fa.fa-caret-down, i.fa.fa-chevron-up {
    color: #444;
    padding-right: 35px;
  }

 .navbar {
  height:50px;
 }

  .btn-header-cart, .btn-header-cart:hover, .btn-header-cart:focus {
    font-size: 15px;
    padding: 5px 8px;
  }

#display-inline &gt; .container-fluid {
  padding-left: 0px;
  padding-right:0px;
}

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

.item-description-name {
  font-size: 1.2em;
  font-weight: 400;
}

.item-price {
  font-size: 1em;
  font-weight: 600;
  font-style: normal;
}

.modal-body {
  padding: 15px;
  /* padding-bottom: 0px; */
}

/*--`.modal-title, .modal-price, #order-sidebar p, label, .window-choices-addons, .list-group {
  padding: 0px 15px;
}------------------*/

.modal-price {
    font-weight: 500;
    font-style: normal;
    font-size: 1.2em;
    float: left;
    width: 100%;
    font-family: sans-serif;
    text-align: left;
    margin-top: 10px;
    color: #444;
}

p.ng-binding {
    font-size: 14px;
    line-height: 1.7;
}

.input-group{
  margin-left: 0px;
  width: auto;
}

select#food-price-select {
    font-size: 1em;
    margin-bottom: 25px !important;
}

/*------------------.modal-body textarea {
  max-width: 95%;
  margin-left: 10px;
} ------------------*/

.window-choices-addons {
  position:relative;
  margin-left:-15px;
  margin-right:-15px;
}

/*.btn-food-choice, .btn-food-addon {
  border: none;
  border-bottom: 1px solid #eee;
  font-weight: bolder;
  padding-left: 30px;
  font-family: sans-serif;
  background: #fff;
  margin-bottom: -5px;
}

.btn-food-choice:hover {
  background: none;
}

.btn-food-choice:first-child {
  border-top:3px solid #ddd;
}*/

.btn-food-addon, .btn-food-choice {
  margin: 0 auto;
  width: 90%;
  padding: 25px 15px;
  background: #fff;
  border-radius: 10px;
  font-weight: 300;
  font-family: sans-serif;
  color: #222;
  font-size: 1em;
  margin-bottom: 23px;
  border: 1px solid #eee;
  -moz-box-shadow: inset 0 0 10px #f1f1f1;
  -webkit-box-shadow: inset 0 0 10px #f1f1f1;
  box-shadow: inset 0 0 10px #f1f1f1;
}

.btn-food-addon, .btn-food-choice:first-child {
  border-top:1px solid #eee;
}

.btn-food-choice:hover, .btn-food-addon:hover {
  background: #fafafa;
}

.btn-food-addon .fa {
  color: dodgerblue;
}

.row.window-promo button.btn.btn-prim.btn-add-promo.btn-block {
  /* max-width: 100%; */
  /* min-width: 100%; */
  padding:7px;
  float: left;
  width: 35%;
  /* border: 1px solid #eee; */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*.btn-sec {
  margin-left: 0px;
  width: 100%;
  padding: 10px 0px;
  background: #fff;
  border-radius: 0;
  font-size: 0.9em;
  font-family: sans-serif;
  border: 1px solid #D9A53B;
  color: #d9a53b;
} */

button.btn.btn-prim.btn-block.btn-lg.sidebar-order-button {
  width: 100%;
  padding: 18px 0px;
  border-radius: 0px;
  margin-top:25px;
  background: #da3232 !important;
  font-size: 14px;
  font-family: sans-serif;
}

button.btn.btn-prim.btn-block.btn-lg {
    width: 100%;
    padding: 12px 0px;
    border-radius: 0px;
    margin-top: 10px;
    background: #da3232 !important;
    font-size: 1.1em;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-family: sans-serif;
}

.choices-list .list-group-item {
  border: none;
  /* border-bottom: 1px solid #000; */
}

/* .choices-list .list-group-item:nth-child(even) {
} */

#cart-items-list {
  /* margin-left: -15px; */
  /* margin-right: -15px; */
}

.cart-payment-info-window h3.payment-info-header {
    margin-left: -15px;
    margin-right: -15px;
}

.review-order-totals {
  padding-right: 0px;
  font-weight: 600 !important;
}

.cart-input {
  border: 1.2px solid #ddd;
}

}
</pre></body></html>