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

/*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: var(--primary-color);
	font-size: 16px !important;
	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 #be2928;
		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;
}
a.primary.is-small.mb-0.button.product_type_simple.is-outline {
	color: #be2928;
	/*     font-size: 13px !important; */
	border-radius: 99px !important;
}
.absolute-footer .container{
	display:flex;
	justify-content:center;
	color:white;
}
.dark .ux-menu-link__link {
	border-bottom-color: hsla(0, 0%, 100%, .2);
	color: black !important;
}
.dark p {
	color: black !important;
}
.has-icon-bg .icon .icon-inner{
	color: var(--primary-color) !important;
}

.section-title-normal, .section-title-normal span{
	border-color:#be2928 !important;
}
.custom-title .section-title-normal span,
.custom-title .section-title-normal span:before{
	background:#be2928;
}

.custom-title .section-title-normal span:after{
	border-top: 39px solid #be2928;
}
.section-title-normal a{
	color:#be2928;
}
.wpcf7-submit{
	color:#be2928 !important;
	background:#fff !important
}
a.primary.is-small.mb-0.button.product_type_simple.is-outline{
	color:#be2928;
}
a.primary.is-small.mb-0.button.product_type_simple.is-outline:hover{
	background:#be2928;
	color:#fff;
	border-color:#be2928;
}
#shop-sidebar aside .widget-title, #product-sidebar aside .widget-title{
	background:#be2928;
}
h1, h2, h3, h4, h5, h6, .heading-font {
	color: #be2928 !important;
}
.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;
}