.vue-product-quantity-settings-bar-init {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  justify-items: self-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
  width: 100%;
}
.vue-product-quantity-settings-bar-init > * {
  margin: 2px;
}
.vue-product-quantity-settings-bar-init .pointer {
  cursor: pointer;
}
.vue-product-quantity-settings-bar-init .text-info {
  color: #17a2b8;
}
.vue-product-quantity-settings-bar-init .text-danger {
  color: #dc3545;
}
.vue-product-quantity-settings-bar-init .ui-btn-clock {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: no-repeat center;
  background-image: var(--ui-btn-clock-black);
  -webkit-transition: 160ms color linear, 160ms opacity linear, 160ms background-color linear;
  -o-transition: 160ms color linear, 160ms opacity linear, 160ms background-color linear;
  transition: 160ms color linear, 160ms opacity linear, 160ms background-color linear;
}