/*.home-banners .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled { 
display: block !important;
}*/


.bannerMiddle .owl-carousel .owl-prev {
    left: -65px;
    text-indent: -9999em;
    position: absolute;
    cursor: pointer;
    width: 44px;
    height: 44px;
    z-index: 100;
    top: 40%;
    margin: 6px;
    border-radius: 29px !important;
    background-image: url('/arquivos/owl-icon-prev.png') !important;
    /*background: red !important;*/
}

.bannerMiddle .owl-carousel .owl-next {
    right: -65px;
    text-indent: -9999em;
    position: absolute;
    cursor: pointer;
    width: 44px;
    height: 44px;
    z-index: 100;
    top: 40%;
    margin: 6px;
    border-radius: 29px !important;
    background-image: url('/arquivos/owl-icon-next.png') !important;
    /*background: red !important;*/
}

/* #banner-meio-1 .owl-nav {
display:  block !important;
}

#banner-meio-2 .owl-nav {
display:  block !important;
}

#banner-meio-3 .owl-nav {
display:  none !important;
} */

.bannerMiddle .owl-dot {
    display: none !important;
}

.bannerMiddle.n1columns .box-banner {
    padding: 5px !important;
}


/* redes sociais pagina produto*/

.product__infos-wrapper .m_socials nav ul {
    display: flex;
    /*justify-content: space-around;*/
}

.m_socials img:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}

.m_socials img {
    -webkit-transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    -moz-transition: transform .3s, -moz-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.m_socials h3 {
    color: #222;
    margin: 20px 10px;
    float: left;
    font-size: 14px;
}

.m_socials nav {
    position: relative;
    top: 15px !important;
    left: 10px;
}

.m_socials nav li {
    margin-right: 20px;
}



.product__actions .m_socials {
    display: none !important;
}

/* fim redes sociais */

/*  modal cep quando clica no botao comprar */

#modalCep .modal-header .close .fa {
    display: block;
}

.formas-pagamento {
    display: none;
    position: relative;
    top: 71px;
    border-top: 1px solid #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
    height: 90px;
}

.formas-pagamento img {
    float: left;
    position: relative;
    top: 20px;
    margin-right: 5px;
}

.formas-pagamento p {
    float: left;
    position: relative;
    top: 5px;
}

.formas-pagamento a {
    color: #000;
    text-decoration: underline;
}

#Product #main .product-body .product__actions .product__add-to-list {
    display: none !important;
}

/* .product__description {
display: none !important;
} */

#pagamento_parcelado {
    display: none !important;
}

/* IMPLEMENTAÇÃO DE CONTEÚDO DESCRITIVO NA HOME - SAV-378 */
#Home #newslletter.savegnago {
    margin-bottom: 3%;
}

#Home #newslletter .contentNewsletter {
    border-bottom: 2px solid #ce1b20;
}

#Home #svConteudoHome {
    width: 100%;
    color: #666;
    background: #e9e8e8;
    padding-left: 3%;
    padding-right: 3%;
}

#Home #svConteudoHome p {
    font-size: 1.1em;
}

#Home #svConteudoHome .conteudo_h1_home,
#svConteudoHome .conteudo_home {
    max-width: 1200px;
    margin: 0 auto;
}

#Home #svConteudoHome .event_click_home {
    cursor: pointer;
    color: #0069f8;
    display: flex;
    justify-content: center;
    font-size: 1.2em;
}

#Home #svConteudoHome .event_click_home:hover {
    cursor: pointer;
    text-decoration: underline;
}

#Home .conteudo_h1_home h1 {
    font-size: 2em;
    margin-bottom: 30px;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 14px;
}

#Home .conteudo_home div h2 {
    font-size: 1.8em;
    margin: 30px auto;
    padding-bottom: 14px;
    border-bottom: 1px solid #c8c8c8;
}

#Home .conteudo_home div h3 {
    font-size: 1.5em;
    margin: 20px auto;
}

#Home .conteudo_home div nav ul li {
    margin: 10px auto;
    font-size: 1.1em;
}

