body {
  background-color: #f6f8fb;
  min-width: 375px;
}

@media (max-width: 992px) {
  .table {
    font-size: 10pt;
  }
}

@media (max-width: 576px) {
  .d-none.d-md-table-cell {
    display: none !important;
  }

  .table {
    font-size: 9pt;
  }
}

a {
  color: #1b84ff;
  text-decoration: none;
}

#itemImg {
  max-width: 250px;
  max-height: 350px;
}

.lineImg {
  max-width: 40px;
  max-height: 40px;
  padding: 0;
  margin: 0;
}

.lite-button {
  background-color: #e9f3ff;
  color: #1b84ff;
  border-radius: 15px;
}

.navbar-brand {
  margin-right: 5px;
  margin-left: 0px;
  font-size: 11pt;
}

.form-control::placeholder {
  color: #c5c5c5 !important;
}

.cart-comment {
  padding: 0.2rem 0.4rem;
  font-size: 10pt;
  color: #288bff;
}

.cart-total {
  background-color: #e9f3ff;
  font-weight: 700;
  color: #288bff;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #c5c5c5 !important;
  box-shadow: none !important;
  outline: none !important;
}

.badge {
  padding-left: 4px;
  padding-right: 4px;
}

.price-new-item {
  color: #0186d3;
  font-weight: bold;
}

.text-bg-danger {
  background-color: #ffeef3 !important;
  color: #f83463 !important;
  padding: 5px;
}

.text-bg-warning {
  background-color: #fff8dd !important;
  color: #f6c003 !important;
  padding: 5px;
}

.text-bg-success {
  background-color: #dfffea !important;
  color: #1ac655 !important;
  padding: 5px;
}

.text-bg-info {
  background-color: #e9f3ff !important;
  color: #288bff !important;
  padding: 5px;
}

table {
  font-size: 11pt;
  max-width: 100%;
  height: auto;
  overflow-x: auto;
}

td,
th {
  padding: 0.2rem 0.4rem;
  vertical-align: middle;
  cursor: pointer;
}

.table-hover tbody tr:hover {
  background-color: #ecf1f9 !important;
}

.table> :not(caption)>*>* {
  padding: 0.2rem 0.4rem;
  color: #252f4a;
}

th {
  font-weight: 500;
  cursor: pointer;
  position: relative;
}

.quantity {
  font-size: 10pt !important;
  border: none;
}

.sort-indicator {
  position: absolute;
}

.asc::after {
  content: " ▲";
}

.desc::after {
  content: " ▼";
}

.navbar {
  padding: 1;
}

.form-control-sm {
  font-size: 16px;
}

.not-available{
 text-decoration: line-through;
}