body {
    background-image: url(/images/products/safety/Safety-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
header {
    background: url(/images/logo/topper-light.png);

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
h2 {
    font-size: 1.25rem;
    color: #0E2431;
    font-weight: bolder;
}
.navbar-dark .navbar-nav .nav-link,
.navbar-toggler {
    color: rgba(255, 255, 255, 0.8) !important;
}
#nav-div {
    background: #000
}

.hr-bg {
    background: url("/images/products/safety/Safety-thin-texture-bg.jpg");
    background-size: cover;
}
#top-navigation {

    background-image: linear-gradient(#edc22a, #f2f234, #edc22a);
}
.btn-special,
.product-vanity,
.details {
    background-image: linear-gradient(#f47a27, #f5b82c, #f47a24);
}
.btn-special:hover {
    background: #000;
    color: #fff
}
.card {
    border: 1px solid #210F05;
    -webkit-box-shadow: 0 0 5px 5px #fea233;
    box-shadow: 0 0 5px 5px #fea233;
    background-color: rgb(255, 255, 255, 0.7);
}

.spec-header {
    font-weight: bold;
    font-size: 1.25rem;
    color: #045aa8;
}
.box-no-border {
    background-color: rgb(255, 255, 255, 0.8);
}
.product {
   margin-top: -200px;
}
.product .card {
    max-width: 410px;
}
.brochure .btn {
  padding: 0; 
  border-radius: 1.5rem;
}
#detailsCarousel .carousel-inner {
    border: #fff 3px solid;
}
.carousel-progress-bar-timer {
    background: #f47a27;
}
@media (max-width: 1107px) {
    h1 {
        text-align: center;
    }
    .product {
        margin-top: 0px !important;
    }
}
@media (max-width: 600px) {
  .product {
    float: none !important;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: 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;
  }
}