#Home .conteudo_home div nav ul li a {
    color: #0069f8;
}

#Home .conteudo_home div nav ul li a:hover {
    text-decoration: underline;
}

#Home #svConteudoHome .conteudo_home.oculta {
    display: none;
}

#Home #svConteudoHome .conteudo_home_ofertas p,
#svConteudoHome .event_click_home {
    margin: 0 !important;
    padding-bottom: 20px;

}


/* IMPLEMENTAÇÃO - INSTITUCIONAL - SAV-249 */
#Institucional .main .content h1 {
    font-size: 22px;
}

#Institucional .main .content h2 {
    margin-bottom: 20px;
    font-size: 15px;
    color: #777777;
    text-align: left;
}

#Institucional .main .content h2.titulo_underline {
    text-decoration: underline;
}

#Institucional .main .content p {
    margin-bottom: 20px;
    font-size: 15px;
    color: #777777;
    text-align: left;
}


/* ajustes footer */

@media screen and (min-width: 1024px) {
    #footer .cat-faq {
        position: absolute;
        top: 35px;
    }

    #footer .cat-faq:last-child {
        position: absolute;
        top: 35px;
        margin-left: 40px;
    }


    #footer .cat-prod {
        position: absolute;
        top: 35px;
        margin-left: 65px;
    }
}

/* IMPLEMENTAÇÃO DE CONTEÚDO DESCRITIVO NA HOME - SAV-378 */
#Home #newslletter.savegnago {
    margin-bottom: 3%;
}

#Home #newslletter .contentNewsletter {
    border-bottom: 2px solid #ce1b20;
}

#Home #svConteudoHome {
    width: 100%;
    color: #666;
    background: #e9e8e8;
    padding-left: 3%;
    padding-right: 3%;
}

#Home #svConteudoHome p {
    font-size: 1.1em;
}

#Home #svConteudoHome .conteudo_h1_home,
#svConteudoHome .conteudo_home {
    max-width: 1200px;
    margin: 0 auto;
}

#Home #svConteudoHome .event_click_home {
    cursor: pointer;
    color: #0069f8;
    display: flex;
    justify-content: center;
    font-size: 1.2em;
}

#Home #svConteudoHome .event_click_home:hover {
    cursor: pointer;
    text-decoration: underline;
}

#Home .conteudo_h1_home h1 {
    font-size: 2em;
    margin-bottom: 30px;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 14px;
}

#Home .conteudo_home div h2 {
    font-size: 1.8em;
    margin: 30px auto;
    padding-bottom: 14px;
    border-bottom: 1px solid #c8c8c8;
}

#Home .conteudo_home div h3 {
    font-size: 1.5em;
    margin: 20px auto;
}

#Home .conteudo_home div nav ul li {
    margin: 10px auto;
    font-size: 1.1em;
}

#Home .conteudo_home div nav ul li a {
    color: #0069f8;
}

#Home .conteudo_home div nav ul li a:hover {
    text-decoration: underline;
}

#Home #svConteudoHome .conteudo_home.oculta {
    display: none;
}

#Home #svConteudoHome .conteudo_home_ofertas p,
#svConteudoHome .event_click_home {
    margin: 0 !important;
    padding-bottom: 20px;

}

#Home #footer {
    padding-top: 0;
}

/* IMPLEMENTAÇÃO - INSTITUCIONAL - SAV-249 */
#Institucional .main .content h1 {
    font-size: 22px;
}

#Institucional .main .content h2 {
    margin-bottom: 20px;
    font-size: 15px;
    color: #777777;
    text-align: left;
}

#Institucional .main .content h2.titulo_underline {
    text-decoration: underline;
}

#Institucional .main .content p {
    margin-bottom: 20px;
    font-size: 15px;
    color: #777777;
    text-align: left;
}


@media screen and (max-width: 768px) {
    .m_socials nav li {
        float: left;
    }
}

/* IMPLEMENTAÇÃO - ENTREGAS DE LOJAS - SAV-362 - DESKTOP */

