﻿
/* Set padding to keep content from hitting the edges */
@import url('https://fonts.cdnfonts.com/css/nexa-bold');

:root {
    --light-gray: #F5F6F7;
    --light-black: #515151;
    --green: #188038;
    --red: #ee3524;
    --blue: #1a73e8;
    --white: #fff;
    --top-elements-height: 0px;
}

.body-content {
    padding: 60px 30px 0 30px;
}

html {
    height: 100%;
    height: 100%;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                          supported by Chrome and Opera */
}

* {
    outline: 0;
    font-smooth: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Nexa', sans-serif;
    font-size: 14px;
    color: var(--light-black);
}

.inline {
    display: inline-block;
}

.noScroll {
    overflow: hidden;
}

.clickable {
    cursor: pointer;
}

.mc {
    margin-left: auto !important;
    margin-right: auto !important;
}

.fn {
    float: none;
}

.m-0 {
    margin: 0 !important;
}

.m-10 {
    margin: 10px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-15 {
    margin-bottom: 15px;
}

.p-15 {
    padding: 15px;
}

.inline {
    display: inline-block;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}


.mt-0 {
    margin-top: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-20pr {
    margin-top: 20%;
}

.mr-5 {
    margin-right: 5px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.p-0 {
    padding: 0 !important;
}

.p-20 {
    padding: 20px;
}

.pr-10 {
    padding-right: 10px !important;
}

.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.fl-right {
    float: right !important;
}

.nopointer {
    cursor: default !important;
}

.positionStatic {
    position: static !important;
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.align-middle {
    align-items: center;
}

.bg-info {
    padding: 5px 5px;
    border-radius: 5px;
    background: #16007B;
    color: var(--white);
    line-height: 1.5em;
    margin: 10px auto 20px auto;
}

.inline {
    display: inline-block !important;
}

.min-width-10per {
    min-width: 10%;
}

.navbar-default .navbar-nav > li > a {
    padding: 15px 7px;
}

.nav-icon {
    margin: 0 5px;
    width: 35px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
}

    .nav-icon:after,
    .nav-icon:before,
    .nav-icon div {
        background-color: var(--light-black);
        border-radius: 3px;
        content: '';
        display: block;
        height: 3px;
        margin: 7px 0;
        transition: all .2s ease-in-out;
    }

    .nav-icon.open:before {
        transform: translateY(10px) rotate(135deg);
    }

    .nav-icon.open:after {
        transform: translateY(-10px) rotate(-135deg);
    }

    .nav-icon.open div {
        transform: scale(0);
    }

.fullDesktop {
    background-image: url('Images/background.png'), url('Images/White.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#wrapper {
    margin-top: 60px;
    padding: 0;
}

    #wrapper.toggled {
        padding-left: 250px;
    }

#sidebar-wrapper {
    width: 0;
    transition: all .5s;
    opacity: 0;
}

#wrapper.toggled #sidebar-wrapper {
    top: 0;
    width: 250px !important;
    opacity: 1;
    z-index: 16;
}


div#sidebar-wrapper {
    top: 0;
    left: 0;
    height: 100vh;
    bottom: 0;
    opacity: 0;
    background: #222;
    visibility: visible;
    display: block;
    text-align: center;
    margin: inherit;
    margin-top: 0px;
    z-index: 0;
    overflow-x: hidden;
}


.sidebar-nav li {
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    line-height: normal;
    margin: 1px 0 1px 0;
    font-size: 18px;
    font-family: Fedra-Book, sans-serif;
    font-weight: normal;
    text-align: left;
    left: -100%;
    text-indent: 0;
    -webkit-animation: slide 0.5s forwards;
    animation: slide 0.5s forwards;
    opacity: 0;
}

    .sidebar-nav li a {
        padding: 10px 30px;
    }

    .sidebar-nav li:hover a {
        margin-left: 5px;
    }

    .sidebar-nav li:nth-child(2) {
        animation-delay: .05s;
    }

    .sidebar-nav li:nth-child(3) {
        animation-delay: .1s;
    }

    .sidebar-nav li:nth-child(4) {
        animation-delay: .15s;
    }

    .sidebar-nav li:nth-child(5) {
        animation-delay: .2s;
    }

    .sidebar-nav li:nth-child(6) {
        animation-delay: .25s;
    }

    .sidebar-nav li:nth-child(7) {
        animation-delay: .3s;
    }

    .sidebar-nav li:nth-child(8) {
        animation-delay: .35s;
    }

    .sidebar-nav li:nth-child(9) {
        animation-delay: .35s;
    }

    .sidebar-nav li:nth-child(10) {
        animation-delay: .4s;
    }

    .sidebar-nav li:nth-child(11) {
        animation-delay: .45s;
    }

    .sidebar-nav li.slideout {
        -webkit-animation: slideout 0.5s forwards;
        animation: slideout 0.5s forwards;
        animation-delay: 0s;
        left: 0;
        opacity: 1;
    }

@keyframes slide {
    50% {
        opacity: .2;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

@keyframes slideout {
    0% {
        left: 0;
        opacity: 1;
    }

    50% {
        opacity: .2;
        left: -100%;
    }
}

.sidebar-nav li a {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: var(--white);
}

.sidebar-nav li:hover a {
    text-decoration: none;
    color: var(--red);
    background: transparent;
    cursor: pointer;
}

#version {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    color: var(--white);
    min-width: 125px;
    overflow-x: hidden;
}

.fullMobile {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.icon-combine {
    position: relative;
    display: flex;
}

    .icon-combine .glyphicon {
        font-size: 40px;
        color: black;
    }

        .icon-combine .glyphicon:first-child {
            font-size: 60px;
            color: red;
            z-index: 1;
            position: absolute;
            top: -8px;
            left: -10px;
        }

div.frame {
    position: relative;
    display: inline-block;
    width: 100%;
}

.frame {
    /*border: 1px solid #dcdcdc;*/
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px 0px;
}

li .frame {
    box-shadow: none;
    margin-bottom: 5px;
}

.expand-position-for-picture-ok-sign {
    position: absolute;
    top: 10%;
    right: 25%;
    text-shadow: 0 0 2px rgba(0, 0, 0, .2), 0 0 6px rgba(0, 0, 0, .2);
    -webkit-transition: background .3s;
    transition: background .3s;
}

.expand-position-for-picture-info-sign {
    position: absolute;
    top: -5%;
    right: -5%;
    padding: 2px;
    z-index: 2;
}

.productInfoSign {
    color: var(--blue);
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    min-height: 1px;
}

.big-green-ok-sign {
    color: #32CD32;
    font-size: 70px;
    text-align: center;
    min-height: 1px;
}

.glyphicon-disk {
    width: 25px;
    height: 25px;
    background: black;
    border-radius: 50%;
    display: inline-table;
    text-align: center;
}

    .glyphicon-disk .glyphicon-bordered {
        font-size: 12px;
        vertical-align: middle;
    }

.glyphicon- {
    color:;
}

.glyphicon.menu-icon {
    font-size: 1.9em;
    padding: .5em;
}

.glyphicon-shopping-cart.menu-icon {
    font-size: 2.5em;
    color: #000;
}

#img_ShoppingCart.addNew {
    border-radius: 50px;
    animation: ripple 800ms linear 1;
}

@keyframes ripple {
    0% {
        background: rgba(238,53,36, 1);
        box-shadow: 0 0 0 0rem rgba(238,53,36, 0.5), 0 0 0 1rem rgba(238,53,36, 0.5), 0 0 0 2rem rgba(238,53,36, 0.5), 0 0 0 5rem rgba(238,53,36, 0.5);
    }

    80% {
        background: rgba(238,53,36, 0.7);
        box-shadow: 0 0 0 1rem rgba(238,53,36, 0.2), 0 0 0 2rem rgba(238,53,36, 0.2), 0 0 0 5rem rgba(238,53,36, 0.2), 0 0 0 8rem rgba(238,53,36, 0);
    }

    100% {
        background: rgba(238,53,36, 0);
        box-shadow: 0 0 0 1rem rgba(238,53,36, 0), 0 0 0 2rem rgba(238,53,36, 0), 0 0 0 5rem rgba(238,53,36, 0), 0 0 0 8rem rgba(238,53,36, 0);
    }
}

div {
    /*font-family: sans-serif;*/
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    -space: normal;
    padding: 3px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.hidden {
    display: none;
}

input[type=date], input[type=time] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}


.v-input input[type=email],
.v-input input[type=file],
.v-input input[type=number],
.v-input input[type=password],
.v-input input[type=tel],
.v-input input[type=text],
.v-input .form-control,
.v-input textarea {
    border: none !important;
    margin: 0 !important;
}


input[type=email],
input[type=file],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
.form-control,
textarea {
    padding: 5px 5px;
    color: var(--light-black);
    border: 1px solid #ccc;
    border-radius: 2px;
    background-clip: padding-box;
    width: 100%;
    margin-bottom: 20px;
    max-width: 100%;
    box-shadow: none;
}

    input[type=email]:hover,
    input[type=file]:hover,
    input[type=number]:hover,
    input[type=password]:hover,
    input[type=tel]:hover,
    input[type=text]:hover,
    .form-control:hover,
    textarea:hover {
        border: 1px solid #999;
    }

    input[type=email]:focus,
    input[type=file]:focus,
    input[type=number]:focus,
    input[type=password]:focus,
    input[type=tel]:focus,
    input[type=text]:focus,
    .form-control:focus,
    textarea:focus {
        border: 1px solid #000;
        box-shadow: none;
    }

input[readonly=true] {
    border: none;
    cursor: not-allowed;
    outline: none;
}

.prepDate, .prepTime {
    border: 1px solid #ccc;
    border-radius: 2px;
    -space: nowrap;
    padding: 0 10px 0 0;
}

    .prepDate select, .prepTime input[type=time].form-control {
        margin: 0;
        border: none;
        width: auto;
        display: inline-block;
    }

        .prepDate select:hover, .prepTime input[type=time].form-control:hover {
            box-shadow: none;
            border: none;
        }



/* autocomplete box idencodes*/
.autocomplete-suggestions {
    border: 1px solid #999;
    background: var(--white);
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    -space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

    .autocomplete-group strong {
        display: block;
        border-bottom: 1px solid #000;
    }

@media only screen and (max-width: 760px) {
    .hidden-phone {
        display: none;
    }
}


#clear {
    clear: both;
    height: 1px;
}

#artline {
    background-color: red;
    margin-bottom: 10px;
}

.myHeader {
    padding-left: 20px;
}

.myContainer {
    height: 100%;
}

#myMenuBar {
    position: fixed;
    width: 100%;
    z-index: 17;
    top: 0px;
    left: 0px;
    /*
      background: url('Images/balk.png') no-repeat;
*/
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 4 !important;
}

