/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.7
Text Domain:  Avada
*/
/* Fix logo size in header */
.fusion-logo img.fusion-standard-logo,
.fusion-logo img {
    max-height: 65px !important;
    width: auto !important;
    height: auto !important;
}

/* Remove double separator lines under product title */
#wrapper .product .product-buttons .fusion-content-sep,
.product .product-buttons .fusion-content-sep {
    display: none !important;
    height: 0 !important;
    border: none !important;
    margin: 0 !important;
}

/* Product page: image gallery at 50% page width */
#wrapper .product .avada-product-images-global,
#wrapper .product .avada-single-product-gallery-wrapper {
    width: 50% !important;
    float: left !important;
    box-sizing: border-box !important;
}
#wrapper .product .avada-product-images-global .woocommerce-product-gallery {
    width: 100% !important;
}
#wrapper .product .summary.entry-summary {
    float: none !important;
    margin-left: 52% !important;
    width: auto !important;
}
@media only screen and (orientation: portrait) {
    #wrapper .product .avada-product-images-global {
        float: left !important;
        width: 50% !important;
    }
    #wrapper .product .summary.entry-summary {
        float: none !important;
        margin-left: 52% !important;
        width: auto !important;
    }
}

/* Breadcrumbs: left-aligned */
.fusion-page-title-wrapper {
    justify-content: flex-start !important;
}
.fusion-page-title-secondary {
    text-align: left !important;
    margin-left: 0 !important;
}
