/* GOOGLE FONT */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,500);

/* /////////////////////////////////////////////////////////////////////// TOOLS */
.clear, .row {
  clear: both;
}

.clearfix:after, .row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

html.ie7 .clearfix, html.ie7 .row {
  min-height: 1%;
}


.mat-datepicker-content {
  margin: 0 !important;
}


/* /////////////////////////////////////////////////////////////////////// GLOBAL STYLES */
html {
  min-height: 100%;
  overflow-y: scroll;
}

html.stopscroll, html.scropscroll > body {
  overflow: hidden;
  height: 100%;
}

#iosfix-top {
  position: fixed;
  top: 0;
}

#iosfix-btm {
  position: fixed;
  bottom: 0;
}

body {
  background-color: #FFF;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #5b5b5b;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; /* mac font fix */
}

/* links */
a {
  color: currentColor;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  -o-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
  cursor: pointer;
}

.pagecontent a:hover {
  cursor: pointer;
}


/* titles */
h1, .h1 {
  font-weight: 300;
  font-size: 26px;
  line-height: 48px;
  position: relative;
  left: -5px;
  margin-top: 30px;
  margin-bottom: 20px;
}

h2, .h2 {
  font-weight: 300;
  font-size: 26px;
  line-height: 28px;
  position: relative;
  left: -3px;
  margin-bottom: 15px;
}

h4, .h4 {
  text-transform: uppercase;
  font-size: 12px;
  color: #a4a4a4;
}

small {
  font-size: 0.7em;
  line-height: 1.5;
  display: inline-block;
}


/* hr */
hr {
  border: 0;
  height: 1px;
  background-color: #DDD;
  color: #DDD;
  margin: 25px 0;
}


/* button */
.btn {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 10px;
}

.btn:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 8px;
  margin-right: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #333;
}

html.firefox .btn:before {
  border-color: transparent transparent transparent #686868;
}

/* .btn:hover {
	opacity: 0.5;
} */

.btn-fill,
.dialog-title,
.link,
.bg {
  background-color: rgb(var(--custom-color));
}

.btn-fill,
.dialog-title,
.link,
.txt {
  color: rgb(var(--custom-contrast-color));
}

/* filled button */
.btn-fill {
  box-sizing: border-box;
  font-size: 16px;
  line-height: 20px;
  vertical-align: bottom;
  text-align: center;
  padding: .5rem 1rem;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.15s cubic-bezier(.250, .460, .450, .940);
  -moz-transition: all 0.15s cubic-bezier(.250, .460, .450, .940);
  -o-transition: all 0.15s cubic-bezier(.250, .460, .450, .940);
  transition: all 0.15s cubic-bezier(.250, .460, .450, .940);
  /*-webkit-border-radius: 5px;*/
  /*-moz-border-radius: 5px;*/
  /*-o-border-radius: 5px;*/
  border-radius: 2rem;
  border: 1px #00000012 solid;
  font-weight: 500;
}

.btn-fill.orange {
  background-color: #FF6900;
}


.btn-fill span.arrow {
  display: inline-block;
  /* width:10px; */
  /* height:10px; */
  margin-left: 8px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  -webkit-transition: all 0.15s cubic-bezier(.250, .460, .450, .940);
  -moz-transition: all 0.15s cubic-bezier(.250, .460, .450, .940);
  -o-transition: all 0.15s cubic-bezier(.250, .460, .450, .940);
  transition: all 0.15s cubic-bezier(.250, .460, .450, .940);
}

/* .btn-fill span.arrow,
html.svg.ie .btn-fill span.arrow{ background-image:url('../img/arrow-white.svg'); }
html.svg .btn-fill span.arrow{ background-image:url('../img/arrow-white.svg'); } */

a.btn-fill:hover {
  text-decoration: none;
  opacity: 0.85;
}

/* hover */
html.no-touch .btn-fill:hover {
  -webkit-transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -o-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
}

