/*!
Theme Name: Eijdems Internet Child
Theme URI: https://eijdems-internet.nl/
Author: Eijdems Internet
Author URI: https://eijdems-internet.nl/
Description: Description
Version: 1.0.9
License: GNU General Public License v2 or later
License URI: LICENSE
Template: eijdems-internet
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
/
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
/
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* =====================
   Typo
   ====================== */
:root {
    --primary-font: 'Open Sans', sans-serif;
    --secondary-font: 'Ubuntu', sans-serif;
    --light-blue: #00355e;
    --blue: #001c32;
    --dark-blue: #000c15;
    --white: #fff;
    --green: #348b22;
    --dark-green: #437147;
    --dark-green-2: #004227;
    --yellow: #f9be64;
    --heading: #2a2a2a;
    --text: #1d1d1d;
}



body, p, .p {
    font-family: var(--primary-font);
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 2.1875rem;
    color: var(--text);
    margin: 0;
    letter-spacing: 0.1125rem;
}
p, .p {
    margin-bottom: 10px;
}
/* Links
--------------------------------------------- */
a,
a:visited {
    color: var(--green);
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: var(--yellow);
}

a:focus,
a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */

::-ms-input-placeholder { /* Edge 12-18 */
  color: #adadad;
  font-style: italic;
}

::placeholder {
  color: #adadad;
  font-style: italic;
}




.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    background-image: none;
    padding: 15px 100px;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2.2px;
    border-radius: 50px;
    line-height: 1;
    width: 440px;
}
.fa-adjust:before {
    content: "\e90d" !important;
    color: var(--yellow);
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
}



.green-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    background: transparent;
    color: var(--green);
    padding: 0;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    width: 100%;
    border-color: transparent;
    font-family: var(--secondary-font);
}
.green-btn .vc_btn3.vc_btn3-size-md .vc_btn3-icon {
    right: 0 !important;
    position: relative;
    top: 0;
    transform: translate(30px, 0px);
    font-size: 22px;
    vertical-align: middle;
    display: inline-block;
}
.green-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover .fa-adjust:before {
    color: var(--yellow);
}
.green-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    background-color: transparent;
    border-color: transparent;
    color: var(--green);
}
.green-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover .vc_btn3-icon {
    right: -15px !important;
}

/* =====================
   transition
   ====================== */
button,
button > i,
a,
a > i,
.woocommerce-button,
.woocommerce-button > i,
input[type="submit"],
.McButton b,
.vital-left strong,
a:before,
.icon.icon-right-arrow,
a > img,
.button,
button,
button:before {
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    cursor: pointer;
}


.yellow {
    color: var(--yellow);
}

/* =====================
  End transition
   ====================== */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--primary-font);
    margin-top: 0;
    margin-bottom: 20px;
}

.h1, h1 {
    font-weight: 800;
    font-size: 34px;
    letter-spacing: 5.5px;
    margin-bottom: 0;
    line-height: 1.2;
    color: #fff;
}

.h2, h2 {
    font-weight: 800;
    font-size: 36px;
    letter-spacing: 3.5px;
    line-height: 48px;
    margin-bottom: 15px;
    color: var(--heading);
}

.h3, h3 {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 3px;
    line-height: 44px;
    margin-bottom: 40px;
}

.h4, h4 {
    font-size: 24px;
    letter-spacing: 0.2px;
    color: #343734;
    font-weight: 500;
    
}

.h5, h5 {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 2px;
    color: #437147;
    font-weight: 500;
    margin-bottom: 15px;
}

.h6, h6 {
    font-size: 16px;
    color: #4b4b4b;
    font-weight: 400;
}

/* =====================
   404 error
   ====================== */
    .error404 #content { padding-top:150px; }
    .section-404 {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 2%;
    }
    .section-404__cols {
        width: 49%;
    }
    .section-404__cols h1 {
        font-size: 40px;
        color: var(--heading);
        margin-bottom: 10px;
    }
    .section-404__cols p { margin-bottom:35px; }
    .section-404__cols .vc_btn3-container { margin-bottom:20px; }
    .section-404__cols .vc_separator {
        border: 1px solid #ebebeb; 
        margin-bottom:35px;
    }
    a.blue-link {
        color: #0060a9;
        font-weight: 500;
    }
    
