@importurl('httpsfonts.googleapis.comcss2?
family=Urbanistital,wght@0,100..900;1,100..900&family=Work+Sansital,wght@0,100..900;1,100..900&display=swap');
@import url(httpscdnjs.cloudflare.comajaxlibsfont-awesome6.5.0cssall.min.css);

:root {
    --primary-font 'piepieregular', sans-serif;
    --secondary-font Work Sans, sans-serif;
    --accent-color #F7E3D9
}

.display-none, .header, .footer {
    display none !important;
}

.container {
    margin 0px !important;
    padding 0px !important;
    width 100vw !important;
}


.content-container {
    width 100vw !important;
    padding 0px !important;
    border-radius 16px !important;
}

.inner {
    padding 0px !important;
}

body.theme-modern .wrapper .content-container  .rowfirst-child  div {
    margin 0px !important;
    padding 0;
}

body  div.wrapper  div.container  div.content-container  div  divnth-child(24),
body  div.wrapper  div.container  div.content-container  div  divnth-child(1) {
    z-index 10;
}

body  div.wrapper  div.container  div.content-container  div  divnth-child(25) {
    z-index 0;
}

 ----------- Home Splash Screen ----------- 

.splash-screen-heading {
    font-size 159px;
    color var(--accent-color);
    padding 0 140px;
    text-align center;
    font-family var(--primary-font);
    margin-top 312px;
    z-index 10;
    position absolute;
}

.begin-footer p {
    font-family var(--secondary-font);
    font-size 48px;
    font-weight 500;
    color #FFFFFF;
    text-decoration none;
    line-height 100%;
}

.begin-footer {
    background #000000;
    height 242px;
    display flex;
    flex-direction row;
    align-items center;
    padding 80px;
    gap 142px;
    position absolute;
    z-index 10;
    top 100%;
    width 100vw;
    justify-content space-between;
    top calc(100% - 242px);
}

.footer-logo {
    width 250px;
    height 46px;
}


/*--------------------Delivery Splash Screen---------------------------*/



.delivery-btn {
    background #FFFCFA;
    border-radius 16px;
    padding 32px 90px;
    text-align center;
}

    .delivery-btn h3 {
        margin 0px !important;
        font-family var(--secondary-font);
        font-weight bold;
        font-size 36px !important;
    }

    .delivery-btn span {
        font-family var(--secondary-font);
        font-weight 300;
        color black !important;
        font-size 36px !important;
    }

.delivery-heading h1 {
    font-family var(--primary-font);
    color var(--accent-color);
    font-size 120px !important;
    padding 0 140px;
    margin-bottom 62px;
    margin-top 308px;
}

.delivery-heading span {
    margin-left 80px;
}

.delivery-heading, .stores-header {
    z-index 1;
    position relative;
}
---------------Menu---------------

.add-product {
    display none !important;
}

.order-wrapper {
    padding 0 !important;
}

body.bestel-restaurant-layout .wrapper {
    background #FFFCFA !important;
}

.cart-store-container {
    display none !important;
}

.restaurant-order-cart {
    position fixed;
    z-index 10;
    right 0%;
    bottom 0%;
    right 0%;
    width 83% !important;
}

.prod_title {
    font-size 24px !important;
    font-weight bold;
    font-family var(--secondary-font);
    white-space nowrap;
}

.prod_title_extra {
    font-size 18px !important;
    font-family var(--secondary-font);
}

    .prod_title_extra  strong {
        display none;
    }

.prod_price_extra {
    display none !important;
}

.afrekenen {
    font-family var(--secondary-font) !important;
    font-size 18px !important;
    font-weight bold !important;
    border-radius 16px !important;
    text-transform capitalize;
}

.restaurant-order-menu {
    width 100% !important;
}

.restaurants-container {
    display flex !important;
    justify-content flex-end !important;
    padding 0 !important;
    padding-top 280px !important;
}

.restaurant-menu-categories {
    display flex !important;
    flex-direction column !important;
    background transparent !important;
    gap 22px !important;
    padding 0 !important;
    margin 0 !important;
    position fixed !important;
    left 0;
    padding-left 40px !important;
    padding-top 280px !important;
    z-index 100;
}

.restaurants-container  .row {
    position fixed;
    top 0;
    width 100vw;
    z-index 50;
    left 0;
}

    .restaurants-container  .row  div {
        margin 0 !important;
        padding 0 !important;
    }

.restaurants-container  .list-layout {
    width 82%;
    padding-right 40px !important;
}

.restaurant-menu-categories a {
    border 1px solid #BFBFBF !important;
    border-radius 16px;
    font-family var(--secondary-font);
    font-size 13px !important;
    background #FFFFFF !important;
    padding 17px !important;
    color black !important;
    width 115px !important;
    text-align center !important;
    font-weight 300 !important;
    line-height 100%;
    display flex !important;
    flex-direction column;
    gap 12px;
    height 115px !important;
    align-items center;
    justify-content center;
}

    .restaurant-menu-categories afocus {
        border 2px solid #FF6900 !important;
        text-decoration none;
        font-weight bold !important;
    }

    .restaurant-menu-categories ahover, .restaurant-menu-categories aactive {
        text-decoration none;
    }

.list-restautant-products {
    display grid !important;
    grid-template-columns repeat(3,1fr) !important;
    gap 32px !important;
}

.search-container {
    margin-top 0 !important;
    margin-bottom 0px !important;
    border-radius 25px !important;
    border 1px solid #BFBFBF !important;
    background white !important;
    width 262px !important;
    justify-content center !important;
    position absolute !important;
    right 0 !important;
    top 15px !important;
}

    .search-container i, .search-container input {
        color #7C7C7C !important;
    }

    .search-container input {
        border-bottom none !important;
    }

.categorie-title {
    font-family var(--primary-font) !important;
    font-size 48px !important;
    margin-bottom 37px !important;
}


------------------Menu-cards----------------


.prod-inner {
    padding 0 !important;
}

.list-content, .prod-item  .row, .list-layout {
    margin 0 !important;
}

    .list-content  divnth-child(2) {
        top 280px !important;
    }

.list-layout {
    padding 0 !important;
    height 100vh;
    overflow scroll;
}

.prod-price {
    color #3C9D58 !important;
    font-size 18px !important;
    font-weight bold !important;
    font-family var(--secondary-font);
}

.prod-image-container, .prod-img {
    height 148px !important;
}

.prod-info {
    line-height 100%;
    font-family var(--secondary-font);
    border-radius 16px !important;
}

    .prod-info .prod-price {
        margin-top 15px !important;
    }

    .prod-info .row .col-xs-9 {
        display grid !important;
        grid-template-columns repeat(2, 1fr);
    }

.prod-title, .prod-description {
    grid-column 1;
    width 200px !important;
    margin-bottom 15px !important;
    font-family var(--secondary-font) !important;
}

.prod-description {
    text-transform lowercase !important;
}

.labels-container {
    grid-column 2;
    display grid;
    grid-template-columns repeat(2, 1fr);
    grid-row 1  span 2;
    margin-top 15px;
    grid-template-rows min-content;
    align-content flex-start;
    justify-items flex-end;
}

------------------------------Navigation Cart ----------------------------
.nav-cart-container, .cart-inner {
    background white !important;
}

.cart-button-input {
    display flex !important;
    gap 16px;
}

.cart-line .row  .col-xs-2 {
    position absolute !important;
    right 18%;
    z-index 20;
    padding 0;
}

.cart-line {
    margin-bottom 32px !important;
}

.product-total-price {
    display none !important
}

.cart-line .row  .col-xs-3 {
    margin-left auto;
}

.cart-line .row  .col-xs-5 {
    margin-bottom 8px !important;
}

.cart-button-input  {
    border 1px solid #BFBFBF;
    padding 11px 17px;
    border-radius 16px !important;
    background white;
    font-size 24px;
    line-height 100% !important;
}

.cart-button-input span {
    font-size 18px !important;
    display flex !important;
    align-items center !important;
    font-weight bold;
}

.cart-button-min {
    border 1px solid #BFBFBF !important;
    color #BFBFBF;
    font-weight bold;
}

.cart-button-input buttonnth-of-type(2) {
    background #FF6900 !important;
    color white;
    border none;
}


.add-extra-products-header, .cart-upselling-container {
    display none !important;
}

.nav-cart-container {
    border 1px solid #BFBFBFCC !important;
    padding 32px !important;
    border-radius 16px !important;
}

.prod_price, .price-total-number {
    color #3C9D58 !important;
    font-size 24px !important;
    font-weight bold;
    font-family var(--secondary-font);
}

.prod_delete {
    display none !important;
}

.cart-line .row .row {
    display flex !important;
    align-items center !important;
    width 100% !important;
}

.price-total-container {
    padding 16px !important;
    margin-top 0 !important;
    display flex;
    justify-content flex-end;
}

.price-total {
    font-size 24px !important;
    text-align right;
}


----------------------------Top Banner--------------------------

.top-banner {
    display flex;
    flex-direction row;
    justify-content space-between;
    background black;
    width 100vw;
    padding 40px !important;
    gap 104px !important;
}

    .top-banner h1 {
        font-family var(--primary-font);
        font-size 51px;
        text-align left;
        margin 0;
        color #F7E3D9;
        line-height 75%;
    }

        .top-banner h1 span {
            font-size 40px;
        }

.flag {
    width 47px;
    height 31px;
}

.spacer-2 {
    height 0px !important;
}

.header-logo {
    width 220px;
    height 40px;
}

------------Pop Up--------------



body .order-wrapper .toppings, body.bestel-restaurant-layout div.toppings {
    display flex;
    flex-direction column;
    margin 0 !important;
    display flex;
    width 556px !important;
    margin-left auto !important;
    position absolute !important;
    top 0 !important;
    left 50% !important;
    margin 0 !important;
    transform translateX(-50%);
}


.toppings-info-inner {
    display flex;
    flex-direction column-reverse;
    align-items center !important;
}

    .toppings-info-inner .prod-image {
        width 556px;
        height 376px;
        object-fit contain;
        border-radius 16px;
    }

    .toppings-info-inner .prod-description {
        align-self flex-start;
    }

.toppings-info, .toppings-inner {
    padding 0 !important;
}

.Addon .form-group {
    margin 0 !important;
}

.toppings-info-inner .prod-title {
    font-size 24px !important;
    white-space nowrap;
    align-self flex-start;
}


.select-topping-option-image-container {
    border-radius 16px;
    border 1px solid #BFBFBF !important;
    overflow hidden !important;
    width 115px;
    height 115px;
    padding 20px !important;
}

    .select-topping-option-image-container span {
        font-size 13px;
        text-align center;
        font-weight 300;
        line-height 100% !important;
        font-family var(--secondary-font);
    }

    .select-topping-option-image-container img {
        width 52px;
        height 52px;
        object-fit contain;
    }

.product-addon-options {
    display flex !important;
    gap 32px !important;
    flex-wrap wrap;
}

body.choices-popup-shown .restaurant-menu-categories {
    display flex !important;
}

body .order-wrapper .toppings, body.bestel-restaurant-layout div.toppings, .toppings, .body.theme-modern .toppings .bestel-flow-topping.theme-modern .toppings .add-prod-container, body.bestel-flow-topping.theme-modern .toppings .add-prod-container {
    border none !important;
}

body.theme-modern .toppings {
    max-height none;
}

body.bestel-flow-topping .toppings .toppings-info {
    border-right none !important;
}

.toppings-info-inner, .topping-flex, body.theme-modern .add-prod-container, .toppingsafter {
    background #FFFCFA !important;
}

.toppings {
    overflow hidden !important;
}

.add-prod-container {
    padding 0;
}

.topping-checkbox-content {
    display flex !important;
    flex-direction column !important;
    font-family var(--secondary-font) !important;
    align-items center !important;
    line-height 100%;
}



    .topping-checkbox-content small {
        font-weight bold !important;
    }

.checkbox label {
    background transparent !important;
    border 1px solid #BFBFBF !important;
    padding 0 !important;
    display flex !important;
    align-items center;
    justify-content center;
    width 115px;
    height 72px !important;
    text-align center !important;
    color black !important;
    border-radius 16px !important;
}

    .checkbox labelafter {
        display none !important
    }

.checkbox inputchecked + labelbefore {
    display none !important;
}

.checkbox inputchecked + label {
    background transparent !important;
    border 2px solid #FF6900 !important;
}

    .checkbox inputchecked + label .checkbox-backdrop {
        background-color transparent !important;
        border none !important;
    }

.prod-steps-selected {
    display none !important;
}

.checkbox {
    padding 0 !important;
}

.topping-inner-group {
    display grid;
    grid-template-columns repeat(4, 1fr) !important;
    align-content center;
    justify-items center;
    column-gap 32px;
    row-gap 24px;
    margin-bottom 16px !important;
}

.topping {
    width 100% !important;
    padding 0 !important;
    margin 0 !important;
}

.topping-desc-break {
    background transparent !important;
    color black;
    font-family var(--secondary-font);
    font-size 18px;
    margin-bottom 16px;
    padding 0;
    font-weight lighter;
}

    .topping-desc-break i {
        display none;
    }

.add-prod button {
    border-radius 16px;
    width 262px;
    font-family var(--secondary-font);
    padding 14px 0;
    font-size 18px;
    background white;
    color #FF6900;
    border 1px solid #BFBFBF !important;
    text-transform capitalize;
}

.nonPrimairyButton {
    border-radius 16px;
    font-family var(--secondary-font);
    font-size 18px;
    background white;
    color #FF6900;
    border 1px solid #BFBFBF !important;
    text-transform capitalize;
}



.add-prod buttonnth-child(2) {
    border none !important;
    color #FFFCFA;
    background #FF6900;
}


.add-prod button strong {
    display none !important;
}

.order-choise {
    background #FFFCFA;
}

#orderDetailForm  div  div {
    background white;
    border 1px solid #BFBFBFCC;
    border-radius 16px;
    padding 32px 164px;
    width 850px;
    margin 0;
    width 850px;
    position absolute;
    top 40px;
    left 187px;
}