@media only screen and (max-width: 600px) {
    #myMenuBar {
        width: 100vw;
    }
}

#myMenuBar img {
    display: none;
}

#myMenuBarContent {
    position: relative;
    width: 100%;
    height: 100%;
    background: var(--light-gray);
    height: 60px;
    align-items: center;
    display: flex;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px 0px;
}

    #myMenuBarContent img {
        display: inline;
    }

    #myMenuBarContent .glyphicon {
        color: var(--light-black);
    }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu > a:after {
        border-color: transparent transparent transparent #333;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        content: " ";
        display: block;
        float: right;
        height: 0;
        margin-right: -10px;
        margin-top: 5px;
        width: 0;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #555;
    }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
    text-decoration: none;
}

ul.nav li:hover > ul.dropdown-menu {
    display: block;
}

#navbar {
    text-align: center;
}

#img_barcode2 {
    padding: .5em;
}

#img_barcode1.active {
    color: lawngreen;
}

#shoppingCartOverlay {
    position: absolute;
    border-radius: 10px;
    background: var(--red);
    width: 17px;
    height: 17px;
    display: flex;
    right: 6px;
    top: 9px;
    align-items: center;
    justify-content: center;
}

#myMenuBarContent .glyphicon.glyphicon-shopping-cart.menu-icon, #myMenuBarContent .glyphicon {
    font-size: 1.9em;
}

    #myMenuBarContent .glyphicon.glyphicon-shopping-cart.menu-icon, #myMenuBarContent .glyphicon {
        font-size: 1.9em;
    }

#shoppingCartAmount {
    position: relative;
    font-size: .7em;
    color: var(--white);
    line-height: 0;
}

#productAvailabilityCountOverlay {
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    cursor: pointer;
    height: 25px;
    width: 25px;
    background-color: rgb(255 255 255 / 70%);
    border: 2px solid var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    right: 0;
    margin-bottom: 5px;
    margin-right: 5px;
}


#productsHeader {
    max-height: 170px;
    position: relative;
    overflow: hidden;
}

#productsHeaderOverlay {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    background-color: rgba(248, 245, 242, 0.79);
}

#productsWrapper {
    display: grid;
    grid-template-columns: repeat( auto-fill, minmax(150px, 1fr) );
    max-width: 800px;
    margin: 0 auto;
}

.noProductsAvailableText {
    text-align: center;
}

#accordionProducts {
    margin-top: 20px;
    grid-column: 1/-1;
}

    #accordionProducts .expand-position-for-picture-info-sign {
        top: -0px;
        left: 75px;
        right: auto;
    }

    #accordionProducts .product__image {
        width: 80px;
    }

    #accordionProducts .productBox,
    #accordionProducts .product {
        position: relative;
    }

.centeredAtmiddleOfScreen {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    margin: 0 auto;
}

#categoriesBottom {
    margin-top: 0px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.39);
}

#categoryOverlay {
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 10;
    background-color: rgba(248, 245, 242, 0.79);
}


.mobileProductRow
.mobileCategoryRow {
    /*    height: 210px; */
    margin: 0 0 0 5px;
}

.mobileProductRow {
    margin: 10px 10px 0 5px;
}

.mobileCategoryImage {
    width: 100%;
}

.mobileCategoryHeaderImage {
    margin: 0 auto;
    max-height: 200px;
}

.mobileCategoryBox {
    padding: 5px 5px 0 0;
    cursor: pointer;
}

.mobileCategoryCenterText {
    font-size: 20px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    display: block;
    box-sizing: border-box;
    word-wrap: break-word;
    width: calc(100% - 5px); /* bootstrap has a padding of 15 left and right */
}

.desktopCategoryCenterText {
    font-size: 20px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    display: block;
    width: calc(100% - 30px); /* bootstrap has a padding of 15 left and right */
    box-sizing: border-box;
    word-wrap: break-word;
}


