@charset "UTF-8";
/**
 * CONTENTS
 *
 * SETTINGS
 * Global...............Global variables, site-wide settings, config switches, etc.
 *
 * TOOLS
 * Mixins...............Site-wide mixins and functions.
 *
 * GENERIC..............Low-specificity, far-reaching rulesets (e.g. resets).
 * Normalize.css........A level playing field.
 * Box-sizing...........Better default `box-sizing`.
 *
 * BASE
 * Headings.............Unclassed HTML elements (e.g. a {}, blockquote {}, address {}). H1–H6 styles.
 *
 * OBJECTS
 * Wrappers.............Objects, abstractions, and design patterns (e.g. .media {}).
 *
 * COMPONENTS
 * Page-head............The main page header.
 * Page-foot............The main page footer.
 * Buttons..............Button elements.
 *
 * TRUMPS
 * Text.................High-specificity, very explicit selectors. Overrides and helper classes (e.g. .hidden {}).
 */
@import url("https://fonts.googleapis.com/css?family=Dosis:400,500|Source+Sans+Pro:400,600");
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?f9ebd8");
  src: url("../fonts/icomoon.eot?f9ebd8#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2?f9ebd8") format("woff2"), url("../fonts/icomoon.ttf?f9ebd8") format("truetype"), url("../fonts/icomoon.woff?f9ebd8") format("woff"), url("../fonts/icomoon.svg?f9ebd8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*------------------------------------*\
    #MEDIA QUERIES
\*------------------------------------*/
/**
*
* Testing
*
**/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7px;
  padding-right: 8px;
}

@media (min-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7px;
  padding-right: 8px;
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -7px;
  margin-right: -8px;
}

@media (min-width: 768px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 7px;
}

@media (min-width: 768px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 12.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 34em) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 47.9em) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 48em) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 61.9em) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 62em) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 74.9em) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 75em) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.hidden {
  display: none !important;
}

/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-viewport {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  /* vertically center */
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: transparent;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #370800;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #FFFFFF;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -10px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
  margin-bottom:12px;
}

.flickity-page-dots .dot.is-selected {
  background: #FFC92E;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: 600;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

*:focus {
  outline: none;
}

body,
html {
  margin: 0;
  line-height: 1;
  /* -webkit-font-smoothing: antialiased;*/
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  background: white;
  font-family: canada-type-gibson, sans-serif;
  font-size: 15px;
  font-weight: 200;
  color: #370800;
}

body.no-scroll,
html.no-scroll {
  -webkit-overflow-scrolling: auto;
  overflow: hidden !important;
}

/**
 * These values will not show up in content, but can be
 * queried by JavaScript to know which breakpoint is active.
 * https://www.lullabot.com/articles/importing-css-breakpoints-into-javascript
 */
body:before {
  content: "xs";
  display: none;
  /* Prevent from displaying. */
}

@media (min-width: 768px) {
  body:before {
    content: "sm";
  }
}

@media (min-width: 992px) {
  body:before {
    content: "md";
  }
}

@media (min-width: 1200px) {
  body:before {
    content: "lg";
  }
}

.sticky-wrapper {
  width: 100% !important;
}

.equal-height-flex-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.equal-height-flex-row:after, .equal-height-flex-row:before {
  display: none;
}

.equal-height-flex-row > [class*="col-"] {
  display: -ms-flexbox;
  display: flex;
}

.equal-height-flex-row > [class*="col-"] > div {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-group__validation {
  display: none;
  margin-bottom: 10px;
}

.form-group__validation p {
  margin: 0;
}

h1,
.h1 {
  font-size: 35px;
  line-height: 40px;
  margin-top: 0;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
  color: #000000;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 44px;
    line-height: 50px;
    margin-top: 0;
    margin-bottom: 0.5em;
  }
}

h2,
.h2 {
  font-size: 24px;
  line-height: 34px;
  margin-top: 0;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
  color: #000000;
}

@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 30px;
    line-height: 42px;
    margin-top: 0;
    margin-bottom: 8px;
  }
}

h3,
.h3 {
  font-size: 14.4px;
  line-height: 19.2px;
  margin-top: 0;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
  color: #000000;
}

@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 0.5em;
  }
}

h4,
.h4,
h5,
.h5 {
  font-size: 15px;
  line-height: 19.2px;
  margin-top: 0;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 400;
  color: #000000;
}

@media (min-width: 768px) {
  h4,
  .h4,
  h5,
  .h5 {
    font-size: 15px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 0.5em;
  }
}

h6,
.h6 {
  font-size: 11.2px;
  line-height: 19.2px;
  margin-top: 0;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
  color: #000000;
}

@media (min-width: 768px) {
  h6,
  .h6 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 0.5em;
  }
}

.heading-sub, .heading-sub--white {
  font-size: 20px;
  font-weight: 200;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.heading-sub--white {
  color: #FFFFFF;
}

.heading--white {
  color: #FFFFFF;
}

.heading--marge {
  margin-bottom: 0.5em
}

@media (min-width: 768px) {
  .heading--marge {
    margin-bottom: 0.5em
  }
}

a {
  color: #DE9B10;
  text-decoration: underline;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

p {
  line-height: 24px;
  margin-top: 0;
}

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

.text-left {
  text-align: left;
}

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

.btn, .btn--chevron, .btn--primary, .btn--secondary, .btn--white {
  position: relative;
  border: none;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 400;
  padding: 12px 15px;
  line-height: 18px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.btn--secondary--small {
  position: relative;
  border: none;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 15px;
  line-height: 18px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  top: 0;
  margin-left: 10px;
}

.btn--chevron--small {
  padding-right: 45px;
}

.btn--chevron--small:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* -webkit-font-smoothing: antialiased;*/
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: inherit;
}

.btn--chevron--small:after {
  position: absolute;
  top: 7px;
  font-size: 16px;
  right: 15px;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.btn--chevron {
  padding-right: 45px;
}

.btn--chevron:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* -webkit-font-smoothing: antialiased;*/
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: inherit;
}

.btn--chevron:after {
  position: absolute;
  top: 13px;
  font-size: 16px;
  right: 15px;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.btn--disabled {
  opacity: 0.6;
  pointer-events: none;
}

.btn--small {
  padding: 9px 20px;
}

.btn--primary {
  background-color: #FFC92E;
  color: #370800;
}

.btn--primary:hover {
  text-decoration: none;
  background-color: #ffc41a;
}

.btn--primary:active {
  background-color: #ffc41a;
}

.btn--secondary {
  background-color: #1E1E1C;
  color: white;
}

.btn--secondary--small {
  background-color: #1E1E1C;
  color: white;
}

.btn--secondary:hover {
  text-decoration: none;
  background-color: #5c5858;
  color: white;
}

.btn--secondary:active {
  background-color: #5c5858;
  color: white;
}

.btn--white {
  background-color: #FFFFFF;
  color: #370800;
  border: 2px solid #370800;
}

.btn--white:hover {
  text-decoration: none;
  background-color: #370800;
  color: #FFFFFF;
}

.btn--white:active {
  background-color: #ffc41a;
  color: #370800;
}

.btn--link {
  color: #DE9B10;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
  text-decoration: underline;
  text-align: left;
}

.btn--link-up {
  color: #83745D;
}

.btn--link-more:after, .btn--link-up:after, .btn--link-down:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* -webkit-font-smoothing: antialiased;*/
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: inherit;
}

.btn--link-more:after, .btn--link-up:after, .btn--link-down:after {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  font-size: 10px;
}

.btn--link-more:after {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 10px;
}

.btn--link-down:after {
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 1px;
  font-size: 15px;
}

.btn--link-up:after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 1px;
  font-size: 15px;
}

.btn--link-back:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* -webkit-font-smoothing: antialiased;*/
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: inherit;
}

.btn--link-back:before {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 10px;
}

.btn--block {
  display: block;
  width: 100%;
}

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

.form-group--spacer {
  height: 20px;
}

@media (min-width: 992px) {
  .form-group--offset {
    margin-left: 195px;
  }
}

.form-group--offset button:nth-child(2) {
  margin-left: 15px;
}

.form-group input[type=text], .form-group input[type=email], .form-group input[type=phone], .form-group input[type=tel], .form-group input[type=date], .form-group input[type=number], .form-group input[type=password], .form-group input[type=zipcode] {
  width: 100%;
  padding: 15px 10px;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  border: 1px solid rgba(55, 8, 0, 0.25);
  border-radius: 3px;
  font-size: 15px;
  font-family: canada-type-gibson, sans-serif;
  -webkit-appearance: none;
}

.form-group input.block {
  width: 100%;
}

.form-group input + button {
  margin-top: 15px;
}

.form-group__select {
  position: relative;
  display: block;
}

.form-group__select:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* -webkit-font-smoothing: antialiased;*/
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.form-group__select:after {
  pointer-events: none;
  text-indent: 0;
  position: absolute;
  right: 20px;
  top: 19px;
  font-size: 14px;
}

.form-group__select select {
  width: 100%;
  padding: 17px 40px 16px 10px;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  border: 1px solid rgba(55, 8, 0, 0.25);
  border-radius: 3px;
  font-size: 15px;
  line-height: 18px;
  font-family: canada-type-gibson, sans-serif;
  -webkit-appearance: none;
}

.form-group .form-check-label {
  display: block;
  padding: 15px 26px 15px 52px;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  border: 1px solid rgba(55, 8, 0, 0.25);
  border-radius: 3px;
  font-size: 15px;
  line-height: 20px;
  font-family: canada-type-gibson, sans-serif;
  position: relative;
  -webkit-appearance: none;
  cursor: pointer;
  transition: background-color .3s, border-color .3s;
}

