/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.16.5
Requires at least:    5.0.0
Requires PHP:         5.6.20
WC requires at least: 4.4.0
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
.badge-circle, .badge-outline {
    margin-left: 9.6px;
}
.badge {
	height: 3.8em;
	width: 3.8em;
}
.badge-container {
    margin: 10px 0 0 !important;
}
.woocommerce-loop-product__title {
	display:none;
}

.index-property h2 {
	font-size:16px;
}

.box-image img {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px!important;
}