﻿.modal.right .modal-dialog {
    background-color: #fff;
}

.modal.right .modal-content {
    width: 500px;
}

.modal.right .modal-body {
    padding: 0 30px;
    overflow-y: auto;
}

.modal.right .modal-footer {
    background-color: green;
    border-radius: 0;
}

    .modal.right .modal-footer > * {
        margin: 0;
    }

    .modal.right .modal-footer .btn-outline {
        color: #fff;
    }

#filterModal .spinner-wrap {
    background-color: rgb(255 255 255 / 75%);
    text-align: center;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1;
}

    #filterModal .spinner-wrap .spinner-border {
        position: fixed;
        top: 50%;
    }

.panel-title {
    padding: 20px 0;
    margin: 0px;
    position: relative;
    color: #000;
}

    .panel-title .caret {
        right: 10px;
        top: 30px;
        position: absolute;
        border-top: 6px dashed;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }

    .panel-title[aria-expanded="true"] .caret {
        border-top: 0;
        border-bottom: 6px dashed;
    }

.rug-heading {
    padding: 30px 0px;
    background-color: #0E887F;
    min-height: 172px;
}

    .rug-heading h1 {
        color: #fff;
        font-family: 'Miller Text';
    }

    .rug-heading h2 {
        color: #fff;
    }

    .rug-filters {
        color: #000;
        display: block;
    }

    .rug-filters .rug-filter {
        display: inline-block;
    }

        .rug-filters .rug-filter .filter-btn {
            width: 120px;
            background-color: #fff;
            border-radius: 30px;
            padding: 0px 10px;
        }

.multi-collapse ul {
    list-style: none;
    padding: 0px;
    margin: 0 0 20px 0;
}

    .multi-collapse ul > li {
        padding: 0 5px 0px 0px;
        margin-bottom: 5px;
    }


        .multi-collapse ul > li.last {
            border-bottom: none;
        }

        .multi-collapse ul > li .link span {
            float: right;
        }

        .multi-collapse ul > li:hover {
            cursor: pointer;
        }

.filter-option-value {
    color: #606975;
    padding: 15px;
}

    .filter-option-value .color {
        float: left;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        margin-right: 10px;
    }


.checkbox-ImgColorIndex .color {
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-top: 8px;
    margin-right: 5px;
}

.filter-option-value.active {
    background-color: #F5F5F5;
}

.filter-option-value.disabled {
    cursor: default;
    color: rgb(96 105 117 / 30%);
}

.filter-option-value span {
    float: right;
    display: none;
}

.filter-option-value.active span {
    display: block;
}

.ul-container .btn {
    text-transform: capitalize;
    font-weight: 400;
    margin: 0 5px 5px 0;
}

.filtered-options .btn-primary {
    color: #000;
    line-height: 36px;
    border: none;
    background-color: #F5F5F5;
}

.ul-container .btn-primary:hover, .ul-container .btn-primary:not(:disabled):not(.disabled).active, .ul-container .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    border: none;
    background-color: #d3d3d3;
}

#filterRugMainDiv {
    padding-top: 1rem;
}

.rugs-loading {
    opacity: 0.5;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}

.rugs {
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}

.accordion [data-toggle='collapse']::after {
    right: 14px;
}

.filter-option {
    border-bottom: 1px solid rgba(0,0,0,.125);
}

    .filter-option .btn {
        margin: 5px 0px;
    }

.card-body {
    padding: 0 1.25rem 1.25rem
}

.list-item {
    position: relative;
    display: block;
    padding: .25rem 1.25rem;
}

.sidebar-wrap {
    position: sticky;
    top: 128px;
}

#filterAccordion {
    height: calc(100vh - 210px);
    overflow-y: auto;
    overflow-x: hidden;
}

.product-card-img {
    height: 300px;
    object-fit: cover;
    /*background-color: #606975;*/
}

.color-swatch {
    margin: 0 5px;
}

    .color-swatch img {
        border-radius: 0px;
    }

.filter-buttons {
    background-color: #ffffff;
    z-index: 1;
    padding-top: 1rem;
}

.filtered-options .custom-checkbox {
    float: left;
    margin-right: 5px;
    line-height: 24px;
}

.filter-button button {
    color: #ffffff;
    background-color: #6CC24A;
}

.filter-button, .hide {
    display: none;
}

#pagination .btn, .pages {
    margin: 0;
}

.pagination-btn:hover {
    border-color: #e1e7ec;
    background-color: #f5f5f5;
    border-radius: 50%;
    cursor: pointer;
}

.pagination-btn.active {
    border-color: #6cc24a;
    background-color: #6cc24a;
    color: #ffffff;
    border-radius: 50%;
}

.pages {
    text-align: center;
}

    .pages li {
        display: inline-block;
        width: 36px;
        height: 36px;
        font-size: 14px;
        font-weight: 500;
        line-height: 34px;
        text-align: center;
    }

.dropdown-menu .dropdown-item:hover {
    cursor: pointer;
    background-color: #f8f9fa;
}

.dropdown-menu {
    z-index: 1;
}

.spinner.over-content {
    position: fixed;
    text-align: center;
    width: 100%;
    top: calc(50% - 35px);
    z-index: 2002;
    margin: 0 auto;
}

.col-sm-4 .product-card {
    min-height: 420px;
}

.col-sm-3 .color-swatches {
    margin: 0 18px;
    overflow: hidden;
}

.col-sm-3 .product-card-img {
    height: 200px;
}

.product-card {
    padding: 0px;
}

.custom-control-label::after, .custom-control-input, .custom-control .custom-control-input:checked ~ .custom-control-label::before {
    display:;
}

.card-img-wrapper {
    height: 365px;
    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: 365px;
}

.collections .card-img {
    width: 100%;
    background-size: cover;
}

.card-img.overhead {
    height: 325px;
    margin: 0 auto;
    width: 220px;
    float: none;
    margin-top: 20px;
}

.center-loader {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.rug-card {
    min-height: 449px;
}

#filterModal .input-group > .form-control {
    border-radius: unset;
    flex: 1 1 auto !important;
    width: 1% !important;
    padding-left: 18px;
}

@media only screen and (max-width: 1130px) {
    .content-wrap {
        padding-top:;
    }

    .filter-sidebar, .filter-grid {
        display: none;
    }

    .filter-sidebar {
        position: fixed;
        top: 129px;
        left: 0px;
        z-index: 1;
    }

    .sidebar-wrap {
        background-color: #ffffff;
        width: 250px;
    }
}

@media only screen and (max-width: 860px) {
    .rug-filters-wrap {
        overflow: scroll;
        position: relative;
        height: 60px;
    }

    .rug-filters {
        width: max-content;
    }
}

@media only screen and (max-width: 557px) {
    .filter-buttons .h4, #pagination .text-left, #pagination .text-right {
        display: none;
    }

    #pagination .col-6 {
        max-width: 100%;
        flex: 0 0 100%;
        width: 100%;
    }

    .sidebar-wrap {
        top: 80px;
        position: fixed;
        left: 0;
        padding: 0 20px;
        width: 100%;
        height: 100%;
    }

    .modal-right, .modal-right .modal-content, .modal.right .modal-content {
        width: 100%;
    }
}
