/* 
 write all code below
*/
.page-title-wrapper .page-title {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 0px;
}
.paragraph2 {
    clear: both;
    margin-top: 50px;
    display: block;
    text-align: left;
}
.breadcrumbs {
    padding-left: 0px;
}
.icon-options {
    display: flex;
    /*align-items: center;
	justify-content: center;*/
}
.icon-options .icons {
    margin-right: 20px;
}
.blue_button {
    background: #0c426e;
    display: inline-block;
    color: #fff;
    padding: 5px 12px;
    margin-bottom: 5px;
}

span.icons:before {
    width: 37px;
    height: 30px;
    display: inline-block;
    margin-left: 2px;
    top: 5px;
    position: relative;
}
span.icons.icon_1:before {
    content: "";
    background: url(../images/laadpaal.svg);
    width: 32px;
    height: 31px;
    top: 10px;
}
span.icons.icon_2:before {
    content: "";
    background: url(../images/zonnepanelen.svg);
    width: 33px;
}
span.icons.icon_3:before {
    content: "";
    background: url(../images/kookgroep.svg);
}
.product-options-wrapper select {
    width: calc(100% - 43px) !important;
}

/*
Footer
*/

.footer_links,
.footer_info {
    width: 25%;
}

h2 {
    font-size: 22px !important;
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;
    margin-top: 10px;
}

.home_popular .product-item-details .product-item-name a,
.product-item-details .product-item-name a {
    font-size: 14px !important;
    word-break: break-all;
}

@media (min-width: 1580px) {
    .block-search .action.search {
        width: 30px;
    }

    .top_links figure {
        width: 100px !important;
    }
    .top_line .container .usp,
    .top_line .top_line_links {
        font-size: 13px !important;
    }
}

.mpquickcart .block-items {
    border-bottom: none !important;
}

.filter-options-item {
    border-bottom: none;
}
.filter-options-content {
    margin: 0;
    padding: 0;
}

.filter-options-title {
    padding: 10px 20px 0 0;
    text-transform: none;
    color: #000000 !important;
    font-size: 15px !important;
    font-family: "Poppins", sans-serif;
    font-weight: 700 !important;
}

@media (min-width: 768px), print {
    .filter-content .item {
        margin: 3px 0;
    }
}

.page-with-filter .toolbar-amount,
.page-products .sorter {
    font-size: 12px !important;
    max-width: 50%;
}

@media (max-width: 767px) {
    .page-with-filter .toolbar-amount {
        float: left;
    }
    .page-products .sorter {
        float: right;
        display: flex;
    }
}

@media (min-width: 768px), print {
    .cms-content-important {
        font-size: 16px;
    }

    .product.data.items > .item.title > .switch {
        background: #f7f9fa;
    }
}

.categories_sidebar a {
    font-weight: 300 !important;
    color: #000;
    display: block;
    padding: 2px 0;
    transition: all 0.1s linear;
}

.categories_sidebar .block-title {
    line-height: 22px !important;
    color: #0c426e;
    position: relative;
    font-family: "Poppins", sans-serif;
    margin-bottom: 2px !important;
}

.categories_sidebar {
    border: none !important;
    background: #f7f9fa !important;
    padding: 25px !important;
}

.product-info-main .product-info-price {
    border: none;
}