@media screen and (min-width:1024px) {
    body.localizador #localizador__list .container-content-localiza {
        display: flex;
    }

    body.localizador #localizador__list .container-content-localiza .content-localiza {
        display: flex;
        width: 100%;
        justify-content: flex-end;
    }

    body.localizador #localizador__list .list__item .list__item__endereco {
        margin-left: 10px;
        margin-right: 25px
    }

    body.localizador #localizador__list .list__item .list__item__endereco strong {
        font-weight: 700 !important;
    }

    body.localizador #localizador__list .list__item .list__item__endereco .telefone small {
        font-weight: 700 !important;
        color: #111;
    }

    body.localizador #localizador__list .list__item .list__item__endereco a {
        color: #ec0e18;
        text-decoration: underline;
        font-weight: 700;
    }

    body.localizador #localizador__list .horario_implementado {
        color: #999;
        width: 300px;
        margin-right: 10px;
    }

    body.localizador #localizador__list .horario_implementado .horario strong {
        margin-left: 4px;
    }
}


/* IMPLEMENTAÇÃO - ENTREGAS DE LOJAS - SAV-362 - MOBILE */

@media screen and (max-width: 1023px) {
    body.localizador #localizador__list .container-content-localiza {
        display: block;
    }

    body.localizador #localizador__list .container-content-localiza .content-localiza {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: flex-end;
    }

    body.localizador #localizador__list .list__item .list__item__endereco {
        margin-left: 10px;
        margin-right: 25px;
        margin-bottom: 15px;
    }

    body.localizador #localizador__list .list__item .list__item__endereco strong {
        font-weight: 700 !important;
    }

    body.localizador #localizador__list .list__item .list__item__endereco .telefone small {
        font-weight: 700 !important;
        color: #111;
    }

    body.localizador #localizador__list .list__item .list__item__endereco a {
        color: #ec0e18;
        text-decoration: underline;
        font-weight: 700;
    }

    body.localizador #localizador__list .horario_implementado {
        color: #999;
        width: 300px;
        padding-left: 48px;
    }

    body.localizador #localizador__list .horario_implementado img {
        margin-left: -29px;
        float: left;
        margin-right: 5px;
    }

    body.localizador #localizador__list .list__item .list__item__nome {
        left: 50px !important;
    }
}


body.localizador section.modal_implementado {
    display: none;
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

body.localizador .container-modal-localizacao p {
    font-size: 13px;
}

body.localizador .content_modal {
    max-width: 900px;
    margin: 10% auto 0;
    background: #fff;
    max-height: 450px;
    border-radius: 25px;
    /* padding: 10px; */
    /* padding: 0 10px 10px; */
}

body.localizador .background {
    background-image: url('/arquivos/modal_header_localizacao.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    border-radius: 10px 10px 0px 0;
    height: 70px;
    padding: 1px 40px 0;
}

body.localizador .background h3 {
    color: #fff;
}


body.localizador img.img-local-principal {
    float: left;
    margin-top: 18px;
    margin-left: -32px;
}


body.localizador .container-modal-localizacao {
    display: flex;
    justify-content: space-around;
}

body.localizador .container-first {
    width: 260px;
    padding: 10px;
    margin-left: 26px;
}

body.localizador .endereco-modal h4,
body.localizador .horario span.horario-localizar h4,
body.localizador .container-second h4,
body.localizador .container-last h4 {
    color: #555555;
    font-weight: 600;
    font-size: 16px !important;
}

body.localizador .endereco-modal p,
body.localizador .enredeco-modal span {
    color: #555555;
}

body.localizador .telefone-localiza {
    margin: 32px 0px;
}

body.localizador .telefone-localiza span {
    font-size: 14px;
    color: #555555;
}

body.localizador .container-second {
    width: 260px;
    padding: 10px;
}

body.localizador .container-last {
    width: 260px;
    padding: 10px;
}

body.localizador .img-local-modal {
    float: left;
    margin-top: -4px;
    margin-left: -30px;
    margin-right: 5px;
    width: 25px;
    height: 25px;
}

body.localizador .container-first .horario small {
    font-size: 80%;
}

body.localizador .close-modal-localizador {
    float: right;
    top: -40px;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
}

@media screen and (min-width: 679px) and (max-width: 900px) {
    body.localizador .content_modal {
        max-height: 500px;
    }
}

@media screen and (max-width: 678px) {
    body.localizador .content_modal {
        margin: 40% auto 0;
        max-width: 340px;
        max-height: 1500px;
    }

    body.localizador .container-modal-localizacao {
        display: flex;
        flex-direction: column;
    }

    body.localizador .container-second,
    body.localizador .container-last {
        margin-left: 26px;
    }

    body.localizador .list__item__link-wrapper {
        display: flex;
        justify-content: flex-end;
    }

    body#Home .main .yv-testimonial .yv-title {
        margin: 0px 0 10px;
    }

    body#Home .main .box-departments {
        margin-bottom: 30px;
    }
}

