@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700,900');
*{
    box-shadow:none;
}
#carrinho_new *{
    font-family: 'Muli', sans-serif;    
}
#carrinho_new .bt_geolocalizacao{
    display: block;
    width: calc(100% - 30px);
    height: 34px;
    padding-top: 11px;
    background: #f7f7f7;
    position: absolute;
    top: 85px;
    right: 15px;
    border-radius: 6px;
    text-align: center;
    color: #ffcb31;
    font-weight: 900;
    border: 1px solid #ffcb31;
    cursor: pointer;
    transition: all 0.075s ease;
}
#carrinho_new .bt_geolocalizacao:hover{
   background: #ffcb31; 
   color: #fff;
}
#carrinho_new {
    width: 100%;
    min-height: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 11;
    display: none;
    z-index: 999999999;
    overflow: hidden;
}
#carrinho_new .fundo{
    background: rgba(0,0,0, 0.7);
    width: 100%;
    min-height: calc(100% + 120px);
    left: 0;
    top: 0; 
    position: absolute;   
}
.pix h3{
    color: #969595;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Muli', sans-serif;
}
.pix h4{
        color: #c8ce1a;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Muli', sans-serif;
    /*border: 2px solid #c8ce1a;*/
    font-weight: 600;
    width: 300px;
    margin: 0 auto;
    border-radius: 10px;
    /*padding: 6px 0;
    margin-top: 5px;*/
}
.pix h4 img{
    display: block;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 20px;
}
.pix input{
    display: table;
    width: 99%;
    background: #b86023  url(../imagens/boss_cart/copy.png) 75px center no-repeat;
    background-size: 18px 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 24px;
    color: #fff;
    text-align:center;
    font-weight: 800;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
    border: none;
    width: 300px;
    font-family: 'Muli', sans-serif;
    letter-spacing: 1px;
    position: relative;
    top: -20px;
    text-indent: 30px;
}
.pix p{
    font-family: 'Muli', sans-serif;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
}

.cart_box {
  width: 450px;
  /* Altura total, com fallback */
  min-height: 100vh;   /* fallback para browsers antigos */
  min-height: 100dvh;  /* altura real em iOS moderno */
  /* Safe area para notch e barra inferior */
  padding-bottom: env(safe-area-inset-bottom);
  padding-top: env(safe-area-inset-top);
  /* Posição fixa na lateral direita */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  /* Aparência */
  background-color: #f7f7f7;
  z-index: 999999999;
  /* Animação entrada/saída */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
  box-sizing: border-box;
}
/* TOPO CARRINHO */
.valor_frete{
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
}
.cart_topo{
    background: #555;
    height: 70px;
    padding: 0 20px;
    position: relative;
    display: block;
}
.cart_topo span.icon_arrow_left {
    background: url(../imagens/boss_cart/cart_arrow_left.png) no-repeat;
    background-size: cover;
    width: 35px;
    height: 36px;
    display: block;
    text-indent: -999999px;
    margin-top: 18px;
    float: left; clear: none;
    cursor: pointer;
}
.cart_topo h3 {
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 60px;
    letter-spacing: 0.5px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding-left: 20px;
    padding-top: 5px;
}
/*
Itens do carrinho
*/
ul.car{
    overflow-y: scroll;
}
ul.car li {
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 3px 10px 5px 10px;
    transition: all .3s ease;
    margin-bottom: 1px;
    min-height: 85px;
}
/*imagem*/
ul.car li .prod_img{
    float: left; clear: none;
    width: 24%;
    text-align: center;
    margin: 0 -1.5%;
    position: relative;
    top: 0;
   display:flex;
  justify-content:center;
  align-items:center; 
  min-height: 80px;   
}
ul.car li .prod_img img {
    max-width: 80%;
    max-height: 120px;
    mix-blend-mode: multiply;
}

/*informações*/
.prod_infos {
    float: right;
    clear: none;
    clear: none;
    width: 73%;
    overflow: hidden;
    margin-bottom: 10px;
}
.prod_infos h2{
    color: #555555;
    font-size: 12px;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    padding-top: 5px;
    line-height: 16px
}
.prod_infos span{
    color: #555555;
    font-size: 11px;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    padding-top: 6px;
        display: block;
}
/*botão excluir*/
a.prod_excluir{
    width: 25px;
    position: absolute;
    height: 30px;
    right: 5px;
    top: 10px;
    background: url(../imagens/boss_cart/prod_excluir.png) no-repeat;
    text-indent: -9999px;
    background-size: 20px 20px;
}
/*quantidades*/
.quantidades {
    float: left; clear: none;
    width: 56px;
    height: 35px;
    /* padding: 0 18px 0 4px; */
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    position: relative;
    margin-right: 20px;
    margin-top: -10px;
}
.quantidades-input {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    font-size: 14px;
    color: #555555;
    border: none;
    padding: 10px 0 7px 15px;
    font-weight: 700;
    background-color: transparent;
    -moz-appearance: textfield;
}
.setas {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 22px;
}
.seta_mais, .seta_menos {
    display: block;
    height: 50%;
    width: 22px;
}
.seta_mais {
    background: url(../imagens/boss_cart/seta_mais_new.png) center center no-repeat;
    text-indent: -999999px;
    background-size: 11px 8px;
}
.seta_menos {
    background: url(../imagens/boss_cart/seta_menos_new.png) center center no-repeat;
    text-indent: -999999px;
    background-size: 11px 8px;
}
/*preço*/
.prod_footer {
    width: 73%;
    float: right; clear: none;
    margin-top: 4px;
    clear: none;
    position: relative;
}
.prod_footer h6{
    position: absolute;
    left: 0;
    bottom: -20px;
     font-family: 'Muli', sans-serif;
    font-weight: 700; 
    font-size: 11px;
    color: #d9782d;  
    text-transform: uppercase;
}
.prod_preco {
    color: #222222;
    font-size: 22px;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    position: relative;
}   
.prod_preco b{
    font-size: 11px;
    position: absolute;
    top: -16px;
    left: 78px;
    text-decoration: line-through;
    color: #d9782d;
}

/*carrinho lateral footer*/

.subtotal {
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0;
    background: #e7e7e7;
    z-index: 11;
}
.subtotal .box {
    padding: 19px 15px 10px;
    width: auto;
}
.subtotal h5 {
    font-size: 14px;
    color: #555555;
    float: left; clear: none;
    text-align: left;
    margin-top: 27px;
    text-transform: uppercase;
    font-family: 'Muli', sans-serif;
    position: absolute;
    left: 15px;
    bottom: 77px;
}
/* PREÇO */
.sub_preco {
    float: right; clear: none;
    text-align: right;
    clear: none;
}
.sub_preco h6{
    color: #d45b5b;
    font-size: 24px;
    font-weight: 900;
    font-family: 'Muli', sans-serif;
}
.sub_preco p{
    color: #828282;
    font-size: 12px;
    font-weight: 300;
    font-family: 'Muli', sans-serif;
}
.sub_preco p span{
    color: #828282;
    font-size: 12px;
    font-weight: 700;
}
/* BOTAO */
.subtotal button {
    width: 100%;
        padding-left: 28px;
    padding-right: 28px;
    height: 46px;
    outline: 0;
    border: 2px solid transparent;
    border-radius: 5px;
    font-size: 1.5rem;
    margin: 12px 0 5px;
}
.botao_finalizar.botao_finalizar_3_l{
    width: 742px;
    border-radius: 40px;
    background: #19bb56;
}
.botao_finalizar{
    color: #fff;
    background-color: #b86023 ;
    border-color: #b86023 ;
    text-transform: uppercase;
    display: table;
    width: 380px;
    height: 50px;
    line-height: 36px;
    outline: 0;
    border: 2px solid transparent;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    position: relative;
    top: 30px;
    z-index: 99999;
}
.cart_box .botao_finalizar{
    color: #fff;
    background-color: #b86023 ;
    border-color: #b86023 ;
    text-transform: uppercase;
    display: table;
    width: 100%;
    height: 50px;
    line-height: 36px;
    position: relative;
    top: 10px;
    cursor: pointer;
}
.subtotal .box .botao_finalizar_1{
    font-size: 16px;
}

/* IDENTIFICAÇÃO */
.caixa{
    background: rgba(176,217,228,0.8);
    position: relative;
}
/*Box lateral*/
#box_passos *{
 font-family: 'Muli', sans-serif;   
}
#box_passos {
    max-width: 1010px;
    z-index: 999999;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
}
#box_passos header {
    max-width: 1010px;
    height: 66px;
    background: #5f5147;
    position: static;
    padding: 0;
    width: 100%;
}
#carrinho_new button{
    box-sizing: border-box;
}
/*aqui é os passos*/
#box_passos header ul {
    float: left;
    clear: none;
    line-height: 67px;
    margin-left: 90px;
    display: none;
}
#box_passos header ul li {
    float: left; clear: none;
    position: relative;
}
#box_passos header ul li span.p1{
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-weight: 900;
    font-size: 11px;
    font-family: 'Muli', sans-serif;
    margin-left: 20px;
    color:#555555
}
.mask_olho{
    position: relative;
}
.mask_olho span.olho{
    display: block;
    width: 20px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 7px;
    background: url(../imagens/boss_cart/olho.png) center center no-repeat;
    background-size: cover;
    cursor: pointer;
    z-index: 999;
}
#box_passos header ul li h3{
    display: inline-block;
    color: #fff;
    font-family: 'Muli', sans-serif;
    margin-left: 5px;
    margin-right: 10px;
    font-size: 13px;
}
#box_passos header ul li span.arrow {
    background: url(../imagens/boss_cart/arrow_right_p1.png) center 25px no-repeat;
    width: 15px;
    text-indent: -99999px;
    display: -webkit-inline-box;
    text-align: center;
}
/*QUANDO ATIVA MUDA COR*/
#box_passos header ul li.active span.p1{
    background: #b86023 ;
    color:#fff;
}
#box_passos header ul li.active h3{
    color:#b86023 ;
}

