/*
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.19.6
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.
***************/

.searchform-wrapper  input[type="search"]{
	border-radius: 25px 0px 0px 25px !important;
}


.products .box-image img{
    height: 248px !important;
}


.gallery-columns-3 .gallery-item, .large-columns-3 .flickity-slider>.col, .large-columns-3>.col {
     flex-basis: 25% !important;
     max-width: 25% !important;
}
.woocommerce-shop .products .box-image img {
    height: 190px !important;
}

.category-page-row .sidebar-inner .product-categories li a{
	text-transform: uppercase;
	color: #777777 !important;
	font-size: 0.9em !important;
}




