@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700');
/*
Theme Name: Convident theme Child
Theme URI: https://http://thema.convident.website/
Template: convident-theme
Author: Convident
Author URI: https://convident.nl
Description: Algemeen thema voor convident websites
Version: 1.0.0
Text Domain: convident-theme-child
*/

.megamenu ul.sub-menu li a:hover {
    text-decoration: underline;
}

.megamenu ul.sub-menu li ul.sub-menu li a {
    text-decoration: none;
}

.megamenu>ul.sub-menu ul.sub-menu li a:hover {
    text-decoration: none;
}

.navigatie nav {
    display: block !important;
}


.navigatie {
    background: #EFEFEF;
}

/* WPML  */

.wpml-ls-legacy-dropdown-click {
    position: static;
    width: 100px;
    display: inline-block;
    align-self: center;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-item {
    display: block;
}

.wpml-ls-legacy-dropdown-click a {
    border: none;
}

.wpml-ls-legacy-dropdown-click a:hover, .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a {
    background: #f5f5f5;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    border-top: none;
}

/* Frank's toevoegingen */

.frm_form_fields .form-field input[type="checkbox"] {
    border: 0px !important;
}

button.single_add_to_cart_button.button.alt {
    background-color: #009600;
}

button.single_add_to_cart_button.button.alt:hover {
    background-color: #090;
}

.woocommerce-product-details__short-description {
    text-align: justify;
}

.product-info {
    text-align: justify;
}

.top-form-box {
    text-align: justify;
}

/* algemeen */

.powered {
    opacity: 0 !important;
    display: none !important
}

@media (min-width: 1360px) {
    .container {
        width: 1300px;
        max-width: 100%;
    }
}

body {
    position: relative;
    max-width: 100%;
    overflow-x: hidden;
}

/*
body,
html {
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Open Sans', sans-serif;
}*/

h2 {
    color: #074268;
    margin-bottom: 10px;
}

h2 strong {
    font-size: 32px;
}

h2 strong {
    font-size: 22px;
    line-height: normal;
}

h3 {
    color: #074268;
    margin-bottom: 10px;
}

p {
    font-weight: 500;
}

hr {
    border: none;
    background: #b0b0b1;
    width: 100%;
    height: 1px;
}

.cta-menu {
    background-color: #009600 !important;
    border-radius: 10px;
    margin-right: 15px;
}

.cta-menu a {
    color: #fff !important;
    font-weight: 700;
} 

.frm_style_formidable-style.with_frm_style .frm_radio label, .frm_style_formidable-style.with_frm_style .frm_checkbox label {
    color: #e58522;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.content-blok img, .tekst-media-section img, .tekst-section img {
    border-radius: 4px;
}

a {
    color: #ee1c25;
}

a:hover {
    color: #ee1c25;
}

/*
.page-content button {
    font-family: "Open Sans";
    border-radius: 12px !important;
    padding: 12px 16px!important;
    background: #ee1c25 !important;
    color: #ffffff !important;
    background-color: #ee1c25 !important;
}
*/

.page-content a.button {
    border-radius: 12px !important;
    padding: 12px 16px!important;
    background: #ee1c25 !important;
    color: #ffffff;
    font-size: 16px !important;
    font-weight: normal !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.page-content a.button:hover {
    color: #fff !important;
    opacity: 0.8;
}

.woocommerce .woocommerce-message .button {
    border-radius: 12px !important;
    padding: 12px 16px!important;
    background: #ee1c25 !important;
    color: #ffffff;
    font-size: 16px !important;
    font-weight: normal !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-weight: normal !important;
}

img {
    height: auto;
}

input {
    font-family: "Open Sans" !important;
}

ul, body, p {
    color: #6c6d70;
}

.product-info strong {
    font-weight: bold;
    color: #1950A0;
}

a.btn {
    border-radius: 12px;
    padding: 12px 16px!important;
    background: #ee1c25;
    color: #ffffff;
}

a.btn-transparent {
    background: transparent!important;
    border: 1px solid #ffffff;
}

a.btn-small {
    font-size: 14px;
    padding: 5.5px 12px!important;
}

.shortcode-btn {
    margin-bottom: 10px;
}

img.btn-icon {
    height: 20px;
    width: 20px;
    position: relative;
    top: -1px;
    margin-right: 10px;
    object-fit: contain;
}

a.overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* .align-items-center-row {
    display: flex;
    align-items: center;
} */

.bg-grijs {
    background-color: #efefef;
}

.bg-wit {
    background-color: #ffffff;
}

.page-content-col h1, .page-content-col h2, .page-content-col h3, .page-content-col h4 {
    color: #074268;
}

select, input[type="text"], textarea {
    padding: 10px 15px;
    border-radius: 13px;
}

.clr-bth {
    clear: both;
}

.spacer-fix {
    width: 100%;
    height: 30px;
}

/* algemeen > menu */

.hide-menu-item {
    display: none!important;
}

ul#primary-menu {
    padding: 0;
}

div#primary-menu ul#primary-menu {
    display: flex;
    justify-content: space-between;
}

.megamenu.menu-item-has-children:hover>ul.sub-menu {
    position: fixed;
}

#logo {
    float: left;
    flex-grow: 0;
}

.menu-left {
    flex-grow: 1;
}

.navigatie nav ul li a {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #074268;
    text-decoration: none;
}

span.search-menu-item {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/wp-content/themes/convident-theme-child/img/search-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
    bottom: -7px;
}

span.search-menu-item:hover {
    cursor: pointer;
}

.searchbox {
    position: absolute;
    bottom: -62px;
    right: -100%;
    margin: 0;
    /* transform: translateY(100%); */
    padding: 10px 0px;
    background: #efefef;
    border-radius: 0 0 0 13px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.search-menu-item.visible .searchbox {
    right: 0;
}

li.menu-icon>a {
    width: 20px;
    height: 20px;
    text-indent: 999px;
    overflow: hidden;
    background-repeat: no-repeat;
    position: relative;
    bottom: -3px;
}

li.menu-icon-before>a:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    text-indent: 999px;
    overflow: hidden;
    background-repeat: no-repeat;
    position: relative;
    bottom: -4px;
    margin-right: 5px;
}

li.menu-icon.cart-icon>a {
    background-image: url(/wp-content/themes/convident-theme-child/img/cart-icon.png);
}

li.menu-icon-before.user-icon>a:before {
    background-image: url(/wp-content/themes/convident-theme-child/img/hamburger-icon.png);
}

.wpml-switcher {
    display: inline-block;
    height: 20px;
    overflow: hidden;
    background-repeat: no-repeat;
    position: relative;
    bottom: -4px;
    margin-right: 5px;
    padding-left: 20px;
    background-image: url(/wp-content/themes/convident-theme-child/img/world-icon.png);
}

.wpml-switcher:hover {
    cursor: pointer;
}

.wpml-switcher:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    position: relative;
    background-image: url(/wp-content/themes/convident-theme-child/img/arrow-dark-blue.png);
    float: right;
    background-repeat: no-repeat;
    background-position: center;
}

.wpml-switcher span {
    margin: 0 5px;
    text-transform: uppercase;
    position: relative;
    top: -2px;
}

img.lng-flg-menu {
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.no-items .wpml-switcher:after {
    visibility: hidden;
}

#menu-item-WPML.menu-item-has-children .sub-menu {
    padding-top: 10px;
    background: transparent;
    min-width: 100%;
    width: 92px;
}

#menu-item-WPML.menu-item-has-children .sub-menu li {
    background: #ffffff;
    text-transform: uppercase;
    width: 100%;
}

#menu-item-WPML.menu-item-has-children ul.sub-menu li {
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
}

#menu-item-WPML.menu-item-has-children ul.sub-menu li:first-child {
    border-top: 1px solid #EFEFEF;
    border-radius: 5px 5px 0 0;
}

#menu-item-WPML.menu-item-has-children ul.sub-menu li:last-child {
    border-bottom: 1px solid #EFEFEF;
    border-radius: 0 0 5px 5px;
}

#menu-item-WPML.menu-item-has-children ul.sub-menu:before {
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    width: 10px;
    height: 10px;
    background: white;
    transform: translateY(50%) rotate(45deg);
    border-top: 1px solid #EFEFEF;
    border-left: 1px solid #EFEFEF;
}

li.current_page_item a {
    color: inherit!important;
}

li.current_page_item>a {
    color: #0371b9!important;
}

span.cart-amount-wc-menu {
    position: absolute;
    top: 2px;
    right: 13px;
    width: 14px;
    height: 14px;
    text-align: center;
    background: #ee1c25;
    text-indent: 0;
    font-size: 10px;
    color: #ffffff!important;
    border-radius: 99px;
}

/* menu > submenu */

.menu-item-has-children:hover>ul.sub-menu {
    display: block;
    padding-top: 10px;
    background: transparent;
    /* min-width: 100%; */
    left: 50%;
    transform: translateX(-50%);
}

ul.sub-menu {
    width: 100%;
}

ul.sub-menu li {
    width: 100%;
    background: #ffffff;
    /* border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF; */
    border: none;
}

ul.sub-menu li:first-child {
    border-top: 1px solid #EFEFEF;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

ul.sub-menu li:last-child {
    border-bottom: 1px solid #EFEFEF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

ul.sub-menu:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 10px;
    height: 10px;
    background: white;
    transform: translateY(50%) translateX(-50%) rotate(45deg);
    border-top: 1px solid #EFEFEF;
    border-left: 1px solid #EFEFEF;
    z-index: 1;
}

.menu-item-has-children.right-side ul.sub-menu li.menu-item-has-children ul.sub-menu {
    transform: translateX(-86%);
    z-index: 101;
    top: 38px;
}

/* menu > Megamenu */

/* .megamenu>ul.sub-menu:before {
    display: none;
} */

.megamenu>ul.sub-menu, .megamenu>ul.sub-menu li:first-child {
    border: none!important;
}

.megamenu>ul.sub-menu ul.sub-menu {
    border: none!important;
    padding-top: 0;
}

.megamenu>ul.sub-menu ul.sub-menu {
    transform: translateX(0)!important;
    top: 0!important;
    left: 0!important;
    position: relative!important;
}

.megamenu>ul.sub-menu ul.sub-menu li {
    border: none!important;
    width: 100%;
}

.megamenu>ul.sub-menu ul.sub-menu li a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 170%;
    color: #0D4269;
}

.megamenu:hover>ul.sub-menu {
    padding-top: 0!important;
}

.megamenu.menu-item-has-children:hover a {
    border-bottom: 2px solid;
}

.megamenu.menu-item-has-children:hover>ul.sub-menu {
    background: #ffffff;
    padding: 30px 10px!important;
}

.megamenu.menu-item-has-children li:last-child {
    border: 0;
}

.megamenu>ul.sub-menu li a, nav ul.sub-menu li a {
    border: none !important;
}

.megamenu>ul.sub-menu ul.sub-menu li a:before {
    content: "";
    width: 7px;
    height: 12px;
    display: inline-block;
    margin-right: 15px;
    background: url(/wp-content/themes/convident-theme-child/img/defibrion-small-arrow-green.svg);
    background-position: center left;
    background-repeat: no-repeat;
}

.megamenu>ul.sub-menu ul.sub-menu li a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0;
    /* margin-left: 10px; */
}

.megamenu>ul.sub-menu ul.sub-menu li a:hover {
    margin-left: 15px;
}

#primary-menu {
    width: 100%;
}

div#primary-menu ul#primary-menu {
    display: flex;
    justify-content: space-between;
}

/* #primary-menu ul:not(.sub-menu){
    justify-content: space-between;
    display: flex;
} */

/* div#primary-menu ul#primary-menu li:first-of-type a {
    padding-left: 0px;
} */

div#primary-menu ul#primary-menu ul.sub-menu li a {
    padding-left: 15px;
}

div#primary-menu ul#primary-menu li:first-of-type ul.sub-menu li.menu-item a {
    padding-left: 10px;
}

/* nav ul.sub-menu li {
    color: #0d4269;
    background: url(/wp-content/themes/convident-theme-child/img/defibrion-small-arrow-green.svg);
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

nav ul.sub-menu li a {
    padding: 5px 10px !important;
    white-space: nowrap;
    border: none !important;
}

nav ul.sub-menu li:hover {
    background-position: center left 5px;
    padding-left: 35px;
    text-decoration: none;
} */

.megamenu ul.sub-menu:before {
    display: none;
}

/* menu > megamenu > woocommerce mega menu */

.megamenu.woomegamenu>.sub-menu {
    flex-wrap: wrap;
}

.megamenu.woomegamenu>ul.sub-menu li {
    width: 25%;
    text-align: center;
    /* border: 1px solid #f5f5f5!important; */
}

img.woo-mega-menu-img {
    width: 70px;
}

.woo-mega-menu-title {
    margin-top: 20px;
}

/* USPS */

.usps {
    background-color: #1c9fd4;
    color: white;
    padding: 10px 0px;
    text-align: center;
}

.usps img {
    width: 20px;
    height: 20px;
    display: inline;
    margin-right: 10px;
    margin-top: -2px;
}

/* algemeen > content */

main#main-content, section {
    padding: 65px 0;
}

/* Aanpassingen 16 november beta */

.vacatures {
    margin-top: 0px;
}

.vacature {
    margin-bottom: 30px;
}

