:root {
    --grey1: #F3F4F5;
}

.order-navbar {
    background-color: var(--base1);
    min-height: 65px;
    color: var(--white);
}
.navbar.navbar-heading {
    background-color: var(--base1);
    color: var(--white);
}
.order-navbar h2,
.navbar.navbar-heading h2 {
    color: var(--white);
}

#searchProductsResult {
    height: calc(100% - 30px);
    overflow-y: scroll;
    left: 0;
    top: 53px;
    border: 1px solid #707070;
}

.navbar-heading h2 {
    margin: 0;
    line-height: 60px;
}

.product-search-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.5);
}

.order-navbar .btn {
    font-weight: 600;
}

.scroller {
    position: absolute;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 4000px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
    white-space: nowrap;
    min-width: 100%;
}

.order-navbar .nav-fill .nav-item {
    max-width: 380px;
}

.order-navbar .nav-item a,
.order-navbar .nav-item a:focus {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--base1);
}

.order-navbar .nav-item a.nav-link.active,
.order-navbar .nav-item a.btn:hover,
.order-navbar .nav-item a.btn.active:hover,
.order-navbar .nav-item a.btn:active {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}

nav.order-navbar a.navbar-btn-back {
    background-color: transparent;
    color: var(--white);
    font-size: 19px;
    line-height: 24px;
    font-weight: normal;
    border: none;
}

.order-navbar a.btn:not(:disabled):not(.disabled):focus,
.order-navbar a.btn:not(:disabled):not(.disabled):active,
.order-navbar a.btn:not(:disabled):not(.disabled):active:focus,
.order-navbar a.btn.active:not(:disabled):not(.disabled):focus {
    box-shadow: none;
}

.panel-title {
    font-weight: bold;
}

.menu-entries {
    -webkit-overflow-scrolling: touch;
}

.product-entry {
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0px 5px 45px 0px #00000026;
    border-radius: 12px;
}
.product-entry .quantity-bar,
.product-entry .quantity-bar .btn.btn-secondary:not(.disabled):not(.active):not(:hover) {
    background-color: var(--grey1);
    border-color: var(--grey1);
    color: var(--base1);
    box-shadow: none;
}
.product-entry .col-order-btn .btn {
    font-size: 17px;
}
.product-entry .quantity-bar .btn.btn-secondary:not(.disabled):not(.active):hover {
    background-color: var(--default-base4);
    color: var(--variant6);
}

.product-entry .product-sub-information {
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    padding-top: 3px;
    padding-bottom: 5px;
}

.product-entry .product-sub-information p {
    width: auto !important;
}

.product-entry .product-sub-information .product-subselection {
    font-style: italic;
}

#catalog .product-entry .product-image img {
    border-radius: 4px;
}

.swiper-slide {
    padding-bottom: 80px;
}
.swiper-slide .lazyloader {
    /*min-height: 100%;*/
}

.product-entry .product-properties .btn {
    padding: 0 6px 4px 6px;
}
.product-entry .product-properties .btn i {
    font-size: 10px;
}

/* Fixed bottom price compensation */
.shopping-cart {
    padding-bottom: 120px;
}
.shopping-cart hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.cartentry.removed .product-info, .cartentry.removed .price-info {
    text-decoration: line-through;
    opacity: 0.5;
}
.cartentry .btn-enable {
    display: none;
}
.cartentry.removed .btn-enable {
    display: block;
}
.cartentry .btn-remove {
    display: inline;
}
.cartentry.removed .btn-remove {
    display: none;
}

#questionSubmitLink:disabled {
    background-color: #aaa;
}

#mandatoryText {
    font-size: 11px;
}

.app-description img {
    display: block !important;
    height: auto !important;
    max-width: 100% !important;
}

.app-maximum {
    font-style: italic;
}

.contentblock-entry img {
    display: block !important;
    height: auto !important;
    max-width: 100% !important;
}

.tip-option {
    font-weight: 600;
    box-shadow: 0px 5px 45px 0px #00000026;
    border-radius: 12px;
}
.tip-option.selected {
    background-color: var(--base1);
    color: var(--white);
}

.catalogsection-header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 320px) {
    h2.text-fluid {
        font-size: 18px;
    }

    .btn.text-fluid {
        font-size: 12px;
        padding: 14px
    }
}
@media only screen and (min-width: 321px) and (max-width: 375px) {
    h2.text-fluid {
        font-size: 18px;
    }

    .btn.text-fluid {
        font-size: 16px;
        padding: 14px
    }
}
@media only screen and (min-width: 376px) and (max-width: 414px) {
    h2.text-fluid {
        font-size: 18px;
    }

    .btn.text-fluid {
        font-size: 17px;
        padding: 14px
    }
}

.product-subselect-label-text.soldout {
    text-decoration: line-through;
}

.old-price {
    text-decoration: line-through;
    font-size: smaller;
}

.product-entry .btn-discount {
    font-size: 22px;
    cursor: pointer;
}

.order-warning ul {
    list-style: none;
}
