@media screen and (max-width: 1399.98px) {
}

@media screen and (max-width: 1199.98px) {
  .logo img {
    max-width: 70px;
  }

  .top-cart a {
    margin-right: 5px;
  }

  .cart-product-price-string {
    width: 100px;
  }

  .desktop-filter {
    padding: 15px;
  }
}

@media screen and (max-width: 959.98px) {
  .logo img {
    max-width: 50px;
  }

  .cart-product-price-string {
    white-space: nowrap;
  }

  .cart-product-price-string {
    width: auto;
  }

  #mse2_filters {
    display: none;
  }

  #mse2_filters.filter-open {
    display: block;
    margin-top: 20px;
    max-height: 300px;
    overflow-y: scroll;
    padding: 20px;
  }

  .mobile-filter-btn {
    width: 100%;
    border-radius: 5px;
  }

  .to-top {
    right: 35px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    line-height: 35px;
  }

  .desktop-filter {
    /* padding: 0; */
  }
}

@media screen and (max-width: 767.98px) {
}

@media screen and (max-width: 639.98px) {
  .logo img {
    max-width: 50px;
  }

  .cart-product-price-string {
    white-space: normal;
  }

  .sorting label {
    display: none;
  }

  .to-top {
    right: 25px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    line-height: 35px;
  }

  .product-images .gallery-main {
    text-align: center;
  }

  .product-images .gallery-main img {
    max-height: 350px;
  }
}

@media screen and (max-width: 539.98px) {
  .logo img {
    max-width: 50px;
  }

  .slide-description {
    left: 0;
  }

  .slide-navigation {
    position: relative;
    bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .slider-button-prev,
  .slider-button-next {
    background-color: #21602d;
    color: #fff;
  }

  .article-img {
    margin-right: 0;
    margin-bottom: 15px;
    float: none;
    text-align: center;
  }

  .article-img img {
    width: 100%;
  }
}

@media screen and (max-width: 424.98px) {
  .product-items.uk-child-width-1-2 > * {
    width: 100%;
  }

  .main-header__inner {
    padding: 10px 15px;
  }

  .logo img {
    max-width: 40px;
  }

  .header-right {
    gap: 5px;
  }

  .cart-product-price-string .uk-text-nowrap {
    white-space: nowrap;
    display: flex;
    flex-direction: column;
  }

  /* Контакты - адаптив для карты */
  #map {
    height: 300px !important;
  }

  .contact-block {
    padding: 15px;
  }

  .ui-widget.ui-menu {
    font-size: 14px;
    position: fixed;
    max-height: 60vmax;
    overflow: scroll;
  }
}

@media screen and (max-width: 374.98px) {
  .hdr-icon {
    width: 32px;
    height: 32px;
  }
}

/* Медиа-запросы для корзины из new-design.css */
@media screen and (max-width: 1199.98px) {
  .top-cart a {
    margin-right: 5px;
  }

  .cart-product-price-string {
    width: 100px;
  }
}

@media screen and (max-width: 959.98px) {
  .main {
    padding: 0 15px;
  }

  .site-footer {
    margin: 0px -15px;
  }

  .cart-product-price-string {
    white-space: nowrap;
  }

  .cart-product-price-string {
    width: auto;
  }
}

@media screen and (max-width: 639.98px) {
  .cart-product-price-string {
    white-space: normal;
  }
}

@media screen and (max-width: 424.98px) {
  .cart-product-price-string .uk-text-nowrap {
    white-space: nowrap;
    display: flex;
    flex-direction: column;
  }
}
