@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

body {
    font-family: "Inter", sans-serif !important;
}

.row-fluid.banner.hidden-phone{
    display:none;
}

.box-tarja{
          max-width:100% !important;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    padding-bottom: 19px !important;
    padding-top: 10px !important;
    margin: 7px auto 0px;
    margin-left: 5px;
}

.bock-tar{
        width:25%;
}

.bock-tar img{
    float: left;
    margin-right: 16px;
        width: 65px;
}

.bock-tar span{
      font-size: 15px;
    text-align: left;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    font-weight: 600;
    align-items: center;
    height: 65px;
    color: #343434;
    width: 120px;
}


.box-footer{
    display: block !important;
    float: left;
    width: 63%;
}

#rodape .institucional>.conteiner>.row-fluid>div>.row-fluid>.span4 {
    width: 31% !important;
    margin: 0;
}

.col-md-3.box-footer-bo1{
    float: left;
    display: block;
    width: 33%;
}

.box-footer-bo1 h3{
    color: #64acd6;
    font-size: 21px;
    font-weight: 800;
}

.full.menu li.categoria-marcas strong.titulo.cor-secundaria:before {content: "Fornecedores";font-size: 16px;}
.full.menu li.categoria-marcas strong.titulo.cor-secundaria {font-size: 0px !important;}
.full.menu .conteiner .nivel-um {flex-direction: row;}

.full.menu .conteiner .nivel-um li:nth-child(1) {order: 3;}
.full.menu .conteiner .nivel-um li:nth-child(2) {order: 0;}
.full.menu .conteiner .nivel-um li:nth-child(3) {order: 1;}
.full.menu .conteiner .nivel-um li:nth-child(4) {order: 4;}
.full.menu .conteiner .nivel-um li:nth-child(5) {order: 5;}
.full.menu .conteiner .nivel-um li:nth-child(6) {order: 6;}

#rodape .span4.links-rodape.links-rodape-categorias {display: none;}
#rodape .span4.selos {text-align: center;}

#rodape .selos li {float: none;}
#rodape .span4.selos {text-align: center;width: 100%;display: flex;align-items: center;justify-content: center;}
#rodape .pagamento-selos .titulo {margin-right: 20px;}
#rodape .pagamento-selos {padding-top: 10px;}

#cabecalho .actions>li>a .icon {display: none;}
#cabecalho li.action-item > a:before {content: "";width: 32px;height: 32px;display: block;}

#cabecalho li.action-item.support > a:before {background-image: url(https://cdn.awsli.com.br/2378/2378093/arquivos/icon-speech-bubble.png);transition:all 0.3s ease;}
#cabecalho li.action-item.support > a:hover:before {background-image: url(https://cdn.awsli.com.br/2378/2378093/arquivos/icon-speech-bubble-hover.png);transition:all 0.3s ease;}

#cabecalho li.action-item.account > a:before {background-image: url(https://cdn.awsli.com.br/2378/2378093/arquivos/icon-user.png);transition:all 0.3s ease;}
#cabecalho li.action-item.account > a:hover:before {background-image: url(https://cdn.awsli.com.br/2378/2378093/arquivos/icon-user-hover.png);transition:all 0.3s ease;}

#cabecalho li.action-item.favoritos > a:before {background-image: url(https://cdn.awsli.com.br/2378/2378093/arquivos/icon-like.png);transition:all 0.3s ease;}
#cabecalho li.action-item.favoritos > a:hover:before {background-image: url(https://cdn.awsli.com.br/2378/2378093/arquivos/icon-like-hover.png);transition:all 0.3s ease;}

#cabecalho li.action-item.cart > a:before {background-image: url(https://cdn.awsli.com.br/2378/2378093/arquivos/icon-shopping-cart.png);transition:all 0.3s ease;}
#cabecalho li.action-item.cart > a:hover:before {background-image: url(https://cdn.awsli.com.br/2378/2378093/arquivos/icon-shopping-cart-hover.png);transition:all 0.3s ease;}

li.categoria-marcas ul.nivel-dois li:last-child {display: none;}

