body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #435a8a;
  margin: 0;
  padding: 0;
  background-color: #000 !important;
}
a {
  color: #435a8a;
}
a:active,
a:focus,
button:active,
button:focus {
  outline: 0;
  border: none;
  outline-style: none;
  -moz-outline-style: none;
}
h1 {
  font-size: 1.9rem;
  text-shadow: 1px 1px #333333, 2px 2px #999999;
  font-weight: bold;
  -webkit-text-stroke-color: black
}
h4 {
  font-size: 1rem;
}
.intro h2 {
  font-size: 1.9rem;
  text-shadow: 1px 1px #333333, 2px 2px #999999;
  font-weight: bold;
  -webkit-text-stroke-color: black
}
.content {
  /* border-radius: 10px; */
  background-color: #000000;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  /* background-image: url("images/shower-bg.jpg"); */
  background-repeat: no-repeat;
  background-size: contain;
}
.header {
  display: flex;
  top: 0px;
  min-height: 115px;
  margin: 0 auto;
}
.logo-svg {
  padding-top: 10px;
  padding-left: 5px;
}
.info-svg {
  padding-top: 20px;
  margin-right: 10px;
}
.hr-bg {
  color: black;
  background-color: #fff;
  margin: 0px;
  border: none;
  height: 5px !important;
}

.top-banner,
.demo,
.details {
  background: linear-gradient(90deg, #01050f, #061025);
  background-size: cover;
  color: #fff;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.title.image {
  float: left;
  width: 650px;
  padding: 30px 0px;
}
.bg-black {
  background-color: #000;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
}
.product-title {
  font-size: 1.2rem;
  text-decoration: underline;
  color: #036;
  font-weight: bolder;
}
.card {
  padding: 0;
  margin-top: 0;
  margin-bottom: 3rem;
  min-height: 343px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #ccc;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  text-align: left;
}
.card-bottom {
  font-weight: bold;
  min-height: 0;
  padding: 24px;
  color: #006;
  margin-bottom: 0;
}
blockquote {
  padding: 0 30px;
  font-weight: 600;
  font-family: adobe-caslon-pro, serif;
  color: #101268;
  text-transform: capitalize;

  text-align: left;
}
blockquote p {
  font-style: italic;
  font-size: 2.5rem;
  line-height: 3rem;

  text-shadow: 2px 2px #ccc;
}
::selection {
  background-color: #435a8a;
  color: #f1f1f1;
}
.item {
    background-color: transparent;
    border-radius: 10px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .item a {
        color: #f1f1f1;
        text-transform: uppercase;
        text-decoration: underline;
    }

h3 {
    text-align: center;
}
.owl-prev,
.owl-next {
  width: 100px;
  height: 100px;
  font-size: 0rem !important;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  display: block !important;
  border: 0px solid black;
}
.owl-prev {
  left: -100px;
  background-image: url(/images/left-arrow.png) !important;
}
.owl-next {
  right: -100px;
  background-image: url(/images/right-arrow.png) !important;
}
.owl-prev i,
.owl-next i {
  transform: scale(2, 5);
  color: #ccc;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: none;
  text-decoration: none;
}
.section-sink-carousel {
  padding: 25px 100px 0px 100px;
  /* background: url(antiseptic-bg-70.jpg); */
  background-size: cover;
}
ul.dropdown-menu {
  margin-top: -1px !important;
}
#site-footer,
#site-footer a {
  color: #fff
}
@media (max-width: 480px) {
    .card ul, .card ol {
        padding-left: 25px;
    }
    blockquote p {
        font-size: 2rem;
        line-height: 2.6rem;
    }
    .section-sink-carousel {
        padding-left: 75px;
        padding-right: 75px;
    }
    .owl-prev, .owl-next {
        width: 75px;
        height: 75px;
        background-size: cover !important;
    }
    .owl-prev {
        left: -75px;
    }
    .owl-next {
        right: -75px;
    }
}
@media (max-width: 360px) {
    .card ul, .card ol {
        padding-left: 15px;
    }
}