.desktopCategoryRow {
    margin-top: 20px;
}

.desktopProductRow {
    margin-top: 20px;
    margin-bottom: 10px;
}

.desktopCategoryImage {
    width: 100%;
}

.desktopCategoryHeaderImage {
    margin: 0 auto;
    max-height: 200px;
}

.desktopCategoryBox {
    cursor: pointer;
}

.desktopCategoryRow {
    margin-top: 20px;
}

.productBox,
.readonlyProductBox {
    padding: 0 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.readonlyProductBox {
    cursor: default;
}

.productImage {
    width: 100%;
    border-radius: 10px;
}

    .productImage.noImage {
        background: transparent; /* Old browsers */
        width: 100% !important;
        /*border: 1px solid #dcdcdc;*/
        /*box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px 0px;*/
        /*background: -moz-linear-gradient(-45deg, #000 0%, #222 100%);*/ /* FF3.6-15 */
        /*background: -webkit-linear-gradient(-45deg, #000 0%,#222 100%);*/ /* Chrome10-25,Safari5.1-6 */
        /*background: linear-gradient(135deg, #000 0%,#222 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222',GradientType=1 );*/ /* IE6-9 fallback on horizontal gradient */
        min-width: 50px;
    }

.letter {
    font-size: 3em;
    font-variant: small-caps;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: var(--light-black);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tileProductName {
    position: absolute;
    border-radius: 0 0 10px 10px;
    background: rgb(255 255 255 / 70%);
    text-align: center;
    word-break: break-word;
    padding: 5px;
    position: absolute;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.justify-content-end.tileProductName {
    margin-top: 10px;
}


/* scanpagina */
#productImage {
}

.productDescription {
    font-size: 16px;
    text-align: left;
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    word-wrap: break-word;
}

.article .productDescription {
    padding: 5px 10px 0px 10px;
}

.productPrice {
    top: 0;
    left: 0;
    margin-top: 5px;
    margin-left: 5px;
    text-align: center;
    display: block;
    box-sizing: border-box;
    color: var(--light-black);
    padding: 5px;
    border-radius: 5px;
}

.col-container {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}

.col {
    display: table-cell; /* Make elements inside the container behave like table cells */
}

.fullDesktop #bigDiv #carouselCategory p {
    margin: 0;
}

.fullDesktop #bigDiv .row {
    padding: 0 !important;
    margin: 0 0 10px;
}

    .fullDesktop #bigDiv .row.artline {
    }

#ordersBottom {
    position: relative;
}

#myFooter {
    position: absolute;
    bottom: 10px;
}

.panel-bottom {
    padding: 5px 15px;
}

.panel-bottom-line {
    margin-top: 2px;
    margin-left: 5px;
    margin-right: 15px;
    border-bottom: 1px solid lightgray;
}

.panel-bottom-NoLine {
    padding: 5px 15px;
}

.omschr {
    word-wrap: break-word;
}

.imageCollapse {
    max-height: 100%;
    max-width: 100%;
}

.pageLogo img {
    max-width: 150px;
}

.desktopCategoryImage {
    width: 100%;
}

.divTable {
    width: 100%;
    display: table;
}

.divTableRow {
    display: table-row;
}

.divTableCellWidth {
    width: 50%;
    display: table-cell;
}

.divTableCell {
    display: table-cell;
}

.table > tbody > tr.info > td,
.table-hover > tbody > tr.info:hover > td {
    background: transparent;
    font-weight: bold;
    font-size: 18px;
}

td:last-child {
    width: 1%;
    white-space: nowrap;
}

#accordionProducts .row {
    padding: 10px 0;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

img.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.25;
}

img.enabled {
    cursor: pointer;
    opacity: 1;
}

.pageLoaderIcon {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.5);
}


/* vertical alignment of text for edit screen */
div.vertical-center {
    display: inline-block;
    vertical-align: middle !important;
    float: none;
    padding-top: 5px;
}

.scanRowDiv {
    height: 40px;
    cursor: pointer
}

#productFoundBlock, #productNotFoundBlock, #busyBlock {
    margin: 0 auto;
    z-index: 3;
    position: relative
}

.closeButton {
    background: #1668ac;
    border: 1px solid #1668ac;
    border-radius: 2px;
    color: var(--white);
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 16px;
    line-height: 16px;
    text-align: center;
    vertical-align: bottom;
    width: 16px;
}

    .closeButton:visited {
        color: var(--white)
    }

    .closeButton.play:after, .closeButton.delete:before, .closeButton.download:before {
        background-color: var(--white)
    }

    .closeButton:hover {
        background: #1976c2;
        border-color: #1976c2;
        color: var(--white)
    }

        .closeButton:hover.play:after, .closeButton:hover.delete:before, .closeButton:hover.download:before {
            background-color: var(--white)
        }

    .closeButton:after {
        content: "×";
        font-size: 20px;
    }

.popup {
    box-shadow: 8px 5px 5px -3px rgba(0,0,0,0.1), 5px 8px 5px -3px rgba(0,0,0,0.1);
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 1px;
    display: none;
    left: -1000px;
    position: absolute;
    top: -1000px;
    width: 390px;
    z-index: 100;
}

    .popup .arrow {
        background: url(../Images/arrows.png) no-repeat;
        height: 8px;
        position: absolute;
        width: 15px;
    }

        .popup .arrow.bottom {
            background-position: -8px -15px;
            bottom: -8px;
            left: 20px;
        }

    .popup h3 {
        font-size: 13px;
        line-height: 19px;
        margin: 0 0 15px;
        font-weight: bold;
    }

    .popup p {
        font-size: 13px;
        word-wrap: break-word;
        display: block;
    }

    .popup .popupContent {
        padding: 10px 10px 0
    }

    .popup .closeButton {
        position: absolute;
        height: 20px;
        line-height: 15px;
        right: 10px;
        top: -5px;
        width: 20px;
        z-index: 115;
    }

        .popup .closeButton::after {
            font-size: 25px
        }

.addToHomeScreen {
    display: none;
    height: 90px;
    position: fixed;
    width: 250px;
}

    .addToHomeScreen.ios {
        bottom: 10px;
        left: 50% !important;
        margin-left: -125px;
        right: 50% !important;
        top: auto;
    }

    .addToHomeScreen .arrow.bottom {
        left: 115px
    }

    .addToHomeScreen.popup .closeButton {
        top: 10px
    }

    .addToHomeScreen.popup p {
        margin: 5px 0 0 0
    }

/* css for ordercompleted order table */
table.orderTable td {
    width: 150px;
    margin: 10px;
}

table.orderTable .number {
    text-align: right;
}

table.orderTable .price {
    text-align: right;
}

div.orderCompleted {
    margin: 0 10px 0 10px;
}

.orderCompleted .orderStatus {
    height: 300px;
}

textarea.form-control {
    max-width: 100% !important;
}

.LoginForm {
    width: 50%;
    float: left;
    display: block;
    padding-top: 0px;
    padding-right: 50px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin: 0 auto;
}

.LoginIntro {
    margin-top: 20px;
    width: 50%;
    float: left;
    display: block;
}

@media only screen and (max-width: 600px) {
    .LoginForm,
    .LoginIntro {
        width: 100%;
        padding: 0;
    }
}

