html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.j-cart-badge {
    border-radius: 3px !important;
}

/* Toast theme helpers for older Bootstrap builds */
.text-bg-danger {
  color: #fff !important;
  background-color: #dc3545 !important;
}

.text-bg-warning {
  color: #212529 !important;
  background-color: #ffc107 !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: #198754 !important;
}

.text-bg-info {
  color: #fff !important;
  background-color: #0dcaf0 !important;
}

/* Image alignment helpers for TinyMCE content */
img.alignleft {
  float: left;
  margin: 0 1rem 0.5rem 0;
}

img.alignright {
  float: right;
  margin: 0 0 0.5rem 1rem;
}

img.aligncenter {
  display: block;
  margin: 0 auto 0.5rem;
}

img.alignnone {
  display: block;
  margin: 0 0 0.5rem;
}