.banner_pro_used {
  margin-bottom: 20px;
}
.product_used {
  background: none;
  margin-bottom: 20px;
}
.product_used .fs-ctf-head {
  text-align: center;
  background: #F84C30;
  border-radius: 10px;
  margin-bottom: 15px;
  color: #fff;

}
.product_used .fs-ctf-head h2 {
  font-size: 39px;

}
.product_used .list_product_base {
  background: #fff;
}
.product_used .box_cat {
  margin-top: 10px;
}
.product_used .box_cat a {
  background: #fff;
  display: inline-block;
  border-radius: 5px;
  padding: 0px 15px;
  margin-right: 15px;
}
@media (max-width:767px) {
  .product_used .fs-ctf-head {
    text-align: left;
  }

  .product_used .fs-ctf-head h2 {
    font-size: 18px;
  }

  .box_cat .border {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
  }

  .product_used .box_cat a {
    scroll-snap-align: start;
    flex: 0 0 auto;
    background: none;
    color: #fff;
    border: 1px solid #fff;
  }
}


/*********************BOX FLASH Sale********************************/

.banner_flashsale {
  margin-top: 20px;
  background: #F84C30;
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.box-flash-sell {
  background: #F84C30;
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 25px;
}
.box-flash-sell .box_countdown_left {
  float: left;
  width: 21.5%;
  text-align: center;
  background: #fff;
  border-radius: 5px;
}
.box-flash-sell .col_right_fs {
  float: right;
  width: 78%;
}
.box-flash-sell .box_countdown_left .icon {
  margin-bottom: 25px;
  margin-top: 23px;
}
.box-flash-sell .view_all_fs {
  padding-bottom: 14px;
}
.box-flash-sell .view_all_fs a{
  color: #ff4500;

}
.box-flash-sell .product-grid .div_images {
  text-align: center;
  position: relative;
}
.box-flash-sell .ct_info {

}
.box-flash-sell .item {
  padding: 10px;
  margin: 0px 5px;
  background: #fff;
  border-radius: 5px;
  padding-bottom: 20px;
}
.box-flash-sell .div_price {
}
.box-flash-sell .price {
  padding: 0;
  padding-bottom: 10px;
}
.box-flash-sell .price span {
  padding-left: 10px;
  color: #989898;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: normal;
}
.box-flash-sell .product-grid h3 {
  font-size: 14px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 10px;
}
.box-flash-sell .price_old {
  padding: 10px;
  padding-top: 0;
  text-decoration: line-through;
}

.box-flash-sell .div_images a:hover img {
  margin: 5px auto 25px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.box-flash-sell .div_images img {
  margin: 15px auto;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.box-flash-sell .countbar {
  position: relative;
  height: 14px;
  border-radius: 20px;
  background: #ffcc99;
  text-align: center;
  color: #fff;
}
.box-flash-sell .countbar p {
  font-size: 12px;
  position: relative;
  z-index: 1;
  display: block;
  line-height: 14px;
}

.box-flash-sell .countbar .barbg {
  background: #f1592a;
  position: absolute;
  height: 100%;
  z-index: 0;
  top: 0;
  border-radius: 20px;
}
.box-flash-sell .countbar.outof {
  color: #fff;
  box-shadow: none;
}
.box-flash-sell .owl-carousel .owl-nav {
  top: 0;
  position: static;
}
.box-flash-sell .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -6px;
  top: 40%;
  border-radius: 100%;
}
.box-flash-sell .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -6px;
  top: 40%;
  border-radius: 100%;
}
.box-flash-sell .owl-carousel .owl-next:before ,.box-flash-sell .owl-carousel .owl-prev:before {
  color: #ff4500;
}
.box-flash-sell .owl-carousel .owl-prev:hover, .box-flash-sell .owl-carousel .owl-next:hover {
  background: #fff;
  color: #fff;
  border-color: #ccc;
}
.box-flash-sell .owl-carousel .owl-nav .owl-prev, .box-flash-sell .owl-carousel .owl-nav .owl-next {
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #fff;
}
.box-flash-sell .icon-product {
  bottom: 0px;
  left: -10px;
}
