.filter-title {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
    color: var(--otonesia-dark-green)
}

.filter-title .close-button {
    font-size: 24px;
    cursor: pointer
}

.form-title {
    margin-bottom: 9px
}

.filter-form {
    color: var(--otonesia-dark-green)
}

label {
    color: var(--otonesia-gray);
    margin: 0 0 6px 18px
}

#more {
    color: var(--otonesia-dark-grey)
}

.form-sort {
    margin: 30px 0
}

.wrapper-pagination {
    float: right
}

.otonesia-select.--no-decoration {
    background: #fff !important;
    margin: 32px 0
}

.filter-button {
    position: relative
}

.filter-button:after {
    content: "";
    background-color: var(--otonesia-dark-grey);
    width: 2px;
    height: 16px;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
    right: 0
}

.blank-select {
    color: var(--otonesia-dark-grey);
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 100px;
    background: transparent;
    padding: 0;
    text-align-last: center
}

.wrapper-filter-form {
    margin: 32px 0
}

input[type="checkbox"] {
    display: none
}

input[type="checkbox"]+label {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    cursor: pointer;
    border-radius: 50px;
    box-shadow: 1px 1px 15px var(--otonesia-shadow-tint);
    background-color: #fff;
    padding: 0 1rem;
    display: inline-block;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 8px 8px 0
}

input[type="checkbox"]:checked+label {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: #22b573;
    color: #fff;
    border-color: #22b573
}

.car-brands input[type="checkbox"]:checked+label {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    box-shadow: 1px 1px 10px var(--otonesia-dark-green);
    background-color: #fff;
    color: var(--otonesia-gray)
}

.car-brands .brand-hidden label {
    width: 100%;
    text-align: center;
    border-radius: 8px;
    padding: 8px 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.3
}

#filterSubmit {
    display: none !important
}

.car-brands .brand-hidden label img {
    max-width: 60px;
    display: block;
    margin: 0 auto 4px
}

.car-brands .row {
    margin-left: -8px;
    margin-right: -8px
}

.car-brands .col,
.car-brands .col-1,
.car-brands .col-2,
.car-brands .col-3,
.car-brands .col-4,
.car-brands .col-5,
.car-brands .col-6,
.car-brands .col-7,
.car-brands .col-8,
.car-brands .col-9,
.car-brands .col-10,
.car-brands .col-11,
.car-brands .col-12,
.car-brands .col-auto,
.car-brands .col-lg,
.car-brands .col-lg-1,
.car-brands .col-lg-2,
.car-brands .col-lg-3,
.car-brands .col-lg-4,
.car-brands .col-lg-5,
.car-brands .col-lg-6,
.car-brands .col-lg-7,
.car-brands .col-lg-8,
.car-brands .col-lg-9,
.car-brands .col-lg-10,
.car-brands .col-lg-11,
.car-brands .col-lg-12,
.car-brands .col-lg-auto,
.car-brands .col-md,
.car-brands .col-md-1,
.car-brands .col-md-2,
.car-brands .col-md-3,
.car-brands .col-md-4,
.car-brands .col-md-5,
.car-brands .col-md-6,
.car-brands .col-md-7,
.car-brands .col-md-8,
.car-brands .col-md-9,
.car-brands .col-md-10,
.car-brands .col-md-11,
.car-brands .col-md-12,
.car-brands .col-md-auto,
.car-brands .col-sm,
.car-brands .col-sm-1,
.car-brands .col-sm-2,
.car-brands .col-sm-3,
.car-brands .col-sm-4,
.car-brands .col-sm-5,
.car-brands .col-sm-6,
.car-brands .col-sm-7,
.car-brands .col-sm-8,
.car-brands .col-sm-9,
.car-brands .col-sm-10,
.car-brands .col-sm-11,
.car-brands .col-sm-12,
.car-brands .col-sm-auto,
.car-brands .col-xl,
.car-brands .col-xl-1,
.car-brands .col-xl-2,
.car-brands .col-xl-3,
.car-brands .col-xl-4,
.car-brands .col-xl-5,
.car-brands .col-xl-6,
.car-brands .col-xl-7,
.car-brands .col-xl-8,
.car-brands .col-xl-9,
.car-brands .col-xl-10,
.car-brands .col-xl-11,
.car-brands .col-xl-12,
.car-brands .col-xl-auto {
    padding-left: 8px;
    padding-right: 8px
}

.section-sticky {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    padding: 0 15px;
    color: var(--otonesia-dark-blue);
    max-width: 1140px;
    margin: 0 auto;
    z-index: 1000;
    background-color: var(--otonesia-yellow);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

.wrapper-sticky {
    width: 100%;
    padding: 20px 35px;
    transition: .3s
}

.wrapper-compare-car-img {
    position: relative;
    width: 85px;
    height: 70px
}

.compare-car-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-height: initial !important;
    height: 70px;
    width: 85px
}

.compare-car-img img {
    height: 100%;
    object-fit: cover
}

.compare-car-name {
    padding: 0 14px;
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 21px;
    top: 50%;
    transform: translateY(-50%)
}

.compare-car-remove {
    background-color: var(--otonesia-dark-blue);
    color: var(--otonesia-white);
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    padding: 4px;
    border-radius: 100px;
    width: 24px;
    height: 24px;
    z-index: 1200;
    text-align: center
}

.compare-car-remove i:before {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%
}

.wrapper-compare-btn {
    height: 70px
}

.compare-car-img-md {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-height: initial !important;
    height: 38px;
    width: 58px
}

.compare-car-img-md img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.wrapper-mobile-compare-list {
    display: flex;
    flex-grow: 1
}

.mobile-compare-text {
    font-size: 12px;
    line-height: 19px
}

.sticky-mobile-closed {
    overflow: hidden
}

.text-lightgray {
    color: var(--otonesia-shadow-tint)
}

.compare-table {
    width: 285px
}

.compare-error {
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    top: 0;
    transform: translateY(-65%)
}

@media screen and (max-width:991px) {
    .compare-car-name {
        font-size: 12px;
        line-height: 16px
    }
}

@media screen and (max-width:768px) {
    .compare-table {
        min-width: 45%
    }

    .wrapper-pagination {
        float: initial;
        position: relative
    }

    #filterSubmit {
        display: block !important;
        width: 100%
    }

    .wrapper-pagination .pagination {
        justify-content: center
    }

    .filter-title {
        margin-bottom: 0;
        padding: 28px 0
    }

    .card-actions .banner-button {
        font-size: 12px
    }

    .wrapper-compare-car {
        margin: 0 0 15px
    }

    .wrapper-compare-car:last-child {
        margin: 0
    }

    .wrapper-sticky {
        padding: 15px 20px
    }

    .section-sticky {
        max-width: initial;
        width: 100%;
        padding: 0;
        transition: height .4s linear
    }

    .wrapper-compare-btn {
        height: initial;
        margin: 15px 0
    }

    .compare-car-name {
        font-size: 14px;
        line-height: 19px
    }

    .compare-car-img {
        height: 100px;
        width: 120px
    }

    .wrapper-compare-car-img {
        width: 120px;
        height: 100px
    }

    .sticky-mobile-closed {
        height: 80px
    }

    .compare-car-img-md {
        width: 45px
    }

    .compare-error {
        transform: translateY(-16px)
    }
}