.hidden {
  display: none;
}

.capital {
  text-transform: capitalize;
}

.descrition-text {
  white-space: pre-wrap;
}

.my-alert {
  background: #2d6927;
  padding: 25px;
  color: white;
  border-radius: 5px;
}

.items-top {
  background-color: white;
}

@media (min-width: 1200px) {
  .my-container {
    max-width: 1500px !important;
  }
}

.single-items {
  transition: all 1s ease-in-out;
  border: 2px solid transparent !important;
}

.active-product-card {
  border-color: #68b061 !important;
}

.description-text {
    white-space: pre-wrap;
}
