@font-face{
  font-family:'interbold';
  src:url(/static/fonts/Inter-Bold.ttf);
  font-weight:normal;
  font-style:normal;
  font-display: swap;
}
@font-face{
  font-family:'Glyphicons Halflings';
  src:url(/static/fonts/glyphicons-halflings-regular.eot);
  src:url(/static/fonts/glyphicons-halflings-regular.eot) format('embedded-opentype'),url(/static/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(/static/fonts/glyphicons-halflings-regular.woff) format('woff'),url(/static/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(/static/fonts/glyphicons-halflings-regular.svg) format('svg');
  font-display: swap;
}


@font-face {
  font-family: 'brandon';
  src: url(/static/fonts/BrandonText-Regular.otf);
  font-display: swap;
}


body {
  font-family: 'brandon',sans-serif;
  background: #000000;
  color:#ffffff;
  font-size: 17px;
  font-weight: bold;
}

h1, h2,h3, h4, h5 {
  font-family: interbold;
  text-transform: uppercase;
}

a {
  color: #0db14b;
}

a::hover {
  color: #05933a;
}


.container {
  padding-bottom:30px;
/*
-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.22);
-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.22);
box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.22);
*/
}

.panel-default {
  background: #f5f5f5 !important;
  color: black !important;
  border-style: outset !important;
  border-color: lightgray !important;
  border-width: 4px !important;
  border-radius: 20px;
  padding: 20px;
  margin-top: 10px !important;
}

.menu-panel {
  padding-bottom: 2%;
  background: #f5f5f5;
  color: black !important;
  border-style: outset !important;
  border-color: lightgray !important;
  border-width: 4px !important;
  border-radius: 20px;
  margin-top: 10px;
}

.panel-body {
  padding-bottom: 2%;
  background: #f5f5f5;
  color: black !important;
}

.cart-footer {
  padding-top: 10px;
}

#orderConfig {
  padding-bottom: 2%;
  background: #f5f5f5;
  color: black !important;
  border: none;
  margin-top: 10px;
}
#orderConfig label, #orderConfig select {
  color: #000;
}
#orderConfig .money-read-only, .money-sub-item, input {
  color:#fff !important;
}
#orderConfig .has-float-label input,
#orderConfig .has-float-label select,
#orderConfig .has-float-label textarea {
  border-color: #000;
  border-width: 1px;
}

#orderConfig .btn-primary {
  border-radius: 8px;
}
.money-read-only, .money-sub-item, input {
  color: #000 !important;
}
label, .panel-body div , .panel-body select {
  color: #000;
}
.has-float-label input,
.has-float-label label,
.has-float-label select,
.has-float-label textarea {
  border-color: #000 !important;
  color: black !important;
  border-width: 1px;
}

.has-float-label input::placeholder{
  color:#000 !important;
  -webkit-text-fill-color: #000 !important;
}
#orderConfig #inDate {
  color: #000 !important;
  border: none !important;
}
*:focus {outline:none !important;}
hr {border-top:solid 1px #262626}
.product-tile hr {border-top:solid 1px #d9d9d9}

/* general styles */
.breadcrumbs {
  padding: 10px;
  text-align: center;
  font-size: 10px;
  font-weight: 300;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.breadcrumbs a{
  color: #ed1f24;
  font-size: 11px;
}
.category-tile {
  margin: 3px 2px;
  background-color: #000;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.category-tile, .quick-order-tile {
  height: 360px !important;
}

.quick-order-tile .category-tile-heading {
  height: 110px !important;
}

.quick-order-tile img {
  height: calc(100% - 110px);
}

.category-tile-heading {
  background-color: white;
  height: 50px !important;
  padding: 0 !important;
  background-image: none !important;
}

.category-tile-heading h3{
font-family: 'interbold' !important;
font-size: 22px;
position: absolute;
background-color: #ffffff;
color: #000;
border: 1px solid #e5e4e4;
bottom: 0 !important;
text-shadow: none !important;
margin: 0;
display: inline-block;
width: 100%;
height: 100%;
padding: 15px 25px;
border-top: none;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.category-section-heading{
font-family: 'interbold' !important;
margin-top: 0px;
text-align: center;
text-transform: uppercase;
}

.quick-order-tile .category-tile-heading p {
  color: #000;
}

.menu-title {
  padding-left: 15px;
}
.selected-choice {
  font-family: 'brandon';
  font-weight: bold;
  font-size: 11px;
}
.new-items-header {
  padding-right: 15px;
}
.new-items-header {
  padding-right: 15px;
}

.new-items-header span {
  color: #0db14b;
  padding-top: 7px;
}

.product-tile {
  height: 350px;
  margin: 3px 2px;
  background-color: #000;
  border-radius: 10px;
  border: 1px solid lightgrey;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 15%)
}

.product-tile-heading {
  height: 100%;
  padding: 0px !important;
  background-color: rgba(0, 0, 0, 0.1);
}

.product-tile-heading > table {
  position: absolute;
  width: 93% !important;
  bottom: 10px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}  
.product-tile-heading h3 {
  font-weight: bold;
}
.product-tile-details {
  text-align: right;
  font-weight: bold;
}
.product-tile-details-money {
  display: flex !important; 
  flex-direction: row !important; 
  justify-content: space-between !important; 
  margin-top: auto !important;
}

.product-tile .ParallaxImage img {
  margin-top: -18%;
}

#product .heading{
  font-weight: bold;
  font-family: interbold;
  margin-bottom: 5px;
  font-size: 20px;
  display:table;
  width:100%;
  text-transform: uppercase;
}
#product .heading .heading-title {
  margin:0px;
}
#product .price{
  font-size: 15px;
  text-align: right;
}
#product .description {
  padding: 10px 40px 10px 0px;
  font-size: 14px;
}

