@media screen and (max-width: 600px) {
    .logo-with-text {
        display: none !important;
    }
    .logo-only {
        display: block !important;
    }
  }
  @media screen and (min-width: 601px) and (max-width: 899px) {
    .logo-with-text {
        display: none !important;
    }
    .logo-only {
        display: block !important;
    }
  }
  @media screen and (min-width: 600px) and (max-width: 900px) {
    .logo-only {
        display: none !important;
    }
    .logo-with-text {
        display: block !important;
    }
  }
  @media screen and (min-width: 901px) and (max-width: 1200px) {
    .logo-only {
        display: none !important;
    }
    .logo-with-text {
        display: block !important;
    }
  }
  @media screen and (min-width: 1201px) and (max-width: 1600px) {
    .logo-only {
        display: none !important;
    }
    .logo-with-text {
        display: block !important;
    }
  }
  @media screen and (min-width: 1601px) {
    .logo-only {
        display: none !important;
    }
    .logo-with-text {
        display: block !important;
    }
  }
.logo-with-text {
  font-weight: 700;
  font-size: 13px;
  text-transform: capitalize;
  color: var(--tp-theme-1);
}
html {
    scroll-behavior: smooth;
  }


.marketplace-logo {
    margin-left: 10px;
    margin-right: 10px;
  }

  @media (max-width: 991px) {
    .marketplace-logo {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 160px;
        height: 78px
    }
  }

  .product-fs-singleline {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .product-fs-twolines {
    font-size: 18px;
  }

  .product-fs-custom {
    font-size: 18px;
    height: 55px;
  }

  .article-fs-custom {
    font-size: 20px;
    height: 55px;
  }