.bak-atendimento{
    background-color: #293575;
    color: #fff;
    padding:0px 0px 14px;
    font-size: 12px;
}

#listagemProdutos.listagem .titulo-categoria:after, #listagemProdutos.listagem>.titulo:after, .listagem.aproveite-tambem .titulo-categoria:after, .listagem.aproveite-tambem>.titulo:after{
    display:none !important;
}

.box-txt a{
    color: #fff;
}

.txt-center{
        text-align:center;
}

.txt-right{
        text-align: right;
}

.txt-aj-tel-topo {
    text-align: center;
    padding-left: 30px;
}

.full.menu .conteiner .nivel-um>li>a>.titulo {
    color: #293575;
    font-size: 16px;
    text-transform: uppercase;
    /* font-family: Lato; */
    font-weight: 800;
    transition: all .2s ease-out;
    line-height: normal;
    font-family:"Inter", sans-serif !important;
}

.full.menu {
    background: #fff;
    flex: 1;
    border-top: none;
    height: 48px;
    box-shadow: none;
    padding-top: 9px;
}

.full.menu .conteiner .categoria-marcas {
    background-color: transparent;
}

.full.menu .conteiner .nivel-um>li:hover>a>.titulo {
    color: #64acd6;
    opacity: 1;
}

#cabecalho li.action-item > a:before {
    content: "";
    width: 46px;
    height: 47px;
    display: block;
    background-repeat: no-repeat;
        float: left;
}

#cabecalho li.action-item.cart > a:before {
    background-image: url(https://cdn.awsli.com.br/2378/2378093/arquivos/icon_cart.png);
    transition: all 0.3s ease;
}

#cabecalho li.action-item.cart > a:hover:before {
    background-image: url(https://cdn.awsli.com.br/2378/2378093/arquivos/icon_cart.png);
    transition: all 0.3s ease;
}

#cabecalho li.action-item.favoritos > a:before {
    background-image: url(https://cdn.awsli.com.br/2378/2378093/arquivos/icon_pedidos.png);
    transition: all 0.3s ease;
}

#cabecalho li.action-item.favoritos > a:hover:before {
     background-image: url(https://cdn.awsli.com.br/2378/2378093/arquivos/icon_pedidos.png);
    transition: all 0.3s ease;
}

#cabecalho li.action-item.account > a:before {
    background-image: url(https://cdn.awsli.com.br/2378/2378093/arquivos/icon_user.png);
    transition: all 0.3s ease;
}

#cabecalho li.action-item.account > a:hover:before {
    background-image: url(https://cdn.awsli.com.br/2378/2378093/arquivos/icon_user.png);
    transition: all 0.3s ease;
}


#cabecalho .actions>li {
    max-width: 46px;
}

#cabecalho .carrinho .qtd-carrinho{
    display:none !important;
}

#cabecalho .actions>li.cart>a .wrap {
    display: block;
    float: left;
    width: 71px;
}

#cabecalho .actions>li.cart>a .wrap h3 {
    display: block;
    font-size: 13px;
    line-height: 17px;
    padding-left: 8px;
    color: #2c2c2c;
    font-weight:400;
}

#cabecalho .actions>li {
    max-width: 122px;
}

#cabecalho .actions{
    max-width: 497px;
}

.txt-inf{
        width: 69px;
    margin-left: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    color: #2c2c2c;
        font-weight: 400;
    font-size: 13px;
}

.action-item.account .txt-inf{
       margin-left: -5px;
    padding-top: 3px;
}

.action-item.account{
        margin-right: 12px;
}

.action-item.favoritos .txt-inf{
    max-width: 85px !important;
    margin-left: 7px;
    margin-right: 3px;
    width: 56px;
}

.action-item.support{
    display:none;
}

.action-item.favoritos{
        margin-left: 18px !important;
}

ul.account-list li .txt-inf{
    display:none;
}

