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;
}

.cart-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 1085;
  min-width: min(320px, calc(100vw - 32px));
  max-width: calc(100vw - 32px);
  padding: 12px 16px;
  border-radius: 8px;
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
  font-size: .95rem;
  text-align: center;
}

.cart-toast-success {
  background: #1f7a45;
}

.cart-toast-danger {
  background: #b02a37;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 24px;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .2);
  z-index: 1080;
  text-decoration: none;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
  color: #fff;
  background: #1fb95a;
}

@media (max-width: 767.98px) {
  .cart-toast {
    bottom: 92px;
  }
}
