body {
    margin: 0;
    padding: 0;
    background: linear-gradient(360deg, #a7a4a6, #ccc) !important;
}
header {
    background: url(/images/logo/topper-callahead.png);
    background-size: cover;
}
h4 {
    font-size: 1rem;
}
a {
    color: #435a8a;
}
a:active,
a:focus,
button:active,
button:focus {
    outline: 0;
    border: none;
    outline-style: none;
    -moz-outline-style: none;
}
.content,
#top-navigation {
    background: url(/images/products/!bg/porcelain-systems-bg.jpg) !important;
}
.top-banner,
#top-navigation,
.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);
}
.box-no-border {
    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);
}
.product-title {
    font-size: 1.2rem;
    /* text-decoration: underline; */
    color: #036;
    font-weight: bold;
}
.card {
    min-height: 343px;
    background-color: rgba(255, 255, 255, 0.6);
    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;
    padding: 0;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
blockquote {
    padding: 30px;
    font-weight: 600;
    font-family: adobe-caslon-pro, serif;
    color: #101268;
    text-transform: capitalize;
}
blockquote p {
    font-style: italic;
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: left;
    text-shadow: 2px 2px #ccc;
}
.item {
    background-color: transparent;
    border-radius: 10px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .item a {
        color: #036;
        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;
}
.box-no-border {
    background-color: rgba(255, 255, 255, 0.6);
}
#site-footer,
#site-footer a {
    color: #000;
}
.blockqute-footer {
    font-size: 1rem;
}
.img-product {
    position: absolute;
    display: block;
    font-size: x-small; 
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
}
.img-product-text {
    color: #000033 !important;
}
.page-h1,
.page-h1-lead {
    text-transform: uppercase;
    font-weight: bold;
    color: #888;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
}
h2.page-h1-lead {
    font-size: 2rem;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .9);
}
.btn-special {
    text-transform: uppercase;
    color: #fff;
    background-color: #435a8a;
    border-color: #435a8a;
}
.btn-special:hover {
    background: #000;
    color: #fff
}
@media (max-width: 1107px) {
    h1.display-4 {
      font-size: 3rem;
    }
}
@media (max-width: 480px) {
    h1.display-4 {
        font-size: 2.5rem;
    }
    .card ul, .card ol {
        padding-left: 25px;
    }
    blockquote p {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
    .section-sink-carousel {
        padding-left: 75px;
        padding-right: 75px;
    }
    .section-sink-carousel > span {
        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;
    }
}
