/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */
/* gradient */
/* breakpoints */
/* media */
/* search */
/* mobile sub header */
/* allergy filter mobile */
/* sidebar */
/* spinner (quantity) */
/* ordering detail page */
/* ordering carousel */
/* mobile navigation */
/* ordering */
/* product extras */
/* default button color */
/* notification bars */
/* dimensions */
/*ribbons*/
/*add to cart*/
/* ordering categories */
/* allergies */
/* allergy filter desktop */
/* checkout */
/* col cart */
/* alerts */
/* icons / buttons */
/* cookies */
.ico-contact-before:before,
.ico-delivery-before:before,
.ico-info-before:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.ico-contact-before:before {
  background-image: url('/Content/images/icons/icon_contact.png');
}
.ico-delivery-before:before {
  background-image: url('/Content/images/icons/icon_delivery.png');
}
.ico-info-before:before {
  background-image: url('/Content/images/icons/icon_info.png');
}
.button-grey {
  background-color: #4c4c4c;
  border: thin solid #d8d8d8;
  border-radius: 4px;
  padding: 15px 50px 15px 50px;
  min-height: 50px;
  color: white;
  text-transform: uppercase;
}
input,
button {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* z-index, some values moved to this place to make editing easier */

#background-overlay {
  z-index: 2;
}
.col-categories .list-group-item {
  z-index: 1;
}
#search-detail-container {
  z-index: 2;
}
main > div.fixed-hr {
  z-index: 1;
}
#header {
  z-index: 7;
}
#header > div {
  z-index: 7;
}
#header > div #sidebar-mask {
  z-index: 7;
}
#header > div .sidebar-wrapper {
  z-index: 7;
}
#header > div .sidebar-wrapper .navbar-toggler {
  z-index: 7;
}
#mobile-sub-header {
  z-index: 5;
}
#search-detail-container {
  z-index: 7 !important;
}
.allergy-filter {
  z-index: 1;
}
#allergy-legend {
  z-index: 5;
}
#checkoutController .control-label {
  z-index: 1;
}
.notification-bar {
  z-index: 1;
}
footer {
  z-index: 1 !important;
}
.btn,
.preparation-method-tile,
.number-spinner,
.product-allergeen-informatie,
.allergy-remove-tag,
.allergy-tag,
.site-logo,
.control-label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -user-select: none;
}
#search-detail-page .product-allergeen-informatie {
  -webkit-touch-callout: auto;
  -webkit-user-select: auto;
  -khtml-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  -user-select: auto;
}
#product-detail-page .product-extras {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -user-select: none;
}
/* experimental fix to prevent unwanted button style/lines */

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button:focus,
.list-group-item:focus,
.list-group-item:active {
  outline: none !important;
}
.show-below-md {
  display: none;
}
@media (max-width: 1024px) {
  .show-below-md {
    display: block;
  }
}
.pulse1 {
  -webkit-animation: pulsejg1 0.8s infinite;
  animation: pulsejg1 0.8s infinite;
}
article.product {
  transition: transform linear 0.2s;
}
article.orderItemClick.product:active {
  transform: scale(0.9);
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@-webkit-keyframes pulsejg1 {
  
}
@keyframes pulsejg1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  50% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  75% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.blink {
  -webkit-animation: blinker 0.5s linear;
  animation: blinker 0.5s linear;
  -webkit-animation-iteration-count: 4;
  animation-iteration-count: 4;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes blinker {
  50% {
    opacity: 0;
  }
}
.effect-moveOut {
  animation: moveOut 0.5s forwards ease-in;
  -webkit-animation: moveOut 0.5s forwards ease-in;
}
.effect-moveIn:first-child {
  animation: moveIn 0.5s forwards ease-in;
  -webkit-animation: moveIn 0.5s forwards ease-in;
}
.opacity-0 {
  opacity: 0;
}
@keyframes moveIn {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    max-height: 0;
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    max-height: 400px;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1 !important;
  }
}
@-webkit-keyframes moveIn {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    max-height: 0;
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    max-height: 400px;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1 !important;
  }
}
@keyframes moveOut {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    max-height: 400px;
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    max-height: 400px;
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    max-height: 0px;
    opacity: 1;
  }
}
@-webkit-keyframes moveOut {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    max-height: 400px;
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    max-height: 400px;
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    max-height: 0px;
    opacity: 1;
  }
}
.product.effect-CatalogMoveIn:nth-child(49) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 4.9s;
  animation-delay: 4.9s;
}
.product.effect-CatalogMoveIn:nth-child(48) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 4.8s;
  animation-delay: 4.8s;
}
.product.effect-CatalogMoveIn:nth-child(47) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 4.7s;
  animation-delay: 4.7s;
}
.product.effect-CatalogMoveIn:nth-child(46) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 4.6s;
  animation-delay: 4.6s;
}
.product.effect-CatalogMoveIn:nth-child(45) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}
.product.effect-CatalogMoveIn:nth-child(44) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 4.4s;
  animation-delay: 4.4s;
}
.product.effect-CatalogMoveIn:nth-child(43) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 4.3s;
  animation-delay: 4.3s;
}
.product.effect-CatalogMoveIn:nth-child(42) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s;
}
.product.effect-CatalogMoveIn:nth-child(41) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 4.1s;
  animation-delay: 4.1s;
}
.product.effect-CatalogMoveIn:nth-child(40) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.product.effect-CatalogMoveIn:nth-child(39) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 3.9s;
  animation-delay: 3.9s;
}
.product.effect-CatalogMoveIn:nth-child(38) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 3.8s;
  animation-delay: 3.8s;
}
.product.effect-CatalogMoveIn:nth-child(37) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 3.7s;
  animation-delay: 3.7s;
}
.product.effect-CatalogMoveIn:nth-child(36) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
}
.product.effect-CatalogMoveIn:nth-child(35) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}
.product.effect-CatalogMoveIn:nth-child(34) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 3.4s;
  animation-delay: 3.4s;
}
.product.effect-CatalogMoveIn:nth-child(33) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s;
}
.product.effect-CatalogMoveIn:nth-child(32) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
}
.product.effect-CatalogMoveIn:nth-child(31) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 3.1s;
  animation-delay: 3.1s;
}
.product.effect-CatalogMoveIn:nth-child(30) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.product.effect-CatalogMoveIn:nth-child(29) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}
.product.effect-CatalogMoveIn:nth-child(28) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}
.product.effect-CatalogMoveIn:nth-child(27) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}
.product.effect-CatalogMoveIn:nth-child(26) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
.product.effect-CatalogMoveIn:nth-child(25) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.product.effect-CatalogMoveIn:nth-child(24) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.product.effect-CatalogMoveIn:nth-child(23) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}
.product.effect-CatalogMoveIn:nth-child(22) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
.product.effect-CatalogMoveIn:nth-child(21) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.product.effect-CatalogMoveIn:nth-child(20) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.product.effect-CatalogMoveIn:nth-child(19) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
.product.effect-CatalogMoveIn:nth-child(18) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.product.effect-CatalogMoveIn:nth-child(17) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.product.effect-CatalogMoveIn:nth-child(16) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.product.effect-CatalogMoveIn:nth-child(15) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.product.effect-CatalogMoveIn:nth-child(14) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.product.effect-CatalogMoveIn:nth-child(13) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.product.effect-CatalogMoveIn:nth-child(12) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.product.effect-CatalogMoveIn:nth-child(11) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.product.effect-CatalogMoveIn:nth-child(10) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.product.effect-CatalogMoveIn:nth-child(9) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.product.effect-CatalogMoveIn:nth-child(8) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.product.effect-CatalogMoveIn:nth-child(7) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.product.effect-CatalogMoveIn:nth-child(6) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.product.effect-CatalogMoveIn:nth-child(5) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.product.effect-CatalogMoveIn:nth-child(4) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.product.effect-CatalogMoveIn:nth-child(3) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.product.effect-CatalogMoveIn:nth-child(2) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.product.effect-CatalogMoveIn:nth-child(1) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.product.effect-CatalogMoveIn:nth-child(0) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: catalogProductMoveIn 0.4s forwards ease-in;
  animation: catalogProductMoveIn 0.4s forwards ease-in;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@keyframes catalogProductMoveIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes catalogProductMoveIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.products article.exists-in-cart .product-content .icon-added-to-cart-round {
  -webkit-animation: vinkFadeIn 0.65s forwards ease-in;
  animation: vinkFadeIn 0.65s forwards ease-in;
}
@keyframes vinkFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  33% {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes vinkFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  33% {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes productAddsToCart {
  0% {
    background-color: transparent;
    /*box-shadow: 0px 0px 0px 0px #629c44 inset;*/
  }
  90% {
    background-color: #89ca65;
    /*box-shadow: 0px 0px 0px 0px #629c44 inset;*/
  }
  100% {
    background-color: transparent;
    /*box-shadow: 0px 0px 10px 2px #629c44 inset;*/
  }
}
@-webkit-keyframes productAddsToCart {
  0% {
    background-color: transparent;
    /*box-shadow: 0px 0px 0px 0px #629c44 inset;*/
  }
  90% {
    background-color: #89ca65;
    /*box-shadow: 0px 0px 0px 0px #629c44 inset;*/
  }
  100% {
    background-color: transparent;
    /*box-shadow: 0px 0px 10px 2px #629c44 inset;*/
  }
}
@-webkit-keyframes popupFadeIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popupFadeIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes popupFadeOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes popupFadeOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
/*rotate*/
@-webkit-keyframes slowRotate {
  0% {
    -webkit-transform: rotateY(-5deg) scale(1.05) translateX(15px);
    transform: rotateY(-5deg) scale(1.05) translateX(15px);
  }
  50% {
    -webkit-transform: rotateY(5deg) scale(1.09) translateX(-15px);
    transform: rotateY(5deg) scale(1.09) translateX(-15px);
  }
  100% {
    -webkit-transform: rotateY(-5deg) scale(1.05) translateX(15px);
    transform: rotateY(-5deg) scale(1.05) translateX(15px);
  }
}
@keyframes slowRotate {
  0% {
    -webkit-transform: rotateY(-5deg) scale(1.05) translateX(15px);
    transform: rotateY(-5deg) scale(1.05) translateX(15px);
  }
  50% {
    -webkit-transform: rotateY(5deg) scale(1.09) translateX(-15px);
    transform: rotateY(5deg) scale(1.09) translateX(-15px);
  }
  100% {
    -webkit-transform: rotateY(-5deg) scale(1.05) translateX(15px);
    transform: rotateY(-5deg) scale(1.05) translateX(15px);
  }
}
/************************
---  Iphone fix behaviour
************************/

body,
html {
  padding: 0px;
  margin: 0px;
  height: 100%;
  overflow: hidden;
}
html body div.mobile-scroller {
  overflow-x: hidden;
  overflow: auto;
  height: 100%;
}
#header {
  position: fixed;
  top: 0px;
  width: 100%;
}
@media only screen and (min-width: 1800px) {
  .d-xxl-inline-block {
    display: inline-block !important;
  }
}
/************************
---  Normal behaviour
************************/


p,
li,
a,
strong,
span {
  line-height: 1.6em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Slab';
}
body.doc-type-content main .fixed-hr {
  display: none;
}
body.doc-type-content main section.content {
  margin-top: 90px;
  margin-bottom: 90px;
}
[v-cloak] {
  display: none;
}
.separator {
  background: linear-gradient(to right, rgba(68, 68, 68, 0.05) 0%, #424242 22% 78%, rgba(68, 68, 68, 0.05) 100%);
  height: 2px;
  opacity: 0.2;
  display: block;
  width: 100%;
  padding: 0;
  margin-top: 35px;
  margin-bottom: 35px;
}
.fat-separator {
  background: linear-gradient(to right, rgba(68, 68, 68, 0.05) 0%, #424242 22% 78%, rgba(68, 68, 68, 0.05) 100%) !important;
  height: 2px !important;
}
.ribbon-discount-round {
  background-color: #4d7a35;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: table;
  user-select: none;
}
.ribbon-discount-round .ribbon-discount-wrap {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.ribbon-discount-round .ribbon-discount-wrap > p {
  color: white;
  font-family: 'Roboto Slab';
  font-weight: 700;
  margin-bottom: 2px;
  line-height: 0.95;
}
.ribbon-discount-round .ribbon-discount-wrap > p:first-child {
  font-size: 24px;
}
.ribbon-discount-round .ribbon-discount-wrap > p:last-child {
  font-size: 10px;
}
.sly-parent .sly-scrollbar {
  width: 100%;
  height: 1px;
  background: #c1c1c1;
}
.sly-parent .sly-scrollbar .handle {
  width: 100px;
  /* overriden if dynamicHandle: 1 */
  border-radius: 3px;
  height: 1px;
  background: #444444;
  position: relative;
  top: 0px;
}
.sly-parent .sly-scrollbar {
  opacity: 1;
  transition: opacity 0.2s;
}
.sly-parent .sly-frame {
  overflow: hidden;
}
.sly-parent .sly-frame.horizontal {
  width: 100%;
  padding: 0;
  cursor: pointer;
}
.sly-parent .sly-frame.horizontal .sly-slidee {
  margin: 0;
  padding: 0;
  height: 100%;
  display: inline-block;
}
.sly-parent .sly-frame.horizontal .sly-slidee .sly-item {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  height: 100%;
}
.sly-parent:hover .sly-scrollbar {
  opacity: 1;
}
.sly-parent.sly-with-arrows {
  clear: both;
}
.sly-parent.sly-with-arrows .sly-arrow {
  height: 100%;
  width: 40px;
  display: table;
  cursor: pointer;
  border: thin solid #c1c1c1;
  background-color: #f7f6f6;
  opacity: 0.6;
  transition: opacity 0.2s;
}
.sly-parent.sly-with-arrows .sly-arrow > .icon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #444444;
  transform: scale(1);
  transform-origin: center;
  transition: transform 0.2s;
  will-change: transform;
  font-weight: 700;
  font-size: 33px;
}
.sly-parent.sly-with-arrows .sly-arrow:hover {
  background-color: #f7f6f6;
  opacity: 1;
}
.sly-parent.sly-with-arrows .sly-arrow:hover > .icon {
  transform: scale(1.1);
}
.sly-parent.sly-with-arrows .sly-arrow-left {
  float: left;
  border-right-width: thin;
}
.sly-parent.sly-with-arrows .sly-arrow-right {
  float: right;
  border-left-width: thin;
}
.sly-parent.sly-with-arrows .sly-frame.horizontal {
  width: calc(100% - 80px);
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.sly-parent.sly-with-arrows .sly-scrollbar {
  clear: both;
}
input[type="text"],
textarea,
label,
select {
  -webkit-appearance: none;
}
@media only screen and (max-width: 1280px) {
  .sly-parent .sly-scrollbar {
    opacity: 1;
  }
}
.show-tablet {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .hide-tablet {
    display: none !important;
  }
  .show-tablet {
    display: block;
  }
}
.show-mobile {
  display: none;
}
body {
  font-family: 'Titillium Web', sans-serif;
  color: white;
}
.w-auto {
  width: auto !important;
}
.min-w-fit-content {
  min-width: fit-content;
}
.no-side-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.no-bottom-margin {
  margin-bottom: 0 !important;
}
/* text */

.close-window-link {
  cursor: pointer;
}
.bold {
  font-weight: 600 !important;
}
.hide {
  display: none !important;
}
.nowrap {
  white-space: nowrap;
}
.fullwidth {
  width: 100% !important;
  max-width: 100% !important;
}
img,
video {
  max-width: 100%;
}
section {
  position: relative;
}
textarea {
  resize: none;
}
select > option {
  padding-left: 0;
}
.noscroll {
  overflow: hidden !important;
}
.noscroll-fixed {
  overflow: hidden;
  position: fixed;
}
.list-group-item {
  margin-bottom: 0;
}
.field-validation-error {
  color: #cd1f00 !important;
}
input[type=checkbox] {
  cursor: pointer;
  margin-right: 5px;
}
.alert-danger {
  border: none;
  background-color: transparent;
  padding: 10px;
  margin-bottom: 25px;
}
.alert-danger ul {
  padding-left: 0;
  margin: 0;
}
.alert-danger ul > li {
  list-style: none;
  font-weight: 300;
  font-size: 12px;
  font-family: 'Roboto Slab';
}
.alert-danger ul > li span.field-validation-error {
  margin-left: 27px;
  display: block;
  margin-bottom: 5px;
}
.alert-danger ul > li span.field-validation-error:before {
  content: '!';
  position: absolute;
  background-color: red;
  width: 20px;
  height: 20px;
  color: white;
  font-size: 16px;
  text-align: center;
  border-radius: 20px;
  margin-left: -27px;
}
.alert-danger ul li,
.alert-danger ul span,
.alert-danger ul p,
.alert-danger ul a {
  color: #232323 !important;
}
/* end alerts */

/* special scrolling */

.infinite-horizontal-scroll {
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
}
.infinite-horizontal-scroll > .infinite-horizontal-scroll-inner {
  -webkit-overflow-scrolling: touch;
  /* set width in vue based on content */

}
/* end special scrolling */

main {
  position: relative;
}
main .container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}
.ta-center {
  text-align: center;
}
/* general buttons */

.btn {
  cursor: pointer;
  vertical-align: top;
  /* disable zoom on double tap here */
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
button {
  cursor: pointer;
}
.btn-big {
  border-radius: 2px;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 600;
}
.btn-default {
  background: linear-gradient(170deg, #89ca65, #32561e);
  color: white;
  background-size: auto 200%;
  background-position: 0 100%;
  -webkit-transition: background-position 0.5s;
  -o-transition: background-position 0.5s;
  transition: background-position 0.5s;
}
.btn-default:active {
  /* _buttons.scss mess ? */
  background-image: linear-gradient(170deg, #89ca65, #32561e);
}
.btn-default:hover {
  border-color: #97c242;
  color: white;
  background-size: 400% 400%;
  background-position: 0% 0%;
  background-image: -webkit-gradient(linear, left top, right top, from(#97c242), to(#2c5814));
  background-image: -o-linear-gradient(left, #97c242, #2c5814);
  background-image: linear-gradient(90deg, #97c242, #2c5814);
  -webkit-animation: gradient 5s ease infinite;
  animation: gradient 5s ease infinite;
}
.btn.btn-red {
  /* _buttons.scss mess for important? */
  background: #cd1f00 !important;
  color: white;
  border: thin solid #cd1f00;
}
.btn.btn-red:hover,
.btn.btn-red:active {
  background: #a91a00 !important;
  color: white;
  border: thin solid #a91a00;
}
.btn.btn-dark-grey {
  background: #424242 !important;
  color: white;
  border: 0px solid #424242;
}
.btn.btn-dark-grey:hover,
.btn.btn-dark-grey:active {
  background: #424242 !important;
  color: white;
  border: 0px solid #424242;
}
.modal-footer .btn:active {
  background-image: linear-gradient(170deg, #89ca65, #31551d) !important;
}
/* end general buttons */

/* buttons related to buying*/

.btn.btn-with-pricelabel {
  padding: 0;
  border-radius: 4px;
  height: 100%;
}
.btn.btn-with-pricelabel > span:not(.icon-product-expand) {
  padding-left: 10px;
  padding-right: 10px;
}
.btn.btn-with-pricelabel > span.cart-button-price-field {
  color: #2b2b2b;
  height: 100%;
  background-color: white;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  position: relative;
}
.btn.btn-with-pricelabel > .icon-price-field-plus {
  padding-top: 0;
  position: relative;
  top: 3px;
}
.btn.btn-open-product-details {
  background: linear-gradient(170deg, #ffc800, #e3a201) !important;
  border: thin solid #e3a201;
  color: white;
  overflow: hidden;
}
.btn.btn-open-product-details:hover {
  background: #ffc800 !important;
  border: thin solid #e3a201;
  color: white;
  overflow: hidden;
}
.btn.btn-open-product-details:active,
.btn.btn-open-product-details:focus {
  background-image: #ffc800 !important;
}
.icon-price-field-plus {
  color: white;
  line-height: 0;
  font-weight: 800;
  padding-top: 12px;
  font-size: 34px;
  text-align: center;
  display: inline-block;
  font-family: 'Titillium Web';
}
.btn.addtocart {
  border: thin solid #629c44;
  background-image: linear-gradient(170deg, #89ca65, #32561e) !important;
  overflow: hidden;
}
.btn.addtocart > span:last-child {
  font-weight: 600;
}
.btn.addtocart:hover {
  background: #97c242 !important;
}
/* end buttons related to buying */

.btn:focus,
button:focus,
.btn:active,
button:active,
.btn:active:focus,
button:active:focus,
input:active,
input:focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-close-default {
  /* closes nav window see site.js */
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  display: table;
  font-size: 13px;
}
.btn-close-default > span {
  height: 25px;
  width: 25px;
}
.btn-close-default > .icon-close {
  background: #424242;
  height: 30px;
  width: 30px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.btn-close-default > .icon-close:before {
  background: #424242;
  color: white;
  line-height: 30px !important;
  vertical-align: middle;
}
/* custom radio and checkboxes */

.radiobox,
.checkbox {
  border: 2px solid #d6d6d6;
  color: #232323;
  background-color: white;
  display: table;
  margin: auto;
  overflow: hidden;
}
.radiobox .icon-radio,
.checkbox .icon-radio,
.radiobox .icon-check,
.checkbox .icon-check {
  display: table-cell;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  visibility: hidden;
}
.radiobox.active .icon-radio,
.checkbox.active .icon-radio,
.radiobox.active .icon-check,
.checkbox.active .icon-check {
  visibility: visible;
}
.radiobox {
  border-radius: 100%;
}
.radiobox .icon-radio {
  background-color: #232323;
  border: 3px solid white;
  border-radius: 100%;
}
.checkbox {
  border-radius: 3px;
}
.checkbox .icon-check:before {
  display: block;
}
/*accordeon*/

.vertical-accordeon-title {
  cursor: pointer;
  position: relative;
}
.vertical-accordeon-title h3,
.vertical-accordeon-title i {
  color: #7a7a7a;
  font-weight: 300;
  font-family: 'Roboto Slab';
  font-size: 22px;
}
.vertical-accordeon-title h3 {
  float: left;
  width: calc(100% - 20px);
}
.vertical-accordeon-title i {
  float: right;
  width: 20px;
  transition: transform 0.2s ease-in;
  line-height: 0;
  transform-origin: center;
  transform: rotateX(0) translateY(6px);
}
.vertical-accordeon-title:hover {
  opacity: 0.85;
}
.vertical-accordeon {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease-in-out, opacity 0.2s ease-in 0.1s;
  margin-bottom: 0px;
}
.vertical-accordeon-title.active i {
  transform: rotateX(180deg) translateY(-6px);
}
.vertical-accordeon.active {
  max-height: 2000px;
  opacity: 1;
}
body.main-menu-active #header > .header-absolute-button-wrapper .header-relative-button-wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
}
body.main-menu-active #header > .search-wrap {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
}
#header {
  touch-action: manipulation;
}
#header .header-absolute-button-wrapper .header-relative-button-wrapper > button {
  visibility: hidden;
}
#header .header-absolute-button-wrapper .header-relative-button-wrapper > button.account-toggler {
  visibility: visible;
}
#background-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
#background-overlay.active {
  visibility: visible;
  opacity: 0.2;
  cursor: pointer;
  pointer-events: initial;
}
/* Main container */

main {
  margin-top: 50px;
  width: 100%;
  background-color: white;
}
main > div.fixed-hr {
  width: 100vw;
  height: 15px;
  background-color: white;
}
main > div.container-fluid {
  max-width: 1920px;
}
button#menu-toggle {
  padding: 0;
  position: absolute;
  top: 10px;
  right: 15px;
}
button#menu-toggle .span-logged-in {
  position: relative;
  top: -4px;
  left: -15px;
  color: white;
  font-size: 16px;
}
button#menu-toggle > .icon-menu:before {
  font-size: 18px;
  position: relative;
}
button#home-navigation {
  position: absolute;
  top: 10px;
  left: 15px;
}
button#home-navigation .icon-home-fat:before {
  font-size: 18px;
  vertical-align: middle;
}
button#home-navigation .icon-description {
  vertical-align: sub;
}
button#home-navigation .icon-restaurant {
  font-size: 22px;
}
@media only screen and (min-width: 1025px) {
  button#home-navigation .icon-restaurant {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  button#home-navigation .icon-home-fat {
    display: none;
  }
  button#home-navigation .icon-description {
    display: none;
  }
}
/* header */

