body {
    background: #fbfbfb;
    font-family: 'Montserrat', sans-serif;
}

.btn-default {
    background-color: #fff;
}

.btn-default:hover {
    color: #fff !important;
    background: #6daca4 !important;
    text-decoration: none !important;
}

.descricao_topo {
    white-space: normal;
    display: block;
    font-size: 16px;
    font-weight: 300 !important;
    color: #4b4b4b;
    font-weight: 600;
}

button {
    height: 40px;
}

button a {
    color: #666;
    text-decoration: none !important;
    padding: 15px;
}

button a:hover {
    color: #fff;
    text-decoration: none !important;
}

.btn-group a {
    font-size: 15px;
    font-weight: 300;
    color: #40afa6;
}

.caixa_tamanhos {
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 11px;
    padding-top: 5px;
    background: #3EAEA5;
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin-right: 1px;
    margin-top: 5px;
}

.lazyload {
    max-width: 300px;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media(min-width: 768px) {
    .lazyload {
        max-width: 100%;
        height: 350px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
}

.loading img {
    height: 20px !important;
}

.carousel-indicators li {
    border: 1px solid #fff;
}

.carousel-indicators>.active {
    background-color: #fff !important;
    box-shadow: none !important;
}

.botao_whatsapp {
    width: 100% !important;
    display: block;
    background: #fff;
    border: 1px solid rgb(218, 218, 218);
    text-align: center;
    padding: 10px 0px;
    margin-top: 20px;
}

.header {
    border: 0px solid red; max-width: 1200px;
}

.logo {
    max-width: 200px;
}
.logo_black {
    display: none;
}

.busca_topo {
    background: #42AFA6; color: #fff; width: 100%;
}
.black_friday .busca_topo {
    background: #e9258e;
}

.black_friday {
    background: #000;
}
.black_friday .logo {
    display: none;
}
.black_friday .logo_black {
    display: block;
}
.black_friday .descricao_topo {
    color: #fff;
}
.destaque_promo {
    font-weight: 700;
    background: #e9258e;
    position: absolute;
    width: 155px;
    padding: 8px;
    color: #fff;
    margin: 5px;
    z-index: 10;
    font-size: 14px;
    text-align: center;
    border-radius: 10px;
}

/*.preco_de {
    
}
.preco_por {
    color: #3EAEA5;
}


.busca_topo {
    background: #cf3636;
}*/

.logo {
    max-width: 200px !important;
}