.productImg {
  background-color: #333;
  border-radius: 10px;
  max-height: 500px;
  overflow: hidden;
}
.productImg img{
  width: 100%; 
  margin: -14% 0% 0% 0%
}

.product-special-instructions {
  padding: 20px;
  border: solid 1px #ccc;
  margin: 0px 2% 20px 2%;
  font-size: small;
}
.product-special-instructions p {
  font-size:15px;
  font-weight:400;
  margin: 10px;
  font-size: smaller;
}
.product-special-instructions h3 {
  font-size: 18px;
  color: #000;
  font-family: 'interbold';
  margin-bottom: 40px;
}

.product-special-instructions textarea {
  color: #000 !important;
  font-size: 12px;
}


.product-special-instructions 
.has-float-label input, 
.has-float-label select, 
.has-float-label textarea {
  border-bottom-color: #888;
  color: #000 !important;
  caret-color: #888;
}

.product-special-instructions 
.has-float-label input:placeholder-shown:not(:focus)+*, 
.has-float-label select:placeholder-shown:not(:focus)+*, 
.has-float-label textarea:placeholder-shown:not(:focus)+* {
  color:#000;  
}

.product-special-instructions .has-float-label label, .has-float-label>span{
  color:#000;
}

.calories{
  font-size: 15px;
  font-weight: bold;
  text-transform: lowercase;
}


.option-element {
  padding: 2px;
  height: 120px;
}

.config .options label.btn {
  border: none;
}

.qty{
margin: 10px;
margin-bottom: 30px;
}
.qty .less span{
top: -12px;
}
.qty .more span{
top: -12px;
}

.qty-controls .qty-minus, .qty-controls .qty-plus {
  width: 31px !important;
  height: 35px !important;
}

.checkmark {
  background-color: #ed1f24;
}

.config .heading{
  font-family: interbold;
  padding: 9px;
  font-size: 20px;
  padding-top: 7px;
  margin-bottom:10px;
  text-transform: uppercase;
}

.config .heading .glyphicon{
  line-height: 40px;
}

.config .heading .btn-circle {
  font-weight: bolder;
  margin: 0px 5px;
  font-size: 15px;
  color: #fff;
  background: #ed1f24 !important;
}

.config .options .option-size  {
  height:auto; 
  text-align: center;
}


.config .topping-options {
  padding: 20px 0px;
}

.config .topping-options .topping {
  padding: 1px;
}

.config .topping-options label.btn {
  font-family: interbold;
  background-color: #333 !important;
  text-transform: uppercase;
  border: none;
}


.toppings-summary .nav-header .btn{ font-family: interbold;}

.config .topping-group .btn.active {
  background: #ed1f24 !important;
  color: #ffffff !important;
  border: none;
}



.topping-group .btn-default {
  color: #000 !important;
}
.nav-header .money-read-only {
  color: #000 !important;
}
.option-size .money-read-only {
  color: #000 !important;
}

.config .hours{
  font-weight: 400;
}

.menu-item-config {
  height: 50px !important;
  background-color: rgba(0, 0, 0, 0.4);
  font-family: 'brandon';
  font-weight: bold;
  letter-spacing: 0px;
}

.menu-item-config .money-read-only {
  color:#FFFFFF !important;
}

