.checkout-header{
    margin-bottom: 15px !important;
}
/* CARRINHO DE COMPRAS */
.cart{
  width: 1200px;
  margin: 0 auto;
}
.cart ul.checkout-types{
    float: left;
    width: 100%;
    margin: 20px 0;
    text-align: right;
}
.cart ul.checkout-types li{
    float: none;
    display: inline-block;
}
.cart fieldset{
    float: left;
    width: 100%;
    border: 0;
}


/* MSG FRETE */
.cart .msg-frete-gratis-cart{
    float: left;
    width: 100%;
    background: #FFF;
    padding: 20px;
    font-size: 16px;
    color: #666;
}

/* MSG PERSONALIZADA CARRINHO */
.cart .msg-personalizada-cart{
    float: left;
    width: 100%;
    background: #FFF;
    padding: 20px;
    font-size: 16px;
    color: #666;
}


.cart table{
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    border: 0;
    margin-top: 20px;
}
.cart table tbody tr:nth-child(odd){
    background: #FFF;
}
.cart table tbody tr:nth-child(even){
    background: #F0F0F0;
}

.cart table tr.removendo{
    opacity: .3;
}

.cart table td{
    border: 0;
    padding: 25px;
}
.cart table td img{
    max-width: 75px;
}
.cart table tr.noPadding td{
    padding: 5px 20px;
}
.cart table tr.noPadding td img{
    max-width: 50px;
}
.cart table td.a-left, .cart table th.a-left{
    text-align: left;
}
.cart table td.a-right, .cart table th.a-right{
    text-align: right;
}
.cart table td.a-center, .cart table th.a-center{
    text-align: center;
}

.cart table thead{
    background: #464646;
    color: #FFF;
    text-transform: uppercase;
}
.cart table thead th{
    font-weight: 500;
    letter-spacing: 1px;
    padding: 15px;
}
.cart table thead th td{
    padding: 0;
}
.cart table tfoot.sub{
    background: #D5D5D5;
    color: #333;
    text-align: right;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.5px;
}
.cart table tfoot.sub span{
    font-weight: 600;
    font-size: 22px;
}
.cart table tfoot.sub tr.bts{
    display: none;
}
.cart table tfoot.sub tr td{
    padding: 17px 30px;
}

.cart table td h2.product-name{
    font-size: 16px;
}
.cart table td h2.product-name a{
    color: #333;
}
.cart table td h2.product-name small{
    display: block;
    font-size: 12px;
    color: #999;
    letter-spacing: .3px;
    margin-top: 3px;
}

.cart table td span.cart-price{
    color: #FF6452;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
}

.cart table td span.gift-name{
    float: left;
    width: 100%;
    margin-top: 10px;
    font-weight: 400;
    font-size: 15px;
}

.cart table td dl.item-options dt{
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}
.cart table td dl.item-options dd{
    margin-bottom: 10px;
}

.cart table td.quant_cart.loading{
    background: url(../images/loading_cart_td.gif) no-repeat center center;
}
.cart table td.quant_cart.loading button,
.cart table td.quant_cart.loading input{
    display: none;
}


.cart table td.quant_cart button{
    width: auto;
    padding: 15px 10px;
    text-align: center;
    border: 0;
    background: none;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 500;
    color: #333;
    font-size: 20px;
    outline: none;
    margin: 0;
    font-weight: 500;
    display: inline-block;
}
.cart table td.quant_cart button:hover{
    color: #FF6452;
}
.cart table td.quant_cart input{
    width: auto;
    padding: 15px 3px;
    text-align: center;
    border: 0;
    background: #E5E5E5;
    border-radius: 4px;
    font-weight: 500;
    color: #333;
    font-size: 16px;
    outline: none;
    margin: 0;
}
.cart table tr.noPadding td.quant_cart input{
    padding: 10px 5px;
}

.cart table a.btn-remove2{
    display: block;
    width: 100%;
    height: 15px;
    background: url(../images/icon_remove_product.png) no-repeat center center;
}
.cart table a.btn-remove2:hover{
    opacity: .75;
}

/* DESCONTO */
.desconto{
    display: none;
}
.fundo_desconto{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: 999999;
}
.form_desconto{
    position: absolute;
    top: 120px;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    background: #FFF;
    padding: 50px;
    border-radius: 5px;
    z-index: 9999999;
}
.form_desconto h2{
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.form_desconto input{
    float: left;
    width: 62%;
    background: #E5E5E5;
    text-transform: uppercase;
    color: #9D9D9D;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 18px;
    padding: 12px 15px;
    border: 0;
    outline: none;
    border-radius: 5px;
}
.form_desconto button{
    float: right;
    width: 35%;
    border: 0;
    outline: none;
    text-transform: uppercase;
    color: #FFF;
    border-radius: 5px;
    padding: 13px;
    font-weight: 600;
    text-align: center;
    background: #7FE5CB;
    font-size: 16px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: .3s;
}
.form_desconto button:hover{
    background-color: #35B494;
}
.form_desconto label{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 25px;
    font-size: 16px;
    color: #606060;
    letter-spacing: .5px;
    line-height: 1.5;
}
.form_desconto .fecha_desconto:after{
    font-family: 'FontAwesome';
    content: '\f00d';
    position: absolute;
    right: 15px;
    top: 15px;
    color: #21ABDA;
    font-size: 20px;
    cursor: pointer;
}
.form_desconto .fecha_desconto:hover:after{
    color: #333;
}

/* FRETE E TOTAIS */
.cart .cart-collaterals{
    float: left;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 100px;
}
.cart .cart-collaterals .col2-set{
    float: left;
    width: 59%;
}
.cart .cart-collaterals .totals{
    float: right;
    width: 40%;
    position: relative;
}

.cart .cart-collaterals .totals .totalsBlock{
    float: left;
    width: 100%;
}
.cart .cart-collaterals .totals .totalsBlock.loading{
    background: url(../images/loading_cart_td.gif) no-repeat center center;
}
.cart .cart-collaterals .totals .totalsBlock.loading table{
    opacity: .2;
}

.cart .cart-collaterals .totals td{
    text-align: left;
    background: #F0F0F0;
    padding: 15px;
    border-bottom: 1px solid #E5E5E5;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    letter-spacing: 1px;
}
.cart .cart-collaterals .totals tfoot td{
    background-color: #464646;
    color: #FFF;
    font-size: 20px;
}
.cart .cart-collaterals .totals tfoot td strong{
    font-weight: 600;
}

.cart .shipping{
    float: left;
    width: 100%;
}
.cart .shipping .shipping-form{
    float: left;
    width: 100%;
}
.cart .shipping .shipping-form form{
    float: left;
    width: 100%;
}
.cart .shipping .shipping-form form .form-list{
    float: left;
}
.cart .shipping .shipping-form form .form-list li{
    float: left;
}
.cart .shipping .shipping-form form .form-list li label{
    float: left;
    text-transform: uppercase;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 14px;
    margin-right: 10px;
}
.cart .shipping .shipping-form form .form-list li label em{
    display: none;
}
.cart .shipping .shipping-form form .form-list li .input-box{
    float: left;
}
.cart .shipping .shipping-form form .form-list li .input-box select{
    float: left;
    height: 45px;
    border: 0;
    background: #F0F0F0;
    padding: 13px;
    border-radius: 5px;
    outline: none;
    text-transform: uppercase;
    color: #858585;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    max-width: 150px;
    margin-right: 15px;
}
.cart .shipping .shipping-form form .form-list li .input-box input{
    float: left;
    border: 0;
    background: #F0F0F0;
    padding: 13px;
    border-radius: 5px;
    outline: none;
    text-transform: uppercase;
    color: #858585;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 500;
    max-width: 150px;
}
.cart .shipping .shipping-form form .form-list li .input-box input[disabled]{
    opacity: .5;
}

.cart .shipping .shipping-form form .form-list li .input-box input.validation-failed{
    border-color: #DA8C8C;
    background-color: #FEF3F3;
}
.cart .shipping .shipping-form form .form-list li .input-box .validation-advice{
    display: block;
    font-size: 14px;
    color: #DC4242;
    margin-top: 55px;
    padding-left: 25px;
    position: relative;
}
.cart .shipping .shipping-form form .form-list li .input-box .validation-advice:before{
    float: left;
    content: '\f106';
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #DC4242;
    position: absolute;
    left: 5px;
    bottom: -3px;
}

.cart .shipping .shipping-form form button{
    float: left;
    border: 0;
    background: #B8B8B8;
    padding: 17px 20px;
    height: 52px;
    border-radius: 5px;
    outline: none;
    text-transform: uppercase;
    color: #858585;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    margin-left: 10px;
    color: #FFF;
    transition: .3s;
}
.cart .shipping .shipping-form form button[disabled]{
    opacity: .5;
    cursor: initial;
}
.cart .shipping .shipping-form form button:hover{
    background: #666;
}
.cart .shipping .shipping-form form button[disabled]:hover{
    background: #B8B8B8;
}

.cart .shipping .shipping-form form .buttons-set{
    float: left;
}
.cart a.bt_tenho_cupom{
    float: left;
    text-transform: uppercase;
    font-size: 16px;
    color: #9D9D9D;
    letter-spacing: 1px;
    text-decoration: underline;
    margin-left: 15px;
    margin-top: 16px;
    font-weight: 500;
}
.cart a.bt_tenho_cupom:hover{
    color: #666;
}


.cart .shipping .shipping-form form .loading_shipping{
    float: left;
    width: 100%;
    color: #333;
    font-size: 16px;
    margin: 20px 0;
    margin-bottom: 15px;
    display: none;
}
.cart .shipping .shipping-form form .loading_shipping img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.cart .shipping .shipping-form form .loading_shipping span{
    display: inline-block;
    vertical-align: middle;
}


.cart .shipping .shipping-form form .txt{
    float: left;
    width: 100%;
    margin-top: 15px;
    color: #333;
    font-size: 16px;
    letter-spacing: .5px;
    font-weight: 500;
    margin-bottom: 10px;
}
.cart .shipping .shipping-form form .txt a{
    float: left;
    margin-top: 5px;
    color: #9D9D9D;
    text-decoration: underline;
}
.cart .shipping .shipping-form form .txt a:hover{
    color: #666;
}

.cart .shipping .shipping-form .sp-methods{
    float: left;
    width: 100%;
}
.cart .shipping .shipping-form .sp-methods dd{
    float: left;
    width: 100%;
    margin: 0;
    padding-left: 15px;
}
.cart .shipping .shipping-form .sp-methods dt{
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.cart .shipping .shipping-form .sp-methods dd ul li{
    float: left;
    width: 100%;
    margin-bottom: 15px;
    color: #606060;
    font-size: 16px;
}
.cart .shipping .shipping-form .sp-methods dd ul li input[type="radio"]{
    float: left;
    margin-right: 7px;
    margin-top: 0px;
    width: 16px;
    height: 16px;
    background: url(../images/radio.png) no-repeat center top;
    background-size: 100% auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    -webkit-transition: 0s !important;
    -moz-transition: 0s !important;
    -o-transition: 0s !important;
    transition: 0s !important;
}
.cart .shipping .shipping-form .sp-methods dd ul li input[type="radio"]:checked{
    background-position: center bottom;
}


.cart .shipping .shipping-form .sp-methods.loading dd,
.cart .shipping .shipping-form .sp-methods.loading dt{
    opacity: .2;
}
.cart .shipping .shipping-form .sp-methods.loading{
    background: url(../images/loading_cart_td.gif) no-repeat center center;
}


#co-shipping-method-form button{
    margin-left: 0;
    margin-top: 5px;
}

#mundipagg_creditcard .form-list .field{
    width: 100% !important;
}

body.checkout-cart-index .page-title,
body.customer-account-forgotpassword .page-title,
body.customer-account-changeforgotten .page-title{
    float: left;
    width: 100%;
    text-align: center;
    background: no-repeat;
    margin-top: 35px;
    text-transform: uppercase;
}
body.checkout-cart-index .page-title .btn-proceed-checkout{
    margin-top: 20px;
}

