.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;
}
.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);
}
.whcategoryfeature .category-des {
	position: absolute;
	right: 50%;
	bottom: 50px;
	line-height: 1;
	transform: translateX(50%);
    text-align: center;
}
.whcategoryfeature .item-inner.first_item .item .categoryName a,
.whcategoryfeature .item-inner.last_item .item .categoryName a,
.whcategoryfeature .item-inner .item .categoryName a {
    color: #2e405d;
    padding: 16px 30px;
    background: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1;
    display: block;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.whcategoryfeature .item-inner .item .categoryName a {
	background: #203d6a;
	color: #ffffff;
}
.whcategoryfeature .item-inner .item .categoryName a:hover {
	background: #ff7b5f;
	color: #ffffff;
}
.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 : 1599px){
	.whcategoryfeature .category-des{
		bottom: 30px;
	}
}
@media screen and (max-width : 1440px){
	.category_feature .owl-carousel:not(.product-images) .owl-nav{
		top: -71px;
	}
}
@media screen and (max-width: 1199px){
	.whcategoryfeature .item .categoryName a{
		font-size: 24px;
	}
	.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 .category-des {
	    bottom: 20px;
	}
	.whcategoryfeature .item .categoryName a {
	    font-size: 16px;
	}
	.whcategoryfeature .item .wh-view-more {
	    font-size: 12px;
	    margin-top: 5px;
	}
    .whcategoryfeature .item-inner.first_item .item .categoryName a, 
    .whcategoryfeature .item-inner.last_item .item .categoryName a, 
    .whcategoryfeature .item-inner .item .categoryName a{
        padding: 10px 15px;
        font-size: 12px;
    }
}
@media (max-width: 767px) {
	.whcategoryfeature .category-des {
	    bottom: 10px;
	    right: 0;
	    left: 0;
	    margin: auto;
	    transform: none;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.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;
	}
}
@media (max-width: 375px) {
	.whcategoryfeature .category-des {
	    bottom: 5px;
	}
}