.custom-slider {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 30px 0 0 0;
    position: relative;
    z-index: 999999;
}

.thumbnails {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    line-height: 0;
    width: 30%;
    list-style: none;
    padding: 0px;
}

.thumbnails li {
    -webkit-box-flex: 1;
    flex: auto;
    border: 1px solid #eeeeee;
    margin-top: 3px;
}

#listingTable {
    overflow: hidden;
}

.thumbnails a {
    display: block;
}

.thumbnails img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.custom-slides {
    float: left;
    width: 85vmin;
    height: 60vmin;
    padding: 0px;
    list-style: none;
}

.custom-slides li {
    width: 60vmin;
    height: 270px;
    position: absolute;
    z-index: 1;
    left: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.custom-slides li:target {
    z-index: 999;
    -webkit-animation: slide 1s 1;
    background: #fff;
}

.custom-slides li:not(:target) {
    -webkit-animation: hidden 1s 1;
    background: #fff;
}


.custom-slides li img {
    position: absolute;
    top: 0px;
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    right: 0;
}

@-webkit-keyframes slide {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes slide {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes hidden {
    0% {
        z-index: 2;
    }

    100% {
        z-index: 2;
    }
}

@keyframes hidden {
    0% {
        z-index: 2;
    }

    100% {
        z-index: 2;
    }
}



.irs--round .irs-bar {
    background-color: #218178 !important;
}

irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {

    background-color: #218178 !important;

}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {

    border-top-color: #218178 !important;
}


.irs--round .irs-handle {

    border: 4px solid #218178 !important;
}

.irs--round .irs-handle>i:first-child {

    background-color: #218178 !important;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {

    background-color: #218178 !important;

}

#appendSliderHere a.searchinventory.book-appointment.static-show {
    color: #fff;
    cursor: pointer;
    margin: 0% 5%;
    margin-bottom: 5%;
}

.scrollable .search-filter-box {
    height: calc(100vh - 110px);
    overflow-y: auto;
    padding-right: 20px;
    position: -webkit-sticky;
    padding-left: 5px;
    position: sticky;
    top: 80px;
    transition: 0.5s;
    margin-bottom: 40px;
}


a.menu-mobile#menu-toggle {
    display: none;
}

.row.more-inventory.product-filter.filterloader {
    display: block;
    text-align: center;
}

.irs--round.irs-with-grid {
    /*   */
    margin: 0 20px;
}

span.irs.irs--round.js-irs-0 {
    margin: 0px 20px;
}


button.close-on-filter-sidebar {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    display: none;
}

@media(max-width:1023px) {
    .sort-inventroy select {
        padding: 10px 5px;
        width: 52%;
    }
}

@media(max-width:767px) {


    button.close-on-filter-sidebar {
        display: block;
        position: relative;
        top: 5px;
        outline: none;
    }


    .scrollable .search-filter-box {
        height: auto;
        overflow-y: auto;
        padding-right: unset;
        position: unset;
        position: unset;
        top: 0;
        transition: 0.5s;
        margin-bottom: unset;
    }

    #search-filter-box {
        padding-left: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #search-filter-box.toggled {
        padding-left: 250px;
    }

    #sidebar-wrapper {
        z-index: 1000;
        position: fixed;
        left: 250px;
        width: 0;
        height: 100%;
        margin-left: -250px;
        overflow-y: auto;
        background: #f7f9fc;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        top: 60px;
        box-shadow: 0 16px 20px -5px rgba(115, 115, 115, 0.75),
            10px 0 20px -5px rgba(115, 115, 115, 0.75);
    }

    #search-filter-box.toggled #sidebar-wrapper {
        width: 250px;
    }

    #page-content-wrapper {
        width: 100%;
        padding: 15px;
    }

    #search-filter-box.toggled #inventory {
        position: absolute;
        margin-right: -250px;
    }

    /* Sidebar Styles */

    .sidebar-nav {
        position: absolute;
        top: 0;
        width: 250px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .sidebar-nav li {
        text-indent: 20px;
        line-height: 40px;
    }

    .sidebar-nav li a {
        display: block;
        text-decoration: none;
        color: #999999;
    }

    .sidebar-nav li a:hover {
        text-decoration: none;
        color: #fff;
        background: rgba(255, 255, 255, 0.2);
    }

    .sidebar-nav li a:active,
    .sidebar-nav li a:focus {
        text-decoration: none;
    }

    .sidebar-nav>.sidebar-brand {
        height: 65px;
        font-size: 18px;
        line-height: 60px;
    }

    .sidebar-nav>.sidebar-brand a {
        color: #999999;
    }

    .sidebar-nav>.sidebar-brand a:hover {
        color: #fff;
        background: none;
    }

    #search-filter-box {
        padding-left: 250px;
    }

    #search-filter-box.toggled {
        padding-left: 0;
    }

    #search-filter-box.toggled #sidebar-wrapper {
        width: 250px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 60px;
    }

    .irs--round.irs-with-grid {
        /*   */
        margin: 0 20px;
    }

    #page-content-wrapper {
        padding: 20px;
    }

    #search-filter-box.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }

    .search-box-inventroy input {
        width: 90%;
    }

    .search-box-inventroy .btn {
        width: 10%;
        margin-left: 0px;
    }

    .search-box-inventroy {
        margin-bottom: 15px;
    }

    a.menu-mobile#menu-toggle {
        position: absolute;
        left: 16px;
        top: 57px;
        z-index: 99;
        display: none;
        width: 35%;
    }

    a.menu-mobile.outline {
        background-color: transparent;
        color: inherit;
        transition: all .25s;
    }

    a.menu-mobile.btn-primary.outline {
        color: #428bca;
    }

    a.menu-mobile.btn-primary.outline:hover {
        color: #fff;
    }



    .filter-search {
        padding-bottom: 22px;
        padding-top: 9px;
    }

    .irs--round .irs-grid-text {
        color: #444 !important;
        font-weight: 400;
        font-size: 13px;
    }

    .overlay {
        position: fixed;
        top: 60px;
        left: 0px;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        height: 100%;
    }



    button#closesidebar {
        position: absolute;
        right: 25px;
        top: 25px;
    }
}
