body {
    font-family: 'Inter', sans-serif;
}
.main-header .navbar-toggler {
	color: black !important;
}
.main-header .navbar-top .navbar-main .nav-link {
	padding: 0px !important;
}
.main-header .header-main-top {
    padding: 16px 16px !important;
    border-bottom: 0 !important;
    border-top: 2px solid #E0E0E0;
    background: #F5F5F5 !important;
}

.header-main-top ul {
    list-style: none;
    display: flex;
    margin: 0;
}

.header-main-top ul li {
    font-size: 14px;
    color: #8C8C8C;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header-main-top ul li i {
    color: #F38F70;
    opacity: 1;
}

@media (min-width: 992px) {
    header.main-header {
        height: 165px;
    }

    header.main-header.fixed .navbar-top {
        height: 108px;
    }
}

.custom-nav-searchbar {
    margin-right: 10px;
    width: calc(100% - 433px);
}
@media (max-width: 991px) {
    .custom-nav-searchbar {
        display: none;
    }
}
.custom-nav-searchbar .input-group.flex-nowrap {
    width: 100%;
}
.custom-nav-searchbar input#s {
    height: 44px;
    width: 395px;
}
.custom-nav-searchbar button#searchsubmit {
    background: white;
    border-left: 0;
    border-color: #d5d5d5;
}

.main-header .custom-navigation {
    margin-top: 15px;
}
@media screen and (max-width: 991px) {
    .main-header .custom-navigation {
        display: none !important;
    }
}


.main-header .custom-categories-dropdown {

}

.main-header .custom-categories-dropdown img {
    max-width: 200px;
    width: 100%;
    height: 100%;
}
.main-header .custom-categories-dropdown .title {
    font-weight: 600;
    color: #242424;
    display: block;
    font-size: 16px;
    margin-top: 10px;
}
.main-header .custom-categories-dropdown ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin:0;
    margin-top: 10px;
}

.main-header .custom-categories-dropdown ul li {
    margin-bottom: 5px;
}

.main-header .custom-navigation .custom-categories-dropdown .all-products-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #F3F3F3;
    padding: 0 !important
}
.main-header .custom-navigation .custom-categories-dropdown .all-products-wrapper img {
    margin-bottom: 10px;
    mix-blend-mode: multiply;
}
.main-header .custom-navigation .custom-categories-dropdown .all-products-button-wrapper {
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-header .custom-navigation .custom-categories-dropdown .all-products {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    padding: 0 !important;
}

.main-header .custom-navigation .custom-dropdown:hover>.dropdown-menu {
    display: block;
}

.main-header .custom-navigation .custom-dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/

}

.main-header .custom-categories-dropdown .all-products svg {
    margin-left: 12px;
    width: 8px;
}

.main-header .custom-navigation ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin-bottom: 0px
}

.main-header {
     color: #414141;
}

.main-header .navbar-main {
    flex-direction: row !important;
}

.main-header .navbar-main .dropdown-menu {
    position: absolute !important;
}

.main-header .nav-item-my-account {
    border: 0;
    box-shadow: none;
}



@media (min-width: 1201px) {
    .main-header .navbar-top .navbar-main .nav-item-my-account > div a img {
        width: 24px;
        opacity: 1 !important;
    }
}
.main-header .navbar-top .navbar-main .nav-item-my-account>div a span {
    margin-left: 5px;
}



.main-header .navbar-top .navbar-main .nav-item-my-account .nav-link svg {
    color: #F26336;
}
.main-header .navbar-top .navbar-main .nav-item-my-account .nav-link:hover {
    color: #fff;
}
.main-header .navbar-top .navbar-main .nav-item-my-account .nav-link:hover svg {
    color: #fff;
}
.main-header .navbar-top .navbar-main .nav-item-my-account .dropdown.show .nav-link svg, .main-header .navbar-top .navbar-main .nav-item-my-account .dropdown.show .nav-link {
    color: #F26336 !important;
}

.main-header .navbar-top .navbar-main .nav-item-my-account .dropdown:hover .nav-link svg, .main-header .navbar-top .navbar-main .nav-item-my-account .dropdown:hover .nav-link {
    color: #fff !important;
}


.main-header .nav-item-my-account:hover {
    background: #F26336;
}

.main-header .icon-cart-count {
    background: #F26336;
}

.main-header .custom-service {
    color: #242424;
    background: none;
    font-weight: 600;
}

.main-header .custom-service svg {
    margin-right: 5px;
}

.main-header .custom-service:hover {
    color: #F26336;
}

.main-header .custom-webwinkel {
    color: #242424;
    background: none;
    display: flex;
    align-items: center;
}
.main-header .custom-webwinkel svg {
    height: 20px;
    margin-right: 10px;

}

