/**
Luigi styly
 */
.lb-search-bg-color-primary-clickable {
    background-color: #a0ced9 !important;
}
.lb-search-bg-color-primary {
    background-color: #a0ced9 !important;
}
.lb-result__description {
    display: none;
}
.lb-search h2 {

    font-size: 16px !important;
}
.lb-result__title {
    color: #b12704;
}
.lb-search-text-color-primary-clickable {
    color: #b12704 !important;
}
.lb-search .lb-result__actions {
    justify-content: space-between !important;
}
.lb-btn.lb-result__btn-buy.lb-result__action-item.lb-search-bg-color-primary-clickable {
    background: transparent !important;
    font-size: 12px !important;
    color: #b12704 !important;
}

.lb-btn.lb-result__btn-buy.lb-result__action-item.lb-search-bg-color-primary-clickable:after {
    content: ">";
}
.lb-search-bg-color-primary-clickable:hover {
    text-decoration: underline !important;
}
/*
.lb-search-bg-color-primary-clickable:hover{
    background-color: #36b5b0!important;
}*/

.loader-spinner {
    margin: auto;
    border: 9px solid #f3f3f3;
    border-radius: 50%;
    border-top: 9px solid #a0ced9;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}

.loader {
    position: fixed;
    top: 0px;
    left: 0px;
    background: #ffffffa6;
    bottom: 0px;
    right: 0px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (min-width: 1024px) {
    .lb-search .lb-search__main {
        padding-left: 20px !important;
    }
}

@media (min-width: 1301px) {
    #lb-results .productsLists .productList {
        width: 295px;
    }
}

.facet__count {
    color: #ccc;
}

.btn {
    cursor: pointer;
}

.lb-facet__header {
    display: flex;
    justify-content: space-between;
}

.collapsed .collapse {
    display: none;

}

.expanded .expand {
    display: none;
}

.collapsed .lb-facet__list {
    visibility: hidden;
    opacity: 0;
}

.lb-facet__list {
    transition: opacity 0.1s ease;
}

.lb-facet--multichoice.collapsed {
    max-height: 0;
}

.lb-facet--multichoice.collapsed {
    max-height: 0;
}

.expanded .checked__count {
    display: none;
}

.checked__count {
    margin: 0 5px;
    background-color: #a0ced9;
    color: #fff;
    font-weight: 400;
    padding: 1px 4px;
}

.lb-search .lb-aside-section {
    margin-bottom: 36px !important;
}

.collapse, .expand {
    font-weight: 900;
    font-size: 24px;
    color: #b12704;
}

.collapse__navigation {
    margin: 0;
    align-items: end;
    display: flex;
}

.lb-facet--multichoice {
    max-height: 1000px;
    transition: max-height 0.3s ease;
}

.lb-search .lb-facet__header {
    margin-bottom: 0 !important;
}

.collapsable.collapsed {
    visibility: hidden;
    height: 0;
    opacity: 0;
}

.dot {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    border: 1px solid #c8dae0;
    display: inline-block;
    -moz-box-shadow: inset 0 0 5px #c8dae0;
    -webkit-box-shadow: inset 0 0 5px #c8dae0;
    box-shadow: inset 0 0 5px #c8dae0;
}

.dotActive {
    border: 1px solid #3a3636;
}
.color-facet__row{
    margin-bottom: 4px;
}

.lb-no-results{
    background: initial!important;
}

h2.header-no-result{
    margin-bottom: 30px!important;
    font-size: 150%!important;
}
.others_facets:empty{
    display: none;
}

.others_closed .other{
    max-height: 0;
    opacity: 0;
}
.other{
    max-height: 100px;
    overflow: hidden;
    opacity: 1;
    transition: max-height linear 0.4s, opacity linear 0.2s;
}

.others_in_facet_toggle{
    cursor: pointer;
}
.others_in_facet_toggle:hover{
    font-weight: bolder;
}