@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: 99999999999999999999;
    overflow: hidden;
}
#carrinho_new {
    width: 100%;
    min-height: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 11;
    display: none;
    z-index: 99999999999999999999;
    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;   
}
/*Box lateral*/
.cart_box {
    width: 350px;
    min-height: 100%;
    top: 0;
    z-index: 999999999;
    background-color: #f7f7f7;
    position: fixed;
   -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    float: right; clear: none;
    right: 0;
}
/* 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: 60px;
}
/*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;
}
.prod_preco {
    color: #222222;
    font-size: 22px;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
}   

/*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;
}
/* PREÇO */
.sub_preco {
    float: right; clear: none;
    text-align: right;
    clear: none;
}
.sub_preco h6{
    color: #eaa703;
    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{
    color: #fff;
    background-color: #eaa703;
    border-color: #eaa703;
    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: -11px;
    z-index: 9999999;
}
.botao_finalizar_2{
    top: 11px;
}
.botao_finalizar_3{
    top: 60px;   
}
.botao_finalizar_4{
    top: -25px;   
}
.cart_box .botao_finalizar{
    color: #fff;
    background-color: #eaa703;
    border-color: #eaa703;
    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(0,0,0,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: #555555;
}
/*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: #eaa703;
    color:#fff;
}
#box_passos header ul li.active h3{
    color:#eaa703;
}

/*site blindado*/
.siteblindado {
    width: 120px;
    height: 33px;
    background: #fff;
    border-radius: 5px;
    padding: 0 2px;
    position: absolute;
    top: 15px;
    right: 15px;
}
/* CADASTRO */
.conteudo {
    position: relative;
    padding-bottom: 120px;
    display: table;
    width: calc(100% - 20px);
    margin-left: 20px;
}
.conteudo .fazer_login .pessoas{
    display: table;
    width: 100%;
    padding-top: 30px;
}
.conteudo .fazer_login .pessoas a{
    display: inline-block;
    background: #efefef;
    border-radius: 6px;
    padding: 8px 15px 10px 15px;
    font-family: 'Muli', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 800;
    color: #666;
}
.conteudo .fazer_login .pessoas a.selected{
    background: #eaa703;
    color: #fff;
}
.conteudo .fazer_login, .sem_cadastro, .line {
    display: table;
    width: 380px;
    margin: 0 auto;
    margin-top: 70px;
    text-align: center;
    position: relative;
}
.line {
    margin-top: 20px; 
    margin-bottom: 45px;
}
.sem_cadastro{
    margin-top: 40px;
}
.box_cashback{
    padding-top: 10px;
}
.box_cashback input[type=text]{
    display: inline-block;
    max-width: 150px;
    color: #eaa703;
    border: 2px solid #eaa703;
    border-radius: 8px;
    padding: 8px;
    font-weight: 900;
}
.box_cashback input[type=submit]{
    display: inline-block;
    max-width: 150px;
    color: #eaa703;
    background: #eaa703;
    border-radius: 8px;
    padding: 10px;
    font-weight: 900;
    color: #fff;
    border: none;
    cursor: pointer;
}
.box_cashback input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #eaa703;
    font-weight: 900;
}
.box_cashback input[type=text]::-moz-placeholder { /* Firefox 19+ */
    color: #eaa703;
    font-weight: 900;
}
.box_cashback input[type=text]:-ms-input-placeholder { /* IE 10+ */
    color: #eaa703;
    font-weight: 900;
}
.box_cashback input[type=text]:-moz-placeholder { /* Firefox 18- */
    color: #eaa703;
    font-weight: 900;
}
.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 h3 b{
    color: #eaa703;
    font-size: 18px;
    letter-spacing: -1px;
}
.title h4{
    display: block;
    color: #555555;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin-top: 2px;
}
.input, .password {
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    position: relative;
    margin-top: 52px;
}
.input-input, .input-password, #carrinho_new 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: 20px;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    height: 18px;
}
.input textarea{
    height: 120px;
}
#box_passos select{
    height: 36px;
    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;
    width: 100%;
    border: 1px solid #aaa;
    margin-bottom: 15px;
}
#box_passos select::-ms-expand{
    display: none;
}
#box_passos select{
    -webkit-appearance: none;
    -moz-appearance: none;      
    appearance: none;
    padding: 2px 30px 2px 2px;
}
/* Esqueceu sua senha */
a.link{
    display: block;
    color: #eaa703;
    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: #eaa703;
    background-color: transparent;
    border-color: #eaa703;
}
::-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: #eaa703;
    border: none;
    margin-top: 5px;
    margin-left: 1px;
}
.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;
    position: relative;
    z-index: 99;
}
.text_privacidade a{
    color: #222222;
    text-decoration: underline;
    font-size: 12px;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  display: block;
}

