@media (min-width: 1200px) {
  .modal-open {
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1200px) {
  .mobile {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .desktop {
    display: inherit !important;
  }
}

@media (min-width: 1200px) {
  .dropdown__wrapper {
    height: 100%;
    flex-direction: row;
    padding-top: 0;
    padding-bottom: 0;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .productSingle_img img {
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .search-wrapper .twitter-typeahead .tt-menu .tt-dataset .suggestion {
    width: calc(25% - 20px);
  }
}

@media (min-width: 1200px) {
  .search-wrapper .twitter-typeahead .tt-menu .tt-dataset .suggestion__header {
    padding-left: 26px;
    padding-right: 26px;
  }
}

@media (min-width: 1200px) {
  .search-wrapper .twitter-typeahead .tt-menu .tt-dataset .suggestion__type {
    font-size: 17px;
    line-height: 120%;
  }
}

@media (min-width: 1200px) {
  .search-wrapper .twitter-typeahead .tt-menu .tt-dataset .suggestion__title {
    font-size: 19px;
    line-height: 26px;
    /* 136.842% */
  }
}

@media (min-width: 1200px) {
  .search-wrapper .twitter-typeahead .tt-menu .tt-dataset .suggestion__thumbnail {
    height: 200px;
  }
}

@media (min-width: 1200px) {
  .search-container {
    top: 20vh;
  }
}