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

/*header*/

ul#header-contact li a span{
	text-transform: initial;
}
.header-nav-main.nav-right.nav-line-bottom > li > a:before{
	display: none;
}

/*title*/

.custom-title .section-title-normal span {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 7px 20px;
    background-color: #2DAC15;
    color: #FFF;
    position: relative;
    font-size: 18px;
}

.custom-title .section-title-normal span:before {
    content: "";
    background-color: #178203;
    width: 9px;
    height: 100%;
    position: absolute;
    top: 1px;
    left: 0;
    border-radius: 0 8px 8px 0;
}

.custom-title .section-title-normal span:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-right: 30px solid transparent;
    border-left: 0;
    border-top: 39px solid #2DAC15;
    border-bottom: 0;
    top: 0;
    right: -30px;
}

.custom-title .section-title-normal {
    border-bottom: 2px solid #2DAC15;
}
.section-title-normal span{
	border-bottom: 2px solid #2DAC15;
}
.section-title-normal {
    border-bottom: 2px solid #86be0f73;
}

/*add to cart*/

.isures-custom--qty_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.isures-custom--qty_wrap .ajax_add_to_cart {
    font-size: 12px;
    margin: 0;
    padding: 10px 15px;
    min-height: auto;
    line-height: 1.5;
}
.isures-custom--qty_wrap .quantity {
    margin-right: 0em !important;
}
.isures-custom--qty_wrap .quantity input {
	margin-top: 0;
}

/*product*/

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

span.amount {
    white-space: nowrap;
    color: #2a8828;
    font-weight: bold;
}

.col-inner .product-small.box {
    margin-bottom: 18px;
    border: 1px solid #ececec;
    padding: 10px;
    border-radius: 4px;
}
.add_to_cart_button{
		border: 1px solid currentColor !important;
		border-radius: 20px;
	    padding-inline: 6px;
	}


/*other*/
@media screen and (min-width: 768px) {
	.row-border>div.col>div.col-inner{
		padding: 20px;
		border: 2px solid #EF5728;
		border-radius: 9px;
	}
	.cust-row-inline{
		flex-wrap: inherit;
	}
}


.post-title{
	color: #000000;
}

/*widget sidebar*/
#shop-sidebar aside, #product-sidebar aside {
    border: 1px #ebebeb solid;
    border-left: /*1px #ebebeb solid;
    border-right: 1px #ebebeb solid;*/
}
#shop-sidebar aside .widget-title, #product-sidebar aside .widget-title {
    font-size: 18px;
    line-height: 26px;
    color: white;
    display: block;
    background: #2dac15;
    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;
}
.price_slider_wrapper{
	padding: 5px 10px 0px 5px;
}

.stats-widget {
	background: #f8f9fa;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	max-width: 400px;
	margin: auto;
}
.stats-widget h5 {
	color: #495057;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 2px solid #007bff;
	padding-bottom: 10px;
}
.stat-item {
	padding: 10px 0;
	border-bottom: 1px solid #dee2e6;
	display: flex	;
	justify-content: space-between;
}
.stat-item:last-child {
	border-bottom: none;
}
.stat-icon {
	color: #007bff;
	width: 20px;
}
.stat-value {
	font-weight: bold;
	color: #28a745;
}

.stat-item span{
	color:black;
}