.wd-category-list {
	float: left;
	position: relative;
	width: 100%;
	margin:0px 0 30px;
	padding: 0;
}
.wd-category-list .container {
	position: relative;
}
.wd-category-list .item {
  float: left;
  padding: 0px;
  width: 100%;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.wd-category-list .content {
    float: left;
	width: 100%;
	overflow: hidden;
}
.wd-category-list .category-list-carousel {
	position: static;
}
.wd-category-list .cat-title {
	float: left;
	width: 100%;
}
.wd-category-list .image {
	width: 100%;
	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: .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-list .content:hover .image a img{
	transform: scale(1.2);
}
.wd-category-list .caption {
  float: left;
}
.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;
}
.wd-category-list .caption .cat-sub li span:hover::after {	opacity: 1;	width: 65px;}

.category_list.box {
	padding: 0;
}
.wd-category-list .content {
	float: left;
	width: 52%;
}
.wd-category-list .caption {
	width: 48%;
	float: right;
	margin: 20px 0 0;
}
.category_list_inner h4 {
	margin: 0;
	color: #2e2e2e;
	font-size: 16px;
	font-weight: 500;
	display: block;
	letter-spacing: 0;
}
#categorylist {
	margin: 30px 0 0;
	border: 1px solid #e5e5e5;
}
.category_list.box:last-child .item {
	border-bottom: none;
}

@media (max-width: 1199px) {
	.wd-category-list {margin: 10px 0 30px;}
}
@media (max-width: 991px) {
	.slider-item.last_item_tm .item {
		border-right: none;
	}
}
@media (max-width: 767px) {
	.wd-category-list {
		margin: 0px 0 10px;
  }
	#categorylist {
		margin: 15px 0 0;
  }
}
@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 .content {
	width: 100%;
}
.wd-category-list .caption {
	width: 100%;
	float: left;
	display: block;
	text-align: center;
	margin:10px 0 20px;
}
.categorylist_default_width{
	width: 50%;
}
}