#Naam {
    border-radius 16px;
}

---------------VIdeo Bg--------------------

.video-bg iframe {
    width 100vw;
    height 100vh;
}

body  div.wrapper  div.container  div.content-container  div  divnth-child(25), body  div.wrapper  div.order-choise  div  div  div  div.row  div  div.video-bg {
    top 0;
    position fixed;
     height 100vh; 
    left 0;
    min-height 100vh;
}

---------For animation of menu---------

-------------Home Pop Up----------

.swal2-modal swal2-show {
    width 100vw !important;
}

.swal2-show {
    width 100vw !important;
    padding 0 !important;
}

.swal2-container {
    padding 0 !important;
}

.video-bg iframe {
    border none !important;
}

.kiosk-welkom-popup {
    position relative;
}

    .kiosk-welkom-popup .video-bg {
        position absolute;
        top 0;
        left 0;
        z-index 0;
    }

.swal2-modal .swal2-title {
    display none !important;
}

.custom-content {
    height 100vh;
}

#swal2-content.video-bg {
    position absolute;
    top 0;
    left 0;
}

body  div.swal2-container.swal2-fade.swal2-shown  div {
    min-height max-content !important;
}

.swal2-buttonswrapper {
    display none !important;
}

#start {
    cursor pointer;
}

.swal2-radio {
    display none !important;
}