html.no-touch .btn-fill:hover span.arrow {
  -webkit-transform: translate(5px, 0px);
  -moz-transform: translate(5px, 0px);
  -o-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

/* app download buttons */
.download-buttons a {
  width: 125px;
  height: 43px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  margin-right: 5px;
}

.download-buttons a img {
  width: 100%;
  height: auto;
}


/* icons */
span.icon {
  margin-right: 5px;
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background-size: 100% auto;
}

span.icon.tel {
  background: url('../img/icon-tel.svg');
}

html.svg span.icon.tel {
  background: url('../img/icon-tel.svg');
}

span.icon.email {
  background: url('../img/icon-email.svg');
}

html.svg span.icon.email {
  background: url('../img/icon-email.svg');
}

span.icon.location {
  background: url('../img/icon-location.svg');
}

html.svg span.icon.location {
  background: url('../img/icon-location.svg');
}


/* breadcrumb */
.breadcrumb {
  margin: 10px;
  display: block;
}

.breadcrumb a {
  display: inline-block;
  color: #A4A4A4;
  font-size: 14px;
  line-height: 18px;
  padding-right: 6px;
  text-transform: uppercase;
}

.breadcrumb a:hover {
  text-decoration: none;
  color: #5A5A5A;
}

.breadcrumb a:not(:last-child):after {
  content: '/';
  display: inline-block;
  margin: 0 .5rem;
}

.breadcrumb + h1 {
  margin-top: 0;
  margin-bottom: 20px;
}

/* firm open/closed */
span.firm_open,
span.firm_closed {
  text-transform: uppercase;
  font-size: 10px;
  background-color: #02AE17;
  color: #fff;
  padding: 4px 7px 5px 7px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  position: relative;
  top: -2px;
  margin-left: 5px;
}

span.firm_closed {
  background-color: #C54005;
}

/* /////////////////////////////////////////////////////////////////////// RESPONSIVE COLUMNS */
.col {
  float: left;
  margin-left: 4%;
  margin-left: 2% \9; /* ie7/8 only */
  margin-bottom: 20px;
}

.col.full {
  width: 96%;
}

.col.half {
  width: 48%;
}

/* = 100-4% / 2 		*/
.col.third {
  width: 30.66%;
}

/* = 100-(4*2) / 3	*/
.col.third.colspan2 {
  width: 65.32%;
}

/* width*2+ 4%	*/
.col.quarter {
  width: 22%;
}

/* = 100-(4*3) / 4	*/

.col.half:nth-of-type(2n+1),
.col.third:nth-of-type(3n+1),
.col.quarter:nth-of-type(4n+1) {
  margin-left: 0;
  clear: left;
}

/* reduce 4 to 3 columns */
@media screen and (max-width: 900px) {
  .col.quarter {
    width: 30.66%;
  }

  .col.quarter:nth-of-type(4n+1) {
    margin-left: 4%;
    clear: none;
  }

  .col.quarter:nth-of-type(3n+1),
  .col.quarter:first-child {
    margin-left: 0;
    clear: left;
  }
}

/* reduce to 2 columns */
@media screen and (max-width: 600px) {
  .col {
    margin-bottom: 10px;
  }

  .col.third, .col.third.colspan2, .col.quarter {
    width: 48%;
  }

  .col.third:nth-of-type(3n+1),
  .col.quarter:nth-of-type(3n+1) {
    margin-left: 4%;
    clear: none;
  }

  .col.third:nth-of-type(2n+1), .col.third:first-child,
  .col.quarter:nth-of-type(2n+1), .col.quarter:first-child {
    margin-left: 0;
    clear: left;
  }

  /* disable reduce to half column */
  .col.third.no-half,
  .col.quarter.no-half {
    width: 30.66%;
  }

  .col.third.no-half:nth-of-type(2n+1), .col.third.no-half:first-child,
  .col.quarter.no-half:nth-of-type(2n+1), .col.quarter.no-half:first-child {
    margin-left: 4%;
    clear: none;
  }

  .col.no-half.third:nth-of-type(3n+1),
  .col.no-half.quarter:nth-of-type(3n+1) {
    margin-left: 0;
    clear: left;
  }

  .col.third.no-half.colspan2 {
    width: 65.32%;
  }
}

/* reduce to fullwidth: SM */
@media screen and (max-width: 550px) {
  .col-sm, .col-sm.half, .col-sm.third, .col-sm.third.colspan2, .col-sm.quarter {
    width: 100% !important;
    margin-left: 0 !important;
    clear: none;
  }

  .col-sm.no-single { /* disable single column */
    width: 48% !important;
    margin-left: 4% !important;
  }

  .col-sm.no-single:nth-of-type(2n+1) {
    margin-left: 0 !important;
  }

  .item_addtobasket .added .added-mobile {
    display: inline-block;
  }

  .item_addtobasket .added .added-desktop {
    display: none;
  }
}

/* reduce to fullwidth */
@media screen and (max-width: 460px) {
  .col, .col.half, .col.third, .col.third.colspan2, .col.quarter {
    width: 100% !important;
    margin-left: 0 !important;
    clear: none;
  }

  .col.no-single { /* disable single column */
    width: 48% !important;
    margin-left: 4% !important;
  }

  .col.no-single:nth-of-type(2n+1) {
    margin-left: 0 !important;
  }

  header .searchbar {
    right: 0 !important;
    top: -44px !important;
  }
}


/* /////////////////////////////////////////////////////////////////////// MAIN */
html.ie7 body > .main,
html.ie8 body > .main {
  min-width: 960px;
  margin: 0 auto;
}

.centered {
  width: 90%;
  padding: 0 5%;
  max-width: 960px;
  margin: 0 auto;
}

@media only screen and (max-width: 400px) {
  .centered {
    width: 94% !important;
    padding: 0 3%;
  }

  .usermenu {
    margin-right: -11px;
  }
}


/* /////////////////////////////////////////////////////////////////////// OUTLINED IMAGE */
.outlinedimage {
  display: block;
  background-color: #EFEFEF;
  position: relative;
  overflow: hidden;
}

.outlinedimage:after {
  content: '';
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.outlinedimage img {
  width: 100%;
  height: auto;
  display: block;
}

a .outlinedimage img {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.250, .460, .450, .940);
  -moz-transition: -moz-transform 1s cubic-bezier(.250, .460, .450, .940);
  transition: transform 1s cubic-bezier(.250, .460, .450, .940);
}

a:hover .outlinedimage img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  transform: scale(1.04);
}

