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

.section-title-normal {
    border-bottom: 2px solid #3fc4f340;
}

.section-title-normal span {
    border-bottom: 2px solid #3fc4f3;
}

.blog-divider-none .is-divider{
	display: none;
}
.block-footer a, 
.block-footer p, 
.block-footer h1, 
.block-footer h2, 
.block-footer h3, 
.block-footer h4,
.block-footer h5,
.block-footer p{
	color: #FFFFFF;
}

.product-title a {
    color: #000000;
    height: 39px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 22px;
    max-width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px !important;
}
.product-small .box-text-products {
    padding-top: 1.4em;
    padding-bottom: 0.7em;
}

/*sidebar store*/
#shop-sidebar aside, #product-sidebar aside {
    border: 1px #ebebeb solid;
}

#shop-sidebar aside .widget-title, #product-sidebar aside .widget-title {
    font-size: 18px;
    line-height: 26px;
    color: white;
    display: block;
    background: #3fc4f3;
    padding: 6px 20px;
    margin: 5px 5px;
}

#shop-sidebar aside .is-divider, #product-sidebar .is-divider {
    display: none;
}

#shop-sidebar aside.widget_product_categories ul li {
    position: relative;
}

#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;
}

#shop-sidebar aside.widget_product_categories ul li a {
    padding-left: 30px;
    padding-right: 10px;
}

#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;
}