.QtyPickerBtn-section .qty-picker {
  display: flex;
  background: #343434;
  border-radius: 2px;
  border: 1px solid #707070;
}
.QtyPickerBtn-section .qty-picker button {
  background: none;
  border: none;
  color: white;
  width: 30px;
}
.QtyPickerBtn-section .qty-picker button svg {
  font-size: 18px;
}
.QtyPickerBtn-section .qty-picker input {
  width: 30px;
  border: none;
  color: #343434;
  text-align: center;
  font-weight: 500 !important;
  font-weight: bold;
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .QtyPickerBtn-section .qty-picker button svg {
    font-size: 14px;
  }
  .QtyPickerBtn-section .qty-picker button {
    width: 26px;
  }
  .QtyPickerBtn-section .qty-picker input {
    width: 26px;
  }
}
