.listagem-item span.desconto-a-vista strong:after,
.pagina-produto .acoes-produto span.desconto-a-vista strong:after{
    content: " no PIX";
}
.listagem-item span.desconto-a-vista strong:before,
.pagina-produto .acoes-produto span.desconto-a-vista strong:before{
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    background: url(https://cdn.awsli.com.br/1950/1950161/arquivos/logo-pix-icone-1024.png) center center no-repeat;
    background-size: 18px;
    margin-top: -3px;
}
div#rodape .span4.pagamento ul.gateways-rodape {
    display: flex;
    width: auto;
    background: none;
    border: 0;
    padding: 0;
}

div#rodape .span4.pagamento ul.gateways-rodape li {
    width: auto;
    padding: 10px 10px;
    background: #fff;
    margin: 0 5px 0 0;
    border-radius: 6px;
    border: 1px solid #e9e9e9;
display: flex;align-items: center;justify-content: center;}

div#rodape .span4.pagamento ul.gateways-rodape li img {
    width: 80px;
}

@media(min-width:767px){
    .menu.superior .nivel-um>.categoria-id-offer {order: 10;}
	.menu.superior .nivel-um>li.all-categories .nivel-dois {
        width: 340px;
    }
    .menu.superior .nivel-um>li.all-categories .nivel-dois ul.nivel-dois {
        min-width: auto !IMPORTANT;
        width: 100%;
        border: 0;
        display: block !IMPORTANT;
        position: static;
    }
    .menu.superior .nivel-um>li.all-categories .nivel-dois ul.nivel-dois .titulo_categoria_principal {
        display: none;
    }
    .menu.superior .nivel-um>li.all-categories .nivel-dois ul.nivel-dois .wrap_categorias {
        display: block !IMPORTANT;
        padding: 0 0 0 20px;
        border: 0;
        max-height: initial;
    }
    .menu.superior .nivel-um>li.all-categories ul i {
        display: none !IMPORTANT;
    }
    .menu.superior .nivel-um>li.all-categories .nivel-dois .wrap_categorias {
        width: 100%;
        padding: 10px 30px;
        box-sizing: border-box;
    }
    .menu.superior .nivel-um>li.all-categories .nivel-dois .wrap_categorias * {
        white-space: normal;
    }
    .menu.superior .nivel-um>li.all-categories .nivel-dois .wrap_categorias strong.titulo {
        margin: 5px 0;
        font-weight: 600;
    color: #333 !IMPORTANT;}
    .menu.superior .nivel-um>li.all-categories .nivel-dois .wrap_categorias .nivel-dois a {
        margin: 3px 0;
        color:#333 !Important;
    }
}

@media(min-width: 767px) {
    .conteudo-topo .busca.borda-alpha {
        border: 1px solid;
        padding-left: 15px;
        border-color: #ddd !IMPORTANT;
        color: #333 !IMPORTANT;
    border-radius: 4px;}

    .conteudo-topo .busca.borda-alpha input {
        color: #333 !IMPORTANT;
    }

    .conteudo-topo .busca.borda-alpha input#auto-complete::placeholder {
        color: #333 !IMPORTANT;
    }
    .menu.superior .nivel-um>li.all-categories .nivel-dois {
    	width: 340px;
    }
    .menu.superior .nivel-um>li.all-categories .nivel-dois ul.nivel-dois {
        min-width: auto !IMPORTANT;
        width: 100%;
        border: 0;
        display: block !IMPORTANT;
        position: static;
    }
    .menu.superior .nivel-um>li.all-categories .nivel-dois ul.nivel-dois .titulo_categoria_principal {
        display: none;
    }
    .menu.superior .nivel-um>li.all-categories .nivel-dois ul.nivel-dois .wrap_categorias {
        display: block !IMPORTANT;
        padding: 0 0 0 20px;
        border: 0;
        max-height: initial;
    }
    .menu.superior .nivel-um>li.all-categories ul i {
        display: none !IMPORTANT;
    }
    .menu.superior .nivel-um>li.all-categories .nivel-dois .wrap_categorias {
        width: 100%;
        padding: 10px 30px;
        box-sizing: border-box;
    }
    .menu.superior .nivel-um>li.all-categories .nivel-dois .wrap_categorias * {
        white-space: normal;
    }
    .menu.superior .nivel-um>li.all-categories .nivel-dois .wrap_categorias strong.titulo {
        margin: 5px 0;
        font-weight: 600;
    color: #333 !IMPORTANT;}
    .menu.superior .nivel-um>li.all-categories .nivel-dois .wrap_categorias .nivel-dois a {
        margin: 3px 0;
        color:#333 !Important;
    }
}

@media(max-width: 767px) {
    .conteudo-topo .busca.borda-alpha {
        padding: 0;
    }

    .conteudo-topo .busca.borda-alpha input#auto-complete {
        padding: 10px !IMPORTANT;
        border: 1px solid #ddd !IMPORTANT;
    border-radius: 4px;}

    .busca-fixa div#cabecalho .span8.busca-mobile .busca {
        top: 42px;
    }

    .busca-fixa div#cabecalho .span8.busca-mobile .busca button.botao {
        top: 3px;
    }
    div#cabecalho .logo img {max-width: 220px;}
}

