html,
body {
    /* To smooth any scrolling behavior */
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

body {
    background: url(bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    color: #435a8a;
    padding-top: 64px;
    overflow-x: hidden;
    }

body a {
    color: #435a8a;
    text-transform: uppercase;
}
h1 {
    font-weight: 900; 
    font-size: 2rem;
}
h1 + p {
    color:#212529;
}
blockquote {
    padding: 0 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;
}

.blockquote-footer {
    float: right;
    font-size: .8rem;
}

footer {
    background-color: #435a8a;
    color: #fff;
}

footer a {
    color: #fff;
    text-decoration: underline;
}
.box-no-border {
    background-color: rgb(255, 255, 255, 0.8);
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.overlay {
    position: absolute;
    /* top: 0;
    bottom: 0;
    left: 0;
    right: 0; */
    opacity: 0;
    transition: .5s ease;
}

.product:hover .overlay {
    opacity: 1;
}
.product img {
    filter: none;
}
.sub-title {
    text-transform: uppercase; 
    font-size: 1.25rem;
}
.card {
    margin: 1rem 0;
    background: #efefef;
    box-shadow: none;
    border: none;
    padding: 0;
}
.card-title {
    /*
    margin-top: .25rem;
    display: flex;
    align-items: center;
    justify-content: center; */
    font-size: 1.25rem;
    /* min-height: 47px; */
    text-transform: uppercase;
    display: block;
    text-align: center;
}

.summary {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.dot {
    height: 15px;
    width: 15px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.label {
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    transition: all 0.2s;
    transform: scale(0.98);
    will-change: transform;
    user-select: none;
    /* cursor: pointer; */
    position: relative;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: grab;
    min-height: 24px;
}

.label:active,
.label span:active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

.label span {
    display: inline-block;
    margin-right: 5px;
    transition: transform .2s ease-in-out;
    /* position: relative; */

    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: grab;
}

.label span:hover {
    color: #fff;
}

.label::-webkit-scrollbar {
    display: none;
}
.carousel-progress-bar-timer {
    background-color: #101268;
}
.item {
    background-color: transparent;
    border-radius: 10px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

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

.dropdown-menu {
    margin-top: -1px !important;
}

h3 {
    text-align: center;
}

@media (max-width: 600px) {
  .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 75px;
    height: 75px;
  }
  #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: -42px;
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .card ul, .card ol {
      padding-left: 25px;
  }
  blockquote p {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 360px) {
  .card ul, .card ol {
      padding-left: 15px;
  }
}
.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;
}

.product-title {
    font-size: 1.25rem;
    font-weight: bolder;
    text-align: center;
    width: 100%;
    display: block;
    font-weight: bolder;
    min-height: 40px;
}

hr {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

    hr.bg-light {
        height: 2px;
    }

.bottom-slider {
    padding: 25px 100px;
}

@media (max-width: 600px) {
    .owl-prev, .owl-next {
        width: 75px;
        height: 75px;
        background-size: contain !important;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 2rem;
    }

    .owl-carousel .owl-dots,
    .bottom-slider h3 {
        margin-left: -80px;
        margin-right: -80px;
    }

    blockquote {
        font-size: 2rem !important;
        line-height: 2.5rem;
        padding: 0;
    }

    .card .card-body {
        padding: 0;
    }
    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;
    }


}