body {
    background-color: #c7e2f2;
    background: url(/images/products/!texture-bg/green-head-texture-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 {
    font-size: 1.5rem;
    color: #304E17;
    font-weight: bolder;
}
.icon {
    fill: #304E17 !important;
}
#top-navigation {
    background: url(/images/products/!texture-bg/green-head-texture-bg.jpg);
    background-size: cover;
}
.details,
#nav-div,
.btn-special,
.hr-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/images/products/!texture-bg/green-head-texture-bg.jpg);
    background-size: cover;
    background-position: center center;
}
.product-vanity {
    padding: 1rem;
    border-radius: .25rem;
    box-shadow: 12px 12px 2px 1px rgba(0, 0, 0, 0.4);
    border-radius: .25rem;
}
.box-no-border {
    background-color: rgba(255, 255, 255, 0.5);
}
.btn-special,
.details {
    text-transform: uppercase;
    text-decoration: none !important;
    color: #fff !important;
}

.btn-special:hover {
    background: #000;
    color: #fff
}

.card {
    border: medium solid #506721;
    background-color: #fff;
    color: #000;
    box-shadow: none;
}
.product {
    position: relative;
    display: flex;
    float: right;
    margin-top: -150px;
    padding: 0 1rem;
        }
.brochure .btn {
  padding: 0; 
  border-radius: 1.5rem;
}
.carousel-progress-bar-timer {
    background: #506721;
}
#detailsCarousel .carousel-inner {
    border: #506721 medium solid;
}
.detail-img-wrapper {
    padding-top: calc(504 / 334 * 100%);
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 75px;
    height: 75px;
}
@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;
    justify-content: center;
  }
  #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: -30px;
    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;
  }
}
