.listagem .imagem-produto img{     object-fit:contain !important; }

div#___ratingbadge_0 {
    display: inline-block !important;
}

.flexslider .slides img {
    max-width: 100%;
}
.banner.cheio .flexslider {
    max-width: 100%;
}

.row-fluid.banner.cheio {
    max-width: 100%;
}



/* AJUSTES */

.departments__image {
    border: 0;
    position: relative;
}

.departments__image::before,
.departments__image::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}

.departments__image {
    height: 200px;
    width: 200px;
}

.departments__image::before,
.departments__image::after {
    top: 0;
    left: 0;
}

.departments__image::before {
    border: 3px solid transparent;
}

.departments__image:hover::before {
    border-top-color: #ffb3a6;
    border-right-color: #ffb3a6;
    border-bottom-color: #ffb3a6;
    transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.10s, border-bottom-color 0.15s linear 0.20s;
}

.departments__image::after {
    border: 0 solid transparent;
}

.departments__image:hover::after {
    border-top: 3px solid #ffb3a6;
    border-left-width: 3px;
    border-right-width: 3px;
    transform: rotate(270deg);
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
}

.departments__image {
    border-radius: 100%;
    box-shadow: none;
}

.departments__image::before,
.departments__image::after {
    border-radius: 100%;
}


.departments__image {
    position: relative;
}