.header-box-content h1, 
.header-box-content h2, 
.header-box-content h3, 
.header-box-content h4, 
.header-box-content h5, 
.header-box-content h6, 
.header-box-content .title-primary, 
.header-box-content .title-secundary {
            color: #e0a422;
            display: inline-block;
            font-family: 'lato_bold';
            font-size: 24px;
            line-height: 40px;
        }

        /* ... (outros estilos globais) ... */

        /* Alteração de Preços */
        p.product-parcelled-price {
            font-size: 18px;
            /* color: #0aa827; */
            color: black;
            font-weight: bold;
            order: 2;
        }

        span.product-big-price ins {
            color: black;
        }

        .product-info {
            display: flex;
            flex-direction: column;
        }

        /* ... (outros estilos de preços) ... */

        #sidebar-left {
            margin-left: 30px;
        }

        .sidebar .header-sidebar .header-sidebar-title {
            font-weight: bold;
            color: var(--base-color);
            padding-bottom: 10px;
        }

        ul.menu-sidebar-list {
            border: 1px solid #e5e5e5;
            border-radius: 10px;
        }

        .sidebar .menu-sidebar-list li:hover>ul {
            border: 1px solid #e5e5e5;
            border-radius: 10px;
        }

        p.product-cash-price {
            font-size: 13px;
            font-weight: bold;
        }

        p.product-category {
            display: none;
        }

        #ClienteLoginForm .row {
            text-align-last: center;
        }

        .pagina-produto p.product-production-time {
            display: block;
        }

/*Ajuste avaliações*/
.product-rating .product-rating-stars-wrapper .product-rating-stars {
    background: url("https://cdn.simplo7.net/static/webroot/img/frontend/bg-stars.png") no-repeat;
}

.pagina-produto .product-view.element-buy-all  #product-list .product-list-item .product-image {
    width: 0px;
}


#product-list .product-list-item .product-info {
    /* display: flex; */
}

#product-list .product-list-item .product-info .product-name {
    order: 1;
}

#product-list .product-list-item .product-info p.product-price {
    order: 3;
    /* font-size: 14px; */
}

#product-list .product-list-item .product-info p.product-cash-price {
    order: 2;
    display: block;
}

#product-list .product-list-item .product-info p.product-cash-price .product-big-price {
    font-size: 20px;
    display: block;
    margin: 6px 0;
    color: #0aa827;
}

#product-list .product-list-item .product-info p.product-parcelled-price {
    order: 4;
    color: black;
}

#product-list .product-list-item .product-info p.product-price span ins {
    font-size: 12px;
}

#product-list .product-list-item .product-info p.product-price span ins:before {
    content: 'A prazo ';
}

#product-list .product-list-item .product-info p.product-price span {
    color: black;
    font-size: 12px !important;
    /* margin-top: 10px !important; */
}

#product-list .product-list-item .product-info p.product-price {
    margin-top: 5px;
}


.content-main-cols-1 .element-product-detail .wrapper-product-price .product-price {
    display: flex;
    flex-direction: column;
}

.element-product-detail .wrapper-product-price .product-price .product-price-off {
    order: 1;
    /* display: flex; */
    /* flex-direction: column; */
}

.element-product-detail .wrapper-product-price .product-price .product-new-price {
    order: 2;
}

.element-product-detail .wrapper-product-price .product-price .wrapper-product-parcels {
    order: 3;
}

.element-product-detail  span.desconto_avista {
    font-size: 24px;
    display: block;
    color: #0aa827;
}

.element-product-detail .wrapper-product-price .product-price .product-new-price span {
    font-size: 16px !important;
}

.element-product-detail .wrapper-product-price .product-price .product-new-price span.product-big-price:before {
    content: 'A prazo ';
}