/* Passo a passo - bolas */
.cpf span.p1{
    display: inline-block;
    background: #eaa703;
    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: -32px;
    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 ul{
    display: table;
    margin-top: 30px;
    margin: 30px auto; 
}
.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 ul li:nth-child(2n){
    margin-right: 0px;
}
.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 #eaa703;
    background: #eaa703;
    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: #eaa703;
    border: 1px solid #eaa703;
    padding: 7px 7px;
    border-radius: 4px;
    text-align: center;
    z-index: 9;
    margin-top: 10px;
}
.text_correios h6{
    font-weight: 900;
    font-size: 15px;
    letter-spacing: -1px;
    font-family: 'Muli', sans-serif;
    color: #555555;
    text-align: left;
    position: relative;
}
.text_correios h6 span.frete_riscado{
    position: absolute;
    top: -13px;
    left: 0;
    font-weight: 700;
    color: #d45b5b;
}
.text_correios h6 span.frete_riscado b{
     font-weight: 700;
    color: #d45b5b;   
    text-decoration: line-through;
}
.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: #eaa703;
    text-align: left;
}
.ativo .text_correios span{
    font-weight: 400;
    color: #eaa703;
    text-align: left;
}
#m_carrinho ul.car{
    display: table;
}
#m_carrinho ul.car li{
    width: 488px;
    height: 90px;
    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;
}
.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 #eaa703;
    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: #eaa703;
    border-color: #eaa703;
    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;
    top: -5px;
}
.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: #eaa703;
    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: 248px;
    border: 2px solid #e5e5e5;
    background: #fff;
    border-radius: 8px;
    margin-right: 11px;
    color: #555555;
    cursor: pointer;
}
.box_pagamento ul li{
    margin-bottom: 50px;
}
.box_pagamento ul li .boleto,
.box_pagamento ul li .cartao{
    padding: 10px 30px; 
    display: block;
    position: relative;
}
.box_pagamento ul li .boleto h6.aviso{
    font-weight: 800;
    font-size: 10px;
    font-family: 'Muli', sans-serif;
    color: #555555;
    text-align: left;
    position: absolute;
    left: 30px;
    bottom: -110px;
    line-height: 14px;
    color: #d45b5b;
    border: 1px solid #d45b5b;
    padding: 10px 15px;
    border-radius: 6px;
    text-transform: uppercase;
}
.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 .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 ul li .cartao p,
.box_pagamento ul li .boleto p{
     font-weight: 600;
    font-size: 14px;
    font-family: 'Muli', sans-serif;
    color: #555555;
    text-align: left;
    padding-top: 10px;
}
.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: absolute;
    left: 30px;
    bottom: -55px;
    line-height: 22px;
}
.box_pagamento ul li .cartao h5 b,
.box_pagamento ul li .boleto h5 b{
    display: block;
    color: #d45b5b;
    font-size: 18px;
    letter-spacing: -0.7px;
}
.box_pagamento ul li.active .cartao p,
.box_pagamento ul li.active .boleto 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;
}
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: 17px;
    margin-left: 20px;
}
header a.bt_continar_comprando{
    float: left;
    color: #fff;
    margin-left: 20px;
    margin-top: 19px;
    background: url(../imagens/boss_cart/bt_left_news_wt.png) left center no-repeat;
    background-size: 29px 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 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]:focus, .dados_cartao input[type=number]:focus{
    border: 1px solid #eaa703;
    color: #eaa703;
    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_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 input[type=submit]{
    display: table;
    width: 99%;
    background: #f4961f 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: #eaa703;
    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 #eaa703;
}
.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%;
    border: 2px solid #eaa703;
    height: 52px;
    margin-bottom: 5px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #eaa703;
    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;
    width: 100%;
}
.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: 40px;
    bottom: 5px;
    transform: rotate(30deg);
}
.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: #eaa703;
    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;
}
@media (max-width: 1024px)  {
    body section div.conteudo{
        max-width: 89%;
    }
    /*
    Pra parar a porra do 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: 30px;
        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;
    }
    #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;
    }
    
   /* .footer_carrinho {
        height: 90px;
       
    }
    .footer_carrinho p.total_compra {
    float: none; 
    margin: 0;
    text-align: center;
    padding: 10px 0;
}*/
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select,
  textarea,
  input,
  .input-input, .input-password, select{
    font-size: 16px;
  }
}
/*
#######################################################
  #### POLÍTICAS
#######################################################
*/
#texto_politicas{
  padding-left: 25px;
  padding-top: 25px;
  max-width: 750px;
  padding-bottom: 50px;
}
#texto_politicas h2{
  font-size: 36px;
  text-transform: uppercase;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  letter-spacing: 1px; 
}
#texto_politicas h3{
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
    letter-spacing: 2px;
}
#texto_politicas h4{
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  padding-top: 25px;  
}
#texto_politicas p{
  font-size: 15px;
  line-height: 22px;
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  padding-top: 10px;  
}
.bt_flutuante_atendimento{
  display: block;
  width: 60px;
  height: 73px;
  text-indent: -20000px;
  display: inline-block;
  float: left;
  background: url(../imagens/boss_cart/bt_atendimento.png) left top no-repeat;
  background-size: 200px 73px;
  -moz-background-size: 200px 73px;
  -webkit-background-size: 200px 73px;
  position: fixed;
  right: 0;
  bottom: 375px;
  z-index: 1;
    width: 43px;
    height: 52px;
    background-size: 142px 52px;  
}
.bt_flutuante_frete_gratis{
  display: block;
  width: 43px;
  height: 217px;
  text-indent: -20000px;
  display: inline-block;
  float: left;
  background: url(../imagens/boss_cart/bt_frete_gratis.png) left top no-repeat;
  background-size: 43px 217px;
  position: fixed;
  right: 0;
  bottom: 155px;
  z-index: 1;
}
@media (max-width:1024px) {
    .bt_flutuante_frete_gratis{
        width: 37px;
        height: 187px;
        background: url(../imagens/boss_cart/bt_frete_gratis.png) left top no-repeat;
        background-size: 37px 187px;
        bottom: 95px;
    }
    .bt_flutuante_atendimento{
      width: 37px;
      height: 45px;
      background: url(../imagens/boss_cart/bt_atendimento.png) left top no-repeat;
      background-size: 123px 45px;
      -moz-background-size: 123px 45px;
      -webkit-background-size: 123px 45px;
      bottom: 285px;
    }    
}
#seleciona_estado{
    background: rgba(135,33,119, 1);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