/* /////////////////////////////////////////////////////////////////////// ADD TO BASKET */
.item_addtobasket {
  position: relative;
  display: inline-block;
}

.item_addtobasket .added {
  position: absolute;
  width: 90%;
  padding: 5px 5%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
  top: 0;
  right: 0;
  text-transform: uppercase;
  /*opacity:0.9;*/
  cursor: default;
  text-align: center;
  display: none;
  border: 1px solid rgba(255, 255, 255, 1);
}

.item_addtobasket .added-mobile {
  display: none;
}

/* /////////////////////////////////////////////////////////////////////// CATEGORIES / SUBCATEGORIES LIST */
ul.categories li a {
  position: relative;
  display: block;
  max-width: 400px;
}

ul.categories li .outlinedimage {
  height: 0;
  padding-bottom: 100%;

}

/* subcategorie: images are a different ratio */
ul.categories.sub .outlinedimage {
  height: 0;
  padding-bottom: 34.37%;
}

ul.categories li a .text {
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
}

ul.categories li a .text .txt {
  display: block;
  position: relative;
  z-index: 1;
  padding: 8px 10px 10px 10px;
  line-height: 16px;
}

ul.categories li a .text .bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
}

ul.categories.sub li a .text {
  position: relative;
  top: -1px;
}

/* /////////////////////////////////////////////////////////////////////// SPINNER */
.spinner {
  margin: 0 auto;
  width: 30px;
  height: 30px;
  position: relative;
}

.spinner .dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.spinner .dot:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 50%;
  animation: dotFadeDelay 1.2s infinite ease-in-out both;
}

.spinner .dot2 {
  transform: rotate(30deg);
}

.spinner .dot3 {
  transform: rotate(60deg);
}

.spinner .dot4 {
  transform: rotate(90deg);
}

.spinner .dot5 {
  transform: rotate(120deg);
}

.spinner .dot6 {
  transform: rotate(150deg);
}

.spinner .dot7 {
  transform: rotate(180deg);
}

.spinner .dot8 {
  transform: rotate(210deg);
}

.spinner .dot9 {
  transform: rotate(240deg);
}

.spinner .dot10 {
  transform: rotate(270deg);
}

.spinner .dot11 {
  transform: rotate(300deg);
}

.spinner .dot12 {
  transform: rotate(330deg);
}

.spinner .dot2:before {
  animation-delay: -1.1s;
}

.spinner .dot3:before {
  animation-delay: -1s;
}

.spinner .dot4:before {
  animation-delay: -0.9s;
}

.spinner .dot5:before {
  animation-delay: -0.8s;
}

.spinner .dot6:before {
  animation-delay: -0.7s;
}

.spinner .dot7:before {
  animation-delay: -0.6s;
}

.spinner .dot8:before {
  animation-delay: -0.5s;
}

.spinner .dot9:before {
  animation-delay: -0.4s;
}

.spinner .dot10:before {
  animation-delay: -0.3s;
}

.spinner .dot11:before {
  animation-delay: -0.2s;
}

.spinner .dot12:before {
  animation-delay: -0.1s;
}

@-webkit-keyframes dotFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

@keyframes dotFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}


/* /////////////////////////////////////////////////////////////////////// DOWNLOAD POPUP */
.download-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.95);
  font-weight: 400;
}

.download-popup > .centered {
  margin-top: 40px;
  padding: 20px 0;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  position: relative;
}

.download-popup > .centered > .logo {
  position: absolute;
  top: 0;
  left: 30px;
  max-width: 100px;
}

.download-popup > .centered > .logo img {
  width: 100%;
  height: auto;
  display: block;
}

.download-popup > .centered > .btn {
  position: absolute;
  top: -5px;
  right: 20px;
}

