.main {
  display: flex;
  gap: 8px;
}
.main .menu-td {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 47.7%;
  margin-bottom: 8px;
}
.main .right-site .breadcrumbs {
  padding: 8px 0;
  border-radius: 10px;
  margin: 8px 0;
}
.main .box-flash-sale {
  background: #b4d2fe;
  border-radius: 10px;
  padding: 8px;
}
.main .box-flash-sale .box-sale {
  margin: 8px 0;
}
.main .box-flash-sale .news-prd-top {
  color: #000000;
  font-size: 20px;
}
.main .box-flash-sale .layout-percent .discount-percent {
  z-index: 10;
  top: 8px;
  left: 8px;
  background: #f15928;
  border-radius: 100px;
  padding: 4px;
  color: #fff;
  font-size: 11px;
}
.main .box-flash-sale .list_product_new_slide {
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 8px;
}
.main .box-flash-sale .list_product_new_slide .layout-product {
  border: 1px solid #ebebeb;
  border-radius: 10px;
}
.main .box-flash-sale .list_product_new_slide .layout-product .box-hover {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.main .box-flash-sale .list_product_new_slide .layout-product .box-hover .box-img {
  padding: 8px;
}
.main .box-flash-sale .list_product_new_slide .layout-product .box-hover .box-img .img_sub {
  max-width: 100%;
  width: 100%;
  border-radius: 4px;
  transition: transform 0.5s;
  height: 157px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main .box-flash-sale .list_product_new_slide .layout-product .box-hover .name-prd {
  margin-top: 8px;
  font-size: 14px;
  overflow: hidden;
  color: #000000;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 400;
  padding: 0 8px;
  height: 33px;
}
.main .box-flash-sale .list_product_new_slide .layout-product .box-hover .price-cart {
  position: relative;
  padding: 8px;
}
.main .box-flash-sale .list_product_new_slide .layout-product .box-hover .price-cart .price {
  font-size: 16px;
  color: #f15928;
  font-weight: bold;
}
.main .box-flash-sale .list_product_new_slide .layout-product .box-hover .price-cart .price-old {
  font-size: 12px;
  color: #a3a3a3;
}
.main .box-flash-sale .list_product_new_slide .layout-product .box-hover .price-cart .price-old::after {
  content: "";
  width: 30%;
  display: block;
  height: 1px;
  position: absolute;
  background: var(--Neutral-neutral-300, #a3a3a3);
  bottom: 15px;
}
.main .box-flash-sale .list_product_new_slide .layout-product .box-hover .price-cart .add-cart {
  background: #feeeea;
  border-radius: 100%;
  z-index: 9;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  right: 7px;
}
.main .box-flash-sale .list_product_new_slide .layout-product .box-hover .price-cart .add-cart:hover {
  background: #f15928;
}
.main .box-flash-sale .list_product_new_slide .layout-product .box-hover .price-cart .add-cart:hover svg path {
  stroke: #fff;
}
.main .box-flash-sale .list_product_new_slide .layout-product .box-hover:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.main .box-flash-sale .list_product_new_slide .layout-product .box-hover:hover .box-img {
  overflow: hidden;
}
.main .box-flash-sale .list_product_new_slide .layout-product .box-hover:hover .box-img .img_sub {
  transform: scale(1.1);
  transition: all 0.5s;
}
.main .box-flash-sale .view-all {
  margin-bottom: 8px;
}
.main .box-flash-sale .view-all a {
  color: #f15928;
  font-size: 14px;
  border: 1px solid #f15928;
  border-radius: 100px;
  padding: 8px 20px;
}
.main .box-flash-sale .view-all:hover a {
  color: #ffffff;
  background: #f15928;
}

.container .row {
  display: none;
}

@media (max-width: 767px) {
  .menu-td {
    display: none !important;
  }
  .right-site {
    padding: 0 15px 15px 15px;
  }
  .list_product_new_slide {
    grid-template-columns: 1fr 1fr !important;
  }
  .price-layout {
    gap: 2px !important;
  }
  .dvt {
    font-size: 12px !important;
  }
}/*# sourceMappingURL=products_new.css.map */