/*
Theme Name: Visual Composer Starter
Theme URI: https://visualcomposer.com/visual-composer-starter-theme/
Author: The Visual Composer Team
Author URI: https://visualcomposer.com/
Description: Visual Composer Starter theme designed to be a perfect companion for a simple and good looking website.
Version: 3.1.2
Requires PHP: 5.6
Tested up to: 5.5.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: featured-images, full-width-template, blog
Text Domain: visual-composer-starter
*/
* {
  outline: none !important;
}
body, html {
  overflow-x: hidden;
}
.wppizza-article p {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Maaltijdbon + Maaltijden winkel; De foto gaat niet helemaal tot aan de linkerkant! Dit kan ik wel aanzetten maar dan verlies ik de fijne opmaak van de tekst aan de rechtkant! Kan jij dit aanpassen dat hij hem gewoon breed pakt? Nog wel dat ik de foto kan aanpassen.
 * add .image-left-fill to block
 */
html body .vcv-layout-wrapper .vcv-content .entry-content .vce-row-container .image-left-fill .vce-row-content {
  max-width: 100% !important;
}
.image-left-fill .vce-col--xl-last .vce-col-content {
  max-width: 532px !important;
}

.image-left-fill .vce-row-content {
  max-width: 100% !important;
}
.image-left-fill .vce-col--xl-last .vce-col-content {
  max-width: 532px !important;
}

/**
 * Oven-slider
 * add .oven-slider to vs composer
 */
.oven-slider .slick-track > .vce-col  {
  width: 285px;
  padding: 0 12px;
}
.oven-slider .slick-track > .vce-col .vce-col-content  {
  padding-bottom: 4px;
}
.oven-slider .slick-list {
  overflow: visible;
}
@media only screen and (max-width: 1240px) {
  .oven-slider .vce-row-content {
    cursor: grab;
  }
  .oven-slider .vce-row-content:active {
    cursor: grabbing;
  }
}

/**
 * Prijsbalk onderin; Voor het ontwerp zie XD! Belangrijk is dat hij ook mobiel past! Let ook op de hoogte, mag beste wel wat hoogte hebben zodat hij lekker gaat op mobiel.
 */
#wppizza-minicart.wppizza-minicart-fixed {
  border-bottom: 0;
  font-family: 'Nunito Sans',sans-serif;
}
/* #wppizza-minicart .wppizza-total-items, .wppizza-table .wppizza-total-items { */
#wppizza-minicart .wppizza-total-items {
  display: none;
}
table.wppizza-order-summary .wppizza-total {
  border-top: 0 !important;
}
#wppizza-minicart.wppizza-minicart-fixed .wppizza-totals-opacity {
  opacity: 1 !important;
  background-color: #4E6434 !important;
  bottom: -1px !important;
  line-height: 1.5 !important;
  font-family: 'Nunito Sans',sans-serif;
}
#wppizza-minicart .wppizza-totals-order {
  color: #F8F7EF !important;
  font-size: 16px !important;
  margin: 0 24px 0 8px !important;
  line-height: 1.5 !important;
  font-family: 'Nunito Sans',sans-serif;
}
@media only screen and (max-width: 450px) {
  #wppizza-minicart .wppizza-totals-order {
    margin: 0 8px 0 4px !important ;
  }
  #wppizza-minicart input[type=text] {
    pointer-events: none !important;

  }
}

