/*
Theme Name: Flatsome
Theme URI: http://flatsome.uxthemes.com/
Author: UX-Themes
Author URI: http://www.uxthemes.com/
Description: Multi-Purpose Responsive WooCommerce Theme
Version: 3.8.3
Text Domain: flatsome
License: http://themeforest.net/licenses
License URI: http://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
.menu-item i._before, .rtl .menu-item i._after{
    margin-right: 0;
}
.nav > li {
    margin: 0 5px;
}
.section-title-normal span {
	padding-bottom: 5px;
	background-color: #369223;
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 0;
}
.section-title-normal {
    border-bottom: 2px solid #369223;
}
span.amount {     
    color: #f02020;
}
.woocommerce-shipping-calculator {
    display: none;
}
#shipping_postcode_field {
    display: none !important;
}
.from_the_blog_excerpt {
    text-align: justify;
}
.post_comments.op-7.block.is-xsmall {
    display: none;
}
.nav-dark .nav > li > a {
    color: #fff;
}
.nav-dark .nav > li > a:hover, .nav-dark .nav > li.active > a{
    color: #96fff5;
}
.widget-title.shop-sidebar {
    display: block;
    background-color: #369223;
    padding: 12px;
    width: 100%;
    color: #fff;
}
#main .textwidget, .widget ul {
    margin: 0;
    border: 1px solid #446084;
    padding: 5px;
}
#main .widget .is-divider {
    display: none;
}
ul.menu > li ul, .widget > ul > li ul {
    border: 1px solid #ddd;
}