.filter-tabs {
    margin-bottom: 20px;
}

.filter-tabs .filter-tab {
    border: 1px solid #cdd4d8;
    display: block;
    width: 100%;
    text-align: center;
    padding: 9px 30px 9px 12px;
    background-image: url(//static.chrono24.com/images/default/arrow-down.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 13px;
    width: 15%;
    display: inline-block;
    cursor: pointer;
    line-height: 22px;
    font-size: 14px;
    color: #03181c;
}

.filter-btn{
    width: 10% !important;
    background-image: unset !important;
    background-color: #22474c !important;
    color: #fff !important;
    padding: 10px 10px 10px 10px !important;
}

.filter-btn a{
    text-align: center;
}

.filter-container {
    margin-top: 15px;
    border: 1px solid #e6eaec;
}
.sidebar-filters {
    padding: 10px;
    border-right: 1px solid #e6eaec;
    max-height: 450px;
    overflow: auto;
    padding: 0px
}
.sidebar-filters .filter-item {
    padding: 9px 30px 9px 12px;
    cursor: pointer;
    line-height: 22px;
    font-size: 14px;
    color: #03181c;
}
.sidebar-filters .filter-item:hover {
    background: #cdd4d8;
}
ul.filters {
    list-style: none;
}
.main-filters {
    padding: 20px 20px 0px 20px;
}
.btn.filter-tab a {
    background: #22474c;
    color: #e6eaec;
    text-align: center;
}
.btn.filter-tab {
    background: #22474c;
    width: 7%;
}
.main-filters {
    max-height: 450px;
    overflow: auto;
}
.product_filter_item {
    position: absolute;
    z-index: 0;
    left: -200%;
    background: #ffffff;
}
.product_filter_item.active {
    position: relative;
    z-index: 0;
    left: 0;
    background: #ffffff;
}

.loader {
    border: 16px solid #ffc107;
    border-top: 16px solid #22474c;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    animation: spin 2s linear infinite;
  }

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

  .cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#overlay {
    /* position: relative; */
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999;
    background: rgb(243 243 243);
    margin: -20px -20px 0 -20px;
    position: absolute;
}

.filter-closer {
    right: 0;
    z-index: 1;
}

.text-muted {
    color: #81949c !important;
}

.pointer i:before, .pointer:before {
    cursor: pointer !important;
}

.absolute {
    position: absolute;
}

.close {
    float: right;
    font-size: 1rem !important;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #22474c;
    opacity: .5;
}

.p-a-2 {
    margin-right: 10px !important;
}

.inline li{
    display: inline-block !important;
    width: 40%;
}
.filter-container{
    display: none;
}
.filter-container.active{
    display: block;
}
.close-filter{
    margin-right: 5px;
    padding: 10px;
    cursor: pointer;
}

#filterApp .filter-container .row{
    min-height: 300px;
}

#filterApp .filter-container.active{
    min-height: 300px;
}


@media only screen and (max-width: 767px) {
    .filter-tabs .filter-tab {
        width: 32%;
        margin-bottom: 5px;
        text-align: center;
    }

    .filter-btn {
        width: 32% !important;
        margin-bottom: 5px;
    }

    .filter-tabs a {
        text-align: center;
    }

    img.logo {
        margin-top: 25px;
        max-width: 76%;
    }
}