/* Aprimoramento Footer - task - SAV-377 */
#newslletter .contentNewsletter .content .row p {
    font-size: 19px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

#footer .contentFooter section h4,
#footer .contentFooter section h4 a {
    font-size: 1.0625rem;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    color: #666;
    font-weight: 600;
}

#footer .contentFooter .content .row p a.a-icone {
    cursor: auto;
}

#footer .contentFooterPayments .footerPaymentMethod p {
    font-size: 1.1875rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1.125rem;
}

@media screen and (max-width: 910px) {
    #footer .contentFooterPayments .footerPaymentMethod p {
        text-align: center;
    }
}

.product__actions .m_socials {
    display: block;
}

/* Ajustes Espaçamentos Home Atual -  SAV-403 */
#Home div#banner-meio-1 {
    margin-top: 0px;
}

#Home .banner_fornecedores,
#Home .bannerSuppliers {
    padding: 0 0 8px 0;
}

body#Home .main .yv-testimonial .yv-title {
    padding: 0px 0 24px;
}

/* [JIRA] (SAV-467) [EVO] LP Cesta Básica */
body.cestas-basicas .box-banner {
    margin-top: 196px;
}

body.cestas-basicas .box-banner img {
    width: 100%;
    height: auto;
}

body.cestas-basicas .main {
    max-width: 1190px;
    min-width: 1025px;
    position: relative;
    margin: 0 auto;
}

body.cestas-basicas .main .titulo_basico {
    margin-top: 32px;
    font-size: 26pt;
    font-weight: bold;
    margin-left: 32px;
}

body.cestas-basicas .main .subtitulo_basico {
    font-size: 16pt;
    margin-left: 32px;
}

body.cestas-basicas .main .titulo_cestas_natal {
    margin-top: 32px;
    font-size: 26pt;
    font-weight: bold;
    margin-left: 32px;
}

body.cestas-basicas .main .subtitulo_cestas_natal {
    font-size: 16pt;
    margin-left: 32px;
}

body.cestas-basicas .banner_personalize_cesta {
    background-color: #3923b4;
    padding: 25px 0px;
}

body.cestas-basicas .box_img_caixa_personalize_cesta {
    float: left;
    margin-left: 100px;
}

body.cestas-basicas .box_texto_personalize_cesta {
    float: left;
    color: #ffffff;
    width: 581px;
    font-size: 22pt;
    margin-left: 60px;
    margin-top: 50px;
}

body.cestas-basicas .main:after {
    content: "";
    display: block;
    clear: both;
}

body.cestas-basicas .titulo_personalize_cesta {
    font-weight: bold;
    font-style: italic;
}

body.cestas-basicas .titulo_personalize_cesta {
    font-weight: bold;
    font-style: italic;
}

body.cestas-basicas .mensagem_personalize_cesta {
    font-size: 18pt;
    margin-top: 20px;
}

body.cestas-basicas .box_formulario {
    float: left;
    width: 710px;
    height: auto;
    margin-top: 12px;
    margin-left: 32px;
}

body.cestas-basicas #txtNome {
    padding: 5px;
    width: 100%;
    font-size: 12pt;
    margin-top: 10px;
}

