.categories-section{
	position: relative;
	padding: 100px 0px 100px 0px;
	background: #e9e2d9;
}

.shop-categories-two{
	position: relative;
	display: block;
	max-width: 202px;
	width: 100%;
	margin: 0 auto;
}

.shop-categories-two .image{
	position: relative;
	display: inline-block;
	width: 202px;
	height: 202px;
	border-radius: 50%;
	margin-bottom: 19px!important;
	transition: all 500ms ease;
}

.shop-categories-two:hover .image{
	background: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03);
}

.shop-categories-two h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
}

.shop-categories-two h4 a{
	display: inline-block;
	color: #591606;
}

.shop-categories-two h4 a:hover{

}


/** categories-style-two **/

.categories-style-two{
	position: relative;
	padding: 25px 0px 23px 0px;
}

.shop-categories-three .image{
	position: relative;
	display: inline-block;
	width: 104px;
	height: 104px;
	line-height: 104px;
	text-align: center;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.10);
	margin-bottom: 10px!important;
	transition: all 500ms ease;
}

.shop-categories-three .image img{
	position: relative;
	display: inline-block;
}

.shop-categories-three .image a{
	position: relative;
	display: inline-block;
}

.shop-categories-three:hover .image{

}

.shop-categories-three h6{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff;
}

.shop-categories-three h6 a{
	display: inline-block;
	color: #fff;
}

.shop-categories-three h6 a:hover{

}