﻿.sorting .hasdropdown .dropdown-content ul li a {
    color: #55585a;
    padding: 4px 0;
}
    .sorting .hasdropdown .dropdown-content ul li a:hover{
        color:var(--maincolor);
    }
    .sorting .hasdropdown {
        position: relative;
        padding-bottom: 5px;
        background: #fff;
        padding: 5px;
        border: solid 1px #dee2e6;
    }

.sorting .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%);
    right: 0;
}

.hasdropdown:hover .dropdown-content {
    display: block;
}

.category-page .page-title h1 {
    margin-bottom: 15px;
}

.category-page .boxpc .lst-product .product-item {
    width: 25%;
}

.block.block-category-navigation {
    margin-top: 30px;
    background-color: #f5f5f5;
    height: 100%;
    padding-bottom:20px;
}

    .block.block-category-navigation .title {
        padding: 15px 10px;
        font-size: 20px;
        text-transform: capitalize;
    }

    .block.block-category-navigation .listbox ul {
        position: relative;
    }
        .block.block-category-navigation .listbox ul li::after {
            display: block;
            clear: both;
            content: "";
        }
        .block.block-category-navigation .listbox ul > li a {
            display: block;
            line-height: 32px;
            font-size: 18px;
            color: #383838;
            padding:5px 10px;
        }
            .block.block-category-navigation .listbox ul > li a strong{
                font-weight:normal;
            }
            .block.block-category-navigation .listbox ul > li a img {
                margin-right:10px;
                width: 20px;
            }
            .block.block-category-navigation .listbox ul > li a:first-of-type {
                float: left;
                width: calc(100% - 40px);
            }
            .block.block-category-navigation .listbox ul > li a.arrdown {
                float: right;
                width: 40px;
                text-align: right;
                font-size:14px;
                
            }
                .block.block-category-navigation .listbox ul > li a.arrdown i {
                    transition: all;
                    transition-duration: .5s;
                }
                .block.block-category-navigation .listbox ul > li a.arrdown.current i{
                    -webkit-transform: rotate(180deg);
                    -moz-transform: rotate(180deg);
                    -o-transform: rotate(180deg);
                    -ms-transform: rotate(180deg);
                    transform: rotate(180deg);
                }
                .block.block-category-navigation .listbox ul li.active a {
                    color: var(--maincolor);
                }
        .block.block-category-navigation .listbox ul > li a:hover {
            color: var(--maincolor);
        }
        .block.block-category-navigation .listbox ul.sublist {
            display: none;
            margin-left:15px;
        }
            .block.block-category-navigation .listbox ul.sublist a{
                font-size:14px;
            }
            .left-menu h3.left-menu-header {
                width: 230px;
                background-color: var(--maincolor);
                border-radius: 4px 4px 0 0;
                padding-left: 5px;
                color: #fff;
            }
                .left-menu h3.left-menu-header a {
                    color: #fff!important;
                }
.html-category-page .breadcrumb {
    margin: 30px 0 15px 0;
}
.mobilefilter {
    display: none;
}
.html-search-page .col-body{
    width:100%;
}
@media (max-width: 575px) {
    .category-page .boxpc .lst-product .product-item{
        width:50%;
    }
    .mobilefilter {
        transition: all .4s cubic-bezier(.455,.03,.515,.955);
        left: -100%;
        position: fixed;
        z-index: 99;
        background-color: #fff;
        height: 100%;
        min-height: 100%;
        bottom: 0;
        display: block;
        padding: 15px;
        width: 100%;
    }

    .mobilefilter.filteropenr {
        left: 0;
        width: 100%;
        padding: 15px;
        display:block;
    }

    .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 .lst-sort li.selected a{
            color:var(--maincolor);
        }
        .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: 15px;
        color: var(--maincolor);
    }
}