#cabecalho .busca input, #cabecalho .busca input:focus {
    background: #fff;
    height: 45px;
    box-sizing: border-box;
    border: 1px #64acd6 solid !important;
    width: 100%;
    border-radius: 7px;
    padding: 0 16px;
    color: #3b3b3b;
    border: solid 1px transparent;
    font-size: 15px;
    font-weight: 400;
    outline: 0;
    box-shadow: none;
}

#cabecalho .busca .botao {
    background: 0 0;
    color: #293575;
    height: 45px;
    border: none;
    font-size: 25px;
    font-weight: 400;
}

.support-items ul.contact,.support-items .office-hours{
    display:none;
}

li.licontato a{
    background-color: #64acd6;
    color: #fff !important;
    text-align: center !important;
    font-size: 13px !important;
    border-radius: 7px;
    padding: 10px 0px;
    width: 100% !important;
    max-width: 100%;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
        height: 40px;
}

li.licontato a:before{
 display:none !important;
}

#cabecalho .conteudo-topo .inferior .span4 {
    min-width: 316px;
    width: 58%;
}

.action-item.licontato{
    max-width: 120px !important;
    width: 120px !important;
    margin-right: 15px !important;
}

#cabecalho.fixed .bak-atendimento{
     display:none !important;
}

.row-fluid.banner.cheio{
    width: 100%;
    margin: 42px auto 0px;
    border-radius: 10px;
    overflow: hidden;
}

.pagina-inicial .secao-banners>.conteiner {
    max-width: 1274px;
    padding: 10px 20px;
}


.banner.mini-banner li{
        border-radius: 10px;
    overflow: hidden;
}

#corpo .conteiner>.marcas strong {
    color: #293575;
    text-transform: none;
    font-size: 26px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    text-align: left;
    display: block;
    position: relative;
    padding: 20px 0;
    text-align: center;
}

#corpo .conteiner>.marcas strong:after{
    display:none !important;
}


.listagem.com-caixa .listagem-item{
        border: 1px #64acd6 solid !important;
    border-radius: 10px;
}

.listagem .listagem-item .nome-produto {
    color: #232323 !important;
    font-weight: 800 !important;
    font-size: 14px !important;
    padding: 0px 11px !important;
}

.listagem-item .acoes-produto{
    opacity: 1 !important;
}

#listagemProdutos.listagem .listagem-item .acoes-produto .botao-comprar{
    background-color: #293575 !important;
}

#listagemProdutos.listagem .listagem-item .acoes-produto{
        width: 53%;
}

.row-fluid #listagemProdutos [class*="span"]:first-child {
    margin-left:6px;
}

.row-fluid #listagemProdutos .span3 {
    width: 24%;
    margin-bottom: 11px !important;
}

#banner-central .banner_central{
    display:none;
}

#listagemProdutos.listagem .listagem-item .acoes-produto {
    width: 53%;
    margin: 0px auto;
}


#listagemProdutos.listagem .titulo-categoria strong, #listagemProdutos.listagem>.titulo, .listagem.aproveite-tambem .titulo-categoria strong, .listagem.aproveite-tambem>.titulo {
    color: #293575;
    text-transform: none;
    font-size: 26px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    text-align: left;
    display: block;
    position: relative;
    padding: 20px 0;
    text-align: center;
}

.a-marca,#video{
    display:none;
}

.pagina-inicial .secao-secundaria{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #293575;
    margin-top: -52px;
    float: left;
    margin-bottom: 52px;
}

.box-txt-40{
    padding: 0px 152px 0px 53px;
    color: #fff;
        flex: 50;
}

.box-vide-40{
        flex: 72;
}

.marcas {
    position: relative;
    clear: both;
}

.box-txt-40 h3{
    line-height: 36px;
    font-size: 38px;
    margin-bottom: 19px;
}

.box-txt-40 p{
    font-size:14px;
}

.box-vide-40 iframe{
        float: right;
        width: 100%;
}

.marcas{
        padding-top: 17px;
}

.menu .nivel-dois a {
    line-height: 28px;
}

.full.menu .conteiner .nivel-dois.background-image {
    padding-top: 13px;
    padding-bottom: 0px;
    min-height: 411px;
}