/*modal*/
.custom-modal-themes {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999999;
    transition: all 0.6s;
    opacity: 0;
    visibility: hidden;
}

.custom-modal-themes .custom-modal-themes__backdrop {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 48%);
}

.custom-modal-themes .custom-modal-themes__content {
    position: relative;
    z-index: 9;
    background: #34495e;
    width: 600px;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
    font-size: 22px;
    color: #fff;
    transition: all 0.6s;
}

.custom-modal-themes .custom-modal-themes__content .custom-modal-themes__header {
    padding: 19px;
    background: #ffa500;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
}

.custom-modal-themes .custom-modal-themes__content .custom-modal-themes__main {
    padding: 25px 40px;
}

.custom-modal-themes .custom-modal-themes__content .custom-modal-themes__footer {
    padding: 2px 30px 40px 30px;
}

.custom-modal-themes .custom-modal-themes__content .custom-modal-themes__footer a {
    display: block;
    padding: 17px 0 17px 0;
    text-decoration: none;
    background: #ffa500;
    color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    width: 90%;
    margin: 0 auto;
    transition: all 0.3s;
}

.custom-modal-themes .custom-modal-themes__main .custom-modal-themes__title {
    font-size: 17px;
    margin: 0 0 20px 0;
}

.custom-modal-themes .custom-modal-themes__main .custom-modal-themes__content-price {
    display: flex;
    justify-content: center;
    padding: 0px 0 15px 0;
    align-items: center;
}

.custom-modal-themes .custom-modal-themes__main .custom-modal-themes__content-price .custom-modal-themes__price {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 0 0 25px;
    align-items: flex-start;
}

.custom-modal-themes .custom-modal-themes__main .custom-modal-themes__content-price .custom-modal-themes__price .custom-modal-themes__price-new strong {
    font-size: 35px;
    font-weight: 600;
}

.custom-modal-themes .custom-modal-themes__content .custom-modal-themes__main .custom-modal-themes__coupon {
    display: table;
    margin: 30px auto 35px;
    border: 2px dashed #ffa500;
    cursor: pointer;
}

.custom-modal-themes .custom-modal-themes__main .custom-modal-themes__content-price .custom-modal-themes__price .custom-modal-themes__price-old strong {
    text-decoration: line-through;
}

.custom-modal-themes .custom-modal-themes__content .custom-modal-themes__footer a:hover {
    opacity: 0.7;
}

.custom-modal-themes .custom-modal-themes__content .custom-modal-themes__header .custom-modal-themes__close svg {
    fill: #fff !IMPORTANT;
    width: 35px;
}

.custom-modal-themes .custom-modal-themes__content .custom-modal-themes__header .custom-modal-themes__close {
    width: 40px;
    height: 51px;
    position: absolute;
    right: 15px;
    top: 5px;
    cursor: pointer;
}

.custom-modal-themes.active {
    opacity: 1;
    visibility: visible;
}

.custom-modal-themes .custom-modal-themes__content {
    transform: scale(0.75);
}

.custom-modal-themes.active .custom-modal-themes__content {
    transform: none;
}