/*site blindado*/
.logo_topo{
   background: url(../imagens/logo_branco.png) center center no-repeat; 
   background-size: auto 47px;
    width: 160px;
    height: 47px;
    text-indent: -9999px;
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 50%;   
    transform: translate(-50%);
}
.siteblindado {
    height: 33px;
    border-radius: 5px;
    padding: 0 2px;
    position: absolute;
    top: 15px;
    right: 15px;
}
.siteblindado span.site_seguro{
    color: #fff;
    margin-left: 20px;
    margin-top: 15px;
    background: url(../imagens/boss_cart/selo_ssl.png) right center no-repeat;
    background-size: 29px 29px;
    height: 28px;
    line-height: 28px;
    height: 29px;
    display: inline-block;
    padding-right: 33px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    top: -10px;
}

/* CADASTRO */
#carrinho_new .conteudo {
    position: relative;
    padding-bottom: 120px;
    display: table;
    width: calc(100% - 20px);
    margin-left: 20px;
}
.conteudo .fazer_login, .sem_cadastro{
    display: table;
    width: 380px;
    margin: 0 auto;
    margin-top: 70px;
    text-align: center;
    position: relative;
}
.line {
    display: table;
    width: 380px;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}
.sem_cadastro{
    margin-top: 35px;
}
.title h3{
    display: block;
    color: #555555;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 900;
    text-transform: uppercase;
}
.title h4{
    display: block;
    color: #555555;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin-top: 2px;
}
.box_entrega_ingressos{
    max-width: 420px;
    border: 2px solid #d45b5b;
    border-radius: 8px;
    margin: 0 auto;
}
.box_entrega_ingressos .title h4, .box_entrega_ingressos .title h3{
    color: #d45b5b;
    position: relative;
    top: 25px;
}
.box_entrega_ingressos .title h4{
    top: 13px;
}
.input, .password {
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    position: relative;
    margin-top: 52px;
}
div.input{
    margin-top: 35px;
}
.input-input, .input-password, select, .input textarea {
    color: #333;
    font-weight: inherit;
    line-height: inherit;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #aaa;
    padding: 0px 0px 8px 0;
    outline: 0;
    display: block;
    width: 100%;
    margin-bottom: 12px;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    height: 18px;
}
.input textarea{
    height: 120px;
}
select{
    height: 30px;
    color: #333;
    background: url(../imagens/boss_cart/seta_select.png) 98% center no-repeat;
    background-size: 12px 7px;
    -moz-background-size: 12px 7px;
    -webkit-background-size: 12px 7px;
}
select::-ms-expand{
    display: none;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;      
    appearance: none;
    padding: 2px 30px 2px 2px;
}
/* Esqueceu sua senha */
a.link{
    display: block;
    color: #b86023 ;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
    text-align: right;
    text-decoration: underline;
    margin-bottom: 26px;
}
/* Botão de enviar */
#carrinho_new button {
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
    height: 46px;
    outline: 0;
    border: 2px solid transparent;
    border-radius: 5px;
    font-size: 16px;
    margin: 12px 0 5px;
}
a.botao_finalizar {
    display: table;
    width: 380px;
    height: 26px;
    padding: 0;
    line-height: 46px;
    outline: 0;
    border: 2px solid transparent;
    border-radius: 5px;
    font-size: 16px;
    margin: 21px 0 5px;
    color: #b86023 ;
    background-color: transparent;
    border-color: #b86023 ;
}
a.botao_cadastro{
    margin-top: -10px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #555555;
  font-size: 14px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #555555;
  font-size: 14px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #555555;
  font-size: 14px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
}
:-moz-placeholder { /* Firefox 18- */
  color: #555555;
  font-size: 14px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
}

/* Linha estilo */
.line .linep1  {
    background: url(../imagens/boss_cart/separator.png) no-repeat;
    width: 168px;
    height: 3px;
    text-indent: -99999px;
    display: -webkit-inline-box;
    float: right; clear: none;
}
.line .linep2 {
    background: url(../imagens/boss_cart/separator.png) no-repeat;
    width: 168px;
    height: 3px;
    text-indent: -99999px;
    display: -webkit-inline-box;
    float: left; clear: none;
}
.line .circ {
    background: url(../imagens/boss_cart/circle.png) center  center no-repeat;
    width: 10px;
    height: 11px;
    text-indent: -99999px;
    display: -webkit-inline-box;
    text-align: center;
    position: absolute;
    top: -3px;
    left: 185px;
}

/* checkbox estilo */
.Checkbox {
    margin-right: 5px;
    margin-top: 2px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 999999;
}
.Checkbox input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    opacity: 0;
    cursor: pointer;
    z-index: 999999;
}
.Checkbox label {
    background: #fff;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #ccc;
    line-height: 0;
    padding: 3px;
    width: 22px;
    height: 22px;
    cursor: pointer
}
.Checkbox span.false{
    background: #fff;
    display: inline-block;
    border-radius: 3px;
    line-height: 0;
    padding: 3px;
    width: 24px;
    height: 24px;
    background: url(../imagens/boss_cart/icon_sem_frete.png) center center no-repeat;
    background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    -webkit-background-size: 30px 30px;
}
.Checkbox--small label {
    width: 18px;
    height: 18px;
}
.Checkbox label::before {
    width: 14px;
    height: 14px;
    content: '';
    display: inline-block;
    transition: all .2s;
    transform: scale(0);
    border-radius: 4px;
}
.Checkbox--small label::before {
    width: 8px;
    height: 8px;
}
.Checkbox input:checked+label::before {
        transition: all .05s;
    transform: scale(1.3);
    background: #b86023 ;
    border: none;
    margin-top: 5px;
    margin-left: 5px;
}
.text_privacidade {
    color: #222222;
    font-size: 12px;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    text-align: left;
    display: table;
    margin-left: 35px;
    margin-top: 3px;
    float: left; clear: none;
    display: inline-block;
    max-width: 200px;
}
.text_privacidade a{
    color: #222222;
    text-decoration: underline;
    font-size: 12px;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  display: block;
  position: relative;
  z-index: 99999;
}

/* Passo a passo - bolas */
.cpf span.p1{
    display: inline-block;
    background: #b86023 ;
    border-radius: 50%;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-weight: 900;
    font-size: 11px;
    font-family: 'Muli', sans-serif;
    position: absolute;
    left: -50px;
    top: 5px;
    color:#fff
}
.botao_finalizar_1{
    top: 10px;
}

/* ENTREGA */

