


@import url("https://fonts.googleapis.com/css?family=Libre+Franklin");
@import url("https://fonts.googleapis.com/css?family=Libre+Franklin");


/* font variabels */
/* color variabels */
* {
  -webkit-font-smoothing: antialiased;
}

#wrapper {
  min-height: 100vh;
  overflow-x: hidden;
  width: 100vw;
  transition: margin-left 300ms ease-in-out;
  padding-bottom: 50px;
}
body.fixed_header.no_search > #wrapper {
  padding-top: 173px;
}

img {
  max-width: 100%;
  max-width: 100%;
	border-radius: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
  box-shadow: rgba(0,0,0,0.2) 0px 2px 3px, inset rgba(0,0,0,0.2) 0px -1px 2px;
}

#flip {
  height:20px;
  overflow:hidden;
}

#flip > div > div {
  height:45px;
  margin-bottom:45px;
  display:inline-block;
}

.hideme
{
    opacity:0;
}

#flip div:first-child {
  animation: show 5s linear infinite;
}

@keyframes show {
  0% {margin-top:-270px;}
  5% {margin-top:-180px;}
  33% {margin-top:-180px;}
  38% {margin-top:-90px;}
  66% {margin-top:-90px;}
  71% {margin-top:0px;}
  99.99% {margin-top:0px;}
  100% {margin-top:-270px;}
}


body {
  font-family: "Libre Franklin", sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  overflow-wrap: break-word;
 

}

h1 {
  font-family: "Libre Franklin", sans-serif;
  color: #2399c8;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  background: repeating-linear-gradient(45deg, #000000 10%, #2399c8 50%, #2399c890 60%, #000000);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 5s linear infinite;
}

