.produto .acoes-produto .preco-produto .titulo {
font-size: 40px;
}
.listagem .preco-produto .desconto-a-vista {
color: #365899;
}
.preco-produto .preco-promocional {
color: red;
}
.produto .acoes-produto .preco-produto .titulo {
    font-size: 40px;
    color: red;
}
.produto .acoes-produto .preco-produto .titulo {
    font-size: 45px;
    font-weight: 700;
    color: red;
    font-family: 'Open Sans',sans-serif;
}
.preco-produto .preco-promocional {
    font-family: Arial,sans-serif;
    font-size: 15px;
    line-height: normal;
    color: red;
}
.produto .acoes-produto 
.preco-parcela, .produto 
.acoes-produto .preco-parcela strong, .produto .acoes-produto .desconto-a-vista, .produto .acoes-produto .desconto-a-vista strong {
font-weight: 350;
font-size: 17px;
color: #222;
}
.listagem .preco-produto
.preco-parcela, .produto 
.acoes-produto .preco-parcela strong, .produto .acoes-produto .desconto-a-vista, .produto .acoes-produto .desconto-a-vista strong {
font-weight: 200;
}
.listagem .preco-produto .preco-parcela, .produto .acoes-produto .preco-parcela strong, .produto .acoes-produto .desconto-a-vista, .produto .acoes-produto .desconto-a-vista strong {

    font-weight: 600;    
}
element {

}
.overlay-shelf-slider .rh-subtitle {

    color: #ec4242;
    font-weight: 400;
    font-size: 26px;
    text-transform: uppercase;

}
element {

}
#preco-frete span {

    color: #fc1515;

}
.tabela-carrinho * {

    text-align: center;
    vertical-align: middle;

}
body, p, a, span, strong, h1, h2, h3, h4, h5, h6, label, input, button {

    text-decoration: none !important;

}
* {

    margin: 0;
    padding: 0;

}
#preco-frete .texto {

    color: #ffffff;
    font-size: 18px;

}
#preco-frete {

    text-align: center;

}
.subtotal, .total, .descontos {

    text-align: right;

}
.tabela-carrinho td, .tabela-carrinho th {

    border-collapse: collapse;

}
table .line-18 {

    line-height: 18px;

}
.table th, .table td {

    border-collapse: collapse;

}
.table th, .table td {

    line-height: 20px;
    text-align: left;

}
table {

    border-collapse: collapse;
    border-spacing: 0;

}
body {

    font-family: 'Arial';

}

/* WHATSAPP FIXO */
.whatsapp-fixo {
position: fixed;
bottom:10px;
right:10px;
z-index: 999;
}

element {
    display: block;
}
#fmais-shippings-alert-body {
    left: 0;
    width: 350px;
    height: auto;
    transition: all .3s ease;
    margin-bottom: 2%;
    margin-left: 1%;
    bottom: 0;
    position: fixed;
    border-radius: 5px;
    float: left;
    font-family: Arial;
    letter-spacing: .01rem;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 1.5;
    padding: 10px 15px;
    opacity: 1;
    visibility: visible;
    z-index: 2147483647;
}
.fmais-swing {
    -webkit-animation: fmais-f-swing 1s ease;
    animation: fmais-f-swing infinite 1s ease;
        animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.fmais-shipping-warning {
    color: #fff;
    background: #39383b;
}