﻿.sorting .hasdropdown .dropdown-content ul li a {
    color: #55585a;
    padding: 4px 0;
}
.hasdropdown {
    position: relative;
    padding-bottom: 5px;
}

.dropdown-content {
    position: absolute;
    display: none;
    z-index: 2;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
    min-width: 150px;
    padding: 10px 5px;
    top: calc(100%);
}

.hasdropdown:hover .dropdown-content {
    display: block;
}
.category-page .page-title h1 {
    margin-bottom: 15px;
    margin-left: 15px;
}
.withbg .main-content {
    min-height: 100vh;
    background: #000;
    background-size: cover;
    min-height: 100vh;
    background-attachment: fixed;
}
@media (max-width: 575px) {
    .mobilefilter {
        transition: all .4s cubic-bezier(.455,.03,.515,.955);
        left: -100%;
        position: absolute;
        z-index: 99;
        background-color: #fff;
        height: 100%;
        min-height: 100%;
        bottom: 0;
        display: block;
        padding: 15px;
        width: 100%;
    }

    .filteropenr {
        left: 0;
        width: 100%;
        padding: 15px;
    }

    .btn-closefilter {
        color: #191919;
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .filteropenr .lst-sort {
        margin-top: 30px;
    }

        .filteropenr .lst-sort li.title {
            color: #191919;
            text-transform: uppercase;
            padding-bottom: 10px;
            border-bottom: solid 1px #e9e7e7;
            margin-bottom: 15px;
        }

        .filteropenr .lst-sort li a {
            color: #4d4d4d;
        }

    .filteropenr .category-navigation {
        display: none;
    }

    .btn-filter {
        color: #191919;
    }

        .btn-filter i {
            font-size: 24px;
        }

    .filteropenr .lst-sort li.selected:after {
        content: '\eb9d';
        display: inline-block;
        font: normal normal normal 1em/1 'LineIconsPro Light';
        speak: none;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 0;
    }
}