.breadcrumb {
    background-color: #6782BB;
    padding: 15px 0;
    border-radius: 0;
    margin-bottom: 0;
}

.breadcrumb .control-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumb .left {
    width: 30%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.breadcrumb .right {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    text-transform: uppercase
}

.lista-produtos {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.lista-produtos:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/frontend/img/background-padrao.png);
    background-color: #DCDDDE;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: 0;
}

.lista-produtos .lista {
    float: left;
    margin: 0;
    top: 0;
}

.lista-produtos .lista .product {
    float: left;
    width: 33.333333333333333333333333333333%;
}

.lista-produtos .lista .product:nth-child(1) .item,
.lista-produtos .lista .product:nth-child(2) .item,
.lista-produtos .lista .product:nth-child(3) .item {
    border-top: 1px solid #868587;
}

.lista-produtos .lista .product:nth-child(1) .item,
.lista-produtos .lista .product:nth-child(4) .item,
.lista-produtos .lista .product:nth-child(7) .item,
.lista-produtos .lista .product:nth-child(10) .item {
    border-left: 1px solid #868587;
}

.lista-produtos .lista .item {
    padding: 0;
    background-color: #FFFFFF;
    height: 385px;
    border-right: 1px solid #868587;
    border-bottom: 1px solid #868587;
    overflow: hidden;
}

.lista-produtos .lista .item .container-image {
    overflow: hidden;
    height: 255px;
    width: 295px;
}

.lista-produtos .lista .item .container-info {
    height: 110px;
    width: 295px;
    padding: 0 20px;
}

.lista-produtos .lista .item .add-cart {
    padding: 10px 20px;
    background-color: #6782BB;
    width: 100%;
    display: block;
    border: none;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 12px;
    transition: background-color 0.5s ease;
}

.lista-produtos .lista .item .add-cart:hover {
    background-color: #536B9D;
}

.lista-produtos .lista .item .promo {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 90px 90px 0 0;
    border-color: #6782BB transparent transparent transparent;
    z-index: 2;
}

.lista-produtos .lista .item .promo .text {
    transform: rotate(-45deg);
    top: -40px;
    left: 10px;
}

.lista-produtos .lista .item img {
    transform: scale(1);
    transition: all 0.5s ease-in-out;
}

.lista-produtos .lista .item:hover img {
    transform: scale(1.1);
}

.filtros-contend {
    background-color: #FFFFFF;
    padding: 20px 0 0 0;
    border: 1px solid #868587;
}

.filtros-contend .linha-pesquisa.active > .titulo-pesquisa {
    border-bottom: 1px solid #868587;
}

.lista-produtos .item .titulo {
    color: #666;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
}

.lista-produtos .item .descricao {
    color: #999;
    font-size: 12px;
    text-align: center;
}

