/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/



/* COLORS 
#498797 - Dark Green
#E7FAFF - Light Green
*/



::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #aaa9a9 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #aaa9a9 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #aaa9a9 !important;
}



a,
.woo-variation-items-wrapper ul li {
    -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
}

.dashed-border-left {
    border-left: dashed 1px #ddd;
}

.dashed-border-right {
    border-right: dashed 1px #ddd;
}

.dashed-border-top {
    border-top: dashed 1px #ddd;
}

.dashed-border-bottom {
    border-bottom: dashed 1px #ddd;
}

#wrapper {
    position: relative;
}

.fusion-column-inner-bg {
    margin-left: 0 !important;
    margin-right: 0 !important;
}


/* HEADER */

.fusion-logo img {
    width: auto;
    max-height: 56px !important;
}

.fusion-header {
    padding: 5px 0 5px !important;
}

/*
.fusion-top-header .fusion-header {
    position: relative;
    z-index: 999;
    background: transparent !important;
}

.fusion-sticky-header-wrapper {
    background: #fff;
}
*/

.fusion-secondary-menu-search.custom_fluffy {
    position: absolute;
    top: 23px;
    z-index: 99999;
    left: 145px;
    /* left: 0; */
}

.fusion-header-wrapper:after {
    content: '';
    position: absolute;
    bottom: 1px;
    right: -12px;
    width: 100px;
    height: 115px;
    background: url(/wp-content/themes/Avada-Child-Theme/img/gaper.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* z-index: 999; */
}

.fusion-header-wrapper .fusion-secondary-main-menu,
.fusion-header-wrapper .fusion-secondary-main-menu .fusion-row {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

span.menu-text {
    text-align: left;
}

.fusion-logo {
    max-width: 450px;
}

.fusion-secondary-menu-search {
    width: 325px;
}

.fusion-search-form-content {
    position: relative;
}

.fusion-secondary-menu-search input[type=text] {
    border-radius: 20px !important;
    border: solid 1px #d2d2d2 !important;
}

input.fusion-search-submit.searchsubmit {
    background: none !important;
    color: #498797 !important;
    position: absolute;
    top: 0;
    right: 0;
}

.fusion-header-wrapper .fusion-main-menu>ul>li>a .fusion-menu-description {
    color: #498797;
}

.fusion-main-menu .fusion-dropdown-menu > a {
    padding-left: 40px !important;
}

li.home-item.menu-item.fusion-dropdown-menu > a {
    padding-left: 20px !important;
}

span.fusion-caret {
    position: absolute;
    left: 10px;
    font-size: 20px;
    color: #498797;
    opacity: 0.5;
}

.current-product_cat-ancestor a {
    background: #498797;
}

.fusion-body .fusion-main-menu .current-menu-item>a:after,
.current-product_cat-ancestor span.menu-text,
.current-product_cat-ancestor span.menu-text span.fusion-menu-description,
.current-product_cat-ancestor span.fusion-caret,
.current-menu-parent span.fusion-caret,
.current-menu-item span.fusion-caret,
.fusion-main-menu .fusion-dropdown-menu a:hover span.fusion-caret,
.fusion-body .fusion-main-menu ul li:hover span.fusion-caret {
    color: #fff !important;
    opacity: 1;
}

.fusion-main-menu {
    overflow: visible !important;
}

.fusion-main-menu .sub-menu {
    margin-top: 1px;
}

.fusion-header-wrapper.fusion-is-sticky .fusion-secondary-main-menu {
    border-bottom: solid 1px #498797;
}

.fusion-main-menu .fusion-main-menu-cart {
    position: absolute;
    top: -85px;
    right: 90px;
    z-index: 10;
    border-right: solid 1px transparent;
    border-left: solid 1px transparent;
}

.fusion-main-menu .fusion-main-menu-cart:hover {
    border-right: solid 1px #f5f5f5;
    border-left: solid 1px #f5f5f5;
}

.fusion-main-menu .fusion-main-menu-cart > a {
    width: 60px;
    padding-top: 10px;
    padding-right: 7.5px !important;
}

.fusion-header-wrapper .fusion-main-menu .fusion-widget-cart-counter>a:before {
    content: '';
    width: 24px;
    height: 21px;
    border-radius: 0;    
    background: url(/wp-content/themes/Avada-Child-Theme/img/cart_off.svg);
    background-size: 21px;
    background-position: center center;
    background-repeat: no-repeat;
}

.fusion-main-menu .fusion-main-menu-cart:hover > a:before {
    background: url(/wp-content/themes/Avada-Child-Theme/img/cart_on.svg);
    background-size: 21px;
    background-position: center center;
    background-repeat: no-repeat;  
}

span.fusion-widget-cart-number {
    background: #FFEC4B;
    border: solid 1px #ddd;
    border-radius: 30px;
    position: relative;
    top: -15px;
    right: 7.5px;
    width: auto !important;
}


.fusion-menu-login-box {
    position: absolute !important;
    top: -70px;
    right: 185px;
    z-index: 10;
}

.fusion-main-menu .fusion-menu-login-box > a {
    width: 21px;
    height: 21px !important;
    background: url(/wp-content/themes/Avada-Child-Theme/img/account.svg);
    background-size: 21px;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 15px !important;
    background-color: transparent !important;
}

.fusion-menu-login-box > a span.menu-text,
.fusion-menu-login-box > a span.fusion-caret {
    display: none;
}

.fusion-main-menu .fusion-menu-login-box > a:hover {
}

/*
.fusion-main-menu .fusion-custom-menu-item-contents {
    visibility: visible !important;
    opacity: 1 !important;
    position: fixed;
    right: 200px;;
}
*/

.fusion-menu-login-box .sub-menu,
.fusion-menu-login-box .fusion-custom-menu-item-contents {
    right: 0;
    left: auto;
}

.fusion-main-menu .fusion-custom-menu-item-contents {
    width: 320px;
    border-color: #f5f5f5 !important;
}

.fusion-menu-cart-item a {
    border-bottom-style: dashed !important;
    border-color: #ddd !important;
}

.fusion-menu-cart-checkout {
    background: #fff !important;
    box-shadow: rgba(0,0,0,.118) 0 4px 3px -3px;
    padding: 14px;
}

.fusion-menu-cart-link a:before,
.fusion-menu-cart-checkout-link a:before {
    display: none;
}

.fusion-menu-cart-link a {
    color: #498797 !important;
    text-decoration: underline;
    padding-left: 0;
}

.fusion-menu-cart-checkout-link a {
    background: #FFEC4B;
    border: solid 1px #ddd;
    border-radius: 30px;
    padding: 12px 20px;
    height: 16px;
}

.header_tools {
    width: 200px;
    position: absolute;
    top: 0;
    z-index: 999999;
    right: 220px;
}

.hc_lang_switch {
    position: relative;
    float: left;
    top: 30px;
    right: 45px;
}

.hc_lang_switch a {
    display: inline-block;
    width: 16px;
    height: 11px;
    background: url('/wp-content/themes/Avada-Child-Theme/img/flags.png');
    background-repeat: no-repeat;
    opacity: 0.5;
}

.xxhc_lang_switch a.current,
.hc_lang_switch a:hover {
    opacity: 1;
}

.hc_lang_switch a.lang_gb {
    background-position: -16px center;
}

.hc_lang_switch a.lang_de {
    background-position: -32px center;
}

.hc_lang_switch a.lang_fr {
    background-position: -48px center;
}

.hc_lang_switch a.lang_es {
    background-position: -64px center;
}

html[lang="de-DE"] .hc_lang_switch a.lang_de {
    opacity: 1;
}

html[lang="nl-NL"] .hc_lang_switch a.lang_nl {
    opacity: 1;
}

html[lang="en-GB"] .hc_lang_switch a.lang_gb {
    opacity: 1;
}

.multilingualpress-language-switcher {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 70px;
    cursor: pointer;
    z-index: 99;
}

.multilingualpress-language-switcher:before {
    width: 50px;
    content: '';
    position: absolute;
    top: 59px;
    border-bottom: solid 1px transparent;
    right: -50px;
}

.multilingualpress-language-switcher:after {
    width: 120px;
    content: '';
    position: absolute;
    bottom: 0;
    border-bottom: solid 2px transparent;
    left: 0;
}


.multilingualpress-language-switcher a {
    display: none;
    order: 2;
    padding: 10px 20px;
    text-align: left;
    border-left: solid 1px transparent;
    border-right: solid 1px transparent;
    width: 120px;
    background: #fff;
}

.multilingualpress-language-switcher .current_language {
    display: block;
    order: 1;
    padding: 30px 20px 5px 20px;
    width: 70px;
    color: #498797;
    text-transform: uppercase;
    border-left: solid 1px transparent;
    border-right: solid 1px transparent;
}

.multilingualpress-language-switcher .current_language:after {
    content: "\f107";
    font-family: awb-icons;
    color: #000;
    position: absolute;
    right: 15px;
    top: 22px;
    font-size: 20px;
}

.multilingualpress-language-switcher.active a,
.multilingualpress-language-switcher.active .current_language,
.multilingualpress-language-switcher.active:before,
.multilingualpress-language-switcher.active:after {
    display: block !important;
    border-color: #f1f1f1;
}

.multilingualpress-language-switcher .current_language:hover {
    background: #fff;
}

.multilingualpress-language-switcher a:hover {
    background: #f8f8f8;
}

.multilingualpress-language-switcher.active a.German.de_DE {
    display: none !important;
}

.multilingualpress-language-switcher.active a.German.de_DE.showme_tmp {
    display: block !important;
}

.langswitch-closer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0,0,0,0.5); */
    z-index: 99999;
}

