/* IMPORTS
---------------------------------------------- */
@import 'woocommerce.css';

/* VARIABLES
---------------------------------------------- */

/* FONTS
---------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');


/* TYPOGRAPHY
---------------------------------------------- */
h1 {
    font-size: 28px;
    color: #3d693e;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

h2 {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
}

h3 {
    font-size: 20px;
    color: #3d693e;
    font-family: 'Open Sans', sans-serif;
}

h4 {
    font-size: 18px;
    color: #3d693e;
    margin: 0.75rem 0 1.5rem 0;
    font-family: 'Open Sans', sans-serif;
}

p {
    font-size: 14px;
    color: #656564;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #3d693e;
}

a:hover {
    color: #3d693e;
}

li {
    font-size: 14px;
    color: #656564;
}

i {
    padding: 0px 2px;
    font-size: 18px;
}

main a {
    text-decoration: underline;
}

td {
    font-size: 14px;
    color: #656564;
    font-family: 'Open Sans', sans-serif;
    padding: 5px;
}

table {
    border: 0px solid #c7c7c7;
    margin: 20px 0 20px 0;
}

table.responsive-table-m {
    display: block;
    overflow: auto;
}

img {
    max-width: 100%;
    height: auto;
}

/* CUSTOM ELEMENTS
---------------------------------------------- */
.btn {
    padding: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.btn-mollers-orange {
    color: #fff !important;
    background-color: #ffc10a !important;
    border-color: #ffc10a !important;
    text-decoration: none;
}

.btn-mollers-orange:hover {
    color: #ffc10a !important;
    background-color: #fff !important;
    border-color: #ffc10a !important;
}

.btn-mollers-darkblue {
    color: #fff !important;
    background-color: #1a9f3b !important;
    border-color: #1a9f3b !important;
    text-decoration: none;
}

.btn-mollers-darkblue:hover {
    color: #1a9f3b !important;
    background-color: #fff !important;
    border-color: #1a9f3b !important;
}

.btn-mollers-download {
    max-width: 200px;
    color: #fff !important;
    background-color: #1a9f3b !important;
    padding: 12px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

.btn-mollers-download:hover {
    background-color: #055a1a !important;
}

.btn-mollers-download a {
    color: #fff;
    text-decoration: none;
}

.z-50 {
    z-index: 50;
}

.z-100 {
    z-index: 100;
}

.logo {
    width: 100%;
    max-width: 150px !important;
}

.img-thumbnail {
    border: 0;
    padding: 0;
    border-radius: 0;
}

.gd-image {
    max-width: 400px;
}

.anchor {
    margin: 0;
    scroll-margin-top: 110px;
}

.yt-vid-mol {
    width: 100%;
    height: 249px;
}

.product {
    position: relative;
}

.woocommerce-LoopProduct-link .thumbnail-wrapper .thumbnail-certificate {
    position: absolute !important;
    left: 14%;
    margin: 0 !important;
    width: 19% !important;
    bottom: 10% !important;
}

.product img.certificate {
    position: absolute;
    right: 0;
    width: 55% !important;
    top: 39%;
}

footer  p.author{
    color: grey !important;
    font-size: 14px;
}

#cookie-notice .btn-mollers-darkblue{
    padding: 2px 10px;
}

.grecaptcha-badge {
    visibility: hidden;
}


/* HTML / BODY
---------------------------------------------- */
html,
body {
    font-family: 'Open Sans', sans-serif;
}

.container {
    padding-right: 25px;
    padding-left: 25px;
}

/* HEADER
---------------------------------------------- */
header {
    position: relative;
    /* background: #3d693e;*/
    border-bottom: 1px solid #ececec;
}

header .container-fluid {
    padding: 20px;
}

header a,
header a:hover {
    color: #fff;
}

header#header-primary a {
    color: #3d693e;
}

header#header-secondary {
    height: 30vh;
    min-height: 300px;
    background-image: url('/wp-content/themes/Mollers-theme/images/mollers_background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 0px;
}

header#header-tertair {
    border-bottom: 0px;
}