body.customer-account-forgotpassword h2.legend{
    display: none;
}
body.customer-account-forgotpassword .fieldset p{
    color: #999;
    text-align: center;
    margin-top: 10px;
    float: left;
    width: 100%;
}
body.customer-account-forgotpassword .fieldset label{
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}
body.customer-account-forgotpassword .fieldset label em{
    color: red;
    margin-right: 5px;
}

/* BOTOES CARRINHO */
.btn-proceed-checkout{
    float: none;
    display: inline-block;
    background: url(../images/seta_fechar_pedido.png) no-repeat #FF6A09;
    background-position: right 25px center;
    border-radius: 5px;
    padding: 15px 25px;
    padding-top: 16px;
    padding-right: 75px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    outline: none;
    font-weight: 500;
    letter-spacing: 1.5px;
    border: 0;
    cursor: pointer;
    transition: .3s;
}
.btn-proceed-checkout:hover{
    background-position: right 15px center;
    background-color: #CA5000;
}

.btn-update{
    float: none;
    display: inline-block;
    background: #8F8F8F;
    background-position: left 25px center;
    border-radius: 5px;
    padding: 15px 25px;
    padding-top: 16px;
    padding-left: 75px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    outline: none;
    font-weight: 500;
    letter-spacing: 1.5px;
    border: 0;
    cursor: pointer;
    transition: .3s;
    margin-top: 20px;
    margin-right: 20px;
    position: relative;
}
.btn-update.error{
    margin-right: 0;
    margin-bottom: 20px;
}
.btn-update:before{
    width: 25px;
    height: 29px;
    left: 29px;
    top: 10px;
    position: absolute;
    content: '';
    background:  url(../images/icon_atualizar_carrinho.png) no-repeat;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.btn-update:hover{
    background-color: #666;
}
.btn-update:hover:before{
    transform: rotate(-150deg);
    -webkit-transform: rotate(-150deg);
    -moz-transform: rotate(-150deg);
    -o-transform: rotate(-150deg);
    top: 13px;
    left: 25px;
}

.btn-continue{
    float: right;
    background: url(../images/seta_continuar_comprando.png) no-repeat #8F8F8F;
    background-position: left 25px center;
    border-radius: 5px;
    padding: 15px 25px;
    padding-top: 18px;
    padding-bottom: 14px;
    padding-left: 75px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    outline: none;
    font-weight: 500;
    letter-spacing: 1.5px;
    border: 0;
    cursor: pointer;
    transition: .3s;
    position: absolute;
    left: -94px;
}
.btn-continue:hover{
    background-position: left 15px center;
    background-color: #666;
}
.btn-continue.noMargin{
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
}


/* ======================================================================== */
/*                                 CHECKOUT                                 */
/* ======================================================================== */
body.onestepcheckout-index-index .page{
    background: #FFF;
}
body.onestepcheckout-index-index .page-head h1{
    font-size: 34px;
    letter-spacing: 4px;
    color: #333;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
}
body.onestepcheckout-index-index .page-head p{
    display: block !important;
    margin-top: 15px;
    text-transform: none;
    letter-spacing: 1px;
    font-size: 16px !important;
    margin-bottom: 25px;
    color: #666;
}

body.onestepcheckout-index-index .col-main{
  float: left;
  width: 100%;
}

.checkout{
    width: 1200px;
    margin: 0 auto;
}
.checkout form#onestepcheckout-general-form{
    float: left;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 100px;
}
.checkout .col_a{
    float: left;
    width: 50%;
    padding: 0 20px;
    border-right: 1px solid #E5E5E5;
}
.checkout .col_a .col-1, .checkout .col_a .col-2{
    float: left;
    width: 100%;
}
.checkout .col_a p.login{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #444;
}
.checkout .col_a p.login a{
    float: none;
    font-size: 16px !important;
    text-decoration: underline;
}
.checkout .col_a p.login a:hover{
    color: #FF6A09;
}
.checkout .col_b{
    float: right;
    width: 50%;
    padding: 0 20px;
    position: relative;
}
.checkout .col_b .opc{
    float: left;
    width: 100%;
}
.checkout .col_b .opc.fixo{
    position: fixed;
    bottom: 0;
    width: 34%;
}
.checkout .col_b .col-3{
    float: left;
    width: 100%;
    transition: .5s;
}

.checkout p.required{
    display: none;
}

.checkout div.step-title{
    float: left;
    width: 100%;
    font-size: 22px;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 3px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 20px;
    border-top: 1px solid #E5E5E5;
}
.checkout div.step-title span{
    display: none;
}
.checkout div.step-title h2{
    font-size: 24px;
    text-align: left;
}
.checkout #onestepcheckout-address-billing-wrapper .step-title{
    border: 0;
}

.checkout .osc-title{
    float: left;
    width: 100%;
    background: none;
    border: 0;
    color: #666;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    text-align: left;
}


#onestepcheckout-authentification{
    display: none;
}

.checkout ul{
    float: left;
    width: 100%;
    margin: 0 !important;
}
.checkout ul li{
    float: left;
    width: 100%;
    text-align: left;
}
.checkout ul li .input-box{
    float: left;
    width: 100%;
    position: relative;
}

.checkout ul li .input-box .cc_info{
    position: absolute;
    right: 0;
    top: 64px;
    z-index: 9999;
    display: none;
    background: #FFF;
    border: 1px solid #EEE;
    border-radius: 4px;
    padding: 10px;
}
.checkout ul li .input-box .cc_info .img{
    float: left;
    width: 144px;
    height: 90px;
}
.checkout ul li .input-box .cc_info:before{
    content: "\f0d8";
    font-family: 'FontAwesome';
    color: #EEE;
    position: absolute;
    right: 12px;
    top: -18px;
    font-size: 24px;
}
.checkout ul li .input-box .cc_info.cvv:before{
    left: 12px;
    right: 0;
    top: -18px;
}
.checkout ul li .input-box .cc_info.cvv{
    left: 0;
    right: auto;
    top: 67px;
}

.checkout ul li .input-box .cc_info.AE.number .img{
    background: url(../images/cartao_amex.png) no-repeat center top;
}
.checkout ul li .input-box .cc_info.AE.expiration .img{
    background: url(../images/cartao_amex.png) no-repeat center center;
}
.checkout ul li .input-box .cc_info.AE.cvv .img{
    background: url(../images/cartao_amex.png) no-repeat center bottom;
}

.checkout ul li .input-box .cc_info.VI.number .img{
    background: url(../images/cartao_visa.png) no-repeat center top;
}
.checkout ul li .input-box .cc_info.VI.expiration .img{
    background: url(../images/cartao_visa.png) no-repeat center center;
}
.checkout ul li .input-box .cc_info.VI.cvv .img{
    background: url(../images/cartao_visa.png) no-repeat center bottom;
}

.checkout ul li .input-box .cc_info.MC.number .img{
    background: url(../images/cartao_master.png) no-repeat center top;
}
.checkout ul li .input-box .cc_info.MC.expiration .img{
    background: url(../images/cartao_master.png) no-repeat center center;
}
.checkout ul li .input-box .cc_info.MC.cvv .img{
    background: url(../images/cartao_master.png) no-repeat center bottom;
}

.checkout ul li .input-box .cc_info.DN.number .img{
    background: url(../images/cartao_diners.png) no-repeat center top;
}
.checkout ul li .input-box .cc_info.DN.expiration .img{
    background: url(../images/cartao_diners.png) no-repeat center center;
}
.checkout ul li .input-box .cc_info.DN.cvv .img{
    background: url(../images/cartao_diners.png) no-repeat center bottom;
}

.checkout ul li .input-box .cc_info.EL.number .img{
    background: url(../images/cartao_elo.png) no-repeat center top;
}
.checkout ul li .input-box .cc_info.EL.expiration .img{
    background: url(../images/cartao_elo.png) no-repeat center center;
}
.checkout ul li .input-box .cc_info.EL.cvv .img{
    background: url(../images/cartao_elo.png) no-repeat center bottom;
}

.checkout ul li .input-box .cc_info.HI.number .img{
    background: url(../images/cartao_hiper.png) no-repeat center top;
}
.checkout ul li .input-box .cc_info.HI.expiration .img{
    background: url(../images/cartao_hiper.png) no-repeat center center;
}
.checkout ul li .input-box .cc_info.HI.cvv .img{
    background: url(../images/cartao_hiper.png) no-repeat center bottom;
}

.checkout ul li .input-box .dob-day{
  float: left;
  width: 32%;
}
.checkout ul li .input-box .dob-month{
  float: left;
  width: 32%;
  margin-left: 2%;
}
.checkout ul li .input-box .dob-year{
  float: right;
  width: 32%;
}

.checkout ul li.fields .field{
    float: left;
    width: 48.5%;
}
.checkout ul li.fields .field:last-child,
.checkout ul li.fields .field:nth-child(2){
    float: right;
}
.checkout ul li label{
    float: left;
    margin-bottom: 5px;
    font-size: 16px;
    color: #606060;
}

