.cust-counter {
  width: 120px;
  border: 1px solid #dce0e0;
  height: 30px;
  border-radius: 4px;
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
  a {
    display: inline-block;
    width: 28px;
    height: 28px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    color: #324150;
    &.counter-disabled {
      cursor: not-allowed;
      color: #dce0e0;
    }
  }
  input {
    width: 60px;
    height: 28px;
    border-radius: 0;
    text-align: center;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #dce0e0;
    border-right: 1px solid #dce0e0;
  }
}
