/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
.cus_icon_header{
	align-items: center;
}
.cus_widget_home, #shop-sidebar aside, #product-sidebar aside{
	border: 1px #ebebeb solid;
    border-radius: 15px;
}
.cus_widget_home .widget-title, #shop-sidebar aside .widget-title, #product-sidebar aside .widget-title{
    font-size: 18px;
    line-height: 26px;
    color: white;
    display: block;
    border-radius: 15px;
    background: #7e7e7e;
    padding: 6px 20px;
    margin: 0;
}
.cus_widget_home .is-divider, #shop-sidebar aside .is-divider, #product-sidebar .is-divider{
	display: none;
}
.cus_widget_home ul li a, #product-sidebar aside ul li a{
	padding-inline: 10px; 
}
.cus_widget_home ul li a:before, #product-sidebar aside ul li a:before{
	content: "\f0a9";
	font-family: FontAwesome;
	padding-right: 5px;
}
#product-sidebar aside ul.product_list_widget li a:before{
	display: none;
}
.section-title-bold-center span{
	background-color: #7e7e7e;
	color: white;
}
.section-title b{
	opacity: 1;
	background-color: #fe9705;
}
.price bdi, .woocommerce-Price-amount bdi{
	color: #fe9705;
}

.title-wrapper{
	margin-bottom: 5px;
}
.col-inner>.product-small{
	border: 1px #ebebeb solid;
    border-radius: 15px;
}
.product-small>.box-image{
	border-radius: 15px 15px 0px 0px;
	overflow: hidden;
}
#shop-sidebar aside .price_slider_wrapper{
	margin-top: 15px;
}
#shop-sidebar aside ul li a{
	padding-inline: 10px; 
}
.woocommerce-widget-layered-nav-list__item{
	padding-right: 10px;
}
/*#shop-sidebar aside.widget_product_categories ul li a:before{
	content: "\f0a9";
	font-family: FontAwesome;
	padding-right: 5px;
}*/
#shop-sidebar aside.widget_product_categories ul li{
	position: relative;	
}
#shop-sidebar aside.widget_product_categories ul li a{
	padding-left: 30px;
}
#shop-sidebar aside.widget_product_categories ul li.active:after, 
#shop-sidebar aside.widget_product_categories ul li:hover:after{
	content: "\f00c";
	position: absolute;
	left: 10px;
	font-family: FontAwesome;
	padding-right: 5px;
}
#shop-sidebar aside.widget_product_categories ul li:before{
	content: "";
    display: block;
    position: absolute;
    left: 10px;
    float: left;
    width: 15px;
    height: 15px;
    border: 1px solid #aaaaaa;
}