/* =====================
   Flex
   ====================== */
    .d-flex {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    main {
        display: block;
        overflow: hidden;
    }
    ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    ul li:not(.menu-item) {
        padding-left: 20px;
        position: relative;
    }
    ul li:not(.menu-item):before {
        content: '';
        position: absolute;
        left: 0;
        top: 12px;
        color: var(--yellow);
        border: 2px solid var(--yellow);
        border-radius: 50%;
        width: 10px;
        height: 10px;
    }
/* =====================
   Container
   ====================== */
    .max-container {
        max-width: 1850px;
        margin: 0px auto;
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
    }
    .container {
        max-width: 1545px;
        margin: 0 auto;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .container .vc_column_container>.vc_column-inner {
        padding-left: 0;
        padding-right: 0;
    }
    
    #masthead {
        height: 150px;
        position: fixed;
        width: 100%;
        z-index: 9999;
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    }
    #content {
        padding-top: 150px;
        top: 0;
        position: relative;
        clear: both;
    }
    #masthead i.icon {
        display: inline-block;
        width: auto;
        height: auto;
        line-height: 1;
        vertical-align: middle;
        margin-left: 0;
    }
/* =====================
   Sub header
   ====================== */
    .sub-header {
        background-color: #fff;
        padding: 12px 0;
    }
    .sub-header .d-flex { 
        justify-content: flex-end;
        gap: 40px;
    }
    .sub-header .phone .icon {
        font-size: 20px;
        color: var(--dark-blue);
    }
    .sub-header .email .icon {
        font-size: 30px;
        color: var(--dark-blue);
    }
    .sub-header a {
        font-size: 18px;
        font-weight: 400;
        color: var(--dark-blue);
        letter-spacing: 0.5px;
        display: flex;
        position: relative;
        align-items: center;
        gap: 15px;
    }
    .sub-header a:before {
        content: '';
        position: absolute;
        width: 0;
        height: 1px;
        background-color: var(--dark-blue);
        right: 0;
        bottom: 0;
    }
    .sub-header a:hover:before { width:80%; }
    .sub-header a:hover .icon {
        color: var(--yellow);
    }
    /*  =====================
        Header
    ====================== */
    .main-header {
        background-color: var(--blue);
        padding: 22px 0;
    }
    .main-header .d-flex { 
        flex-wrap:nowrap;
        justify-content: space-between;
        gap: 20px;
    }
    .main-header a,
    .main-header .icon {
        color: #fff;
    }
    .main-header a:hover,
    .main-header .icon:hover {
        color: var(--yellow);
    }
    .left-section {
        min-width: 200px;
    }
	.left-section .logo img {
		max-width: 165px;
	}
    .left-section .logo {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0px, -50%);
        border-radius: 50%;
        padding: 10px 5px 0px 25px;
    }
    .middle-section.d-flex {
        margin-left: 35px;
    }
    ul#primary-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }
    li.menu-item, li.menu-item-has-children a {
        position: relative;
        font-weight: 400;
    }
    ul#primary-menu li.menu-item > a, 
    ul#primary-menu li.menu-item-has-children > a {
        position: relative;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 1.5px;
        display: inline-block;
    }
    ul#primary-menu li.menu-item-has-children > a:before {
        content: '\e911';
        font-family: 'icomoon' !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        position: absolute;
        top: 60%;
        right: -15px;
        transform: translate(0, -50%);
        font-size: 10px;
        font-weight: 600;
    }
    
    ul#primary-menu li.menu-item.quote-btn > a {
        /*background-color: var(--dark-blue);*/
        background-color: var(--yellow);
        color: var(--white);
        position: relative;
        padding: 10px 55px 10px 25px;
        margin-left: 0px;
        margin-right: 0;
        font-weight: 500;
        letter-spacing: 2px;
        border-radius: 30px;
        border: 1px solid var(--white);
        display: inline-block;
		font-size: 18px;
    }
    ul#primary-menu li.menu-item.quote-btn > a:before {
        content: '\e90d';
        font-family: 'icomoon' !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        position: absolute;
        top: 55%;
        right: 20px;
        transform: translate(0, -50%);
        font-size: 20px;
    }
    ul#primary-menu li.menu-item.quote-btn > a:hover {
        background-color: var(--dark-green-2);
    }
    ul#primary-menu li.menu-item.quote-btn > a:hover:before {
        right: 10px;
    }
    #primary-menu ul.sub-menu {
        display: none;
        list-style-type: none;
        position: absolute;
        margin: 0;
        margin-top: 10px;
        padding-block: 0;
        top: 100%;
        left: 0;
        z-index: 99;
        background-color: #e9f0f5;
        min-width: 300px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        max-height: 85vh;
        overflow: auto;
    }
    #primary-menu .wpml-ls-menu-item ul.sub-menu {
        min-width: 90px;
    }
    #primary-menu ul.sub-menu li a {
        font-size: 16px;
        padding: 10px 30px;
        line-height: 16px;
        display: inline-block;
        width: 100%;
        color: var(--blue);
        font-weight: 700;
    }
    #primary-menu ul.sub-menu li a:hover {
        color: var(--white);
        background-color: var(--dark-green-2);
    }
    .right-section.d-flex {
        gap: 35px;
    }
    .right-section-left .search a {
        font-size: 30px;
        position: relative;
        top: 3px;
    }
    .right-section-left .account a {
        font-size: 40px;
    }
    .wpml-ls-legacy-dropdown { width:auto; }
    .wpml-ls-legacy-dropdown li {
        padding-left: 0;
    }
    .wpml-ls-legacy-dropdown li:before,
	.wpml-ls-legacy-list-horizontal .wpml-ls-item:before {
        content: none !important;
    }
    .wpml-ls-legacy-dropdown a {
        background: transparent;
        border: none;
        padding: 5px;
        line-height: 1.2;
    }
    .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
        content: '\e911';
        font-family: 'icomoon' !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        border: none;
        position: absolute;
        top: 6px;
        right: 5px;
    }
    .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, 
    .wpml-ls-legacy-dropdown a:focus, 
    .wpml-ls-legacy-dropdown a:hover,
    .wpml-ls-legacy-dropdown a:hover {
        background-color: transparent;
        color: var(--yellow);
    }
    .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
        border-color: var(--yellow);
    }
    ul.wpml-ls-sub-menu li {
        background: var(--blue);
        padding: 10px 5px !important;
    }
    .menu-toggles {
        background: transparent;
        border: none;
        outline: none;
        position: relative;
        text-align: center;
        padding: 0;
        font-size: 45px;
        line-height: 0;
        border-radius: 4px;
    }
    .menu-toggles .icon-menu:hover {
        color: #fff;
    }

    .search-form {
        position: relative;
    }
    button.search-submit {
        position: absolute;
        top: 0;
        right: 0;
        background: var(--blue);
        color: #fff;
        padding: 7px;
        font-size: 24px;
        line-height: 1;
        width: 40px;
        height: 40px;
    }
    button.search-submit i.icon {
        width: 100%;
        height: auto;
        margin-left: 0;
        vertical-align: middle;
    }
    button.search-submit:hover {
        background: var(--yellow);
    }
    ul.wpml-ls-sub-menu li.wpml-ls-slot-shortcode_actions {
        padding: 0 !important;
    }
    .wpml-ls-sub-menu .wpml-ls-slot-shortcode_actions a {
        padding: 10px;
        text-align: center;
        border-bottom: 1px solid var(--yellow);
    }