.lightboxOverlay, .lightbox {
    display none !important;
}

.categorie-title {
}

.wait-for-pin-block i {
    font-size 160px;
    color #ff6900;
    margin-top 50px;
    font-family Font Awesome 6 Free;
}

    .wait-for-pin-block ibefore {
        font-family Font Awesome 6 Free;
    }

    .wait-for-pin-block inth-of-type(2) {
        transform rotate(45deg);
        font-size 100px;
    }

.wait-for-pin-block div {
    display flex;
    align-items center;
    gap 50px;
}

.wait-for-pin-block {
    font-size 36px;
    font-weight bold;
    border-radius 16px;
    border 1px solid #bfbfbfcc;
    max-width 850px;
    padding 170px;
    background #ffffff;
    display grid;
    justify-items center;
    text-align center;
    line-height 100%;
    margin auto;
    margin-top 40px;
}

.order-choise {
    min-height 100vh;
}

.restaurant-menu-categories a span {
    position static !important;
    font-size 13px !important;
    font-weight 300 !important;
}

.TotalPriceKiosk {
    border-top 0px !important;
}

/*!
 * 
 *   simple-keyboard v3.5.61
 *   https://github.com/hodgef/simple-keyboard
 *
 *   Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
 *
 *   This source code is licensed under the MIT license found in the
 *   LICENSE file in the root directory of this source tree.
 *
 */.hg-theme-default{background-color:#ececec;border-radius:5px;box-sizing:border-box;font-family:HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;overflow:hidden;padding:5px;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.hg-theme-default .hg-button span{pointer-events:none}.hg-theme-default button.hg-button{border-width:0;font-size:inherit;outline:0}.hg-theme-default .hg-button{display:inline-block;flex-grow:1}.hg-theme-default .hg-row{display:flex}.hg-theme-default .hg-row:not(:last-child){margin-bottom:5px}.hg-theme-default .hg-row .hg-button-container,.hg-theme-default .hg-row .hg-button:not(:last-child){margin-right:5px}.hg-theme-default .hg-row>div:last-child{margin-right:0}.hg-theme-default .hg-row .hg-button-container{display:flex}.hg-theme-default .hg-button{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;background:#fff;border-bottom:1px solid #b5b5b5;border-radius:5px;box-shadow:0 0 3px -1px rgba(0,0,0,.3);box-sizing:border-box;cursor:pointer;display:flex;height:40px;justify-content:center;padding:5px}.hg-theme-default .hg-button.hg-standardBtn{width:20px}.hg-theme-default .hg-button.hg-activeButton{background:#efefef}.hg-theme-default.hg-layout-numeric .hg-button{align-items:center;display:flex;height:60px;justify-content:center;width:33.3%}.hg-theme-default .hg-button.hg-button-numpadadd,.hg-theme-default .hg-button.hg-button-numpadenter{height:85px}.hg-theme-default .hg-button.hg-button-numpad0{width:105px}.hg-theme-default .hg-button.hg-button-com{max-width:85px}.hg-theme-default .hg-button.hg-standardBtn.hg-button-at{max-width:45px}.hg-theme-default .hg-button.hg-selectedButton{background:rgba(5,25,70,.53);color:#fff}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=".com"]{max-width:82px}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn="@"]{max-width:60px}.hg-candidate-box{background:#ececec;border-bottom:2px solid #b5b5b5;border-radius:5px;display:inline-flex;margin-top:-10px;max-width:272px;position:absolute;transform:translateY(-100%);-webkit-user-select:none;-moz-user-select:none;user-select:none}ul.hg-candidate-box-list{display:flex;flex:1;list-style:none;margin:0;padding:0}li.hg-candidate-box-list-item{align-items:center;display:flex;height:40px;justify-content:center;width:40px}li.hg-candidate-box-list-item:hover{background:rgba(0,0,0,.03);cursor:pointer}li.hg-candidate-box-list-item:active{background:rgba(0,0,0,.1)}.hg-candidate-box-prev:before{content:"◄"}.hg-candidate-box-next:before{content:"►"}.hg-candidate-box-next,.hg-candidate-box-prev{align-items:center;color:#969696;cursor:pointer;display:flex;padding:0 10px}.hg-candidate-box-next{border-bottom-right-radius:5px;border-top-right-radius:5px}.hg-candidate-box-prev{border-bottom-left-radius:5px;border-top-left-radius:5px}.hg-candidate-box-btn-active{color:#444}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}



.categorie-title {
    font-family: 'Open Sans' !important;
    font-weight: bold !important;
}
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Roboto:wght@400;700;900&display=swap');
@font-face {
	font-family: 'piepieregular';
	src: url('/content/uploads/font-pp.woff2') format('woff2'), url('/content/uploads/font-pp.woff') format('woff'), url('/content/uploads/font-pp.svg#piepieregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@import url('//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css');

@media screen and (max-width: 991px){
body.homepage.fullscreen .wrapper {
	max-width: 100vw;
	overflow-x: hidden;
}

body.bestel-restaurant-layout .restaurant-categories{
background-color: #fff !important;
}

.mobile-categories {
background-color: #000;
padding: 10px !important;
border-radius: 6px;
}

}



p.prod-price {
    position: relative !important;
    margin-left: 15px !important;
    color: #3f9c56;
    margin-top: 0px !important;
    margin-bottom: -30px !important;
}

html,
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Roboto', sans-serif;
}

body {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1b1b1b;
	font-weight: bolder;
	/*font-family: 'piepieregular', serif;*/
	font-family: 'Roboto', sans-serif;
}

.sr-only{
opacity: 0;
}

.piepie {
	font-family: 'piepieregular', serif;
	font-weight: inherit !important;
}

.app-footer {
	background-color: #1b1b1b;
	background-color: #000000;
	padding-top: 45px;
	padding-top: 25vh;
	padding-bottom: 25vh;
}
.app-footer p {
	color: #fff;
}

body > .footer {
	background-color: #2d2d2d;
	padding-top: 10px;
}

.order-wrapper .store-info {
	background-color: #1b1b1b;
	color: #fff;
}

.store-info .btn {
	margin-bottom: 5px;
}

.order-wrapper .list-layout .nav-categories .list-layout-title,
.stores-header h1,
.order-wrapper .list-layout .product-list .list-item.prod-item .prod-inner .prod-info .prod-title {
	color: #000;
}

.order-wrapper .list-layout .product-list .list-item.list-header .categorie-title-container {
	padding-top: 10px;
	padding-bottom: 10px;
}

.order-wrapper .store-info .store-inner .info-list .info-title {
	color: rgb(255 123 0);
}

.order-wrapper .store-info .store-inner .info-rating .rating-link:active,
.order-wrapper .store-info .store-inner .info-rating .rating-link:focus,
.order-wrapper .store-info .store-inner .info-rating .rating-link:link,
.order-wrapper .store-info .store-inner .info-rating .rating-link:hover {
	background-color: #2d2d2d;
}

#navbar_mainmenu .navbar-nav > li > a,
.btn {
	text-transform: uppercase;
}
.btn {
	font-weight: bold;
	/* font-family: 'piepieregular', serif; */
	/* font-weight: normal !important; */
}

.header.small {
	background-color: #000;
}

.header.small .logo img {
	max-width: 150px;
}

.order-wrapper .list-layout .product-list .list-item {
	background-color: #fff;
}
.store-inner,
.store-inner h3 {
	color: #fff;
}

.wrapper {
	background-color: transparent !important;
}

body.bestel-list-layout .order-wrapper .list-layout .product-list .list-item.list-header .categorie-title-container,
body.bestel-list-layout .order-wrapper .list-layout .product-list .list-item,
body.bestel-list-layout .order-wrapper .list-layout .product-list .list-item.prod-item .add-inner .add-product,
body.bestel-list-layout .order-wrapper .list-layout .product-list .list-item.list-header,
body.bestel-list-layout .order-wrapper .list-layout .product-list .list-item.prod-item .add-inner .add-product {
	/* border-radius: 0px; */
}

.order-wrapper .list-layout .product-list .list-item.prod-item,
.order-wrapper .store-info,
.order-choise .store-list .store-list-conainer .store-info {
	border: 0px solid #fff;
	box-shadow: none !important;
}

.order-wrapper .store-info .store-inner .info-list li {
	color: #fff;
}

.order-choise .store-list .store-list-conainer .store-info {
	background-color: #1b1b1b;
	color: #fff;
}

.step h1,
.step h1 {
	color: #000;
}

.order-choise .store-list .store-list-conainer .store-info .info-list h3,
.order-choise .store-list .store-list-conainer .store-info .info-list span,
.order-choise .store-list .store-list-conainer .store-info .info-list p {
	color: #fff;
}

@media screen and (min-width: 992px) {
	.header .navbar-default {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.header.small:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	display: block;
	content: '';
	background-color: rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 992px) {
	.header .navbar-default.fixed-top {
		height: 70px;
	}
}

.btn-primary {
	border-color: #ff6900 !important;
}

.btn-outline {
	background-color: transparent !important;
	color: #ff6900;
	font-weight: bold !important;
	border-width: 2px !important;
	border: 2px solid #ff6900 !important;
}

.special-content-1 {
	min-height: 75vh;
}

.sh-bg.sh-img-1:before {
	background-color: rgba(255, 255, 255, 0);
	background-position: center bottom;
	background-repeat: no-repeat;
	border-width: 0px;
	border-color: rgb(219, 215, 210);
	border-style: solid;
	background-size: cover;
	background-attachment: fixed;
	background-image: url('/content/uploads/fietsen.jpg');
}

.sh-bg.sh-img-2:before {
	background-color: rgba(255, 255, 255, 0);
	background-position: center bottom;
	background-repeat: no-repeat;
	border-width: 0px;
	border-color: rgb(219, 215, 210);
	border-style: solid;
	background-size: cover;
	background-attachment: fixed;
}

.sh-bg.sh-img-3:before {
	background-color: rgba(255, 255, 255, 0);
	background-position: center bottom;
	background-repeat: no-repeat;
	border-width: 0px;
	border-color: rgb(219, 215, 210);
	border-style: solid;
	background-size: cover;
	background-attachment: fixed;
	background-image: url('/content/uploads/broodje-ben-vestigingen.jpeg');
}

@media screen and (max-width: 991px) {
	.sh-img-1:before {
		background-attachment: scroll !important;
	}
	.sh-img-2:before {
		background-attachment: scroll !important;
	}
	.sh-img-3:before {
		background-attachment: scroll !important;
	}
	.slick-slide,
	.slider-image {
		max-height: 42vh !important;
		height: 42vh !important;
	}
}

.sh-bg:before {
	content: '';
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 120vw;
	left: -25vw;
	right: -25vw;
}

@media screen and (min-width: 992px) {
	.sh-bg.sh-bg-big:before {
		top: -100px;
		height: calc(100% + 200px);
	}
}

@media screen and (min-width: 1300px) {
	.sh-bg:before {
		width: 200vw;
	}
}

@media screen and (max-width: 1400px) {
	.sh-bg:before {
		left: -200px;
	}
}

@media screen and (max-width: 1950px) {
	.sh-bg.sh-img-1:before {
		/* background-size: 130vw 100%;
		background-position: 30vw 0; */
	}
}
@media screen and (max-width: 1250px) {
	.header-big {
		font-size: 3em;
	}
	.sh-bg.sh-img-2:before {
		background-attachment: inherit !important;
	}
	.sh-bg:before {
		width: 200vw;
	}
}

.side-content {
	background-color: rgba(0, 0, 0, 0.6);
	display: block;
	/* padding: 2em 1em; */
	padding: 3em;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.side-content {
		padding: 3em 2em;
	}
	.side-content .btn {
		width: 100%;
	}
}

.side-content.green {
	background-color: #3c9d58;
}

.side-content.green .btn {
	background-color: white !important;
	color: #3c9d58 !important;
	border-color: #3c9d58 !important;
	font-weight: bold;
	opacity: 1;
	transition: 200ms all linear;
}
.side-content.green .btn:hover {
	opacity: 0.8;
}

.side-content.yellow {
	background-color: #3c9d58;
}

.side-content .btn {
	margin-bottom: 5px;
}

.side-content h1,
.side-content h2,
.side-content p {
	color: #fff;
}

.content-text {
	position: relative;
}
.sh-bg.sh-yellow hr {
	border-top-color: #000 !important;
}

.sh-bg.sh-orange:before {
	background-color: #ff6900;
}

.sh-bg.sh-yellow:before {
	background-color: #ffc602;
}

.sh-bg.sh-worst:before {
	background-color: #ed7c8e;
}

.block-coll {
	display: flex;
	flex-direction: column;
	min-height: 90vh;
	justify-content: center;
}

.mt-50 {
	margin-top: 50px;
}
.mt-75 {
	margin-top: 75px;
}

.btn-black {
	color: #fff !important;
	background-color: #000 !important;
}

.btn-black-outline {
	color: #000 !important;
	background-color: transparent !important;
	border: 2px solid #000 !important;
}

@media screen and (min-width: 768px) {
	.slider-image:after {
		content: '';
		background-color: rgba(0, 0, 0, 0.3);
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: block;
	}
	body.fullscreen .header.add-slider .logo img {
		margin-top: 15vh !important;
		margin-left: 10vw;
	}
}

.store-option-button-container .store-option-button,
.store-option-button-container .store-option-button-style {
	font-size: 25px;
	border: 0px solid #1b1b1b !important;
}

#navbar_mainmenu a {
	font-weight: bold !important;
}
#navbar_mainmenu a[href='/solliciteren'],
#navbar_mainmenu a[href='/Solliciteren'],
#navbar_mainmenu a[href='/Vacatures'],
#navbar_mainmenu a[href='/Franchise'],
#navbar_mainmenu a[href='/vacatures'],
#navbar_mainmenu a[href='/franchise'] {
	opacity: 0.5 !important;
	font-weight: normal !important;
}
#navbar_mainmenu a:hover {
	opacity: 1 !important;
}

