/*
* Copyright © 2024 Bixbox. All rights reserved.
* http://www.bixbox.co.id
*/

/*
/  Common
*/

.bbx-breadcrumbs {
    margin: 0 0 14px 0;
}

.bbx-filter-green {
    color: #00491E;
}

.bbx-filter-title {
    font-size: 20px;
    font-weight: 700;
}

.bbx-filter-section {
    font-size: 18px;
    font-weight: 700;
}

.bbx-filter-clear {
    font-weight: bold;
}

.bbx-filter-options {
    margin: 0;
}

.bbx-items a:hover {
    text-decoration: none;
}

.bbx-item {
    border: 1px solid #9C9C9C;
    border-radius: 5px;
    padding: 5px;
    color: #000000;
    display: flex;
    text-decoration: none;
}

.bbx-filter-icon {
    color: #9C9C9C;
    margin: 0 4px 0 0;
}

.bbx-filter-label {
    display: inline;
    font-weight: 700;
}

.bbx-filter-options-title {
    margin: 0 0 0 0;
    cursor: pointer;
    width: 100%;
}

.bbx-options-label {
    color: #000000;
    float: left;
    width: 92%;
}

.bbx-toggle {
    width:8%;
    float: left;
}

.bbx-toggle-show::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 5px;
    color: inherit;
    content: "\e925";
    font-family: 'icomoon';
    vertical-align: middle;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
    margin: 3px 0 0 0;
    cursor: pointer;
}

.bbx-toggle-hide::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 5px;
    color: inherit;
    content: "\e924";
    font-family: 'icomoon';
    vertical-align: middle;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
    margin: 3px 0 0 0;
    cursor: pointer;
}

.bbx-filter-options-content {
    color: #000000;
    padding: 10px 0 0 0;
    margin: 0 0 10px 0;
    display: none;
}

.bbx-line-grey {
    border-top: 1px solid #EBEBEB;
    margin: 10px 0 20px;
}

.bbx-filter-options-content a:link, .bbx-filter-options-content a:visited {
    color: #000000;
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 9px 10px;
}

.bbx-filter-options .count {
    color: #9C9C9C;
}

.bbx-filter-options-content .item {
    margin: 0 0 0 -10px;
    padding: 0;
} 

.bbx-filter-options-content .item:hover {
    background-color: #F0F0F0;
}

.bbx-product-item-name {
    color: #9C9C9C;
    display: block;
    hyphens: auto;
    word-wrap: break-word;
    margin: 0 0 0 15px;
    font-weight: 400;
}

.bbx-product-item-name a {
    color: #9C9C9C;
}