.title-module {
  padding: 10px 15px;
  border-bottom: 1px solid #f4f4f4;
  height: 50px;
}
.title-module h2 {
  text-transform: uppercase;
  font-size: 18px;
  float: left;
  padding-top: 5px;
}
.title-module span {
  padding-bottom: 5px;
  float: right;
}
.title-module span .sort_products {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 3px 10px;
}
.title-module span .active {
  border: 1px solid #ce1e1e;
}
.title-module span select {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 3px 10px;
}

.info_store {
  padding: 0px;
  background: #FFFFFF;
  width: 20%;
}
@media all and (max-width: 768px) {
  .info_store {
    width: 100%;
    padding: 10px;
  }
}
.info_store img {
  width: 200px;
  height: 200px;
}
.info_store .name_store {
  padding: 15px 0px 5px 0px;
  background: url(../images/hh.png) no-repeat right top 10px;
  background-size: 21px;
}

.pro_store {
  padding: 0px;
  background: #FFFFFF;
  border-left: 2px solid #f4f4f4;
}
@media all and (max-width: 768px) {
  .pro_store {
    width: 100%;
  }
}
.pro_store .item {
  border-right: 1px solid #f4f4f4;
  border-top: 1px solid #f4f4f4;
}
.pro_store .item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.pro_store .activated {
  border-right: unset;
}
.pro_store .product-list-home {
  min-height: 340px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .pro_store .product-list-home {
    margin: 5px 0px;
  }
}
.pro_store .product-list-home .product-item {
  width: 100%;
  text-align: center;
  padding: 10px 0px;
  height: 215px;
}
.pro_store .product-list-home .product-item img {
  max-height: 195px;
}
.pro_store .product-list-home .product-time {
  line-height: 25px;
  color: #999999;
  font-size: 14px;
}
.pro_store .product-list-home .product-title {
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  display: inline-block;
  min-height: 45px;
}
.pro_store .product-list-home .product-title a {
  color: #333333;
}
.pro_store .product-list-home .product_ft .price_new {
  color: #ce1e1e;
  font-weight: bold;
}
.pro_store .product-list-home .product_ft .discount {
  color: #777777;
  padding-left: 10px;
}
.pro_store .product-list-home .product_ft .price_old {
  color: #777777;
  text-decoration: line-through;
}
.pro_store .product-list-home .rating {
  padding-top: 5px;
}
.pro_store .product-list-home .rating li {
  list-style: none;
}
.pro_store .product-list-home .rating li .fa-star {
  color: #b8b8b8;
}
.pro_store .product-list-home .rating li .checked {
  color: orange !important;
}
.pro_store .product-list-home .product-summary {
  line-height: 16px;
  overflow: hidden;
  color: #555555;
}
@media (min-width: 992px) {
  .pro_store .product-list-home .product-summary {
    height: 70px;
    padding: 8px 0px;
  }
}
@media (max-width: 991px) {
  .pro_store .product-list-home .product-summary {
    height: 64px;
    margin: 8px 0px;
  }
}
.pro_store .active .product-list-home {
  border-right: none;
}/*# sourceMappingURL=store.css.map */