@media screen and (max-width: 1600px) {
	.store-option-button-container .store-option-button,
	.store-option-button-container .store-option-button-style {
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.store-option-button-container .store-option-button,
	.store-option-button-container .store-option-button-style {
		font-size: 18px;
	}
	.header-big {
		font-size: 2em;
	}
	.order-wrapper .list-layout .product-list .list-item.prod-item .prod-inner .prod-info.has-image .prod-image-container {
		width: 80px;
		bottom: 0px;
	}
	.order-wrapper .list-layout .product-list .list-item.prod-item .prod-inner .prod-info .prod-image-container .prod-image-inner {
		max-height: 80px;
	}
	ul.allergie {
		display: none !important;
	}
	body.bestel-list-layout .order-wrapper .list-layout .product-list .list-item.prod-item .prod-inner .prod-info.has-image {
		min-height: 130px;
	}
}

.homepage .wrapper .content-container {
	padding-top: 0px;
}

.content-container .inner {
	margin-bottom: 0px !important;
}

.content-container .inner.context-has-background {
	margin-bottom: 30px !important;
	min-height: 400px;
}

.bestel-pet {
	max-width: 100%;
	width: 370px;
	margin-bottom: -40px;
}

.cart-text {
	font-size: 1.4em;
	text-align: center;
}

.header .navbar .nav-cart .nav-cart-container,
#navbar .nav-cart.cart-active .cart-href {
	background-color: #f7e3d9;
}