/*  =====================
    Megamenu
    ====================== */
    .admin-bar .megamenu__wrap {
        top: calc(150px + 32px);
    }
    .megamenu__wrap {
        position: fixed;
        top: 150px;
        left: 50%;
        width: 100%;
        z-index: 999;
        background-color: #e9f0f5;
        max-width: 1695px;
        margin: 0 auto;
        transform: translate(-50%, 0);
        padding: 55px 90px;
        display: none;
        max-height: 85vh;
        overflow: auto;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }
    .megamenu__navs {
        display: flex;
        justify-content: center;
    }

    .megamenu__products {
        display: flex;
        gap: 40px;
        align-items: flex-start;
        padding-left: 20px;
    }
    .megamenu__product {
        background-color: #fff;
        padding: 10px 20px 20px 20px;
        width: 240px;
    }
    .megamenu__product img {
        width: 100%;
    }
    .megamenu__product--title {
        font-size: 14px;
        line-height: 1.3;
        font-weight: 700;
        margin-bottom: 15px;
        color: var(--blue);
    }
    .megamenu__product--btn,
    .megamenu__product--btn:visited {
        background-color: var(--green);
        color: #fff;
        font-size: 16px;
        border-radius: 30px;
        width: 100%;
        display: inline-block;
        text-align: center;
        font-weight: 700;
    }
    .megamenu__product--btn:hover {
        background-color: var(--yellow);
        color: #fff;
    }
    .megamenu-menu {
        margin-bottom: 24px;
    }


    .megamenu__nav:nth-child(2) {
        border-left: 1px solid #ccd4d9;
        border-right: 1px solid #ccd4d9;
        padding-inline: 40px;
        margin-inline: 40px;
        width: 20%;
    }
    .megamenu__nav:nth-child(3) {
        width: 25%;
    }

    .megamenu-menu .menu .sub-menu {
        display: block !important;
        margin-left: 0;
    }
    .megamenu-menu .menu li {
        line-height: 1;
    }
    .megamenu-menu .menu > li {
        margin-bottom: 24px;
    }
    
    .megamenu-menu .menu > li.menu-item a {
        color: var(--blue);
        font-weight: 700;
        display: inline-block;
        margin-bottom: 15px;
    }
    .megamenu-menu .menu > li.menu-item > .sub-menu > li.menu-item a {
        color: #3c694e;
        font-weight: 600;
        display: inline-block;
        margin-bottom: 8px;
    }
    .megamenu-menu .menu > li.menu-item > .sub-menu > li.menu-item > .sub-menu > li.menu-item a {
        color: #3c3c3c;
        font-weight: 500;
        display: inline-block;
        margin-bottom: 8px;

    }
    .megamenu-menu .menu > li.menu-item a:hover,
    .megamenu-menu .menu > li.menu-item > .sub-menu > li.menu-item a:hover,
    .megamenu-menu .menu > li.menu-item > .sub-menu > li.menu-item > .sub-menu > li.menu-item a:hover {
        color: var(--yellow);
    }




