/*
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
*/
.variations .label{display: none;}
.display_invoice_checkout_fields label{color: #1a80b6;font-size: 20px;font-weight:500;}

.wpml_avail_button{font-size: 14px}
.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs{width:20%;}
.woocommerce-tabs.wc-tabs-wrapper #tab-description, .woocommerce-tabs.wc-tabs-wrapper #tab-additional_information, .woocommerce-tabs.wc-tabs-wrapper #tab-reviews{width:78%;margin-left:23px;float:left;}
a img.alignright{float:none;} 
.summary-container .quantity {display: none!important}
.wpml-ls-item .menu-text, .wpml-ls-item .sub-menu a > span > span{display: block!important}
.avada-myaccount-user span.username, .avada-myaccount-user .username{display:none!important;}
.post-content p.wc-terms-and-conditions{background-color: rgba(218, 218, 218, 0.3);}
.woocommerce-review__author, .woocommerce-review__dash{display:none!important;}

@media only screen and (max-width: 800px) { 
.wpml-ls-item .menu-text{padding-top:10px;}

}
.fusion-header {
    background-position: top !important;
}
.fusion-update-cart{
    display:none !important;
}
.product-title a{
    /*display:none;*/
    pointer-events: none;

}
/*span.product-title_cross_sells {*/
/*    color: var(--link_color);*/
/*    cursor: pointer;*/
/*}*/
/*Cart cross_sells button details*/
a.show_details_button {
    display: none !important;
}
.product-buttons .product-buttons-container span {
    max-width: 50%;
    font-size: 11px;
    font-weight: 900;

}
.product-buttons span {
    line-height: 1.5;
    padding-left: calc(var(--woo_icon_font_size) + 2px);
    color: var(--link_color);
    cursor: pointer;
}
.product-buttons span:nth-of-type(2) {
    float: right!important;
}

.product-buttons span:before {
    position: absolute;
    margin-left: -16px;
    font-family: awb-icons;
    color: inherit;
}