.header-image-overlay {
    /*width:100%;*/
    position: absolute;
    bottom: 0;
}

.menu-tertair {
    z-index: 9;
    position: absolute;
    top:0;
    left:0;
}

.header-image-overlay img {
    width: 100%;
}

header#header-woocommerce .container-fluid {
    padding: 15px;
}

/* HEADER DESKTOP */
.header-desktop a,
.header-desktop span.header-navigation-menu-button {
    color: #3d693e;
}

.header-desktop a:hover,
.header-desktop span.header-navigation-menu-button:hover {
    color: #2d4e2e;
}

#header-desktop-menu {}

#header-desktop-menu ul {
    text-decoration: none;
    margin: 0;
    padding: 0;
}

#header-desktop-menu ul li {
    display: inline-block;
    margin: 0px 6px;
    text-transform: uppercase;

}

#header-desktop-menu ul li a:hover {
    text-decoration: none;
}

#header-desktop-menu ul li i {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 20px;

}

.header-desktop .header-navigation-menu-button i {
    text-align: center;
    font-size: 24px;
}

.header-desktop .header-navigation-menu-button span {
    font-size: 14px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-top: 3px;
}

/* DESKTOP SHOWCASE
---------------------------------------------- */
#desktop-showcase {
    margin-bottom: 20px;

}



/* FEATURED IMAGE
---------------------------------------------- */

.featured-image {
    display: flex;
    justify-content: center;
}
section#featured-image {
    position: relative;
    z-index: 33;
    margin-top: -140px;
    min-height: 140px;
}

section#featured-image img {
    max-width: 350px;
    width: 100%;
}

/* FEATURED IMAGE PRODUCTS
---------------------------------------------- */
section#featured-image-products {
    /*margin-top: -45px;*/
    /*margin-bottom: -10px*/
    max-height: 600px;
    overflow: hidden;
}

section#featured-image-products .widget-title {
    display: none;
}

section#featured-image-products img {
    width: 100%;
}

/* WOOCOMMERCE CHECKOUT PAGE
---------------------------------------------- */

/* Tijdelijke fix voor het uitzetten van de afbeelding op de oude checkoutpagina */
body.page-id-2736 .woocommerce form.checkout #order_review table td.product-name .ywp-product-image{
    display: none;
}


section#checkout .container{
    max-width: 1400px;
}

section#checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info{
    border-top: none;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #c7c7c6;
}

section#checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon {
    font-weight: bold;
    text-decoration: none;
}

section#checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon:hover {
    text-decoration: underline;
    color: #1b9c3b;
}

section#checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info::before{
    display: none;
}

section#checkout .woocommerce form.checkout_coupon{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

section#checkout .woocommerce form.checkout_coupon p{
    width: max-content;
}

section#checkout .woocommerce form.checkout_coupon p:first-child{
    flex-basis: 100%;
}

section#checkout .woocommerce form.checkout_coupon button{
    background: #001463;
    border: none;
    color: white;
    border-radius: 5px
}

section#checkout .woocommerce form.checkout .woocommerce-billing-fields h3{
    font-size: 23px;
    font-weight: bold;
    font-style: normal;
}

section#checkout .woocommerce form.checkout .woocommerce-billing-fields .woocommerce-input-wrapper{
    z-index: 1;
}

section#checkout .woocommerce form.checkout .woocommerce-billing-fields p span input,
section#checkout .woocommerce form.checkout .woocommerce-shipping-fields p span input,
section#checkout .woocommerce form.checkout .woocommerce-shipping-fields p span span.select2-selection,
section#checkout .woocommerce form.checkout_coupon p input {
    padding: 10px;
    border: solid 1px #c7c7c6;
    border-radius: 5px;
}

section#checkout .woocommerce form.checkout table.shop_table tr td{
    color: #212529;
    font-weight: 600;
}

section#checkout .woocommerce form.checkout table.shop_table tr.cart_item .product-total{
    text-align: right;
    width: 50px;
    font-weight: bold;
}

