/*
BROWSING HISTORY - START
*/

.browsing_history_remove {
    text-align: center;
    margin-bottom: 35px;
}

.browsing_history_remove span {
    display: inline-block;
    font-size: .7rem;
    color: #ffffff;
    font-weight: bold;
    background-color:#000000;
    padding: 7px 12px;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    cursor: pointer;
}

.browsing_history_remove span:hover {
    background-color: #000000cc;
}

/*
BROWSING HISTORY - END
*/

/*
QUALITY - START
*/

.quality {
    display: none;
}

.quality .content {
    display: flex;
    justify-content: space-around;
    padding: 12px 0;
}

.quality_item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.quality_item i {
    font-size: 2rem;
    vertical-align: middle;
}

.quality_item p {
    font-size: .8rem;
    color: #333333;
    text-transform: uppercase;
    margin: 10px 5px;
}

.quality_item p span {
    font-weight: bold;
}

/*
QUALITY - END
*/


/*
CATEGORIES - START
*/

.category {
    padding: 10px;
    margin: 15px;
}

.category img {
    box-shadow: 0 0 1px 1px #000000cc;
    transition: all 0.5s cubic-bezier(0.25, 0.25, 0.25, 0.25);
}

.category_box:hover .category img {
    transform: scale(1.065);
}

.category_name {
    text-align: center;
    padding: 5px;
}

.category_name span {
    color: #000000cc;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.cat {
    padding: 0 0 5px 0;
}

.sub {
    padding: 10px 0;
}

.categories .cat i {
    position: relative;
    top: 35px;
    font-size: 2rem;
    z-index: 99;
}

/*
CATEGORIES - END
*/


/*
1100px
*/
@media (min-width: 68.75em) {
    .categories .products .products_item {
        width: 23%;
        margin: 1% 2% 1% 0;
    }
}


/*
992px and 1099px
*/
@media (min-width: 62em) and (max-width: 68.6875em) {
    .categories .products .products_item {
        width: 49%;
        margin: 1% 2% 1% 0;
    }

    .categories .products .products_item:nth-of-type(2n+0) {
        margin-right: 0;
    }
}

/*
992px
*/
@media (min-width: 62em) {
    .quality {
        display: block;
    }
}

/*
850px and 991px
*/
@media (min-width: 53.125em) and (max-width: 61.9375em) {
    .categories .products .products_item {
        width: 32%;
        margin: 1% 2% 1% 0;
    }

    .categories .products .products_item:nth-of-type(3n+0) {
        margin-right: 0;
    }
}


/*
768px
*/
@media (max-width: 48em) {
    .category {
        border: none;
        padding: 0;
        margin: 0;
    }

    .category_name {
        padding: 20px 20px 0 20px;
    }

    .height-banner {
        height: 100px !important;
    }

    .fundo-banner {
        background-attachment: initial !important;
        max-height: 255px;
    }
}

/*
550px and 849px
*/
@media (min-width: 34.375em) and (max-width: 53.0625em) {
    .categories .products .products_item {
        width: 49%;
        margin: 1% 2% 1% 0;
    }

    .categories .products .products_item:nth-of-type(2n+0) {
        margin-right: 0;
    }

}

/*
550px
*/
@media (min-width: 34.375em) {
    .categories_wrap,
    .banners_wrap,
    .insta_wrap,
    .info_wrap {
        width: 100%;
    }

    .categories .products .products_item {
        display: inline-block;
        vertical-align: top;
    }

}

/*
500px
*/
@media (min-width: 31.25em) {
    .categories_wrap,
    .banners_wrap,
    .insta_wrap,
    .info_wrap {
        width: 90%;
    }
}


/*
400px
*/
@media (min-width: 25em) {
    .categories_wrap,
    .banners_wrap,
    .insta_wrap,
    .info_wrap {
        width: 90%;
        margin: 0 auto;
    }
}
