.slide-products-home {
  position: relative;
  margin-top: 30px;
}
.slide-products-home .block_title span {
  position: absolute;
  padding: 10px 15px;
  border: 1px solid #0183bf;
  transform: translate(-50%, -50%);
  left: 50%;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  z-index: 1000000;
  background: #0183bf;
  font-weight: bold;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.products_blocks_wrapper .time-dow-hotdeal {
  float: left;
  margin-left: 20px;
  padding: 8px;
  line-height: 14px;
  font-size: 16px;
  background: #fc0d1b;
  color: #fff;
}
@media all and (max-width: 600px) {
  .products_blocks_wrapper .time-dow-hotdeal {
    font-size: 14px;
    padding: 6px;
    float: right;
    margin-left: 0px;
  }
}
.products_blocks_wrapper .time-dow-hotdeal #time-dow-hotdeal {
  display: inline-block;
}
.products_blocks_wrapper .time-dow-hotdeal #time-dow-hotdeal .time {
  display: inline-block;
}
.products_blocks_wrapper .time-dow-hotdeal #time-dow-hotdeal .time .time_1 {
  display: inline-block;
}
.products_blocks_wrapper .block_title {
  padding: 10px 15px;
}
@media all and (max-width: 600px) {
  .products_blocks_wrapper .block_title {
    padding: 5px;
    font-size: 16px;
  }
}
.products_blocks_wrapper .block_title span {
  float: left;
  display: inline-block;
  padding: 6px 8px 4px;
  line-height: 20px;
}
@media all and (max-width: 600px) {
  .products_blocks_wrapper .block_title span {
    padding-left: 0;
  }
}
@media all and (max-width: 600px) {
  .products_blocks_wrapper .block_title .xemtat {
    display: none;
  }
}

.products_blocks_slideshow_hot {
  clear: both;
  display: block;
  background: #fff;
  display: flex;
  flex-flow: row wrap;
  flex: 1 100%;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  margin-top: 0px;
}
.products_blocks_slideshow_hot .item {
  width: 100%;
}

.products_blocks_slideshow_hot > .item-block {
  width: 20%;
}

.products_blocks_slideshow_hot {
  box-sizing: border-box;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.products_blocks_slideshow_hot .item {
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.products_blocks_slideshow_hot .item img {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.products_blocks_slideshow_hot .item:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.products_blocks_slideshow_hot .item-block {
  display: block;
}
.products_blocks_slideshow_hot .product_image {
  text-align: center;
  overflow: hidden;
  margin-bottom: 16px;
  min-height: 186px;
}
.products_blocks_slideshow_hot .product_image a {
  display: block;
  position: relative;
}
.products_blocks_slideshow_hot .name {
  color: #000;
  display: block;
  font-weight: normal;
}
.products_blocks_slideshow_hot .name:hover {
  color: var(--main-color);
}
.products_blocks_slideshow_hot .price_arae {
  position: relative;
}
.products_blocks_slideshow_hot .price_current {
  color: #e10c00;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
}
.products_blocks_slideshow_hot .summary_inner {
  padding-top: 10px;
  color: #696969;
  font-size: 12px;
  height: 38px;
  overflow: hidden;
  text-align: left;
}
.products_blocks_slideshow_hot .owl-next, .products_blocks_slideshow_hot .owl-prev {
  position: absolute;
  font-size: 30px;
  display: inline-block;
  /* line-height: 25px; */
  top: 10px;
  text-align: center;
  transition: all 0.3s ease;
  color: #999999;
  background: #fff;
  width: 30px;
  height: 30px;
  line-height: 23px;
  padding: 0px 4px;
  box-sizing: border-box;
  top: 50%;
  transform: translate(0%, -50%);
  border: 1px solid #999999;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.products_blocks_slideshow_hot .owl-next:hover, .products_blocks_slideshow_hot .owl-prev:hover {
  background: #0183bf;
  color: #fff;
}
.products_blocks_slideshow_hot .owl-prev {
  left: 0px;
  box-sizing: border-box;
}
.products_blocks_slideshow_hot .owl-next {
  right: 0px;
  box-sizing: border-box;
}/*# sourceMappingURL=slideshow_hot.css.map */