@media only screen and (max-width: 600px) {
  .download-popup > .centered {
    margin-top: 0px;
    padding-bottom: 50px;
    padding-top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }

  .download-popup > .centered > .logo {
    left: 20px;
    max-width: 70px;
  }

  .download-popup > .centered > .btn {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 5px;
  }

  .download-popup > .centered .order-now {
    margin-top: 0;
    height: 100%;
  }

  .download-popup > .centered .order-now .phone {
    display: none;
  }

  .download-popup > .centered .order-now .text {
    width: 100%;
    text-align: center;
    padding-top: 50px;
  }

  .download-popup > .centered .order-now .text p {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 400px) {
  .download-popup > .centered > .logo {
    left: 10px;
    max-width: 50px;
  }
}


/* /////////////////////////////////////////////////////////////////////// SEO-HEADER */
.seo-header {
  background-color: #FFF;
  padding: 30px;
  margin-bottom: 15px;
}

.seo-header .logo {
  width: 150px;
  height: 30px;
  display: block;
  background-size: 100% auto;
  position: relative;
  left: -5px;
}

html.svg .eo-header .logo {
  background-image: url('../img/eo-logo.svg');
  margin-bottom: 15px;
}

.seo-header h1 {
  margin: 0;
  display: inline-block;
}

.seo-header .btn-fill {
  float: right;
  vertical-align: center;
  margin-top: 10px;
}


/* /////////////////////////////////////////////////////////////////////// HEADER */

@media only screen and (min-width: 1100px) {
  html.thirdparty header {
    background-size: 1100px auto;
  }
}

header .btm-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

header .mainmenu {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

header .mainmenu .logo {
  width: 175px;
  height: 175px;
  display: block;
  background-color: #FFF;
  position: absolute;
  bottom: 0;
}

header .mainmenu .logo img {
  width: 100%;
  height: auto;
}

header .mainmenu .right {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  padding-bottom: 4px;
}

header .mainmenu .right > nav {
  float: left;
  margin-left: 195px;
}

header .mainmenu .right > nav a {
  position: relative;
  display: inline-block;
  margin: 0 13px;
  padding: 8px 9px;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.15s cubic-bezier(.250, .460, .450, .940);
  -moz-transition: all 0.15s cubic-bezier(.250, .460, .450, .940);
  -o-transition: all 0.15s cubic-bezier(.250, .460, .450, .940);
  transition: all 0.15s cubic-bezier(.250, .460, .450, .940);
}

header .searchbar {
  top: -4px;
  position: absolute;
  right: 70px;
}

header #searchfield-container {
  font-size: 14px;
  border-radius: 1rem;
  padding: 0 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header #searchfield-container #searchfield {
  border-radius: 1rem;
  border-width: 0;
  width: 4rem;
  padding: 2px 6px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  background: none;
}

header #searchfield-container #searchfield:focus,
header #searchfield-container:hover #searchfield {
  width: 12rem;
  outline: 0;
}

/*------------------------------------- languages dropdown */
header .mainmenu .right > .languages {
  top: -3px;
  position: absolute;
  right: 20px;
}

header .mainmenu .right > .languages a {
  padding: 8px 11px;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  display: block;
  width: 20px;
}

header .mainmenu .right > .languages:after {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  right: -3px;
  width: 8px;
  height: 5px;
  pointer-events: none;
}

header .mainmenu .right > .languages ul a {
  opacity: 0.6;
}

header .mainmenu .right > .languages ul a:hover {
  opacity: 1;
}

header .mainmenu .right > .languages ul {
  display: none;
  padding: 0;
  position: absolute;
  z-index: 99;
  top: 30px;
  left: 0;
}

header .mainmenu .right > .languages:hover ul {
  display: block;
}

header .mainmenu .right > .languages:hover:after {
  display: none;
}


/*------------------------------------- basket menu */

.logout_button {
  background: white;
  position: absolute;
  right: -35px;
  margin-top: -1px;
  padding: 10px 10px 10px 8px;
  height: 100%;
}

header #basketmenu > .label {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
  display: flex;
  align-items: center;
}

header #basketmenu > .label .cart {
  width: 25px;
  height: 20px;
  background: url('../img/cart.svg') 0px 0px no-repeat;
  background-size: 100% auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

header #basketmenu > .label p {
  display: inline-block;
  vertical-align: middle;
}

/* submenu */
header #basketmenu > .submenu {
  position: absolute;
  right: 0;
  z-index: 9999;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: 16px;
  min-width: 25rem;
  height: auto;
  flex-direction: column;
}

header #basketmenu.opened > .submenu {
  display: block;
}

header #basketmenu > .submenu ul {
  width: 100%;
}

header #basketmenu > .submenu ul > li,
header #basketmenu > .submenu .subtotal,
header #basketmenu > .submenu .showall,
header #basketmenu > .submenu .buttons {
  padding: 15px;
  border-top: 1px solid #DDD;
  display: block;
}

header #basketmenu > .submenu .showall {
  font-size: 12px;
  text-decoration: underline;
  padding-top: 8px;
  padding-bottom: 8px;
}

header #basketmenu > .submenu .subtotal {
  padding: 10px 15px;
}

