/** STOCK **/
.contend {
    width: 100vw;
    padding: 0px;
    padding-left: 100px;
}

.page-actions {
    width: 100vw;
    padding: 20px 50px;
    display: inline-block;
    position: relative;
    background-color: #f1f2f3;
    box-shadow: 0px 2px 4px #ccc;
}

.header-stock {
    padding-bottom: 15px;
}

.content-filtros .coluna-veiculos .header-veiculos {

}

.filtros {
    font-size: 13px;
}

.total-viaturas {
    z-index: 2;
    background-color: #E6E6E6;
    padding: 0px 14px;
    position: relative;
    min-height: 34px;
    line-height: 34px;
}

.total-viaturas:after {
    position: absolute;
    right: -12px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-left: 12px solid #E6E6E6;
    border-bottom: 17px solid transparent;
    content: '';
}

.filtro {
    margin-right: 8px;
}

.filtro a {
    color: red;
}

.vistas ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 3px;
}

.vistas ul li {
    margin-right: 10px;
    float: left;
    height: 30px;
    width: 30px;
}

.vistas ul li a {
    color: #999;
    font-size: 2rem;
}

.vistas ul li:hover a, .vistas ul li.active a {
    color: red;
}

.filtros-ordenacao {
    font-size: 13px;
}

.filtros-1 .selects {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.filtros-1 select, .filtros-2 select, .filtros-ordenacao select {
    border: none;
    border-radius: 0;
    color: #999;
    float: left;
    margin-right: 5px;
    padding: 0px 35px 0px 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/assets/img/seta-down.png) no-repeat 95% 50% #fff;
    background-size: auto 15%;
    height: 40px;
    box-shadow: 0 2px 4px #AEAEAE;
}


.filtros-2 select {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
}

.price-range-filter {
    width: 40%;
}

.l-filtro2 {
    padding-right: 30px;
}

.lista-viaturas-1 {
    width: 100%;
    display: grid;
}

.lista-viaturas-1 .item {
    padding: 20px 0;
    border-top: 1px solid #E6E6E6;
}

.lista-viaturas-1 .item .item-title {
    color: red;
    font-size: 18px;
}

.lista-viaturas-1 .item:last-child {
    border-bottom: 1px solid #E6E6E6;
}

.lista-viaturas-1 .item .imagem {
    width: 25%;
    margin-right: 2%;
    height: 191px;
    position: relative;
}

.lista-viaturas-1 .item .imagem img {
    border: 1px solid #999;
    width: 100%;
    height: 191px;
    object-fit: cover;
}

