/*
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
*/

.fusion-secondary-header {
    font-size: 16px !important;
}

.add_to_cart_button {
	display: none !important;
}

.ajax_add_to_cart {
	display: none !important;
}

.cart {
	display: none !important;
}

.product-border {
	display: none !important;
}

.product_meta {
    padding-top: 0px !important;
}

.woocommerce-product-details__short-description p {
	margin-bottom: 0px !important;  
}

.fusion-rollover-linebreak {
	display: none !important;
}

.jag-hoverimage-short-desc {
	 text-align: justify;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}