.intro-vacatures {
    margin-bottom: 60px;
}

.vacature .inner {
    padding: 15px;
    box-sizing: border-box;
    background: #EFEFEF;
    border-radius: 12px;
}

.vacature h3 {
    margin-bottom: 0px;
}

.aantal-uur {
    color: #ee1c25;
    margin-bottom: 15px;
    display: block;
}

hr {
    width: 100%;
    min-height: 1px;
    background: #f6f6f6;
    margin: 30px 15px;
    border: none;
    display: block;
}

.vacature-titel {
    margin-bottom: 30px;
}

/* single */

button.single_add_to_cart_button.button.alt {
    background: #009501;
}

.woocommerce-breadcrumb {
    display: inline-block;
}

.bc {
    margin-bottom: 15px;
}

.bc .btn {
    margin-right: 20px;
    background: none;
    color: #777;
    font-size: 14px;
}

a.back {
    color: #003d6d;
    display: inline;
    margin-right: 20px;
    text-transform: lowercase;
}

/*
.single-row .frm_form_fields label.frm_primary_label {
    color: #074268 !important;
}
*/

.single-row .frm_dropzone.dz-clickable.frm_single_upload {
    max-width: 100%;
}

nav ul li:last-child a {
    padding: 10px;
}

.quote-holder {
    margin-bottom: 10px;
}

/* Single Rating */

a.review-toevoegen {
    color: white!important;
}

.product-information-box {
    padding: 30px 20px;
}

.product-information-box .v-rating {
    margin-top: 10px;
    background: whitesmoke;
    padding: 10px;
}

ul.bestelinformatie-alt {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul.bestelinformatie-alt li {
    padding: 10px 0;
}

ul.bestelinformatie-alt li:before {
    content: '●';
    margin-right: 10px;
}

section.product-specs>.container {
    position: relative;
}

section.product-specs>.container:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    z-index: -1;
}

.shop_attributes tbody tr {
    width: 100%;
    display: inline-flex;
}

.shop_attributes tbody tr td {
    width: 100%;
}

section.product-reviews>.container {
    position: relative;
}

.single-bar-holder {
    display: flex;
    margin-bottom: 10px;
}

.single-bar-holder .star {
    position: relative;
    bottom: -3px;
    margin-right: 13px;
}

.star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .9em;
    margin-right: .9em;
    margin-bottom: 1.2em;
    border-right: .3em solid transparent;
    border-bottom: .7em solid #ee1c25;
    border-left: .3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 8px;
}

.star:before, .star:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: .6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: .7em solid #ee1c25;
    border-left: 1em solid transparent;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.star:after {
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

.single-bar {
    width: 100%;
    background-color: #f5f5f5;
    display: flex;
    border-radius: 5px;
}

.single-bar-p {
    background-color: #003d6d;
    border-radius: 5px;
}

span.single-bar-param {
    width: 20px;
    text-align: left;
}

.rating-outer {
    display: flex;
    align-items: center;
}

.rating-big {
    padding-right: 10px;
}

.rating-outer .rating-graph {
    flex-grow: 1;
}

.score-total {
    font-size: 78px;
    font-weight: bold;
    color: #4f4544;
    padding: 10px;
    text-align: center;
    margin-top: -45px;
    margin-bottom: -25px;
}

.rating-big {
    text-align: center;
}

#review_form_wrapper div#review_form {
    display: none;
}

#review_form_wrapper.openForm div#review_form {
    display: block;
}

#review_form_wrapper span#reply-title {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-top: 30px;
}

#review_form_wrapper p.stars a {
    color: #171714;
}

/* Aanpassingen */

.woocommerce-ordering {
    position: relative;
}

.woocommerce-ordering:after {
    content: '';
    width: 10px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 14px;
    background-repeat: no-repeat;
    background-image: url(img/selecteren.svg);
}

.woocommerce .woocommerce-ordering select {
    background: white;
    height: 34px;
    padding: 0px 0px 0px 14px;
    -webkit-appearance: none;
    color: #6c6d70;
    border-radius: 12px;
    width: 266px;
    border: 1px solid #cccccc;
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 0px;
    float: right;
    background: white;
    height: 34px;
    padding: 0px 0px 0px 14px;
    -webkit-appearance: none;
    color: #6c6d70;
    border: 1px solid rgba(0, 0, 0, .1);
}

.variations .value {
    position: relative;
}

.variations .value:after {
    content: '';
    width: 10px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 14px;
    background-repeat: no-repeat;
    background-image: url(img/selecteren.svg);
}

.specificaties {
    margin-top: 60px;
}

.spec {
    cursor: pointer;
}

.spec h3 {
    position: relative;
    font-size: 23px;
}

.spec h3:before {
    content: 'klik voor meer informatie';
    display: block;
    position: absolute;
    bottom: -17px;
    font-size: 13px;
    font-weight: 100;
    font-style: italic;
    color: #9a9a9a;
}

.spec.openSpec h3:before {
    display: none;
    position: absolute;
    bottom: -17px;
    font-size: 13px;
    font-weight: 100;
    font-style: italic;
    color: #9a9a9a;
}

.spec h3:after {
    position: relative;
    content: '';
    display: inline-block;
    width: 13px;
    transform: rotate(180deg);
    height: 12px;
    margin-left: 15px;
    background-image: url(img/down.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.spec.openSpec h3:after {
    transform: rotate(0deg);
}

.specificaties .woocommerce-product-attributes {
    display: none;
}

.specificaties .openSpec .woocommerce-product-attributes {
    display: block;
}

.alignright {
    float: right;
    padding: 0px 0px 10px 10px;
}

#ship-to-different-address span {
    margin-left: 6px;
}

.wpmc-tabs-wrapper {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0px;
}

.wpmc-tabs-wrapper .wpmc-tabs-list {
    margin: 0;
    padding: 0;
}

/* home > header */

li.megamenu-cols-4 ul.sub-menu .container .row li {
    width: 25%;
}

li.megamenu-cols-3 ul.sub-menu .container .row li {
    width: 33.333%;
}

li.megamenu-cols-2 ul.sub-menu .container .row li {
    width: 50%;
}

li.megamenu-cols-1 ul.sub-menu .container .row li {
    width: 100%;
}

li.megamenu-cols-1 ul.sub-menu .container .row li ul.sub-menu li, li.megamenu-cols-2 ul.sub-menu .container .row li ul.sub-menu li, li.megamenu-cols-3 ul.sub-menu .container .row li ul.sub-menu li, li.megamenu-cols-4 ul.sub-menu .container .row li ul.sub-menu li {
    width: 100%;
}

body header {
    margin-top: 56px;
}

.intro {
    padding: 0;
}

.navigatie .container-fluid {
    z-index: 10;
}

.no_margin {
    margin-left: 0px;
    margin-right: 0px;
}

.no_padding {
    padding-left: 0px;
    padding-right: 0px;
}

.intro_image {
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background-position: right;
    position: relative;
}

/*
.intro_image:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(18, 115, 182, 0.18);
    z-index: 1;
    top: 0;
    left: 0;
}*/

#overlay-shape-header {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.overlay-shape-white {
    fill: #ffffff;
}

.intro_content {
    position: relative;
}

.intro_content h1 {
    font-size: 25px;
}

.intro_content:after {
    content: '';
    background: url(/wp-content/themes/convident-theme-child/img/overlay-circle-white.png);
    position: absolute;
    top: 50%;
    right: 10%;
    height: 812px;
    width: 812px;
    transform: translateX(-50%) translateY(-50%);
}

.intro_content .intro_content_holder {
    position: relative;
    z-index: 2;
    padding: 30px;
}

.intro_content .intro_content_holder, .intro_content .intro_content_holder p {
    color: #ffffff;
    margin-bottom: 0;
}

.intro_content:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    height: 100%;
    width: 100%;
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
    background: linear-gradient(45deg, #1C9FD2 0%, #1951a0 100%);
    z-index: 0;
}

.scrolldown-header {
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 122px;
    height: 122px;
    transform: translateX(-50%);
    z-index: 999;
}

.scrolldown-header:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(/wp-content/themes/convident-theme-child/img/scrolldown-color-shape.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: -1;
}

a.scrolldown-header:hover:before {
    transform: rotate(180deg);
}

.scrolldown-inner {
    height: 82px;
    width: 82px;
    background: #ffffff;
    margin: 20px;
    border-radius: 9999px;
}

.scrolldown-inner .icon {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scrolldown-inner .icon svg {
    height: 60px;
    width: 60px;
}

path#mouse-wheel {
    transform: translateY(5px);
    -webkit-animation: mousewheelscroll 1.5s 2s infinite;
    /* Safari 4+ */
    -moz-animation: mousewheelscroll 1.5s 2s infinite;
    /* Fx 5+ */
    -o-animation: mousewheelscroll 1.5s 2s infinite;
    /* Opera 12+ */
    animation: mousewheelscroll 1.5s 2s infinite;
    /* IE 10+, Fx 29+ */
}

#arrow {
    transform: translateY(5px);
    -webkit-animation: scrollarrow 1.5s 2s infinite;
    /* Safari 4+ */
    -moz-animation: scrollarrow 1.5s 2s infinite;
    /* Fx 5+ */
    -o-animation: scrollarrow 1.5s 2s infinite;
    /* Opera 12+ */
    animation: scrollarrow 1.5s 2s infinite;
    /* IE 10+, Fx 29+ */
}

/* home > usp */

section#usps {
    padding-top: 30px;
}

h3.home-usp-titel {
    font-size: 32px;
    margin-bottom: 13px;
}

.home-usp-col {
    padding-left: 20px;
}

.home-usp-col:before {
    content: '';
    display: inline-block;
    width: 7px;
    background-color: #1950A0;
    height: 100%;
    position: absolute;
    left: -15px;
    margin-left: 10px;
    top: 0;
    border-radius: 50px;
}

.home-usp-col ul {
    padding: 0;
    margin-bottom: 20px;
    list-style: none;
}

.home-usp-col ul li a {
    color: #0d4269;
    background: url(/wp-content/themes/convident-theme-child/img/defibrion-small-arrow.png);
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.home-usp-col ul li a:hover {
    background-position: center left 5px;
    padding-left: 35px;
    text-decoration: none;
}

/* home > testimonial */

section#testimonials {
    background: #EFEFEF;
}

.home-cta-experts {
    background: #ffffff;
    padding: 30px;
    border-radius: 13px;
}

.testimonial-image-outer {
    height: 100%;
    position: relative;
}

.testimonial-image-holder {
    position: relative;
    border-radius: 13px;
    overflow: hidden;
}

.product-meta {
    position: absolute;
    left: 0;
    bottom: 30px;
    background: linear-gradient(45deg, #1C9FD2 0%, #1951a0 100%);
    padding: 20px 50px 20px 20px;
    border-radius: 0px 999px 999px 0;
}

.product-meta p {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 5px;
}

.testimonial-image-holder, .text-testimonial {
    height: 100%;
}

.testimonial-image-holder img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.testimonial-quote {
    font-size: 32px;
    line-height: 46px;
    font-weight: bold;
    color: #0d4269;
}

.klant-meta {
    color: #1950A0;
    padding: 20px 0;
}

.home-cta-experts span.cta-extra p {
    font-size: 22px;
    line-height: 32px;
    color: #0d4269;
    font-weight: bold;
    margin-bottom: 10px;
}

.foto-klantervaring-klant {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(50%);
    z-index: 10;
    height: 180px;
    width: 180px;
    border-radius: 999px;
    overflow: hidden;
    padding: 0px;
}

.foto-klantervaring-klant img {
    height: 90%;
    width: 90%;
    margin: auto;
    display: block;
}

.cirkel-shape-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(/wp-content/themes/convident-theme-child/img/cirkel-shape.png);
}

/* home > referenties */

.merken-outer, .referenties-slider {
    display: flex;
    flex-grow: 1;
}

a.single-merk {
    padding: 30px;
    display: block;
}

a.single-merk img {
    width: 100%;
    -webkit-filter: grayscale(100%) brightness(100%);
    ;
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%) brightness(100%);
    ;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a.single-merk:hover img {
    -webkit-filter: grayscale(100%) brightness(130%);
    ;
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%) brightness(130%);
    ;
}

.merken-rij {
    margin-top: 60px;
}

.slide-referenties {
    width: 20%;
    display: inline-flex;
    align-items: center;
}

/* home meest verkocht */

/* home > wat bieden wij aan */

span.product-name {
    min-height: 50px !important;
    display: block;
}

ul.product-cats {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: -10px;
}

