/* LEIA-ME */

/* login.css >> Definições das páginas de LOGIN do novo Checkout */
/* minhaconta.css >> Definições das páginas de MINHA CONTA do novo Checkout */
/* checkout.css >> Definições das páginas de CARRINHO, FECHAMENTO E CONFIRMAÇÃO do novo Checkout */
/* geral.css >> Definições de Cabeçalho e Rodapé */

/* adicione/edite este arquivo para sobrescrever as definições padrão da loja */


/*! CSS Used from: Embedded */
.fb_iframe_widget{display:inline-block;position:relative;}
.fb_iframe_widget span{display:inline-block;position:relative;text-align:justify;}
.fb_iframe_widget iframe{position:absolute;}
/*! CSS Used fontfaces */
@font-face{font-family:'icomoon';
src:url('/../f/icomoon.eot?jqwqy9');
src:url('/../f/icomoon.eot?jqwqy9#iefix') format('embedded-opentype'),
url('/../f/icomoon.ttf?jqwqy9') format('truetype'),
url('/../f/icomoon.woff?jqwqy9') format('woff'),
url('/../f/icomoon.svg?jqwqy9#icomoon') format('svg');
font-weight:normal;font-style:normal;}

@font-face{font-family:'FontAwesome';
src:url('/../f/fontawesome-webfont.eot?v=4.7.0');
src:url('/../f/fontawesome-webfont.eot#iefix&v=4.7.0') format('embedded-opentype'),
url('/../f/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
url('/../f/fontawesome-webfont.woff?v=4.7.0') format('woff'),
url('/../f/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
url('/../f/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
font-weight:normal;font-style:normal;}



/*! CSS Used Header Mobile*/
html::-webkit-scrollbar-track-piece {
    width: 6px;
    height: 5px;
    margin: 1px;
    padding: 0px;
    background: rgba(255, 255, 255, 0.298039);
}
html::-webkit-scrollbar-thumb {
    z-index: 9999;
    background-clip: content-box;
    width: 5px;
    background-color: rgba(0, 0, 0, 0.4);
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-radius: 12px;
    margin: 1px !important;
}
html::-webkit-scrollbar-corner {
    background: rgba(255, 255, 255, 0.298039);
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
}
html::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}
body {
    font-family: 'Rubik', Arial, sans-serif;    
    color: #100f0f;
    padding: 0;
    margin: 0 auto;
    width: 100%;   
}
input, textarea, button, select {font-family: 'Rubik', Arial, sans-serif;}

.bt{
    background: #19ae27;
    color: #fff;
    height: 40px;
    line-height: 40px;
    border: 0;
    text-align: center;
    font-weight: normal;
    border-radius: 0;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    box-shadow: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
}
.bt:hover{opacity:.9;}
.btcontinuar{background:#162352;color:#fff;}
input[type="text"],input[type="tel"] {
    border: 1px solid #a2a2a2;
    height: 35px;
    text-indent: 1rem;
    font-size: 12px;
    color: #7e7e7e;
    font-style: italic;
}
input[type="text"]::-webkit-input-placeholder{color:#7e7e7e;}
input[type="text"]:-moz-placeholder{color:#7e7e7e;}
input[type="text"]::-moz-placeholder{color:#7e7e7e;}
input[type="text"]:-ms-input-placeholder{color:#7e7e7e;}
*{margin:0;padding:0;border-sizing:border-box;}
*{margin:0;padding:0;border:0;outline:none;list-style:none;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;}
a{text-decoration:none;cursor:pointer;}


.head{width:100%;position:relative;z-index:1000;display:block;background:#fff;float:left;border-top:6px solid #1616ac;}
.head .center{
    display: block;
    clear: both;
    max-width: 1170px;
    padding: 0 3vw;
    border-bottom: 2px solid #1616ac;
}
.align-items{display:flex;align-items:center;}
.head .align-items{height:110px;}
.headerLogo{
    text-align: center;
    display: block;
    width: auto;
    margin: auto;
}
.headerLogo img{
    width: 98%;
    max-width: 180px;
    margin: 0;
}



/*! CSS Used Footer Mobile*/
footer{background:#fff;padding:18px 0 0 0;overflow:hidden;display:block;clear:both;font-size:14px;}
footer .center{max-width:1170px;margin:auto;float:none;clear:both;padding:0 3vw;}
footer span.icones-pagamento-footer{display:block;float:left;width:25%;height:40px;margin-bottom:10px;background-size:contain;background-position:center;background-repeat:no-repeat;cursor:pointer;}
span.icones-pagamento-footer.icone-boleto{background-image:url(https://recursos.toolsbr.com.br/i/SVG-formasPagamento/boleto.svg);}
span.icones-pagamento-footer.icone-visa{background-image:url(https://recursos.toolsbr.com.br/i/SVG-formasPagamento/visa-cor.svg);}
span.icones-pagamento-footer.icone-master{background-image:url(https://recursos.toolsbr.com.br/i/SVG-formasPagamento/master-cor.svg);}
span.icones-pagamento-footer.icone-amex{background-image:url(https://recursos.toolsbr.com.br/i/SVG-formasPagamento/amex-cor.svg);}
span.icones-pagamento-footer.icone-diners{background-image:url(https://recursos.toolsbr.com.br/i/SVG-formasPagamento/diners-cor.svg);}
span.icones-pagamento-footer.icone-deposito{background-image:url(https://recursos.toolsbr.com.br/i/SVG-formasPagamento/deposito-cor.svg);}
span.icones-pagamento-footer.icone-hipercard{background-image:url(https://recursos.toolsbr.com.br/i/SVG-formasPagamento/hipercard-cor.svg);}
span.icones-pagamento-footer.icone-elo{background-image:url(https://recursos.toolsbr.com.br/i/SVG-formasPagamento/elo-cor.svg);}
ul.blockfooter.toggle{border-top:1px solid #1616ac;min-height:50px;float:left;width:100%;}
ul.blockfooter.toggle.bloco-footer-formas-pagamento {
    border-bottom: 1px solid #1616ac;
}
ul.blockfooter.noborder.bloco-footer-atendimento{
    border-top: 0;
    float: left;
    width: 100%;
}
ul.blockfooter{padding:0;}
.copyright-footer{
    display: block;
    float: left;
    clear: both;
    width: 100%;
    background: #fff;
    color: #8c8c8c;
    margin-top: 20px;
}
.copyright-footer .center{padding:0 3vw;}
.copyright-logos{display:block;float:left;width:100%;}
span.blockfooter.copyright{font-size:12px;text-align:center;display:block;width:100%;line-height:16px;}
ul.blockfooter.noborder.bloco-desenvolvimento{display:block;float:left;width:100%;margin:0;padding:0;}
li.titlefooter.title-desenvolvimento{text-align:center;color:#171717;font-size:12px;letter-spacing:.01rem;text-transform:uppercase;}
span.blockfooter.noborder.logo-cava-digital,span.blockfooter.noborder.logo-fbits{display:block;width:50%;float:left;}
span.blockfooter.noborder.logo-cava-digital img.logocavadigital,span.blockfooter.noborder.logo-fbits img.logotray{max-width:65px;}
img.logocavadigital{float:right;margin-right:10px;}
img.logotray{float:left;margin-left:10px;}
.bg-copy{
    display: block;
    float: left;
    clear: both;
    background: #232121;
    margin-top: 10px;
    padding-bottom: 0;
    width: 100%;
}
ul.blockfooter.noborder.endereço-footer{width:100%;padding-top:1rem;font-size:11px;line-height:14px;text-transform:none;color:#fff;text-align:center;}
li.titlefooter{line-height:50px;font-weight:bold;list-style:none;text-transform:uppercase;text-align:left;float:left;width:100%;color:#1616ac;}
ul.blockfooter.toggle li.titlefooter:after{content:"\f0d7";font-variant:normal;display:inline-block;float:right;color:#1616ac;font-size:16px;font-weight:normal;font-family:'FontAwesome';}
li.linksfooter{display:none;list-style:none;padding-bottom:.5rem;float:left;width:100%;clear:both;color:#636363;}
ul.blockfooter.noborder li.linksfooter{display:block;}
li.linksfooter a{color:#636363;display:block;line-height:24px;font-weight:normal;font-size:12px;}
.contato-footer-icone{display:block;float:left;width:22px;clear:both;position:relative;}
.contato-footer-icone span{font-family:'FontAwesome';font-size:16px;color:#494949;}
.contato-footer-icone span.icone-atendimento-footer:before{content:"\f095";}
.contato-footer-icone span.icone-chat-footer:before{content:"\f232";position:relative;top:-2px;}
.contato-footer-icone span.icone-email-footer:before{content:"\f2b6";}
.contato-footer-icone span.icone-email-footer:before{content:"\f2b6";font-size:14px;top:-5px;position:relative;}
.link-footer-atendimento.link-horario{color:#636363;display:block;line-height:24px;font-weight:normal;font-size:12px;}
.contato-footer-icone span.icone-horario-footer:before{content:"\f017";top:-6px;position:relative;}
ul.blockfooter.noborder{text-align:left;}





/*! CSS Used Mobile e geral */
a {
    color: #4c4d51;
    text-decoration: none;
}
.segura-telefone-e-seguranca {
    display: none;
}
.cadeado-minha-conta {
    display: flex;
}
i.material-icons {
    font-size: 0;
    display: block;
    float: right;
    height: 100%;
}
i.material-icons:before {
    content: "\e930";
    font-family: 'icomoon';
    font-style: normal;
    font-size: 25px;
    color: #1616ac;
    line-height: normal;
    font-weight: normal;
}
.head.head-carrinho {
    border-bottom: 2px solid #f4f4f4;
    padding: 0;
}
img.pointer {
    cursor: pointer;
}
.full-container {
    clear: both;
    width: 100% !important;
}
.container .full-container {
    display: block;
    overflow: hidden;
}
ul.fbits-responsive-carrinho-header li {
    background: #fff !important;
}
.fechamento-section3 .fbits-responsive-carrinho-item-descricao {
    float: left;
    display: inline-block;
    width: 55%;
    padding-left: 10px;
}
.fbits-responsive-carrinho-items img {
    width: 70px;
    margin: auto;
    float: none;
    display: block;
}
.fechamento-section3 .fbits-responsive-carrinho-item-valor-unitario {
    margin-right: 8px !important;
}
.cadastroUsuario label
{
    width: 100% !important;
}
label.form-check-label {
    width: auto !important;
}
.fbits-responsive-carrinho-subtotal {
    background: #fff !important;
    border: 0;
    color: #4c4d51 !important;
}
.botoes-bottom .btn {
    max-width: none !important;
}
.formas-de-pagamento-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.bandeira-pagamento {
    margin: 7px;
}
.col-lg-12.col-md-12.col-sm-12.col-xs-12.fbits-responsive-carrinho-frete-calculo {
    margin: 0 !important;
    padding: 0 !important;
}
.col-lg-12.col-md-12.col-sm-12.col-xs-12.fbits-responsive-carrinho-desconto-calculo {
    margin: 0 !important;
    padding: 0 !important;
}
.fechamento-checkout h5 {
    display: flex;
    justify-content: center;
}
footer.fechamento-checkout {
    border-top: 5px solid #1616ac;
    bottom: 0;
    width: 100%;
    padding: 0;
    float: left;
    margin-top: 30px;
}
a.voltar-carrinho {
    color: #ccc !important;
}
p.info-final-pedido {
    clear: both;
    float: left;
    margin-top: 15px;
    width: 100%;
    color: #979797;
    text-align: center;
    font-size: 11px;
    font-weight: normal;
}
.formas-pagamento .forminline label {
    font-weight: normal !important;
    font-size: 12px !important;
    width: 100% !important;
    color: #868686;
}
.formas-pagamento .forminline input[type="text"], .formas-pagamento .forminline input[type="date"] {
    width: 100% !important;
}
.fake-form {
    width: 100% !important;
}
.box-forma-pagamento select {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #dddddd;
    height: 40px;
    border-radius: 25px;
    padding: 0 10px;
    color: #868686;
    font-size: 11px;
}
.fechamento-section3 .text-right.fbits-responsive-carrinho-total-header span {
    height: 26px !important;
}
.modal-body  input.form-control {
    width: 65% !important;
    border-radius: 10px !important;
    float: left;
    clear: both;
}
.modal-body label {
    float: left;
    clear: both;
}
.modal-header .close {
    margin-top: -16px !important;
}
.fbits-login .questao:before {
    background: #f1f1f1 !important;
}
.container {
    float: left;
    width: 100%;
    padding: 0 3vw;
    margin: 0;
}
.container .row {
    margin: 0;
}
input[type="text"], input[type="tel"] {
    font-family: 'Rubik', Arial, sans-serif;
    border: 1px solid #dddddd;
    height: 40px;
    font-size: 14px;
    color: #979797;
    border-radius: 0;
    font-style: normal;
    border-radius: 25px;
}
.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    text-indent: 1rem;
    border-radius: 0!important;
}








/*! CSS Used Tablets */
@media (min-width:768px){
    /*! CSS Used Header*/
    .head.head-carrinho {
        padding: 0;
        border: 0;
    }
	.head .center{
        padding: 0 2vw;
        border-bottom: 5px solid #1616ac;
    }
    .head .align-items {
        height: 130px;
    }
	.align-items{display:-webkit-flex;-webkit-align-items:center;display:flex;align-items:center;}
	.headerLogo{float:left;text-align:left;width:30%;}
	.headerLogo img{width:100%;margin:0;}
	.segura-telefone-e-seguranca {
        display: block;
        float: left;
        width: 70%;
        text-align: right;
        color: #000;
        font-weight: 500;
        line-height: 13px;
        font-size: 16px;
        letter-spacing: -0.025rem;
    }
    .cadeado-minha-conta {
        display: flex;
        text-align: right;
        float: right;
    }
    i.material-icons {
        display: inline-block;
        float: none;
    }
    i.material-icons:before {
        margin-right: 0px;
        top: 1px;
        position: relative;
        float: none;
        font-size: 38px;
    }
    .texto-icons {
        color: #ff0000;
        font-size: 19px;
        font-weight: 500;
        text-align: left;
        line-height: 20px;
    }
    .texto-icons span {
        display: block;
    }
    
    /*! CSS Used Footer*/
    footer{font-size:12px;}
	footer .center{padding:0 2vw;}
	footer section.fbits-footer-blocos-vertical{display:block;float:left;width:30%;}
	footer section.fbits-footer-blocos-vertical.section-footer-formas-pagamento{width:40%;}		
	li.linksfooter a{font-size:12px;}
	li.titlefooter.title-formas-pagamento{margin-top:0;}
	li.linksfooter{display:block!important;}
	ul.blockfooter.toggle li.titlefooter:after{display:none;}
	ul.blockfooter.toggle{border:0;padding:0;}
	section.clear{clear:both;}
	li.linksfooter a:hover{text-decoration:underline;}
	footer span.icones-pagamento-footer{background-size:80%;margin-bottom:0;}
	ul.blockfooter.noborder.endereço-footer{float:left;text-align:center;}	
	ul.blockfooter.noborder{text-align:left;padding:0;}
	.links-footer-01,.links-footer-02{display:block;float:left;width:100%;clear:both;}	
	footer section.fbits-footer-blocos-vertical.section-footer-formas-pagamento li.linksfooter{padding-right:20px;}
	footer section.fbits-footer-blocos-vertical.section-footer-certificados li.linksfooter.li-certificados{padding-right:10px;}	
	ul.blockfooter.noborder.bloco-footer-atendimento{border-top:0;}
	ul.blockfooter.toggle.bloco-footer-formas-pagamento {
        border-bottom: 0;
    }
}

/*! CSS Used Desktop */
@media (min-width:1300px){
    /*! CSS Used Header*/
    .head{padding:0;border:0;}
	.head .center{padding:0;float:none;margin:auto;z-index:20;position:relative;}
	.head .align-items{height:208px;}
	.headerLogo img{max-width:270px;}
    .align-items{height:110px;}
    .head.head-carrinho .align-items {
        padding: 0;
        height: 200px;
    }
    i.material-icons:before {
        top: 0px;
        font-size: 40px;
    }   
    /*! CSS Used Footer*/
    footer .center{padding:0;}	
	.links-footer-01{padding-top:15px;}
	footer{font-size:14px;padding:38px 0 0 0;}
	li.linksfooter a{font-size:14px;}	
	.links-footer-01 section.fbits-footer-blocos-vertical{width:26%;}
	footer section.fbits-footer-blocos-vertical.section-footer-formas-pagamento{width:48%;}
	footer section.fbits-footer-blocos-vertical.section-footer-formas-pagamento li.linksfooter{padding:0;}
	footer span.icones-pagamento-footer{background-size:88%;width:12.5%;height:50px;background-position:left center;}
	footer span.icones-pagamento-footer.icone-boleto{background-size:70%;}
	.copyright-footer .center{padding:0;}
	span.blockfooter.copyright{text-align:left;width:69%;float:left;}
	ul.blockfooter.noborder.bloco-desenvolvimento{display:flex;align-items:center;width:31%;}
	li.titlefooter.title-desenvolvimento{text-align:right;float:left;width:40%;font-weight:normal;font-size:11px;}
	ul.blockfooter.noborder li.linksfooter.li-desenvolvimento{width:55%;float:left;clear:none;padding:0;}
	.bg-copy{padding-bottom:0;}	
	address.fbits-dadosEmpresa{
        line-height: 43px;
        margin: 0;
    }	
    ul.blockfooter.noborder.endereço-footer {
        padding: 0;
        margin: 0;
    }
	.link-footer-atendimento.link-horario{font-size:14px;}		
	.copyright-footer {
        padding-top: 0;
        margin: 0;
    }
	.copyright-logos{display:flex;float:left;align-items:center;}
		
    /*! CSS Used geral */
    .container  {
        padding: 0;
        float: none;
        margin: auto;
    }
    .passos {
        margin: 0 auto 35px;
        max-width: 360px;
        height: 70px;
    }
    p.info-final-pedido {
        margin-top: 20px;
        font-size: 13px;
        padding: 0 60px;
        font-weight: normal;
    }
    
    
}