body.cestas-basicas #txtEmail {
    padding: 5px;
    width: 350px;
    font-size: 12pt;
    margin-top: 10px;
    margin-right: 10px;
}

body.cestas-basicas #txtTelefone {
    padding: 5px;
    width: 350px;
    font-size: 12pt;
    margin-top: 10px;
}

body.cestas-basicas #btnEnviar {
    padding: 5px;
    width: 175px;
    font-size: 12pt;
    margin-top: 10px;
    background-color: #3923b4;
    border: none;
    color: #ffffff;
    margin-bottom: 30px;
}

body.cestas-basicas #txtMensagem {
    padding: 5px;
    width: 100%;
    height: 80px;
    font-size: 12pt;
    margin-top: 10px;
}

body.cestas-basicas .box_informacoes {
    float: left;
    margin-top: 20px;
    margin-left: 65px;
    font-size: 18pt;
    color: #3923b4;
}

body.cestas-basicas .titulo_televendas {
    font-style: italic;
    font-weight: bold;
    font-size: 22pt;
}

body.cestas-basicas .horarios {
    font-size: 12pt;
    margin-bottom: 20px;
}

body.cestas-basicas .box_informacoes .telefone_com_icone img {
    float: left;
    width: 12px;
    height: auto;
    margin-top: 9px;
    margin-right: 9px;
}

body.cestas-basicas .colecoes_cestas_natal {
    margin-bottom: 30px;
}

body.cestas-basicas input::placeholder {
    font-size: 12pt;
}

body.cestas-basicas textarea::placeholder {
    font-size: 12pt;
}

body.cestas-basicas .banner_normal {
    display: block;
}

body.cestas-basicas .banner_tablet {
    display: none;
}

@media screen and (max-width: 1024px) {

    body.cestas-basicas .main {
        max-width: 768px;
        min-width: 768px;
    }

    body.cestas-basicas .box_texto_personalize_cesta {
        width: 100%;
        text-align: center;
        margin-left: 0px;
        margin-top: 20px;
        padding: 0px 20px;
    }

    body.cestas-basicas .box_img_caixa_personalize_cesta {
        margin: 0 auto;
        float: none;
        text-align: center;
    }

    body.cestas-basicas .box_formulario {
        width: 690px;
        float: none;
    }

    body.cestas-basicas #txtEmail {
        padding: 5px;
        width: 100%;
        font-size: 12pt;
        margin-top: 10px;
        margin-right: 10px;
    }

    body.cestas-basicas #txtTelefone {
        padding: 5px;
        width: 100%;
        font-size: 12pt;
        margin-top: 10px;
    }

    body.cestas-basicas .telefone_com_icone {
        width: 180px;
        margin: 0 auto;
    }

    body.cestas-basicas .telefone_com_icone:after {
        content: "";
        display: block;
        clear: both;
    }

    body.cestas-basicas .box_informacoes {
        float: none;
        width: auto;
        margin-top: 0;
        margin-left: 0;
        text-align: center;
        font-size: 18pt;
        color: #3923b4;
    }

    body.cestas-basicas .box_informacoes .telefone_com_icone img {
        float: left;
        width: 12px;
        height: auto;
        position: relative;
        margin-top: 9px;
        margin-right: 9px;
    }

    body.cestas-basicas .banner_normal {
        display: block;
    }

    body.cestas-basicas .banner_tablet {
        display: none;
    }

}