.checkout input{
    float: left;
    width: 100% !important;
    background: #F0F0F0;
    border: 1px solid #F0F0F0;
    outline: none;
    font-size: 18px;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #858585;
    letter-spacing: .5px;
    position: relative;
}
.checkout input.cvv{
    width: 48% !important;
}
#mundipagg_cc_type_exp_div .input-box .v-fix{
    float: left;
    width: 49%;
    position: relative;
}
#mundipagg_cc_type_exp_div .input-box .v-fix.last{
    float: right !important;
}
.checkout select{
    float: left;
    width: 100% !important;
    background: #F0F0F0;
    border: 1px solid #F0F0F0;
    outline: none;
    font-size: 18px;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #858585;
    letter-spacing: .5px;
    position: relative;
}
.checkout select.month{
    width: 48% !important;
}
.checkout select.year{
    float: right;
    width: 48% !important;
}
.checkout input[type="radio"]{
    float: left;
    margin-right: 7px;
    margin-top: -2px;
    width: 18px !important;
    height: 18px;
    background: url(../images/radio.png) no-repeat center top;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: 0;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
.checkout input[type="radio"]:checked{
    background-position: center bottom;
}
.checkout input[type="checkbox"]{
    float: left;
    margin-right: 5px;
    margin-top: 0px;
    width: 20px !important;
    height: 13px;
    background: url(../images/checkbox.png) no-repeat center top !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: 0;
}
.checkout input[type="checkbox"]:checked{
    background-position: center bottom !important;
}


.checkout table{
    float: left;
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    border: 0;
    margin: 15px 0;
}
.checkout table thead{
    background: #F0F0F0;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 2px;
    font-size: 20px;
}
.checkout table thead th{
    padding: 12px;
    border: 0 !important;
}
.checkout table td{
    padding: 15px;
    color: #606060;
    font-size: 16px;
    border: 0 !important;
}
.checkout table tbody td span{
    font-weight: bold;
    color: #333;
}
.checkout table tfoot{
    background: #FAFAFA;
    text-align: right;
}
.checkout table tfoot td{
    padding: 15px;
    border-bottom: 1px solid #E5E5E5 !important;
}
.checkout table tfoot tr:last-child td{
    background: #333;
    color: #FFF;
    border-bottom: 0;
    font-size: 18px;
}
.checkout tbody tr:nth-child(odd){
    background: #FFF;
}
.checkout tbody tr:nth-child(even){
    background: #F0F0F0;
}


.checkout input.validation-failed{
    color: #FF6452;
    background-color: #FFF7E4;
    border-color: #FF6452;
    padding-right: 60px;
}
.checkout input.validation-failed::-webkit-input-placeholder {color: #FF6452;}
.checkout input.validation-failed:-moz-placeholder { color: #FF6452;}
.checkout input.validation-failed::-moz-placeholder {  color: #FF6452;}
.checkout input.validation-failed:-ms-input-placeholder {color: #FF6452;}

.checkout .validation-advice{
    color: #FF6452;
    margin-top: -10px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    position: relative;
}
.checkout .validation-advice:after{
    position: absolute;
    content: 'Oops';
    color: #FF6452;
    right: 15px;
    top: -42px;
    text-transform: uppercase;
    border-bottom: 1px solid #FF6452;
    font-weight: 500;
    letter-spacing: .5px;
}
.checkout .validation-advice.noafter:after{
    display: none;
}


.checkout dt{
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-align: left;
}
.checkout dd{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
.checkout dd ul.messages li.error-msg{
    background: none !important;
}
.checkout dd > ul{
    float: left;
    width: 100%;
    padding-left: 15px;
}
.checkout dd ul li{
    float: left;
    width: 100%;
    color: #606060;
    font-size: 16px
}
.checkout dd ul li#mundipagg_cc_type_cvv_div{
    padding-bottom: 115px;
}

.checkout a{
    float: left;
    color: #606060;
    text-decoration: underline;
    font-size: 14px !important;
}
.checkout a:hover{
    color: #FF6452;
    cursor: pointer !important;
}
.checkout a.nao-sei-cep{
    margin-top: 6px !important;
}

.checkout .input_ccv{
    float: right;
    width: 28.5%;
}
.checkout .input_ccv input{
    width: 80% !important;
}
.checkout .inputs_validade_cartao{
    float: left;
    width: 70%;
}
.checkout .inputs_validade_cartao .v-fix{
    width: 49%;
}
.checkout .inputs_validade_cartao .v-fix.last{
    float: right;
}

.checkout a.cvv-what-is-this{
    float: left;
    width: 17px;
    height: 17px;
    background: url(../images/icon_ccv.png);
    cursor: pointer;
    margin-left: 10px;
    margin-top: 17px;
    overflow: hidden;
    text-indent: -9999px;
}
.checkout a.cvv-what-is-this i{
    display: none;
}

.checkout .btn-proceed-checkout{
    float: right !important;
    width: 50% !important;
}
.checkout .btn-proceed-checkout.onestepcheckout-place-order-button-disabled{
    opacity: .5;
    cursor: no-drop !important;
}

.checkout_seguranca{
    float: left;
    width: 100%;
    text-align: right;
    text-transform: uppercase;
    font-size: 16px;
    color: #3C3C3C;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 25px;
}
.checkout_seguranca span{
    float: right;
    margin-top: 30px;
    margin-right: 20px;
    color: #666;
}
.checkout_seguranca img{
    float: right;
}


/* POPUP LOGIN */
.popup_login{
    display: none;
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}
.fundo_popup_login{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 9999999;
}
.cont_popup_login{
    display: none;
    position: absolute;
    width: 40%;
    left: 30%;
    top: 0;
    background: #FFF;
    border-radius: 4px;
    padding: 30px 0;
    padding-bottom: 65px;
    z-index: 99999999;
    text-align: center;
}
.cont_popup_login a{
    font-size: 14px;
    color: #666;
}
.cont_popup_login h1{
    font-size: 44px;
    letter-spacing: 2px;
    color: #333;
}
.cont_popup_login form{
    float: left;
    width: 60%;
    margin-left: 20%;
    margin-top: 15px;
}
.cont_popup_login input{
    float: left;
    width: 100% !important;
    background: #F0F0F0;
    border: 1px solid #F0F0F0;
    outline: none;
    font-size: 18px;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #858585;
    letter-spacing: .5px;
    position: relative;
}


.cont_popup_login input.validation-failed{
    color: #FF6452;
    background-color: #FFF7E4;
    border-color: #FF6452;
    padding-right: 60px;
}
.cont_popup_login input.validation-failed::-webkit-input-placeholder {color: #FF6452;}
.cont_popup_login input.validation-failed:-moz-placeholder { color: #FF6452;}
.cont_popup_login input.validation-failed::-moz-placeholder {  color: #FF6452;}
.cont_popup_login input.validation-failed:-ms-input-placeholder {color: #FF6452;}

.cont_popup_login .validation-advice{
    color: #FF6452;
    margin-top: -10px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
}
.cont_popup_login .validation-advice:after{
    position: absolute;
    content: 'Oops';
    color: #FF6452;
    right: 15px;
    top: -42px;
    text-transform: uppercase;
    border-bottom: 1px solid #FF6452;
    font-weight: 500;
    letter-spacing: .5px;
}

.cont_popup_login button{
    padding: 15px 25px;
    margin-top: 10px;
    background: #8F8F8F;
    border-radius: 5px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 16px;
    border: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: none;
    opacity: 1;
    cursor: normal;
}
.cont_popup_login button:hover{
    transform: scale(1.07) rotate(-3deg);
    -webkit-transform: scale(1.07) rotate(-3deg);
    -moz-transform: scale(1.07) rotate(-3deg);
    -o-transform: scale(1.07) rotate(-3deg);
    background: #666;
}
.cont_popup_login button.disabled{
    opacity: .5;
    cursor: no-drop;
}
.cont_popup_login .close{
    position: absolute;
    right: 15px;
    top: 15px;
}
.cont_popup_login .close:after{
    font-family: 'FontAwesome';
    content: '\f00d';
    position: absolute;
    right: 0;
    top: 0;
    color: #666;
    font-size: 20px;
    cursor: pointer;
}
.cont_popup_login .close:hover:after{
    color: #333;
}

.cont_popup_login .login_respostas{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 25px;
    font-size: 16px;
    color: #666;
}
.cont_popup_login .login_respostas.error{
    color: #FF6452;
}
.cont_popup_login .login_respostas.success{
    color: #8CE196;
}

/* LOGIN */
body.customer-account-login .page{
    background-color: #F6F6F6;
}
.account-login{
  width: 1200px;
  margin: 0 auto;
  padding: 75px 0;
}
.account-login .page-title{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}
.account-login form{
  float: left;
  width: 100%;
  margin-bottom: 150px;
}
.account-login .col2-set{
  float: left;
  width: 100%;
}
.account-login .col2-set .col-1{
  float: left;
  width: 50%;
}
.account-login .col2-set .col-2{
  float: left;
  width: 50%;
}
.account-login .col2-set h2{
  text-transform: uppercase;
  display: block;
  font-weight: 300;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  margin: 0;
  margin-top: 15px;
  font-weight: normal;
  margin-bottom: 10px;
}
.account-login .col2-set p{
  line-height: 1.5;
  padding-right: 50px;
  color: #999;
  font-size: 15px;
}
.account-login .col2-set p.required{
  display: none;
}
.account-login .col2-set li{
  float: left;
  width: 49%;
  font-size: 14px;
  color: #666;
  margin-top: 15px;
}
.account-login .col2-set li:last-child{
  float: right;
}
.account-login .col2-set li em{
  color: red;
  margin-right: 5px;
}
.account-login .col2-set input{
  float: left;
  width: 100%;
  margin-top: 3px;
  background: #FFF;
  border: 1px solid #E5E5E5;
  outline: none;
  font-size: 16px;
  padding: 10px;
  border-radius: 3px;
  color: #858585;
  letter-spacing: .5px;
  position: relative;
}
.account-login .col2-set input.validation-failed{
  border-color: #DA8C8C;
  background-color: #FEF3F3;
}
.account-login .col2-set .validation-advice{
  float: left;
  width: 100%;
  font-size: 14px;
  color: #DC4242;
  margin-top: 8px;
  padding-left: 25px;
  position: relative;
}
.account-login .col2-set .validation-advice:before{
  float: left;
  content: '\f106';
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #DC4242;
  position: absolute;
  left: 5px;
  top: -2px;
}

.account-login .col2-set button{
  float: left;
  padding: 12px 30px;
  background: #58A8E2;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  letter-spacing: .3px;
  border: 0;
  outline: none;
  margin-top: 15px;
  text-transform: uppercase;
  transition: .3s all ease-out;
  -moz-transition: .3s all ease-out;
  -webkit-transition: .3s all ease-out;
  cursor: pointer;
  border-radius: 3px;
}
.account-login .col2-set button:hover{
  background: #1479C1;
}

.account-login .col2-set a{
  float: right;
  font-size: 14px;
  color: #666;
  margin-top: 30px;
}

body.customer-account-create{
  background: #FAFAFA;
}
/* CRIAR CONTA */
.account-create{
  width: 1200px;
  margin: 0 auto;
  padding: 50px 100px;
}
.account-create form{
  float: left;
  width: 100%;
  margin-bottom: 100px;
}
.account-create .col-1{
  float: left;
  width: 50%;
}
.account-create .col-2{
  float: left;
  width: 50%;
}
.account-create h2{
  float: left;
  width: 100%;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  font-size: 1.2rem;
  color: #444;
  letter-spacing: 0.05rem;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.account-create p{
  line-height: 1.5;
  padding-right: 50px;
}
.account-create p.required{
  display: none;
}
.account-create .form-list .field{
  float: left;
  width: 49%;
  text-align: center;
}
.account-create .form-list .field.name-firstname,
.account-create .form-list .field.senha{
  width: 49%;
}
.account-create .form-list .field.name-lastname,
.account-create .form-list .field.repetir_senha,
.account-create .form-list .field:nth-child(2){
  float: right;
  width: 49%;
}
.account-create .form-list .field.field_ie{
    float: left;
}
.account-create .form-list .field.field_cpf{
    float: right;
}
.account-create .form-list li.tipopessoa label{
  float: none;
  margin: 0;
  font-size: 16px;
}
.account-create li{
  float: left;
  width: 100%;
  color: #666;
  margin-bottom: 15px;
  text-align: center;
}
.account-create li label{
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 14px;
}
.account-create li .input-box{
    float: left;
    width: 100%;
    position: relative;
}
.account-create li label[for="is_subscribed"]{
  width: auto;
  margin: 0;
}
.account-create li em{
  color: red;
  margin-right: 5px;
}
.account-create input{
  float: left;
  width: 100%;
  margin-top: 3px;
  background: #FFF;
  border: 1px solid #E5E5E5;
  outline: none;
  font-size: 16px;
  padding: 10px;
  border-radius: 3px;
  color: #858585;
  letter-spacing: .5px;
  position: relative;
}
.account-create select{
  float: left;
  width: 100%;
  margin-top: 3px;
  background: #FFF;
  border: 1px solid #E5E5E5;
  outline: none;
  font-size: 16px;
  padding: 10px;
  border-radius: 3px;
  color: #858585;
  letter-spacing: .5px;
  position: relative;
}
.account-create input[type="radio"]{
  float: none;
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 0;
  background: url(../images/radio.png) no-repeat center top;
  background-size: 100% auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  border: 0;
  margin-right: 10px;
  margin-top: -3px;
  vertical-align: middle;
  -webkit-transition: 0s !important;
  -moz-transition: 0s !important;
  -o-transition: 0s !important;
  transition: 0s !important;
}
.account-create input[type="radio"]:checked{
  background-position: center bottom;
}

.account-create input[type="checkbox"]{
    float: left;
    margin-right: 5px;
    margin-top: 0px;
    width: 20px !important;
    height: 13px;
    background: url(../images/checkbox.png) no-repeat center top !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: 0;
}
.account-create input[type="checkbox"]:checked{
    background-position: center bottom !important;
}

.account-create input.validation-failed,
.account-create select.validation-failed{
  border-color: #DA8C8C;
  background-color: #FEF3F3;
}
.account-create .validation-advice{
    font-size: 14px;
    position: absolute;
    right: -7px;
    top: 50%;
    margin-top: -7px;
    text-align: center;
    padding-left: 3.5px;
}
.account-create .validation-advice:before{
    float: left;
    content: 'x';
    font-size: 12px;
    color: #FFF;
}

.account-create button{
  float: right;
  padding: 15px 30px;
  background: #58A8E2;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  letter-spacing: .3px;
  border: 0;
  outline: none;
  margin-top: 10px;
  text-transform: uppercase;
  transition: .3s all ease-out;
  -moz-transition: .3s all ease-out;
  -webkit-transition: .3s all ease-out;
  cursor: pointer;
  border-radius: 3px;
}
.account-create button:hover{
  background: #1479C1;
}

.account-create a{
  float: left;
  font-size: 14px;
  color: #666;
  margin-top: 25px;
}
.account-create .form-list input.input-text, .account-create .form-list select{
  width: 100%;
}

.account-create .dob-day{
  float: left;
  width: 32.333333%;
}
.account-create .dob-month{
  float: left;
  width: 32.333333%;
  margin-left: 1.5%;
}
.account-create .dob-year{
  float: right;
  width: 32.333333%;
}
.account-create .dob-day .validation-advice,
.account-create .dob-month .validation-advice,
.account-create .dob-year .validation-advice{
  display: none;
}
.form-list .customer-dob .dob-day select, .form-list .customer-dob .dob-month select{
  width: 100% !important;
}
.form-list .customer-dob .dob-year select{
  width: 100% !important;
}


/* MENSAGENS LOGIN */
.account-login ul.messages{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.account-login ul.messages li{
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 8px 0;
    border-radius: 5px;
}
.account-login ul.messages li.success-msg{
    color: #3C763D;
    background: #DFF0D8;
    border: 1px solid #D6E9C6;
}
.account-login ul.messages li.info-msg{
    color: #31708F;
    background: #D9EDf7;
    border: 1px solid #BCE8f1;
}


/* ESQUECI MINHA SENHA */
body.customer-account-forgotpassword .col-main{
    float: left;
    width: 100%;
}
body.customer-account-forgotpassword ul.form-list{
    margin-top: 10px;
}
body.customer-account-forgotpassword .buttons-set{
    float: left;
    width: 100%;
    padding: 0 17.5%;
}
body.customer-account-forgotpassword .page{
    background: #F6F6F6;
}
body.customer-account-forgotpassword h2.legend{
    float: left;
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 20px;
    letter-spacing: .5px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 2px;
}
body.customer-account-forgotpassword .col-main form{
    float: left;
    width: 100%;
    padding-bottom: 100px;
}
body.customer-account-forgotpassword ul.form-list{
    float: left;
    width: 100%;
    margin-top: 30px;
    padding: 0 17.5%;
}
body.customer-account-forgotpassword ul.form-list li{
    float: left;
    width: 100%;
    position: relative;
}
body.customer-account-forgotpassword ul.form-list li input{
    float: left;
    width: 100%;
    background: #FFF;
    border: 1px solid #E5E5E5;
    outline: none;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    color: #858585;
    letter-spacing: .5px;
    position: relative;
}


body.customer-account-forgotpassword ul.form-list li input.validation-failed{
  border-color: #DA8C8C;
  background-color: #FEF3F3;
}
body.customer-account-forgotpassword .validation-advice{
  float: left;
  width: 100%;
  font-size: 14px;
  color: #DC4242;
  margin-top: 8px;
  padding-left: 25px;
  position: relative;
}
body.customer-account-forgotpassword .validation-advice:before{
  float: left;
  content: '\f106';
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #DC4242;
  position: absolute;
  left: 5px;
  top: -3px;
}

body.customer-account-forgotpassword p.required{
    display: none;
}
body.customer-account-forgotpassword p.back-link a{
    float: left;
    font-size: 14px;
    color: #666;
    margin-top: 20px;
}

body.customer-account-forgotpassword .buttons-set button{
    float: right;
    padding: 12px 30px;
    background: #58A8E2;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    letter-spacing: .3px;
    border: 0;
    outline: none;
    margin-top: 15px;
    text-transform: uppercase;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    cursor: pointer;
    border-radius: 3px;
    margin-bottom: 150px;
}
body.customer-account-forgotpassword .buttons-set button:hover{
    background: #57D0B2;
}

body.customer-account-forgotpassword a.back-link{
    float: left;
    padding: 15px 25px;
    margin-top: 10px;
    background: #8F8F8F;
    border-radius: 5px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 16px;
    border: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: none;
}
body.customer-account-forgotpassword a.back-link:hover{
    text-decoration: none;
    transform: scale(1.07) rotate(-3deg);
    -webkit-transform: scale(1.07) rotate(-3deg);
    -moz-transform: scale(1.07) rotate(-3deg);
    -o-transform: scale(1.07) rotate(-3deg);
    background: #666;
}

/* REDEFINIR SENHA */
body.customer-account-changeforgotten .col-main{
    float: left;
    width: 100%;
}
body.customer-account-changeforgotten ul.form-list{
    margin-top: 10px;
}
body.customer-account-changeforgotten .buttons-set{
    float: left;
    width: 100%;
    padding: 0 17.5%;
}
body.customer-account-changeforgotten .page{
    background: #F6F6F6;
}
body.customer-account-changeforgotten h2.legend{
    float: left;
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 20px;
    letter-spacing: .5px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 2px;
}
body.customer-account-changeforgotten .col-main form{
    float: left;
    width: 100%;
    padding-bottom: 100px;
}
body.customer-account-changeforgotten ul.form-list{
    float: left;
    width: 100%;
    margin-top: 30px;
    padding: 0 17.5%;
}
body.customer-account-changeforgotten ul.form-list li{
    float: left;
    width: 100%;
    position: relative;
}
body.customer-account-changeforgotten ul.form-list li .field{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
body.customer-account-changeforgotten ul.form-list li input{
    float: left;
    width: 100%;
    background: #FFF;
    border: 1px solid #E5E5E5;
    outline: none;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    color: #858585;
    letter-spacing: .5px;
    position: relative;
}
body.customer-account-changeforgotten ul.form-list .input-box{
    position: relative;
}


body.customer-account-changeforgotten ul.form-list li input.validation-failed{
  border-color: #DA8C8C;
  background-color: #FEF3F3;
}

body.customer-account-changeforgotten p.required{
    display: none;
}
body.customer-account-changeforgotten p.back-link a{
    float: left;
    font-size: 14px;
    color: #666;
    margin-top: 20px;
}

body.customer-account-changeforgotten .buttons-set button{
    float: right;
    padding: 12px 30px;
    background: #58A8E2;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    letter-spacing: .3px;
    border: 0;
    outline: none;
    margin-top: 15px;
    text-transform: uppercase;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    cursor: pointer;
    border-radius: 3px;
    margin-bottom: 150px;
}
body.customer-account-changeforgotten .buttons-set button:hover{
    background: #57D0B2;
}

body.customer-account-changeforgotten a.back-link{
    float: left;
    padding: 15px 25px;
    margin-top: 10px;
    background: #8F8F8F;
    border-radius: 5px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 16px;
    border: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: none;
}
body.customer-account-changeforgotten a.back-link:hover{
    text-decoration: none;
    transform: scale(1.07) rotate(-3deg);
    -webkit-transform: scale(1.07) rotate(-3deg);
    -moz-transform: scale(1.07) rotate(-3deg);
    -o-transform: scale(1.07) rotate(-3deg);
    background: #666;
}

/* RECUPERAR SENHA */
body.customer-account-resetpassword .col-main{
    float: left;
    width: 100%;
}
body.customer-account-resetpassword ul.form-list{
    margin-top: 10px;
}
body.customer-account-resetpassword .buttons-set{
    float: left;
    width: 100%;
    padding: 0 17.5%;
}
body.customer-account-resetpassword .page{
    background: #FFF;
}
body.customer-account-resetpassword .page-title{
    margin-top: 50px;
}
body.customer-account-resetpassword h2.legend{
    float: left;
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 20px;
    letter-spacing: .5px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 2px;
}
body.customer-account-resetpassword .col-main form{
    float: left;
    width: 100%;
    padding-bottom: 100px;
}
body.customer-account-resetpassword ul.form-list{
    float: left;
    width: 100%;
    margin-top: 30px;
    padding: 0 17.5%;
}
body.customer-account-resetpassword ul.form-list em{
    display: none;
}
body.customer-account-resetpassword ul.form-list li{
    float: left;
    width: 100%;
    position: relative;
}
body.customer-account-resetpassword ul.form-list li input{
    float: left;
    width: 100%;
    background: #F0F0F0;
    border: 1px solid #F0F0F0;
    outline: none;
    font-size: 18px;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #858585;
    letter-spacing: .5px;
    position: relative;
}
body.customer-account-resetpassword ul.form-list li input.validation-failed{
    color: #FF6452;
    background-color: #FFF7E4;
    border-color: #FF6452;
    padding-right: 60px;
}
body.customer-account-resetpassword ul.form-list li input.validation-failed::-webkit-input-placeholder {color: #FF6452;}
body.customer-account-resetpassword ul.form-list li input.validation-failed:-moz-placeholder { color: #FF6452;}
body.customer-account-resetpassword ul.form-list li input.validation-failed::-moz-placeholder {  color: #FF6452;}
body.customer-account-resetpassword ul.form-list li input.validation-failed:-ms-input-placeholder {color: #FF6452;}

body.customer-account-resetpassword ul.form-list li .validation-advice{
    color: #FF6452;
    margin-top: -10px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    position: relative;
}
body.customer-account-resetpassword ul.form-list li .validation-advice:after{
    position: absolute;
    content: 'Oops';
    color: #FF6452;
    right: 15px;
    top: -42px;
    text-transform: uppercase;
    border-bottom: 1px solid #FF6452;
    font-weight: 500;
    letter-spacing: .5px;
}
body.customer-account-resetpassword .buttons-set button{
    float: right;
    padding: 15px 25px;
    margin-top: 10px;
    background: #7FE5CB;
    border-radius: 5px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 16px;
    border: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: none;
}
body.customer-account-resetpassword .buttons-set button:hover{
    transform: scale(1.07) rotate(3deg);
    -webkit-transform: scale(1.07) rotate(3deg);
    -moz-transform: scale(1.07) rotate(3deg);
    -o-transform: scale(1.07) rotate(3deg);
    background: #57D0B2;
}

body.customer-account-resetpassword a.back-link{
    float: left;
    padding: 15px 25px;
    margin-top: 10px;
    background: #8F8F8F;
    border-radius: 5px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 16px;
    border: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: none;
}
body.customer-account-resetpassword a.back-link:hover{
    text-decoration: none;
    transform: scale(1.07) rotate(-3deg);
    -webkit-transform: scale(1.07) rotate(-3deg);
    -moz-transform: scale(1.07) rotate(-3deg);
    -o-transform: scale(1.07) rotate(-3deg);
    background: #666;
}
body.customer-account-resetpassword p.required{
    display: none;
}
body.customer-account-resetpassword .fieldset{
    margin: 0 !important;
}

/* ======================================================================== */
/*                               MINHA CONTA                                */
/* ======================================================================== */
body.customer-account-index,
body.customer-account-edit,
body.customer-account-logoutsuccess,
body.customer-address-index,
body.customer-address-form,
body.newsletter-manage-index,
body.sales-order-history,
body.sales-order-view,
body.sales-order-invoice,
body.sales-order-shipment,
body.wordpress-index-index,
body.checkout-cart-index{
    background: #F6F6F6;
}
body.customer-account-index .page-title,
body.customer-account-edit .page-title,
body.customer-account-logoutsuccess .page-title,
body.customer-address-index .page-title,
body.customer-address-form .page-title,
body.newsletter-manage-index .page-title,
body.sales-order-history .page-title,
body.sales-order-view .page-title,
body.sales-order-invoice .page-title,
body.sales-order-shipment .page-title,
body.wordpress-index-index .page-title{
    background: none;
    margin-top: 50px;
}
body.newsletter-manage-index h2.legend{
    display: none;
}

body.customer-address-form h2.legend{
    text-align: left;
}

body.customer-account-logoutsuccess p{
    float: left;
    width: 100%;
    text-align: center;
    margin: 50px 0;
    margin-bottom: 100px;
    font-size: 18px;
    color: #606060;
    letter-spacing: .5px;
}

body.sales-order-view .page-title h1 span.Pendente,
body.sales-order-view .page-title h1 span.Cancelado,
body.sales-order-view .page-title h1 span.Fechado{
    color: #FF6452;
}
body.sales-order-view .page-title h1 span.Processando,
body.sales-order-view .page-title h1 span.Completo{
    color: #3EC15B;
}

.my-account{
    margin: 0 auto;
    width: 1200px;
    padding-bottom: 75px;
}

.my-account .box a{
    color: #9D9D9D;
    text-decoration: underline;
    font-size: 16px;
    margin-top: 5px;
    letter-spacing: 1px;
}
.my-account .box a:hover{
    color: #FF6452;
}

.my-account .dashboard{
    float: left;
    width: 100%;
}
.my-account .dashboard .welcome-msg{
    float: left;
    width: 50%;
}
.my-account .dashboard .welcome-msg p{
    float: left;
    width: 100%;
    font-size: 18px;
    color: #AAA;
    letter-spacing: .5px;
    line-height: 1.5;
}
.my-account .dashboard .welcome-msg p.hello{
    text-transform: uppercase;
    color: #666;
    letter-spacing: 2px;
    font-size: 30px;
    margin: 0;
}
.my-account .dashboard .welcome-msg p.hello strong{
    font-weight: 600;
}

.my-account .dashboard .dashboard_menu{
    float: right;
    width: 50%;
    text-align: center;
}
.my-account .dashboard .dashboard_menu h2{
    float: left;
    width: 100%;
    text-transform: uppercase;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 5px;
    position: relative;
    color: #333;
    font-size: 26px;
    letter-spacing: 1.5px;
    font-weight: bold;
}
.my-account .dashboard .dashboard_menu ul{
    float: left;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}
.my-account .dashboard .dashboard_menu ul li{
    display: inline-block;
    width: 24.555555%;
    padding: 5px;
    text-align: center;
}
.my-account .dashboard .dashboard_menu ul li i{
    float: left;
    width: 100%;
    text-align: center;
    background: #21ABDA;
    color: #333;
    font-size: 70px;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 10px;
    transition: .4s;
}
.my-account .dashboard .dashboard_menu ul li i.fa-heart{
    font-size: 50px;
    padding: 30px 20px;
}
.my-account .dashboard .dashboard_menu ul li a{
    color: #333;
    font-size: 18px;
    letter-spacing: .5px;
    font-weight: 500;
}
.my-account .dashboard .dashboard_menu ul li:hover i{
    background: #333;
    color: #21ABDA;
}


.my-account .dashboard .box-recent{
    float: left;
    width: 100%;
    margin-top: 50px;
}
.my-account .dashboard .box-recent .box-head{
    float: left;
    width: 100%;
}
.my-account .dashboard .box-recent .box-head h2{
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: #333;
    font-size: 26px;
    letter-spacing: 1.5px;
    font-weight: bold;
}
.my-account .dashboard .box-recent .box-head a{
    display: none;
}
.my-account .dashboard .box-recent table{
    float: left;
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    border: 0;
    margin-top: 15px;
}
.my-account .dashboard .box-recent table thead{
    background: #F0F0F0;
    text-transform: uppercase;
}
.my-account .dashboard .box-recent table thead th{
    padding: 15px;
    text-transform: uppercase;
    color: #333;
    font-size: 18px;
    letter-spacing: 1.5px;
    font-weight: 600;
    text-align: center;
}
.my-account .dashboard .box-recent table td{
    text-align: center;
    padding: 15px;
    font-size: 16px;
    color: #333;
    letter-spacing: .5px;
    position: relative;
}
.my-account .dashboard .box-recent table td.last span.nobr{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 0;
}
.my-account .dashboard .box-recent table td a{
    color: #9D9D9D;
    text-decoration: underline;
    font-size: 14px;
    margin-top: 5px;
    letter-spacing: 1px;
}
.my-account .dashboard .box-recent table td a:hover{
    color: #FF6452;
}
.my-account .dashboard .box-recent table td.total{
    font-weight: bold;
    color: #333;
    letter-spacing: 1px;
}
.my-account .dashboard .box-recent table tr:nth-child(odd) td{
    background: #FFF;
}

.my-account .dashboard .box-recent table tr:nth-child(even) td{
    background: #F0F0F0;
}

.my-account .dashboard .box-recent table tfoot td{
    text-align: center;
    text-transform: uppercase;
    background: #D5D5D5 !important;
    color: #333;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 20px;
}
.my-account .dashboard .box-recent table tfoot td a{
    color: #333;
    font-size: 20px;
    text-decoration: none;
}
.my-account .dashboard .box-recent table tfoot td a:hover{
    color: #FF6452;
}

.my-account .dashboard .box-recent table td span.Pendente,
.my-account .dashboard .box-recent table td span.Cancelado,
.my-account .dashboard .box-recent table td span.Fechado{
    color: #FF6452;
}
.my-account .dashboard .box-recent table td span.Processando,
.my-account .dashboard .box-recent table td span.Completo{
    color: #3EC15B;
}


.my-account .dashboard .box-info{
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 100px;
    border: 0;
}
.my-account .dashboard .box-info .box-head{
    display: none;
}
.my-account .dashboard .box-info .col2-set{
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.my-account .dashboard .box-info .col2-set .col-1{
    float: left;
    width: 49%;
}
.my-account .dashboard .box-info .col2-set .col-2{
    float: right;
    width: 49%;
}
.my-account .dashboard .box-info .col2-set .box{
    float: left;
    width: 100%;
}
.my-account .dashboard .box-info .col2-set .box .box-title{
    float: left;
    width: 100%;
    text-transform: uppercase;
    border-bottom: 1px solid #EBEBEB;
    padding: 5px;
    padding-top: 0;
    position: relative;
}
.my-account .dashboard .box-info .col2-set .box .box-title h3{
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: #333;
    font-size: 18px;
    letter-spacing: 1.5px;
    font-weight: bold;
}
.my-account .dashboard .box-info .col2-set .box .box-title a{
    position: absolute;
    top: 0;
    right: 5px;
    text-transform: none;
    color: #9D9D9D;
    letter-spacing: 1px;
    font-size: 14px;
}
.my-account .dashboard .box-info .col2-set .box .box-title a:hover{
    color: #FF6452;
}
.my-account .dashboard .box-info .col2-set .box .box-content{
    float: left;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.7;
    font-weight: 500;
    color: #666;
}
.my-account .dashboard .box-info .col2-set .box .box-content a{
    color: #9D9D9D;
    text-decoration: underline;
}
.my-account .dashboard .box-info .col2-set .box .box-content a:hover{
    color: #FF6452;
}
.my-account .dashboard .box-info .col2-set .box .box-content address{
    font-style: normal;
}


.my-account form{
    width: 600px;
    margin: 0 auto;
    text-align: center;
}
.my-account form p.required{
    display: none;
}
.my-account form h2.legend{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
}
.my-account form ul.form-list{
    float: left;
    width: 100%;
}
.my-account form ul.form-list li{
    float: left;
    width: 100%;
}
.my-account form ul.form-list li .field{
    float: left;
    width: 49%;
}
.my-account form ul.form-list li .field.right{
    float: right;
}
.my-account form ul.form-list li.fields .field,
.my-account form ul.form-list li .field.name-firstname{
    width: 49% !important;
}
.my-account form ul.form-list li .field:nth-child(2),
.my-account form ul.form-list li .field.name-lastname{
    float: right;
    width: 49%;
}
.my-account form ul.form-list li .field.field_ie{
    float: left !important;
}
.my-account form ul.form-list li label{
    float: left;
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}
.my-account form ul.form-list li label em{
    display: none;
}
.my-account form ul.form-list li.control label{
    width: auto;
}
.my-account form ul.form-list li.full .input-box{
    width: 100%;
}
.my-account .input-box{
    float: left;
    width: 100%;
    position: relative;
}
.my-account form ul.form-list li .field.name-lastname .input-box,
.my-account form ul.form-list li .field.senha .input-box,
.my-account form ul.form-list li .field.right .input-box{
    float: right;
}

.my-account form ul.form-list li .field.field_rg{
    width: 49%;
}
.my-account form ul.form-list li .field.field_cpf{
    width: 49%;
    float: right;
}

.my-account form ul.form-list .input-box.customer-dob{
    width: 100%;
}
.my-account form ul.form-list .dob-day{
    float: left;
    width: 32%;
}
.my-account form ul.form-list .dob-month{
    float: left;
    width: 32%;
    margin-left: 2%;
}
.my-account form ul.form-list .dob-year{
    float: right;
    width: 32%;
}

.my-account form ul.form-list li input{
    float: left;
    width: 100%;
    height: auto;
    background: #E5E5E5;
    border: 1px solid #E5E5E5;
    outline: none;
    font-size: 16px;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #858585;
    letter-spacing: .5px;
    position: relative;
}
.my-account form ul.form-list li input.validation-failed{
    color: #FF6452;
    background-color: #FFF7E4;
    border-color: #FF6452;
    padding-right: 60px;
}
.my-account form ul.form-list li select{
    float: left;
    width: 100%;
    height: 46px;
    background: #FFF;
    border: 1px solid #E5E5E5;
    outline: none;
    font-size: 12px;
    padding: 15px;
    border-radius: 0;
    margin-bottom: 15px;
    color: #808080;
    letter-spacing: .5px;
    position: relative;
}

.validation-failed,
.my-account form ul.form-list li input.validation-failed,
.my-account form ul.form-list li select.validation-failed{
    border-color: #d9534f !important;
    -webkit-animation-name: shake;
    -webkit-animation-duration: 150ms;
    -webkit-animation-delay: 0;
    -webkit-animation-iteration-count: 4;
    -webkit-animation-direction: linear;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-name: shake;
    animation-duration: 150ms;
    animation-delay: 0;
    animation-iteration-count: 4;
    animation-direction: linear;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    -webkit-transform: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform: center;
    -ms-transform-origin: center;
    transform: center;
    transform-origin: center;
}
@keyframes shake {
  33.333333% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  66.666666% {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
  0%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
input.validation-passed, select.validation-passed {
    border-color: #58a703;
}


.my-account form ul.form-list li.tipopessoa{
    float: left;
    width: 100%;
    margin: 10px 0;
}
.my-account form ul.form-list li.tipopessoa label{
    float: left;
    margin-right: 25px;
}
.my-account form input[type="radio"]{
    float: left;
    margin-right: 10px;
    margin-top: 2px;
    width: 18px !important;
    height: 18px !important;
    background: url(../images/radio.png) no-repeat center top !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    padding: 0 !important;
    border: 0 !important;
}
.my-account form input[type="radio"]:checked{
    background-position: center bottom !important;
}

.my-account form input[type="checkbox"]{
    float: left;
    margin-right: 10px;
    margin-top: 2px;
    width: 20px !important;
    height: 13px !important;
    background: url(../images/checkbox.png) no-repeat center top !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    padding: 0 !important;
    border: 0 !important;
}
.my-account form input[type="checkbox"]:checked{
    background-position: center bottom !important;
}

.my-account p.back-link a{
    float: left;
    background: url(../images/seta_continuar_comprando.png) no-repeat #8F8F8F;
    background-position: left 25px center;
    border-radius: 5px;
    padding: 15px 25px;
    padding-left: 75px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    outline: none;
    font-weight: 500;
    letter-spacing: 1.5px;
    border: 0;
    cursor: pointer;
    transition: .3s;
    margin-bottom: 50px;
}
.my-account p.back-link a:hover{
    background-position: left 15px center;
    background-color: #666;
    text-decoration: none;
}
.my-account p.back-link small{
    display: none;
}

.my-account button{
    float: right;
    padding: 15px 25px;
    margin-top: 10px;
    background: #21ABDA;
    border-radius: 5px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 16px;
    border: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: none;
    margin-bottom: 50px;
}
.my-account button:hover{
    background: #01458E;
}

input.no-display{
    display: none;
}


.my-account ul.messages{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.my-account ul.messages li{
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 8px 0;
    border-radius: 5px;
}
.my-account ul.messages li.success-msg{
    color: #3C763D;
    background: #DFF0D8;
    border: 1px solid #D6E9C6;
}
.my-account ul.messages li.error-msg{
    color: #A94442;
    background: #F2DEDE;
    border: 1px solid #EBCCD1;
}
.my-account ul.messages li.info-msg{
    color: #31708F;
    background: #D9EDf7;
    border: 1px solid #BCE8f1;
}

body.customer-address-index .page-title{
    padding-bottom: 0;
}
.addresses-list{
    float: left;
    width: 100%;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.7;
    font-weight: 500;
    color: #666;
}
.addresses-list h2{
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: #333;
    font-size: 26px;
    letter-spacing: 1.5px;
    font-weight: bold;
    border-bottom: 1px solid #EBEBEB;
    padding: 5px;
    padding-bottom: 3px;
    padding-top: 0;
    position: relative;
}
.addresses-list address{
    font-style: normal;
}
.addresses-list a{
    color: #9D9D9D;
    text-decoration: underline;
}
.addresses-list a:hover{
    color: #FF6452;
}

.addresses-list .col-1{
    float: left;
    width: 49%;
}
.addresses-list .col-2{
    float: right;
    width: 49%;
}
.addresses-list ol{
    float: left;
    width: 100%;
    padding: 10px 30px;
}
.addresses-list ol li{
    float: left;
    width: 100%;
    margin-bottom: 25px;
}


.my-account table{
    float: left;
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    border: 0;
    margin-top: 15px;
    margin-bottom: 50px;
}
.my-account table thead{
    background: #F0F0F0;
    text-transform: uppercase;
}
.my-account table thead th{
    padding: 15px;
    text-transform: uppercase;
    color: #333;
    font-size: 18px;
    letter-spacing: 1.5px;
    font-weight: 600;
    text-align: center;
}
.my-account table td{
    text-align: center;
    padding: 15px;
    font-size: 16px;
    color: #333;
    letter-spacing: .5px;
}
.my-account table td.last span.nobr{
    float: left;
    width: 100%;
    text-align: center;
}
.my-account table td a{
    color: #9D9D9D;
    text-decoration: underline;
    font-size: 14px;
    margin-top: 5px;
    letter-spacing: 1px;
}
.my-account table td a:hover{
    color: #FF6452;
}
.my-account table td.total{
    font-weight: bold;
    color: #333;
    letter-spacing: 1px;
}
.my-account table tr:nth-child(odd) td{
    background: #FFF;
}

.my-account table tr:nth-child(even) td{
    background: #F0F0F0;
}

.my-account table tfoot td{
    text-align: center;
    text-transform: uppercase;
    background: #D5D5D5 !important;
    color: #333;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 20px;
}
.my-account table tfoot td a{
    color: #333;
    font-size: 20px;
    text-decoration: none;
}
.my-account table tfoot td a:hover{
    color: #FF6452;
}

.my-account table td span.Pendente,
.my-account table td span.Cancelado,
.my-account table td span.Fechado{
    color: #FF6452;
}
.my-account table td span.Processando,
.my-account table td span.Completo{
    color: #3EC15B;
}


.my-account .pager{
    text-align: right;
}
.my-account .pager .amount{
    float: left;
    color: #333;
    font-size: 16px;
    letter-spacing: .5px;
    margin-top: 20px;
    margin-left: 10px;
    display: none;
}
.my-account .pager .limiter{
    float: right;
    color: #333;
    font-size: 16px;
    letter-spacing: .5px;
    margin-right: 10px;
}
.my-account .pager .limiter select{
    background: #E5E5E5;
    outline: none;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    color: #858585;
    letter-spacing: .5px;
    border: 0;
}


.my-account .order-info{
    float: left;
    width: 100%;
    padding-top: 20px;
}
.my-account .order-info dt{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    letter-spacing: 1px;
}
.my-account .order-info ul{
    float: left;
    width: 100%;
    padding-left: 20px;
    margin-top: 10px;
}
.my-account .order-info ul li{
    float: left;
    width: 100%;
    list-style: square;
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
    letter-spacing: .5px;
}
.my-account .order-info ul li.current{
    font-weight: bold;
}
.my-account .order-info ul li a{
    color: #333;
    text-decoration: underline;
}
.my-account .order-info ul li a:hover{
    color: #FF6452;
}

.my-account .order-date{
    float: right;
    width: 49%;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    letter-spacing: 1px;
}

.my-account .col2-set.order-info-box{
    float: left;
    width: 100%;
    margin-top: 15px;
}
.my-account .col2-set.order-info-box .box .box-title{
    float: left;
    width: 100%;
    text-transform: uppercase;
    border-bottom: 1px solid #EBEBEB;
    padding: 5px;
    padding-top: 0;
    position: relative;
}
.my-account .col2-set.order-info-box .box .box-title h2{
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: #333;
    font-size: 26px;
    letter-spacing: 1.5px;
    font-weight: bold;
}
.my-account .col2-set.order-info-box .box .box-content{
    float: left;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.7;
    font-weight: 500;
    color: #666;
}
.my-account .col2-set.order-info-box .box .box-content address{
    font-style: normal;
}

.my-account .col2-set.order-info-box .col-1{
    float: left;
    width: 49%;
}
.my-account .col2-set.order-info-box .col-2{
    float: right;
    width: 49%;
}

.my-account h2.table-caption,
.my-account h3.table-caption{
    float: left;
    width: 100%;
    border-bottom: 1px solid #EBEBEB;
    padding: 5px;
    padding-top: 0;
    position: relative;
    text-transform: uppercase;
    color: #333;
    font-size: 26px;
    letter-spacing: 1.5px;
    font-weight: bold;
    text-align: center;
}
.my-account .order-items{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.my-account .order-items table tfoot td{
    padding: 10px;
    text-align: right;
}
.my-account .order-items h2.sub-title{
    display: none;
}

body.sales-order-invoice .page-title h1{
    margin-bottom: 15px;
}

.my-account .title-buttons a.link-print, .my-account .order-items a.link-print{
    float: left;
    padding: 15px 25px;
    padding-left: 65px;
    margin-top: 10px;
    background: #21ABDA;
    border-radius: 5px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 16px;
    border: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: none;
    position: relative;
}
.my-account .title-buttons a.link-print:before, .my-account .order-items a.link-print:before{
    font-family: 'FontAwesome';
    content: '\f02f';
    font-size: 24px;
    color: #FFF;
    position: absolute;
    left: 25px;
    top: 12px;
    transition: .3s;
}
.my-account .title-buttons a.link-print:hover, .my-account .order-items a.link-print:hover{
    background: #01458E;
    z-index: 999;
}
.my-account .title-buttons a.link-print:hover, .my-account .order-items a.link-print:hover{
    text-decoration: none;
}

.my-account .title-buttons a.link-reorder{
    float: left;
    padding: 15px 25px;
    padding-left: 65px;
    margin-top: 10px;
    background: #21ABDA;
    border-radius: 5px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 16px;
    border: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: none;
    position: relative;
    margin-right: 20px;
}
/*.my-account a.link-reorder:before{
    font-family: 'FontAwesome';
    content: '\f07a';
    font-size: 24px;
    color: #FFF;
    position: absolute;
    left: 25px;
    top: 12px;
    transition: .3s;
}*/
.my-account .title-buttons a.link-reorder:hover{
    background: #01458E;
    z-index: 999;
}
.my-account .title-buttons a.link-reorder:hover{
    text-decoration: none;
}
.my-account .title-buttons span.separator{
    display: none;
}



/* PÁGINA DE SUCESSO */
.sucesso{
    float: left;
    width: 100%;
    background: #F6F6F6;
    padding-top: 50px;
    padding-bottom: 150px;
}
.sucesso_colA{
    float: left;
    width: 60%;
}
.sucesso_colA h1{
    float: left;
    width: 100%;
    color: #333;
    text-align: left;
    font-size: 26px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.sucesso_colA p{
    float: left;
    width: 100%;
    color: #444;
    text-align: left;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
.sucesso_colA span{
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: #656565;
    font-size: 22px;
    letter-spacing: 1px;
    margin: 15px 0;
    font-weight: 600;
}
.sucesso_colA span b{
    color: #FFA309;
}
.sucesso_colA .cem{
    float: left;
    width: 100%;
}

.sucesso_colA .bt_imprimir_boleto{
    float: left;
    padding: 15px 25px;
    margin-top: 10px;
    background: #FFA309;
    border-radius: 5px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 13px;
    border: 0;
    cursor: pointer;
    font-family: 'brandon', sans-serif;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: none;
    position: relative;
    width: 235px;
}
.sucesso_colA .bt_imprimir_boleto:hover{
   /*  transform: scale(1.07) rotate(-3deg);
   -webkit-transform: scale(1.07) rotate(-3deg);
   -moz-transform: scale(1.07) rotate(-3deg);
   -o-transform: scale(1.07) rotate(-3deg); */
    background: #DE8D04;
    z-index: 999;
}

.sucesso_colA .bt_acompanhar_pedido{
    float: left;
    padding: 15px 25px;
    margin-top: 10px;
    background: #8E8E8E;
    border-radius: 5px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 13px;
    border: 0;
    cursor: pointer;
    font-family: 'brandon', sans-serif;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: none;
    position: relative;
    width: 235px;
    text-align: center;
}
.sucesso_colA .bt_acompanhar_pedido:hover{
    background: #666;
    z-index: 999;
}

.sucesso_colB{
    float: right;
    width: 38%;
}
.sucesso_colB p{
    float: left;
    width: 100%;
    color: #656565;
    text-align: left;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.7;
}
.sucesso_colB span{
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: #656565;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 600;
}



/* RESPONSIVO CARRINHO */
@media(max-width: 1250px){
    .account-login,
    .account-create{
        float: left;
        width: 90%;
        margin-left: 5%;
        padding: 0;
    }
}
@media(max-width: 1120px){
    .cart, .checkout, .my-account{
        width: 100%;
        padding: 0 5%;
    }
    .cart ul.checkout-types{
        text-align: center;
    }
    .cart ul.checkout-types li{
        float: none;
        display: inline-block;
    }
    .btn-proceed-checkout{
        float: none;
        display: inline-block;
    }
    .btn-update{
        float: none;
        display: inline-block;
    }
    .btn-continue{
        position: relative;
        float: none;
        left: 0;
        right: 0;
        margin-bottom: 15px;
    }
    .totals ul.checkout-types{
        margin-top: 20px;
    }

    .cart .shipping .shipping-form form .form-list{
        width: 100%;
    }
    .cart .shipping .shipping-form form .buttons-set{
        float: right;
        width: 40%;
    }
    .cart .shipping .shipping-form form .form-list li{
        width: 100%;
    }
    .cart .shipping .shipping-form form .form-list li .input-box{
        width: 85%;
    }
    .cart .shipping .shipping-form form .form-list li .input-box input{
        width: 100%;
        max-width: 100%;
    }

    .cart a.bt_tenho_cupom{
        width: 100%;
        text-align: center;
        margin: 25px 0;
        margin-top: 35px;
    }

    #co-shipping-method-form .buttons-set{
        width: 100% !important;
    }
    #co-shipping-method-form button{
        float: left;
    }

    .checkout, .checkout .col_a, .checkout .col_b{
        width: 100% !important;
        border: 0 !important;
        padding: 0 !important;
    }

    body.onestepcheckout-index-index .page-head h1{
        text-align: center;
    }
}

@media(max-width: 800px){

    .my-account .dashboard .welcome-msg{
        width: 100%;
        margin-bottom: 25px;
    }
    .my-account .dashboard .dashboard_menu{
        width: 100%;
    }

    .my-account form{
        width: 100%;
        padding: 0 5%;
    }

    .my-account .input-box{
        width: 100%;
    }
    .my-account form ul.form-list li .field{
        width: 100% !important;
    }

    .addresses-list .col-1,
    .addresses-list .col-2{
        width: 100%;
    }

}


@media(max-width: 580px){
    .cart table thead th{
        float: left;
        width: 100%;
        display: none;
    }
    .cart table thead th.product{
        display: block;
    }
    .cart table td{
        float: left;
        width: 100%;
        text-align: center;
        padding: 0;
        padding-top: 10px;
    }
    .cart table td.subtotal{
        display: none;
    }
    .cart table td.last{
        padding-bottom: 10px;
    }

    .cart .shipping .shipping-form .sp-methods dd ul li input[type="radio"]{
        float: none;
    }
    .cart .shipping .shipping-form form .txt{
        margin-top: 0;
    }
    .cart .shipping .shipping-form form .txt a{
        width: 100%;
        margin-top: 5px;
    }

    .cart .cart-collaterals .col2-set{
        width: 100%;
        text-align: center;
    }
    .cart .cart-collaterals .totals{
        width: 100%;
        margin-top: 20px;
    }
    .btn-continue{
        left: 0 !important;
    }

    .cart .cart-collaterals .totals td{
        float: none;
    }
    .cart .cart-collaterals .totals tfoot td{
        float: none;
    }

    .checkout ul li.fields .field{
        width: 100% !important;
    }

    #onestepcheckout-place-order-button{
        width: 95% !important;
        margin-right: 2.5%;
    }

    .account-login .col2-set .col-1{
        width: 100%;
        text-align: center;
    }
    .account-login .col2-set p{
        padding-right: 0;
    }
    .account-login .col2-set .col-2{
        width: 100%;
        text-align: center;
    }
    .account-login .col2-set h2{
        margin-top: 75px;
    }
    .account-login .col2-set .col-1.new-users h2{
        margin-top: 0;
    }

    .col2-set.conts .new-users .content button{
        float: none;
    }
    .account-login .col2-set li{
        width: 100%;
        text-align: left;
    }

    .account-create .form-list .field.name-firstname, .account-create .form-list .field.senha{
        width: 100%;
    }
    .account-create .form-list .field.name-lastname,
    .account-create .form-list .field.repetir_senha,
    .account-create .form-list .field:nth-child(2){
        width: 100%;
    }
    .account-create .form-list .field{
        width: 100%;
    }
    .account-create .form-list .fields.tipopessoa .field{
        margin-bottom: 10px;
    }


    .cart .shipping .shipping-form form .buttons-set{
        float: left;
        width: 100%;
        text-align: center;
    }
    .cart .shipping .shipping-form form button{
        float: none;
        margin: 15px 0;
    }

    .interna_produto .col_A .next, .interna_produto .col_A .prev{
        display: none;
    }

    .my-account .dashboard .box-info .col2-set .col-1,
    .my-account .dashboard .box-info .col2-set .col-2{
        width: 100%;
    }


    .form_desconto{
        width: 90%;
        left: 5%;
        margin-left: 0;
        padding: 50px 30px;
    }
    .form_desconto input,
    .form_desconto button{
        width: 100%;
    }
    .form_desconto button{
        margin-top: 15px;
    }


    .my-account table thead th,
    .my-account table td{
        float: left;
        width: 100%;
        text-align: center;
    }


    .checkout table thead th{
        display: none;
        float: left;
        width: 100%;
    }
    .checkout table thead th.name{
        display: block;
    }
    .checkout table tbody td{
        float: left;
        width: 100%;
    }


    .sucesso_colA{
        width: 100%;
    }
    .sucesso_colB{
        width: 100%;
        margin-top: 25px;
    }

    .sucesso_colA h1{
        font-size: 18px;
    }
    .sucesso_colA span{
        font-size: 16px;
        word-break: break-all;
    }

    .sucesso_colA .bt_acompanhar_pedido{
        font-size: 12px;
        width: 100%;
        padding: 15px 0;
    }

    .my-account .dashboard .dashboard_menu ul li{
        width: 49%;
    }


    /* BABY REGISTRY */
    .view-gift-registry table thead th{
        width: 100%;
        text-align: center;
        display: none;
    }
    .view-gift-registry table thead th:first-child{
        display: block;
    }
    .view-gift-registry table td{
        width: 100%;
        display: block;
        text-align: center;
        padding: 5px 0 !important;
    }

    .view-registry{
        padding: 0 !important;
    }
    .view-registry table thead th{
        width: 100%;
        text-align: center;
        display: none;
    }
    .view-registry table thead th:first-child{
        display: block;
    }
    .view-registry table td{
        width: 100%;
        display: block;
        text-align: center;
        padding: 5px 0 !important;
    }
    .view-registry table td:nth-child(4),
    .view-registry table td:nth-child(5){
        display: none;
    }

    .my-account .dashboard .box-info .col2-set .box .box-title h3{
        padding-right: 100px;
    }


    /* REVIEW CHECKOUT */
    ul.opc li.section .order-review table thead tr th{
        float: left;
        width: 100%;
        display: none;
        text-align: center;
    }
    ul.opc li.section .order-review table thead tr th:first-child{
        display: block;
    }
    ul.opc li.section .order-review table tbody tr td{
        float: left;
        width: 100%;
        text-align: center;
        padding: 5px 15px !important;
    }
    ul.opc li.section .order-review table tbody tr td img{
        float: none;
        display: block;
        margin: 0;
    }
    ul.opc li.section .order-review table tfoot tr td{
        float: left;
        width: 100% !important;
        text-align: center !important;
    }
    ul.opc li.section .order-review table tfoot tr td.subTotalHere,
    ul.opc li.section .order-review table tfoot tr td.shippingHere{
        font-weight: bold;
    }

}

/* MUDA DE COR */
.opacityZero{
    opacity: 0;
}
.opacityCem{
    opacity: 1;
    transition: 1s;
}


/* ESCONDE PESSOA JURIDICA */
[data-tipopessoa-juridica]{
    display: none;
}


/* LISTA DE PRESENTES */
.search-gift-registry{
    float: left;
    width: 100%;
    padding: 50px 0;
    padding-bottom: 100px;
}
.search-gift-registry form{
    float: left;
    width: 50%;
    padding: 20px 50px;
    margin-top: 15px;
    border-right: 1px solid #EEE;
}
.search-gift-registry form.noBorder{
    border: 0;
}
.search-gift-registry form .field{
    float: left;
    width: 48%;
}
.search-gift-registry form .field.field_id{
    width: 100%;
}
.search-gift-registry form .field:nth-child(2){
    float: right;
}
.search-gift-registry form .buttons-set{
    float: left;
    width: 100%;
}


.search-gift-registry em{
    color: red;
}
.search-gift-registry input{
  float: left;
  width: 100%;
  margin-top: 3px;
  background: #FFF;
  border: 1px solid #E5E5E5;
  outline: none;
  font-size: 16px;
  padding: 10px;
  border-radius: 3px;
  color: #858585;
  letter-spacing: .5px;
  position: relative;
}
.search-gift-registry input.validation-failed{
  border-color: #DA8C8C;
  background-color: #FEF3F3;
}
.search-gift-registry .validation-advice{
  float: left;
  width: 100%;
  font-size: 14px;
  color: #DC4242;
  margin-top: 8px;
  padding-left: 25px;
  position: relative;
}
.search-gift-registry .validation-advice:before{
  float: left;
  content: '\f106';
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #DC4242;
  position: absolute;
  left: 5px;
  top: -2px;
}

.search-gift-registry button{
  float: left;
  padding: 12px 30px;
  background: #58A8E2;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  letter-spacing: .3px;
  border: 0;
  outline: none;
  margin-top: 15px;
  text-transform: uppercase;
  transition: .3s all ease-out;
  -moz-transition: .3s all ease-out;
  -webkit-transition: .3s all ease-out;
  cursor: pointer;
  border-radius: 3px;
}
.search-gift-registry button:hover{
  background: #1479C1;
}

.search-gift-registry table{
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    border: 0;
}
.search-gift-registry table tbody tr:nth-child(odd){
    background: #FFF;
}
.search-gift-registry table tbody tr:nth-child(even){
    background: #F0F0F0;
}

.search-gift-registry table tr.removendo{
    opacity: .3;
}

.search-gift-registry table td{
    border: 0;
    padding: 25px;
}
.search-gift-registry table td.a-left, .search-gift-registry table th.a-left{
    text-align: left;
}
.search-gift-registry table td.a-right, .search-gift-registry table th.a-right{
    text-align: right;
}
.search-gift-registry table td.a-center, .search-gift-registry table th.a-center{
    text-align: center;
}

.search-gift-registry h4{
    float: left;
    width: 100%;
    margin-top: 50px;
    text-align: center;
    font-size: 44px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.search-gift-registry .my-wishlist{
    float: left;
    width: 100%;
    margin-top: 25px;
}


.search-gift-registry table thead{
    background: #666;
    color: #FFF;
    text-transform: uppercase;
}
.search-gift-registry table thead th{
    font-weight: 500;
    letter-spacing: 1px;
    padding: 20px 15px;
}
.search-gift-registry table thead th td{
    padding: 0;
}
.search-gift-registry table tfoot.sub{
    background: #D5D5D5;
    color: #333;
    text-align: right;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.5px;
}
.search-gift-registry table tfoot.sub span{
    font-weight: 600;
    font-size: 22px;
}
.search-gift-registry table tfoot.sub tr td{
    padding: 17px 30px;
}
.search-gift-registry table td a{
    color: #333;
    text-decoration: underline;
    padding: 5px;
}
.search-gift-registry table td a:hover{
    color: #000;
}


/* CRIAR LISTA DE PRESENTE */
.create-gift-registry{
    float: left;
    width: 100%;
    padding: 50px 0;
    padding-bottom: 100px;
}
.create-gift-registry h2{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 24px;
    letter-spacing: 1px;
    color: #555;
}
.create-gift-registry ul.form-list{
    float: left;
    width: 100%;
}
.create-gift-registry form{
    float: left;
    width: 100%;
    padding: 20px 50px;
    padding-top: 0;
}
.create-gift-registry form.noBorder{
    border: 0;
}
.create-gift-registry form .field{
    float: left;
    width: 49%;
    margin-bottom: 10px;
}
.create-gift-registry form .field.full{
    width: 100%;
}
.create-gift-registry form .field:nth-child(2){
    float: right;
}
.create-gift-registry form .buttons-set{
    float: left;
    width: 100%;
}


.create-gift-registry em{
    color: red;
}
.create-gift-registry input{
  float: left;
  width: 100%;
  margin-top: 3px;
  background: #FFF;
  border: 1px solid #E5E5E5;
  outline: none;
  font-size: 16px;
  padding: 10px;
  border-radius: 3px;
  color: #858585;
  letter-spacing: .5px;
  position: relative;
}
.create-gift-registry input.validation-failed{
  border-color: #DA8C8C;
  background-color: #FEF3F3;
}
.create-gift-registry select{
  float: left;
  width: 100%;
  height: 42px;
  margin-top: 3px;
  background: #FFF;
  border: 1px solid #E5E5E5;
  outline: none;
  font-size: 16px;
  padding: 10px;
  border-radius: 3px;
  color: #858585;
  letter-spacing: .5px;
  position: relative;
}
.create-gift-registry select.validation-failed{
  border-color: #DA8C8C;
  background-color: #FEF3F3;
}

.create-gift-registry textarea{
  float: left;
  width: 100%;
  margin-top: 3px;
  background: #FFF;
  border: 1px solid #E5E5E5;
  outline: none;
  font-size: 16px;
  padding: 10px;
  border-radius: 3px;
  color: #858585;
  letter-spacing: .5px;
  position: relative;
}
.create-gift-registry textarea.validation-failed{
  border-color: #DA8C8C;
  background-color: #FEF3F3;
}

.create-gift-registry .validation-advice{
  float: left;
  width: 100%;
  font-size: 14px;
  color: #DC4242;
  margin-top: 8px;
  padding-left: 25px;
  position: relative;
}
.create-gift-registry .validation-advice:before{
  float: left;
  content: '\f106';
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #DC4242;
  position: absolute;
  left: 5px;
  top: -2px;
}

.create-gift-registry button{
  float: left;
  padding: 12px 30px;
  background: #58A8E2;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  letter-spacing: .3px;
  border: 0;
  outline: none;
  margin-top: 30px;
  margin-right: 10px;
  text-transform: uppercase;
  transition: .3s all ease-out;
  -moz-transition: .3s all ease-out;
  -webkit-transition: .3s all ease-out;
  cursor: pointer;
  border-radius: 3px;
}
.create-gift-registry button:hover{
  background: #1479C1;
}

.create-gift-registry button.bt_del{
    float: right;
    background: #D73737 !important;
    color: #FFF !important;
}
.create-gift-registry button.bt_del:hover{
    background: #B41A1A !important;
}


.create-gift-registry form li.control{
    float: left;
    margin-top: 15px;
    width: 100%;
}
.create-gift-registry form li.control input{
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -1px;
}
.create-gift-registry form li.control label{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #666;
    letter-spacing: .3px;
    font-weight: 300;
}

.create-gift-registry p.required{
    display: none;
}


.create-gift-registry .gift_info{
    float: left;
    width: 100%;
    margin-bottom: 35px;
}
.create-gift-registry .gift_info li{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.create-gift-registry .gift_info li label{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #666;
    margin-bottom: 5px;
}
.create-gift-registry .gift_info li span{
    float: left;
    width: 100%;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    letter-spacing: 1px;
}
.create-gift-registry .gift_info li a{
    float: left;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    letter-spacing: .5px;
}


/* VER LISTA DE PRESENTE */
.view-gift-registry{
    float: left;
    width: 100%;
    padding: 50px 0;
    padding-bottom: 100px;
}
.view-gift-registry h2{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 24px;
    letter-spacing: 1px;
    color: #555;
}

.view-gift-registry .top-buttons{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.view-gift-registry .top-buttons a{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    font-family: 'Core_Sans_DS65';
    color: #818285;
    background: #EFEFEF;
    font-size: 17px;
    letter-spacing: 1px;
    padding: 20px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    transition: .3s;
}
.view-gift-registry .top-buttons a:hover{
    background: #DDD;
    color: #666;
    text-decoration: none;
}
.view-gift-registry .top-buttons a.end{
    background: #D73737;
    color: #FFF;
    padding: 15px 30px;
    font-size: 15px;
    font-weight: normal;
}
.view-gift-registry .top-buttons a.end:hover{
    background: #B41A1A;
}

.view-gift-registry .gift-info{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.view-gift-registry .gift-info .col{
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}
.view-gift-registry .gift-info .col.r{
    float: right;
    text-align: right;
}
.view-gift-registry .gift-info .col span{
    font-size: 16px;
    color: #666;
    margin-right: 5px;
}
.view-gift-registry .gift-info .col select{
    height: 42px;
    margin-top: 3px;
    background: #FFF;
    border: 1px solid #E5E5E5;
    outline: none;
    font-size: 14px;
    padding: 10px;
    border-radius: 3px;
    color: #858585;
    letter-spacing: .5px;
    position: relative;
}

.view-gift-registry table{
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    border: 0;
}
.view-gift-registry table tbody tr:nth-child(odd){
    background: #FFF;
}
.view-gift-registry table tbody tr:nth-child(even){
    background: #F0F0F0;
}

.view-gift-registry table tr.removendo{
    opacity: .3;
}

.view-gift-registry table td{
    border: 0;
    padding: 25px;
}
.view-gift-registry table td.a-left, .view-gift-registry table th.a-left{
    text-align: left;
}
.view-gift-registry table td.a-right, .view-gift-registry table th.a-right{
    text-align: right;
}
.view-gift-registry table td.a-center, .view-gift-registry table th.a-center{
    text-align: center;
}

.view-gift-registry table thead{
    background: #464646;
    color: #FFF;
    text-transform: uppercase;
}
.view-gift-registry table thead th{
    font-weight: 500;
    letter-spacing: 1px;
    padding: 15px;
}
.view-gift-registry table thead th td{
    padding: 0;
}
.view-gift-registry table tfoot.sub{
    background: #D5D5D5;
    color: #333;
    text-align: right;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.5px;
}
.view-gift-registry table tfoot.sub span{
    font-weight: 600;
    font-size: 22px;
}
.view-gift-registry table tfoot.sub tr.bts{
    display: none;
}
.view-gift-registry table tfoot.sub tr td{
    padding: 17px 30px;
}



.view-gift-registry table td a.comprar{
    width: auto;
    padding: 15px 10px;
    text-align: center;
    border: 0;
    background: none;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 500;
    color: #333;
    font-size: 20px;
    outline: none;
    margin: 0;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
}
.view-gift-registry table td a.comprar:hover{
    color: #FF6452;
}
.view-gift-registry table td input{
    width: 50px;
    padding: 15px;
    text-align: center;
    border: 0;
    background: #E5E5E5;
    border-radius: 4px;
    font-weight: 500;
    color: #333;
    font-size: 16px;
    outline: none;
    margin: 0;
}
.view-gift-registry table td a{
    color: #333;
    text-decoration: underline;
}

.view-gift-registry table a.link-remove{
    display: block;
    width: 100%;
    height: 15px;
    background: url(../images/icon_remove_product.png) no-repeat center center;
    overflow: hidden;
    text-indent: -9999px;
}
.view-gift-registry table a.link-remove:hover{
    opacity: .75;
}


.view-gift-registry button{
  float: left;
  padding: 12px 30px;
  background: #58A8E2;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  letter-spacing: .3px;
  border: 0;
  outline: none;
  margin-top: 30px;
  margin-right: 10px;
  text-transform: uppercase;
  transition: .3s all ease-out;
  -moz-transition: .3s all ease-out;
  -webkit-transition: .3s all ease-out;
  cursor: pointer;
  border-radius: 3px;
}
.view-gift-registry button:hover{
  background: #1479C1;
}

.view-gift-registry select{
    height: 40px;
    margin-top: 3px;
    background: #FFF;
    border: 1px solid #E5E5E5;
    outline: none;
    font-size: 14px;
    padding: 15px;
    border-radius: 3px;
    color: #858585;
    letter-spacing: .5px;
    position: relative;
}


/* VIEW GIFT */
.view-registry{
    float: left;
    width: 100%;
    padding: 50px;
    padding-top: 30px;
}

.view-registry table{
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    border: 0;
}
.view-registry table tbody tr:nth-child(odd){
    background: #FFF;
}
.view-registry table tbody tr:nth-child(even){
    background: #F0F0F0;
}
.view-registry table td{
    border: 0;
    padding: 25px;
}
.view-registry table td.a-left, .view-registry table th.a-left{
    text-align: left;
}
.view-registry table td.a-right, .view-registry table th.a-right{
    text-align: right;
}
.view-registry table td.a-center, .view-registry table th.a-center{
    text-align: center;
}

.view-registry table thead{
    background: #f0f0f0;
    color: #303030;
    text-transform: uppercase;
}
.view-registry table thead th{
    font-weight: 500;
    letter-spacing: 1px;
    padding: 15px;
    font-size: 20px;
}
.view-registry table thead th td{
    padding: 0;
}
.view-registry table td a{
    color: #333;
    text-decoration: underline;
}
.view-registry table td a:hover{
    color: #000;
}

.view-registry table td a.comprar{
    width: auto;
    padding: 15px 10px;
    text-align: center;
    border: 0;
    background: none;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 500;
    color: #333;
    font-size: 20px;
    outline: none;
    margin: 0;
    font-weight: 500;
    display: inline-block;
    transition: .3s;
    text-decoration: none;
}
.view-registry table td a.comprar:hover{
    color: #FF6452;
}


.view-registry .gift-info{
    float: left;
    width: 100%;
    min-height: 200px;
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
    line-height: 2;
    letter-spacing: .5px;
    position: relative;
    padding-right: 200px;
}
.view-registry .gift-info img{
    position: absolute;
    right: 0;
    top: 0;
    max-width: 150px;
    border-radius: 100%;
}


.view-registry .sort{
    float: left;
    width: 100%;
    margin: 15px 0;
    text-align: right;
}
.view-registry .sort b{
    font-size: 16px;
    color: #666;
    margin-right: 5px;
    font-weight: normal;
}
.view-registry .sort select{
    height: 42px;
    margin-top: 3px;
    background: #FFF;
    border: 1px solid #E5E5E5;
    outline: none;
    font-size: 14px;
    padding: 10px;
    border-radius: 3px;
    color: #858585;
    letter-spacing: .5px;
    position: relative;
}


@media(max-width: 800px){

    .search-gift-registry form,
    .create-gift-registry form{
        padding: 20px;
        word-break: break-all;
    }
    .search-gift-registry form .field,
    .create-gift-registry form .field{
        width: 100%;
        margin-bottom: 15px;
    }

}

@media(max-width: 600px){

    .search-gift-registry form{
        width: 100%;
        border: 0;
        border-bottom: 1px solid #EEE;
        padding: 30px 20px;
    }

    .view-registry .gift-info{
        padding-right: 0;
        text-align: center;
    }
    .view-registry .gift-info img{
        position: relative;
        margin-top: 15px;
    }

}



/* WISHLIST */
.my-wishlist{
    float: left;
    width: 100%;
    margin-top: 30px;
}
.my-wishlist .page-title{
    margin-bottom: 15px;
}
.my-wishlist p.wishlist-empty{
    float: left;
    width: 100%;
    text-align: center;
    color: #999;
    letter-spacing: .5px;
}

.my-wishlist form{
    width: 100%;
}

.my-wishlist table thead th{
    font-size: 15px;
    letter-spacing: .5px;
    font-weight: 500;
}
.my-wishlist table td textarea{
    width: 300px;
    height: 75px;
    margin-top: 10px;
    border: 1px solid #CCC;
    padding: 10px;
    color: #666;
    font-size: 12px;
    resize: none;
    outline: none;
}
.my-wishlist table td .availability{
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    color: #333;
}
.my-wishlist table td button.btn-cart{
    margin: 0;
    float: none;
    margin-top: 10px;
    padding: 14px 30px;
    font-size: 12px;
    background: #4ABA71;
}
.my-wishlist table td button.btn-cart:hover{
    background: #2EA657;
}

.my-wishlist table td .preco .price-box p{
    display: inline-block;
    vertical-align: middle;
}
.my-wishlist table td .preco .price-box .price-label{
    display: none;
}
.my-wishlist table td .preco .price-box .old-price span{
    font-size: 16px;
    color: #CCC;
    text-decoration: line-through;
    margin-right: 5px;
}
.my-wishlist table td .preco .price-box span{
    font-size: 22px;
    color: #FA5B63;
    letter-spacing: .5px;
}

.my-wishlist table td .preco .parcelas{
    float: left;
    width: 100%;
    font-size: 14px;
    color: #818181;
    margin-top: 5px;
    letter-spacing: .5px;
}

.my-wishlist button{
    margin: 0;
    margin-left: 20px;
}
.my-wishlist button:before{
    display: none;
}
.my-wishlist button.btn-add{
    background: #4ABA71;
}
.my-wishlist button.btn-add:hover{
    background: #2EA657;
}



/* VALIDATION CHECKOUT */
.input-box:hover .validation-advice div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.input-box.customer-dob:hover .validation-advice div{
    display: none;
}

.validation-advice{
    position: absolute;
    bottom: 50%;
    right: -9px;
    z-index: 99;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #d9534f;
}
.validation-advice:before {
    display: block;
    text-align: center;
    line-height: 15px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    content: 'x';
    padding-left: 1px;
}
.validation-advice div {
    -webkit-transition: all 150ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 150ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 150ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 150ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 150ms cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform: right bottom;
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    -ms-transform: right bottom;
    -ms-transform-origin: right bottom;
    transform: right bottom;
    transform-origin: right bottom;
    position: absolute;
    bottom: 100%;
    right: -5px;
    margin-bottom: 5px;
    background: #d9534f;
    color: #fff;
    padding: 10px;
    font-size: 12px;
    min-width: 200px;
    text-align: right;
    border-radius: 3px;
}
.validation-advice div:before {
    position: absolute;
    right: 9px;
    top: 100%;
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #d9534f;
    content: '';
}
.validation-failed, input.validation-failed {
    border-color: #d9534f !important;
    -webkit-animation-name: shake;
    -webkit-animation-duration: 150ms;
    -webkit-animation-delay: 0;
    -webkit-animation-iteration-count: 4;
    -webkit-animation-direction: linear;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-name: shake;
    animation-duration: 150ms;
    animation-delay: 0;
    animation-iteration-count: 4;
    animation-direction: linear;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    -webkit-transform: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform: center;
    -ms-transform-origin: center;
    transform: center;
    transform-origin: center;
}
@keyframes shake {
  33.333333% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  66.666666% {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
  0%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
input.validation-passed, select.validation-passed {
    border-color: #58a703;
}



.my-account form ul.form-list li .field.enderecos{
    display: none;
}
.my-account form ul.form-list li .field.enderecos.enderecosShow{
    display: block;
}


/* CARREGANDO CEP */
.carregando_cep{
    float: left;
    margin-top: -5px;
    margin-bottom: 25px;
    display: none;
}
.carregando_cep img{
    display: inline-block;
    vertical-align: middle;
}
.carregando_cep span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin-left: 3px;
    color: #666;
}
