.list_cat {
  margin-bottom: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 4px 1px #999;
          box-shadow: 0px 1px 4px 1px #999;
}

.list_cat .title_cat {
  font-size: 20px;
  margin: 0;
  padding: 15px;
}

.list_cat .list_child_cat {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.list_cat .list_child_cat li {
  border: 1px solid #e0e0e0;
}

.list_cat .list_child_cat li:hover {
  border: 1px solid #de0101;
}

.list_cat .list_child_cat li a {
  display: block;
  padding: 5px;
}

.list_cat .list_child_cat li a span {
  display: block;
  overflow: hidden;
  border-radius: 50px;
  height: 60px;
  width: 60px;
  margin: auto;
  position: relative;
  background: #e4e4e4;
  border: 1px solid #c3c3c3;
}

.list_cat .list_child_cat li a span img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.list_cat .list_child_cat li a p {
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
}

@media (max-width: 767px) {
  .list_cat .list_child_cat {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .list_cat .list_child_cat li a {
    padding: 4px;
  }
}

.list_prd .title_sub {
  background-color: #fff;
  margin-top: 5px;
}

.list_prd .title_sub h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 10px 20px;
}

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

.mg_row {
  margin: 0 -5px;
}

.frame_inner_1 {
  padding: 5px;
}

.frame_inner_1 .frame_inner {
  height: 330px;
  padding: 10px;
  position: relative;
  background: #fff;
}

.frame_inner_1 .frame_inner .discount {
  background: #e11b1e;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  padding: 3px;
  border-radius: 3px;
  position: absolute;
  top: 10px;
  right: 10px;
  font-style: normal;
}

.frame_inner_1 .frame_inner .frame_img_cat {
  margin: 0 auto;
  padding: 5px 0;
  display: block;
}

.frame_inner_1 .frame_inner .frame_img_cat > img {
  margin: auto;
  margin-bottom: 10px;
}

.frame_inner_1 .frame_inner .frame_title {
  text-align: center;
  padding: 5px 0;
  min-height: 55px;
}

.frame_inner_1 .frame_inner .frame_title .name h3 {
  font-size: 14px;
  color: #000;
  display: block;
  margin-bottom: 0px;
  margin-top: 0px;
}

.frame_inner_1 .frame_inner .frame_price {
  text-align: center;
  padding: 0 0 5px 0;
}

.frame_inner_1 .frame_inner .frame_price .price {
  color: #de0101;
  font-size: 14px;
  font-weight: 700;
  padding-right: 10px;
}

.frame_inner_1 .frame_inner .frame_price .price_old {
  color: #868686;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding-right: 10px;
  text-decoration: line-through;
}

.view_more_cat {
  background-color: #fff;
  margin: 5px 0;
  text-align: center;
  padding: 12px;
}

.view_more_cat a {
  padding: 12px 40px;
  display: inline-block;
  font-size: 16px;
  color: #3a972b;
  -webkit-box-shadow: 0px 1px 4px 1px #999;
          box-shadow: 0px 1px 4px 1px #999;
}
/*# sourceMappingURL=cat_access.css.map */