.full-slider .item li {
    float: none !important;
}

.list-categories .list.slick-slider {
    display: block;
}

#listagemProdutos.listagem {
    display: flex;
    flex-direction: column;
}

.pagina-produto .produto .row-fluid > .span6:first-child {
    width: 100%;
    margin: unset;
}

.pagina-produto .produto .row-fluid > .span6:last-child {
    width: 100%;
    margin: unset;
}

.listagem-item .preco-produto s.preco-venda {
    margin: unset;
}

.regua-banner .line-info:nth-child(2) {
    display: none
}

@media (max-width: 550px) {
    .banner.mini-banner .modulo {
        margin-bottom: 20px!important;
    }
}

.acoes-produto .comprar .botao-comprar {
    background-color: #047a24;
    border: 0;
}

.counter-offer {
    display: flex;
    flex-wrap: wrap;
    margin-top: -32px;
}

.counter-offer .counter, .counter-offer .promo {
    flex: 0 0 50%;
    box-sizing: border-box;
    /* border-bottom: solid 19px #053f71; */
    background: #eaebe6;
}

.counter-offer .counter .title, .counter-offer .promo .title {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    padding: 5px 0;
}

.counter-offer .promo {
    border-right: solid 1px #053f71;
    /* border-bottom: solid 19px #053f71; */
    background: #eaebe6;
}

.counter-offer .promo .title {
    background: #053f71;
    position: relative
}

.counter-offer .promo .title:after {
    content: '';
    width: 1px;
    height: 100%;
    display: block;
    background: #053f71;
    position: absolute;
    top: 0;
    right: -1px
}

.counter-offer .promo p {
    display: block;
    font-size: 30px;
    color: #333333;
    font-weight: 400;
    margin: 20px 0;
    text-align: center;
}

.counter-offer .promo p strong {
    color: #053f71;
}

.counter-offer .counter .title {
    background: #053f71;
}

.counter-offer .counter .counter-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
}

.counter-offer .counter .counter-wrap .icon-offer {
    width: 52px;
    height: 52px;
    display: block;
}

.counter-offer .counter .counter-wrap .icon-offer .a {
    fill: #053f71;
}

.counter-offer .counter .counter-wrap .icon-offer .c {
    fill: #eaebe6;
}

.counter-offer .counter .counter-wrap .item {
    line-height: normal;
    padding: 0 20px;
    position: relative
}

.counter-offer .counter .counter-wrap .item:before {
    content: attr(date-value);
    display: block;
    font-size: 24px;
    font-weight: 400;
    color: #000000;
}

.counter-offer .counter .counter-wrap .item:after {
    content: ':';
    display: block;
    font-size: 30px;
    font-weight: 400;
    color: #3b3b3b;
    position: absolute;
    top: 0;
    right: 0
}

.counter-offer .counter .counter-wrap .item:last-child:after {
    display: none
}

.counter-offer .counter .counter-wrap .item .description {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

@media screen and (max-width: 787px) {
    .counter-offer .promo, .counter-offer .counter {
        width: 100%;
        display: block;
        float: left;
        white-space: nowrap;
        min-width: 100%;
    }
}


/*Incluir botão comprar na foto mobile*/

.listagem-item .acoes-produto.hidden-phone {
    display: block !important;
    opacity: 1;
    position: inherit;
    content: " Comprar"!important;
}

.listagem-item .acoes-produto-responsiva {
    display: none !important;
    content: " Comprar"!important;
}


/*Mudar a Cor do Botão comprar mobile*/

.listagem-item .acoes-produto .botao.principal {
    background: #08922d;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    max-width: 214px;
    flex-grow: 1;