@charset "UTF-8";
.item-quantity-selector-w {
  display: flex;
  align-items: center;
  margin-left: 15px; }
  .item-quantity-selector-w .item-quantity-selector {
    font-size: 10px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    background-color: #f3f4f9;
    border-radius: 4px;
    padding: 3px 3px;
    line-height: 1;
    width: 15px;
    text-align: center; }
    .item-quantity-selector-w .item-quantity-selector.item-quantity-selector-minus:before {
      font-family: 'latepoint' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
    .item-quantity-selector-w .item-quantity-selector.item-quantity-selector-plus:before {
      font-family: 'latepoint' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
    .item-quantity-selector-w .item-quantity-selector:hover {
      color: #fff;
      background-color: #2d54de; }
  .item-quantity-selector-w .item-quantity-selector-input {
    text-align: center;
    margin: 0px 4px;
    font-size: 11px !important;
    background-color: #fff !important;
    width: 25px;
    color: #32373c;
    line-height: normal;
    line-height: 1.3;
    font-weight: 500 !important;
    transition: all 0.2s ease;
    height: auto;
    position: relative !important;
    display: block !important;
    box-shadow: none !important;
    border: 1px solid #cad2e0 !important;
    padding: 2px 1px 2px 1px !important; }
    .item-quantity-selector-w .item-quantity-selector-input:focus {
      box-shadow: none;
      outline: none;
      border-color: #2d54de !important; }

.latepoint-booking-form-element.latepoint-border-radius-rounded .item-quantity-selector-input {
  border-radius: 3px !important; }