section#checkout .woocommerce form.checkout table.shop_table tr.cart_item .product-name{
    /*display: flex;*/
}

section#checkout .woocommerce form.checkout table.shop_table tr.cart_item td.product-name{
    align-items: center;
    position: relative;
}

section#checkout .woocommerce form.checkout table.shop_table tr.cart_item td.product-name .ywp-product-image{
    min-width: 100px !important;
    height: max-content !important;
    padding-right: 25px !important;
    margin-right: 20px;
    display: block;
}

section#checkout .woocommerce form.checkout table.shop_table tr.cart_item td.product-name .ywp-product-image figure img {
    width: 35px;
}

section#checkout .woocommerce form.checkout table.shop_table tr.cart_item td.product-name strong.product-quantity{
    position: absolute;
    z-index: 10;
    background: #001463;
    color: white;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 22px;
    inset: 10px 40px;
    border: solid 1px white;
    font-weight: 700;
}

section#checkout .woocommerce form.checkout table.shop_table tfoot tr td{
    text-align: right;
}

section#checkout .woocommerce form.checkout #payment{
    background: none;
}

section#checkout .woocommerce form.checkout #payment ul.wc_payment_methods{
    padding: 0;
}

section#checkout .woocommerce form.checkout #payment ul li.wc_payment_method{
    border: solid 2px #c7c7c6;
    border-radius: 5px;
    padding: 20px;
    margin: 10px 0px;
}

section#checkout .woocommerce form.checkout #payment ul li .payment_box{
    background: none;
}

section#checkout .woocommerce form.checkout #payment ul li .payment_box::before{
    display: none;
}

section#checkout .woocommerce form.checkout #payment ul li .payment_box select{
    background: #f0f0f0;
    border: solid #c7c7c6 1px;
    border-radius: 5px;
    padding: 10px;
}

section#checkout .woocommerce form.checkout #payment .place-order{
    padding: 0;
    margin-top: 20px;
}

section#checkout .woocommerce form.checkout #payment .place-order button#place_order {
    padding: 20px;
    width: 100%;
    transition: all 250ms ease-out;
}