#seleciona_estado select{
    display: block;
    width: 300px;
    color: #fff;
    background: url(../imagens/boss_cart/seta_select_w.png) 96% center no-repeat;   
    background-size: 12px 7px;  
    border: 1px solid #fff; 
    height: 36px;
    text-indent: 4px;
}
#seleciona_estado select option{
    color: #333;
}
.container-banner-cookie *{
  font-family: 'Muli', sans-serif;
}
.container-banner-cookie a{
   color: #FCD000;
  text-decoration: underline;   
}
.container-banner-cookie {
  display: none;
  width: 100%;
  /*height: 70px;*/
  background-color: rgba(79, 79, 79, 0.8);
  justify-content: space-evenly;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  font-size: 14px;  
  text-align: justify;
  z-index: 99;
  padding: 15px 0;
}
.container-text-banner {
  width: 50%;
  justify-content: center;
  font-weight: 500;
}
.text-banner-cookie {
  color: #ffffff;
}
.text-banner-cookie > a {

}
.text-banner-cookie > a:visited {
  color: #FCD000;
}
.text-button-cookie {
  color: #fff;
  cursor: pointer;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
}
  .container-banner-cookie span.text-button-cookie{
    font-size: 14px;
    line-height: 14px;
      color: #FCD000;
      text-decoration: underline;        
  }

@media (max-width: 1024px) {
  .container-banner-cookie{
   min-height: 58px;
   flex-direction: column;
   padding: 0;
  }
  .container-text-banner {
    width: 90%;
  }
  .container-banner-cookie span{
    font-size: 12px;
    line-height: 14px;
  }
  .container-banner-cookie span.text-button-cookie {
    position: absolute;
    right: 20px;
    top: -20px;
    font-size: 12px;
  }
}