header #basketmenu > .submenu ul > li {
  white-space: nowrap;
}

header #basketmenu > .submenu ul > li.template {
  display: none;
}

header #basketmenu > .submenu ul > li .amount {
  margin-right: 10px;
  vertical-align: middle;
}

header #basketmenu > .submenu ul > li p {
  display: inline-block;
  max-width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

header #basketmenu > .submenu .subtotal {
  text-align: right;
}

header #basketmenu > .submenu .subtotal .price {
  font-weight: 500;
  padding-left: 10px;
}

header #basketmenu > .submenu .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

header #basketmenu > .submenu .buttons a {
  text-transform: uppercase;
  font-size: 14px;
  vertical-align: middle;
}

/* OUT OF STOCK */

.out_of_stock {
  background-color: rgba(180, 180, 180, 0.28);
  color: rgb(110, 110, 110);
  border: 1px solid #e6e6e6;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
}

/* /////////////////////////////////////////////////////////////////////// FOOTER */
footer {
  padding: 3rem;
  font-size: 12px;
  color: #686868;
  text-align: center;
}

footer .easyorder {
  height: 15px;
  vertical-align: middle;
  margin-left: 5px;
}


/* /////////////////////////////////////////////////////////////////////// MEDIA QUERIES */
@media screen and (max-width: 900px) {
  ul.categories li a .text .txt {
    font-size: 14px;
  }

  header input[type=search] {
    width: 0;
  }
}


@media screen and (max-width: 820px) {
  header {
  }

  header .mainmenu .right nav {
    margin-left: 0;
  }

  header .mainmenu .logo {
    width: 90px;
    height: 90px;
    bottom: 40px;

  }

  header .btm-bar {
    top: -4px;
  }

  header .mainmenu {
    bottom: -36px;
  }

  header .searchbar {
    top: -3px;
    position: absolute;
    right: 70px;
    height: 22px;
  }

  header input[type=search] {
    line-height: 20px;
  }


  .breadcrumb a {
    font-size: 12px;
    line-height: 14px;
  }

  .breadcrumb a:after {
    margin-bottom: 2px;
    border-width: 3px 0 3px 3px;
    margin-left: 8px;
  }
}


@media screen and (max-width: 600px) {
  .shop-info > .col.half {
    width: 100%;
    margin-left: 0;
    clear: none;
  }

  body {
    font-size: 14px;
    line-height: 20px;
  }

  h1, .h1 {
    font-size: 32px;
    line-height: 32px;
    margin-top: 10px;
    margin-bottom: 16px;
  }

  h2, .h2 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 8px;
  }

  .breadcrumb {
    margin-top: 0px;
  }

  .breadcrumb h1 {
    display: block;
    margin-bottom: 15px;
    top: -5px;
  }

  header #basketmenu > .label {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
}

/*     margin-right: -11px; */
@media screen and (max-width: 610px) {
  header {
    padding-bottom: 0px;
  }

  header #basketmenu > .label {
    min-width: 0;
  }

  header #basketmenu {
    right: 10px;
  }

  header #basketmenu > .submenu {
    width: 260px;
    min-width: 0;
  }

  header #basketmenu > .submenu ul > li p {
    max-width: 200px;
  }

  header .mainmenu .right > nav {
    text-align: center;
  }

  header .mainmenu .right > nav a {
    margin-left: 5px;
    padding: 8px 0;
    font-size: 12px;
  }

  .logout_button {
    right: -10px;
  }

  .logo {
    left: 0 !important;
  }
}

.main.checkout .header {
  position: relative;
}

@media only screen and (max-width: 550px) {
  .header {
    text-align: center;
  }

}

.main.checkout .well {
  padding: 20px;
  background-color: #F4F4F4;
  border-radius: 5px;
}

.main.checkout .well.white {
  background-color: #FFF;
  border: 1px solid #DDD
}

.main.checkout .well + .well {
  margin-top: 30px;
}

@media only screen and (max-width: 550px) {
  .main.checkout .well + .well {
    margin-top: 15px;
  }
}

.main.checkout .outlined {
  /*padding: 10px 20px;*/
  /*background-color: #FFF;*/
  /*border-radius: 5px;*/
  /*border: 1px solid #DDD;*/
}


/* buttons */
.main.checkout .buttons {
  text-align: right;
}

.main.checkout .buttons .spinner {
  display: inline-block;
  margin: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: none;
}

.main.checkout .buttons .spinner .dot:before {
  width: 3px;
  height: 3px;
}


/* optionlist */
.main.checkout ul.optionlist {
}

.main.checkout ul.optionlist > li {
}

.main.checkout ul.optionlist > li > .checker label .icon {
  width: 26px;
  height: 26px;
  background-size: 100% auto;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0;
  position: relative;
  top: -2px;
}

