@media (max-width: 767px) {
  .ps-block--products-of-category .ps-block__product-box > * {
    max-width: 50%;
    flex-basis: 50%;
  }
  .ps-banner--market-1 img.img-slider {
    display: block;
    margin-top: 20px;
    float: right;
    opacity: 1;
  }
  .search-header {
    bottom: -36px;
    max-width: 100%;
    right: 0;
    left: 0;
  }
  .search-container {
    width: 100%;  
    height: auto;
    min-height: 500px;
    box-shadow: none;
    overflow-y: auto;
    margin-bottom: 50px;
  }
}


@media (max-width: 479px) {
  .header--mobile .ps-block--user-header .ps-block__right {
    display: block;
  }
  #homepage-3 .ps-deal-of-day {
    padding: 0 20px;
  }
  .ps-deal-of-day .ps-section__header > a {
    padding: 10px 10px;
  }
  .ps-form--newsletter .form-group--nest {
    flex-flow: row wrap;
        justify-content: center;
  }
  .form-group--nest input {
    border-right: 1px solid #ccc;
    margin-bottom: 5px;
  }
  .list-icons {
    flex-wrap: wrap;
  }
  .search-header{
      bottom: -36px;
  }
}

@media (min-width: 1200px) {
  .container {
    min-width: auto;
  }
}