.form-group {
  padding-left:3px;
}

input:checked + .slider {
  background-color: #0db14b;
}

input:focus + .slider {
  box-shadow: 0 0 1px #0db14b;
}


#welcome .modal-content {
  z-index: 3000;
  padding: 0px 10px;
  background:#ed1f24;
  color: #fff;
  border: 4px solid #000;
}


#welcome .btn {
  background-color: #0db14b !important;
  border-color: #0db14b !important;
}


.welcome-header {
  font-family: interbold;
  text-transform: uppercase;
}

.welcome-text {
  font-size: 17px;
}


.build {position: fixed; right: 2px; top: 0px; z-index: 2001; text-align: center; font-size: 8px;}

/* .scene label {
  margin-left: 60px;
}
.scene-input {
  text-indent: 60px !important;
  margin: 0px 0px 0px 5px !important;
} */

.caa label {left: 5.75rem}

.nutrions-product-details {
  position: relative;
  top: -20px;
  left: 2px;
}
.nutrions-icon {
  margin-right: 4px; /* Space between icon and label */
}
.nutrions-icon img {
  border-radius: 35px;
}
.nutrion_msg {
  padding: 10px 20px 0px 20px;
  font-size: 13px;
}

.navbar .drop-shadow {
  -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.main-nav {
  margin-right: unset !important;
}
.navbar {
  background: #000;
  padding-right: 20px;
  border-color: inherit !important;
  border: none;
  border-bottom: solid 1px;
}
.navbar-status {
  display: none !important;
}

.navbar-toggle {
  background-color: white !important;
}

.navbar-toggle .icon-bar {
  background-color: #000000 !important;
}

.navbar-default .navbar-toggle {
  margin: 13px 0 0 15px;
}

.nav-fixed-links {
  margin: 20px 0px 0px 110px !important;
}

.status-msg-bold {
  text-transform: uppercase;
}
.status-msg-highlight {
  color: #ffffff;
}
.status-msg {
  color:#ffffff;
}

.navbar-brand {
padding: 10px 0px 0px 0px !important;
}

.navbar-header {
  text-transform: uppercase;
  padding-top: 16px !important;
}

.navbar .navbar-nav>li>a {
  color: #ffffff;
  font-family: interbold;
  font-size: 1.3em;
  padding: 25px 10px 5px 10px;
  text-transform: uppercase;
}

.logo {
  top: -30px !important;
  left: 10px !important;
}

@media screen and (max-width: 767px) {
  .navbar-brand-mobile {
    display: block !important;
    left: 50% !important;
    transform: translateX(-50%);
    margin: 0 !important;
    color: #ffffff !important;
    font-size: 1.3em;
  }
  .navbar-brand-mobile.logo {
    top: 3px !important;
  }
  .navbar-brand-mobile .logoImg {
    height: 50px;
    width: 100px;
    margin-top: -10px;
  }
  .navbar-brand-mobile p {
    font-size: 18px;
    padding: 0 10px;
    margin-top: 3px;
  }
  .category-tile {
    height: 310px !important;
  }
  .quick-order-tile {
    height: 353px !important;
  }
  .category-tile {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  }
  .product-tile .visible-xs {
    display: flex !important;
  }
  .product-tile .ParallaxImage {
    margin-top: -10%;
    margin-left: -2%;
    width: 50%;
  }   
  .product-tile {
    width: 100% !important;
    height: 34vw !important;
  }  
  .product-tile-heading {
    position: sticky !important;
    margin-left: 50%;
    margin-top: 1%;
  }
  .product-tile-heading-container {
    height: 103% !important;
    width: 50% !important;
  }
  .product-tile-details-money {
    margin-top: auto !important;
    justify-content: space-between !important;
  }
  .product-tile-heading .chevron-stacked {
    top: 0px;
  }
  .product-tile .ParallaxImage img {
    margin-top: 15px !important;
  }
  #orderConfig label {
    font-size: 14px;
  }
  
  .footer-terms {
    padding-left: 0px !important;
  }
}

@media only screen and (min-width : 767px) and (max-width: 992px) {
  .product-tile .ParallaxImage {
    margin-top: -5px;
  } 
  .ParallaxImage {
    margin-top: 0px;
  }
  .product-tile {
    height: 295px;
  }

}

