#site-footer {
    background-color: transparent !important;
}
body {
    color: #fff !important;
    margin: 0;
    padding: 0;
    background-color: #000 !important;
}
blockquote {
    padding: 30px;
    font-weight: 600;
    font-family: adobe-caslon-pro, serif;
    color: #fff;
    text-transform: capitalize;

}
blockquote p {
    font-style: italic;
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: left;
    text-shadow: 2px 2px #000;
}
a {
    color: #f1f1f1;
}
a:hover,
a:active,
a:focus,
button:active,
button:focus {
    color: #edffff !important;
}
hr {
    border-top: 1px solid rgba(255, 255, 255, .6);
}
h1 {
    font-size: 3.5rem;
    color: #edffff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    display: inline-block;
}
header {
    background: url(/images/logo/topper-light.png);
    background-size: cover;
    background-position: center;
    height: 125px;
}
.icon {
    fill: #fff !important;
}
.content {
    /* border-radius: 10px; */
    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/bg.jpg");
    background-size: cover;
}
.product-title {
    font-size: 1.2rem;
    text-decoration: underline;
    color: #036;
    font-weight: bolder;
}
.card {
    padding: 1rem;
    margin: 1rem 0;
    background-color: rgba(255, 255, 255, 0.2);
    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);
}
.section-sink-carousel {
    padding: 25px 100px 0px 100px;
    background-size: cover;
}
.dropdown-menu {
    margin-top: -1px !important;
}
.carousel-progress-bar-timer {
    background-color: rgba(219, 219, 219, 0.5);
}
.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;
    background: url(images/bg.jpg);
    background-size: cover;
}
.btn-special {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-special:hover {
    background-color: #0069d9;
    border-color: #0062cc;
}
@media (max-width: 1107px) {
    h1 {
      font-size: 3rem;
      text-align: center;
    }
}
@media (max-width: 600px) {
    h1 > img {
        display: block;
        margin: 15px auto;
    }
}
@media (max-width: 480px) {
    h1 {
        font-size: 2.3rem;
    }
    .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;
    }
    .carousel-wrapper h3 {
        font-size: 1.5rem;
    }
    .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;
    }
}
