.tmcategory-container {
  float: none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
}
.tmcategorylist {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 auto;
	padding: 70px 0 52px;
	background: #fff;
  text-align: center;
}
#tmcategorylist-carousel {
	display: block;
}
.tmcategorylist .catlist-inner {
  float: left;
  width: 100%;
  position: relative;
}
.tmcategorylist .spe_res {
  margin: 0 -10px;
}
.tmcategorylist #tmcategorylist.grid {
  margin: 0 auto;
}
.tmcategorylist #tmcategorylist.grid li {
  width: 25%;
  position: relative;
  float: left;
  display: inline-block;
  padding: 0 5px;
  margin: 0 auto;
  text-align: center;
}
.tmcategorylist li {
  float: none;
  padding: 0 10px;
  position: relative;
  text-align: center;
  display: inline-block;
}

.tmcategorylist .owl-item {
  margin-top: 0px;
  position: relative;
  transition: all 0.9s ease 0s;
}
.tmcategorylist .h1.products-section-title {margin-bottom: 35px;}
.tmcategory-container .menu-title {
  color: #999;
  font-size: 12px;
  float: left;
  display: inline-block;
  width: auto;
  padding-top: 24px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
}
.cate-description {
  display: none;
}
.tmcategory-container .categoryblock {
  float: left;
  width: 100%;
  margin: 0px;
}
.tmcategory-container .categoryblock .categoryimage::before {
  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 {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  float: left;
  width: 100%;
}
.tmcategory-container .categoryblock .block_content .categorylist {
  color: #333;
  float: left;
  height: auto;
  margin-top: 0;
  overflow: hidden;
  padding-top: 17px;
  position: relative;
  text-align: center;
  width: 100%;
  margin-left: 0;
}
.tmcategory-container .categoryblock .block_content .categoryimage {
  position: relative;
  display: inline-block;
  padding-top: 0;
}
.tmcategory-container .categoryblock .block_content .categoryimage img {
  max-width: 100%;
  position: relative;
  -webkit-transition: all 0.5s ease;
-webkit-transition-delay: 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.tmcategory-container .categoryblock:hover .block_content .categoryimage img {
-o-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.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);
  display: none;
}
.tmcategory-container .categoryblock .block_content .categorylist .cate-heading a {
  font-size: 16px;
  line-height: 20px;
  color: #333;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
}
.tmcategory-container .categoryblock .block_content .categorylist .button {
	display: none;
}
.categorylist .button a {
  color: #989696;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  line-height: 22px;
  text-transform: capitalize;
}
.tmcategory-container .categoryblock .block_content .categorylist .cate-heading a:hover {
  color: #808080;
}
.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;
  position: relative;
  z-index: 9;
  padding: 0;
  margin-bottom: 0px;
  text-align: center;
  margin: 0;
  border: 0;
  overflow: hidden;
  vertical-align: top;
}
.tmcategory-container .categoryblock .block_content .categorylist ul.subcategory {
  display: inline-block;
  padding: 0px 22px 0px 22px;
  text-align: center;
  margin: 0px 0;
  width: 100%;
  float: left;
  display: none;
}
.tmcategory-container .categoryblock .block_content .categorylist ul.subcategory li {
  text-transform: capitalize;
  color: #707070;
  font-size: 13px;
  padding: 5px 0;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.tmcategory-container .categoryblock .block_content .categorylist ul.subcategory li:last-child {
  opacity: 1;
  width: 100%;
}
.tmcategory-container .categoryblock .block_content .categorylist ul.subcategory li:last-child a {
  color: #707070;
  position: relative;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  text-transform: uppercase;
  text-decoration: underline;
}
.tmcategory-container .categoryblock .block_content .categorylist ul.subcategory li:last-child a {
  color: #f2cf1f;
  position: relative;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 500;
  letter-spacing: 1.2px;
}
.tmcategory-container .categoryblock .block_content .categorylist ul.subcategory li a:hover {
  color: #f2cf1f;
}
.tmcategory-container #tmcategorylist.grid .block_content .categorylist ul.subcategory li {
  width: auto;
  display: inline-block;
  padding: 0 10px;
  float: none;
}
.tmcategory-container #tmcategorylist.grid .block_content .categorylist ul.subcategory li:last-child {
  margin: 10px 0;
}
@media (max-width: 1349px) {
  
  
}
@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;
  }
 
}
@media (max-width: 991px) {
  .tmcategory-container .categoryblock {
    margin: 0;
  }
  .tmcategory-container {
    padding: 0;
  }
  .tmcategorylist{
    padding: 45px 0 40px;
  }
}
@media (max-width: 767px) {
 
  .tmcategorylist .customNavigation {
    top: 0;
  }
  .tmcategory-container .categoryblock {
    margin: 0;
  }
  .tmcategorylist .h1.products-section-title {
    margin-bottom: 10px;
  }
  .tmcategorylist li {padding: 10px 10px;}
  .tmcategorylist .spe_res {margin: 0px -10px;}
  .tmcategory-container .categoryblock .block_content .categoryimage .cate-btn {
    top: 35%;
  }
  .tmcategorylist .h1.products-section-title {
    text-align: center;
  }
  .tmcategorylist #tmcategorylist.grid li {
    width: 50%;
  }
  .tmcategorylist {
    padding: 45px 0 30px;
  }
}

@media(max-width: 479px) {
  .tmcategory-container .categoryblock .block_content .categorylist {
  text-align: center;
}
  .tmcategory-container .categoryblock .block_content .categoryimage .cate-btn {
    left: 30px;
    width: 164px;
    top: 30%;
  }
.tmcategorylist .customNavigation {
  top: -40px;
}

  .tmcategorylist #tmcategorylist.grid li {
    width: 100%;
  }
}