/* Shopping Cart */
.xoo-wsc-modal .xoo-wsc-container {
    overflow: scroll;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-body {
    scrollbar-width: thin;
    overflow: unset;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .discount p {
    margin: 10px 0px 5px 0px;
    color: black;
    font-weight: 600;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .discount p span {
    color: #1b9c3b;
    font-weight: 700;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .discount p em {
    text-decoration: underline;
    font-style: normal;
}
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .discount p em:hover {
    cursor: help;
}

.xoo-wsc-body::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: none;
}

.xoo-wsc-body::-webkit-scrollbar-thumb {
    background: #353535;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}


.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn-checkout{
    background: #1b9c3b;
    color: white;
    font-weight: 600;
    padding: 15px 10px;
    margin-top: 20px;
    transition: all 250ms ease-out;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn-checkout:hover{
    border-color: #157c2f;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn-continue{
    background: #dfdfdf;
    padding: 8px;
    transition: all 250ms ease-out;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn-continue:hover{
    background: #bbbbbb;
}

.xoo-wsc-sp-container {
    background: none;
}



/* aelia_tdbc_country menu item
---------------------------------------------- */

.home .dropdown .btn {
     color: #fff;
 }

.home .dropdown .btn:hover {
    color: #eee;
}

.dropdown .btn {
    color: #3d693e;
}

.dropdown .btn:hover {
    color: #213921;
}

.select2-container {
    z-index: 333333;
}


.select-locale__area {
    width: 100%;
    max-width: 26.125rem;
    padding: 5px;
    color: #063757;
    background-color: #fff;
    top: calc(100% + 0.6875rem) !important;
    right: 0 !important;
    left: auto !important;
    transform: none !important;
}

.select-locale__area h4 {
    padding-bottom: 0.625rem;
    margin: 0;
    font-size: .9375rem;
    font-weight: 700;
    line-height: 1.47;
    color: #063757;
    text-transform: uppercase;
    border-bottom: 0.0625rem solid #dee1e7;
}

.select-locale__area .select2-container {
    position: relative;
    width: 100% !important;
    cursor: pointer;
    background: #fff;
    outline: none;
}

.select-locale__area .wpml-ls-statics-shortcode_actions {
    position: relative;
    width: 100% !important;
    cursor: pointer;
    background: #fff;
    outline: none;
}

.select-locale__area .wpml-ls-statics-shortcode_actions a span {
    color: #000 !important;
    font-size: .75rem !important;
}

.select-locale__area .select2-container .select2-selection--single {
    height: 2.5rem !important;
    font-size: .75rem;
    display: flex !important;
    align-items: center;
    padding: 0.25rem 0.875rem;
    overflow: hidden;
    white-space: nowrap;
    border: 0.0625rem solid #dee1e7;
}

.select-locale__area .select2-container .select2-selection--single .select2-selection__arrow b {

}

.select-locale__area .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    height: 2.5rem !important;
    font-size: .75rem;
    display: flex !important;
    align-items: center;
    padding: 0.25rem 1.4rem;
    overflow: hidden;
    white-space: nowrap;
    border: 0.0625rem solid #dee1e7;
    border-radius: 4px;
}

.select-locale__area .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
    color: #888;
}

.select-locale__area .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle span {
    color: #000;
}

.select-locale__area .select-locale-form__spacer {
    height: 1.25rem;
}

.change_country {
    margin-top: 1.25rem;
    min-height: 2.5rem;
    padding: 0 1rem;
    font-size: .75rem;
    line-height: 2.25;
    color: #063757;
    background-color: #deecf7;
    border: none;
}

.change_country:hover {
    background-color: darken(#deecf7, 10%);
}

/* Set the widget of the country dropdown */
.widget_wc_aelia_country_selector_widget #aelia_cs_currencies {
    width: 100%;
}

/* Style the images, making sure that they are small enough and aligned with the labels */
.select2-container .aelia-img-flag {
    max-width: 30px;
    border-radius: 0;
    display: inline;
    vertical-align: middle;
    margin-top: -3px;
}


/* MAIN
---------------------------------------------- */
main {
    padding: 20px 0px;
}

main#main-primary {}

main#main-secondary {
    /*background-image: url('/wp-content/themes/Mollers-theme/images/icons_bg.png');
  background-repeat: no-repeat;
  background-position: top right;*/
}

main#main-secondary h1 {
    font-weight: normal;
}

ul#menu-homepage-buttons,
ul#menu-homepage-buttons-engels {
    padding: 0;
    list-style-type: none;
}

ul#menu-homepage-buttons li,
ul#menu-homepage-buttons-engels li {


    border-radius: 3px;

    background: #fff;
    margin: 20px 0px;
    position: relative;

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

ul#menu-homepage-buttons li:hover,
ul#menu-homepage-buttons-engels li:hover {
    transform: scale(1.05, 1.05);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

ul#menu-homepage-buttons li a,
ul#menu-homepage-buttons-engels li a {
    color: #3d693e;
    font-size: 18px;
    font-weight: bold;
    display: block;
    padding: 8px 8px 8px 64px;
    text-decoration: none;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 48px;

    -webkit-box-shadow: 0px 5px 10px 0px rgba(85, 84, 84, 0.2);
    -moz-box-shadow: 0px 5px 10px 0px rgba(85, 84, 84, 0.2);
    box-shadow: 0px 5px 10px 0px rgba(85, 84, 84, 0.2);
}

ul#menu-homepage-buttons li a .menu-item-description,
ul#menu-homepage-buttons-engels li a .menu-item-description {
    color: #1a9f3b;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h-icon a:before {
    background: #fbfbfb;
    left: 0;
    position: absolute;
    top: 0;
    width: 45px;
    height: 45px;
    margin: 10px;
    padding: 4px;
    border-radius: 3px;
    overflow: hidden;
}

.hart a:before {
    content: url(/wp-content/themes/Mollers-theme/icons/heart-solid.svg);
}

