.wrap-falsh-sale {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  .title {
    font-size: 24px;
    font-weight: 600;
  }

  .cover-flash-sale-countdown {
    display: flex;
    margin-top: 10px;

    .cover-countdown {
      text-align: center;
      color: #ffffff;
      margin: 0px 20px;
      position: relative;

      @media screen and (max-width: 767px) {
        margin: 0px 10px !important;
      }

      .img-bg {
        min-width: 80px;
        width: 80px;
        opacity: 0.3;
        position: absolute;
        top: -20px;
      }

      .box-countdown {
        width: 48px;
        height: 48px;
        background: #ffffff;
        border-radius: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 7px 7px rgba(255, 255, 255, 0.2);

        .text-countdown {
          font-size: 24px;
          font-weight: 400;
          color: #ed1e46 !important;
          z-index: 10;
        }
      }

      .text-label {
        margin-top: 15px;
        color: #ffffff !important;
      }
    }
  }
}
