/* =====================================================
        Multi Bazar Theme made by Serac.
========================================================

1 BASIC
    1.1 TYPOGRAFIE
    1.2 BUTTONS & LINKS
    1.3 ATTRIBUTEN
    1.4 POPUP ADD-TO-CART
2 HEADER
    2.1 NAVIGATIE
    2.2 MINICART
    2.3 SEARCH
    2.4 VOORPAGINA
    2.5 VOORPAGINA SLIDESHOW
    2.6 VOORPAGINA PRODUCTEN
    2.7 PAYMENTS
    2.8 FOOTER
    2.9 SIDEBAR
    2.9.1 CMS SIDEBAR LAYOUT
    2.9.2 SEARCH
3 CATEGORIE
4 CATALOG
    4.1 UPSELL
5 WIDGETS
    5.1 TEKST
    5.2 AFBEELDING
    5.3 PRODUCT IN DE KIJKER SHOWCASE
        - BUTTON VOOR IN DE KIJKER
6 CHECKOUT
7 RESPONSIVE
    5.1 HEADER
    5.2 CATEGORIE
    5.3 CATALOG


===================================================== */

/* ========================
1 BASIC
======================== */

/* @media only screen and (max-width: 960px) {
.nav-open .nav-toggle:after {
    background: rgba(0,0,0,0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
    box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
    left: 0;
    z-index: 99;
}

.nav-sections-items:before, .nav-sections-items:after {
    content: '';
    display: table;
}
} */

/* ========================
1.1 TYPOGRAFIE
======================== */

@import url('https://fonts.googleapis.com/css?family=Montserrat:700');

body {
    font-family: 'Arial', sans-serif;
}

h1 {
    color: #0669ae;
}

h2 {
    color: #0069b3;
    font-weight: 600;
}

h3 {
    color: #0669ae;
}

h4 {
    color: #0669ae;
}

p {
    margin-bottom: 2rem;
    font-weight: 700;
}

.widget .block-title strong {
    color: #0094ab;
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    vertical-align: middle;
}

/* ========================
1.2 BUTTONS & LINKS
======================== */

/* CART */

button.action.tocart.primary:after {
    content: '';
    position: relative;
    display: inline-block;
    background: url(../images/icons/svg/ICOON_LOS_WINKELKAR_WIT.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 21px;
    width: 19px;
    vertical-align: middle;
}

.catalog-product-view .product-info-main button.action.tocart.primary:after {
    content: '';
    position: relative;
    display: inline-block;
    background: url(../images/icons/svg/ICOON_LOS_WINKELKAR_WIT.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    vertical-align: middle;
}

button.action.subscribe.primary {
    background-color: #d5e7f2;
}

button.action.subscribe.primary span {
    color: #0069b3;
}

.field.password .control .input-text {
    z-index: 1;
}

/* ========================
1.3 ATTRIBUTEN
======================== */

.new-label {
    position: absolute;
    display: inline-block;
    width: 40%;
    text-transform: uppercase;
    background: #0669ae;
    color: white;
    font-weight: 600;
    z-index: 10;
    border-radius: 0px 0px 15px 15px;
    text-align: center;
    padding: 2px 5px;
    vertical-align: middle;
    box-sizing: border-box;
    top: 0;
    left: 0;
}

.vrij-invulbaar {
    position: absolute;
    display: inline-block;
    width: 60%;
    text-transform: uppercase;
    background: #e21721;
    color: white;
    font-weight: 600;
    z-index: 2;
    border-radius: 0px 0px 15px 15px;
    text-align: center;
    padding: 2px 5px;
    vertical-align: middle;
    box-sizing: border-box;
    right:0;
    top: 0;
}

.page-layout-multi-bazar-home .new-label {
    position: absolute;
    display: inline-block;
    width: 40%;
    text-transform: uppercase;
    background: #0669ae;
    color: white;
    font-weight: 600;
    z-index: 10;
    border-radius: 0px 0px 15px 15px;
    text-align: center;
    padding: 2px 5px;
    vertical-align: middle;
    box-sizing: border-box;
    top: 0;
    left: 5px;
}

.page-layout-multi-bazar-home .vrij-invulbaar {
    position: absolute;
    display: inline-block;
    width: 56%;
    text-transform: uppercase;
    background: #e21721;
    color: white;
    font-weight: 600;
    z-index: 2;
    border-radius: 0px 0px 15px 15px;
    text-align: center;
    padding: 2px 5px;
    vertical-align: middle;
    box-sizing: border-box;
    right: 5px;
    top: 0;
}

.catalog-product-view .new-label {
    position: relative;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    background: #0669ae;
    color: white;
    font-weight: 600;
    z-index: 10;
    border-radius: 15px 15px 0px 0px;
    text-align: center;
    padding: 6px 30px;
    vertical-align: middle;
    box-sizing: border-box;
    margin-right: -4px;
}

.catalog-product-view .vrij-invulbaar {
    position: relative;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    background: #e21721;
    color: white;
    font-weight: 600;
    z-index: 1;
    border-radius: 15px 15px 0px 0px;
    text-align: center;
    padding: 6px 30px;
    vertical-align: middle;
    box-sizing: border-box;
}

.catalog-product-view .block.related .vrij-invulbaar {
    position: absolute;
    display: inline-block;
    width: 56%;
    text-transform: uppercase;
    background: #e21721;
    color: white;
    font-weight: 600;
    z-index: 2;
    border-radius: 0px 0px 15px 15px;
    text-align: center;
    padding: 2px 5px;
    vertical-align: middle;
    box-sizing: border-box;
    right: 5px;
    top: 0;
}

.catalog-product-view .block.related .new-label {
    position: absolute;
    display: inline-block;
    width: 40%;
    text-transform: uppercase;
    background: #0669ae;
    color: white;
    font-weight: 600;
    z-index: 10;
    border-radius: 0px 0px 15px 15px;
    text-align: center;
    padding: 2px 5px;
    vertical-align: middle;
    box-sizing: border-box;
    top: 0;
    left: 5px;
}

.catalog-product-view .widget-viewed-grid .new-label {
    position: absolute;
    display: inline-block;
    width: 40%;
    text-transform: uppercase;
    background: #0669ae;
    color: white;
    font-weight: 600;
    z-index: 10;
    border-radius: 0px 0px 15px 15px;
    text-align: center;
    padding: 5px 5px;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 0.9em;
    top: 0;
    left: 5px;
}

.catalog-product-view .widget-viewed-grid .vrij-invulbaar {
    position: absolute;
    display: inline-block;
    width: 55%;
    text-transform: uppercase;
    background: #e21721;
    color: white;
    font-weight: 600;
    z-index: 2;
    border-radius: 0px 0px 15px 15px;
    text-align: center;
    padding: 5px 5px;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 0.9em;
    right: 6px;
    top: 0;
}


.customer-account-forgotpassword .page-main>.page-title-wrapper .page-title:before, .customer-account-create .page-main>.page-title-wrapper .page-title:before, .customer-account-login .page-main>.page-title-wrapper .page-title:before {
    content: '';
    position: relative;
    display: inline-block;
    background: url(../images/icons/svg/ICOON_BOL_INLOGGEN_BLAUW.svg);
    background-repeat: no-repeat;
    height: 40px !important;
    width: 40px !important;
    margin-left: 0px;
    vertical-align: middle;
}

.page-main>.page-title-wrapper .page-title {
    color: #0669ae;
    font-weight: 700;
    padding-left: 0px;
}

/* ========================
1.4 POPUP ADD-TO-CART
======================== */

div#mb-ajaxcart-wrapper {
    width: 800px;
    position: relative;
    float: left;
}

.mb-ajaxsuite-popup-wrapper .mb-login-popup-title {
    padding: 10px;
    text-transform: inherit !important;
    text-align: left !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.mb-ajaxsuite-popup-wrapper {
    border-radius: 20px;
}

.mb-ajax-details {
    width: 60%;
    display: inline-block;
    float:left;
}

.mb-ajax-details-small {
    display:inline-block;
    vertical-align: super;
}

.ajaxcart-buttons.ajaxsuite-buttons {
    display: inline-block;
    width: 100%;
    float: left;
	text-align: center;
}

.mb-message-successs {
    color: #0092bb;
    font-size: 1em;
    margin: 0px 0px;
}

.ajax-custom {
    border-radius: 11px;
    text-align: center;
    font-size: 1.3em !important;
    padding: 10px 10px !important;
}

.ajax-custom {
    border-radius: 11px;
    text-align: left;
    font-size: 1.3em !important;
    padding: 10px 10px 10px 50px !important;
    background: url(../images/icons/svg/ICOON_BOL_PIJL_RECHTS_WIT.svg) !important;
    background-color: #0669ae !important;
    background-repeat: no-repeat !important;
    background-size: 25px !important;
    background-position-y: center !important;
    background-position-x: 10px !important;
}

.related-price {
    color: #921212;
    text-align: right;
}

/*
.ajax-custom:before {
    content: '';
    display: inline-flex;
    background: url(../images/icons/svg/ICOON_BOL_PIJL_RECHTS_WIT.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    vertical-align: middle;
} */

.ajax-custom > span {
    vertical-align: middle;
}

.ajax-custom-trans {
    border: 1px solid transparent !important;
	font-size: 14.5px !important;
    width: auto;
    margin-top: 5px;
    text-align: left;
    text-decoration: underline;
    padding: 10px 10px 10px 50px !important;
    background: url(../images/icons/svg/ICOON_BOL_PIJL_RECHTS_BLAUW.svg) !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-size: 25px !important;
    background-position-y: center !important;
    background-position-x: 10px !important;
    color: #0669ae !important;
}

.ajax-custom-trans > span {
    color: #0669ae;
    vertical-align: middle;
}

.ajax-shipping-info {
    text-align: left;
    color: #0669ae;
    font-weight: 700;
    vertical-align: middle;
    height: 20px;
    float:left;
}

/* .ajax-shipping-info:after {
    content: '';
    position: relative;
    display: inline-block;
    background: url(../images/icons/svg/ICOON_LOS_VRACHTWAGEN_VERZENDING_BLAUW.svg);
    background-position: 0px -2px;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    vertical-align: bottom;
    margin-left: 5px;
} */

/* #mb-ajaxcart-wrapper .ajaxcart-success-box .success-content {
    height: auto !important;
} */

.mb-ajaxsuite-popup-border .block.related {
    border-top: 0px solid lightgrey !important;
}

#mb-ajaxcart-wrapper .block-title.title {
    display: none;
}

.success-content .products-grid .product-item {
    width: 33.3333%;
    border: 1px solid rgba(88,88,90,0.7);
    display: inline-block;
    float: left;
}

.mb-ajaxsuite-popup-border.ajaxcart-success-box .block.related .product-item-info {
    width: auto;
}

.mb-ajaxsuite-popup-border.ajaxcart-success-box .block.related .product-item-details {
    padding: 10px;
    text-align: left;
}

.mb-ajaxsuite-popup-border.ajaxcart-success-box .block.related .related-available .product-item-name {
    height: 50px;
    width: 70%;
    display: inline-block;
    margin-left: 0px;
}

.mb-ajaxsuite-popup-border.ajaxcart-success-box .products.wrapper.grid.products-grid.products-related {
    float: left;
    width: 100%;
    margin: 0px 0px;
    text-align: left;
    box-sizing: border-box;
}

.mb-ajaxsuite-popup-border.ajaxcart-success-box ol.products.list.items.product-items {
    height: 339px;
    overflow: hidden;
}

.mb-ajaxsuite-popup-border.ajaxcart-success-box .checkbox.related {
    display: none;
}

.mb-ajaxsuite-popup-border.ajaxcart-success-box .block-actions {
    display: none;
}

div#mb-ajaxcart-wrapper form#product_addtocart_form {
    padding: 20px;
    box-sizing: border-box;
}

div#mb-ajaxcart-wrapper .product-add-form {
    padding-right:20px;
}

/*
.ajax-custom-trans:before {
    content: '';
    display: inline-flex;
    background: url(../images/icons/svg/ICOON_BOL_PIJL_RECHTS_BLAUW.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    vertical-align: middle;
}*/

/* ========================
2 HEADER
======================== */
.page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #ffffff;
    color: #58585A;
}

@media (max-width: 768px) {
    .page-header .panel.wrapper {
        border-bottom: none;
    }
}

.header.panel>.header.links>li>a, .header.panel>.header.links>li>a:visited {
    color: #58585A;
}

