/* Departamento */
body .sidebar.sidebar-fixed.active {
    z-index: 6003;
}

/* Home */
body .e-blackfriday {
    z-index: 99999;
}

body .e-blackfriday__center {
    z-index: 999999;
}

body .e-blackfriday .e-modal-button {
    z-index: 99;
}

body .e-blackfriday__overlay {
    z-index: 9999;
}

/* Produto */
body .biggy-autocomplete__overlay.is--fixed-frete {
    opacity: 1;
    visibility: visible;
    z-index: 999999999;
}

body #calculoFrete .footer {
    z-index: 989;
}

body #calculoFrete .btnFreteSimulacao {
    z-index: 9999;
}

/* Flag */
html body p.flag.porcategoria-black-friday {
    background: url(/arquivos/puket.promo-figure.png) no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    display: none;
}

html body p.flag.porcategoria-black-friday:before {
    content: 'Black';
}

html body .cart__body .product__image>a:before {
    background: inherit;
}