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

header {
  background: url(/images/products/!topper/eurohead-topper.jpg);
  background-size: cover;
  background-position: center;
  height: 125px;
}
h2 {
  font-weight: bolder;
}
.icon {
  fill: #000 !important;
}
.details {
  background: url(/images/products/!bg/eurohead-bg.jpg);
  background-size: cover;
}

.btn-special,
.details {
  text-transform: uppercase;
  text-decoration: none !important;
  color: #fff !important;
}
#nav-div,
.btn-special,
.hr-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/images/products/!texture-bg/eurohead-texture-bg.jpg);
  background-size: cover;
  background-position: center center;
}

.product {
  float: right;
  margin-top: -200px;
  padding-left: 2rem;
}

@media (max-width: 1107px) {
  h1 {
    margin-top: 0px;
    text-align: center;
  }

  h1 img {
    width: 100%;
  }

  .product {
    margin-top: 0px !important;
    /* float: none !important; */
    /* padding: 0; */
    /* text-align: center; */
  }
}

@media (max-width: 600px) {
  #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;
    height: 40px;
    display: flex;
    margin-bottom: 0;
    align-items: center;
    bottom: -42px;
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .card ul, .card ol {
      padding-left: 25px;
  }
}
@media (max-width: 360px) {
  .card ul, .card ol {
      padding-left: 15px;
  }
}
.carousel-progress-bar-timer {
  background: #ecc60d;
}
