/* Quick check to see if the css is linked correctly */

.search-multiselect .category-title {
    font-weight: 300;
    font-size: 20px !important;
    color: #bbb !important;
    margin: 10px 0 20px 0 !important;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px 0;
}

.search-multiselect .filter-list{
    list-style: outside none none;
    padding: 0px 0px 12px;
    margin: 0px;
    max-height: 340px;
    position: relative;
    overflow-y: auto;
}

.filter-list-item{
    margin-bottom: 5px;
}

.filter-list-item label > span {
    width: 100%;
    display: flex;
    flex-direction: row;
    -moz-box-pack: justify;
    justify-content: space-between;
    line-height: 1.3rem;
}

.filter-list-item label > span > span:first-child {
    padding-right: 5px;
    padding-left: 5px;
}

.filter-list-item label > span > span:nth-child(2) {
    color: #ddd !important;
    padding-right: 10px;
    line-height: 26px;
    position: absolute;
    right: 0;
}

.search-box{
    padding: 8px 35px !important;
    background-color: #f2f2f2 !important;
    border: 1px solid rgb(204, 204, 204);
    width: 100%;
    height: 42px;
}

.search-icon {
    position: absolute;
    top: calc(50% - 12px);
    cursor: pointer;
    left: 25px;
}

.product-grid a{
    text-decoration: none !important;
}

.product-grid .list-price{
    margin: 20px 0;
}

.product-grid .btn{
    margin-bottom: 10px;
    margin-left: 20%;
}

.selected-filter-btn{
    display: inline-flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    border-radius: 3px;
    border: 1px solid transparent;
    min-height: 30px;
    overflow-wrap: break-word;
    padding: 5px 12px;
    line-height: 1.2rem;
    background-color: rgb(238, 238, 238);
    color: rgb(66, 66, 66);
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease 0s;
    font-size: 12px !important;
}

.selected-filter-btn:hover{
    cursor: pointer;
}

.search-selected-filters a {
    margin: 2px 3px;
    padding: 5px 8px;
    font-size: 0.85rem;
    position: relative;
}

.selected-filter-btn span:first-child {
    max-width: 260px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 26px;
}

.selected-filter-btn span:last-child {
    display: flex;
    height: 100%;
    top: 0px;
    right: 8px;
    position: absolute;
    -moz-box-align: center;
    align-items: center;
    border-left: 1px solid rgb(255, 255, 255);
    padding-left: 8px;
    margin-left: 8px;
}

.pagination-selected {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}