#wppizza-minicart .wppizza-totals-itemscount {
  background-color: #FACB1C  !important;
  color: #253817  !important;
  top: 0px !important;
  font-weight: bolder !important;
  font-size: 16px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  display: flex !important;
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 0 !important;
  line-height: 1.5 !important;
  font-family: 'Nunito Sans',sans-serif;
}
.wppizza-totals-viewcart-button input[type=button] {
  border: 0;
  font-size: 16px !important;
  text-transform: capitalize;
  font-weight: bolder !important;
  color: #EBE7D5;
  background-color: #253817;
  border-radius: 25px;
  padding: 0 24px 0 14px !important;
  height: 28px !important;
  line-height: 1.5 !important;
  position: relative;
  font-family: 'Nunito Sans',sans-serif;
}
.wppizza-totals-checkout-button input[type=button] {
  border: 0;
  font-size: 16px !important;
  text-transform: capitalize;
  font-weight: bolder !important;
  color: #253817;
  background-color: #FACB1C;
  border-radius: 25px;
  padding: 0 24px 0 14px !important;
  height: 28px !important;
  line-height: 1.5 !important;
  margin: 0 0 0 14px !important;
  font-family: 'Nunito Sans',sans-serif;
}
.wppizza-totals-viewcart-button,
.wppizza-totals-checkout-button {
  position: relative;
}
.wppizza-totals-viewcart-button:after,
.wppizza-totals-checkout-button:after {
  content: '▸';
  position: absolute;
  right: 8px;
  font-size: 18px;
  line-height: 1.5;
  height: 100%;
  color: #EBE7D5;
  transform: rotate(-90deg);
  font-family: 'Nunito Sans',sans-serif;
  transition: transform 0.5s ease;
}

.wppizza-totals-no-items .wppizza-totals-viewcart-button:after,
.wppizza-totals-no-items .wppizza-totals-checkout-button:after {
  display: none;
}
.wppizza-totals-checkout-button:after {
  color: #253817;
  transform: rotate(0deg);
}
.minicart-open .wppizza-totals-viewcart-button:after {
  transform: rotate(90deg);
}

/* #wppizza-minicart .wppizza-totals-cart {
  max-width: 300px;
  position: absolute;
  top: 90%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 !important;
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border: 0 !important;
  max-width: 100% !important;
  padding: 0 28vw 6px 28vw !important;
  background-color: #4E6434 !important;
  font-family: 'Nunito Sans',sans-serif;
}
@media only screen and (max-width: 1240px) {
  #wppizza-minicart .wppizza-totals-cart {
    padding: 0 14px 0 14px !important;
  }
}
@media only screen and (max-width: 380px) {
  #wppizza-minicart .wppizza-totals-cart {
    padding: 0 6px 0 6px !important;
  }
}
#wppizza-minicart .wppizza-totals-cart * {
  color: #EBE7D5;
  font-family: 'Nunito Sans',sans-serif;
}
#wppizza-minicart table.wppizza-order-itemised>tbody>tr>td.wppizza-item-quantity>span.ui-spinner>input {
  color: #253817 !important;
  line-height: 1 !important;
  font-family: 'Nunito Sans',sans-serif;
}
.wppizza-delete-from-cart {
  background-color: #FACB1C !important;
  color: #253817 !important;
  border-radius: 50%;
  border: 0;
  width: 20px;
  height: 20px;
  font-family: 'Nunito Sans',sans-serif;
} */

/**
 * Aanpassingen productpagina wp-pizza; Er moet een extra veld komen Toelichting (zie XD), wat onder de prijs komt! + Stickers moeten ook in de productpagina komen
 * 21.28
 */