#entrega {
    display: table;
    margin: 0 auto;
    margin-top: 60px;
    text-align: center;
    position: relative;
}
.box_entrega{
    display:flex;
    justify-content:center;
    align-items:center; 
}
.box_entrega ul{
    display: inline;
    margin-top: 30px;
    max-width: 780px;
}
.box_entrega ul li{
    display: inline-block;
    width: 245px;
    min-height: 100px;
    border: 2px solid #e5e5e5;
    background: #fff;
    border-radius: 10px;
    margin-right: 11px;
    margin-bottom: 11px;
    cursor: pointer;
    float: left; clear: none;
}
.box_entrega .endereco p {
    padding: 13px 13px 13px 20px;
    font-weight: 600;
    font-size: 12px;
    font-family: 'Muli', sans-serif;
    color: #555555;
    text-align: left;
    line-height: 17px;
}
.box_entrega .endereco p b{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
}
.box_entrega .endereco p span{
    color: #7eb944;
    font-weight: 300;
    text-decoration: underline;
    line-height: 16px;
    padding-top: 5px;
    display: block;
}
.box_entrega ul li.active {
    border: 2px solid #b86023 ;
    background: #b86023 ;
    color:#fff;
}
.box_entrega ul li.active .endereco p{
    color:#fff;
}
.meus_dados .box_entrega ul li{
    width: 100%;
    transition: all .3s ease;
}
.meus_dados .box_entrega ul li p{
    text-align: center;
}
.meus_dados .box_entrega ul li:hover{
    background: #e5e5e5;
}
/*
FRETE
*/
.box {
    display: table;
    width: 380px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    
}
.entrega .frete {
    display: table;
    position: relative;
    width: 50%;
    margin: 30px auto 60px auto;
}
.box_sedex {
    float: left;
    clear: none;
    position: relative;
    padding-left: 25px;
    width: 200px;
    margin-left: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all .3s ease;
}
.box_rodoviario{
    width: 200px;
    float: left;
    clear: none;
    position: relative;
    padding-left: 25px;
    margin-left: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all .3s ease;
}
.box_pac {
    width: 200px;
    float: left;
    clear: none;
    position: relative;
    padding-left: 25px;
    margin-left: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all .3s ease;
}
.text_correios {
    display: table;
    margin-left: 5px;
    padding-left: 5px;
    text-align: left;
}
.text_correios p.aviso{
    font-family: 'Source Sans Pro', sans-serif;
    color: #9b9b9b;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    display: block;
    color: #ff5555;
    border: 1px solid #ff5555;
    padding: 15px 20px;
    position: relative;
    top: 10px;
    border-radius: 6px;
}
.aviso_fim_ano{
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Muli', sans-serif;
    font-weight: 900;
    color: #555;
    margin-top: 5px;
    border: 1px solid #555;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 30px;
}
.text_correios b{
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    font-family: 'Muli', sans-serif;
    font-weight: 900;
    color: #555;
    max-width: 160px;
    margin-top: 5px;
}
.text_correios h6{
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -1px;
    font-family: 'Muli', sans-serif;
    color: #555555;
    text-align: left;
}
.text_correios span{
    font-weight: 400;
    font-size: 12px;
    font-family: 'Muli', sans-serif;
    color: #555555;
    text-align: left;
}
.ativo .text_correios h6{
    font-weight: 900;
    color: #b86023 ;
    text-align: left;
}
.ativo .text_correios span{
    font-weight: 400;
    color: #b86023 ;
    text-align: left;
}
#m_carrinho ul.car{
    display: table;
}
#m_carrinho ul.car.car_revisao{
    margin-left: 22px;
}
#m_carrinho .title h5{
    font-size: 36px;
    color: #5f5147;
    font-family: 'DINRoundOT';
    font-weight: bold;
    text-align: left;
    padding-left: 35px;
    margin-top: -10px;
    margin-bottom: 5px;
}
#m_carrinho .opcoes_retirada_revisao .title h6{
    font-size: 22px;
    color: #5f5147;
    font-family: 'DINRoundOT';
    font-weight: bold;
    text-align: left;
    padding-left: 35px;
    margin-top: -10px;
    margin-bottom: 5px;
}
#m_carrinho .opcoes_retirada_revisao .marcada{
    background: #fbfbfb;
    border: 1px solid #cccccc;
    margin-left: 35px;
    margin-right: 35px;
    border-radius: 12px;
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 25px;
    margin-top: 12px;
    display: grid;
    grid-template-columns: 50% 50%;
}
#m_carrinho .opcoes_retirada_revisao .marcada h4{
    font-size: 18px;
    color: #6c6c6c;
    font-family: 'DINRoundOT';
    font-weight: bold;
    text-align: left; 
}
#m_carrinho .opcoes_retirada_revisao .marcada h4 b{
     font-size: 18px;
    color: #6c6c6c;
    font-family: 'DINRoundOT';
    font-weight: bold;
    text-transform: capitalize;   
}
#m_carrinho .opcoes_retirada_revisao .marcada p{
     font-family: 'DINRoundOT'; 
    font-size: 15px;    
    line-height: 20px;
    color: #868686;
    text-align: left;
    padding-top: 5px;   
}
#m_carrinho .opcoes_retirada_revisao .marcada p strong{
    padding-top: 24px;
    display: block;
    font-family: 'DINRoundOT';
    font-weight: bold;    
}
#m_carrinho .opcoes_retirada_revisao .marcada a.bt_atendimento_revisao{
    display: inline-block;
    border: 1px solid #19bb56;
    padding-left: 14px;
    border-radius: 30px;
    color: #19bb56;
    font-family: 'DINRoundOT';
    font-weight: bold;   
    font-size: 13px; 
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 6px;
    padding-right: 33px;
    margin-top: 5px;
    background: url(../imagens/bt_atendimento_revisao.png) calc(100% - 7px) center no-repeat;
    background-size: auto 17px;
}
#m_carrinho ul.car.car_revisao li{
    width: 437px;
    border-radius: 12px;
    margin-left: 13px;
}
#m_carrinho ul.car.car_revisao li img{
    max-height: 90px;
    position: relative;
    left: 15px;
    top: 10px;
}
#m_carrinho ul.car li{
    width: 488px;
    height: 108px;
    float: left;  clear: none;
    padding: 12px 0;
    margin-right: 2px;
    background: #f0f0f0;
}
#m_carrinho ul.car li .prod_infos h2{
    margin-top: 0;
}
#m_carrinho ul.car li:nth-child(2n){
    width: 488px;
    float: left;  clear: none;
    padding: 12px 0;
    margin-right: 2px;
}
#m_carrinho .prod_infos h2 {
    max-width: 70%;
}
.total_revisao{
    background: #eaeaea;
    padding: 20px 0;
    margin-left: 35px;
    margin-right: 35px;
    max-width: calc(100% - 70px);
    border-radius: 12px;
}
.total_revisao h3, .total_revisao h4{
}
.margem{
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
    display: table;
    width: 100%;
} 
.box_border {
    width: 252px;
    height: 76px;
    border: 2px solid #b86023 ;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 20px;
}
body .conteudo#m_carrinho .margem .box_border_entrega{
    background: url(../imagens/boss_cart/box_border_entrega.png) 11px center no-repeat;
    background-size: 34px 34px;
    -moz-background-size: 34px 34px;
    -webkit-background-size: 34px 34px;
    margin-top: 10px;
}
.box_border .text_correios {
    padding: 20px 0 0 50px;
}
.bloco_finalizar_compra{
    padding-bottom: 90px;
    min-height: 20px;
    display: table;
    max-width: 1010px;
    width: 100%; 
    position: relative; 
    height: 50px; 
}
.dados_cartao .bloco_finalizar_compra input.bt_comprar_final{
    color: #fff;
    background-color: #b86023 ;
    border-color: #b86023 ;
    text-transform: uppercase;
    display: table;
    /* width: 380px; */
    height: auto;
    padding-top: 5px;
    font-weight: 600;
    padding-bottom: 7px;
    line-height: 36px;
    outline: 0;
    border: 2px solid transparent;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
}
.bloco_finalizar_compra .carregador_compra{
    background: #99a2ad url(../imagens/boss_cart/boss_cart/loader.gif) 94% center no-repeat;
    background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -webkit-background-size: 20px 20px;
    color: #fff;
    border-color: #b86023 ;
    text-transform: uppercase;
    display: table;
    width: 380px;
    padding-top: 3px;
    font-weight: 600;
    padding-bottom: 7px;
    line-height: 36px;
    outline: 0;
    border: 2px solid transparent;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -192px;
    z-index: 999;
    display: none;
}
.box_pagamento ul{
    display: table;
    width: 100%;
    margin-top: 30px; 
}
.box_pagamento ul li{
    display: inline-block;
    width: 360px;
    border: 2px solid #e5e5e5;
    background: #fff;
    border-radius: 8px;
    margin-right: 11px;
    color: #555555;
    cursor: pointer;
}
.box_pagamento ul li.li_boleto{
    position: relative;
    left: -5px;
}
.box_pagamento ul li{
    margin-bottom: 50px;
}
.box_pagamento ul li .pix,
.box_pagamento ul li .boleto,
.box_pagamento ul li .cartao,
.box_pagamento ul li .outras {
    padding: 10px 15px; 
    display: block;
    position: relative;
}
.box_pagamento ul li:nth-child(2){
    margin-right: 0px;
}

.box_pagamento ul li.active{
    border: 2px solid #555555;
    background: #555555;
    color: #fff;
}
.box_pagamento ul li.active .cartao span {
    background: url(../imagens/boss_cart/cartao_credito.png) no-repeat;
    width: 37px;
    height: 24px;
    text-indent: -99999px;
    display: block;
}
.box_pagamento ul li.active .boleto span {
    background: url(../imagens/boss_cart/boleto_white.png) no-repeat;
    width: 37px;
    height: 24px;
    text-indent: -99999px;
    display: block;
}
.box_pagamento ul li.active .pix_icon span {
    background: url(../imagens/boss_cart/pix_white.png) no-repeat;
    width: 37px;
    height: 24px;
    text-indent: -99999px;
    display: block;
}
.box_pagamento .cartao span {
    background: url(../imagens/boss_cart/cartao_credito_cin.png) no-repeat;
    width: 37px;
    height: 24px;
    text-indent: -99999px;
    display: block;
}
.box_pagamento .boleto span {
    background: url(../imagens/boss_cart/boleto.png) no-repeat;
    width: 37px;
    height: 24px;
    text-indent: -99999px;
    display: block;
}
.box_pagamento .pix_icon span,
.box_pagamento .outras span {
    background: url(../imagens/boss_cart/pix.png) no-repeat;
    width: 37px;
    height: 24px;
    text-indent: -99999px;
    display: block;
}

.box_pagamento ul li .pix_icon p,
.box_pagamento ul li .cartao p,
.box_pagamento ul li .boleto p,
.box_pagamento ul li p{
     font-weight: 600;
    font-size: 14px;
    font-family: 'Muli', sans-serif;
    color: #555555;
    text-align: left;
    padding-top: 10px;
}
.box_pagamento ul li .pix_icon h5,
.box_pagamento ul li .cartao h5,
.box_pagamento ul li .boleto h5,
.box_pagamento ul li h5 {
    font-weight: 600;
    font-size: 14px;
    font-family: 'Muli', sans-serif;
    color: #555555;
    text-align: left;
    position: absolute;
    left: 30px;
    bottom: -55px;
    line-height: 22px;
}
.box_pagamento ul li .pix_icon h5 b,
.box_pagamento ul li .cartao h5 b,
.box_pagamento ul li .boleto h5 b,
.box_pagamento ul li h5 b{
    display: block;
    color: #d45b5b;
    font-size: 18px;
    letter-spacing: -0.7px;
}
.box_pagamento ul li.active .pix_icon p,
.box_pagamento ul li.active .cartao p,
.box_pagamento ul li.active .boleto p,
.box_pagamento ul li.active p{
    font-size: 14px;
    color: #fff;
    text-align: left;
    padding-top: 10px;
}

