.mt-80 {
  margin-top: 80px;
}

.discount {
  left: 16px;
  top: -5px;
}

.border-bottom-grey03 {
  border-bottom: 1px solid #e2e3e7;
}

footer {
  margin-top: 140px;
}

.splide__slide {
  overflow: hidden;
  border-radius: 8px;
}

.line-across {
  position: relative;
}

.line-across::after {
  position: absolute;
  content: "";
  background-color: #a9abb6;
  width: calc(100% + 4px);
  height: 1px;
  top: 50%;
  right: -3px;
}

@media only screen and (max-width: 990px) {
  .text-title {
    font-size: 24px;
  }

  .sm-mt-40 {
    margin-top: 40px;
  }

  .sm-mt-0 {
    margin-top: 0;
  }

  .pt-newsletters .splide__pagination {
    bottom: 5px !important;
  }

  .sm-all-reports {
    padding: 20px 16px 1px 16px;
  }

  .sm-text-base {
    font-size: 16px;
  }
}

@media only screen and (min-width: 990px) and (max-width: 1200px) {
  .md-text-24 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 990px) {
  .w-lg-100 {
    width: 100%;
  }

  .mt-lg-60 {
    margin-top: 60px !important;
  }

  .font-22 {
    font-size: 22px;
  }
}

.border-top-grey03 {
  border-top: 1px solid var(--grey03);
}