.main.checkout ul.optionlist > li .info {
  font-size: 14px;
}

.icon.pickup {
  background-image: url('/assets/img/method_pickup.svg');
}

html.svg .icon.pickup {
  background-image: url('/img/method_pickup.svg');
}

.icon.delivery {
  background-image: url('/assets/img/method_delivery.svg');
}

html.svg .icon.delivery {
  background-image: url('/img/method_delivery.svg');
}

.icon.table {
  background-image: url('/img/method_table.svg');
}

html.svg .icon.table {
  background-image: url('/img/method_table.svg');
}

.icon.cash {
  background-image: url('/assets/img/method_cash.svg');
}

html.svg .icon.cash {
  background-image: url('/assets/img/method_cash.svg');
}

.card-icon {
  width: 26px !important;
  margin-left: 5px;
  margin-right: 5px;
}

.main.checkout ul.optionlist > li > .contents.move {
  transition: height 0.2s ease-out;
}

.main.checkout ul.optionlist > li > .contents > .wrap {
  padding: 10px 0 30px 35px;
}

.main.checkout .buttons {
  margin-top: 10px;
}

.main.checkout .well h2 {
  font-weight: 400;
}

.main.checkout form .well input,
.main.checkout form .well select,
.main.checkout form .well small {
  max-width: 400px;
}


.main.checkout .basketsummary {
  margin-top: 100px;
  max-width: 280px;
  font-size: 14px;
}

.main.checkout .basketsummary ul.products li .amount {
  margin-right: 15px;
}

.main.checkout .basketsummary ul.products li p {
  display: inline;
}

.main.checkout .basketsummary hr {
  width: 100%;
  position: relative;
  margin: 15px 0;
}

.main.checkout .basketsummary .price {
  text-align: right;
  margin: 4px 0;
}

.main.checkout .basketsummary .price strong {
  margin-left: 20px;
}

ul.products .basket_amount {
  float: left;
  width: 20%;
}


ul.products .basket_product {
  word-wrap: break-word;
  float: left;
  width: 80%;
}


@media only screen and (max-width: 500px) {
  .main.checkout .well {
    padding: 10px;
  }

  .main.checkout .basketsummary hr {
    padding-left: 10px;
    padding-right: 10px;
    left: -10px;
  }
}

.main.checkout #hoursInfo .hours,
.main.checkout #hoursInfo .holidays {
  font-size: 14px;
  line-height: 24px;
}

.main.checkout #hoursInfo .hours .day {
  float: left;
  width: 35%;
}

.main.checkout #hoursInfo .hours .hour {
  float: left;
  width: 60%;
  margin-left: 5%;
}

.main.checkout #hoursInfo .hours .day,
.main.checkout #hoursInfo .hours .closed {
  color: #959595;
}


/*////////////////////////////////////////////////////// VIEW: DELIVERY*/
.view-deliverymethod {
  padding-bottom: 100px;
}

/* pickup points */
.view-deliverymethod ul.optionlist > li[data-method=pickup] .contents .radiogroup {
  margin-top: 10px;
}

.view-deliverymethod ul.optionlist > li[data-method=pickup] .contents .radiogroup .radioelement {
  padding-top: 5px;
  border-top: 1px solid #DDD;
  padding-bottom: 5px;
}

/* table nr */
.view-deliverymethod ul.optionlist > li[data-method=table] .contents input {
  max-width: 100px;
}

.icon-table {
  color: grey;
  margin-right: 10px;
}

/*////////////////////////////////////////////////////// VIEW: LOGIN */
.view-login .buttons a {
  margin-left: 20px;
}

.view-login .buttons a:before {
  display: none;
}

.view-login h4 {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #333;
}

.view-login .login_user:hover,
.view-login .register_user:hover {
  text-decoration: underline;
}