body .entry-content.wppizza-article-grid {
  background-color: #ffffff !important;
  max-width: calc(100% - 349px) !important;
  margin: 32px 0 0 349px !important;
  border: 0;
  position: relative;
  min-height: 280px;
  border-radius: 25px;
  padding: 28px 30px !important;
}
body .entry-content.wppizza-article-grid.oven-tekst-added {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.oven-extra-tekst {
  max-width: calc(100% - 349px) !important;
  margin: 0 0 0 349px !important;
  padding: 0 34px 0 34px !important;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  width: 100%;
  background-color: white;
  z-index: 0;
}
.oven-extra-tekst p {
  font-size: 15px !important;
  color: #253817 !important;
  font-family: 'Nunito Sans',sans-serif;
  margin-bottom: 16px !important;
}

body .entry-content.wppizza-article-grid .wppizza-article-image .toggle-oven-image {
  display: none;
}
body .entry-content.wppizza-article-grid .wppizza-article-image-thumb {
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: 0;
  left:  -304px;
  /* height: 100%; */
  width: 280px;
  height: 280px;
  object-fit: cover;
  border-radius: 25px;
}
.wppizza-article-grid h2.wppizza-article-h2 {
  text-align: left !important;
  font-size: 30px !important;
  padding-top: 0 !important;
  padding-bottom: 12px !important;
  line-height: 40px;
  display: block;
  color: #253817;
  flex-wrap: wrap;
}
.wppizza-article-grid p {
  font-size: 15px;
  color: #253817;
  font-family: 'Nunito Sans',sans-serif;
}
.wppizza-article-grid p strong {
  font-family: 'Nunito Sans',sans-serif;
  font-weight: 800;
}
.wppizza-additives-grid {
  margin: 24px 0 48px 0 !important;
  font-family: 'Nunito Sans',sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wppizza-article-grid .wppizza-article-sizes {
  text-align: left !important;
  margin-top: 0 !important;
  max-height: 35px;
}
.wppizza-article-grid.entry-content ul>li:first-child {
  font-family: 'Nunito Sans',sans-serif;
  padding-left: 0 !important;
}
.wppizza-article-grid .wppizza-out-of-stock {
  text-decoration: none;
}
body .wppizza-article-grid .wppizza-article-price>span {
  background-color: #FED530;
  color: #253817;
  font-size: 15px !important;
  border-radius: 35px;
  height: 35px !important;
  padding: 0 24px !important;
  font-size: 20px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-family: 'Nunito Sans',sans-serif;
  font-weight: bold;
  text-transform: lowercase;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.wppizza-article-grid .wppizza-article-price>span.wppizza-is-out-of-stock {
  background-color: #EBE7D5;
  color: #b39a5b;
}
body .wppizza-article-grid .wppizza-article-price.wppizza-add-to-cart>span {
  padding: 0 16px 0 32px !important;

}
.wppizza-article-grid .wppizza-article-prices>ul>li.wppizza-add-to-cart:before {
  content: "+ " !important;
  color: #253817;
  font-family: 'Nunito Sans',sans-serif;
  margin-left: -6px;
  height: calc(100% - 8px);
  font-size: 20px;
  display: flex;
  align-items: center;
}
body .entry-content .oven-sticker {
  width: 125px !important;
  position: absolute;
  left: -360px;
  top: -50px;
  border-radius: 50%;
  z-index: 12;
  /* box-shadow: 0px 3px 6px #00000029; */
}
body .wppizza-grid-section {
  flex-direction: column;
  max-width: 980px;
  margin: 0 auto !important;
  padding-left: 20px !important;
}
@media only screen and (max-width: 1200px) {
  body .wppizza-grid-section {
    padding-left: 0px !important;
  }
}

.wppizza-article-image {
  margin-bottom: 0 !important;
}
.oven-wrap-text {
  min-height: 189px;
  margin-bottom: 0 !important;
}
.oven-wrap-text p {
  margin-bottom: 0 !important;
}
.oven-wrap-text p:empty {
  display: none;
}
.wppizza-article-content:after {
  display: none;
}

.oven-slider .vce-outline-faq-toggle-title {
  padding-left: 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  html body .vcv-layout-wrapper section article .entry-content .vce-row-container div.oven-slider div.vce-row-content.slick-initialized.slick-slider {
    max-width: 285px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .oven-slider .slick-list {
    width: 285px;
  }


  body .wppizza-grid-section {
    margin: 0 35px 64px 35px !important;
  }
  body .entry-content.wppizza-article-grid {
    background-color: #fff !important;
    max-width: 100% !important;
    margin: 0 0 0 0 !important;
    border: 0;
    position: relative;
    min-height: 280px;
    border-radius: 25px;
    padding: 146px 16px 30px 16px !important;
    transition: padding-top 0.5s ease;
  }
  .oven-wrap-text {
    margin-bottom: 16px !important;
  }
  .oven-extra-tekst {
    padding: 0 16px 2px 16px !important;
    max-width: 100% !important;
    margin: 0 0 0 0 !important;
    z-index: 9;
    /* max-height: 300px; */
    clear: both;
  }
  body .entry-content.wppizza-article-grid .wppizza-article-image-thumb {
    margin: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: 0;
    left:  0;
    height: 112px;
    width: 100%;
    object-fit: cover;
    border-radius: 25px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: height 0.5s ease;
  }
  body .entry-content .oven-sticker {
    width: 98px !important;
    height: 98px !important;
    top: -30px;
    left: -30px;
  }
  body .entry-content.wppizza-article-grid .wppizza-article-image .toggle-oven-image {
    display: block;
    position: absolute;
    top: 112px;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 10px 0;
    margin-top: -25px;
    cursor: pointer;
    transition: all 0.5s ease;
  }
  body .entry-content.wppizza-article-grid.open-image {
    padding: 380px 16px 34px 16px !important;
  }
  body .entry-content.wppizza-article-grid.open-image .wppizza-article-image-thumb {
    height: 352px;
  }
  body .entry-content.wppizza-article-grid.open-image .wppizza-article-image .toggle-oven-image {
    top: 352px;
    transform: rotate(-180deg);
  }
}
@media only screen and (max-width: 480px) {
  body .entry-content.wppizza-article-grid {
    padding: 146px 16px 20px 16px !important;
  }
}

body .wppizza-article-grid .wppizza-article-additives {
  top: 0 !important;
  display: inline;
}
body .wppizza-article-grid .wppizza-article-additive {
  font-size: 12px !important;
  padding: 0 1px !important;
}
#wppizza-minicart .wppizza-delivery,
#wppizza-minicart .wppizza-tax-total {
  display: none;
}
#futy-container, #futy-container iframe {
  z-index: 0 !important;
}

/**
 * thank you page
 */
.vce-row-content-thank-you {
  background-color: #f8f7ef;
}
.wppizza-order-wrap-thankyoupage {
  background-color: #f8f7ef;
  width: 100%;
  margin: 45px auto 100px auto;
  max-width: 1210px;
  padding: 0 35px;
}


/**
 * Slider dots
 */
.slick-dotted.slick-slider {
  margin-bottom: 50px;
}
.slick-dots {
  position: absolute;
  bottom: -40px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 !important;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 4px;
  padding: 0 !important;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: none;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li:before {
  transition: color 0.5s ease;
  /* color: #facb1c66 !important; */
  left: 0 !important;
  color: #a8a8a866 !important;
}
.slick-dots li.slick-active:before {
  opacity: 1 !important;
  color: #facb1c !important;
}
/**
 * wppizza-article-default
 */

body .wppizza-article-default .oven-wrap-default {
  margin: 0 !important;
  padding: 0 !important;
}

.wppizza-article-default {
  display: flex;
  align-items: center;
  overflow: visible !important;
}
.wppizza-article-default .oven-sticker {
  display: none;
}

.wppizza-article-default .oven-wrap-default {
  /* background-color: green; */
}
body .wppizza-article-default .wppizza-article-sizes {
  /* float: right; */
  /* width: 20% !important; */
  float: unset;
  width: auto !important;
  text-align: left;
}
body .wppizza-article-default .wppizza-article-price {
  display: inline-block;
}
body .wppizza-article-default .wppizza-article-price>span {
  background-color: #FED530;
  color: #253817;
  font-size: 15px !important;
  border-radius: 35px;
  height: 35px !important;
  padding: 0 24px !important;
  font-size: 20px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-family: 'Nunito Sans',sans-serif;
  font-weight: bold;
  text-transform: lowercase;
  display: flex !important;
  justify-content: center;
  align-items: center;
  line-height: 34px !important;
}
.wppizza-article-default .wppizza-article-price>span.wppizza-is-out-of-stock {
  background-color: #EBE7D5;
  color: #b39a5b;
}
.wppizza-out-of-stock {
  text-decoration: none !important;
}

body .wppizza-article-default .wppizza-article-prices:before {
  display: none !important;
}
body .wppizza-article-default .wppizza-article-prices {
  /* padding: 4px 0 0 20px!important; */
  padding: 0px 0 0 20px!important;
}
body .wppizza-article-default .wppizza-article-sizes ul {
  margin-bottom: 0;
}
body .wppizza-article-default .wppizza-article-prices ul {
  margin-bottom: 0 !important;
}
body .wppizza-article-default .wppizza-article-price.wppizza-add-to-cart {
  padding: 0 !important;
}
body .wppizza-article-default .wppizza-article-price.wppizza-add-to-cart>span {
  padding: 0 16px 0 32px !important;

}
.wppizza-article-default .wppizza-article-prices>ul>li.wppizza-add-to-cart:before {
  content: "+ " !important;
  color: #253817 !important;
  font-family: 'Nunito Sans',sans-serif;
  margin-left: -6px !important;
  height: calc(100% - 8px);
  font-size: 20px !important;
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  padding-bottom: 2px !important;
}
.wppizza-article-default .wppizza-article-prices>ul>li:not(.wppizza-add-to-cart) {
  padding-left: 16px !important;
}
.wppizza-article-default .wppizza-article-prices>ul>li:not(.wppizza-add-to-cart):before {
  display: none;
}
body .wppizza-article-default .wppizza-article-price.wppizza-add-to-cart>span:hover {
  text-decoration: underline;
}

html body .wppizza-article.wppizza-article-default {
  margin-bottom: 28px !important;
}
.wppizza-article-default .oven-wrap-default {
  /* background-color: green; */
}
html body .wppizza-article-default .oven-wrap-default h2 {
  font-family: 'Nunito Sans',sans-serif;
  margin-bottom: 8px;
  line-height: 40px;
  display: block;
}
html body  .wppizza-article-default .oven-wrap-default p:empty {
  display: none;
}
html body  .wppizza-article-default .oven-wrap-default p {
  margin-bottom: 0;
  font-family: 'Nunito Sans',sans-serif;
}
html body  .wppizza-article-default .oven-wrap-default strong {
  font-family: 'Nunito Sans',sans-serif;
  font-weight: 800;
}
.wppizza-additives.wppizza-additives-default {
  text-align: center;
  font-size: 90%;
}
body .wppizza-article-default .wppizza-article-additives {
  top: 0 !important;
  display: inline;
  line-height: 0;
  position: relative;
  font-size: 60%;
  margin: 0;
  font-weight: normal;
  vertical-align: super;
}
body .wppizza-article-default .wppizza-article-additives:before {
  content: '*';
  font-weight: normal;
}

body .wppizza-article-default .wppizza-article-additive {
  font-size: 12px !important;
  padding: 0 1px !important;
}
body .wppizza-article-default .wppizza-article-additive:before {
  content: '(';
}
body .wppizza-article-default .wppizza-article-additive:after {
  content: ')';
}


@media only screen and (max-width: 767px) {
  .wppizza-article-default {
    display: block;
    align-items: unset;
    /* flex-direction: column; */
  }
  html body .wppizza-article-default .oven-wrap-default h2 {
    margin-bottom: 12px !important;
    text-align: left;
  }
  body .wppizza-article-default .wppizza-article-price>span {
    display: inline-block !important;
  }
  body .wppizza-article-default .wppizza-article-prices {
    margin: 12px 0 0 0 !important;
    padding: 0 !important;
  }
  html body .wppizza-article.wppizza-article-default {
    margin-bottom: 28px !important;
  }
}
/* Op mobiel zijn als er veel uitzonderingen in een cat zitten zet hij dit niet goed onder elkaar (als het niet meer past, zie screenshot) */
@media only screen and (max-width: 420px) {
  .vce-text-block span span {
    display: block;
  }
}
#wppizza-loading, .wppizza-load, .wppizza-loading {
  opacity: 0.8 !important;
}

/**
 * Pickup points
 */
body > .o-pickup-buttons {
  display: none;
}
.wppizza-ccustom3 {
  display: none;
}
.wppizza-wppizza-dbp-area, .hide-for-afhalen-and-pickup, .hide-postcodes-check {
  opacity: 0;
  height: 0;
  visibility: hidden;
}
.o-pickup-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  margin-top: 5px;
}
.wppizza-orders-pickup-choice-toggle .wppizza-pickup-toggle {
  font-family: 'Nunito Sans',sans-serif;
  font-size: 16px !important;
}

.o-pickup-buttons label {
  color: #253817;
  vertical-align: middle;
  background: linear-gradient(to bottom,#ebe7d5,#ebe7d5);
  border: 0 solid #ccc;
  border-radius: 5px;
  flex: 0 1 calc(50% - 10px);
  padding: 10px 0 10px 0;
  font-family: 'Nunito Sans',sans-serif;
  cursor: pointer;
  font-family: 'Nunito Sans',sans-serif;
  font-size: 16px !important;
}

.wppizza-pickup-toggle {
  position: relative;
}
input[type=radio].wppizza-order-pickup {
  margin: 0 10px 3px 10px !important;
}
.wppizza-pickup-toggle input[type=radio] {
  margin: 0 10px 3px 10px !important;
}
.wppizza-pickup-toggle .o-ondertitel {
  display: block;
  font-weight: normal;
  text-transform: initial;
  padding: 0 20px;
  font-size: 13px;
  line-height: 13px;
  font-family: 'Nunito Sans',sans-serif;
}
@media screen and (max-width: 992px) {
  .wppizza-orders-pickup-choice label {
    width: 100% !important;
  }
  .wppizza-orders-pickup-choice label:first-child {
    margin-bottom: 5px;
  }
  .o-pickup-buttons label {
    flex: 0 1 100%;
  }
}
/**
 * remove postcode select
 */
.wppizza-wppizza-dbp-area select {
  pointer-events:none;
}

/**
 * Overige stijling
 */
.wppizza-ordernow {
  transition: background-color 0.3s ease;
}
.wppizza-ordernow:hover {
  background-color: #ECC21A !important;
}
body .wppizza-cart .wppizza-delivery-note,
body .wppizza-cart .wppizza-pickup-note,
body .wppizza-order-details .wppizza-delivery-note,
body .wppizza-order-details .wppizza-pickup-note {
  padding: 12px 0 16px 0;
}

.wppizza-ccustom2 {
  padding-top: 8px;
}
.wppizza-ccustom2 input {
  margin-right: 4px;
}
.wppizza-wppizza_mll {
  padding-top: 8px;
}
.wppizza-wppizza_mll input {
  margin-right: 7px;
}
.wppizza-no_results_found {
  text-align: center;
  padding: 40px 64px;
  color: #8aa459;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}
.wppizza-article-grid .wppizza-article-additives:before, body .wppizza-article-default .wppizza-article-additives:before {
  font-size: 12px !important;
  font-family: 'Nunito Sans',sans-serif;
  font-size: 12px;
  font-weight: 400;
}

/* // input */
.big-input {

}



input[type=checkbox].big-checkbox {
  position: relative;
  cursor: pointer;
  margin-right: 4px;
}
input[type=checkbox].big-checkbox:before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: -8px;
  left: -8px;
  border: 2px solid #263f1d;
  border-radius: 3px;
  background-color: #f8f7ef;
}
input[type=checkbox].big-checkbox:checked:after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  border: solid #263f1d;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -3px;
  left: 0px;
}

@media screen and (max-width: 992px) {
  input[type=checkbox].big-checkbox {
    position: relative;
    cursor: pointer;
    margin-right: 4px;
  }
  input[type=checkbox].big-checkbox:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: -4px;
    left: -4px;
    border: 2px solid #263f1d;
    border-radius: 3px;
    background-color: #f8f7ef;
  }
  input[type=checkbox].big-checkbox:checked:after {
    content: "";
    display: block;
    width: 6px;
    height: 9px;
    border: solid #263f1d;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 1px;
    left: 3px;
  }
}