.virus a:before {
    content: url(/wp-content/themes/Mollers-theme/icons/shield-virus-solid.svg);
}

.hersenen a:before {
    content: url(/wp-content/themes/Mollers-theme/icons/brain-solid.svg);
}

.oog a:before {
    content: url(/wp-content/themes/Mollers-theme/icons/eye-solid.svg);
}

.tand a:before {
    content: url(/wp-content/themes/Mollers-theme/icons/tooth-solid.svg);
}

.huid a:before {
    content: url(/wp-content/themes/Mollers-theme/icons/allergies-solid.svg);
}





/* popup ebook
---------------------------------------------- */

#popUp {
    position: fixed;
    max-width: 300px;
    height: 150px;
    background: rgba(236, 240, 241, 1);
    border: 5px solid #fff;
    bottom: 0;
    right: 0;
    margin-left: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 9999;
}

#new span {
    background: #fff;
    position: absolute;
    color: #1c8dc4;
    padding: 4px 10px;
    font-size: 16px;
    font-weight: 600;
    margin-top: -5px;
}

#book-img img {
    max-width: 75px;
    float: left;
    padding: 8px;
    margin-top: 36px;
    width: 75px;
}


#popUp .close {
    color: #464646;
    right: 8px;
    top: 0px;
    position: absolute;
    font-size: 20px;
    cursor: pointer;
}

#popUp-btn {
    padding: 0 20px;
    text-decoration: underline;
}

#popUp-btn a:hover {
    color: #ffc10a;
}

#popUp h2 {
    font-size: 14px;
    color: #464646;
    line-height: 24px;
    font-weight: 400;
    margin-top: 40px;
    padding: 0 20px;
}

#plus {
    position: fixed;
    border: 5px solid #fff;
    color: #fff;
    bottom: 2%;
    right: 0;
    font-size: 15px;
    margin-left: -425px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    cursor: pointer;
    text-align: left;
    z-index: 999;
}

#plus span {
    position: absolute;
    padding: 8px;
    left: 4px;
}

#plus::after {
    content: '';
    display: block;
    display: relative;
    width: 165px;
    background: #ffc10a;
    border: 30px solid transparent;
    border-radius: 5px 0 0 5px;
}

.mcnSignUpFormContentContainer {
    padding-left: 0px !important;
}



/* BLOG
---------------------------------------------- */
.featured-blogpost-body {
    position: relative;
    margin: 25px 0px;
}

.featured-blogpost-title {
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    background: #1d6567;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 8px 25px;
    font-size: 14px;
}

.featured-blogpost-body h3 {
    background: #1d65677a;
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;

}

.featured-blogpost-body h3 a {
    color: #ffffff;
    font-size: 21px;
    font-weight: bold;
    display: block;
    padding: 12px 25px;
}

.featured-blogpost-body h3 a i {
    font-size: 13px;
    color: #ddd;
}



.blogpost {}

.blogpost i {
    font-size: 12px;
}

.featured-blogpost-body img {
    width: 100%;
}

.blogpost-body a,
.featured-blogpost-body h3 a {
    text-decoration: none;
}


/* PAGE CONTENT
---------------------------------------------- */

ul.usp-block {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: center;

}

ul.usp-block li {
    padding: 0 0 0.6rem 0;
    display: block;
    font-size: 16px;
}


ul.usp-block li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c" !important;
    font-weight: 900;
    display: inline-block;
    width: 1.8em;
    color: #1a9f3b;
}


/* SEARCHFORM
---------------------------------------------- */

div.asl_m .probox .proinput {
    margin: 0 !important;
}

#ajaxsearchlite1 .probox,
div.asl_w .probox {
    height: 42px !important;
}

#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
    padding: 6px 10px !important;
    font-size: 16px !important;
}

div.asl_w .probox .promagnifier {
    width: 45px !important;
    height: 40px !important;
}

div.asl_w .probox .proclose,
div.asl_w .probox .prosettings {
    width: 28px !important;
    height: 40px !important;
}

