/*
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
*/

.yith-wcwl-add-button .add_to_wishlist > span,
.wc-menuitem .menu-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

/* WEBSHOP */
.fusion-woo-price-tb.stacked {
    align-items: flex-start !important;
}
.fusion-woo-badges-wrapper .onsale {
    margin: 5px;
    background-color: var(--awb-color8) !important;
    color: white;
    font-size: var(--awb-custom_typography_4-font-size);
}
.variations_form .label label {
    font-weight: var(--awb-typography1-font-weight);
}

/* WC */ .avada-myaccount-user {
    display: none !important;
}
.fusion-woo-cart-totals-wrapper table {
    margin-bottom: var(--awb-margin-bottom);
}
.order-total {
    font-weight: var(--awb-typography1-font-weight);
}

/* WISHLIST */
.wishlist-title {
    margin-bottom: 15px !important;
}
.wishlist-title > * {
    font-size: var(--awb-custom_typography_2-font-size) !important;
}
.wishlist-fragment table thead tr {
    background-color: var(--awb-color2);
    border-bottom: 1px solid var(--awb-color3);
}
.wishlist-fragment table thead tr th,
.wishlist-fragment table tbody tr td {
    background-color: transparent;
    border: none;
    
    font-family: var(--awb-typography3-font-family);
    font-size: var(--awb-typography3-font-size);
    font-weight: var(--awb-typography3-font-weight);
    font-style: var(--awb-typography3-font-style);
    line-height: var( --awb-typography3-line-height);
    letter-spacing: var(--awb-typography3-letter-spacing);
    text-transform: var(--awb-typography3-text-transform);
    color: var(--awb-color8) !important;
}

/* PRODUCT FAVOURITE*/
.b-pc-product > .fusion-column-wrapper,
.b-product_img > .fusion-column-wrapper {
    position: relative;
}
.yith-wcwl-add-button > a {
    margin: 0 !important;
    position: absolute;
    z-index: 9;
    top: 15px;
    right: 15px;
    
    width: 35px;
    height: 35px;
    background-color: white;
    border-radius: 50%;
}
.yith-wcwl-add-button .separator,
.yith-wcwl-add-button .view-wishlist {
    display: none !important;
}
.yith-wcwl-add-button .delete_item {
    color: transparent;
}
.yith-wcwl-add-to-wishlist, 
.yith-wcwl-add-button svg {
    margin: 0 !important;
}
.yith-wcwl-add-button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
    
    width: 18px !important;
}
/* INACTIEF */ .yith-wcwl-add-button > .add_to_wishlist > svg {
    stroke: var(--awb-color8)
}
/* ACTIEF EN HOVER */ .yith-wcwl-add-button > .add_to_wishlist:hover > svg,
.yith-wcwl-add-button > .delete_item  > svg {
    fill: #FF2C2C;
    stroke: #FF2C2C;
}