label {
  cursor: pointer;
}

.goto-wrap {
  color: #f8f7ef;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-left: 0px;
  font-family: Nunito;
}

.goto-wrap:before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 1px;
  background-color: currentColor;
  width: calc(100% - 20px);
  display: block;
}
.goto-wrap:after {
  content: '▾';
  font-size: 14px;
  color: #f8f7ef;
  position: absolute;
  right: 4px;
  top: 5px;
  bottom: 0;
  margin: auto;
  line-height: 1;
  z-index: 1;
}
.goto-wrap-oven {
  display: none;
}
@media only screen and (max-width: 768px) {
  .goto-wrap {
    margin-left: 20px
  }
  .goto-wrap:before {
    display: none;
  }
  .goto-wrap-oven {
    display: inline;
  }
}
.goto {
  background: transparent;
  -webkit-appearance: none;
  outline: none;
  border: none;
  background: transparent !important;
  display: inline-block;
  padding-right: 20px;
  position: relative;
  cursor: pointer;
  font-family: Nunito;
  font-weight: bold;
  z-index: 3;
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}


/* // custom css in customizer */
h1 {
  color: #253817;
  font-family: 'Nunito Sans',sans-serif;
  font-size: 45px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.01rem;
  line-height: 1;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-transform: none;
}