.form-group .form-check-label:before {
  content: " ";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 13px;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  border: 1px solid #DE9B10;
  transition: background-color .3s;
}

.form-group .form-check-label:after {
  content: " ";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 18px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #DE9B10;
  opacity: 0;
  transition: opacity .3s;
}

.form-group .form-check-label--noBorder {
  border: none;
  padding: 0 0 0 39px;
  margin: 3px 0;
}

.form-group .form-check-label--noBorder:before {
  left: 0;
}

.form-group .form-check-label--noBorder:after {
  left: 5px;
}

.form-group .form-check-label span {
  font-size: 15px;
}

.form-group .form-check-label--full-width {
  width: 100%;
}

.form-group .form-check-label--cash span,
.form-group .form-check-label--ideal span,
.form-group .form-check-label--pin span,
.form-group .form-check-label--creditcard span,
.form-group .form-check-label--giftcard span {
  position: absolute;
  top: 13px;
  right: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 20px;
}

.form-group .form-check-label--cash span:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* -webkit-font-smoothing: antialiased;*/
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.form-group .form-check-label--pin span:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* -webkit-font-smoothing: antialiased;*/
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.form-group .form-check-input {
  opacity: 0;
  text-indent: -9999px;
  position: absolute;
  pointer-events: none;
  margin-right: 10px;
  box-shadow: none;
}

.form-group .form-check-input[type="checkbox"] + .form-check-label:before {
  border: 1px solid rgba(55, 8, 0, 0.25);
  border-radius: 3px;
}

.form-group .form-check-input[type="checkbox"] + .form-check-label:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* -webkit-font-smoothing: antialiased;*/
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #DE9B10;
}

.form-group .form-check-input[type="checkbox"] + .form-check-label:after {
  font-size: 12px;
  line-height: 16px;
  background-color: transparent;
}

.form-group .form-check-input:checked + .form-check-label:before {
  background-color: #FFFFFF;
}

.form-group .form-check-input:checked + .form-check-label:after {
  opacity: 1;
}

.form-group textarea {
  width: 100%;
  padding: 14px 10px;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  border: 1px solid rgba(55, 8, 0, 0.25);
  border-radius: 3px;
  font-size: 15px;
  font-family: canada-type-gibson, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-group__label {
  margin-bottom: 10px;
  display: none;
  font-weight: 500;
  line-height: 22px;
  color: #000000;
}

@media (min-width: 992px) {
  .form-group__label {
    text-align: left;
    margin-top: 12px;
  }
}

.form-group__label--top {
  margin-top: 2px;
}

.form-group__notification {
  margin-bottom: 10px;
  line-height: 22px;
}

.form-group__notification__title {
  margin: 0;
}

.form-group__field {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.form-group__field--wide {
  margin-bottom: 1em;
}

.form-group--success input {
  border: 1px solid green;
}

.form-group__message {
  border-radius: 3px;
  background-color: #F1F1F1;
  margin-bottom: 10px;
}

.form-group__message--error {
  background-color: red;
  color: #FFFFFF;
  border-radius: 3px;
  padding: 10px;
  display: none;
  line-height: 20px;
}

.form-group__message--show {
  display: block;
}

.form-group__input--addition {
  width: 80px;
  margin-left: 15px;
}

.form-group__input--error {
  border-color: red !important;
}

.form-group__input--error ~ .form-group__message--error {
  display: block;
}

.form-group .control-label {
  display: block;
  margin-bottom: 15px;
}

.form-group .form-control {
  width: 100%;
  display: block;
}

form.showLabels .form-group__label {
  display: block;
}

::-webkit-input-placeholder {
  color: rgba(55, 8, 0, 0.5);
}

:-moz-placeholder {
  color: rgba(55, 8, 0, 0.5);
}

::-moz-placeholder {
  color: rgba(55, 8, 0, 0.5);
}

:-ms-input-placeholder {
  color: rgba(55, 8, 0, 0.5);
}

.list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.list li {
  margin-bottom: 5px;
}

.list--usps li {
  position: relative;
  padding-left: 30px;
  line-height: 26px;
}

.list--usps li:before, .list--usps li:after {
  content: '';
  position: absolute;
}

.list--usps li:before {
  left: 0;
  top: 6px;
}

.franchise-li-second {
  padding-left: 0 !important;
}

.franchise-li-second:before {
  display:none !important;
  content:none !important;
}

.list--usps li:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* -webkit-font-smoothing: antialiased;*/
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #DE9B10;
}

.table {
  width: 100%;
}

.table td {
  padding: 10px 0;
  vertical-align: top;
}

.table td.table-label {
  color: #000000;
  font-weight: 500;
  width: 170px;
}

@media (max-width: 480px) {
  .table td {
    padding: 5px 0;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    direction: ltr !important;
  }
}

.table--small-spacing td {
  padding: 5px 0;
}

.mobile-nav-open .header,
.mobile-nav-open .header-top {
  position: inherit;
}

.header {
  position: relative;
  background: linear-gradient(to right, black 0%, #2C3545 90%);
}

.header--home {
  background-image: url(../img/frontend/home/header-bg-3840.webp);
  background-size: cover;
  background-position: center;
}

@media (max-width: 480px) {
  .header--home {
    background-image: url(../img/frontend/home/header-bg-480.webp);
  }
}

@media (min-width: 481px) and (max-width: 960px) {
  .header--home {
    background-image: url(../img/frontend/home/header-bg-960.webp);
  }
}
@media (min-width: 961px) and (max-width: 1920px) {
  .header--home {
    background-image: url(../img/frontend/home/header-bg-1920.webp);
  }
}

.header:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  display: block;
  width: 100%;
  height: 3em;
  background-color: black;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header--home {
    background-image: url(../img/frontend/home/header-bg-1920.jpg);
  }
  .header:after {
    background-image: url(../images/header-bottom-bg.png);
  }
}

.header-top {
  position: relative;
  z-index: 100;
  padding: 10px 10px;
  transition: background-color .2s;
}

@media (min-width: 768px) {
  .header-top {
    padding: 10px 0;
  }
}

.header-top[data-stuck="true"] {
  width: 100% !important;
  background-color: #000000;
  z-index: 300;
}

.header-top[data-stuck="true"] .header-top-right {
  padding-top: 4px;
}

.header-top__logo {
  display: inline-block;
  max-width: 146px;
  margin-top: -10px;
}

.header-top-nav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, black 0%, #2C3545 90%);
  padding: 20px 70px;
  transition: transform .3s, opacity .3s;
  opacity: 1;
}

@media (min-width: 768px) {
  .header-top-nav {
    position: relative;
    background: transparent;
    padding: 0;
  }
}

.header-top-nav--hidden {
  opacity: 0;
  pointer-events: none;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

@media (min-width: 768px) {
  .header-top-nav--hidden {
    opacity: 1;
    pointer-events: auto;
    -ms-transform: none;
    transform: none;
  }
}

.header-top-nav-close {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 20px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #FFFFFF;
}

.header-top-nav-close:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* -webkit-font-smoothing: antialiased;*/
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: inherit;
}

.header-top-nav-close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-size: 22px;
}

.header-top-nav-close:hover {
  color: #D93234;
}

@media (min-width: 768px) {
  .header-top-nav-close {
    display: none;
  }
}

.header-top-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .header-top-nav-list {
    -ms-transform: none;
    transform: none;
    top: auto;
  }
}

.header-top-nav-list__item {
  color: #FFFFFF;
  font-weight: 500;
  border-bottom: 1px solid #E9E6D9;
}

.header-top-nav-list__item:last-child {
  border-bottom: none;
}

@media (min-width: 768px) {
  .header-top-nav-list__item {
    float: left;
    border-bottom: 0;
    margin: 0 5px;
  }
}

@media (min-width: 992px) {
  .header-top-nav-list__item {
    margin: 0 10px;
  }
}

@media (min-width: 1200px) {
  .header-top-nav-list__item {
    margin: 0 8px;
  }
}

.header-top-nav-list__item a {
  display: block;
  padding: 34px 0;
  color: #FFFFFF;
  font-weight: 200;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
}

.header-top-nav-list__item a:hover, .header-top-nav-list__item a.nav-active {
  color: #FFC92E;
}

@media (min-width: 768px) {
  .header-top-nav-list__item a {
    position: relative;
    font-weight: 200;
    font-size: 15px;
    line-height: 18px;
    padding: 5px 0 15px 0;
    text-decoration: none;
  }
  .header-top-nav-list__item a:hover, .header-top-nav-list__item a.nav-active {
    color: #FFC92E;
    text-decoration: none;
  }
  .header-top-nav-list__item a:hover:before, .header-top-nav-list__item a.nav-active:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    display: block;
    height: 4px;
    width: 100%;
    background-color: #FFC92E;
  }
}

.header-top-right {
  text-align: right;
  padding-top: 4px;
}

@media (min-width: 768px) {
  .header-top-right {
    padding-top: 0;
  }
}

.header-top-right-btn {
  position: relative;
  color: #FFFFFF;
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 15px;
  overflow: hidden;
  font-weight: 500;
  text-decoration: none;
}

.header-top-right-btn--call:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* -webkit-font-smoothing: antialiased;*/
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: inherit;
}

.header-top-right-btn--cart {
  display: none;
  width: auto;
  overflow: visible;
}

.header-top-right-btn--cart:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* -webkit-font-smoothing: antialiased;*/
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: inherit;
}