.main-header .navbar-top {
    padding-bottom: 0px;
}
.main-header .custom-navigation ul li {
    margin-right: 20px;
}
.main-header .custom-navigation ul li a {
    font-weight: 500;
    color: #242424;
    padding: 8px 8px !important;
    border-bottom: 2px transparent solid;
}
.main-header .custom-navigation ul li .custom-categories-dropdown ul li a{
    padding: 0 !important;
}

.main-header .custom-navigation ul li a:hover {
    border-color: #F26336;
}

.custom-nav-searchbar input#s {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border: 1px solid #CACACA;
    background: #EEE;
    color: #242424;
}

.custom-nav-searchbar button#searchsubmit {
    background: #EEE;
    color: #242424;
    border-left: 0;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-color: #CACACA;
}

.custom-nav-searchbar input#s::placeholder {
    color: #242424;
    font-style: normal;
    font-weight: 500;
    opacity: 0.67;
}

.custom-intro {
    color: #fff;
}

.custom-intro .inner-bg {
    position: relative;
    background: #5396E5;
    border-radius: 24px;
    overflow: hidden;
}

.custom-intro .eclipse {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 616px;
    height: 616px;
    background: #FFF;
    border-radius: 616px;
    opacity: 0.7;
    filter: blur(150px);
    transform: translate(-50%, -50%);
}

.custom-intro img {
    margin-bottom: -30px;
    object-fit: contain;
    object-position: bottom;
    width: 100%;
    margin-top: 30px;
}

.custom-intro .text-content-intro {
    padding: 60px !important;
}

.custom-intro p {
    font-size: 18px;
}

.custom-intro a {
    margin-top: 30px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    border-radius: 999px;
    background: #FFF;
    color: #114C91;
    padding: 8px 16px
}


.custom-intro a:hover {
    background: #114C91;
    color: #fff;
}
.custom-intro a:hover svg path {
    stroke: #fff;
}

.custom-intro a svg {
    margin-left: 12px;
    width: 8px;
}

.custom-intro h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}


.custom-categories h2 {
    font-weight: 400;
    font-size: 32px;
}

h1, h2, h3, h4 {
    font-family: 'Inter', sans-serif;
}


.custom-categories .card {
    background: #114C91;
    border: 1px solid #114C91;
    border-radius: 27px;

}
.custom-categories .card:hover .card-body {
    background: white;
    color: #114C91 !important;
}

.custom-categories .card:hover .card-body .card-title {
    color: #114C91 !important;
}

.custom-categories .card .card-body {
    background: #114C91;
    color: white;
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
}

.custom-categories .card .custom-ratio img {
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;

}
.custom-categories .card .custom-ratio {
    position: relative;
    width: 100%;
    padding-top: calc(100% / (1 / 1)); /* 16:7 ratio for example */
}

.custom-categories .card .custom-ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.custom-categories .card .card-body .card-title {
    margin: 0;
    text-align: center;
    color: white;
    font-size: 16px;
}


.custom-why {
    background: #277A3E;
    color: white;
}

