@import '../../global-sass-files/variables';

// Search live
.search {
  &-live {
    label {
      font-size: 14px;
      line-height: 14px;
      color: $gray-color;
      font-family: $primary-font-regular;
      display: block;
      margin-bottom: 10px;
    }
    input {
      width: 100%;
      height: 40px;
      border-radius: 2px;
      background-color: $white-color;
      border: 1px solid #cdcdcd;
      outline: none;
      padding: 10px 15px;
      box-sizing: border-box;
      margin-bottom: 10px;
      @media(min-width: 768px){
        max-width: 250px;
      }
    }
    &-custom {
      display: inline-block;
      position: relative;
    }
  }
}