.custom-modal-themes .custom-modal-themes__content .custom-modal-themes__main .custom-modal-themes__coupon input {
    margin: 0 !IMPORTANT;
    background: none;
    border: 0;
    font-size: 28px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    line-height: normal;
    height: auto;
    padding: 15px 45px;
    width: 350px;
    outline: none !IMPORTANT;
    box-shadow: none !IMPORTANT;
    text-shadow: none !important;
}

.custom-modal-themes .custom-modal-themes__content .custom-modal-themes__main .custom-modal-themes__coupon.active:after {
    content: "Cupom copiado!";
    position: absolute;
    right: -115px;
    width: 100px;
    text-align: left;
    font-size: 19px;
    top: 7px;
}

.custom-modal-themes .custom-modal-themes__content .custom-modal-themes__main .custom-modal-themes__coupon {
    position: relative;
}

.custom-modal-themes .custom-modal-themes__main .custom-modal-themes__content-price svg.svg-icon {
    width: 75px;
    height: 75px;
    fill: #fff;
}

.button-modal-themes {
    display: flex;
    flex-direction: column;
    width: 180px;
    position: fixed;
    background: #000;
    z-index: 9999;
    color: #fff;
    box-sizing: border-box;
    bottom: 190px;
    left: 24px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.button-modal-themes>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-modal-themes>div svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-right: 6px;
}

.button-modal-themes>div p {
    margin: 0;
    font-size: 10px;
}

.button-modal-themes .button-modal-themes__last {
    background: red;
    padding: 7px 10px;
}

.button-modal-themes .button-modal-themes__first {
    padding: 8px 10px;
}

.button-modal-themes {
    animation: wiggle 2s linear infinite;
}

.button-modal-themes {
    transform-origin: 50% 5em;
}

@keyframes wiggle {
    0%, 7% {
        transform: rotateZ(0);
    }

    15% {
        transform: rotateZ(-15deg);
    }

    20% {
        transform: rotateZ(10deg);
    }

    25% {
        transform: rotateZ(-10deg);
    }

    30% {
        transform: rotateZ(6deg);
    }

    35% {
        transform: rotateZ(-4deg);
    }

    40%, 100% {
        transform: rotateZ(0);
    }
}

@media(max-width: 767px) {
    .custom-modal-themes.active .custom-modal-themes__content {
        width: 90%;
        max-width: 500px;
    }

    .custom-modal-themes .custom-modal-themes__content .custom-modal-themes__main {
        padding: 25px 10px;
    }

    .custom-modal-themes .custom-modal-themes__content .custom-modal-themes__main .custom-modal-themes__coupon:after {
        width: auto;
        left: 0;
        right: initial;
    }

    .custom-modal-themes .custom-modal-themes__content .custom-modal-themes__main .custom-modal-themes__coupon input {
        max-width: 264px;
        padding: 13px 5px;
    }

    .custom-modal-themes .custom-modal-themes__main .custom-modal-themes__content-price .custom-modal-themes__price .custom-modal-themes__price-new strong {
        font-size: 30px;
    }

    .custom-modal-themes .custom-modal-themes__main .custom-modal-themes__content-price .custom-modal-themes__price .custom-modal-themes__price-old strong {
        font-size: 22px;
    }

    .custom-modal-themes .custom-modal-themes__content .custom-modal-themes__footer a {
        width: 100%;
    }

    .custom-modal-themes .custom-modal-themes__content .custom-modal-themes__main .custom-modal-themes__coupon:after {
        width: 100% !IMPORTANT;
        display: table !IMPORTANT;
        bottom: -25px;
        top: initial !IMPORTANT;
        text-align: center !IMPORTANT;
        font-size: 14px !IMPORTANT;
    }
}