form.woocommerce-currency-switcher-form {    
    position: absolute;
    top: 0px;
    right: 21px;
    color: #498797;
}

form.woocommerce-currency-switcher-form .chosen-container .chosen-results li:hover,
form.woocommerce-currency-switcher-form a:hover {
    color: #000;
}

form.woocommerce-currency-switcher-form .chosen-single {
    border: none !important;
    border-radius: 0 !important;
    border-left: solid 1px transparent !important;
    border-right: solid 1px transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    color: #498797;
    width: 100px;
    padding: 31px 20px 7px 20px;
    height: auto;
}

form.woocommerce-currency-switcher-form .chosen-single:after {
    content: "\f107";
    font-family: awb-icons;
    color: #000;
    position: absolute;
    right: 15px;
    top: 29px;
    font-size: 20px;
}

form.woocommerce-currency-switcher-form .chosen-container-single .chosen-single span {
    overflow: visible;
    margin-right: 0;
}

form.woocommerce-currency-switcher-form .chosen-container-single .chosen-single div {
    display: none;
}

form.woocommerce-currency-switcher-form  .chosen-drop {
    border-radius: 0 !important;
    border-left: solid 1px transparent;
    border-right: solid 1px transparent;
    border-bottom: solid 1px transparent;
    box-shadow: none !important;
    width: 100px !important;
}

form.woocommerce-currency-switcher-form  .chosen-drop .chosen-results li {
    padding: 10px 15px;
}

form.woocommerce-currency-switcher-form .chosen-container-active .chosen-single,
form.woocommerce-currency-switcher-form .chosen-container-active .chosen-drop {
    border-color: #f1f1f1 !important;
}

/*
form.woocommerce-currency-switcher-form:hover .chosen-drop {
    left: 0 !important;
}
*/


.fusion-secondary-menu-search form#searchform,
.fluffy-search-container {
    width: 300px;
    height: auto;
    line-height: 38px;
    margin: 0 auto;
}

.fusion-secondary-menu-search form#searchform {
    border-radius: 20px !important;
    border: solid 1px #d2d2d2 !important;
}

.fusion-secondary-menu-search .custom-form {
    height: 40px;
}

.fusion-secondary-menu-search .custom-form input#s,
.fluffy-search-container input[type=text] {
    height: auto;
    line-height: 38px;
}

.fusion-secondary-menu-search .custom-form input#s {
    width: 100%;
    border: none;
    border-radius: 20px;
    padding-top: 0;
    padding-bottom: 0;
}



.fusion-secondary-menu-search .custom-form #searchsubmit,
[data-fluffy-search-submit] {
    background: url(/wp-content/themes/Avada-Child-Theme/img/icon-search.svg);
    background-position: center center;
    background-size: 15px;
    background-repeat: no-repeat;
    text-indent: -99999px;
    height: auto;
    line-height: 42px;
    width: 38px;
    cursor: pointer;
    border: none;
}

.fusion-secondary-menu-search .custom-form #searchsubmit {
    position: absolute;
    right: 20px;
    top: 0;
    /* height: 38px;
    line-height: 38px;*/
    padding: 0 1rem;
}

.fluffy-search-container ul {
    max-width: 300px;
}

.fluffy-search-container ul li {
    padding: 10px 20px 10px 0;
    height: 90px;
}

.fluffy-search-container li h3, 
.fluffy-search-container li p {
    margin: 0;
    line-height: 1.4;
}

.fluffy-search-container li h3 {
    font-size: 13px;
    padding-top: 10px;
}

.fluffy-search-container li p {
    color: #000;
    padding-left: 70px;
}

.fluffy-search-container li .fluffy-search-img {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 50px;
    max-height: 70px;
    text-align: center;
}

.fluffy-search-container li .fluffy-search-img img {
    max-height: 70px !important;
    width: auto !important;
}

[data-fluffy-search] ul li:last-child {
    padding: 10px 20px;
    height: auto;
    border-bottom: solid 1px #ddd;
}

.dgwt-wcas-search-wrapp {
    min-width: 1px !important;
}


/* CUSTOM MENU / HEADER COLORS - BASED ON PAGE AND / OR CATEGORY */
 

/** VITAMINE DESK */ 
.page-id-23794 .fusion-header-wrapper .fusion-main-menu>ul>li>a .fusion-menu-description,
.term-vitamines-mineralen .fusion-header-wrapper .fusion-main-menu>ul>li>a .fusion-menu-description,
.productcat_toplevel_vitamines-mineralen .fusion-header-wrapper .fusion-main-menu>ul>li>a .fusion-menu-description {
    color: #788926;
}

