body {
  /* font-family: 'Quicksand', sans-serif; */
  color: #00182a;
  background: #f9f9f9;
  font-family: 'Poppins', sans-serif;
}

body, .form-control, .btn {
  font-size: 13px;
}

h1, h2, h3, h4, h5 {
  /* font-family: 'Quicksand', sans-serif; */
}

h4 {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  /* text-decoration: underline; */
  letter-spacing: 0.3px;
}

h4.with-margins {
  margin: 20px 0;
}

.card {
  /* border-radius: 10px; */
  border: none;
  background: transparent;
}
.card.with-margins {
  margin: 40px 0;
}
.card.with-margin-bottom {
  margin-bottom: 20px;
}
.card .card-body {
  background: white;
  font-size: 12px;
  line-height: 20px;
}
.card p:last-of-type {
  margin-bottom: 0;
}
.card h4 {
  padding: 0 20px;
  margin-top: 10px;
}

.with-opacity {
  opacity: 0.5;
}

.btn-xs {
  font-size: 0.6875rem;
  line-height: 1;
}

.p-dark {
  color: #00182a;
}

.p-light {
  color: #525f7f;
}

.cart .cart-body .list-title {
  margin-bottom: 10px;
  opacity: 0.5;
}

.margin-sm {
  margin-bottom: 40px;
}

.list-group-item i {
  margin-right: 10px;
  color: #7970e5;
}

.excerpt {
  font-style: italic;
}

a {
  color: #007bff;
}

.btn i {
  margin-right: 8px;
}


h4 {
  margin-bottom: 15px;
}

.container-xs {
  max-width: 840px;
}

.content {
  margin-top: 60px;
}

/* navs */

.navbar-expand-lg .navbar-nav .nav-link, .navbar-light .navbar-brand {
  font-size: 13px;
  color: black;
}

.navbar-light .navbar-brand {
  font-weight: bold;
}

.dropdown-item {
  font-size: 13px;
}

.dropdown-item i {
  margin-right: 10px;
  color: #ccc;
}

.navbar form input {
  font-size: 13px;
}


/* dynamic elements */

.hover-page {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.hover-page > div {
  margin-top: 100px;
  text-align: center;
}



/* autocomplete */

.autocomplete {
    background: white;
    z-index: 1000;
    font: 14px/22px "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    overflow: auto;
    box-sizing: border-box;
    border: 1px solid rgba(50, 50, 50, 0.6);
}

.autocomplete * {
    font: inherit;
}

.autocomplete > div {
    padding: 0 4px;
}

.autocomplete .group {
    background: #eee;
}

.autocomplete > div:hover:not(.group),
.autocomplete > div.selected {
    background: #81ca91;
    cursor: pointer;
}

.layout-footer {
  margin-top: 60px;
}

.danger-border {
  border-color: #dc3545;
}
.success-border {
  border-color: #28a745;
}
.primary-border {
  border-color: #007bff;
}
.warning-border {
  border-color: #ffc107;
}