.view-login .icon-image {
  width: 82px;
  height: 46px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.view-login .icon-image.verifyemail {
  background-image: url('/img/verifyemail.svg');
}

html.svg .view-login .icon-image.verifyemail {
  background-image: url('/img/verifyemail.svg');
}

.view-login .icon-image.verifyerror {
  background-image: url('/img/verifyerror.svg');
}

html.svg .view-login .icon-image.verifyerror {
  background-image: url('/img/verifyerror.svg');
}

.view-login .icon-image {
  margin: 0 auto;
}

.view-login .registerform .birthdate {
  max-width: 400px;
}

.view-login .registerform .birthdate .input {
  float: left;
  width: 30%;
  margin-right: 5%;
}

.view-login .registerform .birthdate .input:last-child {
  margin-right: 0;
}

.view-login .registerform .birthdate .input label {
  font-size: 12px;
}

/*////////////////////////////////////////////////////// VIEW: OVERVIEW */
.view-overview .well {
  position: relative;
}

.view-overview .well .icon {
  width: 26px;
  height: 26px;
  background-size: 100% auto;
  margin-right: 5px;
}

.view-overview .well small {
  font-size: 0.8em;
}

.view-overview .well .row {
  max-width: 400px;
}

.view-overview .well .row .col {
  margin-bottom: 0;
}

.view-overview .well a.edit {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 14px;
  background-color: #fff;
  padding: 5px;
}

.view-overview .well a.edit:hover {
  text-decoration: underline;
}

.main.checkout .view-overview .buttons {
  margin-top: 25px;
}

.view-overview .buttons .total {
  margin-right: 40px;
}

.view-overview .buttons .total strong {
  margin-left: 10px;
}

.view-overview .buttons a {
  vertical-align: middle;
}

.main.checkout .small-layout {
  display: none;
}

/*////////////////////////////////////////////////////// VIEW: PROCESSED */
.view-processed .summary,
.view-processed .pickuppoint {
  max-width: 360px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.view-processed .summary > img,
.view-processed .pickuppoint > img {
  float: left;
  display: block;
  width: 20%;
  max-width: 24px;
  height: auto;
}

.view-processed .summary > .text,
.view-processed .pickuppoint > .text {
  float: left;
  width: 75%;
  margin-left: 5%;
}

.view-processed .summary > .text .title,
.view-processed .pickuppoint > .text .title {
  font-size: 17px;
}

.view-processed .summary > .text .reference {
  font-size: 14px;
}

.view-processed .summary > .text .reference span {
  text-transform: uppercase;
  font-size: 11px;
  color: #959595;
}

.view-processed .pickuppoint > .text .address {
  font-size: 12px;
  color: #959595;
}

/*////////////////////////////////////////////////////// MEDIA QUERIES */
@media only screen and (max-width: 900px) {
  .main.checkout .basketsummary {
    font-size: 11px;
    line-height: 18px;
  }
}


@media only screen and (max-width: 550px) {
  .view-login .waitscreen,
  .view-login .errorscreen {
    text-align: center;
  }

  .view-login .waitscreen .col,
  .view-login .errorscreen .col {
    width: 100%;
    padding: 0;
  }

  .main.checkout .buttons {
    text-align: center;
  }

  .main.checkout .basketsummary {
    display: none;
  }

  .main.checkout .small-layout {
    display: block;
  }

  .main.checkout .view-overview .small-layout .basketsummary {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    max-width: 100%;
  }

  .main.checkout .view-overview .small-layout .basketsummary .title,
  .main.checkout .view-overview .small-layout .basketsummary .prices {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .view-overview .well a.edit {
    top: 10px;
    right: 10px;
  }
}

@media screen and (max-width: 800px) {
  .view-deliverymethod .col.half {
    width: 100% !important;
    margin-left: 0 !important;
    clear: none;
  }
}

/* IFRAME CONTENTS */
.iframe-ingredients .quantity,
.iframe-ingredients .ingredients {
  padding: 20px;
}

.iframe-ingredients .quantity .input {
  float: left;
  width: 70%;
}

.iframe-ingredients .quantity .input * {
  margin-right: 5px;
}

.iframe-ingredients .quantity .input input {
  max-width: 60px;
  position: relative;
  top: 1px;
}

.iframe-ingredients .quantity .price {
  float: left;
  width: 30%;
  text-align: right;
  font-size: 22px;
  font-weight: 400;
  padding-top: 36px;
}

.iframe-ingredients .remarks textarea {
  resize: none;
  border: none;
  border-top: 1px solid #DDD;
  border-radius: 0px;
}

.iframe-ingredients .quantity .btn-fill {
  width: 15px;
}

.iframe-ingredients .ingredients {
  border-top: 1px solid #DDD;
}

.iframe-ingredients .ingredients .columns .input {
  margin-bottom: 8px;
}

.iframe-ingredients .ingredients .columns .input span {
  display: inline-block;
}

@media only screen and (max-width: 500px) {
  .iframe-ingredients .quantity,
  .iframe-ingredients .ingredients {
    padding: 5px;
  }
}

/* BASKET */
.view-shoppingbasket {
  margin-bottom: 80px;
}

.view-shoppingbasket h1 {
  margin-top: 55px;
}

.view-shoppingbasket table.products {
  margin-top: 30px;
  width: 100%;
  margin-bottom: 20px;
}

.view-shoppingbasket table.products > tbody > tr {
  border-top: 1px solid #DDD;
  font-size: 14px;
}

.view-shoppingbasket table.products > tbody > tr:last-child {
  border-bottom: 1px solid #DDD;
}

.view-shoppingbasket table.products td {
  padding: 8px 0;
}

.view-shoppingbasket table.products td.image {
  width: 12%;
  padding-right: 10px;
}

.view-shoppingbasket table.products td.image img {
  width: 100%;
  max-width: 130px;
  height: auto;
  display: block;
}

.view-shoppingbasket table.products td.amount {
  margin-right: 10px;
  white-space: nowrap;
  padding-right: 5px;
}

.view-shoppingbasket table.products td.productinfo {
  width: 50%;
  padding-right: 5px;
}

.view-shoppingbasket table.products td.productinfo p {
  font-size: 16px;
}

.view-shoppingbasket table.products td.productinfo ul.ingredients {
  margin-left: 20px;
  font-size: 12px;
  line-height: 14px;
  color: #999;
  width: 100%;
}

.view-shoppingbasket table.products td.productinfo ul.ingredients li {
  margin: 6px 0;
}

.view-shoppingbasket table.products td.actions a {
  display: inline-block;
  margin-right: 20px;
  padding-bottom: 5px;
}

.view-shoppingbasket table.products td.actions a:hover {
  text-decoration: underline;
}

.view-shoppingbasket table.products td.price {
  white-space: nowrap;
}

/* clear basket */
.view-shoppingbasket a.clearbasket {
  font-size: 12px;
  display: inline-block;
  margin-bottom: 15px;
}

.view-shoppingbasket a.clearbasket:hover {
  text-decoration: underline;
}


/* total */
.view-shoppingbasket .total {
  text-align: right;
}

.view-shoppingbasket .total p {
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  padding-right: 30px;
}

.view-shoppingbasket .total .price {
  padding-left: 10px;
  font-size: 24px;
}

.view-shoppingbasket .buttons {
  margin-top: 20px;
  text-align: right;
}

.view-shoppingbasket .buttons a {
  margin-left: 20px;
  text-transform: uppercase;
  font-size: 14px;
  vertical-align: middle;
  padding: 10px 20px;
}

.comment {
  font-size: 12px;
  color: #999;
}

@media only screen and (max-width: 800px) {
  .view-shoppingbasket table.products td.image {
    width: 15%;
  }

  .view-shoppingbasket h1 {
    margin-top: 16px;
  }
}


@media only screen and (max-width: 550px) {
  .view-shoppingbasket table.products > tbody > tr {
    font-size: 12px;
  }

  .view-shoppingbasket table.products td.productinfo p {
    font-size: 14px;
  }

  .view-shoppingbasket table.products td.productinfo ul.ingredients {
    margin-left: 0px;
  }

  .view-shoppingbasket table.products td.productinfo ul.ingredients li {
    margin: 3px 0;
  }

  .view-shoppingbasket table.products td.actions a {
    padding: 6px 0;
    display: block;
    margin-right: 30px;
  }

  .view-shoppingbasket .total p {
    padding-right: 15px;
  }

  .view-shoppingbasket .total .price {
    font-size: 18px;
  }
}

/* Languages */
header .mainmenu .right > .languages {
  padding: 8px 11px;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  display: block;
  width: 20px;

  top: -18px;
  position: absolute;
  right: 25px;
}

@media only screen and (max-width: 410px) {
  header .mainmenu .right > .languages {
    right: 1rem;
  }
}

.gdpr {
  display: flex;
  flex-direction: column;
}

.mat-checkbox-frame {
  border-color: currentColor !important;
}

.mat-checkbox-layout {
  margin-bottom: 0;
}

.outlined .mat-radio-label {
  width: auto;
  height: 100%;
  width: 100%;
  margin: 0;
}

.outlined .mat-radio-button {
  width: 100%;
  height: 100%;
}

.outlined .mat-radio-container {
  display: none;
}

.outlined .mat-radio-label-content {
  height: 100%;
  width: calc(100% - 20px);
  padding: 0 10px;
}

.outlined .mat-radio-label-content svg
.outlined .mat-radio-label-content .icon {
  height: 3rem !important;
  width: 3rem !important;
}

.outlined span {
  white-space: break-spaces;
  text-align: center;
}

.outlined .top-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.outlined mat-radio-button.selected {
  border: 3px solid rgb(var(--custom-color));
  width: calc(100% - 6px);
}

.optionlist {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.optionlist .outlined {
  position: relative;
}

.optionlist li .mat-radio-button {
  position: relative;
  border-radius: 5px;
  min-height: 4rem;
}

.optionlist li .mat-radio-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.optionlist span.info-icon {
  position: absolute;
  top: .3rem;
  right: .3rem;
}

.optionlist .child-radio {
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 0 10px;
}

.optionlist .child-radio .mat-radio-container {
  display: flex !important;
}

.optionlist .child-radio .mat-radio-label {
  margin: 0 !important;
}

.optionlist .child-radio .mat-radio-label-content {
  display: none !important;
}

.mat-simple-snackbar {
  justify-content: center !important;
}

.date-selector .mat-form-field-wrapper {
  background: #E0E0E0;
  color: #000000;
  border-radius: 10px;
  padding: 0 10px !important;
  margin-bottom: 15px;
}