.autoplay-menu .slick-slide {
	padding: 20px;
}

.autoplay-menu img {
	border-radius: 4px;
}

.autoplay-menu .slick-arrow {
	display: none;
}

/* CUSTOM */

.order-wrapper > .container {
	/* background-color: #fff; */
}

.order-choise .store-list .store-list-conainer .store-info .store-image {
	border-radius: 0.25rem !important;
}

.order-wrapper .list-layout .product-list .list-item.list-header .categorie-title-container {
	background-color: transparent !important;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-left-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
	bottom: 0px;
	padding: 15px;
	top: inherit;
	z-index: 1;
}

.categorie-title {
	font-family: 'piepieregular', serif;
	color: #1b1b1b !important;
	font-size: 2.2em;
	font-weight: inherit !important;
}

body.bestel-list-layout .order-wrapper .list-layout .product-list .list-item.list-header {
	background-color: transparent !important;
}

@media screen and (min-width: 1199px) {
	.categorie-title {
		font-size: 3em !important;
	}
}

body.bestel-list-layout .order-wrapper .list-layout .product-list .list-item.list-header:not(.no-image):after {
	content: '';
	background-color: #fff;
	height: 150px;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(255, 255, 255);
	z-index: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8827906162464986) 53%, rgba(255, 255, 255, 1) 100%);
}

#order_grid_top .product-group-overview .list-header {
	border: 1px solid #dfdfdf !important;
	border-radius: 0.25rem !important;
	box-shadow: none !important;
	background-color: #fff;
	background-size: cover !important;
	text-align: center;
	background-position: center !important;
	height: 250px;
}

#order_grid_top h2.categorie-title {
	color: #333 !important;
	margin: 0;
	padding: 0.25em;
}

.categorie-nav-item {
	font-weight: bold;
}

.list-layout-title {
	font-weight: bold;
}

.order-wrapper .list-layout .product-list .list-item {
	border: 0px solid #dfdfdf !important;
	/* border-radius: 0.25rem !important; */
	box-shadow: none !important;
	background-color: #fff !important;
	/* padding-bottom: 15px; */
	/* padding-top: 15px; */
}

.prod-info .prod-title {
	margin-top: 10px !important;
}

.toppings {
	padding: 0 !important;
	border: 1px solid #dfdfdf !important;
	border-radius: 0.25rem !important;
	box-shadow: none !important;
	background-color: #fff !important;
	position: absolute;
	z-index: 6;
}
.topping-container {
	background-color: #fff;
}

.toppings .toppings-inner {
	border-width: 0px !important;
}
.toppings .toppings-inner,
.add-prod-container {
	background-color: #fff !important;
}

.toppings > .topping-container:first-child {
	border-top: 1px solid #dfdfdf !important;
	border-right: 1px solid #dfdfdf !important;
	border-left: 1px solid #dfdfdf !important;
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important;
}

.toppings > .topping-container:nth-child(2) {
	border-right: 1px solid #dfdfdf !important;
	border-left: 1px solid #dfdfdf !important;
}

.add-prod-container {
	border-right: 1px solid #dfdfdf !important;
	border-left: 1px solid #dfdfdf !important;
	border-bottom: 1px solid #dfdfdf !important;
	border-bottom-left-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}

