/* SPACING */

.p-0 {
    padding: 0 !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.p-1 {
    padding: .25rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.p-2 {
    padding: .5rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.p-3 {
    padding: 1rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.p-5 {
    padding: 3rem !important
}

body {
    overflow-x: hidden;
}

.navbar.navbar-static-top .container-fluid .navbar-header {
    margin-left: 0;
    margin-right: 0;
}

#menubalkonder .navbar-toggle {
    margin-left: 0;
}

#mobile-footer-promos {
    padding-left: 35px;
}

#product-more-info-trigger {
    cursor: pointer;
}

/*#koopknop-sticky,*/
.pws-buy-button-sticky {
    position: fixed !important;
    bottom: 10px;
    /*width: 200px;*/
    z-index: 10 !important;
    left: 10px;
    transition: 0.2s ease-in-out;
    opacity: 0.8;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
    color: #333;
}

.pws-buy-button-sticky.display-table {
    display: table;
    /*padding: 0 10px;*/
}

/* Search suggestions */

#search-suggestions,
#search-suggestions-mobile {
    margin: 0;
    list-style: none;
    padding: 0;
    background-color: #ffffff;
    max-height: 360px;
    overflow-y: auto;
}

#search-suggestions {
    /*position: absolute;*/
    width: 100%;
}

#search-suggestions li,
#search-suggestions-mobile li {
    border-bottom: 1px solid #dcdcdc;
    padding: 5px 15px;
}

#search-suggestions li:last-child,
#search-suggestions-mobile li:last-child {
    border-bottom: none;
}

#search-suggestions li.selected {
    background-color: #f3e1dc;
}

/*
.social-icons,
#social > a,
#mobilenav #social-icons > a {
    color: #5c90b9;
}
*/

.social-icons:hover,
#social > a:hover,
#mobilenav #social-icons > a:hover {
    color: #212121;
}

/* BS SM */

@media (max-width: 991px) {
    #menuLinks.nav > li > a {
        padding: 15px 13px;
    }

    .container {
        width: 100%;
    }

    body {
        background-image: none !important;
    }

    #wrapper {
        border: 0;
        box-shadow: none;
    }

    #menubalkonder.fixed .navbar-header {
        position: fixed;
        padding: 0 20px;
        left: 0;
        right: 0;
        background: #ffffff;
        top: 0;
        transition: 0.2s ease-in-out;
    }

    #menubalkonder.small .navbar-header div > .btn {
        padding: 0;
        height: 30px;
        font-size: inherit;
        line-height: 30px;
    }

    #menubalkonder.fixed .rmm .rmm-menu {
        padding-top: 54px;
    }

    #menubalkonder.fixed.small .rmm .rmm-menu {
        padding-top: 38px;
    }

    #menubalkonder.nav-up .navbar-header {
        top: -50px;
    }

    .pws-buy-button-sticky.move-up {
        bottom: 10px;
    }

    /* Vimeo Embed */
    .embed-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
    }

    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-height: 295px;
    }

    #mobilenav #social-icons > a {
        margin-right: 20px;
    }

    #mobilenav #social-icons > a:last-child {
        margin-right: 0;
    }

    #artikelmenu {
        display: none !important;
    }

    .btn-mobilemenu {
        display: block !important;
    }
}

@media (min-width: 993px) {
    .rmm {
        display: none;
    }
}

/* BOOTSTRAP XS */
@media (max-width: 768px) {

    #headerbg {
        background-image: none;
        background-color: inherit;
    }

    .container, #wrapper {
        width: 100%;
        margin: 0;
        border: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        /*padding: 0; adds a small uncanted space to the right of wrapper */
    }

    #footer h4 {
        margin: 8px 0;
    }

    #footer h4 > a > i {
        width: 30px;
        text-align: center;
    }

    #footer ul {
        padding: 0 20px;
    }

    #top-mobile-search {
        margin-top: 10px;
    }

    #top-mobile-search input {
        font-size: 16px;
        /* size 16 fixes zoom on iOS! */
    }

    #top-mobile-search form {
        margin-bottom: 10px;
    }

    #content .promotions h2 {
        margin-top: 0;
    }

    #artikelfiche .koopknop.groot {
        width: 100%;
    }

    .pws-buy-button-sticky {
        /* width: 200px !important; */
    }

    #product-description-toggle {
        margin: 20px 0;
    }

    #mobilenav .social-icons-wrapper {
        padding: 0;
        background-color: #ffffff;
    }

    #mobilenav .social-icons {
        padding: 10px 0 5px;
        background-color: #ffffff;
    }

    /* Mobile product compare */
    #content {
        clear: both;
    }

    #vgl_toggle {
        width: 100%;
        margin-bottom: 20px;
    }

    #vgl_toggle #compareToggleText {
        display: block;
    }

    .productBox .compare label {
        display: block;
    }

    .productBox.compared,
    .productBox:hover {
        box-shadow: none;
        background: initial;
        padding: initial;
    }
}

@media (max-width: 480px) {

    h1 {
        font-size: 37px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 24px;
    }

    #toggle-mobile-menu > span {
        display: none;
    }

    .container, #wrapper {
        width: 100%;
        margin: 0;
        border: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .pws-buy-button-sticky {
        width: 70%;
    }

}