h2 {
  font-family: 'Nunito Sans',sans-serif;
}

.vce-outline-faq-toggle-title {
  cursor:pointer
}

.rtl .vce-outline-faq-toggle-title, [dir=rlt] .vce-outline-faq-toggle-title {
  padding-left: initial;
  padding-right:0px;
}

.vce-outline-faq-toggle-text-block {
  padding-left:5px;
	padding-right:5px;
  text-align: center
}

.vce-outline-faq-toggle-icon {
  position: absolute;
  display: none;
  left: -33px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 1px;
  width: 1px;
  transition:background-color .2s ease-in-out, border .2s ease-in-out
}

.wppizza-cart table.wppizza-order-itemised>tbody {
  display: block;
  height: 350px;
  max-height: 6000px;
  overflow: auto;
}

body .wppizza-fieldset {
    border: 0px dotted #CECECE;
    padding: 25px;
    margin-bottom: 35px;
    background-color: white;
    border-radius: 30px;
}

body .wppizza-fieldset > legend {
    margin: 0 20px;
    padding: 10px 15px;
    font-weight: 400;
    border-radius: 1px;
    width: auto;
    border: none;
    color: #f8f7ef;
    background-color:#4e6434
   }

body table.wppizza-order-itemised {
    margin: 10px 0 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    border: none;
    border-bottom: 2px solid #CECECE;
    table-layout: auto;
    line-height:1.5
}