h2 {
  font-family: "Libre Franklin", sans-serif;

  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

h3 {
  font-family: "Libre Franklin", sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;

  background: repeating-linear-gradient(45deg, #000000 10%, #2399c8 50%, #2399c890 60%, #000000);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 5s linear infinite;
  
}

h3::first-letter {
 text-transform: uppercase;
}

p, body {
  font-family: "Libre Franklin", sans-serif;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

a {
  color: #000;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

textarea {
  width: 100%;
  border: 2px solid #2399c8;
  border-radius: 5px;
  padding: 5px 10px;
}
textarea:focus {
  outline: none;
}
textarea::placeholder {
  color: rgba(0, 0, 0, 0.75);
}

.modal-body button {
  width: 100%;
  margin: 5px 0px;
}

.modal_actions button {
  margin: 10px 5px 0 5px;
}

.btn-primary {
  background-color: #2399c8;
  border: 2px solid #2399c8;
  padding: 13px 43px;
  border-radius: 10px;
  font-family: "Libre Franklin", sans-serif;
  font-size: 18px;
  display: inline-block;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #2399c8;
  border-color: #2399c8;
  box-shadow: none;
}

.btn-success:focus, .btn-success:active, .btn-danger:focus, .btn-danger:active {
  box-shadow: none;
}

.btn {
  width: 100%;
}

.tafel {
  width: 100%;
  color: white;
  background-color: #2399c8;
}

.bezorgen {
  width: 100%;
  color: white;
  background-color: #2399c8;
}

.noshadow {
  box-shadow: none;
}

.header {
  background: #2399c8;
  width: 100%;
  z-index: 997;
  background-image: linear-gradient(#ffffff, #2399c8);
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
}
.header__logo {
  display: inline-block;
}
.header__langSwitcher {
  margin: auto 0 auto 10px;
}
.header__search {
  margin-left: 20px;
  width: 100%;
  display: inline-block;
  margin: auto 0px auto 20px;
  color: #fff;
}
.header__search input {
  width: 0;
  opacity: 0;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  float: right;
  margin-right: 5px;
  border: 2px solid white;
  background: transparent;
  color: #fff;
  border-radius: 4px;
  outline: none;
  padding: 2px 7px;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.header__search input::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.header__search span.cancel {
  display: none;
}
.header__search span {
  width: 20px;
  font-size: 20px;
  line-height: 33px;
  float: right;
  padding-top: 2px;
}
.header__search.search_active input {
  width: calc(100% - 30px);
  opacity: 1;
}
body.fixed_header .header {
  position: fixed;
  top: -113px;
}
body.show_header .header {
  position: fixed;
  top: 0px;
}
body.search-focus .header {
  position: fixed;
  top: 0px;
  z-index: 1040;
}
body.search-focus-ios .header {
  position: fixed;
  top: 91px;
  z-index: 1040;
}

.footer {
  text-align: center;
  color: #000000;
}
.footer p, .footer a {
  font-size: 12px;
  color: #000000;
}

#hold {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  flex-direction: column;
  z-index: 9999;
  top: 0;
}
#hold i {
  margin: auto auto 20px auto;
  font-size: 50px;
  color: #2399c8;
}
#hold span {
  text-align: center;
  margin: 0 auto auto;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

pre {
	white-space: pre-line;
}

.menu h2 {
  margin-bottom: 40px;
}

h2::first-letter {
 text-transform: uppercase;
}

.menu__category h2 {
  margin-bottom: 0;
  margin-top: 20px;

  background: repeating-linear-gradient(45deg, #000000 10%, #2399c8 50%, #2399c890 60%, #000000);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 10s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.menu__subCategory {
			background-image: linear-gradient(to right,#2399c855, #2399c810);
	  border-radius: 5px;
  padding: 10px;
  margin: 10px -10px;
}
.menu__product {
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
}
.menu__product1 {

}
.menu__product__text {
  margin: auto 0;
  color: #000000;
}

.menu__product__text::first-letter {
 text-transform: uppercase;
}

.cart::first-letter {
 text-transform: uppercase;
}

.modal-content {
  color: black;
}
.menu__product__text .info-button {
  background: url("../img/i.ico");
  display: inline-block;
  height: 24px;
  width: 24px;
  border: none;
  margin-left: 5px;
  transform: translateY(4px);
  background-repeat: no-repeat;
}
.menu__product__price {
  margin: 0 0 auto auto;
  text-align: right;
  color: #000000;

}

.menu__product__oms {
  margin: 0 0;
}

.menu__product__foto {
  margin: 0 0 auto auto;
  text-align: right;

}

.menu__product__actions {
  margin: 0 0 auto auto;
  position: relative;
  display: flex;
  margin-left: 5px;
}
.menu__product__actions input {
  width: 26px;
  height: 27px;
  text-align: center;
  margin: auto;
  -webkit-appearance: none;
  padding: 0px;
  border: none;
  display: none;
}
.menu__product__actions button {
  border-radius: 7px;
  margin: auto;
  padding: 1px 10px 0px;
}
.menu__product__actions button.remove {
  display: none;
}
.menu__product__actions .loading {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  align-self: center;
  height: 27px;
}
.menu__product__actions .loading.active {
  display: block;
}

.bill {
  position: relative;
}
.bill__header {
  background-image: url("/wp-content/themes/thema/dist/img/header.jpg");
  height: 56px;
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}
.bill__body {
  font-family: "Courier";
  background-image: url("/wp-content/themes/thema/dist/img/mid.jpg");
  background-position: center;
  background-size: contain;
  background-repeat: repeat-y;
  padding: 0 20px;
}
.bill__body h3, .bill__body p {
  font-family: "Courier";
}
.bill__body .table {
  margin-bottom: 0;
}
.bill__body .table tr td:first-child {
  width: 1px;
}
.bill__body .table tr td:last-child {
  text-align: right;
}
.bill__footer {
  background-image: url("/wp-content/themes/thema/dist/img/footer.jpg");
  height: 56px;
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
}
.bill__loader {
  height: calc(100% - 45px);
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 99;
  position: absolute;
  top: 0;
  margin: 21px 0;
  display: flex;
}
.bill__loader i {
  margin: auto;
  font-size: 50px;
  color: #2399c8;
}

.pay_bill select {
  width: 100%;
  height: 30px;
  margin: 0 0 10px 0;
}
.pay_bill .tips__options {
  display: flex;
  flex-wrap: wrap;
}
.pay_bill .tips__options label {
  border: 2px solid orange;
  display: inline-block;
  border-radius: 3px;
  width: auto;
  margin-right: 5px;
  padding: 0 5px;
  background-color: #fff;
}
.pay_bill .tips__options input {
  display: none;
}
.pay_bill .tips__options input:checked + label {
  color: #fff;
  background-color: orange;
}
.pay_bill .tips__options #custom_bill:checked ~ input {
  display: block;
}
.pay_bill .tips input {
  display: none;
  width: 100%;
  border: 2px solid #2399c8;
  border-radius: 5px;
  padding: 5px 10px;
}

.categories {
  background-color: #ffffff99;
  width: 100%;
  z-index: 999;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.categories__item {
  text-align: center;
  margin: 10px 0;
}
.categories__item img {
  height: 30px;
  border-radius: 0px;
  box-shadow: none;
}
body.fixed_header .categories {
  position: fixed;
  top: -60px;
}
body.show_header .categories {
  position: fixed;
  top: 50px;
}
body.search-focus .categories, body.search-focus-ios .categories {
  display: none;
}

.subCategories {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 50px;
  background-image: linear-gradient(#2399c899, #2399c8, #2399c899);
  width: 100%;
  z-index: 999;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.subCategories__item {
  margin: auto;
  flex-shrink: 0;
  flex: 0 0 auto;
  padding: 9px 0;
  border-bottom: 3px solid transparent;
}

.subCategories__item::first-letter {
 text-transform: uppercase;
}


.subCategories__item a {
  color: #fff;
  padding: 0 10px;
}
.subCategories__item.active {
  border-color: white;
}
body.fixed_header .subCategories {
  position: fixed;
  top: 0;
}
body.show_header .subCategories {
  position: fixed;
  top: 50px;
}
body.search-focus .subCategories, body.search-focus-ios .subCategories {
  display: none;
}
.subCategories::-webkit-scrollbar {
  width: 0px;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */
  display: none;
}

.page_section#checkout table td {
  padding: 7px 6px;
}
.page_section#checkout table td:first-child {
  padding-left: 0;
}
.page_section#checkout table td:last-child {
  padding-right: 0;
}
.page_section#checkout #form_checkout {
  position: relative;
}
.page_section#checkout #form_checkout .actions {
  position: relative;
}
.page_section#checkout #form_checkout .actions select {
  width: 100%;
  height: 30px;
  margin: 0 0 10px 0;
}
.page_section#checkout #form_checkout .actions label {
  width: 100%;
}
.page_section#checkout .checkout__product__actions {
  position: relative;
  display: flex;
  width: 88px;
  margin: auto 0 auto auto;
  align-self: flex-end;
}
.page_section#checkout .checkout__product__actions input {
  width: 26px;
  height: 27px;
  text-align: center;
  margin: auto;
  border: none;
}
.page_section#checkout .checkout__product__actions button {
  border-radius: 7px;
  margin: auto;
  padding: 1px 10px 0px;
}
.page_section#checkout .checkout__product__actions .loading {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.page_section#checkout .checkout__product__actions .loading.active {
  display: block;
}
.page_section#checkout .checkout__loader {
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 99;
  position: absolute;
  bottom: 15px;
  height: 100%;
  display: flex;
}
.page_section#checkout .checkout__loader i {
  margin: auto;
  font-size: 50px;
  color: #2399c8;
}

