@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600|Lato:300,400,500,600|Nova+Mono:400');.font-primary, body { font-family: Lato, sans-serif !important; }.font-secondary { font-family: Oswald, sans-serif !important; }.font-tertiary { font-family: Nova Mono, monospace !important; }.primary-bg-color { background-color: rgb(255, 255, 255)!important; }.btn-choice:not(.active):hover { background-color: rgb(255, 255, 255)!important; }.primary-bg-border-color { border-color: rgb(255, 255, 255)!important; }.popover.top > .arrow { border-top-color: rgb(255, 255, 255)!important; }.popover.left > .arrow { border-left-color: rgb(255, 255, 255)!important; }.popover.right > .arrow { border-right-color: rgb(255, 255, 255)!important; }.popover.bottom > .arrow { border-bottom-color: rgb(255, 255, 255)!important; }.primary-border-color { border-color: rgb(255, 255, 255)!important; }.primary-text-color { color: rgb(57, 57, 57)!important; }.primary-text-border-color { border-color: rgb(57, 57, 57)!important; }.secondary-bg-color { background-color: rgb(153, 153, 153)!important; }.secondary-text-inverse-color { color: rgb(153, 153, 153)!important; }.secondary-text-color { color: rgb(0, 0, 0)!important; }.secondary-bg-inverse-color { background-color: rgb(0, 0, 0)!important; }.secondary-bg-inverse-color:before { background-color: rgb(0, 0, 0)!important; }.secondary-bg-inverse-color:after { background-color: rgb(0, 0, 0)!important; }.action-bg-color { background-color: rgb(0, 0, 0)!important; fill: rgb(0, 0, 0)!important }.action-text-color { color: rgb(0, 0, 0)!important; }.action-border-color { border-color: rgb(0, 0, 0)!important; }.action-inverse-bg-color { background-color: rgb(204, 0, 51)!important; fill: rgb(204, 0, 51)!important }.action-inverse-text-color { color: rgb(204, 0, 51)!important; }.action-inverse-border-color { border-color: rgb(204, 0, 51)!important; }.selection-bg-color { background-color: rgb(0, 0, 0)!important; fill: rgb(0, 0, 0)!important }.selection-text-color { color: rgb(0, 0, 0)!important; }.selection-border-color { border-color: rgb(0, 0, 0)!important; }.btn:hover .tab-icon.filled {background-color: rgb(0, 0, 0)!important; }.btn:active .tab-icon.filled {background-color: rgb(0, 0, 0)!important; }.btn.active .tab-icon.filled {background-color: rgb(0, 0, 0)!important; }.selection-inverse-bg-color { background-color: rgb(255, 255, 255)!important; fill: rgb(255, 255, 255)!important }.selection-inverse-text-color { color: rgb(255, 255, 255)!important; }.selection-inverse-border-color { border-color: rgb(255, 255, 255)!important; }.secondary-bg { background-color: rgb(153, 153, 153)!important; }.secondary-text { color: rgb(255, 214, 165)!important; }.intro-highlight-bg-color { background-color: rgb(0, 0, 0)!important; }.intro-highlight-text-color { color: rgb(0, 0, 0)!important; }.intro-highlight-inverse-bg-color { background-color: rgb(0, 0, 0)!important; }.intro-highlight-inverse-text-color { color: rgb(0, 0, 0)!important; }.leftMenuBg,.rightMenuBg,.tabs-menu,.overlay-menu,.order-tree-slider-wrapper,.sticky-group-name { background-color: rgb(255, 255, 255)!important; }.main-footer { background-color: rgb(255, 255, 255)!important; }.home-info-bg-fix { opacity: 0.5 !important; }@import url('https://fonts.googleapis.com/css?family=Domine:400,700');

.panel-header, 
.panel-group-name,
.panel-item-name,
.panel-item-description {
  font-family: 'Domine', serif !important;
  font-weight: 700 !important;
}

.panel-item-description {
  font-weight: 400 !important;
  color: #393939 !important;
}

.panel-group-name,
.panel-item-name {
  color: #cd1623;
}

#checkout {
font-weight: 600 !important;
}

.store-info-container,
.menu-item-name {
text-transform: uppercase;
}
.store-info-container *,
#home-page .store * {
  font-family: 'Oswald', serif !important;
   font-weight: 500 !important;
}

.menu-item-name {
	font-size: 16px;
  font-weight: 500 !important;
  color: #393939 !important;
}

.home-info-bg-fix {
	opacity: 1 !important;
  background: #fff !important;
  
}
.intro-highlight-text-color,
.order-info-wrapper {
  color: #000 !important;
}

.home-wrapper .home-featured-content {
    left: 250px !important;
  right: 0 !important;
  width: auto !important;
}

@media screen and (max-width: 767px) {
  .home-wrapper .home-featured-content {
left: 0 !important;
  }
}

#home-page {
  background-color: #e7e7e7 !important;
}

.btn-menu.active, 
.btn-menu.focus, 
.btn-menu:active, 
.btn-menu:focus, 
.btn-menu:hover {
    border-bottom: 0 !important;
}

.btn-menu.active span, 
.btn-menu.focus span, 
.btn-menu:active span, 
.btn-menu:focus span, 
.btn-menu:hover span {
  	color: #cd1623 !important;
}

.home-wrapper .home-info .logo-wrapper {
  padding-top: 30px;
    width: 180px !important;
    margin: 0 35px !important;
  min-height: 120px !important;
}

.order-info-wrapper h5 {
  font-family: 'Domine', serif !important;
  font-size: 20px !important;
}

.order-info-wrapper .custom-radio-details {
 font-size: 16px !important;
  font-weight: 500 !important;
}

.center-panel .featured-content {
    height: 200px !important;
}

.featured-content img.cover {
  left: 0 !important;
  -webkit-transform: translate(0,-50%) !important;
  transform: translate(0,-50%) !important;
}

.home-wrapper {
	min-height: 665px !important;
}

.header .container {
	display: flex;
}

.item-name {
	font-family: 'Domine', serif !important;
}

@media screen and (max-width: 767px)  {
  .intro-highlight-text-color, .order-info-wrapper {
      color: #fff !important;
  }
}

.mobile-info-wrapper .margin-top-5,
.pickup-store-details .lead {
  font-size: 24px !important;
  font-weight: bold !important;
}

#continue-to-menu{
  color: #990f18 !important;
}

.basic-award-popover-title{
  background-color: #C31F38 !important;
}

.inline-award-points-background{
	background-color: #C31F38 !important;
}

#register{
  background-color :#C31F38 !important;
}


fts-register-or-login > div > div > div > span > button.action-text-color{
  color :#C31F38 !important;
}

.basic-award-popover-title, #register {
    color: white !important;
}

#account-link-my-orders {display:none!important;}.alert-form.alert-danger, .alert.alert-danger { background-color: rgb(153, 153, 153) !important; }.error-bg-color { background-color: rgb(153, 153, 153)!important; }.alert-form.alert-danger, .alert.alert-danger { color: rgb(0, 0, 0) !important; }.notifications { background-color: rgb(153, 153, 153) !important; }.notifications { color: rgb(0, 0, 0) !important; }.text-danger { color: rgb(175, 223, 255) !important; }.special-indicator { color: rgb(117, 185, 190) !important; }