.tmcategorylist {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: inline-block;
	float: left;
	margin: 0;
}

.tmcategory-container {
  float: left;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
}
.tmcategorylist #tmcategorylist.grid {
  margin: 0 auto;
}
.tmcategorylist #tmcategorylist.grid li {
  width: 33.33%;
}
.tmcategorylist li {
  float: left;
  position: relative;
  width: 100%;
  padding: 0 11px;
}


.cate-description {
  display: none;
}
.tmcategory-container .categoryblock {
    float: left;
    width: 100%;
    margin: 0;
}


.tmcategory-container .categoryblock .block_content {
  display: inline-block;
  overflow: hidden;
  padding: 0;
  position: relative;
  float: left;
  width: 100%;
}

.tmcategory-container .categoryblock .block_content .categorylist {
	height: auto;
	overflow: hidden;
	position: absolute;
	text-align: center;
	transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	width: 60%;
	right: 0;
	left: 0;
	bottom: 8%;
	margin: 0 auto;
	padding: 12px 0;
	line-height: 24px;
	background: #fff;
}

.tmcategory-container .categoryblock .block_content .categoryimage {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.tmcategory-container .categoryblock .block_content .categoryimage img {
  webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  cursor: pointer;
  position: relative;
  height: auto;
  overflow: hidden;
}
.tmcategory-container .categoryblock .block_content:hover .categoryimage img {
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
  -moz-transform: scale(1.07);
}
.tmcategory-container .categoryblock .block_content .categoryimage img {
  cursor: pointer;
  max-width: 100%;
  position: relative;
}
.tmcategory-container .categoryblock .block_content .categoryimage .cate-btn {
  left: 0;
  position: absolute;
  right: 0;
  top: 24%;
  opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
  transform: translateY(-120px);
	-webkit-transform: translateY(-120px);
	-ms-transform: translateY(-120px);
	-o-transform: translateY(-120px);
	-moz-transform: translateY(-120px);
  transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  text-align: center;
  padding:0 20px;
  z-index: 10;
}
.tmcategory-container .categoryblock .block_content .categoryimage .cate-btn .btn-primary{ background: transparent; border: none; white-space: normal; font-size: 14px; line-height: 23px; font-weight: 700;}
.tmcategory-container .categoryblock .block_content .categoryimage .cate-btn:hover .btn-primary,.tmcategory-container .categoryblock .block_content .categoryimage .cate-btn:hover .cate-icon::before{ color: #000;}
.tmcategory-container .categoryblock .block_content .categoryimage .cate-icon {
  float: left;
  position: relative;
  text-align: center;
  width: 100%;
  padding: 18px 0 0;
}
.tmcategory-container .categoryblock .block_content .categoryimage .cate-icon::before{
  color: #fff;
  content: "\f101";
  font-family: "FontAwesome";
    font-size: 18px;
    font-weight: 500;
  transition: all 500ms ease 0s;
  -webkit-transition: all 500ms ease 0s;
  -ms-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  vertical-align: top;
}
.tmcategory-container .categoryblock:hover .categoryimage .cate-btn{ 
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);   
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-moz-transform: translateY(0);
  display: none;
}
.tmcategory-container .categoryblock .block_content .categorylist .cate-heading a {
	color: #222;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 24px;
}
.tmcategory-container .categoryblock .block_content .categorylist .cate-heading a:hover{
  color: #f39787;
}
.tmcategory-container .categoryblock .block_content .cate-description p {
  font-size: 12px;
  line-height: 23px;
  color: #757575;
  padding: 0 5px;
  font-weight: 400;
  clear: both;
  float: left;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.tmcategory-container .categoryblock .block_content .categoryimage_bg {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  padding: 0;
  width: 100%;
  float: left;
}
.tmcategory-container .categoryblock .block_content .categorylist ul.subcategory li:last-child{
  display: none;
}
.tmcategory-container .categoryblock .block_content .categorylist ul.subcategory li{
  display: none;
}

.tmcategory-container .categoryblock .block_content .categorylist ul.subcategory li a {
  color: #666666;
  text-transform: uppercase;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
}
.tmcategory-container .categoryblock .block_content .categorylist ul.subcategory li a:hover{
  color: #f39787;
}



@media (max-width: 767px){
 .tmcategorylist .container{ padding: 0; }
 .tmcategory-container .categoryblock .block_content .categorylist{
  width: 85%;
 }
}

@media(max-width: 543px){

	.tmcategory-container .categoryblock .block_content .categoryimage .cate-btn {
	  top: 16%;
	}
  .tmcategorylist {
  width: 100%;
  margin: 0 auto;
}
}
@media(max-width: 480px){

	.tmcategory-container .categoryblock .block_content .categorylist{
    width: 50%;
  }
	.tmcategorylist #tmcategorylist.grid li {
 		 width: 100%;
	}
  .tmcategorylist .h1.products-section-title {
  font-size: 26px !important;}
}