.desconto {
    width: 250px;
    margin: 10px auto 0 auto;
    position: relative;
}
.desconto .input-input {
    width: 193px;
    float: left; clear: none;
    padding: 16px 0px 10px 0;
    float: left; clear: none;
    position: relative;
}
.desconto span{
    display: block;
    float: none; clear: none;
    clear: both;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    top: -10px;
    font-weight: bold;
    color: #d45b5b;
}
form label{
    display: block;
    width: 100%;
    position: relative;
    color: #555;
    text-align: left;
    padding-bottom: 5px;
}
form label input{
    margin-top: 4px;
}
form label span.carregador{
    display: block;
    padding-left: 25px;
    height: 18px;
    padding-top: 2px;
    background: url(../imagens/boss_cart/carregador.gif) left center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    color: #d45b5b;
}
.box .desconto button.bt_cupom{
    width: 46px;
    height: 42px;
    text-align: center;
    padding: 0;
    outline: 0;
    border: 2px solid transparent;
    border-radius: 5px;
    font-size: 14px;
    margin: 0;
    background: #555555;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    position: absolute;
    right: -3px;
    top: 3px;
}
.bt_continar_comprando{
    font-weight: bold;
    color: #555555;
    text-transform: uppercase;
    position: relative;
    background: url(../imagens/boss_cart/bt_left_news.png) left center no-repeat;
    padding: 5px 0 4px 38px;
    background-size: 29px 28px;
}
.footer_carrinho .bt_continar_comprando{
    top: 7px;
    margin-left: 20px;
    height: 28px;
    display: inline-block;
    line-height: 28px;
}
header a.bt_continar_comprando{
    float: left;
    color: #fff;
    margin-left: 20px;
    margin-top: 15px;
    background: url(../imagens/boss_cart/bt_left_news_wt.png) left center no-repeat;
    background-size: 29px 28px;
    height: 28px;
    line-height: 28px;
}
.footer_carrinho{
    height: 50px;
    background: #e5e5e5;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.footer_carrinho .formas_pagamento{
    float: right; clear: none;
    margin-right: 30px;
    margin-top: 10px;
}
#m_carrinho p.total_compra strong{
    font-size: 36px;
    color: #d45b5b;
}
.dados_cartao{
    padding-top: 20px;
    max-width: 460px;
    margin: 0 auto;
}
.dados_cartao label.invalido input{
    border-bottom: 1px solid #d93025;
}
.dados_cartao label.invalido input{
    border-bottom: 1px solid #d93025;
}
.dados_cartao label.invalido input::-webkit-input-placeholder {
  color: #d93025;
}
.dados_cartao label.invalido input::-moz-placeholder { /* Firefox 19+ */
  color: #d93025;
}
.dados_cartao label.invalido input:-ms-input-placeholder { /* IE 10+ */
  color: #d93025;
}
.dados_cartao label span.invalido{
    display: none;
}
.dados_cartao label.invalido span.invalido{
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 12px;
    font-family: 'Muli', sans-serif;
    font-weight: 700;  
    color: #d93025;  
    display: inline-block; 
}
.dados_cartao label span.invalido svg{
    position: relative;
    top: 3px;
    margin-right: 3px;
}
.dados_cartao label{
    position: relative;
}
.dados_cartao input[type=text], .dados_cartao input[type=number]{
    display: block;
    width: 96%;
    padding-left: 4%;
    border: 1px solid #99a2ad;
    height: 52px;
    margin-bottom: 5px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
}
.dados_cartao input[type=text].ano::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 0.5;
}
.dados_cartao input[type=text].ano::-moz-placeholder { /* Firefox 19+ */
    opacity: 0.5;
}
.dados_cartao input[type=text].ano:-ms-input-placeholder { /* IE 10+ */
    opacity: 0.5;
}
.dados_cartao input[type=text].ano:-moz-placeholder { /* Firefox 18- */
    opacity: 0.5;
}
.dados_cartao input[type=text]:focus, .dados_cartao input[type=number]:focus{
    border: 1px solid #b86023 ;
    color: #b86023 ;
    font-weight: 900;
}
.dados_cartao input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #757575;
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
}
.dados_cartao input[type=text]::-moz-placeholder { /* Firefox 19+ */
    color: #757575;
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
}
.dados_cartao input[type=text]:-ms-input-placeholder { /* IE 10+ */
    color: #757575;
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
}
.dados_cartao input[type=text]:-moz-placeholder { /* Firefox 18- */
    color: #757575;
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
}
.dados_cartao input.w_60{
    width: 60%;
    float: left;
}
.dados_cartao input.w_30{
    width: 27.8%;
    float: left;
    margin-right: 5px;
}
.dados_cartao input.w_30r{
    width: 30%;
    float: right;
    position: relative;
    left: 1px;
    margin-right: 0;
}