.tips__options {
	color: #2399c8;
}

.page_section#checkout #form_checkout .actions .tips__options {
  display: flex;
  flex-wrap: wrap;
}
.page_section#checkout #form_checkout .actions .tips__options label {
  border: 2px solid #2399c8;
  display: inline-block;
  border-radius: 3px;
  width: auto;
  margin-right: 5px;
  padding: 0 5px;
  background-color: #fff;
}
.page_section#checkout #form_checkout .actions .tips__options input {
  display: none;
}
.page_section#checkout #form_checkout .actions .tips__options input:checked + label {
  color: #fff;
  background-color: #2399c899;
}
.page_section#checkout #form_checkout .actions .tips__options #custom:checked ~ input {
  display: block;
}
.page_section#checkout #form_checkout .actions .tips input {
  display: none;
  width: 100%;
  border: 2px solid #2399c8;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 7px;
}

.alert {
  z-index: 9999;
  position: fixed;
  top: 15px;
  right: 15px;
  display: flex;
}
.alert span.message {
  margin-right: 20px;
}

.footerNav {
  position: fixed;
  bottom: 0;
  background-color: #2399c8;
  width: 100%;
  padding-top: 3px;
  z-index: 999;
  background-image: linear-gradient(#2399c8, #ffffff);
}
.footerNav__items {
  display: flex;
  justify-content: space-evenly;
}
.footerNav__item {
  flex: 1;
  text-align: center;
  border-bottom: 4px solid transparent;
}
.footerNav__item.active {
  border-color: white;
}
.footerNav__item a {
  text-align: center;
  position: relative;
}
.footerNav__item img {
  display: block;
  margin: auto;
  height: 30px;
  margin-bottom: -9px;
  box-shadow: none;
}
.footerNav__item span {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
}
.footerNav__item span.badge {
  position: absolute;
  left: 20px;
  z-index: 99;
  background: green;
  border-radius: 100%;
  width: 23px;
  height: 23px;
  top: -5px;
  padding: 4px;
}
.footerNav__item span.badge.success {
  left: 30px;
  background: red;
  font-family: serif;
  font-size: 20px;
}

.block {
  border: 2px solid black;
  border-radius: 5px;
  padding: 15px;
  background-color: #2399c899;
}





 .deliver_method label {
	 border: 2px solid #2399c8;
	 display: inline-block;
	 border-radius: 3px;
	 width: auto !important;
	 margin-right: 5px;
	 padding: 2px 10px;
	 background-color: #fff;

}
.deliver_method input {
	display: none;

}
.deliver_method input:checked + label {
	color: #fff;
	background-color: #2399c899;
}
.deliver_method_options label {
	margin-top: 1rem;
	margin-bottom: 0;
	color: #000000;
}
.deliver_method_options input {
	width: 100%;
	border: 2px solid #2399c8;
	border-radius: 5px;
}
.deliver_method_options select {
	width: 100%;
	border: 2px solid #2399c8;
	border-radius: 5px;
}

.is_open_opmerkingen {
	color: #000000;
}

.is_open_betalen {
	color: #000000;
}

.feedback-section {
	color: #000000;
}

.form {
	color: #000000;
}

span.error {
	display: none;
	color: red;
}
input.error {
	border-color: red;
}

span.ok {
	display: none;
	color: green;
}

.logoo {
box-shadow: rgba(0,0,0,0.2) 0px 2px 3px, inset rgba(0,0,0,0.2) 0px -1px 2px;
    border-radius: 10px;
}

.parralex {
	background-attachment: fixed; 
	min-height: 150px;
  background-size: contain;
	border-radius: 10px;
}
.skiptranslate {display:none!important;}
.logooboven
{
    border-radius: 1px;
    animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
  box-shadow: none;
}


@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

.korting {
	background-color: #2399c899;
  	border-color: #2399c8;
 	box-shadow: none;
	border: 2px solid #2399c8;
	color: #fff;
	border-radius: 5px;
}

.korting_input {
  	border-color: #2399c8;
 	box-shadow: none;
	border: 2px solid #2399c8;
	border-radius: 5px;
}




/*# sourceMappingURL=style.css.map */
