﻿@media (min-width: 801px) {
    .filter-device-desktop {
        display: inline;
    }
    .sidebar {
        /*margin-top: -3.5rem;*/
        padding-right:10px;
    }
}

.widget-clean {
    display: flex;
    align-items: center;
    padding-top: 0.6rem;
    padding-bottom: 2.1rem;
}
.widget {
    margin-bottom: 4.5rem;
}
.sidebar-shop .widget {
    color: #333;
    margin: 0 0 2rem;
    border-bottom: 0.1rem solid #ebebeb;
}
.widget-clean label {
    color: inherit;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: -.01em;
    margin: 0;
}
.widget-clean a {
    display: inline-block;
    font-weight: 400;
    font-size: 1.2rem;
    margin-left: auto;
    margin-right:7%;
}
.sidebar-filter-clear {
    text-transform: capitalize;
    margin-left: auto;
}
.sidebar-shop .widget-title {
    color: #333;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.15;
    letter-spacing: -.01em;
    margin-bottom: 0.7rem;
}
.widget-collapsible .widget-title a {
    position: relative;
    display: block;
    color: inherit;
    text-decoration: none;
    padding-right: 3rem;
}
    /*.widget-collapsible .widget-title a:after {
        color: #333;
        content: '\f110';
        display: block;
        font-family: 'molla';
        font-size: 1.4rem;
        line-height: 1;
        position: absolute;
        top: 50%;
        right: 1.6rem;
        margin-top: -0.7rem;
    }*/
.widget-collapsible .widget-body {
    padding-top: 1rem;
    padding-bottom: 2rem;
}
.filter-items-count .filter-item {
    padding-right: 4rem;
}

.filter-item {
    position: relative;
    margin-bottom: 0.3rem;
}
.sidebar-shop .custom-control {
    padding-left: 2.7rem;
    margin: 0;
}

.custom-control {
    position: relative;
    padding-left: 2.6rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.filter-items-count .item-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 1rem;
    top: 50%;
    min-width: 2.5rem;
    height: 2rem;
    margin-top: -1rem;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1;
    border-radius: 0.6rem;
    color: #777;
    background-color: #f8f8f8;
}
.sidebar-shop .custom-control-label {
    font-weight: 400;
    color: #333;
    cursor: pointer;
}

.custom-control-label {
    position: static;
    margin-bottom: 0;
    margin-top: 0.1rem;
    font-size: 1.4rem;
    padding-left: 2.6rem;
    margin-left: -2.6rem;
}
.filter-colors {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 0.7rem;
    padding-bottom: 0.5rem;
}
    .filter-colors a {
        border: 0.2rem solid #efefef;
    }

    .filter-colors a {
        position: relative;
        display: block;
        width: 2.4rem;
        height: 2.4rem;
        border-radius: 50%;
        border: 0.2rem solid #fff;
        margin: 0 0.3rem 0.3rem;
        transition: box-shadow .35s ease;
    }
/*.widget-collapsible .widget-title a.collapsed:after {
    content: '\f005';
}*/
/*.akasha-ordering {
    float: right;
    margin-right: 8.5%;
}*/
.akasha-ordering, .per-page-form {
    vertical-align: top;
    text-align: left;
    display: inline-block;
    margin-bottom: 10px;
    float: right;
    margin-right: 0.5%;
}
    .akasha-ordering select, .per-page-form select {
        border: 1px solid #e4e4e4;
        line-height: 44px;
        padding: 0 42px 0 22px;
        height: 29px;
    }

.search-container {
    float: right;
    width: 23.5%;
}

    .search-container input[type=text] {
        /*padding: 6px;
        margin-top: 8px;*/
        font-size: 13px;
        width: 99% !important;
        /*border: none;*/
    }
        /*.search-container input[type=text]:before {
            position: absolute;
            font-family: 'FontAwesome';
            top: 0;
            left: 10px;
            content: "\f002";
        }*/

    .search-container button {
        /*float: right;*/
        /*padding: 6px 10px;
    margin-top: 8px;*/
        /*margin-right: 16px;
    background: #ddd;
    font-size: 12px;*/
        /*border: none;*/
        /*cursor: pointer;*/

        float: right;
        margin-right: 10px;
        background: #fff;
        /* font-size: 12px; */
        border: none;
        cursor: pointer;
        /* z-index: 100002; */
        margin-top: -6.9%;
        position: relative;
    }

    .search-container button:hover {
        background: #ccc;
    }

@media screen and (max-width: 600px) {
    .search-container {
        float: none;
    }

         .search-container input[type=text], .search-container button {
            float: none;
            display: block;
            text-align: left;
            width: 100%;
            margin: 0;
            padding: 14px;
        }

        .search-container input[type=text] {
            border: 1px solid #ccc;
        }
}

/*.category-grid-filter {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .category-grid-filter a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .category-grid-filter a:hover {
            color: #f1f1f1;
        }

    .category-grid-filter .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }*/