.dados_cartao input.w_1{
    width: 46%;
    float: right;
    margin-right: -1px;
}
.dados_cartao input.w_2{
    width: 19%;
    float: left;
    clear: none;
    margin-right: 5px;
}
.dados_cartao input.w_3{
    width: 19.5%;
    float: left;
    clear: none;
}
.dados_cartao label.w_1{
    width: 46%;
    float: right;
    margin-right: -1px;
}
.dados_cartao label.w_2{
    width: 26%;
    float: left;
    clear: none;
    margin-right: 5px;
}
.dados_cartao label.w_3{
    width: 26%;
    float: left;
    clear: none;
}
.dados_cartao label.w_1 input,
.dados_cartao label.w_2 input,
.dados_cartao label.w_3 input{
    text-indent: 15px;
}
.dados_cartao input[type=submit]{
    display: table;
    width: 99%;
    background: #b86023 url(../imagens/boss_cart/seta_botao.png) 94% center no-repeat;
    background-size: 9px 14px;
    -moz-background-size: 9px 14px;
    -webkit-background-size: 9px 14px;
    padding-top: 17px;
    padding-bottom: 17px;
    border-radius: 24px;
    color: #fff;
    text-align:center;
    font-weight: 700;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 8px;
    float: none;
    clear: both;
    border: none;
    margin-bottom: 24px;
    position: relative;
    top: 20px;
    cursor: pointer;
}
.dados_cartao div.carregador{
    display: table;
    width: 90%;
    padding-right: 9%;
    background: #99a2ad url(../imagens/boss_cart/loader.gif) 94% center no-repeat;
    background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -webkit-background-size: 20px 20px;
    padding-top: 17px;
    padding-bottom: 17px;
    border-radius: 8px;
    color: #fff;
    text-align:center;
    font-weight: 700;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 8px;
    float: none;
    clear: both;
    border: none;
    margin-bottom: 24px;
    position: relative;
    top: 20px;
    display: none;
}
.dados_cartao p{
    text-align: left;
    color: #b86023 ;
    font-weight: 600;
}
.finaliza_cadastro{
    position: relative;
}
.finaliza_cadastro .carregador{
    display: table;
    width: 91%;
    padding-right: 9%;
    background: #99a2ad url(../imagens/boss_cart/loader.gif) 94% center no-repeat;
    background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -webkit-background-size: 20px 20px;
    padding-top: 17px;
    padding-bottom: 17px;
    border-radius: 8px;
    color: #fff;
    text-align:center;
    font-weight: 700;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 8px;
    float: none;
    clear: both;
    border: none;
    margin-bottom: 24px;
    position: absolute;
    bottom: -55px;
    left: 0;
    display: none;
}
.dados_cartao ul.bandeiras{
    padding-top: 25px;
    padding-bottom: 5px;
    display: table;
    width: 100%;
}
.dados_cartao ul.bandeiras li{
    list-style-type: none;
    display: block;
    height: 40px;
    width: 65px;
    float: left;
    clear: none;
    border-radius: 6px;
    margin-right: 5px;
    border: 1px solid #99a2ad;
}
.dados_cartao ul.bandeiras li.selected{
    border: 2px solid #b86023 ;
}
.dados_cartao ul.bandeiras li.visa{
    background: url(../imagens/boss_cart/visa.png) center center no-repeat;
}
.dados_cartao ul.bandeiras li.master{
    background: url(../imagens/boss_cart/master.png) center center no-repeat;
}
.dados_cartao ul.bandeiras li.amex{
    background: url(../imagens/boss_cart/amex.png) center center no-repeat;
}
.dados_cartao select{
    padding-left: 3%;
    /*max-width: 414px;*/
    border: 2px solid #b86023 ;
    height: 52px;
    margin-bottom: 5px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #b86023 ;
    background: url(../imagens/boss_cart/seta_select.png) 97% center no-repeat;
    background-size: 12px 7px;
    -moz-background-size: 12px 7px;
    -webkit-background-size: 12px 7px;
}
.dados_cartao select.w_30r{
    width: 33%;
    float: right;
    position: relative;
    left: 1px;  
    display: block;  
    height: 54px;
    background: url(../imagens/boss_cart/seta_select.png) 90% center no-repeat;
    background-size: 12px 7px;
    -moz-background-size: 12px 7px;
    -webkit-background-size: 12px 7px;    
}
.msg_mail ul{
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 40px;
}
.mensagem_cartao{
    max-width: 463px;
    margin: 0 auto;
    background: #d45b5b;
    border-radius: 6px;
    margin-bottom: 32px;
}
.mensagem_cartao h3{
    color: #fff;
    padding-top: 18px;
}
.mensagem_cartao h4{
    color: #fff;
    max-width: 350px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 20px;
    padding-top: 5px;
}
.center_avaliar h3{
    text-align: center; 
    padding-top: 70px;
    padding-bottom: 8px;
}
.center_avaliar h4{
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
}
.center_avaliar .botao_finalizar{
    margin: 0 auto;
}
.listagem_avaliar{
    padding-top: 30px;
}
.listagem_avaliar li{
    margin-bottom: 1px;
    background: #efefef;
    display: table;
    width: 100%;
    position: relative;
    height: 130px;
}
.listagem_avaliar li img{
    position: absolute;
    left: 10px;
    top: 0;
    display: block;
    height: 80%;
    mix-blend-mode: multiply;
    margin-top: 10px;
}
.listagem_avaliar li .infos{
    padding-left: 130px;
}
.listagem_avaliar li .infos p.titulo{
    font-weight: 300;
    color: #555555;
    font-size: 17px;
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    padding-top: 30px;
}
.listagem_avaliar li .infos p.subtitulo{
    font-weight: 800;
    color: #b86023 ;
    font-size: 12px;
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    padding-top: 7px;
    padding-bottom: 3px;
}
.listagem_avaliar li .infos .notas span{
    display: inline-block;
    float: left;
    width: 20px;
    height: 20px;
    background: url(../imagens/estrela.png) center center no-repeat;
    margin-right: 2px;
    background-size: cover;
    cursor: pointer;
    transition: all 0.075s ease;
}
.listagem_avaliar li .infos .notas span.selected{
    background: url(../imagens/estrela_dourada.png) center center no-repeat;
    background-size: cover;    
}
.listagem_avaliar li textarea{
    display: block;
    width: 50%;
    height: calc(100% - 12px);
    padding-top: 12px;
    background: #f8f8f8;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    font-size: 13px;
    color: #767676;
    resize: none;
    font-weight: 300;
    text-indent: 20px;
}
#pop_carrinho *{
    font-family: 'Muli', sans-serif;
}
#pop_carrinho{
    width: 330px;
    height: 115px;
    border-radius: 6px;
    background: #f8f8f8;
    position: fixed;
    top: 50%;
    margin-top: -57.5px;
    right: 25px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); 
    z-index: 999;
    overflow: hidden;  
    transition: all 0.075s ease; 
}
#pop_carrinho span.side_carrinho{
    display: block;
    width: 60px;
    height: 100%;
    background: #9bc96f url(../imagens/boss_cart/car_branco.png) 14px center no-repeat;
    background-size: 29px 32px;
    position: absolute;
    left: 0;
    top: 0;
}
#pop_carrinho span.side_carrinho b{
    display: inline-block;
    width: 20px;
    height: 17px;
    padding-top: 3px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    position: absolute;
    top: 34px;
    right: 9px;
}
#pop_carrinho .infos{
    padding-left: 80px;
}
#pop_carrinho .infos h2{
    font-size: 12px;
    text-transform: uppercase;
    color: #989898;
    padding-top: 17px;
}
#pop_carrinho .infos h3{
    font-size: 15px;
    color: #515151;
    font-weight: 400;
    max-width: 70%;
    line-height: 16px;
}
#pop_carrinho .infos a.bt_ir_carrinho{
    font-size: 13px;
    text-transform: uppercase;
    color: #9bc96f;
    margin-top: 17px;
    font-weight: 700;
    display: inline-block;
    background: url(../imagens/seta_popcarrinho.png) right center no-repeat;
    background-size: 7px 11px;
    padding-right: 20px;
    letter-spacing: 0.5px;
    transition: all 0.075s ease;
}
#pop_carrinho .infos a:hover{
    padding-right: 25px;
}
#pop_carrinho .infos a.bt_fechar_pop_carrinho{
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(../imagens/bt_fechar_pop_carrinho.png) right center no-repeat;
    background-size: 11px 11px;
    position: absolute;
    top: 11px;
    right: 11px;
}
#agradecimento{
    margin-top: 70px;
    min-height: 100px;
    box-shadow: 0px -20px 20px -20px rgba(0,0,0,0.15); 
    width: 100%;
}
#agradecimento .centro{
    min-height: 100px;
    box-shadow: 0px 0 20px 0 rgba(0,0,0,0.15);
    max-width: 980px;
    margin: 0 auto;
    border-radius: 18px;
    position: relative;
    top: -30px;
    background: #fff;
    display: table;
}
#agradecimento .centro .infos{
    padding: 80px 120px;
}
#agradecimento span.status{
    color: #969595;
    font-size: 30px;
    font-family: 'Muli', sans-serif;
    font-weight: 900;  
    text-transform: uppercase;
    line-height: 26px; 
    width: 50%;
    float: left;
    position: relative;
}
#agradecimento span.status b{
    font-family: 'Muli', sans-serif;
}
#agradecimento span.aprovado img, #agradecimento span.aguardando img{
    position: absolute;
    left: -10px;
    top: -10px;
}
#agradecimento span.aprovado{
    color: #00a650;
    padding-left: 55px;
    width: calc(50% - 55px);
}
#agradecimento span.aguardando{
    color: #c8ce1a;
    padding-left: 75px;
    width: calc(50% - 75px);    
}
#agradecimento span.normal{
    position: relative;
    top: -8px;
    left: 40px;
}
#agradecimento span.status b{
    display: block;
    font-size: 14px;

}
#agradecimento{
    display: table;
}
#agradecimento h2{
    color: #969595;
    font-size: 17px;
     font-family: 'Muli', sans-serif;
    font-weight: 900; 
     text-transform: uppercase;
     padding-top: 30px; 
     display: table; 
     padding-bottom: 20px;
}
#agradecimento .coluna{
    width: 50%;
    float: left;
    display: table;
    margin-bottom: 80px;
}
#agradecimento .coluna_2{
    width: 40%;
    margin-left: 40px;
}
#agradecimento .coluna h3{
    color: #969595;
    font-size: 15px;
    font-family: 'Muli', sans-serif;
    font-weight: 900; 
    text-transform: uppercase; 
}
#agradecimento .coluna p{
    color: #969595;
    font-size: 14px;
    font-family: 'Muli', sans-serif;
    font-weight: 400; 
    line-height: 17px;
    padding-top: 7px;
    min-height: 70px;
}
#agradecimento .coluna a{
    color: #fff;
    font-size: 13px;
    font-family: 'Muli', sans-serif;
    font-weight: 900; 
    text-transform: uppercase;  
    background:  #969595;
    text-align: center;
    padding: 7px 30px;
    display: inline-block;
    border-radius: 18px;  
}
#agradecimento .coluna_1 a{
    background: #00a650;
}
.cadastro label{
    position: relative;
}
.cadastro label.invalido input.input-input{
    border-bottom: 1px solid #d93025;
}
.cadastro label.invalido input.input-input{
    border-bottom: 1px solid #d93025;
}
.cadastro label.invalido input.input-input::-webkit-input-placeholder {
  color: #d93025;
}
.cadastro label.invalido input.input-input::-moz-placeholder { /* Firefox 19+ */
  color: #d93025;
}
.cadastro label.invalido input.input-input:-ms-input-placeholder { /* IE 10+ */
  color: #d93025;
}
.cadastro label span.invalido{
    display: none;
}
.cadastro label.invalido span.invalido{
    position: absolute;
    right: 0;
    bottom: 39px;
    font-size: 12px;
    font-family: 'Muli', sans-serif;
    font-weight: 700;  
    color: #d93025;  
    display: inline-block; 
}
.cadastro label span.invalido svg{
    position: relative;
    top: 3px;
    margin-right: 3px;
}

@media (max-width: 1024px)  {
    #agradecimento .centro .infos{
        padding: 40px 20px 20px 20px ;
    }
    #agradecimento span.aguardando{
        width: 90%;
        margin-left: 5%;
    }
    body section div.conteudo{
        /*max-width: 89%;*/
    }
    #agradecimento .coluna_2{
        width: 90%;
        margin-left: 5%;
        padding-top: 15px;        
    }
    #agradecimento .coluna h3{
        text-align: center;
    }
    #agradecimento .coluna p{
        padding-top: 0;
        min-height: 10px;
        text-align: center;
    }
    #agradecimento .coluna a{
        margin-top: 10px;
        margin-left: calc(50% - 75px);
    }
    #agradecimento .coluna{
        margin-bottom: 10px;
    }
    .pix h3{
        position: relative;
        top: 15px;
    }

    /*
    Pra parar o zoom
    */
    select,
    textarea,
    input,
    .input-input, .input-password, select{
      font-size: 16px;
    }
    /* HEADER */
    #box_passos header h1 {
        margin: 25px 0 0 10px;
        float: left;
    }
    .siteblindado {
        position: absolute;
        height: 22px;
        width: 73px;
        top: 20px;
        right: 10px;
        margin-right: 0;
    }
    .siteblindado img{
        max-height: 20px;
    }
    /*aqui é o passo a passo*/
    #box_passos header ul {
        margin: 0 auto;
        line-height: 0px;
        width: 100%;
        background: #555555;
        border-top: 1px solid #f0f0f0;
        padding: 10px 0;
        margin-top: 20px;
    }
    #box_passos header ul li span.p1 {
        background: #f0f0f0;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
        margin-left: 5px;
    }
    #box_passos header ul li h3{
        color: #ccc;
        margin-left: 5px;
        margin-right: 5px;
        font-size: 9px;
    }
    /*aqui é a largura do conteúdo*/
    .conteudo .fazer_login, .sem_cadastro, .line, #entrega, .box {
        display: table;
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-top: 90px;
        text-align: center;
        position: relative;
    }
    .subtotal{
        height: 130px; 
    }
    .subtotal .box {
        margin-top: 0;
        padding: 10px 10px 0 10px;
    }    
    .input, .password {
        margin-top: 32px;
    }
    /*Aqui some o enfeite ----º---- */
    .line {
        display: none;
        overflow: hidden;
    }
    /*Aqui define largura dos botões*/
    .botao_finalizar,
    a.botao_finalizar{
            top: 4px; 
        width: 99%;
    }
    /*Aqui dá mais espaço com as pollíticas de privacidade*/
    .cadastro .botao_finalizar {
        margin-top: 80px;
    }
    .input-input, .input-password, select {
        height: 25px;
        padding: 0;
    }
    
    /* ENTREGA */
    /* aqui ajusta o pac e sedex no meio*/
    #entrega .box_entrega ul li {
        margin-right: 0px; 
        float: none;
    }
    .frete {
        padding-top: 0px;
            margin-bottom: 0px;
    }
    .box_sedex, .box_pac {
        float: none;
        margin: 20px auto;
    }
    .Checkbox {
        float: none; 
        margin-right: 0px; 
        margin-bottom: 0px;
    }
    .text_correios {
        display: table;
        margin-left: 0px; 
        padding-left: 0px; 
        text-align: center;
        width: 100%;
    }
    .ativo .text_correios h6, .ativo .text_correios span, .text_correios h6 {
        text-align: center;
    }
    /*
    Aqui ajusta a revisão
    */
    #m_carrinho ul.car li {
        display: table;
        margin-right: 2%;
        margin-left: 2%;
        margin-top: 0px;
        text-align: center;
        position: relative;
    }
    #m_carrinho ul.car li,
    #m_carrinho ul.car li:nth-child(2n){
        width: 99%;
    }
    ul.car li .prod_img {
        margin: 0;
    }
    .quantidades {
        padding: 0;
    }
    .prod_infos span {
        max-width: 80%;
    }
    /* Correios */
    .box_border .text_correios {
        padding: 20px 0 0 0px;
    }
    /* pagamento */
    .box_pagamento ul {
        display: table;
        width: 100%;
        margin: 0 auto;
    }
    .box_pagamento ul li {
        display: block; 
        margin: 20px auto;
        
    }
    .box_pagamento ul li:nth-child(2) {
        margin-right: auto;
    }
    #m_carrinho {
        /*padding-top: 40px;*/
    }
    #armored_website {
        width: 82px !important;
    }
    #m_carrinho .box{
        margin-top: 0;
    }
    /*Aqui posiciona o preço fixo*/
    .footer_carrinho p.total_compra {
     float: none; 
     margin-right: 0;
     padding: 0;
     position: fixed;
    bottom: 0px;
    text-align: right;
    width: 98%;
    padding-right: 2%;
    background: #f0f0f0;
    height: 50px;
    line-height: 50px;
    }
    
    /* Aqui Botão de Finalizar */
    .conteudo .botao_finalizar {
        width: 100%;
    }
    .footer_carrinho .formas_pagamento {
        display: none;
        overflow: hidden;
    }
    
    /* aqui alinha o texto */
    #m_carrinho .prod_infos h2 {
        text-align: left;
    }
    .margem {
        margin-top: 55px;
    }
    
    
    /**/
    .box_pagamento ul li .cartao h5, .box_pagamento ul li .boleto h5 {
        font-weight: 600;
        font-size: 14px;
        font-family: 'Muli', sans-serif;
        color: #555555;
        text-align: left;
        position: initial;
        left: 0;
        bottom: 0;
        line-height: 22px;
    }
    .box_pagamento ul li.active .cartao h5, .box_pagamento ul li.active .boleto h5 {
        font-weight: 600;
        font-size: 14px;
        font-family: 'Muli', sans-serif;
        color: #fff;
        text-align: left;
        position: initial;
        left: 0;
        bottom: 0;
        line-height: 22px;
    }
    .box_pagamento ul li .cartao h5 .parcela_carrinho{
        font-size: 15px;
    }
    .dados_cartao button{
        left: 36px;
    }
    .dados_cartao div.carregador{
        position: absolute;
        top: none;
        left: 38px;
        z-index: 99999;
        margin-top: 22px;
    }
     #pop_carrinho{
        width: 230px;
        height: 95px;
        top: 80px;
        margin-top: 0;
        right: 20px;
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); 
        z-index: 999;
        overflow: hidden;  
        transition: all 0.075s ease; 
    } 
    #pop_carrinho .infos a.bt_ir_carrinho{
        margin-top: 5px;
        font-size: 13px;
    }  
    #pop_carrinho .infos h3{
        font-size: 11px;
        line-height: 13px;
        max-width: 95%;
    }
    #pop_carrinho .infos{
        padding-left: 70px;
    }
    #pop_carrinho .infos h2{
        padding-top: 10px;
    }
