body {
  background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.5)), url(/images/products/!bg/shower-head-25-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}

#top-navigation,
.hr-bg,
#nav-div,
.btn-special,
.product-vanity,
.details {
  background: rgba(79, 74, 121, 0.6);
  color: #fff !important;
  background-size: cover;
}

.product-title {
  font-size: 1.2rem;
  /* text-decoration: underline; */
  color: #036;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
.product-image {
  float: left;
  margin: 0 1rem 1rem 0;
}
.carousel-progress-bar-timer {
  background: #000;
}
.card {
  padding: 0;
  margin: 1rem 0;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #ccc;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}
.product {
  float: right;
  margin-top: -250px;
  padding-left: 2rem;
}
.product-vanity {
  padding: 1.5rem;
  margin-bottom: 1rem;
  box-shadow: 12px 12px 2px 1px rgb(0 0 0 / 50%);
  border-radius: 0.25rem;
  max-width: 400px;
}
@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; */
  }
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 600px) {
  #detailsCarousel .carousel-inner {
    width: 100%;
  }
  .product {
    margin-top: 0px !important;
    float: none !important;
    padding: 0;
    text-align: center;
  }
}
.carousel-progress-bar-timer {
  background: rgba(79, 74, 121, 1);
}

blockquote {
  padding: 30px;
  font-weight: 600;
  font-family: adobe-caslon-pro, serif;
  color: #101268;
  text-transform: capitalize;

  text-align: left;
}

blockquote p {
  font-style: italic;
  font-size: 2.5rem;
  line-height: 3rem;

  text-shadow: 2px 2px #ccc;
}
