body {
  background-image: url(/images/products/!bg/SRT-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}

h2 {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: bolder;
}

header {
  background: url(/images/logo/topper-light.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.btn-special,
#top-navigation,
#nav-div,
.hr-bg,
.details {
  background-image: url(/images/products/!texture-bg/SRT-texture-bg.jpg);
  background-size: cover;
}

.btn-special,
.details {
  text-transform: uppercase;
  text-decoration: none !important;
  color: #fff !important;
}

.btn-special:hover {
  background: #000;
  color: #fff
}

.product.unit-front {
  float: none;
}
.brochure .btn {
  padding: 0; 
  border-radius: 1.5rem;
}
.card {
  border: 3px solid #000;
  box-shadow: inset 0 0 7px 3px rgba(0, 0, 0, 0.5);
  text-align: left;
  padding: 1rem;
  background-color: rgb(255, 255, 255, 0.6);
}
@media (min-width: 600px) {
  .product.unit-front {
    float: right;
    padding-left: 20px;
    clip-path: polygon(23% 19%, 46% 0, 100% 0, 100% 100%, 16% 100%, 0 71%, 0 48%, 23% 47%);
    shape-outside: polygon(23% 19%, 46% 0, 100% 0, 100% 100%, 16% 100%, 0 71%, 0 48%, 23% 47%);
    /* shape-outside: polygon(33% 25%, 60% 10%, 100% 10%, 100% 100%, 21% 100%, 6% 71%, 6% 48%, 33% 47%); */
    /* margin-right: -190px; */
    margin-right: -60px;
    padding-left: 0;
  }
}



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

@media (max-width: 600px) {
  .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;
  }
}
