body {
      background-image: url(/images/products/!bg/freedom-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), rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 125px !important;
}

.btn-special,
#top-navigation,
#nav-div,
.hr-bg,
.details {
  background-image: url(/images/products/!texture-bg/flag-texture-bg.jpg);
  background-size: cover;
}
.box-no-border {
  background-color: rgb(255, 255, 255, 0.3);
}
.top-banner.box-no-border {
    background-color: transparent;
}
.brochure .btn {
  padding: 0; 
  border-radius: 1.5rem;
}
.btn-special,
.details {
  text-transform: uppercase;
  text-decoration: none !important;
  color: #fff !important;
}

.btn-special:hover {
  background: #000;
  color: #fff
}
.product {
  margin-top: -160px;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  float: right;
}
.product-vanity {
  margin-bottom: 1rem;
  box-shadow: 12px 12px 2px 1px rgb(0 0 0 / 50%);
  border-radius: .25rem;
}

.card {
  border: 3px solid #210F05;
  box-shadow: inset 0 0 7px 3px rgba(0, 0, 0, 0.5);
  margin: 1rem 0;
  text-align: left;
  padding: 20px;
  background-color: rgb(255, 255, 255, 0.3);
}
@media (max-width: 1200px) {
    h1 .img-fluid {
        max-width: 470px;
    }
}
@media (max-width: 1107px) {
    h1 {
        text-align: center;
    }
    h1 .img-fluid {
        max-width: 100%;
    }
    .product {
        margin-top: 0px !important;
    }
}

@media (max-width: 600px) {
  .product {
    float: none !important;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .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;
  }
}
