body {
    background-color: #c7e2f2;
    background-image: url(/images/products/!bg/valet-booth-32-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}

blockquote {
    padding: 30px;
    font-weight: 600;
    font-family: adobe-caslon-pro, serif;
    color: #000;
    text-transform: capitalize;
}

    blockquote p {
        font-style: italic;
        font-size: 2.5rem;
        line-height: 3rem;
        text-align: left;
        text-shadow: 2px 2px #999;
    }

#top-navigation,
.btn-special,
.product-vanity,
.hr-bg,
.details {
    color: #fff !important;
    background-image: url(/images/products/!texture-bg/valet-booth-32-texture-bg.jpg);
    background-size: cover;
}

.product-title {
    font-size: 1.2rem;
    /* text-decoration: underline; */
    color: #036;
    text-align: center;
    display: block;
    text-transform: uppercase;
}

.product-image {
    float: left;
    margin: 0 1rem 1rem 0;
}

#nav-div {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/images/products/!texture-bg/valet-booth-32-texture-bg.jpg);
}


.carousel-progress-bar-timer {
    background: #000;
}

.card {
    padding: 0;
    margin: 1rem 0;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #ccc;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.product {
    float: right;
    margin-top: -250px;
    padding-left: 2rem;
}

.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;
}

.item {
    background-color: transparent;
    border-radius: 10px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

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

h3 {
    text-align: center;
}

@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; */
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 600px) {
    #detailsCarousel .carousel-inner {
        width: 100%;
    }

    .product {
        margin-top: 0px !important;
        float: none !important;
        padding: 0;
        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;
}

h4 {
    font-size: 1rem;
}

.section-sink-carousel {
    padding: 25px 100px 0px 100px;
    background-size: cover;
}

a:active,
a:focus,
button:active,
button:focus {
    outline: 0;
    border: none;
    outline-style: none;
    -moz-outline-style: none;
}

@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;
    }
}
