@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, h7, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

em {
    font-style: italic;
    /* font-weight: 400 !important; */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}


body {
    font-family: 'Lato', sans-serif;
    background: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: inherit;
    color: #303c8b;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, h7 {
    color: #4c4c4c;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

h1, h7 {
    font-size: 24px;
    line-height: 36px;
    color: #303c8b;
}

h2 {
    font-size: 18px;
    line-height: 24px;
    color: #303c8b;
}

h3 {
    font-size: 18px;
    line-height: 24px;
    color: #303c8b;
}

h4 {
    font-size: 24px;
    line-height: 30px;
    color: #303c8b;
    font-weight: 300;
}

h5 {
    font-size: 16px;
    line-height: 16px;
}

h6 {
    font-size: 14px;
    line-height: 13px;
}

p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 26px;
    color: #303c8b;
}

strong {
    font-weight: 700;
}

blockquote {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 18px;
    line-height: 28px;
    color: #303c8b;
}

img {
    border: 0;
    height: auto;
    max-width: 100%;
}

i {
    font-style: italic;
    font-weight: 400;
}

/*** 6.1 Links*/
a {
    color: #303c8b;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

a:focus,
a:hover,
a:active {
    color: #fdc70d;
    text-decoration: none;
    outline: none;
    outline: 0;
}

a img {
    border: 0;
}

.main-contentblk a,
.content-block a {
    font-weight: bold;
    color: #303c8b;
}

.main-contentblk a:hover,
.content-block a:hover {
    color: #fdc70d;
}

.content-block p {
    text-align: justify;
}

input:not([type="radio"]) {
    display: inline-block;
    width: 100%;
    height: 56px;
    float: left;
    line-height: 56px;
    padding: 0 25px;
    border: 2px solid #FFFFFF;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    outline: none;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF !important;
    background: rgba(255, 255, 255, .15);
    -webkit-box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.67);
    box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.67);
}

input[type="radio"] {
    width: 18px !important;
    height: 18px !important;
    -webkit-appearance: radio;
    -moz-appearance: radio;
    outline: 0;
    margin-right: 3px !important;
}

.or_radio_vest_wrap {
    margin-bottom: 22px;
}

.vest_radio_wrap {
    display: inline-block;
    margin-right: 22px;
    line-height: 20px;
}

input[type="radio"][name="vestiging"] {
    display: inline;
    position: relative;
    top: 4px;
}

textarea {
    display: inline-block;
    width: 100%;
    height: 130px;
    float: left;
    line-height: 20px;
    padding: 10px 25px;
    border: 2px solid #FFFFFF;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    outline: none;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF !important;
    background: rgba(255, 255, 255, .15);
    -webkit-box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.67);
    box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.67);
}

input,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
}

input:focus,
textarea:focus {
    outline: 0;
}

.main-outercon {
    position: relative;
    overflow: hidden;
    padding-top: 50px;
}

.btn-primary {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16px;
    height: 56px;
    line-height: 56px;
    padding: 0 56px;
    color: #ffffff;
    background: #fdc70d;
    text-align: center;
    text-transform: uppercase;
    outline: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    font-size: 16px;
    background: #303c8b !important;
}

.btn-primary i {
    margin-left: 30px;
}

.btn-secondary {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 18px;
    height: 59px;
    width: 100%;
    line-height: 59px;
    padding: 0;
    color: #ffffff;
    background: #fdc70d;
    text-align: center;
    text-transform: uppercase;
    outline: none !important;
    box-shadow: none !important;
    border: none;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background: #303c8b !important;
}

.btn-secondary span {
    margin-right: 10px;
    font-size: 20px;
    position: relative;
    top: 3px;
}

.btn-secondary i {
    margin-left: 20px;
}
#popUpModal .modal-img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
#popUpModal img {
    width: 50%;
    height: auto;
}

.view-btn {
    width: 100%;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 18px;
    height: 56px;
    line-height: 56px;
    padding: 0 56px;
    color: #ffffff;
    background: #303c8b;
    text-align: center;
    /*text-transform: uppercase;*/
    outline: none !important;
    box-shadow: none !important;
}

.view-btn:hover,
.view-btn:focus,
.view-btn:active {
    background: #fdc70d;
    color: #ffffff;
}

.view-btn i {
    margin-left: 20px;
}