div.asl_w .probox .proloading {
    width: 40px !important;
    height: 40px !important;
    padding: 4px !important;
}

div.asl_r .results .item .asl_content h3,
div.asl_r .results .item .asl_content h3 a {
    color: #3d693e !important;
}


/* FOOTER
 ---------------------------------------------- */
footer {
    padding-bottom: 100px;
    text-align: center;
}

footer .newsletter {
    /*background: #3d693e;*/

    background: rgb(61, 105, 62);
    background: linear-gradient(342deg, rgba(61, 105, 62, 1) 0%, rgba(26, 159, 59, 1) 100%);
    padding: 20px 0px;
}

footer .contact {
    background: #ececec;
}

footer h4 {
    color: #fff;
    font-size: 24px;
}

footer p {
    color: #fff;
}

footer ul.product_list_widget {
    padding: 0;
    margin: 0;
}

footer ul.product_list_widget li {
    list-style-type: none;
}

ul#social-icons {
    padding: 0;
}

ul#social-icons li {
    display: inline-block;
    margin-right: 5px;
}

ul#social-icons li a {
    color: #fff;
}

ul#social-icons li a i {
    font-size: 24px;
}

.footer-menu h4.widget-title {
    color: #3d693e;
    font-weight: bold;
}

.footer-menu .textwidget p {
    color: #656564;
    line-height: 28px;
}

.footer-menu .textwidget h2 {
    font-size: 30px;
    font-weight: bold;
}


.footer-menu ul {
    padding: 0;
    list-style-type: none;
    margin: 28px 0 28px 0;
}

.footer-menu ul li {
    line-height: 24px;
    display: inline-block;
    margin-right: 10px;
}

.footer-menu ul li img {
    max-width: 80px;
}

.footer-menu ul li i {
    font-size: 30px;
    color: #3d693e;
}

.footer-menu ul li a {
    color: #3d693e;
}

#mc_embed_signup .button {}





/* MOBILE FOOTER MENU
---------------------------------------------- */
section#mobile-ftr-menu {}

section#mobile-ftr-menu .container-fluid {
    padding-left: 0;
    padding-right: 0;
}


.call-to-actions {
    padding: 15px 0px;
}

.call-to-actions a,
.call-to-actions button {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.footer-navigation {
    background: #3d693e;
    text-transform: uppercase;
}

.footer-navigation .container {
    padding: 8px 12px;
}

.footer-navigation span {
    color: #fff;
    font-size: 12px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer-navigation span:hover {
    color: #1a9f3b;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer-navigation a {
    text-decoration: none;
}

/* MENU POPUP BUTTONS
---------------------------------------------- */

/* FOOTER */
span.footer-navigation-menu-button {
    background: #1a9f3b;
    padding: 15px 10px;
    border-radius: 30px;
    cursor: pointer;
    position: absolute;
    top: -18px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 60px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

span.footer-navigation-menu-button:hover {
    color: #1a9f3b;
    background-color: #fff;
    border-color: #1a9f3b;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* HEADER */
span.footer-navigation-menu-button i {
    font-size: 30px;
}

span.header-navigation-menu-button {
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #fff;
}

span.header-navigation-menu-button:hover {
    color: #3d693e;
    /*background-color: #fff;
  border-color: #1a9f3b;*/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

span.header-navigation-menu-button i {
    font-size: 30px;
}

.footer-menu {}

.footer-menu ul {}

.footer-menu ul#menu-footer-menu-1 li {
    display: block;
}



/* LOGO CAROUSEL
---------------------------------------------- */
.logo-slider {}

.top-content {
    margin: 40px 0px;
}

.logo-slider img{
    max-width: 75%;
}


/* MAILCHIMP
---------------------------------------------- */
#mc_embed_signup form {
    padding: 10px 10px 10px 3%;
}

#mc_embed_signup .mc-field-group {
    width: 100% !important;
}

#mc_embed_signup .mc-field-group label {
    color: #fff;
}

#mc_embed_signup .button {
    height: 42px !important;
    width: 100% !important;
}