.full.menu .conteiner .nivel-dois.background-image li:last-child a{
        background-color: #293575;
    width: 101px;
    text-align: center;
    color: #fff;
    margin-top: 7px;
    border-radius: 4px;
}


.full.menu .conteiner .nivel-um>li:after {
    content: '';
    width: 2px;
    height: 14px;
    background-color: #293575;
    float: left;
    margin-right: -45px;
    margin-left: 45px;
}

.full.menu .conteiner .nivel-um>li:last-child:after {
    display:none;
}

.box-tarja .bock-tar:last-child{
        width: 16%;
}

.full.menu .conteiner .nivel-um>li:last-child:after {
    display:none;
}

.full.menu .conteiner .nivel-dois.background-image .nivel-tres li:last-child a{
        background-color: transparent;
    width: auto;
    text-align: left;
    color: #9f9f9f;
    margin-top: 0px;
    border-radius: 0px;
}

.full.menu .conteiner .nivel-dois i {
    top: -4px;
}



.pagina-categoria .row-fluid #listagemProdutos [class*="span"]:first-child {
    margin-left: 0px;
}

.pagina-categoria .row-fluid #listagemProdutos .span3 {
    width: 23%;
    margin-bottom: 11px !important;
    margin: 0px 6px -14px !important;
}

.secao-secundaria{
    display:none;
}

.pagina-inicial .secao-secundaria{
     display:flex;
}

#rodape .lista-redes:last-child{
    display:none;
}

.txt-right {
    text-align: right;
    width: 296px;
}

.box-footer-bo1 ul{
    margin: 0px;
}

.links-rodape.links-rodape-paginas{
    display:none;
}

.links-rodape-atendimento .titulo{
        color: #64acd6 !important;
    font-size: 21px !important;
    font-weight: 800 !important;
}

#rodape .institucional li a {
    transition: all .2s ease-out;
    position: relative;
    text-transform: none;
    color: #212121 !important;
}

#rodape .institucional li a b{
    text-transform: none;
    color: #212121 !important;
        font-weight: 400;
}

#rodape .links-rodape-atendimento .office-hours p{
     color: #212121 !important;
}

#rodape .links-rodape-atendimento .office-hours p b{
     color: #212121 !important;
}

#rodape .institucional {
   
    padding-top: 25px;
    padding-top: 0px;
    background-color: #fff;
        box-shadow: none;
}

#rodape .institucional .span9{
    border-top: 2px #dad9d9 solid;
        padding-top: 21px;
}

.newsletter-rodape{
    display:none;
}


.newsletter-cadastro .botao {
    border-radius: 5px;
    background: 0 0;
    border: none;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    background: #293575 !important;
}

.newsletter-cadastro label {
    display: block;
    margin-bottom: 2px;
    color: #303030 !important;
}

.fundo-secundario, .fundo-secundario *, .fundo-secundario :hover, .fundo-secundario.botao:hover, .fundo-secundario:hover{
    color: none !important;
}

#rodape .institucional a, #rodape .institucional p{
        color: #212121 !important;
}

#rodape .institucional input[type="text"]{
        padding: 7px 6px;
}

.office-mapa p b{
     color: #212121 !important;
         font-weight: 400;
}

#rodape .links-rodape-atendimento .office-mapa{
       padding-right: 10px; 
}

.office-mapa p b {
    color: #212121 !important;
    font-weight: 400;
}

.box-footer-bo1:hover h3{
        color: #64acd6 !important;
}

#rodape .institucional .links-rodape-paginas .titulo, #rodape .institucional .links-rodape-atendimento .titulo{
    display:none;
}

.links-rodape-atendimento .img-logo{
        margin-bottom: 20px;
}

.links-rodape-atendimento .img-logo img{
        width: 190px;
}    


#strodape:after{
    width: 238px;
    height: 108px;
    float: left;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    content: '';
    background: url(https://cdn.awsli.com.br/2378/2378093/arquivos/abspk.png);
    margin-top: -43px;
}


@media (max-width: 1276){
    .box-tarja {
        max-width: 1192px !important;
    }
    
    .bak-atendimento .span4 {
        width: 350px;
    }
}

