.navbar-item-custom,
.navbar-item-custom a {
  color: #fff;
}

body {
  position: relative;
}

.footer-custom {
  text-align: center;
  position: absolute;
  width: 100%;
  background-color: #dfeaff;
  padding-top: 25px;
  margin-top: 50px;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media(min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
.product-item h5 {
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 1px;
}

.product-item {
  margin-top: 50px;
}

.product-item .product-subtitle {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

.product-item .product-price {
  font-size: 14px;
  font-weight: bold;
}

.product-container {
  margin-bottom: 150px;
}

.product-page-price {
  font-size: 20px;
  font-width: bold;
}

.cart-icon {
  height: 20px;
  padding-left: 20px;
}
.block-small {
  max-width: 600px;
  margin: 0 auto;
}

.form-check {
  background-color: #f4f8ff;
  padding: 20px 65px;
  margin-top: 5px;
}

.col-form-label {
  font-weight: bold;
}

.order-summary {
  background-color: #f4f8ff;
  padding: 20px;
  margin-top: 22px;
}