.logoImg {
  background: url(/static/imgs/brand_logo2.png) no-repeat top left !important;
  background-size: contain !important;
  width: 130px;
  height: 110px;
}
.giftcard-account-balance-icon {
  background: url(/static/imgs/account-balance-icon.png) no-repeat center left;
  background-size: contain !important;
  width: 113px;
  transform: rotate(-4deg);
  height: 71px;
  margin-bottom: 18px;
  box-shadow: 10px 10px 20px rgba(128, 128, 128, 0.5);

}

.alert-danger {
color: #ed1f24;
background-color: #f5f5f5;
border: 2px solid #ed1f24;
}

.btn {
  font-family: interbold;
  font-size: 18px;
  padding: 6px 0px 5px 0px;
  border-radius: 8px;
  width: 100%;
  min-height: 45px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #ed1f24;
  color: white;
  height: 2.25em;
}
.btn-primary {
  background-color: #0db14b;
  border-color: #0db14b;
  color: #fff;
}

.btn-primary:hover {
  background-color: #0fce57;
  color: black;
}

.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
background-color: #0db14b !important;
}

.btn-secondary {
  background-color: #ed1f24;
  color: white;
}

.btn-secondary:hover {
  background-color: #ee3539 !important;
  color: black;
}


.btn-cancel {
  background-color: #ed1f24;
  color: white;
}

.btn-cancel:hover {
  background-color: #ee3539 !important;
  color: black;
}


.btn-main-lang {
  margin: 0px 12px 0px -2px;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: #ffffff;
  border: solid 1px #ffff;
  padding: 7px 10px;
  font-weight: bold;
  border-radius: 30px;
}


.btn-main-order-status {
  margin-top: 7px;
  margin-right: 15px;
  width: 40px;
  height: 40px;
} 

.btn-circle {
  width: 30px;
  height: 30px;
  min-height: 0px;
  text-align: center;
  padding: 5px 0px 0px 2px;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  border-color: #AAA !important;
  background-color: #444 !important;
  border: solid 2px;
}

.btn-circle span {position: relative; font-size: 27px; top: -8px;}

.btn-dark {
color: white !important;
background-color: #444 !important;
}

.btn-dark:hover,
.btn-dark:focus {
background-color: #666 !important;
}

.btn-dark:active {
background-color: #333 !important;
}