@media (max-width: 1269){
    .bak-atendimento .span4 {
        width: 356px;
    }
}


@media (max-width: 1220px){
    .bak-atendimento .span4 {
        width: 329px;
    }
}




@media (max-width: 1199px){
#cabecalho .conteudo-topo .inferior .span4 {
    min-width: 316px;
    width: 63%;
}

.action-item.favoritos {
    margin-left: 3px !important;
}

   .bak-atendimento .span4 {
        width: 311px;
        float: left;
    }
    
    .full.menu .conteiner .nivel-um>li:after {
        margin-right: -55px;
        margin-left: 28px;
    }
    
    .box-tarja .bock-tar:last-child {
    width: 18%;
}

    .box-tarja .bock-tar:first-child {
        width: 23%;
        margin-left: 28px;
    }
    
    .box-tarja .bock-tar:last-child {
    width: 21%;
}
}

@media (max-width: 1000px){
    #cabecalho .conteudo-topo .inferior .span4 {
        min-width: 316px;
        width: 67%;
    }
}

@media (max-width: 991px){
    .txt-inf{
        display:none;
    }
    
    #cabecalho .actions>li.cart>a .wrap h3{
        display:none;
    }
    
    #cabecalho .actions>li {
        max-width: 47px;
    }
    
    #cabecalho .conteudo-topo .inferior .span4{
            width: 46%;
        float: right;
    }
    
    .box-txt-40 {
        padding: 0px 22px 0px 31px;
    }
    
    .bak-atendimento .span4 {
        width: 237px;
    }
    
    .full.menu .conteiner .nivel-um>li:after {
        margin-right: -46px;
        margin-left: 22px;
    }
    
    .bock-tar span {
        font-size: 14px;
        width: 126px !important;
            height: 45px;
    }
    
    .bock-tar img {
        width: 45px;
    }
    
    #rodape .institucional>.conteiner>.row-fluid>div>.row-fluid>.span4 {
    width: 52% !important;
    }
    
    .col-md-3.box-footer-bo1 {
        float: left;
        display: block;
        width: 48%;
    }
    .col-md-3.box-footer-bo1:last-child{
        clear: both;
    }
    
    #strodape:after {
        width: 188px;
        height: 87px;
        float: left;
        background-repeat: no-repeat !important;
        background-size: 100% !important;
        content: '';
        background: url(https://cdn.awsli.com.br/2378/2378093/arquivos/abspk.png);
        margin-top: 1px;
    }
}

@media (max-width: 874px){

    .full.menu .conteiner .nivel-um>li:after {
        margin-right: -46px;
        margin-left: 14px;
    }
}

@media (max-width: 874px){
    .full.menu .conteiner .nivel-um>li:after {
        margin-right: -46px;
        margin-left: 9px;
    }
}

@media (max-width: 768px){
    .bak-atendimento{
        display:none;
    }
    
    .bock-tar img {
    margin-right: 0px;
    }
    
    .pagina-categoria .row-fluid #listagemProdutos .span3 {
        width: 47%;
    }
    
    #cn-banner-tarja-mobile{
        display:none !important;
    }
    
    .box-tarja {
        max-width: 100% !important;
            display: block;
            align-content: center;
            /* justify-content: center; */
            /* align-items: center; */
            padding-bottom: 13px !important;
            padding-top: 0px !important;
            margin: 0px auto 0px;
            /* width: 28%; */
            float: left;
    }
    
    .bock-tar span {
        font-size: 13px;
        text-align: left;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        font-weight: 600;
        align-items: center;
        height: 53px;
        color: #343434;
        width: 53%;
        margin-bottom: 5px;
    }
    
    .box-tarja {
    max-width: 100% !important;
    width: 100%;
    }
    
    .bock-tar {
    width: 50%;
    float: left;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

    .bock-tar span {
        font-size: 13px;
        text-align: left;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: flex-start;
        font-weight: 600;
        height: 53px;
        color: #343434;
        margin-bottom: 5px;
        padding-top: 12px;
            width: 100% !important;
        text-align: center !important;
    }
    
    .col-md-3.box-footer-bo1 {
        float: left;
        display: block;
        width: 100%;
    }
    
    .newsletter-cadastro .botao {
        clear: both;
        display: block;
        margin: 0px auto;
        width: 219px;
    }
    
    #rodape .institucional input[type="text"] {
        padding: 7px 6px;
        text-align: center;
    }
    
    .box-tarja .bock-tar:last-child {
        width: 50%;
    }
    
    .box-tarja .bock-tar:first-child {
        width: 50%;
        margin-left: 0px;
    }
    
    #strodape:after {
        width: 100%;
        height: 87px;
        float: left;
        background-repeat: no-repeat !important;
        background-size: 192px !important;
        content: '';
        background: url(https://cdn.awsli.com.br/2378/2378093/arquivos/abspk.png);
        margin-top: 51px;
        margin: 24px auto 0px;
        display: flex    ;
        background-position: center;
    }
    
}


