/*! otm, Compiled at 2024-07-17 10:15:59 */
/*  =========================================================
basic config
========================================================= */
/* dimensions */
/* ultra tiny introduced for iPhone 5s */
@media all {
  .offCanvas__search__fieldset__inputSet > input[type="text"].qty {
    border: 0 none;
    text-align: center;
    width: 25px;
  }
  .searchForm__form__inputSet {
    width: auto !important;
  }
  .searchForm__form__inputSet > input[type="text"].qty {
    width: 60px;
  }
  .searchForm__form__inputSet button.qtyBtn {
    background: #fff;
    line-height: 26px;
    cursor: pointer;
    padding: 8px 0 6px;
    margin: 0;
    text-align: center;
    width: 40px;
    border: none;
  }
  .searchForm__form__inputSet.icon-people::before {
    padding-right: 35px;
    pointer-events: none;
  }
}
@media all and (max-width: 700px) {
  .searchForm__form__inputSet > input[type="text"].qty {
    width: 125px;
  }
}