/*** FILTROS ***/
.filtro-titulo {
    color: #666;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}

.filtros-contend .linha-pesquisa {
    float: left;
    width: 100%;
    border-top: 1px solid #868587;
}

.filtros-contend .titulo-pesquisa {
    color: #868587;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 10px;
    float: left;
    width: 100%;
    cursor: pointer
}

.filtros-contend .titulo-pesquisa span {
    width: calc(100% - 20px);
    float: left;
    font-family: BebasNeueRegular;
    color: #6782BB;
    font-size: 18px;
    padding-left: 15px;
}

.filtros-contend .titulo-pesquisa span::before {
    font-family: FontAwesome;
    content: "\f0c8";
    color: #C01D19;
    font-size: 8px;
    position: absolute;
    top: 21px;
    left: 10px;
}

.filtros-contend .titulo-pesquisa span i {
    font-size: 8px;
    margin-top: 5px;
    color: #C01D19;
    padding-right: 5px;
    width: auto;
}

.filtros-contend .titulo-pesquisa i {
    width: 20px;
    float: left;
    color: #C01D19;
    font-size: 14px;
    padding-top: 3px;
}

.filtros-contend ul li input[type=checkbox] {
    width: 15px;
}

.filtros-contend ul li input[type=checkbox].no-action {
    opacity: 0.5;
}

.filtros-contend ul {
    margin: 15px 0;
    padding: 0 10px;
    float: left;
    width: 100%;
    display: none;
    max-height: 350px;
    overflow-y: auto;
}

.filtros-contend ul li {
    padding-bottom: 5px;
    color: #868587;
}

.filtros-contend ul li:last-child {
    padding-bottom: 0;
}

.filtros-contend ul li a {
    text-transform: uppercase;
    color: #868587;
}

.filtros-contend ul li label {
    text-transform: uppercase;
    font-family: RobotoRegular;
    font-size: 12px;
    width: calc(100% - 50px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 13px;
    cursor: pointer;
}

.filtros-contend ul li span {
    width: 30px;
    text-align: right;
    font-size: 12px;
    line-height: 13px;
    margin-top: 3px;
}

.filtros-contend ul li a.active, .filtros-contend ul li a:hover {
    color: #5B5C5B;
}

.filtros-contend .linha-pesquisa.active > ul {
    display: block;
}

.search {
    border-bottom: 1px solid #868587;
    padding: 10px 10px 20px 10px;
    width: 100%;
    float: left;
}

.search input[type=text] {
    padding: 5px 10px;
    height: 30px;
    line-height: 30px;
    width: calc(100% - 30px);
    float: left;
}

.btnSearch {
    width: 30px;
    height: 30px;
    float: left;
    cursor: pointer;
}

.btnSearch::before {
    font-family: FontAwesome;
    content: "\f002";
    color: #ffffff;
    position: absolute;
    z-index: 2;
    font-size: 18px;
    left: 6px;
    top: 1px;
}

.search input[type=button] {
    border: 1px solid #6782BB;
    background-color: #6782BB;
    color: #ffffff;
    width: 100%;
    height: 30px;
}

.search input[type=button]:hover {
    border: 1px solid #536B9D;
    background-color: #536B9D;
    color: #ffffff;
}

.slider {
    padding: 10px 10px 20px 10px;
}

.slider .title, .search .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.irs-from, .irs-to, .irs-single {
    background: #6782BB;
}

.irs-slider {
    top: 28px;
    width: 20px;
    height: 20px;
}

.irs-bar {
    height: 10px;
    top: 33px;
    border-top: 1px solid #6782BB;
    border-bottom: 1px solid #6782BB;
    background: #6782BB;
    background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
}

.paginacao {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-top: 50px;
}

.paginacao span, .paginacao span i {
    font-size: 25px;
    color: #27241F;
    transition: color 0.5s ease;
}

.paginacao span:hover, .paginacao span:hover i {
    color: #6782BB;
}

.paginacao .page-number {
    height: 30px;
    width: 30px;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    transition: background-color 0.5s ease;
    border: 1px solid #6782BB;
    color: #27241F;
    margin: 0 5px;
}

.paginacao .page-number:hover, .paginacao .page-number.active {
    background-color: #6782BB;
}

.remove-filtro {
    cursor: pointer;
    margin-top: -2px;
}

.no-results {
    padding: 20px;
    text-align: center;
}

@media only screen and (max-width: 992px) {

    .breadcrumb {
        padding: 15px;
    }

    .lista-produtos {
        padding: 30px 15px;
    }
    .lista-produtos .filtros-contend {
        width: 35%;
    }
    .lista-produtos .lista {
        width: 65%;
        margin-top: 0;
    }
    .lista-produtos .lista .product {
        float: left;
        width: 50%;
    }

    .lista-produtos .lista .item .container-image {
        width: 100%;
    }
    .lista-produtos .lista .item .container-image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .lista-produtos .lista .item .container-info {
        width: 100%;
    }

    .lista-produtos .lista .product:nth-child(1) .item {
        border-top: 1px solid #868587;
        border-left: 1px solid #868587;
    }
    .lista-produtos .lista .product:nth-child(2) .item {
        border-top: 1px solid #868587;
    }
    .lista-produtos .lista .product:nth-child(3) .item {
        border-top: none;
        border-left: 1px solid #868587;
    }
    .lista-produtos .lista .product:nth-child(4) .item {
        border-top: none;
        border-left: none;
    }
    .lista-produtos .lista .product:nth-child(5) .item {
        border-top: none;
        border-left: 1px solid #868587;
    }
    .lista-produtos .lista .product:nth-child(6) .item {
        border-top: none;
    }
    .lista-produtos .lista .product:nth-child(7) .item {
        border-top: none;
        border-left: 1px solid #868587;
    }
    .lista-produtos .lista .product:nth-child(8) .item {
        border-top: none;
    }
    .lista-produtos .lista .product:nth-child(9) .item {
        border-top: none;
        border-left: 1px solid #868587;
    }
    .lista-produtos .lista .product:nth-child(10) .item {
        border-top: none;
        border-left: none;
    }
    .lista-produtos .lista .product:nth-child(11) .item {
        border-top: none;
        border-left: 1px solid #868587;
    }
    .lista-produtos .lista .product:nth-child(12) .item {
        border-top: none;
    }

}

@media only screen and (max-width: 768px) {

    .breadcrumb {
        padding: 15px;
    }

    .lista-produtos {
        padding: 30px 15px;
    }
    .lista-produtos .filtros-contend {
        width: 100%;
    }
    .lista-produtos .lista {
        width: 100%;
        margin-top: 30px;
    }
    .lista-produtos .lista .product {
        float: left;
        width: 50%;
    }

    .lista-produtos .lista .item .container-image {
        width: 100%;
    }
    .lista-produtos .lista .item .container-image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .lista-produtos .lista .item .container-info {
        width: 100%;
    }


    .lista-produtos .lista .product:nth-child(1) .item {
        border-top: 1px solid #868587;
        border-left: 1px solid #868587;
    }
    .lista-produtos .lista .product:nth-child(2) .item {
        border-top: 1px solid #868587;
    }
    .lista-produtos .lista .product:nth-child(3) .item {
        border-top: none;
        border-left: 1px solid #868587;
    }
    .lista-produtos .lista .product:nth-child(4) .item {
        border-top: none;
        border-left: none;
    }
    .lista-produtos .lista .product:nth-child(5) .item {
        border-top: none;
        border-left: 1px solid #868587;
    }
    .lista-produtos .lista .product:nth-child(6) .item {
        border-top: none;
    }
    .lista-produtos .lista .product:nth-child(7) .item {
        border-top: none;
        border-left: 1px solid #868587;
    }
    .lista-produtos .lista .product:nth-child(8) .item {
        border-top: none;
    }
    .lista-produtos .lista .product:nth-child(9) .item {
        border-top: none;
        border-left: 1px solid #868587;
    }
    .lista-produtos .lista .product:nth-child(10) .item {
        border-top: none;
        border-left: none;
    }
    .lista-produtos .lista .product:nth-child(11) .item {
        border-top: none;
        border-left: 1px solid #868587;
    }
    .lista-produtos .lista .product:nth-child(12) .item {
        border-top: none;
    }


    .paginacao {
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px;
    }

}

@media only screen and (max-width: 500px) {

    .breadcrumb {
        padding: 15px;
    }

    .lista-produtos {
        padding: 30px 15px;
    }
    .lista-produtos .filtros-contend {
        width: 100%;
    }
    .lista-produtos .lista {
        width: 100%;
        margin-top: 30px;
    }
    .lista-produtos .lista .product {
        float: left;
        width: 100%;
    }

    .lista-produtos .lista .item .container-image {
        width: 100%;
    }
    .lista-produtos .lista .item .container-image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .lista-produtos .lista .item .container-info {
        width: 100%;
    }


    .lista-produtos .lista .product:nth-child(1) .item {
        border-top: 1px solid #868587;
        border-right: 1px solid #868587;
        border-left: 1px solid #868587;
        border-bottom: none;
    }
    .lista-produtos .lista .product:nth-child(2) .item,
    .lista-produtos .lista .product:nth-child(3) .item,
    .lista-produtos .lista .product:nth-child(4) .item,
    .lista-produtos .lista .product:nth-child(5) .item ,
    .lista-produtos .lista .product:nth-child(6) .item ,
    .lista-produtos .lista .product:nth-child(7) .item ,
    .lista-produtos .lista .product:nth-child(8) .item ,
    .lista-produtos .lista .product:nth-child(9) .item ,
    .lista-produtos .lista .product:nth-child(10) .item ,
    .lista-produtos .lista .product:nth-child(11) .item {
        border-top: 1px solid #868587;
        border-right: 1px solid #868587;
        border-left: 1px solid #868587;
        border-bottom: none;
    }
    .lista-produtos .lista .product:nth-child(12) .item {
        border-top: none;
        border-right: 1px solid #868587;
        border-left: 1px solid #868587;
        border-bottom: 1px solid #868587;
    }
    .lista-produtos .lista .product:last-child .item {
        border-bottom: 1px solid #868587;
    }

    .paginacao {
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px;
    }

}