/*
  Framework theming
*/

:root {
    --clsls-color-main: hotpink;
    --clsls-radius: 6px;
}

/*
  Custom
*/

.secondary {
  background-color: #fcfcfc;
  border-color: #333;
  color: #333!important;
}

/* label span {
  vertical-align: super;
} */

.increase {
  margin-right: 3px;
  padding: 6px 10px;
}

input[type=button], 
button {
  cursor: pointer;
}

#amountRange {
  width:100%;
}

/*
  ios double tap zoom disable
*/

input[type=button], 
button {
  touch-action: manipulation;
}