/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.05rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
/* body {
  position: relative;
  overflow-x: hidden;
} */

.navbar-item-custom,
.navbar-item-custom a {
  color: #fff;
}

.footer-custom {
  position: absolute;
  text-align: center;
  width: 100%;
  background-color: #dfeaff;
  padding-top: 25px;
  margin-top: 50px;
}

.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: 15px;
  font-weight: bold;
}

.product-container {
  margin-bottom: 10%;
}

.product-page-price {
  font-size: 19px;
}

.cart-icon {
  height: 19px;
  padding-left: 20px;
}

.register-block {
  padding: 10px;
  background-color: #fafafa;
}

.block-small {
  max-width: 600px;
  margin: 0 auto;
}

.form-check {
  background-color: #f7f8f9;
  padding: 20px 65px;
  margin-top: 7px;
}

.col-form-label {
  font-weight: bold;
}

.order-summary {
  background-color: #f7f8f9;
  padding: 20px;
  margin-top: 22px;
}

.account-item {
  background-color: #f1f2f6;
  padding: 70px;
}

.account-item a {
  text-transform: uppercase;
  font-size: 13px;
  color: #4b6584;
  font-weight: bold;
}
.account-item a:hover {
  color: #778ca3;
  text-decoration: none;
}

.bg-dark {
  background-color: #000 !important;
}

.bg-black {
  background-color: #343a40 !important;
}

.accordeon-product {
  font-size: 1.5rem;
}

.accordeon-product:hover {
  background-color: #343a40 !important;
  border-color: #343a40 !important;
}

.accordeon-product:focus {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: none;
}

.accordeon-product:active {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: none;
}

.overhome {
  overflow: hidden !important;
}