.page-id-23794.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li.current-menu-item>a .fusion-menu-description,
.term-vitamines-mineralen.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li.current-menu-parent>a .fusion-menu-description,
.productcat_toplevel_vitamines-mineralen.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li.current-menu-parent>a .fusion-menu-description {
    color: #fff;
}

.page-id-23794 .fusion-secondary-main-menu,
.term-vitamines-mineralen .fusion-secondary-main-menu,
.productcat_toplevel_vitamines-mineralen .fusion-secondary-main-menu {
    background-color: #b7c76b;
}

.page-id-23794.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li.current-menu-item>a,
.page-id-23794.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li:not(.fusion-middle-logo-menu-logo):not(.fusion-menu-item-button):hover>a:not(.fusion-icon-sliding-bar),
.term-vitamines-mineralen.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li.current-menu-parent>a,
.term-vitamines-mineralen.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li:not(.fusion-middle-logo-menu-logo):not(.fusion-menu-item-button):hover>a:not(.fusion-icon-sliding-bar),
.productcat_toplevel_vitamines-mineralen.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li.current-menu-parent>a,
.productcat_toplevel_vitamines-mineralen.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li:not(.fusion-middle-logo-menu-logo):not(.fusion-menu-item-button):hover>a:not(.fusion-icon-sliding-bar) {
    background-color: #788926;
}
  

/** WITTE TANDEN */ 
.page-id-23796 .fusion-header-wrapper .fusion-main-menu>ul>li>a .fusion-menu-description,
.term-witte-tanden .fusion-header-wrapper .fusion-main-menu>ul>li>a .fusion-menu-description,
.productcat_toplevel_witte-tanden .fusion-header-wrapper .fusion-main-menu>ul>li>a .fusion-menu-description {
    color: #56B1DF;
}

.page-id-23796.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li.current-menu-item>a .fusion-menu-description,
.term-witte-tanden.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li.current-menu-parent>a .fusion-menu-description,
.productcat_toplevel_witte-tanden.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li.current-menu-parent>a .fusion-menu-description {
    color: #fff;
}

.page-id-23796 .fusion-secondary-main-menu,
.term-witte-tanden .fusion-secondary-main-menu,
.productcat_toplevel_witte-tanden .fusion-secondary-main-menu {
    background-color: #C4E9FB;
}

.page-id-23796.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li.current-menu-item>a,
.page-id-23796.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li:not(.fusion-middle-logo-menu-logo):not(.fusion-menu-item-button):hover>a:not(.fusion-icon-sliding-bar),
.term-witte-tanden.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li.current-menu-parent>a,
.term-witte-tanden.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li:not(.fusion-middle-logo-menu-logo):not(.fusion-menu-item-button):hover>a:not(.fusion-icon-sliding-bar),
.productcat_toplevel_witte-tanden.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li.current-menu-parent>a,
.productcat_toplevel_witte-tanden.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li:not(.fusion-middle-logo-menu-logo):not(.fusion-menu-item-button):hover>a:not(.fusion-icon-sliding-bar) {
    background-color: #56B1DF;
}


/** 2B NATURAL */ 
.page-id-23792 .fusion-header-wrapper .fusion-main-menu>ul>li>a .fusion-menu-description,
.term-beauty-verzorging .fusion-header-wrapper .fusion-main-menu>ul>li>a .fusion-menu-description,
.productcat_toplevel_beauty-verzorging .fusion-header-wrapper .fusion-main-menu>ul>li>a .fusion-menu-description {
    color: #799018;
}

.page-id-23792.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li.current-menu-item>a .fusion-menu-description,
.term-beauty-verzorging.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li.current-menu-parent>a .fusion-menu-description,
.productcat_toplevel_beauty-verzorging.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li.current-menu-parent>a .fusion-menu-description {
    color: #fff;
}

.page-id-23792 .fusion-secondary-main-menu,
.term-beauty-verzorging .fusion-secondary-main-menu,
.productcat_toplevel_beauty-verzorging .fusion-secondary-main-menu {
    background-color: #A0BE22;
}

.page-id-23792.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li.current-menu-item>a,
.page-id-23792.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li:not(.fusion-middle-logo-menu-logo):not(.fusion-menu-item-button):hover>a:not(.fusion-icon-sliding-bar),
.term-beauty-verzorging.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li.current-menu-parent>a,
.term-beauty-verzorging.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li:not(.fusion-middle-logo-menu-logo):not(.fusion-menu-item-button):hover>a:not(.fusion-icon-sliding-bar),
.productcat_toplevel_beauty-verzorging.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li.current-menu-parent>a,
.productcat_toplevel_beauty-verzorging.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li:not(.fusion-middle-logo-menu-logo):not(.fusion-menu-item-button):hover>a:not(.fusion-icon-sliding-bar) {
    background-color: #799018;
}




/* MENU CUSTOM SUBTITELS - BASED ON LANGUAGE */

.language-dutch li > a.drogisterij-bik,
.language-dutch li > a.beauty-verzorging,
.language-dutch li > a.vitamines-mineralen,
.language-dutch li > a.witte-tanden {
    position: relative;
}

.language-dutch li > a.drogisterij-bik span.menu-text,
.language-dutch li > a.beauty-verzorging span.menu-text,
.language-dutch li > a.vitamines-mineralen span.menu-text,
.language-dutch li > a.witte-tanden span.menu-text {
    position: relative;
    top: -10px;
}

.language-dutch li > a.drogisterij-bik:after,
.language-dutch li > a.beauty-verzorging:after,
.language-dutch li > a.vitamines-mineralen:after,
.language-dutch li > a.witte-tanden:after {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 13px;
    margin-top: .6em;
    font-size: .8em;
    font-weight: 400;
    letter-spacing: 0px;
}

.language-dutch li > a.witte-tanden,
.language-dutch li > a.drogisterij-bik {
    min-width: 125px;
}

.language-dutch li > a.drogisterij-bik:after {
    content: 'Drogisterij Bik Leiden';
}

.language-dutch li > a.beauty-verzorging:after {
    content: '2B Natural';
}

.language-dutch li > a.vitamines-mineralen:after {
    content: 'Vitamines & Mineralen';
}

.language-dutch li > a.witte-tanden:after {
    content: 'Witte Tanden online';
}

.fusion-body .fusion-main-menu ul li:hover a:after {
    color: #fff;
}




/* CUSTOM CATEGORY WIDGET CSS, TO OPEN SUBMENU OF TOP LEVEL PAGE 
(ITS NOT WORKING AUTOMATICALLY CAUSE ITS NOT A CATEGORY!) */

div#post-23790 li.cat-item.cat-item-43.cat-parent > .children {
    max-height: 9999px;
    opacity: 1;
    overflow: visible;
}