#selectRows {
    position: relative;
    top: -4px;
}

.mobileCategoryImage {
    width: 100%;
}

.mobileCategoryCenterText {
    width: calc(100% - 5px);
}

.mobileCategoryBox {
    padding: 5px 5px 0 0;
}

.mobileCategoryRow {
    margin: 0 0 0px 5px;
}

input.smallbox {
    padding-left: 9px;
    padding-right: 9px;
    margin: 0;
}

form table.table > tbody > tr > td,
form table.table > tbody > tr > th,
form table.table > tfoot > tr > td,
form table.table > tfoot > tr > th,
form table.table > thead > tr > td,
form table.table > thead > tr > th {
    vertical-align: middle;
}

input.priceBox {
    margin: 0;
}

#customwarnings {
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 15px;
}

    #customwarnings ul {
        margin-top: 5px;
        margin-bottom: 5px;
        padding-inline-start: 10px;
    }
/*** desktop ***/
.fullDesktop input[type=text].aantalbox {
    margin: 0;
}

.fullDesktop #bigDiv #basketdiv {
    right: 0;
    border-color: var(--red);
}

.fullDesktop #bigDiv #basketdiv .panel-heading {
    color: var(--white);
    background-color: var(--red);
    border-color: var(--red);
}

.fullDesktop #bigDiv #basketdiv .grandTotal {
    font-weight: bold;
    font-size: 16px;
}

.btn,
.btn-sm {
    border: 1px solid var(--red);
    background: var(--red);
    background-clip: padding-box;
    border-radius: 2px;
    text-decoration: none;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: var(--white);
    font-weight: 400;
    padding: 8px 5px;
    outline: none !important;
    box-shadow: none;
}

    .btn:hover,
    .btn:focus,
    .btn:active,
    .btn-sm:hover,
    .btn-sm:active,
    .btn-sm:focus {
        border: 1px solid var(--red);
        text-decoration: none;
        background: var(--red);
        color: var(--white);
        box-shadow: none;
    }

.btn-primary {
}

    .btn-primary:hover, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover,
    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        border: 1px solid #BABABA !important;
        background: transparent !important;
        color: var(--red) !important;
    }

.btn.btn-default {
    border: 1px solid #BABABA;
    background: transparent;
    color: var(--red);
}

    .btn.btn-default:hover,
    .btn.btn-default:active,
    .btn.btn-default:focus {
        border: 1px solid var(--red);
        text-decoration: none;
        background: var(--red);
        color: var(--white);
    }

.btn.btn-larger {
    padding: 15px;
}

.btn.reversed {
    border-color: var(--red);
    background-color: var(--red);
    color: var(--white);
}

    .btn.reversed:hover,
    .btn.reversed:focus,
    .btn.reversed:active,
    .btn.btn-reversed:hover,
    .btn.btn-reversed:active,
    .btn.btn-reversed:focus {
        border-color: #BABABA;
        background: transparent;
        color: var(--red);
    }

.btn.w100 {
    width: 100%;
}

.btn.btn-order:not(:last-child) {
    margin-bottom: 10px;
}

.bootstrap-dialog-footer-buttons button {
    padding-left: 15px;
    padding-right: 15px;
}

#btn_login {
    cursor: pointer;
    margin-bottom: 10px;
}

div.dt-button-background {
    background: transparent !important;
}

div.dt-button-collection button.dt-button, div.dt-button-collection div.dt-button, div.dt-button-collection a.dt-button {
    opacity: 0.5;
}

    div.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled), div.dt-button-collection div.dt-button:active:not(.disabled), div.dt-button-collection div.dt-button.active:not(.disabled), div.dt-button-collection a.dt-button:active:not(.disabled), div.dt-button-collection a.dt-button.active:not(.disabled) {
        opacity: 1;
        background-color: #e9e9e9 !important;
        background-image: none !important;
        box-shadow: none !important;
    }

button.dt-button.buttons-collection:hover:not(.disabled), div.dt-button.buttons-collection:hover:not(.disabled), a.dt-button.buttons-collection:hover:not(.disabled) {
    background-color: red !important;
    border: 2px red solid !important;
}

button.dt-button, div.dt-button, a.dt-button {
    background-color: transparent !important;
    background-image: none !important;
}

.modal-content {
    border-radius: 2px;
}

.modal-dialog {
    margin: 80px auto !important;
}

.bootstrap-dialog.type-primary .modal-header {
    background: #000;
}

.bootstrap-dialog .modal-header {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.bootstrap-dialog-footer-buttons button {
    padding-left: 15px;
    padding-right: 15px;
}

#breadCrumb {
    padding: 10px;
    float: none;
    display: none;
}
/*** catmenu ***/
#categoryMenu {
    background: transparent;
    padding: 10px;
    min-height: 90px;
    text-align: center;
    border-bottom: 3px solid var(--light-gray);
    border-top: 3px solid var(--light-gray);
    white-space: nowrap;
    overflow-x: auto;
    min-height: 90px;
}

.prdImage {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: center
}

.justify-content-end {
    justify-content: end;
}

.justify-content-center {
    justify-content: center;
}

.
/* Here add the custom CSS to override the default CSS (black background and white letter) for CategotyMobile tails and letter */
/*Region Start*/
#categoryTailId {
}

#categoryTailLetterId {
}

/*For product desription text, use the !important to override the current css with this one*/
.categortyProductDescriptionText {
}

.categoryProductPrice {
}
/*Region End*/

#categoryMenu .letter {
    font-size: 1.5em;
}

#categoryMenu:empty {
    display: none;
}

#categoryMenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
}

#categoryMenu .frame {
    display: block;
}

#categoryMenu ul li {
    display: inline-block;
    min-width: 150px;
    max-width: 100%;
    word-break: break-word;
    white-space: normal;
    margin: 0 auto;
}

#categoryMenu a.item {
    color: var(--light-black);
    text-decoration: none;
    padding: 0 5px;
    display: block;
}

    #categoryMenu a.item:hover {
        text-decoration: underline;
    }


#categoryMenu a img {
    text-decoration: underline;
    max-width: 50px;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 5px !important;
}

.slider-category-name {
    margin-top: 10px;
}

#carouselContainer {
    padding: 0;
}

.deleteArticle {
    padding: 10px;
}

.circleButton {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: var(--white);
    margin: 0;
    background: #000;
    border-radius: 50%;
    display: inline-flex;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.fullScreen {
    height: calc(100vh - 85px);
}

.heroImg {
    background: no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 170px;
    display: block;
    position: relative;
}

.bottomOfScreen {
    top: 0;
    left: 0;
    padding-bottom: 5px;
}

#btn_next,
#btn_save {
    font-size: larger;
    font-weight: bold;
}

.btn .glyphicon {
    font-size: normal;
}

.removeProduct {
    padding: 10px;
}

#levering {
    display: none;
}

#formlevercontainer {
    margin-bottom: 10px;
}

.screens .row {
    margin: 0 0 30px 0;
}

table.bestelling {
    max-width: 600px;
}

    table.bestelling td {
        white-space: nowrap;
    }

    table.bestelling tr td:first-child {
        white-space: nowrap;
        padding: 0 20px 0 0;
        font-weight: bold;
    }

    table.bestelling table td,
    table.bestelling table th {
        padding: 0 10px;
    }

