body {
  background-image: url(/images/products/!bg/crew-bg.jpg);
  background-size: cover;

  background-attachment: fixed;
}
/* .icon {
  fill: #1a5d65 !important;
} */

#top-navigation,
.btn-special,
.product-vanity,
#nav-div,
.hr-bg,
.details {
  background-image: url(/images/products/!texture-bg/crew-texture-bg.jpg);
  background-size: cover;
}

.product-vanity {
  padding: 1.5rem;
  margin-bottom: 1rem;
  box-shadow: 12px 12px 2px 1px rgb(0 0 0 / 50%);
  border-radius: 0.25rem;
  max-width: 400px;
}

#nav-div {
  background-color: rgba(0, 0, 0, 0.9);
}

.btn-special,
.details {
  text-transform: uppercase;
  text-decoration: none !important;
  color: #fff !important;
}

/* .card {
  padding: 1 rem;
  border-radius: 4 px;
  border: medium solid #499a9e;
  -moz-box-shadow: 0 0 5px 5px #499a9e;
  -webkit-box-shadow: 0 0 5px 5px #499a9e;
  box-shadow: 0 0 5px 5px #499a9e;
  margin: 1.5 rem 0;
  text-align: left;
  background-color: #fff;
} */

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 75px;
  height: 75px;
}
.product {
  float: right;
  margin-top: -225px;
  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;
    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;
  }
}