.header.small[style*='/content/uploads'] + .order-choise > .container .order-wrapper {
	z-index: 5;
}

.header.small[style*='/content/uploads'] + .order-choise > .container .order-wrapper > .store-info {
	margin-top: -250px !important;
	position: relative;
	z-index: 1;
}

.fullscreen.noscroll .header {
	z-index: 6;
}

/*
@media screen and (min-width: 1500px) {
	.list-content {
		flex-basis: calc(50% - 7.5px);
		margin-bottom: 15px;
	}

	.order-wrapper .list-layout .product-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.prod-image-container {
		max-width: 22.5%;
	}

	.order-wrapper .list-layout .product-list .list-item.prod-item {
		height: 100%;
	}
}*/

body.bestel-list-layout .order-wrapper .list-layout .product-list .list-item.list-header {
	border-radius: 10px !important;
}

.order-wrapper .list-layout .product-list .list-item.list-header {
	height: 450px;
}

.order-wrapper .list-layout .product-list .list-item.prod-item .add-inner .add-product {
	display: flex;
	justify-content: center;
	align-content: center;
	font-weight: bolder;
	/* width: 30px; */
	position: absolute;
	/* height: 100%; */
	/* top: 0; */
	right: 10px;
	border-width: 0;
	background-color: rgb(235, 25, 25);
	color: #fff;
	font-size: 25px;
	transition: 100ms all ease-in;
	display: block;
	height: 25px;
	bottom: 10px;
	line-height: 25px;
	width: 50px;
	border-radius: 4px;
	top: inherit;
}

.order-wrapper .list-layout .product-list .list-item.prod-item .prod-inner {
	display: block;
	width: calc(100% - 15px);
}

.order-wrapper .list-layout .product-list .list-item.prod-item .prod-inner .prod-info .prod-price {
	margin-top: 7.5px;
}

.order-wrapper .list-layout .product-list .list-item.list-header .categorie-title-container {
	background-color: transparent !important;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-left-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
	bottom: 0px;
	padding: 15px;
	top: inherit;
	z-index: 1;
}

.order-wrapper .list-layout .product-list .list-item.list-header.no-image {
	border-width: 0px !important;
	border-color: transparent !important;
}

.order-wrapper .list-layout .product-list .list-item.prod-item .prod-inner .prod-info .prod-image-container .prod-image-inner {
    background-color: transparent !important;
}

@media screen and (max-width: 767px) {
	.order-wrapper .list-layout .product-list .list-item.prod-item .prod-inner .prod-info.has-image .prod-image-container .prod-image-inner {
    padding: 0px;
    left: 0;
    width: 100%;
    right: 10px;
    left: inherit;
    max-height: 60px;
    bottom: 41px;
    top: inherit;
    height: 47px;
}
.order-wrapper .list-layout .product-list .list-item.prod-item .prod-inner .prod-info .prod-image-container .prod-image-inner .prod-img {
    border-radius: 2px;
    height: 100%;
    display: block;
    width: 100%;
    background-position: center;
    background-size: contain;
    opacity: 1;
    box-shadow: none;
    transition: 100ms all ease-in;
    max-height: 120px;
    background-repeat: no-repeat;
}
}

@media screen and (min-width: 992px){
.order-wrapper .list-layout .product-list .list-item.prod-item .prod-inner .prod-info .prod-image-container .prod-image-inner .prod-img {
    height: 34px;
    margin-top: 0px;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: none;
    background-position: top center;
    border-radius: 4px;
}
}


@media screen and (max-width: 767px){
.header.small{
height: 200px !important;
}
.block-coll{
min-height: 300px !important;
}

.bestel-list .header.small{
height: 115px !important;
}
}

.restaurant-menu-categories{
background-color: #fff !important;
}

.afrekenen  {
margin-bottom: 5px;
}

.cart-store-no-selected svg {
fill: #333;
}
.cart-store-no-selected {
color: #333;
    background-color: rgb(255 189 146);
}


.prod_delete {
    background-color: transparent !important;
    color: #333;
    padding: 0;
    border-width: 0px;
}

.header .navbar-default .overlay .closebtn,
.opennav,
.closenav {
    color: #fff !important;
}

#navbar_mainmenu > ul.nav > li:first-child a {
    background-position: center;
    border: none;
}
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css");

:root {
  --primary-font: 'piepieregular', sans-serif;
  --secondary-font: "Work Sans", sans-serif;
  --accent-color: #F7E3D9
}

.display-none , .header , .footer{
display: none !important;
}

.container{
margin: 0px !important;
padding: 0px !important;
width: 100vw !important;
}


.content-container{
width: 100vw !important;
padding: 0px !important;
border-radius: 16px !important;
}

.inner {
padding: 0px !important;
}

body.theme-modern .wrapper .content-container>.row:first-child>div{

margin: 0px !important;
padding: 0;
}

body > div.wrapper > div.container > div.content-container > div > div:nth-child(24),
body > div.wrapper > div.container > div.content-container > div > div:nth-child(1)
{
z-index: 10;
}

body > div.wrapper > div.container > div.content-container > div > div:nth-child(25){

    z-index: 0;
}

/* ----------- Home Splash Screen ----------- */

.splash-screen-heading{
font-size: 159px;
color: var(--accent-color);
padding: 0 140px;
text-align: center;
font-family: var(--primary-font);
margin-top: 312px;
    z-index: 10;
    position: absolute;
}

.begin-footer p{
font-family: var(--secondary-font);
font-size: 48px;
font-weight: 500;
color: #FFFFFF;
text-decoration: none;
line-height: 100%;
}

.begin-footer{
background:  #000000;
height: 242px;
display: flex;
flex-direction: row;
align-items: center;
padding: 80px;
gap: 142px;
    position: absolute;
    z-index: 10;
    top: 100%;
    width: 100vw;
justify-content: space-between;
top: calc(100% - 242px);
}

.footer-logo{
width: 250px;
height: 46px;
}


/*--------------------Delivery Splash Screen---------------------------*/


.delivery-btn{
background: #FFFCFA;
border-radius: 16px;
padding:  32px 90px;
text-align: center;

}

.delivery-btn h3{
margin: 0px !important;
font-family: var(--secondary-font);
font-weight: bold;
font-size: 36px !important;
}

.delivery-btn span{
font-family: var(--secondary-font);
font-weight: 300;
color: black !important;
font-size: 36px !important;
}

.delivery-heading h1{
font-family: var(--primary-font);
color: var(--accent-color);
font-size: 120px !important;
padding:  0 140px;
margin-bottom: 62px;
margin-top: 308px;
}

.delivery-heading span{
margin-left: 80px;
}
.delivery-heading , .stores-header{
z-index: 1;
    position: relative;

}
/*---------------Menu---------------*/