html[lang="de"] div#post-23792 li.cat-item.cat-item-1906.cat-parent > .children,
div#post-23792 li.cat-item.cat-item-25.cat-parent > .children {
    max-height: 9999px;
    opacity: 1;
    overflow: visible;
}

div#post-23794 li.cat-item.cat-item-317.cat-parent > .children {
    max-height: 9999px;
    opacity: 1;
    overflow: visible;
}

div#post-23796 li.cat-item.cat-item-29.cat-parent > .children {
    max-height: 9999px;
    opacity: 1;
    overflow: visible;
}




/* TYPOGRAPHY */

h1.archive-heading,
.product .price,
.footer__newseltter label,
.extra_product_info h4 {
    font-family: Georgia, serif, Arial, Helvetica, sans-serif;
}

h1.archive-heading {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 15px;
}

.products h3.product-title,
.footer__newsletter input[type="email"],
.footer__newsletter input[type="submit"] {
    font-family: Nunito, Arial, Helvetica, sans-serif;
}

.products h3.product-title,
.product .price {
    font-weight: 400 !important;
    position: relative;
}

.extra_product_info.product_full_description h2 {
    font-size: 24px;
}


/* SIDE CART */

#fkcart-modal .fgf_hide {
    display: none;
}



/* BREADCRUMB */

.fusion-page-title-bar {
    padding-right: 20px !important;
    padding-left: 20px !important;
    border-bottom-style: dashed !important;
}

.fusion-page-title-bar .fusion-breadcrumbs a:hover span {
    text-decoration: underline;
}


/* WOO LOOP */

.post-type-archive-product main#main,
.tax-product_cat main#main {
    padding: 0 !important;
    overflow: hidden;
}

.tax-product_cat .avada-page-titlebar-wrapper {
    display: none;
}

.post-type-archive-product section#content,
.tax-product_cat section#content {
    border-left: dashed 1px #ddd;
    padding-top: 20px;
}

/*
.post-type-archive-product section#content:after,
.tax-product_cat section#content:after {
    content: '';
    position: absolute;
    height: 100%;
    border-left: dashed 1px #ddd;
    left: -1px;
}
*/

header.woocommerce-products-header,
.catalog-ordering {
    margin-left: 30px;
}

#main .catalog-ordering {
    margin-bottom: 20px;
}

header.woocommerce-products-header .term-description {
    max-width: 100%;
}

h2.woocommerce-loop-category__title {
    text-align: center;
}

.catalog-ordering .order-dropdown, 
.catalog-ordering .order-dropdown .current-li-content,
.catalog-ordering .order-dropdown ul li a {
    width: 220px;
}

.orderby-order-container {
    padding-right: 20px;
}

ul.sort-count.order-dropdown {
    width: 160px;
}

li.fusion-list-view-li.active-view,
li.fusion-grid-view-li.active-view,
.catalog-ordering ul.order {
    display: none;
}

.fusion-grid-list-view li {
    border: none;
}

.orderby-order-container,
ul.sort-count.order-dropdown,
ul.fusion-grid-list-view {
    float: right;
}

.catalog-ordering .order-dropdown>li:after {
    border: none;
}

.order-dropdown .current-li {
    border-radius: 20px;
}

.catalog-ordering .order li a {
    border-radius: 50%;
    width: 41px;
}

.catalog-ordering ul.fusion-grid-list-view {
    border: none;
}

/*
.product-grid-view .product-buttons {
    display: none;
}
*/

.products li a.button.add_to_cart_button {
    background: #ffec4b;
    border: solid 1px #cccccc;
    border-radius: 29px;
    padding: 5px 15px 5px 35px;
    color: #000;
    max-width: 100%;
    font-size: 11px !important;
}

.products li .product-buttons a:before {
    margin-left: -20px;
}

/*
.catalog-ordering .fusion-grid-list-view li {
    width: 41px;
    height: 41px;
}
*/

.product .product-images,
.product .product-images .crossfade-images {
    background: #fff;
    margin: 1px;
}

.search-results .fusion-single-line-meta {
    display: none !important;
}

.brand-thumbnails {
    padding: 0 !important;
}

.products li .fusion-product-wrapper {
    border: none;
}

ul.products {
    margin: 0;
    margin-left: 0 !important;
}

.products.products-3>li {
    padding: 25px;
    margin-right: -1px;
    margin-bottom: -1px;
    border-bottom-width: 1px;
    overflow: hidden;
    /* border: none !important; */
    border: dashed 1px #ddd;
}

.products.products-4>li {
    width: 25%;
    padding: 25px !important;
    margin-right: -1px;
    margin-bottom: -1px;
    border-bottom-width: 1px;
    overflow: hidden;
    border: dashed 1px #ddd;
}

.products li.product.first {
    border-left: none;
}

.products-4>li:nth-child(4n) {
    border-right: none;
}

/*
.products.products-4>li:before {
    content: "";
    position: absolute;
    border: 4px dashed #eaeaea;
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
}
*/

a.product-block-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: red; */
    z-index: 2;
}

span.custom_brands {
    font-size: 12px;
    color: #498797;
    line-height: 1.4 !important;
    display: block;
    margin-bottom: 10px;
}

span.custom_brands:first-letter {
    text-transform: uppercase;
}

.product-details-container span.custom_brands {
    color: #777;
}

.products h3.product-title {
    font-size: 15px;
    line-height: 20px !important;
    margin-bottom: 10px;
}

.products li.product:hover h3.product-title a {
    color: #000;
}

.product .price {
    font-size: 120%;
}

/*
.products h3.product-title a {
    color: #000 !important;
}
*/

.product-details-container .fusion-price-rating {
    min-height: 28px;
}

.product .price>.amount,
.product .price ins .amount {
    font-size: 15px;
}

.product .price ins {
    background: url(/wp-content/themes/Avada-Child-Theme/img/price_sale_bg.svg);
    background-size: 75px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 8px 30px 10px 8px;
}

.product .price ins .amount {
    color: #000;
}

.product .price del .amount,
.product .product-details .price .from {
    font-size: 13px;
}

.product .price del {
    float: right;
    margin-top: 3px;
}

ul.products .product-list-view {
    border: dashed 1px #ddd;
}

ul.products .product-list-view a.product-images {
    max-width: 22%;
    width: 22%;
}

.products .product-list-view h3.product-title {
    height: auto;
}

nav.woocommerce-pagination {
    margin: 30px;
}

.product-grid-view .fusion-out-of-stock {
    position: absolute !important;
    color: black;
    top: 600%; 
}

@media screen and (max-width: 630px){
    .product-grid-view .fusion-out-of-stock {
        top: 700%; 
    }
}
/* WOOCOMMERCE SINGLE PRODUCT */

.single-product .fusion-page-title-bar {
    border-style: dashed;
    border-top: none;
    border-left: none;
    border-right: none;    
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.single-product #main {
    padding: 0 !important;
}

.single-product .product {
    padding-top: 25px;
    border-left: dashed 1px #ddd;
}

#main #content .avada-single-product-gallery-wrapper {
    padding: 0 50px;
}

.avada-product-gallery-thumbs-wrapper {
    margin-top: 20px;
}