.lista-viaturas-1 .item .imagem .garantia, .lista-viaturas-2 .item .imagem .garantia {
    position: absolute;
    top: 62px;
    left: 0;
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url("/assets/img/garantia3.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 60%;
}

.lista-viaturas-1 .item .imagem .share, .lista-viaturas-2 .item .imagem .share {
    position: absolute;
    top: 0px;
    left: 0;
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding-top: 17px;
    color: #fff;
}

.lista-viaturas-1 .item .info {
    width: 51.5%;
    margin-right: 1%;
    height: 191px;
    position: relative;
}

.lista-viaturas-1 .item .info-title {
    color: red;
    font-size: 18px;
}

.lista-viaturas-1 .item .preco {
    width: 20.5%;
    height: 191px;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.lista-viaturas-1 .item .info .lista-botao, .lista-viaturas-1 .item .preco .lista-botao {
    position: absolute;
    bottom: 0;
}

.lista-viaturas-1 .item .info .coluna-1 {
    width: 120px;
    font-size: 13px;
}

.lista-viaturas-1 .item .info .coluna-2 {
    width: calc(100% - 120px);
    font-size: 13px;
}

.lista-viaturas-1 .item .preco .lista-botao {
    right: 0;
}

.lista-viaturas-1 .item .preco .preco-info {
    margin-left: auto;
    min-width: 135px;
}

.lista-viaturas-2 .item {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    border-bottom: 1px solid #E6E6E6;
    padding: 0 0 20px 0;
}

.lista-viaturas-2 .item .info {
    width: 100%;
    display: block;
    text-align: center;
}

.lista-viaturas-2 .item .imagem {
    position: relative;
}

.lista-viaturas-2 .item .other-info {
    width: 100%;
}

.lista-viaturas-2 .item .info .info-title {
    font-size: 16px;
    color: red;
    font-family: "Montserrat-SemiBold", sans-serif;
}

.lista-viaturas-2 .item .info .versao {
    font-size: 13px;
    font-family: "Montserrat-Regular", sans-serif;
}

.lista-viaturas-2 .footer-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.lista-viaturas-2 .footer-buttons .yt {
    margin-right: 20px;
}

.lista-viaturas-2 .item .other-info ul {
    font-family: "Montserrat-Regular", sans-serif;
    list-style-type: none;
    color: #999;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.lista-viaturas-2 .item:nth-child(4n) {
    margin-right: 0;
}

.lista-viaturas-2 .item:nth-child(1), .lista-viaturas-2 .item:nth-child(2), .lista-viaturas-2 .item:nth-child(3), .lista-viaturas-2 .item:nth-child(4) {
    border-top: 1px solid #E6E6E6;
    padding: 20px 0;
}

.lista-viaturas-botao {
    height: 35px;
    line-height: 35px;
    display: inline-block;
    background-color: #fff;
    color: #000;
    border: 1px solid #000 !important;
    padding: 0 10px;
    font-size: 12px;
}

.lista-viaturas-botao:hover {
    background-color: #000;
    color: #fff;
}

.top-stock {
    width: calc(100% - 100px);
    padding: 50px;
    background-color: #efefef;
    display: flex;
}

.top-stock form {
    width: 100%;
}

.top-stock .filtros-1 {
    display: flex;
    justify-content: space-between;
}

.page-type {
    padding: 0px;
}

.filtro-hidden-mobile {
    display: block !important;
}

.filtro-hidden-desktop {
    display: none !important;
}

.tabs-filtros {
    display: none;
}

.paginacao {
    background-color: #fff;
}

.paginacao ul li:not(.extenso):hover, .paginacao ul li.active {
    transition: background-color linear 200ms;
    background-color: red;
    color: #fff;
}

.paginacao ul li {
    background-color: #ebebeb;
}

.paginacao ul li a {
    color: #222;
}

.paginacao.p-footer {
    width: 100%;
    padding-left: 100px;
    padding-right: 65px;
    display: flex;
    justify-content: flex-end;
    box-shadow: none;
}

.content-filtros .coluna-veiculos .list-veiculos.listagem-1 .results-item {
    box-shadow: 2px 2px 5px #ccc;
    margin: 15px 0px 5px 15px;
}

.content-filtros .coluna-veiculos .list-veiculos.listagem-1 .results-item:hover {
    cursor: pointer;
    opacity: 1;
}

.content-filtros .coluna-veiculos .list-veiculos.listagem-1 .results-item {
    width: 94%;
    display: flex;
    justify-content: space-between;
}

.content-filtros .coluna-veiculos .list-veiculos.listagem-1 .results-item .info {
    text-align: left;
    margin-right: auto;
    padding: 10px 20px;
}

.content-filtros .coluna-veiculos .list-veiculos.listagem-1 .results-item .info .lista-botao {
    margin-top: 35px;
}

.content-filtros .coluna-veiculos .list-veiculos.listagem-1 .results-item .info .lista-botao .lista-viaturas-botao {
    background: red;
    color: #fff;
    border-color: red !important;
}

.content-filtros .coluna-veiculos .list-veiculos.listagem-1 .results-item .preco {
    padding: 20px 5px 2px 10px;
    background: red;
    color: #fff;
    width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin-top: auto;
}

.content-filtros .coluna-veiculos .list-veiculos.listagem-1 .results-item .preco::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    border-width: 36px;
    border-style: solid;
    border-color: #fff transparent transparent #fff;
}

.content-filtros .coluna-veiculos .list-veiculos.listagem-1 .results-item .info .item-title {
    font-size: 22px;
    font-family: "Montserrat-Regular", sans-serif;
    padding-right: 3px;
    color: #696969;
}

.content-filtros .coluna-veiculos .list-veiculos.listagem-1 .results-item .info .ellipsis {
    margin-left: 3px;
}

.content-filtros .coluna-veiculos .swiper-container {
    margin: 0px !important;
    width: 100% !important
}

.filtros-1 .selects .item.btn-clear {
    width: 40px;
    margin: 0;
}

.filtros-1 .selects .item.btn-clear a {
    transition: all linear 100ms;
    color: #999;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    padding: 0;
    background-color: #e6e6e6;
    box-shadow: 1px 2px 4px #ccc;
}

.filtros-1 .selects .item.btn-clear a:hover {
    transition: all linear 100ms;
    background-color: #101010;
    color: #fff;
}

.p-stock .page-veiculos {
    margin: 0 auto;
    max-width: 1920px;
}

.mobile-content {
    display: inline-block;
    margin-bottom: 20px;
}

.tipos-box {
    z-index: 0;
    width: auto;
}

.tipos-box label {
    border: none;
    box-shadow: 0 2px 4px #ccc;
    height: 33px;
}

.tipos-box label.active {
    box-shadow: none;
    width: 50px;
    margin-right: 25px;
    cursor: default;
    margin-left: 10px;
}

.tipos-box label.active::before {
    content: "";
    width: 10px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: -10px;
}

.tipos-box label.active::after {
    position: absolute;
    right: -12px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-left: 12px solid #fff;
    border-bottom: 17px solid transparent;
    content: '';
}

@media (max-width: 498px) {
    .stock-page {
        width: 100%;
    }

    .stock-page #formFiltro {
        width: 90%;
        margin: 0px auto;
    }

    .content-filtros .coluna-marcas, .page-actions, .content-filtros .coluna-veiculos .header-veiculos, .paginacao.p-footer {
        display: none;
    }

    .page-actions-mobile {
        background-color: #fff;
        box-shadow: 1px 1px 4px #c2c2c2;
        display: inline-block;
        width: 100%;
        padding-bottom: 20px;
    }

    .stock-page .inputs {
        padding: 0px 25px 19px;
    }

    .page-actions-mobile .tipos-box {
        justify-content: space-between;
        z-index: 0;
        margin-bottom: 20px;
    }

    .page-actions-mobile .tipos-box label.active {
        margin: 0px;
        box-shadow: none;
    }

    .page-actions-mobile .tipos-box label.active:before {
        display: none;
    }

    .page-actions-mobile .tipos-box label {
        margin: 0px;
        box-shadow: none;
    }

    .content-filtros .coluna-veiculos {
        padding: 0px;
        width: 90%;
        height: 100%;
        margin: 0 auto;
    }

    .content-filtros .coluna-veiculos {
        overflow-y: inherit;
    }

    .content-filtros .coluna-veiculos .list-veiculos {
        padding: 25px 0px;
        width: 100%;
        overflow-x: hidden;
    }

    .list-veiculos .results-item {
        width: 100%;
        margin: 0px 0px 25px;
        padding: 0px 3px;
    }

    .results-item:hover {
        opacity: 1;
    }

    .mobile-content {
        height: 100%;
        display: inline;
    }

    .contend {
        width: 100%;
        padding: 0px;
        display: inline-block;
    }

    .paginacao-mobile {
        margin-top: 25px;
        width: 100%;
        display: inline-block;
    }

    .paginacao-mobile .pagination {
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        list-style: none;
        box-shadow: 0px 0px 3px #ccc;
        margin: 0 auto;
    }

    .paginacao-mobile .pagination li {
        background-color: red;
        color: #fff;
        width: 70px;
        text-align: center;
        height: 50px;
        line-height: 50px;
    }

    .paginacao-mobile .pagination li a {
        color: #fff;
    }

    .paginacao-mobile .pagination .extenso {
        background-color: #fff;
        font-family: "Montserrat-Regular", sans-serif;
        width: 100%;
        color: #101010;
        text-align: center;
    }

    .paginacao-mobile-footer {
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
        padding: 10px 18px;
    }

    .paginacao-mobile-footer a:hover {
        color: red;
    }

    .paginacao-mobile-footer a {
        text-decoration: none;
        color: #101010;
    }

    .paginacao-mobile-footer a.disabled, .paginacao-mobile-footer a.disabled:hover {
        cursor: not-allowed;
        color: #ccc;
    }

    .list-veiculos {
        flex-direction: column;
    }

    .slide {
        width: 100%;
        height: 35vh;
    }

    .slide ul {
        height: 100%;
        max-width: 100vw;
        overflow: hidden;
    }

    .slide ul li {
        height: 100%;
    }

    .slide ul li img {
        height: 100%;
        width: auto !important;
    }

    .page-title {
        margin-top: -120px;
        margin-left: 0;
        font-size: 30px;
        color: #fff;
        margin-bottom: 35px;
        font-family: "Montserrat-SemiBold", sans-serif;
        text-align: left !important;
        padding-left: 25px !important;
    }

    .header-stock {
        display: none;
    }

    .filtro-hidden-mobile {
        display: none !important;
    }

    .filtro-hidden-desktop {
        display: block !important;
    }

    .filtros-1 select, .filtros-2 select, .filtros-ordenacao select {
        width: 100%;
        box-shadow: none !important;
    }

    .filtros-1 a {
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
    }

    .filtros-ordenacao .fright, .filtros-ordenacao .fleft {
        width: 100%;
    }

    .paginacao {
        float: none;
        text-align: center;
    }

    .pagination {
        display: inline-block;
    }

    .lista-viaturas-1 .item .imagem {
        height: auto;
        margin-right: 0;
        position: relative;
        width: 100%;
    }

    .lista-viaturas-1 .item .imagem img {
        height: auto;
    }

    .lista-viaturas-1 .item .info .coluna-2 {
        text-align: right;
    }

    .lista-viaturas-1 .item .info {
        height: auto;
        margin-right: 0;
        width: 100%;
    }

    .lista-viaturas-1 .item .preco {
        display: block;
        height: auto;
        width: 100%;
    }

    .preco .preco-info div:nth-child(1) {
        float: left;
        width: 30%;
    }

    .preco .preco-info div:nth-child(2) {
        float: left;
        width: 70%;
        text-align: right;
    }

    .preco .preco-info b {
        width: 100%;
        float: left;
        text-align: right;
    }

    .lista-viaturas-1 .item .info .lista-botao, .lista-viaturas-1 .item .preco .lista-botao {
        bottom: 0;
        position: inherit;
        width: 100%;
    }

    .lista-viaturas-botao {
        margin: 5px 0;
        width: 100%;
        text-align: center;
    }

    .priceRangeRow {
        margin-top: 15px;
        width: 100%;
        float: right;
        padding-right: 24px;
        margin-bottom: 30px;
    }


    .filtros-1 select, .filtros-2 select, .filtros-ordenacao select {
        float: left;
        margin-right: 5px;
        padding: 0 25px 0 6px;
        -webkit-appearance: none;
        -moz-appearance: none;
        color: #999;
        appearance: none;
        height: 50px;
        border-radius: 0 !important;
        margin-bottom: 20px !important;
        border: 1px solid #999;
    }

    .f-links {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .f-links a {
        margin: 0;
        border-radius: 0;
        box-shadow: 1px 2px 4px #999;
        border: none;
        display: block;
        color: #101010;
        font-size: 17px;
        text-align: center;
        padding: 10px 14px;
    }

    .select-ordenar select {
        margin: 0;
        border-radius: 0;
        height: 35px;
        box-shadow: 0px 1px 3px #ccc;
        border: none;
        display: block;
        width: 40% !important;
        color: #101010;
        font-size: 17px;
        line-height: 35px;
        text-align: center;
        padding: 0;
        background-color: #fff;
        padding-left: 10px;
    }

    .f-links a:hover {
        background-color: inherit;
    }

    .f-links .limpar-filtros {
        background-color: rgba(10, 10, 10, 0.8);
        color: #fff;
    }

    a.ver-mais-filtro {
        background-color: #fff;
        margin-right: 1px;
    }

    .select-ordenar {
        padding: 0px 20px;
        margin-top: 25px;
    }

    .price-range-filter {
        display: inline-block;
        width: 100%;
        padding: 5px 32px 35px 0px;
    }

    .paginacao ul {
        width: 100%;
        height: 45px;
    }

    .paginacao ul li {
        height: 45px;
        width: 45px;
        line-height: 45px;
    }

    .paginacao li.extenso {
        font-size: 18px;
        width: calc(100% - 90px);
        margin: 0;
    }

    .filtro-hidden-mobile.show {
        display: inline-block !important;
    }

    .p-footer {
        box-shadow: none;
        position: relative;
        border: none;
        margin-top: -200px;
        height: 50px;
        line-height: 50px;
    }

    .p-footer ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: absolute;
        top: 0;
        right: 0;
    }

    .p-footer ul li {
        margin-bottom: 4px;
    }


    .btn-send-form-div {
        display: block;
        float: right;
        width: 100%;
        margin-top: 30px;
    }

    .btn-send-form {
        transition: all ease-in 100ms;
        background: red;
        color: #fff;
        margin: 0 auto;
        height: 40px;
        border: none;
        font-size: 16px;
        font-family: "Montserrat-Regular", sans-serif;
        width: 120px;
        display: block;
        text-align: center;
        line-height: 40px;
    }

    .btn-send-form:hover {
        transition: all ease-in 100ms;
        opacity: 0.9;
    }

    .list-veiculos .results-item .results-item-price {
        min-width: 110px;
        border-top: none;
    }

    .list-veiculos .results-item .results-item-price::before {
        top: 0px;
        left: -2px;
    }

    .estrela-prestacao {
        top: -80px;
        left: 8px;
    }
}