.header-top-right-btn--cart span {
  display: inline;
  float: right;
  background-color: #FFFFFF;
  padding-top: 4px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 40px;
  line-height: 25px;
  color: #000000;
}

@media (min-width: 992px) {
  .header-top-right-btn--cart span {
    float: none;
    display: inline;
  }
}

.header-top-right-btn--cart:hover span {
  background-color: #FFC92E;
}

@media (min-width: 768px) {
  .header-top-right-btn--cart {
    display: inline-block;
  }
}

.header-top-right-btn--vip:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* -webkit-font-smoothing: antialiased;*/
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: inherit;
}

.header-top-right-btn--vip-active {
  color: #FFC92E;
  text-decoration: none;
}

.header-top-right-btn--vip-active:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  display: block;
  height: 4px;
  width: 100%;
  background-color: #FFC92E;
}

.header-top-right-btn--menu:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* -webkit-font-smoothing: antialiased;*/
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: inherit;
}

@media (min-width: 768px) {
  .header-top-right-btn--menu {
    display: none;
  }
}

.header-top-right-btn:before {
  display: inline-block;
  float: left;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 22px;
  line-height: 35px;
}

@media (min-width: 992px) {
  .header-top-right-btn:before {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (min-width: 992px) {
  .header-top-right-btn {
    width: auto;
    height: 25px;
    margin-left: 10px;
    overflow: visible;
    line-height: 27px;
  }
}

@media (min-width: 1200px) {
  .header-top-right-btn {
    margin-left: 15px;
  }
}

.header-top-right-btn:hover {
  text-decoration: none;
  color: #FFC92E;
}

.header-location {
  position: relative;
  z-index: 1;
  padding: 0;
}

.header-location__title {
  color: #FFFFFF;
  text-align: center;
  margin: 0;
}

@media (min-width: 768px) {
  .header-location__title {
    font-size: 39px;
    margin-bottom: 20px;
  }
  .header-location{
    padding-top: 50px;
  }
}

.header-location__intro {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .header-location__intro {
    font-size: 18px;
    margin: 20px 0;
  }
}

.header-location__intro span {
  display: inline-block;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 5px;
}

.header-location__text {
  color: #FFFFFF;
  text-align: center;
  margin: 1em 0;
}

.header-location__notice {
  position: relative;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  padding: 12px 15px;
  margin: 10px 0;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  background-color: #D93234;
}

.header-location__notice:before {
  content: "";
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -7px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 7px 8px;
  border-color: transparent transparent #D93234 transparent;
}

.header-location__postcodenotice {
  padding-bottom: 15px;
  line-height: 20px;
  font-size: 12px;
}

.header-specials {
  position: relative;
  z-index: 1;
  margin: 20px 0;
}

.footer {
  position: relative;
  padding: 40px 0 20px;
  background-color: #7B6D5A;
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .footer {
    padding: 60px 0;
  }
}

.footer:before {
}

.footer-widget {
  margin: 10px 0;
}

.footer-widget__title {
  color: #FFFFFF;
}

.footer-widget__text {
  font-size: 15px;
}

@media (min-width: 768px) {
  .footer-widget {
    margin: 0 0 20px 0;
  }
}

.footer-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 20px;
}

.footer-nav__list--centered {
  text-align: center;
}

.footer-nav__list--centered li {
  position: relative;
  display: inline-block;
  padding: 0 7px;
}

.footer-nav__list--centered li:not(:last-child):after {
  content: "·";
  position: absolute;
  right: -3px;
  color: white;
}

.footer-nav__list a {
  color: white;
  text-decoration: none;
}

.footer-nav__list a:hover {
  text-decoration: underline;
}

.footer__payment-providers {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__social-media {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__payment-providers li {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.footer__social-media li {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.footer__payment-providers-icon {
  width: 30px;
}

.footer__social-media-icon {
  width: 30px;
  padding-bottom: 6px;
}

.footer-copyright {
  font-size: 10px;
  margin: 10px 0 0 0;
  color: #CAC0A3;
}

@media (min-width: 768px) {
  .footer-copyright {
    font-size: 12px;
    margin: 0;
  }
}

.footer-bottom-links {
  font-size: 12px;
}

.footer-bottom-links a {
  display: inline-block;
  font-size: 12px;
  color: #CAC0A3;
  margin: 0 10px 0 0;
}

.footer-bottom-socialmedia {
  padding-top: 35px;
}

@media (min-width: 768px) {
  .footer-bottom-links a {
    margin: 0 20px;
  }
}

.newsletter-form {
  position: relative;
}

.newsletter-form input[type=email] {
  padding-right: 145px;
  margin-bottom: 0;
}

.newsletter-form .form-group {
  margin-bottom: 0;
}

.newsletter-form .form-group--button {
  right: 8px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.horizontal-line, .horizontal-line--large, .horizontal-line--larger {
  border: none;
  border-bottom: 1px solid #1E1E1C;
  margin: 20px 0;
  text-align: center;
}

.horizontal-line--large {
  margin: 20px 0;
}

@media (min-width: 768px) {
  .horizontal-line--large {
    margin: 30px 0;
  }
}

.horizontal-line--larger {
  margin: 30px 0;
}

@media (min-width: 768px) {
  .horizontal-line--larger {
    margin: 50px 0;
  }
}

.horizontal-line--flame {
  position: relative;
  height: 1px;
  border-bottom: none;
}

.horizontal-line--flame span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.horizontal-line--flame span:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* -webkit-font-smoothing: antialiased;*/
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #1E1E1C;
}

.horizontal-line--flame span:before {
  font-size: 30px;
}

.horizontal-line--flame:before, .horizontal-line--flame:after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  border-bottom: 1px solid #1E1E1C;
}

.horizontal-line--flame:before {
  left: 0;
  width: calc(50% - 9px);
}

.horizontal-line--flame:after {
  right: 0;
  width: calc(50% - 11px);
}

.horizontal-line--arrow {
  position: relative;
}

.horizontal-line--arrow span {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -4px;
  display: inline-block;
  width: 10px;
  height: 10px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #F1F1F1;
  border-left: 1px solid #1E1E1C;;
  border-bottom: 1px solid #1E1E1C;;
}

.usps {
  padding: 0 0 60px 0;
}

.usps__list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  height: 40px;
}

@media (min-width: 768px) {
  .usps{
    padding: 60px 0 0 0;
  }
  .usps__list {
    text-align: center;
    height: auto;
  }
}

.usps__list li {
  padding: 8px 10px;
  font-style: italic;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: transform .3s;
  list-style-type: none;
}

.usps__list li:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /*/* -webkit-font-smoothing: antialiased;*/*/
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #DE9B10;
}

.usps__list li:before {
  margin-right: 10px;
}

@media (min-width: 768px) {
  .usps__list li {
    display: inline-block;
    padding: 0 5px;
    font-size: 17px;
    margin-bottom: 10px;
  }
}

.menu-categories {
  padding: 30px 0 60px 0;
}

@media (min-width: 768px) {
  .menu-categories .category-slider {
    float: left;
  }
}

@media (min-width: 992px) {
  .menu-categories .category-slider {
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .menu-categories .category-slider {
    margin-bottom: 20px;
  }
}

.menu-categories .category-slider:after {
  /* enable Flickity by default */
  content: 'flickity';
  display: none;
  /* hide :after */
}

@media (min-width: 768px) {
  .menu-categories .category-slider:after {
    /* disable Flickity for large devices */
    content: '';
  }
}

.menu-categories .menu-category-item {
  display: block;
  text-align: center;
  text-decoration: none;
  margin-bottom: 30px;
}

.menu-categories .menu-category-item__image {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.menu-categories .menu-category-item__title {
  display: inline-block;
  line-height: 40px;
  font-weight: 400;
  border-bottom: 1px solid #DE9B10;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .menu-categories .menu-category-item__title {
    font-weight: 600;
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .menu-categories .menu-category-item__title {
    font-size: 18px;
  }
}

.menu-categories .menu-category-item:hover .menu-category-item__title {
  border-color: #D93234;
}

.content-block, .content-block--transparent {
  position: relative;
  background-color: #FFFFFF;
  padding: 25px 15px;
}

@media (min-width: 768px) {
  .content-block, .content-block--transparent {
    padding: 50px 30px 30px;
  }
}

.content-block:before, .content-block--transparent:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 40px;
  height: 10px;
  background-color: #E9E6D9;
}

.content-block--transparent {
  padding: 35px 0 15px;
  background-color: transparent;
  color: #FFFFFF;
}

.content-block--no-dash {
  padding: 0;
}

.content-block--no-dash:before {
  display: none;
}

.container-padding {
  padding: 30px 0;
}

.container-padding--medium {
  padding: 30px 0;
}

@media (min-width: 768px) {
  .container-padding--medium {
    padding: 45px 0;
  }
}

@media (min-width: 1200px) {
  .container-padding--medium {
    padding: 75px 0;
  }
}

.container-padding--large {
  padding: 30px 0;
}

@media (min-width: 768px) {
  .container-padding--large {
    padding: 50px 0;
  }
}

@media (min-width: 1200px) {
  .container-padding--large {
    padding: 175px 0;
  }
}

.container-background--gradient {
  background: linear-gradient(to right, black 0%, #2C3545 90%);
}

.container-background--gradient p {
  color: #FFFFFF;
}

.container img {
  max-width: 100%;
  height: auto;
}

.video {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .video-row {
    display: -ms-flexbox;
    display: flex;
  }
  .video-row > [class*="col-"] {
    background-color: #FFFFFF;
  }
}

.video:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* -webkit-font-smoothing: antialiased;*/
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #333333;
}

.video:before {
  font-size: 40px;
  line-height: 80px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: inline-block;
  width: 82px;
  height: 82px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 100%;
}

.video img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video:hover:before {
  background-color: rgba(51, 51, 51, 0.7);
  color: #DE9B10;
}

.home-steps {
  position: relative;
  padding-bottom: 100px;
}

.home-steps-bg--1, .home-steps-bg--2, .home-steps-bg--3 {
  position: absolute;
  display: none;
  width: 45%;
  opacity: 0.25;
  pointer-events: none;
}

@media (min-width: 768px) {
  .home-steps-bg--1, .home-steps-bg--2, .home-steps-bg--3 {
    display: inline-block;
  }
}

.home-steps-bg--1 img, .home-steps-bg--2 img, .home-steps-bg--3 img {
  width: 100%;
  height: auto;
}

.home-steps-bg--1 {
  right: 0;
  top: 0;
}

.home-steps-bg--2 {
  top: 275px;
  left: 0;
}

.home-steps-bg--3 {
  right: 5%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-steps-bg--4 {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.25;
}

.home-steps-bg--4 img {
  width: 100%;
  height: auto;
}

.home-step-row {
  position: relative;
  z-index: 1;
}

.home-step--first {
  padding-top: 25px;
}

.home-step__image {
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .home-step__image {
    width: 96%;
  }
}

.home-step__image img {
  width: 100%;
  height: auto;
}

.home-step__content {
  position: relative;
}

.home-step__number {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  pointer-events: none;
  display: none;
  font-size: 364px;
  width: 250px;
  color: rgba(255, 255, 255, 0.25);
  font-weight: 700;
  text-align: right;
}

@media (min-width: 768px) {
  .home-step__number {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .home-step:nth-child(odd) .home-step__image {
    position: absolute;
    left: -100%;
    top: 80px;
  }
  .home-step:nth-child(odd) .home-step__number {
    top: 170px;
    left: -170px;
  }
  .home-step:nth-child(even) .home-step__title-content {
    margin-top: 280px;
  }
  .home-step:nth-child(even) .home-step__image {
    position: absolute;
    right: -100%;
    top: 0;
  }
  .home-step:nth-child(even) .home-step__number {
    top: 0;
    right: -250px;
  }
}

.menu-dishes {
  padding: 20px 0;
}

.menu-dishes:before, .menu-dishes:after {
  content: " ";
  display: table;
}

.menu-dishes:after {
  clear: both;
}

@media (min-width: 768px) {
  .menu-dishes {
    padding: 30px 0;
  }
}

.menu-dishes__title {
  text-align: center;
}

.menu-dishes__intro {
  max-width: 945px;
  margin: 0 auto 20px auto;
  font-size: 16px;
  font-weight: 200;
  font-style: italic;
  text-align: center;
}

@media (min-width: 768px) {
  .menu-dishes__intro {
    font-size: 16px;
    margin: 0 auto 40px auto;
  }
}

@media (max-width: 480px) {
  .special-slider .col-xs-6 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .special-slider-3 {
    float: left !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .special-slider-3 [class*='col-'] {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.special-slider:after {
  /* enable Flickity by default */
  content: 'flickity';
  display: none;
  /* hide :after */
}

@media (min-width: 992px) {
  .special-slider-3:after {
    content: '' !important;
  }
}

.franchise-slider .col-xs-6 .col-xs-12 .col-sm-12 .col-md-12 {
  width: 100%;
}

.franchise-slider-image {
  width: 45%;
  float: left;
}

.franchise-slider-text {
  width: 50%;
  float: left;
  padding-left: 15px;
}

@media (max-width: 720px) {
  .franchise-slider-image, .franchise-slider-text {
    width: 100%;
    padding-left: 0;
  }
}

.franchise-slider:after {
  /* enable Flickity by default */
  content: 'flickity';
  display: none;
  /* hide :after */
}

/* medium toegevoegd kh */
.menu-dish--large, .menu-dish--medium, .menu-dish--small, .menu-dish--special {
  position: relative;
  display: block;
  text-decoration: none;
  margin-bottom: 30px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.menu-dish--large__content, .menu-dish--medium__content, .menu-dish--small__content, .menu-dish--special__content {
  position: relative;
  background-color: #FFFFFF;
  padding: 20px 50px 20px 20px;
  min-height: 151px; /*  toegevoegd kh */
}

.menu-dish--large__title, .menu-dish--medium__title, .menu-dish--small__title, .menu-dish--special__title {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 18px;
}

@media (min-width:992px) {
  .menu-dish--large__title, .menu-dish--medium__title, .menu-dish--small__title, .menu-dish--special__title {
    font-weight: 600;
    font-size: 18px;
  }
}

.menu-dish--large__sub, .menu-dish--medium__sub, .menu-dish--small__sub, .menu-dish--special__sub {
  color: #370800;
  margin-bottom: 0;
  font-size: 15px;
}

@media (min-width: 768px) {
  .menu-dish--large__sub, .menu-dish--medium__sub, .menu-dish--small__sub, .menu-dish--special__sub {
    font-size: 15px;
  }
}

.menu-dish--large__price, .menu-dish--medium__price,.menu-dish--small__price, .menu-dish--special__price {
  color: #370800;
  margin-bottom: 0;
  font-size: 15px;
}

@media (min-width: 768px) {
  .menu-dish--large__price, .menu-dish--medium__price, .menu-dish--small__price, .menu-dish--special__price {
    margin-top: 10px;
    font-size: 19px;
  }
}

.menu-dish--large__add, .menu-dish--medium__add, .menu-dish--small__add, .menu-dish--special__add {
  position: absolute;
  top: -15px;
  right: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #DE9B10;
  color: #FFFFFF;
  font-size: 32px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
}

.menu-dish--large__add:before, .menu-dish--medium__add:before, .menu-dish--small__add:before, .menu-dish--special__add:before {
  content: "+";
}

@media (min-width: 768px) {
  .menu-dish--large__add, .menu-dish--medium__add,.menu-dish--small__add, .menu-dish--special__add {
    top: auto;
    right: 20px;
    bottom: 20px;
  }
}

.menu-dish--large__add:hover,.menu-dish--medium__add:hover,  .menu-dish--small__add:hover, .menu-dish--special__add:hover {
  background-color: #DE9B10;
}

.menu-dish--large:hover, .menu-dish--medium:hover,.menu-dish--small:hover, .menu-dish--special:hover {
  text-decoration: none;
}

.menu-dish--large:hover .menu-dish--medium__add,.menu-dish--large__add, .menu-dish--small:hover .menu-dish--large__add, .menu-dish--special:hover .menu-dish--large__add {
  background-color: #DE9B10;
}

.menu-dish--large__image, .menu-dish--medium__image {
  display: block;
  width: 100%;
  height: auto;
}

.menu-dish--small {
  padding-left: 75px;
  min-height: 75px;
}

@media (min-width: 768px) {
  .menu-dish--small {
    padding-left: 97px;
    min-height: 97px;
  }
}

.menu-dish--small__image {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 75px;
  height: 75px;
}

@media (min-width: 768px) {
  .menu-dish--small__image {
    width: 97px;
    height: 97px;
  }
}

.menu-dish--small__content {
  min-height: 75px;
  padding: 10px 40px 10px 15px;
}

@media (min-width: 768px) {
  .menu-dish--small__content {
    min-height: 97px;
  }
}

.menu-dish--small__title {
  margin-bottom: 0;
}

.menu-dish--small__price {
  position: absolute;
  left: 15px;
  bottom: 5px;
  margin-top: 0;
}

@media (min-width: 768px) {
  .menu-dish--small__price {
    bottom: 10px;
  }
}

.menu-dish--small__add {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu-dish.active .menu-dish__quantity {
  padding-right: 0;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.menu-dish.active:not(.open) .menu-dish__quantity-increment,
.menu-dish.active:not(.open) .menu-dish__quantity-decrement {
  display: none;
}

.menu-dish.open .menu-dish__quantity {
  padding-right: 40px;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.menu-dish__quantity {
  position: absolute;
  z-index: 2;
  height: 100%;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0 40px 0 15px;
  background-color: #FFFFFF;
  box-shadow: 0 0 20px 20px #FFFFFF;
  overflow: hidden;
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  transition: transform 0.2s, padding 0.2s;
}

.menu-dish__quantity-value {
  float: left;
  width: 44px;
  padding: 0 12px;
  margin-left: 10px;
  margin-right: 20px;
  vertical-align: top;
  text-align: center;
  outline: none;
  border: 1px solid #DE9B10;
  height: 30px;
  border-radius: 15px;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.menu-dish__quantity-value::-webkit-inner-spin-button, .menu-dish__quantity-value::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.menu-dish__quantity-decrement, .menu-dish__quantity-increment {
  float: left;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #FFFFFF;
  border: 1px solid #DE9B10;
  color: #DE9B10;
  font-size: 32px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.menu-dish__quantity-decrement:active, .menu-dish__quantity-decrement:hover, .menu-dish__quantity-increment:active, .menu-dish__quantity-increment:hover {
  color: #FFFFFF;
  background: #DE9B10;
}

.menu-dish__quantity-increment {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  z-index: 20;
  color: #FFFFFF;
  background-color: #DE9B10;
}

.menu-dish__quantity-decrement {
  line-height: 23px;
}

.menu-dish--special {
  margin-bottom: 20px;
}

.menu-dish--special__image {
  display: block;
  width: 100%;
  height: auto;
}

.menu-dish--special__content {
  min-height: 97px;
  padding: 10px;
}

@media (min-width: 768px) {
  .menu-dish--special__content {
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .menu-dish--special__sub-btn-space {
    min-height: 100px;  /*  verwijderd padding right 120 ivm testbevinding  */
  }
}

.menu-dish--special__btn {
  display: none;
  margin-top: 10px; /*  verwijderd absolute position ivm testbevinding  */
}

@media (min-width: 768px) {
  .menu-dish--special__btn {
    display: inline-block;
  }
}

.menu-dish-ribbon {
  position: absolute;
  top: 30px;
  right: -50px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  width: 200px;
  padding: 8px;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  background-color: #DE9B10;
}

.menu-dish-ribbon--primary {
  background-color: #DE9B10;
}

.menu-dish-ribbon--secondary {
  background-color: #D93234;
}

.menu-dish-ribbon--tertiary {
  background-color: #370800;
}

.menu-dish-points {
  position: absolute;
  top: 0;
  left: 25px;
  display: inline-block;
  width: 60px;
  padding: 10px 0 20px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  border-radius: 0 0 100% 100%;
  background-color: #DE9B10;
}

.menu-dish-points--primary {
  background-color: #DE9B10;
}

.menu-dish-points--secondary {
  background-color: #D93234;
}

.menu-dish-points--tertiary {
  background-color: #370800;
}

.cart {
  position: fixed;
  z-index: 400;/*  toegevoegd kh origineel 300 */
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F1F1F1;
  overflow-x: scroll;
  transition: transform .3s;
}

@media (min-width: 480px) {
  .cart {
    top: 0;
    right: 0;
    width: 360px;
    background-color: #FFFFFF;
    box-shadow: 0 -2px 50px 0 rgba(0, 0, 0, 0.25);
  }
}

.cart--hidden {
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  box-shadow: none !important;
}

@media (min-width: 480px) {
  .cart--hidden {
    -ms-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.cart-close {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
  display: inline-block;
}

.cart-close:hover {
  background-color: #5c5858;
  color: white;
}


.cart-header {
  padding: 20px 20px 0;
}

.cart-header__title {
  position: relative;
  border-bottom: 1px solid #DE9B10;
  margin-bottom: 0;
  padding: 0 20px 15px 0;
}

.cart-header__title:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* -webkit-font-smoothing: antialiased;*/
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #370800;
}

.cart-header__title:before {
  font-size: 20px;
  margin-right: 10px;
}

.cart-notice {
  position: relative;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  padding: 12px 15px;
  margin: 10px 0;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  background-color: #D93234;
}

.cart-notice:before {
  content: "";
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -7px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 7px 8px;
  border-color: transparent transparent #D93234 transparent;
}

.cart-dishes {
  padding: 20px 20px 0;
}

.cart-content {
  padding: 0 20px 0;
}

.cart-content-item {
  position: relative;
  margin-bottom: 5px;
}

.cart-content-item:before, .cart-content-item:after {
  content: " ";
  display: table;
}

.cart-content-item:after {
  clear: both;
}

.cart-content-item__label {
  float: left;
  color: #370800;
  margin-bottom: 0;
  font-size: 15px;
}

@media (min-width: 768px) {
  .cart-content-item__label {
    font-size: 15px;
  }
}

.cart-content-item__label--total {
  font-weight: 500;
}

.cart-content-item__price {
  display: inline-block;
  float: right;
  color: #370800;
  margin-bottom: 0;
  font-size: 15px;
}

@media (min-width: 768px) {
  .cart-content-item__price {
    font-size: 15px;
  }
}

.cart-content-item__price--total {
  font-size: 15px;
}

@media (min-width: 768px) {
  .cart-content-item__price--total {
    font-size: 19px;
  }
}

.cart-dish {
  position: relative;
  border-bottom: 1px solid #DE9B10;
  padding: 0 0 20px;
  margin: 0 0 20px 0;
}

.cart-dish__del {
  position: absolute;
  right: 0;
  top: 3px;
  text-decoration: none;
}

.cart-dish__del:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* -webkit-font-smoothing: antialiased;*/
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.cart-dish__del:before {
  font-size: 15px;
}

.cart-dish__del:hover {
  text-decoration: none;
}

.cart-dish__del:hover:before {
  color: #D93234;
}

.cart-dish__title {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 15px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .cart-dish__title {
    font-weight: 600;
    font-size: 18px;
  }
}

.cart-dish__sub {
  color: #370800;
  margin-bottom: 0;
  font-size: 15px;
}

@media (min-width: 768px) {
  .cart-dish__sub {
    font-size: 15px;
  }
}

.cart-dish__quantity {
  position: relative;
  margin: 15px 0 0 0;
  padding: 0;
}

.cart-dish__quantity:before, .cart-dish__quantity:after {
  content: " ";
  display: table;
}

.cart-dish__quantity:after {
  clear: both;
}

.cart-dish__quantity-value {
  float: left;
  width: 44px;
  padding: 0 12px;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: top;
  text-align: center;
  outline: none;
  border: 1px solid #DE9B10;
  height: 30px;
  border-radius: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cart-dish__quantity-value::-webkit-inner-spin-button, .cart-dish__quantity-value::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart-dish__quantity-decrement, .cart-dish__quantity-increment {
  float: left;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #FFFFFF;
  border: 1px solid #DE9B10;
  color: #DE9B10;
  font-size: 32px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: transform 0.1s;
}

.cart-dish__quantity-decrement:active, .cart-dish__quantity-decrement:hover, .cart-dish__quantity-increment:active, .cart-dish__quantity-increment:hover {
  color: #FFFFFF;
  background: #DE9B10;
}

.cart-dish__quantity-decrement:active, .cart-dish__quantity-increment:active {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.cart-dish__quantity-increment {
  color: #FFFFFF;
  background-color: #DE9B10;
}

.cart-dish__quantity-increment:active {
  line-height: 27px;
}

.cart-dish__quantity-decrement {
  line-height: 23px;
}

.cart-dish__price {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0; /*  verwijderd bottom: 18px; ivm testbevinding  */
  color: #370800;
  margin-bottom: 0;
  font-size: 15px;
}

@media (min-width: 768px) {
  .cart-dish__price {
    font-size: 19px;
  }
}

.cart-coupon {
  margin: 20px 0 0 0;
}

.cart-coupon:before, .cart-coupon:after {
  content: " ";
  display: table;
}

.cart-coupon:after {
  clear: both;
}

.cart-footer {
  padding: 10px 20px 0 20px
}

.cart-sticky-button {
  position: fixed;
  z-index: 300;  /*  origineel 90  */
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 60px;
  background-color: #FFC92E;
  padding: 15px;
  color: #000000;
  font-size: 15px;
  text-decoration: none;
  transition: transform .3s;
}

.cart-sticky-button:hover {
  text-decoration: none;
}

.cart-sticky-button:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* -webkit-font-smoothing: antialiased;*/
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #370800;
  font-size: 20px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}

.cart-sticky-button__price {
  background-color: #FFFFFF;
  padding: 10px;
  border-radius: 40px;
  color: #000000;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 45px;
}

.cart-sticky-button__label {
  color: #000000;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 140px;
}

@media (min-width: 768px) {
  .cart-sticky-button--hidden {
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}



@media (min-width: 768px) {
  .cart-open .dish-section,
  .cart-open .top-title,
  .cart-open .dish-nav {
    padding-right: 360px;
  }
  .cart-open .dish-section > .container,
  .cart-open .top-title > .container,
  .cart-open .dish-nav > .container {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .cart-open .dish-section .row > [class*="col-"],
  .cart-open .top-title .row > [class*="col-"],
  .cart-open .dish-nav .row > [class*="col-"] {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .cart-open .dish-section--small-items .row > [class*="col-"],
  .cart-open .top-title--small-items .row > [class*="col-"],
  .cart-open .dish-nav--small-items .row > [class*="col-"] {
    width: 100%;
  }
}

@media (min-width: 1540px) {
  .cart-open .dish-section > .container,
  .cart-open .top-title > .container,
  .cart-open .dish-nav > .container {
    width: 1170px;
  }
}

.cart-open .menu-dish--large__title,
.cart-open .menu-dish--small__title,
.cart-open .menu-dish--special__title {
  font-size: 16px;
  line-height: 18px;
}

.cart-open .menu-dish--large__price,
.cart-open .menu-dish--small__price,
.cart-open .menu-dish--special__price {
  font-size: 16px;
}

.cart-open .menu-dish--small__price {
  bottom: 8px;
}

body.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  overflow-y: scroll;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  transition: transform .3s, opacity .3s;
  opacity: 1;
  -webkit-overflow-scrolling: touch;
}

.modal--hidden {
  opacity: 0;
  pointer-events: none;
}

.modal--hidden .modal-content {
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  box-shadow: none !important;
}

.modal-content {
  position: relative;
  width: 100%;
  min-height: 100px;
  background-color: #FFFFFF;
  transition: transform .3s;
}

@media (min-width: 768px) {
  .modal-content {
    margin: 15vh auto;
    width: 615px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  }
}

.modal-content--small {
  width: 98%;
  margin: 15vh auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

@media (min-width: 480px) {
  .modal-content--small {
    width: 420px;
  }
}

@media (min-width: 992px) {
  .modal-content--large {
    width: 945px;
  }
}

.modal-content__container {
  padding: 20px 20px 10px 20px;
}

@media (min-width: 480px) {
  .modal-content__container {
    padding: 30px 30px 10px 30px;
  }
}

.modal-content__container__modalpostalcode {
  padding: 0 30px 20px 30px;
}

.modal-close {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #FFFFFF;
  border-radius: 100%;
  color: #000000;
}

.modal-close:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* -webkit-font-smoothing: antialiased;*/
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: inherit;
}

.modal-close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-size: 15px;
}

.modal-close:hover {
  color: #D93234;
}

.modal-header {
  padding: 0;
}

.modal-header img {
  display: block;
  width: 100%;
  height: auto;
}

.modal-intro {
  padding: 30px 20px 20px;
  background-color: #FFFFFF;
  text-align: center;
}

@media (min-width: 768px) {
  .modal-intro {
    padding: 50px 20px;
  }
}

.modal-intro__title {
  font-size: 26px;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  .modal-intro__title {
    font-size: 44px;
  }
}

.modal-intro__sub {
  font-size: 16px;
}

@media (min-width: 768px) {
  .modal-intro__sub {
    font-size: 19px;
  }
}

.modal-intro__price {
  display: inline-block;
  background-color: #F1F1F1;
  padding: 13px 20px;
  margin: 20px auto;
  font-size: 15px;
  font-weight: 500;
  border-radius: 40px;
  color: #000000;
}

@media (min-width: 768px) {
  .modal-intro__price {
    margin: 35px 0;
    font-size: 18px;
    font-weight: 600;
  }
}

.modal-intro__text {
  text-align: left;
  font-size: 15px;
}

@media (min-width: 768px) {
  .modal-intro__text {
    text-align: center;
    font-size: 15px;
  }
}

@media (min-width: 480px) {
  .modal-intro__text-trigger {
    display: none;
  }
}

@media (max-width: 480px) {
  .modal-intro__text-collapse {
    position: relative;
    max-height: 85px;
    overflow: hidden;
  }
  .modal-intro__text-collapse:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    pointer-events: none;
  }
}

.modal-step {
  padding: 30px 20px 10px;
  background-color: #F1F1F1;
}

@media (min-width: 768px) {
  .modal-step {
    padding: 40px 20px 20px;
  }
}

.modal-step-head {
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .modal-step-head {
    margin-bottom: 30px;
  }
}

.modal-step-head__nr {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #370800;
  color: #FFFFFF;
  text-align: center;
  line-height: 30px;
  font-weight: 600;
  font-size: 15px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .modal-step-head__nr {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}

.modal-step-head__title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .modal-step-head__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.modal-step-head__sub {
  text-align: center;
  font-size: 15px;
  font-style: italic;
}

@media (min-width: 768px) {
  .modal-step-head__sub {
    font-size: 15px;
  }
}

.modal-step-radio__list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.modal-step-radio__list li {
  position: relative;
  display: inline-block;
  margin: 0 1% 2%;
}

.modal-step-radio__list li input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}

.modal-step-radio__list li input[type="radio"]:checked + label {
  border-color: #370800;
}

.modal-step-radio__list li label {
  display: inline-block;
  padding: 12px 8px;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  color: #000000;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .modal-step-radio__list li label {
    padding: 15px;
    font-size: 15px;
  }
}

.modal-step-multiple:before, .modal-step-multiple:after {
  content: " ";
  display: table;
}

.modal-step-multiple:after {
  clear: both;
}

.modal-step-multiple-item {
  position: relative;
  float: left;
  padding: 10px;
  text-align: center;
  background-color: #FFFFFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  width: 48%;
  margin: 0 1% 2%;
}

@media (min-width: 768px) {
  .modal-step-multiple-item {
    width: 23%;
    margin: 0 1%;
  }
}

.modal-step-multiple-item.inactive {
  pointer-events: none;
  opacity: 0.5;
}

.modal-step-multiple-item--wide {
  width: 100%;
  margin: 0 0 2%;
  text-align: left;
}

.modal-step-multiple-item--wide .modal-step-multiple-item__quantity {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  margin-top: 0;
}

.modal-step-multiple-item__title {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 5px;
}

.modal-step-multiple-item__sub {
  font-size: 15px;
}

.modal-step-multiple-item__quantity {
  position: relative;
  display: inline-block;
  margin: 15px 0 0 0;
  padding: 0;
  background-color: #FFFFFF;
}

.modal-step-multiple-item__quantity:before, .modal-step-multiple-item__quantity:after {
  content: " ";
  display: table;
}

.modal-step-multiple-item__quantity:after {
  clear: both;
}

.modal-step-multiple-item__quantity-value {
  float: left;
  width: 44px;
  padding: 0 12px;
  margin-left: 3px;
  margin-right: 3px;
  vertical-align: top;
  text-align: center;
  outline: none;
  border: 1px solid #DE9B10;
  height: 30px;
  border-radius: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.modal-step-multiple-item__quantity-value::-webkit-inner-spin-button, .modal-step-multiple-item__quantity-value::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.modal-step-multiple-item__quantity-decrement, .modal-step-multiple-item__quantity-increment {
  float: left;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #FFFFFF;
  border: 1px solid #DE9B10;
  color: #DE9B10;
  font-size: 32px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: transform 0.1s;
}

.modal-step-multiple-item__quantity-decrement:active, .modal-step-multiple-item__quantity-decrement:hover, .modal-step-multiple-item__quantity-increment:active, .modal-step-multiple-item__quantity-increment:hover {
  color: #FFFFFF;
  background: #DE9B10;
}

.modal-step-multiple-item__quantity-decrement:active, .modal-step-multiple-item__quantity-increment:active {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.modal-step-multiple-item__quantity-increment {
  color: #FFFFFF;
  background-color: #DE9B10;
}

.modal-step-multiple-item__quantity-increment:active {
  line-height: 27px;
}

.modal-step-multiple-item__quantity-decrement {
  line-height: 23px;
}

.modal-footer {
  padding: 20px;
  background-color: #FFFFFF;
  text-align: center;
  position: sticky;
  bottom: 0;
}

@media (min-width: 768px) {
  .modal-footer {
    padding: 40px 20px 20px;
  }
}

.modal-footer__btn {
  display: block;
}

@media (min-width: 768px) {
  .modal-footer__btn {
    margin-bottom: 20px;
    display: inline-block;
  }
}

.sub-nav,
.dish-nav {
  position: relative;
  background-color: #FFFFFF;
  text-align: center;
  height: 37px;
}

.sub-nav[data-stuck="true"],
.dish-nav[data-stuck="true"] {
  width: 100% !important;
  z-index: 300;
}

@media (min-width: 768px) {
  .sub-nav,
  .dish-nav {
    height: 39px;
  }
}

.sub-nav:after,
.dish-nav:after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  background-color: #DCDCDC;
}

.sub-nav__list,
.dish-nav__list {
  position: relative;
  z-index: 2;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: visible;
}

@media (min-width: 1200px) {
  .sub-nav__list,
  .dish-nav__list {
    display: inline-block;
    text-align: center;
  }
}

.sub-nav__list li,
.dish-nav__list li {
  display: inline-block;
  margin: 0 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .sub-nav__list li,
  .dish-nav__list li {
    margin: 0 15px;
  }
}

.sub-nav__list li a,
.dish-nav__list li a {
  position: relative;
  display: inline-block;
  padding: 12px 0;
  font-size: 15px;
  font-weight: 500;
  color: #370800;
  text-decoration: none;
}

@media (min-width: 768px) {
  .sub-nav__list li a,
  .dish-nav__list li a {
    font-size: 15px;
  }
}

.sub-nav__list li a:hover, .sub-nav__list li a.active,
.dish-nav__list li a:hover, .dish-nav__list li a.active {
  text-decoration: none;
}

.sub-nav__list li a:hover:after, .sub-nav__list li a.active:after,
.dish-nav__list li a:hover:after, .dish-nav__list li a.active:after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  background-color: #DE9B10;
}

.top-title {
  padding: 25px 0 0 0;
  background-color: #FFFFFF;
}

@media (min-width: 768px) {
  .top-title {
    padding: 50px 0 20px 0;
  }
}

.top-title__title {
  margin-bottom: 0;
  font-size: 26px;
}

@media (min-width: 768px) {
  .top-title__title {
    font-size: 40px;
    margin-bottom:0;
  }
}

.top-title__title span {
  display: none;
}

@media (min-width: 768px) {
  .top-title__title span {
    display: inline;
  }
}

.zipcode-form {
  position: relative;
}

.zipcode-form input[type=email] {
  padding-right: 145px;
  margin-bottom: 0;
}

.zipcode-form .form-group {
  margin-bottom: 0;
}

.zipcode-form .form-group--button {
  right: 8px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.postalcode-form {
  position: relative;
}

.postalcode-form input[type=email] {
  padding-right: 145px;
  margin-bottom: 0;
}

.postalcode-form .form-group {
  margin-bottom: 0;
}

.postalcode-form .form-group--button {
  right: 8px;
  position: absolute;
  top: 84%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .postalcode-form .form-group--button {
    top: 82%;
  }
}

.checkout-form {
  overflow-x: hidden;
}

.checkout-form-container {
  position: relative;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .checkout-form-container {
    padding: 60px 0;
  }
}

.checkout-form-container:nth-child(odd) {
  background-color: #FFFFFF;
}

.checkout-form-container:nth-child(even) {
  background-color: #F1F1F1;
}

.checkout-form-container:before, .checkout-form-container:after {
  content: '';
  position: absolute;
  top: 0;
  width: 300vw;
  height: 100%;
  background-color: inherit;
}

.checkout-form-container:before {
  left: -300vw;
}

.checkout-form-container:after {
  right: -300vw;
}

.checkout-vip {
  padding-bottom: 190px;
}

@media (min-width: 768px) {
  .checkout-vip {
    padding-bottom: 60px;
  }
}

.checkout-vip__number {
  color: #DE9B10;
  font-size: 100px;
  font-weight: 600;
  line-height: 70px;
  margin-bottom: 10px;
}

.checkout-vip__image {
  position: absolute;
  bottom: 0;
  right: auto;
  margin-top: 10px;
  pointer-events: none;
}

@media (min-width: 768px) {
  .checkout-vip__image {
    position: absolute;
    z-index: 1;
    right: -100px;
  }
}

.checkout-receipt {
  background-color: #FFFFFF;
  margin-bottom: 20px;
  padding: 0 10px;
}

@media (min-width: 992px) {
  .checkout-receipt {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  }
}

.checkout-receipt-col > .stickystack-placeholder {
  height: 0 !important;
}

.checkout-receipt-container {
  padding-top: 0;
}

@media (min-width: 992px) {
  .checkout-receipt-container {
    padding-top: 60px;
  }
}

.checkout-receipt-container.stickystack-stuck {
  padding-top: 20px;
}

.checkout-receipt-header {
  padding: 20px 0 0;
}

@media (min-width: 992px) {
  .checkout-receipt-header {
    padding: 20px 20px 0;
  }
}

.checkout-receipt-header__title {
  position: relative;
  border-bottom: 1px solid #DE9B10;
  margin-bottom: 0;
  padding: 0 20px 15px 0;
}

.checkout-receipt-dishes {
  padding: 20px 0 0;
}

@media (min-width: 992px) {
  .checkout-receipt-dishes {
    padding: 20px 20px 0;
  }
}

.checkout-receipt-dish {
  position: relative;
  border-bottom: 1px solid #DE9B10;
  padding: 0 0 20px;
  margin: 0 0 20px 0;
}

.checkout-receipt-dish__del {
  position: absolute;
  right: 0;
  top: 3px;
  text-decoration: none;
}

.checkout-receipt-dish__del:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* -webkit-font-smoothing: antialiased;*/
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.checkout-receipt-dish__del:before {
  font-size: 15px;
}

.checkout-receipt-dish__del:hover {
  text-decoration: none;
}

.checkout-receipt-dish__del:hover:before {
  color: #D93234;
}

.checkout-receipt-dish__title {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 15px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .checkout-receipt-dish__title {
    font-weight: 600;
    font-size: 18px;
  }
}

.checkout-receipt-dish__sub {
  color: #370800;
  margin-bottom: 0;
  font-size: 15px;
}

@media (min-width: 768px) {
  .checkout-receipt-dish__sub {
    font-size: 15px;
  }
}

.checkout-receipt-dish__label {
  display: inline-block;
  padding: 5px 10px;
  color: #FFFFFF;
  background-color: #DE9B10;
  border: 1px solid #DE9B10;
  border-radius: 3px;
}

.checkout-receipt-dish__price {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  color: #370800;
  margin-bottom: 0;
  font-size: 15px;
}

@media (min-width: 768px) {
  .checkout-receipt-dish__price {
    font-size: 19px;
  }
}

.checkout-receipt-content {
  padding: 0 0 20px;
}

@media (min-width: 992px) {
  .checkout-receipt-content {
    padding: 0 20px 20px;
  }
}

.checkout-receipt-content-item {
  position: relative;
  margin-bottom: 5px;
}

.checkout-receipt-content-item:before, .checkout-receipt-content-item:after {
  content: " ";
  display: table;
}

.checkout-receipt-content-item:after {
  clear: both;
}

.checkout-receipt-content-item__label {
  float: left;
  color: #370800;
  margin-bottom: 0;
  font-size: 15px;
}

@media (min-width: 768px) {
  .checkout-receipt-content-item__label {
    font-size: 15px;
  }
}

.checkout-receipt-content-item__label--total {
  margin-top: 15px;
  font-weight: 500;
}

.checkout-receipt-content-item__price {
  display: inline-block;
  float: right;
  color: #370800;
  margin-bottom: 0;
  font-size: 15px;
}

@media (min-width: 768px) {
  .checkout-receipt-content-item__price {
    font-size: 15px;
  }
}

.checkout-receipt-content-item__price--total {
  margin-top: 15px;
  font-size: 15px;
}

@media (min-width: 768px) {
  .checkout-receipt-content-item__price--total {
    font-size: 19px;
  }
}

.checkout-receipt-footer {
  padding: 0 0 20px;
}

@media (min-width: 992px) {
  .checkout-receipt-footer {
    padding: 0 20px 20px;
  }
}

.checkout-receipt-footer p {
  margin-top: 10px;
  margin-bottom: 0;
}

.checkout-confirm-container {
  padding: 60px 0;
  background-color: #F1F1F1;
}

.checkout-confirm-head {
  margin-bottom: 40px;
}

.checkout-confirm-head__title {
  margin-bottom: 10px;
}

.checkout-confirm-info {
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  padding: 20px;
}

.checkout-confirm-info__title {
  font-weight: 500;
  margin-bottom: 0;
}

.checkout-confirm-info__map {
  width: 100%;
  height: auto;
}

.checkout-confirm-info:after {
  content: "";
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -4px;
  display: inline-block;
  width: 10px;
  height: 10px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  background-color: #FFFFFF;
  box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.15);
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
}

.checkout-confirm-delivery-info {
  margin: 40px 0;
  text-align: center;
}

.checkout-confirm-delivery-info__time {
  margin-bottom: 20px;
}

.checkout-confirm-delivery-info__time span {
  display: inline-block;
  background-color: #FFFFFF;
  padding: 15px 20px;
  border: 1px solid #370800;
}

.locations-container {
  padding: 60px 0;
  background-color: #FFFFFF;
}

.locations-head {
  margin-bottom: 40px;
}

.locations-head__link {
  display: inline-block;
  margin-bottom: 20px;
}

.locations-head__title {
  margin-bottom: 10px;
}

.locations-switch {
  border-bottom: 2px solid #DE9B10;
}

@media (min-width: 993px) {
  .locations-switch {
    display: none;
  }
}

.locations-switch #showLocationList {
  margin-left: 10px;
}

.locations-switch #showLocationMap {
  margin-right: 10px;
}

.locations-switch-btn {
  display: block;
  padding: 12px 10px;
  text-align: center;
  color: #370800;
  text-decoration: none;
}

.locations-switch-btn:hover {
  color: #DE9B10;
  text-decoration: none;
}

.locations-switch-btn.active {
  color: #FFFFFF;
  background-color: #DE9B10;
}

.locations-switch-btn:before {
  margin-right: 10px;
}

.locations-column {
  display: none;
}

@media (min-width: 993px) {
  .locations-column {
    display: block;
  }
}

.locations-column--active {
  display: block;
}

@media (min-width: 993px) {
  .locations-list {
    height: 726px;
    border: 1px solid #DCDCDC;
    overflow-y: auto;
  }
}

.locations-list__item {
  position: relative;
  display: block;
  border-bottom: 1px solid #DCDCDC;
  padding: 20px;
  text-decoration: none;
  color: #333333;
}

.locations-list__item:hover {
  text-decoration: none;
  background-color: rgba(220, 220, 220, 0.3);
}

.locations-list__item--active {
  border-bottom: 0 solid transparent;
  padding-bottom: 21px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  background-color: rgba(220, 220, 220, 0.3);
}

.locations-list__item-distance {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 14px;
  color: #333333;
}

.locations-list__item-address {
  font-style: normal;
  line-height: 24px;
  margin-bottom: 10px;
  color: #370800;
}

.locations-list__item-address strong {
  color: #333333;
}

.locations-list__item-label {
  position: absolute;
  right: 20px;
  top: 45px;
  display: inline-block;
  color: #333333;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #333333;
  border-radius: 3px;
  padding: 3px 5px;
  text-decoration: none;
}

.locations-list__item-types {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}

.locations #storelocatormap {
  width: 100%;
  height: 726px;
}

.locations-map-infowindow {
  padding-top: 15px;
  font-size: 16px;
}

.locations-is-open, .locations-is-closed {
  margin-bottom: 10px;
}

.locations-is-open span,
.locations-is-closed span {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 5px 5px;
  margin-right: 8px;
  text-decoration: none;
  background-color: #FFFFFF;
}

.locations-is-open span {
  color: #370800;
  border: 1px solid #370800;
}

.locations-is-closed span {
  color: #D93234;
  border: 1px solid #D93234;
}

.location-detail-container {
  padding: 60px 0;
  background-color: #FFFFFF;
}

.location-detail-head {
  margin-bottom: 40px;
}

.location-detail-head__link {
  display: inline-block;
  margin-bottom: 20px;
}

.location-detail-head__title {
  margin-bottom: 10px;
}

.location-detail-head__info-label {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 15px;
  text-transform: uppercase;
  border-radius: 3px;
  border: 1px solid #370800;
}

.location-detail-box {
  margin-bottom: 30px;
}

.location-detail-info {
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  padding: 20px;
}

.location-detail-review {
  font-size: 16px;
  /*font-weight: bold;*/
}

.location-detail-info__title {
  font-weight: 500;
  margin-bottom: 0;
}

@media (min-width: 480px) {
  .location-detail-times {
    column-count: 2;
    column-gap: 0;
    column-fill: auto;
    margin: auto;
  }
}

@media (min-width: 992px) {
  .location-detail-times {
    column-count: 1;
    column-gap: 0;
    column-fill: auto;
    margin: auto;
  }
}

.location-detail-times-time {
  position: relative;
  display: block;
  line-height: 30px;
  padding-left: 110px;
  padding-right: 20px;
  break-inside: avoid-column;
  text-align: right;
}

.location-detail-times-time__label {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 90px;
  margin-right: 20px;
  text-align: left;
}

.location-detail-actions {
  background-color: #F1F1F1;
  padding: 20px 20px 0 20px;
}

.location-search {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  width: 33.3%;
}

@media (max-width: 992px) {
  .location-search {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 7px;
    margin-right: 8px;
    width: 97%;
    border-bottom: 1px solid #DCDCDC;
  }
}
.location-search-input {
  width: 100%;
  border: 1px solid #DCDCDC;
  border-radius: 3px;
  text-indent: 30px;
  background-position: -22px -20px;
  background-repeat: no-repeat;
  background-image: url('/img/search.png');
  height: 30px;
}

.reviews-container {
  position: relative;
  background-color: #E9E6D9;
  padding: 30px 0 30px;
}

@media (min-width: 768px) {
  .reviews-container {
    padding: 50px 0 20px;
  }
}

@media (max-width: 480px) {
  .reviews-slider .col-xs-6 {
    width: 100%;
  }

  #reviewcaption {
    padding-bottom: 20px;
  }

  .flickity-page-dots {
    padding-bottom: 20px;
  }
}
#reviewcaption {
  color: #1E1E1C;
  margin-top: -15px;
}

@media (min-width: 992px) {
  .reviews-slider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .reviews-slider [class*='col-'] {
    display: -ms-flexbox;
    display: flex;
  }
}

.reviews-slider:after {
  /* enable Flickity by default */
  content: 'flickity';
  display: none;
  /* hide :after */
}

@media (min-width: 992px) {
  .reviews-slider:after {
    /* disable Flickity for large devices */
    content: '';
  }
}

.reviews-item {
  position: relative;
  width: 85%;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.reviews-item__rating {
  margin-bottom: 15px;
}

.reviews-item__rating-star {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #FFFFFF;
}

.reviews-item__rating-star:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* -webkit-font-smoothing: antialiased;*/
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: inherit;
}

.reviews-item__rating-star:before {
  font-size: 22px;
}

.reviews-item__rating-star--half:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* -webkit-font-smoothing: antialiased;*/
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: inherit;
}

.reviews-item__rating-star--full:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* -webkit-font-smoothing: antialiased;*/
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: inherit;
}

.reviews-item__rating-nr {
  display: inline-block;
  color: #1E1E1C;
  font-size: 18px;
  font-weight: 500;
  margin-left: 5px;
}

.reviews-item__text {
  font-style: italic;
  font-weight: 200;
}

.reviews-item__name {
  font-weight: 300;
  margin-bottom: 0;
}

.reviews-item__filiaal {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0;
}

.login-form,
.forgot-form {
  position: relative;
}

.login-form [type=submit],
.forgot-form [type=submit] {
  margin: 5px 0;
}

@media (min-width: 768px) {
  .login-form [type=submit],
  .forgot-form [type=submit] {
    margin: 0;
  }
}

.login-form__links,
.forgot-form__links {
  margin-top: 10px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .login-form__links,
  .forgot-form__links {
    margin-top: 0;
  }
}

.login-form__links .btn, .login-form__links .btn--chevron, .login-form__links .btn--primary, .login-form__links .btn--secondary, .login-form__links .btn--white,
.forgot-form__links .btn,
.forgot-form__links .btn--chevron,
.forgot-form__links .btn--primary,
.forgot-form__links .btn--secondary,
.forgot-form__links .btn--white {
  padding: 0;
}

.account-header {
  position: relative;
  z-index: 1;
  padding: 50px 0 300px 0;
}

.account-header__subtitle {
  color: #FFFFFF;
  margin: 0;
}

.account-header__title {
  color: #FFFFFF;
  margin: 0;
}

@media (min-width: 768px) {
  .account-header__title {
    font-size: 44px;
  }
}

.account-points {
  margin-bottom: 40px;
  padding: 0 10px;
  text-align: center;
}

.account-points h2 {
  margin-bottom: 10px;
}

.account-points__number {
  color: #DE9B10;
  font-size: 100px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

.account-order {
  padding: 20px 15px 0 15px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .account-order {
    padding: 20px 20px 0 30px;
  }
}

.account-order.active .account-order__content {
  max-height: 9999999px;
}

.account-order__head {
  padding-bottom: 20px;
}

.account-order__head-date {
  color: #000000;
  font-weight: 500;
}

.account-order__head-spacing {
  display: inline-block;
  padding: 12px 0;
}

.account-order__content {
  max-height: 0;
  overflow: hidden;
}

.account-order__image {
  width: 100%;
  margin-bottom: 20px;
}

.account-order__points {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .account-order__points {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .account-order__points-title {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
  }
}

.account-order__points-label {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #DE9B10;
  border-radius: 3px;
  margin-right: 5px;
}

.account-tabs {
  position: relative;
  z-index: 200;
  -ms-transform: translateY(-300px);
  transform: translateY(-300px);
  width: 100%;
}

.account-tabs-container {
  position: relative;
}

.account-tabs__nav {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 0 10px;
  list-style-type: none;
}

@media (min-width: 768px) {
  .account-tabs__nav {
    padding: 0;
  }
}

.account-tabs__nav-item {
  display: inline-block;
}

.account-tabs__nav-item > a {
  display: inline-block;
  padding: 20px 20px;
  color: #FFFFFF;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  border-radius: 2px 2px 0 0;
}

@media (min-width: 768px) {
  .account-tabs__nav-item > a {
    padding: 15px 35px;
  }
}

.account-tabs__nav-item > a:hover {
  color: #000000;
  background-color: #bebebe;
}

.account-tabs__nav-item--active > a {
  color: #000000;
  cursor: default;
  background-color: #F1F1F1;
}

.account-tab {
  display: none;
}

.account-tab--active {
  display: block;
  background-color: #efefef;
}

.account-tab__backcontainer {
  margin-bottom: 10px;
}

.account-tab__left {
  padding: 20px 10px;
}

@media (min-width: 768px) {
  .account-tab__left {
    padding: 40px 40px 20px;
  }
}

.account-tab__right {
  padding: 20px 10px;
  background-color: #FFFFFF;
}

@media (min-width: 768px) {
  .account-tab__right {
    padding: 40px 20px 20px;
  }
}

.account-tab__title {
  margin-bottom: 20px;
}

.rewards-tabs {
  position: relative;
}

.rewards-tabs-container {
  position: relative;
}

.rewards-tabs:after {
  position: absolute;
  z-index: 1;
  top: 33px;
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  background-color: #DCDCDC;
}

@media (min-width: 480px) {
  .rewards-tabs:after {
    top: 35px;
  }
}

.rewards-tabs__nav {
  position: relative;
  z-index: 2;
  list-style: none;
  padding: 0 10px;
  margin: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: visible;
}

@media (min-width: 480px) {
  .rewards-tabs__nav {
    padding: 0 15px;
  }
}

.rewards-tabs__nav-item {
  display: inline-block;
  margin: 0 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (min-width: 480px) {
  .rewards-tabs__nav-item {
    margin: 0 15px;
  }
}

.rewards-tabs__nav-item > a {
  position: relative;
  display: inline-block;
  padding: 12px 0;
  font-size: 15px;
  font-weight: 500;
  color: #370800;
  text-decoration: none;
}

@media (min-width: 480px) {
  .rewards-tabs__nav-item > a {
    font-size: 15px;
  }
}

.rewards-tabs__nav-item > a:hover, .rewards-tabs__nav-item > a.active {
  text-decoration: none;
}

.rewards-tabs__nav-item > a:hover:after, .rewards-tabs__nav-item > a.active:after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  background-color: #DE9B10;
}

.rewards-tabs__nav-item--active > a {
  text-decoration: none;
}

.rewards-tabs__nav-item--active > a:after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  background-color: #DE9B10;
}

.rewards-tabs__content {
  padding: 15px;
  background-color: #efefef;
}

@media (min-width: 480px) {
  .rewards-tabs__content {
    padding: 30px;
  }
}

.rewards-tab {
  display: none;
}

.rewards-tab--active {
  display: block;
}

.coupon {
  margin: 0 0 20px 0;
}

.coupon:before, .coupon:after {
  content: " ";
  display: table;
}

.coupon:after {
  clear: both;
}

.coupon-form {
  position: relative;
}

.coupon-form.succes:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* -webkit-font-smoothing: antialiased;*/
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #DE9B10;
}

.coupon-form.succes:before {
  position: absolute;
  z-index: 2;
  left: 10px;
  top: 15px;
  font-size: 20px;
}

.coupon-form.succes input[type=text] {
  padding-left: 45px;
}

.coupon-form input[type=text] {
  padding-right: 140px;
  margin-bottom: 0;
}

.coupon-form .form-group {
  margin-bottom: 0;
}

.coupon-form .form-group--button {
  right: 8px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.content-page__image {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .content-page__image {
    margin-bottom: 0;
  }
}

:target:before {
  content: "";
  display: block;
}

#interesseanchor:target:before {
  height: 0;
}

.address__del {
  position: absolute;
  right: 20px;
  top: 5px;
  text-decoration: none;
}

.address__del:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  /* -webkit-font-smoothing: antialiased;*/
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #000000;
}

.address__del:before {
  font-size: 15px;
}

.address__del:hover {
  text-decoration: none;
}

.address__del:hover:before {
  color: #D93234;
}