#main #content .product .summary.entry-summary {
    margin-left: calc(320px + 30px);
    display: flex;
}

#main #content .product .product_title {
    color: #000;
    margin-bottom: 20px;
}

.custom_showcategories {
    display: block;
    margin-top: -15px;
    margin-bottom: 20px;
}

.custom_showcategories a {
    color: #A1A1A1;
}

.custom_showcategories a:hover {
    color: #000;
}

.product .entry-summary .price {
    margin-top: 0 !important;
}

.product .entry-summary .woocommerce-product-rating {
    display: none !important;
}

.entry-summary .summary-container>.stock + .post-content.woocommerce-product-details__short-description {
    margin-top: 70px;
}

.entry-summary .summary-container .avada-availability p.stock.out-of-stock {
    font-size: 115%;
}

.product .usps {
    float: right;
    width: 230px;
    margin-right: 50px;
}

.single_usp svg {
    float: left;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.product .entry-summary form.cart {
    margin-bottom: 5px;
}

.product-border.fusion-separator.sep- {
    opacity: 0;
}

span.wc-points-rewards-product-message {
    width: 100%;
}

table.variations tr,
table.variations td.label,
table.variations td.value {
    width: 100%;
    display: block;
}

.woo-variation-items-wrapper ul {
    margin: 0;
    padding: 0;
}

body.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item,
.woo-variation-items-wrapper ul li {
    list-style: none;
    display: inline-block;
    border: solid 1px #ddd !important;
    padding: 3px 12.5px !important;
    margin-right: 5px !important;
    border-radius: 25px !important;
    cursor: pointer;
    box-shadow: none !important;
}

body.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item.selected,
body.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:hover,
.woo-variation-items-wrapper ul li.selected,
.woo-variation-items-wrapper ul li:hover {
    background: #ddd;
    border-color: #555 !important;
}

body.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item.selected,
.woo-variation-items-wrapper ul li.selected {
    font-weight: 700;
}

.woo-variation-items-wrapper .button-variable-item span {
    font-size: 12px !important;
}

table.variations tr:nth-last-child(1),
.single_variation_price_reset .reset_variations {
    display: none !important;
}

.variations_form .single_variation_wrap {
    margin-top: 0;
}

button.single_add_to_cart_button {
    padding-left: 70px !important;
    padding-right: 70px !important;
    border: solid 1px #ccc !important;
    position: relative;
    white-space: nowrap;
}

button.single_add_to_cart_button:before {
    content: '+';
    position: absolute;
    left: 15px;
    font-size: 20px;
    opacity: 0.25;
}

button.single_add_to_cart_button:hover:before {
    opacity: 0.5;
}

.post-content.woocommerce-product-details__short-description {
    margin-top: 20px;
    padding-right: 30px;
}

.product_meta {
    padding-top: 0 !important;
}

.product_meta>span {
    position: relative;
}

.product_meta,
.product_meta a {
    color: #868686;
}

.product_meta a:hover {
    color: #000;
}

.product_meta span.sku {
    position: absolute;
    margin-left: 0;
    left: 150px;
}

.product_meta span.posted_in,
tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--weight {
    display: none;
}

.product .summary.entry-summary .shop_attributes tr {
    border: none;
}

.product .summary.entry-summary .shop_attributes tr th {
    width: 150px;
}

.product .summary.entry-summary .shop_attributes tr td {
    width: auto;
}

.product .summary.entry-summary .shop_attributes tr th,
.product .summary.entry-summary .shop_attributes tr td {
    font-weight: 400;
    padding: 0;
    color: #868686;
    font-family: Nunito, Arial, Helvetica, sans-serif;
}

section.related.products ul li:nth-child(1),
section.upsells.products ul li:nth-child(1) {
    border-left: 0;
}

/*
.related.products, 
.upsells.products {
    margin-right: -33px;
}
*/

.related.products h2, 
.upsells.products h2 {
    margin-left: 30px;
    margin-bottom: 0;
}

section.related.products .product {
    border-bottom: none;
}

section.related.products {
    border-top: dashed 1px #ddd;
    margin-bottom: -30px;
    margin-top: 30px;
    padding-top: 30px;
}

.extra_product_info {
    border-top: dashed 1px #ddd;
    padding: 30px;
    margin-top: 30px;
    /* margin-right: -30px; */
    margin-bottom: -30px;
}

.extra_product_info.product_certificaat {
    border: dashed 2px red;
}

.extra_product_info.product_full_reviews {
    /* border-bottom: dashed 1px #ddd; */
    margin-bottom: 0;
}

.extra_product_info h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

div#comments > h2 {
    font-size: 13px !important;
    margin-bottom: 25px;
}

span#reply-title {
    font-size: 13px !important;
}

#reviews li {
    width: 28%;
    display: inline-block;
    margin-right: 5%;
}

#reviews li .comment-text {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

#reviews li .comment-text .star-rating {
    float: none !important;
    margin-left: 0 !important;
    display: block;
    margin-bottom: 10px;
}

#reviews li .avatar {
    display: none;
}

#reviews li .comment-text p.meta {
    color: #A1A1A1;
    margin-bottom:  0;
}

#reviews li .comment-text strong.woocommerce-review__author {
    color: #52A4B7;
    font-weight: 400;
}

#reviews li .comment-text .description p {
    font-style: italic;
    margin-top: 0;
}




/* WooCommerc message */

.single-product .woocommerce-message {
    padding: 15px 20px 15px 40px!important;
    margin: 5px 10px 0 !important;
    border-radius: 50px;
}

.woocommerce-message[role=alert] {
    background: #ffec4b !important;
    color: grey !important;
}





/* WOOCOMMERCE - BRANDS */

ul.brands_index {
    padding: 0;
}

ul.brands_index li a,
ul.brands_index li span {
    background: #ffec4b;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    padding: 0;
}

ul.brands_index li span {
    background: #fff !important;
}

ul.brands_index li a:hover {
    border-width: 1px;
    padding: 0px;
    text-decoration: none;
    background: #fff;
}

ul.brands {
    padding: 0;
    float: left;
    min-height: 280px;
    width: 25%;
    border-bottom: solid 1px #ddd;
}

ul.brands li {
    list-style: none;
}




/* WOOCOMMERCE SIDECART */

.xoo-wsc-ft-amt.xoo-wsc-ft-amt-subtotal,
.xoo-wsc-ft-amt.xoo-wsc-ft-amt-subtotal .amount,
span.xoo-wsc-pname, 
span.xoo-wsc-pname a,
span.xoo-wsch-text {
    font-family: Georgia, serif, Arial, Helvetica, sans-serif;
}

span.xoo-wsc-pname, 
span.xoo-wsc-pname a {
    font-size: 14px;
    color: #49878C;
        line-height: 1.5;
}

.xoo-wsc-img-col {
    text-align: center;
}

.xoo-wsc-img-col img {
    height: 70px;
    width: auto;
}

.xoo-wsc-qty-price del {
    display: none;
}

.xoo-wsc-qty-price span {
    font-size: 13px !important;
}