@media screen and (max-width: 768px) {

    body.cestas-basicas .main {
        max-width: 480px;
        min-width: 480px;
    }

    body.cestas-basicas .box-banner {
        margin-top: 127px;
    }

    body.cestas-basicas h2,
    .h2 {
        font-size: 30px;
        display: none;
    }

    body.cestas-basicas .shelf__container.n4colunas ul li {
        width: 100%;
    }

    body.cestas-basicas .main .titulo_basico {
        margin-top: 32px;
        font-size: 26pt;
        font-weight: bold;
        margin-left: 16px;
    }

    body.cestas-basicas .main .subtitulo_basico {
        font-size: 16pt;
        margin-left: 16px;
    }

    body.cestas-basicas .main .titulo_cestas_natal {
        margin-top: 32px;
        font-size: 26pt;
        font-weight: bold;
        margin-left: 16px;
    }

    body.cestas-basicas .main .subtitulo_cestas_natal {
        font-size: 16pt;
        margin-left: 16px;
    }

    body.cestas-basicas .box_formulario {
        width: 450px;
        float: none;
        height: auto;
        margin-top: 12px;
        margin-left: 16px;
    }

    body.cestas-basicas #txtEmail {
        padding: 5px;
        width: 100%;
        font-size: 12pt;
        margin-top: 10px;
        margin-right: 10px;
    }

    body.cestas-basicas #txtTelefone {
        padding: 5px;
        width: 100%;
        font-size: 12pt;
        margin-top: 10px;
    }

    body.cestas-basicas #btnEnviar {
        padding: 5px;
        width: 100%;
        font-size: 12pt;
        margin-top: 10px;
        background-color: #3923b4;
        border: none;
        color: #ffffff;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 480px) {
    body.cestas-basicas .main {
        max-width: 320px;
        min-width: 320px;
    }

    body.cestas-basicas .box_formulario {
        width: 288px;
        float: none;
        height: auto;
        margin-top: 12px;
        margin-left: 16px;
    }
}

/* .menu-departamento .search-multiple-navigator {

display: none !important;
visibility: hidden !important;
opacity: 0 !important;
}

.menu-departamento .search-single-navigator {

display: block !important;
visibility: initial !important;
opacity: 1 !important;
} */

#Institucional .container-t-servico {
    background: #e9e6e6;
    border-radius: 4px;
    display: flex;
    align-items: center;
    margin: 18px 0;
    padding: 10px 0px 0px 10px;
}

#Institucional .container-t-servico img {
    margin-right: 8px;
}

#Institucional .container-t-servico h6 {
    color: #000;
    font-weight: 600;
    font-size: 15px;
}

#Institucional .container-t-servico p.taxas {
    color: #000;
    font-size: 13px;
}

div.yv-testimonial h2.yv-title:after,
div.yv-testimonial div.yv-bootstrap button.slick-arrow {
    z-index: unset;
}



/* menu sanfonado */

.header-drop.header-drop--produtos {
    background: rgba(0, 0, 0, 0.31)
}

.header-drop__scroll .close-menu-mobile .close-menu {
    padding: 0;
    color: #fff;
    background: #CE0027;
    position: fixed;
    top: 37px;
    left: auto;
    width: 15%;
    right: 0;
    height: 49px;
    line-height: 43px;
    text-align: center
}

.header-drop__scroll ul.menu-header {
    width: 85%;
    background: #fff
}

.header-drop__scroll .sprite-general-header-link-arrow,
.header-drop__scroll .menu-header__link--drop:after {
    display: none
}

.header-drop__scroll .close-menu-mobile {
    background: #E9E9E9;
    line-height: 10px;
    display: flex;
    align-items: center;
    height: 48px
}

.header-drop__scroll .close-menu-mobile svg {
    width: 20px;
    height: 30px;
    fill: #666;
    margin-right: 5px;
    margin-left: 15px
}

.header-drop__scroll li.menu-header__item.expo-vinho-2018 a {
    background: #ff0938;
    font-size: 0
}

.header-drop.header-drop--institucional li.menu-header__item.expo-vinho-2018 a {
    background: #ff0938;
    font-size: 13px
}

.header-drop__scroll li.menu-header__item.expo-vinho-2018 a:before {
    content: 'Compre por departamento';
    font-size: 13px
}

.header-drop.header-drop--institucional li.menu-header__item.expo-vinho-2018 a:before {
    content: '';
    font-size: 0
}

.header-drop__scroll li.menu-header__item>.menu-header__drop {
    position: fixed;
    top: 135px;
    height: 100%;
    background: #fff;
    z-index: 999999;
    padding: 0;
    margin: 0;
    width: 85%
}

.header-drop__scroll a.menu-header__link.menu-header__link--drop.active {
    position: fixed;
    top: 85px;
    line-height: 50px;
    width: 85%;
    color: #fff;
    margin: 0;
    background: #ff0938;
    padding: 0;
    padding-left: 24px
}

