.sale_cat {
  float: right;
  padding-top: 6px;
}
@media only screen and (max-width: 768px) {
  .sale_cat {
    display: none;
  }
}

.time_sales {
  display: inline-block;
  padding-left: 20px;
}
.time_sales .tile {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .time_sales .tile {
    width: 100%;
  }
}
.time_sales span {
  display: inline-block;
  background: #1e8e04;
  color: #fff;
  font-size: 12px;
  padding: 3px 5px;
  border-radius: 3px;
}

.navigat {
  display: block;
  overflow: hidden;
  background: #fff;
  margin: 0px 0px 10px 0px;
}
.navigat .title_sale {
  float: left;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0px;
  padding: 10px;
  background: #1e8e04;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .navigat .title_sale {
    width: 100%;
    text-align: center;
    line-height: 25px;
  }
}
.navigat .title_sale i {
  padding-right: 10px;
}
.view-sales {
  text-align: center;
  padding: 30px 0px;
}
.view-sales a {
  border-radius: 10px;
  color: #1e8e04;
  background: #ffffff;
  border: 1px solid #1e8e04;
  padding: 10px 20px;
  font-size: 15px;
}

.box-sales {
  margin-bottom: 10px;
}

.box-sales .owl-nav {
  position: absolute;
  top: 34%;
  height: 0;
  width: 100%;
  display: block;
}
.box-sales .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  padding: 20px 0 0;
  margin: 0;
  border-radius: 0 5px 5px 0;
  background: #fff;
  width: 34px;
  height: 50px;
  text-align: center;
  font-size: 13px;
  color: #999;
  font-family: -webkit-body;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
}
.box-sales .owl-nav .owl-next {
  position: absolute;
  right: 0;
  padding: 20px 0 0;
  margin: 0;
  border-radius: 5px 0 0 5px;
  background: #fff;
  width: 34px;
  height: 50px;
  text-align: center;
  font-size: 13px;
  color: #999;
  font-family: -webkit-body;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
}

.sub_item .item {
  background: #fff;
  padding: 10px 0px;
  text-align: center;
}
.sub_item .item .img {
  display: inline-block;
}
.sub_item .item .img img {
  height: auto !important;
  max-width: 168px !important;
}
@media (max-width: 767px) {
  .sub_item .item .img img {
    max-width: 100% !important;
  }
}
.sub_item .item .content {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 10px;
}
.sub_item .item .content .name {
  font-size: 14px;
  display: block;
  width: 100%;
  height: 80px;
}
@media (max-width: 767px) {
  .sub_item .item .content .name {
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.sub_item .item .content .precent {
  background: #e11b1e;
  color: #fff;
  font-weight: normal;
  font-size: 11px;
  padding: 5px;
  border-radius: 3px;
  position: absolute;
  right: 4px;
  top: 10px;
  width: 63px;
  height: 24px;
  font-size: 11px;
  text-align: center;
  border-radius: 5px;
}
.sub_item .item .content .view {
  background: #1e8e04;
  color: #fff;
  border-radius: 5px;
  padding: 5px 8px;
  display: inline-block;
}
.sub_item .item .content .price {
  color: #de0101;
  font-size: 15px;
  font-weight: bold;
}
.sub_item .item .content .price .price_old {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  text-decoration: line-through;
}
.sub_item .item .content .price_renew {
  color: rgba(0, 0, 0, 0.48);
  font-size: 12px;
  line-height: normal;
  height: 20px;
  margin-bottom: 8px;
}
.sub_item .item .content .price_renew span {
  display: inline-block;
  font-size: 13px;
  color: #b00020;
}
@media (max-width: 767px) {
  .sub_item .item .content .price_renew {
    font-size: 11px;
    line-height: 15px;
    height: 15px;
  }
  .sub_item .item .content .price_renew span {
    font-size: 12px;
  }
}
.sub_item .item .content .price_student {
  font-size: 11px;
}
@media (max-width: 767px) {
  .sub_item .item .content .price_student {
    font-size: 10px;
  }
}
.sub_item .item .content .bottom {
  margin-top: 15px;
  background: #f2f2f2;
  padding: 10px;
  border-radius: 8px;
}
.sub_item .item .content .bottom .sticker {
  margin-bottom: 10px;
}
.sub_item .item .content .bottom .note {
  height: 34px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sub_item .item .content .bottom .note p {
  margin-bottom: 0;
  font-size: 13px;
  color: #000;
}
@media (max-width: 450px) {
  .sub_item .item .content .bottom .note p span {
    font-size: 10px;
  }
}

.list_sale .box-sales {
  padding: 100px 10px 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  max-height: 680px;
}
@media (max-width: 767px) {
  .list_sale .box-sales {
    background-position: 50%;
  }
}
.list_sale .box-sales .sub_item .item .content {
  text-align: left;
}
.list_sale .box-sales .sub_item .item .content .precent {
  background: rgba(176, 0, 32, 0.87);
  color: #fff;
  font-weight: normal;
  font-size: 11px;
  padding: 5px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: auto;
  height: 24px;
  text-align: center;
  border-radius: 0;
}
.list_sale .box-sales .sub_item .item .content .name {
  font-size: 14px;
  color: #000;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 44px;
}
.list_sale .box-sales .sub_item .item .content .price {
  font-size: 14px;
  color: #b00020;
  margin-bottom: 8px;
}
.list_sale .box-sales .sub_item .item .content .price_old {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.48);
}
.list_sale .box-sales .sub_item .item .content .compare {
  font-size: 13px;
}
.list_sale .box-sales .sub_item .item .content .compare p {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.48);
  margin-bottom: 8px;
  line-height: 15px;
}
.list_sale .box-sales .sub_item .item .content .compare p span {
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
}
.list_sale .box-sales .sub_item .item .content .compare p:last-child {
  margin-bottom: 0;
}
.list_sale .box-sales .sub_item .item .content .compare .text_old {
  color: rgba(0, 0, 0, 0.87);
}
.list_sale .box-sales .owl-prev,
.list_sale .box-sales .owl-next {
  position: absolute;
  width: 30px;
  height: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
  font-size: 36px;
  transition: 0.1s ease-in-out;
  padding-top: 0;
  opacity: 0.5;
}
.list_sale .box-sales .owl-prev:hover,
.list_sale .box-sales .owl-next:hover {
  background: rgba(196, 196, 196, 0.5);
  opacity: 1;
}
.list_sale .box-sales .owl-prev {
  padding-right: 10px;
  left: 0;
  border-radius: 0 60px 60px 0;
  box-shadow: 3px 1px 4px rgba(0, 0, 0, 0.2);
}
.list_sale .box-sales .owl-next {
  right: 0;
  padding-left: 10px;
  border-radius: 60px 0 0 60px;
  box-shadow: -3px -1px 4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  #cat_old .list_sale .box-sales .sub_item .item .content .price {
    font-size: 12px;
  }
  #cat_old .list_sale .box-sales .sub_item .item .content .price_old {
    font-size: 11px;
    display: inline-block;
  }
  #cat_old .list_sale .box-sales .sub_item .item .content .compare {
    font-size: 11px;
  }
  #cat_old .list_sale .box-sales .sub_item .item .content .compare p {
    font-size: 11px;
    color: rgba(0, 0, 0, 0.48);
    margin-bottom: 8px;
    line-height: 15px;
  }
  #cat_old .list_sale .box-sales .sub_item .item .content .compare p span {
    font-size: 11px;
  }
}/*# sourceMappingURL=default_cat.css.map */