.tmcategory-container {
  border-bottom: 1px solid #e6e6e6;
  float: none;
  margin: 0 auto;
  padding: 0 0 48px;
  position: relative;
  width: 100%;
}
.tmcategorylist #tmcategorylist.grid {
  margin: 0 auto;
}
.tmcategorylist #tmcategorylist.grid li {
  width: 33.33%;
}
.tmcategorylist li {
  float: left;
  padding: 0 15px;
  position: relative;
  width: 100%;
}
.tmcategorylist .owl-item {
  margin-top: 23px;
  position: relative;
  transition: all 0.9s ease 0s;
}
.tmcategorylist .h1.products-section-title {
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 18px;
}
.tmcategory-container .categoryblock {
    float: left;
    width: 100%;
    margin: 0px 0 20px;
}
.tmcategory-container .categoryblock .categoryimage::before{ 
background: #86bc47;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
-khtml-opacity: 0;
-webkit-opacity: 0;
-moz-opacity:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0.5, 0);
	 -webkit-transform: scale(0.5, 0);
	-ms-transform: scale(0.5, 0);
	-o-transform: scale(0.5, 0);
	-moz-transform: scale(0.5, 0);
  transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
  width: 100%;
  border-radius: 100%;
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
-moz-border-radius: 100%;;
}
.tmcategory-container .categoryblock:hover .categoryimage::before{
  opacity: 0.5;
-khtml-opacity: 0.5;
-webkit-opacity: 0.5;
-moz-opacity:0.5;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
  transform: scale(1);
 	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
  transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
  z-index: 9
}

.tmcategory-container .categoryblock .block_content {
    background-color: #fff;
    display: block;
    overflow: hidden;
    padding: 0;
	position: relative;
}

.tmcategory-container .categoryblock .block_content .categorylist {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #f7f7f7;
  box-shadow: 0 0 0 0 #3c3451 inset;
  -moz-box-shadow: 0 0 0 0 #3c3451 inset;
  -webkit-box-shadow: 0 0 0 0 #3c3451 inset;
  color: #000000;
  float: left;
  height: 210px;
  margin-top: -25px;
  overflow: hidden;
  padding-top: 155px;
  position: relative;
  text-align: center;
  transition: all 0.8s ease 0s;
  width: 100%;
}
.tmcategory-container .categoryblock .block_content .categoryimage {
	position: relative;
	  border: 8px solid #fff;
  border-radius: 100%;
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
-moz-border-radius: 100%;
  box-shadow: 10px 7px 4px -5px rgba(141, 140, 140, 0.4);
 -moz-box-shadow: 10px 7px 4px -5px rgba(141, 140, 140, 0.4);
-webkit-box-shadow: 10px 7px 4px -5px rgba(141, 140, 140, 0.4);
  display: inline-block;

}

.tmcategory-container .categoryblock .block_content .categoryimage img {

  max-width: 100%;
  border-radius: 100%;
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
-moz-border-radius: 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;
  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;
  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);
}
.tmcategory-container .categoryblock .block_content .categorylist .cate-heading {
  color: #000000;
  font-family: "RobotoSlab",sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.tmcategory-container .categoryblock .block_content .cate-description p {
  font-size: 12px;
  line-height: 23px;
  color: #757575;
  padding: 0 5px;
  font-family: 'Roboto Slab';
  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: -110px;
  position: relative;
  z-index: 9;
  	padding: 0 80px;
}

.tmcategory-container .categoryblock .block_content .categorylist ul.subcategory {
display: none;

}
.tmcategory-container .categoryblock .block_content .categorylist ul.subcategory li {
    text-transform: capitalize;
    color: #707070;
    font-size: 13px;
    padding: 2px 0;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.tmcategory-container .categoryblock .block_content .categorylist ul.subcategory li a {
    color: #707070;
    position: relative;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

@media (max-width: 1199px){

	.tmcategory-container .categoryblock .block_content .categoryimage .cate-btn{  top: 16%; padding: 0;}
	.tmcategory-container .categoryblock .block_content .categoryimage .cate-btn .btn-primary{ padding: 8px 10px 5px;}
	.tmcategory-container .categoryblock .block_content .categoryimage .cate-icon{ padding: 8px 0 0;}
	.tmcategory-container .categoryblock .block_content .categorylist {
	  height: 170px;
	  padding-top: 120px;
	}
	.tmcategory-container .categoryblock .block_content .categoryimage_bg{ padding: 0 70px;}
	.tmcategory-container{padding: 0 0 20px;}

}

@media (max-width: 991px){

	.tmcategory-container .categoryblock .block_content .categoryimage_bg {
	  padding: 0 30px;
	}
	.tmcategorylist{ margin: 60px auto;}
	.tmcategorylist .products-section-title {
	  padding-bottom: 60px;
	}
	
}

@media (max-width: 767px){
.tmcategory-container .categoryblock .block_content .categorylist {
  height: 200px;
  padding-top: 150px;
}
.tmcategorylist {
  margin: 50px auto;
}
.tmcategorylist {
  padding: 0 15px;
}
.tmcategory-container .categoryblock .block_content .categoryimage .cate-btn {
	  top: 35%;
}
.tmcategorylist #tmcategorylist.grid li {
  width: 50%;
}

}

@media(max-width: 540px){

	.tmcategory-container .categoryblock .block_content .categoryimage .cate-btn {
	  top: 16%;
	}
}
@media(max-width: 479px){

	.tmcategory-container .categoryblock .block_content .categoryimage .cate-btn {
	  left: 30px;
	  width: 164px;
		top: 30%;
	}
	.tmcategorylist .owl-item{ margin-top: 13px;}
	.tmcategory-container .categoryblock{ margin: 10px 0;}
	.tmcategorylist #tmcategorylist.grid li {
 		 width: 100%;
	}
  .tmcategorylist .h1.products-section-title {
  font-size: 26px !important;}
  .tmcategorylist {margin: 20px auto;}
}

@media(max-width: 330px){
	.tmcategory-container .categoryblock .block_content .categoryimage_bg {
	  padding: 0 60px;
	}
	.tmcategory-container .categoryblock .block_content .categoryimage .cate-btn {
	  left: 0;
	  top: 22%;
	  width: auto;
	}
}
