/*
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
*/

span.sku_wrapper {
    display: none !important;
}

p.stock.available-on-backorder {
    color: green;
}

p.stock.in-stock {
    color: green;
}

span.checkmark {
    content: "";
    color: #ffffff;
    background: #216bb4;
    border-radius: 100%;
    text-align: center;
    padding: 7px 15px 6px 15px;
    position: relative;
    left: 0px;
    font-size: 21px;
    margin-right: 10px;
    display: inline-block;
}
.tp-text h3 {
	color: #226ab4 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}
.tp-text a, .tp-linkintegratie a {
	color: #226ab4 !important;
}
.tp-linkintegratie h4 {
	color:#226ab4 !important;
	font-size: 15px !important; 
	font-weight: 600 !important;
}
.cta-btn {
	background-color:#414143 !important;
}

.mobile_cat_description,
aside#sidebar + .term-description {
    display: none;
    width: 100%;
    order: 3;
}


.archive .term-description a {
    color: #007dbc;
}

.archive .term-description a:hover {
    color: #000;
}

.fusion-button.regular-text-button {
    padding: 10px 0;
    font-size: 14px;
}

.fusion-button.regular-text-button:hover {
    background: none !important;
}

/*************************************
WooCommerce - Loop - 
*************************************/

#filters_button {
    display: none;
}

.woocommerce .products .product .onsale{
display:none;
}

.products li.product {
    overflow: hidden;
}

.product-overlay {
    padding: 15px;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -100%;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: 9800;
    background-color: rgba(255,255,255,.85);
    -webkit-transition: all .40s ease;
       -moz-transition: all .40s ease;
        -ms-transition: all .40s ease;
         -o-transition: all .40s ease;
            transition: all .40s ease;
}

.products .product:hover .product-overlay {
    top: 0;
    opacity: 1;
}

.product-overlay-title {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
}

.product-overlay p.available-sizes-text {
    font-size: 12px;
}

.product-overlay a.size-link {
    display: inline-block;
    border: solid 1px;
    font-size: 12px;
    margin-bottom: 5px;
    max-width: 100px;
    margin: 0 5px 5px;
    padding: 0 5px;
}

.product-overlay a.button {
    background: #226ab4;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 12px !important;
    font-weight: 700;
    color: #fff !important;
    margin-top: 15px;
}

.product-overlay a.button:hover {
    background: #000;
}

.fusion-woo-cart .fusion-button-wrapper {
    flex-direction: row !important;
}

.fusion-woo-cart .quantity {
    margin-right: 10px !important;
}

.variations_form.cart .label {
    width: 50px !important;
}

.variations_form.cart li.variable-item {
    border: solid 1px;
    display: inline-block;
    text-align: center;
    line-height: 1;
    padding: 5px 13px 4px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    min-width: 70px;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}

.variations_form.cart li.variable-item:hover,
.variations_form.cart li.variable-item.selected {
    background: #226ab4;
    border-color: #226ab4;
    color: #fff;
}

li.variable-item.disabled {
    opacity: 0.2;
    background: #eaeaea !important;
    color: #222 !important;
}

.single_variation_price_reset .stock{
    display: none !important;
}

.single-product .product .bundle_button {
    align-items: flex-start;
}

.single-product .product .bundle_button button.single_add_to_cart_button {
    margin: 0 !important;
    height: 43px;
}



@media only screen and (max-width: 800px) {

.mobile_cat_description,
aside#sidebar + .term-description {
    display: block;
}

/*
.woocommerce-container #content .term-description {
    display: none;
}
*/

body.fusion-body .products li {
    width: 48% !important;
}
	
}