.blurred {
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

#bestellist_wrapper #bestellist_filter {
    float: left !important;
}

#bestellist_wrapper div.dt-buttons {
    float: right;
    top: 10px;
}

.glyphicon.btnicon {
    padding: 6px 5px;
    margin: 0 2px 0 0;
    color: #000;
}

    .glyphicon.btnicon:hover,
    .glyphicon.btnicon.active {
        background: #000;
        border-radius: 3px;
        color: var(--white);
    }

#filter {
    position: relative;
    top: 3px;
    left: -15px;
    z-index: 1;
}

#filterContent {
    position: absolute;
    top: 35px;
    left: -100px;
    background: var(--white);
    border-radius: 5px;
    box-shadow: 0px 15px 30px 0px rgba(0,0,0,.4);
    padding: 20px;
    border: 1px solid #f0f0f0;
}

    #filterContent .form-inline {
        white-space: nowrap;
    }

    #filterContent .form-group {
        margin-bottom: 10px;
    }

.filterBtn {
    position: relative;
}

    .filterBtn .glyphicon {
        font-size: 18px;
        margin: 0 0 10px 0;
    }

    .filterBtn .filterindicator {
        background: var(--red);
        width: 2px;
        height: 2px;
        border-radius: 50%;
    }

.orderArticles {
    margin: 10px 0 10px 70px;
}

.productCard {
    background: darkgrey;
    border-radius: 3px;
    padding: 5px 10px;
    color: var(--white);
    margin: 10px;
    display: inline-block;
}

    .productCard .amount {
        margin-right: 5px;
        font-weight: bold;
    }

    .productCard.statusID-1 {
        background: darkorange;
    }

    .productCard.statusID-2 {
        background: darkorange;
        opacity: 0.6;
    }

    .productCard.statusID-3 {
        background: green;
        opacity: 0.5;
    }



.bootstrap-select .btn-default {
    color: var(--light-black);
    border: 2px solid #979797;
}

    .bootstrap-select .btn-default:hover {
        background: transparent;
        border-color: #979797;
        color: var(--light-black);
    }

.bootstrap-select li.selected > a {
    background: var(--red);
    color: var(--white);
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default,
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default:hover {
    background: transparent;
}

/** Cross Sell edit*/

.td-align-middle > tbody > tr > td {
    vertical-align: middle;
}

.qHeader .glyphicon {
    visibility: hidden;
}

.qHeader h2,
.qHeader h3 {
    font-size: 1.3em;
}

.qsort {
    position: relative;
    /*top: 12px;*/
    text-align: center;
    visibility: hidden;
}

    .qsort .glyphicon {
        visibility: hidden;
        padding-top: 2px;
        padding-bottom: 2px;
    }


    .qsort .top {
        width: 100%;
        display: none;
    }

    .qsort .middle {
        width: 100%;
        display: block;
        cursor: move;
    }

    .qsort .bottom {
        width: 100%;
        display: none;
    }

.qHeader:hover .qsort,
.qHeader:hover .glyphicon {
    visibility: visible;
}

.ql2 {
    margin-left: 30px;
}

table .qsort {
    top: 0;
}

.ql1 table > tbody > tr {
    background: transparent !important;
}

    .ql1 table > tbody > tr > td > input {
        margin: 0 !important;
        border-color: transparent;
    }

    .ql1 table > tbody > tr > td > .glyphicon {
        visibility: hidden;
    }

    .ql1 table > tbody > tr:hover > td > input {
        margin: 0 !important;
        border: 2px solid #979797;
    }

    .ql1 table > tbody > tr:hover > td > .glyphicon {
        visibility: visible;
    }

.CrossSellOptions .checkbox {
    margin-top: 0;
    margin-bottom: 2px;
}

.CrossSellOptions input[type=text] {
    width: 25px;
    padding: 0 2px;
    margin: 0;
}

tr .bootstrap-select > .dropdown-toggle:focus {
    background: var(--white);
    color: #000;
    border-color: #979797;
}

#questions .ui-sortable-helper,
#questions .ui-draggable-dragging {
    background: var(--white);
    border: 2px solid #22b0da;
    border-radius: 5px;
    -webkit-box-shadow: -1px 6px 19px #a4dff1;
    box-shadow: -1px 6px 19px #a4dff1;
    z-index: 999 !important;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: auto !important;
    height: auto !important;
}

    #questions .ui-sortable-helper .qContent,
    #questions .ui-sortable-helper .ql2 {
        display: none;
    }

#questions .ui-sortable-placeholder {
    visibility: visible !important;
    background: #22b0da;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    z-index: 1 !important;
    -webkit-transform: scale(1);
    transform: scale(1);
    height: 20px;
    position: relative;
}

.minMax {
    display: none;
}

.newProduct td * {
    visibility: hidden !important;
}

.newProduct td.productName * {
    visibility: visible !important;
}

div.dt-button-background {
    background: transparent !important;
}


button.dt-button, div.dt-button, a.dt-button {
    background-color: transparent !important;
    background-image: none !important;
}

#filter {
    position: relative;
    top: 3px;
    left: -15px;
    z-index: 1;
}

#filterContent {
    position: absolute;
    top: 35px;
    left: -100px;
    background: var(--white);
    border-radius: 5px;
    box-shadow: 0px 15px 30px 0px rgba(0,0,0,.4);
    padding: 20px;
    border: 1px solid #f0f0f0;
}

    #filterContent .form-inline {
        white-space: nowrap;
    }

    #filterContent .form-group {
        margin-bottom: 10px;
    }

.filterBtn {
    position: relative;
}

    .filterBtn .glyphicon {
        font-size: 18px;
        margin: 0 0 10px 0;
    }

    .filterBtn .filterindicator {
        background: var(--red);
        width: 2px;
        height: 2px;
        border-radius: 50%;
    }

.orderArticles {
    margin: 10px 0 10px 70px;
}

.bootstrap-select .btn-default {
    color: var(--light-black);
    border: 2px solid #979797;
}

    .bootstrap-select .btn-default:hover {
        background: transparent;
        border-color: #979797;
        color: var(--light-black);
    }

.bootstrap-select li.selected > a {
    background: var(--red);
    color: var(--white);
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default,
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default:hover {
    background: transparent;
}

/** Cross Sell edit*/

.td-align-middle > tbody > tr > td {
    vertical-align: middle;
}

.qHeader .glyphicon {
    visibility: hidden;
}

.qHeader h2,
.qHeader h3 {
    font-size: 1.3em;
}

.qsort {
    position: relative;
    /*top: 12px;*/
    text-align: center;
    visibility: hidden;
}

    .qsort .glyphicon {
        visibility: hidden;
        padding-top: 2px;
        padding-bottom: 2px;
    }


    .qsort .top {
        width: 100%;
        display: none;
    }

    .qsort .middle {
        width: 100%;
        display: block;
        cursor: move;
    }

    .qsort .bottom {
        width: 100%;
        display: none;
    }

.qHeader:hover .qsort,
.qHeader:hover .glyphicon {
    visibility: visible;
}

.ql2 {
    margin-left: 30px;
}

table .qsort {
    top: 0;
}

.ql1 table > tbody > tr {
    background: transparent !important;
}

    .ql1 table > tbody > tr > td > input {
        margin: 0 !important;
        border-color: transparent;
    }

    .ql1 table > tbody > tr > td > .glyphicon {
        visibility: hidden;
    }

    .ql1 table > tbody > tr:hover > td > input {
        margin: 0 !important;
        border: 2px solid #979797;
    }

    .ql1 table > tbody > tr:hover > td > .glyphicon {
        visibility: visible;
    }

.CrossSellOptions .checkbox {
    margin-top: 0;
    margin-bottom: 2px;
}

.CrossSellOptions input[type=text] {
    width: 25px;
    padding: 0 2px;
    margin: 0;
}

tr .bootstrap-select > .dropdown-toggle:focus {
    background: var(--white);
    color: #000;
    border-color: #979797;
}

#questions .ui-sortable-helper,
#questions .ui-draggable-dragging {
    background: var(--white);
    border: 2px solid #22b0da;
    border-radius: 5px;
    -webkit-box-shadow: -1px 6px 19px #a4dff1;
    box-shadow: -1px 6px 19px #a4dff1;
    z-index: 999 !important;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: auto !important;
    height: auto !important;
}

    #questions .ui-sortable-helper .qContent,
    #questions .ui-sortable-helper .ql2 {
        display: none;
    }

