.j-category__main .j-category__banner img {
    width: 100%
}

.j-category__main .j-category__compare {
    width: 70%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 21
}

@media only screen and (max-width:767px) {
    .j-category__main .j-category__compare {
        width: 100%;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.j-category__main .j-category__compare p {
    color: #565656;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 20px
}

@media only screen and (max-width:767px) {
    .j-category__main .j-category__compare p {
        margin-bottom: 10px
    }
}

.j-category__main .j-category__compare a {
    display: block;
    width: 191px;
    height: 22px;
    border-radius: 2px;
    background-color: #243a64;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    line-height: 22px
}

@media only screen and (max-width:767px) {
    .j-category__main .j-category__compare a {
        width: 80%;
        max-width: 225px;
        margin: 0 auto 20px
    }
}

.j-category__main .j-breadcrumb {
    padding: 20px 0 10px;
    border-bottom: 1px solid #0092e6;
    margin-bottom: 20px
}

.j-category__main .j-breadcrumb ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.j-category__main .j-breadcrumb ul li {
    margin-right: 10px;
    font-size: 12px;
    color: #999;
    position: relative;
    padding-right: 10px
}

.j-category__main .j-breadcrumb ul li:after {
    content: "•";
    display: block;
    font-size: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: #999
}

.j-category__main .j-breadcrumb ul li:first-child {
    font-size: 0
}

.j-category__main .j-breadcrumb ul li:first-child:before {
    content: "HOME";
    display: block;
    font-size: 12px;
    color: #999;
    font-weight: 700;
    font-family: Arial, sans-serif
}

.j-category__main .j-breadcrumb ul li:last-child:after {
    display: none
}

.j-category__main .j-breadcrumb ul a {
    text-transform: uppercase
}

.j-category__main .j-breadcrumb ul strong {
    color: #0092e6
}

.j-category__main .menu-navegue {
    display: none
}

.j-category__main .j-category__title {
    color: #0092e6;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 60px;
    display: none
}

@media only screen and (max-width:767px) {
    .j-category__main .j-category__title {
        margin-bottom: 20px
    }
}

.j-category__main .j-category__title span.js--search-text {
    text-transform: capitalize
}

.j-category__main .j-category__title span:not(.js--search-text) {
    font-size: 20px;
    color: #333;
    font-weight: 400
}

.j-category__main .j-category__content {
    width: 100%;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:767px) {
    .j-category__main .j-category__content {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.j-category__main .j-category__products {
    width: 100%
}

.j-category__main .j-category__products .compare,
.j-category__main .j-category__products .pager,
.j-category__main .j-category__products .resultado-busca-filtro .filterBy,
.j-category__main .j-category__products .searchResultsTime {
    display: none
}

.j-category__main .j-category__products .sub {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media only screen and (min-width:768px) {
    .j-category__main .j-category__products .sub {
        transform: translateY(-23px)
    }
}

@media only screen and (max-width:767px) {
    .j-category__main .j-category__products .sub {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.j-category__main .j-category__products .sub .j-button-filter {
    font-size: 13px;
    display: none;
    color: #333
}

.j-category__main .j-category__products .sub:last-child {
    display: none
}

.j-category__main .j-category__products .sub .orderBy {
    position: relative
}

@media only screen and (max-width:767px) {
    .j-category__main .j-category__products .sub .orderBy {
        height: 22px
    }
}

.j-category__main .j-category__products .sub .orderBy:after {
    content: "";
    display: block;
    width: 20px;
    position: absolute;
    top: 3px;
    right: 1px;
    height: 85%;
    background-color: #ccc;
    pointer-events: none
}

@media only screen and (max-width:767px) {
    .j-category__main .j-category__products .sub .orderBy:after {
        top: 3px;
        height: 77%
    }
}

@media only screen and (min-width:330px) and (max-width:400px) {
    .j-category__main .j-category__products .sub .orderBy:after {
        top: 4px
    }
}

.j-category__main .j-category__products .sub .orderBy:before {
    content: "";
    display: block;
    width: 20px;
    position: absolute;
    top: 3px;
    right: 1px;
    height: 85%;
    background-image: url(arrow-bottom5e1f.png?v=2);
    background-position: 50%;
    background-size: 16px;
    background-repeat: no-repeat;
    z-index: 2
}

@media only screen and (max-width:767px) {
    .j-category__main .j-category__products .sub .orderBy:before {
        top: 4px;
        height: 77%
    }
}

@media only screen and (max-width:767px) {
    .j-category__main .j-category__products .sub .orderBy {
        margin-bottom: 20px
    }
}

.j-category__main .j-category__products .sub .orderBy label {
    font-size: 15px;
    color: #333
}

@media only screen and (max-width:767px) {
    .j-category__main .j-category__products .sub .orderBy label {
        font-size: 12px
    }
}

.j-category__main .j-category__products .sub .orderBy select {
    font-size: 14px;
    color: #0092e6;
    border: 1px solid #000;
    outline: none;
    text-align: center;
    border-radius: 0
}

@media only screen and (max-width:767px) {
    .j-category__main .j-category__products .sub .orderBy select {
        font-size: 13px;
        width: 150px
    }
}

.j-category__main .j-category__products .sub .orderBy option {
    color: #333
}

.j-category__main .j-category__products .j-shelf ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.j-category__main .j-category__products .j-shelf li {
    width: 24%;
    margin-bottom: 40px;
    box-shadow: 0 0 1px;
    overflow: hidden;
    padding-bottom: 20px;
    margin-right: 1.33%
}

@media only screen and (min-width:768px) {
    .j-category__main .j-category__products .j-shelf li:not(.helperComplement):nth-child(4n+4) {
        margin-right: 0
    }
}

@media only screen and (max-width:767px) {
    .j-category__main .j-category__products .j-shelf li:not(.helperComplement):nth-child(2n+2) {
        margin-right: 0
    }
}

@media only screen and (max-width:767px) {
    .j-category__main .j-category__products .j-shelf li {
        width: 49%
    }

    .j-category__main .j-category__products .j-shelf li .j-shelf__item-buy-btn {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto
    }
}

.j-category__main .j-category__products .j-shelf li .j-shelf__item-img__img {
    max-width: 100%
}

.j-shelf__item-buy-btn,
.j-shelf__item-img__img {
    margin-left: auto;
    margin-right: auto
}

.j-shelf__item-name {
    text-align: center
}

@media only screen and (max-width:767px) {
    .j-shelf__item-name {
        padding: 0 5px
    }
}

.j-shelf__item-content {
    text-align: center
}

.j-search .j-category__title {
    padding-top: 60px
}

@media only screen and (max-width:767px) {
    .j-search .j-category__title {
        padding-top: 30px
    }
}