.add-product{
display: none !important;
}
.order-wrapper{
padding: 0 !important;
}
body.bestel-restaurant-layout .wrapper{
background: #FFFCFA !important;
}
.cart-store-container{
display: none !important;
}
.restaurant-order-cart{
position: fixed;
    z-index: 10;
    right: 0%;
    bottom: 0%;
    right: 0%;
    width: 83% !important;
}
.prod_title{
font-size: 24px !important;
font-weight: bold;
font-family: var(--secondary-font);
white-space: nowrap;
}
.prod_title_extra{
font-size: 18px !important;
font-family: var(--secondary-font);
}
.prod_title_extra > strong{
display: none;
}
.prod_price_extra{
display: none !important;
}
.afrekenen{
font-family: var(--secondary-font) !important;
font-size: 18px !important;
font-weight: bold !important;
border-radius: 16px !important;
text-transform: capitalize;
}

.restaurant-order-menu{
width: 100% !important;
}

.restaurants-container{
display: flex !important;
justify-content: flex-end !important;
padding: 0 !important;
padding-top: 280px !important;
}

.restaurant-menu-categories{
display: flex !important;
flex-direction: column !important;
background: transparent !important;
gap: 22px !important;
padding: 0 !important;
margin: 0 !important;
position: fixed !important;
left: 0;
padding-left: 40px !important;
padding-top: 280px !important;
z-index: 100;
}

.restaurants-container > .row{
position: fixed;
top: 0;
width: 100vw;
z-index: 50;
left: 0;
}

.restaurants-container > .row > div{
margin: 0 !important;
padding: 0 !important;
}

.restaurants-container > .list-layout{
width: 82%;
padding-right: 40px !important;
}

.restaurant-menu-categories a {
border: 1px solid #BFBFBF !important;
border-radius: 16px;
font-family: var(--secondary-font);
font-size: 13px !important;
background: #FFFFFF !important;
padding: 17px !important;
color: black !important;
width: 115px  !important;
text-align: center !important;
font-weight: 300 !important;
line-height: 100%;
display: flex !important;
flex-direction: column;
gap: 12px;
height: 115px !important;
align-items: center;
justify-content: center;
}

.restaurant-menu-categories a:focus{
border: 2px solid #FF6900 !important; 
text-decoration:  none;
font-weight: bold !important;
}

.restaurant-menu-categories a:hover,  .restaurant-menu-categories a:active{
text-decoration:  none;
}
.list-restautant-products{
display: grid !important;
grid-template-columns: repeat(3,1fr) !important;
gap: 32px !important;
}

.search-container{
margin-top: 0 !important;
margin-bottom: 0px !important;
border-radius: 25px !important;
border: 1px solid #BFBFBF !important;
background: white !important;
width: 262px !important;
justify-content: center !important;
position: absolute !important;
right: 0 !important;
top: 15px !important;
}

.search-container i, .search-container input {
color: #7C7C7C !important;
}

.search-container input{
border-bottom: none !important;

}

.categorie-title{
font-family: var(--primary-font) !important;
font-size: 48px !important;
margin-bottom: 37px !important;
}


/*------------------Menu-cards----------------*/


.prod-inner{
padding: 0 !important;
}

.list-content, .prod-item > .row , .list-layout {
margin: 0 !important;}

.list-content >div:nth-child(2){
top: 280px !important;
}
.list-layout{
padding: 0 !important;
height: 100vh;
    overflow: scroll;
}

.prod-price{
color: #3C9D58 !important;
font-size: 18px !important;
font-weight: bold !important;
font-family: var(--secondary-font);

}

.prod-image-container , .prod-img{
height: 148px !important;

}

.prod-info{
line-height: 100%;
font-family: var(--secondary-font);
border-radius: 16px !important;
}
.prod-info .prod-price{
margin-top: 15px !important;
}
.prod-info .row .col-xs-9{
display: grid !important;
    grid-template-columns: repeat(2, 1fr);
}

.prod-title , .prod-description{
grid-column: 1;
width: 200px !important;
margin-bottom: 15px !important;
font-family: var(--secondary-font) !important;


}
.prod-description{
text-transform: lowercase !important;
}
.labels-container{
grid-column: 2;
display: grid;
    grid-template-columns: repeat(2, 1fr);
grid-row: 1 / span 2;
    margin-top: 15px;
grid-template-rows: min-content;
    align-content: flex-start;
    justify-items: flex-end;
}

/*------------------------------Navigation Cart ----------------------------*/
.nav-cart-container , .cart-inner{
background: white !important;
}
.cart-button-input{
display: flex !important;
    gap: 16px;
}

.cart-line .row> .col-xs-2{
position: absolute !important;
right: 18%; 
z-index: 20;
padding: 0;
}

.cart-line{
margin-bottom: 32px !important;
}

.product-total-price{
display: none !important
}

.cart-line .row> .col-xs-3{
margin-left: auto;
}
.cart-line .row> .col-xs-5{
margin-bottom: 8px !important;
}

.cart-button-input *{
border: 1px solid #BFBFBF;
padding: 11px 17px;
border-radius: 16px !important;
background: white;
font-size: 24px;
line-height: 100% !important;
}

.cart-button-input span{
font-size: 18px !important;
display: flex !important;
align-items: center !important; 
font-weight: bold;
}

.cart-button-min{
border: 1px solid #BFBFBF !important;
color: #BFBFBF;
font-weight: bold;
}
.cart-button-input button:nth-of-type(2) {
  background: #FF6900 !important;
  color: white;
border: none;
}


.add-extra-products-header ,  .cart-upselling-container{
display: none !important;
}

.nav-cart-container{
border: 1px solid #BFBFBFCC !important;
padding: 32px !important;
border-radius: 16px !important;
}
.prod_price , .price-total-number{
color: #3C9D58 !important;
font-size: 24px !important;
font-weight: bold;
font-family: var(--secondary-font);
}

.prod_delete{
display: none !important;
}

.cart-line .row .row{
display: flex !important;
align-items: center !important;
width: 100% !important;
}

.price-total-container{
padding: 16px !important;
margin-top: 0 !important;
display: flex;
justify-content: flex-end;
}

.price-total{
font-size: 24px !important;
text-align: right;
}


/*----------------------------Top Banner--------------------------*/

.top-banner{
display: flex;
flex-direction: row;
justify-content: space-between;
background: black; width: 100vw;
padding: 40px !important;
gap: 104px !important;
}

.top-banner h1{
font-family: var(--primary-font);
font-size: 51px;
text-align: left;
margin: 0;
color: #F7E3D9;
line-height: 75%;
}

.top-banner h1 span{
font-size: 40px;
}
.flag{
width: 47px;
height: 31px;
}

.spacer-2{
height: 0px !important;
}

.header-logo{
width: 220px;
height: 40px; 

}

/*------------Pop Up--------------*/



body .order-wrapper .toppings, body.bestel-restaurant-layout div.toppings{
display: flex;
    flex-direction: column;
margin: 0 !important;
    display: flex;
    width: 556px !important;
margin-left: auto !important;
    position: absolute !important;
top: 0 !important;
    left: 50% !important;
    margin: 0 !important;
    transform: translateX(-50%);

}


