.wd-category-list {
	float: left;
	position: relative;
	width: 100%;
	padding:28px 0 28px;
}
.wd-category-list .container {
	position: relative;
}
/* .wd-category-list .wdfcat-items {
	margin: 0 -15px;
} */
.wd-category-list .item {
  float: left;
  /* padding: 0px 15px; */
  width: 100%;
}
.wd-category-list .content {
    float: left;
	width: 100%;
	overflow: hidden;
}
.wd-category-list .category-list-carousel {
	position: static;
	margin: 0;
}
.wd-category-list .cat-title {
	float: left;
	width: 100%;
}
.wd-category-list .image {
	width: 40.1%;
	float: left;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	padding: 0px;
}
.wd-category-list .image a {
	display: inline-block;
	float: none;
	vertical-align: top;
	overflow: hidden;
	position: relative;
	width: auto;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
}
.wd-category-list .owl-buttons {
	top: 12px;
}
.wd-category-list .image a img {
	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-list .content:hover .image a img{
	transform: scale(1.2);
}
.wd-category-list .category-list-carousel .category_list_inner {
	float: left;
	width: 100%;
	padding: 0px;
	text-align: left;
}
.wd-category-list .category-list-carousel .category_list_inner h4 {
	float: left;
	width: 100%;
	margin: 5px 0;
}
.product-item p.desc {
	margin: 0;
	color: #666;
}
.wd-category-list .caption {
	float: left;
	width:59.9%;
	padding:20px 0 20px 15px;
}
.wd-category-list .category_list_inner a {
	font: 500 14px/20px 'Poppins', sans-serif;
}
.wd-category-list .cat-title > h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	margin:18px 0 6px;
}
.wd-category-list .cat-title a {
	color: #111111;
	font:600 18px/28px 'Open Sans',Helvetica,sans-serif;
	margin: 0;
	white-space: nowrap;
}
.wd-category-list .caption .cat-sub {
  float: left;
  width: 100%;
}
.wd-category-list .caption .cat-sub ul {
	margin: 0;
}
.wd-category-list .caption .cat-sub li.cat-view-all a {
	color: #7d54f2;
	padding: 7px 10px 0 10px;
}
.wd-category-list .cat-sub li {
  list-style: outside none none;
}
.wd-category-list .cat-sub li span, .wd-category-list .cat-sub li a {
	color: #777;
	font: 400 14px/28px 'Open Sans',Helvetica,sans-serif;
	position: relative;
	padding: 0 10px;
	float: left;
	width: 100%;
	border: none;
	background: none;
	cursor: pointer;
}
.wd-category-list .caption .cat-sub li a:hover, .wd-category-list .caption .cat-sub li span:hover {
		color: #000000;
}
.wd-category-list .caption .cat-sub li a::before , .wd-category-list .caption .cat-sub li span::before {
	content: "\f105";
	left: 0px;
	position: absolute;
	font-family: fontawesome;
	font-size: 14px;
	display: inline-block;
	line-height: 26px;
}
.wd-category-list .cat-sub li .more-menu {
	float: left;
	width: 100%;
	padding: 5px 0;
	border-top: 1px solid #e5e5e5;
	margin: 10px 0 0;
}
.wd-category-list .caption .cat-sub li span::after {
	position: absolute;
	left: -5px;
	right: auto;
	top: 0;
	bottom: 0;
	content: "";
	margin: auto;
	background: #e5e5e5;
	opacity: 0;
	width: 0;
	height: 25px;
	z-index: -1;
	transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px;
}
.category-list-carousel .owl-buttons {
	display: none !important;
}
.wd-category-list .caption .cat-sub li span:hover::after {	opacity: 1;	width: 65px;}

@media (max-width: 660px) {
	.wd-category-list .caption {
		padding: 15px 0 15px 5px;
	}
}
@media (max-width: 650px){
	.wd-category-list .image {
		width: 30%;
  }
  .wd-category-list .caption {
	width: 70%;
}

}
@media (max-width: 479px){
	.wd-category-list .cat-title a {	font: 600 16px/26px 'Open Sans',Helvetica,sans-serif;	}
	.wd-category-list .wdfcat-items {margin: 0 -5px; }
  .wd-category-list .cat-sub li span, .wd-category-list .cat-sub li a {	font-size: 13px;}
  .wd-category-list .cat-title > h4 {	margin: 10px 0 0px;}
  .wd-category-list .image {	text-align: center;}
  .wd-category-list {
	padding: 15px 0 15px;
}
.wd-category-list .caption {
	width: 100%;
	padding: 15px 0 15px 0px;
}
.wd-category-list .image {
	width: 100%;
}
.wd-category-list .category-list-carousel .category_list_inner {
	text-align: center;
}
}
