/*
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
*/

@import "style/general.css";
@import "style/header.css";
@import "style/footer.css";

@import "style/home.css";
@import "style/product.css";
@import "style/about.css";
@import "style/page-community.css";
@import "style/page-community-article.css";
@import "style/page-approfondimenti.css";
@import "style/page-class.css";
/* @import "style/page-area.css"; */

@import "style/page-account.css";
@import "style/page-cart.css";
@import "style/page-payment.css";
@import "style/page-login.css";

@font-face {
    font-family: "Brandon Grotesque";
    src: url("fonts/brandon_bld-webfont.woff2") format("woff2"), url("fonts/brandon_bld-webfont.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

.fusion-comments-tb.fusion-comments-tb-1 {
    color: #483b3e !important;
}

.fusion-body .quantity,
.single-product .product .summary .cart .quantity {
    width: calc(55px + 53px + 53px);
    display: none;
}

.gift-cards-list button {
    border-radius: unset;
    background-color: white;
    color: #404040;
    padding: 10px 10px 10px 10px;
}

.gift-cards-list button.ywgc-predefined-amount-button.selected_button {
    color: white;
    padding: 10px 10px 10px 10px;
}

.product .onsale {
    display: none;
}

/* Gab
*
/* General */

.woocommerce-tabs.wc-tabs-wrapper::-webkit-scrollbar,
.woocommerce-MyAccount-navigation::-webkit-scrollbar {
    display: none;
}

.woocommerce-tabs.wc-tabs-wrapper,
.woocommerce-MyAccount-navigation {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.woocommerce .shop_table td {
    padding: 25px 10px;
}

/* Checkout consulenza */

.woocommerce-billing-fields h3 {
    margin-top: 40px !important;
}

.woocommerce-billing-fields h3:first-child {
    margin-top: 0px !important;
}

#risvegli_field h5 {
    margin-bottom: 5px;
}

#risvegli_field p {
    margin-bottom: 30px;
}

#sessobambino_field .woocommerce-input-wrapper {
    display: block;
}

.variation dt,
.variation dd {
    display: none !important;
}

.wc-item-meta {
    display: none;
}

/* Mobile & Tablet */

@media screen and (max-width: 1024px) {
    /* Cart Page */

    .pagamento .product-quantity:before {
        display: none;
    }
}

/* Mobile */

@media screen and (max-width: 640px) {
    .wc-pao-addon {
        width: 100%;
    }
}

.d-none {
    display: none!important;
}