.wh_category_feature{
	clear: both;
	position: relative;
}
.category_feature {
    background-color: #fff;
    padding-top: 0;
    z-index: 100;
    position: relative;
}
.category_feature .sec-heading h3{
    text-align: left;
}
.whcategoryfeature .item {
	position: relative;
}
.whcategoryfeature .item .cat-img > a {
	display: block;
	position: relative;
	text-align: center;
	overflow: hidden;
	height: 215px;
    width: 215px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e2e2;
    border-radius: 100%;
    padding: 20px;
}
.whcategoryfeature .item .whcategory-btn{
	position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    transform: translateY(50%);
    margin-left: auto;
    margin-right: auto;
    max-width: max-content;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
.whcategoryfeature .item:hover .whcategory-btn{
	opacity: 1;
    visibility: visible;
}
.whcategoryfeature .item .whcategory-btn a{
	background-color: #fff;
	height: 120px;
	width: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	transform: translateY(30px);
	border-radius: 100%;
}
.whcategoryfeature .item:hover .whcategory-btn a{
	transform: translateY(0px);
}
.categoryName {
    margin: 25px 0 0;
    display: flex;
    align-items: center;
}
.whcategoryfeature .category-des {
	position: relative;
    text-align: center;
}
.whcategoryfeature .item .categoryName a {
    color: #6f6f6f;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
    display: block;
    font-family: 'Marcellus', sans-serif;
}
.whcategoryfeature .item .categoryName > i {
	opacity: 0;
    visibility: hidden;
    font-size: 16px;
    font-weight: 700;
    margin-left: 10px;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.whcategoryfeature .item:hover .cat-img > a {
    background-color: #ffedeb;
    border-color: #ffedeb;
}

.whcategoryfeature .item:hover .categoryName > i {
    opacity: 1;
    visibility: visible;
    color: #2f2f60;
}
.whcategoryfeature .item:hover .categoryName a{
	color: #2f2f60;
}
.category-desc {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #2f405e;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    border-bottom: 2px solid #2f405e;
}
.whcategoryfeature .item .wh-view-more {
	color: #888888;
    font-size: 20px;
    line-height: 1;
    margin-top: 15px;
}

.whcategoryfeature .item .sub-cat ul {
	display: block;
	margin: 0;
}
.whcategoryfeature .item .sub-cat li {
	display:block;
}
.whcategoryfeature .item .sub-cat li a:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f105';
    top: auto;
    left: 0px;
    bottom: auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.whcategoryfeature .item .sub-cat li a {
	color: #666666;
	display: block;
	font-size: 15px;
	padding-left:15px;
	position: relative;
	text-transform: capitalize;
    line-height: 2.2;
}
.whcategoryfeature .item .sub-cat li a:hover {
	padding-left: 20px;
}
.category_feature .owl-carousel:not(.product-images) .owl-nav{
	position: absolute;
	top: -120px;
	right: 0;
}
@media screen and (max-width : 1440px){
	.category_feature .owl-carousel:not(.product-images) .owl-nav{
		top: -71px;
	}
	.whcategoryfeature .item .cat-img > a {
	    height: 190px;
	    width: 190px;
	}
	.whcategoryfeature .item .categoryName a {
	    font-size: 20px;
	}
	.whcategoryfeature .item .categoryName > i {
	    font-size: 12px;
	}
}
@media screen and (max-width: 1199px){
	.whcategoryfeature .item .wh-view-more{
		font-size: 16px;
	    margin-top: 10px;
	}
	.category_feature .owl-carousel:not(.product-images) .owl-nav {
	    top: -61px;
	}
}
@media screen and (max-width: 991px){
	.category_feature .owl-carousel:not(.product-images) .owl-nav {
	    top: -46px;
	}
	.whcategoryfeature .item .wh-view-more {
	    font-size: 12px;
	    margin-top: 5px;
	}
	.whcategoryfeature .item .cat-img > a {
	    height: auto;
	    width: auto;
	    padding: 0;
	}
}
@media (max-width: 767px) {
	.whcategoryfeature .item .sub-cat li a {
    	font-size: 13px;
	    padding: 5px 0 0 15px;
	}
	.category_feature .owl-carousel:not(.product-images) .owl-nav{
		margin: 0;
	}.whcategoryfeature .item .categoryName a {
	    font-size: 16px;
	}
	.whcategoryfeature .item .categoryName > i {
	    font-size: 10px;
	    margin-left: 5px;
	}
	.categoryName {
	    margin: 15px 0 0;
	}
}