@media only screen and (max-width: 1200px) {

    #filters_button {
        display: block;
        height: 38px;
        line-height: 38px;
        padding-left: 15px;
        margin: 20px 0 10px;
        background: #fbfaf9;
        border: solid 1px #eaeaea;
        font-size: 12px;
        cursor: pointer;
    }

    #filters_button svg {
        position: relative;
        top: 10px;
        margin-right: 10px;
        float: right;
    }

    #filters_button svg g#Categorie-320 {
        stroke: #000;
    }

    .tax-product_cat aside#sidebar {
        position: fixed;
        top: 0;
        z-index: 99999999999999999;
        margin-top: 0 !important;
        left: -100%;
        height: 100%;
        background: #fff !important;
        padding: 20px 30px !important;
        overflow-y: scroll;
        -webkit-transition: all .35s ease;
           -moz-transition: all .35s ease;
            -ms-transition: all .35s ease;
             -o-transition: all .35s ease;
                transition: all .35s ease;
    }

    .tax-product_cat aside#sidebar.active {
        left: 0;
    }

    .sidebar-closer,
    .tttax-product_cat aside#sidebar.active:before {
        position: fixed;
        bottom: 10px;
        z-index: 9999999999999999;
        background: limegreen;
        width: calc(100% - 130px);
        height: 30px;
        text-align: center;
        color: #fff;
        font-weight: 900;
        font-size: 12px;
        padding-top: 6px;
        left: 25px;
    }

    .sidebar-cross {
        content: 'X';
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 99999999;
        background: red;
        width: 30px;
        border-radius: 50%;
        color: #fff;
        text-align: center;
        height: 30px;
        line-height: 30px;
    }



    .fusion-mobile-nav-holder ul.sub-menu li a {
        border-color: #ddd !important;
    }

    .fusion-mobile-nav-holder ul.sub-menu li a span {
        color: #3e3e3e;
        font-size: 13px !important;
    }

    body .fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-left li.fusion-mobile-nav-item li a {
        padding-left: 45px;
    }

    .fusion-secondary-main-menu .fusion-mobile-nav-holder {
        display: block !important;
        position: fixed;
        width: 80%;
        max-width: 400px;
        top: 0;
        height: 100vh !important;
        background: #fff;
        z-index: 999;
        left: -100%;
        overflow-y: scroll;
        -webkit-transition: all .40s ease;
           -moz-transition: all .40s ease;
            -ms-transition: all .40s ease;
             -o-transition: all .40s ease;
                transition: all .40s ease;
    }

    .admin-bar .fusion-secondary-main-menu .fusion-mobile-nav-holder {
        top: 46px;
        height: calc(100vh - 46px) !important;
    }

    .fusion-secondary-main-menu .fusion-mobile-menu-expanded {
        left: 30px;
    }

    .fusion-secondary-main-menu .mobile-menu-closer {
        content: '';
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: -100%;
        background: rgba(0,0,0,0.5);
        z-index: 2;
        -webkit-transition: all .25s ease;
           -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
             -o-transition: all .25s ease;
                transition: all .25s ease;
    }

    .fusion-secondary-main-menu .fusion-mobile-menu-expanded + .mobile-menu-closer {
        left: 0px;
    }

    /*verberg overige widgets #17380*/
    /* #custom_html-3,#custom_html-4, #social_links-widget-2, #dgwt-wcas-search-input-2, #woocommerce_recently_viewed_products-2, #woocommerce_widget_cart-2{
        display: none;
    } */

}


@media only screen and (max-width:640px) {
.checkout .shop_table tfoot > tr {
display: flex;
}

.checkout .shop_table tfoot > tr > td {
margin-right: -120px !important;
width: auto !important;
}

form.checkout .shop_table tfoot th {
padding-right: 30px !important;
width: 88px!important;
}

#shipping_method li {
text-align: left !important;
}

}

@media only screen and (max-width:400px) {

.cart_totals {
    padding: 20px 15px;
}

.cart_totals table {
    font-size: 13px;
}

.cart_totals table th {
    width: 20% !important;
}

form.checkout.woocommerce-checkout .woocommerce-content-box.full-width {
    padding: 20px 15px;
}

form.checkout.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table {
    font-size: 15px;
}

table.shop_table.woocommerce-checkout-review-order-table .cart_item .product-thumbnail {
    width: 30px;
}

form.checkout.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot {
    font-size: 12px;
}

form.checkout.woocommerce-checkout small.includes_tax {
    display: block;
}

form.checkout.woocommerce-checkout tr.order-total td {
    text-align: left !important;
}


}

@media only screen and (max-width: 320px) {

body.fusion-body .products li {
    width: 100%;
}
    
}



.bundled_product_excerpt {
	display: none;
}


/*Iconic sales booster onder add to cart button */
.iconic-wsb-product-bumps {
    width: 100% !important;
}

.product-type-simple .wc-points-rewards-product-message {
    width: 100%;
}

.woocommerce-variation-price .wc-points-rewards-product-message + br {
    display: none;
}

.woocommerce-variation-availability p {
    margin-bottom: 0;
}

/* Mobile menu scroll fix #21524 */
/*#menu-menu-nieuw-1 {
    max-height: unset !important;
}*/

#menu-menu-mobiel,
#menu-menu-nieuw-1 {
    max-height: calc(100vh - 180px) !important;
    box-shadow: 0 4px 2px -2px #dcdcdc;
}

.awb-menu.collapse-enabled [aria-expanded=true]~.awb-menu__sub-ul ul {
    margin-left: 20px !important;
}

/* my account page capitalize every button #23242 */
.woocommerce-MyAccount-navigation-link a {
    text-transform: capitalize;
}

/* make variation label bold 23924 */
table.variations .label:not(.iconic-wlv-variations__label) {
    font-weight: bold;
}

table.variations .label:not(.iconic-wlv-variations__label)::after {
    content: ":";
    font-weight: bold;
}