@media (min-width: 499px) and (max-width: 768px) {

    .header-stock {
        display: none;
    }

    .filtros-1 select, .filtros-2 select, .filtros-ordenacao select {
        width: 100%;
        margin-bottom: 5px;
    }

    .filtros-1 a {
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
    }

    .filtros-ordenacao .fright, .filtros-ordenacao .fleft {
        width: 100%;
    }

    .paginacao {
        float: none;
        text-align: center;
    }

    .pagination {
        display: inline-block;
    }

    .lista-viaturas-1 .item .imagem {
        height: auto;
        margin-right: 0;
        position: relative;
        width: 100%;
    }

    .lista-viaturas-1 .item .imagem img {
        height: auto;
        max-height: 350px;
    }

    .lista-viaturas-1 .item .info .coluna-2 {
        text-align: right;
    }

    .lista-viaturas-1 .item .info {
        height: auto;
        margin-right: 0;
        width: 100%;
    }

    .lista-viaturas-1 .item .preco {
        display: block;
        height: auto;
        width: 100%;
    }

    .preco .preco-info div:nth-child(1) {
        float: left;
        width: 30%;
    }

    .preco .preco-info div:nth-child(2) {
        float: left;
        width: 70%;
        text-align: right;
    }

    .preco .preco-info b {
        width: 100%;
        float: left;
        text-align: right;
    }

    .lista-viaturas-1 .item .info .lista-botao, .lista-viaturas-1 .item .preco .lista-botao {
        bottom: 0;
        position: inherit;
        width: 100%;
    }

    .lista-viaturas-botao {
        margin: 5px 0;
        width: 100%;
        text-align: center;
    }

}