#questions .ui-sortable-placeholder {
    visibility: visible !important;
    background: #22b0da;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    z-index: 1 !important;
    -webkit-transform: scale(1);
    transform: scale(1);
    height: 20px;
    position: relative;
}

.minMax {
    display: none;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 5px 10px !important;
}

.newProduct td * {
    visibility: hidden !important;
}

.newProduct td.productName * {
    visibility: visible !important;
}

div.dt-button-background {
    background: transparent !important;
}

/**upsell*/

.upSell {
    position: fixed;
    background: rgba(255, 255, 255,0.5);
    width: 100vw;
    overflow: auto;
    left: 0;
    top: 60px;
    bottom: 0;
    display: none;
    z-index: 2;
}

.upsellOpen {
    display: block;
}

#upsellWrapper {
    position: relative;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 600px;
    background: var(--white);
    padding: 30px 10px;
    border-radius: 10px;
    margin-bottom: 60px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}

    #upsellWrapper .upsellCancel {
        position: absolute;
        right: -5px;
        top: -5px;
        font-size: 1.5em;
        cursor: pointer;
        padding: .5em;
        border-radius: 50%;
        background: #ccc;
        transition: 500ms ease-in-out transform, 500ms ease-in-out box-shadow;
    }

        #upsellWrapper .upsellCancel:hover {
            transform: scale(1.05);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        }

    #upsellWrapper .prdinfo {
        grid-template-areas: 'image image image' 'name name name' 'upsell upsell upsell' 'price amount button' 'description description description' 'nutritions nutritions nutritions';
        grid-auto-columns: max-content 100px 1fr;
        grid-row-gap: 10px;
        margin: 0 auto;
        border: none;
    }

    #upsellWrapper .prdinfo__image img {
        max-width: 140px;
        height: 140px;
    }

    #upsellWrapper .prdinfo__upsell__question {
        margin: 30px 0 10px 0;
    }

        #upsellWrapper .prdinfo__upsell__question:first-child {
            margin-top: 0;
        }

    #upsellWrapper .prdinfo__basket {
        border: none;
        border-top: 4px solid var(--light-gray);
        border-bottom: 4px solid var(--light-gray);
    }

    #upsellWrapper .prdinfo__basket-plus,
    #upsellWrapper .prdinfo__basket-minus,
    #upsellWrapper .prdinfo__basket-amount {
        color: var(--light-black);
    }

    #upsellWrapper .prdinfo__button {
        width: inherit;
    }

button .dt-button, div.dt-button, a.dt-button {
    background-color: transparent !important;
    background-image: none !important;
}

@media only screen and (max-width: 600px) {
    #upsellWrapper {
        transform: none;
        bottom: 0;
        top: 100px;
        left: 0;
        overflow-x: auto;
        max-height: none;
        border-radius: 0;
        position: relative;
    }

        #upsellWrapper .upsellCancel {
            right: 5px;
            top: 5px;
        }

        #upsellWrapper .prdinfo {
            margin: auto;
        }
}

.product {
    border-bottom: 1px solid #ccc;
    display: grid;
    grid-template-areas: 'image productinfo';
    grid-template-columns: max-content 1fr;
    grid-auto-rows: 1fr;
    transition: .2s all ease-in-out;
    cursor: pointer;
    padding: 10px 0;
}

    .product:last-child {
        border-bottom: 0;
    }

.product__image {
    grid-area: image;
    overflow: hidden;
    max-width: 80px;
    height: auto;
    width: 100%;
}

    .product__image img {
        width: 100%;
    }

.product__container {
    display: grid;
    grid-area: productinfo;
    grid-template-areas: 'productName productPrice' 'productInfo productPrice';
    grid-template-columns: 1fr max-content;
    grid-template-rows: max-content;
    padding: 0 10px 0 25px;
    position: relative;
    align-content: center;
}

.product__name {
    grid-area: productName;
    font-size: 1.2em;
    font-weight: bold;
    color: var(--light-black);
    margin-right: 50px;
}

.product__info {
    grid-area: productInfo;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    word-wrap: break-word;
}

.product__price {
    grid-area: productPrice;
    font-size: 1.2em;
    font-weight: bold;
}


@media only screen and (max-width: 600px) {
    .products {
        width: 100%;
    }
}

.prdinfo {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    max-width: 600px;
    margin: 15px auto;
    grid-auto-columns: max-content 100px 1fr;
    border: 2px solid #e4e6eb;
    padding: 10px;  
    border-radius: 10px;
}

.prdinfo__image {
    position: relative;
    grid-area: image;
    justify-self: center;
    border-radius: 10px;
}

    .prdinfo__image.noImage {
        /*height: 300px;*/
        display: flex;
        align-items: center;
        justify-content: center;
    }