ul.product-cats li {
    list-style: none;
    margin-left: 0;
    text-align: center;
    position: relative;
    background-color: rgba(12, 114, 181, 0.2);
    flex-wrap: wrap;
    border-radius: 12px;
    padding: 10px 20px;
    width: calc(25% - 20px);
    margin: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

ul.product-cats li:hover {
    background-color: rgba(12, 114, 181, 0.1);
}

ul.product-cats li img {
    width: 100%;
    height: auto;
    max-width: 100px;
}

.term-name-box {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

h3.product-titel a {
    font-size: 18px;
    color: #333333;
    font-weight: 400;
}

h3.product-titel {
    margin-bottom: 0;
}

.producten-home-overview {
    height: 100%;
}

.term-name-box {
    color: #1D1D1B;
    font-weight: 400;
}

.more-categories .term-name-box, .more-categories h3 {
    margin-top: 0;
    height: 100%;
}

.more-categories .term-name-box {
    font-size: 22px;
    font-weight: bold;
    color: #676767;
}

.home_cta_shop_outter {
    display: flex;
    height: 100%;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.home_cta_shop_outter>* {
    position: relative;
    z-index: 3;
}

.home_cta_shop_outter:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(12, 114, 181, 0.75);
}

.home_cta_shop_inner {
    align-items: center;
    text-align: center;
    position: relative;
    margin: auto;
}

span.cta-shop p {
    font-size: 22px;
    font-weight: 700;
    max-width: 80%;
    margin: 0 auto 20px auto;
    color: #ffffff;
}

/* home > team */

.medewerkers-slider-outer {
    width: 80%;
    float: right;
}

.aantal_vakmensen {
    width: 150px;
    min-height: 150px;
    background: #0c416d;
    top: 22%;
    position: absolute;
    display: flex;
    align-items: center;
    align-content: center;
    border-radius: 9999px;
}

.aantal_vakmensen:before {
    content: '';
    width: 2px;
    height: 35px;
    display: block;
    position: absolute;
    background: #0c406f;
    transform: rotate(45deg);
    right: 9px;
    top: 0px;
}

.aantal_vakmensen:after {
    content: '';
    width: 2px;
    height: 35px;
    display: block;
    position: absolute;
    background: #0c406f;
    transform: rotate(140deg);
    right: 9px;
    bottom: 0px;
}

.aantal_vakmensen .inner {
    width: 100%;
    color: #fff;
    text-align: center;
}

.aantal_vakmensen .inner img {
    max-width: 80%;
    padding: 4px 0px;
}

.team-outer {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.team-inner {
    margin: 0px 0px 0px 15px;
}

.team-inner h2 {
    margin: 0px 0px 15px 0px;
}

.image-team {
    height: 100%;
    width: 450px;
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    border-radius: 0 9999px 9999px 0px;
}

.photo-left {
    background-position: center 25% !important;
}

#team .single-medewerker {
    display: flex;
    align-items: center;
}

#team .single-medewerker a {
    color: #0d4269;
    background: url(/wp-content/themes/convident-theme-child/img/defibrion-small-arrow.png);
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#team .single-medewerker a:hover {
    background-position: center left 5px;
    padding-left: 35px;
    text-decoration: none;
}

.medewerker-img {
    align-self: normal;
}

.medewerker-img-inner {
    border-radius: 999px;
    overflow: hidden;
    display: inline-block;
    min-width: 150px;
}

.medewerker-meta {
    color: #676767;
    margin-left: 30px;
    width: 100%;
}

span.m-quote {
    border-radius: 12px;
    background: #e5f0f7;
    display: inline-block;
    padding: 20px;
    position: relative;
    margin-top: 17px;
    width: 100%;
}

span.m-quote:hover {
    cursor: pointer;
}

span.m-quote:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    background: #e5f0f7;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

span.m-quote p:last-child {
    margin-bottom: 0;
}

span.m-naam {
    font-weight: bold;
    display: block;
}

span.m-meer {
    display: block;
}

a.btn.btn.home-team-cta1 {
    background: #0d426b;
}

span.m-quote-full {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #e6f0f8;
    padding: 20px;
    border-radius: 13px;
}

span.m-quote.showFull span.m-quote-full {
    display: block;
}

span.p-m-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    background-image: url(img/plus-min-white.png);
    background-repeat: no-repeat;
    background-position: left;
    z-index: 2;
    background-size: 40px 20px;
}

span.m-quote.showFull span.p-m-icon {
    background-position: right;
}

/* home merken */

#home-merken {
    background: #efefef;
}

/* home nieuws */

section#newsslider {
    padding-bottom: 130px;
}

.news-cta {
    text-align: center;
    margin-top: 50px;
}

.post-image-top {
    height: 340px;
    background-size: cover;
    background-position: center;
}

.single-news {
    position: relative;
    background: #efefef;
    border-radius: 12px;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.single-news h3 {
    margin-bottom: 0;
}

.single-news .post-content {
    padding: 30px;
}

.post-content p {
    margin-bottom: 0px;
}

.single-news span.post-date {
    display: block;
    color: #0c72b5;
    font-size: 13px;
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.post-image-left {
    position: relative;
    display: block;
    background-size: cover;
    flex-grow: 1;
    background-position: center;
    min-width: 145px;
}

.right .single-news {
    display: flex;
    margin-bottom: 30px;
}

.right .single-news:last-child {
    margin-bottom: 0px;
}

.left .single-news {
    height: 100%;
}

.single-news:hover {
    transform: scale(1.01);
}

/* cta contact */

.contact-uitgebreid {
    background-position: center;
    background-size: cover;
    margin-bottom: -65px;
}

.contact-uitgebreid-product {
    margin-bottom: -1px;
    padding-bottom: 65px!important;
}

.cta-contact-uitgebreid-inner {
    position: relative;
    padding: 30px;
    padding-left: 0px;
}

.cta-contact-uitgebreid-inner>* {
    z-index: 1;
    position: relative;
    color: #fff;
}

.cta-contact-uitgebreid-inner:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 300%;
    border-radius: 999px;
    background: linear-gradient(45deg, #1C9FD2 0%, #1951a0 100%);
    z-index: 0;
}

span.cta-tekst {
    margin-bottom: -10px;
    display: block;
}

a.btn.cta-knop1 {
    background: #fff;
    color: #ee1c25;
    margin-right: 20px;
}

a.btn.cta-knop1:before {
    content: "";
    width: 14px;
    background-repeat: no-repeat;
    height: 20px;
    display: inline-block;
    background-image: url(/wp-content/themes/convident-theme-child/img/tel-oranje.png);
    background-size: contain;
    position: relative;
    top: 4px;
    margin-right: 7px;
}

/* niv 2 / niv 3 > algemeen */

span.sep-df {
    margin: 0 10px;
}

p#breadcrumbs a {
    color: #1173b5;
}

nav.woocommerce-breadcrumb a {
    color: #1173b5!important;
    font-weight: 300;
}

.has-sidebar section {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}

.has-sidebar .has-sidebar-content section:first-child {
    padding-top: 0;
}

.has-sidebar section.bg-grijs:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 300%;
    height: 100%;
    background: #efefef;
    transform: translateX(-25%);
    z-index: 0;
}

.tekst-section.bg-grijs>* {
    z-index: 1;
}

.bg-alt-cover {
    display: none;
}

.has-sidebar section.bg-alt .bg-alt-cover {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 300%;
    height: 100%;
    transform: translateX(-25%);
    z-index: -1;
}

main.page-content section ul {
    list-style: none;
    padding: 0;
}

main.page-content section ul li:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 12px;
    height: 14px;
    margin-right: 10px;
    background: url(/wp-content/themes/convident-theme-child/img/checkmark.png);
    background-repeat: no-repeat;
    background-position: center;
}

/* niv 2 > header */

span.boventitel {
    color: #ffffff;
}

.header-intro-default {
    height: 385px;
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    background-position: center center;
}

/*
.header-intro-default:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(18, 115, 182, 0.4);
    z-index: 1;
    top: 0;
    left: 0;
}
*/

.header-intro-default h1, .header-intro-default h2, .header-intro-default h3, .header-intro-default h4 {
    color: #ffffff;
}

.header-intro-default>* {
    position: relative;
    z-index: 3;
}

.header-intro-default svg {
    z-index: 2;
}

.header-intro-default h1 {
    display: inline-block;
    position: relative;
}

