/* vue-product-input-init */
.vue-product-input-init {
  background: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.vue-product-input-init .product-item-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vue-product-input-init .product-item-amount .product-item-amount-field-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.vue-product-input-init .product-item-amount .product-item-amount-field-btn-plus,
.vue-product-input-init .product-item-amount .product-item-amount-field-btn-minus {
  position: relative;
  display: inline-block;
  min-width: 22px;
  height: 22px;
  border-radius: 2px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background 300ms ease, opacity 300ms ease;
  -o-transition: background 300ms ease, opacity 300ms ease;
  transition: background 300ms ease, opacity 300ms ease;
  opacity: 0;
}
.vue-product-input-init .product-item-amount .product-item-amount-field-btn-minus::after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCI+PHBhdGggZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMCAxMmgzMHY2SDB6Ii8+PC9zdmc+) no-repeat center;
  background-size: 10px;
}
.vue-product-input-init .product-item-amount .product-item-amount-field-btn-plus::after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCI+PHBhdGggZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTggMTJWMGgtNnYxMkgwdjZoMTJ2MTJoNlYxOGgxMnYtNkgxOHoiLz48L3N2Zz4=) no-repeat center;
  background-size: 10px;
}
.vue-product-input-init .product-item-amount .product-item-amount-field-btn-plus:after,
.vue-product-input-init .product-item-amount .product-item-amount-field-btn-minus:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0.8;
  -webkit-transition: opacity 300ms ease, background 300ms ease;
  -o-transition: opacity 300ms ease, background 300ms ease;
  transition: opacity 300ms ease, background 300ms ease;
}
.vue-product-input-init .product-item-amount.disabled .product-item-amount-field-btn-plus:after,
.vue-product-input-init .product-item-amount.disabled .product-item-amount-field-btn-minus:after {
  opacity: 0.3 !important;
  cursor: default;
}
.vue-product-input-init:hover .product-item-amount .product-item-amount-field-btn-plus,
.vue-product-input-init:hover .product-item-amount .product-item-amount-field-btn-minus {
  display: inline-block;
  opacity: 1;
}
.vue-product-input-init:hover .product-item-amount .product-item-amount-field-btn-plus[disabled="disabled"],
.vue-product-input-init:hover .product-item-amount .product-item-amount-field-btn-minus[disabled="disabled"] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.3;
}
.vue-product-input-init .product-item-amount-field {
  display: inline-block;
  padding: 0;
  max-width: 50px;
  width: auto;
  height: 22px;
  color: #000;
  vertical-align: middle;
  text-align: center;
  line-height: 22px;
  -webkit-transition: border 300ms ease;
  -o-transition: border 300ms ease;
  transition: border 300ms ease;
  position: relative;
  z-index: 0;
  border-radius: 2px;
  font-weight: normal;
  font-size: 12px;
  border: 1px solid #ddd;
  background: #fff;
}
.vue-product-input-init .product-item-amount-field:focus {
  outline: none !important;
}
.bx-retina .vue-product-input-init .product-item-amount-field {
  border-width: 0.5px;
}
.bx-no-touch .vue-product-input-init input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch .vue-product-input-init input.product-item-amount-field::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}
.catalog-detail-offers-list .offers-items-buy i.fas,
.catalog-detail-offers-list .offers-items-buy i.far {
  font-style: normal;
}
.vue-product-quantity-progress-bar-init {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 48px;
  width: 78px;
  height: 4px;
  margin: 0px auto 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: 0.75rem;
  border-radius: 0.25rem;
  background-color: none;
  opacity: 1;
}
.vue-product-quantity-progress-bar-init.progress {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 4px;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.vue-product-quantity-progress-bar-init .progress-bar {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.vue-product-quantity-progress-bar-init .progress-bar.progress-bar-success {
  background: green;
  background-color: var(--theme-color-success);
}
.vue-product-quantity-progress-bar-init .progress-bar.progress-bar-wrong {
  background: #ff6868;
  background-color: var(--theme-color-danger);
  -webkit-transition: width 100ms ease-in-out 300ms;
  -o-transition: width 100ms ease-in-out 300ms;
  transition: width 100ms ease-in-out 300ms;
}
.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;
}