body table.wppizza-order-itemised th {
    margin: 0;
    padding: 5px;
    white-space: nowrap;
    text-align: center;
    font-weight: 600;
	background-color: #f8f7ef;
	color: #4e6434;


}

body table.wppizza-order-itemised td {
    margin: 0;
    padding: 1px;
    border:none
}

body table.wppizza-order-itemised td > input {
    margin:0 3px
}

body table.wppizza-order-itemised tr.wppizza-item-row > td {
    border: 3px solid white;
    background-color: #f8f7ef

}

body .comment-content table tr td, body  .comment-content table tr th, body  .entry-content table tr td, body  .entry-content table tr th {
    padding: .4375rem;
    border:3px solid white
}

body #wppizza-personal-details input[type="date"], body  #wppizza-personal-details input[type="time"], body  #wppizza-personal-details input[type="datetime-local"], body  #wppizza-personal-details input[type="week"], body  #wppizza-personal-details input[type="month"], body  #wppizza-personal-details input[type="text"], body  #wppizza-personal-details input[type="email"], body  #wppizza-personal-details input[type="url"], body  #wppizza-personal-details input[type="password"], body  #wppizza-personal-details input[type="search"], body  #wppizza-personal-details input[type="tel"], body  #wppizza-personal-details input[type="number"], body  #wppizza-personal-details textarea, body  #wppizza-personal-details select {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f8f7ef;
    border: none;
    margin-bottom: 12px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px
}

