.category-card {
  height: 150px;
  width: 150px;
}

.slider-link {
  color: #A52A2A;
}

.slider-link a:hover {
  color: #FFFFFF;
}

.opacity-0 {
  opacity: unset !important;
}

.required {
  color: red;
}

.top-cart-items {
  overflow: auto;
  max-height: 225px;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.position-fixed {
  position: fixed;
}

.menu-color {
  color: #6c757dc7 !important;
}

.register-button {
  padding: 0px 10px !important;
  margin-top: 20px !important;
}

.toolbox-title {
  font-size: xx-large;
  font-weight: bolder;
}

