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

.time_sales {
  padding-left: 20px;
  color: #fff;
}
.time_sales .tile {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .time_sales .tile {
    width: 100%;
  }
}
.time_sales span {
  display: inline-block;
  font-weight: bold;
}
.time_sales span .number_ {
  color: #000;
  background: #fff;
  font-size: 14px;
  padding: 5px 6px;
  border-radius: 3px;
  margin: 0 8px;
}

.navigat {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0 0 14px 0;
}
.navigat .title_sale {
  float: left;
  font-size: 16px;
  color: #fff;
  text-shadow: 2px 2px #6a0008;
  text-transform: uppercase;
  margin: 0px;
  padding: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .navigat .title_sale {
    width: 100%;
    text-align: center;
    line-height: 25px;
  }
}
.navigat .title_sale i {
  padding-right: 10px;
}
.navigat .image_title img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .navigat .image_title img {
    margin: auto;
  }
}

.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;
}

.over_sale {
  max-height: 513px;
}
@media (max-width: 767px) {
  .over_sale {
    min-height: 425px;
  }
}

.box-sale {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  border-radius: 8px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .box-sale {
    padding: 10px !important;
  }
}
.box-sale .button_box_sale {
  display: flex;
  align-items: center;
  justify-content: left;
}
@media (max-width: 767px) {
  .box-sale .button_box_sale {
    justify-content: center;
    margin-bottom: 15px;
  }
}
.box-sale .button_box_sale button {
  font-size: 14px;
  color: #000;
  background: none;
  border: none;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 767px) {
  .box-sale .button_box_sale button {
    font-size: 12px;
  }
}
.box-sale .button_box_sale .active {
  color: #fff;
  border-bottom: solid 2px #eeeeee;
}