.header-drop__scroll a.menu-header__link.menu-header__link--drop.active:before {
    content: '';
    background: red;
    display: block;
    height: 32px;
    position: fixed;
    width: 85%;
    left: 0;
    top: 37px;
    background: #e9e9e900;
    line-height: 10px;
    align-items: center;
    height: 48px
}

.header-drop__scroll .menu-header-drop {
    padding: 0
}

.header-drop__scroll .menu-header-drop li {
    padding-left: 9px
}

.header-drop__scroll .menu-header__item a.hortifruti:before {
    background: url(/arquivos/icons-new-menu2.png) -50px -10px;
    content: '';
    width: 30px;
    height: 26px;
    display: block;
    float: left;
    margin-top: -5px
}

.header-drop__scroll .menu-header__item a.bebidas:before {
    background: url(/arquivos/icons-new-menu2.png) -10px -10px;
    content: '';
    width: 30px;
    height: 26px;
    display: block;
    float: left;
    margin-top: -5px
}

.header-drop__scroll .menu-header__item a.limpeza:before {
    background: url(/arquivos/icons-new-menu2.png) -10px -53px;
    content: '';
    width: 30px;
    height: 26px;
    display: block;
    float: left;
    margin-top: -5px
}

.header-drop__scroll .menu-header__item a.carnes:before {
    background: url(/arquivos/icons-new-menu2.png) -50px -53px;
    content: '';
    width: 30px;
    height: 26px;
    display: block;
    float: left;
    margin-top: -5px
}

.header-drop__scroll .menu-header__item a.bazar-e-utilidades:before {
    background: url(/arquivos/icons-new-menu2.png) -90px -10px;
    background-size: 154px;
    content: '';
    width: 30px;
    height: 26px;
    display: block;
    float: left;
    margin-top: -5px
}

.header-drop__scroll .menu-header__item a.flores-e-plantas:before {
    background: url(/arquivos/icons-new-menu2.png) -130px -10px;
    content: '';
    width: 30px;
    height: 26px;
    display: block;
    float: left;
    margin-top: -5px
}

.header-drop.header-drop--produtos li.departament a {
    position: relative;
    display: block;
    padding: 15px;
    font-weight: 700;
    color: #000;
    font-size: 12px;
    text-transform: uppercase
}

.header-drop.header-drop--produtos .all-departament.active {
    position: absolute;
    background: #fff;
    width: 85%;
    top: 49px
}

.header-drop.header-drop--produtos .all-departament.active>li>a {
    background: #ff0938;
    color: #fff
}

.header-drop.header-drop--produtos .all-departament.active>li>a:before {
    background: rgba(0, 0, 255, 0);
    display: block;
    position: fixed;
    content: '';
    width: 85%;
    height: 48px;
    top: 37px;
    left: 0
}

.header-drop.header-drop--produtos .all-departament.active ul.active {
    display: block !important;
    position: fixed;
    background: #fff;
    width: 85%;
    top: 134px
}

.header-drop.header-drop--produtos .menu-header__item:after,
li.departament:after {
    content: '';
    background: #fff;
    display: block;
    float: left;
    width: 8px;
    height: 8px;
    position: absolute;
    left: auto;
    right: 12px;
    top: 20px;
    transform: rotate(46deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000
}

.header-drop.header-drop--produtos .menu-header__item {
    position: relative
}

.header-drop.header-drop--produtos li.departament {
    position: relative
}

.header-drop.header-drop--produtos .header-drop__scroll li.menu-header__item.expo-vinho-2018:after {
    content: '';
    border: none;
    background: none
}

.header-drop.header-drop--produtos .all-departament.active :after {
    display: none
}

.header-drop.header-drop--produtos .menu-header-drop__link--blue {
    color: #000;
    font-weight: 700
}

.header-drop.header-drop--institucional {
    background: rgba(0, 0, 0, 0.28)
}

body#Product #selo-87554 {
    background-size: 100px;
}
