body {
  background-image: url(/images/products/!bg/OSink-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}
h2 {
  font-size: 1.5rem;
  color: #0E2431;
  font-weight: bolder;
}
header {
  background: url(/images/logo/topper-light.png);
  background-size: cover;
  background-position: center;
  height: 125px;
}
.icon {
  fill: #fff !important;
}
#top-navigation,
.hr-bg,
#nav-div,
.btn-special,
.details {
  background: url("/images/products/!texture-bg/OSink-texture-bg.jpg");
  color: #fff !important;
  background-size: cover;
  /* border: none;
  margin: 0; */
}
.title.image {
  padding: 30px 0px;
}
.card {
  border: 2px solid #210F05;
  box-shadow: inset 0 0 7px 3px rgba(0, 0, 0, 0.5);
  margin: 1.5rem 0;
  text-align: left;
  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.5);
}
.carousel-progress-bar-timer {
  background: url("/images/products/!texture-bg/OSink-texture-bg.jpg");
}
.brochure .btn {
  padding: 0; 
  border-radius: 1.5rem;
}
.btn-special {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-special:hover {
    background: #000;
    color: #fff
}
@media (max-width: 1107px) {
    h1 {
        text-align: center;
    }
}
@media (max-width: 600px) {
  .product {
    float: none !important;
    padding: 0;
    text-align: center;
    justify-content: center;
    margin-top: 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;
  }
}