/* LATEST BLOGPOST
---------------------------------------------- */
#latest-blogpost {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}

.latest-blogpost-container {
    padding-right: 20px;
    width: 50%;
}

.latest-blogpost-container img {
    width: 62%;
    max-width: 500px;
    height: initial;
    margin: 5px 0px;
}

.latest-blogpost-title {
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
}

.latest-blogpost-image {
    height: initial;
    overflow: hidden;
    margin: 3px 0px 10px 0px;
}





@media (min-width: 768px) and (max-width: 991px) {

    /* Show 4th slide on md if col-md-4*/
    .carousel-inner .active.col-md-4.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;
        /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* CHECKOUT PAGE */
    section#checkout .woocommerce form.checkout .checkout-wrapper .overview{
        padding-left: 20px;
        border-left: solid 2px #ddd;
    }
}

@media (min-width: 576px) and (max-width: 768px) {

    /* Show 3rd slide on sm if col-sm-6*/
    .carousel-inner .active.col-sm-6.carousel-item+.carousel-item+.carousel-item {
        position: absolute;
        top: 0;
        right: -50%;
        /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}

@media (min-width: 576px) {
    .carousel-item {
        margin-right: 0;
    }

    /* show 2 items */
    .carousel-inner .active+.carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    /* left or forward direction */
    .active.carousel-item-left+.carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left+.carousel-item,
    .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be also positioned for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right+.carousel-item,
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

/* MD */
@media (min-width: 768px) {

    /* show 3rd of 3 item slide */
    .carousel-inner .active+.carousel-item+.carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    /* left or forward direction */
    .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* right or prev direction */
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

/* LG */
@media (min-width: 991px) {

    /* show 4th item */
    .carousel-inner .active+.carousel-item+.carousel-item+.carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item+.carousel-item {
        transition: none;
    }

    /* Show 5th slide on lg if col-lg-3 */
    .carousel-inner .active.col-lg-3.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* right or prev direction //t - previous slide direction last item animation fix */
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}


/* MENU POPUP
---------------------------------------------- */

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Sit on top */
    left: 0;
    top: 0;
    background-color: #3d693e;
    /* Black fallback color */
    overflow-x: hidden;
    /* Disable horizontal scroll */
    transition: 0.1s;
    /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 10%;
    /* 10% from the top */
    width: 100%;
    /* 100% width */
    text-align: center;
    /* Centered text/links */
    margin-top: 30px;
    /* 30px top margin to avoid conflict with the close button on smaller screens */
    height: calc(90% - 30px);
    text-transform: uppercase;
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 6px;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff !important;
    display: block;
    /* Display block instead of inline */
    transition: 0.3s;
    /* Transition effects on hover (color) */
}

.overlay .menu .menu-item-object-page a:hover {
    padding-left: 20px;
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.overlay-block {
    width: 80%;
    position: absolute;
    /*bottom: 0;*/
    left: 10%;
}

.overlay-block a,
.overlay-block p {
    font-size: 12px;
    color: #fff;
}

.overlay-block ul {
    padding: 0;
}

.overlay-block li {
    display: inline-block;
}

.wpml-ls-menu-item {
    display: inline-block;
}

.menu-overlay-menu-container {
    margin: 16px 0px;
}

.subscribe-newsletter .wpcf7 form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.subscribe-newsletter .wpcf7 form p label span input {
    height: 35px;
    width:100%;
    text-align: center;
}

.subscribe-newsletter .wpcf7 form p .wpcf7-submit {
    height: 35px;
    width:100%;
}

.subscribe-newsletter .wpcf7 form .wpcf7-response-output {
    color: white;
    margin: 5px 12px;
}

.subscribe-newsletter .wpcf7 form .wpcf7-not-valid-tip {
    background: white;
    width: fit-content;
    margin: 0 auto;
    padding: 5px;
}
}



/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/

/*
Extra small devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap because it is "mobile first"
*/

@media (max-width: 575px) {

    .cart-contents:before {
        color: #fff !important;
    }
    .cn-position-bottom {
        bottom: 100px !important;
    }
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .woocommerce-LoopProduct-link .thumbnail-wrapper .thumbnail-certificate {
        left: 35%;
        width: 40% !important;
        bottom: 32% !important;
    }

    .cart-contents:before {
        color: #fff !important;
    }

}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {

    header#header-secondary {
        background-image: none;

    }

    header#header-secondary {
        height: initial;
        min-height: initial;
    }

    header {
        background: #fff;
    }

    main#main-secondary {
        padding: 20px 0px;
    }

    section#featured-image {
        margin-top: -270px;
    }

    section#featured-image span {
        font-size: 40px;
        font-weight: bold;
    }

    .menu-homepage-buttons-container ul,
    .menu-homepage-buttons-engels-container ul {
        display: flex;
        flex-wrap: wrap;
    }

    .menu-homepage-buttons-container ul li,
    .menu-homepage-buttons-engels-container ul li {
        flex-grow: 1;
        width: calc(50% - 20px);

    }

    ul#menu-homepage-buttons li,
    ul#menu-homepage-buttons-engels li {
        margin: 10px;
    }


    section#featured-image-products {
        margin-bottom: 20px;
    }

    .woocommerce .woocommerce-product-gallery {
        float: left !important;
        /*margin-top: -60px;*/
    }

    #mc_embed_signup .mc-field-group:nth-child(1) {
        width: 49% !important;
        float: left;
        clear: none;
        margin-right: 2%;
    }

    #mc_embed_signup .mc-field-group:nth-child(2) {
        width: 49% !important;
        float: right;
        clear: none;
    }


    .cart-contents:before {
        color: #3d693e !important;
    }


    footer {
        padding-bottom: 0;
    }

    .featured-blogpost-body h3 a {
        font-size: 28px;
        padding: 16px 25px;
    }

    .featured-blogpost-body h3 a i {
        font-size: 16px;
    }

    ul.usp-block li {
        font-size: 18px;
        padding: 0 0 0.6rem 1.3em;
    }

    .blogpost-container {
        display: flex;
        flex-wrap: wrap;
    }

    .blogpost {
        flex-grow: 1;
        width: 50%;
        height: 400px;
        padding-right: 30px;
    }

    #latest-blogpost {
        flex-wrap: initial;
    }

    #popUp {
        margin-left: -425px;
    }

    #plus {
        margin-left: 0px;
    }



    .yt-vid-mol {
        width: 500px;
        height: 300px;
    }

    .product img.certificate {
        position: absolute;
        bottom: 0;
        right: 25%;
        width: 27% !important;
    }

    .woocommerce-LoopProduct-link .thumbnail-wrapper .thumbnail-certificate {
        bottom: 41% !important;
    }

    .home .dropdown .btn {
        color: #3d693e;
    }

    .home .dropdown .btn:hover {
        color: #213921;
    }

    .select-locale__area{
        padding: 2.125rem 2.25rem 2.25rem;
        width: 26.125rem;
    }


}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .menu-homepage-buttons-container ul li,
    .menu-homepage-buttons-engels-container ul li 
            {
            flex-grow: 1;
            width: calc(33.33% - 20px);
        }

        section#featured-image {
            margin-top: -300px;
        }

        .subscribe-newsletter {
            width: 65%;
            margin: auto;
        }

        .woocommerce div.product div.images img {
            width: 50%;
            margin: auto;
        }

        .blogpost-container {
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 40px;
        }

        .blogpost-body h3 {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .latest-blogpost-image {
            height: 170px;
        }


        .woocommerce-LoopProduct-link .thumbnail-wrapper .thumbnail-certificate {
            bottom: 32% !important;
        }
    
    }

    /* Extra large devices (large desktops, 1200px and up) */
    @media (min-width: 1200px) {
        .blogpost {
            height: 480px;
        }

        .woocommerce-LoopProduct-link .thumbnail-wrapper .thumbnail-certificate {
            bottom: 29% !important;
        }
    }



    /*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/

    /* Set width to make card deck cards 100% width */
    @media (max-width: 950px) {}