/*---------------- Bootstrap Reset ---------------*/
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 767px) {
    .container {
        max-width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .news-container {
        padding-right: 15px !important;
    }
}

@media (min-width: 768px) {
    .container {
        /* max-width: 750px; */
        max-width: 95%;
    }

    .news-container {
        padding-right: 45px !important;
    }
}

@media (min-width: 992px) {
    .container {
        /* max-width: 960px; */
        max-width: 95%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

.no-padding.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.no-padding.container-fluid [class^="col-"],
.no-padding.container-fluid [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.no-padding.container-fluid .row {
    margin-right: 0;
    margin-left: 0;
}

/*---------------- Bootstrap Reset ---------------*/
.header-container {
    width: 100%;
    height: auto;
    height: 50px;
    background: #303c8b;
    position: fixed;
    z-index: 99999;
    z-index: 88888;
    z-index: 111111;
    top: 0;
}

.header-container .logo-blck {
    display: none;
    width: 100%;
    height: auto;
    float: left;
    padding: 15px 0 0 62px;

    z-index: 999; /* Higher z-index to ensure it's clickable */

}

.header-container .logo-blck a {
    z-index: 1000; /* Even higher z-index for the link */
    position: relative;
}

.navigation-outer {
    width: 100%;
    height: auto;
    float: right;
    /* max-width: 780px; */
    max-width: 970px;
}

.navigation-outer ul {
    width: auto;
    height: auto;
    float: right;
}

.navigation-outer ul li {
    width: auto;
    height: auto;
    float: left;
    list-style: none;
}

.navigation-outer ul li a {
    width: auto;
    height: auto;
    float: left;
    list-style: none;
    color: #FFF;
    /*text-transform: uppercase;*/
    font-size: 12px;
    font-weight: 700;
    padding: 18px 14px 19px;
}

.navigation-outer ul li a:hover,
.navigation-outer ul li.active a {
    background: #fdc70d;
}

.navigation-outer ul li.active-nav a {
    background: #fdc70d;
}

.navigation-outer ul li.active-blk a {
    background: #fdc70d;
    padding: 18px 18px 19px;
}

.cart-outer {
    width: 8%;
    height: auto;
    float: right;
    max-width: 67px;
}

.fa-dolly {
    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}

.fa-dolly.cart_bigger {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.cart-outer.cart-user {
    position: relative;
    cursor: pointer;
}

.user_submenu,
.inex_submenu {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 1;
    background: #303c8b;
}

.active-blk2 {
    background: #fdc70d;
    position: relative;
}

.inex_btw_subm_toggle {
    cursor: pointer;
}

.smllogo_wrap {
    position: absolute;
    background-color: #303C8B;
    padding-bottom: 5px;
}

.navigation-outer ul.inex_submenu li,
.navigation-outer ul.inex_submenu li a {
    width: 100%;
}

.user_submenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.user_submenu ul li {
    white-space: nowrap;
    width: 100%;
}

.user_submenu ul li a {
    white-space: nowrap;
    width: 100%;
    text-align: right;
    padding: 18px 20px;
}

.user_submenu ul li a:hover {
    color: #303c8b !important;
}

.cart-outer a {
    width: 100%;
    float: left;
    background: #FFFFFF;
    padding: 18px 0px 14px 2px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.cart-outer.cart-user a {
    background: none;
    color: #ffffff;
}

.cart-outer.cart-user a:hover {
    color: #fdc70d;
}

.cart-outer i {
    width: auto;
    height: auto;
    display: inline-block;
    font-size: 18px;
}

.cart-outer span {
    width: auto;
    height: auto;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    top: -3px;
    width: auto;
    padding-left: 5px;
    text-align: center;
}

.cart-outer span i {
    font-size: 13px;
    padding-left: 5px;
}


.learn-more-btn {
    display: none;
    font-weight: 600;
    font-size: 18px;
    padding-top: 15px;
}

.learn-more-btn i {
    padding-left: 5px;
    color: #fdc70d;
}

.logo-blck img {
    width: auto;
    height: 25px;
}

.mobi-nav {
    left: 0;
    top: 0;
}

.mobi-blk {
    width: auto;
    height: auto;
    float: right;
    display: none;
}

.mobi-blk a {
    width: auto;
    height: auto;
    color: #FFF;
    font-size: 20px;
    padding: 14px;
    float: left;
}

.mobi-blk a:last-child {
    padding-right: 0px;
}

.banner-outercont {
    width: 100%;
    height: auto;
    background: url(../images/content/banner_img.jpg) no-repeat center top;
    background-size: cover;
    height: 455px;
    position: relative;
}

.select-outercont {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 57px;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 40px;
}

.select-styled {
    display: inline-block;
    width: 100%;
    height: 56px;
    line-height: 52px;
    padding: 0 25px 0 13px;
    border: 2px solid #FFFFFF;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    outline: none;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #363e87 !important;
    background: #FFF;
    margin-bottom: 14px;
    /*text-transform: uppercase;*/
}

.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    background: url(../images/select_arrow.png) no-repeat center center;
    position: absolute;
    top: 22px;
    right: 24px;
}

.select-styled:hover {
}

.select-styled:active,
.select-styled.active {
}

.select-styled:active:after,
.select-styled.active:after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.select-options {
    display: none;
    position: absolute;
    top: 56px;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #FFF;
    -webkit-box-shadow: -2px 3px 20px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 3px 20px -8px rgba(0, 0, 0, 0.75);
    box-shadow: -2px 3px 20px -8px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}

.select-options li {
    margin: 0;
    padding: 15px 0;
    text-indent: 15px;
    color: #363e87 !important;
    font-weight: 700;
    border-top: 1px dotted #363e87;
}

.select-options li:hover {
    color: #363e87 !important;
    background: #fdc70d;
}

.select-options li:first-child {
    border-top: none;
}

.select-options li[rel="hide"] {
    display: none;
}

.search-mian-outer {
    width: 100%;
    height: auto;
}


.search-mian-outer .content-blk {
    width: 100%;
    height: auto;
    height: 252px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-mian-outer .content-blk p {
    font-size: 24px;
    line-height: 28px;
    color: #FFF;
    /*text-transform: uppercase;*/
    padding: 0 150px 0 68px;
}

.search-mian-outer .content-blk h1 {
    font-size: 24px;
    line-height: 28px;
    color: #FFF;
    /*text-transform: uppercase;*/
    padding: 0 150px 0 68px;
}

.search-mian-outer .field-outer {
    width: 100%;
    height: auto;
    float: left;
    font-size: 24px;
    line-height: 28px;
    color: #FFF;
    /*text-transform: uppercase;*/
    position: relative;
}

.search-mian-outer .field-outer #search-field {
    padding-right: 50px;
}


.search-mian-outer .field-outer #search-field::-webkit-input-placeholder {
    color: #FFFFFF;
    opacity: 1;
}

.search-mian-outer .field-outer #search-field::-moz-placeholder {
    color: #FFFFFF;
    opacity: 1;
}

.search-mian-outer .field-outer #search-field:-ms-input-placeholder {
    color: #FFFFFF;
    opacity: 1;
}

.search-mian-outer .field-outer #search-field:-moz-placeholder {
    color: #FFFFFF;
    opacity: 1;
}

.search-mian-outer .field-outer .search-btn {
    width: 56px;
    height: 56px;
    float: right;
    margin-left: -67px;
    background: none;
    border: none;
    outline: none;
    font-size: 27px;
    color: #FFF;
    text-align: center;
    line-height: 56px;
}

.search-mian-outer .field-outer .close-btn {
    width: 56px;
    height: 56px;
    float: right;
    margin-left: -67px;
    background: none;
    border: none;
    outline: none;
    font-size: 27px;
    color: #363e87;
    text-align: center;
    line-height: 56px;
    display: none;
}

.search-mian-outer .field-outer .close-btn i,
.search-mian-outer .field-outer .search-btn i {
    margin-top: 13px;
}


.search-mian-outer .field-outer.active-field .close-btn {
    display: block;
}

.search-mian-outer .field-outer.active-field .search-btn {
    display: none;
}

.search-listouter {
    width: 100%;
    height: auto;
    float: left;
    background: #FFFFFF;
    position: absolute;
    top: 57px;
    left: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    z-index: 9999;
    padding: 20px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    opacity: 0;
    visibility: hidden;
    /* -webkit-transition: all 300ms ease-in; */
    /* -moz-transition: all 300ms ease-in; */
    /* -ms-transition: all 300ms ease-in; */
    /* -o-transition: all 300ms ease-in; */
    /* transition: all 300ms ease-in; */
}

.search-mian-outer .field-outer.active-field .search-listouter {
    opacity: 1;
    visibility: visible;
}

.search-listouter .left-outer {
    width: 58%;
    height: auto;
    float: left;
    max-width: 433px;
    border-right: #dedede solid 1px;
    position: relative;
}

.search-listouter .left-outer h5 {
    width: auto;
    height: auto;
    float: right;
    position: absolute;
    top: 2px;
    right: 27px;
    /*text-transform: uppercase;*/
    color: #a2a9d8;
    font-weight: 300;
}

.search-listouter .left-outer ul {
    width: 100%;
    height: auto;
    float: left;
    list-style: none;
    padding-top: 37px;
}


.search-listouter .left-outer ul li {
    width: 100%;
    height: auto;
    float: left;
    list-style: none;
}

.search-listouter .left-outer ul li a {
    width: 100%;
    height: auto;
    float: left;
    list-style: none;
    padding: 12px 40px 12px 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-end;
    -moz-box-align: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-listouter .left-outer ul li a .image-blk {
    width: 100%;
    height: 70px;
    float: left;
    list-style: none;
    width: 126px;
    background-position: center;
    background-size: cover;
}

.search-listouter .left-outer ul li a .text-blk {
    width: 100%;
    height: auto;
    float: left;
    list-style: none;
    padding-left: 15px;
    position: relative;
}

.search-listouter .left-outer ul li a .text-blk h6 {
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 19px;
    /*text-transform: capitalize;*/
    color: #303c8b;
    font-weight: 700;
}

.search-listouter .left-outer ul li a .text-blk i {
    position: absolute;
    right: -25px;
    bottom: 0;
    opacity: 0;
    color: #303c8b;
}

.search-listouter .left-outer ul li a:hover {
    background: #f3f3f3;
}

.search-listouter .left-outer ul li a:hover .text-blk i {
    opacity: 1;
}

.button-outer {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 25px;
}

.read-morebtn {
    float: right;
    height: auto;
    width: auto;
    font-size: 16px;
    /*text-transform: uppercase;*/
    font-weight: 700;
    color: #fdc70d;
}

.read-morebtn i {
    float: right;
    height: 29px;
    width: 29px;
    color: #FFF;
    background: #fdc70d;
    text-align: center;
    line-height: 29px;
    margin-left: 13px;
}

.read-morebtn:hover {
    color: #303c8b;
}

.read-morebtn:hover i {
    background: #303c8b;
}

.search-listouter .right-outer {
    width: 42%;
    height: auto;
    float: left;
    max-width: 317px;
    position: relative;
}

.search-listouter .right-outer h5 {
    width: auto;
    height: auto;
    float: right;
    position: absolute;
    top: 2px;
    right: 27px;
    /*text-transform: uppercase;*/
    color: #a2a9d8;
    font-weight: 300;
}

.search-listouter .right-outer ul {
    width: 100%;
    height: auto;
    float: left;
    list-style: none;
    padding-top: 37px;
}

.search-listouter .right-outer ul li {
    width: 100%;
    height: auto;
    float: left;
    list-style: none;
}

.search-listouter .right-outer ul li a {
    width: 100%;
    height: auto;
    float: left;
    list-style: none;
    padding: 8px 50px 9px 45px;
    position: relative;
    font-size: 16px;
    line-height: 16px;
    /*text-transform: capitalize;*/
    color: #303c8b;
    font-weight: 700;
}

.search-listouter .right-outer ul li a i {
    float: left;
    height: 29px;
    width: 29px;
    color: #FFF;
    background: #fdc70d;
    text-align: center;
    line-height: 29px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    opacity: 0;
}

.search-listouter .right-outer ul li a:hover i {
    opacity: 1;
}

.search-listouter .right-outer ul li.active-nav a i {
    opacity: 1;
}

.contact-outer {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -42px;
    z-index: 99;
}

.contact-outer h3 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 700;
    text-align: left;
    /*text-transform: uppercase;*/
    color: #FFF;
    padding: 0 0 10px 15px;
}

.contact-outer .address-outercont,
.adou_overz {
    width: 100%;
    height: auto;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

.adou_overz {
    display: block;
    margin-top: 8px;
}

.fmg_overzicht_reserv {
    padding-top: 30px;
}

.contact-outer .address-outercont li,
.adou_overz li {
    width: 32%;

    width: 24%;

    height: auto;
    float: left;
    max-width: 360px;
    background: #FFF;
    list-style: none;
    padding: 19px 35px 19px 33px;
}

.adou_overz li {
    width: 100%;
    float: none;
    max-width: initial;
    margin-bottom: 12px;
}

.contact-outer .address-outercont li span,
.adou_overz li span {
    width: 100%;
    height: auto;
    float: right;
    font-size: 18px;
    font-weight: 400;
    text-align: right;
    background: url(../images/map_pointer.jpg) no-repeat left top;
    background: url(../images/map_pointer.jpg) no-repeat left 17px;
    background: url(../images/map_pointer.jpg) no-repeat left center;
    background: url(../images/map_pointer.jpg) no-repeat left 17px;
    font-weight: 900;
    font-size: 18px;
    font-weight: 400;
    color: #303c8b;
    /*text-transform: uppercase;*/
    display: inline-block;

}

.address-outercont li span span {
    background: none !important;
}

.contact-outer .address-outercont li span span,
.adou_overz li span span,
.address-outercont span,
.contact-outer .address-outercont li a {
    float: right;
    width: auto;
    display: inline-block;
    cursor: pointer;
}

.adou_overz li span {
    background: url(../images/map_pointer.jpg) no-repeat left 17px;
}

.overzicht-account-wrap p.adou_uitloggenbtn {
    margin-bottom: 32px;
}

.add_oc_helper_loc_btn {
    display: none;
}

.add_oc_helper li {
    position: relative;
}

.add_oc_helper_loc_btn_desktop {
    display: block;
    position: absolute;
    width: 79px;
    height: 79px;
    height: 100%;
    left: 0;
    top: 0;
}

.add_oc_helper_loc_btn a.aochlb_link,
.add_oc_helper_loc_btn_desktop a.aochlb_link {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    display: block !important;
}


.contact-outer .address-outercont li span a,
.adou_overz li span a {
    width: auto;
    height: auto;
    float: none;
    font-size: 24px;
    font-weight: 900;
    color: #303c8b;
    /* padding: 0 0 0 14px !important; */
    /* padding-left: 14px; */
    /* display: block; */
    display: inline-block;
}

.adou_overz li a {
    padding: 0 0 0 14px !important;
}

.adou_overz a {
    background: none !important;
}

.adou_overz li span a.location_link {
    font-size: 18px;
    font-weight: 400;
    color: #303c8b;
    /*text-transform: uppercase;*/
    text-decoration: none;
    display: inline;
}

.adou_overz li span a.location_link:hover {
    font-weight: bold;
}


.contact-outer .address-outercont li a,
.adou_overz li a {
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    color: #303c8b;
}

.field-outer .view-btn {
    display: none;
    float: left;
}

.main-header {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    padding-top: 30px;
}

.main-header h1,
.main-header h2,
.main-header h7 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 700;
    color: #303c8b;
    /*text-transform: uppercase;*/
}

.mh_news h4 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 700;
    color: #303c8b;
    /*text-transform: uppercase;*/
}