@media (min-width: 1280px) and (max-width: 1920px) {
    .contend {
        padding-left: 50px;
    }

    .filtros-1 select, .filtros-2 select, .filtros-ordenacao select {
        padding: 0px 22px 0px 8px;
        height: 33px;
    }

    .filtros-1 .selects {
        overflow-x: auto;
        height: 40px;
        margin-bottom: 20px;
    }

    .filtros-1 .filtros-ordenacao {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        height: 45px;
    }

    .filtros-1 .price-range-filter {
        width: 100%;
    }

    .filtros-1 .filtros-ordenacao .item.vistas ul {
        justify-content: flex-end;
    }

    .filtros-1 .filtros-ordenacao .item {
        min-width: 100px;
        margin-left: 15px;
    }

    .filtros-1 .selects .item.btn-clear a {
        height: 33px;
        width: 33px;
    }

    .content-filtros .coluna-marcas {
        height: 740px;
    }

    .p-stock .list-veiculos .results-item {
        width: 22%;
        margin: 15px 0px 0px 15px;
    }

    .content-filtros .coluna-veiculos .header-veiculos {
        padding-left: 15px;
    }

    .content-filtros .coluna-veiculos .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        background-color: #fff;
        border: 1px solid #000;
        opacity: 1;
    }

    .content-filtros .coluna-veiculos .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active {
        background-color: #000;
    }

    .list-veiculos .results-item .results-item-price {
        font-size: 13px;
    }

    .content-filtros .coluna-marcas ul li a {
        padding: 4px 0px;
    }

    .content-filtros .coluna-veiculos .list-veiculos.listagem-1 .results-item .img-responsive {
        height: 150px;
    }

    .content-filtros .coluna-veiculos .list-veiculos.listagem-1 .results-item .preco {
        padding: 10px 5px 0px 15px;
        width: 120px;
        height: 100px;
    }

    .content-filtros .coluna-veiculos .list-veiculos.listagem-1 .results-item .preco .preco-info .size-25 {
        font-size: 20px;
    }

    .p-stock .content-filtros .coluna-marcas {
        height: 975px;
    }

    .p-stock .content-filtros .coluna-veiculos {
        height: 1030px
    }

    .p-stock .content-filtros .coluna-veiculos .swiper-container {
        height: 932px;
    }

    .p-stock .view-list .content-filtros .coluna-marcas {
        height: 725px;
    }

    .p-stock .view-list .content-filtros .coluna-veiculos {
        height: 785px;
    }

    .p-stock .view-list .content-filtros .coluna-veiculos .swiper-container {
        height: 680px;
    }

    .p-stock .view-list .content-filtros .coluna-marcas ul li a {
        padding: 3px 0px;
    }
}