#header {
  background: linear-gradient(87deg, #2d2d2d 0%, #444444 100%);
  height: 50px;
  border-bottom: none;
}
#header .header-logo-wrapper {
  margin: auto;
  padding: 0;
}
#header .input-group.search-wrap {
  display: none;
}
#header .icon-description {
  color: white;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 300;
  font-family: 'Roboto Slab';
  font-size: 14px;
  display: none;
}
#header button > span:before {
  color: white;
  font-weight: 800;
}
#header > .container-fluid {
  position: relative;
  max-width: 1920px;
  height: 50px;
  /* set height again to avoid growing with search bar */
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}
#header > .container-fluid .site-logo.logo-header {
  max-height: calc(30px);
  height: calc(30px);
  margin-top: 10px;
  margin-bottom: 10px;
  position: static !important;
  left: auto !important;
  right: auto !important;
}
#header > .container-fluid > .navbar-toggler {
  position: absolute;
  border: none;
}
#header > .container-fluid .search-wrap {
  height: 50px;
  left: 340px;
  top: 8px;
  position: absolute;
  width: calc(100% - 910px);
  max-width: 1010px;
}
#header > .container-fluid .header-absolute-button-wrapper {
  height: 0;
  top: 0;
  left: 0px;
  right: 0px;
  max-width: 1920px;
  position: absolute;
}
#header > .container-fluid .header-absolute-button-wrapper .header-relative-button-wrapper {
  display: inline-block;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#header > .container-fluid .header-absolute-button-wrapper .header-relative-button-wrapper > button,
#header > .container-fluid .header-absolute-button-wrapper .header-relative-button-wrapper > button > span {
  width: 100%;
  height: 100%;
  padding: 0;
}
#header > .container-fluid .header-absolute-button-wrapper .header-relative-button-wrapper > button {
  top: 10px;
}
#header > .container-fluid .header-absolute-button-wrapper .header-relative-button-wrapper > button.account-toggler {
  position: absolute;
  left: calc(380px);
  height: 35px;
  width: 35px;
}
#header > .container-fluid .header-absolute-button-wrapper .header-relative-button-wrapper > button.account-toggler > span:before {
  font-size: 18px;
}
#header > .container-fluid .header-absolute-button-wrapper .header-relative-button-wrapper > button.search-toggler {
  position: absolute;
  right: 50px;
  height: 35px;
  width: 35px;
}
#header > .container-fluid .header-absolute-button-wrapper .header-relative-button-wrapper > button.search-toggler > span:before {
  font-size: 18px;
}
#header > .container-fluid .header-absolute-button-wrapper .header-relative-button-wrapper > button.cart-toggler {
  position: absolute;
  right: 45px;
  top: 12px;
  height: 25px;
  display: inline-block;
  width: auto;
}
#header > .container-fluid .header-absolute-button-wrapper .header-relative-button-wrapper > button.cart-toggler > span:before {
  font-size: 18px;
}
form.autocomplete {
  width: 100%;
}
form.autocomplete .input-group {
  position: relative;
}
form.autocomplete .input-group input {
  background-color: #f7f6f6;
  color: #919191;
  border: thin solid #edebeb;
  font-size: 16px;
  height: 35px;
}
form.autocomplete .input-group input::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}
form.autocomplete .input-group input:focus,
form.autocomplete .input-group input::placeholder,
form.autocomplete .input-group input::-webkit-input-placeholder,
form.autocomplete .input-group input:-moz-placeholder,
form.autocomplete .input-group input::-moz-placeholder,
form.autocomplete .input-group input:-ms-input-placeholder,
form.autocomplete .input-group input::-ms-input-placeholder {
  color: white;
  opacity: 1;
}
form.autocomplete .input-group .input-group-append .btn {
  background: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
form.autocomplete .input-group .input-group-append .btn > span {
  display: none;
}
form.autocomplete .input-group .input-group-append .btn > i.icon-search {
  color: #2b2b2b;
  height: 100%;
  vertical-align: middle;
}
form.autocomplete .input-group .autocomplete-items {
  border: thin solid #edebeb;
  position: relative;
  border-top: none;
  width: 100%;
  height: auto;
  max-height: calc(75px * 5);
  overflow-y: auto;
}
form.autocomplete .input-group .autocomplete-items > div {
  height: 75px;
  border-bottom: thin solid #edebeb;
  padding: 10px;
  cursor: pointer;
  background-color: white;
  color: black;
}
form.autocomplete .input-group .autocomplete-items > div > img {
  border: thin solid white;
  border-radius: 2px;
  margin-right: 15px;
  width: 50px;
  height: 50px;
}
form.autocomplete .input-group .autocomplete-items > div:hover,
form.autocomplete .input-group .autocomplete-items > div.autocomplete-active {
  background-color: #f7f6f6;
}
form.autocomplete .input-group .autocomplete-items > div:hover img,
form.autocomplete .input-group .autocomplete-items > div.autocomplete-active img {
  background-color: white;
  border: thin solid #edebeb;
}
form.autocomplete .input-group .autocomplete-items:empty {
  visibility: hidden;
}
#mobile-sub-header {
  background: transparent;
  display: none;
  position: fixed;
  width: 100%;
}
#mobile-sub-header > button {
  height: 50px;
  background: transparent;
  border: none;
  border-bottom: thin solid #edebeb;
  width: 50%;
  float: left;
  font-weight: 200;
  text-align: left;
  font-family: 'Roboto Slab';
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
#mobile-sub-header > button > span {
  color: #424242;
  font-size: 14px;
  line-height: 1.35;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#mobile-sub-header > button > span > i {
  color: #424242;
  vertical-align: middle;
}
#mobile-sub-header > button > span > i:before {
  display: inline-block;
}
#mobile-sub-header > button.active {
  background-color: white;
}
#mobile-sub-header > button.active > span {
  color: #424242;
}
#mobile-sub-header > button.mobile-action-dropdown-left {
  background-color: white;
  border-right: thin solid #edebeb;
  padding-left: 15px;
  float: left;
}
#mobile-sub-header > button.mobile-action-dropdown-left > span > i {
  padding-right: 5px;
}
#mobile-sub-header > button.mobile-action-dropdown-right {
  background-color: white;
  border-left: thin solid #edebeb;
  padding-right: 15px;
  float: right;
}
#mobile-sub-header > button.mobile-action-dropdown-right > span > i {
  padding-left: 5px;
}
#mobile-sub-header .mobile-header-big-dropdown-left {
  left: 0;
}
#mobile-sub-header .mobile-header-big-dropdown-right {
  right: 0;
}
#mobile-sub-header > .mobile-header-big-dropdown-left,
#mobile-sub-header > .mobile-header-big-dropdown-right {
  background: white;
  top: 100px;
  bottom: 0;
  font-family: 'Roboto Slab';
  font-weight: 700;
  width: 100%;
  /*height: calc(~'100vh' - (@header-height));*/
  position: fixed;
  max-width: 0px;
  -webkit-transition: max-width 0.22s linear, padding 0.2s linear;
  -o-transition: max-width 0.22s linear, padding 0.2s linear;
  transition: max-width 0.22s linear, padding 0.2s linear;
  will-change: max-width;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 15px 0px;
}
#mobile-sub-header .mobile-header-big-dropdown-left.active,
#mobile-sub-header .mobile-header-big-dropdown-right.active {
  padding: 15px;
  z-index: 0;
  max-width: 100%;
}
#search-detail-container {
  background-color: white;
  color: #2b2b2b;
  top: calc(120px);
  border-radius: 3px;
  position: fixed;
  overflow: hidden;
  max-height: 1200px;
  height: calc(88vh - 100px);
  width: 50vw;
  left: 25vw;
  right: 25vw;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s linear 0.5s;
  transition: opacity 0.5s ease-in-out, visibility 0.5s linear 0.5s;
  -o-transition: opacity 0.5s ease-in-out, visibility 0.5s linear 0.5s;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  #search-detail-container {
    height: 100%;
  }
}
#search-detail-container > .btn-close-default {
  z-index: 1;
  top: 27px;
  right: 15px;
}
#search-detail-container #search-detail-page {
  height: 100%;
}
#search-detail-container.active {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  visibility: visible;
  pointer-events: auto;
}
#header-banner {
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: none !important;
}
#header-banner > div {
  height: 100%;
}
#header-banner #header-banner-video {
  width: 100%;
  height: 150px;
  position: absolute;
  overflow: hidden;
  text-align: center;
}
#header-banner #header-banner-video video {
  height: 100%;
  min-width: 100%;
  max-width: inherit;
}
#header-banner .title-wrapper {
  display: table;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
#header-banner .title-wrapper span {
  display: table-cell;
  vertical-align: middle;
  font-family: 'Roboto Slab';
  font-weight: 800;
  font-size: 45px;
  text-align: center;
  text-shadow: 1px 1px 4px black;
}
#header-banner .title-wrapper .banner-title-orange {
  color: #ffc800;
}
#header-banner .title-wrapper .banner-title-white {
  color: white;
}
.fontastic-checkbox-1 input[type=checkbox] {
  width: 0px;
  height: 0px;
  border: none;
}
.fontastic-checkbox-1 input[type=checkbox]:before {
  content: '$';
  font-size: 18px;
  font-family: "theme-food" !important;
  color: #4c4c4c;
  position: absolute;
}
.fontastic-checkbox-1 input[type=checkbox]:checked:before {
  content: '%';
}
.fontastic-checkbox-1 div {
  padding-left: 32px;
  margin-top: -16px;
  color: #444444;
}
/* macro image with link */

.video-with-link,
.image-with-link {
  display: block !important;
  overflow: hidden !important;
  width: 100%;
}
.video-with-link {
  margin-bottom: 15px;
}
.video-with-link video {
  width: 100%;
}
video.video-without-link {
  margin-bottom: 15px;
  width: 100%;
}
/* footer */

footer {
  background-color: #232323;
  min-height: 54px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
footer > .container-fluid {
  max-width: 1920px;
  padding-left: 238px;
  padding-right: 90px;
}
footer > .container-fluid .footer-logo {
  min-width: 120px;
  max-width: 120px;
  height: 32px;
}
footer > .container-fluid .footer-logo .site-logo {
  max-width: 100%;
  max-height: 100%;
}
footer > .container-fluid .footer-contact-info p,
footer > .container-fluid .footer-contact-info a,
footer > .container-fluid .footer-contact-info li,
footer > .container-fluid .footer-contact-info strong {
  vertical-align: middle;
  display: inline;
  margin-bottom: 0;
  color: #c1c1c1;
  font-size: 14px;
}
footer > .container-fluid .footer-contact-info .follow-social {
  color: white;
}
footer > .container-fluid .footer-contact-info a.follow-social:hover {
  text-decoration: none;
  opacity: 0.8;
}
footer > .container-fluid .footer-contact-info .social-icon-facebook > span,
footer > .container-fluid .footer-contact-info .social-icon-instagram > span {
  /* the icons */
  vertical-align: middle;
  font-size: 20px;
  margin-left: 5px;
  margin-right: 5px;
}
footer > .container-fluid .footer-menu-items a {
  font-weight: 700;
}
footer > .container-fluid a,
footer > .container-fluid a:hover {
  color: white;
}
/* loading */

.loading {
  width: 100%;
  margin-top: 25px;
  text-align: center;
  vertical-align: middle;
  line-height: 100%;
  position: absolute;
}
@media (min-width: 1800px) {
  #search-detail-container {
    width: 1000px;
    left: calc(50vw - 520px);
    right: auto;
  }
}
@media (max-width: 1800px) {
  #header .icon-description {
    display: inline;
  }
  #search-detail-container {
    width: 76vw;
    left: 12vw;
    right: 12vw;
  }
  #header-banner .title-wrapper span {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  #header .icon-description {
    display: none;
  }
  .hide-mobile {
    display: none !important;
  }
  .show-mobile {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  #header .header-absolute-button-wrapper .header-relative-button-wrapper > button {
    visibility: visible;
  }
  #search-detail-container {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0;
  }
  #header-banner {
    display: none !important;
    position: relative;
    top: 50px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  #header-banner .title-wrapper span {
    font-size: 18px;
    display: block;
  }
  #cart-wrapper {
    padding-top: 0 !important;
  }
  #cart-wrapper > .basket-cart-content > .basket-table .updatecart .basket-row-header {
    /*border: none !important;*/
    display: inline-block;
  }
  main section.section {
    min-height: calc(100vh - 104px);
  }
  #orderController .col-categories {
    height: 100% !important;
  }
  #cart-wrapper .basket-cart-content > .basket-table > .updatecart > .card.added-products {
    padding-bottom: 0;
  }
  #cart-wrapper .basket-cart-content > .basket-table > .updatecart > .cart-basket-bottom > .card.deliverymethods {
    padding: 15px !important;
  }
  footer {
    position: relative;
  }
  #header {
    height: 50px;
  }
  #header > .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header > .container-fluid .site-logo.logo-header {
    position: absolute;
    margin-left: 0;
    left: calc(50vw - 50px);
  }
  #header > .container-fluid .header-absolute-button-wrapper {
    display: block;
    left: 0;
    right: 0;
  }
  #header > .container-fluid .header-absolute-button-wrapper .header-relative-button-wrapper > button.account-toggler {
    left: 40px;
  }
  #header > .container-fluid .search-wrap {
    top: 50px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #97c242;
  }
  #header > .container-fluid .search-wrap.active {
    max-height: 50px;
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    overflow: visible;
  }
  #mobile-sub-header {
    display: block;
  }
  main {
    padding: 0;
  }
  main .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  /*html > body.scrolling {*/
  
  body .fixed-hr {
    position: fixed;
  }
  body {
    height: 100%;
    overflow-x: hidden;
  }
  html {
    /*to prevent nicescroll issue*/
    overflow: hidden;
    height: 100%;
    scroll-behavior: smooth;
  }
  main {
    min-height: calc(100vh - 104px) !important;
  }
  body.doc-type-ordering main {
    min-height: calc(100vh - 254px) !important;
  }
  #orderController .col-products {
    min-height: calc(100vh - 160px) !important;
    height: calc(100vh - 104px) !important;
  }
}
@media only screen and (max-width: 1100px) {
  footer > .container-fluid a {
    margin-bottom: 10px;
    display: block;
  }
}
@media only screen and (max-width: 1800px) {
  footer > .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* Sidebar, default collapsed */

.sidebar-mask {
  opacity: 0;
  background-color: black;
  position: fixed;
  top: 50px;
  left: 0px;
  width: 0;
  height: 0;
}
.sidebar-wrapper {
  background-color: rgba(35, 35, 35, 0.7);
  color: white;
  top: 60px;
  right: -400px;
  position: absolute;
  opacity: 0;
  -webkit-transition: transform 0.35s ease-in, opacity 0.3s ease-in;
  -o-transition: transform 0.35s ease-in, opacity 0.3s ease-in;
  transition: transform 0.35s ease-in, opacity 0.3s ease-in;
  will-change: transform;
  overflow-x: hidden;
  border: 1px solid black;
  border-radius: 10px;
  padding: 50px 20px 20px 20px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  max-width: calc(100% - 20px);
  overflow-y: auto;
  max-height: calc(100vh - 125px);
}
@media only screen and (max-width: 1024px) {
  .sidebar-wrapper {
    max-height: calc(100vh - 130px);
  }
}
.sidebar-wrapper::-webkit-scrollbar {
  display: none;
}
.sidebar-wrapper .icon {
  position: relative;
  font-size: 22px;
  top: 4px;
}
.sidebar-wrapper .icon.icon-menu-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: fit-content;
  border-radius: 100px;
  font-size: 32px;
  cursor: pointer;
}
.sidebar-wrapper nav {
  font-family: 'Roboto Slab';
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  -webkit-overflow-scrolling: touch;
}
.sidebar-wrapper nav .list-group {
  width: 360px;
  max-width: 100%;
}
.sidebar-wrapper nav .list-group .languageSwitch {
  float: right;
  font-size: 18px;
}
.sidebar-wrapper nav .list-group .languageSwitch select {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 77.9 47.1' style='enable-background:new 0 0 77.9 47.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23ffffff;stroke-width:13.2667;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cpolyline class='st0' points='73.3,4.8 38.8,37.9 4.6,4.8 '/%3E%3C/svg%3E%0A");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: auto 20%;
  border-radius: 2px;
  border: 0px solid transparent;
  color: white;
  padding: 10px 30px 10px 10px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.sidebar-wrapper nav .list-group .languageSwitch select option {
  background-color: rgba(35, 35, 35, 0.85);
}
.sidebar-wrapper nav .list-group .languageSwitch select::-ms-expand {
  display: none;
}
.sidebar-wrapper nav .list-group hr {
  margin-top: 23px;
  margin-bottom: 28px;
  width: 98%;
  height: 0px;
  border: 0;
  border-top: 2px solid #7c7c7c;
}
.sidebar-wrapper nav .list-group *.disabled {
  pointer-events: none;
}
.sidebar-wrapper nav .list-group *.disabled span {
  color: #aaaaaa !important;
}
.sidebar-wrapper nav .list-group *:hover {
  text-decoration-color: white;
  text-decoration: none;
}
.sidebar-wrapper nav .list-group * span {
  color: white;
}
.sidebar-wrapper nav .list-group * span.icon {
  margin-right: 12px;
}
.sidebar-wrapper.toggled,
.sidebar-wrapper.active {
  -webkit-transform: translateX(-410px);
  transform: translateX(-410px);
  opacity: 1;
}
.sidebar-wrapper.toggled nav,
.sidebar-wrapper.active nav {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.sidebar-wrapper.toggled .navbar-toggler,
.sidebar-wrapper.active .navbar-toggler {
  right: 10px;
}
.sidebar-mask.toggled,
.sidebar-mask.active {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  cursor: pointer;
}
body.background-overlay-active #orderController .col-products {
  overflow: hidden !important;
}
#vue-ordering {
  position: relative;
}
#orderController {
  position: relative;
}
#orderController .col-categories {
  height: calc(100vh - 104px) !important;
}
.products {
  background-color: white;
  z-index: 1;
  padding-top: 15px;
  padding-bottom: 150px;
  padding-left: 2px;
  padding-right: 2px;
  /* Buy button disabled*/

}
.products .loading {
  position: absolute;
  display: block;
  padding: 20px;
  height: 40px;
  z-index: 1;
}
.products article.product {
  padding: 0;
  background-color: white;
  position: relative;
  will-change: transform;
}
.products article.product > div {
  outline: thin solid #edebeb;
}
.products article.product .product-header {
  white-space: nowrap;
  padding-top: 15px;
  padding-bottom: 5px;
}
.products article.product .product-header h6 {
  color: #424242;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.6;
  text-transform: none;
  word-wrap: normal;
  white-space: pre-line;
}
.products article.product .product-header .allergies-clickable > span:before {
  font-size: 20px;
}
.products article.product .allergeen-wrap {
  display: flex;
  flex-flow: row;
}
.products article.product .allergeen-wrap .product-allergeen-informatie {
  flex: 2;
  padding-bottom: 10px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap-reverse;
  align-content: flex-start;
}
.products article.product .product-allergeen-informatie {
  text-align: left;
  z-index: 1;
}
.products article.product .product-allergeen-informatie > .allergy-icon {
  color: #2b2b2b;
  display: inline;
  font-weight: 300;
  margin: 0;
  vertical-align: middle;
}
.products article.product .product-allergeen-informatie > .allergy-icon:before {
  margin-left: 5px;
  vertical-align: middle;
}
.products article.product .product-content {
  padding-bottom: 15px;
  min-height: 175px;
  position: relative;
}
.products article.product .product-content > .icon-added-to-cart-round {
  position: absolute;
  top: 10px;
  right: 20px;
  -webkit-transition: background-color, border 0.5s;
  -o-transition: background-color, border 0.5s;
  transition: background-color, border 0.5s;
  border-radius: 100%;
  border: none !important;
  background: none !important;
}
.products article.product .product-content > .icon-added-to-cart-round > i {
  text-align: center;
  line-height: 0;
  padding: 7px;
  display: inline-block;
}
.products article.product .product-content > .icon-added-to-cart-round > i > span {
  font-weight: 400;
  font-size: 12px;
  color: #424242;
  font-style: normal;
  margin-left: 3px;
}
.products article.product .product-content > .icon-added-to-cart-round > i:before {
  color: #d39c2f;
  vertical-align: middle !important;
  font-size: 15px !important;
  font-weight: 100 !important;
}
.products article.product .product-content > div > .product-main-image {
  height: 120px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  margin-bottom: 15px;
}
.products article.product .product-content > div > .product-main-image.missing {
  background-image: url('/Content/images/icons/placeholder_products.jpg');
}
.products article.product .product-content > div:last-child {
  /*to avoid column height difference with buttons*/
  height: 38px;
  overflow: visible;
}
.products article.product .product-content > div:last-child > .row {
  height: 100%;
}
.products article.product-has-detail-page {
  cursor: pointer;
}
.products article.buyButtonDisabled {
  cursor: default;
  background-color: #eeeeee;
  color: #aaaaaa;
}
.products article.buyButtonDisabled .btn,
.products article.buyButtonDisabled .btn:hover {
  background: #c1c1c1;
  border: thin solid #c1c1c1;
  color: #c1c1c1;
  cursor: default;
  overflow: hidden;
}
.products article.buyButtonDisabled .btn:active,
.products article.buyButtonDisabled .btn:focus {
  background-image: #c1c1c1 !important;
}
.col-categories {
  width: 390px;
  background-color: white;
}
.col-categories > .categories {
  width: 390px;
  overflow-y: auto;
  height: 100%;
  padding-bottom: 10px;
}
.col-categories > .categories .holder {
  min-height: 100px;
}
.col-categories > .categories .loading {
  position: absolute;
  display: block;
  padding: 20px;
  height: 40px;
}
.col-categories > .categories .list-group-item {
  background-color: white;
  color: #2b2b2b;
  border: thin solid #edebeb;
  background-position: right 40px center;
  background-repeat: no-repeat;
  background-size: 80px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  border-radius: 3px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  overflow: hidden;
}
.col-categories > .categories .list-group-item > .category-image {
  display: none;
}
.col-categories > .categories .list-group-item > h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  display: inline;
}
.col-categories > .categories .list-group-item .icon-right {
  float: right;
}
.col-categories > .categories .list-group-item:first-child {
  margin-top: 0;
}
.col-categories > .categories .list-group-item.on {
  background-image: linear-gradient(170deg, #ffc800, #e3a201) !important;
  background-size: contain !important;
  background-position: center;
  color: white;
  border: thin solid transparent;
}
.col-categories > .categories .list-group-item:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr= #fec63d , EndColorStr= #ffc800 ) !important;
  background-image: -webkit-gradient(100deg, #fec63d, #fec63d, #eeba00, #fec63d, #ffc800) !important;
  background-image: -webkit-linear-gradient(100deg, #fec63d, #fec63d, #eeba00, #fec63d, #ffc800) !important;
  background-image: -moz-linear-gradient(100deg, #fec63d, #fec63d, #eeba00, #fec63d, #ffc800) !important;
  background-image: -o-linear-gradient(100deg, #fec63d, #fec63d, #eeba00, #fec63d, #ffc800) !important;
  background-image: -ms-linear-gradient(100deg, #fec63d, #fec63d, #eeba00, #fec63d, #ffc800) !important;
  background-image: linear-gradient(100deg, #fec63d, #fec63d, #eeba00, #fec63d, #ffc800) !important;
  zoom: 1 !important;
  background-size: 400% 400% !important;
  background-position: center;
  -webkit-animation: gradient 1.2s ease;
  animation: gradient 1.2s ease;
  animation-fill-mode: forwards;
}
.col-products {
  width: calc(100% - 880px);
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-flow: column;
  /* Image only on mobile */

}
.col-products .content-scroll {
  flex: 1;
  overflow: auto;
  overflow-x: hidden;
  padding-top: 0px;
}
.col-products .allergy-filter {
  background: white;
  border: thin solid #edebeb;
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  padding-bottom: 3px;
  -webkit-box-shadow: 0 0px 12px -11px white;
  box-shadow: 0 0px 12px -11px white;
  -webkit-transition: max-height 0.6s ease-in, -webkit-box-shadow 0.3s;
  transition: max-height 0.6s ease-in, -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s, max-height 0.6s ease-in;
  transition: box-shadow 0.3s, max-height 0.6s ease-in;
  transition: box-shadow 0.3s, max-height 0.6s ease-in, -webkit-box-shadow 0.3s;
  overflow-y: auto;
}
.col-products .allergy-filter > div > h6 {
  /* vrij van: */
  color: #d39c2f;
  display: inline-block;
  float: left;
  margin: 6px 10px 45px 0;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
}
.col-products .allergy-filter div,
.col-products .allergy-filter ul,
.col-products .allergy-filter li,
.col-products .allergy-filter h6 {
  color: #4c4c4c;
  font-weight: 900;
  font-size: 15px;
}
.col-products .allergy-filter .allergy-tag {
  background: white;
  color: #2b2b2b;
  border: thin solid #c1c1c1;
  overflow: hidden;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px;
  float: left;
  min-width: 40px;
  margin-left: 5px;
  margin-bottom: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  display: inline-block;
}
.col-products .allergy-filter .allergy-tag p {
  margin-top: -3px;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 800 !important;
  display: inline-block;
  vertical-align: middle;
}
.col-products .allergy-filter .allergy-tag .allergy-title {
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 400;
}
.col-products .allergy-filter .allergy-tag .allergy-remove-tag {
  visibility: hidden;
  font-weight: 200;
  float: right;
  padding-left: 10px;
  padding-right: 5px;
  font-size: 11px;
  padding-top: 4px;
}
.col-products .allergy-filter .allergy-tag:hover {
  opacity: 0.4;
}
.col-products .allergy-filter .allergy-tag.active,
.col-products .allergy-filter .allergy-tag:hover {
  background: linear-gradient(170deg, #ffc800, #e3a201, #ffc800);
  color: white;
  border: thin solid thin solid #e3a201;
}
.col-products .allergy-filter .allergy-tag.active .allergy-remove-tag,
.col-products .allergy-filter .allergy-tag:hover .allergy-remove-tag {
  visibility: visible;
}
.col-products .allergy-filter .allergy-tag.active {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.col-products .videoImg {
  display: none;
}
.col-products .grid-row video,
.col-products .grid-row img {
  border-radius: 10px;
  margin-bottom: 15px;
  width: 100%;
}
#orderController.categoryOn .content-scroll {
  padding-top: 20px;
}
.headerGrid {
  color: black;
}
/* Descriptions */

.product-descr-web {
  padding: 0 8px;
  height: 79px;
  line-height: 1.2em;
}
.product-descr-web * {
  line-height: 1.2em;
  color: black;
}
@media only screen and (min-width: calc(1025px)) {
  #orderController > .row > .col-categories,
  #orderController > .row > .col-products {
    min-height: calc(100vh - 254px);
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 15px;
  }
  #orderController > .row .col-products {
    /* 17 03 2020 moved scrollbar to product col instead of body, only on desktop. */
    max-height: calc(100vh - 130px);
    overflow-y: auto;
    overflow-x: hidden;
  }
  #orderController > .row .col-products .allergy-filter {
    -webkit-box-shadow: 0 9px 12px -11px #939393;
    box-shadow: 0 9px 12px -11px #939393;
  }
  #orderController > .row .col-products .products {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1800px) {
  #orderController .col-products {
    width: calc(100% - 405px);
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .fixed-hr {
    display: none;
  }
  #orderController {
    background-color: white;
  }
  #orderController > .row {
    margin-left: 0;
    margin-right: 0;
  }
  #orderController > .row > .col-categories {
    display: none !important;
  }
  #orderController > .row > .col-products {
    padding-bottom: 75px;
    width: 100%;
    margin-right: 0;
    padding: 0;
    padding-right: 15px;
    overflow-y: hidden;
  }
  #orderController > .row > .col-products > div:first-child {
    margin-top: 0;
  }
  #orderController > .row > .col-products .allergy-filter {
    display: none;
  }
  #orderController > .row > .col-products .products {
    padding-top: 0;
    margin-top: 0;
  }
  #orderController > .row > .col-products .products .product .product-content {
    overflow: hidden;
  }
  #orderController.categoryOn {
    padding-top: 50px;
  }
  #orderController {
    padding-top: 15px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  body.doc-type-ordering .notification-bar {
    z-index: 5;
  }
  body.doc-type-ordering footer {
    z-index: 5;
  }
}
@media only screen and (max-width: 1200px) {
  #orderController > .row > .col-products .products > .product {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1024px) {
  #orderController > .row > .col-products .products > .product {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media only screen and (max-width: 650px) {
  #orderController > .row .col-products video {
    display: none;
    content: url('');
  }
  #orderController > .row .col-products .videoImg {
    display: block;
  }
  #orderController > .row .col-products > div .products > .product {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 13px 0 2px 0;
  }
}
.number-spinner {
  font-family: 'Titillium Web', sans-serif;
  display: inline-block;
  position: relative;
  text-align: left;
  touch-action: manipulation;
}
.number-spinner > span {
  color: white;
  width: 24px;
  height: 24px;
  display: block;
  float: left;
  line-height: 0;
  font-weight: 100;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
  padding-top: 8px;
  font-size: 34px;
  text-align: center;
  border-radius: 1px;
}
.number-spinner span:hover {
  border-color: #89ca65;
  -webkit-transition: opacity 0.2s, -webkit-transform;
  transition: opacity 0.2s, -webkit-transform;
  -o-transition: transform, opacity 0.2s;
  transition: transform, opacity 0.2s;
  transition: transform, opacity 0.2s, -webkit-transform;
  opacity: 0.85;
}
.number-spinner input.spinner {
  float: left;
  background: white;
  padding: 0;
  margin: 0px;
  border: 0px;
  text-align: center;
  width: 35px;
  height: 24px;
}
.number-spinner span.min {
  padding-top: 9px;
  background: linear-gradient(170deg, #aaaaaa, #7f7f7f);
}
.number-spinner span.plus {
  font-size: 33px;
  background: linear-gradient(170deg, #89ca65, #32561e);
}
.number-spinner span.plus:hover {
  background: #89ca65;
}
#mobile-navigation-bar {
  display: none;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  overflow: hidden;
  z-index: 3;
  padding: 0 15px;
}
#mobile-navigation-bar .btn-wrapper {
  background-color: #ffc800;
  transition: background 0.3s;
  padding-left: 5px;
  padding-right: 5px;
}
#mobile-navigation-bar .btn-wrapper .btn {
  background: none !important;
  width: 100%;
  line-height: 1;
  padding: 8px;
}
#mobile-navigation-bar .btn-wrapper .btn i {
  color: #2b2b2b;
  vertical-align: middle;
  font-size: 25px;
  position: relative;
  display: inline-block;
  overflow: visible;
}
#mobile-navigation-bar .btn-wrapper .btn i:before {
  vertical-align: bottom;
}
#mobile-navigation-bar .btn-wrapper .btn p {
  color: #2b2b2b;
  font-family: 'Roboto Slab';
  font-size: 11px;
  margin: 0;
}
#mobile-navigation-bar .btn-wrapper .btn .icon-basket-wrapper {
  position: absolute;
  top: -2px;
  right: -7px;
  font-size: 11px;
  height: 18px;
  width: 18px;
  border-radius: 100%;
}
#mobile-navigation-bar .btn-wrapper .btn .icon-basket-wrapper .icon-basket-count {
  color: white;
  min-height: 1px !important;
  min-width: 1px !important;
  font-size: 11px;
  font-style: normal;
  vertical-align: initial;
}
#mobile-navigation-bar .btn-wrapper .btn > * {
  overflow: hidden;
  display: block;
}
#mobile-navigation-bar .btn-wrapper .btn > *:first-child {
  height: 25px;
  margin-bottom: 3px;
}
#mobile-navigation-bar .btn-wrapper:hover,
#mobile-navigation-bar .btn-wrapper.active {
  background-color: #eeba00 !important;
}
@media only screen and (max-width: 1024px) {
  #mobile-navigation-bar {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #mobile-sub-header .mobile-action-dropdown-left {
    display: none !important;
  }
  #mobile-sub-header .mobile-action-dropdown-right {
    width: 100% !important;
  }
}
html > body.scroll-at-footer .notification-bar {
  position: absolute;
  bottom: 0;
}
/* fixed notification bars */

