.apx_widgets_worker-giftWrap{
    color: #5ac8c9;
}
.whats-button, .pulse-button {
    display: none !important;
}

.flags {
    border: none !important;
    background: none !important;
}

.produto .conteiner-imagem img {
    background: none !important;
}

.icon-youtube-play:before {
    color: #c4302b !important;
}

.produto-video a {
    color: #222;
}

.botao.principal {
    background-color: #5ac8c9 !important;
    box-shadow: 0 3px 9px -2px #5ac8c9 !important;
    border: none !important;
    border-radius: 8px !important;
    color: #fff !important;
    padding: 10px 20px !important;
}

.scrollToTop, .float-contact {
    display: none !important;
}

#cabecalho .atalhos-mobile > ul > li > a.icon-home {
    display: none !important;
}

#cabecalho .atalhos-mobile > ul .li-menu .atalho-menu {
    padding: 0 !important;
    font-size: 16px;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#cabecalho .atalhos-mobile > ul .li-menu .atalho-menu .icon-reorder {
    margin: 0;
}

@media(max-width: 768px) {
    #cabecalho .busca {
        width: 100%;
    }

    #cabecalho .atalhos-mobile > ul {
        background-image: url(https://cdn.awsli.com.br/400x300/1082/1082756/logo/e611cd7695.png);
        background-size: 180px;
        background-repeat: no-repeat;
        background-position: 25% center;
    }

    #cabecalho .atalhos-mobile > ul > li > a {
        padding: 0 !important;
    }

    #cabecalho .conteiner > .row-fluid > .span3 {
        display: none !Important
    }
}

.trustvox-certificate__fixed-seal {
    position: fixed;
    bottom: 15px;
    left: 5px;
    z-index: 999;
    width: 86px;
    height: 86px;
    background-image: url(images/opinioes-sinceras/tiny.svg)
}

.banner-unico {
    display: grid;
    grid-row-gap: 15px;
    /* grid-template-columns: 1fr; */
}

.banner-unico .part1, .banner-unico .part2 {
    display: grid;
}

.banner-unico .part1 > div > a, .banner-unico .part2 > div > a, .banner-unico .part1 > div > a > img, .banner-unico .part2 > div > a > img {
    display: block;
    width: 100%;
}

.banner-unico .part1 {
    grid-column-gap: 15px;
    grid-template-columns: 1fr max(225px);
}

.banner-unico .part2 {
    grid-column-gap: 15px;
    grid-template-columns: max(253px) 1fr;
}

.banner-unico + .banner-alpha {
    display: none !important;
}

@media(max-width: 768px) {
    .banner-unico .part1, .banner-unico .part2 {
        grid-template-columns: 1fr;
    }
}

.pagina-produto #corpo .produto .principal .info-principal-produto .codigo-produto {
    display : none;
}

.bandeiras-produto .bandeira-flag {
    background-color: #5ac8c9;
    border: none;
    border-radius: 8px;
    height: 30px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    font-weight: 500;
    font-size: 12px;
}

#cabecalho.has-tarja-topo + #fullbanner-mob + .secao-banners,
#cabecalho.has-tarja-topo + .secao-banners,
#cabecalho.has-tarja-topo + #corpo{
    margin-top: 195px;
}

#elTarjaTopo{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    grid-gap: 5px;   
}

@media(max-width: 767px){
	#cabecalho.has-tarja-topo + #fullbanner-mob
    #cabecalho.has-tarja-topo + #fullbanner-mob + .secao-banners,
    #cabecalho.has-tarja-topo + .secao-banners,
    #cabecalho.has-tarja-topo + #corpo{
        margin-top: 195px;
    }
}

.pagina-produto #corpo .produto .principal .acoes-produto{
	position: relative;
}

.pagina-produto #corpo .produto .principal .acoes-produto img.tarja-info-produto{
        float: right;
    height: 80px;
    margin: 15px 0;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 115px;
    margin-right: 30px;
}

@media(min-width: 768px){
    .secao-banners{
        max-width: 1250px;
        margin-left: auto;
        margin-right: auto;
    }
}