.toppings-info-inner{
    display: flex;
    flex-direction: column-reverse;
align-items: center !important;
}

.toppings-info-inner .prod-image{
    width: 556px;
    height: 376px;
    object-fit: contain;
    border-radius: 16px;
}

.toppings-info-inner .prod-description{
align-self: flex-start;
}
.toppings-info, .toppings-inner{
padding: 0 !important;
}

.Addon .form-group{
margin: 0 !important;
}

.toppings-info-inner .prod-title{
font-size: 24px !important;
    white-space: nowrap;
align-self: flex-start;
}


.select-topping-option-image-container{
border-radius: 16px;
border: 1px solid #BFBFBF !important;
overflow: hidden !important;
width: 115px;
    height: 115px;
padding: 20px !important;
}

.select-topping-option-image-container span{
font-size: 13px;
text-align: center;
font-weight: 300;
line-height: 100% !important;
font-family: var(--secondary-font);
}

.select-topping-option-image-container img{
width: 52px;
    height: 52px;
object-fit: contain;
}

.product-addon-options{
display: flex !important;
gap: 32px !important;
flex-wrap: wrap;
}

body.choices-popup-shown .restaurant-menu-categories{
display: flex !important;
}

body .order-wrapper .toppings, body.bestel-restaurant-layout div.toppings , .toppings , .body.theme-modern .toppings .bestel-flow-topping.theme-modern .toppings .add-prod-container, body.bestel-flow-topping.theme-modern .toppings .add-prod-container{
border: none !important;
}
body.theme-modern .toppings{
max-height: none;
}
body.bestel-flow-topping .toppings .toppings-info{
border-right: none !important;
}

.toppings-info-inner , .topping-flex  , body.theme-modern .add-prod-container , .toppings:after{
background: #FFFCFA !important;
}

.toppings{
overflow: hidden !important;
}

.add-prod-container{
padding: 0;
}

.topping-checkbox-content {

display: flex !important;
flex-direction: column !important;
font-family: var(--secondary-font) !important;
align-items: center  !important;
line-height: 100%;
}



.topping-checkbox-content  small{
font-weight: bold !important;
}

.checkbox label{
background: transparent !important;
border: 1px solid #BFBFBF !important;
padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 115px;
height: 72px !important;
text-align: center !important;
color: black !important;
border-radius: 16px !important;
}

.checkbox label:after{
display: none !important
}

.checkbox input:checked+label:before{
display: none !important;
}

.checkbox input:checked+label {
background: transparent !important;

border: 2px solid #FF6900 !important;
}

.checkbox input:checked+label .checkbox-backdrop {
background-color: transparent !important;

border: none !important;
}

.prod-steps-selected{
display: none !important;
}

.checkbox{
padding: 0 !important;
}

.topping-inner-group{
display: grid;
    grid-template-columns: repeat(4, 1fr) !important;
align-content: center;
    justify-items: center;
column-gap: 32px;
    row-gap: 24px;
margin-bottom: 16px !important;
}

.topping{
width: 100% !important;
padding: 0 !important;
margin: 0 !important;
}

.topping-desc-break{
background: transparent !important;
color: black;
font-family: var(--secondary-font);
font-size: 18px;
margin-bottom: 16px;
padding: 0;
font-weight: lighter;
}

.topping-desc-break i{
display: none;
}

.add-prod button{

border-radius: 16px;
width: 262px;
font-family: var(--secondary-font);
    padding: 14px 0;
    font-size: 18px;
background: white;
color: #FF6900;
border: 1px solid #BFBFBF !important;
text-transform: capitalize;
}

.nonPrimairyButton{

border-radius: 16px;

font-family: var(--secondary-font);
    font-size: 18px;
background: white;
color: #FF6900;
border: 1px solid #BFBFBF !important;
text-transform: capitalize;
}



.add-prod button:nth-child(2){
border: none !important;
color: #FFFCFA;
background: #FF6900;
}


.add-prod button strong{
display: none !important;
}

.order-choise{
background: #FFFCFA;
}

#orderDetailForm > div > div{
background: white;
border: 1px solid #BFBFBFCC;
border-radius: 16px;
padding: 32px 164px;
width: 850px;
margin: 0;
    width: 850px;
    position: absolute;
    top: 40px;
    left: 187px;
}

#Naam{
border-radius: 16px;
}

/*---------------VIdeo Bg--------------------*/

.video-bg iframe{
width: 100vw;
height: 100vh;
}

body > div.wrapper > div.container > div.content-container > div > div:nth-child(25) , body > div.wrapper > div.order-choise > div > div > div > div.row > div > div.video-bg{
top: 0;
    position: fixed;
    /* height: 100vh; */
    left: 0;
    min-height: 100vh;
}

/*---------For animation of menu---------*/

/*-------------Home Pop Up----------*/

.swal2-modal swal2-show{
width: 100vw !important;

}
.swal2-show{
width: 100vw !important;
padding: 0 !important;
}

.swal2-container{
padding: 0 !important;
}

.video-bg iframe{
border: none !important;
}

.kiosk-welkom-popup{
position: relative;
}

.kiosk-welkom-popup .video-bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.swal2-modal .swal2-title{
display: none !important;
}

.custom-content{
height: 100vh;
}
#swal2-content.video-bg{
position: absolute;
    top: 0;
    left: 0;
}

body > div.swal2-container.swal2-fade.swal2-shown > div{
min-height: max-content !important;
}

.swal2-buttonswrapper{
display: none !important;
}
#start{
cursor: pointer;
}
.swal2-radio{
display: none !important;
}

.lightboxOverlay , .lightbox{
display: none !important;
}

.categorie-title{
}

.wait-for-pin-block i {
  font-size: 160px;
  color: #ff6900;
  margin-top: 50px;
  font-family: "Font Awesome 6 Free";
}

.wait-for-pin-block i::before {
  font-family: "Font Awesome 6 Free";
}
.wait-for-pin-block i:nth-of-type(2) {
  transform: rotate(45deg);
  font-size: 100px;

}

.wait-for-pin-block div{
    display: flex;
        align-items: center;
        gap: 50px;
}
.wait-for-pin-block {
  font-size: 36px;
  font-weight: bold;
  border-radius: 16px;
  border: 1px solid #bfbfbfcc;
  max-width: 850px;
  padding: 170px;
  background: #ffffff;
  display: grid;
  justify-items: center;
  text-align: center;
line-height: 100%;
  margin: auto;
  margin-top: 40px;
}

.order-choise{
min-height: 100vh;
}
.restaurant-menu-categories a span{
    position: static !important;
    font-size: 13px !important;
    font-weight: 300 !important;
}

.TotalPriceKiosk
{
border-top:0px !important;

}