:root {
    
 
     --categoria-ofertas: url(https://cdn.awsli.com.br/1950/1950161/arquivos/time-left.png);
 }
 
     
 
 /*Ignore o codigo abaixo*/
 .menu.superior .nivel-um>li:nth-child(1)>a:before{content:"";background:var(--categoria-1)}.menu.superior .nivel-um>li:nth-child(2)>a:before{content:"";background:var(--categoria-2)}.menu.superior .nivel-um>li:nth-child(3)>a:before{content:"";background:var(--categoria-3)}.menu.superior .nivel-um>li:nth-child(4)>a:before{content:"";background:var(--categoria-4)}.menu.superior .nivel-um>li:nth-child(5)>a:before{content:"";background:var(--categoria-5)}.menu.superior .nivel-um>li:nth-child(6)>a:before{content:"";background:var(--categoria-6)}.menu.superior .nivel-um>li:nth-child(7)>a:before{content:"";background:var(--categoria-7)}.menu.superior .nivel-um>li:nth-child(8)>a:before{content:"";background:var(--categoria-8)}.menu.superior .nivel-um>li:nth-child(9)>a:before{content:"";background:var(--categoria-9)}.menu.superior .nivel-um>li:nth-child(10)>a:before{content:"";background:var(--categoria-10)}.menu.superior .nivel-um>li:nth-child(11)>a:before{content:"";background:var(--categoria-11)}.menu.superior .nivel-um>li:nth-child(12)>a:before{content:"";background:var(--categoria-12)}.menu.superior .nivel-um>li.categoria-id-offer>a:before{content:"";background:var(--categoria-ofertas)}
    
    

div#rodape .span4.pagamento ul.gateways-rodape {
    display: flex;
    width: auto;
    background: none;
    border: 0;
    padding: 0;
}

div#rodape .span4.pagamento ul.gateways-rodape li {
    width: auto;
    padding: 10px 10px;
    background: #fff;
    margin: 0 5px 0 0;
    border-radius: 6px;
    border: 1px solid #e9e9e9;
display: flex;align-items: center;justify-content: center;}

div#rodape .span4.pagamento ul.gateways-rodape li img {
    width: 80px;
}
    
@media(min-width: 767px) {
    .conteudo-topo .busca.borda-alpha {
        border: 1px solid;
        padding-left: 15px;
        border-color: #ddd !IMPORTANT;
        color: #333 !IMPORTANT;
    border-radius: 4px;}

    .conteudo-topo .busca.borda-alpha input {
        color: #333 !IMPORTANT;
    }

    .conteudo-topo .busca.borda-alpha input#auto-complete::placeholder {
        color: #333 !IMPORTANT;
    }
    .menu.superior .nivel-um>li.all-categories .nivel-dois {
    	width: 340px;
    }
    .menu.superior .nivel-um>li.all-categories .nivel-dois ul.nivel-dois {
        min-width: auto !IMPORTANT;
        width: 100%;
        border: 0;
        display: block !IMPORTANT;
        position: static;
    }
    .menu.superior .nivel-um>li.all-categories .nivel-dois ul.nivel-dois .titulo_categoria_principal {
        display: none;
    }
    .menu.superior .nivel-um>li.all-categories .nivel-dois ul.nivel-dois .wrap_categorias {
        display: block !IMPORTANT;
        padding: 0 0 0 20px;
        border: 0;
        max-height: initial;
    }
    .menu.superior .nivel-um>li.all-categories ul i {
        display: none !IMPORTANT;
    }
    .menu.superior .nivel-um>li.all-categories .nivel-dois .wrap_categorias {
        width: 100%;
        padding: 10px 30px;
        box-sizing: border-box;
    }
    .menu.superior .nivel-um>li.all-categories .nivel-dois .wrap_categorias * {
        white-space: normal;
    }
    .menu.superior .nivel-um>li.all-categories .nivel-dois .wrap_categorias strong.titulo {
        margin: 5px 0;
        font-weight: 600;
    color: #333 !IMPORTANT;}
    .menu.superior .nivel-um>li.all-categories .nivel-dois .wrap_categorias .nivel-dois a {
        margin: 3px 0;
        color:#333 !Important;
    }
}

@media(max-width: 767px) {
    .conteudo-topo .busca.borda-alpha {
        padding: 0;
    }

    .conteudo-topo .busca.borda-alpha input#auto-complete {
        padding: 10px !IMPORTANT;
        border: 1px solid #ddd !IMPORTANT;
    border-radius: 4px;}

    .busca-fixa div#cabecalho .span8.busca-mobile .busca {
        top: 42px;
    }

    .busca-fixa div#cabecalho .span8.busca-mobile .busca button.botao {
        top: 3px;
    }
    div#cabecalho .logo img {max-width: 220px;}
}