.notification-bar {
  visibility: hidden;
  background-color: white;
  border: thin solid #edebeb;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 75px;
  -webkit-box-shadow: 0px 4px 8px 6px #606060;
  box-shadow: 0px 4px 8px 6px #606060;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.notification-bar > div {
  height: 100%;
}
.notification-bar > div > div {
  height: 100%;
}
/* CART bar */

.notification-bar.notification-bar-cart {
  /* show cart bar after loading the products */
  visibility: hidden;
  -webkit-box-shadow: 0px 4px 8px 8px white;
  box-shadow: 0px 4px 8px 8px white;
  padding-left: 15px;
  padding-right: 15px;
}
.notification-bar.notification-bar-cart > div > div > button {
  width: 100%;
  border: thin solid #629c44;
  border-radius: 3px;
  height: 100%;
}
.notification-bar.notification-bar-cart > div > div > button span {
  font-family: 'Roboto Slab';
  font-weight: 700;
  font-size: 14px;
}
.notification-bar.notification-bar-cart > div > div > button > .notif-cart-icon {
  float: left;
  padding: 2px;
}
.notification-bar.notification-bar-cart > div > div > button > .notif-cart-title {
  position: absolute;
  left: 0;
  right: 0;
  text-transform: uppercase;
}
.notification-bar.notification-bar-cart > div > div > button > .notif-cart-price {
  float: right;
}
@media only screen and (max-width: 1800px) {
  .notification-bar.notification-bar-cart.active {
    visibility: visible;
  }
}
@media only screen and (max-width: 767px) {
  .notification-bar.notification-bar-cart > div > div > button > .notif-cart-title {
    position: static;
  }
}
/* END CART bar */

/* Cart  */

.card-body {
  padding: 0;
}
.composite-cart {
  font-family: 'Titillium Web';
}
.col-cart {
  height: calc(100vh - 104px);
  overflow-x: hidden;
  padding-top: 0;
  border: thin solid #ebebeb;
  background-color: white;
  width: 460px;
  border: thin solid #edebeb;
  position: relative;
  /* for nicescroll.. */
  border-top: none;
  -webkit-overflow-scrolling: touch;
  transition: transform 0.5s, opacity 0.3s;
  top: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.col-cart > div {
  margin: 0;
  padding: 0;
}
html > body.cart-active #background-overlay {
  z-index: 5;
}
html > body.cart-active .col-cart {
  z-index: 7 !important;
}
.icon-basket-wrapper {
  white-space: nowrap;
  background: #629c44;
}
.icon-basket-wrapper .icon-basket-img {
  padding: 2px;
}
.icon-basket-wrapper .icon-basket-img .icon-basket-count {
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  color: white;
  font-family: 'Roboto Slab';
  font-size: 14px;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.cart-toggler.active .icon-basket-img .icon-basket-count {
  display: none;
}
.cart-toggler.active .icon-basket-img:before {
  content: "\67";
  display: inline-block;
  min-height: 20px;
  min-width: 20px;
  color: white;
  font-family: 'Roboto Slab';
  font-size: 12px;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
}
#cart-wrapper {
  /*margin-top: @main-layout-fixed-hr-height;*/
  width: 100%;
  height: 100%;
  padding-top: 15px !important;
  position: relative;
}
#cart-wrapper .removefromcart {
  cursor: pointer;
  display: inline-block;
  padding: 3px;
  padding-left: 10px;
}
#cart-wrapper .removefromcart:before {
  font-size: 14px;
}
#cart-wrapper .additional {
  margin-bottom: 10px;
}
#cart-wrapper .basket-cart-content {
  height: 100%;
}
#cart-wrapper .basket-cart-content .basket-table {
  height: 100%;
}
#cart-wrapper .basket-cart-content .updatecart {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#cart-wrapper .basket-cart-content .updatecart .basket-row-header {
  clear: both;
  padding: 15px;
  float: none;
  display: table;
  margin-top: 0;
  margin-bottom: 0;
  background: white;
  color: #232323;
  border-top: thin solid #edebeb;
  width: 100%;
}
#cart-wrapper .basket-cart-content .updatecart .basket-row-header > .btn-close-default {
  display: none;
}
#cart-wrapper .basket-cart-content .updatecart .basket-row-header > .icon-basket-wrapper {
  padding-left: 0;
  float: right;
}
#cart-wrapper .basket-cart-content .updatecart .basket-row-header button {
  padding: 0;
}
#cart-wrapper .basket-cart-content .updatecart .basket-row-header > span {
  text-transform: uppercase;
  font-weight: 600;
  vertical-align: middle;
  display: table-cell;
  text-align: left;
}
#cart-wrapper .basket-cart-content .updatecart .basket-row-header > span:first-of-type {
  font-family: 'Roboto Slab';
}
#cart-wrapper .basket-cart-content .updatecart .basket-row-header .cart-remove-all {
  background: white;
  color: #232323;
  font-size: 13px;
  font-weight: 600;
}
#cart-wrapper .basket-cart-content .updatecart .basket-row-header .cart-remove-all > .removefromcart:before {
  top: 3px;
  position: relative;
}
#cart-wrapper .basket-cart-content .updatecart .card {
  border: none;
  border-radius: 0;
  color: #4c4c4c;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