/*  =====================
    Footer
    ====================== */
    .partners-logos-section {
        display: flex;
        flex-wrap: wrap;
        align-items: center;         
        justify-content: center;
        background-color: #fff;
        max-width: 1900px;
        padding: 20px 45px;
        margin: 0 auto !important;
        width: 100%;
    }
    .partners-logos-section .partners-logos.d-flex {
        gap: 15px;
        justify-content: space-evenly;
        align-items: center;
        align-content: space-between;
        width: 100%;
    }
    .top-footer {
        background-color: #f8f8f8;
        padding-top: 0;
    }
    .ups.container.d-flex {
        max-width: 1900px;
        justify-content: center;
        gap: 3%;
        background-color: #f8f8f8;
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .ups.container.d-flex .vc_col-sm-2 {
        max-width: 18%;
        width: 16.67%;
    }
    .subscribe {
        background-color: #437147;
        padding: 30px 0;
    }
    .subscribe .container {
        justify-content: space-between;
        gap: 20px;
        max-width: 1240px;
    }
    .subscribe .subscribe-title {
        color: #fff;
        margin-bottom: 0;
        line-height: 25px;
        font-size: 18px;
        letter-spacing: 2px;
        font-weight: 500;
    }
    .mc4wp-form-fields {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    .mc4wp-form-fields input[type="email"] {
        min-width: 555px;
        border-radius: 8px;
    }
    input[type="email"]:active,
    input[type="email"]:focus {
        outline: 2px solid var(--yellow);
    }
    .form-btn {
        position: relative;
    }
    .mc4wp-form-fields input[type="submit"] {
        max-width: 230px;
        border-radius: 8px;
        background-color: var(--yellow);
        color: #1f3621;
        font-size: 18px;
        padding: 10px 75px 10px 45px;
        letter-spacing: 2px;
    }
    .mc4wp-form-fields .icon.icon-right-arrow {
        position: absolute;
        top: 50%;
        right: 35px;
        transform: translate(0px, -50%);
        font-size: 20px;
        color: #437147;
        font-weight: 500;
    }
    .mc4wp-form-fields input[type="submit"]:hover {
        background-color: var(--green);
        color: #fff;
    }
    .mc4wp-form-fields input[type="submit"]:hover ~ .icon.icon-right-arrow {
        color: #fff;
        right: 20px;
    }
    .form .vc_btn3-container { margin-bottom:0; }
    

   
    .form .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover .vc_btn3-icon {
        right: 10px !important;
    }


    .subscribe .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
        background-color: var(--yellow);
        color: var(--light-blue);
        border: none;
        position: relative;
        padding: 15px 60px 15px 30px !important;
        width: 100%;
    }
    .subscribe .fa-adjust:before { 
        font-weight:bold;
        color: var(--light-blue);
    }
    
    .subscribe .yellow-btn .vc_btn3.vc_btn3-size-md .vc_btn3-icon {
        right: 20px !important;
        display: block;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        font-size: 20px;
    }
    .subscribe .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
        background-color: var(--green);
        color: var(--white);
    }
    .subscribe .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover .fa-adjust:before {
        color: var(--white);
    }
    .subscribe .yellow-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover .vc_btn3-icon {
        right: 10px !important;
    }



    .sub-footer {
        background-color: #f2f9fe;
        padding: 80px 0 80px;
    }
    .sub-footer .d-flex {
        flex-direction: column;
    }
    .sub-footer .sub-footer__title {
        align-self: flex-start;
        margin-bottom: 50px;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: 2px;
        color: #437147;
        font-weight: 500;
    }
    .sub-footer h3.widget-title {
        margin-bottom: 15px;
        color: #4b4b4b;
        font-size: 16px;
        display: none;
    }
    .sub-footer .menu > li:first-child > a {
        margin-bottom: 15px;
        color: #4b4b4b;
        font-size: 16px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: 2px;
        display: inline-block;
    }
    .sub-footer .menu a {
        font-size: 16px;
    }
    .sub-footer .sub-widgets {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .sub-footer ul.sub-menu {
        display: block !important;
        margin-left: 0;
    }
    footer {
        background-color: #eaf6ff;
        position: relative;
        padding-top: 0;
    }
    footer:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        width: 80%;
        height: 1px;
        background-color: #cdd7de;
        transform: translate(-50%, 0px);
    }
    .sub-footer .container,
    footer .container,
    .copyrights .container {
        max-width: 1350px;
    }
    footer .d-flex {
        justify-content: space-between;
        align-items: flex-start;
        padding-top: 45px;
        padding-bottom: 10px;
    }
    footer .menu a,
    .sub-footer .menu a {
        color: #848484;
        font-weight: 300;
        letter-spacing: 0.6px;
    }
    footer .menu a:hover,
    .sub-footer .menu a:hover {
        color: var(--yellow);
    }
    footer .widget-inner:nth-child(1) {
        margin-top: 35px;
    }
    footer .widget-inner:nth-child(1) a.widget-title {
        color: var(--blue);
        font-weight: 800;
        font-size: 24px;
        margin-bottom: 20px;
        position: relative;
        letter-spacing: 2px;
        display: block;
    }
    footer .widget-inner:nth-child(1) li.address-1,
    footer .widget-inner:nth-child(1) li.address-2 {
        color: #848484;
        font-weight: 300;
        letter-spacing: 0.6px;
    }
    footer .widget-inner:nth-child(1) li.address-2 {
        margin-bottom: 24px;
    }
    footer .widget-inner:nth-child(1) a.widget-title:before {
        content: '';
        background-image: url('assets/images/vivarapro-logo.png');
        background-repeat: no-repeat;
        position: absolute;
        right: 100%;
        top: 0;
        width: 85px;
        height: 98px;
        background-size: 85px;
        transform: translate(-40px, 0px);
    }
    ul.contact-info li,
    ul.social-media li {
        padding-left: 0;
    }
    ul.contact-info li:before,
    ul.social-media li:before {
        content: none;
    }
    ul.contact-info a {
        letter-spacing: 0.8px;
        color: #365f7e;
        line-height: 1;
        margin-bottom: 10px;
        display: inline-block;
    }
    ul.contact-info a:hover {
        color: var(--yellow);
    }
    ul.social-media {
        display: flex;
        margin-top: 20px;
        gap: 30px;
    }
    .sub-header ul.social-media {
        margin-top: 0;
    }
    .sub-header ul.social-media a::before {
        content: none;
    }
    ul.social-media a {
        font-size: 26px;
        color: var(--blue);
    }
    ul.social-media a i.icon {
        width: 100%;
        height: auto;
        margin-left: 0;
        line-height: 1;
        vertical-align: middle;
    }
    ul.social-media a:hover {
        color: var(--yellow);
    }
    footer .widget-inner:nth-child(2) h3.widget-title { font-size:0; }
    footer .widget-title {
        font-size: 18px;
        line-height: 18px;
        letter-spacing: 2px;
        color: #437147;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .copyrights {
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .copyrights,
    .copyrights a {
        background-color: #eaf6ff;
        font-size: 14px;
        line-height: 1;
        letter-spacing: 1.5px;
        color: #8695a0;
    }
    .copyrights a:hover {
        color: var(--yellow);
    }
    .copyrights .d-flex {
        justify-content: flex-end;
    }
    .copyrights .separator {
        width: 1px;
        height: 14px;
        background-color: #8695a0;
        line-height: 1;
        margin: 0px 10px;
        display: inline-block;
    }
    



/*    search*/
/* The Modal (background) */
#header-search {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.75); /* Black w/ opacity */
}