.xoo-wsc-footer {
    margin-bottom: 50px;
}

.xoo-wsc-ft-buttons-cont a {
    background: #ffec4b;
    color: #000;
    border-radius: 50px;
    font-size: 13px;
    padding: 6px;
}

.xoo-wsc-ft-amt.xoo-wsc-ft-amt-subtotal,
.xoo-wsc-ft-amt.xoo-wsc-ft-amt-subtotal .amount {
    font-size: 13px;
}


/* WOOCOMMERCE CART */

.woocommerce-checkout .fusion-header-wrapper:after,
.woocommerce-cart .fusion-header-wrapper:after {
    bottom: auto;
    top: 1px;
    right: -5px;
    width: 70px;
    height: 86px;
}

.woocommerce-cart #wrapper .post-content h2 {
    font-size: 18px;
}

.woocommerce-cart-form .shop_table tbody tr,
.woocommerce-checkout-review-order .shop_table tbody tr {
    height: auto;
}

.woocommerce-cart-form .shop_table td,
.woocommerce-checkout-review-order .shop_table td {
    padding: 10px 0;
}

.woocommerce-cart-form .shop_table .product-thumbnail,
.woocommerce-checkout-review-order .shop_table .product-thumbnail {
    text-align: center;
}

.woocommerce-cart-form__cart-item.cart_item img,
.woocommerce-checkout-review-order .cart_item img {
    max-height: 50px;
    width: auto;
}

.woocommerce-checkout-review-order .product-info {
    margin-top: 12px;
}

.woocommerce-cart .avada-cart-actions {
    height: auto !important;
}

.woocommerce-cart .cart .avada-cart-actions .actions {
    padding-top: 30px;
}

button.fusion-apply-coupon.fusion-button.button {
    background: #999;
}

.woocommerce-cart .cart .avada-cart-actions .actions>.button {
    visibility: visible;
    position: relative;
    height: auto;
    float: right !important;
    font-weight: 700;
    padding: 11px 23px;
    line-height: 16px;
    font-size: 13px;
    letter-spacing: 1px;
    background: #999;
    text-transform: uppercase;
    color: #ffffff;
    transition: all .2s;
    border-width: 0px;
    border-style: solid;
    border-color: #ffffff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

button.fusion-apply-coupon.fusion-button.button:hover,
.woocommerce-cart .cart .avada-cart-actions .actions>.button:hover {
    background: #fcb941;
}

.woocommerce-cart .wc-proceed-to-checkout .fusion-update-cart {
    display: none;
}

.wc_continue_shopping {
    float: left;
    padding-top: 5px;
}

.woocommerce form .form-row-quart, .woocommerce-page form .form-row-quart, 
.woocommerce form .form-row-quart-first, .woocommerce-page form .form-row-quart-first {
    width: 48% !important;
}

#billing_house_number_suffix_field {
    float: right;
}

.checkout-button.button.alt.wc-forward, 
button#place_order {
    color: #000 !important;
}

body span.custom-order-review-heading h3 {
    font-weight: 400 !important;
}

form.wc_points_rewards_apply_discount {
    float: right;
}

input.button.wc_points_rewards_apply_discount {
    background: #ffec4a;
    border: none;
    padding: 10px;
    border-radius: 50px;
}

.dgfw-gift-link .dgfw-gift-thumbnail img {
    max-height: 100px;
    width: auto;
}

/* WOOCOMMERCE CHECKOUT */


#mypa-delivery-options-wrapper .myparcel-delivery-options svg.mp-cursor-pointer {
    display: inline-block;
}

#mypa-delivery-options-wrapper span.mp-bg-green-100 {
    margin-left: 10px;
    position: relative;
    top: 3px;
}

.woocommerce form .form-row-quart, .woocommerce-page form .form-row-quart, 
.woocommerce form .form-row-quart-first, .woocommerce-page form .form-row-quart-first {
    width: 48% !important;
}

#billing_house_number_suffix_field {
    float: right;
}

body .woocommerce form.woocommerce-content-box.checkout_coupon {
    display: none !important;
}

.woocommerce-checkout #wrapper .woocommerce .checkout h3 {
    font-size: 18px;
}

.checkout .wc_payment_methods.payment_methods {
    background: #f9f9f9;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.checkout .payment_methods li {
    border-bottom: solid 1px #dedede;
}

.checkout .payment_methods li:nth-last-child(1) {
    border-color: transparent;
}

.checkout .payment_methods li p {
    margin-bottom: 0;
}

a.woocommerce-terms-and-conditions-link {
    color: #777;
    border-bottom: solid 1px;
}

.payment_obli {
    text-align: right;
    width: 100%;
    float: right;
    margin-top: 10px;
    font-style: italic;
}

p.smallorder_fee {
    float: left;
    color: red;
}

.checkout-button.button.alt.wc-forward {
    margin-bottom: 20px;
}

tr.fee th, 
tr.fee td {
    padding-top: 20px !important;
}

.woocommerce-shipping-methods label:has(.postnl_shipping_method_icon) {
    display: inline-block !important;
}

.woocommerce-invalid:after {
    display:none !important
}

ul.woocommerce-error li {
    background: #e37070;
    color: #fff;
}


/* SIDEBAR */

#sidebar .widget {
    border-bottom: dashed 1px #ddd !important;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.sidebar .widget .widget-title {
    border-bottom: dashed 1px #ddd;
    padding-left: 20px !important;
    padding-bottom: 15px !important;
    margin-top: 15px;
}

.sidebar .widget ul.children {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
}

.sidebar .widget .current-cat-parent > ul.children,
.sidebar .widget ul.children.open,
.sidebar .widget .current-cat.cat-parent > .children {
    max-height: 99999px;
    opacity: 1;
    overflow: visible;
}

.sidebar .widget_product_categories span.sub-menu-toggle {
    padding: 10px;
    position: absolute;
    top: -6px;
    right: -30px;
}

#sidebar ul.children ul.children {
    margin-bottom: -5px !important;
    border-left: solid 1px #ddd;
}

#sidebar ul.product-categories {
    padding-right: 30px !important;
}

#sidebar .widget_product_categories li {
    border: none !important;
    padding: 7px 0px 7px 20px;
}

#sidebar .widget_product_categories li a {
    color: #000;
}

#sidebar .widget_product_categories li a:hover {
    color: #498797;
}

#sidebar .widget_product_categories li a:before {
    display: none;
}

#sidebar .widget_product_categories li.cat-parent > a:after {
    content: "\f107";
    font-family: awb-icons;
    color: #F0F0F0;
    color: #bbb;
    margin-left: 5px;
    display: none;
}

#sidebar .widget_product_categories li.cat-parent .sub-menu-toggle i {
    color: #bbb;
    padding: 10px; 
    font-size: 11px;
    cursor: pointer;
}

#sidebar li.cat-item.cat-parent > a {
    font-weight: 700;
}

#sidebar li.current-cat > a {
    color: #498797;
    font-weight: 700;
}

#wrapper .widget .product_list_widget li, #sidebar .tagcloud {
    padding-left: 20px;
}