/*
#######################################################
  #### MODAL NEWSLETTER
#######################################################
*/
.modal_desconto{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0, 0.90);
    width: 100%;
    height: 100%;
    z-index: 999999;
  display:flex;
  justify-content:center;
  align-items:center;     
}
.modal_desconto .content{
    background: #fff url(../imagens/fundo_modal_descontos.png) center center no-repeat;
    width: 640px;
    height: 400px;
    border-radius: 16px;
    position: relative;
}
.modal_desconto .content .infos{
    width: 350px;
    float: right;
}
.modal_desconto .content .infos h3{
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 36px;
    padding-bottom: 23px;
    padding-top: 60px;
}
.modal_desconto .content .infos h3 b{
    display: block;
    font-weight: 900;
    font-size: 58px;
    letter-spacing: -2px;
}
.modal_desconto .content .infos p{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    max-width: 230px;
}
.modal_desconto .content .infos span.cupom{
    display: block;
    width: 242px;
    height: 35px;
    padding-bottom: 4px;
    border-radius: 4px;
    border: none;
    margin-top: 10px;
    color: #fff;
    border: 3px solid #40c8f4;
    font-size: 28px;
    font-weight: 900;
    text-align: center;
    display: none;
}
.modal_desconto .content .infos input[type=text]{
     display: block;
    width: 248px;
    height: 41px;
    border-radius: 4px;
    background: #fff;
    border: none;
    margin-top: 10px;
    text-indent: 15px;
    color: #313131;
    font-size: 14px;
    font-weight: 300;   
    margin-bottom: 5px;
}
.modal_desconto .content .infos input[type=email]{
    display: block;
    width: 248px;
    height: 41px;
    border-radius: 4px;
    background: #fff;
    border: none;
    text-indent: 15px;
    color: #313131;
    font-size: 14px;
    font-weight: 300;
}
/*.modal_desconto .content .infos input[type=email]::-webkit-input-placeholder {
    color: #313131;
    font-size: 14px;
    font-weight: 300;
}
.modal_desconto .content .infos input[type=email]::-moz-placeholder {
    color: #313131;
    font-size: 14px;
    font-weight: 300;
}
.modal_desconto .content .infos input[type=email]:-ms-input-placeholder {
    color: #313131;
    font-size: 14px;
    font-weight: 300;
}
.modal_desconto .content .infos input[type=email]:-moz-placeholder {
    color: #313131;
    font-size: 14px;
    font-weight: 300;
}*/
.modal_desconto .content .infos input[type=submit]{
    display: block;
    width: 248px;
    height: 41px;
    padding-bottom: 4px;
    border-radius: 4px;
    background: #f17f03;
    border: none;
    margin-top: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
}
.modal_desconto .content .infos p.obs{
    color: #5d5d5d;
    font-size: 13px;
    font-weight: 300;
    line-height: 14px;
    text-align: center;
    padding-top: 10px;
}
.modal_desconto .content .infos a.bt_fechar_modal{
    display: block;
    width: 35px;
    height: 35px;
    background: url(../imagens/bt_fechar_modal.png) no-repeat;
    background-size: 35px 35px;
    -moz-background-size: 35px 35px;
    -webkit-background-size: 35px 35px;
    position: absolute;
    top: 15px;
    right: 15px;
    text-indent: -20000px;
}
@media (max-width:1024px) {
    .modal_desconto .content {
        background: #eaa703 url(../imagens/fundo_modal_descontos_mobile.png) center center no-repeat;
        height: auto;
        min-height: 400px;
        width: calc(100% - 80px);
        top: 45px;
        margin-top: 0;
        padding-bottom: 25px;
        border-radius: 12px;
    }

    .modal_desconto .content .infos {
        width: 100%;
        float: none;
        padding-top: 30px;
    }

    .modal_desconto .content .infos h3 {
        text-align: center;
        font-size: 22px;
        line-height: 30px;
    }

    .modal_desconto .content .infos h3 b {
        font-size: 40px;
    }

    .modal_desconto .content .infos p {
        text-align: center;
        max-width: 250px;
        font-size: 16px;
        margin: 0 auto;
    }

    .modal_desconto .content .infos form {
        margin: 15px auto;
        width: 250px;
    }

    .modal_desconto .content .infos p.obs {
        padding-left: 15%;
        padding-right: 15%;
    }
    .modal_desconto .content .infos a.bt_fechar_modal{
        top: 25px;
    }
}







































