.bycategory-container {
	display: inline-block;
width: 100%;
padding: 25px 0 0 0;
}

.bycategory-container h2.home-title {
	font-size: 1.4rem;
font-weight: 700;
padding-bottom: 20px;
text-align: center;
text-transform: uppercase;
margin-bottom: 0;
}

.bycategory-container .list_bycategory {
	margin: 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
-js-display: flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.bycategory-wrap {
	 background: #ffffff;
border: 1px solid #efefef;
position: relative;
overflow: hidden;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
}
.bycategory-wrap {
  margin: 0 15px;
}
.bycategory-wrap .bycategory_img {
  padding: 0px;
  position: relative;
  overflow: hidden;
}
.bycategory-wrap .bycategory_list {
  padding: 0 0 20px 0;
  display: inline-block;
  width:100%;
}

.bycategory_list .subcategory li a::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  margin-left: 0;
  border: 1px solid #c7c7c7;
  border-radius: 50%;
  display: inline-block;
}

.bycategory_list .subcategory li {
  color: #1d252c;
  margin: 0 0 10px;
  border: none;
  float: left;
  clear: both;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.bycategory_list .cattab_name {
  color: #000000;
  font-size: 1.2rem;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
  overflow: hidden;
  float: left;
  line-height: 1;
  margin: 0 0 15px 0;
  text-align: center;
  background: #efefef;
  border: none;
  width:100%;
  padding:5px 0;
}
.bycategory_list .subcategory { display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
-js-display: flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; padding:0 10px; }
.bycategory_list .subcategory li { width:50%;}
.bycategory_img img.shopcat { max-width:100%; height:auto; width:100%;}
.list_bycategory .row_items {
  width: 33.33%;
  float: left;
  margin-bottom: 30px;
}
@media (max-width: 468px) {
	.list_bycategory .row_items { width:100%;}
	
}
@media (max-width: 780px) {
	.bycategory_list .subcategory li { width:100%}
	.bycategory-wrap .bycategory_list { padding-bottom:0}
}
@media (min-width: 469px) and (max-width: 1200px) {
	.list_bycategory .row_items { width:50%;}
}