.facetwp-facet {
    margin-bottom: 20px !important;
    padding-left: 20px;
}

.facetwp-checkbox {
    position: relative;
    background: none !important;
    padding-left: 23px !important;
    margin-bottom: 8px !important;
}

.facetwp-checkbox:before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0px;
    top: 3px;
    border: solid 1px #ddd;
    border-radius: 50%;
}

.facetwp-checkbox.checked:before {
    background: #498797;
    border-color: #498797;
}

.facetwp-checkbox span.facetwp-counter {
    float: right;
    color: #bbb;
    margin-right: 15px;
}

.fibofilters-block__headline-box {
    display: block;
}

ul.fibofilters-block__items-list {
    padding: 0 20px !important;
}

li.fibofilters-item.fibofilters-item--more-less {
    margin-top: 10px !important;
}

.fibofilters-applied-filters {
    padding-left: 20px;
}

.fibofilters-block__headline-box h3 {
    border-bottom: dashed 1px #ddd;
    padding-left: 20px !important;
    padding-bottom: 15px !important;
    margin-top: 15px;
}

.fibofilters-item--checkbox .fibofilters-item__control {
    border-radius: 50%;
}

.woocommerce-container .facetwp-selections ul {
    padding-left: 30px;
}

.woocommerce-container .facetwp-selections li {
    display: block;
    margin-bottom: 7.5px;
}

.woocommerce-container span.facetwp-selection-label {
    font-weight: 700;
    margin-right: 5px;
}

.woocommerce-container .facetwp-selections .facetwp-selection-value {
    background: #F0F0F0;
    background-image: url(/wp-content/themes/Avada-Child-Theme/img/close-filter.svg);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding: 5px 30px 5px 10px !important;
    border-radius: 20px;
    font-size: 12px;
    border: solid 1px #c5c5c5;
}

#filters_button {
    display: none;
    width: calc(100% - 30px);
    padding: .5rem 15px .5rem 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 20px;
    border: 1px solid #498797;
    background-color: #498797 !important;
    line-height: 1.9;
    color: #fff;
    background: url(/wp-content/themes/Avada-Child-Theme/img/filters.svg);
    background-position: left 15px center;
    background-repeat: no-repeat;
    background-size: 19px;
    cursor: pointer;
    margin-bottom: 40px;
    margin-left: 15px !important;
}



.fusion-builder-row #filters_button {
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 10px !important;
    margin-top: -15px;
}

.sidebar-closer {
    display: none;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}


/* FLUFFY SEARCH */






/* FOOTER */

.footer__newsletter {
    background: #f7f7f7;
    text-align: center;
    padding: 11px 25px;
}

.footer__newsletter label {
    font-size: 16px;
    position: relative;
    top: 3px;
    margin-right: 10px;
}

.footer__newsletter input {
    border-radius: 20px !important;
}

.footer__newsletter input[type="email"] {
    max-width: 280px;
    width: 100%;
    margin-right: 5px;
}

.footer__newsletter input[type="submit"] {
    background: #56a4b7;
    height: 38px;
    color: #fff;
    border: none;
    padding: 5px 20px;
    cursor: pointer;
}

.fusion-footer-widget-area .widget_nav_menu li,
.fusion-footer-widget-area .widget_recent_entries li {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}

h4.widget-title {
    text-transform: none !important;
    margin-bottom: 20px !important;
}

.fusion-footer-widget-area ul {
    font-size: 12px;
}

.fusion-footer-widget-area .widget li a:before {
    display: none;
}

.fusion-widget-area .widget_nav_menu li {
    padding: 0 !important;
}

.fusion-footer-copyright-area {
    border-top: dashed 1px #ddd !important;
}

.footer_tools {
    display: none;
}



/* CONTENT PAGE */

.page-template-default #sidebar.fusion-widget-area {
    margin-left: -30px;
}



/* 404 */

div#post-404page {
    text-align: center !important;
}

div#post-404page .fusion-title .title-sep-container {
    display: none;
}

div#post-404page h2 {
    font-size: 30px !important;
    margin: 0 auto !important;
}

div#post-404page .error-page {
    margin-top: 40px;
}

.error404 .search-page-search-form {
    max-width: 500px;
    margin: 0 auto 50px;
}

div#post-404page input.s {
    border-right: solid 1px !important;
    border-radius: 20px !important;
}


@media only screen and (min-width: 801px) {
    
.product-images,
.fusion-woo-product-slider .fusion-image-wrapper {
    display: table !important;
    width: 100%;
    min-height: 140px;
}

.related.products .product-images, 
.upsells.products .product-images {
    min-height: 140px;
}

.featured-image,
.product-images .crossfade-images,
.fusion-woo-product-slider .fusion-image-wrapper a {
    display: table-cell;
    vertical-align: middle;
}

.featured-image img,
.product-images .crossfade-images img,
.fusion-woo-product-slider .fusion-image-wrapper a img {
    max-height: 140px;
    width: auto;
    min-width: auto !important;
    margin-top: 0 !important;
}

h3.product-title {
    height: 60px;
    overflow: hidden;
}

}