.box-sales {
  display: flex;
  gap: 15px;
  margin-bottom: 24px;
}
.box-sales:nth-child(even) {
  flex-direction: row-reverse;
}
.box-sales .products {
  width: calc(100% - 450px - 15px);
  background: #fff;
  border-radius: 20px;
  padding: 20px 15px 10px;
}
.box-sales .products .title_block {
  font-size: 28px;
  line-height: 36px;
  color: #000;
  font-weight: 600;
  margin: 0 0 20px;
}
.box-sales .products .products_sale .sub_item .item .sticky .main_img {
  padding: 10px;
}
.box-sales .banner {
  width: 450px;
}
.box-sales .banner img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-sales .owl-nav {
  position: absolute;
  top: 34%;
  height: 0;
  width: 100%;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.box-sales .owl-nav .owl-prev {
  position: absolute;
  left: -10px;
  padding: 20px 0 0;
  margin: 0;
  border-radius: 100%;
  background: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 13px;
  color: #000;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
}
.box-sales .owl-nav .owl-prev:hover {
  background: #1e8e04;
  color: #fff;
  box-shadow: none;
}
.box-sales .owl-nav .owl-next {
  position: absolute;
  right: -10px;
  padding: 20px 0 0;
  margin: 0;
  border-radius: 100%;
  background: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 13px;
  color: #000;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
}
.box-sales .owl-nav .owl-next:hover {
  background: #1e8e04;
  color: #fff;
  box-shadow: none;
}

.products_sale:hover .owl-nav {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

.sub_item {
  margin-bottom: 20px;
}
.sub_item .item {
  background: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  margin: 5px;
}
.sub_item .item .img {
  display: inline-block;
  padding: 20px 0;
  height: 190px;
}
.sub_item .item .img > img {
  margin-top: 15px;
  transition: all 300ms ease-in-out;
  max-height: 100%;
}
.sub_item .item .img .img_sticky img {
  max-width: 100% !important;
  height: auto !important;
}
.sub_item .item .content {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-top: 10px;
}
.sub_item .item .content .name {
  font-size: 14px;
  color: #000;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 20px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
@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;
  position: absolute;
  right: 10px;
  top: 10px;
  height: 24px;
  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_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.sub_item .item .content .price_box .price {
  color: #de0101;
  font-size: 15px;
  font-weight: bold;
}
.sub_item .item .content .price_box .price_old {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  text-decoration: line-through;
}
.sub_item .item .content .price_renew {
  color: #333;
  font-size: 12px;
  line-height: normal;
  height: 23px;
  margin-bottom: 0;
}
.sub_item .item .content .price_renew span {
  display: inline-block;
  font-size: 13px;
  color: #de0101;
}
.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:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.sub_item .item:hover .img > img {
  margin-top: 0;
}
@media (max-width: 991px) {
  .sub_item .item .img > img {
    margin-top: 0;
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .sub_item .item {
    padding: 10px;
  }
  .sub_item .item .img {
    padding: 20px 0 0;
    height: auto;
  }
  .sub_item .item .img > img {
    margin-top: 0;
    width: 100% !important;
    height: auto !important;
  }
}

.list_sale .box-sales {
  padding: 72px 10px 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
@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: 16px;
  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;
  height: 38px;
}
.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;
}
.list_sale .box-sales .owl-prev:hover,
.list_sale .box-sales .owl-next:hover {
  background: rgba(196, 196, 196, 0.5);
}
.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);
}

.promotion_description {
  padding: 8px;
  background: #f2f2f2;
  border-radius: 8px;
  overflow: hidden;
}
.promotion_description .list_icon {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.promotion_description .list_icon .item_icon {
  margin-right: 8px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.promotion_description .list_icon .item_icon.active {
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .promotion_description .list_icon {
    flex-wrap: nowrap;
  }
  .promotion_description .list_icon .item_icon {
    margin-right: 5px;
    width: auto;
    height: auto;
  }
}
.promotion_description .list_summary {
  font-size: 13px;
  line-height: 16px;
}
.promotion_description .list_summary .summary {
  display: none;
  height: 32px;
  overflow: hidden;
}
.promotion_description .list_summary .summary p {
  margin-bottom: 0;
}
.promotion_description .list_summary .summary.active {
  display: block;
}

.content .promotion_description .list_icon {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.content .promotion_description .list_icon .item_icon {
  width: calc((100% - 24px) / 4);
  height: auto;
  margin: 0;
}

.frame_img_cat .main_img {
  margin: 0 auto;
  padding: 5px 0;
  display: block;
  /* width: 100% !important; */
  max-width: 80% !important;
  height: auto !important;
}

.frame_img_cat .img_feature {
  width: 100% !important;
  max-width: 150px !important;
}

@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;
    height: 38px;
  }
  #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;
  }
  .box-sales {
    flex-direction: column;
  }
  .box-sales:nth-child(even) {
    flex-direction: column;
  }
  .box-sales .products {
    width: 100%;
  }
  .box-sales .products .title_block {
    font-size: 22px;
    text-align: center;
    line-height: normal;
    color: #000;
    font-weight: 600;
    margin: 0 0 15px;
  }
  .box-sales .banner {
    width: 100%;
  }
  .box-sales .owl-nav {
    position: absolute;
    top: 34%;
    height: 0;
    width: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }
  .box-sales .owl-nav .owl-prev {
    position: absolute;
    left: -10px;
    padding: 20px 0 0;
    margin: 0;
    border-radius: 100%;
    background: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 13px;
    color: #000;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
  }
  .box-sales .owl-nav .owl-prev:hover {
    background: #1e8e04;
    color: #fff;
    box-shadow: none;
  }
  .box-sales .owl-nav .owl-next {
    position: absolute;
    right: -10px;
    padding: 20px 0 0;
    margin: 0;
    border-radius: 100%;
    background: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 13px;
    color: #000;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
  }
  .box-sales .owl-nav .owl-next:hover {
    background: #1e8e04;
    color: #fff;
    box-shadow: none;
  }
  .sub_item .item .content .price_renew span {
    font-size: 12px;
  }
  .frame_img_cat .main_img {
    max-width: 130px !important;
  }
}/*# sourceMappingURL=default.css.map */