body #wppizza-send-order .wppizza-ordernow, body  #wppizza-send-order .wppizza-confirm-order {
    width:100%;
    background-color:#facb1c;
    border: none;
    border-radius: 30px;
    font-size: 150%


}

body .wppizza-orders-pickup-choice-toggle .wppizza-pickup-toggle {
    cursor: pointer;
    font-size: 100%;
    text-align: center;
    width: 49%;
    margin: 0;
    padding: 5px 0;
	color: #253817

}

body .wppizza-orders-pickup-choice-toggle .wppizza-pickup-toggle, body  .wppizza-cart .wppizza-item-quantity > .wppizza-remove-from-cart {
    color: #253817;
    vertical-align: middle;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#facb1c), to(#facb1c));
    background-image: -webkit-linear-gradient(top, #facb1c, #facb1c);
    background-image: -o-linear-gradient(top, #facb1c, #facb1c);
    background-image: linear-gradient(to bottom, #facb1c, wh);
    background-repeat: repeat-x;
    border: 0px solid #ccc;
	border-radius: 5px;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	}

  body #wppizza-payment-methods > .wppizza-gateway-button {
    color: #253817;
    vertical-align: middle;
	font-size: 120%;
	margin-bottom: 10px;
	padding-left: 15px;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#facb1c), to(#facb1c));
    background-image: -webkit-linear-gradient(top, #facb1c, #facb1c);
    background-image: -o-linear-gradient(top, #facb1c, #facb1c);
    background-image: linear-gradient(to bottom, #ebe7d5, #ebe7d5);
    background-repeat: repeat-x;
    border: 0px solid #ccc;
	border-radius: 5px;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

/* // remove euro from pirce */
.wppizza-article-price-currency {
  display: none !important;
  background: red;
}

.oven-main-site {
  background-color: #4E6434;
}

/* // postcode check */
.checkout-postcode-check {
  display: flex !important;
  justify-content: space-between;
}
.checkout-postcode-check .wppizza-text, .checkout-postcode-check .wppizza-text {
  width: calc(50% - 8px);
}

#wppizza-personal-details input[type="text"]:disabled {
  background-color: #e5e5e2;
  opacity: 0.6;
}

.wppizza-order-wrap-thankyoupage .checkout-postcode-check {
   display: block !important;
}
.wppizza-order-wrap-thankyoupage .checkout-postcode-check .wppizza-text, .wppizza-order-wrap-thankyoupage .checkout-postcode-check .wppizza-text {
  width: 100%;
}
.wppizza-order-wrap-thankyoupage .wppizza-label-required::after {
  display: none !important;
}

.wppizza-order-wrap-thankyoupage .wppizza-personal-details label {
  margin-right: 4px;
}

/* modal */
.modall-wrap {
  padding: 0;
  margin: 0;
  background-color: #f5f5f599;
  display: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  overscroll-behavior: contain;
  backdrop-filter: blur(6px);

}
.not-allowed .modall-wrap {
  display: flex;
}
/* .modall-wrap {
  display: flex;
} */
.modall {
  width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  color: #000;
  text-align: center;
  border-radius: 20px;
  padding: 30px 30px 70px;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);

}
.modall button.close {
  width: 30px;
  font-size: 20px;
  color: #ebe7d5);
  align-self: flex-end;
  background-color: transparent;
  border: none;
  margin-bottom: 10px;
}
.modall img {
  /* width: 82px; */
  margin-bottom: 15px;
}
.modall p {
  margin-bottom: 40px;
  font-size: 18px;
}
.modall button.accept {
  background-color: #4e6434;
  border: none;
  border-radius: 5px;
  width: 200px;
  padding: 14px;
  font-size: 16px;
  color: white;
  /* box-shadow: 0px 6px 18px -5px #ed6755; */
}

@media only screen and (max-width: 767px) {
  .hide-mobile {
    opacity: 0;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (max-width: 992px) {
  .wppizza-orders-pickup-choice-toggle .wppizza-pickup-toggle:nth-child(1) {
    margin-bottom: 5px !important;
  }

}

