body {
    background-color: #c7e2f2;
    background: linear-gradient(rgba(72, 159, 230, 0.8),rgba(255,255,255,0.5), rgba(72, 159, 230, 0.8)), url(/images/products/!bg/contractor-bg.jpg);
    color: #fff;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
header {
    background: url(/images/logo/topper-light.png), linear-gradient(#847dce, #29295d 80%, #847dce);
    background-size: cover;
    background-position: center;
    height: 125px;
}
h1 {
    text-align: center;
}
hr {
    border-color: #fff;
}
h2 {
    font-size: 1.5rem;
    color: #fff;
    font-weight: bolder;
}
.icon {
    fill: #fff !important;
}
.btn-special,
.hr-bg {
    background: linear-gradient(#847dce, #29295d 80%, #847dce);
    /* background-size: contain; */
    color: #fff !important;
    text-shadow: 2px 2px #000;
}
#nav-div {
    background-color: #000;
}
.product-vanity {
    padding: 1rem;
    border-radius: .25rem;
    box-shadow: 12px 12px 2px 1px rgba(0, 0, 0, 0.4);
    border-radius: .25rem;
}
.box-no-border {
    background: linear-gradient(rgba(72, 159, 230, 0.8), #847dce, rgba(72, 159, 230, 0.8));
}
.btn-special:hover {
    background: #000;
    color: #fff
}

.card {
    border: medium solid #847dce;
    margin: 1.5rem 0;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    box-shadow: none;
}
.detail-img-wrapper {
    padding-top: calc(504 / 334 * 100%);
}
.product {
    position: relative;
    display: flex;
    float: right;
    margin-top: -60px;
    padding: 0 1rem;
}
.brochure .btn {
  padding: 0; 
  border-radius: 1.5rem;
}
.detail-img-wrapper {
  padding-top: calc(504 / 334 * 100%);
}
#detailsCarousel .carousel-inner {
  border: #847dce 3px solid;
}
@media (max-width: 1107px) {
    h1 {
        text-align: center;
    }
    .product {
      margin-top: 0 !important;
    }
}
@media (max-width: 600px) {
  .product {
    float: none !important;
    padding: 0;
    display: flex;
    justify-content: center;
    margin: 0;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 75px;
    height: 75px;
  }
  #detailsCarousel .carousel-inner {
    width: 100%;
  }
  .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;
  }
}