@media only screen and (max-width: 1200px) {

.fusion-logo img {
    width: auto;
    max-height: 21px !important;
}

.fusion-header {
    border-bottom: none !important;
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.product .usps {
    float: none;
    width: 100%;
    margin: 20px 0 0;
}

body .fusion-logo-left .fusion-header .fusion-logo {
    width: 80%;
    max-width: none;
    float: left !important;
    padding: 5px 0px;
    margin-left: 60px !important;
}

body .fusion-mobile-menu-icons {
    position: relative !important;
}

.header_tools,
.fusion-header-wrapper:after,
.fusion-header-wrapper .fusion-secondary-main-menu:after {
    display: none;
}

a.fusion-logo-link {
    float: left !important;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}

a.fusion-icon.fusion-icon-bars {
    position: absolute;
    left: 0;
    margin: 0 0px 0 10px;
    padding: 10px 120px 10px 10px;
    top: -5px;
    background: url(/wp-content/themes/Avada-Child-Theme/img/hamburger.svg);
    background-repeat: no-repeat;
    background-position: left 15px center;
}

a.fusion-icon.fusion-icon-shopping-cart {
    top: 2px;
    position: relative;
}

span.fusion-widget-cart-number {
    right: 23.5px;
}

.fusion-icon-bars:before {
    opacity: 0;
}

.fusion-secondary-menu-search {
    display: block !important;
    /* width: 100%; */
}

.fusion-secondary-menu-search.custom_fluffy {
    top: 10px;
    left: 155px;
}

form.searchform.fusion-search-form {
    display: block !important;
}

/*
.fusion-secondary-main-menu .fusion-main-menu {
    display: block !important;
    height: 0;
}

.fusion-secondary-main-menu .fusion-main-menu li,
.fusion-secondary-main-menu .fusion-main-menu>ul>li>a {
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.fusion-main-menu .fusion-main-menu-cart,
.fusion-secondary-main-menu .fusion-main-menu>ul>li.fusion-main-menu-cart>a {
    height: auto !important;
    opacity: 1 !important;
}
*/

span.fusion-widget-cart-number {
    font-weight: 400;
    font-size: 16px;
    font-size: 13px;
    letter-spacing: 0px;
    width: 16px;
    padding: 3px 3px 2px;
    box-sizing: content-box;
}

.fusion-mobile-nav-holder {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

a.fusion-flex-link.fusion-background-highlight.fusion-has-description {
    line-height: normal;
    padding-top: 8px;
}

.fusion-mobile-nav-holder .fusion-menu-description {
    display: block !important;
    color: #498797;
    font-size: 11px;
    margin-top: 4px;
}

.fusion-mobile-current-nav-item > a,
.fusion-mobile-nav-item:hover .fusion-open-submenu,
.fusion-mobile-nav-item a:hover,
.fusion-mobile-nav-item a:hover .fusion-menu-description {
    color: #fff !important;
    opacity: 1 !important;
}

.fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-left .fusion-open-submenu {
    padding-right: 35px;
    font-size: 18px;
    color: #498797;
    opacity: 0.5;
}

.fusion-mobile-nav-item:hover button.fusion-open-submenu {
    color: #498797;
}

.fusion-mobile-nav-holder>ul>li.fusion-mobile-nav-item>a {
    padding-left: 25px;
}

.language-dutch li > a.drogisterij-bik:after, 
.language-dutch li > a.beauty-verzorging:after, 
.language-dutch li > a.vitamines-mineralen:after, 
.language-dutch li > a.witte-tanden:after {
    bottom: -7px;
}

#main #content .avada-single-product-gallery-wrapper {
    padding: 0px;
}

#main #content .product .summary.entry-summary {
    margin-left: calc(220px + 30px);
}

.footer_tools {
    display: block;
    position: relative;
    z-index: 999999;
    height: 85px;
    background: #fff;
    width: 100%;
    border-bottom: dashed 1px #ddd;
}

.footer_tools:after {
    content: '';
    position: absolute;
    height: 55px;
    top: 15px;
    left: 50%;
    border-left: solid 1px #ddd;
}

.footer_tools .multilingualpress-language-switcher {
    left: 10px;
}

.footer_tools form.woocommerce-currency-switcher-form {
    right: 10px;
}

.footer_tools .hc_lang_switch {
    right: auto;
    left: 25px;
}

}

@media only screen and (max-width: 800px) {

.fusion-page-title-bar-right .fusion-page-title-secondary {
    text-align: left !important;
}

body #main #content .product .summary.entry-summary {
    margin-left: 0 !important;
}

body #main #content .product .summary.entry-summary,
.extra_product_info  {
    margin-left: 0 !important;
    padding-right: 20px;
    padding-left: 20px;
}

.woocommerce-product-gallery figure {
    text-align: center;
}

.single-product .fusion-breadcrumbs > span:nth-last-child(1),
.single-product .fusion-breadcrumbs > span:nth-last-child(2) {
    display: none;
}

section.related.products li.product,
.fusion-body .products li.product-grid-view {
    width: 50% !important;
    float: left !important;
}

.fusion-body .products li img {
    max-height: 200px;
    width: auto;
}

header.woocommerce-products-header {
    margin-left: 15px;
}

.catalog-ordering.fusion-clearfix {
    margin-left: 15px;
    margin-bottom: 15px !important;
    position: relative;
}

#wrapper .orderby-order-container,
#wrapper .order-dropdown.orderby,
.order-dropdown li ul li a {
    width: 100% !important;
}

#wrapper .order-dropdown.sort-count {
    width: calc(100% - 70px) !important;
    margin: 0 !important;
}

ul.fusion-grid-list-view {
    position: absolute;
    width: 40px !important;
    margin: 0 !important;
    right: 20px;
    bottom: 0;
}

#filters_button,
.sidebar-closer {
    display: block;
}

.sidebar-closer.opened  {
    left: 0;
    z-index: 99999;
}

.fusion_builder_column#sidebar,
.post-type-archive-product aside#sidebar,
.tax-product_cat aside#sidebar {
    margin-top: 0;
    position: fixed;
    overflow-y: scroll;
    background: #fff;
    top: 0;
    z-index: 9999999999;
    width: 80% !important;
    height: 100%;
    left: -100%;
    border-right: solid 1px #ddd;
    max-width: 320px;
    -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
}

.fusion_builder_column#sidebar.opened,
.post-type-archive-product aside#sidebar.opened,
.tax-product_cat aside#sidebar.opened {
    left: 0;
}

.footer__newsletter label {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

}

@media only screen and (max-width: 767px) {

body .fusion-logo-left .fusion-header .fusion-logo {
    width: 75%;
}

ul.brands {
    width: 50%;
}

.fusion-secondary-menu-search.custom_fluffy {
    width: 45%;
    left: 165px;
}

.fluffy-search-container ul {
    position: absolute;
    max-width: 100vw !important;
    left: -160px;
    width: 100vw !important;
}

.fluffy-search-container {
    width: 100%;
}

.products .product-list-view .product-buttons, 
.products .product-list-view .product-details, 
.products .product-list-view .product-excerpt.product-list {
    max-width: 100% !important;
    width: 100% !important;
}

}

@media only screen and (max-width: 640px) {

.sidebar-outer {
    z-index: 99999 !important;
}

}

@media only screen and (max-width: 420px) {

main#main {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

body .fusion-logo-left .fusion-header .fusion-logo {
    width: 68%;
}

a.fusion-logo-link {
    margin-right: 10px;
}

.fusion-secondary-menu-search {
    width: 100%;
}

.footer__newsletter {
    padding: 15px 10px;
}

.footer__newsletter input[type="email"] {
    max-width: 175px;
}

}


@media only screen and (max-width: 400px) {

a.fusion-icon.fusion-icon-bars {
    margin: 0;
}

body .fusion-logo-left .fusion-header .fusion-logo {
    margin-left: 45px !important;
    width: 70%;
}

a.fusion-logo-link {
    margin-right: 0;
}

.fusion-secondary-menu-search.custom_fluffy {
    width: 160px;
    left: 155px;
}

.fluffy-search-container ul {
    left: -155px;
}

}


@media only screen and (max-width: 330px) {

body .fusion-logo-left .fusion-header .fusion-logo {
    width: 65%;
}

.fusion-secondary-menu-search.custom_fluffy {
    width: 110px;
    left: 150px;
}

.fluffy-search-container ul {
    left: -150px;
}

}


/*show toevoegen aan winkelmand*/
.xoo-wsc-container .xoo-wsc-footer .swiper-container .fusion-product-wrapper .fusion-product-content .product-buttons{
    display: unset;
}

.xoo-wsc-container .xoo-wsc-footer .swiper-container .fusion-product-wrapper .fusion-product-content .product-buttons a{
    min-width: 100%;
    z-index: 9999;
}

/*.xoo-wsc-container .xoo-wsc-footer .swiper-container .fusion-product-wrapper .fusion-product-content .product-buttons a::after{ content: "add to cart" !important;}*/