.listagem_avaliar li .infos{
    padding-left: 130px;
}
.listagem_avaliar li textarea{
    width: 100%;
    height: 130px;
    padding-top: 12px;
    position: static;
}   
.listagem_avaliar li img{
    height: auto;
    width: 110px;
}
   /* .footer_carrinho {
        height: 90px;
       
    }
    .footer_carrinho p.total_compra {
    float: none; 
    margin: 0;
    text-align: center;
    padding: 10px 0;
}*/
    .center_avaliar {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }
    .listagem_avaliar li {
        display: flex;
        flex-direction: column;
        height: unset;
    }
    .listagem_avaliar li .infos {
        padding-bottom: 30px;
        padding-right: 30px;
        box-sizing: border-box;
    }
    .listagem_avaliar li textarea {
        position: relative;
        width: 100%;
        height: unset;
        text-indent: unset;
        padding: 20px;
        box-sizing: border-box;
    }
    .listagem_avaliar li .infos p.titulo {
        font-size: 14px;
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select,
  textarea,
  input,
  .input-input, .input-password, select{
    font-size: 16px;
  }
}
.aviso_uso_de_imagem{
    display: table;
    padding-top: 20px;
    position: relative;
    width: 100%;
}
.aviso_uso_de_imagem input{
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #333;
    position: relative;
    top: 2px;
    z-index: 999;
    cursor: pointer;
}
.aviso_uso_de_imagem p{
    display: inline-block;
}
.aviso_uso_de_imagem p a{
    text-decoration: underline;
    color: #b86023 ;
    position: relative;
    z-index: 999;
}
.aviso_uso_de_imagem_2{
    display: table;
    width: 100%;
    margin-top: 35px;
}
.aviso_uso_de_imagem_2 .center_tudo{
    display: inline-block;
    position: relative;
    width: 300px;
}
.bt_flutuante_atendimento{
  display: block;
  width: 62px;
  height: 62px;
  text-indent: -20000px;
  display: inline-block;
  float: left;
  background: url(../imagens/boss_cart/bt_atendimento.png) left top no-repeat;
  background-size: 62px 62px;
  position: fixed;
  right: 37px;
  bottom: 35px;
  z-index: 99;
}
/*
#######################################################
  #### POLÍTICAS
#######################################################
*/
#texto_politicas{
  padding-left: 25px;
  padding-bottom: 50px;
  padding-top: 140px;
}
#texto_politicas .centro{
    width: 1240px;
    margin:  0 auto;
}
#texto_politicas h2{
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 2px;
    color: #707372;
    text-transform: uppercase;
    column-gap: 28px;
}
#texto_politicas p strong,
#texto_politicas h3{
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
    letter-spacing: 2px;
    color: #707372;
    padding-top: 25px;
    display: block;
}
#texto_politicas h4{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 25px;  
}
#texto_politicas p{
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  padding-top: 10px;  
  color: #666;
}
/*
#######################################################
  #### MODAL FRETE GRÁTIS
#######################################################
*/
.modal_frete_gratis{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33,33,33,0.9);
  z-index: 99999;
  display: none; 
}
.modal_frete_gratis .container{
  display:flex;
  justify-content:center;
  align-items:center;
  width: 100%;
  height: 100%;  
 }  
.modal_frete_gratis .conteudo_modal{
    display: inline-block;
    width: 100%;
    max-width: 433px; 
}
.modal_frete_gratis .conteudo_modal img {
    display: none;
}
.modal_frete_gratis .conteudo_modal .tabela {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
    width: 100%;
    background: #fff url(../imagens/fundo_tabela_frete.jpg) center center no-repeat;
    box-sizing: border-box;
    padding: 0 30px;
    padding-top: 40px;
    padding-bottom: 45px;
}
.modal_frete_gratis .conteudo_modal .tabela ul {
    display: flex;
    flex-direction: column;
    row-gap: 1px;
    width: 100%;
    text-align: center;
}
.modal_frete_gratis .conteudo_modal .tabela ul li {
    width: 100%;
    background: #d0a1ba;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.modal_frete_gratis .conteudo_modal .tabela ul li.titulo {
    background: #b86023;
    padding-top: 8px;
    padding-bottom: 8px;
}
.modal_frete_gratis .conteudo_modal .tabela ul li.sul {
    background: #f48723;
}
.modal_frete_gratis .conteudo_modal .tabela ul li h2,
.modal_frete_gratis .conteudo_modal .tabela ul li h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.63px;
    color: #ffffff;
    text-transform: uppercase;
   display:flex;
  justify-content:center;
  align-items:center;     
}
.modal_frete_gratis .conteudo_modal .tabela ul li h2{
    height: 35px;
}
.modal_frete_gratis .conteudo_modal .tabela ul li h3{
    height: 35px;
    background: #d6d6d6;
    color: #333;
    font-size: 13px;
}
.modal_frete_gratis .conteudo_modal .tabela ul li h3 {
    font-weight: 400;
}
.modal_frete_gratis .conteudo_modal .tabela ul li.titulo h2 {
    font-size: 15px;
    letter-spacing: 0.675px;
}
.modal_frete_gratis a.bt_fechar_modal_frete_gratis{
  display: block;
  width: 19px;
  height: 19px;
  text-indent: -300000px;
  background: url(../imagens/bt_fechar_mobile.png) left top no-repeat;
  z-index: 999999999999999999999999999;
  background-size: 19px 19px;
  -moz-background-size: 19px 19px;
  -webkit-background-size: 19px 19px;
  z-index: 99;
  position: relative;
  left: 50%;
  margin-left: -9px;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
    .modal_frete_gratis .conteudo_modal {
        height: 87vh;
    }
    .modal_frete_gratis .conteudo_modal .tabela ul {
        row-gap: 3px;
    }
    .modal_frete_gratis a.bt_fechar_modal_frete_gratis {
        margin-bottom: -33px;
        top: -50px;
    }
    .modal_frete_gratis .conteudo_modal .tabela_frete_gratis_mobile,
    .modal_frete_gratis .conteudo_modal {
        transform: scale(0.75);
    }    
}
@media (max-width: 1239px) {
    .bt_flutuante_atendimento{
      right: 35px;
      bottom: 95px;
      z-index: 1;
    }
}
/*
#######################################################
  #### MENU MOBILE
#######################################################
*/
.menu_mobile .social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 31px;
    align-items: center;
    margin-top: 46px;
    margin-bottom: 44px;
}
.menu_mobile .social {
    margin-top: 20px;
    margin-bottom: 0;
    column-gap: 20px;
}
.menu_mobile .social .insta {
    background: url(../imagens/insta.png) center / 20px 20px no-repeat;
}
.menu_mobile .social .insta a {
    display: inline-block;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
}
.menu_mobile .social .face {
    background: url(../imagens/face.png) center / 11px 20px no-repeat;
}
.menu_mobile .social .face a {
    display: inline-block;
    text-indent: -9999px;
    width: 11px;
    height: 20px;
}
.menu_mobile .social .youtube {
    background: url(../imagens/youtube.jpg) center / contain no-repeat;
}
.menu_mobile .social .youtube a {
    display: inline-block;
    text-indent: -9999px;
    width: 20px;
    height: 15px;
}
.menu_mobile{
  position: fixed;
  bottom: 0px;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(217,120,45,0.98);
  display: none;
  z-index: 99999999;
  padding: 60px 0;
  padding-top: 30px;
  box-sizing: border-box;
  overflow-y: auto;
  height: unset !important;
  transition: all 0.92s ease-in;
}
.menu_mobile.aberto {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
}
.menu_mobile .navegacao{
  width: 530px;
  margin: 0 auto;
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  order: -2;
}
.menu_mobile .navegacao .tipo_1 li{
  display: block;
}
.menu_mobile .navegacao .tipo_1 li a{
  display: block;
  font-size: 26px;
  line-height: 34px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Muli', sans-serif;
  text-align: center;
  letter-spacing: 1.6px;
}
.menu_mobile .navegacao .tipo_1 li a:hover{
  text-decoration: underline;
}
.menu_mobile .navegacao .tipo_2{
  padding-top: 15px;
}
.menu_mobile .navegacao .tipo_2 li{
  display: block;
  padding-bottom: 2px;
}
.menu_mobile .navegacao .tipo_2 li a{
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
}
.menu_mobile .navegacao .tipo_2 li a.bt_sair_conta{
  font-family: 'Muli', sans-serif;
  font-weight: 600;
}
.menu_mobile .navegacao .tipo_2 li a:hover{
  text-decoration: underline;
}
.menu_mobile .info_rodape{
    position: relative;
    width: 100%;
    background: url(../imagens/info_rodape.png) center top no-repeat;
    background-size: 60px 54px;
    -moz-background-size: 60px 54px;
    -webkit-background-size: 60px 54px;
    padding-bottom: 20px; 
    margin-top: auto;
    order: -1;
}
.menu_mobile .info_rodape span.linha{
  display: block;;
  width: 60px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}