#cart-wrapper .basket-cart-content .updatecart > .card.added-products {
  width: calc(458px);
  background-color: white;
}
#cart-wrapper .basket-cart-content .updatecart > .card.added-products .empty-basket {
  padding: 25px;
}
#cart-wrapper .basket-cart-content .updatecart > .card.added-products .empty-basket > div {
  background-image: url('/Content/images/icons/placeholder_emptycard.png');
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: center;
  min-height: 200px;
  margin-bottom: 10px;
}
#cart-wrapper .basket-cart-content .updatecart > .card.added-products .empty-basket > span {
  font-family: 'Roboto Slab';
  font-weight: 300;
  font-size: 16px;
  color: #939393;
}
#cart-wrapper .basket-cart-content .updatecart > .card.added-products > .cart-items .removefromcart:before {
  -webkit-transition: font-size 0.2s;
  -o-transition: font-size 0.2s;
  transition: font-size 0.2s;
}
#cart-wrapper .basket-cart-content .updatecart > .card.added-products > .cart-items .removefromcart:hover:before {
  font-size: 13px;
}
#cart-wrapper .basket-cart-content .updatecart > .card.added-products > .cart-items > div {
  padding: 15px;
}
#cart-wrapper .basket-cart-content .updatecart > .card.added-products > .cart-items > div > .basket-item-container {
  background-color: white;
  padding-top: 15px;
  margin-bottom: 8px;
  border-radius: 3px;
  color: #4c4c4c;
  border: thin solid #edebeb;
}
#cart-wrapper .basket-cart-content .updatecart > .card.added-products > .cart-items > div > .basket-item-container .product-name > span {
  font-weight: 600;
}
#cart-wrapper .basket-cart-content .updatecart > .card.added-products > .cart-items > div > .basket-item-container > .row:not(:last-child) {
  margin-bottom: 15px;
}
#cart-wrapper .basket-cart-content .updatecart > .card.added-products > .cart-items > div > .basket-item-container .row.product-ingredient-info,
#cart-wrapper .basket-cart-content .updatecart > .card.added-products > .cart-items > div > .basket-item-container .cart-item-header {
  background-color: #f7f6f6;
  border-top: thin solid #edebeb;
  font-family: 'Roboto Slab';
  text-transform: capitalize;
  white-space: normal;
  word-wrap: normal;
  font-size: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
}
#cart-wrapper .basket-cart-content .updatecart > .card.added-products > .cart-items > div > .basket-item-container .row.product-ingredient-info > div > span,
#cart-wrapper .basket-cart-content .updatecart > .card.added-products > .cart-items > div > .basket-item-container .cart-item-header > div > span {
  display: inline-block;
  margin-right: 10px;
}
#cart-wrapper .basket-cart-content .updatecart > .card.added-products > .cart-items > div > .basket-item-container .row.product-ingredient-info > div > span:before,
#cart-wrapper .basket-cart-content .updatecart > .card.added-products > .cart-items > div > .basket-item-container .cart-item-header > div > span:before {
  margin-right: 5px;
}
#cart-wrapper .basket-cart-content .updatecart > .card.added-products > .cart-items > div > .basket-item-container .quantity {
  line-height: 0;
}
#cart-wrapper .basket-cart-content .updatecart > .card.added-products > .cart-items > div > .basket-item-container .quantity .number-spinner {
  position: absolute;
}
#cart-wrapper .basket-cart-content .updatecart .cart-basket-bottom {
  width: calc(458px);
  font-family: 'Roboto Slab';
  text-transform: uppercase;
  font-weight: 700;
}
#cart-wrapper .basket-cart-content .updatecart .cart-basket-bottom .cart-totalsummary {
  padding: 15px 25px 0px 25px;
  text-transform: initial;
  color: #424242;
}
#cart-wrapper .basket-cart-content .updatecart .cart-basket-bottom .cart-totalsummary span.price {
  float: right;
}
#cart-wrapper .basket-cart-content .updatecart .cart-basket-bottom .cart-compositetotal {
  color: #929292;
}
#cart-wrapper .basket-cart-content .updatecart .cart-basket-bottom .card.deliverymethods {
  background-color: white;
  border-left: thin solid transparent;
  border-right: thin solid transparent;
  padding: 15px;
}
#cart-wrapper .basket-cart-content .updatecart .cart-basket-bottom .card.deliverymethods .shipping-methods {
  border-radius: 4px;
}
#cart-wrapper .basket-cart-content .updatecart .cart-basket-bottom .card.deliverymethods .shipping-methods .row {
  margin-right: -5px;
  margin-left: -5px;
}
#cart-wrapper .basket-cart-content .updatecart .cart-basket-bottom .card.deliverymethods .shipping-methods .row .col {
  padding-left: 5px;
  padding-right: 5px;
}
#cart-wrapper .basket-cart-content .updatecart .cart-basket-bottom .card.deliverymethods .shipping-methods .row .shipping {
  cursor: pointer;
  background-color: white;
  color: #232323;
  border: thin solid #d8d8d8;
  /*transition: background-color 0.2s;*/
  text-align: center;
  border-radius: 4px;
  /* Where in a column so this is legit*/
  width: 100%;
  white-space: nowrap;
  margin-top: 2px;
}
#cart-wrapper .basket-cart-content .updatecart .cart-basket-bottom .card.deliverymethods .shipping-methods .row .shipping > label {
  cursor: pointer;
  margin: 7px 3px 9px 3px;
  font-size: 16px;
  white-space: nowrap;
}
#cart-wrapper .basket-cart-content .updatecart .cart-basket-bottom .card.deliverymethods .shipping-methods .row .on .shipping {
  background: linear-gradient(170deg, #ffc800, #e3a201, #ffc800);
  color: white;
  border: none;
  /*transition: background-color 0s;*/

}
#cart-wrapper .basket-cart-content .updatecart .cart-basket-bottom .card.deliverymethods .shipping-methods .row .col:not(.on):hover .shipping {
  opacity: 0.7;
}
#cart-wrapper .basket-cart-content .updatecart .cart-basket-bottom .card.deliverymethods .shipping-methods .row .shipping.dialog {
  border: thin solid #629c44;
  background: linear-gradient(170deg, #89ca65, #32561e);
}
#cart-wrapper .basket-cart-content .updatecart .cart-basket-bottom .card.deliverymethods .shipping-methods .row .shipping input {
  display: none;
}
#cart-wrapper .basket-cart-content .updatecart .cart-basket-bottom .card.deliverymethods .shipping-methods .row .disabled .shipping label {
  color: #aaaaaa;
  cursor: default;
}
#cart-wrapper .basket-cart-content .updatecart .cart-basket-bottom .card.deliverymethods .shipping-methods .row .camera {
  max-width: 58px;
}
#cart-wrapper .basket-cart-content .updatecart .cart-basket-bottom .card.deliverymethods .shipping-methods .row .camera .shipping label {
  display: none;
}
#cart-wrapper .basket-cart-content .updatecart .cart-basket-bottom .card.deliverymethods .shipping-methods .row .camera .shipping:after {
  font-size: 27px;
  vertical-align: middle;
  content: "\32";
  font-family: "theme-food" !important;
}
#cart-wrapper .basket-cart-content .updatecart .cart-basket-bottom .card.checkout {
  background-color: white;
  border-left: thin solid transparent;
  border-right: thin solid transparent;
  padding: 0px 15px 15px 15px;
}
#cart-wrapper .basket-cart-content .updatecart .cart-basket-bottom .card.checkout .cart-bar-checkout .notif-cart-icon {
  padding-top: 10px;
  white-space: nowrap;
}
#cart-wrapper .basket-cart-content .updatecart .cart-basket-bottom .card.checkout .cart-bar-checkout .notif-cart-price {
  padding-top: 10px;
}
#cart-wrapper .basket-cart-content .updatecart .cart-basket-bottom .card.checkout .cart-bar-checkout .notif-cart-price > span {
  font-weight: 800;
  font-size: 24px;
}
#cart-wrapper .basket-cart-content .updatecart .cart-basket-bottom .card.checkout .cart-bar-checkout .notif-cart-btn a {
  color: white;
}
#cart-wrapper .basket-cart-content .updatecart .cart-basket-bottom .card.checkout .cart-bar-checkout .notif-cart-btn a > .btn {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background: linear-gradient(170deg, #89ca65, #32561e);
}
#cart-wrapper .basket-cart-content .updatecart .cart-basket-bottom .card.checkout .cart-bar-checkout .notif-cart-btn a:hover {
  text-decoration: none;
}
.btn.btn-place-order-total.btn-place-order-total-empty-cart {
  border: thin solid #d6d6d6;
  background: linear-gradient(170deg, #ebebeb, #ebebeb) !important;
  pointer-events: none;
}
.btn.btn-place-order-total.btn-place-order-total-empty-cart span {
  color: #7f7f7f;
}
.btn.btn-place-order-total.btn-place-order-total-empty-cart span.cart-button-price-field {
  border-right: none;
}
.btn.btn-place-order-total {
  width: 100%;
  border: thin solid #629c44;
  background: linear-gradient(170deg, #89ca65, #32561e) !important;
  overflow: hidden;
  padding: 0;
  font-size: 20px;
  font-family: 'Roboto Slab';
  font-weight: 900;
  display: flex;
  justify-content: center;
}
.btn.btn-place-order-total span.caption {
  padding: 5px;
  flex-grow: 1;
}
.btn.btn-place-order-total span.cart-button-price-field {
  height: 100%;
  background-color: white;
  flex-grow: 0;
  text-align: left;
}
.btn.btn-place-order-total span.cart-button-price-field .in {
  color: #2b2b2b;
  font-weight: 700;
  padding: 5px 20px;
  height: 100%;
  display: inline-block;
}
.inCheckout .mdcustom-show .btn-place-order-total {
  background: none !important;
  border: none;
  color: #2b2b2b;
}
.inCheckout .mdcustom-show .btn-place-order-total .caption {
  text-align: right;
  padding-right: 30px;
  text-transform: none;
}
.inCheckout .mdcustom-show .btn-place-order-total .cart-button-price-field .in {
  border: thin solid #629c44;
  border-radius: 4px;
}
.mdcustom-show {
  display: block;
}
.mdcustom-hide {
  display: none;
}
.hr {
  width: 100%;
  height: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 50px;
}
.hr span {
  color: #7a7a7a;
  font-size: 14px;
  background-color: white;
  padding: 0 10px;
}
@media only screen and (max-width: 1800px) {
  .section.ordering .col-cart {
    position: fixed !important;
    right: 0;
    top: 50px;
    border: none;
    transform: translateX(100%);
    will-change: transform, opacity;
    overflow: hidden;
    height: calc(100% - 50px);
  }
  .section.ordering .col-cart #cart-wrapper {
    padding-top: 0 !important;
  }
  .section.ordering .col-cart #cart-wrapper .basket-cart-content .updatecart .card.added-products {
    top: 0;
  }
  .section .col-cart.active {
    transform: translateX(0);
    opacity: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (max-width: 1024px) {
  .section.ordering .col-cart,
  section.checkout .col-cart {
    position: fixed !important;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: translateX(100%);
    overflow: scroll;
  }
  .section.ordering #cart-wrapper,
  section.checkout #cart-wrapper {
    padding-top: 0 !important;
  }
  .mdcustom-show {
    display: none;
  }
  .mdcustom-hide {
    display: block;
  }
  .inCheckout .mdcustom-show .btn-place-order-total span.cart-button-price-field {
    flex: 0 0 50%;
    padding-left: 8px;
  }
  .section .col-cart.active {
    transform: translateX(0);
  }
  #cart-wrapper .basket-cart-content > .basket-table > .updatecart .basket-row-header {
    display: block;
    border-top-width: 0;
  }
  #cart-wrapper .basket-cart-content > .basket-table > .updatecart .basket-row-header > .btn-close-default {
    display: block;
    position: absolute;
    right: 15px;
    top: 26px;
  }
  #cart-wrapper .basket-cart-content > .basket-table > .updatecart .basket-row-header > .cart-title {
    width: 100%;
    display: block;
    color: #ffc800;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
  }
  #cart-wrapper .basket-cart-content > .basket-table > .updatecart .basket-row-header > span:nth-of-type(2) {
    float: right;
  }
  #cart-wrapper .basket-cart-content > .basket-table > .updatecart .basket-row-header > span:nth-of-type(3) {
    float: left;
  }
  #cart-wrapper .basket-cart-content > .basket-table > .updatecart .basket-row-header > .notif-cart-icon {
    white-space: normal;
    background: none;
  }
  #cart-wrapper .basket-cart-content > .basket-table > .updatecart .basket-row-header > .notif-cart-icon > .icon-basket-img {
    font-family: 'Roboto Slab';
  }
  #cart-wrapper .basket-cart-content > .basket-table > .updatecart .basket-row-header > .notif-cart-icon > .icon-basket-img > .icon-basket-count {
    color: #424242;
    font-size: 16px;
  }
  #cart-wrapper .basket-cart-content > .basket-table > .updatecart .basket-row-header > .notif-cart-icon > .icon-basket-img > .icon-basket-count:after {
    content: "Producten";
    color: #424242;
    font-size: 16px;
    margin-left: 5px;
  }
  #cart-wrapper .basket-cart-content > .basket-table > .updatecart .basket-row-header > span > .cart-remove-all {
    vertical-align: middle;
  }
  #cart-wrapper .basket-cart-content > .basket-table > .updatecart > .card.added-products {
    position: relative;
    top: 0;
    width: 100%;
  }
  #cart-wrapper .basket-cart-content > .basket-table > .updatecart > .card.added-products .empty-basket {
    margin-top: 50px;
  }
  #cart-wrapper .basket-cart-content > .basket-table > .updatecart > .card.added-products .empty-basket > div {
    margin-bottom: 20px;
  }
  #cart-wrapper .basket-cart-content > .basket-table > .updatecart > .cart-basket-bottom {
    width: 100%;
  }
  #cart-wrapper .basket-cart-content > .basket-table > .updatecart .cart-body > div {
    padding: 0;
  }
  #cart-wrapper .basket-cart-content > .basket-table > .updatecart .cart-body > div .basket-item-container > .row:first-child > .quantity > .number-spinner > span {
    padding-top: 10px;
    font-size: 1.5em;
  }
  #cart-wrapper .basket-cart-content > .basket-table > .updatecart .cart-body > div .basket-item-container > div .product-name {
    font-size: 12px;
    font-family: 'Roboto Slab';
  }
  #cart-wrapper .basket-cart-content > .basket-table > .updatecart .cart-body > div .basket-item-container > div .quantity .number-spinner > input.spinner {
    font-weight: 600;
    font-size: 12px;
    font-family: 'Roboto Slab';
  }
  #cart-wrapper .basket-cart-content > .basket-table > .updatecart .cart-body > div .basket-item-container > div .subtotal {
    font-weight: 600;
    font-size: 12px;
    font-family: 'Roboto Slab';
  }
  #cart-wrapper .basket-cart-content > .basket-table > .updatecart > .checkout {
    padding-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .shipping-methods .camera {
    display: none;
  }
}
@media (max-width: 767px) {
  .col-cart {
    width: 100%;
  }
  .shipping-methods .camera .shipping:after {
    font-size: 24px !important;
  }
  #cart-wrapper .basket-cart-content > .basket-table > .updatecart > .basket-row-header > .cart-title {
    text-align: left;
    font-size: 16px;
    margin-bottom: 15px;
  }
  #cart-wrapper .basket-cart-content > .basket-table > .updatecart > .basket-row-header > .btn-close-default {
    top: 14px !important;
  }
  #cart-wrapper .basket-cart-content > .basket-table > .updatecart .cart-basket-bottom > .card.deliverymethods .shipping-methods > .row > div > .shipping > label {
    font-size: 14px;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  #cart-wrapper .basket-cart-content > .basket-table > .updatecart .cart-basket-bottom .btn {
    font-size: 14px;
  }
}
#vue-checkout {
  position: relative;
}
section.checkout {
  background-color: white;
  /* makes margin similar to ordering */

}
section.checkout .btn-big {
  font-size: 14px;
  min-height: 50px;
  min-width: calc(50% - 15px);
  margin-right: 0;
}
section.checkout .btn-big:first-child {
  float: left;
}
section.checkout .btn-big:last-child {
  float: right;
}
section.checkout .btn-big:first-child:last-child {
  float: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
section.checkout .vertical-accordeon-title h3,
section.checkout .desiredTime h3 {
  margin-bottom: 0 !important;
}
section.checkout .vertical-accordeon-title .separator,
section.checkout .desiredTime .separator {
  margin-bottom: 15px;
  margin-top: 15px;
}
section.checkout > .row {
  margin-left: -30px;
  margin-right: -30px;
}
section.checkout .checkout-content {
  /* use the same response as ordering, this keeps the footer and cart at bottom */
  width: calc(100% - 475px);
  max-height: calc(100vh - 104px);
  min-height: calc(100vh - 104px);
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  /* only seems to work without , seperator */

  /* general styling */

  /* end general styling */

  /* social login styling*/

  /* google */

  /* facebook */

  /* end social login styling */

}
section.checkout .checkout-content > .nicescroll-mod {
  padding-left: 0;
  padding-right: 0;
  height: 100%;
  overflow-y: auto;
}
section.checkout .checkout-content .form-group {
  margin-top: 25px;
}
section.checkout .checkout-content .form-group input.input-validation-error {
  background-color: #ffdad8;
}
section.checkout .checkout-content .form-group input.input-validation-error ~ label {
  display: none;
}
section.checkout .checkout-content a:not(.btn) {
  color: #2b2b2b;
}
section.checkout .checkout-content button,
section.checkout .checkout-content .btn {
  font-family: 'Roboto Slab';
  margin-bottom: 20px;
}
section.checkout .checkout-content button#btnLogin,
section.checkout .checkout-content .btn#btnLogin {
  background: linear-gradient(170deg, #ffc800, #e3a201);
}
section.checkout .checkout-content input {
  font-family: 'Roboto Slab';
}
section.checkout .checkout-content input:placeholder,
section.checkout .checkout-content input::-webkit-input-placeholder,
section.checkout .checkout-content input::-moz-placeholder,
section.checkout .checkout-content input:-ms-input-placeholder,
section.checkout .checkout-content input::-ms-input-placeholder,
section.checkout .checkout-content input::placeholder {
  color: #2b2b2b !important;
  opacity: 1;
  /* Firefox */

}
section.checkout .checkout-content h3 {
  font-size: 20px;
  text-transform: none;
  margin-bottom: 0;
}
section.checkout .checkout-content .control-label {
  background-color: white;
  color: #7f7f7f;
  position: absolute;
  padding-left: 5px;
  padding-right: 5px;
  top: -14px;
  left: 10px;
  font-size: 16px;
  margin-bottom: 0;
  z-index: 3;
}
section.checkout .checkout-content label {
  display: inline;
  cursor: pointer;
}
section.checkout .checkout-content label.disabled {
  cursor: default;
}
section.checkout .checkout-content input.form-control,
section.checkout .checkout-content select.form-control {
  font-size: 16px;
  height: 45px;
}
section.checkout .checkout-content .field-validation-valid {
  display: none;
}
section.checkout .checkout-content .edit-address {
  color: #4c4c4c;
}
section.checkout .checkout-content .edit-address .control-label {
  left: 25px;
}
section.checkout .checkout-content .edit-address input[type='text'],
section.checkout .checkout-content .edit-address input[type='email'],
section.checkout .checkout-content .edit-address input[type='tel'] {
  height: 45px;
}
section.checkout .checkout-content .edit-address > .checkout-section {
  margin-bottom: 30px;
}
section.checkout .checkout-content .edit-address .save-address-container > button {
  margin-right: 10px;
}
section.checkout .checkout-content .edit-address .contact .email > div {
  margin-top: 10px;
  margin-bottom: 10px;
}
section.checkout .checkout-content .edit-address .contact .create-account {
  margin-top: 0px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  section.checkout .checkout-content .edit-address .contact .create-account {
    margin-bottom: 25px !important;
  }
}
section.checkout .checkout-content textarea {
  padding-top: 11px;
  padding-bottom: 11px;
}
section.checkout .checkout-content input.btn[name="nextstep"] {
  width: 100%;
  height: 60px;
  border: 2px solid #97c242;
  border-radius: 4px;
  background: white;
  color: #97c242;
  font-size: 20px;
  font-weight: 400;
}
section.checkout .checkout-content input.btn[name="nextstep"]:hover {
  opacity: 0.8;
}
section.checkout .checkout-content .btn {
  margin-right: 20px;
}
section.checkout .checkout-content .btn.desiredTime {
  background-color: white;
  background: none;
  border: thin solid #d9d9d9;
  margin: 5px 0px;
  transition: background 1s;
}
section.checkout .checkout-content .btn.desiredTime.on {
  background: linear-gradient(170deg, #ffc800, #e3a201, #ffc800);
  color: white;
  border: thin solid white;
}
section.checkout .checkout-content .btn.desiredTime.day {
  padding: 10px 20px;
}
section.checkout .checkout-content .btn.desiredTime input {
  visibility: hidden;
  width: 1px;
}
section.checkout .checkout-content .btn.desiredTime .desiredTime .row {
  margin-left: -5px;
  margin-right: -5px;
}
section.checkout .checkout-content .btn.desiredTime .desiredTime .col,
section.checkout .checkout-content .btn.desiredTime .desiredTime .col-4 {
  padding-left: 5px;
  padding-right: 5px;
}
section.checkout .checkout-content .form-group {
  margin-bottom: 20px;
  position: relative;
  clear: both;
}
section.checkout .checkout-content .form-group-section {
  margin-bottom: 25px;
}
section.checkout .checkout-content p {
  margin-bottom: 20px;
  font-family: 'Roboto Slab';
}
section.checkout .checkout-content .icon-heading {
  line-height: 2;
}
section.checkout .checkout-content .icon-heading:before {
  margin-right: 10px;
}
section.checkout .checkout-content .g-signin2 {
  width: 100% !important;
  height: auto !important;
}
section.checkout .checkout-content .g-signin2 .abcRioButton {
  width: 100% !important;
  height: auto !important;
  border-radius: 2px;
  border: thin solid #7a7a7a;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 10px;
  display: inline-block;
}
section.checkout .checkout-content .g-signin2 .abcRioButton .abcRioButtonContentWrapper {
  width: 100% !important;
}
section.checkout .checkout-content .g-signin2 .abcRioButton .abcRioButtonContentWrapper > .abcRioButtonIcon {
  padding: 13px 0 !important;
  width: 100%;
  line-height: 0;
}
section.checkout .checkout-content .g-signin2 .abcRioButton .abcRioButtonContentWrapper > .abcRioButtonIcon > .abcRioButtonIconImage {
  vertical-align: middle;
  display: inline-block;
  float: none;
}
section.checkout .checkout-content .g-signin2 .abcRioButton .abcRioButtonContentWrapper > .abcRioButtonIcon:after {
  content: "Google";
  font-weight: 600;
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
  float: none;
  margin-left: 10px;
}
section.checkout .checkout-content .g-signin2 .abcRioButton .abcRioButtonContentWrapper > .abcRioButtonContents {
  display: none;
}
section.checkout .checkout-content .fb_iframe_widget {
  padding: 7px 0 10px 0 !important;
  min-width: 100% !important;
  width: 100% !important;
  height: 46px !important;
  border-radius: 2px;
  border: thin solid #7a7a7a;
  background-color: #1877f2;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 10px;
  display: inline-block;
  overflow: hidden;
}
section.checkout .checkout-content .fb_iframe_widget > span {
  width: 100% !important;
}
section.checkout .checkout-content .fb_iframe_widget > span > iframe {
  width: 200px !important;
  display: block;
  margin: auto;
  position: relative !important;
}
section.checkout .checkout-content .panel-body {
  margin: auto;
  width: 31%;
  min-width: 480px;
  color: #7f7f7f;
  padding-left: 15px;
  padding-right: 15px;
}
section.checkout .checkout-content .panel-body:has(.loginform) {
  width: 62%;
}
section.checkout .checkout-content .panel-body:has(.loginform) > div:not(.loginform) {
  min-width: 1px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  section.checkout .checkout-content .panel-body:has(.loginform) > div:not(.loginform) {
    width: 480px;
  }
}
@media only screen and (min-width: 1350px) {
  section.checkout .checkout-content .panel-body:has(.loginform) > div:not(.loginform) {
    margin-left: auto;
    margin-right: auto;
  }
  section.checkout .checkout-content .panel-body:has(.loginform) > div:not(.loginform) > div {
    padding-left: 0;
    padding-right: 0;
  }
}
section.checkout .checkout-content .panel-body .loginform {
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
}
section.checkout .checkout-content .panel-body .loginform p {
  color: #444444;
}
section.checkout .checkout-content .panel-body .loginform .border {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 15px 35px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
section.checkout .checkout-content .panel-body .loginform .border .continueButton {
  margin-top: auto !important;
}
section.checkout .checkout-content .panel-body .loginform .border .continueButton,
section.checkout .checkout-content .panel-body .loginform .border .continueButton .btn {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  section.checkout .checkout-content .panel-body .loginform .border {
    padding: 15px 15px;
  }
  section.checkout .checkout-content .panel-body .loginform .border .continueButton,
  section.checkout .checkout-content .panel-body .loginform .border .continueButton .btn {
    font-size: 14px;
  }
  section.checkout .checkout-content .panel-body .loginform .border .continueButton .caption,
  section.checkout .checkout-content .panel-body .loginform .border .continueButton .btn .caption {
    padding: 10px !important;
  }
  section.checkout .checkout-content .panel-body .loginform .border .continueButton .cart-button-price-field .in {
    font-size: 18px !important;
    padding: 7px 20px;
  }
}
section.checkout .checkout-content .panel-body .loginform .hr {
  max-width: 50%;
  margin-bottom: 30px;
  margin-top: 20px;
}
section.checkout .checkout-content .panel-body .loginform .hr span {
  color: black;
  font-weight: bold;
}
@media only screen and (max-width: 1100px) {
  section.checkout .checkout-content .panel-body .loginform .hr {
    max-width: 90%;
  }
}
section.checkout .checkout-content .panel-body .loginform .continueAnonymous {
  display: flex;
  max-width: 535px;
}
section.checkout .checkout-content .panel-body .loginform .continueAnonymous .border .btn {
  height: 45px;
}
section.checkout .checkout-content .panel-body .loginform .continueAnonymous .border .btn .caption {
  padding: 9px;
}
section.checkout .checkout-content .panel-body .loginform .continueAnonymous .border .btn .cart-button-price-field .in {
  font-size: 21px;
}
@media only screen and (max-width: 400px) {
  section.checkout .checkout-content .panel-body .loginform .continueAnonymous {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 768px) {
  section.checkout .checkout-content .panel-body .loginform .continueAnonymous p:first-child {
    font-weight: bold;
  }
}
section.checkout .checkout-content .panel-body .loginform .continueLogin {
  max-width: 535px;
}
section.checkout .checkout-content .panel-body .loginform .continueLogin .border .pwd {
  margin-bottom: 0px;
}
section.checkout .checkout-content .panel-body .loginform .continueLogin .border .pwd input.form-control {
  height: 45px;
}
section.checkout .checkout-content .panel-body .loginform .continueLogin .border .pwd .btn {
  height: 45px;
  min-height: 45px;
}
section.checkout .checkout-content .panel-body .loginform .continueLogin .border .pwd .btn-show-pwd {
  top: 10px;
}
@media only screen and (max-width: 400px) {
  section.checkout .checkout-content .panel-body .loginform .continueLogin {
    padding-left: 0px;
    padding-right: 0px;
  }
  section.checkout .checkout-content .panel-body .loginform .continueLogin .border .input-group input {
    font-size: 14px;
  }
  section.checkout .checkout-content .panel-body .loginform .continueLogin .border .continueButton {
    font-size: 14px;
  }
}
section.checkout .checkout-content .panel-body h2 {
  font-size: 20px !important;
  font-family: 'Titillium Web', sans-serif;
  margin-bottom: 10px;
  color: #444444;
  font-weight: 700;
}
section.checkout .checkout-content .panel-body p {
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  color: #7f7f7f;
}
section.checkout .checkout-content .panel-body .form-group {
  margin-bottom: 15px;
}
section.checkout .checkout-content .panel-body .form-group .btn-show-pwd {
  color: linear-gradient(170deg, #89ca65, #32561e);
  position: absolute;
  right: 15px;
  top: 7px;
  padding: 0;
  cursor: pointer;
}
section.checkout .checkout-content .panel-body .form-group .btn-show-pwd:hover {
  color: #769614;
  text-decoration: none;
}
section.checkout .checkout-content .panel-body .form-group .forgot-password-link {
  margin-top: 0px;
  margin-bottom: 10px;
  display: inline-block;
  text-align: left;
}
section.checkout .checkout-content .panel-body h3 {
  margin-bottom: 15px;
}
section.checkout .checkout-content .panel-body .checkout-grid-content p {
  color: #444444;
}
section.checkout .checkout-content .checkout-content-wrap {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 50px;
  border: thin solid #edebeb;
}
section.checkout .checkout-content .checkout-content-wrap .checkout-steps {
  font-family: 'Roboto Slab';
  margin-bottom: 15px;
  overflow: hidden;
}
section.checkout .checkout-content .checkout-content-wrap .checkout-steps .checkout-step-wrapper {
  width: 65%;
  min-width: 475px;
  margin: auto;
}
section.checkout .checkout-content .checkout-content-wrap .checkout-steps .checkout-step-wrapper > .checkout-step {
  width: 25%;
  min-height: 135px;
  display: inline-block;
  overflow: visible;
  position: relative;
  font-size: 1.2em;
  text-align: center;
  float: left;
  text-decoration: none;
}
section.checkout .checkout-content .checkout-content-wrap .checkout-steps .checkout-step-wrapper > .checkout-step > span {
  display: block;
}
section.checkout .checkout-content .checkout-content-wrap .checkout-steps .checkout-step-wrapper > .checkout-step > span.round {
  color: #2b2b2b;
  border: solid 2px #c1c1c1;
  width: 45px;
  height: 45px;
  margin: auto;
  margin-bottom: 15px;
  border-radius: 100%;
  text-align: center;
  vertical-align: middle;
  line-height: 39px;
}
section.checkout .checkout-content .checkout-content-wrap .checkout-steps .checkout-step-wrapper > .checkout-step > span.round > .icon:before {
  color: white;
  vertical-align: middle !important;
  font-size: 27px;
  font-weight: 100 !important;
}
section.checkout .checkout-content .checkout-content-wrap .checkout-steps .checkout-step-wrapper > .checkout-step > .name {
  max-width: 150px;
  margin: auto;
  font-size: 16px;
}
section.checkout .checkout-content .checkout-content-wrap .checkout-steps .checkout-step-wrapper > .checkout-step > .name .in {
  margin: auto;
  color: #7f7f7f;
}
section.checkout .checkout-content .checkout-content-wrap .checkout-steps .checkout-step-wrapper > .checkout-step.step-active .round,
section.checkout .checkout-content .checkout-content-wrap .checkout-steps .checkout-step-wrapper > .checkout-step.step-done .round {
  border: solid 2px #629c44;
  background: linear-gradient(170deg, #89ca65, #32561e);
  color: white;
}
section.checkout .checkout-content .checkout-content-wrap .checkout-steps .checkout-step-wrapper > .checkout-step.step-active .name,
section.checkout .checkout-content .checkout-content-wrap .checkout-steps .checkout-step-wrapper > .checkout-step.step-done .name {
  color: #89ca65;
}
section.checkout .checkout-content .checkout-content-wrap .checkout-steps .checkout-step-wrapper > .checkout-step:not(.step4) > span.round:after {
  content: " ";
  display: block;
  position: absolute;
  width: 64%;
  height: 5px;
  background: #c1c1c1;
  left: 69%;
  top: 20px;
}
section.checkout .checkout-content .checkout-content-wrap .checkout-steps .checkout-step-wrapper > .checkout-step:not(.step4).step-active > span.round:after,
section.checkout .checkout-content .checkout-content-wrap .checkout-steps .checkout-step-wrapper > .checkout-step:not(.step4).step-done > span.round:after {
  background: #89ca65;
}
section.checkout .checkout-content .checkout-content-wrap .checkout-steps .checkout-step-wrapper > .checkout-step.step-completion {
  display: block;
  margin: auto;
  float: none;
  min-height: 1px;
}
section.checkout .checkout-content .checkout-content-wrap .checkout-steps .checkout-step-wrapper > .checkout-step.step-completion span.round:after {
  display: none;
}
section.checkout .checkout-content .checkout-content-wrap .checkout-steps .checkout-step-wrapper > .checkout-step.step-completion.failed span.round {
  background: linear-gradient(to bottom, #d8d8d8, #cd1f00, #cd1f00);
  border: thin solid #cd1f00;
}
section.checkout .checkout-content .checkout-content-wrap .checkout-steps .checkout-step-wrapper > .checkout-step.step-completion.failed span.round .icon-close:before {
  font-size: 20px;
}
section.checkout .checkout-content .checkout-content-wrap .checkout-completion-template .btn {
  font-size: 20px;
  max-width: 350px !important;
  border-radius: 0.25rem;
}
section.checkout .checkout-content .checkout-content-wrap .checkout-completion-template .btn-default {
  background: linear-gradient(170deg, #89ca65, #32561e) !important;
}
section.checkout .checkout-content .checkout-content-wrap .checkout-completion-template .sign-payment-status-success {
  width: 100%;
  height: 80px;
  border-radius: 2px;
  background: linear-gradient(170deg, #89ca65, #32561e);
  position: relative;
  display: table;
  text-align: center;
}
section.checkout .checkout-content .checkout-content-wrap .checkout-completion-template .sign-payment-status-success > .icon {
  display: table-cell;
  color: white;
  font-size: 35px;
  vertical-align: middle;
}
section.checkout .checkout-content .checkout-content-wrap .checkout-completion-template .sign-payment-status-success > .icon:before {
  border-radius: 100%;
  border: 2px solid white;
  padding: 8px;
  vertical-align: middle;
  display: inline-block;
}
section.checkout .checkout-content .checkout-content-wrap .checkout-completion-template .bedankt-voor-bestelling {
  font-weight: 700;
  color: #2b2b2b;
}
section.checkout .checkout-content .checkout-content-wrap .checkout-completion-template .success-form-description {
  color: #769614;
}
section.checkout .checkout-content .checkout-content-wrap .checkout-completion-template .failed-form-description {
  color: #2b2b2b;
}
section.checkout .checkout-content .checkout-content-wrap .checkout-completion-template .sign-order-number {
  margin-bottom: 15px;
}
section.checkout .checkout-content .checkout-content-wrap .checkout-completion-template .sign-order-number > div {
  height: 65px;
  display: table;
  text-align: center;
  border: thin solid #aaaaaa;
  border-radius: 2px;
  width: 350px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
section.checkout .checkout-content .checkout-content-wrap .checkout-completion-template .sign-order-number > div > p {
  display: table-cell;
  vertical-align: middle;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2b2b2b;
}
section.checkout .btn.desiredTime {
  display: inline-block;
  width: 100%;
}
main > div > section.checkout.step-Success .checkout-content,
main > div > section.checkout.step-PaymentCanceled .checkout-content,
main > div > section.checkout.step-PaymentError .checkout-content {
  width: 100%;
}
@media only screen and (max-width: 1800px) {
  main > div > section.checkout .checkout-content .checkout-content-wrap .checkout-steps .checkout-step-wrapper > .checkout-step > .name {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  #checkoutController .col-address {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  main > div > section.checkout .checkout-content {
    width: 100% !important;
    max-height: initial;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  main > div > section.checkout .checkout-content .checkout-content-wrap {
    padding-top: 0;
    border: none;
  }
  main > div > section.checkout .checkout-content .btn,
  main > div > section.checkout .checkout-content .btn-big:first-child:last-child {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  main > div > section.checkout .checkout-content {
    margin-top: 0;
  }
  main > div > section.checkout .checkout-content .checkout-content-wrap .checkout-steps {
    margin-top: 25px;
    margin-bottom: 15px;
  }
  main > div > section.checkout .checkout-content .checkout-content-wrap .checkout-steps .checkout-step-wrapper {
    width: 116%;
    min-width: 320px;
    position: relative;
    margin-left: -8%;
    margin-right: -8%;
    padding-left: 20px;
    padding-right: 20px;
    /*> .checkout-step.step-completion. {*/
  
  }
  main > div > section.checkout .checkout-content .checkout-content-wrap .checkout-steps .checkout-step-wrapper > .checkout-step:not(.step4) > span.round:after {
    width: 72% !important;
    left: 64% !important;
  }
  main > div > section.checkout .checkout-content .checkout-content-wrap .checkout-steps .checkout-step-wrapper > .checkout-step:not(.step-completion) > span.round {
    font-size: 15px;
  }
  main > div > section.checkout .checkout-content .checkout-content-wrap .checkout-steps .checkout-step-wrapper > .checkout-step:not(.step-completion) > span.round .icon:before {
    font-size: 14px;
  }
  main > div > section.checkout .checkout-content .checkout-content-wrap .checkout-steps .checkout-step-wrapper > .checkout-step {
    min-height: 25px;
  }
  main > div > section.checkout .checkout-content .checkout-content-wrap .checkout-steps .checkout-step-wrapper > .checkout-step > span.round {
    height: 30px;
    width: 30px;
    line-height: 1.6;
    font-weight: 400;
  }
  main > div > section.checkout .checkout-content .checkout-content-wrap .checkout-steps .checkout-step-wrapper > .checkout-step > span.round:after {
    height: 4px !important;
    top: 13px !important;
  }
  main > div > section.checkout .checkout-content .checkout-content-wrap .checkout-steps .checkout-step-wrapper > .checkout-step > span.name {
    display: none;
  }
  main > div > section.checkout .checkout-content .checkout-content-wrap .checkout-steps .checkout-step-wrapper > .checkout-step.step-completion > span.round {
    line-height: 39px;
    height: 45px !important;
    width: 45px !important;
  }
  main > div > section.checkout .checkout-content .checkout-content-wrap .panel-body {
    width: auto;
    min-width: 1px;
  }
  main > div > section.checkout .checkout-content .checkout-content-wrap .panel-body h2 {
    font-size: 15px !important;
  }
  main > div > section.checkout .checkout-content .checkout-content-wrap .panel-body p {
    font-size: 15px;
  }
  main > div > section.checkout .checkout-content .checkout-content-wrap .panel-body .form-group {
    margin-bottom: 0px;
  }
  main > div > section.checkout .checkout-content .checkout-content-wrap .panel-body .form-group > #btnLogin,
  main > div > section.checkout .checkout-content .checkout-content-wrap .panel-body .form-group > #btnLoginFormNext,
  main > div > section.checkout .checkout-content .checkout-content-wrap .panel-body .form-group > #btnLoginFormNextAnonymous,
  main > div > section.checkout .checkout-content .checkout-content-wrap .panel-body .form-group > #btnLoginAnonymous {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  main > div > section.checkout .checkout-content .checkout-content-wrap .panel-body .form-group > #btnLoginFormNextAnonymous {
    background: #c1c1c1;
  }
  main > div > section.checkout .checkout-content .checkout-content-wrap .panel-body .form-group .forgot-password-link {
    display: block;
    /*text-align: right;*/
  
  }
  main > div > section.checkout .checkout-content .checkout-content-wrap .panel-body .form-group.ingelogd-blijven > label {
    display: block;
    text-align: left;
  }
}
body.doc-type-checkout main > .container-fluid {
  position: static !important;
}
body.doc-type-checkout main > .container-fluid section.checkout {
  position: static !important;
}
body.doc-type-checkout main > .container-fluid section.checkout #vue-checkout {
  position: static !important;
  width: 100%;
}
/* #9187 hide shipping options on checkout steps after setting address */

section.checkout .deliverymethods.hideMethods {
  display: none !important;
}
section.checkout .step-PaymentProvider {
  display: none !important;
}
@media (max-width: 767px) {
  section.checkout .showDelivery .btn:first-child,
  section.checkout #formAnonymous .btn:first-child,
  section.checkout .delivery-toggle .btn:first-child {
    width: 100%;
    float: none;
  }
  section.checkout .showDelivery .btn:last-child,
  section.checkout #formAnonymous .btn:last-child,
  section.checkout .delivery-toggle .btn:last-child {
    width: 100%;
    float: none;
  }
}
section.checkout .btn#showDelivery,
section.checkout .delivery-toggle .hideDelivery {
  background: linear-gradient(170deg, #d8d8d8, #919191);
}
section.checkout .btn#showDelivery:hover,
section.checkout .delivery-toggle .hideDelivery:hover {
  background: #939393;
}
.checkout-loading .icon-clock {
  font-size: 2em;
}
/* tier prices */

.tierprices.table td {
  border: solid 1px #cccccc;
  padding: 8px;
}
.tierprices.table td.caption {
  width: 150px;
}
.tierprices.table td.price {
  background-color: #f4f4f0;
  color: red;
}
.from .price {
  text-decoration: line-through;
  font-size: 1.2em;
  color: red;
}
.td .price {
  font-size: 1.3em;
  color: green;
}
/* adresses */

.address-item {
  border: 1px solid black;
  border-radius: 4px;
  padding: 5px;
}
.address-item li {
  display: block;
}
.select-button .btn-success {
  display: none;
}
.select-button .btn-primary {
  display: block;
}
.select-button.selected .btn-primary {
  display: none;
}
.select-button.selected .btn-success {
  display: block;
}
/* Fly out shopping cart*/

.table.cart {
  margin: 5px;
}
.table.cart > tbody > tr > td {
  border-top: 0px;
}
.allergy-icon:before {
  font-weight: 400;
  position: relative;
  top: 2px;
}
/* Icons general */

button.navbar-toggler.active > span:before,
button.account-toggler.active > span:before,
button.search-toggler.active > span:before {
  content: "\67";
}
.icon-close {
  cursor: pointer;
}
.icon-search {
  line-height: 0;
}
.icon-up:before,
.icon-down:before,
.icon-left:before,
.icon-right:before {
  font-size: 11px;
  display: inline-block;
}
.icon-round {
  border-radius: 100%;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
/* header icons */

.navbar-light .navbar-toggler-icon {
  background-image: url("/Content/images/icons/placeholder_products.jpg");
}
/*ordering page*/

#orderController .icon-check:before {
  content: " " !important;
  display: inline-block;
  color: transparent !important;
  font-size: 0 !important;
  width: 15px !important;
  height: 15px !important;
  background-image: url('/Content/images/icons/_check.png');
  background-size: contain;
}
/* buttons general */

.btn,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  border: none;
  background: linear-gradient(170deg, #89ca65, #32561e);
}
.btn:disabled {
  cursor: not-allowed;
}
.btn.btn-link {
  background: none;
}
.transparant-button {
  background: transparent;
  border: none;
}
.menu-group-account {
  width: 100%;
}
.menu-group-account > div:first-child div {
  float: left;
}
.menu-group-account .account-image-round-container {
  width: 100%;
}
.menu-group-account .account-image-round-container .account-image-round {
  border: thin solid #d8d8d8;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  background-image: url('/Content/images/icons/ico_account.png');
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
#product-detail-page {
  height: 100%;
  /* dont display on the scrollable extras */

}
#product-detail-page .main-product-content {
  margin-top: 20px;
}
#product-detail-page .main-product-content .product-extras-header h5 {
  margin-bottom: 30px;
}
#product-detail-page .main-product-content > .row:first-child {
  padding-left: 30px;
  padding-right: 30px;
}
#product-detail-page .main-product-content > .product-extras.small .product-extras-frame {
  padding-left: 15px;
  padding-right: 15px;
}
#product-detail-page .detail-page-buttons .separator,
#product-detail-page .product-header .separator {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#product-detail-page .product-extras .separator {
  display: none;
}
#product-detail-page .product-extras.small .separator {
  /*assuming separator margin is 35 take away 12 from top , as small items have margin bottom*/
  margin-top: 23px;
  display: block;
}
#product-detail-page > .product {
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  /* if the last extras has a separator don't show a double one on menu message */

}
#product-detail-page > .product .container-scrollable {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 1024px) {
  #product-detail-page > .product .container-scrollable {
    padding-bottom: 60px;
  }
}
#product-detail-page > .product .loading {
  margin-top: 35px;
}
#product-detail-page > .product .product-image {
  min-height: 150px;
  text-align: left;
  margin-bottom: 40px;
  position: relative;
}
#product-detail-page > .product .product-image > .ribbon-discount-round {
  position: absolute;
  top: 0;
  left: 0px;
  transition: transform 2s ease-in-out 0.2s;
}
#product-detail-page > .product .product-image > img {
  max-width: 100%;
  max-height: 260px;
  -o-object-fit: contain;
  object-fit: contain;
}
#product-detail-page > .product .product-image:hover .ribbon-discount-round {
  transform: scale(1.1);
  transition: transform 2s ease-in-out 0.2s;
}
#product-detail-page > .product .product-header {
  min-height: 45px;
}
#product-detail-page > .product .product-header h2 {
  color: #2b2b2b;
  margin-bottom: 15px;
  font-family: 'Roboto Slab';
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
}
#product-detail-page > .product .product-header h2 > span:last-child:not(:first-child) {
  color: #ffc800;
}
#product-detail-page > .product .product-extras-header h5 {
  font-family: 'Roboto Slab';
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
}
#product-detail-page > .product .product-description {
  margin-bottom: 50px;
  font-size: 14px;
}
#product-detail-page > .product .product-allergy-info {
  margin-bottom: 40px;
}
#product-detail-page > .product .product-allergy-info .product-descr-web {
  height: auto;
}
#product-detail-page > .product .product-allergy-info .separator {
  max-width: 300px;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
