.wrapper-depoimentos .post {
    padding: 10px;
    border-bottom: 1px solid #dddcdc;
}

.wrapper-depoimentos .post .depoimentos-username {
    /* font-weight: bold; */
    color: #232323;/;
    font-size: 14px;
}

.wrapper-depoimentos .post .depoimentos-date {
    font-size: 12px;
    margin-bottom: 4px;
}

.wrapper-depoimentos .post .depoimentos-content {
    color: #252525;
    margin-bottom: 5px;
}

/* Trocar Cor Tarja de Promoção da vitrine  */ 
#product-list .product-list-item .label-promo, 
#product-list-sidebar .product-list-item .label-promo { 
background: red; 
} 


/* Banner principal 100% */ 
body.pagina-home #nav-main .element-menu-category, 
body.pagina-home #nav-main .element-menu-main { 
margin-bottom: 0 !important; 
} 
 
.element-banner-main .container-12, 
.element-banner-main .container-12 .grid-12 { 
    margin-left: 0 !important; 
    margin-right: 0 !important; 
    max-width: 100% !important; 

    padding-left: 0 !important; 

    padding-right: 0 !important; 
    width: 100% !important; 
} 
 
.element-banner-main img { 
width: 100%; 
} 


ul#testimonial-bottom li .inner {
    display: flex;
    flex-direction: column-reverse;
}

ul#testimonial-bottom li .inner .author-info span {
    display: none;
}

.element-testimonial-bottom .author-info .author-name {
    place-self: center;
    color: #9d9d9d;
}

ul#testimonial-bottom li .inner .description {
    font-weight: bold;
    color: black;
    font-size: 12px;
    text-align: center;
}

ul#testimonial-bottom li .inner .description p:nth-child(2) {
    padding: 20px;
}
.stars-image {
    display: block;
    width: auto; /* Ajuste conforme necessário */
    max-width: 100%;
    height: auto;
    margin-bottom: 8px; /* Espaço entre a imagem e o texto */
    background: #e5e52e;
    justify-self: center;
}
.testimonial-bottom-inner .bx-wrapper.horizontal .bx-controls.bx-has-pager.bx-has-controls-direction .bx-pager.bx-default-pager {
    display: none;
}
.pagina-home ul#product-list li {
    max-height: 480px;
}
/*banner quem somos*/
li.banner-bottom-item.banner-bottom-item-141 {
    display: flex !important;
    flex-direction: row;
}

li.banner-bottom-item.banner-bottom-item-141 > img, li.banner-bottom-item.banner-bottom-item-141 > div {
    padding: 50px;
    width: calc(50% - 100px);
}

li.banner-bottom-item.banner-bottom-item-141 > div {
    align-content: center;
}

li.banner-bottom-item.banner-bottom-item-141 > img {
    border-radius: 80px;
}

li.banner-bottom-item.banner-bottom-item-141 > div h3 {
    font-size: 18px;
    color: #404040;
    margin-bottom: 20px;
}

li.banner-bottom-item.banner-bottom-item-141 > div p, li.banner-bottom-item.banner-bottom-item-141 > div span {
    color: #545454 !important;
}