body {
  background-color: #c7e2f2;
  /* background:linear-gradient(rgba(183, 187, 188, .6), rgba(183, 187, 188, .6)),  url(/images/products/!bg/beach-head-bg.jpg); */
  background: url(world-view-16-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}

header {
  background: url(/images/logo/topper-light.png);
  background-size: cover;
  background-position: center;
  height: 125px;
}

h2 {
  color: #0e2431;
  font-weight: bolder;
}

.icon {
  fill: #fff;
}

#top-navigation,
.hr-bg,
.details,
.btn-special,
#nav-div {
  background: url(/images/products/!bg/world-view-16-bg.jpg);
  background-size: cover;
  color: #fff;
}

.hr-bg {
  height: 40px !important;
  opacity: 1 !important;
  margin: 0 auto;
  border: 0;
}
.box-no-border {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.card {
  border: medium solid #666;
  box-shadow: 0 0 5px 5px #666;
  background-color: #fff;
  color: #000;
}

.logo-banner {
  margin: -25px auto 0;
  display: block;
  background: transparent;
}

h1 {
  margin-top: -20px;
}

.product {
  float: right;
  margin-top: -240px;
  padding-left: 2rem;
}

.parent {
  position: relative;
  top: 0;
  left: 0;
}

.image1 {
  position: relative;
  top: 0;
  left: 0;
}
.image2 {
  position: absolute;
  top: 7px;
  left: 0px;
}

.logo-bottom {
  margin: 25px auto 0;
  padding-bottom: 3rem;
  display: block;
  background: transparent;
}

.product img {
  filter: drop-shadow(10px 8px 5px rgba(0 0 0 / 30%));
}

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

  h1 img {
    width: 100%;
  }

  .intro {
    margin-top: -25px;
  }

  .product {
    margin-top: 0px !important;
  }
}

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