/* ------------------------ Start wd-category-feature Style ------------------------- */
.wd_category_feature {
	float: left;
	position: relative;
	width: 100%;
    margin: 20px 0;
    padding: 50px 0 60px;
	overflow: hidden;
}
.wd_category_feature .wdfcat-items {
    float: left;
    width: 100%;
}
.wd_category_feature .list_carousel .wd_cat_content {
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0px 0px 0;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
}
.wd_category_feature .list_carousel .wd_cat_content .cat-img {
    background: #262626;
    border-radius: 50%;
    display: inline-block;
    float: none;
    width: 186px;
    height: 186px;
    overflow: hidden;
    vertical-align: top;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
}


.wd_category_feature .list_carousel .wd_cat_content .cat-img a {
    border-radius: 100%;
    box-shadow: none;
    float: left;
    width: 100%;
    position: relative;
    transition: all 1s ease-in-out;
}
.wd_category_feature .list_carousel .wd_cat_content .cat-img img {
	max-width: 100%;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
}

.wd_category_feature .item:hover .wd_cat_content .cat-img img{
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
}

.wd_category_feature .item {
	padding: 0 15px;
	float: left;
	width: 100%;
	margin: 0;
	position: relative;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
}
.wd_category_feature .list_carousel .wd_cat_content .wdcat-content .cat-more {
	float: none;
    width: auto;
    display: inline-block;
    margin: 10px 0 0;
    vertical-align: top;
    text-align: center;
}
.wd_category_feature .list_carousel .item:hover .wdcat-content .cat-more{
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
}

.wd_category_feature .list_carousel .wd_cat_content .wdcat-content .title {
	margin: 0;
	float: left;
	width: 100%;
	position: relative;
}
.wd_category_feature .list_carousel .wd_cat_content .wdcat-content {
    margin: 0;
    z-index: 1;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    right: auto;
    z-index: 9;
    display: block;
    text-align: center;
    color: #222222;
    float: left;
    width: 100%;
}
.wd_category_feature .list_carousel .wd_cat_content:hover .wdcat-content{
	opacity: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.wd_category_feature .list_carousel .content {
	padding:0 0px;
	float: left;
	width:100%;
}
.wd_category_feature .list_carousel .wd_cat_content .title a {
    color: #ffffff;
    font: 600 16px/24px 'Inter', sans-serif;
    margin: 20px 0 0;
    position: relative;
    text-transform: capitalize;
    padding: 0;
    float: left;
    width: 100%;
    text-align: center;
    letter-spacing: 0.6px;
}
.wd_category_feature .list_carousel .wd_cat_content .wdcat-content .cat-sub {
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
    display: inline-block;
    vertical-align: top;
}
.wd_category_feature .wdfcat-items li.double-slideitem.slider-item ul {
    text-align: center;
    margin: 0;
    float: left;
    width: 100%;
    padding: 0;
}

.wd_category_feature .list_carousel .wd_cat_content .wdcat-content .sub-cat li .category-name a {
	font-size: 14px;
	font-weight: 400;
	line-height: 32px;
	color: #111;
}
.wd_category_feature .list_carousel .wd_cat_content .wdcat-content .sub-cat li .category-name a:hover {
	text-decoration: underline;
}
#content .wd_category_feature .list_carousel .wd_cat_content .wdcat-content li {
    list-style: none;
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0;
}
#content .wd_category_feature .list_carousel .wd_cat_content .wdcat-content li.cat-view-all {
    display: none;
}
#content .wd_category_feature .list_carousel .wd_cat_content .wdcat-content li a {
    color: #767676;
    font: 400 14px/23px 'Inter', sans-serif;
    text-transform: capitalize;
    position: relative;
    padding: 0;
    float: left;
    width: 100%;
}
#content .wd_category_feature .list_carousel .wd_cat_content .wdcat-content li.cat-more a {
    float: none;
    width: auto;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    transition: all 0.5s ease;
}
#content .wd_category_feature .list_carousel .wd_cat_content .wdcat-content li.cat-more a:hover {
    color: #ffffff;
}
#content .wd_category_feature .list_carousel .wd_cat_content .wdcat-content .cat-sub li a::before {
    content: '-';
    line-height: 15px;
    vertical-align: baseline;
    margin: 0 7px 0 3px;
}
#content .wd_category_feature .list_carousel .wd_cat_content .wdcat-content li:first-child a::before {
   display: none;
}
.wd_category_feature .list_carousel .wdcat-content .category-viewall {
	font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    font-family: 'Averia Serif Libre', cursive;
    color: #555;
    letter-spacing: 0;
    position: relative;
}

.wd_category_feature .list_carousel .wdcat-content .category-viewall:hover::after {
    width: 100%;
}
@media (max-width:1199px) {
    #content .wd_category_feature .list_carousel .wd_cat_content .wdcat-content li a {
        font-size: 13px;
    }
    .wd_category_feature .list_carousel .wd_cat_content .wdcat-content .cat-more {
        margin: 4px 0 0;
    }
.wd_category_feature {
    padding: 50px 0 60px;
    margin: 10px 0;
}
}
@media (max-width:991px) {
.wd_category_feature {
    padding: 40px 0 40px;
    margin: 0;
}
.wd_category_feature .list_carousel .wdcat-content .category-viewall {
    font-size: 14px;
    line-height: 18px;
}
}
@media (max-width:767px) {
	.wd_category_feature .item {
		padding: 0 10px;
  }
  .wd_category_feature {
    padding: 30px 0 35px;
}
  .wd_category_feature .list_carousel .wdcat-content .category-viewall {
    font-size: 13px;
  }
.wd_category_feature .item {
    padding: 0 5px;
}
.wd_category_feature .list_carousel {
    margin: 0 -5px;
}
.wd_category_feature .item .cat-img:before, .wd_category_feature .item .cat-img:after {
    opacity: 1;
}
.wd_category_feature .wdfcat-items {
    padding-top: 0;
}
.wd_category_feature .list_carousel .wd_cat_content .wdcat-content {
    opacity: 1;
}
}
@media (max-width:650px){

    .wd_category_feature .list_carousel .wd_cat_content .cat-img {
        width: 150px;
        height: 150px;
    }
}
@media (max-width:543px){
    .wd_category_feature {
        padding: 30px 0 30px;
    }
}
@media (max-width:479px){
    .wd_category_feature .list_carousel .wd_cat_content .wdcat-content {
        top: 24%;
    }
	.wd_category_feature .list_carousel .content {
		 width: 100%;
		 text-align:center;
	}
    .wd_category_feature .list_carousel .wd_cat_content .title a {
        font-size: 15px;
    line-height: 19px;
    margin: 13px 0 0;
    }
    .wd_category_feature .list_carousel .wd_cat_content .cat-img {
        width: 130px;
        height: 130px;
    }
    .wd_category_feature .list_carousel .wd_cat_content .wdcat-content .cat-sub{
        margin: 5px 0 0;
    }
    .wd_category_feature .list_carousel {
        margin: 0 -5px;
    }
    .wd_category_feature .item {
        padding: 0 5px;
    }

}


