.kanban {
  height: calc(100vh - 120px);
}

.kanban .content {
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.kanban .content .container,
.kanban .content .container-fluid,
.kanban .content .container-sm,
.kanban .content .container-md,
.kanban .content .container-lg,
.kanban .content .container-xl {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.kanban .content-header + .content {
  height: calc(100% - ((2 * 15px) + (1.8rem * 1.2)));
}

.kanban .card .card-body {
  padding: 0.5rem;
}

.kanban .card.card-row {
  width: 340px;
  display: inline-block;
  margin: 0 0.5rem;
}

.kanban .card.card-row:first-child {
  margin-left: 0;
}

.kanban .card.card-row .card-body {
  height: calc(100% - (12px + (1.8rem * 1.2) + 0.5rem));
  overflow-y: auto;
}

.kanban .card.card-row .card:last-child {
  margin-bottom: 0;
  border-bottom-width: 1px;
}

.kanban .card.card-row .card .card-header {
  padding: 0.5rem 0.75rem;
}

.kanban .card.card-row .card .card-body {
  padding: 0.75rem;
}

.kanban .btn-tool.btn-link {
  text-decoration: underline;
  padding-left: 0;
  padding-right: 0;
}

.content ::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.content ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.content ::-webkit-scrollbar-thumb {
  background: #343a40;
}

/* Handle on hover */
.content ::-webkit-scrollbar-thumb:hover {
  background: #ffc107;
}

.product-image {
  height: 200px;
  cursor: pointer;
}

.offer-image {
  display: inline;
  width: 2.5rem;
}

.hand {
  cursor: pointer;
}

.text-unavailable {
  text-decoration: line-through;
  color: #6c757d;
}

.category-card {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  margin: 5px;
  width: 100%;
  height: 100%;
  border: 1px solid lightgray;
  cursor: pointer;
  transition: all 500ms ease-out;
}

.category-card:hover {
  font-size: 1.5rem;
}

.category-card h3 {
  position: relative;
  bottom: -20%;
  font-weight: 700;
  text-align: center;
}

div.categories-wrapper {
  display: block;
  background-color: #fff;
}

ul.categories-list {
  list-style: none;
  width: 100%;
  margin-block-start: 0;
  padding-inline-start: 0;
}
ul.categories-list ul {
  padding-inline-start: 2em;
}
ul.categories-list li {
  width: 100%;
  font-size: 1.3rem;
  text-transform: uppercase;
}

ul.categories-list li > ul {
  display: none;
}

ul.categories-list li.active > ul {
  display: block;
}

ul.categories-list li > div {
  cursor: pointer;
  border-bottom: 1px solid skyblue;
}

ul.categories-list li > div:hover {
  background-color: antiquewhite;
  color: rgba(135, 206, 235, 0.7);
}

ul.categories-list li > div div {
  margin: 5px;
}

.dialog-xxl {
  max-width: 90vw;
}

img.help-image-icon {
  height: 40px;
  width: 40px;
  cursor: pointer;
}

.main-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40vh;
  width: 100%;
}

.main-image-container img {
  height: 100%;
  overflow: hidden;
}

.product-item-card {
  width: calc(25% - 10px);
  margin: 5px;
}

.badge-item {
  position: relative;
  top: -15px;
  left: -20px;
  margin-right: -20px;
  font-size: 12px;
  padding: 1px 6px;
  background-color: orange;
  color: #000;
  border-radius: 50%;
  font-size: 0.7em;
}

.carousel-item img {
  height: 50vh;
  width: auto;
}

.carousel-caption {
  opacity: 0.7;
  right: 0 !important;
  left: 0 !important;
}

.carousel-caption h2 {
  font-size: 1.5rem;
}
.carousel-caption h5 {
  font-size: 1rem;
}
.carousel-caption h6 {
  font-size: 0.8rem;
}

@media only screen and (max-width: 1600px) {
  .product-item-card {
    width: calc(33% - 10px);
  }
}

@media only screen and (max-width: 1400px) {
  .product-item-card {
    width: calc(50% - 10px);
  }
  .carousel-item img {
    width: 90vw;
    height: auto;
  }
}

@media only screen and (max-width: 680px) {
  .product-item-card {
    width: calc(100% - 10px);
  }
  .carousel-item img {
    width: 90vw;
    height: auto;
  }
}

.btn-circle {
  border-radius: 50% !important;
  font-size: 0.5rem !important;
}