/* Modal Content/Box */
.search-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 100%; /* Could be more or less, depending on screen size */
  position: relative;
  max-width: 800px;
}

/* The Close Button */
.search-close-icon {
    color: #fff;
    position: absolute;
    right: -15px;
    top: -15px;
    background: var(--heading);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
}
.search-close-icon .search-close {
    position: relative;
    left: 1px;
    top: 0;
}
.search-close-icon:hover,
.search-close-icon:focus {
  color: var(--yellow);
  text-decoration: none;
  cursor: pointer;
}
.margin-block-10 {
    margin-block: 10px;
}
.sooqrSearchContainer ul li:not(.menu-item):before { content:none; }

#rlvlive {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 40vh;
}
.relevanssi-live-search-results {
    position: unset !important;
    padding: 35px;
}
.relevanssi-live-search-results .latest-post p {
    margin-bottom: 0;
}
.relevanssi-live-search-results .latest-post .vc_btn3-container.vc_btn3-inline {
    margin-top: 0;
    margin-bottom: 20px;
}
.live-ajax-messages .rlv-has-spinner {
    border-color: var(--blue);
    border-width: 4px;
    border-right-color: transparent;
    width: 40px;
    height: 40px;
}

.live-ajax-messages .rlv-has-spinner::after {
    background-color: var(--blue);
    width: 0;
    height: 0;
}
.search-results > .latest-post {
    display: none;
}
.sub-widgets .widget-inner li.menu-item {
	padding-right: 10px;
}



