body {
  background-color: #c7e2f2;
  background: url(/images/products/!bg/BILT-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}

h1 {
  text-align: center;
}
.btn-special,
#nav-div {
  background: #000;
  color: #fff;
}

#top-navigation,
.hr-bg,
.details {
  background-color: rgba(0, 0, 0, 0.4);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 75px;
  height: 75px;
}
.product {
  position: relative;
  float: right;
  /* margin-top: -100px; */
  padding: 0 2rem;
}
#detailsCarousel .carousel-inner {
  border: #000 3px solid;
}
@media (max-width: 992px) {
  #detailsCarousel .carousel-inner {
    width: 50%;
  }
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 600px) {
  h1 {
    margin-bottom: 0;
  }
  #detailsCarousel .carousel-inner {
    width: 100%;
  }
  .product {
    margin-top: 0px !important;
    float: none !important;
    padding: 0;
    text-align: center;
  }
  .carousel-indicators {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 0;
    align-items: center;
    bottom: -42px;
    padding: 0 15px;
  }
}
.detail-img-wrapper {
  padding-top: calc(504 / 334 * 100%);
}
@media (max-width: 480px) {
  .card ul, .card ol {
      padding-left: 25px;
  }
}
@media (max-width: 360px) {
  .card ul, .card ol {
      padding-left: 15px;
  }
}