@media only screen and (min-height: 500px) and (max-height: 800px) and (min-width: 1200px) {
  .fp-menu .main-navigation > ul > li > a {
    padding: 10px 0 !important;
  }
}
.alm-load-more-btn {
  max-width: 100% !important;
}

@media all and (max-width: 993px) {
  .login__name {
    font-size: 8px;
    white-space: wrap;
  }
}

@media all and (max-width: 577px) {
  header .circle-button {
    height: 34px;
    width: 34px;
    margin-right: 5px;
    margin-right: 0px;
    line-height: 34px;
    font-size: 16px;
  }
}

@media all and (max-width: 769px) {
  .alm-filters-container .alm-filter li {
    padding-bottom: 6px !important;
  }
}

@media all and (max-width: 993px) {
  .header-area.scrolled {
    padding: 30px 0 10px 0 !important;
  }
}

@media all and (max-width: 993px) {
  .footer .credentials ul li a::after {
    content: unset !important;
  }
}

@media all and (max-width: 993px) {
  .woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
    display: block;
    float: unset;
    width: 100%;
    padding-left: 0;
  }
}