.more {background: url(/static/icons/plus.svg) no-repeat center ;}
.more:hover,.more:focus {background:#05933a  url(/static/icons/plus.svg) no-repeat center !important;}

.less {
  background: url(/static/icons/minus-light.svg) no-repeat center;
}
.less:hover,.less:focus {background: #ed1f24 url(/static/icons/minus-light.svg) no-repeat center !important;}

.less-light {background: url(/static/icons/minus-light.svg) no-repeat center ;}
.less-light:hover,.less-light:focus {background: #ed1f24 url(/static/icons/minus-light.svg) no-repeat center !important;}

.panel-body .btn-group > .btn {
  font-size: min(18px, 3.9vw);
}

.tip-buttons {
  background: #ffffff;
  min-height: 38px;
}
.tooltip-text {
  background-color: #fff !important;
  color: #000 !important;
}

.form-control {
color: #DDD;
}


.modal-content {
  color: #000;
  border: 4px solid #000;
  border-radius: 12px;
}

.col-sm-6 {
padding: 2px 2px;
}

.nav-title {
margin: auto;
}

.order-setup-bar {
background: rgba(200, 200, 200, 1);
}

.order-setup-bar:active {
background: rgba(180, 180, 180, 1.0);
}

@media screen and (min-width: 530px) {
  .order-setup {
    font-size: 15px;
  }
}
@media screen and (max-width: 530px) {
  
  .french-styling-exp-year {
    font-size: min(2.4vw) !important;
  }
}

div:focus {
outline: thin dotted #05933a;
}

a:focus {
outline: thin dotted #05933a;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #05933a;
}

.carousel-container .VueCarousel-pagination {position:relative;top:-60px;height:0px;}
.carousel-container .VueCarousel-navigation-button {color:#AAA !important;  font-size: 33px ; }
.carousel-container .VueCarousel-dot--active .VueCarousel-dot-inner {background: #ed1f24 !important;}

.collapsebale-panel-content {
  max-width: 40em;
  margin: auto;
}

footer {
  background-color: #1b1b1b;
  color: #ffffff;
  margin-top: 10px;
  font-size: 14px;
}
footer a:focus, footer a:hover {
  outline: none;
  text-decoration: none;
  color:#ed1f24;
}
footer a {
  color: #ed1f24;
  font-family: 'interbold';
  text-decoration: none;
  text-align: left;
  font-size: 17px;
  font-weight: 500;
  outline: none;
}
footer .col-sm-4 {
  float: left;
  padding-left: 5%;
}
footer .col-sm-5 {
  float: right;
  margin: 2px 0px;
  padding: 0px;
}
.footer-bottom {
  margin-top: -85px;
}
.footer-terms {
  background:#000000;
  color:#ffffff;
  text-align:center;
  padding: 0px;
  margin: 0px;
}

.footer-social-img {
  display: none;
}
.social-icon-block {
  width: 12em;
}
.social-icon {width:30px;}

footer .nopadding-bottom {
  width: 100%;
}

.widget>h4 {
margin-bottom: 25px;
}

.cart-container-full {
  width:40px !important;
  height:40px !important;
  }
  .cart-container-empty {
  width:40px !important;
  height:40px !important;
  }

.cart-counter {
border: solid 2px #ffffff !important;
background-color: #ed1f24 !important;
}
.cart-move:focus {background-color: #ed1f24 !important;border: solid 2px #ffffff !important; }

.highlight-text {color:#ed1f24}
.strong-text {font-weight:bold}


  
  .loader {
      display: block;
      position: relative;
      width: 250px;
      height: 250px;
      border-radius: 50%;
      border: 5px solid transparent;
      border-top-color: #ed1f24;
      -webkit-animation: spin 2s linear infinite;
      animation: spin 2s linear infinite;
  }
  .loader:before {
      content: "";
      position: absolute;
      top: 5px;
      left: 5px;
      right: 5px;
      bottom: 5px;
      border-radius: 50%;
      border: 5px solid transparent;
      border-top-color: #0db14b;
      -webkit-animation: spin 3s linear infinite;
      animation: spin 3s linear infinite;
  }
  .loader:after {
      content: "";
      position: absolute;
      top: 15px;
      left: 15px;
      right: 15px;
      bottom: 15px;
      border-radius: 50%;
      border: 5px solid transparent;
      border-top-color: #ed1f24;
      -webkit-animation: spin 1.5s linear infinite;
      animation: spin 1.5s linear infinite;
  }

  .spin-img {
    width: 256px;
    height: 256px;
    position: absolute;
    top: -3%;
    right: -3%;
    /* filter: invert(50%) sepia(100%) hue-rotate(315deg); */
    transform: scale(0.7);
}
  
.order-setup-container {
  margin: 0px 10px 0px 0px;
  border-left: solid 1px #aeaeae;
  padding-left: 10px;
  text-align: right;
}
.order-setup-container a {
 color:#ed1f24;
}
.order-setup-info-msg {
color: #ffffff;
font-size: 18px; 
text-align:right;
margin-top: 4px; 
}
.order-setup-warning-msg {
font-size: 18px;  
margin-top: -2px; 
text-align:right;
color: #0db14b;
line-height: 0px;
}

.message-container {
  width: 90% !important;
  margin-left: 10%;
}

.order-setup-timing-msg {
  margin-top: -3px;
  text-align: right;
  color: #ffffff;
  line-height: 15px;
  text-transform: uppercase;
  max-width: 220px;
  font-size: 14px !important;
}

.order-setup-msg {
  font-size: smaller;
}

.order-setup-msg .order-setup-timing-msg {
  color: #00fa9a;
}

.nav-links-container {
  margin-top: 9px; 
  margin-right: 9px; 
}

.item-desc {
  margin: 0px 1px 0px 1px;
}
.line-item {
  font-size: smaller;
}

.coupon-item h5 {font-weight: bold;}

@media screen and (max-width: 376px) {
  .item-desc {
    margin: 0px 1px 0px 1px;
  }
}

@media screen and (max-width: 360px) {
  .navbar-brand-mobile p {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .navbar-brand-mobile p {
    font-size: 14px;
  }
}

  /* Extra Small Devices, Phones */ 
  @media only screen and (max-width : 320px) {

  }
  @media only screen and (max-width : 420px) {
    .category-tile-heading h3 {
      font-size: 20px;
    }
    .menu-title {
      padding: 0;
      font-size: 20px;
    }
    .new-items-header {
      padding: 0
    }

    .cart-items .router-add-more {
      text-align: end;
    }
    
  }


  @media only screen and (min-width : 421px) and (max-width: 767px ){
    .order-setup-timing-msg {max-width: 150px;}
    .cart-layer {    margin-top: 3px;}
    .md-panel {margin-top: 3px !important;}    
    .carousel-container {width: 767px;}


}
@media only screen and (max-width : 468px) {      
  #orderConfig .btn {
    height: 40.5px;
  }
}


  @media only screen and (max-width : 991px) {
    .action-text {
      font-size: 15px !important;
    }
    .action-fav-icon , .action-coupon-icon,  .action-history-icon, .action-card-icon {
      background-size: 35px !important;
    }
    .category-tile-heading h3 {
      font-size: 20px;
    }
    .menu-title {
      font-size: 20px;
    }
  }

  /*==========  Non-Mobile First Method  ==========*/

  /* Large Devices, Wide Screens */
  @media only screen and (max-width : 1200px) {
    .quickorder-container {width: 100%;}
    .product-tile {
      height: 280px;
    }
  }

  /* Medium Devices, Desktops */
  @media only screen and (max-width : 992px) {
    .quickorder-container {width: 100%;}
  
    .category-tile, .quick-order-tile {
      height: 310px !important;
    }
    .product-tile {
      height: 210px;
    }
  }

  /* Small Devices, Tablets */
  @media only screen and (max-width : 767px) {
    .nav-links-container {margin-right:0px;}
    .quickorder-container {width: 94vw !important;}
       
    .logoImg {
      background: url(/static/imgs/brand_logo1.png) no-repeat top left !important;
      background-size: contain !important;
    }

    .category-tile {
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07);
      margin: 2px -10px;
    }

    .new-items-container {
        margin: 0 -10px;
    }
    .new-items-container .category-tile {
      margin: 2px 0;
    }

    .product-tile, .product-tile-heading .chevrons, .product-tile-details-money input {
      font-size: 14px !important;
    } 

    .product-tile .visible-xs {
      height: 200px;
      display: flex !important;
    }
    .product-tile {
      width: 96vw !important;
      height: 20vh !important;
      margin: 1px -10px !important;
    }
    .product-tile-heading {
      position: sticky !important;
      margin-left: 50%;
      margin-top: 0%;
      top: 0%;
    }
    .product-tile-heading-container {
      height: 103% !important;
      width: 50% !important;
    }
    .product-tile-details-money {
      margin-top: auto !important;
      justify-content: space-between !important;
    }
    .product-tile-heading .chevron-stacked {
      top: 0px;
    }

    .product-tile .ParallaxElement {
      top: -1vh;
      left: -5vh;
      width: 70vw;
      overflow: visible;
    }

    .panel-default {
      border-width: 1px !important;
      border-radius: 0px;
      margin-top: 0px !important;
      padding: 0px 10px;
    }
    
    .menu-panel {
      border-width: 1px !important;
      border-radius: 0px;
      margin-top: 0px;
    }

    .container {
      background: #f5f5f5;
      border: none !important;
    }

    .details-container {
      color: #000;
    }

    .message-container {
      color: #000;
    }
 }

@media only screen and (max-width : 450px) {
  .category-tile {
    height: 310px !important;
  }
  .quick-order-tile {
    height: 353px !important;
  }
}


.actions-container hr {
  display:block;
  border:none;
  height:1px;
  background: #C1C1C1;
}

.action-link:hover {text-decoration: none}

.action-text {
font-family: interbold; 
color: #000;
font-size: min(1.5em, 3.5vw);
text-transform: uppercase;
}

.small-panel {
  max-width: 35em;
  margin: auto;
  padding: 20px;
  border: solid 1px #f1f1f1;
  background: #000000;
  padding-top: 40px;
  margin-top: 40px;
}

.md-panel {
max-width:55em; 
margin:auto; 
background:#000000;
border: solid 1px #f1f1f1;

}

.md-panel .panel-heading {
  font-family: 'interbold';
  text-transform: capitalize;
  font-size: 20px !important;
}

.panel-default>.panel-heading {
  font-size: 28px !important;
  font-family: 'interbold';
  line-height: 28px;
  color: #ed1f24;
  border-bottom: solid 5px #0db14b;
  padding: 10px 15px;
  text-transform: uppercase;
}


.autocomplete-search {
  display: table;
  width: 100%;
  border: solid 1px #313131;
  padding: 0px;
  background: #f1f1f1;
  margin : 15px 0px;
}

.autocomplete-icon {
  text-align:center; 
  width:25px; 
  color: #313131;
  display: table-cell; 
  font-size: 26px;
  padding: 5px 0px 0px 10px;
}
.autocomplete input::placeholder {
  color: #313131;
  font-size: 14px !important;
}

.autocomplete-getlocation {
  display: table-cell;
  width:45px;  
  text-align:center; 
  border-left: solid 1px #313131;
  color:#313131; 
  cursor: pointer; 
  font-size: 26px;
}

.map-list {
  font-size: smaller;
}
 
.location-msg {color:#ed1f24}
.btn-default.active,.btn-default.active.focus, .btn-default.active:hover,
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
  background:#0fce57; 
  color:#000;
  border-color:#0db14b
}

.btn-group .btn-default:hover, 
.btn-group .btn-default:focus {
  background: #C1C1C1;
}

.btn-group .btn-default.active,
.btn-group .btn-default.active.focus, 
.btn-group .btn-default.active:hover {
  background: #0fce57;
} 


.btn-group .btn-default:active, 
.btn-group .btn-default.active
{
  background:#0db14b; 
  border-color: #0db14b;
  color:#000;
}

.btn-group .btn-default {
  color: #000;
  padding-top: 8px !important;
}

.modal-footer.btn-group {
  flex-direction: column-reverse;
}

.secondary-btn {
  border: solid 1px #ffffff;
  font-size: 18px;
  padding: 9px;
}

.center {
  font-family: 'brandon';
  text-transform: capitalize;
}


.boxed-text {
  width: 6em;
  line-height: 2em;
  margin: auto;
  border: solid 3px #ed1f24;
}
.bg-info {
  background-color: transparent;
}

.order-history-list:focus {
background: #cccccc !important;
}

.vue-map-container {border: solid 8px #ffffff}

.vdp-datepicker__calendar {
  background: #ffffff !important;
  border: solid 2px #ffffff;
}


.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,
.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,
.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
  border: 1px solid #0db14b !important;
}

.sidenav-brand {
background:#000000;
text-align: Center;
}
.sidenav {
background-color: rgba(0, 0, 0, 1) !important; /* Black*/
}

.sidenav li {
border-left: 3px solid #0db14b;
}
.sidenav li a {
color: #ffffff;
}
.sidenav li:hover {
background-color: #ed1f24;
}

.fb-signin-button span {
  font-size: 14px;
  color: #ffffff;
}

.g-signin-button {
  font-size: 12px;
}

.e-login-button {
background: url(/static/icons/email-sign-btn.png) 0px 50% #ed1f24 no-repeat;
}
.e-signin-button {
background: url(/static/icons/email-sign-btn.png) 0px 50% #0db14b no-repeat;
}

.parallax-card-bg {
top: -25% !important;
}

.quickorder-container {margin-bottom: 20px; margin-top:20px;}
.quickorder-container .quickorder-card {
  border:solid 2px #0db14b; 
  font-size: smaller;
  padding: 10px;
  min-height:99px;
  overflow: hidden;
  background: #E7E7E7;
}

.quickorder-card .btn {
  font-size: 18px;
}
.quickorder-card .card-text {
  color: #ed1f24;
  font-weight: bold;
  padding-top: 3px;
}
.card-title  {
  font-family: 'brandon';
  font-weight: bold;
  color:#000;
}
.quickorder-container .VueCarousel-dot--active .VueCarousel-dot-inner {background: #ed1f24 !important;}

select:focus, input:focus {
  outline:none !important;
}

.option-input {
  margin: 5px 5px 0px 0px !important;
}

/*
.modal {
  position: absolute !important;
  }
*/

.btn-order-status {
  background: #f5f5f5 !important;
}

.btn-order-status-fill {
  background: #78A13CFF !important;
}

.order-status-bar {
  margin-top: -50px !important;
}

@-moz-document url-prefix() {
  @media screen and (max-width: 450px) {
    .cell-order-status {
      width: 32.0% !important;
    }
  }
}

.rating-wrapper > fieldset:not(:checked) > label {
  font-size: min(9vw, 2em) !important;
  margin: 0px min(3vw,18px) !important;
}

.rating-wrapper > fieldset:not(:checked) > label:hover,
.rating-wrapper > fieldset:not(:checked) > label:hover ~ label {
  color: #ed1f24;
}
.rating-wrapper > fieldset > input:checked ~ label:before {
  color: #ed1f24;
}

.modal.in {
  background-color: rgba(0,0,0,0.5);
}
.close {
  filter: alpha(opacity=100);
  opacity: 1;
}

select:focus, input:not([type=checkbox]):not([type=radio]):focus {border-bottom: Solid 2px #ed1f24 !important}

.text-danger {color:#ed0d0a}

/* 
  All labels styles defined in common.css have 
  override values here because of the black background 
*/

select {
  background-color: transparent !important;
}


#inProv {
  font-size: 13px;
}

option {
  color: #000 !important;
}

/* 
  override again for modals because of white background 
*/
.modal-body input {
  border-bottom: 2px solid rgba(0, 0, 0, 0.5); 
  color: #000 !important;
}

.modal-body label {
  color: #222 !important;
}

#inDate {
  color: #fff;
}

input::-webkit-input-placeholder {
  color: #cccccc;
  position:relative;
  padding-left:0;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: padding 0.5s;
  /* For Safari 3.1 to 6.0 */
  transition: padding 0.5s;
  display: block;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc;
  position:relative;
  padding-left:0;
  -moz-transition: padding 0.5s;
  /* For Safari 3.1 to 6.0 */
  transition: padding 0.5s;
  display: block;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
  position:relative;
  padding-left:0;
  -moz-transition: padding 0.5s;
  /* For Safari 3.1 to 6.0 */
  transition: padding 0.5s;
  display: block;
}
input:-ms-input-placeholder {
  color: #cccccc;
  position:relative;
  padding-left:0;
  -ms-transition: padding 0.5s;
  /* For Safari 3.1 to 6.0 */
  transition: padding 0.5s;
  display: block;
}
/*
* On hover
*/
input:hover::-webkit-input-placeholder, input:focus::-webkit-input-placeholder {
  padding-left:10px;
}
input:hover:-moz-placeholder, input:focus:-moz-placeholder {
  /* Firefox 18- */
  padding-left:10px;
}
input:hover::-moz-placeholder, input:focus::-moz-placeholder {
  /* Firefox 19+ */
  padding-left:10px;
}
input:hover:-ms-input-placeholder, input:focus:-ms-input-placeholder {
  padding-left:10px;
}


input {
  background-color: transparent !important;
}

select:focus, input:not([type=checkbox]):not([type=radio]):focus  {
  outline:none !important;
  box-shadow: none !important;
  border-bottom: Solid 2px #d82131 !important;
  
}

.caa label {left: 5.75rem !important}

.recpatcha-disabled-btn {
  background-color: #000000;
}

.money-read-only, .money-sub-item {
  font-size: inherit;
  font-weight: bold;
  opacity: 1.0;
  border: none !important;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

.cart .money-read-only,
.cart .money-sub-item,
.price .money-read-only,
.price .money-sub-item {
  color:#000 !important;
  padding-top: 3px;
}

/* Scrollbars */
body {
  overflow-x: hidden;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  caret-color: #ccc;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

.vue-slider-process {
  background-color: #d82131 !important;
}

.vue-slider-dot-handle {
  border: 2px solid #d82131 !important;
}

.well .strong-text {
  color: #000 !important;
  font-weight: bold;
}

#curbsideSelect {
  color: #000 !important;
  border-bottom-color: #999;
}

.pickup-type-select .form-control {
    padding: 8px 0;
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 8px;
}
.pickup-type-select  ul  span  {
  font-size: 18px;
}

.pickup-type-select ul {
    border-radius: 8px;
}

.login-panel {
  border: 5px outset lightgray;
  background: #f5f5f5;
}

.login-panel h2, .login-panel label {
  color: #000 !important;
}

.login-panel .panel-body {
  border: none;
}

.login-panel input {
  color: #000 !important;
  -webkit-text-fill-color : #000 !important;
}

.login-panel input::placeholder {
  color: #999 !important;
  -webkit-text-fill-color: #000 !important;
}

.scene-help-icon, .scene-trash-icon {
    margin-top: 25px !important;
}

.edit-order-setup {
  color: #ed1f24;
}
.custom-slider-button {
  background-color: #ed1f24;
}

.recommended-item {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}

.recommended-item > .bot div:nth-child(2) input,
.recommended-item > .bot div:nth-child(2) div {
  font-weight: 400;
}

.location-warning-container {
  color: black;
  font-weight: 700;
}
.well-sm {
  font-size: 14px;
}

#googleButtonDiv span {
  color: white;
}

.giftee-modal .panel-default {
  border: none !important;
  background-color: #ffffff !important;
}
.giftee-modal .panel-body {
  background-color: #ffffff !important;
}
.giftee-modal .giftee-notification-select {
  border-bottom: 1px solid #000 !important;
}

/* Scrollbars */
body {
  overflow-x: hidden;
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #C1C1C1 #f5f5f5;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: auto;
}

*::-webkit-scrollbar-track {
  background: #f5f5f5;
}

*::-webkit-scrollbar-thumb {
  background-color: #C1C1C1;
}