.header-intro-default h1:before {
    content: '';
    position: absolute;
    right: -19px;
    top: -4px;
    height: 125%;
    width: 600%;
    border-radius: 999px;
    background: linear-gradient(45deg, #1C9FD2 0%, #1951a0 100%);
    z-index: -1;
}

/* over ons */

.volledig {
    background-size: cover;
    background-position: center center;
    position: relative;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #1950A0;
    opacity: 0.75;
}

.overlay-visible h1, .overlay-visible h2, .overlay-visible p {
    color: #fff;
}

/* niv 2 > sidebar */

.sidebar-inner {
    position: relative;
}

.sidebar-inner:after {
    content: '';
    background: #1173b5;
    position: absolute;
    top: 0;
    left: 10px;
    height: 100%;
    width: 7px;
    border-radius: 999px;
}

.sidebar .widget {
    background: transparent;
    margin-left: 20px;
}

.sidebar aside:first-child {
    padding-top: 0;
}

.sidebar aside:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.sidebar .widget h3 {
    font-size: 22px;
    color: #04416b;
    margin-bottom: 10px;
}

ul.arrows-list li a {
    color: #0d4269;
    background: url(/wp-content/themes/convident-theme-child/img/defibrion-small-arrow.png);
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

ul.arrows-list li a:hover {
    background-position: center left 5px;
    padding-left: 35px;
    text-decoration: none;
}

a.search-filter-reset {
    padding: 12px 16px;
    background: #0371b9;
    border-radius: 13px;
    color: #ffffff!important;
    margin-top: 0;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a.search-filter-reset:hover, a.search-filter-reset:focus {
    text-decoration: none;
    opacity: 0.8;
}

.sidebar .widget {
    margin-bottom: 0;
}

/* mobile filter toggle */

.filterBox form.searchandfilter {
    display: none;
}

.filterBox.FilterOpen form.searchandfilter {
    display: block;
}

.filterBoxToggle {
    padding: 10px 30px;
    background-color: #e7f2f9;
    background-image: url(/wp-content/themes/convident-theme-child/img/arrow-dark-blue.png);
    background-repeat: no-repeat;
    background-position: right 30px center;
}

.filterBoxToggle h3 {
    margin-bottom: 0!important;
}

/* niv 2 > pagination */

.pagination-nav {
    display: flex;
    justify-content: center;
}

a.page-numbers, span.page-numbers.current {
    padding: 5px 10px;
    margin: 0 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* niv 2 > builder (flexibele content) */

.row.builder-row {
    padding: 65px 0;
}

.page-content-col .row.builder-row:first-child {
    padding-top: 0;
}

.page-content-col .row.builder-row:last-child {
    padding-bottom: 0;
}

.cta-outer {
    background-size: cover;
    padding: 120px 30px 30px 30px;
    margin-bottom: 30px;
}

.cta-inner {
    display: inline-block;
    background: #1950A0;
    opacity: 0.75;
    padding: 20px 30px 20px 30px;
    border-radius: 0px 999px 999px 0px;
    margin-left: -30px;
}

.cta-inner p {
    color: #ffffff;
}

.cta-inner .cta-content p:last-child {
    margin-bottom: 10px;
}

.content-blok p:last-child {
    margin-bottom: 0;
}

/* niv 2 > builder (flexibele content) > pricetabel */

.pricetable {
    padding-top: 0px;
    padding-bottom: 65px;
    margin-top: -65px;
}

.pricetabel-col-holder {
    display: flex;
    /* flex-wrap: wrap; */
    margin: 0 -10px;
}

.pricetabel-col {
    flex-grow: 1;
}

.pricetabel-col-inner {
    margin: 10px;
}

.pricetabel-intro {
    padding: 30px;
    background: #10537d;
    color: #ffffff;
    border-radius: 13px 13px 0 0;
}

.pricetabel-intro p, .pricetabel-intro h2, .pricetabel-intro h3, .pricetabel-intro h4 {
    color: #ffffff;
}

.pricetabel-intro p {
    margin-bottom: 10px;
}

.pricetabel-intro p:last-child {
    margin-bottom: 0;
}

.pricetabel-contains {
    padding: 20px 30px;
    border-bottom: 1px solid #10537d;
    border-left: 1px solid #10537d;
    border-right: 1px solid #10537d;
    background: #ffffff;
    border-radius: 0 0 13px 13px;
}

.pricetabel-contains ul {
    margin-bottom: 0;
}

.pricetabel-contains ul li {
    padding: 10px 0;
    line-height: 1.6em;
}

.pricetabel-contains ul li:before {
    display: none!important;
}

span.pricetabel-vinkje, span.pricetabel-cross {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 14px;
    margin-right: 10px;
    background-image: url(/wp-content/themes/convident-theme-child/img/checkmark.png);
    background-repeat: no-repeat;
    background-position: center;
    bottom: -2px;
}

span.pricetabel-cross {
    background-image: url(/wp-content/themes/convident-theme-child/img/crossmark.png);
}

.pakket-knop {
    padding-top: 20px;
    padding-bottom: 10px;
}

/* no sidebar > pricetable  */

.theme-background-color {
    background-color: #ee1c25!important;
}

/*
.with_frm_style .vertical_radio .frm_checkbox label, .with_frm_style .vertical_radio .frm_radio label {
    color: #ee1c25!important;
}*/

.frm_style_formidable-style-3.with_frm_style .frm_submit button {
    background-color: #ee1c25!important;
}

section.pricetable-section {
    padding-top: inherit;
}

section.pricetable-section .pricetable {
    margin-top: 0px;
    padding-top: 65px !important;
}

/* niv 2 > sidebar */

.searchandfilter h4 {
    font-size: 22px;
    font-weight: bold;
    color: #003d6d;
}

li.sf-field-taxonomy-product_cat {
    padding-top: 0!important;
}

.sidebar-inner .sf-field-category .sf-input-checkbox, .sidebar-inner .sf-input-checkbox, .sidebar-inner .sf-field-taxonomy-product_cat .sf-input-checkbox {
    display: none;
}

.sidebar-inner .sf-label-checkbox {
    color: #0d4269;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-left: 0!important;
}

.sidebar-inner .sf-label-checkbox:before {
    content: '';
    background: #ffffff;
    border: 1px solid #cdcccc;
    margin-right: 10px;
    height: 18px;
    width: 18px;
    border-radius: 2px;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    bottom: -3px;
}

.sidebar-inner .sf-input-checkbox:checked+.sf-label-checkbox:before {
    background: #1950A0;
    border: 1px solid #1950A0;
}

.sidebar-inner .sf-field-taxonomy-product_cat input.sf-input-radio {
    display: none;
}

.sidebar-inner .sf-field-category .sf-label-radio:before, .sidebar-inner .sf-field-taxonomy-product_cat .sf-label-radio:before {
    display: none;
}

.sidebar-inner .sf-field-category .sf-label-radio, .sidebar-inner .sf-field-taxonomy-product_cat .sf-label-radio {
    color: #0d4269;
    background: url(/wp-content/themes/convident-theme-child/img/defibrion-small-arrow.png);
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 30px!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sidebar-inner .sf-field-category .sf-label-radio:hover, .sidebar-inner .sf-field-taxonomy-product_cat .sf-label-radio:hover {
    cursor: pointer;
}

.sidebar-inner .sf-field-category .sf-input-radio:checked+.sf-label-radio, .sidebar-inner .sf-field-taxonomy-product_cat .sf-input-radio:checked+.sf-label-radio {
    background: url(/wp-content/themes/convident-theme-child/img/defibrion-small-arrow-orange.png);
    background-position: center left 5px;
    background-repeat: no-repeat;
    padding-left: 35px!important;
    text-decoration: none;
    color: #ee1c25;
}

/* .sidebar-inner .sf-field-category .sf-input-radio:checked + .sf-label-radio:after,
.sidebar-inner .sf-field-taxonomy-product_cat .sf-input-radio:checked + .sf-label-radio:after {
    content: '';
    display: inline-block;
    background: url(/wp-content/themes/convident-theme-child/img/checkmark-orange.png);
    width: 12px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
} */

/* .sidebar-inner .sf-field-taxonomy-product_cat .sf-input-radio ~ ul.children {
    padding-top: 8px!important;
    padding-left: 15px!important;
    display: none;
}
.sidebar-inner .sf-field-taxonomy-product_cat .sf-input-radio:checked ~ ul.children {
    display: block;
} */

.searchandfilter ul.children {
    margin-top: 3px!important;
    margin-bottom: -7px!important;
    margin-left: 30px!important;
}

/* S&F toggleable children fix */

.searchandfilter li.sf-field-taxonomy-product_cat ul.children {
    display: none;
}

.searchandfilter li.sf-level-0.sf-option-active ul.children {
    display: block;
}

/* niv2 > search */

form.search-form-alternative input.search-field {
    padding: 8px 15px!important;
    border: 1px solid #A8A9AC;
    margin: 0!important;
    outline: 0!important;
    max-width: 200px;
}

form.search-form-alternative input.btn {
    border-radius: 12px;
    padding: 12px 16px!important;
    background: #ee1c25;
    color: #ffffff;
    border: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

form.search-form-alternative input.btn:hover {
    opacity: 0.8;
    outline: 0;
    cursor: pointer;
}

.topbar-search-header {
    color: #003d6d;
    background: #efefef;
    border-radius: 13px;
    margin-bottom: 30px;
}

.searchresults article {
    border-bottom: 0;
    padding: 30px;
    position: relative;
    background: #efefef;
    border-radius: 12px;
    margin-bottom: 30px;
}

.nav-previous a, .nav-next a {
    background: #003d6d!important;
    border-radius: 13px;
}

/* niv 2 > landingspage */

ul.arrows-list {
    list-style-type: none;
}

section.lp-intro {
    padding-top: 0;
}

ul.checkmark-list {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

ul.checkmark-list li {
    color: #003d6d;
    margin-bottom: 20px;
}

ul.checkmark-list li:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/themes/convident-theme-child/img/checkmark.svg);
    bottom: -4px;
    position: relative;
    margin-right: 10px;
}

.top-form-box {
    padding: 15px;
    background: #003d6d;
    border-radius: 12px;
    margin-top: 30px;
}

.no-margin {
    margin-top: 0px;
}

.frm_style_formidable-style.with_frm_style label.frm_primary_label {
    color: #fff !important;
}

.top-form-box, .top-form-box h2, .top-form-box h3, .top-form-box h4, .top-form-box p {
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 10px;
}

div#frm_field_216_container {
    margin-bottom: 20px;
    display: inline;
    width: 60%;
}

.top-uitgelicht-product-content {
    padding: 30px;
    background: #efefef;
    border-radius: 12px;
}

.pswp__caption__center {
    display: none;
}

.page-template-template-landigspage .page-content .producten-slider button {
    padding: 20px;
    border: 0;
    background: url(/wp-content/themes/convident-theme/img/slider-arrows.png) !important;
    position: absolute;
    text-indent: 999px;
    overflow: hidden;
    height: 48px;
    width: 48px;
    z-index: 2;
    background-color: #FFF;
    border-radius: 999px;
}

.producten-uitgelicht button.slick-arrow {
    background: url(/wp-content/themes/convident-theme/img/slider-arrows.png) !important;
    background-color: none !important;
}

.producten-uitgelicht button.slick-next.slick-arrow {
    transform: rotate(0) !important;
    left: auto;
    right: 0px !important;
    top: 50%;
}

.producten-uitgelicht button.slick-prev.slick-arrow {
    transform: rotate(180deg) !important;
    left: 0px !important;
    top: 50%;
}

.page-template-template-landigspage .slick-dots {
    visibility: hidden;
}

.top-uitgelicht-title {
    margin-bottom: 15px;
}

section.paginas-quicknav {
    background: #efefef;
    padding: 18px 0;
}

.menu-items-quicknav {
    display: flex;
    flex: 1;
    justify-content: center;
}

.menu-items-quicknav.quicknav-space {
    justify-content: space-between;
}

.menu-items-quicknav a {
    margin: 0 40px;
    color: #003d6d;
    font-size: 20px;
}

.toelichting-media {
    text-align: center;
    color: #4a494a;
    margin-top: 10px;
    font-size: 14px;
}

.img-holder {
    position: relative;
    border-radius: 13px;
    overflow: hidden;
}

.img-overlay-button {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.producten-slider .slide {
    display: table-cell !important;
    float: none !important;
    height: 100%!important;
    padding: 0 15px;
    flex-grow: 1;
    flex-basis: 0;
}

.producten-slider .slick-track {
    display: table !important;
}

.producten-slider .medewerkers-slider-outer button.slick-arrow.slick-next {
    top: 50%;
    left: inherit;
    right: -10px;
    background-position: right;
    transform: rotate(0deg);
}

.producten-slider .medewerkers-slider-outer button.slick-arrow.slick-prev {
    top: 50%;
    left: -10px;
    right: inherit;
    background-position: right;
    transform: rotate(180deg);
}

.producten-slider .single-product.product {
    height: 95.3%;
}

.producten-slider .slick-slide>div {
    height: 100%!important;
    display: flex;
}

section.cta {
    background-size: cover;
    background-position: center;
    overflow: hidden;
    min-height: 500px;
}

.cta-cirlce-outer {
    width: 50%;
    margin: -150px auto;
}

.cta-cirlce {
    border-radius: 999px;
    background: #0371b9;
    width: 100%;
    height: auto;
    padding-top: 100%;
    position: relative;
}

.cta-cirlce-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-cirlce-content, .cta-cirlce-content h2, .cta-cirlce-content h3, .cta-cirlce-content h4, .cta-cirlce-content p {
    color: #ffffff;
}

span.knoppie {
    display: block;
    margin-bottom: 10px;
}

.knoppen span.knoppie:last-child {
    margin-bottom: 0px;
}

.iframe-box {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.iframe-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* niv2 > FAQ (vraag en antwoord) */

.vraag-overzicht-faq {
    margin-bottom: 60px;
}

.vraag-overzicht-faq {
    margin-bottom: 60px;
}

.vraag-overzicht-faq h2 {
    font-size: 24px;
    margin-bottom: 4px;
}

ul.vraag-overzicht-faq-vragenlijst article {
    margin-bottom: 10px;
    border: 2px solid #e7f2fa;
}

.vraag-overzicht-faq h3 {
    position: relative;
    font-size: 18px;
    padding: 7px 70px 7px 13px;
    transition: background .3s linear;
    background: #e7f2f9;
    font-weight: normal;
    margin-bottom: 0;
}

.vraag-overzicht-faq h3:hover {
    cursor: pointer;
}

.vraag-overzicht-faq h3:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 13px;
    display: inline-block;
    top: 15px;
    right: 15px;
    background: url(/wp-content/themes/convident-theme-child/img/defibrion-small-arrow.png);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.vraag-overzicht-faq-vragenlijst {
    margin: 0;
    padding: 0;
}

.vraag-overzicht-faq-vragenlijst .antwoord {
    padding: 15px 0;
    display: none;
}

.vraag-overzicht-faq-vragenlijst article.active .antwoord {
    display: block;
}

.faq-overzicht {
    display: none;
}

.faq-overzicht ul {
    margin: 0;
    padding: 0;
    padding-bottom: 30px;
}

.faq-overzicht ul li {
    display: inline-block;
    padding: 5px 10px;
    background: #004b87;
    color: #ffffff!important;
}

.faq-overzicht ul li a {
    color: #ffffff!important;
}

.vraag-overzicht-faq article.active h3:after {
    transform: rotate(90deg);
}

.antwoord {
    padding: 20px 20px!important;
}

.antwoord p:last-child {
    margin: 0;
}

/* niv 2 > over ons */

main.uses-builder>section:first-of-type {
    padding-top: 0;
}

.single-medewerker-loop {
    text-align: center;
}

.single-medewerker-loop .medewerker-img {
    margin-bottom: 10px;
}

.single-medewerker-loop .medewerker-content h3 {
    margin-bottom: 3px;
}

/* niv 2 > blog */

.nieuws-column .single-news {
    display: flex;
    margin-bottom: 30px;
}

.nieuws-column .single-news .post-image-left {
    flex-grow: 0;
}

/* formidable */

body button.frm_button_submit.frm_final_submit {
    background: #E58522!important;
    color: #ffffff!important;
    padding: 12px 16px!important;
}

/* Header > contact button */

.header-holder-fix {
    position: relative;
}

.direct_contact {
    top: 99%;
    transform: translateY(-50%);
    height: 180px;
    width: 90px;
    max-height: 180px;
    z-index: 9999;
    position: absolute;
    background-size: cover;
    background-image: url('img/contacthoepel.png');
}

.direct_contact ul.contact_items {
    width: 90px;
    height: 90px;
    top: 45px;
    left: 18px;
    display: flex;
    padding: 16px;
    margin: 0px;
    align-items: center;
    position: absolute;
    background: #04416b;
    border-radius: 999px;
}

.direct_contact ul.contact_items li {
    list-style: none;
    padding: 0px 5px;
}

.direct_contact ul.contact_items li a {
    display: flex;
    align-items: center;
}

.direct_contact ul.contact_items li svg {
    min-width: 18px;
    fill: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.direct_contact ul.contact_items li svg:hover {
    fill: #ee1c25;
}

/* woocommerce */

.bottom-text {
    padding-top: 30px;
}

span.woocommerce-Price-currencySymbol {
    margin-right: 3px;
}

span.sf-count {
    font-size: 13px;
}

.woocommerce table.shop_attributes th {
    width: 50%;
}

.header-holder-fix.header-disabled-shop {
    display: none;
}

span.onsale {
    position: absolute;
    top: 0!important;
    left: 15px!important;
    padding: 0 15px!important;
    background: #0d4269!important;
    color: #ffffff;
    border-radius: 0!important;
    border-bottom-right-radius: 13px!important;
}

p.stock.out-of-stock {
    color: #ffffff!important;
    padding: 10px 15px;
    margin: 10px 0;
    background: #f13e70;
}

.product-row {
    display: flex;
    width: 100%;
}

.all-products-outer .product-row {
    width: calc( 100% + 30px);
}

.single-product.product {
    padding: 30px;
    border: 1px solid #cccccc;
    background: #ffffff;
    border-radius: 12px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.single-product.product:hover {
    border-color: #ee1c25;
}

.single-product.product>a {
    flex-grow: 1;
}

.single-product.product a {
    color: #666666;
}

.single-product.product a:hover {
    text-decoration: none;
}

.single-product.product img {
    width: 100%;
    height: auto;
    max-height: 233px;
    object-fit: contain;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.single-product:hover img.attachment-large.size-large {
    transform: scale(1.05);
}

.label-product {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(40%) rotate(-32deg) translateY(-20%);
    padding: 3px 10px;
    background: #0d4269;
    color: #ffffff;
}

.label-product:before {
    content: '';
    width: 170px;
    background: #04416b;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-25%);
    z-index: -1;
}

.c-wc-product-meta span.product-name {
    color: #0d4269;
}

.c-wc-product-meta .c-wc-pricing {
    margin-top: 20px;
}

.woocommerce-sidebar.sidebar .widget {
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.close {
    display: none;
}

a.btn.filtertoggle {
    display: none;
}

.woocommerce-sidebar.sidebar .sidebar-inner:after {
    left: inherit;
    right: 10px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin: 0;
    margin-top: 30px;
    margin-bottom: 10px;
    border-radius: 13px;
    border: 0;
}

/* woocommerce > archive */

input.sf-input-range-number {
    border: 1px solid #cdcdcd;
    padding: 5px 10px;
    border-radius: 4px;
}

.noUi-handle.noUi-handle-lower, .noUi-handle.noUi-handle-upper {
    border: 1px solid #04416b;
    background: #04416b;
    box-shadow: none;
}

.searchandfilter .noUi-connect {
    background: #0371b9;
}

.product-col {
    margin-bottom: 20px;
}

.product-row .product-col {
    padding: 0 10px;
}

.product-col .single-product {
    text-align: left;
}

.product-col .c-wc-product-meta span.product-name {
    color: #0d4269;
    font-size: 18px;
    font-weight: 700;
}

.voordelen {
    margin-top: 10px;
}

.own-table {
    display: flex;
    flex-wrap: wrap;
}

.own-row {
    display: flex;
    width: 100%;
    padding: 5px;
}

.own-table .own-row:nth-child(odd) {
    background: #ededed;
}

.own-table span.betreft {
    font-weight: 600;
    margin-right: 5px;
}

.product-footer ins {
    text-decoration: none;
}

.product-footer del {
    color: #cdcdcd;
}

.product-footer>a {
    max-width: 70%;
}

.product-footer .c-wc-pricing {
    color: #1d1d1b;
    font-size: 16px;
    font-weight: 600;
}

.product-footer a.button.ajax_add_to_cart, .product-footer a.button.add_to_cart_button {
    width: 50px;
    height: 30px;
    text-indent: 39px;
    overflow: hidden;
    background-color: #ee1c25;
    border-radius: 4px;
    color: transparent;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-image: url('img/config-ajax-icon.png') !important;
}

.product-footer a.button.ajax_add_to_cart {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('img/add-cart-ajax-icon.png') !important;
}

.product-footer.offerte-product a.button.ajax_add_to_cart, .product-footer.offerte-product a.button.add_to_cart_button {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('img/offerte-ajax-icon.png') !important;
}

a.button.ajax_add_to_cart.added {
    background-color: #26bfa9;
}

.product-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 20px;
}

.product-footer .c-wc-pricing {
    margin: 0;
    position: relative;
}

.product-footer .c-wc-pricing strike {
    font-size: 12px;
    position: absolute;
    top: -15px;
    left: 0;
    font-weight: 500;
}

a.added_to_cart.wc-forward {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    border-radius: 4px;
    background: #003d6d;
    padding: 10px;
    display: inline-block;
    color: #ffffff;
    min-width: 100%;
}

.label-product.label-product-alt {
    transform: none;
    background: transparent;
    color: #2db29e;
    font-weight: 600;
    padding: 12px;
}

.label-product.label-product-alt:before {
    display: none;
}

.label-product.label-product-alt:after {
    content: '';
    display: inline-block;
    height: 25px;
    width: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('img/checkmark-big.png');
    float: left;
    margin-right: 5px;
}

.woocommerce-category-description-outter {
    margin-bottom: 40px;
}

/* woocommerce > algemeen */

ul#shipping_method li:nth-child(2) {
    display: none;
}

input#shipping_method_0_free_shipping2 {
    display: none;
}

.woocommerce input[type=number]::-webkit-inner-spin-button, .woocommerce input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #ee1c25;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #ee1c25;
    opacity: 0.8;
}

.woocommerce .col-1, .woocommerce .col-2 {
    max-width: 100%;
    padding: 0;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: 1px solid #cccccc;
    padding: 10px 15px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #0371b9;
}

ul.page-numbers {
    border: 0!important;
    width: 100%;
}

ul.page-numbers li {
    border-radius: 13px!important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    border: 0!important;
    margin-right: 10px!important;
}

ul.page-numbers span.page-numbers {
    height: 100%;
    padding: 10px 15px!important;
}

ul.page-numbers span.page-numbers.current {
    color: #003d6d!important;
}

ul.page-numbers a.page-numbers {
    background: #ee1c25;
    height: 100%;
    padding: 10px 15px!important;
    color: #ffffff;
}

ul.page-numbers li:last-child {
    float: right!important;
    margin-right: 0!important;
}

nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
}

nav.woocommerce-MyAccount-navigation ul li {
    width: 100%;
    background: #EFEFEF;
    margin-bottom: 10px;
}

.woocommerce-MyAccount-content .woocommerce-error, .woocommerce-MyAccount-content .woocommerce-info, .woocommerce-MyAccount-content .woocommerce-message {
    margin-top: 0;
}

/* woocommerce > algemeen > variaton fix */

.add-product-default table.variations {
    display: none;
}

/* woocommerce > single */

.product main section:first-child {
    padding-top: 0;
}

.product main section:last-child {
    padding-bottom: 0;
}

h1.product_title.entry-title {
    color: #0d4269;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 100%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 100%;
    clear: none;
}

.woocommerce-product-gallery .flex-viewport {
    border: 1px solid #EFEFEF!important;
}

.woocommerce div.product div.images img {
    /* border: 1px solid #EFEFEF; */
}

.woocommerce-product-gallery__image {
    margin-bottom: 10px;
}

ol.flex-control-nav.flex-control-thumbs li {
    border: 1px solid #EFEFEF;
    width: calc(33% - 20px)!important;
    margin: 10px!important;
}

/* .woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 33%;
    padding: 10px;
} */

.woocommerce div.product div.images .flex-control-thumbs {
    margin: 10px -10px 0px -10px;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: none;
}

.add-product-default {
    background: #1950A0;
    padding: 30px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.add-product-default:after {
    content: '';
    position: absolute;
    top: 0;
    left: -100px;
    width: 250%;
    height: 100%;
    background: #1950A0;
    z-index: 0;
    border-radius: 999px 0 0 999px;
}

.add-product-default>* {
    z-index: 1;
}

.add-product-default form.cart {
    margin-bottom: 0!important;
}

.add-product-default .price-outer {
    color: #ffffff;
}

.add-product-default p.price {
    color: #ffffff!important;
    margin: 0;
    font-weight: bold;
    font-size: 32px!important;
    position: relative;
}

.add-product-default span.woocommerce-Price-amount.amount {
    text-decoration: none!important;
    font-size: 32px;
}

.add-product-default span.woocommerce-Price-currencySymbol {
    font-size: 32px;
}

.add-product-default del {
    position: absolute;
    top: -16px;
}

.add-product-default del span.woocommerce-Price-amount.amount {
    font-size: 16px!important;
    font-weight: 500;
}

.add-product-default del span.woocommerce-Price-currencySymbol {
    font-size: 16px;
}

.woocommerce div.product .add-product-default p.price ins, .woocommerce div.product .add-product-default span.price ins {
    text-decoration: none;
}

button.single_add_to_cart_button.button.alt {
    font-size: 16px;
    font-weight: 300;
    padding: 16px 20px;
    border-radius: 13px;
    background-color: #ee1c25;
    padding-left: 50px;
    background-image: url('img/cart-icon-white.png');
    background-repeat: no-repeat;
    background-position: left 20px center;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #ee1c25;
}

.quantity .qty {
    border: 0;
    background: none !important;
    margin-bottom: 0px !important;
}

.add-cart-outer .qty, .side-add-to-cart .qty {
    margin-bottom: 10px !important;
    background: #fff !important;
    height: 48px !important;
    border: 0 !important;
}

.woocommerce ul#shipping_method .amount {
    font-weight: 300 !important;
}

.woocommerce ul#shipping_method li label {
    display: inline;
    text-transform: lowercase;
}

.variation-holder {
    margin-bottom: 30px;
}

.variation-holder a.reset_variations {
    display: none;
}

table.shop_attributes {
    border: 0!important;
    color: #6c6d70;
}

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background: transparent!important;
}

.woocommerce table.shop_attributes th {
    font-weight: 500!important;
}

.add-cart-outer .quantity {
    float: left;
    margin-right: 5px;
}

.summary form .quantity, .summary form button.single_add_to_cart_button, .summary form .woocommerce-variation-price, .summary form .quantity {
    display: none!important;
}

.summary .cart.bundle_data {
    display: none;
}

.add-product-default .add-cart-outer {
    min-width: 340px;
}

.tekst-media-section .tweederde-column-eenderde {
    display: flex;
    align-items: center;
}

.tweederde-column p {
    border-left: 2px solid #074268;
    padding-left: 20px;
    margin-bottom: 0
}

.tekst-media-tekst-section-tekst {
    display: flex;
    align-items: center;
}

.tekst-media-tekst-section-media {
    display: flex;
    align-items: center;
}

/* woocommerce > single > content */

.specificaties {
    padding-top: 30px;
}

ul.minpunten, ul.pluspunten {
    list-style-type: none;
    padding: 0;
    margin: 0 0 30px 0;
}

ul.minpunten li, ul.pluspunten li {
    padding: 4px 0 4px 0;
}

ul.minpunten li:before, ul.pluspunten li:before {
    content: '';
    display: inline-block;
    background: url(img/plus-min.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: relative;
    bottom: -2px;
}

ul.minpunten li:before {
    background-position: right;
}

.cta-more-products {
    display: inline-block;
    background: #ffffff;
    padding: 30px;
    border-radius: 13px;
}

.cta-more-products h3 {
    font-size: 22px;
}

.cta-more-products h3 span {
    font-size: 22px;
    color: #ee1c25;
}

.product-fixed-add-box {
    background: transparent;
    padding: 30px 0;
    position: fixed;
    top: 50%;
    right: 0;
    opacity: 0;
    width: 500px;
    height: auto;
    transform: translateY(-50%) translateX(120%);
    min-height: 400px;
    display: flex;
    align-items: center;
    color: #ffffff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 5;
}

.product-fixed-add-box p {
    color: #ffffff;
}

.product-fixed-add-box.showSide {
    opacity: 1;
    right: 0;
    transform: translateY(-50%) translateX(100%);
}

.product-fixed-add-box.showSide.showContent {
    opacity: 1;
    right: 0;
    transform: translateY(-50%) translateX(0%);
}

.product-fixed-add-box:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 133%;
    height: 100%;
    background-color: #1950A0;
    z-index: -1;
    border-radius: 999px 0 0 999px;
    background-image: url(/wp-content/themes/convident-theme-child/img/cart-transparent.png);
    background-repeat: no-repeat;
    background-position: left 15px center;
}

.product-fixed-add-box-inner {
    padding-left: 30px;
}

.side-add-to-cart .quantity {
    float: left;
    margin-right: 5px;
}

.product-fixed-add-box a.reset_variations {
    display: none;
}

.product-sum-side-toggle {
    position: absolute;
    top: 5px;
    left: -80px;
    background: #ee1c25;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background-image: url(/wp-content/themes/convident-theme-child/img/plus-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.product-fixed-add-box.showSide.showContent .product-sum-side-toggle {
    transform: rotate(45deg);
}

.side-variations {
    margin: 20px 0;
}

.side-variations .bundled_product_excerpt.product_excerpt {
    display: none;
}

.side-variations p.price {
    margin-bottom: 0!important;
}

.side-variations p.stock.in-stock, .side-variations .details p.price {
    display: none;
}

.side-variations span.woocommerce-Price-amount.amount {
    color: #ffffff;
}

.product-side-price {
    font-size: 18px;
    margin: 5px 0;
    font-weight: 700;
}

.hamburger path {
    stroke: #04416b;
}

.bel-none-footer, .mail-none-footer {
    display: inline-block;
    padding-right: 5px;
}

.product-crosssells {
    padding-top: 0;
}

.product-crosssells button.slick-arrow.slick-next, .product-upsells button.slick-arrow.slick-next {
    top: 50%;
    right: -40px;
    left: inherit;
    background-position: right;
    transform: translateY(-50%) !important;
}

.slick-list {
    width: 100%;
}

.product-crosssells button.slick-arrow.slick-prev, .product-upsells button.slick-arrow.slick-prev {
    top: 50%;
    left: -40px;
    background-position: left;
    transform: translateY(-50%) rotate(180deg);
}

.slider-initiated .slider-col-opt {
    max-width: 100%;
}

/* woocommerce > single > content > btw price */

.product-btw-amount {
    opacity: 0.75;
    font-size: 14px;
}

span.tax-price, span.tax-price>*, span.tax-price>*>* {
    font-size: 14px!important;
}

/* woocommerce > cart */

.shop_table .product-quantity {
    float: right;
}

.bundled_table_item .bundled_table_item_indent {
    padding-left: 0;
}

.bundled_table_item .product-quantity {
    padding-left: 39px !important;
}

.wpmc-tabs-wrapper .wpmc-tab-item {
    z-index: 1;
}

#checkout-onderhoud-titel {
    margin-top: 30px;
}

.wpmc-tab-number {
    font-family: "Open Sans" !important;
    color: #01426c !important;
}

.title_onderhoud {
    float: left;
    font-size: 16px;
    margin-bottom: 8px;
}

.onderdhoudspakket_aanvragen {
    float: left;
    margin-top: 4px;
    margin-right: 10px;
}

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
    float: right;
}

/*
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
}*/

a.checkout-button.button.alt.wc-forward {
    max-width: 350px;
    float: right;
    height: 42px;
    flex-wrap: wrap;
}

.woocommerce-cart-form h2 {
    font-size: 26px;
}

section.cart-collaterals {
    padding-top: 0;
}

section.cart-cross-sells {
    position: relative;
}

section.cart-cross-sells:after {
    content: '';
    background: #efefef;
    width: 300%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-25%);
    z-index: 0;
}

