.count-trash .form-control {
  height: auto !important;
}

.count-trash {
  width: 30% !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .count-trash {
    width: 60% !important;
  }
}

@media (max-width: 574px) {
  .count-trash {
    width: 60% !important;
  }
}

@media (max-width: 380px) {
  .count-trash {
    width: 100% !important;
  }
}

input[touchspin] {
  text-align: center !important;
  margin-right: 5% !important;
  margin-left: 5% !important;
}

.addToBasket {
  padding: 4px 10px !important;
  border-radius: 6px !important;
}

.products-view {
  display: none !important;
}

.short-description {
  font-size: 14px;
  font-weight: 400;
}

.price-wrapper .input-group .btn {
  z-index: unset !important;
}