@media (min-width: 768px){
    #rodape .institucional>.conteiner>.row-fluid>div>.row-fluid>.span4 {width: 50%;margin: 0;}
   
}

@media only screen and (max-width: 767px){
    .txt-inf{
        display:none;
    }
    
    .banner.mini-banner {
        margin-bottom: 0;
        display: flex;
        align-items: center;
        position: relative;
        justify-content: center;
        flex-direction: row;
    }
    
    .atalhos-mobile ul li a .icon {display: none;}
    #cabecalho li.action-item > a:before {background-size: contain !important;background-repeat: no-repeat;}
    .atalhos-mobile ul li.mob-cart, .atalhos-mobile ul li.mob-menu, .atalhos-mobile ul li.mob-user {width: 31px;}
    .atalhos-mobile li {line-height: 22px;}
    #cabecalho li.action-item > a:before {height: 29px;}
    
    .row-fluid #listagemProdutos .span3 {
        width: 47%;
        margin-bottom: 11px !important;
        margin: 0px 10px;
    }
    
    .row-fluid #listagemProdutos [class*="span"]:first-child {
        margin-left: 10px;
    }
    
    .pagina-inicial .secao-secundaria {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        background-color: #293575;
        margin-top: -52px;
        float: left;
        margin-bottom: 52px;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 49px;
    }
    
    .box-vide-40 {
        flex: 100;
        margin-top: 29px;
    }
    
    #cabecalho li.action-item > a:before {
        height: 39px;
    }
    
    .atalhos-mobile ul li .carrinho>a {
        min-width: 40px;
    }
    
    #cabecalho .atalhos-mobile>ul .mob-busca .icon-search:before {
        font-size: 35px;
        z-index: 9;
        color: #64acd6 !important;
    }
    
    #cabecalho .atalhos-mobile>ul .mob-busca .icon-search:before {
    font-size: 30px;
    }
}


@media (max-width: 689px){

    .row-fluid #listagemProdutos .span3{
            width: 46%;
    }
    
    .box-vide-40 iframe {
        float: right;
        width: 100%;
    }
    
    .box-vide-40 {
        width: 100%;
    }
    
    .pagina-inicial .secao-secundaria{
        padding-bottom: 0px;
    }
}

@media (max-width: 500px){
    .row-fluid #listagemProdutos .span3 {
        width: 100%;
    }
    
    #listagemProdutos.listagem .listagem-item .info-produto, .listagem.aproveite-tambem .listagem-item .info-produto {
        min-height: auto;
    }
    
    #listagemProdutos.listagem .listagem-item .acoes-produto {
        width: 95%;
        margin: 0px auto;
    }
    
    .pagina-categoria .row-fluid #listagemProdutos .span3 {
        width: 100%;
    }
    
    .bock-tar span{
        width: 109px !important;
    }
    
    .banner.mini-banner .modulo.span4 {
        top: 0 !important;
        width: 47% !important;
        float: left !important;
    }
    
    .banner.mini-banner {
        display: block !important;
        float: left !important;
    }
}