.tab_container_category .row_items{
	padding: 0 10px;
}
.product-tabs-category-container-slider{
	margin-bottom: 90px;
}
.tabs-categorys::before{
	content: "";
	width: 100%;
	height: 2px;
	background: rgba(0,0,0,.1);
	position: absolute;
	left: 0;
	top: 35px;
	z-index: -1;
}
.tabs-categorys{
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
}
.tabs-categorys .dropdown-menu li{
	margin: 0;
	border: none;
	float: none;	
}
.tabs-categorys .dropdown-menu{
	right: 0;
	left: auto;
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
}
.tabs-categorys li img{
	border-radius: 100%;
	border: 3px solid #95a83f;
}
.tabs-categorys li:hover img,
.tabs-categorys li.active img{
	border-color: #e8e3dd
}
.tabs-categorys li:hover span,
.tabs-categorys li.active span{
	color: #95a83f;
}
.tabs-categorys li.active .wrapper-thumb img{
	border-width: 2px;
}
.tabs-categorys li.active .wrapper-thumb::before{
	content: "";
	border: 3px solid #e8e3dd;
	box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.1);
	border-radius: 100%;
	position: absolute;
	left: -12px;
	right: -12px;
	bottom: -12px;
	top: -12px;
}
.tabs-categorys li .wrapper-thumb{
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	background: #fff;
}
.tabs-categorys li span{
	display: block;
font-family: "Overpass", serif;
	font-size: 14px;
	color: #333333;
	text-transform: uppercase;
}
.tabs-categorys li{
	list-style: none;
	display: inline-block;
	cursor: pointer;
	margin: 0 30px;
}
.tabs-categorys + .row{
	margin: 0 -10px;
}
.tab-title{	
	text-align: center;	
}
.des-category{
	text-align: center;
	padding: 0 15%;
	margin-bottom: 55px;
	font-size: 12px;
	color: #7e7e7e;
	line-height: 24px;
}
@media(max-width: 767px){
	.tabs-categorys li{
		margin: 0 10px;
	}
	.tabs-categorys li span{
		font-size: 12px;
	}
	.tabs-categorys li img{
		max-width: 40px;
	}
	.tabs-categorys::before{
		top: 20px;
		height: 1px;
	}
	.tabs-categorys li .wrapper-thumb{
		margin-bottom: 10px;
	}
	.tabs-categorys li.active .wrapper-thumb img,
	.tabs-categorys li.active .wrapper-thumb::before,
	.tabs-categorys li img{
		border-width: 1px;
	}
}
@media(max-width: 560px){
	.tabs-categorys{
		margin: 0 0 20px 0;
		float: none;
		text-align: center;
	}
	.tabs-categorys li{
		float: none;
		display: inline-block;
		margin-bottom: 10px;
	}
}
@media(max-width: 360px){
	.tabs-categorys::before,
	.tabs-categorys li .wrapper-thumb{
		display: none;
	}
	.tabs-categorys li{
		padding-right: 10px;
	}
}