﻿.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none !important;   
}

.sale .preco-pix {
    position: absolute;
    z-index: -9999;
    opacity: 0;
}

.sale.product-type-variable .preco-pix {
    position: relative;
    z-index: 0;
    opacity: 1;
}

.amount .preco-pix:last-child, .amount .preco-pix-ficar:last-child, .woocommerce div.product p.price del {
    display: block !important;
}

.preco-pix, .preco-pix-ficar {
    display: none;
}

.caixa-pix {
    color: #000;
    display: inline-block;
    margin: 10px 0;
    background: #f9fffb;
    border: 1px dashed #00A868;
    border-radius: 5px;
    padding: 5px 10px;
    text-transform: uppercase;
    width: 100% !important;
    font-weight: 400;
    font-family: "Montserrat", Sans-serif;
}

.caixa-pix p {
    color: #000;
    font-size: 14px;
    margin: 0;
    line-height: 16px;        
    font-family: "Montserrat", Sans-serif;
}

.caixa-pix .amount {
    color: #000 !important;
}

.caixa-pix p svg {
    display: inline-block;
    vertical-align: middle;
    fill: #00A868;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.caixa-pix svg path {
    fill: #00A868;
}

@media screen and (max-width: 768px) {
    .caixa-pix p {
        font-size: 12px;
        line-height: 14px;
    }
}
