/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/*=== Car Attribute ===*/
.product-small.col {
    background: #fff;
    display: block;
	margin-bottom:5px;
}
.product-small.col:hover{box-shadow: 0 0 4px 2px rgba(0,0,0,.15);z-index: 1;cursor:pointer;}
.product-small.col:last-child,.archive .product-small.col:nth-child(3n){border-right: 1px solid #eee;}
.car-attribute-wrap{
	background:#f8f9fa;
	padding:10px;
	border-radius:8px;
}
.car-attribute-wrap ul {    
	margin-bottom:0;
}
.car-attribute-wrap ul li{list-style:none;}
.car-attribute-wrap ul li.car-attr-section {    
    margin-left: 0;
    display: flex;
}
.car-attribute-wrap ul li.car-attr-section ul{margin:0;display:flex;}
.car-attribute-wrap ul li.car-attr-section ul li {margin-left: 5px;border: 1px dotted; padding: 0 5px;border-radius:5px;font-size: .9em;}
/*Begin Widget Filter*/
.yith-wcan-filter {
    border: 1px solid #f2f2f2;
    border-radius: 8px;
}
.yith-wcan-filter .filter-content{padding: 0 15px;}
.yith-wcan-filter .filter-title{
	text-align:center;
	background: url(img/widget-header-bg.png) no-repeat top;
	background-size: cover;
	color:#fff !important;
	text-transform:uppercase;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color {
    border: 1px dotted #ccc;
}
/*End Widget Filter*/

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.category .col {
    padding: 0 15px 10px;
}