Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/app/design/frontend/Magento/indaco/web/css/source/components/
Upload File :
Current File : //home/rtorresani/www/app/design/frontend/Magento/indaco/web/css/source/components/_sidebar.less

.filter {
    .filter-subtitle {
        border: none;
    }
    & when (@media-common = true) {
        .filter-current {
            margin-top: 16px;
        }
    }
    & when (@media-common = false) {
        .filter-current {
            margin-top: 0;
        }
    }
}

.filter-options-title {
    text-transform: none;
    position: relative;
    font-size: 1.4rem;
    line-height: 2.2rem;
    overflow: visible;
    font-weight: @font-weight__regular;

    &:after {
        font-size: 2.4rem;
    }

    &:before {
        content: '';
        background-color: @theme__color__primary;
        border-radius: 3px;
        width: 40px;
        height: 4px;
        position: absolute;
        bottom: -8px;
        left: 11px;
    }
}

.filter-options-item {
    border: none;
    padding-bottom: 11px;
}

.filter-options,
.filter-current {
    ol {
        list-style: none;
        padding: 0;
    }
}

.filter-current {
    .item {
        padding-left: 2.4rem;
    }
}

.filter-options-content {
    .item {
        font-size: 1.4rem;
    }
    .count{
        &:after{
            content: ' )';
        }
    }
}


& when (@media-common = false) {
    .page-layout-2columns-left {
        .sidebar-main {
            padding-right: 2.4rem;
        }
    }

    .sidebar {
        .filter {
            margin-left: -11px;
            margin-right: -11px;
        }
    }
}