.menu_mobile .info_rodape h2{
  display: block;
  text-align: center;
  font-size: 17px;
  color: #fff;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
}
.menu_mobile .info_rodape h6{
    background: url(../imagens/logo_footer.png) center no-repeat;
    background-size: contain;
    width: 75px;
    height: 75px;
    text-indent: -9999px;
    margin: 0 auto 10px auto;    
}
.menu_mobile .info_rodape a{
  display: block;
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Muli', sans-serif;
}
.menu_mobile .info_rodape a:hover{
  text-decoration: underline;
}
.menu_mobile a.bt_fechar_mobile{
  display: block;
  width: 22px;
  height: 22px;
  text-indent: -20000px;
  background: url(../imagens/bt_fechar_mobile.png) center top no-repeat;
  background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  order: -3;
  margin: 0 auto;
}
@media (max-width: 1440px) {
    .menu_mobile .navegacao .tipo_1 li{
        line-height: 32px;
    }
    .menu_mobile .navegacao .tipo_1 li a{
        font-size: 23px;
    }
    .menu_mobile {
        height: calc(100vh - 85px);
    }
}
@media (max-width: 1279px) {
    .menu_mobile {
        top: 70px;
    }
    .menu_mobile .navegacao{
        width: 100%;
    }
    .menu_mobile .navegacao .tipo_1{
        padding-bottom: 20px;
    }
    .menu_mobile .navegacao .tipo_1 li{
        line-height: 32px;
    }
    .menu_mobile .navegacao .tipo_1 li a{
        font-size: 23px;
    }
    .menu_mobile a.bt_fechar_mobile{
      width: 25px;
      height: 25px;
      background: url(../imagens/bt_fechar_mobile.png) center top no-repeat;
      background-size: contain;
      margin-right: 17px;
    }   
}
@media (max-width: 320px) {
    .menu_mobile a.bt_fechar_mobile{
        top: 70px;
    }
    .menu_mobile .navegacao{
        top: 60px;
    }
    .menu_mobile .navegacao .tipo_1 li{
        line-height: 24px;
    }
    .menu_mobile .navegacao .tipo_1 li a{
        font-size: 18px;
    }
}
#carregador{
    width: 100%;
    height: 100vh;
    background: rgba(176,217,228,0.98);
    background-size: 75px 75px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999999999999;
    display:flex;
    justify-content:center;
    align-items:center; 
    display: none;
}
#carregador.aberto{
  display:flex;  
}
#carregador b{
    text-align: center;
    font-family: 'Muli', sans-serif;  
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;  
}
#carregador .loader {
  color: #fff;
  font-size: 50px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  position: relative;
  left: 80px;
  top: -70px;
}