.main-header p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-weight: 700;
    color: #303c8b;
}

.top-contentouter {
    width: 100%;
    height: auto;
    background: #f7f7f7;
    padding: 80px 0 0 0;
}


.list-outercont {
    width: 100%;
    height: auto;
    float: left;
}

.list-outercont.cats_wrapper {
    margin-top: 30px;
}


.list-outercont ul {
    height: auto;
    /*float: left;*/
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2%;
}

.list-outercont ul::after {
    /*content: "";*/
    flex: auto;
}


.list-outercont ul li {
    width: 24%;
    height: auto;
    float: left;
    max-width: 263px;
    background: #ffffff;
    list-style: none;
    margin-bottom: 32px;
}

.list-outercont ul li.hidden_product_item {
    width: 24%;
    height: 0;
    background: none;
}

.list-outercont ul li.hidden_product_item2 {
    height: 0;
    display: none;
}

.list-outercont ul li .image-container {
    width: 100%;
    /* height: auto; */
    height: 172px;
    float: left;
    position: relative;
    overflow: hidden;
}

.list-outercont ul li .image-container i,
.cat_item .cat_image i {
    width: auto;
    height: auto;
    float: left;
    position: absolute;
    font-size: 48px;
    color: #FFF;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.cat_item .cat_image i {
    font-size: 26px;
}

.list-outercont ul li .image-container:before,
.cat_image:before {
    width: 100%;
    height: 100%;
    float: left;
    content: "";
    position: absolute;
    background: rgba(253, 199, 13, .7);
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.list-outercont ul li .image-container:after {
    width: 29px;
    height: 29px;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/arrow_icon.png) no-repeat center center;
}

.list-outercont ul li h5 {
    width: 100%;
    height: auto;
    float: left;
    max-width: 263px;
    list-style: none;
    font-weight: 400;
    color: #303c8b;
    font-size: 16px;
    /*text-transform: uppercase;*/
    padding: 20px 15px;
    /* height: 76px; */
    height: 88px;
}

.list-outercont ul li h5.alternative,
.grid-content h5.alternative,
h5.alternative {
    width: 100%;
    height: auto;
    float: left;
    max-width: 263px;
    list-style: none;
    font-weight: 700;
    color: #303c8b;
    font-size: 16px;
    text-transform: none;
    padding: 19px 15px;
    /* height: 76px; */
    height: 106px;
    text-align: center;
    line-height: 22px;
}

.grid-content h5.alternative {
    text-align: left;
    padding: 0 0 6px;
    height: auto;
}

.news_ov_holder {
    padding-right: 30px;
}

.spacer {
    width: 100%;
    height: 42px;
}

.basic_img_wrap {
    padding-left: 7px;
    padding-right: 7px;
}

.basic_img {
    width: 100%;
    height: 110px;
    overflow: hidden;
    margin-bottom: 14px;
}

.col-md-12 .basic_img {
    height: 240px;
}

.news_ov_img {
    height: 230px;
}

.col-md-4 .news_ov_img {
    height: 146px;
}

.news_ov_date {
    margin: -5px 0 2px 0;
    font-size: 12px;
    color: #a2a9d8;
}

.news_ov_content h5.alternative {
    text-align: left;
    padding: 7px 0 6px 0;
    height: auto;
    float: none;
    max-width: 100%;
    line-height: 16px;
}

.news_ov_content p {
    text-align: justify;
}

.rel_product_wrap .grid-content {
    padding-top: 0;
}

.list-outercont ul li:hover .image-container i,
.cat_item:hover > .cat_image i {
    opacity: 1;
}

.list-outercont ul li:hover .image-container:before,
.cat_item:hover > .cat_image:before {
    opacity: 1;
}

.list-outercont .btn-outercont {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-bottom: -28px;
    padding-top: 5px;
}

.list-outercont .btn-outercont .btn-primary {
    display: inline-block;
    position: relative;
    z-index: 9999;
}

.cat_text_holder {
    overflow: hidden;
    margin-bottom: 32px;
    position: relative;
}