.custom-why h2 {
    font-size: 32px;
    font-weight: 700;
    color: white;
    margin: 0;
}
.custom-why p {
    color: white;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.custom-why a {
    border-radius: 999px;
    background: #0A471B;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    padding: 12px 32px;
    display: inline-block;
}

.custom-why a:hover {
    color: #0A471B;
    background: white;
}

.custom-why img {
    border-radius: 27px;
    width: 100%;
    height: calc(100% + 80px);
    margin-top: -80px;
    object-fit: cover;
}

.information-blocks h2 {
    color: #114C91;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}

.logo-carousel-custom h2 {
    font-size: 20px;
    color: #114C91;
}
.logo-carousel-custom h2 svg {
    margin-left: 15px;
}
.logo-carousel-custom a {
    border-radius: 999px;
    border: 1px solid #114C91;
    background: #FFF;
    padding: 12px 32px;
    margin: 0 auto;
    color: #114C91;
    font-weight: 700;
}
.logo-carousel-custom a:hover {
    color: #FFF;
    background: #114C91;
}

.logo-carousel-custom .slider .slick-arrow {
    border: 0;
    color: #114C91;

}
.logo-carousel-custom .slider .slick-arrow:before  {
    font-size: 32px;

}


.custom-footer {
    background: linear-gradient(to right, #114C91 50%, #fff 50%);
}

.custom-footer .custom-left {
    background: #114C91;
    margin: 60px 0 0 0;

}
.custom-footer .custom-left img {
    max-width: 250px

}
.custom-footer .custom-left p {
    color: white;
    max-width: 330px;
}

.custom-footer .custom-right {
    background: #fff;
    padding: 60px;
}

@media (max-width: 768px) {
	.custom-footer .custom-right {
    background: #fff;
    padding: 60px 0px;
}

}

.custom-footer .custom-right h2, .custom-footer .widget-title {
    color: #114C91;
    font-size: 16px;
    font-weight: 700;
}

.custom-footer .custom-right ul {
    margin: 15px 0px 0px 0px;
    padding: 0;
    list-style: none;
}
.custom-footer .custom-right ul li {
    margin-bottom: 10px;
}

.custom-footer .custom-right ul li a{
    font-size: 16px;
    color: #242424;
    font-weight: 400;
}
.custom-footer .custom-right ul li a:hover {
    color: #F26336;
}

.custom-footer .footer-note {
    background: #E8EEF4;
    padding-top: 15px;
    padding-bottom: 15px;
}

.custom-facebook-icon a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 21px;
    margin-right: 8px; /* some space between icon and text */
    margin-bottom: 4px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21" fill="none"><path d="M10 0C4.5 0 0 4.51199 0 10.0691C0 15.0936 3.66 19.2639 8.44 20.0175V12.9833H5.9V10.0691H8.44V7.84825C8.44 5.32596 9.93 3.9392 12.22 3.9392C13.31 3.9392 14.45 4.13013 14.45 4.13013V6.61222H13.19C11.95 6.61222 11.56 7.38599 11.56 8.17986V10.0691H14.34L13.89 12.9833H11.56V20.0175C13.9164 19.6436 16.0622 18.4354 17.6099 16.611C19.1576 14.7867 20.0054 12.4664 20 10.0691C20 4.51199 15.5 0 10 0Z" fill="%23F26336"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}


.custom-footer .footer-note .footer-note-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 15px;
}
.custom-footer .footer-note .footer-note-menu li  a{
    margin-right: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #114C91;
    opacity: 0.5;
}
@media (max-width: 768px) {
    .custom-footer {
        background: #114C91;
    }
    .custom-footer .footer-note .footer-note-menu li a {
        margin-right: 0;
        margin-top: 15px;
    }
    .custom-footer .footer-note .footer-note-menu li {
        margin-top: 15px;
    }
    .custom-footer .footer-note .footer-note-menu li:first-child {
        margin-top: 0px;
    }
    .custom-footer .footer-note .footer-note-menu {
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: 0px;
    }
}

.custom-footer .copyright-note {
    color: #242424;
    font-size: 14px;
}

.custom-footer  .dynalogical {
    font-size: 14px;
    color: #242424;
}

.custom-footer .dynalogical a {
    text-decoration: underline;
    color: #242424;
}
.custom-footer .dynalogical a:hover {
    color: #ef800d;
}

.custom-footer .footer-note .footer-note-menu li a:hover {
    opacity: 1;
}

@media (max-width: 768px) {
    .custom-footer .container {
        max-width: none;
    }

    .custom-footer .custom-half-container {
        max-width: 540px;
        margin: 0 auto;
    }
}

.custom-logo-slider  .slider-logo-carousel .slick-slide img {
    max-height: none;
}

.custom-best-selling   .slick-slide {
        margin: 0 10px;
}


.custom-best-selling .products {
    border-radius: 0px;
    border: none !important;
    box-shadow: none !important;
    background: none;
}

.custom-best-selling .products .product {
    border-radius: 27px;
    border: 1px solid #DADADA;
    background: white;
}


.custom-best-selling .products .product .woocommerce-loop-product__title {
    font-weight: 700;
    color: #242424;
    font-size: 16px;
}

.custom-best-selling .products .product i {
    color: #09A115;
}
.custom-best-selling .products .product li {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.custom-best-selling .products .product .btn {
    border-radius: 999px;
    background: #09A115;
    padding: 8px 16px;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    position: static;
}

.custom-best-selling h3 {
    color: #114C91;
    font-size: 20px;
    font-weight: 700;
}
.custom-best-selling p {
    font-size: 16px;
}
.custom-best-selling .btn {
    border-radius: 999px;
    border: 1px solid #114C91;
    background: #FFF;
    color: #114C91;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 700;
}
.custom-best-selling .btn:hover {
    background: #114C91;
    color: #fff;
}
.custom-best-selling .btn.active {
    background: #114C91;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.custom-best-selling .custom-uitdaging {
    margin-top: 30px;
    border-radius: 27px;
    background: rgba(17, 76, 145, 0.10);
}
.custom-best-selling .custom-uitdaging .uitdaging-content {
    padding: 25px;
}
.custom-best-selling .custom-uitdaging h3 {
    color: #114C91;
    font-size: 20px;
    font-weight: 700;
}

.custom-best-selling .custom-uitdaging p {
    color: #242424;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.custom-best-selling .custom-uitdaging  a {
    margin-top: 30px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    border-radius: 999px;
    background: #FFF;
    color: #114C91;
    padding: 8px 16px
}

.custom-best-selling .custom-uitdaging  a:hover {
    color: #FFF;
    background: #114C91;
}
.custom-best-selling .custom-uitdaging  a svg {
    margin-left: 12px;
    width: 8px;
}
.custom-best-selling .custom-uitdaging  a:hover svg path {
    stroke: #fff;
}

.custom-best-selling .custom-uitdaging .medewerker-wrapper img {
    max-width: 100%;
    object-fit: contain;
    object-position: bottom;

}
@media (max-width: 768px) {
    .custom-best-selling .custom-uitdaging .medewerker-wrapper img {
        max-width: 30% !important;
        margin-top: -40px;
    }
}

.custom-best-selling h2 {
    font-weight: 400;
    font-size: 32px;
}

.custom-best-selling .custom-uitdaging .medewerker-wrapper {
    margin-top: -50px;
}


.custom-questions .container {
    max-width: 900px;
}

.custom-questions h2 {
    color: #114C91;
    font-size: 20px;
    font-weight: 700;
}
.custom-questions p {
    font-size: 16px;
}

.custom-questions a, .custom-questions button {
    border-radius: 999px;

    background: white;
    border: 1px solid #D44417;
    color: #D44417;
    font-weight: 700;
    font-size: 16px;
    padding: 8px 16px;
    margin: 0 8px;
}
.custom-questions a:hover, .custom-questions button:hover {
    color: white;
    background: #D44417;
}

.custom-questions a svg {
    margin-right: 8px;
    height: 16px;
    width: auto;
    color: #D44417;
}

.custom-questions a:hover svg path, .custom-questions button:hover svg path {
    fill: #fff;
}

.custom-questions .open-chat {
    color: #242424;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}

.custom-questions .open-chat svg {
    margin-right: 8px;
    font-family: 'Poppins', sans-serif;
    height: 9px;
    width: auto;
    color: #D44417;
    margin: 0 8px;
}

.custom-support-newsletter-banner {
    background: #E8EEF4;
}
.custom-support-newsletter-banner .custom-support {

    display: flex;
    align-items: center;
}
.custom-support-newsletter-banner .custom-support > div{
    border-bottom: 1px solid #114C91;
   width: 100%;
}

@media (min-width: 992px) {
    .custom-support-newsletter-banner .custom-support > div {
        border-bottom: none;
        border-right: 1px solid #114C91;
    }
}

.custom-support-newsletter-banner .custom-support h2 {

    color: #114C91;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}
.custom-support-newsletter-banner .medewerker {
    width: 100%;
    max-width: 100%;
    margin-top: -10px;
}
.custom-support-newsletter-banner .support-option {
    color: #242424;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    margin-left: -5px;
    padding: 5px;
    border-radius: 5px;
    margin-right: 15px
}

.custom-support-newsletter-banner .support-option-chat {
    color: #242424;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-left: -5px;
    padding: 5px;
    border-radius: 5px;

    margin-right: 15px
}

.custom-support-newsletter-banner .support-option-chat svg {
    height: 32px;
    margin-right: 10px;
}
.custom-support-newsletter-banner .support-option-chat.chat-open svg {
    color: #09A115
}
.custom-support-newsletter-banner .support-option-chat.chat-closed svg {
    color: #D44417;
}



.custom-support-newsletter-banner .support-option-chat-inner {
    display: flex;
    flex-direction: column;
}



.custom-support-newsletter-banner .support-option-title {
    font-weight: 700;
    text-decoration: underline;
}
.custom-support-newsletter-banner .support-option:hover, .custom-support-newsletter-banner .support-option-chat:hover {
    background: #d3dfea;
}

.custom-support-newsletter-banner .custom-newsletter {
    display: flex;
    align-items: center;
}
.custom-support-newsletter-banner .custom-newsletter p {
    font-size: 16px;
    color: #114C91
}

.custom-support-newsletter-banner .custom-newsletter .gform_fields {
    display: flex !important;
    align-items: center;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid #CACACA;
    background: white;
    border-radius: 5px;
    height: 40px;
}

.custom-support-newsletter-banner .custom-newsletter .gform_fields input[type=email] {
    border: none !important;
    height: 40px !important;
    background: none !important;
    box-shadow: none !important;
}
.custom-support-newsletter-banner .custom-newsletter .gform_fields #field_submit {

}
.custom-support-newsletter-banner .custom-newsletter .gform_fields input[type=submit] {
    border: none;
    background: none;
    color: #D44417;
    font-weight: 700;
    height: 40px;
    border-radius: 5px;
}
.custom-support-newsletter-banner .custom-newsletter .gform_fields input[type=submit]:hover {
    background: #D44417;
    color: #fff
}


.custom-support-newsletter-banner .custom-newsletter .gfield--type-email {
    flex: 1;
}
.custom-support-newsletter-banner .custom-newsletter .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
}