@media (min-width: 1500px) {


    .total-viaturas {
        min-height: 40px;
        line-height: 40px;
    }

    .total-viaturas:after {
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
    }

    .tipos-box label.active::after {
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
    }

    .filtros-1 .selects {
        overflow-x: hidden;
        display: flex;
        min-width: 1100px;
        width: 100%;
        justify-content: space-between;
        flex-wrap: nowrap;
        height: 46px;
        margin-bottom: 40px;
    }

    .filtros-1 .selects .item {
        width: calc(100% / 9);
        position: relative;
        height: 100%;
        padding: 0;
    }

    .filtros-1 .selects.has-filter .item {
        margin-right: -1px;
    }

    .filtros-1 select, .filtros-2 select, .filtros-ordenacao select {
        width: calc(100% - 5px);
        margin: 0px;
        height: 40px;
    }

    .filtros-1 .selects .item.btn-clear a {
        height: 40px;
        width: 40px;
    }

    .tipos-box label {
        height: 40px;
    }

    .price-range-filter {
        width: 100%;
    }

    .page-actions .spacer-30.mobile-hidden {
        display: none;
    }

    .filtros-ordenacao {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .filtros-ordenacao .item {
        min-width: 100px;
        margin-left: 15px;
    }

    .filtros-ordenacao .item.vistas {
        margin-top: -20px;
        margin-right: 8px;
    }

    .paginacao ul li {
        height: 40px;
        width: 40px;
        float: left;
        border-right: 1px solid #fff;
        text-align: center;
        line-height: 40px;
    }

    .paginacao ul li a {
        color: #fff;
    }

    .vistas ul {
        margin: 0;
        padding-top: 7px;
        list-style: none;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        text-align: right;
    }

    .vistas ul li {
        margin-left: 10px;
        margin-right: 0px;
        height: 40px;
        width: 40px;
    }

    .vistas ul li a {
        color: #999;
        font-size: 38px;
        line-height: 40px;
    }

    .p-stock .list-veiculos .results-item {
        width: 23%;
    }

    .p-stock .list-veiculos .results-item .results-item-price::before {
        left: -1px;
    }

    /*Vista grade*/
    .p-stock .content-filtros .coluna-marcas {
        height: 1142px;
    }

    .p-stock .content-filtros .coluna-veiculos {
        height: 1200px;
        width: 85%;
    }

    .p-stock .content-filtros .coluna-veiculos .swiper-container {
        height: 1095px;
    }

    /*Vista Listagem*/
    .p-stock .view-list .content-filtros .coluna-marcas {
        height: 943px;
    }

    .p-stock .view-list .content-filtros .coluna-veiculos {
        height: 1000px;
    }

    .p-stock .view-list .content-filtros .coluna-veiculos .swiper-container {
        height: 900px;
    }

    .p-stock .content-filtros .coluna-veiculos .list-veiculos.listagem-1 .results-item {
        margin: 20px 0px 5px 18px;
    }

    .p-stock .content-filtros .coluna-veiculos .list-veiculos.listagem-1 .results-item .img-responsive {
        height: 200px;
    }

    .p-stock .content-filtros .coluna-veiculos .list-veiculos.listagem-1 .results-item .preco::before {
        left: -1px;
        top: -1px;
    }

    .p-stock .content-filtros .coluna-veiculos .swiper-container-vertical > .swiper-pagination-bullets {
        top: calc(50% - 100px);
        right: 20px;
        transform: none;
    }

    .p-stock .content-filtros .coluna-veiculos .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        margin: 10px 0px;
    }
}

@media (min-width: 1920px) {

    .p-stock .content-filtros .coluna-marcas {
        height: 1295px;
    }

    .p-stock .content-filtros .coluna-veiculos {
        height: 1350px;
    }

    .p-stock .content-filtros .coluna-veiculos .swiper-container {
        height: 1255px;
    }
}

.irs--round .irs-handle {
    cursor: pointer;
}