/* ------------------------ Start wd-category-feature Style ------------------------- */
.wd_category_feature {
	float: left;
	position: relative;
	width: 100%;
	margin: 30px 0 30px;
	padding: 0;
}
.wd_category_feature .list_carousel .wd_cat_content {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wd_category_feature .list_carousel .wd_cat_content .cat-img img {
	max-width: 100%;
	transition: .9s ease-in-out;
    -webkit-transition: .9s ease-in-out;
    -moz-transition: .9s ease-in-out;
    -ms-transition: .9s ease-in-out;
    -o-transition: .9s ease-in-out;
}
.wd_category_feature .item:hover .cat-img img{
	transform: scale(1.1);
}
.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 {
	list-style: none;
	float: none;
	width: 100%;
	display: inline-block;
	margin: 0;
	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 {
	opacity: 0;
	padding: 18px 0 25px;
	width: 71%;
	cursor: pointer;
	position: absolute;
	top: auto;
	bottom: 26px;
	left: 0;
	text-align: center;
	margin: auto;
	right: 0;
	display: inline-block;
	background: #fff;
	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 .wdcat-content{
	opacity: 1;
}
.wd_category_feature .list_carousel .content {
	padding:0 0px;
	float: left;
	width:100%;
	overflow: hidden;
}
.wd_category_feature .list_carousel .wd_cat_content .title a {
	color: #000000;
	font: 500 20px/30px 'Playfair Display', serif;
	margin: 0 0 3px;
	position: relative;
	text-transform: uppercase;
	padding: 0;
	float: left;
	width: 100%;
}

.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;
}
.wd_category_feature .list_carousel .wd_cat_content .wdcat-content li {
	list-style: none;
}
.wd_category_feature .list_carousel .wdcat-content .category-viewall {
	color: #000000;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    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 .item .wdcat-content .category-viewall:hover {
	text-decoration: underline;
}
@media (max-width: 1248px){
	.wd_category_feature {
		margin: 35px 0;
  }
 
}
@media (max-width:991px) {
.wd_category_feature {
	margin:25px 0 10px;
}
.wd_category_feature .list_carousel .wd_cat_content .wdcat-content {
	bottom: 10px;
	padding: 14px 0 21px;
}
.wd_category_feature .list_carousel .wd_cat_content .title a {
	font: 600 26px/34px 'Playfair Display', serif;
}
}
@media (max-width:767px) {
	.wd_category_feature {
		margin: 25px 0;
	}
  .wd_category_feature .list_carousel .wd_cat_content .wdcat-content {
		opacity: 1;
		width: 87%;
	}
	.wd_category_feature .list_carousel .wd_cat_content .wdcat-content {
		padding: 14px 0 14px;
  }
  .wd_category_feature .item {
	padding: 0 7px;
}
}
@media (max-width:730px) {
.wd_category_feature .list_carousel .wdcat-content .category-viewall {
	font-size: 12px;
	line-height: 18px;
}
.wd_category_feature .list_carousel .wd_cat_content .title a {
	font-size: 18px;
	line-height: 22px;
}
}

@media (max-width:575px) {
	.wd_category_feature {
		margin: 15px 0;
	}
	.wd_category_feature .list_carousel .wd_cat_content .wdcat-content {
		padding: 10px 0 10px;
  }
}
@media (max-width:479px){
	.wd_category_feature .list_carousel .content {
		 width: 100%;
		 text-align:center;
	}
	.wd_category_feature .item {
		padding: 0 5px;
  }
  .wd_category_feature .list_carousel .wd_cat_content {
	width: auto;
	display: inline-block;
	vertical-align: top;
	float: none;
}
}


