/* AJUSTES WS */

:root {
    --cor_primaria: #222222;
    --cor_secundaria: #cea743;
    --cor_botao: #222222;
    --cor_botao_hover: #cea743;
    --cor_texto_botao: #ffffff;
    --cor_texto_botao_hover: #ffffff;
    --cor_botao_comprar: #cea743;
    --pre_cabecalho: #e4e4e4;
    --cor_texto_pre_cabecalho: #2b2b2b;
    --cor_cabecalho: #ffffff;
    --cor_icones: #2b2b2b;
    --cor_icones_hover: #2b2b2b;
    --cor_texto_icones: #2b2b2b;
    --cor_menu: #2b2b2b;
    --cor_texto_menu: #ffffff;
    --cor_newsletter: #222222;
    --cor_texto_newsletter: #ffffff;
    --cor_footer: #ffffff;
    --cor_texto_footer: #333333;
    --texto_global: #333333;
    --texto_background: #ffffff;
    --cor_tag_frete_gratis: #ffffff;
}

/* AJUSTES WS */

@import url('//fonts.googleapis.com/css2?family=Slabo+27px&display=swap');

/* ANTIGA LOJA */
/*
.menu.superior .nivel-um>li strong {
    font-family: 'Slabo 27px', serif;
*/
/* ANTIGA LOJA */


  /* BTN-WHATS-PRODUCT-PAGE */
  a.novo-botao.botao.botao-comprar.principal.grande {
    background-color: #40c351;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    text-align: left;
    width: 100% !important;
    max-width: 418px;
    padding: 12px 16px;
    padding-left: 0;
    height: auto !important;
    margin-top: 16px;
}
.click-subtitle {
    font-size: 13px;
    color: #1b7b28;
    padding: 0 !important;
    white-space: normal;
    text-shadow: none;
}
.descount{
    font-weight: bold;
    background-color: rgb(0 0 0 / 20%);
    border-radius: 30px;
    padding: 2px 12px;
    margin: 0 8px;
}
.btn-whats-p {
    display: inline-block;
    align-items: center;
    text-align: center;
    letter-spacing: 2px;
}
.btn-whats {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    margin-left: 20px;
}
.produto .acoes-produto .comprar {
    margin-bottom: 10px;
}
@media screen and (min-width: 200px) and (max-width: 768px){
    .btn-whats-p {
        font-size: 16px;
    }
}


  /* Selo pix */
  
span.price-pix{
    background-color: rgb(245 245 245 / 0%) !important;
    max-width: 550px !important;
}
@media (min-width: 768px){
span.price-pix {
    width: 50% !important;
    position: absolute !important;
    margin-top: -5.5% !important;
 }
}
@media (max-width: 768px){
.pagina-produto .price-pix {
    padding: 8px 0px !important;
    margin-top: 0 !important;
    position: relative !important;
 }
 a.novo-botao.botao.botao-comprar.principal.grande {
    width: 95% !important;
 }
}