.cat_text_holder.add_cth_fader:after {
    width: 100%;
    height: 73px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f7f7f7+69,f7f7f7+100&0+0,1+69,1+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(247, 247, 247, 1) 69%, rgba(247, 247, 247, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(247, 247, 247, 1) 69%, rgba(247, 247, 247, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(247, 247, 247, 1) 69%, rgba(247, 247, 247, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f7f7f7', GradientType=0); /* IE6-9 */

}

.readMoreButton {
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    top: -59px;
    display: none;
}

.cat_text_holder h1,
.cat_text_holder h7 {
    margin-bottom: 20px;
}

.cat_text_holder p, table {
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
}

.cat_holder,
.news_list_holder {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.cat_holder li,
.news_list_holder li {
    margin-bottom: 13px;
}

.news_list_holder li {
    padding: 0;
}

.cat_holder li:nth-child(odd) {
    padding-left: 0;
}

.cat_holder li:nth-child(even) {
    padding-right: 0;
}

.cat_item {
    background: #fff;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    cursor: pointer;
}

.cat_item.news_list_item {
    display: flex;
    align-items: center;
}

.cat_item:hover {
    transform: scale(1.03);
}

.cat_item:hover a {
    color: #fdc70d;
    text-decoration: none;
}

.cat_image {
    width: 200px;
    height: 130px;
    float: left;
    margin-right: 30px;
    position: relative;
    overflow: hidden;
}

.cat_image.news_list_item_image {
    width: 80px;
    height: 50px;
    margin-right: 15px;
}

.cat_image .image-container {
    width: 100%;
    height: 100%;
}

.cat_title {
    float: left;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: left;
    text-align: left;
}

.cat_title:after {
    content: '';
    min-height: inherit;
    font-size: 0;
}

.cat_title.news_list_item_title {
    background: url(../images/arrow_icon.png) no-repeat right 8px center;
    min-height: 50px;
    padding-right: 44px;
    width: 100%;
    margin-left: -95px;
    padding-left: 95px;
}

.cat_title.cat_title p.cttldate {
    margin: 0;
    font-size: 12px;
    clear: both;
}

.cat_title a {
    color: #303c8b !important;
}

.cat_button {
    width: 55px;
    min-height: 55px;
    bottom: -75px;
    position: relative;
    background: yellow;
    float: right;
    background: #fdc70d url(../images/arrow_icon.png) no-repeat center center;
    margin-left: 30px;
}

.clearBoth {
    clear: both;
}

.main-contentblk {
    width: 100%;
    height: auto;
    padding: 125px 0 50px 0;
}

code {
    font-size: 14px;
    font-weight: 700;
    color: #303c8b;
    padding-left: 70px;
}

ul.normal-list {
    width: 100%;
    height: auto;
    float: left;
    list-style: none;
    padding-left: 35px;
    padding-bottom: 30px;
}

ul.normal-list li {
    width: 100%;
    height: auto;
    float: left;
    list-style: none;
    font-size: 14px;
    line-height: 26px;
    background: url(../images/listing_icon.png) no-repeat left 5px;
    padding-left: 35px;
    color: #303c8b;
}

ol.normal-list {
    width: 100%;
    height: auto;
    float: left;
    padding-left: 55px;
    padding-bottom: 30px;
}

ol.normal-list li {
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    line-height: 16px;
    padding-left: 15px;
    color: #303c8b;
}

.news-outer {
    width: 100%;
    height: auto;
    padding: 45px 0 0 0;
}

.single-newsblk {
    width: 100%;
    height: auto;
    float: left;
    background: #000;
    cursor: pointer;
}

.single-newsblk .images-blk {
    width: 100%;
    height: 246px;
    float: left;
    position: relative;
}

.single-newsblk .images-blk:before {
    width: 100%;
    height: 100%;
    float: left;
    content: "";
    position: absolute;
    background: rgba(253, 199, 13, .7);
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.single-newsblk:hover .images-blk:before {
    opacity: 1;
}

.single-newsblk .images-blk span {
    width: auto;
    height: auto;
    float: left;
    position: absolute;
    font-size: 48px;
    color: #FFF;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.single-newsblk:hover .images-blk span {
    opacity: 1;
}

.single-newsblk .date-blk {
    width: auto;
    height: 29px;
    float: left;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fdc70d;
    font-weight: 700;
    font-size: 16px;
    color: #FFF;
    line-height: 29px;
    padding: 0 10px;
}

.single-newsblk .date-blk i {
    margin-left: 14px;
}

.single-newsblk .content-blk {
    width: 100%;
    height: auto;
    float: left;
    padding: 24px 35px 30px 16px;
    background: #FFF;
}

.single-newsblk .content-blk h4 {
    font-weight: 700;
    padding-bottom: 13px;
}

.single-newsblk .content-blk p {
    margin: 0;
}

.news-mainouter {
    background: #FFF;
    margin-bottom: -100px;
    position: relative;
    z-index: 999;
}

.footer-outer {
    width: 100%;
    height: auto;
    background: #303c8b;
    /* padding: 165px 0 225px 0; */
    padding: 135px 0 255px 0;
    position: relative;
}

.footer-outer .container {
    position: relative;
    z-index: 99999;
}
.footer-outer .footer-container {
    max-width: 1460px;
}

.footer-outer .contact-outer .address-outercont li {
    max-width: 274px;
}

.footer-outer .large-logo-blk {
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    max-width: 1920px;
    opacity: .1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.footer-outer .large-logo-blk img {
    max-width: 1700px;
    margin: 0 auto;
    display: block;
}

.footer-outer .contact-outer {
    bottom: 0;
}

.footer-logo {
    width: 100%;
    height: auto;
    float: left;
    padding-left: 15px;
}

.footer-logo.mobilogo-blkbottom {
    display: none;
}

.footer-logo.mobilogo-blk {
    display: block;
}

.footer-logo img {
    width: 100%;
    height: auto;
    float: left;
    max-width: 150px;
}

.social-block {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 88px;
}

.heading-blk {
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
    color: #FFF;
    font-weight: 700;
}

.social-block > ul {
    width: 100%;
    height: auto;
    float: left;
    list-style: none;
    padding-top: 12px;
}

.social-block > ul > li {
    width: auto;
    height: auto;
    float: left;
    list-style: none;
    padding: 0 10px 0 0;
}

.social-block ul li i {
    width: 35px;
    height: 35px;
    float: left;
    text-align: center;
    line-height: 35px;
    background: #FFF;
    color: #303c8b;
    border-radius: 50%;
    font-size: 18px;
}

.social-block ul li:hover i {
    background: #fdc70d;
}

.footer-nav > ul {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 5px;
}

.footer-nav > ul > li {
    width: 100%;
    height: auto;
    float: left;
    list-style: none;
}

.footer-nav > ul li a {
    width: 100%;
    height: auto;
    float: left;
    font-size: 12px;
    line-height: 26px;
    color: #FFFFFF;
}
.footer-nav > ul li {
    width: 100%;
    height: auto;
    float: left;
    font-size: 12px;
    line-height: 26px;
    color: #FFFFFF;
}

.footer-nav > ul li a:hover {
    color: #fdc70d;
}

.forms-outer {
    width: 100%;
    height: auto;
    float: left;
}

.top-listiblock {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 40px;
    padding-top: 22px;
}

.top-listiblock .right-block {
    width: 50%;
    height: auto;
    float: left;
}

.top-listiblock .right-block h5 {
    font-weight: 700;
    color: #303c8b;
    margin-bottom: 7px;
    float: left;
    width: 100%;
}

.top-listiblock .right-block ul {
    width: 100%;
    height: auto;
    float: left;
}

.top-listiblock .right-block ul li {
    width: 100%;
    height: auto;
    float: left;
    list-style: none;
    margin-bottom: 6px;
}

.top-listiblock .right-block ul li label {
    width: 50%;
    height: auto;
    float: left;
    max-width: 145px;
}

.top-listiblock .right-block ul li span {
    width: 50%;
    height: auto;
    float: left;
    max-width: 145px;
}

.top-listiblock .left-block {
    width: 50%;
    height: auto;
    float: left;
    text-align: right;
}

.top-listiblock .left-block h5 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 700;
    color: #303c8b;
}

.top-listiblock .left-block ul {
    width: 100%;
    height: auto;
    float: left;
    text-align: right;
    padding-top: 12px;
}

.top-listiblock .left-block ul li {
    width: auto;
    height: auto;
    display: inline-block;
    list-style: none;
    padding-right: 0px;
}

.top-listiblock .left-block ul li a {
    cursor: auto;
}

.top-listiblock .left-block .video-blk {
    width: 100%;
    height: auto;
    float: left;
    text-align: right;
    font-size: 16px;
    padding-top: 42px;
    font-weight: 700;
    padding-right: 13px;
}

.top-listiblock .left-block .video-blk i {
    font-size: 30px;
    position: relative;
    top: 5px;
}

.details-list {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 14px;
}

.details-list ul {
    width: 100%;
    height: auto;
    float: left;
    list-style: none;
}

.details-list ul li {
    width: 100%;
    height: auto;
    list-style: none;
    font-size: 16px;
    float: left;
    font-weight: 400;
    font-style: italic;
    padding: 19px 24px;

    color: #303c8b;
}

.price_container {
    /* white-space: nowrap;	 */
    /* padding: 19px 0 19px 24px; */
}

.price_option_info {
    font-size: 12px;
    margin-left: 149px;
}

.details-list ul li:nth-child(even) {
    background: #f7f7f7;
}

.details-list ul li label {
    width: 100%;
    height: auto;
    max-width: 144px;
    list-style: none;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
}

.details-list ul li strong {
    height: auto;
    list-style: none;
    /* font-size: 24px; */
    font-size: 22px;
    font-weight: 700;
}

.details-list ul li span {
    height: auto;
    list-style: none;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
}

.ovr_artnr {
    font-size: 14px;
    font-weight: 300;
}

.details-list ul li .single-block {
    width: 50%;
    height: auto;
    float: left;
    max-width: 244px;
    padding-bottom: 18px;
    padding-right: 5px;
}

.details-list ul li .single-block.right-block {
    float: right;
    padding-right: 0;
}

.details-list ul li .single-block .select {
    border-radius: 0;
    max-width: 138px;
    height: 40px;
}

.details-list ul li .single-block .select-styled {
    border-radius: 0;
    max-width: 138px;
    height: 40px;
    line-height: 40px;
}

.details-list ul li .single-block .select-styled::after {
    top: 13px;
}

.details-list ul li .single-block h5 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-weight: 700;
    color: #303c8b;
    font-style: normal;
    padding-bottom: 6px;
}

.cart-dates-wrap {
    background: #f7f7f7;
    padding: 20px 10px;
    margin: 10px 0 0px 0;
}

.cart-dates-wrap h5 {
    margin-bottom: 5px;
}

.details-list ul li .single-block .flatpickr.flatpickr-input,
.cart-dates-wrap .flatpickr.from_date,
.cart-dates-wrap .flatpickr.to_date {
    width: 58%;
    max-width: 138px;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 0;
    color: #303c8b !important;
    padding: 0 0 0 10px;
    font-size: 16px;
    font-weight: 300;
    background: #FFF url(../images/calender_icon.png) no-repeat right top;
    background-size: auto 100%;
    box-shadow: none;
}

.details-list ul li .single-block .flattime.flatpickr-input,
.cart-dates-wrap .flattime.from_time,
.cart-dates-wrap .flattime.to_time,
.from_time,
.to_time {
    width: 35%;
    max-width: 86px;
    height: 40px;
    line-height: 40px;
    border: none;
    float: right;
    border-radius: 0;
    color: #303c8b !important;
    padding: 0 0 0 10px;
    font-size: 16px;
    font-weight: 300;
    background: #FFF url(../images/select_arrow-time.png) no-repeat right top;
    box-shadow: none;
    background-size: auto 100%;
}

.cart-dates-wrap .flattime.from_time,
.cart-dates-wrap .flattime.to_time,
.from_time,
.to_time {
    float: left;
    margin-top: 5px;
    /* margin-left: 16px; */
}

.cart-dates-wrap .flatpickr.to_date,
.cart-dates-wrap .flatpickr.from_date,
.cart-dates-wrap .flattime.to_time,
.cart-dates-wrap .flattime.from_time,
.from_time,
.to_time {
    width: 100%;
}

.from_time,
.to_time {
    width: 100%;
    margin-top: 0;
}

.cart-dates-wrap .from_time,
.cart-dates-wrap .to_time {
    margin-top: 5px;
}

.newDTpickerWrap .from_time,
.newDTpickerWrap .to_time {
    margin-left: 3px;
}

.details-list ul li .single-block .select-options li {
    background: none;
    padding: 10px 0;
}

.details-list ul li .single-block .select-options li:hover {
    background: #fdc70d;
}

.details-list ul li .single-block .select-options {
    border-radius: 0;
    top: 40px;
}

.single-block .flatpickr.flatpickr-input:-webkit-input-placeholder {
    color: #303c8b !important;
    opacity: 1 !important;
}

.single-block .flatpickr.flatpickr-input:-moz-placeholder {
    color: #303c8b !important;
    opacity: 1 !important;
}

.single-block .flatpickr.flatpickr-input:-ms-input-placeholder {
    color: #303c8b !important;
    opacity: 1 !important;
}

.single-block .flatpickr.flatpickr-input:-moz-placeholder {
    color: #303c8b !important;
    opacity: 1 !important;
}

.single-block .flattime.flatpickr-input:-webkit-input-placeholder {
    color: #303c8b !important;
    opacity: 1 !important;
}

.single-block .flattime.flatpickr-input:-moz-placeholder {
    color: #303c8b !important;
    opacity: 1 !important;
}

.single-block .flattime.flatpickr-input:-ms-input-placeholder {
    color: #303c8b !important;
    opacity: 1 !important;
}

.single-block .flattime.flatpickr-input:-moz-placeholder {
    color: #303c8b !important;
    opacity: 1 !important;
}

.numInput.flatpickr-hour {
    color: #303c8b !important;
}

.numInput.flatpickr-minute {
    color: #303c8b !important;
}

.numInputWrapper .numInput.cur-year {
    color: #303c8b !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

.flatpickr-current-month span.cur-month {
    color: #303c8b !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

.button-block {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 12px;
}

.block {
    color: #FFF;
    text-align: center;
    height: 30px;
    margin: 5px 0;
    background: #030;
}

.content-outer {
    padding: 58px 0 0;
}

.block-outer {
    margin: 0 0 23px;
    position: relative;
}

.block-outer img {
    display: block;
    width: 100%;
}

.links ul li .sharebtn {

    cursor: pointer;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.links ul li.share-buttons-block:hover {
    cursor: pointer;
}
.share-buttons-block {
    cursor: pointer;
}
.share-buttons-block:hover {
    cursor: pointer;
}
.links ul li .share-buttons {
    display: block;
    text-align: center;
    padding: 16px 24px 16px 40px;
    background-color: #fff;
}

.links ul li .share-buttons{
    float: right;
    padding: 0px;
    height: 50px;
    width: 50px;
    font-size: 20px;
}
.share-buttons.mobile {
    display: none;
}
.share-list ul {
    padding-left: 5%;
}
.share-list li {
    list-style: none;
    font-size: 30px;
    padding: 20px 0;
}

.play-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5) url("../images/play-btn.png") no-repeat center center;
    background-size: 58px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

.play-btn:hover {
    background-size: 54px;
    background-color: rgba(0, 0, 0, .6)
}

.content-block {
    padding: 7px 0 0;
    margin-bottom: 32px;
    overflow: hidden;
}

.btn-outer.content-block-read-more {
    text-align: center;
    margin-bottom: 32px;
    margin-top: -24px;
}

.content-block-read-more a {
    cursor: pointer;
}

.content-block h5 {
    font-weight: 700;
    color: #303c8b;
    padding: 0 0 4px;
}

.content-block p {
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 22px;
}

.btn-outer {
    margin: -20px 0 0;
}

.more, .less {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    padding-left: 20px;
    background: url("../images/select_arrow.png") no-repeat left 4px;
}

.less {
    background: url("../images/select_arrow_inverted.png") no-repeat left 4px;
}

.landing-banner {
    height: 600px;
}


.landing-banner .landing-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.landing-banner .landing-content {
    display: flex;
    flex-direction: column;
}

.landing-banner .landing-title {
    display: flex;
    align-items: center;
    text-align: center;
    height: 150px;
}
.landingspage-content .btn-primary {
    height: 48px;
    line-height: 48px;
}

.btn-landing {
    background: #303c8b;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 26px;
    height: 59px;
    width: 327px;
    line-height: 59px;
    margin: 0 auto;
    padding: 0 30px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    outline: none !important;
    box-shadow: none !important;
    border: none;
    border-radius: 17px;
}

.btn-landing i {
    padding-left: 20px;
    font-size: 18px;
    position: relative;
    top: -2px;
    height: 100%;
}

.landing-banner .banner-layer {
    height: 100%;
    background-color: rgba(48, 60, 139, 0.3);
}

.landing-banner .landing-title h1 {
    color: #fff;
    font-weight: bold;
    font-size: 80px;
    line-height: 90px;
}

.landing-banner .landing-content p {
    color: #fff;
    font-size: 32px;
}

.location-block.landingspage {
    margin-top: -40px;
    background: #f7f7f7;
}
.location-block {
    margin-top: -100px;
    background: #f7f7f7;
}

.location-block .adou_overz {
    display: flex;
    gap: 10px;
}

.location-block .adou_overz .item {
    width: 100%;
    float: none;
    max-width: initial;
    margin-bottom: 12px;
    height: auto;
    background: #FFF;
    list-style: none;
    padding: 19px 35px 19px 33px;
}

.location-block .adou_overz span {
    background: url(../images/map_pointer.jpg) no-repeat left 17px;
    width: 100%;
    height: auto;
    text-align: end;
    float: right;
    font-size: 18px;
    font-weight: 400;
    color: #303c8b;
    display: inline-block;
}

.location-block .adou_overz div span a {
    width: auto;
    height: auto;
    float: none;
    font-size: 24px;
    font-weight: 900;
    color: #303c8b;
    /* padding: 0 0 0 14px !important; */
    /* padding-left: 14px; */
    /* display: block; */
    display: inline-block;
}

.location-block .adou_overz div a {
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    color: #303c8b;
}

.landingspage-content {
    background: #f7f7f7;
}

.landingspage-content h3{
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 20px;
    line-height: 40px;
}
.landingspage-content a{
    text-decoration: underline;
    color: #fdc70d;
}
.landingspage-content a:hover{
    color: #303c8b;
}
.landingspage-content a.btn{
    color: #fff;
    text-decoration: none;
}
.landingspage-content a:hover.btn{
    color: #212529;
}
.landingspage-content .content-intro h3{
    width: 60%;
}

.landingspage-content .content .left {
    width: 40%;
}

.landingspage-content .content .left img {
    width: 422px;
    height: 488px;
    object-fit: cover;
}

.landingspage-content .basic_content_container a {
    color: #fff;
    text-decoration: none;
    border: none;
    padding: 0 36px;
}
.landingspage-content .basic_content_container .right.fullwidth {
    padding: 0;
}

.landingspage-categories .basic_content_container {
    padding-top: 110px;
    padding-bottom: 80px;
}

.landingspage-categories .basic_content_container h2 {
    font-size: 32px;
    color: #303c8b;
}

.landingspage-categories .categories-content .item {
    height: 350px;
    margin-bottom: 90px;
}

.landingspage-categories .categories-content .item-image img {
    height: 230px;
    width: 100%;
}

.landingspage-categories .categories-content .item-content {
    height: 115px;
    background: #f7f7f7;
}

.landingspage-categories .categories-content .item-content h3 {
    font-size: 22px;
}

.landingspage-categories .categories-content .item-content .item-button {
    position: absolute;
    bottom: 6px;
    right: 16px;

}

.landingspage-categories .categories-content .categories-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;

}

.landingspage-categories .categories-content .categories-btn a {
    border: none;
    color: #fff;
    text-decoration: none;
    padding: 0 36px;

}

.landingspage-categories .categories-content .item-content .btn-category {
    background: #303c8b;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 18px;
    height: 50px;
    width: 177px;
    line-height: 24px;
    margin: 0 auto;
    padding: 0 30px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
    border: none;
    text-decoration: none;
}

.landingspage-categories .categories-content .item-content .btn-category i {
    padding-left: 10px;
}

.help-content {
    margin-bottom: -50px;
    z-index: 3;
    position: relative;
}

.help-content .helpblock-container {
    width: 100%;
    height: 365px;
    padding: 90px;
    background: #f7f7f7;
}

.help-content .helpblock-container .help-title h2 {
    color: #303c8b;
    font-size: 32px;
}

.help-content .helpblock-container .item-content {
    background-color: #fff;
    height: 152px;
}
.help-content .helpblock-container .item-content .item-text {
    width: 250px;
}
.help-content .helpblock-container .item-content h3 {
    font-size: 22px;
}
.help-content .helpblock-container .item-content p {
    padding-top: 10px;
    font-size: 18px;
    font-weight: normal;
}

.help-content .item-content .item-button {
    position: absolute;
    bottom: 0px;
    right: 16px;
}

.help-content .item-content .item-button .btn-primary {
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    border-radius: unset;
    display: flex;
    justify-content: center;
    align-items: center;
}

.help-content .item-content .item-button .btn-primary i {
    margin-left: 0;
}

.sm-banner {
    height: auto;
}


.sm-banner .search-mian-outer {
    padding: 40px 0 38px;
    float: left;
    width: 100%;
}

.breadcrumbs {
    float: left;
    width: 100%;
}

.breadcrumbs ul {
    list-style-type: none;
    margin: 0 0 0 20px;
}

.breadcrumbs ul li {
    display: inline-block;
    vertical-align: top;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    color: #FFF;
    padding-left: 14px;
    background: url("../images/angle-right.png") no-repeat 2px 6px;
    position: relative;
}

.breadcrumbs ul li:first-child {
    padding-left: 0;
    background: none;
}

.breadcrumbs ul li a.home {
    display: block;
    width: 15px;
    min-height: 11px;
    background: url("../images/home.png") no-repeat left top;
    margin: 4px 0 0;
}

.breadcrumbs ul li a.home:hover,
.breadcrumbs ul li.active a.home {
    background: url("../images/home.png") no-repeat right top;
}

.breadcrumbs ul li a {
    color: #FFF;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.breadcrumbs ul li a:hover,
.breadcrumbs ul li.active a {
    color: #fdc70d;
}

.breadcrumbs i {
    display: none;
}

.links {
    float: left;
    width: 100%;
    position: relative;
    bottom: -16px;
    margin-bottom: -10px;
}

.links ul {
    list-style-type: none;
    margin: 0;
}

.links ul li {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #303c8b;
    margin-right: 7px;
}

.links ul li a {
    display: block;
    text-align: center;
    padding: 16px 24px 16px 40px;
    background: #FFF url("../images/angle-left.png") no-repeat 24px 18px;
}

.links ul li a:hover {
    background: #303c8b url("../images/angle-left-y.png") no-repeat 24px 18px;
}

.sm-banner .logo-img {
    height: 100%;
    background: #fdc70d;
}

.right-widget {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 50px;
}

.right-widget h2 {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    color: #303c8b;
    padding: 0 0 21px;
}

.grid-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    width: 100%;
    padding: 0 0 33px;
}

.rel_product_img {
    width: 166px;
    height: 119px;
}

.quantity_input:not([type="radio"]) {
    display: inline-block;
    width: 100%;
    height: 56px;
    line-height: 52px;
    padding: 0 25px 0 13px;
    border: 2px solid #FFFFFF;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    outline: none;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #363e87 !important;
    background: #FFF;
    margin-bottom: 14px;
    /*text-transform: uppercase;*/
}

.grid-right .quantity_input,
.prod_quantity.quantity_input {
    background: #f7f7f7;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    font-weight: 300;
    border: none;
    padding: 0 11px 0 16px;
    padding-right: 0;
    float: none;
    -webkit-box-shadow: initial;
    box-shadow: initial;
    margin-bottom: 0;
}

.prod_quantity.quantity_input {
    background: #ffffff;
    width: 58%;
    height: 40px;
    line-height: 40px;
}

.grid-content {
    width: 57.65%;
    padding: 9px 28px 0;
}

.grid-content h5 {
    font-weight: 400;
    color: #303c8b;
    /*text-transform: uppercase;*/
    padding: 0 0 6px;
}

.grid-content p {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

.grid-right {
    width: 67px;
    margin-top: -3px;
}

.grid-right label {
    display: block;
    text-align: right;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #303c8b;
    padding: 0 0 5px;
}

.grid-right .select-styled {
    background: #f7f7f7;
    border-radius: 0;
    height: 40px;
    line-height: 38px;
    font-weight: 300;
    border: none;
    padding: 0 25px 0 16px;
}

.grid-right .select-options {
    border-radius: 0;
    top: 40px;
}

.grid-right .select-styled:after {
    right: 12px;
    top: 13px;
}


.accounts_wrap {
    max-width: 500px;
}

.accounts_wrap input,
.form-small-inputs input {
    height: 40px;
    line-height: 40px;
    margin: 6px 0;
    color: #303c8b !important;
    float: none !important;
}

.form-small-inputs textarea {
    margin: 6px 0;
    color: #303c8b !important;
}

.accounts_wrap button,
.register_form_submit,
.login_form_submit,
.mg_form_submit,
.forgot_form_submit,
.reset_form_submit,
#sendButton {
    color: #ffffff;
    display: inline-block;
    background: #fdc70d;
    clear: both;
    padding: 5px 12px 5px 22px;
    /*text-transform: uppercase;*/
    font-weight: bold;
    line-height: 27px;
    cursor: pointer;

    margin-top: 22px;

    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

#sendButton {
    border: none;
    outline: none;
    padding: 5px 15px 5px 19px;
}

#sendButton i {
    margin-left: 10px;
}

.accounts_wrap label,
.form-small-inputs label {
    margin: 10px 0 0 14px;
}

.register_form_submit i {
    float: right;
    height: 29px;
    width: 29px;
    text-align: center;
    line-height: 29px;
    margin-left: 13px;
}

.register_form_submit:hover {
    color: #303c8b;
}

.add_related_to_cart {
    cursor: pointer;
}

.add_related_to_cart.btn-box a {
    width: 100%;
    height: 40px;
}

#basicPopup .btn-secondary {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
}

#basicPopup .btn-secondary i {
    margin: 0 5px;
}

.popup_datetime {
    display: inline-block;
    padding: 4px 10px;
}


.btn-box {
    padding: 1px 0 0;
}

.btn-box a {
    display: block;
    height: 48px;
    background: #fdc70d;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-box a:hover {
    background: #303c8b;
}


.product-single-row {
    width: 100%;
    float: left;
}

.product-header {
    width: 100%;
    padding: 35px 20px 17px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #dddddd;
}

.product-header span {
    /*text-transform: uppercase;*/
    font-size: 14px;
    color: #878787;
}

.product-header .product-name {
    padding: 0 0 0 180px;
}

.product-name {
    /* width: 68.94%; */
}

.product-price {
    /* width: 9.3%; */
}

.product-number {
    /* width: 8.55%; */
    position: relative;
}

.product-total {
    /* width: 8.55%; */
}

.delete-blk .edit {
    display: inline-block;
    padding: 0 10px 0 0;
    cursor: pointer;
}

.delete-blk .edit:hover {
    opacity: 0.8;
}

.delete-blk .close-link:hover {
    opacity: 0.8;
}

.delete-blk .close-link {
    display: inline-block;
    padding: 5px;
    cursor: pointer;
    position: relative;
}

.delete-blk .close-link:before {
    content: "/";
    content: "";
    position: absolute;
    color: #444549;
    font-size: 15px;
    left: -6px;
    top: 0;
}

.product-content {
    width: 100%;
    float: left;
    background: #fff;
    /* padding: 20px; */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.ww_prod_img {
    background-size: cover;
    background-position: center;
    height: 180px;
}

/* .product-single-row:nth-child(2n+1) .product-content{ */
/* background: #f5f6f6; */
/* } */
/* .product-single-row:nth-child(2n+1) .product-content:hover{ */
/* background: #444549; */
/* } */
/* .product-content:hover{ */
/* background: #444549; */
/* } */
/* .product-content:hover .product-title h4, */
/* .product-content:hover .product-title p { */
/* color: #fff; */
/* cursor: pointer; */
/* } */
/* .product-content:hover .product-price span{ */
/* color: #fff; */
/* } */
/* .product-content:hover .product-total span{ */
/* color: #fff; */
/* } */
/* .product-content:hover .delete-blk .edit i{ */
/* color: #fff; */
/* } */
/* .product-content:hover .delete-blk .close-link i{ */
/* color: #fff; */
/* } */
/* .product-content:hover .delete-blk .close-link:before{ */
/* color: #fff; */
/* } */
.product-content .product-namex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-content .product-image {
    margin: 0 30px 0 0;
    width: 150px;
    height: 180px;
}

.product-content .product-image img {
    width: 100%;
}

.product-content .product-title span {
    background: #787878;
    padding: 3px 11px;
    font-size: 12px;
    /*text-transform: uppercase;*/
    display: inline-block;
    color: #fff;
}

.product-content .product-title h4 {
    /*text-transform: uppercase;*/
    color: #444549;
    padding: 4px 0 0;
}

.product-content .product-price span {
    font-size: 18px;
}

.product-content .product-total span {
    font-size: 18px;
}

.counter-outer {
    width: 100%;
    border: none;
}

.product_artnr {
    margin-top: 0;
    margin-bottom: 0;
}

.counter-outer input[type="number"] {
    -moz-appearance: textfield;
}

.counter-outer input[type="number"]::-webkit-inner-spin-button, .counter-outer input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.counter-outer .pt_Quantity {
    display: inline-block;
    position: relative;
    width: 72px;
}

.counter-outer .pt_Quantity input {
    color: #444549;
    background-color: #fff;
    border: solid 1px 979797;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    float: left;
    display: block;
    padding: 0px 15px 0px 19px;
    margin: 0;
    text-align: center;
    width: 100%;
    font-weight: 400;
}

.counter-outer .pt_Quantity input:focus {
    outline: none;
}

.counter-outer .pt_QuantityNav {
    float: left;
    width: 100%;
}

.counter-outer .pt_QuantityButton {
    position: relative;
    cursor: pointer;
    border-left: none;
    width: 15px;
    text-align: center;
    color: #333;
    font-size: 14px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}

.counter-outer .pt_QuantityButton.pt_QuantityDown {
    position: absolute;
    height: 50%;
    top: 0px;
    top: 15px;
    left: 18px;
}

.counter-outer .pt_QuantityButton.pt_QuantityUp {
    position: absolute;
    top: 3px;
    top: 12px;
    height: 50%;
    left: auto;
    right: -11px;
}

.counter-outer .pt_QuantityButton.pt_QuantityUp.pt_Q_jemdr_up {
    position: absolute;
    top: 3px;
    top: 0;
    padding-top: 12px;
    padding-left: 12px;
    width: 36px;
    height: 100%;
    left: auto;
    right: -36px;
}

.counter-outer .pt_QuantityButton.pt_QuantityDown.pt_Q_jemdr_down {
    position: absolute;
    top: 3px;
    top: 0;
    padding-top: 16px;
    padding-left: 0px;
    padding-right: 6px;
    width: 36px;
    height: 100%;
    left: 36px;
    right: auto;
}

.counter-outer .pt_QuantityButton img {
    width: 9px;
}

.overzicht-account-wrap {
    padding: 30px;
    background: #303c8b;
}

.overzicht-account-wrap h4,
.overzicht-account-wrap p {
    color: #ffffff;
}

.overzicht-account-wrap p {
    margin-top: 8px;
    margin-bottom: 0;
}

.overzicht-account-wrap input {
    background: #ffffff;
}

.overzicht-account-wrap .login_form_submit {
    padding: 5px 10px;
    float: left;
    margin-top: 1px;
}

.overzicht-account-wrap .login_form_buttonswrap {
    padding-top: 20px;
    padding-bottom: 20px;
}

.overzicht-account-wrap a {
    color: #ffffff;
    font-size: 14px;
}

.overzicht-account-wrap .login_form_buttonswrap a {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 5px;
    float: right;
    display: block;
    text-align: right;
}

.form_mijn_gegevens_wrap {
    padding-top: 32px;
}

.overzicht_item {
    margin-top: 46px;
}


.form-small-inputs .error,
.overzicht_item .error {
    border: 2px solid #ff7575 !important;
}

pre {
    overflow: initial !important;
}

.button_pdf_download {
    background-image: url(../images/pdf_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px;
    padding-left: 48px;
    display: block;
    height: 48px;
    color: #133c8a;
    margin: 5px 10px;
    line-height: 48px;
    font-weight: 600;
}

.prod_img_wrap,
.prod_video_wrap {
    width: 100%;
    height: 185px;
    overflow: hidden;
    position: relative;
}

.prod_video_wrap a {
    position: relative;
    z-index: 2;
}

.prod_video_wrap:after {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    width: 80px;
    content: "\f144";
    font-size: 50px;
    text-align: center;
    color: #ffffff;
    height: 80px;
    line-height: 80px;
    top: 50%;
    margin-top: -40px;
    z-index: 1;
    text-shadow: 0 0 12px black;
    background: rgb(0, 0, 0);
    background: radial-gradient(circle, rgba(0, 0, 0, 1) 0%, rgba(148, 148, 148, 0.04245448179271705) 50%, rgba(255, 255, 255, 0) 100%);
    left: 50%;
    margin-left: -40px;
}

.button_show_instruction_video {
    cursor: pointer;
}


.prod_img_wrap[nth_img="0"] {
    height: 392px;
}


.po_loader_wrap {
    display: none;
    width: 240px;
    margin: 40px auto;
}

p.po_loader_text {
    text-align: center;
    font-size: 16px;
    margin: 20px auto 32px auto;
    font-weight: bold;
    animation-name: bounce-5;
    animation-timing-function: ease;
}

.po_loader {
    margin: 0 auto;
    position: relative;
    width: 120px;
    height: 54px;
    margin-bottom: 15px;
    text-align: center;
    background-image: url(../images/loader_shdw.png);
    background-position: center 59px;
}

.po_bak {
    width: 90px;
    height: 40px;
    border: 1px solid #e4b81e;
    background: #fdc70d url(../images/banner_logo.jpg);
    background-size: 100%;
    background-position: center -4px;
}

.po_cabine {
    background: url(../images/loader_cabin.png);
    width: 27px;
    height: 34px;
    position: absolute;
    left: 92px;
    top: 5px;
    border-bottom: 0;
}

.po_wheel {
    width: 18px;
    height: 18px;
    border-radius: 20px;
    background: #000000;
    top: 32px;
    border: 2px solid #ffffff;

    -webkit-animation-name: spin;
    -webkit-animation-duration: 2000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 2000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 2000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


.hulpnummer {
    position: absolute;
    font-family: lato, sans-serif;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgb(0, 0, 0);
    font-size: 14px;
    text-align: center;
    display: block;
    background: rgba(255, 255, 255, 0.55);
    padding: 0 4px;
    min-width: 50px;
    height: 40px;
    border-radius: 50px;
    left: -20px;
    top: -18px;
    padding-left: 24px;
    padding-top: 20px;
    padding-right: 10px;
}

.po_wheel:after {
    position: relative;
    content: "\d7";
    font-size: 21px;
    color: #fff;
    font-weight: bold;
    top: -6px;
    left: 0px;
}

.po_wheel.left {
    position: absolute;
    left: 13px;
}

.po_wheel.right {
    position: absolute;
    left: 95px;
}

.modal {
    z-index: 9999999 !important;
}

.flatpickr-current-month {
    padding-top: 0;
}

.flatpickr-current-month span.cur-month {
    top: -4px;
    position: relative;
}

.basic_first_img {
    margin-bottom: 24px;
}

.basic_content_container {
    padding-bottom: 50px;
}

.basic_content_container h1
.basic_content_container h7 {
    margin-bottom: 20px;
}

.basic_content_container h1.newsH1,
.basic_content_container h7.newsH1 {
    margin-left: -140px;
    padding-left: 140px;
    float: left;
    width: 100%;
}

.news_item_date {
    float: right;
    height: 36px;
    max-width: 100px;
    line-height: 36px !important;
}

.basic_content_container a {
    color: #303c8b;
    text-decoration: underline;
    font-weight: 700;
}

.basic_content_container p {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}

.basic_content_container ul,
.basic_content_container ol {
    width: 100%;
    height: auto;
    list-style: none;
    padding-left: 35px;
    padding-bottom: 30px;
}

.basic_content_container ul li,
.basic_content_container ol li {
    width: 100%;
    height: auto;
    list-style: none;
    font-size: 14px;
    line-height: 26px;
    background: url(../images/listing_icon.png) no-repeat left 5px;
    padding-left: 35px;
    color: #303c8b;
}

ul.new_products_list li {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

ul.new_products_list li:after {
    width: 34px;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#303c8b+0,303c8b+69,303c8b+100&0+0,0+18,1+100 */
    background: -moz-linear-gradient(left, rgba(48, 60, 139, 0) 0%, rgba(48, 60, 139, 0) 18%, rgba(48, 60, 139, 0.62) 69%, rgba(48, 60, 139, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(48, 60, 139, 0) 0%, rgba(48, 60, 139, 0) 18%, rgba(48, 60, 139, 0.62) 69%, rgba(48, 60, 139, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(48, 60, 139, 0) 0%, rgba(48, 60, 139, 0) 18%, rgba(48, 60, 139, 0.62) 69%, rgba(48, 60, 139, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00303c8b', endColorstr='#303c8b', GradientType=1); /* IE6-9 */


}

.usp h5 {
    font-weight: 700;
    color: #303c8b;
    margin-bottom: 7px;
    float: left;
    width: 100%;
}
.usp ul.new_products_list li {
    padding: 10px 0;
}
.usp ul.new_products_list li:after {
    width: 34px;
    height: 100%;
    content: unset;
    position: absolute;
    top: 0;
    right: 0;


}


.desktop_mobiel_icon {
    position: relative;
    cursor: pointer;
}


.desktop_mobiel_icon i {
    display: block;
    color: #ffffff;
    font-size: 24px;
    padding: 11px 17px;
    padding: 13px 17px 13px 17px;
}

.desktop_mobiel_icon.open {
    background: #ffffff;
}

.desktop_mobiel_icon.open i {
    color: #303c8b;
}


.quick_contact_wrap {
    display: none;
    z-index: 99999;
    position: absolute;
    top: 100%;
    width: 280px;
    right: 0;
    background: #303c8b;
    text-align: right;
}

.quick_contact_wrap.qcw_mobile {
    visibility: hidden;
    display: none;
    width: 0;
    height: 0;
    overflow: hidden;
}

.quick_contact_wrap a {
    color: #303c8b !important;
    padding: initial !important;
    text-align: right !important;
    display: block;

    width: 100% !important;
}

.quick_contact_wrap a:hover {
    background: initial !important;
}

.quick_contact_wrap ul {
    margin-top: 0;
    width: 100%;
}

.quick_contact_wrap ul li {
    display: block !important;
    width: 100% !important;
    float: none !important;
    margin-bottom: 5px;
}


.quick_contact_wrap ul li span {
    background: none !important;
}


.bp_titleval_wrap {
    /*white-space: nowrap;*/
    /* margin-right: 3px; */
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.details-list ul li .single-block.newDTpickerWrap .select {
    max-width: 40%;
}

.details-list ul li .single-block.newDTpickerWrap .select-styled:after {
    right: 16px;
    top: 16px;
}

.details-list ul li .single-block.newDTpickerWrap .select-options {
    max-height: 330px;
    overflow-y: auto;
}

.news_list_item_wrapper h5 {
    /* white-space: nowrap; */
}


a.contact_to_algbtn {
    font-size: 13px;
    display: inline-block;
    width: 100%;
    padding: 0 20px 0 0;
    text-decoration: none;
    color: #ffffff;
    margin-bottom: 30px;
    height: 48px;
    line-height: 48px;
}

.basic_content_container p.loc_vest_ttl {
    text-align: center;
    font-size: 24px;
    color: #303c8b;
    font-weight: 700;
    height: 48px;
    line-height: 48px;
    margin: 0;
    margin-bottom: 50px;

    padding: 0;
}

.amount-selector a {
    display: none;
}


.slick-slide {
    height: 300px;
}

.slick-slide img {
    height: 300px;
}

.mobile_product_title {
    display: none;
}

.mobile_product_artnr {
    display: none;
}

.contact-grey-outer {
    display: none;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 30px !important;
}

.contact-grey-title {
    width: 80% !important;
}

.questions-block {
    display: none;
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px;
}


.questions-block ul {
    margin-top: 20px;
}

.questions-block .item {
    height: 75px;
    width: 100%;
}

.questions-block .row {
    margin-left: 0px;
    margin-right: 0;

}

.questions-block .title {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    /*text-transform: uppercase;*/
    font-weight: bold;
}

.questions-block .item .text {
    background-color: white;
    height: 60px;
    /*text-transform: uppercase;*/
    font-weight: 800;
    font-size: 17px;
    display: flex;
    align-items: center;
}

.questions-block .item .button {
    background-color: #FDC70D;
    padding-top: 22px;
    padding-left: 12px;
    height: 60px;
}

.questions-block .item i {
    color: white;
}

.fa-home {
    display: none;
}

.login_wrap {
    display: none;
    background-color: #303c8b;
    color: white;
    padding-bottom: 40px !important;
}

.login_wrap a,
.login_wrap .text h1,
.login_wrap .text h7,
.login_wrap .text p {
    color: white;
}

.login_wrap .forgotpwd {
    top: 24px !important;
}

.login_wrap a {
    float: right;
    top: -20px;
    position: relative;
}

.login_wrap .text {
    padding: 0 25px;
}

.login_wrap .text h1,
.login_wrap .text h7 {
    margin-bottom: 10px;
}

.login_wrap .text p {
    line-height: 22px;
}

.login_wrap .form {
    padding: 0 20px;
}

.login_wrap .login_form_submit {
    border-radius: 10px;
    width: 160px;
    padding: 8px 20px;
}

.login_wrap .login_form_submit i {
    float: right;
    top: 7px;
    position: relative;
}

.login_wrap input {
    background-color: white;
    margin-bottom: 15px;
    height: 45px;
    color: #303c8b !important;
}

.login_wrap input::placeholder {
    color: #303c8b;
}

.login_wrap label {
    display: none;
}

.hideondesk {
    display: none !important;
}

.form_mijn_gegevens_wrap .select,
.form_mijn_gegevens_wrap .select-styled {
    display: none;
}

.product_variations {
    display: none;
}

.contact-outer h3 {
    display: none;
}

.artnum {
    position: relative;
    text-align: center;
    top: 25px;
}

.basic_content_container .vacature h2 {
    line-height: 36px;
    color: #303c8b;
    margin-bottom: 0px;
    font-size: 24px;
}

.vacatures {
    padding-left: 0px;
    padding-bottom: 20px;
    border-bottom: #303c8b 1px solid;
    max-width: 95%;
}

.vacatures * {
    padding-left: 0px;
}

.vacatures h7,
.vacatures h1 {
    margin-bottom: 0;
}

.vacatures h3 {
    font-size: 13px;
}

.vacature {
    border-bottom: #303c8b 1px solid;
    padding: 0px;
    margin-right: 15px;
    padding-bottom: 36px;
    margin-bottom: 20px;

}

.vacature h1,
.vacatures h7 {
    margin-bottom: 0px;
    font-size: 24px;
}

.vacature h3 {
    font-size: 13px;
    color: #fdc70d;
    margin-bottom: 10px;
}

.vacature .col-12 {
    padding: 0px;
}

.vacature .buttons a {
    background-color: #fdc70d;
    color: white;
    padding: 8px 14px;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 0.5px;
    margin-right: 10px;
    padding-right: 8px;
}

.vacature i {
    margin-left: 10px;
}

.vacature p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
}

.vacature-title {
    border: none;
}

.vacature-specs {
    width: 100%;
    max-width: 414px;
    height: 85px;
    background-color: white;
    padding: 10px 40px;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.vacature-specs > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.vacature-specs > div > div {
    font-size: 16px;
}

.vacature-specs > div > div:first-child {
    font-weight: bolder;
    font-size: 16px;
    margin-bottom: 3px;
    white-space: nowrap;

}

.vacature-specs > div > div:first-child i {
    margin-right: 7px;
    color: #fdc70d;
}

.vacature-text {
    border: none;
}

.vacature_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.vacature_row > label {
    white-space: nowrap;
}

.vacature_row > input {
    width: 70%;
}

.uploadItems {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    justify-content: flex-end;
    width: 70%;
}

.vacature_row.upload p {
    height: 35px;
    line-height: 40px;
    margin: 6px 0;
    color: #303c8ba6 !important;
    width: 70%;

    line-height: 56px;
    padding: 0 25px;
    border: 2px solid #FFFFFF;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    outline: none;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;

    background: rgba(255, 255, 255, .15);
    -webkit-box-shadow: 0px 2px 12px -4px rgb(0 0 0 / 67%);
    -moz-box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.67);
    box-shadow: 0px 2px 12px -4px rgb(0 0 0 / 67%);

    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    max-width: calc(100% - 150px);
    white-space: pre;
}

.vacature_row.upload > div > label {
    padding: 3px 15px 3px 15px;
    color: #ffffff;
    display: inline-block;
    background: #fdc70d;
    clear: both;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 27px;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    width: 135px;
    margin: 0px 0px 0px 20px;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: max-content;
    margin-top: 6px;
}

.vacature-formulier button {
    text-transform: uppercase;
}

.vacature_row.upload i {
    margin-left: 10px;
}

.vacatue_form > div:first-child,
.vacatue_form > p,
.vacature-formulier > div > label {
    margin-left: 0px;
    padding-left: 0px;
}

.vacature-formulier > div > label {
    margin-left: 0px;
    padding-left: 0px;
}

.vacature-formulier > #sendButton {
    font-size: 16px;
}

.forkliftInfoBox {
    width: 270px;
    position: absolute;
    right: 0px;
    height: auto;
    float: left;
    max-width: 360px;
    background: #FFF;
    list-style: none;
    padding: 19px 35px 19px 33px;

}

.forkliftInfoBox span {
    width: 100%;
    height: auto;
    float: right;
    font-size: 18px;
    font-weight: 400;
    text-align: right;
    background: url(../images/map_pointer.jpg) no-repeat left top;
    background: url(../images/map_pointer.jpg) no-repeat left 17px;
    background: url(../images/map_pointer.jpg) no-repeat left center;
    background: url(../images/map_pointer.jpg) no-repeat left 17px;
    font-weight: 900;
    font-size: 18px;
    font-weight: 400;
    color: #303c8b;
    /* text-transform: uppercase; */
    display: inline-block;
}


.forkliftInfoBox span a {
    width: auto;
    height: auto;
    float: none;
    font-size: 24px;
    font-weight: 900;
    color: #303c8b;
    padding: 20px 0 5px 14px !important;
    /* padding-left: 14px; */
    /* display: block; */
    display: inline-block;
}

.forkliftInfoBox a {
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    color: #303c8b;

    display: block !important;
    text-align: right !important;
    padding: 0px 0px 0px 0px !important;
    background: transparent !important;
}

.mobile-tooltip {
  position: absolute;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
  z-index: 9999;
  max-width: 250px;
  text-align: center;
  animation: fadeIn 0.3s;
  pointer-events: none;
}


@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.landing-banner .landing-title h1 {
    font-size: 70px;
}
.landingspage-content {
    padding-top: 81px;
}
.landingspage-content.categories-content .btn-landing{
    margin-top: 40px;
}
.landingspage-content.categories-content{
    padding-bottom: 70px;
}
.landingspage-content.bg-white{
    padding-bottom: 64px;
}
.landingspage-content.bg-white img{
    height: 426px;
    width: 100%;
}
.main-headerx {
    padding-top: 104px;
}

/* FAQ Accordion Styles */
.faq-accordion {
    margin-top: 30px;
    margin-bottom: 30px;
}

.faq-item {
    margin-bottom: 17px;
    border-radius: 10px;
    overflow: hidden;
}

.faq-question {
    background-color: #fff;
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background-color: #e9ecef;
}

.faq-question h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    flex: 1;
    padding-bottom: 0;
}

.faq-toggle-icon {
    font-size: 15px;
    font-weight: bold;
    min-width: 15px;
    height: 15px;
    padding-bottom: 1px;
    text-align: center;
    line-height: 14px;
    transition: transform 0.3s ease;
    background-color: #303c8b;
    color: #ffffff;
    border-radius: 50%;
    display: inline-block;
}

.faq-question.active .faq-toggle-icon {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 20px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    display: none;
}

.faq-answer p {
    margin: 0;
    line-height: 1.6;
    color: #303c8b;
}
.faq-content {
    margin-top: 70px;
    padding-bottom: 86px;
}
.faq-content h2 {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 20px;
    line-height: 40px;
}
.landingspage-content .content-intro h3 {
    width: 100%;
}
.landingspage-content .content-intro ul {
    list-style: none;
    padding-left: 0;
}

.landingspage-content .content-intro li {
    padding-left: 45px;
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 16px;
}

.landingspage-content .content-intro li::before {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    width: 29px;
    height: 29px;
    background-image: url('data:image/svg+xml,%3Csvg width="29" height="29" viewBox="0 0 29 29" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0_28_99)"%3E%3Cpath d="M28.9999 14.5001L25.717 10.8551L26.231 5.97548L21.4305 4.95924L18.9817 0.705322L14.4999 2.70837L13.895 14.5001L14.4999 26.2917L18.9818 28.2947L21.4305 24.0409L26.231 23.0246L25.717 18.1449L28.9999 14.5001Z" fill="%23E2B51A"/%3E%3Cpath d="M10.0181 0.705322L7.56946 4.95924L2.76892 5.97554L3.28293 10.8551L0 14.5001L3.28293 18.1449L2.76892 23.0246L7.56946 24.0409L10.0182 28.2947L14.5 26.2917V2.70837L10.0181 0.705322Z" fill="%23FDC70D"/%3E%3Cpath d="M20.5787 11.3251L19.3095 10.1922L14.4999 15.5805L13.895 16.9196L14.4999 18.1354L20.5787 11.3251Z" fill="%23F7F0EB"/%3E%3Cpath d="M9.4456 13.2188L8.24268 14.4218L13.3003 19.4795L14.5 18.1354V15.5805L13.2301 17.0033L9.4456 13.2188Z" fill="%23FFFBF5"/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id="clip0_28_99"%3E%3Crect width="29" height="29" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E');
    background-size: contain;
    background-repeat: no-repeat;
}
.btn-landing {
    background: #303c8b;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16px;
    height: 47px;
    width: auto;
    line-height: 3;
    margin: 0 auto;
    padding: 0 30px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    outline: none !important;
    box-shadow: none !important;
    border: none;
    border-radius: 10px;
}
.btn-landing i {
    padding-left: 20px;
    font-size: 18px;
    position: relative;
    top: 0px;
    height: 100%;
}