#product-detail-page > .product .product-allergy-info .allergy-info-title {
  font-family: 'Roboto Slab';
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
  margin-bottom: 0;
  padding-left: 15px;
}
#product-detail-page > .product .product-allergy-info > div {
  max-width: 300px;
}
#product-detail-page > .product .product-allergy-info > div .allergy-icon {
  vertical-align: baseline;
  margin-bottom: 7px;
}
#product-detail-page > .product .product-allergy-info > div .allergy-icon:before {
  margin-right: 10px;
  vertical-align: baseline;
}
#product-detail-page > .product .product-extras {
  background-color: white;
  display: block;
  font-family: 'Roboto Slab';
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 55px;
  width: calc(100% + 30px);
}
#product-detail-page > .product .product-extras .sly-parent {
  padding-right: 0;
}
#product-detail-page > .product .product-extras .product-item-extra {
  border: thin solid transparent;
  background-color: white;
  /* update vue infinite scroll width when updating below width/margin */
  width: 158px;
  height: 225px;
  overflow: hidden;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border-radius: 3px;
  float: left;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
#product-detail-page > .product .product-extras .product-item-extra > label {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
#product-detail-page > .product .product-extras .product-item-extra * {
  cursor: pointer;
}
#product-detail-page > .product .product-extras .product-item-extra .product-item-extra-inner .image-container {
  display: block;
  height: 88px;
  margin: auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/Content/images/icons/placeholder_products.jpg');
}
#product-detail-page > .product .product-extras .product-item-extra .product-item-extra-inner > .checkbox,
#product-detail-page > .product .product-extras .product-item-extra .product-item-extra-inner > .radiobox {
  margin: 18px auto;
}
#product-detail-page > .product .product-extras .product-item-extra .product-item-extra-inner > .caption {
  display: block;
  font-size: 14px;
}
#product-detail-page > .product .product-extras .product-item-extra .product-item-extra-inner > .price {
  font-weight: 400;
  font-size: 13px;
}
#product-detail-page > .product .product-extras .product-item-extra.buyButtonDisabled {
  background-color: #eeeeee;
  color: #aaaaaa;
}
#product-detail-page > .product .product-extras .product-item-extra.buyButtonDisabled .icon-check:before {
  color: #aaaaaa;
}
#product-detail-page > .product .product-extras .product-item-extra.multi-select {
  border: thin solid #edebeb;
}
#product-detail-page > .product .product-extras .product-item-extra.selected {
  border: thin solid #edebeb;
}
#product-detail-page > .product .product-extras .product-item-extra:not(:last-child) {
  margin-right: 10px;
}
#product-detail-page > .product .product-extras.small {
  /* a separator should be put here for margin */
  width: calc(100% + 30px);
  margin-bottom: 0;
}
#product-detail-page > .product .product-extras.small .product-extras-frame.sly-frame {
  overflow: visible !important;
}
#product-detail-page > .product .product-extras.small .product-extras-header h5 {
  color: #ffc800;
}
#product-detail-page > .product .product-extras.small .product-extras-slidee {
  width: 100%;
}
#product-detail-page > .product .product-extras.small .product-item-extra {
  position: relative;
  width: calc(50% - 7px);
  height: 40px;
  margin-bottom: 12px;
  overflow: visible !important;
}
#product-detail-page > .product .product-extras.small .product-item-extra .product-item-extra-inner {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-left: 8px;
  padding-right: 15px;
  overflow: visible !important;
  position: relative;
}
#product-detail-page > .product .product-extras.small .product-item-extra .product-item-extra-inner .image-container {
  width: 35%;
  max-width: calc(100% - 180px);
  margin: 0;
  float: right;
  background-position: right;
  background-size: contain;
  position: absolute;
  right: 15px;
  height: 50px;
  top: -5px;
}
#product-detail-page > .product .product-extras.small .product-item-extra .product-item-extra-inner .caption,
#product-detail-page > .product .product-extras.small .product-item-extra .product-item-extra-inner .price,
#product-detail-page > .product .product-extras.small .product-item-extra .product-item-extra-inner .checkbox,
#product-detail-page > .product .product-extras.small .product-item-extra .product-item-extra-inner .radiobox {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
#product-detail-page > .product .product-extras.small .product-item-extra .product-item-extra-inner .caption,
#product-detail-page > .product .product-extras.small .product-item-extra .product-item-extra-inner .price {
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.6;
}
#product-detail-page > .product .product-extras.small .product-item-extra .product-item-extra-inner .caption {
  padding-left: 15px;
  padding-right: 7px;
}
#product-detail-page > .product .product-extras.small .product-item-extra .product-item-extra-inner .checkbox,
#product-detail-page > .product .product-extras.small .product-item-extra .product-item-extra-inner .radiobox {
  margin-top: 8px;
  margin-bottom: 8px;
}
#product-detail-page > .product .product-extras.small .product-item-extra .product-item-extra-inner .checkbox > .icon,
#product-detail-page > .product .product-extras.small .product-item-extra .product-item-extra-inner .radiobox > .icon {
  width: 18px;
  height: 18px;
  font-size: 14px;
}
#product-detail-page > .product .product-extras.small .product-item-extra.selected {
  border: thin solid #eeeeee !important;
  background-image: linear-gradient(to right, #f7efe9, #fcf8f5) !important;
}
#product-detail-page > .product .product-extras.small .product-item-extra:nth-child(odd) {
  margin-left: 0;
  margin-right: 7px;
}
#product-detail-page > .product .product-extras.small .product-item-extra:nth-child(even) {
  margin-left: 7px;
  margin-right: 0;
}
#product-detail-page > .product .product-extras.small:nth-last-child(2) {
  margin-bottom: 0;
}
#product-detail-page > .product .product-extras.small:nth-last-child(2) + .message-want-menu .separator {
  display: none;
}
#product-detail-page > .product .message-want-menu .menu-message-wrap,
#product-detail-page > .product .message-want-no-menu .menu-message-wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 375px;
  max-width: 100%;
  margin-bottom: 50px;
}
#product-detail-page > .product .message-want-menu .menu-message-wrap .btn,
#product-detail-page > .product .message-want-no-menu .menu-message-wrap .btn {
  border-radius: 0.25rem;
}
#product-detail-page > .product .message-want-menu .menu-message-wrap .want-menu-description,
#product-detail-page > .product .message-want-no-menu .menu-message-wrap .want-menu-description,
#product-detail-page > .product .message-want-menu .menu-message-wrap .want-no-menu-description,
#product-detail-page > .product .message-want-no-menu .menu-message-wrap .want-no-menu-description {
  margin-bottom: 10px;
}
#product-detail-page > .product .message-want-menu .menu-message-wrap .want-menu-description > h4,
#product-detail-page > .product .message-want-no-menu .menu-message-wrap .want-menu-description > h4,
#product-detail-page > .product .message-want-menu .menu-message-wrap .want-no-menu-description > h4,
#product-detail-page > .product .message-want-no-menu .menu-message-wrap .want-no-menu-description > h4 {
  color: #2b2b2b;
  font-family: 'Roboto Slab';
  text-transform: uppercase;
  font-weight: 900;
  font-size: 19px;
}
#product-detail-page > .product .message-want-menu .menu-message-wrap .want-menu-description > p,
#product-detail-page > .product .message-want-no-menu .menu-message-wrap .want-menu-description > p,
#product-detail-page > .product .message-want-menu .menu-message-wrap .want-no-menu-description > p,
#product-detail-page > .product .message-want-no-menu .menu-message-wrap .want-no-menu-description > p {
  font-size: 15px;
  color: #2b2b2b;
}
#product-detail-page > .product .message-want-menu button,
#product-detail-page > .product .message-want-no-menu button {
  width: 100%;
  font-family: 'Roboto Slab';
  font-size: 12px;
  font-weight: 700;
}
#product-detail-page > .product .message-want-menu .menu-message-wrap .want-menu-description {
  position: relative;
  padding-right: 7px;
}
#product-detail-page > .product .message-want-menu .menu-message-wrap .want-menu-description .ribbon-discount-round {
  position: absolute;
  right: -60px;
  top: -5px;
  transition: transform 0.2s ease-in-out 2s;
}
#product-detail-page > .product .message-want-menu .menu-message-wrap .want-menu-description .ribbon-discount-round .ribbon-discount-wrap p {
  font-size: 13px;
}
#product-detail-page > .product .message-want-menu .menu-message-wrap .want-menu-controls > div:first-child {
  padding-right: 7px;
}
#product-detail-page > .product .message-want-menu .menu-message-wrap .want-menu-controls > div:last-child {
  padding-left: 7px;
}
#product-detail-page > .product .message-want-menu:hover .ribbon-discount-round {
  transform: scale(1.1);
  transition: transform 0.2s;
}
#product-detail-page > .product .message-want-no-menu {
  margin-left: auto;
  margin-right: auto;
  width: 510px;
  max-width: 100%;
}
#product-detail-page > .product .message-want-no-menu .menu-message-wrap .want-no-menu-description {
  text-align: center;
}
#product-detail-page > .product .message-want-no-menu .menu-message-wrap .want-no-menu-description h4 {
  color: #2b2b2b;
  font-family: 'Roboto Slab';
  text-transform: uppercase;
  font-weight: 900;
  font-size: 20px;
}
#product-detail-page > .product .message-want-no-menu .menu-message-wrap .want-no-menu-controls > div button {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Roboto Slab';
  font-size: 12px;
  font-weight: 700;
}
#product-detail-page > .product .detail-page-buttons {
  overflow: hidden;
  background-color: white;
}
#product-detail-page > .product .detail-page-buttons button {
  font-family: 'Roboto Slab';
  font-size: 18px;
  font-weight: 700;
}
#product-detail-page > .product .detail-page-buttons button span {
  position: relative;
}
#product-detail-page > .product .detail-page-buttons button .cart-button-price-field {
  font-family: 'Titillium Web', sans-serif;
}
#product-detail-page > .product .detail-page-buttons .detail-page-controls {
  margin-top: 15px;
}
#product-detail-page > .product .detail-page-buttons .detail-page-controls.hide-mobile > *:nth-child(1) {
  float: left;
}
#product-detail-page > .product .detail-page-buttons .detail-page-controls.hide-mobile > *:nth-child(2) {
  float: right;
}
#product-detail-page > .product .detail-page-buttons .detail-page-controls.hide-mobile > *:nth-child(3) {
  float: right;
}
#product-detail-page > .product .detail-page-buttons .detail-page-controls.hide-mobile > .btn.btn-with-pricelabel > .cart-button-price-field {
  min-width: 80px;
}
#product-detail-page > .product .detail-page-buttons .detail-page-controls.hide-mobile > button:first-of-type {
  padding-left: 15px;
  padding-right: 15px;
}
#product-detail-page > .product .detail-page-buttons .detail-page-controls.hide-mobile > button:last-of-type > span:last-child {
  padding-left: 50px;
  padding-right: 50px;
}
#product-detail-page > .product .detail-page-buttons .detail-page-controls.hide-mobile > .quantity {
  padding-top: 8px;
  margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
  #product-detail-page > .product .product-extras .sly-parent {
    padding-left: 15px;
    padding-right: 15px;
  }
  #product-detail-page > .product .detail-page-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 767px) {
  .product-allergy-info {
    min-height: 240px;
  }
}
@media only screen and (max-width: 767px) {
  #product-detail-page .main-product-content {
    margin-top: 15px;
  }
  #product-detail-page .main-product-content > .row:first-child {
    padding-left: 0;
    padding-right: 0;
  }
  #product-detail-page .main-product-content > .row:nth-child(2).mainProduct {
    padding-left: 0;
    padding-right: 0;
  }
  #product-detail-page > .product {
    padding: 25px 15px;
  }
  #product-detail-page > .product .product-header h2 {
    font-size: 22px;
  }
  #product-detail-page > .product .product-image {
    text-align: center;
  }
  #product-detail-page > .product .product-image > .ribbon-discount-round {
    top: 15px;
    left: 50px;
  }
  #product-detail-page > .product .product-allergy-info .separator {
    max-width: 100%;
  }
  #product-detail-page > .product .product-allergy-info > .allergy-info-title {
    text-align: center;
  }
  #product-detail-page > .product .product-allergy-info > div {
    margin-left: auto;
    margin-right: auto;
  }
  #product-detail-page > .product .product-extras.small .product-item-extra {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #product-detail-page > .product .product-extras.small .product-item-extra .product-item-extra-inner .caption,
  #product-detail-page > .product .product-extras.small .product-item-extra .product-item-extra-inner .price {
    margin-top: 8px;
    margin-bottom: 9px;
    font-size: 13px;
  }
  #product-detail-page > .product .message-want-menu button,
  #product-detail-page > .product .message-want-no-menu button {
    font-size: 10px;
  }
  #product-detail-page > .product .detail-page-buttons > .detail-page-controls.show-mobile .btn {
    font-size: 15px;
  }
  #product-detail-page > .product .detail-page-buttons > .detail-page-controls.show-mobile > div:first-child .quantity {
    text-align: center;
  }
  #product-detail-page > .product .detail-page-buttons > .detail-page-controls.show-mobile > div:first-child .btn-with-pricelabel {
    float: right;
    position: relative;
    top: -7px;
    border-color: #aaaaaa;
    pointer-events: none;
  }
  #product-detail-page > .product .detail-page-buttons > .detail-page-controls.show-mobile > div:first-child .btn-with-pricelabel > .cart-button-price-field {
    border: none;
    padding-left: 20px;
    padding-right: 20px;
  }
  #product-detail-page > .product .detail-page-buttons > .detail-page-controls.show-mobile > div:last-child .btn-default {
    width: 100%;
  }
  #product-detail-page > .product .detail-page-buttons > .detail-page-controls.show-mobile > div:last-child > div:first-child {
    padding-right: 3px;
  }
  #product-detail-page > .product .detail-page-buttons > .detail-page-controls.show-mobile > div:last-child > div:last-child {
    padding-left: 3px;
  }
}
/* meant for shared elements that need overrides by document type */