.cross-sells {
    position: relative;
    z-index: 2;
}

.woocommerce-checkout .woocommerce-account-fields p.create-account {
    padding: 0;
}

.woocommerce-checkout .woocommerce-account-fields p.create-account label {
    font-weight: bold;
    color: #074268;
    font-size: 16px;
}

.woocommerce-checkout .woocommerce-account-fields p.create-account label #createaccount {
    margin: -2px 6px 0 0 !important;
}

/* Faq builder */

.faq-item {
    margin-bottom: 10px;
    border: 2px solid #e7f2fa;
}

.faq-title h3 {
    position: relative;
    font-size: 18px;
    padding: 7px 70px 7px 13px;
    transition: background .3s linear;
    background: #e7f2f9;
    font-weight: normal;
    margin-bottom: 0;
}

.faq-answer {
    padding: 20px;
    display: none;
}

.faq-title h3:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 13px;
    display: inline-block;
    top: 15px;
    right: 15px;
    background: url(/wp-content/themes/convident-theme-child/img/defibrion-small-arrow.png);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.faq-active h3:after {
    transform: rotate(90deg);
}

/* woocommerce checkout */

@media screen and (min-width:768px) {
    .sidebar-twee {
        display: none;
    }
    p#billing_postcode_field {
        float: left;
        width: 47%;
        clear: none;
    }
    p#billing_city_field {
        width: 47%;
        display: inline-block;
        margin-left: 6%;
    }
    p#billing_phone_field {
        float: left;
        width: 47%;
        clear: none;
        overflow: auto;
        margin-left: 0%;
    }
    p#billing_email_field {
        width: 47%;
        float: left;
        overflow: auto;
        clear: none;
        margin-left: 6%;
    }
    p#billing_address_1_field {
        width: 47%;
        float: left;
    }
    p#billing_address_2_field {
        width: 47%;
        float: left;
        clear: none;
        margin-left: 6%;
    }
}

