body {
  background-image: url(/images/products/!bg/MAN-bg.jpg);
}

header {
  background: url(/images/logo/topper-callahead.png);
  background-size: cover;
}

h2 {
  font-size: 1.25rem;
  color: #0e2431;
  font-weight: bolder;
}
.icon {
  fill: #000;
}
#top-navigation {
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("/images/products/!texture-bg/Marble-texture-bg.jpg");
}
.hr-bg,
#nav-div,
.btn-special,
.product-vanity,
.details {
  background: url("/images/products/!texture-bg/Marble-texture-bg.jpg");
  /* color: #fff !important; */
  background-size: cover;
}

.product-vanity {
  padding: 1rem;
  margin-bottom: 1rem;
  box-shadow: 12px 12px 2px 1px rgba(0, 0, 0, 0.5);
  border-radius: 0.25rem;
}

.btn-special,
.details {
  text-transform: uppercase;
  text-decoration: none !important;
  color: #fff !important;
}
.card {
  -moz-box-shadow: 0 0 5px 5px #795f22;
  -webkit-box-shadow: 0 0 5px 5px #795f22;
  box-shadow: 0 0 5px 5px #795f22;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 75px;
  height: 75px;
}
.product {
  float: right;
  margin-top: -280px;
  padding-left: 2rem;
}

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

  h1 img {
    width: 100%;
  }

  .product {
    margin-top: 0px !important;
    /* float: none !important; */
    /* padding: 0; */
    /* text-align: center; */
  }
}

@media (max-width: 600px) {
  #detailsCarousel .carousel-inner {
    width: 100%;
  }
  .product {
    margin-top: 0px !important;
    float: none !important;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .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;
  }
}
