﻿#maincontent {
    min-height: calc(100vh - 72px - 30px - 78px - 30px);
}

.sidebar {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 350px;
    height: 100%;
    overflow: hidden;
    background-color: #ffffff;
    z-index: 1030;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    font-size: 0.9rem;
    line-height: 1.6em;
}
.sidebar .row-pricing {
    margin-left: -5px;
    margin-right: -5px;
}
.sidebar .row-pricing .col,
.sidebar .row-pricing .col-1,
.sidebar .row-pricing .col-2,
.sidebar .row-pricing .col-3,
.sidebar .row-pricing .col-4,
.sidebar .row-pricing .col-5,
.sidebar .row-pricing .col-6,
.sidebar .row-pricing .col-7,
.sidebar .row-pricing .col-8,
.sidebar .row-pricing .col-9,
.sidebar .row-pricing .col-10,
.sidebar .row-pricing .col-11,
.sidebar .row-pricing .col-12 {
    padding-left: 5px;
    padding-right: 5px;
}

body.hassidebar #maincontent {
    padding-right: 350px;
}
.btn-users {
    font-size: 12px;
    padding: 12px;
}
.btn-users .fas {
    font-size: 28px;
}
.font-fave {
    font-family: fave-script-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}

[bxstaggroup] input[type="checkbox"] {
    pointer-events: none;
}
[bxstaggroup="include"] .active[bxsid] label {
}
[bxstaggroup="exclude"] .active[bxsid] label {
    text-decoration: line-through;
}
[bxstaggroup].open .fa-chevron-right,
[bxstaggroup]:not(.open) .fa-chevron-down,
[bxstaggroup]:not(.open) > div {
    display: none !important;
}

[bxstaggroup] h6 {
    cursor: pointer;
}
[bxstaggroup]:not(.open) h6 {
    margin-bottom: 0px;
}

[bxstaggroup] .fa-chevron-down,
[bxstaggroup] .fa-chevron-right {
    float: right;
    width: 19px;
    line-height: 19px;
}

.idx-store-product,
.idx-supplier {
    padding: 8px;
    background-color: #ffffff;
}

.zadenpakketten .idx-store-product .card-img-top,
.zadenpakketten .idx-supplier .card-img-top {
    height: 360px;
}
.idx-store-product .card-body,
.idx-supplier .card-body {
    padding: 0px;
    padding-bottom: 0px;
}

.idx-store-product .idx-store-product-title,
.idx-store-product .idx-store-product-price,
.idx-supplier .idx-store-product-title,
.idx-supplier .idx-store-product-price {
    font-size: 1.2em;
}

[data-amountincart="0"] .btn-danger {
    display: none !important;
}

ul[data-htmlrepeatertemplate="combinedproduct-tile"] [data-amountincart] .btn-danger {
    display: inline-block !important;
}

ul[data-htmlrepeatertemplate="combinedproduct-tile"] [data-amountincart="0"] .btn-danger {
    display: none !important;
}

.mobile-to-shoppingcart {
    display: none;
}

.sidebar h3[style*="font-size:52px"] {
    margin-top: 35px;
}
@media screen and (max-width: 750px) {
    .sidebar {
        transform: translateX(95%);
        overflow: unset;
    }
    .sidebar.active {
        transform: translateX(0%);
    }
    body.hassidebar #maincontent,
    body.hassidebar .footer,
    body.hassidebar nav.navbar {
        padding-right: 20px;
    }

    #divOogstperiode .btn {
        display: block;
        margin-bottom: 3px;
    }
    #divOogstperiode .btn:not(.active) {
        display: none;
    }

    h5 .font-fave {
        position: unset !important;
        display: block !important;
        height: auto !important;
        margin: 10px 0 20px;
    }

    div.filters {
        display: none;
    }
    .mobile-to-shoppingcart {
        display: block;
        position: fixed;
        bottom: 20px;
        left: 20px;
        right: 20px;
        z-index: 99;
        color: #fff !important;
        width: 85%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .sidebar.active .mobile-to-shoppingcart {
        left: -37px;
        right: auto;
        bottom: auto;
        width: auto;
        top: 30px;
        position: absolute;
        box-shadow: none;
    }
    .product-detail-card .card-img {
        position: unset;
    }
}