button#wpmc-back-to-cart {
    background: none !important;
    color: #1e567b !important;
    padding: 12px 0px !important;
}

button#wpmc-prev {
    background: none !important;
    color: #1e567b !important;
    padding: 12px 0px !important;
    float: left;
}

.wpmc-footer-right.wpmc-nav-buttons {
    width: 100%;
}

.wpmc-nav-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.wpmc-footer-left {
    float: left;
    order: 2;
}

.wpmc-footer-right.wpmc-nav-buttons {
    order: 1;
}

.defib-cart-header {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* top footer */

.top-footer-cta {
    background: #1954a2;
    padding: 30px 0px 20px 0px;
}

.top-footer-cta * {
    color: #fff;
    font-size: 18px;
}

.social-icon-single path {
    fill: #1a557c;
}

footer a {
    color: #ffffff;
}

a.social-icon-single {
    border-radius: 999px;
    margin-right: 10px;
}

.footer-socials {
    padding-left: 30px;
    border-left: 1px solid;
}

span.top-footer-text {
    margin-top: -10px;
    position: relative;
    display: inline-block;
    top: -10px;
    margin-right: 30px;
}

a.tel-footer {
    padding-left: 30px;
    position: relative;
}

a.tel-footer:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    display: inline-block;
    background-image: url(/wp-content/themes/convident-theme-child/img/tel-wit.png);
    background-position: center;
    background-size: cover;
    left: 0px;
}

a.mail-footer {
    padding-left: 30px;
    position: relative;
    margin-left: 30px;
}

a.mail-footer:before {
    content: "";
    width: 21px;
    height: 21px;
    position: absolute;
    display: inline-block;
    background-image: url(/wp-content/themes/convident-theme-child/img/mail-wit.png);
    background-position: center;
    background-size: cover;
    left: 0px;
    top: 3px;
}

footer li.current_page_item a {
    color: #ffffff!important;
}

/* Mijn account */

.woocommerce-account .woocommerce-MyAccount-content .col-1, .woocommerce-account .woocommerce-MyAccount-content .col-2 {
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active {
    background: #1951a0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:last-child a {
    padding: 10px 20px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button {
    border-radius: 12px;
    padding: 12px 16px!important;
    background: #009600;
    color: #ffffff;
    transition: all .2s ease-in-out;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button:hover {
    opacity: 0.8;
    text-decoration: none;
    background: #009600;
    color: #ffffff;
}

.woocommerce-account .woocommerce-MyAccount-content legend {
    font-size: 20px;
    font-weight: bold;
    color: #04416b;
    margin-bottom: 10px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details {
    padding: 0 !important;
    padding-bottom: 30px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details>section {
    padding: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details>section {
    padding: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column--billing-address {
    margin-bottom: 30px;
}

.woocommerce-account .woocommerce-customer-details h2 {
    color: #074268;
    margin-bottom: 10px;
    font-size: 18px;
}

/* Einde mijn account */

/* Topbar */

.d-topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: auto;
    border-bottom: 2px solid #cdcdcd;
    background: #EFEFEF;
}

.d-topbar-inner {
    display: flex;
    justify-content: space-between;
}

.d-topbar-inner .d-topbar-lang .wpml-ls-legacy-dropdown-click {
    position: static;
    margin-top: 5px;
    margin-left: 15px;
    width: 100px;
    display: inline-block;
}

.d-topbar-inner .cart-icon a {
    width: 40px;
    display: inline-block;
}

.d-topbar-search-and-cart {
    display: flex;
}

.d-topbar-inner .search-menu-item {
    height: 40px;
    background-position: center center;
    bottom: 0;
}

.d-topbar-inner .cart-icon a {
    bottom: 10.5px;
}

.d-topbar-inner .my-account a {
    width: initial !important;
    bottom: 14px;
    background-position: left center;
}

#Topmenu {
    margin-right: 12px;
    margin-top: 7px;
    margin-bottom: -7px;
}

.d-topbar-inner .my-account a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background: url(/wp-content/themes/convident-theme-child/img/account.png);
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
    bottom: 14px;
    padding-left: 30px;
    padding-right: 10px;
}

/*body.logged-in .d-topbar {
    top: 32px;
}*/

body header {
    margin-top: 40px;
}

body.logged-in header {
    margin-top: 40px;
}

/* Einde topbar */

/* footer */

section.top-footer-cta a:hover, footer a:hover {
    color: #ffffff;
}

.footer-widgets {
    background: linear-gradient(45deg, #1C9FD2 0%, #1951a0 100%);
}

#socket {
    background: #1954a2;
}

div#frm_field_67_container {
    width: 60%;
    clear: none;
    display: inline-block;
    float: left;
}

.with_frm_style .frm_submit {
    clear: none !important;
    width: 30%;
    float: left;
    display: inline-block;
}

input {
    border-radius: 12px !important;
    background: #fff;
}

button.frm_button_submit.frm_final_submit {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    background: #0a72b9 !important;
    border: none !important;
    padding: 13px !important;
}

body footer button.frm_button_submit.frm_final_submit:before, div#frm_form_6_container button.frm_button_submit.frm_final_submit:before {
    content: "";
    width: 37px;
    height: 23px;
    display: inline-block;
    position: relative;
    background-image: url(/wp-content/themes/convident-theme-child/img/submit.png);
    background-repeat: no-repeat;
    bottom: -1px;
}

body footer button.frm_button_submit.frm_final_submit, div#frm_form_6_container button.frm_button_submit.frm_final_submit {
    padding: 8px !important;
    margin-left: 10px !important;
    height: 42px!important;
    background: #0371b9!important;
}

/* diverse */

#overlay-shape-header {
    bottom: -1px;
    z-index: 6
}

.header-intro-default {
    background-size: cover;
}

.direct_contact ul.contact_items li svg {
    max-width: 18px;
}

/* media queries (cross-browser fixes)*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #overlay-shape-header {
        top: 33%;
    }
    .home #overlay-shape-header {
        top: 40%;
    }
    .home_cta_shop_inner {
        top: 30%;
    }
    .direct_contact ul.contact_items li {
        padding: 0 10px;
    }
}

@supports (-ms-ime-align:auto) {
    .contact_items {
        justify-content: space-around !important;
    }
    .single-product {
        width: 100%;
    }
}

/* media queries */

@media screen and (max-width:1600px) {
    .intro_content {
        position: relative;
        margin-top: -50px;
    }
    .intro_image {
        width: 100%;
        height: 480px;
    }
}

@media screen and (max-width:1400px) {
    .intro_image {
        width: 100%;
        height: 500px;
    }
    .intro_content {
        position: relative;
        margin-top: -51px;
    }
    .intro_image {
        height: 390px;
        font-size: 25px;
    }
    .intro_image h1 {
        font-size: 22px;
    }
    .header-intro-default {
        height: 255px !important;
    }
    nav ul li a {
        padding: 10px 12px;
    }
    .navigatie span.cart-amount-wc-menu {
        top: 0px;
        right: 11px;
    }
    .navigatie li.menu-icon.cart-icon>a {
        /*height: 29px;*/
        background-position: bottom left;
    }
}

@media (min-width: 1271px) and (max-width: 1400px) {
    .navigatie nav ul li a {
        font-size: 16px;
    }
}

@media screen and (min-width: 1271px) {
    .top-footer-text {
        display: none !important;
    }
    .navigatie.normal-menu .menu-hoofdmenu-container {
        height: auto!important;
    }
    .navigatie.normal-menu div#mobile-menu {
        display: none;
    }
    .mobile-menu {
        display: none;
    }
    .mobile {
        display: none;
    }
}

@media screen and (max-width:1270px) {
    .desktop {
        display: none;
    }
    .d-topbar-inner {
        align-items: center;
    }
    .mobile-nav {
        height: auto;
        background-color: #fff;
        width: 100%;
    }
    .d-topbar ul {
        margin-right: 25px;
    }
    #logo {
        float: right;
    }
    .searchandfilter h4 {
        font-size: 18px;
    }
    .menu-open .navigatie {
        border-bottom: 1px solid #f5f5f5;
    }
    span.top-footer-text {
        display: none;
    }
    .searchbox {
        background: none !important;
    }
    .navigatie li.menu-icon.cart-icon>a {
        background-position: center;
    }
    /* mobile menu */
    .navigatie span.cart-amount-wc-menu {
        right: 0px;
    }
    div#hoofdmenu-left-menu {
        height: auto!important;
        overflow: visible;
    }
    .menu-left {
        flex-grow: 1;
        display: inline-block;
        position: absolute;
        top: 18px;
        right: 90px;
    }
    li.menu-item.language-item {
        display: none;
    }
    .navigatie span.search-menu-item {
        display: none;
    }
    .navigatie .searchbox {
        position: relative;
        bottom: inherit;
        right: inherit;
        margin: 0;
        /* transform: translateY(100%); */
        padding: 10px 0px;
        background: #efefef;
        border-radius: 0 0 0 13px;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    .navigatie li.menu-icon>a {
        background-position: center;
    }
    #mobile-menu>li {
        position: relative;
    }
    #mobile-menu>li.menu-item-has-children:after {
        content: '';
        position: absolute;
        top: 20px;
        right: 0;
        background: #f5f4f4;
        height: 25px;
        width: 25px;
        background-image: url(/wp-content/themes/convident-theme/img/arrow-lightblue-down.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 10px;
        cursor: pointer;
    }
    #mobile-menu>li>ul {
        float: none;
        width: 100%;
        visibility: hidden;
        position: relative;
        top: 0;
        right: 0;
        height: 100%;
        margin-top: 0 !important;
        z-index: 1;
        padding: 20px;
        display: none;
        border: 1px solid #f5f4f4!important;
    }
    #mobile-menu>li.hover>ul {
        visibility: visible;
        background: #ffffff;
        padding: 0;
        margin-top: -20px;
        display: block;
    }
    #mobile-menu>li.hover:after {
        transform: rotate(180deg);
    }
    #mobile-menu ul.sub-menu:before {
        top: -10px;
    }
    .megamenu.menu-item-has-children:hover>ul.sub-menu {
        padding: 0px!important;
    }
    ul.sub-menu li {
        border: 0!important;
    }
    #mobile-menu>li.menu-item-has-children>ul.sub-menu:before {
        content: '';
        position: absolute;
        top: -10px;
        left: 50%;
        width: 10px;
        height: 10px;
        background: white;
        transform: translateY(50%) translateX(-50%) rotate(45deg);
        border-top: 1px solid #EFEFEF;
        border-left: 1px solid #EFEFEF;
        z-index: 1;
    }
    /* mobile menu from main theme */
    nav {
        display: block;
    }
    .fixed-nav-spacer {
        height: 70px;
    }
    #primary-menu.menu-hoofdmenu-container, #primary-menu.menu-hoofdmenu-fr-container, #primary-menu.menu-hoofdmenu-klanten-links-vlaams-container, #primary-menu.menu-hoofdmenu-klanten-links-wallonie-container {
        display: none;
    }
    .mobile-menu-toggle-position {
        display: block;
        top: 16px;
    }
    .hamburger {
        top: -16px !important;
        position: absolute;
        display: inline-block;
    }
    .menu-hoofdmenu-container {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        z-index: 99;
        overflow: hidden;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    body.menu-open .menu-hoofdmenu-container {
        display: block;
        height: 100%;
    }
    .mobile-menu ul#primary-menu {
        float: none;
    }
    body .mobile-menu-toggle-position {
        z-index: 100;
    }
    body .mobile-menu .menu li {
        width: 100%;
        text-align: center;
        vertical-align: middle;
    }
    body .mobile-menu .menu li a {
        padding: 20px!important;
    }
    body .menu-hoofdmenu-container li.btn a {
        padding: 10px 15px!important;
        margin-bottom: 25px;
        margin-left: -30px;
    }
    .menu-hoofdmenu-container-not-mobile {
        display: none;
    }
    ul#mobile-menu {
        padding: 0;
    }
    ul#mobile-menu form.search-form {
        display: inline-block;
    }
    /*li.menu-icon.cart-icon>a {
        background-image: none;
        text-indent: 0;
        width: 100%;
        margin-bottom: 20px;
    }*/
    /* .topbar li.menu-icon.cart-icon>a {
        text-indent: 999;
        margin-bottom: 0;
        width: auto;
    }*/
    /* einde mobile menu */
}

