
.wt_category_feature{
margin-top: 8px;
position: relative;
}

.wt_category_feature .title_tab_hide_show{
	color: #fff;
	text-align: left;
	text-decoration: none;
	padding:10px 20px 10px 20px; 
	font-family:'Raleway'; 
	font-size:18px;
	background: #d84452; border-radius: 5px;
	float: left;
	transition: all 0.3s ease 0s;
}

.wt_category_feature  .list_carousel{margin-left: -20px; clear: both;}
.wt_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;
}
.wt_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;	
}
.wt_category_feature  ul.product-list li  .cat-img{line-height: 8px; border-radius: 5px;}
.wt_category_feature  ul.product-list li .title{margin: 0; padding: 10px 0; text-align: left;}
.wt_category_feature  ul.product-list li .title a{position: relative; color: #333333; font-size:24px; font-family:'Raleway';border-radius: 5px; }
.wt_category_feature  ul.product-list li .title a img{border-radius: 5px;}
.wt_category_feature   a.btn{
  background-image: url("");
  background-repeat: no-repeat;
  float: left;
  height: 1px;
  padding: 0;
  position: absolute;
  text-indent: -9999px;
  top: -33px;
  transition: all 0.3s ease 0s;
  width: 20px;
  z-index: 0;
}

.wt_category_feature   a.next {
  background-position: 0 100%;
  right: 0;
   top: -30px;
}
.wt_category_feature  a.next:hover {
  background-position: 100% 100%;
}
.wt_category_feature  a.prev {
  right: 25px;
  background-position:0 0;
}
.wt_category_feature  a.prev:hover {
  background-position: 100% 0;
}
@media (min-width: 768px) and (max-width: 991px) { 
.wt_category_feature .caroufredsel_wrapper{height: 250px !important;}
	}

@media (max-width: 767px) { 
	.wt_category_feature .title_tab_hide_show{float: left;}
}


.wt_category_feature .cat-img a{
    position: relative;
    overflow: hidden;
    display: inline-block;
	border-radius: 5px;
	}
.wt_category_feature .cat-img a img {
      display: block;
      width: 100%;
      -moz-transition: all 1s;
      -o-transition: all 1s;
      -webkit-transition: all 1s;
      transition: all 1s; 
	  border-radius: 5px;
}
 .wt_category_feature .cat-img a:before {
      content: '';
      position: absolute;
      z-index: 1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(216, 68, 82, 0.5);
      -moz-transition: all 1s;
      -o-transition: all 1s;
      -webkit-transition: all 1s;
      transition: all 1s;
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -webkit-transform: translateY(100%);
      transform: translateY(100%); 
	  border-radius: 5px;
	  }
  .wt_category_feature .cat-img a:hover img 
	{
      -moz-transform: rotate(10deg) scale(1.5);
      -ms-transform: rotate(10deg) scale(1.5);
      -webkit-transform: rotate(10deg) scale(1.5);
      transform: rotate(10deg) scale(1.5); 
	  }
 .wt_category_feature .cat-img a:hover:before {
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0); 
	  }