.cross-sells .price{
    display: none !important;
}


/*breadcrumb*/
.rank-math-breadcrumb a:hover {
    color: var(--yellow);
}
.rank-math-breadcrumb {
    padding-top: 25px;
    padding-bottom: 20px;
    margin-left: 64px;
}
.rank-math-breadcrumb span {
    color: #001c32;
    font-size: 14px;
}

/*UPS*/
/*UPS*/
/*UPS*/

/* usps section*/
.usps-section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding-block: 60px 20px;
}
.usps-inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
    text-align: center;
    row-gap: 20px;
}
.usps-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    font-weight: 400;
    line-height: 1.4;
    gap: 10px;
}
@media screen and (min-width: 768px){
    .usps-wrapper:nth-child(3) {
        max-width: 300px;
    }
    .usps-wrapper:nth-child(5),
    .usps-wrapper:nth-child(6) {
        max-width: 240px;
    }
}

.green-bar {
    display: none;
}


.usps {
    padding-top: 40px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.usps .vc_col-sm-1 {
    width: 0;
}
.usps .vc_col-sm-2 .vc_column-inner {
    padding-top: 0 !important;
}
.vc_color-info.vc_message_box {
    color: #437147 !important;
    background-color: #fff !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
    margin-bottom: 0;
    border-radius: 24px;
    text-align: center;
    min-height: 205px;
    border: 1px solid #437147 !important;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.vc_message_box-icon {
    bottom: 0;
    font-style: normal;
    left: 0;
    position: relative !important;
    top: 0;
    width: 100%;
}
.vc_color-info.vc_message_box .vc_message_box-icon {
    color: #437147 !important;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.vc_message_box-icon .fa-info-circle:before {
    content: "\e901" !important;
/*    color: #437147;*/
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
}
.vc_color-info.vc_message_box p {
    color: #437147;
    width: 240px;
    font-weight: 400;
}
.vc_message_box-icon>* {
    font-size: 1.7em;
    line-height: 1;
    font-style: normal;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}
.vc_color-info.vc_message_box:hover {
    background-color: #437147 !important;
    color: #fff !important;
}
.vc_color-info.vc_message_box:hover p,
.vc_color-info.vc_message_box:hover .vc_message_box-icon {
    color: #fff !important;
}






.mobile-only,
img[src$="zoogdierlogo.jpg"],
img[title="Aanbevolen door de Zoogdier vereniging"],
.account,
.wpml-ls-slot-708,
.wc_payment_method.payment_method_wcb2b_quotation_gateway {
    display: none !important;
}







@media screen and (max-width: 1260px){
    .mobile-only { display:block !important; }
}
@media (min-width: 768px) and (max-width: 1845px) {
    .error404 .rank-math-breadcrumb {
        padding-top: 55px;
    }
}
@media screen and (max-width: 991px){
    .error404 #content { padding-top:145px; }
    .error404 .rank-math-breadcrumb {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .section-404 {
        flex-direction: column;
        gap: 20px;
    }
    .section-404__cols {
        width: 100%;
    }
    .section-404__cols h1 {
        font-size: 28px;
    }
    .section-404__cols p,
    .section-404__cols .vc_separator {
        margin-bottom: 15px;
    }
    .section-404__cols .vc_btn3-container {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 860px) {
    .search-content { width:90%; }
    .left-section .logo img { max-width: 80px; }
}
@media screen and (max-width: 767px){
    .max-container,
    .container {
        padding: 0px 20px;
    }
}
.attribute-ip-image{
    align-items: center !important;
}
/* .attribute-ip-image img{
    width: 120px !important;
    height: 100px !important;
} */
.megamenu__product--title {
    min-height: 65px;
}
.megamenu__wrap.megamenu-2 .megamenu-menu:first-child .sub-menu .sub-menu {
    list-style: disc;
    padding-left: 25px;
    li::marker{
        color: #c3c3c3;
    }
}