/*
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.20.5
Requires at least:    6.4
Requires PHP:         7.4
WC requires at least: 8.3
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.
***************/
.widget_layered_nav li {
    padding: 0px!important;
    border: 1px solid #ccc !important;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
    display: inline-flex;
    margin: 0px 0px 10px 10px !important;
}
.widget_layered_nav li a {
    padding: 5px 20px !important;
    display: inline-block !important;
}
.widget_layered_nav li .count {
    display: none;
}
fieldset, input, select, textarea{
	text-align:right;
}
.wpcf7-form .wpcf7-form-control{
	float: right!important;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}