@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: 40px;
    height: 40px;
    text-align: center;
    position: relative;
    margin: 0 7px;}
    .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;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);}
    .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;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; 
      margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);}
    .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: 40px;
    min-height:40px;
    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; }
