.productcareslider:not(.slick-initialized) {
  display: flex; }
  .productcareslider:not(.slick-initialized) > div {
    width: calc(100%/5); }
    .productcareslider:not(.slick-initialized) > div:nth-child(n+2) {
      display: none; }

.flexsalefall {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .flexsalefall {
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 20px; } }
  .flexsalefall .flexsalef {
    display: flex;
    align-items: center;
    gap: 15px; }
  .flexsalefall .timerfors {
    display: flex;
    align-items: center;
    gap: 10px; }
  .flexsalefall .timerforstime {
    width: 25px;
    align-items: center;
    color: #fff;
    font-weight: bold;
    background: #000;
    border-radius: 2px;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: flex;
    font-size: 16px;
    height: 17px;
    justify-content: space-around;
    line-height: 20px;
    margin-bottom: 4px;
    min-width: 20px;
    padding: 1px 3px;
    text-align: center; }

.flexsalefall .flexsale img {
  width: 130px; }

.soluongmax {
  position: relative; }
  .soluongmax .flashsale__label {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    color: #fff;
    font-size: 12px;
    text-align: center; }
  .soluongmax .flashsale__progressbar {
    background: #F7E3E3;
    height: 15px;
    border-radius: 30px;
    margin: 5px 0;
    overflow: hidden; }
  .soluongmax .flashsale___percent {
    background: linear-gradient(270deg, #ffb000, #eb1717);
    height: 100%; }

.flexsalefall .flexsalef > a {
  border-color: #177891;
  color: #177891;
  display: block;
  border: 1px solid;
  padding: 0 10px;
  border-radius: 999px; }
  .flexsalefall .flexsalef > a i {
    font-size: 13px; }

.timerforstime[data="00"] {
  display: none !important; }

.salesection .slick-slide {
  margin: 0 7px; }

.salesection .slick-list {
  margin: 0 -7px; }

.flexsalefall .timerforstime:first-child {
  display: none; }

@media (max-width: 767px) {
  .flexsalefall .flexsalef > a {
    font-size: 12px; } }