@media screen and (max-width:1550px) {
    .image-team {
        width: 338px;
    }
}

@media screen and (min-width:1280px) {
    #Topmenu {
        margin-right: 12px;
    }
}

@media screen and (max-width:1280px) {
    .image-team {
        width: 338px;
    }
    .photo-left {
        background-position: 31px 12px !important;
    }
    .logo-container {
        top: -10px;
    }
    .mobile-nav .mobile-menu {
        top: 35px !important;
    }
}

@media screen and (max-width:1200px) {
    body, html {
        overflow-x: hidden;
    }
    .bundled_product .cart .variations, .bundled_product .cart .variations tr, .bundled_product .cart .variations td {
        border: 0;
        display: block;
    }
    .woocommerce div.product form.cart .variations td.label {
        padding-right: 1em;
        width: 100%;
        float: none;
    }
    .woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
        border: 0;
        vertical-align: top;
        line-height: 2em;
        width: 100%;
        display: inline-block;
    }
    .intro_content {
        position: relative;
        margin-top: -81px;
    }
    .product-footer>a {
        max-width: 66%;
    }
    .responsive-margins-page {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width:991px) {
    .logo-container {
        top: unset !important;
    }
    .mobile-nav .mobile-menu {
        top: 45px !important;
    }
    .wpml-ls-legacy-dropdown-click {
        top: 18px;
    }
    a.mail-footer {
        margin-left: 0px;
        margin-top: 10px;
        display: block;
    }
    .add-product-default:after {
        left: -124px;
    }
    .woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
        border: 0;
        vertical-align: top;
        line-height: 2em;
        width: 100%;
        display: inline-block;
    }
    .add-product-default .add-cart-outer {
        min-width: auto;
        margin-top: 10px !important;
    }
    .add-product-default {
        background: #1950A0;
        padding: 30px 0;
        position: relative;
        display: grid;
        align-items: center;
        justify-content: space-between;
    }
    .bundled_product .cart .variations, .bundled_product .cart .variations tr, .bundled_product .cart .variations td {
        border: 0;
        display: block;
    }
    .woocommerce div.product form.cart .variations td.label {
        padding-right: 1em;
        width: 100%;
        float: none;
    }
    .hamburger {
        top: -16px !important;
    }
    .intro_content {
        position: relative;
        margin-top: -51px;
    }
    button.slick-arrow.slick-next {
        top: 0;
    }
    .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 14px;
    }
    .woocommerce .woocommerce-ordering select {
        width: 100% !important;
    }
    section.cta {
        min-height: 300px;
        background-color: #0371b9;
        background-image: none !important;
    }
    .cta-cirlce-outer {
        margin: -18px auto;
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .top-footer-cta span.footer-cta {
        display: none;
    }
    .bel-none-footer, .mail-none-footer {
        display: none;
    }
    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
        float: left;
    }
    a.mail-footer {
        margin-left: 10px;
    }
    .footer-socials {
        padding-left: 0;
        margin-top: 0;
        border-left: none;
    }
    #main-footer h3 {
        margin-top: 30px;
    }
    .top-footer-cta {
        padding: 30px 0px 30px 0px;
    }
    .cta-contact-uitgebreid-inner:before {
        content: '';
        position: absolute;
        right: -15px;
        top: -65px;
        height: calc(100% + 65px);
        width: 500%;
        border-radius: 0;
        background: #1950A0;
        opacity: 0.75;
        z-index: 0;
    }
    .home .cta-contact-uitgebreid-inner:before {
        top: -65px;
        height: calc(100% + 130px);
    }
    span.top-footer-text {
        margin-right: 20px;
    }
    a.tel-footer {
        padding-left: 25px;
    }
    .product-fixed-add-box {
        display: none;
    }
    .home-usp-col-container {
        margin-bottom: 30px;
    }
    .cta-contact-uitgebreid-inner .cta-knop2 {
        margin-top: 10px;
    }
    #newsslider .col-lg-6.left {
        margin-bottom: 30px;
    }
    .meest-verkocht-slider .col-md-3 {
        max-width: 100%;
    }
    .responsive-vakmensen {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .slide-referenties {
        width: 33%;
    }
    .merken-outer, .referenties-slider {
        flex-wrap: wrap;
    }
    .has-sidebar .pricetabel-col-holder {
        flex-wrap: wrap;
    }
    .product-footer>a {
        max-width: 100%;
    }
    .home_cta_shop_outter {
        margin-top: 20px;
    }
    .image-team {
        display: none;
    }
    .voor-ordering-1 {
        order: 3;
    }
    .voor-ordering-2 {
        order: 2;
    }
    .voor-ordering-3 {
        order: 1;
    }
    .testimonial-image-outer {
        margin-top: 20px;
    }
    button.slick-arrow.slick-next {
        top: calc(50% - 24px);
        left: auto;
        right: 0;
        background-position: auto;
        transform: rotate(0deg) !important;
    }
    button.slick-arrow.slick-prev {
        top: calc(50% - 24px);
        left: auto;
        right: auto;
        background-position: auto;
        transform: rotate(180deg);
    }
    .product-row button.slick-arrow.slick-prev {
        left: 15px;
    }
    .product-row button.slick-arrow.slick-next {
        right: 15px;
    }
    .medewerkers-slider-outer button.slick-arrow.slick-next {
        top: -20px;
        left: 46px;
        background-position: right;
        transform: rotate(-90deg) !important;
    }
    .medewerkers-slider-outer button.slick-arrow.slick-prev {
        top: auto;
        left: 52px;
        bottom: 20px;
        transform: rotate(90deg) !important;
    }
    /* sigle product add to cart */
    .product-fixed-add-box {
        display: block;
    }
    .product-fixed-add-box {
        opacity: 1;
        right: 0;
        transform: translateY(100%) translateX(0%);
        top: inherit;
        bottom: 0;
        width: 100%;
        min-height: auto;
        padding: 10px 0 0 0;
    }
    .product-fixed-add-box.showSide {
        transform: translateY(0%);
    }
    .product-fixed-add-box-inner {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }
    .product-fixed-add-box .product-side-title, .product-fixed-add-box .product-side-price, .product-fixed-add-box span.tax-sentence {
        display: none;
    }
    .side-variations {
        margin: 0;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .side-add-to-cart {
        margin-bottom: 10px;
    }
    .side-add-to-cart .qty {
        margin-bottom: 0px !important;
    }
    #tawkchat-container {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        opacity: 1;
    }
    #tawkchat-container.hidden-tawk {
        opacity: 0;
        pointer-events: none;
    }
    div#_hj_feedback_container {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        opacity: 1;
    }
    div#_hj_feedback_container.hidden-hj {
        opacity: 0;
        pointer-events: none;
    }
    /* single product > cross sells */
    .product-crosssells .single-product.product img {
        max-height: 100px;
    }
    .product-crosssells .single-product.product .c-wc-pricing {
        margin-top: 10px;
    }
    .product-crosssells .single-product.product span.product-name {
        min-height: auto!important;
    }
}

@media screen and (max-width:870px) {
    .intro_image h1 {
        font-size: 22px;
    }
}

@media screen and (max-width:768px) {
    /* Mijn account */
    .woocommerce-account .sidebar .widget {
        padding: 30px 0;
        margin-left: 0;
    }
    /* Einde mijn account */
    .usps {
        display: none;
    }
    /* Aanpassing sidebar toggle */
    .archive .woocommerce-sidebar.openside {
        position: fixed;
        top: 0;
        overflow: scroll;
        padding: 70px 50px;
        background: white;
        height: 100vh;
        width: 100vw;
        z-index: 100;
        left: 0;
    }
    .archive .woocommerce-sidebar {
        position: fixed;
        top: 0;
        background: white;
        height: 100vh;
        overflow: scroll;
        width: 100vw;
        z-index: 100;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        left: -100vw;
    }
    a.btn.filtertoggle {
        color: white;
        display: block;
        margin-bottom: 20px;
        position: relative;
        font-weight: 800;
    }
    a.btn.filtertoggle:hover {
        color: white;
    }
    a.btn.filtertoggle:after {
        position: absolute;
        display: block;
        content: '';
        width: 20px;
        height: 20px;
        top: 13px;
        right: 17px;
        background-image: url(img/filter-icon.svg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .close {
        text-align: right;
        font-weight: 800;
        font-size: 20px;
        display: block;
        cursor: pointer;
        color: #ee1c25;
    }
    .intro_image h1 br {
        display: none;
    }
    .intro_content_holder a.btn {
        /*opacity: 0.85;*/
        margin-bottom: 5px;
    }
    .blog-page .sidebar {
        display: none;
    }
    .footer-socials {
        margin-top: 20px;
    }
    .sidebar-twee {
        padding: 0;
        margin-bottom: 30px;
    }
    .sidebar-twee aside#custom_html-5 {
        padding: 0;
    }
    .sidebar-twee aside#custom_html-3 {
        display: none;
    }
    .sidebar-een aside#custom_html-3 {
        display: none;
    }
    .sidebar-een aside#custom_html-6 {
        display: none;
    }
    .sidebar-twee form#search-filter-form-8999 {
        padding: 15px;
    }
    .shop_table tbody tr td .qty {
        border: 1px solid #dedede !important;
        padding: 4px;
        width: 3.631em;
        margin-top: 10px;
        text-align: center;
    }
    .product-footer a.button.ajax_add_to_cart {
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-image: url(img/add-cart-ajax-icon.png) !important;
    }
    .product-footer a.button.ajax_add_to_cart, .product-footer a.button.add_to_cart_button {
        background-position: center !important;
        background-repeat: no-repeat !important;
    }
    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        display: block;
        text-align: left!important;
    }
    .woocommerce table.shop_table_responsive tr td a, .woocommerce-page table.shop_table_responsive tr td a {
        width: 100%;
        display: -webkit-inline-box;
        margin: 0px;
        padding: 0px;
    }
    .remove {
        padding-left: 5px !important;
        text-align: center !important;
        width: 1em !important;
    }
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        font-weight: 700;
        float: none;
        width: 100%;
        display: block;
    }
    .bundled_table_item .bundled_table_item_indent {
        padding-left: 0px !important;
    }
    .woocommerce-cart-form__cart-item .woocommerce .quantity .qty {
        margin-bottom: 10px;
        float: right;
    }
    .add-product-default:after {
        left: -100px;
    }
    .title_onderhoud {
        float: inherit;
        /*display: -webkit-box;*/
        font-size: 16px;
        margin-bottom: 8px;
    }
    #ship-to-different-address span {
        font-weight: bold;
    }
    a.checkout-button.button.alt.wc-forward {
        max-width: 100%;
        float: right;
        height: 42px;
        flex-wrap: wrap;
        width: 100%;
    }
    #wpmc-next {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .intro_content:after {
        content: '';
        background: url(/wp-content/themes/convident-theme-child/img/overlay-circle-white.png);
        position: absolute;
        top: 50%;
        right: 60%;
        height: 400px;
        background-size: contain;
        width: 400px;
        transform: translateX(-50%) translateY(-50%);
    }
    .product-template-default .cta-contact-uitgebreid-inner:before {
        top: -30px;
    }
    .uses-builder .pricetabel-col-holder {
        flex-wrap: wrap;
    }
    .megamenu .megamenu-child {
        width: 100%!important;
    }
    .cta-contact-uitgebreid-inner:before {
        height: calc(100% + 30px);
    }
    .home .cta-contact-uitgebreid-inner:before {
        content: '';
        position: absolute;
        right: -15px;
        top: -100%;
        height: 200%;
        width: 575%;
        border-radius: 0;
        background: #1950A0;
        opacity: 0.75;
        z-index: 0;
        transform: translateX(50%) translateY(11%);
    }
    *, p {
        font-weight: 300;
    }
    h1, h2 {
        font-size: 24px;
    }
    h1, h2, h3 {
        font-weight: 700;
    }
    section {
        padding: 30px 0;
    }
    .direct_contact {
        top: auto;
        transform: none;
        width: 100%;
        height: 60px;
        background-image: none;
        right: 0;
        bottom: 0;
        position: fixed;
    }
    .home .direct_contact {
        top: inherit;
        bottom: 0;
        position: fixed;
    }
    .contact_items {
        width: 100% !important;
        height: 60px !important;
        top: auto !important;
        left: 0px !important;
        display: flex !important;
        padding: 0px !important;
        margin: 0px !important;
        align-items: center !important;
        position: absolute !important;
        background: #04416b !important;
        border-radius: 0 !important;
        justify-content: space-evenly;
    }
    .scrolldown-header {
        display: none;
    }
    .direct_contact ul.contact_items li svg {
        max-width: 25px;
    }
    .intro_image {
        height: 323px;
    }
    .intro_content:before {
        content: '';
        display: none;
    }
    .intro_image:before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 500%;
        background: rgba(18, 115, 182, 0.4);
        z-index: 0;
    }
    .home-usp-col:before {
        left: 7px;
    }
    .home-usp-col {
        padding-left: 27px;
    }
    main#main-content {
        padding: 30px 0;
    }
    .foto-klantervaring-klant {
        display: none;
    }
    .merken-outer, .referenties-slider {
        display: block;
    }
    a.single-merk img {
        max-width: 215px;
    }
    ul.product-cats li {
        width: calc(50% - 20px);
    }
    span.cta-shop p {
        padding-top: 40px;
    }
    .home_cta_shop_inner .home-cta-shop {
        margin-bottom: 40px !important;
    }
    .merken-outer {
        display: block;
        flex-grow: 1;
    }
    .slide-referenties {
        width: 100%;
    }
    .product-row {
        display: block;
    }
    .cta-tekst {
        font-weight: 400;
    }
    footer button.frm_button_submit.frm_final_submit {
        padding: 10px 10px 2px 10px !important;
        background: #1950A0 !important;
    }
    ul#socket-menu {
        margin-top: 10px;
        margin-bottom: 60px;
        padding: 0;
    }
    .aantal_vakmensen {
        display: none;
    }
    .medewerkers-slider-outer {
        width: 100%;
        margin-top: 48px;
    }
    .medewerker-img-inner {
        min-width: 90px;
    }
    .medewerkers-slider-outer button.slick-arrow.slick-next {
        top: -48px;
        left: calc(50% - 24px);
        background-position: right;
        transform: rotate(-90deg) !important;
    }
    .medewerkers-slider-outer button.slick-arrow.slick-prev {
        left: calc(50% - 24px);
        bottom: 48px;
        transform: rotate(90deg);
        top: 100%;
    }
    a.single-merk img {
        margin: 0 auto;
    }
    .footer-widgets .textwidget p {
        margin-bottom: 0;
    }
    .header-intro-default {
        height: 255px !important;
    }
    .content-blok p:last-child {
        margin-bottom: 1.6em;
    }
    .img-holder {
        margin-bottom: 20px;
    }
    .content-blok iframe {
        width: 100%;
    }
    .menu-items-quicknav a {
        margin: 5px 40px;
        width: 100%;
    }
    .woocommerce .woocommerce-ordering {
        width: 100%;
        /*float: none;*/
    }
    .add-product-default {
        background: none;
    }
    .woocommerce-page .sidebar-inner:after {
        content: none;
    }
    .all-products-outer {
        margin-top: 30px;
    }
    .add-product-default .add-cart-outer {
        min-width: auto;
    }
    button.single_add_to_cart_button.button.alt {
        padding: 16px 15px;
        padding-left: 45px;
    }
    .woocommerce .quantity .qty {
        margin-bottom: 10px;
    }
    .add-product-default del {
        position: relative;
        top: 0px;
    }
    .cta-alternative {
        background-color: #0371b9;
        background-image: none !important;
    }
    section.cta-alternative {
        height: 405px;
    }
    section.cta-alternative .cta-cirlce-outer {
        width: 80%;
        margin: 30px auto;
    }
    .single-product {
        margin-top: 20px;
    }
    .single-product main#main-content, .page-template-default main#main-content {
        overflow-x: hidden;
    }
    .contact-uitgebreid-product {
        margin-bottom: -31px;
        padding-bottom: 29px!important;
    }
    .contact-uitgebreid {
        overflow: hidden;
        margin-bottom: -31px;
    }
    .image-team {
        height: 239px;
        width: 525px;
        margin-top: 20px;
        margin-bottom: 20px;
        position: relative;
        top: 0;
        right: 0;
        background-size: cover;
        background-position: center;
        border-radius: 0 9999px 9999px 0px;
    }
    /* Single */
    section.product-reviews>.container:after {
        background: #ededed;
    }
}

