html, body {
    padding: 0;
    margin: 0;
}





.layout-header {
    background: #060606 0% 0% no-repeat padding-box !important;
}

.nav-header-links {
    background: #060606 0% 0% no-repeat padding-box !important;
}

.nav-header-links-right {
    background: #060606 0% 0% no-repeat padding-box !important;
}

.nav-header-links a {
    color: #fff !important;
}

/* Botões Minha Conta e Carrinho */

.button-header-icon,
.button-header-text {
    color: #fff !important;
}

.nav-header-links-right > a {
    color: #fff !important;
}

.nav-top {
    background: #060606 0% 0% no-repeat padding-box !important;
    display: none;
}

.footer-main { 
    display: none
}





.nav-top.is-active {
    display: block;
}

.button-header {
    outline: none;
}

.container:not(.-mobile):not(.-desktop) {
    width: 1350px;
    max-width: 100%;
}

img {
    max-width: 100%;
}

.page-header {
    margin: 0;
    border: 0;
}

.clear {
    clear: both!important;
}

.none {
    display: none!important;
}

#paginaPlatinum {
    float: left;
    width: 100%;
    font-family: 'Poppins', sans-serif!important;
    font-size: 13px;
}

/* Whatsapp Flutuante */

.whatsappFlutuante {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 0;
    background: #fff;
    z-index: 9999999;
}

.whatsappFlutuante .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.whatsappFlutuante .boxTexto {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.whatsappFlutuante .boxTexto .titulo {
    color: #DC9A4C;
    font-weight: bold;
    font-size: 18px;
    margin-right: 30px;
}

.whatsappFlutuante .boxTexto .preco {
    color: #444444;
}

.whatsappFlutuante .boxTexto .preco strong {
    font-size: 18px;
}

.whatsappFlutuante .boxTexto .preco .precoDe {
    text-decoration: line-through;
}

.whatsappFlutuante a {
    background: #25D366;
    display: flex;
    padding: 10px 20px;
    border-radius: 5px;
    align-items: center;
    text-decoration: none;
}

.whatsappFlutuante a span {
    color: #fff;
    font-weight: bold;
    margin-left: 10px;
}

@media only screen and (max-width: 768px) {

    /* Whatsapp Flutuante */

    .whatsappFlutuante .boxTexto {
        flex-direction: column;
        align-items: baseline;
    }

    .whatsappFlutuante a {
        width: 56px;
        height: 56px;
        padding: 0;
        justify-content: center;
        border-radius: 150px;
    }

    .whatsappFlutuante a img {
        width: 36px;
    }

    .whatsappFlutuante a span {
        display: none;
    }

}