.header.panel span.customer-name:before {
    content: '';
    position: relative;
    display: inline-block;
    background: url(../images/icons/svg/ICOON_BOL_INLOGGEN_GRIJS.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    margin-right: 5px;
}

.header.links > li > .phone-link:before {
    content: '';
    position: relative;
    display: inline-block;
    background: url(../images/icons/svg/ICOON_BOL_TELEFOON_GRIJS.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    margin-right: 5px;
}

.header.links > li > .contact-us-link:before {
    content: '';
    position: relative;
    display: inline-block;
    background: url(../images/icons/svg/ICOON_BOL_CONTACT_GRIJS.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    margin-right: 5px;
}

.header.links > li.authorization-link > a:before {
    content: '';
    position: relative;
    display: inline-block;
    background: url(../images/icons/svg/ICOON_BOL_INLOGGEN_GRIJS.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    margin-right: 5px;
}

.header.panel>.header.links>.authorization-link:after {
    content: '';
    display: inline-block;
}

.top_header_usp_block {
    display: inline-block;
    font-weight: 700;
    color: #0669ae;
}

.top_header_usp_block:after {
    content: '';
    position: relative;
    display: inline-block;
    background: url(../images/icons/svg/ICOON_LOS_VRACHTWAGEN_VERZENDING_BLAUW.svg);
    background-position: 0px -2px;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    margin-left: 5px;
}

.page-header {
    background: #0669ae;
}

.header.content {
    padding: 0px 20px 0;
}

.logo {
    margin: 6px 0 0px 0;
    padding: 5px 0 10px 0;
}

/* KAN PROBLEMEN VEROORZAKEN IN MOBILE */
.block-search {
    float: none;
    padding-left: 15px;
    position: relative;
    width: 40%;
    z-index: 4;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    display:block;
}
/* ---- */

/* Zoekbalk */
.block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
    border-radius: 10px;
    border: 0px;
    min-width: 210px;
}

@media (max-width: 960px) {
    .block-search input {
        height: 30px;
        font-size: 14px;
    }
}

body.searchautocomplete__active .block-search {
    width: 40%;
}

.block-search .control {
    border-top: 0px solid #ccc;
    clear: none;
}

.block-search .action.search:before {
    line-height: 50px;
}

.minicart-wrapper {
    padding-top: 13px;
}

.minicart-wrapper .action.showcart:before {
    content: '';
    position: relative;
    display: inline-block;
    background: url(../images/icons/svg/ICOON_BOL_WINKELKAR_GROEN.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 33px;
    width: 33px;
    vertical-align: middle;
}

.minicart-wrapper .action.showcart .counter.qty {
    background: #CC071E;
    color: #fff;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    margin: 3px 0 0;
    min-width: 20px;
    overflow: hidden;
    padding: 0 3px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: -11px;
    top: 0;
}

.minicart-wrapper .action.showcart .counter-number {
    text-shadow: 0 0 0px #000;
}

.minicart-wrapper .action.showcart .text {
    position: relative;
    float: none;
    /*display: inline-block; Commented out here and added to @media rules*/
    width: auto;
    height: auto;
    vertical-align: middle;
    align-items: center;
    color: white;
}

.transparent-background {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: rgba(0,0,0,0.7);*/
    z-index: 1;
    display:none;
    opacity:1;
    /* transition: all 0.3s linear; */
}

/* .transparent-background { ----------------> backup
    position: fixed;
    visibility: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    opacity:0;
    transition: all 0.3s linear;
    z-index: 1;
} */

/* .sections.nav-sections:hover ~ .transparent-background {
    visibility: visible;
    opacity: 1;
} */

.section-item-content:hover ~ .transparent-background {
    visibility: visible;
    opacity: 1;
}

@media (min-width: 961px) {

    .page-header {
        position: fixed;
        position: -webkit-sticky;
        position: sticky;
        z-index: 200;
        top:0;
        width: 100%;
    }

    .sections.nav-sections {
        position: fixed;
        position: -webkit-sticky;
        position: sticky;
        z-index: 2;
        top: 103px;
        width: 100%;
    }

    .horizontal-menu .megaitemicons>i {
        max-height: 70px;
        transition: max-height 0.4s;
    }

    .horizontal-menu.extra .megaitemicons>i {
        max-height: 0px;
        transition: max-height 0.4s;
    }

    .section-items.nav-sections-items {
        border-bottom: 1px solid #0669ae;
    }

    /*.horizontal-menu.extra .menu-dropdown-icon {
         padding: 0px 5px 0px 10px !important;
        padding: 0px 0px 0px 0px !important; ==================== uit 23-10-2018
    }*/

    .horizontal-menu.extra .menu-dropdown-icon a:before {
        content: "" !important;
    }

    .header.links > li > .phone-link {
        pointer-events: none;
        cursor: default;
    }
}

@media (max-width: 960px) {
    .page-header {
    position:fixed;
    background: #0669ae;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 200;
    width: 100%;
    }
}

@media (min-width: 769px) {
    /*.page-header {
        position: fixed;
        position: -webkit-sticky;
        position: sticky;
        z-index: 200;
        top:0;
        width: 100%;
    }

    .sections.nav-sections {
        position: fixed;
        position: -webkit-sticky;
        position: sticky;
        z-index: 2;
        top: 103px;
        width: 100%;
    }

    .horizontal-menu.extra .megaitemicons {
        display: none;
    }

    .horizontal-menu.extra .menu-dropdown-icon {
        padding: 0px 5px 0px 10px !important;
    }

    .horizontal-menu.extra .menu-dropdown-icon a:before {
        content: "" !important;
    } */
}

@media only screen and (max-width: 878px) {
    .section-item-content .menu-container .menu>ul>li:hover>ul {
        display: block;
    }
}


@media (max-width: 768px) {
    .block-search .control {
    border-top: 0px solid #ccc;
    clear: both;
    }

    body.searchautocomplete__active .block-search {
        width: auto;
}

    .block-search {
    float: none;
    padding-left: 0px;
    position: relative;
    width: auto;
    z-index: 4;
    margin-left: 0;
    margin-right: 0;
    padding-top: 7px;
    display: block;
    }

    /* .page-header { ================= 23-10
    position:fixed;
    background: #0669ae;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 200;
    width: 100%;
    } */
}
@media (min-width: 768px) and (max-width: 960px) {
    .block-search {
        margin-top: 7px;
    }
}

/* ========================
2.1 NAVIGATIE
======================== */

.nav-sections {
    background: #ffffff;
    margin-bottom: 0px;
    text-transform: uppercase;
    text-align:center;
}

.navigation {
    background: #ffffff;
}

.list-wrapper {
    display: inline-block;
    position: relative;
    float: right;
    padding-top: 10px;
}

.list-wrapper .action.showlist:before {
    content: '';
    position: relative;
    display: inline-block;
    background: url(../images/icons/svg/ICOON_BOL_LIJSTEN_GROEN.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 33px;
    width: 33px;
    vertical-align: middle;
}

.list-wrapper .action.showlist .text {
    position: relative;
    float: none;
    width: auto;
    height: auto;
    vertical-align: middle;
    align-items: center;
    color: white;
}

/* Hover delay menu-items */

@media (min-width: 961px) {

    .section-item-content .menu-container .menu-dropdown-icon:before {
        display: none;
    }

    .section-item-content .menu-container .menu > ul > li > ul {
        transition-delay: 0.2s;
    }

    .section-item-content .menu-container .menu > ul > li:hover > ul {
        display:unset;
        visibility: visible;
        opacity: 1;
        transition: visibility 1s, opacity 2s linear;
        transition-delay: 0.2s;
    }
}

@media (max-width: 1300px) {
    .list-wrapper .action.showlist .text {
        display: none;
    }

    .list-wrapper .action.showlist:before {
        padding-right: 10px;
    }
}

.section-item-content .menu-container .menu>ul>li>a {
    font-size: 9.5px;
    padding: .0em 0em;
    line-height: 2;
    color: #0069b3;
}

.section-items.nav-sections-items {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
}

.megaitemicons {
    margin: 0 0px 0 0;
}

.baby-icon {
    position: relative;
    display: block;
    background: url('../images/icons/category/svg/ICOON_LOS_BABY_WIT.svg');
    background-color: #e1047b;
    background-size: 35px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
}

.reizen-icon {
    position: relative;
    display: block;
    background: url('../images/icons/category/svg/ICOON_LOS_REIZEN_WIT.svg');
    background-color: #a51114;
    background-size: 35px;
    background-position: center 45%;
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
}

.bureel-icon {
    position: relative;
    display: block;
    background: url('../images/icons/category/svg/ICOON_LOS_BUREEL_WIT.svg');
    background-color: #57575a;
    background-size: 35px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
}

.speelgoed-icon {
    position: relative;
    display: block;
    background: url('../images/icons/category/svg/ICOON_LOS_SPEELGOED_WIT.svg');
    background-color: #169cd8;
    background-size: 40px;
    background-position: center 40%;
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
}

.buiten-icon {
    position: relative;
    display: block;
    background: url('../images/icons/category/svg/ICOON_LOS_BUITEN_WIT.svg');
    background-color: #96c13a;
    background-size: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
}

.dhz-icon {
    position: relative;
    display: block;
    background: url('../images/icons/category/svg/ICOON_LOS_DHZ_WIT.svg');
    background-color: #e95e20;
    background-size: 37px;
    background-position: center 41%;
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
}

.kledij-icon {
    position: relative;
    display: block;
    background: url('../images/icons/category/svg/ICOON_LOS_FASHION_WIT.svg');
    background-color: #e21721;
    background-size: 35px;
    background-position: center 45%;
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
}

.inrichten-icon {
    position: relative;
    display: block;
    background: url('../images/icons/category/svg/ICOON_LOS_INTERIEUR_WIT.svg');
    background-color: #0D3082;
    background-size: 35px;
    background-position: center 45%;
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
}

.wonen-icon {
    position: relative;
    display: block;
    background: url('../images/icons/category/svg/ICOON_LOS_WONEN_WIT.svg');
    background-color: #80318b;
    background-size: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
}

.elektro-icon {
    position: relative;
    display: block;
    background: url('../images/icons/category/svg/ICOON_LOS_ELEKTRO_WIT.svg');
    background-color: #292565;
    background-size: 45px;
    background-position: center 20%;
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
}

.verzorging-icon {
    position: relative;
    display: block;
    background: url('../images/icons/category/svg/ICOON_LOS_VERZORGING_WIT.svg');
    background-color: #B74EA3;
    background-size: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
}

.verlichting-icon {
    position: relative;
    display: block;
    background: url('../images/icons/category/svg/ICOON_LOS_VERLICHTING_WIT.svg');
    background-color: #f1b914;
    background-size: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
}

.dieren-icon {
    position: relative;
    display: block;
    background: url('../images/icons/category/svg/ICOON_LOS_DIEREN_WIT.svg');
    background-color: #673B17;
    background-size: 40px;
    background-position: center 40%;
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
}

.media-icon {
    position: relative;
    display: block;
    background: url('../images/icons/category/svg/ICOON_LOS_MEDIA_WIT.svg');
    background-color: #219A9A;
    background-size: 45px;
    background-position: 60% 50%;
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
}

.kerst-icon {
    position: relative;
    display: block;
    background: url('../images/icons/category/svg/ICOON_LOS_KERST_WIT.svg');
    background-color: #076837;
    background-size: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
}

/* MEGA MENU */

.megamenu-heading {
    display: flex;
    width: 100%;
    text-transform:uppercase;
}

.baby-round-icon {
    position: relative;
    display: inline-flex;
    background: url('../images/icons/category/svg/ICOON_BOL_BABY_KLEUR.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
}

/* .section-item-content .menu-container .menu>ul>li ul li a:before { ===========> Old
    content: "";
} */

.section-item-content .menu-container .menu>ul>li ul li a:before {
    content: "";
    font-size: 0px;
    vertical-align: top;
    font-weight: normal;
    font-family: "FontAwesome";
    color: #333;
    line-height: 0px;
    margin: 0px 0px 0 0px;
}

.subitem1 {
        list-style: disc inside none;
}

.sub-categories {
    position: relative;
}

.sub-sub-categories {
    width: 50%;
    display: inline-block;
    position: absolute;
    right: 0;
}

.subitem {
    list-style: disc inside none;
}

.section-item-content .menu-container .menu>ul>li>ul {
    padding: 14px 0px 0px;
    border: 0px solid transparent;
    border-top: 50px solid transparent;
    background: transparent;
    box-shadow: 0 0px 0px rgba(0,0,0,0.0);
}

.megaStaticBlock {
    text-align: left;
    color: black;
    text-transform: initial;
    background: white;
    border-radius: 17px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
}

/* EIND */

/* MEGA MENU */

.section-item-content .menu-container .menu>ul>li ul li {
    position: relative;
    float: left;
    width: 100%;
    display: block;
    padding: 0px 0px;
}

.section-item-content .menu-container .menu>ul>li ul li a:hover {
    color: #bfbfbf;
    padding: 0 0 0 0px;
    /* color: #0669ae; */
}

.mainCats {
    display: block;
    width: 20%;
    float: left;
    position: relative;
    box-sizing: border-box;
    padding: 10px 0px 10px 10px;
}

.menu > ul > li > .column1 {
    border-radius: 17px;
}

.section-item-content .menu-container .menu>ul>li ul {
    margin: 0 0 0px 0;
    float: left;
    width: 100%;
    padding: 0;
    list-style: none;
    box-sizing:border-box;
}

.megaStaticBlock>ul>li div>.subCatsList {
    width: 30% !important;
    display: inline-block;
    min-height: auto;
    background: #C8E2EF;
}

.megaStaticBlock >ul>li>div>.promo-category {
    display: flex;
    width: 30%;
    float: left;
    height: 100%;
    padding: 10px 0px;
    box-sizing: border-box;
}

/* .megaStaticBlock >ul>li>div>.info-category { ==============> Old
    position: relative;
    display: block;
    width: 20%;
    float: left;
    height: 100%;
} */

.megaStaticBlock >ul>li>div>.info-category {
    position: relative;
    display: block;
    width: 20%;
    float: left;
    height: 100%;
    background: #c8e2ef;
    border-radius: 0px 17px 17px 0px;
}

.subheight {
    height: 100%;
}

.subCatsList > li {
    align-items: flex-start;
}

.wrap-mainCat {
    display:flex;
    vertical-align:middle;
    padding-bottom: 20px;
}

.cat-align {
    position: relative;
    display: inline-flex;
    height: 100%;
    vertical-align: top; /* middle */
    align-items: center;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: #0669ae;
    padding-left: 10px;
}

.catInfotext {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    font-size: 22px;
    text-transform: lowercase;
    font-weight: 700;
    color: #0669ae;
}

.catInfotext::before {
    content: "";
    margin: 0 10px 0 0;
}

.catAdvicetext {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    font-size: 22px;
    text-transform: lowercase;
    font-weight: 700;
    color: #0669ae;
}

.catAdvicetext::before {
    content: "";
    margin: 0 10px 0 0;
}

.promo-category > .widgetimage {
    /* display:block; */
    display:flex;
    align-items: center;
}

/* .menu-cat-moreinfo { ========================> Old
    width: 100%;
    float: left;
    padding: 10px 0px 10px 10px;
    box-sizing: border-box;
    max-height: 50%;
    min-height: 50%;
} */

.menu-cat-moreinfo {
    width: 100%;
    float: left;
    padding: 10px 0px 10px 10px;
    box-sizing: border-box;
    background: white;
    border-radius: 0px 17px 0px 0px;
}

/* .menu-cat-advice { ========================> Old
    width: 100%;
    background: #c8e2ef;
    float: left;
    border-top: 1px solid #0669ae;
    padding: 10px 0px 10px 10px;
    box-sizing: border-box;
    border-radius: 0px 0px 17px 0px;
    max-height: 50%;
    min-height: 50%;
} */

.menu-cat-advice {
    width: 100%;
    background: #c8e2ef;
    float: left;
    border-top: 1px solid #0669ae;
    padding: 10px 0px 10px 10px;
    box-sizing: border-box;
    border-radius: 0px 0px 17px 0px;
}

.wrap-icontext {
    display: flex;
    vertical-align: middle;
    float:left;
    width: 100%;
    padding-bottom: 10px;
}

.subCatsList {
    height: 100%;
    min-height: 100%;
    position: relative;
    display: inline-block; /* !important; MOET OP IMPORTANT */
    vertical-align: middle;
    padding: 75px 25px 25px !important;
}

.section-item-content .menu-container .menu > ul > li .subCatsList {
    display:inline-block;
}

/* ICONS */

.mainCatImage-Baby {
    content: '';
    display: inline-flex;
    background: url('../images/icons/category/svg/ICOON_BOL_BABY_KLEUR.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
}

.mainCatImage-Reizen {
    content: '';
    display: inline-flex;
    background: url('../images/icons/category/svg/ICOON_BOL_REIZEN_KLEUR.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
}


.catInfo {
    content: '';
    display: inline-flex;
    background: url('../images/icons/svg/ICOON_BOL_INFO_BLAUW.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
}

.catAdvice {
    content: '';
    display: inline-flex;
   /* background: url('../images/icons/svg/ICOON_BOL_ONS_ADVIES_BLAUW.svg'); */
    background-position: center center;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
}

.hiddenMenuBlocks {
    display: none;
}

.hidden {
    display: none;
}

.activeMenuBlocks > a {
    color: #bfbfbf !important;
}

.activeMenuBlocks > a:visited {
    color: #bfbfbf;
}

.section-item-content .menu-container .menu>ul>li:hover {
    /* background: #0669ae; */
        background: transparent;
    color: #fff;
}

/* == gezet 23-10 */
ul.mainCatsList {
    display: table !important;
}

/* EIND */

.all-shops-wrap {
    text-align: left;
    font-weight: bold;
    font-size: 0.9em;
    border-bottom: 1px solid lightgrey;
}

.all-shops-wrap > a {
    display:block;
}

.all-shops-wrap .all-categories-text {
    display: table-cell;
    vertical-align: middle;
}

.all-categories-wrap {
    text-align: left;
    font-weight: bold;
    font-size: 0.9em;
    border-bottom: 1px solid lightgrey;
}

.all-categories-wrap > a {
    display:block;
}

.all-categories-wrap .all-categories-text {
    display: table-cell;
    vertical-align: middle;
}

.all-categories-icon-block {
    height: 50px;
    width: 55px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

@media (min-width: 1601px) {

    .catalog-product-view .slick-slider .slick-list {
    border-right: 0px solid;
    margin-bottom: -5px;
}

    .section-item-content .menu-container .menu>ul>li:first-child {
    padding-left: 150px;
}

.section-item-content .menu-container .menu>ul>li:last-child {
    padding-right: 150px;
}

.megaStaticBlock {
    margin-left: 0% !important;
    width: 100% !important;
}

/*  .megaStaticBlock { ============================= AANPASSING 23-10
    margin-left: -18% !important;
    width: 140% !important;
} */

.mainCatsList > li > a {
    list-style-type: disc;
    display: list-item;
    list-style-position: inside;
}

/* .subCatsList > li > a { ===================== T:12538
    list-style-type: disc;
    display: list-item;
    list-style-position: inside;
} */

/* { ===================== T:12538 */
.subCatsList > li {
    list-style-type: disc !important;
    display: list-item !important;
    list-style-position: inside !important;
}
}

@media (max-width: 1600px) {
    .nav-sections {
        background: #ffffff;
        margin-bottom: 0px;
        text-transform: uppercase;
        text-align:center;
        border-bottom: 1px solid #0669ae;
    }
}

@media (min-width: 1301px) and (max-width: 1600px) {

    .section-item-content .menu-container .menu>ul>li:first-child {
    padding-left: 100px;
}

.section-item-content .menu-container .menu>ul>li:last-child {
    padding-right: 100px;
}

.megaStaticBlock {
    margin-left: 0% !important;
    width: 100% !important;
}

/*  .megaStaticBlock { =========================== AANPASSUING 23-10
    width: 126% !important;
    margin-left: -13% !important;
} */

.mainCatsList > li > a {
    list-style-type: disc;
    display: list-item;
    list-style-position: inside;
}

.subCatsList > li {
    list-style-type: disc !important;
    display: list-item !important;
    list-style-position: inside !important;

}
}

@media only screen and (max-width: 960px) {
.nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    /* width: calc(100% - 54px); */
    width: calc(70% - 54px);
}

.nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
    box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
    left: 0;
    z-index: 999;
}

.nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
}

.section-item-title.nav-sections-item-title.active {
    display: block;
    border: 0px;
}

.nav-sections-item-title {
    background: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
}

.nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    /* margin-left: -100%; */
    /* margin-top: 71px; */
    width: 100%;
    /* padding: 25px 0; */
}

.nav-open .page-wrapper {
    left: 80%;
    left: calc(70% - 54px);
    /* left: calc(100% - 54px); */
}

.nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
}

.section-items.nav-sections-items {
    display:block;
}

.nav-open .nav-toggle:after {
    background: rgba(0,0,0,0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.all-categories-icon {
    height: 30px;
    width: 30px;
    background-size: 30px;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    background: url('../images/icons/svg/ICOON_BOL_PIJL_LINKS_GRIJS.svg');
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
}

.baby-icon {
    height: 55px;
    width: 55px;
    background-size: 30px;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
}

.bagagerie-icon {
    height: 55px;
    width: 55px;
    background-size: 30px;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
}

.bureel-icon {
    height: 55px;
    width: 55px;
    background-size: 30px;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
}

.speelgoed-icon {
    height: 55px;
    width: 55px;
    background-size: 30px;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
}

.buiten-icon {
    height: 55px;
    width: 55px;
    background-size: 30px;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
}

.dhz-icon {
    height: 55px;
    width: 55px;
    background-size: 30px;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
}

.kledij-icon {
    height: 55px;
    width: 55px;
    background-size: 30px;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
}

.inrichten-icon {
    height: 55px;
    width: 55px;
    background-size: 30px;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
}

.wonen-icon {
    height: 55px;
    width: 55px;
    background-size: 30px;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
}

.elektro-icon {
    height: 55px;
    width: 55px;
    background-size: 30px;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
}

.verzorging-icon {
    height: 55px;
    width: 55px;
    background-size: 30px;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
}

.verlichting-icon {
    height: 55px;
    width: 55px;
    background-size: 30px;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
}

.dieren-icon {
    height: 55px;
    width: 55px;
    background-size: 30px;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
}

.media-icon {
    height: 55px;
    width: 55px;
    background-size: 30px;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
}


.kerst-icon {
    height: 55px;
    width: 55px;
    background-size: 30px;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
}

.section-item-content .menu-container .menu>ul>li {
    width: 100%;
    text-align: left;
}

.section-item-content .menu-container .menu>ul>li.menu-dropdown-icon>a:before {
    content: "";
}

    .section-item-content .menu-container .menu>ul>li>ul {
        position: relative;
    }

    .section-item-content .menu-container .menu>ul>li:hover {
    background: transparent;
    color: #0069b3;
}

.section-item-content .menu-container .menu>ul>li:hover {
    background: transparent;
    color: #0069b3;
}

.section-item-content .menu-container .menu>ul>li:hover>a {
    color: #0069b3;
    background:white;
}

.section-item-content .menu-container .menu>ul>li>ul {
    border-top: 15px solid transparent;
    border-bottom: 10px solid transparent;
    box-shadow: 0 0px 0px rgba(0,0,0,0);
    border: #ffffff solid 0px;
}

.section-item-content .menu-container .menu>ul>li ul {
    padding-left: 0px;
    background: transparent;
}

.megaStaticBlock >ul>li>div>.promo-category {
    display: none;
}

.megaStaticBlock {
    text-align: left;
    color: black;
    text-transform: initial;
    background: white;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}

.mainCats {
    width: 50%;
}

.subheight {
    height: auto;
    position:relative;
}

.megaStaticBlock >ul>li>div>.info-category {
    width: 100%;
}

.megaStaticBlock>ul>li div>.subCatsList {
    position: relative;
    width: 100% !important;
    left:0;
    background: white !important;
    height: auto;
    min-height: 100%;
}

.menu-cat-moreinfo {
    background: #c8e2ef;
}

.subCatsList {
    padding-top: 59px !important;
    padding-bottom: 20px !important;
}

.section-item-content .menu-container .menu>ul>li ul li a {
    font-size: 13px;
}

.nav-toggle>div {
    border: 0;
    clip: auto;
    height: auto;
    margin: 0px;
    overflow: inherit;
    padding: 0;
    position: absolute;
    top: 40px;
    left: 38px;
    font-weight: 600;
    color: white;
    font-size: 1.4rem;
}

.disableSubs {
    display: none;
}

.disableParents {
    display: none;
    }
}

@media (max-width: 878px) {
    .section-item-content .menu-container .menu>ul>li span.plus {
        display: none;
        width: 100%;
        cursor: pointer;
        height: 100%;
        text-align: center;
        position: absolute;
        right: 5px;
        top: 0px;
        background: #fff;
        z-index: 99;
    }
    .section-item-content .menu-container .menu>ul>li {
        /* width: auto; */
        width: 100%;
        border-top: #ddd solid 0px;
    }

    .section-item-content .menu-container {
        border-bottom: #ddd solid 0px;
    }
}

@media (max-width: 768px) {
.block-search .label:before {
    position: absolute;
    margin-left: -30px;
    z-index: 2;
    font-size: 16px;
    line-height: 30px;
}

.block-search .action.search {
    /* display: none; */
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 4;
    height: 100%;
    opacity: 0;
}
}

@media (max-width: 600px) {
    .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
    /* left: calc(100% - 54px); */
    }

    .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    /* width: calc(100% - 54px); */
    width: calc(100% - 54px);
}

.block-search .label:before {
    position: absolute;
    margin-left: -30px;
    z-index: 2;
}
}

/* ========================
2.2 MINICART
======================== */

.minicart-wrapper .action.showcart {
    display:inline;
}

.minicart-wrapper .action.showcart.active:before {
    content: '';
    vertical-align:middle;
}

.minicart-wrapper .action.showcart.active {
    display: inline;
}

.opc-wrapper .shipping-address-item.selected-item {
    border-color: #0669ae;
}

.opc-wrapper .shipping-address-item.selected-item:after {
    background: #0669ae;
}

/* ========================
2.4 VOORPAGINA
======================== */
.hdk-banner {
    display:block;
    width:100%;
    /* height: 300px; */
}

.object-fit_none {
    object-fit: cover;
    }

.hdk-banner img {
    width: 100%;
    min-height: 100%;
    max-height: 100%;
}

.hdk-banner p {
    height: 100%;
    margin:0px 0px 0px 0px;
}

.usp-wrap {
    display: flex;
    width: 100%;
    color: #0094ab;
}

.usp-wrap-ultra {
    display: flex;
    padding: 40px 0px 0px;
    color: #0094ab;
    padding-left: 15px;
    padding-right: 10px;
}

.usp-wrap-high {
    display: flex;
    color: #0069b3;
    padding-left: 20px;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    font-family: 'Arial','Open Sans','Helvetica Neue',Helvetica',sans-serif';
}

.usp-block {
    display: inline-flex;
    width: 16.66666666666667%;
}

.winkel-icon {
    position: relative;
    display: table;
    background: url(../images/icons/svg/ICOON_LOS_WINKEL_BLAUW.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 45px;
    width: 45px;
    margin-right: 10px;
    margin-bottom: 3px;
}

.winkelkar-icon {
    position: relative;
    display: table;
    background: url(../images/icons/svg/ICOON_LOS_WINKELKAR_BLAUW.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 45px;
    width: 45px;
    margin-right: 5px;
    margin-bottom: 3px;
}

.lijsten-icon {
    position: relative;
    display: table;
    background: url(../images/icons/svg/ICOON_BOL_LIJSTEN_BLAUW.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 45px;
    width: 51px;
    margin-right: 5px;
    margin-bottom: 3px;
}

.vrachtwagen-icon {
    position: relative;
    display: table;
    background: url(../images/icons/svg/ICOON_LOS_VRACHTWAGEN_VERZENDING_BLAUW.svg);
    background-position: 0px -7px;
    background-repeat: no-repeat;
    height: 45px;
    width: 45px;
    margin-right: 5px;
    margin-bottom: 3px;
}

.voorraad-icon {
    position: relative;
    display: table;
    background: url(../images/icons/svg/ICOON_LOS_VOORRAAD_BLAUW.svg);
    background-position: 0px -7px;
    background-repeat: no-repeat;
    height: 45px;
    width: 45px;
    margin-right: 5px;
    margin-bottom: 3px;
}

.spoedlevering-icon {
    position: relative;
    display: table;
    background: url(../images/icons/svg/ICOON_LOS_SPOEDLEVERING_BLAUW.svg);
    background-position: 0px -5px;
    background-repeat: no-repeat;
    height: 45px;
    width: 70px;
    margin-right: 5px;
    margin-bottom: 3px;
}

.usp-tekst {
    display: inline-flex;
    align-items: center;
    padding-right: 2px;
    box-sizing: border-box;
    color: #0069b3;
    font-size: 13px;
    font-weight: 700;
    line-height: 17px;
    font-family: 'Arial','Open Sans','Helvetica Neue',Helvetica',sans-serif';
    /* width: 154px; */
}

.hq-banner {
    display: block;
    width:100%;
    /* height: 225px; */
    box-sizing: border-box;
    font-size: 0;
}

.hq-banner img {
    width: 100%;
    min-height: 100%;
    max-height: -webkit-fill-available;
    /* height: 225px; */
}

.page-layout-multi-bazar-home .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

.page-layout-multi-bazar-home .sidebar {
    width: 18.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

.page-layout-multi-bazar-home .sidebar-additional {
    clear: right;
    margin-left: 2%;
    padding-left: 0%;
    background: #C8E2EF;
    padding: 0px 14px;
    border-left: 1px solid #0669ae;
    margin-bottom: 2%;
}

/*
.page-layout-multi-bazar-home .sidebar-content-01 > h2:before {
    content: '';
    position: relative;
    display: inline-block;
    background: url(../images/icons/svg/ICOON_BOL_ONS_ADVIES_BLAUW.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 35px;
    width: 35px;
    margin-right: 5px;
    vertical-align: middle;
}
*/
.sidebar-content-02 {
    padding-bottom: 5px;
    border-bottom: 1px solid #0669ae;
}

.sidebar-content-02 div {
    padding-left: 0px;
}

.sidebar-content-02 span {
    list-style: none;
    color: #58585A;
    font-weight: 700;
}

.sidebar-content-02 div .geboortelijst-li:before {
    content: '';
    position: relative;
    display: inline-block;
    background: url(../images/icons/svg/ICOON_LOS_GEBOORTELIJST_GRIJS.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    margin-right: 5px;
    vertical-align: middle;
}

.sidebar-content-02 div .lente-communie-li:before {
    content: '';
    position: relative;
    display: inline-block;
    background: url(../images/icons/svg/ICOON_LOS_COMMUNIE_GRIJS.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    margin-right: 5px;
    vertical-align: middle;
}

.sidebar-content-02 div .samenwonen-li:before {
    content: '';
    position: relative;
    display: inline-block;
    background: url(../images/icons/svg/ICOON_LOS_SAMENWOON_GRIJS.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    margin-right: 5px;
    vertical-align: middle;
}

.sidebar-content-02 div .verjaardag-li:before {
    content: '';
    position: relative;
    display: inline-block;
    background: url(../images/icons/svg/ICOON_LOS_VERJAARDAG_GRIJS.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    margin-right: 5px;
    vertical-align: middle;
}

.sidebar-content-02 div .verlanglijst-li:before {
    content: '';
    position: relative;
    display: inline-block;
    background: url(../images/icons/svg/ICOON_LOS_VERLANGLIJST_GRIJS.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    margin-right: 5px;
    vertical-align: middle;
}

.sidebar-content-02 div .bestellingen-li:before {
    content: '';
    position: relative;
    display: inline-block;
    background: url(../images/icons/svg/ICOON_LOS_B2B_GRIJS.svg);
    background-position: 0px -3px;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    margin-right: 5px;
    vertical-align: middle;
}

.page-layout-multi-bazar-home .sidebar-content-03 > h2:before {
    content: '';
    position: relative;
    display: inline-block;
    background: url(../images/icons/svg/ICOON_BOL_MUST_SEE_BLAUW.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 35px;
    width: 35px;
    margin-right: 5px;
    vertical-align: middle;
}

.sidebar-content-03 div {
    padding-left: 0px;
}

.sidebar-content-03 span {
    list-style: none;
    color: #58585A;
    font-weight: 700;
}

.sidebar-content-03 div .folders-li:before {
    content: '';
    position: relative;
    display: inline-block;
    background: url(../images/icons/svg/ICOON_LOS_FOLDERS_GRIJS.svg);
    background-position: 0px -3px;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    margin-right: 5px;
    vertical-align: middle;
}

.sidebar-content-03 div .vacatures-li:before {
    content: '';
    position: relative;
    display: inline-block;
    background: url(../images/icons/svg/ICOON_LOS_JOBS_GRIJS.svg);
    background-position: 0px -3px;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    margin-right: 5px;
    vertical-align: middle;
}

.sidebar-content-03 div .winkels-li:before {
    content: '';
    position: relative;
    display: inline-block;
    background: url(../images/icons/svg/ICOON_LOS_WINKEL_GRIJS.svg);
    background-position: 0px -3px;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    margin-right: 5px;
    vertical-align: middle;
}

@media (min-width: 1600px) {
    .usp-wrap-high {
    display: none;
    }

    .hq-banner {
    display: none;
    }
}

@media (max-width: 1600px) {

    .usp-wrap-ultra {
        display: none;
        color: #0094ab;
    }

    .usp-wrap-high {
        display: block;
        color: #0094ab;
    }

    .usp-block {
        display: inline-flex;
        width: 33%;
    }

    .spoedlevering-icon {
        width: 50px;
    }
}

@media (max-width: 1599px) {
    .hdk-banner {
        display:none;
    }
}

@media (max-width: 1300px) {
    .page-layout-multi-bazar-home .column.main {
        width: 100%;
    }

    .usp-wrap-high {
        display: flex;
        color: #0094ab;
        text-align: center;
    }

    .usp-block {
        display: inline-block;
        width: 16.33333333334%;
        text-align: center;
    }

    .winkel-icon {
        margin-right: auto;
        margin-left: auto;
    }

    .winkelkar-icon {
        margin-right: auto;
        margin-left: auto;
    }

    .lijsten-icon {
        margin-right: auto;
        margin-left: auto;
    }

    .vrachtwagen-icon {
        margin-right: auto;
        margin-left: auto;
    }

    .voorraad-icon {
        margin-right: auto;
        margin-left: auto;
    }

    .spoedlevering-icon {
        margin-right: auto;
        margin-left: auto;
    }

    .page-layout-multi-bazar-home .sidebar-additional {
        display: flex;
        width: 100%;
        margin-left: 0px;
        border-left: 0px;
    }

    .sidebar-content-01 {
        width: 33.33%;
        position: relative;
    }

    .sidebar-content-01:after {
        content: '';
        border-right: 1px solid #0669ae;
        position: absolute;
        bottom: 0;
        height: 80%;
        top: 10%;
        width: 1px;
        right: 0;
    }

    .sidebar-content-02 {
        width: 33.33%;
        padding-top: 30px;
        border-bottom: 0px solid;
        position:relative;
    }

    .sidebar-content-02:after {
        content: '';
        border-right: 1px solid #0669ae;
        content: "";
        position: absolute;
        bottom: 0;
        height: 80%;
        top: 10%;
        width: 1px;
        right: 0;
    }

    .sidebar-content-03 {
        width: 33.33%;
        padding-left: 15px;
        box-sizing: border-box;
    }
}

@media (max-width: 600px) {
    .hdk-banner {
        display:none;
    }

    .usp-wrap-ultra {
        display: none;
        color: #0094ab;
    }

    .usp-wrap-high {
        display: block;
        color: #0094ab;
    }

    .usp-block {
        display: inline-block;
        width: 32%;
    }

    .winkel-icon {
        margin-right: auto;
        margin-left: auto;
    }

    .winkelkar-icon {
        margin-right: auto;
        margin-left: auto;
    }

    .lijsten-icon {
        margin-right: auto;
        margin-left: auto;
    }

    .vrachtwagen-icon {
        margin-right: auto;
        margin-left: auto;
    }

    .voorraad-icon {
        margin-right: auto;
        margin-left: auto;
    }

    .spoedlevering-icon {
        margin-right: auto;
        margin-left: auto;
    }

        .page-layout-multi-bazar-home .sidebar-additional {
        display: block;
        width: 100%;
    }

}

/* ========================
2.5 SLIDESHOW
======================== */

.main_banner button {
    background-color: #FFF;
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    line-height: 16px;
    margin-top: -25px;
    opacity: 0.4;
    position: absolute;
    text-align: center;
    top: 50%;
    padding: 15px 7px 13px 7px;
    display: block;
    z-index: 1;
    border: 0px;
    border-radius: 0px;
}

.main_banner button.slick-next.slick-arrow {
    right: 0;
}

.showcase-02 {
    display: inline;
    width: 40%;
    float: left;
    height: 300px;
}

/* ========================
2.6 VOORPAGINA PRODUCTEN
======================== */
.page-layout-multi-bazar-home .product-item-info .product-item-photo {
    position: relative;
    text-align: center;
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.cms-cadeautips .block.widget .product-item-info {
    position: relative;
}

@media (min-width: 1024px) {
    .block.widget .products-grid .product-item {
        width: 33.33333333%;
    }
}

/* ========================
2.8 FOOTER
======================== */

.page-footer {
    background: #0669ae;
    padding-bottom: 0px;
}

.footer.content {
    display: block;
    padding-top: 0px;
    height: 382px;
}

.footer a, .footer span, .footer b {
    color: white;
}

.footer_1 {
    display: inline-flex;
    width: 30%;
    height: 100%;
}

.footer_2 {
    display: inline-block;
    vertical-align: top;
    padding: 15px 0;
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;
}

.footer_2-1 {
    position: relative;
    float: left;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 15px;
}

.footer_2-1 > a {
    display: inline-table;
    /* margin-right: 50px; */
}

.facebook-icon {
    position: relative;
    display: table;
    background: url(../images/icons/svg/ICOON_BOL_FACEBOOK_WIT.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 60px;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
}

.twitter-icon {
    position: relative;
    display: table;
    background: url(../images/icons/svg/ICOON_BOL_TWITTER_WIT.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 60px;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
}

.instagram-icon {
    position: relative;
    display: table;
    background: url(../images/icons/svg/ICOON_BOL_INSTAGRAM_WIT.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 60px;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
}

.pinterest-icon {
    position: relative;
    display: table;
    background: url(../images/icons/svg/ICOON_BOL_PINTEREST_WIT.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 60px;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
}

.youtube-icon {
    position: relative;
    display: table;
    background: url(../images/icons/svg/ICOON_BOL_YOUTUBE_WIT.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 60px;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
}

.whatsapp-icon {
    position: relative;
    display: table;
    background: url(../images/icons/svg/ICOON_BOL_TELEFOON_WIT.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 60px;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
}

.footer_2-2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 20px;
    border-top: 3px solid #80c5db;
}

.footer_links {
    width: 25%;
    display: list-item;
    vertical-align: top;
    box-sizing: border-box;
    width: max-content;
}

.footer.content ul.footer_links:last-of-type {
    padding-right: 0;
}

.newsletter-elements-wrap {
    width:100%;
    padding-top: 25px;
    margin-left: -80px;
}

.block.newsletter .action.subscribe.primary {
    border: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    float:right;
    margin-left: 12px;
    font-size: 12px;
}

.footer_payment p {
    margin-bottom: 0px;
}

.footer_payment img {
    padding: 5px 8px;
    vertical-align: bottom;
    height:40px;
}

/* Nieuwsbrief Footer */
footer.page-footer input[type="text"], footer.page-footer input[type="password"], footer.page-footer input[type="url"], footer.page-footer input[type="tel"], footer.page-footer input[type="search"], footer.page-footer input[type="number"], footer.page-footer input[type="datetime"], footer.page-footer input[type="email"] {
    background: #fff;
    background-clip: padding-box;
    border: 0px solid #c2c2c2;
    border-radius: 12px;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    height: 35px;
    line-height: 1.42857143;
    padding: 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    font-size: 11px;
    margin-left: -80px;
    top: 4px;
    color: #0096be;
}

/* kan problemen veroorzaken */
.block.newsletter .field .control:before {
    display:none;
}
/* ----- */

.block.newsletter input {
    padding-left: 10px;
}

.footer_alternative_1 {
    display:none;
}

.footer_alt_content01 {
    display: inline-block;
    width: 30%;
}

.footer_alt_content02 {
    display: inline-block;
    width: 70%;
    float: right;
    position: relative;
}

.footer_alt_email {
    display: block;
    width: 100%;
    float: right;
    position: relative;
}

.footer_alt_socialmedia {
    display: block;
    width: 100%;
    float: right;
    position: relative;
    float: none;
    margin: 20px 0 10px 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.footer_alternative_2 {
    display:none;
}

.mobile01 {
    cursor: pointer;
}

.mobile02 {
    cursor: pointer;
}

.mobile03 {
    cursor: pointer;
}

.mobile04 {
    cursor: pointer;
}

/* < 1300 */


@media (max-width: 1300px){
    .footer_1 {
        display:none;
    }

    .footer_2 {
        display:none;
    }

    .footer_alternative_1 {
        position: relative;
        float: left;
        width: 100%;
        display:block;
        padding-top: 15px;
        padding-bottom: 5px;
    }

    .footer_alternative_2 {
        position: relative;
        float: left;
        width: 100%;
        display:block;
    }
}

@media (max-width: 768px) {
    .footer_links > li {
        display:none;
    }
    .footer_alternative_2 {
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .footer_alternative_2 > div {
        display:none;
    }
}

@media (max-width: 480px) {
    .footer-links {
        width:100%;
    }



    .mobile01 {
    text-align: left;
    float: left;
    width: 100%;
    }

    .klantservice-alt:before {
    content: '';
    position: relative;
    display: inline-flex;
    vertical-align:middle;
    background: url(../images/icons/svg/ICOON_BOL_PIJL_RECHTS_WIT.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    margin-right:3px;
    }

    .klantservice-alt:focus:before, .klantservice-alt:hover:before {
    content: '';
    position: relative;
    display: inline-flex;
    vertical-align:middle;
    background: url(../images/icons/svg/ICOON_BOL_PIJL_ONDER_WIT.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    margin-right: 3px;
    }

    .mobile02 {
    text-align: left;
    float: left;
    width: 100%;
    }
    .mobile03 {
    text-align: left;
    float: left;
    width: 100%;
    }
    .mobile04 {
    text-align: left;
    float: left;
    width: 100%;
    }
}

/* ========================
2.9 SIDEBAR
======================== */

.sidebar.sidebar-additional {
    color: #0069b3;
}

/* ========================
2.9.1 CMS SIDEBAR LAYOUT
======================== */

.page-layout-multi-bazar-cms-sidebar .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

.page-layout-multi-bazar-cms-sidebar .sidebar {
    width: 18.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

.page-layout-multi-bazar-cms-sidebar .sidebar.sidebar-additional {
    padding: 0px 10px;
    margin-left: 2%;
    margin-bottom: 2%;
}

@media (max-width: 1300px) {
    .page-layout-multi-bazar-cms-sidebar .column.main {
        width: 100%;
    }

    .page-layout-multi-bazar-cms-sidebar .sidebar.sidebar-additional {
        width: 100%;
        margin-left: 0px;
        border-left: 0px;
    }
}

/* ========================
2.9.2 SEARCH
======================== */

.mst-searchautocomplete__autocomplete._active {
    /* margin-top: 45px; */
    padding: 15px 15px 40px 15px;
}

.mst-searchautocomplete__wrapper .description {
    display: none;
}

.mst-searchautocomplete__index.magento_catalog_category {
    float: left;
    width: 30%;
    height: 440px;
    border-right: 1px solid #0669ae;
    box-sizing: border-box;
    padding-right: 0px;
}

.mst-searchautocomplete__index.magento_catalog_product {
    float: right;
    width: 70%;
    padding-bottom:5px;
    border-bottom: 1px solid #0669ae;
}

.mst-searchautocomplete__index.magento_cms_page {
    float: right;
    width: 70%;
    background: #c8e2ef;
    padding: 7px 15px 7px 7px;
    box-sizing: border-box;
    background-clip: content-box;
}

.mst-searchautocomplete__index.magento_cms_page ul li:before {
    display:none;
}

.mst-searchautocomplete__autocomplete ul {
    width: 100%;
}

.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
    font-size: 1.3em;
    color: #0669ae;
    text-transform: capitalize;
}

.mst-searchautocomplete__item.magento_catalog_product {
    display: inline-block;
    width: 32%;
    text-align:center;
    vertical-align: top;
    box-sizing:border-box;
    border: 1px solid;
    padding: 0rem 5px 3.8rem 5px;
    margin-right: -5px;
    position: relative;
}

.mst-searchautocomplete__item.magento_catalog_product:first-child {
    margin-left:5px;
}

.mst-searchautocomplete__item.magento_catalog_product:last-child {
    padding: 0rem 5px 3.8rem 5px;
    box-sizing:border-box;
    border: 1px solid;
}

.mst-searchautocomplete__autocomplete ul li {
    margin: 0 0rem;
    font-size: 0.8em;
}

.mst-searchautocomplete__show-all {
    width: 100%;
    float: right;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0px 0px 15px 15px;
}

.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
    background: transparent;
    padding: 12px 10px;
}

li.mst-searchautocomplete__item.magento_catalog_category {
    position: relative;
    padding: 0.3rem 0;
    padding-left: 25px;
}

li.mst-searchautocomplete__item.magento_catalog_category:before {
    content: '\25CE';
    font-size: 18px;
    position: absolute;
    top: 49%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    bottom: 0;
    left: 0;
    display: table-cell;
}

li.mst-searchautocomplete__item.magento_catalog_category:hover::before{
    content: '\25C9';
    font-size: 18px;
    display: table-cell;
}

.mst-searchautocomplete__index.magento_catalog_product .meta {
    /*width: 65%;*/
    width: 100%;
    text-align: left;
    float: left;
    max-height: 60px;
    min-height: 20px;
    position: absolute;
    overflow:hidden;
    bottom: 0;
}

.mst-searchautocomplete__index.magento_catalog_product .store {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 1.4em;
}

.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a {
    background: #0669ae;
    border-radius: 0px 0px 8px 8px;
    color: #ffffff;
}

.mst-searchautocomplete__index.magento_cms_page > div > span:before {
    content: '';
    position: relative;
    display: inline-block;
    background: url(../images/icons/svg/ICOON_BOL_INFO_BLAUW.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 35px;
    width: 35px;
    margin-right: 5px;
    vertical-align: middle;
}

.mst-searchautocomplete__item.magento_catalog_product img {
    height: auto;
    width: auto;
}

.searchautocomplete__active .section-item-content .menu-container .menu > ul > li.menu-dropdown-icon > a:before {
    font-size: 0px;
    margin: 0px 0px 0px 0px;
}



@media (min-width: 961px) {
    .mst-searchautocomplete__autocomplete._active {
        width: 160% !important;
        margin-left: -30%;
        border: 0px;
        border-top: 50px solid transparent;
        background: transparent;
    }

    .mst-searchautocomplete__wrapper {
    background: white;
    display: block;
    width: 100%;
    float: left;
    padding: 15px 15px 40px 15px;
    border-radius: 15px 15px 15px 15px;
    position: relative;
    }

    .searchautocomplete__active .mst-searchautocomplete__autocomplete._active:hover .transparent-background {
        display: block !important;
    }
}
@media (min-width: 961px) and (max-width: 1280px) {
    .mst-searchautocomplete__autocomplete._active {
        /*width: 180% !important;*/
        /*margin-left: -40% !important;*/
    }
}
@media (min-width: 961px) and (max-width: 1300px) {
    .mst-searchautocomplete__autocomplete._active {
        width: 237% !important;
        margin-left: -73% !important;
    }
}

@media (max-width: 960px) {
    .mst-searchautocomplete__autocomplete._active {
        position: fixed;
        /*top: 146px;*/
        top: 153px;
        left: 0px !important;
        width: 80% !important;
        overflow: auto;
        padding: 10px 0px 0px 0px;
    }

    .mst-searchautocomplete__index.magento_catalog_product .meta {
        width: 65%;
        text-align: left;
        float: left;
        max-height: 60px;
        min-height: 20px;
        position: relative;
        overflow:hidden;
        bottom: 0;
    }

    .mst-searchautocomplete__index.magento_catalog_product .store {
        position: relative;
        bottom: 5px;
        right: 5px;
        font-size: 1.5em;
    }

    .mst-searchautocomplete__autocomplete ul {
        font-size: 1em;
    }

    .mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
        background: transparent;
        padding: 8px 0px;
        border-bottom: 1px solid #0669ae;
        margin-bottom: 10px;
    }

    .mst-searchautocomplete__index.magento_cms_page .mst-searchautocomplete__index-title {
        padding: 12px 10px;
        border-bottom: 0px solid;
        margin-bottom: 0px;
    }

    .mst-searchautocomplete__index.magento_catalog_category {
        width: 100%;
        border-right: 0px solid #0669ae;
        height: auto;
        padding: 15px 15px;
        box-sizing: border-box;
    }

    .mst-searchautocomplete__index.magento_catalog_product {
        width: 100%;
        border-bottom: 0px solid #0669ae;
        padding: 15px 15px;
        box-sizing: border-box;
    }

    .mst-searchautocomplete__index.magento_cms_page {
        width: 100%;
        padding: 15px 15px;
        box-sizing: border-box;
    }

    .mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a {
        border-radius: 0px 0px 0px 0px;
    }

    .mst-searchautocomplete__item.magento_catalog_product {
        display: inline-block;
        width: 100%;
        padding: 15px 15px;
    }

    .mst-searchautocomplete__item.magento_catalog_product:first-child {
        margin-left: 0px;
    }

    .mst-searchautocomplete__item.magento_catalog_product img {
        float:left;
    }

    .mst-searchautocomplete__index.magento_catalog_product .meta {
        font-size: 1.4rem;
    }

    .mst-searchautocomplete__item.magento_catalog_product .price {
        font-size: 1.4rem;
        display: inline-block;
        /* float: right; */
		float: inherit;
    }

    .mst-searchautocomplete__item.magento_catalog_product:last-child {
        padding: 15px 15px;
    }

    .mst-searchautocomplete__show-all {
        position: relative;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .mst-searchautocomplete__autocomplete._active {
        overflow: auto;
    }

    .mst-searchautocomplete__autocomplete .mst-searchautocomplete__close {
        font-size: 2.4rem;
    }
}

/* ========================
3 CATEGORIE
======================== */

.category-view .category-image {
    height:100%;
}

.category-view .category-image .image {
    min-height: 100%;
}

.catalog-category-view .page-title-wrapper {
    position: absolute;
    bottom: 30px;
    width: auto;
    max-width: 41%;
    background: #0669ae;
}

.catalog-category-view .page-title-wrapper h1 {
    color: white;
    margin: 5px 0px 10px 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.block.widget .product-item-info {
    width: auto;
    text-align: center;
}

.modes {
    display: inline-block;
    float: right;
    margin-right: 0px;
}

.page-with-filter .toolbar-amount {
    display: none;
}

.toolbar {
    margin-bottom: 10px;
}

/* GRID */

.catalog-category-view .products.wrapper.grid.products-grid span.field.qty {
    position: relative;
    float: left;
    width: 20%;
    margin-right: 5px;
}

.catalog-category-view .products.wrapper.grid.products-grid input.input-text.qty {
    border-radius: 10px;
    text-align: center;
}

.catalog-category-view .products.wrapper.grid.products-grid .product-list-middle-column {
    display: none;
}

.catalog-category-view .products.wrapper.grid.products-grid .product-list-right-column {
    display: none;
}

.catalog-category-view .products.wrapper.grid.products-grid .product-item:last-child {
    border-right: 1px solid rgba(88,88,90,0.7);
    margin-right: 0px;
}

.stock.unavailable {
    padding-bottom: 12px;
}

/* EINDE GRID */

/* LIJST */

/* ------------------ .products-list li.item.product.product-item {
    position: relative;
    border: 1px solid rgba(88,88,90,0.7);
    height: 300px;
} ------------------ */

.products-list li.item.product.product-item {
    position: relative;
    border-top: 1px solid rgba(88,88,90,0.7);
    height: 300px;
    border-right: 1px solid rgba(88,88,90,0.7);
    border-left: 1px solid rgba(88,88,90,0.7);
}

.products-list li.item.product.product-item:last-child {
    border-bottom: 1px solid rgba(88,88,90,0.7);
}

.products-list .product-item-photo {
    position: relative;
    display: table-cell;
    padding: 0 0px 0px 0;
    vertical-align: middle;
    width: 20%;
}

.products-list .product-item-details {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 38%;
    min-height: 100%;
}

.catalog-category-view .products-list strong.product.name.product-item-name {
    width: 100%;
    height: 40px;
}

.catalog-category-view .products-list strong.product.name.product-item-name > a {
    font-weight: 600;
}

.catalog-category-view .products-list .product-item-details .grid-catalogs {
    display:none;
}

.catalog-category-view .products-list .product-item-details .price-box.price-final_price {
    display: none;
}

/* .products-list .product-list-middle-column { --------------- OUD
    position: relative;
    display:inline-block;
    width: 27.5%;
    min-height: 100%;
} */

.products-list .product-list-middle-column {
    position: relative;
    display: inline-block;
    width: 45%;
    min-height: 100%;
}

.products-list .product-list-middle-column::after {
    content: " ";
    position: absolute;
    height: 90%;
    background: #8a8a8b;
    right: 0;
    top: 5%;
    width: 1px;
}

/* .products-list .product-list-right-column { --------------- OUD
    position: relative;
    display: inline-block;
    width: 27.5%;
    float: right;
    padding-right: 8px;
    min-height: 100%;
} */

.products-list .product-list-right-column {
    position: relative;
    /* display: inline-block; */
    width: 55%;
    float: right;
    padding-right: 8px;
    min-height: 100%;
}

.products-list .product-list-right-column .wrap-price-list-cart {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.products.wrapper.list.products-list .price-container .price {
    font-size: 26px;
    color: #58585A;
}

.catalog-category-view .products.wrapper.list.products-list span.field.qty {
    position: relative;
    float: left;
    width: 20%;
    margin-right: 5px;
}

.catalog-category-view .products.wrapper.list.products-list input.input-text.qty {
    border-radius: 10px;
    text-align: center;
}

.catalog-category-view .products.wrapper.list.products-list button.action.tocart.primary {
    float: right;
    width: 75%;
}

.products-list .product-item-details::after {
    content: " ";
    position: absolute;
    height: 90%;
    background: #8a8a8b;
    right: 0;
    top: 5%;
    width: 1px;
}

/* EINDE LIJST */

/* Filters */
.filter .block-subtitle {
    cursor: pointer;
    font-weight: 600;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    word-break: break-all;
    z-index: 1;
    text-decoration: none;
}

.filter .block-subtitle:before {
    content: '';
    position: relative;
    display: inline-block;
    background: url(../images/icons/svg/ICOON_BOL_FILTER_BLAUW.svg);
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    margin-right: 5px;
}

.filter-options-title {
    cursor: pointer;
    font-weight: 600;
    margin: 0px 0px 0px -20px;
    overflow: hidden;
    padding: 10px 0px 0px 50px;
    position: relative;
    text-transform: none;
    word-break: break-all;
    z-index: 1;
    font-size: 12px;
    font-weight: 600;
    display: block;
    text-decoration: none;
    /*display: inline-block;
    text-decoration: none;
    float: left;*/
}

.filter .block-subtitle {
    border-bottom: 0px solid #ccc;
    font-size: 14px;
    font-weight: 600;
    line-height: 7px;
    margin-left: 7px;
}

.filter.active .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    margin-top: 15px;
    margin-bottom: 5px;
}

.filter-options-item {
    border-bottom: 0px solid #ccc;
    padding-bottom: 10px;
}


.filter .block-subtitle {
    border-bottom: 0px solid #ccc;
    font-size: 15px;
    font-weight: 600;
    line-height: 1em;
}

.page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-left: 5px;
}

.filter-options-title:after {
    content: '';
    position: relative;
    display: inline-block;
    background: url(../images/icons/svg/ICOON_BOL_PIJL_RECHTS_GRIJS.svg);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    float: left;
    margin-top: -17px;
}

.filter-options-content a:hover {
    background-color: #ffffff;
}

.active>.filter-options-title:after {
    content: '';
    position: relative;
    display: inline-block;
    background: url(../images/icons/svg/ICOON_BOL_PIJL_ONDER_GRIJS.svg);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    float: left;
    margin-top: -17px;
}

.page-layout-2columns-left .sidebar-main {
    width: 19.833333% !important;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-left: 5px;
    background: #f2f7fa;
}

.filter-options-title:after {
    right: 10px;
    top: 12px;
}

.filter-options-content {
    margin: 0;
    padding: 10px;
    margin-left: 15px;
    font-size: 12px;
}

.filter-options .items .items-children.-folding {
    list-style: none;
    padding-left: 0px !important;
}

input[type="radio"] a:visited, input[type="radio"] .alink:visited {
    color: #0096bf;
    text-decoration: none;
}

.filter-current .items {
    padding: 5px 18px;
}

.filter-actions {
    margin-bottom: 30px;
    margin-left: 5px;
}


.swatch-option {
    padding: 1px 2px;
    min-width: 15px;
    max-width: 90px;
    height: 15px;
    float: left;
    margin: 0 10px 5px 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: 1px solid rgb(204, 204, 204);
    overflow: hidden;
    text-overflow: ellipsis;
}


/* EINDE FILTERS */

/* paginatie */
.toolbar select {
    background-color: #ffffff;
    box-shadow: inset 0 0px 0 0 #fff, inset 0 0px 0 0 rgba(204,204,204,0.3);
    border-radius: 12px;
}

.toolbar {
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
}

.modes-mode.active {
    background-color: #ffffff;
    box-shadow: inset 0 0px 0 0 #fff, inset 0 0px 0 0 rgba(204,204,204,0.3);
    border: white;
    color: #58585a;
}

.modes-mode {
    background-color: #ffffff;
    box-shadow: inset 0 0px 0 0 #fff, inset 0 0px 0 0 rgba(204,204,204,0.3);
    color: #58585a;
    border: 0px solid #fff;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.modes-mode:hover {
    color: #000000;
    background: #ffffff;
}

select#sorter {
    font-size: 12px;
    color: #58585a;
}

.mode-list:before {
    color: #57575a;
}

.modes-mode:before {
    color: #57575a;
}

.modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 0px solid #ccc;
}

/* EINDE PAGINATIE */

.product-list-wrap-columns {
    position: relative;
    display: flex;
    width: 59%;
    float: right;
    min-height: 100%;
}

@media (max-width: 1600px){
    /* KAN PROBLEMEN VEROORZAKEN */
    #amasty-shopby-product-list .products.wrapper {
        position: relative;
        width: auto;
    }

    .catalog-product-view ol.products.list.items.product-items {
        position:relative;
        display:block;
        /*margin-bottom: -5px;*/
    }
}

@media (max-width: 1300px) {

    .products-list .product-list-middle-column {
        position: relative;
        display: inline-block;
        width: auto;
        min-height: auto;
    }

    .products-list .product-list-right-column {
        position: absolute;
        width: 100%;
        padding-right: 8px;
        bottom: 0;
        min-height: auto;
        padding-bottom: 14px;
        box-sizing: border-box;
    }

    .products-list .product-list-right-column .wrap-price-list-cart {
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    box-sizing: border-box;
    min-height: 100%;
    }

    .product-list-wrap-columns {
    position: relative;
    display: inline-block;
    width: 55%;
    float: right;
    min-height: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .page-layout-2columns-left .sidebar-main {
    width: 100%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-left: 5px;
    background: #f2f7fa;
    }

    .filter.active .block-subtitle {
        padding: 10px 0px 0px 10px;
    }
}

@media (max-width: 640px) {
    .catalog-category-view .page-title-wrapper {
        width:50%;
    }

    .products-list .product-item-photo {
    position: relative;
    display: table-cell;
    padding: 0 0px 0px 0;
    vertical-align: middle;
    width: 45%;
    }

    .products-list .product-item-details {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    min-height: 30%;
    box-sizing: border-box;
    }

    .product-list-wrap-columns {
    position: relative;
    display: inline-block;
    width: 100%;
    float: right;
    min-height: 70%;
    }

    .product-list-wrap-columns .product-item .price-box {
    margin: 0px 0 5px;
    }

    .products-list .product-list-middle-column {
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: auto;
    max-height: 40%;
    }

    .products-list .product-list-right-column {
    position: absolute;
    width: 100%;
    padding-right: 8px;
    bottom: 0;
    min-height: auto;
    padding-bottom: 14px;
    box-sizing: border-box;
    max-height: 60%;
    }

    .products-list .product-item-details::after {
    content: " ";
    position: absolute;
    height: 0%;
    background: transparent;
    right: 0;
    top: 0%;
    width: 0px;
    }

    .product.description.product-item-description {
    display: none;
    }

    .amscroll-load-button {
    width: 200px !important;
    }
}

@media (max-width: 360px) {
    .products-list .product-item-photo {
    position: relative;
    display: block;
    padding: 30px 0px 0px 0;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    }

    .products-list .product-list-right-column {
    position: relative;
    width: 100%;
    padding-right: 8px;
    bottom: 0;
    min-height: auto;
    padding-bottom: 14px;
    box-sizing: border-box;
    max-height: 100%;
    }

    .catalog-category-view .products.wrapper.grid.products-grid .product-item {
    border: 1px solid rgba(88,88,90,0.7);
    border-right: 1px solid rgba(88,88,90,0.7);
    margin-right: -1px;
    }

    .catalog-category-view .page-products .product-item-info {
    width: 100%;
}
}

/* ========================
4 CATALOG
======================== */

.catalog-product-view .page-title-wrapper.product {
    display: inline-block;
    width: 55%;
}

@media (max-width: 768px) {
    .catalog-product-view .page-title-wrapper.product {
        width: 100%;
        width: 50%;
    }
}

.catalog-product-view .page-main .price-box.price-final_price {
    display: inline-block;
    float: right;
    width: 45%;
}

.catalog-product-view .block.related .price-box.price-final_price {
    width: 100% !important;
}

.catalog-product-view .fotorama__stage__shaft.fotorama__grab {
    border: 1px solid;
    box-sizing: border-box;
}

.catalog-product-view .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
    display: inline-block;
    left: auto !important;
    position: absolute;
    right: 0;
    top: 0;
}

.catalog-product-view span.base {
    font-size: 0.7em;
    color: #333333;
    font-weight: 700;
}

.catalog-product-view .page-title {
    margin-bottom: 20px;
}

.catalog-product-view .fotorama__stage {
    left: 0 !important;
}

.fotorama__stage__shaft {
    border: 1px solid;
    box-sizing: border-box;
}

.catalog-product-view .additional-attributes-wrapper.table-wrapper {
    position: relative;
    width: 35%;
    display: inline-block;
    vertical-align: top;
    float: left;
    /* min-height: 100%; */
    height: 513px;
    max-height: 513px;
    margin-bottom: 0px;
    padding-right: 20px;
    box-sizing: border-box;
}

.catalog-product-view table#product-attribute-specs-table {
    background: #C8E2EF;
}

.catalog-product-view .slick-track {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    border-right: 1px solid rgba(88,88,90,0.7);
    box-sizing: border-box; /* toegevoegd */
    -moz-box-sizing: border-box; /* toegevoegd */
    -webkit-box-sizing: border-box; /* toegevoegd */
}

.catalog-product-view .products-grid .product-item-info:hover, .products-grid .product-item-info.active {
    background: #fff;
    box-shadow: 0px 0px 0px 0 rgba(0,0,0,0);
    border: 0px solid transparent;
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 0;
}

.catalog-product-view .block.widget.block-viewed-products-grid .product-item-name {
    height: 50px;
    width: 75%;
    display: inline-block;
    overflow: auto;
}

.catalog-product-view .widget-viewed-grid .price-container .price {
    color: #D2232B;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

.catalog-product-view .block.widget.block-viewed-products-grid {
    position: relative;
    display: inline-block;
    width: 65%;
}

.catalog-product-view .block.widget .products-grid .product-item {
    margin-left: 0px !important;
}

.block-viewed-products-grid .slick-slide {
    border: 1px solid rgba(88,88,90,0.7);
    border-right: 0px;
}

.block-viewed-products-grid button.slick-prev.slick-arrow {
    position: absolute;
    top: 45%;
    z-index: 10;
    border: 1px solid #58585A;
    background: white;
    height: 50px;
    width: 45px;
    border-radius: 0px 10px 10px 0px;
    background-image: url(../images/buttons/left-button-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}

.block-viewed-products-grid button.slick-next.slick-arrow {
    position: absolute;
    top: 45%;
    right: 0;
    z-index: 10;
    border: 1px solid #58585A;
    background: white;
    height: 50px;
    width: 45px;
    border-radius: 10px 0px 0px 10px;
    background-image: url(../images/buttons/right-button-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}

.catalog-product-view .product-item-info .product-item-photo {
    position: relative;
    text-align: center;
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.catalog-product-view .block-title {
    width: auto;
    border-bottom: 1px solid #0669ae;
    padding-bottom: 5px;
    line-height: 1.1;
}

.catalog-product-view .table>tbody>tr>th, .catalog-product-view .table>tbody>tr>td {
    border-top: none;
}

.catalog-product-view .table-caption {
    width: auto;
    border-bottom: 1px solid #0669ae;
    padding-bottom: 5px;
    color: #0669ae;
    font-weight: 300;
    line-height: 1.1;
    font-size: 2rem;
    /* font-size: 2.6rem; */
    margin-bottom: 2rem;
}

.catalog-product-view .widget .block-title strong {
    font-size: 2rem;
}

.product-info-main .product-add-form {
    padding-top: 0px;
}

.catalog-product-view .product-usp-block {
    display: flex;
    vertical-align: middle;
    padding: 2px 0px;
}

.catalog-product-view .usp-wrapper {
    margin-top: 20px;
}

.catalog-product-view .winkel-icon {
    height: 30px;
    width: 30px;
}

.catalog-product-view .winkelkar-icon {
    height: 30px;
    width: 30px;
}

.catalog-product-view .lijsten-icon {
    height: 30px;
    width: 30px;
}

.catalog-product-view .vrachtwagen-icon {
    height: 30px;
    width: 30px;
}

.catalog-product-view .voorraad-icon {
    height: 30px;
    width: 30px;
}

.catalog-product-view .spoedlevering-icon {
    height: 30px;
    width: 30px;
}

.catalog-product-view .product-info-main .actions {
    display: inline;
}

.catalog-product-view .product-info-main .field.qty {
    display: inline-block;
}

.catalog-product-view .product-info-main .field.qty > label {
    display: none;
}

.catalog-product-view .usp-tekst {
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    vertical-align: middle;
    font-weight: 700;
    width: auto;
}

.field.qty {
    display: inline-block;
}

.catalog-product-view .column.main .product-items {
    margin-left: 0px;
}

.catalog-product-view .block.related .price-box.price-final_price > span > .price-wrapper > span {
    display: none;
}

.catalog-product-view .block.related .product-item-name {
    margin-left: 0px;
    height: 50px;
    width:80%;
}

.block.related .product-item .price-box {
    margin: 0px 0 0px;
}

.catalog-product-view .block.related span#old-price-2>span.price {
        padding-right:0px;
}

.catalog-product-view .product.details.product-item-details {
    height: 155px;
}

.catalog-product-view .block.related .field.choice {
    left: auto;
    position: absolute;
    top: 12px;
    right: 0;
    width: auto;
}

.catalog-product-view .block.related .checkbox.related {
    width: 40px;
    height: 20px;
    display: none;
}

/* .rating-summary .rating-result:before {
    content: '';
    position: relative;
    display: inline-block;
    background: url(../images/icons/svg/ICOON_BOL_STER_LEEG.svg);
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    background-position-y: -5px;
    vertical-align: middle;
}

.rating-summary .rating-result>span:before {
    content: '';
    position: relative;
    display: inline-block;
    background: url(../images/icons/svg/ICOON_BOL_STER_LEEG.svg);
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    background-position-y: -5px;
    vertical-align: middle;
} */

.block.related {
    float: left;
    width: 65%;
    box-sizing: border-box;
}

.block.related > div .block-actions {
    display: none;
}

.related-wrap-price {
    position: relative;
    display: block;
    padding-bottom: 5px;
    width: 100%;
}


.catalog-product-view .products-related .product-item-info {
    width: auto;
}

.catalog-product-view .block.related .product-item {
    border: 1px solid rgba(88,88,90,0.7);
    border-right: 1px solid rgba(88,88,90,0.7);
    margin-right: -1px; /* van -1 naar -2 ~ 12-11-2018 */
}

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    color: #0669ae;
    cursor: pointer;
    padding-top: 10px;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}

.catalog-product-view .block.related .products {
    position: relative;
    margin: 10px 0px 20px;
}

.catalog-product-view .block .title strong {
    font-weight: 600;
    line-height: 1.1;
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: #0669ae;
}

.catalog-product-view .related-price {
    color: #d2232b;
    text-align: right;
    font-weight: 700;
    font-size: 1.7rem;
}

.catalog-product-view .block.related .products-grid .product-item-details .product-item-actions {
    display: block;
    /*position: absolute;*/
    bottom: 5px;
}

.catalog-product-view .block.related span.product-image-wrapper>img {
    margin-left: 0px;
}

.catalog-product-view span.old-price {
    float: unset;
}

@media (max-width: 1300px) {
    .catalog-product-view .winkel-icon {
        margin-right: 10px;
        margin-left: inherit;
    }

    .catalog-product-view .winkelkar-icon {
        margin-right: 10px;
        margin-left: inherit;
    }

    .catalog-product-view .lijsten-icon {
        margin-right: 10px;
        margin-left: inherit;
    }

    .catalog-product-view .vrachtwagen-icon {
        margin-right: 10px;
        margin-left: inherit;
    }

    .catalog-product-view .voorraad-icon {
        margin-right: 10px;
        margin-left: inherit;
    }

    .catalog-product-view .spoedlevering-icon {
        margin-right: 10px;
        margin-left: inherit;
    }
}

@media (max-width: 960px) and (min-width: 600px) {
    .catalog-product-view .usp-tekst {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .catalog-product-view .column.main {
        display: flex;
        flex-direction: row;
    }
}

@media (min-width: 640px) {
    .catalog-product-view .block.related .product-item-actions .actions-primary {
    display: block;
}

}

@media (max-width: 600px) {
    .catalog-product-view .winkel-icon {
        margin-right: 10px;
        margin-left: inherit;
    }

    .catalog-product-view .winkelkar-icon {
        margin-right: 10px;
        margin-left: inherit;
    }

    .catalog-product-view .lijsten-icon {
        margin-right: 10px;
        margin-left: inherit;
    }

    .catalog-product-view .vrachtwagen-icon {
        margin-right: 10px;
        margin-left: inherit;
    }

    .catalog-product-view .voorraad-icon {
        margin-right: 10px;
        margin-left: inherit;
    }

    .catalog-product-view .spoedlevering-icon {
        margin-right: 10px;
        margin-left: inherit;
    }

    .page-layout-1column .product.media {
        border-right: 0px solid transparent;
        padding-right: 0px;
    }
}

@media (max-width: 480px) {
    .catalog-product-view span#old-price-2>span.price {
        padding-right: 0;
    }
}

/* ========================
4.1 UPSELL
======================== */

.catalog-product-view .block.upsell {
    float: left;
    width: 65%;
    box-sizing: border-box;
}

.catalog-product-view .products-upsell .product-item-info {
    width: auto;
}

.catalog-product-view .block.upsell .product-item-name {
    margin-left: 0px;
    height: 50px;
    width: 80%;
}

.catalog-product-view .block.upsell .price-box.price-final_price > span > .price-wrapper > span {
    display: none;
}

.catalog-product-view .block.upsell .price-box.price-final_price {
    display: none;
}

.catalog-product-view .block.upsell .products-grid .product-item-details .product-item-actions {
    display: block;
    position: absolute;
    bottom: 5px;
}

.block.upsell .product-item-details {
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .catalog-product-view .block.upsell {
        width: 100%;
    }
}

/* ========================
5.1 TEKST
======================== */

.widgettexthundred {
    position: relative;
    float: left;
    display: block;
}

/* ========================
5.2 AFBEELDING
======================== */

.widgetimage {
    position: relative;
    float: left;
    display: flex;
    box-sizing: border-box;
}

.widgetmultipleimage {
    position: relative;
    float: left;
    display: flex;
    box-sizing: border-box;
}

/* ========================
5.3 PRODUCT IN DE KIJKER SHOWCASE
======================== */

.widget-product-grid .slick-slide {
    border: 1px solid rgba(88,88,90,0.7);/* #8da7bb; */
    border-right: 0px;
    display: table-cell !important;
    float: none !important;
}

.widget-product-grid .slick-track {
  display: table !important;
}

.in-de-kijker .slick-slider .slick-list {
    border-right: 1px solid rgba(88,88,90,0.7);
}

.in-de-kijker .stock.unavailable, .in-de-kijker .stock.unavailable > span {
    width: 100%;
    display:flex;
}

/* BUTTON FOR IN DE KIJKER */

.widget-product-grid button.slick-prev.slick-arrow {
    position: absolute;
    top: 45%;
    z-index: 10;
    border: 1px solid #58585A;
    background: white;
    height: 50px;
    width: 45px;
    border-radius: 0px 10px 10px 0px;
    background-image: url('../images/buttons/left-button-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
}

.widget-product-grid button.slick-next.slick-arrow {
    position: absolute;
    top: 45%;
    right: 0;
    z-index: 10;
    border: 1px solid #58585A;
    background: white;
    height: 50px;
    width: 45px;
    border-radius: 10px 0px 0px 10px;
    background-image: url('../images/buttons/right-button-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
}

/* ========================
6 CHECKOUT
======================== */

.checkout-cart-index .control.qty {
    display:inline-block;
}

.checkout-cart-index .cart.table-wrapper .col.qty {
    text-align:left;
}

.checkout-cart-index .cart.table-wrapper .col.qty .label {
    position: relative;
    width: auto;
    display: inline-block;
    height: auto;
    overflow: auto;
    padding-left: 20px;
    margin: 0px;
    font-weight: 700;
    vertical-align: middle;
}

.checkout-cart-index .cart.table-wrapper .col.qty .input-text {
    height: 36px;
    margin-top: 0px;
    text-align: center;
    width: 45px;
}

.cart.table-wrapper .actions-toolbar>.action-edit, .cart.table-wrapper .actions-toolbar>.action-delete {
    position:relative;
    display:inline-block;
}

.checkout-cart-index .cart.table-wrapper .actions-toolbar>.action-edit {
    right: 0;
}

.cart.table-wrapper .actions-toolbar>.action-edit>span, .cart.table-wrapper .actions-toolbar>.action-delete>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: auto;
    margin: 0px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: auto;
}

.cart.table-wrapper .actions-toolbar {
    padding-top: 10px;
}

.cart.table-wrapper .product-item-name {
    font-size: 1.4rem;
    display: block;
    margin: -3px 0 5px;
}

.billing-address-same-as-shipping-block.field.choice {
    margin-top: 1.5rem;
}

@media (min-width: 768px) {
    .cart.table-wrapper .product-item-photo {
        padding-right: 0px;
    }
}

.checkout-payment-method .payment-option._collapsible._active .payment-option-content {
    display: block;
}

/* ========================
7 RESPONSIVE
======================== */

@media (min-width: 1600px) {
    .navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper>.widget, .page-wrapper>.page-bottom, .block.category.event, .top-container, .page-main {
        max-width: 1600px;
        /* uit gezet 05-10-2018 SP
        padding-left: 0px;
        padding-right: 0px;*/
    }

    .section-item-content .menu-container {
        display: block;
        margin: 0 auto;
        max-width: 1600px;
    }

    .productlist-1600 {
        display:block;
    }

    .productlist-1300 {
        display:none;
    }

    .page-layout-multi-bazar-home .sidebar-additional {
        padding: 0px 10px;
        margin-top: 30px;
        }
}

@media (min-width:1301px) and (max-width:1600px) { /* ---> van 1599 veranderd naar 1600 <----- */
    .navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper>.widget, .page-wrapper>.page-bottom, .block.category.event, .top-container, .page-main {
        max-width: 1300px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .page-layout-multi-bazar-home .sidebar-additional {
        padding: 0px 10px;
    }

    .usp-tekst {
        display: inline-flex;
        align-items: center;
        padding-right: 2px;
        box-sizing: border-box;
        width: 161px;
    }


    .footer_2-1 > a {
        display: inline-table;
    }


    .block.newsletter .form.subscribe {
        display: table;
        width: 100%;
        /* padding-left: 122px; */
    }

    footer.page-footer input[type="email"] {
        background: #fff;
        background-clip: padding-box;
        border: 0px solid #c2c2c2;
        border-radius: 12px;
        font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-size: 14px;
        height: 35px;
        line-height: 1.42857143;
        padding: 10px;
        vertical-align: baseline;
        width: 115%;
        box-sizing: border-box;
        font-size: 11px;
        margin-left: -120px;
        top: 4px;
        color: #0096be;
    }

    .usp-block {
        display: inline-flex;
        width: 33%;
        margin-top: 5px;
    }

    .usp-wrap-high {
        display: block;
        color: #0669ae;
        margin: 0px -75px 15px 50px;
    }
}

@media (max-width:1300px) {
    .productlist-1300 {
        display:none;
    }
}

@media (min-width:960px) and (max-width:1300px) {
    .navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper>.widget, .page-wrapper>.page-bottom, .block.category.event, .top-container, .page-main {
        max-width: 960px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .page-products .products-grid .product-item {
        margin-left: calc((100% - 5 * 20%) / 3);
        padding: 0px 10px 10px 10px;
        width: 33.333333%;
        border: 1px solid rgba(88,88,90,0.7);
    }

        .page-products .products-grid .product-item:hover {
        width: 33.333333%;
        border: 1px solid rgba(88,88,90,0.7);
    }

    .usp-tekst {
        display: inline-flex;
        align-items: center;
        padding-right: 2px;
        box-sizing: border-box;
        color: #0069b3 !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        line-height: 17px !important;
        font-family: 'Arial','Open Sans','Helvetica Neue',Helvetica',sans-serif' !important;
        width: 136px !important;
    }

    .usp-wrap-high {
        display: none;
        color: #0669ae;
        margin-left: 0px;
        margin-right: 0px;
    }

    .sidebar-content-02 {
        width: 33.33%;
        /* padding-top: 80px !important; niet nodig 14-11-2018 */
        border-bottom: 0px solid;
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sidebar-content-01 {
        width: 33.33%;
        padding-top: 30px;
        border-bottom: 0px solid;
        position: relative;
        padding-right: 15px;
        padding-top: 0px;
    }

    .page-layout-multi-bazar-home .widget.block.block-static-block {
        display: flex;
        margin-bottom:0px;
    }

    .page-layout-multi-bazar-home .widget.block.block-static-block.block-4 {
        display: flex;
        margin-bottom:0px;
    }
}

@media (min-width: 1301px) {
    /* aangepast 3-10-2018 */
    .page-layout-multi-bazar-home .widget.block.block-static-block.block-4 {
        display: none;
    }
}

@media (max-width: 960px) {
    .usp-wrap-high {
        display: none;
    }

    .lijsten-icon {
        height: 45px;
        width: 50px;
    }

    .hq-banner {
        display:none;
    }
    .breadcrumbs {
        margin-top: 7px;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .page-layout-multi-bazar-home .sidebar-additional {
        display: block;
        width: 100%;
        margin-left: 0px;
        border-left: 0px;
        position: relative;
        background: white;
    }

    .widget.block.block-static-block {
        margin: 30px 12px 40px 12px;
    }

    .usp-block {
        width: 15.333333%;
    }

    span.usp-tekst {
        width: 136px;
    }

    .sidebar-content-01 {
        width: 66.666666%;
        position: relative;
        float: left;
    }

    .sidebar-content-02 {
        width: 66.66666%;
        padding-top: 30px;
        border-bottom: 0px solid;
        position: relative;
        float: left;
    }

    .sidebar-content-03 {
        width: 33.333333%;
        padding: 0px 41px 0 40px;
        box-sizing: border-box;
        position: absolute;
        right: 0;
    }

    .sidebar.sidebar-additional p {
    margin: 2em;
    }
    .sidebar.sidebar-additional h2 {
        display: block;
        width: 100%;
    }
    .sidebar.sidebar-additional .sidebar-content-02,.sidebar.sidebar-additional .sidebar-content-03 {
        display: flex;
        flex-wrap: wrap;
    }


    /* ==========invisible========== */
    /*.nav-sections-item-title {
    display: block;
} */
}

@media (min-width:600px) and (max-width:787px) {
    .page-layout-multi-bazar-home .sidebar-additional {
        background: white;
        display: inline-block;
    }

    .sidebar-content-01 {
        position: relative;
        width: 100%;
    }

    .sidebar-content-02 {
        border-bottom: 1px solid #0069b3;
        padding-top: 220px;
        position: relative;
        width: 100%;
    }

    .sidebar-content-03 {
        width: 100%;
        padding-left: 15px;
        box-sizing: border-box;
        position: relative;
    }
}


@media (min-width:600px) and (max-width:960px) {
    .navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper>.widget, .page-wrapper>.page-bottom, .block.category.event, .top-container, .page-main {
        /* max-width: 960px; ========================== 24/10/18
        min-width: 600px; */
        padding-left: 20px;
        padding-right: 20px;
    }

    .usp-tekst {
        display: inline-flex;
        align-items: center;
        padding-right: 2px;
        box-sizing: border-box;
        font-size: 13px !important;
        font-weight: 600 !important;
        line-height: 17px !important;
        font-family: 'Arial','Open Sans','Helvetica Neue',Helvetica',sans-serif' !important;
        width: 154px;
    }
}

@media (max-width:768px) {
    .navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-main, .page-wrapper>.widget, .page-wrapper>.page-bottom, .block.category.event, .top-container {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }

    .logo {
        margin: 0 0 0px 40px;
    }

    .section-items.nav-sections-items {
    display: block;
    }

    .widget.block.block-static-block{
        margin: 30px 80px 40px 80px;
    }

    .usp-block {
        display: inline-block;
        width: 32.333333%;
        text-align: center;
        margin-top: 25px;
    }

    .breadcrumbs {
        display: block;
    }
    .catalog-category-view .category-view {
        display:none;
    }

    .catalog-product-view .additional-attributes-wrapper.table-wrapper {
        height: auto;
        max-height:auto;
        margin-bottom: 20px;
        width: 100%;
    }

    .catalog-product-view .block.related {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    /* .nav-open .nav-toggle:after { ======================================== LOST PROBLEEM MET MEGAMENU OP
        background: rgba(0,0,0,0.7);
        content: '';
        display: block;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        width: auto;
        z-index: 1;
    } */

    .section-item-title.nav-sections-item-title.active {
    display: block;
    border: 0px;
}
}

@media (min-width: 600px) and (max-width: 768px) {
    .logo {
        margin: 6px 0 0 6px;
    }
}

@media (max-width: 600px) {
    .product-item .tocart {
        font-size: 0.98rem;
    }
}

@media (min-width: 481px) and (max-width:600px) {
    .widget.block.block-static-block {
        margin: 30px 20px 40px 20px;
    }
}


@media (max-width: 480px) {
    .widget.block.block-static-block {
        margin: 30px 0px 40px 0px;
    }
    span.usp-tekst {
        width: 125px;
    }

    .top_header_usp_block:after {
        display:none;
    }
}

@media (max-width: 380px) {
    .widget.block.block-static-block {
        margin: 30px 0px 40px -8px;
    }
    span.usp-tekst {
        width: 100px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .hdk-banner {
        height:auto;
        margin-top: 150px;
    }

    .hq-banner {
        height:auto;
        margin-top: 150px;
    }

    .category-view .category-image {
        height: 100%;
        margin-top:00px;
    }

    .footer_payment {
        min-height:auto;
    }

    .usp-block {
        height: auto;
        max-height:100%;
    }

    .winkel-icon, .winkelkar-icon, .lijsten-icon, .vrachtwagen-icon, .voorraad-icon, .spoedlevering-icon {
        display:inline-flex;
    }

    .page-main {
        margin-top:180px;
    }

    .page-layout-multi-bazar-home .page-main {
        margin-top: 0px;
    }

    .page-layout-multi-bazar-home .columns .column.main {
        padding-bottom:0px;
    }
}

.am-show-button.-vertical {
    padding-left: 0;
    border-left: 0;
    border-radius: 0 0px 0px 0;
    box-shadow: 10px 8px 16px rgba(0, 0, 0, 0.0);
    padding: 3px 3px;
    /* padding:0px 0px; */
}

.am-show-button > .am-button {
    margin-left: 0;
    background: transparent;
    border-radius:5px;
    border: 1px solid black;
    font-size: 12px;
}

@media (max-width: 480px) {
    _:-ms-fullscreen, :root .panel.header {
        margin-top: 0px !important;
    }
}

@media (max-width: 768px) {
    _:-ms-fullscreen, :root .footer.content {
        height: 550px;
    }
}

@media (max-width: 960px) {
    _:-ms-fullscreen, :root .page-main {
        margin-top:180px;
    }
}

@media (max-width: 1100px) {
    _:-ms-fullscreen, :root .footer.content {
        height:550px;
    }
}

@media (max-width: 1300px) {
    _:-ms-fullscreen, :root .footer.content {
        height:550px;
    }
}

/* EDGE Fix */

_:-ms-lang(x), _:-webkit-full-screen, .page-main {
    margin-top: 0px;
}

_:-ms-lang(x), _:-webkit-full-screen, .hdk-banner {
    margin-top: 180px;
}

_:-ms-lang(x), _:-webkit-full-screen, .hq-banner {
    margin-top: 180px;
}

@media (max-width: 960px) {
_:-ms-lang(x), _:-webkit-full-screen, .page-main {
    margin-top: 140px;
}
}

@media (max-width: 480px) {
    _:-ms-lang(x), _:-webkit-full-screen, .panel.header {
        margin-top: 0px !important;
    }
}

#search {
    background: white;
}

.page-main .block {
    margin-bottom: 20px;
}

@media (min-width: 960px) {
    /*.menu-dropdown-icon:hover:after {
        content: '';
        width: 100%;
        height: 40px;
        top:65px;
        position:absolute;
        display:block;
        background:transparent;
        z-index: 1;
    }*/
}

/* END */
.product-list-wrap-columns{
    display:none;
}

.page-header .panel.header {
    padding: 0;
}

/*Slick slider custom styling START */
.portal-slider-container {
    display: none;
}

.portal-slider-container .slick-slider-portal .row-full-width-inner {
    max-width: 1600px;
    padding: 0 20px;
}

@media (min-width: 1301px) and (max-width: 1600px) {
    .portal-slider-container .slick-slider-portal .row-full-width-inner {
        max-width: 1300px;
    }
}

@media (min-width: 960px) and (max-width: 1300px) {
    .portal-slider-container .slick-slider-portal .row-full-width-inner {
        max-width: 960px;
    }
}

.slick-slide figure {
    padding-right: 20px;
}

.slick-slide:last-of-type figure {
    padding-right: 0;
}

.slick-slide img {
    width: 100%;
    height: 300px !important;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1600px) {
    .slick-slide img {
        height: 250px !important;
    }
}

@media (max-width: 1300px) {
    .slick-slide img {
        height: 200px !important;
    }
}

@media (max-width: 768px) {
    .slick-slide figure {
        padding-right: 0;
    }
}

.slick-prev, .slick-next {
    width: 40px;
}

.slick-slider .slick-prev {
    left: 20px;
}

.slick-next:not(.primary),
.slick-prev:not(.primary) {
    background: transparent;
}

.slick-slider .slick-next:before,
.slick-slider .slick-prev:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Laag 2' viewBox='0 0 420.93 593.71'%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-miterlimit='10' stroke-width='20' d='m405.45 302.79-337-289-54.01 57 270.99 235.17L15.45 529.95l57.47 50.59 332.53-277.75z' data-name='Laag 4'/%3E%3C/svg%3E");
    width: 20px;
    display: block;
}

.slick-slider .slick-prev:before {
    transform: rotate(180deg);
    margin-left: auto;
    margin-right: 0;
    padding-left: 5px;
}
/*Slick slider custom styling END */
