.btn-fixed-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  z-index: 1050;
  border-radius: 0;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.08);
  padding: 1rem 0.5rem;
  background: #B68157;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .btn-fixed-bottom {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .btn-fixed-bottom {
    display: block;
  }
}
