﻿body {
    color: #000000;
}

.slider-box {
    color: #000;
    text-align: left;
    width: 30%;
    position: absolute;
    top: 50%;
    left: 25%;
    padding: 30px;
    transform: translate(-25%, -50%);
}

    .slider-box h3 {
        font-size: 60px;
        font-family: 'Miller Text';
        font-weight: bold;
        font-style: italic;
        margin-bottom: 10px;
    }

    .slider-box h5 {
        margin-bottom: 0px;
        font-weight: 300;
        line-height: 1.5;
        margin-bottom: 20px;
    }

h3 {
    font-weight: 200;
}

h2 {
    font-weight: 100;
}

.content-box h2 span {
    margin-left: 10px;
    padding: 5px 10px;
    font-size: 14px;
    position: absolute;
}

.description {
    width: 70%;
    text-align: center;
    line-height: 2.5;
    margin: 40px auto;
}

.content-box-wrap {
    background-color: #F6F6F6;
    text-align: center;
    padding: 30px 30px 50px;
    position: relative;
}

.content-box {
    margin: 0 auto;
    width: 85%;
    position: relative;
}

.content-box-wrap .btn {
    background-color: #005952;
    border-color: #005952;
    margin-top: 20px;
    position: absolute;
    transform: translate(-50%, 0%);
}

.content-box p {
    font-family: 'Miller Text';
    font-size: 16px;
    letter-spacing: 1px;
    font-style: italic;
    font-weight: 300;
}

.caption {
    padding: 50px;
    font-style: italic;
    font-size: 32px;
    text-align: center;
}

.image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-img {
    width: 100%;
}

.rug-card .color-swatch {
    width: unset;
}

.card-body {
    background-color: unset;
    padding: 0 1.25rem 1.25rem;
}

.card {
    margin-bottom: 30px;
}

.card-title {
    margin: 0 0 20px 0;
    text-align: center;
    font-weight: 300;
}

.card-img-wrapper {
    height: 330px;
    padding: 20px;
}

    .card-img-wrapper .lifestyle {
        position: absolute;
        background-size: cover;
    }

.card-img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: contain;
    border-radius: unset;
    background-repeat: no-repeat;
    max-height: 310px;
}

.collections .card-img {
    width: 100%;
    background-size: contain;
}

.card-img.overhead {
    height: 290px;
    margin: 0 auto;
    /* width: 220px; */
    float: none;
    /* margin-top: 20px; */
}

.collection-inner {
    height: 50px;
}

.collections .left-arrow, .collections .right-arrow {
    line-height: 50px;
}

.color-swatch {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 15px;
    width: 50px;
    cursor: pointer;
    margin-right: 10px;
    flex-shrink: 0;
    height: 100%;
    border-radius: 50%;
}

.rugs .btn-secondary {
    background-color: #fff;
    border-color: #fff;
    color: #000;
    text-transform: capitalize;
    font-size: 14px;
}

.filter-buttons, .rug-results {
    margin: 15px 0;
}

.ul-container .btn {
    text-transform: capitalize;
    font-weight: 400;
    margin: 0 5px 5px 0;
}

#filterRugMainDiv {
    padding-top: 1rem;
}


.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    font-size: 50px !important;
    color: #0E887F !important;
}

.owl-carousel .owl-next::before, .owl-carousel .owl-prev::before {
    content: unset;
}

.owl-carousel .owl-nav button.owl-next {
    right: -50px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -50px;
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .slider-box {
        width: 96%;
    }

    .caption-wrap {
        width: 50%;
    }

    .description {
        width: 100%;
    }

    .content-box {
        width: 100%;
    }
}

@media only screen and (max-width: 700px) {
    .caption-wrap {
        width: 100%;
        position: initial;
        transform: none;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .caption {
        padding: 40px;
    }

    .caption-image {
        height: 400px;
        position: initial;
        background-size: cover;
        width: 100%;
    }

    .slider-box h3 {
        font-size: 22px;
    }
}