/*##################
### DADOS DE RETIRADA
##################*/
.select_horario_consumo{
    display: table;
    width: 100%;
    float: none;
    clear: both;
}
.dados_retirada .fundo_cinza .select_horario_consumo select{
    position: static;
    background: #ebebeb url(../imagens/boss_cart/select_horario_retirada.png) calc(100% - 10px) center no-repeat;
    background-size: 14px 8px;
    width: 100%;
    text-align: left;
    border-radius: 6px;
    padding-left: 10px;
    margin-top: 8px;
    color: #959595;
    text-transform: none;
    font-size: 13px;
    margin-bottom: 13px;
    width: 310px; 
    padding: 7px 15px 10px 14px;
    height: auto;
}
.dados_retirada .fundo_cinza p.aviso_retirada{
    float: none;
    clear: both;
    display: table;
    padding: 7px 15px 10px 14px;
    border-radius: 6px;
    margin-top: 5px;
    background: #ebebeb;
    font-size: 13px;
    color: #959595;
}
.dados_retirada .fundo_cinza p.aviso_retirada b{
    text-decoration: underline;
    font-weight: 700;
}
.dados_retirada h2{
    font-size: 36px;
    color: #5f5147;
    font-family: 'DINRoundOT';
    font-weight: bold;
    text-align: left;
}
.dados_retirada .fundo_cinza{
    background: #f4f4f4;
    border-radius: 8px;
    margin-top: 15px;
    padding: 20px 25px;
}
.dados_retirada .fundo_cinza h3{
    font-size: 18px;
    color: #979797;
    font-family: 'DINRoundOT';
    font-weight: bold;
    text-align: left;    
    position: relative;
}
.dados_retirada .fundo_cinza h3 span{
    width: 50px;
    height: 2px;
    background: #d9782d;
    position: absolute;
    left: 0;
    bottom: -7px;
}
.dados_retirada .fundo_cinza h4{
    font-size: 20px;
    color: #5f5147;
    font-family: 'DINRoundOT';
    font-weight: bold;
    text-align: left;    
    position: relative;
    margin-top: 25px;
}
.dados_retirada .fundo_cinza h4 b{
    font-size: 20px;
    color: #5f5147;
    font-family: 'DINRoundOT';
    font-weight: bold;
    text-transform: capitalize;    
}
.dados_retirada .fundo_cinza select,
.dados_retirada .fundo_cinza select *{
    font-size: 11px;
    color: #d9782d;
    font-family: 'DINRoundOT';
    font-weight: bold;  
    text-decoration: underline;
    text-transform: uppercase;
}
.dados_retirada .fundo_cinza select.select_laranja{
    border-bottom: 1px solid #d9782d;
    max-width: 125px;
}
.dados_retirada .fundo_cinza select{
    border: none;
    width: 150px;
    position: absolute;    
    right: 0;
    top: 0;
    cursor: pointer;
    background:  url(../imagens/boss_cart/seta_trocar_loja.png) right center no-repeat;
    background-size: 14px 8px;
    text-align: right;
}
.dados_retirada .fundo_cinza select.select_horario_retirada{
    position: static;
    background: #ebebeb url(../imagens/boss_cart/select_horario_retirada.png) calc(100% - 10px) center no-repeat;
    background-size: 14px 8px;
    width: 100%;
    text-align: left;
    border-radius: 6px;
    padding-left: 10px;
    margin-top: 8px;
    color: #959595;
    text-transform: none;
    font-size: 13px;
    margin-bottom: 13px;
}
.dados_retirada .fundo_cinza p{
    font-family: 'DINRoundOT'; 
    font-size: 13px;    
    line-height: 18px;
    color: #868686;
    text-align: left;
    padding-top: 10px;
}
.dados_retirada .fundo_cinza ul.opcoes_retirada{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
    row-gap: 15px;
    width: 100%;
    margin-top: 10px;
}
.dados_retirada .fundo_cinza ul.opcoes_retirada li{
    border: 1px solid #c4c4c4;
    border-radius: 8px;
    text-align: left;
    padding: 10px 15px;
    cursor: pointer;
    transition: all 0.090s ease;
    min-width: 188px;
}
.dados_retirada .fundo_cinza ul.opcoes_retirada li:hover{
    background: #fff;
    border: 1px solid #ddd; 
}
.dados_retirada .fundo_cinza ul.opcoes_retirada li.selected{
    border: 1px solid #e09357;
}
.dados_retirada .fundo_cinza ul.opcoes_retirada li.selected h5{
    color: #e09357;
}
.dados_retirada .fundo_cinza ul.opcoes_retirada li.selected h5 input{
    color: #e09357;
}
.dados_retirada .fundo_cinza ul.opcoes_retirada li.selected p{
    color: #e09357;
}
.dados_retirada .fundo_cinza ul.opcoes_retirada li.selected strong{
    color: #e09357;
}
.dados_retirada .fundo_cinza ul.opcoes_retirada li h5{
    font-size: 13px;
    color: #6e6e6e;
    font-family: 'DINRoundOT';
    font-weight: bold; 
    position: relative;    
}
.dados_retirada .fundo_cinza ul.opcoes_retirada li h5 input{
    background: none;
    border: none;
    font-size: 13px;
    color: #6e6e6e;
    font-family: 'DINRoundOT';
    font-weight: bold;     
}
.dados_retirada .fundo_cinza ul.opcoes_retirada li p{
    padding-top: 0;
    font-size: 12px;

}
.dados_retirada .fundo_cinza ul.opcoes_retirada li strong{
    font-size: 14px;
    color: #19bb56;
    font-family: 'DINRoundOT';
    font-weight: bold;      
    display: inline-block;
}
.dados_retirada .fundo_cinza span.outras_datas{
    display: block;
    text-align: left;
    font-size: 17px;
    color: #d9782d;
    font-family: 'DINRoundOT';
    font-weight: bold; 
    margin-top: 10px;
    position: relative;
    background:  url(../imagens/boss_cart/calendario_tela_agendamento.png) 140px center no-repeat;
}
.dados_retirada .fundo_cinza span.outras_datas input{
    background: none;
    border: none;
    display: block;
    width: 160px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 2px;
    opacity: 0;
}
.campos_consumo{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 25px;  
    text-align: left;
    padding-top: 8px;  
}
.campos_consumo .radio_retirada{
    font-size: 13px;
    color: #797979;
    font-family: 'DINRoundOT';
    font-weight: bold; 
}
.campos_consumo .radio_retirada input{
    width: 18px;
    height: 18px;
    cursor: pointer;
    position: relative;
    top: 2px;
}
.horario_consumo{
    text-align: left;
    display: block;
    width: 100%;
    margin-top: 8px;
    position: relative;
}
.horario_consumo input{
    width: 260px;
    height: 28px;
    padding-bottom: 3px;
    border-radius: 30px;
    background: none;
    border: 1px solid #c4c4c4;
    font-size: 13px;
    color: #959595;
    font-family: 'DINRoundOT';
    text-indent: 13px;
}
.horario_consumo input::-webkit-input-placeholder {
    font-size: 13px;
    color: #959595;
    font-family: 'DINRoundOT';
}
.horario_consumo input::-moz-placeholder { /* Firefox 19+ */
    font-size: 13px;
    color: #959595;
    font-family: 'DINRoundOT';
}
.horario_consumo input:-ms-input-placeholder { /* IE 10+ */
    font-size: 13px;
    color: #959595;
    font-family: 'DINRoundOT';
}
.horario_consumo input:-moz-placeholder { /* Firefox 18- */
    font-size: 13px;
    color: #959595;
    font-family: 'DINRoundOT';
}
.horario_consumo b.help{
    display: block;
    width: 18px;
    height: 18px;
    background: url(../imagens/boss_cart/help_agendamento.png) center center no-repeat;
    background-size: 18px 18px;
    position: absolute;
    top: 7px;
    left: 235px;
    cursor: pointer;
}
.botao_finalizar_2{
    color: #fff;
    background-color: #e09357;
    border-color: #e09357;
    display: block;
    width: 650px;
    height: 50px;
    line-height: 36px;
    outline: 0;
    border: 2px solid transparent;
    border-radius: 8px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    position: relative;
    top: 0px;
    z-index: 99;   
    font-family: 'DINRoundOT';
    font-weight: 900;      
}
.dados_retirada .fundo_cinza h4 .bt_trocar_endereco{
    position: absolute;    
    right: 0;
    top: 0;
    cursor: pointer;
    background:  url(../imagens/boss_cart/seta_trocar_loja.png) right 3px no-repeat;
    background-size: 14px 8px;
    text-align: right;
    color: #d9782d;
    font-size: 11px;
    font-family: 'DINRoundOT';
    font-weight: bold;
    text-transform: uppercase;    
    padding-right: 25px;
    border-bottom: 1px solid #d9782d;
    padding-bottom: 5px;
}
.entrega_modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(176,217,228,0.99);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.entrega_modal .box{
    background: #fff;
    padding: 45px;
    border-radius: 12px;
}
.entrega_modal .box h3{
    font-size: 20px;
    color: #3e3e3e;
    font-family: 'DINRoundOT';
    font-weight: bold;  
    position: relative;    
}
.entrega_modal .box p{
    font-family: 'DINRoundOT'; 
    font-size: 14px;    
    line-height: 18px;
    color: #868686;
    text-align: center;
    padding-top: 4px;    
}
.entrega_modal .box form{
    padding-bottom: 30px;
}
.entrega_modal .box a.bt_fechar_modal_endereco{
  display: block;
  width: 19px;
  height: 19px;
  text-indent: -300000px;
  background: url(../imagens/bt_fechar_mobile.png) left top no-repeat;
  z-index: 999999999999999999999999999;
  background-size: 19px 19px;
  -moz-background-size: 19px 19px;
  -webkit-background-size: 19px 19px;
  z-index: 99;
  position: absolute;
  left: 50%;
  margin-left: -9px;
  top: -40px;
}




@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#box_passos .conteudo,
#m_carrinho {
    /*overflow-y: scroll;
    max-height: calc(100vh - 136px);*/
}
@media (max-width: 600px) {
    .logo_topo {
        display: none;
    }
    #m_carrinho ul.car {
        margin: 0 auto;
    }
    .caixa_pagamento_cartao #m_carrinho {
        padding: 20px;
    }
    .dados_cartao label.w_2 {
        width: 25%;
    }
}
a.botao_cadastro {
    margin-bottom: 30px;
}
.dados_cartao .form_cartao p{
    opacity: 0;
}
.dados_cartao .form_cartao p.parcela_minima,
.dados_cartao .form_cartao p.parcela_minima span{
    opacity: 1;
    font-size: 12px;
    font-weight: 700;
}
.dados_retirada .fundo_cinza select {
    padding-right: 20px;
}
@media(max-width: 1024px) {
    a.botao_cadastro {
        margin-top: 25px;
    }
    .cadastro .botao_finalizar {
        margin-bottom: 100px;
    }
    .sem_cadastro {
        padding-bottom: 70px;
    }
    .conteudo .botao_finalizar {
        margin-bottom: 85px;
    }
    .siteblindado span.site_seguro {
        line-height: 13px;
    }
    .siteblindado {
        right: 40px;
    }
    #agradecimento .centro .infos {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #agradecimento span.status {
        width: fit-content;
        text-align: center;
    }
    #agradecimento span.aprovado img, #agradecimento span.aguardando img {
        left: 50%;
        transform: translateX(-50%);
        top: -72px;
    }
    #agradecimento span.aguardando {
        padding-left: 0;
        margin-left: 0;
    }
    #agradecimento span.normal {
        top: 20px;
        left: 0;
    }
    #agradecimento .coluna_2 {
        margin-left: 0;
    }
    #box_passos {
        padding-bottom: 70px;
    }
}
@media(max-width: 600px) {
    #entrega {
        margin-top: 30px;
    }
    .dados_retirada h2 {
        font-size: 24px;
    }
    .dados_retirada .fundo_cinza h4 {
        padding-bottom: 23px;
    }
    .dados_retirada .fundo_cinza select,
    .dados_retirada .fundo_cinza h4 .bt_trocar_endereco {
        top: unset;
        right: unset;
        left: 0;
        bottom: 0;
        text-align: left;
        width: fit-content;
        margin: 0;
    }
    .campos_consumo {
        grid-template-columns: 1fr;
        row-gap: 10px;
        margin-top: -20px;
        margin-bottom: 20px;
    }
    .dados_retirada .fundo_cinza ul.opcoes_retirada {
        grid-template-columns: repeat(2, 1fr);
    }
    .dados_retirada .fundo_cinza {
        padding: 20px;
    }
    .entrega .frete {
        width: 100%;
        margin: 30px 0 60px 0;
    }
    .cart_box {
        width: 100%;
        right: 100% !important;
    }
    .entrega_modal .box {
        box-sizing: border-box;
    }
    .conteudo .fazer_login, .sem_cadastro, .line, #entrega, .box {
        margin-top: 40px;
    }
    .conteudo .botao_finalizar {
        margin-bottom: 20px;
    }
    .finaliza_cadastro .botao_finalizar {
        margin-top: 10px;
        margin-bottom: 85px;
    }
    .dados_retirada .fundo_cinza ul.opcoes_retirada {
        grid-template-columns: 1fr;
    }
    .horario_consumo input {
        width: 245px;
    }
    .horario_consumo b.help {
        left: 218px;
    }
    #m_carrinho .title h5 {
        padding-left: 0;
        font-size: 30px;
        line-height: 32px;
    }
    #m_carrinho ul.car.car_revisao {
        margin-left: 0;
    }
    #m_carrinho ul.car.car_revisao li {
        width: 100%;
        margin-left: 0;
    }
    #m_carrinho .opcoes_retirada_revisao .title h6 {
        padding-left: 0;
    }
    #m_carrinho .opcoes_retirada_revisao .marcada {
        margin-left: 0;
        margin-right: 0;
    }
    #m_carrinho .opcoes_retirada_revisao .marcada {
        grid-template-columns: 1fr;
    }
    .box_pagamento ul li {
        width: 100%;
    }
    .margem {
        margin-top: 20px;
    }
    .quantidades {
        width: 50px;
    }
    ul.car li .prod_img {
        padding-left: 10px;
        width: 23%;
    }
    #m_carrinho ul.car.car_revisao li img {
        left: 0;
    }
}