@media only screen and (max-width: 1800px) {
  body.doc-type-ordering .col-cart #cart-wrapper .basket-cart-content .updatecart > .basket-row-header {
    border-top-width: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1800px) {
  body.doc-type-ordering #header > .container-fluid > .search-wrap {
    width: calc(100vw - 410px);
    height: calc((var(--vh, 1vh) * 100) - 410px);
    max-width: 1190px;
  }
  body.doc-type-ordering #header > .container-fluid .header-absolute-button-wrapper .header-relative-button-wrapper > button.cart-toggler {
    visibility: visible;
  }
  body.doc-type-ordering #header > .container-fluid .header-absolute-button-wrapper .header-relative-button-wrapper > button.account-toggler {
    visibility: visible;
  }
}
@media only screen and (max-width: 1024px) {
  body.doc-type-ordering #mobile-sub-header #header .account-toggler,
  body.doc-type-content #mobile-sub-header #header .account-toggler,
  body.doc-type-checkout #mobile-sub-header #header .account-toggler {
    visibility: visible !important;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-action-dropdown-left,
  body.doc-type-content #mobile-sub-header > .mobile-action-dropdown-left,
  body.doc-type-checkout #mobile-sub-header > .mobile-action-dropdown-left,
  body.doc-type-ordering #mobile-sub-header > .mobile-action-dropdown-right,
  body.doc-type-content #mobile-sub-header > .mobile-action-dropdown-right,
  body.doc-type-checkout #mobile-sub-header > .mobile-action-dropdown-right {
    touch-action: manipulation;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-action-dropdown-left > span,
  body.doc-type-content #mobile-sub-header > .mobile-action-dropdown-left > span,
  body.doc-type-checkout #mobile-sub-header > .mobile-action-dropdown-left > span,
  body.doc-type-ordering #mobile-sub-header > .mobile-action-dropdown-right > span,
  body.doc-type-content #mobile-sub-header > .mobile-action-dropdown-right > span,
  body.doc-type-checkout #mobile-sub-header > .mobile-action-dropdown-right > span,
  body.doc-type-ordering #mobile-sub-header > .mobile-action-dropdown-left > i,
  body.doc-type-content #mobile-sub-header > .mobile-action-dropdown-left > i,
  body.doc-type-checkout #mobile-sub-header > .mobile-action-dropdown-left > i,
  body.doc-type-ordering #mobile-sub-header > .mobile-action-dropdown-right > i,
  body.doc-type-content #mobile-sub-header > .mobile-action-dropdown-right > i,
  body.doc-type-checkout #mobile-sub-header > .mobile-action-dropdown-right > i,
  body.doc-type-ordering #mobile-sub-header > .mobile-action-dropdown-left > i:before,
  body.doc-type-content #mobile-sub-header > .mobile-action-dropdown-left > i:before,
  body.doc-type-checkout #mobile-sub-header > .mobile-action-dropdown-left > i:before,
  body.doc-type-ordering #mobile-sub-header > .mobile-action-dropdown-right > i:before,
  body.doc-type-content #mobile-sub-header > .mobile-action-dropdown-right > i:before,
  body.doc-type-checkout #mobile-sub-header > .mobile-action-dropdown-right > i:before {
    display: inline;
    vertical-align: baseline;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-action-dropdown-left,
  body.doc-type-content #mobile-sub-header > .mobile-action-dropdown-left,
  body.doc-type-checkout #mobile-sub-header > .mobile-action-dropdown-left {
    width: 33.333333%;
    display: none;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-action-dropdown-left > span,
  body.doc-type-content #mobile-sub-header > .mobile-action-dropdown-left > span,
  body.doc-type-checkout #mobile-sub-header > .mobile-action-dropdown-left > span {
    margin-left: 15px;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-action-dropdown-right,
  body.doc-type-content #mobile-sub-header > .mobile-action-dropdown-right,
  body.doc-type-checkout #mobile-sub-header > .mobile-action-dropdown-right {
    width: 100%;
    text-align: right;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-action-dropdown-right > span,
  body.doc-type-content #mobile-sub-header > .mobile-action-dropdown-right > span,
  body.doc-type-checkout #mobile-sub-header > .mobile-action-dropdown-right > span {
    margin-right: 15px;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-action-dropdown-left.active > i:before,
  body.doc-type-content #mobile-sub-header > .mobile-action-dropdown-left.active > i:before,
  body.doc-type-checkout #mobile-sub-header > .mobile-action-dropdown-left.active > i:before,
  body.doc-type-ordering #mobile-sub-header > .mobile-action-dropdown-right.active > i:before,
  body.doc-type-content #mobile-sub-header > .mobile-action-dropdown-right.active > i:before,
  body.doc-type-checkout #mobile-sub-header > .mobile-action-dropdown-right.active > i:before {
    content: "\67";
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-left,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-left,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-left {
    width: 100%;
    top: 0;
    bottom: 0;
    overflow: hidden;
    max-width: 0px;
    padding: 0;
    -webkit-transition: max-width 0.22s linear, padding 0.22s linear;
    -o-transition: max-width 0.22s linear, padding 0.22s linear;
    transition: max-width 0.22s linear, padding 0.22s linear;
    z-index: -1;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-left #mobile-categories-container,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-left #mobile-categories-container,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-left #mobile-categories-container {
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-left > div > .list-group-item,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-left > div > .list-group-item,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-left > div > .list-group-item {
    overflow: hidden;
    border: none;
    font-family: 'Roboto Slab';
    width: 100%;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 15px;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-left > div > .list-group-item > div,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-left > div > .list-group-item > div,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-left > div > .list-group-item > div {
    background: "#ffffff";
    border: thin solid #edebeb;
    border-radius: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-left > div > .list-group-item > div > .category-carousel-image,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-left > div > .list-group-item > div > .category-carousel-image,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-left > div > .list-group-item > div > .category-carousel-image {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 120px;
    width: 100%;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-left > div > .list-group-item > div > span,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-left > div > .list-group-item > div > span,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-left > div > .list-group-item > div > span {
    color: #232323;
    font-size: 18px;
    font-weight: 700;
    display: block;
    height: 55px;
    margin-top: 10px;
    line-height: 1.3;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-left > div > .list-group-item.on > div,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-left > div > .list-group-item.on > div,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-left > div > .list-group-item.on > div {
    background: linear-gradient(170deg, #ffc800, #e3a201);
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-left > div > .list-group-item.on > div > span,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-left > div > .list-group-item.on > div > span,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-left > div > .list-group-item.on > div > span {
    color: white;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-right,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-right,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-right {
    max-width: 0px;
    width: 100%;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter h3,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter h3,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter h3 {
    color: #424242;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter h4,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter h4,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter h4 {
    color: #d39c2f;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 5px;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter .close-window-link,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter .close-window-link,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter .close-window-link {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter .btn-close-default,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter .btn-close-default,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter .btn-close-default {
    right: 15px;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter .btn-close-default > .icon-close,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter .btn-close-default > .icon-close,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter .btn-close-default > .icon-close {
    background: white;
    height: 17px;
    width: 17px;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter .btn-close-default > .icon-close:before,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter .btn-close-default > .icon-close:before,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter .btn-close-default > .icon-close:before {
    color: #424242;
    background: none;
    padding: 0;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter .allergy-button,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter .allergy-button,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter .allergy-button {
    margin-bottom: 12px;
    opacity: 0;
    transition: opacity 1.6s;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter .allergy-button .allergy-tag,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter .allergy-button .allergy-tag,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter .allergy-button .allergy-tag {
    background: white;
    color: #2b2b2b;
    border: thin solid #c1c1c1;
    border-radius: 3px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    padding: 10px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter .allergy-button .allergy-tag > p,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter .allergy-button .allergy-tag > p,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter .allergy-button .allergy-tag > p {
    display: inline-block;
    vertical-align: baseline;
    margin: 0;
    text-transform: capitalize;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter .allergy-button .allergy-tag > p:before,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter .allergy-button .allergy-tag > p:before,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter .allergy-button .allergy-tag > p:before {
    vertical-align: baseline;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter .allergy-button .allergy-tag > p:first-child,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter .allergy-button .allergy-tag > p:first-child,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter .allergy-button .allergy-tag > p:first-child {
    margin-right: 10px;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter .allergy-button .allergy-tag.active,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter .allergy-button .allergy-tag.active,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter .allergy-button .allergy-tag.active {
    background: linear-gradient(170deg, #ffc800, #e3a201, #ffc800);
    color: white;
    border: thin solid #c1c1c1;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-left.active,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-left.active,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-left.active {
    max-width: 33.333333%;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-right.active,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-right.active,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-right.active {
    max-width: 50%;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-right.active .allergy-filter .allergy-button,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-right.active .allergy-filter .allergy-button,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-right.active .allergy-filter .allergy-button {
    opacity: 1;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-left:before,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-left:before,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-left:before,
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-left:after,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-left:after,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-left:after {
    content: "";
    position: fixed;
    width: 100%;
    /* left: -15px; */
    height: 150px;
    pointer-events: none;
    max-width: 0;
    -webkit-transition: max-width 0.22s linear, padding 0.22s linear;
    -o-transition: max-width 0.22s linear, padding 0.22s linear;
    transition: max-width 0.22s linear, padding 0.22s linear;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-left:before,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-left:before,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-left:before {
    top: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-left:after,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-left:after,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-left:after {
    bottom: 0px;
    background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-left.active:before,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-left.active:before,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-left.active:before,
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-left.active:after,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-left.active:after,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-left.active:after {
    max-width: 33.333333%;
  }
}
@media only screen and (max-width: 767px) {
  body.doc-type-ordering #mobile-sub-header > button.mobile-action-dropdown-left,
  body.doc-type-content #mobile-sub-header > button.mobile-action-dropdown-left,
  body.doc-type-checkout #mobile-sub-header > button.mobile-action-dropdown-left {
    width: 50%;
    display: block;
  }
  body.doc-type-ordering #mobile-sub-header > button.mobile-action-dropdown-right,
  body.doc-type-content #mobile-sub-header > button.mobile-action-dropdown-right,
  body.doc-type-checkout #mobile-sub-header > button.mobile-action-dropdown-right {
    width: 50%;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-left,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-left,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-left {
    top: 50px;
    width: 100%;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-left > div > .list-group-item > div > span,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-left > div > .list-group-item > div > span,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-left > div > .list-group-item > div > span {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-right,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-right,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-right {
    width: 100%;
    max-width: 0px;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter .allergy-button,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter .allergy-button,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-right .allergy-filter .allergy-button {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-left.active,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-left.active,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-left.active {
    max-width: 50%;
    padding: 0px 15px;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-left.active > div > .list-group-item > div > span,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-left.active > div > .list-group-item > div > span,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-left.active > div > .list-group-item > div > span {
    opacity: 1;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-left:before,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-left:before,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-left:before,
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-left:after,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-left:after,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-left:after {
    left: 0;
    width: 100%;
    max-width: 0;
    -webkit-transition: max-width 0.22s linear, padding 0.22s linear;
    -o-transition: max-width 0.22s linear, padding 0.22s linear;
    transition: max-width 0.22s linear, padding 0.22s linear;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-left.active:before,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-left.active:before,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-left.active:before,
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-left.active:after,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-left.active:after,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-left.active:after {
    max-width: 50%;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-left:not(.active):before,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-left:not(.active):before,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-left:not(.active):before,
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-left:not(.active):after,
  body.doc-type-content #mobile-sub-header > .mobile-header-big-dropdown-left:not(.active):after,
  body.doc-type-checkout #mobile-sub-header > .mobile-header-big-dropdown-left:not(.active):after {
    background: none;
  }
}
@media only screen and (max-width: 450px) {
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-left {
    top: 50px;
    width: 100%;
    max-width: 0px;
  }
  body.doc-type-ordering #mobile-sub-header > .mobile-header-big-dropdown-left > div > .list-group-item > div > span {
    font-size: 14px;
    height: 40px;
  }
}
.profile {
  padding-top: 25px;
  padding-bottom: 75px;
}
.profile form .form-control[readonly] {
  background-color: white;
}
.profile p,
.profile h1,
.profile h2 {
  color: #424242;
  font-family: 'Titillium Web' !important;
}
@media only screen and (max-width: 767px) {
  .profile .steps {
    margin-bottom: 30px;
  }
}
.profile .steps a {
  width: 100%;
  float: left;
  line-height: 1.2;
  margin-bottom: 8px;
}
.profile .steps a.active {
  font-weight: 700;
}
.profile .steps a:first-child {
  font-size: 20px;
  font-weight: 700;
}
.profile h1 {
  font-size: 22px !important;
  font-weight: 700 !important;
  margin-bottom: 5px !important;
}
.profile h2 {
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-bottom: 5px !important;
}
.profile .order-history {
  margin-left: 20px;
}
.profile .order-history h4.panel-title {
  font-family: 'Titillium Web';
  color: #424242;
  font-size: 20px;
  font-weight: 700;
}
.profile .order-history h4.panel-title a {
  text-decoration: none;
}
.profile .order-history h4.panel-title a:before {
  content: "j";
  position: absolute;
  margin-left: -20px;
  font-family: "theme-food" !important;
  font-size: 13px;
  color: #424242;
  transition: transform 0.5s;
}
.profile .order-history h4.panel-title a.collapsed:before {
  transform: rotate(-90deg);
}
.profile .order-history .panel-body {
  padding-left: 0px !important;
}
.profile .order-history .panel-body .product {
  padding-left: 10px;
}
.profile .order-history .panel-body .product > .product {
  padding-left: 20px;
}
.profile .order-history .panel-body .product.disabled span {
  color: #7f7f7f;
}
.profile .order-history .panel-body span {
  color: #424242;
  margin-right: 2px;
  display: inline-block;
}
.profile .order-history .panel-body span:nth-child(1) {
  min-width: 24px;
}
.profile .order-history .panel-body span:nth-child(2) {
  min-width: 18px;
}
.profile .order-history .panel-body span input[type=checkbox]:before {
  font-size: 16px;
  margin-top: -17px;
}
.fib {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.fi {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.333333333em;
  line-height: 1em;
}
.fi:before {
  content: "\00a0";
}
.fi.fis {
  width: 1em;
}
.fi.fi-r,
.fi.fi-rounded {
  border-radius: 500px;
}
.fi-xx {
  background-image: url(../../../../css/flags/flags/4x3/xx.svg);
}
.fi-xx.fis {
  background-image: url(../../../../css/flags/flags/1x1/xx.svg);
}
.fi-ad {
  background-image: url(../../../../css/flags/flags/4x3/ad.svg);
}
.fi-ad.fis {
  background-image: url(../../../../css/flags/flags/1x1/ad.svg);
}
.fi-ae {
  background-image: url(../../../../css/flags/flags/4x3/ae.svg);
}
.fi-ae.fis {
  background-image: url(../../../../css/flags/flags/1x1/ae.svg);
}
.fi-af {
  background-image: url(../../../../css/flags/flags/4x3/af.svg);
}
.fi-af.fis {
  background-image: url(../../../../css/flags/flags/1x1/af.svg);
}
.fi-ag {
  background-image: url(../../../../css/flags/flags/4x3/ag.svg);
}
.fi-ag.fis {
  background-image: url(../../../../css/flags/flags/1x1/ag.svg);
}
.fi-ai {
  background-image: url(../../../../css/flags/flags/4x3/ai.svg);
}
.fi-ai.fis {
  background-image: url(../../../../css/flags/flags/1x1/ai.svg);
}
.fi-al {
  background-image: url(../../../../css/flags/flags/4x3/al.svg);
}
.fi-al.fis {
  background-image: url(../../../../css/flags/flags/1x1/al.svg);
}
.fi-am {
  background-image: url(../../../../css/flags/flags/4x3/am.svg);
}
.fi-am.fis {
  background-image: url(../../../../css/flags/flags/1x1/am.svg);
}
.fi-ao {
  background-image: url(../../../../css/flags/flags/4x3/ao.svg);
}
.fi-ao.fis {
  background-image: url(../../../../css/flags/flags/1x1/ao.svg);
}
.fi-aq {
  background-image: url(../../../../css/flags/flags/4x3/aq.svg);
}
.fi-aq.fis {
  background-image: url(../../../../css/flags/flags/1x1/aq.svg);
}
.fi-ar {
  background-image: url(../../../../css/flags/flags/4x3/ar.svg);
}
.fi-ar.fis {
  background-image: url(../../../../css/flags/flags/1x1/ar.svg);
}
.fi-as {
  background-image: url(../../../../css/flags/flags/4x3/as.svg);
}
.fi-as.fis {
  background-image: url(../../../../css/flags/flags/1x1/as.svg);
}
.fi-at {
  background-image: url(../../../../css/flags/flags/4x3/at.svg);
}
.fi-at.fis {
  background-image: url(../../../../css/flags/flags/1x1/at.svg);
}
.fi-au {
  background-image: url(../../../../css/flags/flags/4x3/au.svg);
}
.fi-au.fis {
  background-image: url(../../../../css/flags/flags/1x1/au.svg);
}
.fi-aw {
  background-image: url(../../../../css/flags/flags/4x3/aw.svg);
}
.fi-aw.fis {
  background-image: url(../../../../css/flags/flags/1x1/aw.svg);
}
.fi-ax {
  background-image: url(../../../../css/flags/flags/4x3/ax.svg);
}
.fi-ax.fis {
  background-image: url(../../../../css/flags/flags/1x1/ax.svg);
}
.fi-az {
  background-image: url(../../../../css/flags/flags/4x3/az.svg);
}
.fi-az.fis {
  background-image: url(../../../../css/flags/flags/1x1/az.svg);
}
.fi-ba {
  background-image: url(../../../../css/flags/flags/4x3/ba.svg);
}
.fi-ba.fis {
  background-image: url(../../../../css/flags/flags/1x1/ba.svg);
}
.fi-bb {
  background-image: url(../../../../css/flags/flags/4x3/bb.svg);
}
.fi-bb.fis {
  background-image: url(../../../../css/flags/flags/1x1/bb.svg);
}
.fi-bd {
  background-image: url(../../../../css/flags/flags/4x3/bd.svg);
}
.fi-bd.fis {
  background-image: url(../../../../css/flags/flags/1x1/bd.svg);
}
.fi-be {
  background-image: url(../../../../css/flags/flags/4x3/be.svg);
}
.fi-be.fis {
  background-image: url(../../../../css/flags/flags/1x1/be.svg);
}
.fi-bf {
  background-image: url(../../../../css/flags/flags/4x3/bf.svg);
}
.fi-bf.fis {
  background-image: url(../../../../css/flags/flags/1x1/bf.svg);
}
.fi-bg {
  background-image: url(../../../../css/flags/flags/4x3/bg.svg);
}
.fi-bg.fis {
  background-image: url(../../../../css/flags/flags/1x1/bg.svg);
}
.fi-bh {
  background-image: url(../../../../css/flags/flags/4x3/bh.svg);
}
.fi-bh.fis {
  background-image: url(../../../../css/flags/flags/1x1/bh.svg);
}
.fi-bi {
  background-image: url(../../../../css/flags/flags/4x3/bi.svg);
}
.fi-bi.fis {
  background-image: url(../../../../css/flags/flags/1x1/bi.svg);
}
.fi-bj {
  background-image: url(../../../../css/flags/flags/4x3/bj.svg);
}
.fi-bj.fis {
  background-image: url(../../../../css/flags/flags/1x1/bj.svg);
}
.fi-bl {
  background-image: url(../../../../css/flags/flags/4x3/bl.svg);
}
.fi-bl.fis {
  background-image: url(../../../../css/flags/flags/1x1/bl.svg);
}
.fi-bm {
  background-image: url(../../../../css/flags/flags/4x3/bm.svg);
}
.fi-bm.fis {
  background-image: url(../../../../css/flags/flags/1x1/bm.svg);
}
.fi-bn {
  background-image: url(../../../../css/flags/flags/4x3/bn.svg);
}
.fi-bn.fis {
  background-image: url(../../../../css/flags/flags/1x1/bn.svg);
}
.fi-bo {
  background-image: url(../../../../css/flags/flags/4x3/bo.svg);
}
.fi-bo.fis {
  background-image: url(../../../../css/flags/flags/1x1/bo.svg);
}
.fi-bq {
  background-image: url(../../../../css/flags/flags/4x3/bq.svg);
}
.fi-bq.fis {
  background-image: url(../../../../css/flags/flags/1x1/bq.svg);
}
.fi-br {
  background-image: url(../../../../css/flags/flags/4x3/br.svg);
}
.fi-br.fis {
  background-image: url(../../../../css/flags/flags/1x1/br.svg);
}
.fi-bs {
  background-image: url(../../../../css/flags/flags/4x3/bs.svg);
}
.fi-bs.fis {
  background-image: url(../../../../css/flags/flags/1x1/bs.svg);
}
.fi-bt {
  background-image: url(../../../../css/flags/flags/4x3/bt.svg);
}
.fi-bt.fis {
  background-image: url(../../../../css/flags/flags/1x1/bt.svg);
}
.fi-bv {
  background-image: url(../../../../css/flags/flags/4x3/bv.svg);
}
.fi-bv.fis {
  background-image: url(../../../../css/flags/flags/1x1/bv.svg);
}
.fi-bw {
  background-image: url(../../../../css/flags/flags/4x3/bw.svg);
}
.fi-bw.fis {
  background-image: url(../../../../css/flags/flags/1x1/bw.svg);
}
.fi-by {
  background-image: url(../../../../css/flags/flags/4x3/by.svg);
}
.fi-by.fis {
  background-image: url(../../../../css/flags/flags/1x1/by.svg);
}
.fi-bz {
  background-image: url(../../../../css/flags/flags/4x3/bz.svg);
}
.fi-bz.fis {
  background-image: url(../../../../css/flags/flags/1x1/bz.svg);
}
.fi-ca {
  background-image: url(../../../../css/flags/flags/4x3/ca.svg);
}
.fi-ca.fis {
  background-image: url(../../../../css/flags/flags/1x1/ca.svg);
}
.fi-cc {
  background-image: url(../../../../css/flags/flags/4x3/cc.svg);
}
.fi-cc.fis {
  background-image: url(../../../../css/flags/flags/1x1/cc.svg);
}
.fi-cd {
  background-image: url(../../../../css/flags/flags/4x3/cd.svg);
}
.fi-cd.fis {
  background-image: url(../../../../css/flags/flags/1x1/cd.svg);
}
.fi-cf {
  background-image: url(../../../../css/flags/flags/4x3/cf.svg);
}
.fi-cf.fis {
  background-image: url(../../../../css/flags/flags/1x1/cf.svg);
}
.fi-cg {
  background-image: url(../../../../css/flags/flags/4x3/cg.svg);
}
.fi-cg.fis {
  background-image: url(../../../../css/flags/flags/1x1/cg.svg);
}
.fi-ch {
  background-image: url(../../../../css/flags/flags/4x3/ch.svg);
}
.fi-ch.fis {
  background-image: url(../../../../css/flags/flags/1x1/ch.svg);
}
.fi-ci {
  background-image: url(../../../../css/flags/flags/4x3/ci.svg);
}
.fi-ci.fis {
  background-image: url(../../../../css/flags/flags/1x1/ci.svg);
}
.fi-ck {
  background-image: url(../../../../css/flags/flags/4x3/ck.svg);
}
.fi-ck.fis {
  background-image: url(../../../../css/flags/flags/1x1/ck.svg);
}
.fi-cl {
  background-image: url(../../../../css/flags/flags/4x3/cl.svg);
}
.fi-cl.fis {
  background-image: url(../../../../css/flags/flags/1x1/cl.svg);
}
.fi-cm {
  background-image: url(../../../../css/flags/flags/4x3/cm.svg);
}
.fi-cm.fis {
  background-image: url(../../../../css/flags/flags/1x1/cm.svg);
}
.fi-cn {
  background-image: url(../../../../css/flags/flags/4x3/cn.svg);
}
.fi-cn.fis {
  background-image: url(../../../../css/flags/flags/1x1/cn.svg);
}
.fi-co {
  background-image: url(../../../../css/flags/flags/4x3/co.svg);
}
.fi-co.fis {
  background-image: url(../../../../css/flags/flags/1x1/co.svg);
}
.fi-cr {
  background-image: url(../../../../css/flags/flags/4x3/cr.svg);
}
.fi-cr.fis {
  background-image: url(../../../../css/flags/flags/1x1/cr.svg);
}
.fi-cu {
  background-image: url(../../../../css/flags/flags/4x3/cu.svg);
}
.fi-cu.fis {
  background-image: url(../../../../css/flags/flags/1x1/cu.svg);
}
.fi-cv {
  background-image: url(../../../../css/flags/flags/4x3/cv.svg);
}
.fi-cv.fis {
  background-image: url(../../../../css/flags/flags/1x1/cv.svg);
}
.fi-cw {
  background-image: url(../../../../css/flags/flags/4x3/cw.svg);
}
.fi-cw.fis {
  background-image: url(../../../../css/flags/flags/1x1/cw.svg);
}
.fi-cx {
  background-image: url(../../../../css/flags/flags/4x3/cx.svg);
}
.fi-cx.fis {
  background-image: url(../../../../css/flags/flags/1x1/cx.svg);
}
.fi-cy {
  background-image: url(../../../../css/flags/flags/4x3/cy.svg);
}
.fi-cy.fis {
  background-image: url(../../../../css/flags/flags/1x1/cy.svg);
}
.fi-cz {
  background-image: url(../../../../css/flags/flags/4x3/cz.svg);
}
.fi-cz.fis {
  background-image: url(../../../../css/flags/flags/1x1/cz.svg);
}
.fi-de {
  background-image: url(../../../../css/flags/flags/4x3/de.svg);
}
.fi-de.fis {
  background-image: url(../../../../css/flags/flags/1x1/de.svg);
}
.fi-dj {
  background-image: url(../../../../css/flags/flags/4x3/dj.svg);
}
.fi-dj.fis {
  background-image: url(../../../../css/flags/flags/1x1/dj.svg);
}
.fi-dk {
  background-image: url(../../../../css/flags/flags/4x3/dk.svg);
}
.fi-dk.fis {
  background-image: url(../../../../css/flags/flags/1x1/dk.svg);
}
.fi-dm {
  background-image: url(../../../../css/flags/flags/4x3/dm.svg);
}
.fi-dm.fis {
  background-image: url(../../../../css/flags/flags/1x1/dm.svg);
}
.fi-do {
  background-image: url(../../../../css/flags/flags/4x3/do.svg);
}
.fi-do.fis {
  background-image: url(../../../../css/flags/flags/1x1/do.svg);
}
.fi-dz {
  background-image: url(../../../../css/flags/flags/4x3/dz.svg);
}
.fi-dz.fis {
  background-image: url(../../../../css/flags/flags/1x1/dz.svg);
}
.fi-ec {
  background-image: url(../../../../css/flags/flags/4x3/ec.svg);
}
.fi-ec.fis {
  background-image: url(../../../../css/flags/flags/1x1/ec.svg);
}
.fi-ee {
  background-image: url(../../../../css/flags/flags/4x3/ee.svg);
}
.fi-ee.fis {
  background-image: url(../../../../css/flags/flags/1x1/ee.svg);
}
.fi-eg {
  background-image: url(../../../../css/flags/flags/4x3/eg.svg);
}
.fi-eg.fis {
  background-image: url(../../../../css/flags/flags/1x1/eg.svg);
}
.fi-eh {
  background-image: url(../../../../css/flags/flags/4x3/eh.svg);
}
.fi-eh.fis {
  background-image: url(../../../../css/flags/flags/1x1/eh.svg);
}
.fi-er {
  background-image: url(../../../../css/flags/flags/4x3/er.svg);
}
.fi-er.fis {
  background-image: url(../../../../css/flags/flags/1x1/er.svg);
}
.fi-es {
  background-image: url(../../../../css/flags/flags/4x3/es.svg);
}
.fi-es.fis {
  background-image: url(../../../../css/flags/flags/1x1/es.svg);
}
.fi-et {
  background-image: url(../../../../css/flags/flags/4x3/et.svg);
}
.fi-et.fis {
  background-image: url(../../../../css/flags/flags/1x1/et.svg);
}
.fi-fi {
  background-image: url(../../../../css/flags/flags/4x3/fi.svg);
}
.fi-fi.fis {
  background-image: url(../../../../css/flags/flags/1x1/fi.svg);
}
.fi-fj {
  background-image: url(../../../../css/flags/flags/4x3/fj.svg);
}
.fi-fj.fis {
  background-image: url(../../../../css/flags/flags/1x1/fj.svg);
}
.fi-fk {
  background-image: url(../../../../css/flags/flags/4x3/fk.svg);
}
.fi-fk.fis {
  background-image: url(../../../../css/flags/flags/1x1/fk.svg);
}
.fi-fm {
  background-image: url(../../../../css/flags/flags/4x3/fm.svg);
}
.fi-fm.fis {
  background-image: url(../../../../css/flags/flags/1x1/fm.svg);
}
.fi-fo {
  background-image: url(../../../../css/flags/flags/4x3/fo.svg);
}
.fi-fo.fis {
  background-image: url(../../../../css/flags/flags/1x1/fo.svg);
}
.fi-fr {
  background-image: url(../../../../css/flags/flags/4x3/fr.svg);
}
.fi-fr.fis {
  background-image: url(../../../../css/flags/flags/1x1/fr.svg);
}
.fi-ga {
  background-image: url(../../../../css/flags/flags/4x3/ga.svg);
}
.fi-ga.fis {
  background-image: url(../../../../css/flags/flags/1x1/ga.svg);
}
.fi-gb {
  background-image: url(../../../../css/flags/flags/4x3/gb.svg);
}
.fi-gb.fis {
  background-image: url(../../../../css/flags/flags/1x1/gb.svg);
}
.fi-gd {
  background-image: url(../../../../css/flags/flags/4x3/gd.svg);
}
.fi-gd.fis {
  background-image: url(../../../../css/flags/flags/1x1/gd.svg);
}
.fi-ge {
  background-image: url(../../../../css/flags/flags/4x3/ge.svg);
}
.fi-ge.fis {
  background-image: url(../../../../css/flags/flags/1x1/ge.svg);
}
.fi-gf {
  background-image: url(../../../../css/flags/flags/4x3/gf.svg);
}
.fi-gf.fis {
  background-image: url(../../../../css/flags/flags/1x1/gf.svg);
}
.fi-gg {
  background-image: url(../../../../css/flags/flags/4x3/gg.svg);
}
.fi-gg.fis {
  background-image: url(../../../../css/flags/flags/1x1/gg.svg);
}
.fi-gh {
  background-image: url(../../../../css/flags/flags/4x3/gh.svg);
}
.fi-gh.fis {
  background-image: url(../../../../css/flags/flags/1x1/gh.svg);
}
.fi-gi {
  background-image: url(../../../../css/flags/flags/4x3/gi.svg);
}
.fi-gi.fis {
  background-image: url(../../../../css/flags/flags/1x1/gi.svg);
}
.fi-gl {
  background-image: url(../../../../css/flags/flags/4x3/gl.svg);
}
.fi-gl.fis {
  background-image: url(../../../../css/flags/flags/1x1/gl.svg);
}
.fi-gm {
  background-image: url(../../../../css/flags/flags/4x3/gm.svg);
}
.fi-gm.fis {
  background-image: url(../../../../css/flags/flags/1x1/gm.svg);
}
.fi-gn {
  background-image: url(../../../../css/flags/flags/4x3/gn.svg);
}
.fi-gn.fis {
  background-image: url(../../../../css/flags/flags/1x1/gn.svg);
}
.fi-gp {
  background-image: url(../../../../css/flags/flags/4x3/gp.svg);
}
.fi-gp.fis {
  background-image: url(../../../../css/flags/flags/1x1/gp.svg);
}
.fi-gq {
  background-image: url(../../../../css/flags/flags/4x3/gq.svg);
}
.fi-gq.fis {
  background-image: url(../../../../css/flags/flags/1x1/gq.svg);
}
.fi-gr {
  background-image: url(../../../../css/flags/flags/4x3/gr.svg);
}
.fi-gr.fis {
  background-image: url(../../../../css/flags/flags/1x1/gr.svg);
}
.fi-gs {
  background-image: url(../../../../css/flags/flags/4x3/gs.svg);
}
.fi-gs.fis {
  background-image: url(../../../../css/flags/flags/1x1/gs.svg);
}
.fi-gt {
  background-image: url(../../../../css/flags/flags/4x3/gt.svg);
}
.fi-gt.fis {
  background-image: url(../../../../css/flags/flags/1x1/gt.svg);
}
.fi-gu {
  background-image: url(../../../../css/flags/flags/4x3/gu.svg);
}
.fi-gu.fis {
  background-image: url(../../../../css/flags/flags/1x1/gu.svg);
}
.fi-gw {
  background-image: url(../../../../css/flags/flags/4x3/gw.svg);
}
.fi-gw.fis {
  background-image: url(../../../../css/flags/flags/1x1/gw.svg);
}
.fi-gy {
  background-image: url(../../../../css/flags/flags/4x3/gy.svg);
}
.fi-gy.fis {
  background-image: url(../../../../css/flags/flags/1x1/gy.svg);
}
.fi-hk {
  background-image: url(../../../../css/flags/flags/4x3/hk.svg);
}
.fi-hk.fis {
  background-image: url(../../../../css/flags/flags/1x1/hk.svg);
}
.fi-hm {
  background-image: url(../../../../css/flags/flags/4x3/hm.svg);
}
.fi-hm.fis {
  background-image: url(../../../../css/flags/flags/1x1/hm.svg);
}
.fi-hn {
  background-image: url(../../../../css/flags/flags/4x3/hn.svg);
}
.fi-hn.fis {
  background-image: url(../../../../css/flags/flags/1x1/hn.svg);
}
.fi-hr {
  background-image: url(../../../../css/flags/flags/4x3/hr.svg);
}
.fi-hr.fis {
  background-image: url(../../../../css/flags/flags/1x1/hr.svg);
}
.fi-ht {
  background-image: url(../../../../css/flags/flags/4x3/ht.svg);
}
.fi-ht.fis {
  background-image: url(../../../../css/flags/flags/1x1/ht.svg);
}
.fi-hu {
  background-image: url(../../../../css/flags/flags/4x3/hu.svg);
}
.fi-hu.fis {
  background-image: url(../../../../css/flags/flags/1x1/hu.svg);
}
.fi-id {
  background-image: url(../../../../css/flags/flags/4x3/id.svg);
}
.fi-id.fis {
  background-image: url(../../../../css/flags/flags/1x1/id.svg);
}
.fi-ie {
  background-image: url(../../../../css/flags/flags/4x3/ie.svg);
}
.fi-ie.fis {
  background-image: url(../../../../css/flags/flags/1x1/ie.svg);
}
.fi-il {
  background-image: url(../../../../css/flags/flags/4x3/il.svg);
}
.fi-il.fis {
  background-image: url(../../../../css/flags/flags/1x1/il.svg);
}
.fi-im {
  background-image: url(../../../../css/flags/flags/4x3/im.svg);
}
.fi-im.fis {
  background-image: url(../../../../css/flags/flags/1x1/im.svg);
}
.fi-in {
  background-image: url(../../../../css/flags/flags/4x3/in.svg);
}
.fi-in.fis {
  background-image: url(../../../../css/flags/flags/1x1/in.svg);
}
.fi-io {
  background-image: url(../../../../css/flags/flags/4x3/io.svg);
}
.fi-io.fis {
  background-image: url(../../../../css/flags/flags/1x1/io.svg);
}
.fi-iq {
  background-image: url(../../../../css/flags/flags/4x3/iq.svg);
}
.fi-iq.fis {
  background-image: url(../../../../css/flags/flags/1x1/iq.svg);
}
.fi-ir {
  background-image: url(../../../../css/flags/flags/4x3/ir.svg);
}
.fi-ir.fis {
  background-image: url(../../../../css/flags/flags/1x1/ir.svg);
}
.fi-is {
  background-image: url(../../../../css/flags/flags/4x3/is.svg);
}
.fi-is.fis {
  background-image: url(../../../../css/flags/flags/1x1/is.svg);
}
.fi-it {
  background-image: url(../../../../css/flags/flags/4x3/it.svg);
}
.fi-it.fis {
  background-image: url(../../../../css/flags/flags/1x1/it.svg);
}
.fi-je {
  background-image: url(../../../../css/flags/flags/4x3/je.svg);
}
.fi-je.fis {
  background-image: url(../../../../css/flags/flags/1x1/je.svg);
}
.fi-jm {
  background-image: url(../../../../css/flags/flags/4x3/jm.svg);
}
.fi-jm.fis {
  background-image: url(../../../../css/flags/flags/1x1/jm.svg);
}
.fi-jo {
  background-image: url(../../../../css/flags/flags/4x3/jo.svg);
}
.fi-jo.fis {
  background-image: url(../../../../css/flags/flags/1x1/jo.svg);
}
.fi-jp {
  background-image: url(../../../../css/flags/flags/4x3/jp.svg);
}
.fi-jp.fis {
  background-image: url(../../../../css/flags/flags/1x1/jp.svg);
}
.fi-ke {
  background-image: url(../../../../css/flags/flags/4x3/ke.svg);
}
.fi-ke.fis {
  background-image: url(../../../../css/flags/flags/1x1/ke.svg);
}
.fi-kg {
  background-image: url(../../../../css/flags/flags/4x3/kg.svg);
}
.fi-kg.fis {
  background-image: url(../../../../css/flags/flags/1x1/kg.svg);
}
.fi-kh {
  background-image: url(../../../../css/flags/flags/4x3/kh.svg);
}
.fi-kh.fis {
  background-image: url(../../../../css/flags/flags/1x1/kh.svg);
}
.fi-ki {
  background-image: url(../../../../css/flags/flags/4x3/ki.svg);
}
.fi-ki.fis {
  background-image: url(../../../../css/flags/flags/1x1/ki.svg);
}
.fi-km {
  background-image: url(../../../../css/flags/flags/4x3/km.svg);
}
.fi-km.fis {
  background-image: url(../../../../css/flags/flags/1x1/km.svg);
}
.fi-kn {
  background-image: url(../../../../css/flags/flags/4x3/kn.svg);
}
.fi-kn.fis {
  background-image: url(../../../../css/flags/flags/1x1/kn.svg);
}
.fi-kp {
  background-image: url(../../../../css/flags/flags/4x3/kp.svg);
}
.fi-kp.fis {
  background-image: url(../../../../css/flags/flags/1x1/kp.svg);
}
.fi-kr {
  background-image: url(../../../../css/flags/flags/4x3/kr.svg);
}
.fi-kr.fis {
  background-image: url(../../../../css/flags/flags/1x1/kr.svg);
}
.fi-kw {
  background-image: url(../../../../css/flags/flags/4x3/kw.svg);
}
.fi-kw.fis {
  background-image: url(../../../../css/flags/flags/1x1/kw.svg);
}
.fi-ky {
  background-image: url(../../../../css/flags/flags/4x3/ky.svg);
}
.fi-ky.fis {
  background-image: url(../../../../css/flags/flags/1x1/ky.svg);
}
.fi-kz {
  background-image: url(../../../../css/flags/flags/4x3/kz.svg);
}
.fi-kz.fis {
  background-image: url(../../../../css/flags/flags/1x1/kz.svg);
}
.fi-la {
  background-image: url(../../../../css/flags/flags/4x3/la.svg);
}
.fi-la.fis {
  background-image: url(../../../../css/flags/flags/1x1/la.svg);
}
.fi-lb {
  background-image: url(../../../../css/flags/flags/4x3/lb.svg);
}
.fi-lb.fis {
  background-image: url(../../../../css/flags/flags/1x1/lb.svg);
}
.fi-lc {
  background-image: url(../../../../css/flags/flags/4x3/lc.svg);
}
.fi-lc.fis {
  background-image: url(../../../../css/flags/flags/1x1/lc.svg);
}
.fi-li {
  background-image: url(../../../../css/flags/flags/4x3/li.svg);
}
.fi-li.fis {
  background-image: url(../../../../css/flags/flags/1x1/li.svg);
}
.fi-lk {
  background-image: url(../../../../css/flags/flags/4x3/lk.svg);
}
.fi-lk.fis {
  background-image: url(../../../../css/flags/flags/1x1/lk.svg);
}
.fi-lr {
  background-image: url(../../../../css/flags/flags/4x3/lr.svg);
}
.fi-lr.fis {
  background-image: url(../../../../css/flags/flags/1x1/lr.svg);
}
.fi-ls {
  background-image: url(../../../../css/flags/flags/4x3/ls.svg);
}
.fi-ls.fis {
  background-image: url(../../../../css/flags/flags/1x1/ls.svg);
}
.fi-lt {
  background-image: url(../../../../css/flags/flags/4x3/lt.svg);
}
.fi-lt.fis {
  background-image: url(../../../../css/flags/flags/1x1/lt.svg);
}
.fi-lu {
  background-image: url(../../../../css/flags/flags/4x3/lu.svg);
}
.fi-lu.fis {
  background-image: url(../../../../css/flags/flags/1x1/lu.svg);
}
.fi-lv {
  background-image: url(../../../../css/flags/flags/4x3/lv.svg);
}
.fi-lv.fis {
  background-image: url(../../../../css/flags/flags/1x1/lv.svg);
}
.fi-ly {
  background-image: url(../../../../css/flags/flags/4x3/ly.svg);
}
.fi-ly.fis {
  background-image: url(../../../../css/flags/flags/1x1/ly.svg);
}
.fi-ma {
  background-image: url(../../../../css/flags/flags/4x3/ma.svg);
}
.fi-ma.fis {
  background-image: url(../../../../css/flags/flags/1x1/ma.svg);
}
.fi-mc {
  background-image: url(../../../../css/flags/flags/4x3/mc.svg);
}
.fi-mc.fis {
  background-image: url(../../../../css/flags/flags/1x1/mc.svg);
}
.fi-md {
  background-image: url(../../../../css/flags/flags/4x3/md.svg);
}
.fi-md.fis {
  background-image: url(../../../../css/flags/flags/1x1/md.svg);
}
.fi-me {
  background-image: url(../../../../css/flags/flags/4x3/me.svg);
}
.fi-me.fis {
  background-image: url(../../../../css/flags/flags/1x1/me.svg);
}
.fi-mf {
  background-image: url(../../../../css/flags/flags/4x3/mf.svg);
}
.fi-mf.fis {
  background-image: url(../../../../css/flags/flags/1x1/mf.svg);
}
.fi-mg {
  background-image: url(../../../../css/flags/flags/4x3/mg.svg);
}
.fi-mg.fis {
  background-image: url(../../../../css/flags/flags/1x1/mg.svg);
}
.fi-mh {
  background-image: url(../../../../css/flags/flags/4x3/mh.svg);
}
.fi-mh.fis {
  background-image: url(../../../../css/flags/flags/1x1/mh.svg);
}
.fi-mk {
  background-image: url(../../../../css/flags/flags/4x3/mk.svg);
}
.fi-mk.fis {
  background-image: url(../../../../css/flags/flags/1x1/mk.svg);
}
.fi-ml {
  background-image: url(../../../../css/flags/flags/4x3/ml.svg);
}
.fi-ml.fis {
  background-image: url(../../../../css/flags/flags/1x1/ml.svg);
}
.fi-mm {
  background-image: url(../../../../css/flags/flags/4x3/mm.svg);
}
.fi-mm.fis {
  background-image: url(../../../../css/flags/flags/1x1/mm.svg);
}
.fi-mn {
  background-image: url(../../../../css/flags/flags/4x3/mn.svg);
}
.fi-mn.fis {
  background-image: url(../../../../css/flags/flags/1x1/mn.svg);
}
.fi-mo {
  background-image: url(../../../../css/flags/flags/4x3/mo.svg);
}
.fi-mo.fis {
  background-image: url(../../../../css/flags/flags/1x1/mo.svg);
}
.fi-mp {
  background-image: url(../../../../css/flags/flags/4x3/mp.svg);
}
.fi-mp.fis {
  background-image: url(../../../../css/flags/flags/1x1/mp.svg);
}
.fi-mq {
  background-image: url(../../../../css/flags/flags/4x3/mq.svg);
}
.fi-mq.fis {
  background-image: url(../../../../css/flags/flags/1x1/mq.svg);
}
.fi-mr {
  background-image: url(../../../../css/flags/flags/4x3/mr.svg);
}
.fi-mr.fis {
  background-image: url(../../../../css/flags/flags/1x1/mr.svg);
}
.fi-ms {
  background-image: url(../../../../css/flags/flags/4x3/ms.svg);
}
.fi-ms.fis {
  background-image: url(../../../../css/flags/flags/1x1/ms.svg);
}
.fi-mt {
  background-image: url(../../../../css/flags/flags/4x3/mt.svg);
}
.fi-mt.fis {
  background-image: url(../../../../css/flags/flags/1x1/mt.svg);
}
.fi-mu {
  background-image: url(../../../../css/flags/flags/4x3/mu.svg);
}
.fi-mu.fis {
  background-image: url(../../../../css/flags/flags/1x1/mu.svg);
}
.fi-mv {
  background-image: url(../../../../css/flags/flags/4x3/mv.svg);
}
.fi-mv.fis {
  background-image: url(../../../../css/flags/flags/1x1/mv.svg);
}
.fi-mw {
  background-image: url(../../../../css/flags/flags/4x3/mw.svg);
}
.fi-mw.fis {
  background-image: url(../../../../css/flags/flags/1x1/mw.svg);
}
.fi-mx {
  background-image: url(../../../../css/flags/flags/4x3/mx.svg);
}
.fi-mx.fis {
  background-image: url(../../../../css/flags/flags/1x1/mx.svg);
}
.fi-my {
  background-image: url(../../../../css/flags/flags/4x3/my.svg);
}
.fi-my.fis {
  background-image: url(../../../../css/flags/flags/1x1/my.svg);
}
.fi-mz {
  background-image: url(../../../../css/flags/flags/4x3/mz.svg);
}
.fi-mz.fis {
  background-image: url(../../../../css/flags/flags/1x1/mz.svg);
}
.fi-na {
  background-image: url(../../../../css/flags/flags/4x3/na.svg);
}
.fi-na.fis {
  background-image: url(../../../../css/flags/flags/1x1/na.svg);
}
.fi-nc {
  background-image: url(../../../../css/flags/flags/4x3/nc.svg);
}
.fi-nc.fis {
  background-image: url(../../../../css/flags/flags/1x1/nc.svg);
}
.fi-ne {
  background-image: url(../../../../css/flags/flags/4x3/ne.svg);
}
.fi-ne.fis {
  background-image: url(../../../../css/flags/flags/1x1/ne.svg);
}
.fi-nf {
  background-image: url(../../../../css/flags/flags/4x3/nf.svg);
}
.fi-nf.fis {
  background-image: url(../../../../css/flags/flags/1x1/nf.svg);
}
.fi-ng {
  background-image: url(../../../../css/flags/flags/4x3/ng.svg);
}
.fi-ng.fis {
  background-image: url(../../../../css/flags/flags/1x1/ng.svg);
}
.fi-ni {
  background-image: url(../../../../css/flags/flags/4x3/ni.svg);
}
.fi-ni.fis {
  background-image: url(../../../../css/flags/flags/1x1/ni.svg);
}
.fi-nl {
  background-image: url(../../../../css/flags/flags/4x3/nl.svg);
}
.fi-nl.fis {
  background-image: url(../../../../css/flags/flags/1x1/nl.svg);
}
.fi-no {
  background-image: url(../../../../css/flags/flags/4x3/no.svg);
}
.fi-no.fis {
  background-image: url(../../../../css/flags/flags/1x1/no.svg);
}
.fi-np {
  background-image: url(../../../../css/flags/flags/4x3/np.svg);
}
.fi-np.fis {
  background-image: url(../../../../css/flags/flags/1x1/np.svg);
}
.fi-nr {
  background-image: url(../../../../css/flags/flags/4x3/nr.svg);
}
.fi-nr.fis {
  background-image: url(../../../../css/flags/flags/1x1/nr.svg);
}
.fi-nu {
  background-image: url(../../../../css/flags/flags/4x3/nu.svg);
}
.fi-nu.fis {
  background-image: url(../../../../css/flags/flags/1x1/nu.svg);
}
.fi-nz {
  background-image: url(../../../../css/flags/flags/4x3/nz.svg);
}
.fi-nz.fis {
  background-image: url(../../../../css/flags/flags/1x1/nz.svg);
}
.fi-om {
  background-image: url(../../../../css/flags/flags/4x3/om.svg);
}
.fi-om.fis {
  background-image: url(../../../../css/flags/flags/1x1/om.svg);
}
.fi-pa {
  background-image: url(../../../../css/flags/flags/4x3/pa.svg);
}
.fi-pa.fis {
  background-image: url(../../../../css/flags/flags/1x1/pa.svg);
}
.fi-pe {
  background-image: url(../../../../css/flags/flags/4x3/pe.svg);
}
.fi-pe.fis {
  background-image: url(../../../../css/flags/flags/1x1/pe.svg);
}
.fi-pf {
  background-image: url(../../../../css/flags/flags/4x3/pf.svg);
}
.fi-pf.fis {
  background-image: url(../../../../css/flags/flags/1x1/pf.svg);
}
.fi-pg {
  background-image: url(../../../../css/flags/flags/4x3/pg.svg);
}
.fi-pg.fis {
  background-image: url(../../../../css/flags/flags/1x1/pg.svg);
}
.fi-ph {
  background-image: url(../../../../css/flags/flags/4x3/ph.svg);
}
.fi-ph.fis {
  background-image: url(../../../../css/flags/flags/1x1/ph.svg);
}
.fi-pk {
  background-image: url(../../../../css/flags/flags/4x3/pk.svg);
}
.fi-pk.fis {
  background-image: url(../../../../css/flags/flags/1x1/pk.svg);
}
.fi-pl {
  background-image: url(../../../../css/flags/flags/4x3/pl.svg);
}
.fi-pl.fis {
  background-image: url(../../../../css/flags/flags/1x1/pl.svg);
}
.fi-pm {
  background-image: url(../../../../css/flags/flags/4x3/pm.svg);
}
.fi-pm.fis {
  background-image: url(../../../../css/flags/flags/1x1/pm.svg);
}
.fi-pn {
  background-image: url(../../../../css/flags/flags/4x3/pn.svg);
}
.fi-pn.fis {
  background-image: url(../../../../css/flags/flags/1x1/pn.svg);
}
.fi-pr {
  background-image: url(../../../../css/flags/flags/4x3/pr.svg);
}
.fi-pr.fis {
  background-image: url(../../../../css/flags/flags/1x1/pr.svg);
}
.fi-ps {
  background-image: url(../../../../css/flags/flags/4x3/ps.svg);
}
.fi-ps.fis {
  background-image: url(../../../../css/flags/flags/1x1/ps.svg);
}
.fi-pt {
  background-image: url(../../../../css/flags/flags/4x3/pt.svg);
}
.fi-pt.fis {
  background-image: url(../../../../css/flags/flags/1x1/pt.svg);
}
.fi-pw {
  background-image: url(../../../../css/flags/flags/4x3/pw.svg);
}
.fi-pw.fis {
  background-image: url(../../../../css/flags/flags/1x1/pw.svg);
}
.fi-py {
  background-image: url(../../../../css/flags/flags/4x3/py.svg);
}
.fi-py.fis {
  background-image: url(../../../../css/flags/flags/1x1/py.svg);
}
.fi-qa {
  background-image: url(../../../../css/flags/flags/4x3/qa.svg);
}
.fi-qa.fis {
  background-image: url(../../../../css/flags/flags/1x1/qa.svg);
}
.fi-re {
  background-image: url(../../../../css/flags/flags/4x3/re.svg);
}
.fi-re.fis {
  background-image: url(../../../../css/flags/flags/1x1/re.svg);
}
.fi-ro {
  background-image: url(../../../../css/flags/flags/4x3/ro.svg);
}
.fi-ro.fis {
  background-image: url(../../../../css/flags/flags/1x1/ro.svg);
}
.fi-rs {
  background-image: url(../../../../css/flags/flags/4x3/rs.svg);
}
.fi-rs.fis {
  background-image: url(../../../../css/flags/flags/1x1/rs.svg);
}
.fi-ru {
  background-image: url(../../../../css/flags/flags/4x3/ru.svg);
}
.fi-ru.fis {
  background-image: url(../../../../css/flags/flags/1x1/ru.svg);
}
.fi-rw {
  background-image: url(../../../../css/flags/flags/4x3/rw.svg);
}
.fi-rw.fis {
  background-image: url(../../../../css/flags/flags/1x1/rw.svg);
}
.fi-sa {
  background-image: url(../../../../css/flags/flags/4x3/sa.svg);
}
.fi-sa.fis {
  background-image: url(../../../../css/flags/flags/1x1/sa.svg);
}
.fi-sb {
  background-image: url(../../../../css/flags/flags/4x3/sb.svg);
}
.fi-sb.fis {
  background-image: url(../../../../css/flags/flags/1x1/sb.svg);
}
.fi-sc {
  background-image: url(../../../../css/flags/flags/4x3/sc.svg);
}
.fi-sc.fis {
  background-image: url(../../../../css/flags/flags/1x1/sc.svg);
}
.fi-sd {
  background-image: url(../../../../css/flags/flags/4x3/sd.svg);
}
.fi-sd.fis {
  background-image: url(../../../../css/flags/flags/1x1/sd.svg);
}
.fi-se {
  background-image: url(../../../../css/flags/flags/4x3/se.svg);
}
.fi-se.fis {
  background-image: url(../../../../css/flags/flags/1x1/se.svg);
}
.fi-sg {
  background-image: url(../../../../css/flags/flags/4x3/sg.svg);
}
.fi-sg.fis {
  background-image: url(../../../../css/flags/flags/1x1/sg.svg);
}
.fi-sh {
  background-image: url(../../../../css/flags/flags/4x3/sh.svg);
}
.fi-sh.fis {
  background-image: url(../../../../css/flags/flags/1x1/sh.svg);
}
.fi-si {
  background-image: url(../../../../css/flags/flags/4x3/si.svg);
}
.fi-si.fis {
  background-image: url(../../../../css/flags/flags/1x1/si.svg);
}
.fi-sj {
  background-image: url(../../../../css/flags/flags/4x3/sj.svg);
}
.fi-sj.fis {
  background-image: url(../../../../css/flags/flags/1x1/sj.svg);
}
.fi-sk {
  background-image: url(../../../../css/flags/flags/4x3/sk.svg);
}
.fi-sk.fis {
  background-image: url(../../../../css/flags/flags/1x1/sk.svg);
}
.fi-sl {
  background-image: url(../../../../css/flags/flags/4x3/sl.svg);
}
.fi-sl.fis {
  background-image: url(../../../../css/flags/flags/1x1/sl.svg);
}
.fi-sm {
  background-image: url(../../../../css/flags/flags/4x3/sm.svg);
}
.fi-sm.fis {
  background-image: url(../../../../css/flags/flags/1x1/sm.svg);
}
.fi-sn {
  background-image: url(../../../../css/flags/flags/4x3/sn.svg);
}
.fi-sn.fis {
  background-image: url(../../../../css/flags/flags/1x1/sn.svg);
}
.fi-so {
  background-image: url(../../../../css/flags/flags/4x3/so.svg);
}
.fi-so.fis {
  background-image: url(../../../../css/flags/flags/1x1/so.svg);
}
.fi-sr {
  background-image: url(../../../../css/flags/flags/4x3/sr.svg);
}
.fi-sr.fis {
  background-image: url(../../../../css/flags/flags/1x1/sr.svg);
}
.fi-ss {
  background-image: url(../../../../css/flags/flags/4x3/ss.svg);
}
.fi-ss.fis {
  background-image: url(../../../../css/flags/flags/1x1/ss.svg);
}
.fi-st {
  background-image: url(../../../../css/flags/flags/4x3/st.svg);
}
.fi-st.fis {
  background-image: url(../../../../css/flags/flags/1x1/st.svg);
}
.fi-sv {
  background-image: url(../../../../css/flags/flags/4x3/sv.svg);
}
.fi-sv.fis {
  background-image: url(../../../../css/flags/flags/1x1/sv.svg);
}
.fi-sx {
  background-image: url(../../../../css/flags/flags/4x3/sx.svg);
}
.fi-sx.fis {
  background-image: url(../../../../css/flags/flags/1x1/sx.svg);
}
.fi-sy {
  background-image: url(../../../../css/flags/flags/4x3/sy.svg);
}
.fi-sy.fis {
  background-image: url(../../../../css/flags/flags/1x1/sy.svg);
}
.fi-sz {
  background-image: url(../../../../css/flags/flags/4x3/sz.svg);
}
.fi-sz.fis {
  background-image: url(../../../../css/flags/flags/1x1/sz.svg);
}
.fi-tc {
  background-image: url(../../../../css/flags/flags/4x3/tc.svg);
}
.fi-tc.fis {
  background-image: url(../../../../css/flags/flags/1x1/tc.svg);
}
.fi-td {
  background-image: url(../../../../css/flags/flags/4x3/td.svg);
}
.fi-td.fis {
  background-image: url(../../../../css/flags/flags/1x1/td.svg);
}
.fi-tf {
  background-image: url(../../../../css/flags/flags/4x3/tf.svg);
}
.fi-tf.fis {
  background-image: url(../../../../css/flags/flags/1x1/tf.svg);
}
.fi-tg {
  background-image: url(../../../../css/flags/flags/4x3/tg.svg);
}
.fi-tg.fis {
  background-image: url(../../../../css/flags/flags/1x1/tg.svg);
}
.fi-th {
  background-image: url(../../../../css/flags/flags/4x3/th.svg);
}
.fi-th.fis {
  background-image: url(../../../../css/flags/flags/1x1/th.svg);
}
.fi-tj {
  background-image: url(../../../../css/flags/flags/4x3/tj.svg);
}
.fi-tj.fis {
  background-image: url(../../../../css/flags/flags/1x1/tj.svg);
}
.fi-tk {
  background-image: url(../../../../css/flags/flags/4x3/tk.svg);
}
.fi-tk.fis {
  background-image: url(../../../../css/flags/flags/1x1/tk.svg);
}
.fi-tl {
  background-image: url(../../../../css/flags/flags/4x3/tl.svg);
}
.fi-tl.fis {
  background-image: url(../../../../css/flags/flags/1x1/tl.svg);
}
.fi-tm {
  background-image: url(../../../../css/flags/flags/4x3/tm.svg);
}
.fi-tm.fis {
  background-image: url(../../../../css/flags/flags/1x1/tm.svg);
}
.fi-tn {
  background-image: url(../../../../css/flags/flags/4x3/tn.svg);
}
.fi-tn.fis {
  background-image: url(../../../../css/flags/flags/1x1/tn.svg);
}
.fi-to {
  background-image: url(../../../../css/flags/flags/4x3/to.svg);
}
.fi-to.fis {
  background-image: url(../../../../css/flags/flags/1x1/to.svg);
}
.fi-tr {
  background-image: url(../../../../css/flags/flags/4x3/tr.svg);
}
.fi-tr.fis {
  background-image: url(../../../../css/flags/flags/1x1/tr.svg);
}
.fi-tt {
  background-image: url(../../../../css/flags/flags/4x3/tt.svg);
}
.fi-tt.fis {
  background-image: url(../../../../css/flags/flags/1x1/tt.svg);
}
.fi-tv {
  background-image: url(../../../../css/flags/flags/4x3/tv.svg);
}
.fi-tv.fis {
  background-image: url(../../../../css/flags/flags/1x1/tv.svg);
}
.fi-tw {
  background-image: url(../../../../css/flags/flags/4x3/tw.svg);
}
.fi-tw.fis {
  background-image: url(../../../../css/flags/flags/1x1/tw.svg);
}
.fi-tz {
  background-image: url(../../../../css/flags/flags/4x3/tz.svg);
}
.fi-tz.fis {
  background-image: url(../../../../css/flags/flags/1x1/tz.svg);
}
.fi-ua {
  background-image: url(../../../../css/flags/flags/4x3/ua.svg);
}
.fi-ua.fis {
  background-image: url(../../../../css/flags/flags/1x1/ua.svg);
}
.fi-ug {
  background-image: url(../../../../css/flags/flags/4x3/ug.svg);
}
.fi-ug.fis {
  background-image: url(../../../../css/flags/flags/1x1/ug.svg);
}
.fi-um {
  background-image: url(../../../../css/flags/flags/4x3/um.svg);
}
.fi-um.fis {
  background-image: url(../../../../css/flags/flags/1x1/um.svg);
}
.fi-us {
  background-image: url(../../../../css/flags/flags/4x3/us.svg);
}
.fi-us.fis {
  background-image: url(../../../../css/flags/flags/1x1/us.svg);
}
.fi-uy {
  background-image: url(../../../../css/flags/flags/4x3/uy.svg);
}
.fi-uy.fis {
  background-image: url(../../../../css/flags/flags/1x1/uy.svg);
}
.fi-uz {
  background-image: url(../../../../css/flags/flags/4x3/uz.svg);
}
.fi-uz.fis {
  background-image: url(../../../../css/flags/flags/1x1/uz.svg);
}
.fi-va {
  background-image: url(../../../../css/flags/flags/4x3/va.svg);
}
.fi-va.fis {
  background-image: url(../../../../css/flags/flags/1x1/va.svg);
}
.fi-vc {
  background-image: url(../../../../css/flags/flags/4x3/vc.svg);
}
.fi-vc.fis {
  background-image: url(../../../../css/flags/flags/1x1/vc.svg);
}
.fi-ve {
  background-image: url(../../../../css/flags/flags/4x3/ve.svg);
}
.fi-ve.fis {
  background-image: url(../../../../css/flags/flags/1x1/ve.svg);
}
.fi-vg {
  background-image: url(../../../../css/flags/flags/4x3/vg.svg);
}
.fi-vg.fis {
  background-image: url(../../../../css/flags/flags/1x1/vg.svg);
}
.fi-vi {
  background-image: url(../../../../css/flags/flags/4x3/vi.svg);
}
.fi-vi.fis {
  background-image: url(../../../../css/flags/flags/1x1/vi.svg);
}
.fi-vn {
  background-image: url(../../../../css/flags/flags/4x3/vn.svg);
}
.fi-vn.fis {
  background-image: url(../../../../css/flags/flags/1x1/vn.svg);
}
.fi-vu {
  background-image: url(../../../../css/flags/flags/4x3/vu.svg);
}
.fi-vu.fis {
  background-image: url(../../../../css/flags/flags/1x1/vu.svg);
}
.fi-wf {
  background-image: url(../../../../css/flags/flags/4x3/wf.svg);
}
.fi-wf.fis {
  background-image: url(../../../../css/flags/flags/1x1/wf.svg);
}
.fi-ws {
  background-image: url(../../../../css/flags/flags/4x3/ws.svg);
}
.fi-ws.fis {
  background-image: url(../../../../css/flags/flags/1x1/ws.svg);
}
.fi-ye {
  background-image: url(../../../../css/flags/flags/4x3/ye.svg);
}
.fi-ye.fis {
  background-image: url(../../../../css/flags/flags/1x1/ye.svg);
}
.fi-yt {
  background-image: url(../../../../css/flags/flags/4x3/yt.svg);
}
.fi-yt.fis {
  background-image: url(../../../../css/flags/flags/1x1/yt.svg);
}
.fi-za {
  background-image: url(../../../../css/flags/flags/4x3/za.svg);
}
.fi-za.fis {
  background-image: url(../../../../css/flags/flags/1x1/za.svg);
}
.fi-zm {
  background-image: url(../../../../css/flags/flags/4x3/zm.svg);
}
.fi-zm.fis {
  background-image: url(../../../../css/flags/flags/1x1/zm.svg);
}
.fi-zw {
  background-image: url(../../../../css/flags/flags/4x3/zw.svg);
}
.fi-zw.fis {
  background-image: url(../../../../css/flags/flags/1x1/zw.svg);
}
.fi-ac {
  background-image: url(../../../../css/flags/flags/4x3/ac.svg);
}
.fi-ac.fis {
  background-image: url(../../../../css/flags/flags/1x1/ac.svg);
}
.fi-cp {
  background-image: url(../../../../css/flags/flags/4x3/cp.svg);
}
.fi-cp.fis {
  background-image: url(../../../../css/flags/flags/1x1/cp.svg);
}
.fi-dg {
  background-image: url(../../../../css/flags/flags/4x3/dg.svg);
}
.fi-dg.fis {
  background-image: url(../../../../css/flags/flags/1x1/dg.svg);
}
.fi-ea {
  background-image: url(../../../../css/flags/flags/4x3/ea.svg);
}
.fi-ea.fis {
  background-image: url(../../../../css/flags/flags/1x1/ea.svg);
}
.fi-es-ct {
  background-image: url(../../../../css/flags/flags/4x3/es-ct.svg);
}
.fi-es-ct.fis {
  background-image: url(../../../../css/flags/flags/1x1/es-ct.svg);
}
.fi-es-ga {
  background-image: url(../../../../css/flags/flags/4x3/es-ga.svg);
}
.fi-es-ga.fis {
  background-image: url(../../../../css/flags/flags/1x1/es-ga.svg);
}
.fi-eu {
  background-image: url(../../../../css/flags/flags/4x3/eu.svg);
}
.fi-eu.fis {
  background-image: url(../../../../css/flags/flags/1x1/eu.svg);
}
.fi-gb-eng {
  background-image: url(../../../../css/flags/flags/4x3/gb-eng.svg);
}
.fi-gb-eng.fis {
  background-image: url(../../../../css/flags/flags/1x1/gb-eng.svg);
}
.fi-gb-nir {
  background-image: url(../../../../css/flags/flags/4x3/gb-nir.svg);
}
.fi-gb-nir.fis {
  background-image: url(../../../../css/flags/flags/1x1/gb-nir.svg);
}
.fi-gb-sct {
  background-image: url(../../../../css/flags/flags/4x3/gb-sct.svg);
}
.fi-gb-sct.fis {
  background-image: url(../../../../css/flags/flags/1x1/gb-sct.svg);
}
.fi-gb-wls {
  background-image: url(../../../../css/flags/flags/4x3/gb-wls.svg);
}
.fi-gb-wls.fis {
  background-image: url(../../../../css/flags/flags/1x1/gb-wls.svg);
}
.fi-ic {
  background-image: url(../../../../css/flags/flags/4x3/ic.svg);
}
.fi-ic.fis {
  background-image: url(../../../../css/flags/flags/1x1/ic.svg);
}
.fi-ta {
  background-image: url(../../../../css/flags/flags/4x3/ta.svg);
}
.fi-ta.fis {
  background-image: url(../../../../css/flags/flags/1x1/ta.svg);
}
.fi-un {
  background-image: url(../../../../css/flags/flags/4x3/un.svg);
}
.fi-un.fis {
  background-image: url(../../../../css/flags/flags/1x1/un.svg);
}
.fi-xk {
  background-image: url(../../../../css/flags/flags/4x3/xk.svg);
}
.fi-xk.fis {
  background-image: url(../../../../css/flags/flags/1x1/xk.svg);
}
.cookie-consent-container {
  /*font-family: 'Roboto Slab';*/
  position: fixed;
  z-index: 9999;
  background-color: #f7f6f6;
  color: #2b2b2b;
  bottom: 0px;
  max-width: 100vw;
}
.cookie-consent-container .btn {
  color: white;
}
@media only screen and (max-width: 991px) {
  .cookie-consent-container .btn {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .cookie-consent-container {
    padding: 0.5rem 3rem;
  }
}
.cookie-consent-container .cookies-explain > a {
  text-decoration: underline;
}
.cookie-consent-container #cookieRejectAll {
  background: white;
  color: #2b2b2b;
  border: thin solid #c1c1c1;
  border-radius: 3px;
}
@media only screen and (min-width: 992px) {
  .cookie-consent-container .cookies-buttons .btn {
    width: 80%;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.cookie-consent-container .cookies-buttons .cookies-customize {
  text-decoration: none;
}
.cookie-consent-container .cookies-buttons .cookies-customize #btn-customize-expand {
  background: none;
  color: #2b2b2b;
}
.cookie-consent-container .cookies-buttons .cookies-customize #btn-customize-expand span:first-child {
  font-weight: bold;
}
.cookie-consent-container > .row {
  padding: 1rem;
}
.cookie-consent-container > .row > div {
  padding: 0.25rem;
}
.cookie-consent-container .cookies-title,
.cookie-consent-container .cookies-options-header {
  padding-bottom: 1rem;
}
.cookie-consent-container .cookies-title > span,
.cookie-consent-container .cookies-options-header > span {
  font-size: 1.5rem;
  font-weight: bolder;
}
.cookie-consent-container .cookies-options-title {
  font-size: 1.25rem;
  font-weight: bolder;
}
.cookie-consent-container .row-main {
  align-items: center;
}
.cookie-consent-container .row-main.hidden {
  display: none;
}
.cookie-consent-container .row-main .cookies-buttons .row > div {
  text-align: end;
  margin-top: 0.5rem;
}
.cookie-consent-container .row-options {
  height: 0;
  opacity: 0;
  padding: 0;
}
.cookie-consent-container .row-options.visible {
  height: auto;
  opacity: 1;
  padding: 1rem;
}
.cookie-consent-container .row-options .h4 {
  line-height: 30px;
}
.cookie-consent-container .row-options .cookies-options-switch {
  display: flex;
  justify-content: end;
  align-items: start;
}
.cookie-consent-container .row-options .cookies-options-switch .form-check-input {
  width: 48px;
  height: 24px;
}
.cookie-consent-container .row-options .cookies-options-container,
.cookie-consent-container .row-options .cookies-options-btn,
.cookie-consent-container .row-options .cookies-options-title,
.cookie-consent-container .row-options .cookies-save-prefs {
  padding-top: 1rem;
  border-top: 1px solid #b8b7b7;
}
@media only screen and (max-width: 991px) {
  .cookie-consent-container .row-options .cookies-options-container {
    border-top: 0px;
  }
}
.cookie-consent-container .row-options .cookies-options-explain {
  padding-bottom: 1rem;
}