.prdinfo__image__frame {
    height: 300px;
    max-width: 100%;
    width: 300px;
    margin: auto;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.prdinfo__image img {
    max-width: 300px;
    max-height: 300px;
    /*margin: auto;*/
    border-radius: 10px;
}

.prdinfo__image.noImage img {
    width: 160px;
    max-width: 100%;
    height: 160px;
    /*background: #000;*/ /* Old browsers */
    /*background: -moz-linear-gradient(-45deg, #000 0%, #222 100%);*/ /* FF3.6-15 */
    /*background: -webkit-linear-gradient(-45deg, #000 0%,#222 100%);*/ /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(135deg, #000 0%,#222 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.prdinfo__name {
    grid-area: name;
    line-height: 1;
    margin: 10px 0;
    text-align: left;
}

.pdrinfo__details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
}

.prdinfo__description {
    grid-area: description;
    padding: 0px;
}

.prdinfo__info {
    grid-area: info;
    padding: 20px 0 20px 0;
}

.prdinfo__nutritions-allergens {
    grid-area: nutritions;
    padding: 0 0 20px 0;
}

    .prdinfo__nutritions-allergens table td {
        padding: 4px 0;
    }

.prdinfo .prdinfo__nutritions-allergens .prdinfo__nutritions-allergens__amount {
    padding-right: 4px;
    text-align: right;
}

.prdinfo .prdinfo__nutritions-allergens .prdinfo__nutritions-allergens__title {
    padding-top: 16px;
}

.prdinfo__upsell {
    grid-area: upsell;
    grid-column: 1 / -1;
}

.prdinfo__upsell__artikel__img {
    display: none;
}

.prdinfo__upsell__artikel label {
    grid-template-areas: 'selection upsellName price';
    grid-auto-columns: max-content 1fr max-content;
    display: grid;
    grid-gap: 10px;
    align-content: center;
}

.prdinfo__upsell__artikel__selection {
    grid-area: selection;
}

.prdinfo__upsell__artikel__naam {
    grid-area: upsellName;
}

.prdinfo__upsell__artikel__prijs {
    grid-area: price;
}

.prdinfo__price {
    grid-area: price;
    align-self: center;
    font-size: 1em;
    font-weight: bold;
    margin: 0 5px;
}

.prdinfo__basket.banq__basket {
    width: 100px;
    display: inline-flex;
}

.prdinfo__basket {
    grid-area: amount;
    display: flex;
    margin: 0 5%;
    border: 1px solid var(--red);
    border-radius: 2px;
    justify-content: space-between;
}

    .prdinfo__basket.small {
        width: 100px;
    }

.prdinfo__basket-plus,
.prdinfo__basket-minus {
    display: inline-block;
    width: 20px;
    border: none;
    background: none;
    border-radius: 0;
    color: var(--red);
}

.prdinfo__basket-minus {
    display: inline-block;
}

.prdinfo__basket-amount,
input[type=text].prdinfo__basket-amount {
    width: 30px;
    display: inline-block;
    text-align: center;
    border: none;
    border-radius: 0;
    color: var(--red);
    margin: 0 auto;
    font-weight: bold;
    background: transparent;
    padding: 5px;
}

.prdinfo__basket.readonly {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: none;
}

    .prdinfo__basket.readonly input {
        color: #000;
    }

.banq__basket input[type=text].prdinfo__basket-amount {
    width: 100%;
    border: none;
}

.prdinfo__button {
    grid-area: button;
    height: 60px;
    width: 200px;
    border-radius: 10px;
}

/*Products that are out of stock*/
.products .product.out-of-stock {
    color: #BEBEBE;
    cursor: default;
}

.products .product.read-only {
    cursor: default;
}

.products .product.out-of-stock .product__container .product__name {
    color: #BEBEBE;
}

.products .product.out-of-stock .product__image img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.dum-row {
}

    .dum-row.out-of-stock {
        color: #BEBEBE;
    }

        .dum-row.out-of-stock .productPrice {
            color: #BEBEBE;
        }

        .dum-row.out-of-stock .img-responsive {
            -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
            filter: grayscale(100%);
        }

.fullDesktop #bigDiv .row.artline.out-of-stock {
    color: #BEBEBE;
}

.productBox.article.out-of-stock {
    cursor: default;
}

    .productBox.article.out-of-stock .productImage {
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
    }

    .productBox.article.out-of-stock .productDescription.titleText {
        color: #BEBEBE;
    }

    .productBox.article.out-of-stock .productPrice {
        color: #BEBEBE;
    }

@media only screen and (max-width: 600px) {
    .prdinfo {
        margin: 10px -15px;
    }
}


/* wipay betaalpagina*/

#awaitingpayment {
    width: 20vw;
    margin: 0 auto;
    display: block;
}

.awaitingpaymentText {
    font-size: 1.5em;
}

#awaitingpayment g.card {
    fill: #222;
}

#awaitingpayment .background {
    fill: #eee;
}

#awaitingpayment .arrows {
    fill: #333;
    transform: rotate(0deg);
    transform-origin: center center;
    animation: rotatearrow 2s linear 0s infinite normal;
}

.awaitPaymentWrapper {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 18px;
    flex-direction: column;
    gap: 30px;
    margin: 100px 0 100px 0;
}

.awaitPaymentAmoutWrapper {
    width: 30%;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px 0px;
}

.awaitPaymentAmout {
    font-size: 1.2em;
    color: var(--green);
}

#dots {
    text-align: center;
}

.dot {
    background: #000;
    background: -moz-linear-gradient(#000 0%, #222 100%);
    background: -webkit-linear-gradient(#000 0%, #222 100%);
    background: linear-gradient(#000 0%, #222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222',GradientType=1 );
    width: 10px;
    height: 10px;
    display: inline-block;
}

    .dot:first-child {
        border-top-left-radius: 50%;
        border-bottom-left-radius: 50%;
    }

    .dot:last-child {
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
    }

@keyframes rotatearrow {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(180deg);
    }
}

/** new email*/

#newMessage {
    width: 90%;
    max-width: 150px;
    margin: 0 auto;
    display: block;
}

#envelope {
    animation: bounce-6 2s cubic-bezier(0.280, 0.840, 0.420, 1) 0s 1 normal forwards;
    transform-origin: center center;
}

#add1 {
    opacity: 0;
    animation: bounce-7 1.5s cubic-bezier(0.280, 0.840, 0.420, 1) .5s 1 normal forwards;
    transform-origin: 85% 25%;
}

.plus {
    fill: var(--white);
    stroke-width: 3;
    stroke: var(--white);
}

.no1 {
    fill: var(--white);
    stroke-width: 3;
    stroke: var(--white);
}

.circle {
    stroke-width: 10;
    stroke: var(--white);
}

@keyframes bounce-6 {
    0% {
        transform: scale(.2);
        opacity: 0;
    }

    20% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes bounce-7 {
    0% {
        transform: scale(.2);
        opacity: 0;
    }

    20% {
        transform: scale(1);
        opacity: 1;
    }

    40% {
        transform: scale(.9);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* registration success */

#mailSucces {
    width: 90%;
    max-width: 150px;
    margin: 0 auto;
    display: block;
}

#check {
    opacity: 0;
    animation: bounce-7 1.5s cubic-bezier(0.280, 0.840, 0.420, 1) .5s 1 normal forwards;
    transform-origin: center center;
}

#checkmark {
    fill: var(--white);
}

#mailFailed {
    width: 90%;
    max-width: 150px;
    margin: 0 auto;
    display: block;
}

.failed {
    fill: var(--white);
}
/*password recovery*/
.smallblock {
    width: 50%;
    max-width: 500px;
    margin: 10vh auto 0 auto;
}

    .smallblock.w50 {
        max-width: 50%;
    }

@media only screen and (max-width: 760px) {
    .smallblock {
        width: 100%;
        margin: 10vh auto 0 auto;
    }

        .smallblock.w50 {
            max-width: 100%;
        }
}

#forgotten {
    width: 90%;
    max-width: 150px;
    margin: 0 auto;
    display: block;
}

.question {
    fill: var(--white);
    font-size: 130.86px;
}



/* scanPage */

.scan-camera video {
    display: none;
}

.scanner {
    position: fixed;
    z-index: 1;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
}

.scan-code {
    position: fixed;
    width: 100%;
    max-width: calc(100% - 20px);
    top: 42vh;
    margin: auto;
    display: block;
    border-radius: 10px;
    background: #000;
    border: none;
    padding: 10px 20px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
}

    .scan-code:focus {
        color: var(--white);
    }

.scan-cart {
    background: var(--white);
    border-radius: 10px;
    position: relative;
    margin: 50vh 0 0 0;
    z-index: 3;
}

