.new-cylon-flash-sale {
  display: flex;
  flex-direction: column;
  padding: 20px 16px;

  &-list {
    // padding: 14px;
    // background-color: #F4F4F4;
    margin-top: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    border-radius: 9px;
    display: flex;
    align-items: center;
  }

  .pro-container {
    width: 120px !important;
    margin-right: 8px!important;
    border: unset;
    vertical-align: text-top;
    border-radius: 6px;
    &:last-child {
      margin-right: 0!important;
    }

    .product-img {
      height: 120px;
      border-radius: 6px 6px 0 0;
    }

    .image-label-wrap {
      border-radius: 0 6px 0 0;
    }

    .product-content-wrap {
      padding: 12px 12px 16px 12px;

      .price-wrap {
        margin-top: 0;

        .price {
          .price-container {
            color: rgb(0, 0, 0);
            font-size: 12px;
            font-family: var(--truenoSBd-family);
          }
        }

        .old-price {
          .price-container {
            font-size: 9px !important;
            color: #9D9D9D !important;
          }

          .through-line {
            background-color: #9D9D9D !important;
          }
        }
      }

      .progress-box {
        margin-top: 8px;
        margin-bottom: 0;
        padding-right: unset;

        .progress-txt {
          font-size: 8px;
          font-family: var(--regular-font);
          color: #555;
        }

        .progress-container {
          border-radius: 4px;

          .process {
            border-radius: 4px;
          }
        }
      }

      .space {
        height: 31px;
      }
    }
  }

  .cylon-flash-sale-item:last-child {
    margin-right: unset;
  }

  .loading-wrap {
    display: flex;
    align-items: center;
    padding: 30px;
  }
}