/* megatinyteenieweenie screens we still have to support for some obscure reason */
@media (max-width: 414px) {

    h1 {
        font-size: 31px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 22px;
    }

    #artikelficheMobile img.productImage {
        /*max-height: 280px;*/
    }

    #artikelficheMobile .prijs {
        font-size: 40px;
    }

    .productBox .price,
    /*.productBox .compareToggle,*/
    .productBox .koopknop {
        font-size: 160%;
        color: #374a6d
    }

}

@media (max-width: 375px) {

    h1 {
        font-size: 31px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 17px;
    }

    #artikelficheMobile img.productImage {
        /* max-height: 240px; */
    }

    #artikelficheMobile .prijs {
        font-size: 40px;
    }

    #content {
        margin: 0;
    }

}

@media (max-width: 320px) {

    h1 {
        font-size: 21px;
    }

    h2 {
        font-size: 19px;
    }

    h3 {
        font-size: 17px;
    }

    h4 {
        font-size: 15px;
    }

    #artikelficheMobile .productRef {
        float: right;
    }

    #artikelficheMobile img.productImage {
        /* max-height: 130px; */
    }

    #artikelficheMobile .prijs {
        font-size: 40px;
    }
}

#mobilenav .navbar-fixed-bottom {
    position: relative;
    /*background-color: #175f9b;*/
    background-image: none;
    border: none;
}

#mobilenav .navbar .navbar-toggle {
    margin: 0;
    padding: 10px 0;
    width: 25%;
}

#mobilenav button {
    border: none;
}

#mobilenav {
    /*background-color: #000;*/
    color: #fff;
    height: 83px;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: none;
}

@media (max-width: 991px) {
    #mobilenav {
        display: block !important; 
    }

    #mobilenav .navbar-header{
        float: none;
        height: 40px;
    }

    #mobilenav .navbar-toggle{
        display: block;
        background-color: #000;
    }

    #mobilenav .navbar-collapse{
        display: none !important;
    }

    #mobilenav .navbar-collapse.in{
        display: block !important;
    }

    #mobilenav .list-group {
        float: none;
    }

    #footer {
        display: none !important; 
    }
    
}

@media (min-width: 992px) {
    #footer {
        display: block !important; 
    }
}

#mobilenav .row {
    padding: 1%;
}

#mobilenav .mobilenavitem {
    margin: 1%;
    padding: 10% 1%;
}

#mobilenav .mobilenavitem:hover,
#mobilenav .list-group-item {
    background-color: #b5d2e7;
    color: #374a6d;
}

#mobilenav .list-group-item:before {
    font-family: 'Font Awesome\ 5 Pro';
    content: "\f192";
    margin-right: .5em;
}

#mobilenav #disclaimer a {
    color: #fff;
    text-decoration: underline;
}

#mobilenav #disclaimer {
    color: #fff;
    margin-top: 7px;
}

#mobileLogo {
    width: auto;
    height: 100%;
}

.btn-mobilemenu {
    color: #333;
    font-size: 20pt;
    padding: auto;
}

#mobilenav .navbar-inverse .navbar-toggle:focus, #mobilenav .navbar-inverse .navbar-toggle:hover {
    /*background-color: #337ab7;*/
}

#mobilenav .navbar .navbar-header {
    margin-top: 3px;
}

#mobilenav .navbar .container .navbar-collapse {
    border: none;
}

#sortering-mobile {
    margin-top: 10px;
}

#dortering-mobile .form-control {
    height: auto;
}

#btnMobileFilter,
#btnMobileSort {
    background-color: rgb(216, 233, 245);
}

#btnMobileFilter.collapsed,
#btnMobileSort.collapsed {
    background-color: transparent;
}

#filters-mobile,
#sort-mobile {
    background-color: rgb(216, 233, 245);
    padding: 0 10px;
}

.filters .list-group-item i {
    color: #3a87ad;
    width: 13px;
    font-size: 12px;
}

.filters #filterprijs {
    margin: 0 15px 35px;
}

.filters .btn-link, #filters .btn-link:hover {
    text-decoration: none;
}

.filters #filterhoofdwoord {
    margin-top: 10px;
}

.filters .filterUnderlined {
    border-bottom: 1px solid #f3e1dc;
    padding: 8px 0;
    margin: 4px 0;
}

.filters .filterSectionTitle {
    line-height: 38px;
}

.filters div.filterSectionTitle:first-of-type {
    margin-top: 0;
}

.filters .filterSubsectionTitle,
.filters .filterTitle {
    color: #374a6d;
    margin: 4px 0;
}

.filters .filterNoTitle {
    margin-top: 16px;
}

.filters .filterOptions {
    margin-bottom: 10px;
    padding: 5px;
}

.filters .valueInfo,
#filters-mobile .valueInfo {
    display: block;
    /* margin-left: 20px; */
    color: #777;
    font-size: 12px;

}

.filters .valueInfoInline,
#filters-mobile .valueInfoInline {
    display: inline;
    margin-left: 5px;
    color: #777;
    font-size: 12px;
}

.filters-mobile .valueInfo {
    padding: 7px 0;
}

.filtervalues-mobile {
    background-color: rgb(223, 237, 247);
}

.filters-mobile .filterOption {
    padding: 8px 0;
}

#footerAccordionMobile a:hover,
#footerAccordionMobile a:active { color: #212121 !important; }