.card-img-top,
.ecommerce-card-image {
  object-fit: cover;
  width: 100% !important;
  aspect-ratio: 1 / 1;
}

.hidden-scrollbar::-webkit-scrollbar {
  overflow-x: auto;
  display: none;
}

.hidden-scrollbar {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.datatable-basic > tbody,
.datatable-basic > thead,
.no-wrap {
  white-space: nowrap;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 20px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

  .custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
  }

.opacity-05 {
  opacity: 0.5;
}

.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down,
.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up {
  min-width: 30px !important;
  height: 30px !important;
}

.quantity-counter {
  height: 40px !important;
}

.ecommerce-application .grid-view .ecommerce-card .item-options .btn-custom-ecommerce {
  -webkit-box-flex: 1;
  flex-grow: 1;
  border-radius: 0;
}

.ecommerce-application .list-view .ecommerce-card .item-options .btn-custom-ecommerce {
  margin-top: 1rem;
}

.img-disabled-menu {
  opacity: 0.2;
  cursor: not-allowed;
}

.ecommerce-card-image {
  height: 100% !important;
}

.vertical-align-text-top {
  vertical-align: text-top !important;
}

.ecommerce-application .sidebar-shop {
  z-index: 999 !important;
}