@media screen and (max-width:712px) {
    .add-product-default:after {
        border-radius: 0px;
    }
}

@media screen and (max-width:600px) {
    .add-product-default:after {
        border-radius: 0px;
    }
    span.m-quote-short {
        display: none;
    }
    span.m-quote-full {
        display: block;
        position: relative;
        padding: 0;
    }
    span.p-m-icon {
        display: none;
    }
    .medewerker-meta {
        width: auto;
    }
}

@media screen and (max-width:576px) {
    .menu-left {
        position: absolute;
        display: block;
    }
    .image-team {
        height: 250px;
        width: 100%;
        position: relative;
        left: -15px;
        background-size: cover;
        background-position: center;
        border-radius: 0 9999px 9999px 0px;
        margin-bottom: 30px;
    }
    .menu-items-quicknav a {
        text-align: center;
    }
    a.tel-footer, a.mail-footer {
        padding-left: 30px;
    }
    section.cta {
        min-height: 500px;
        padding-top: 150px;
        background-color: #0371b9;
        background-image: none !important;
    }
    .media-responsive-ordering {
        order: 0;
    }
    .text-responsive-ordering {
        order: 1;
    }
    span.top-footer-text {
        margin-right: 30px;
    }
    .footer-socials {
        margin-top: 20px;
    }
    .post-image-left {
        min-width: 80px;
    }
    .left {
        display: flex;
        margin-bottom: 30px;
    }
    .post-image-top {
        position: relative;
        display: block;
        background-size: cover;
        flex-grow: 1;
        background-position: center;
        min-width: 80px;
        height: 100%;
    }
    .left .single-news {
        display: flex;
        margin-bottom: 30px;
    }
    .blog-page .woocommerce-sidebar {
        display: none;
    }
    .paginas-quicknav .menu-items-quicknav {
        flex-wrap: wrap;
    }
    .intro_image {
        height: auto;
        min-height: 270px;
    }
}

@media screen and (max-width:480px) {
    .medewerker-img {
        display: none;
    }
    .intro_image {
        height: 233px;
    }
    .intro_content {
        position: relative;
        margin-top: -21px;
    }
    .intro_image h1 {
        font-size: 19px;
    }
}

@media screen and (max-width:440px) {
    .intro_image {
        height: auto;
    }
    .intro_image h1 {
        font-size: 17px;
    }
    .d-topbar-inner .my-account a {
        text-indent: -9999px;
    }
}

@media screen and (max-width:370px) {
    .logo-container {
        top: unset !important;
    }
    .mobile-nav .mobile-menu {
        top: 45px !important;
    }
    .wpml-ls-current-language .wpml-ls-native:first-of-type {
        display: none;
    }
    .hamburger {
        left: 20px;
    }
    /* single product > side add to cart */
    .woocommerce .side-add-to-cart .quantity .qty {
        width: 2.631em;
    }
    .product-fixed-add-box-inner a.btn {
        font-size: 12px;
        line-height: 16px;
        font-weight: normal!important;
    }
    .side-add-to-cart button.single_add_to_cart_button.button.alt {
        font-size: 12px;
        line-height: 16px;
    }
}

@media screen and (max-width: 320px) {
    .hamburger {
        left: 35px;
    }
    .wpml-ls-legacy-dropdown-click {
        width: auto !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .woocommerce-account .col-md-8 {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .woocommerce-account .sidebar {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 30px;
    }
}

/* keyframe animations */

/* keyframe animations > scroll ball*/

@-webkit-keyframes mousewheelscroll {
    0% {
        transform: translateY(0px);
        opacity: 1;
    }
    100% {
        transform: translateY(5px);
        opacity: 0;
    }
}

@-moz-keyframes mousewheelscroll {
    0% {
        transform: translateY(0px);
        opacity: 1;
    }
    100% {
        transform: translateY(5px);
        opacity: 0;
    }
}

@-o-keyframes mousewheelscroll {
    0% {
        transform: translateY(0px);
        opacity: 1;
    }
    100% {
        transform: translateY(5px);
        opacity: 0;
    }
}

@keyframes mousewheelscroll {
    0% {
        transform: translateY(0px);
        opacity: 1;
    }
    100% {
        transform: translateY(5px);
        opacity: 0;
    }
}

/* keyframe animations > arrow */

@-webkit-keyframes scrollarrow {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(2px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-moz-keyframes scrollarrow {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(2px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-o-keyframes scrollarrow {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(2px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes scrollarrow {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(2px);
    }
    100% {
        transform: translateY(0px);
    }
}

div#logo a {
    height: 100%;
    display: inline-block;
    padding: 10px 0;
    line-height: unset;
}

/* Plugins */

/* MMenu */

/* MMenu */

/* MMenu */

html.mm-opening .mm-menu.mm-opened[class*=mm-pagedim]~#mm-blocker {
    opacity: 0.8;
}

html.mm-front .mm-menu.mm-offcanvas {
    z-index: 101;
}

.mm-menu, .mm-panels, .wpmm-menu, .mm-panel, .mm-navbar {
    background-color: #1951A0 !important;
    color: #fff !important;
}

.mm-listitem, .mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff !important;
    font-size: 18px;
}

.mm-menu .mm-listview>li .mm-next:after {
    content: '';
    border-color: #fff;
}

.mm-listview .mm-next:before {
    content: none;
}

.mm-btn:after, .mm-btn:before {
    content: '';
    border-color: #fff !important;
}

.mm-next:after, .mm-prev:before {
    width: 10px;
    height: 10px;
}

.mm-panels>.mm-panel>.mm-listview:first-child, .mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: -10px;
    margin-right: 0;
    margin-left: 0;
}

.mm-navbar {
    border-color: #fff !important;
    border-width: 1px;
    font-size: 16px;
    line-height: 25px;
    height: 50px;
}

.mm-navbar .mm-title:first-of-type {
    text-transform: uppercase;
}

.mm-navbar .mm-title {
    font-size: 16px;
    text-transform: initial;
}

.mm-btn {
    width: 50px;
    height: 50px;
}

.mm-menu .menu li, ul.sub-menu.mm-listview li {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #fff;
    position: relative;
}

.mm-menu .menu li:hover, ul.sub-menu.mm-listview li {
    border-bottom: 1px solid #fff;
}

.mm-menu .mm-listview a {
    font-size: 18px !important;
    padding: 15px 10px 15px 20px;
}

.mm-listview li:hover:after {
    border: unset;
}

.mm-listview .menu-item-has-children:hover a {
    border: unset;
}

.mm-menu .menu li:last-child a {
    padding: 15px 10px 15px 20px;
}

.mm-menu .cta-menu {
    background-color: #009600 !important;
}

.mm-menu li:after {
    content: '';
    border: unset !important;
}

.mm-listview>li, .mm-listview>li .mm-next, .mm-listview>li .mm-next:before, .mm-listview>li:after {
    border: unset;
}

.mm-listview>li:not(.mm-divider):after {
    content: '';
    border-width: 1px;
}

.mm-menu ul.sub-menu {
    display: block;
    position: static;
    padding: auto;
    z-index: auto;
    min-width: auto;
}

.mm-menu ul.sub-menu li a {
    padding: 15px 10px 15px 20px;
}

*.mm-opened .top-mobile-navigation, *.mm-opened .top-mobile-secondary-navigation, *.mm-opened header {
    z-index: 0 !important;
}

.mobile-menu-toggle a {
    background: url(img/menu-icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    width: 100%;
    height: 30px;
    display: flex;
}

.mm-navbar .mm-title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 100%;
    color: #FFFFFF;
}

.mm-menu .mm-listview a, .mm-navbar .mm-title {
    color: #FFFFFF;
    font-family: "Open sans", "sans-serif";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
}

.mm-panels ul.sub-menu, .mm-panels ul.sub-menu li {
    background: unset;
}

/* Sub Menu */

ul.sub-menu.mm-listview:before {
    display: none;
}

ul.sub-menu.mm-listview li:first-child, ul.sub-menu.mm-listview li:last-child {
    border: unset;
    border-radius: unset;
}

ul.sub-menu.mm-listview li {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #fff !important;
    position: relative;
}

.mm-panels>.mm-panel:not(.mm-hidden) {
    display: block;
    padding-right: 0;
    padding-left: 0;
}

.mm-panels>.mm-panel:not(.mm-hidden) {
    display: block;
    padding-right: 0;
    padding-left: 0;
}

.mm-listview .mm-next+a, .mm-listview .mm-next+span {
    margin-right: 0px !important;
}

.mobile-nav .mobile-menu {
    position: relative;
    padding-left: 15px;
    top: 45px;
    width: calc(30% - 10px);
}

.mm-navbar {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.logo-container {
    position: relative;
    padding-right: 10px;
}

.logo-container #logo {
    float: right;
}