.cart-list {
    padding: 10px;
}

    .cart-list thead,
    .cart-list .info {
        display: none;
    }

    .cart-list .table > tbody > tr > td {
        vertical-align: middle;
    }

.cart-total {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 50px 10px 10px 10px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
}

/*To overwrite the cart-total properties in ScanProductMobile*/
#paymentButtonContainer {
    position: relative;
    padding: 10px;
}

.cart-empty .glyphicon-shopping-cart {
    font-size: 5em;
}

.cart-empty {
    text-align: center;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    padding: 20px;
    margin: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.cart-list .cart-empty {
    margin-top: 10vh;
}

.timeinput {
    width: 20%;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*Start: CSS for _deliverySitesMultiSelect.cshtml partial*/
.deliverySiteDisplay {
    display: flex;
}

    .deliverySiteDisplay table {
        width: 100% !important;
    }

.deliverySiteDisplay__buttons #add {
    height: 50px;
    margin: 50px 10px 0 10px;
    background-color: lightgray;
    display: flex;
    align-items: center;
    justify-content: center;
}

.deliverySiteDisplay__buttons #remove {
    height: 50px;
    margin: 50px 10px 0 10px;
    background-color: lightgray;
    display: flex;
    align-items: center;
    justify-content: center;
}

input#CurrentSettingAsInt {
    width: 150px;
}

div#chartContainer {
    margin-top: 10px;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.loading {
    background: url('/content/images/ajax-loader-200px.gif') no-repeat center center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
    background-color: whitesmoke;
    opacity: .6;
}

.table-transition-wrapper {
    max-height: none;
}

.table-wrapper {
    max-height: calc(100vh - var(--top-elements-height));
    overflow-y: auto;
    overflow-x: hidden;
    transition: max-height 1s;
}

/*KIOSK*/

.navigation-drawer {
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    pointer-events: auto;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    transition-property: transform, visibility, width;
    transform: translateX(0%);
    width: 100%;
    background-color: transparent;
    position: fixed;
}

.navigation-drawer--sticky {
    position: sticky;
    top: 100px;
}

.navigation-drawer--right {
    left: auto;
    right: 0;
}


.btn-kiosk {
    height: 50px;
    background-color: var(--white);
    border-radius: 10px;
    border: 2px solid var(--green);
    padding: 10px;
    min-width: 150px;
    font-size: 18px;
    font-weight: bold;
}

    .btn-kiosk[disabled] {
        background-color: transparent !important;
        color: var(--light-black) !important;
    }

    .btn-kiosk:hover,
    .btn-kiosk:active,
    .btn-kiosk:focus {
        background-color: var(--green);
        color: var(--white);
    }

.width--70 {
    width: 70%;
}

.width--30 {
    width: 30%;
}

.glyphicon-shopping-cart {
    font-size: 1.9em;
    padding: 10px;
    justify-content: center;
}

.shadow--subtle {
    box-shadow: rgb(0 0 0 / 5%) 0px 1px 5px 0px;
}

.width-50 {
    width: 50%;
}

.width-0 {
    width: 0px;
}

.font--bold {
    font: bold;
}

.text--word-break {
    word-break: break-word;
}

.border-bottom--light-grey {
    border-bottom: 1px solid var(--light-gray);
}

.border-bottom--dark-grey {
    border-bottom: 1px solid #dcdcdc;
}

.d-flex--row {
    display: flex;
    flex-direction: row;
}

@media (orientation: portrait) {
    .products-layout {
        width: 60%;
    }

    .cart-layout {
        width: 40%;
    }
}


@media (orientation: landscape) {
    .products-layout {
        width: 60%;
    }

    .cart-layout {
        width: 30%;
    }
}

#resetKioskModal .modal-content, #dicountKioskModal .modal-content, #dicountKioskModal .modal-content input {
    border-radius: 10px;
}

@media screen and (min-width: 1080px) and (orientation: portrait) {
    #productsWrapper {
        grid-template-columns: repeat( auto-fill, minmax(250px, 1fr) );
    }

    .bar {
        width: 90% !important;
    }

    #shoppingCartTable > tbody > tr > td,
    .table > tbody > tr > th,
    #shoppingCartTable > tfoot > tr > td,
    .table > tfoot > tr > th,
    #shoppingCartTable > thead > tr > td,
    .table > thead > tr > th {
        padding: 25px 10px 10px 10px !important;
    }

    .badge {
        width: 22px !important;
        height: 22px !important;
    }

    .badge__count {
        font-size: 1.2em !important;
        align-self: flex-start;
    }

    .prdinfo__image img {
        max-width: 500px;
        max-height: 500px;
    }

    #accordionProducts .product__image {
        width: 130px !important;
    }

    #categoryMenu a img,
    .product__image {
        max-width: 130px !important;
    }

    #accordionProducts .expand-position-for-picture-info-sign {
        left: 120px;
    }

    #myMenuBarContent .glyphicon.glyphicon-shopping-cart.menu-icon, #myMenuBarContent .glyphicon, .shopping-cart .glyphicon-shopping-cart {
        font-size: 38px;
    }

    .shopping-cart .btn-kiosk {
        height: 80px !important;
    }

    .btn-kiosk {
        height: 60px !important;
    }

    #language-menu {
        width: 300px !important;
    }

    body,
    .btn-kiosk,
    .shopping-cart, .shopping-cart .btn, .shopping-cart input,
    .product__name, .product__price,
    .searchbar,
    .prdinfo__basket-amount, input[type=text].prdinfo__basket-amount,
    .mglass {
        font-size: 20px !important;
    }

    #myMenuBarContent {
        height: 80px;
    }

    #wrapper {
        margin-top: 80px;
    }

    .modal-dialog {
        margin: 300px auto !important;
    }

    #upsellWrapper .prdinfo__image img {
        max-width: 300px;
        height: 300px;
    }

    .awaitPaymentWrapper {
        font-size: 20px;
        gap: 50px;
        margin: 300px 0 100px 0;
    }
}

.shopping-cart__eat-in-take-away.btn {
    border-bottom: 2px solid var(--green);
    border-right: none;
    border-left: none;
    border-top: none;
    text-decoration: none;
    background: var(--white);
    color: var(--light-black);
    box-shadow: none;
}


    .shopping-cart__eat-in-take-away.btn:hover,
    .shopping-cart__eat-in-take-away.btn:focus,
    .shopping-cart__eat-in-take-away.btn:active,
    .shopping-cart__eat-in-take-away.btn.active {
        text-decoration: none;
        background: var(--green) !important;
        color: var(--white);
        box-shadow: none;
    }

.upSell .tileProductName {
    position: absolute !important;
    background: rgb(255 255 255 / 70%);
    bottom: 0;
}

.upSell .tileNoImage.tileProductName {
    position: absolute !important;
    background-color: #f1f1f1;
    bottom: auto;
}

.upSell .prdinfo__image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.font-small-caps {
    font-variant: small-caps;
}

.kioskDialogueButton {
    width: 150px;
    height: 75px;
}

/* dt dd for order detail */
dt {
    float: left;
    width: 100px;
}

dd {
    margin-top: 5px;
    margin-left: 100px;
}

div.bar { background-color: white; }

.margin-top-div {
    padding-top: 10px;
    /* background-color: aqua; */
}

/*End: CSS for _deliverySitesMultiSelect.cshtml partial*/

/*# sourceMappingURL=new_site.css.map */

