/* ------------------------ Start wd-category-feature Style ------------------------- */



.wd_category_feature {

	float: left;

	position: relative;

	width: 100%;

	margin: 0px;

	background-color: #F6F7F8;

	padding: 25px 15px 0px;

}

#wd_cat_featured {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.wd_category_feature .wd-titletab {

	display: none;

}

.wd_category_feature .categoryimage {

	display:none;

}

.wd_category_feature .list_carousel {

	clear: both;

	position: relative;

	margin: 0;

	padding: 0 25px;

}

#wd_category_feature .customNavigation a {

    position: absolute;

    margin: auto;

    top: 33%;

    bottom: auto;

	z-index:2;

    opacity:0;

    -moz-opacity: 0; 

    -khtml-opacity: 0; 

    -webkit-opacity: 0;

    transition:all 400ms ease-in-out;

    -webkit-transition:all 400ms ease-in-out;

	-moz-transition:all 400ms ease-in-out;

	-o-transition:all 400ms ease-in-out;

	-ms-transition:all 400ms ease-in-out;

}

#wd_category_feature .list_carousel:hover .customNavigation a {

    opacity:1;

    -moz-opacity: 1; 

    -khtml-opacity: 1; 

    -webkit-opacity: 1; 

}

#wd_category_feature .list_carousel:hover .customNavigation a.prev {

    left: 0;

}

#wd_category_feature .list_carousel:hover .customNavigation a.next {

    right: 0;

}

#wd_category_feature .list_carousel .customNavigation a.prev {

    left: 20px;

}

#wd_category_feature .list_carousel .customNavigation a.next {

    right: 20px;

}

.wd_category_feature ul.product-list li {

    float: left;

    margin-left: 20px;

    margin-top: 20px;

    margin-bottom: 35px;

    position: relative;

    height: auto;

    width: 240px;

    text-align: center;

    position: relative;

}

.wd_category_feature ul.product-list li ul li {

    float: left;

    margin-left: 0;

    margin: 5px 0;

    position: relative;

    height: auto;

    width: auto;

    text-align: left;

    clear: both;

}

.wd_category_feature ul.product-list li .cat-img {

    line-height: 8px;

}

.wd_category_feature ul.product-list li .title {

    margin: 0;

    padding: 10px 0;

    text-align: left;

    position: absolute;

    bottom: 10px;

    left: 30px;

}

.wd_category_feature ul.product-list li .title a {

    position: relative;

    color: #fff;

    font-size: 24px;

    font-family: var(--secondary-font);

    text-transform: uppercase;

}

.wd_category_feature ul.product-list li .title a img {

    border-radius: 5px;

	-moz-border-radius: 5px;

    -webkit-border-radius: 5px;

    -khtml-border-radius: 5px;

}

.wd_category_feature .cat-img a {

	display: flex;

	align-items: center;

	justify-content: center;





}

#wd_category_feature .sub-cat ul {

    float: left;

    margin: 0;

    width: 100%;

    z-index: 1;

	padding: 0;

}

#wd_cat_featured .content .sub-cat ul li a {

	color: var(--primary-bg-color);

	font: 400 14px/24px var(--secondary-font);

	text-transform: capitalize;

	position: relative;

	padding: 0px;

	display: inline-block;

	border-radius: 25px;

	text-decoration: underline;

}



#wd_cat_featured .content .sub-cat ul li a span {

    font-size: 0;

    line-height: 13px;

}

#wd_category_feature .wt-block-title h3 {

    font-size: 24px;

    color: #000;

    border-bottom: 3px solid #f12a43;

    padding-bottom: 7px;

    float: left;

    margin-bottom: 15px;

}

#wd_cat_featured .content .title a {

	font: 600 18px/28px var(--secondary-font);

	margin: 0;

	position: relative;

	text-transform: capitalize;

	padding: 0;

	text-align: left;

	color: #222222;

	float: left;

	width: 100%;

	transition: 400ms ease-in-out all;

	-webkit-transition: 400ms ease-in-out all;

	-moz-transition: 400ms ease-in-out all;

	-o-transition: 400ms ease-in-out all;

	-ms-transition: 400ms ease-in-out all;

}

.wd_category_feature .owl-item:nth-child(4n+1) .item .cat-img a {

	background: #e5f3ed;

}

.wd_category_feature .owl-item:nth-child(4n+2) .item .cat-img a {

	background: #fcf8e5;

}

.wd_category_feature .owl-item:nth-child(4n+3) .item .cat-img a {

	background: #f3f5fe;

}

.wd_category_feature .owl-item:nth-child(4n+4) .item .cat-img a {

	background: #fdf3fe;

}

#wd_cat_featured .content .title {

	margin: 0;

	float: left;

	width: 100%;

	position: relative;

}

.wd_category_feature .cat-img a img {

	transition: all 600ms ease-in-out 0s;

	-webkit-transition: all 600ms ease-in-out 0s;

	-moz-transition: all 600ms ease-in-out 0s;

	-o-transition: all 600ms ease-in-out 0s;

	-ms-transition: all 600ms ease-in-out 0s;

}

#wd_cat_featured .content .cat-desc {

	float: left;

	width: 100%;

	color: #777;

	font: 400 14px/22px var(--secondary-font);

	margin: 0 0 15px;

}

#wd_cat_featured .wd_cat_content {

	float: left;

	width: 100%;

	text-align: center;

	display: flex;

	align-items: center;

}

#wd_cat_featured .content {

    float: left;

    width: 100%;

    overflow: hidden;

    padding: 0 30px;

}

#wd_cat_featured .item {
    padding: 0;
	margin:0;
	margin-bottom: 25px;
}
#wd_cat_featured .item .content {
	border-right: solid 1px #C3C3C3;
}
#wd_cat_featured .item:last-child .content {
	border-right: 0;
}

#wd_category_feature #wd_cat_featured .item .content .wdcat-content {

	text-align: left;

	float: left;

	margin: 0;

	padding: 0 0 0 30px;

}

#wd_cat_featured .cat-img {

	float: left;

	transition: all 400ms ease-in-out;

	-webkit-transition: all 400ms ease-in-out;

	-moz-transition: all 400ms ease-in-out;

	-o-transition: all 400ms ease-in-out;

	-ms-transition: all 400ms ease-in-out;

	overflow: hidden;

	flex-shrink: 0;

}

.wd_category_feature #wd_cat_featured .item:hover .cat-img a img {

	transform: rotateY(360deg);

}



@media (max-width:991px) {

	.wd_category_feature .list_carousel {

		padding:0;

	}

	#wd_category_feature #wd_cat_featured .item .content .wdcat-content {

		padding: 0 0 0 15px;

	}

	#wd_cat_featured .content .title a{

		font-size: 16px;

		line-height: 26px;

	}

}

@media (max-width:543px) {

	#wd_cat_featured .cat-img {

		height: 55px;

		width: 55px;

	}

	#wd_cat_featured .content .title a {

		font-size: 13px;

		line-height: 17px;

	}

	#wd_cat_featured .content .sub-cat ul li a{

		font-size: 12px;

		line-height: 16px;

	}

	#wd_cat_featured .content {

		padding: 0 10px;

	}

	.wd_category_feature .list_carousel {

		margin: 0 -10px;

	}

}

/* ------------------------ End wd-category-feature Style ------------------------- */





