/* ============================================ *
 * Botões da loja
 * ============================================ */
.button:hover,button:hover,
.order-info-box .box-payment .box-content > a:hover{
    opacity: 0.8;
}
.button, button{
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
    cursor: pointer;
}
/* ------------------------------------------- */
/*  Início Botões de Conversão */
.add-to-cart-wrapper .button.btn-cart,
.btn-proceed-checkout.btn-checkout,
#onestepcheckout-place-order-button.btn-checkout,
.minicart-actions .button,
.product-options-bottom .button.btn-cart,
.order-info-box .box-payment .box-content > a, 
.my-account .box-payment .box-content p button{
   background: #34b840 none repeat scroll 0 0;
    border: 1px solid #34b840;
    border-radius: 5px !important;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
/* ------------------------------------------- */
 /* Botão Comprar Página do produto */
.add-to-cart-wrapper .button.btn-cart,
.product-options-bottom .button.btn-cart{
    font-size: 21px;
    height: 40px;
    margin-right: 15px;
    margin-top: 20px;
    width: 362px;
}
.product-options-bottom .button.btn-cart {
    margin-right: 0 !important;
}
/* ------------------------------------------- */
/* Carrinho e checkout */
.btn-proceed-checkout.btn-checkout,
#onestepcheckout-place-order-button.btn-checkout{
	font-size: 16px;
}
/* ------------------------------------------- */
/* Carrinho*/
.btn-proceed-checkout.btn-checkout {
    float: right;
    font-family: titillium web;
    font-size: 22px;
    height: 40px;
    width: 347px;
    margin-top: 5px;
    margin-bottom: 30px;
}
/* ------------------------------------------- */
/* Checkout */
#onestepcheckout-place-order-button.btn-checkout {
    font-family: titillium web;
    font-size: 22px;
    height: 45px;
    margin-bottom: 30px;
    width: 417px;
}
/*disable*/

#onestepcheckout-place-order .button.btn-proceed-checkout.btn-checkout.onestepcheckout-place-order-button-disabled {
    background: #a6a6a6 none repeat scroll 0 0 !important;
    border: 1px solid #a6a6a6 !important;
    cursor: wait;
}
/* ------------------------------------------- */
/* Imprimir boleto da succes */

.checkout-onepage-success .col-main > button.button {
    background: #34b840 none repeat scroll 0 0;
    border: 1px solid #34b840;
    border-radius: 3px;
    color: #fff;
    font-family: avenirltstd-black;
    height: 40px;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase;
    top: -35px;
    width: 400px;
}
/* ------------------------------------------- */
/* Imprimir boleto da succes Boleto BR */

.checkout-onepage-success center button {
     background: #34b840 none repeat scroll 0 0;
    border: 1px solid #34b840;
    border-radius: 3px;
    color: #fff;
    font-family: titillium web;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    position: relative;
    text-transform: uppercase;
    top: -35px;
}
.checkout-onepage-success center button img {
    display: none;
}

.my-account .box-payment .box-content p button {
    line-height: 0.1;
    width: 300px !important;
}
/* ------------------------------------------- */
/* Imprimir boleto da Dashboard do cliente */
/*.order-info-box .box-payment .box-content > a, 
.my-account .box-payment .box-content p button {
    background-color: #fc821f;
    border-radius: 2px;
    color: #fff;
    font-family: avenirltstd-black;
    font-size: 12px;
    line-height: 3;
    padding: 8px 5px;
    text-transform: uppercase;
}
.order-info-box .box-payment .box-content > a:hover{
    text-decoration: none;
}*/
/* ------------------------------------------- */
/* Imprimir boleto da Dashboard do cliente Boleto BR */
/*.my-account .box-payment .box-content p button {
    background-color: #fc821f;
    border: 1px solid #fc821f;
    font-family: avenirltstd-black;
    font-size: 15px;
    height: 35px;
    line-height: 0.2;
    text-transform: uppercase;
    width: 250px !important;
}
*/
.sales-order-view .box-content p .button > img {
    display: none;
}
/* ------------------------------------------- */
/* Sidebar carrinho no header */
.minicart-actions .button {
    height: 40px;
    width: 100%;
}
/* ------------------------------------------- */
/*adicionar carrinho do ajax to cart*/

.aw-acp-checkout {
    background-color: #34b840 !important;
    background-image: none !important;
    border: 1px solid #34b840;
    border-radius: 3px;
    font-family: avenirltstd-roman;
    padding: 4px 6px;
    text-transform: uppercase;
}
.aw-acp-checkout:hover {
    padding: 4px 6px;
    opacity: 0.8;
    font-family: avenirltstd-roman;

}

/*  Fim Botões de Conversão */
/* ------------------------------------------- */

/* ------------------------------------------- */
/*  Início Botões de Apoio */
/* ------------------------------------------- */
/* ------------------------------------------- */
/*adicionar carrinho do ajax to cart*/
.aw-acp-continue {
    background-color: #414292 !important;
    background-image: none !important;
    border-radius: 3px !important;
    color: #fff !important;
    font-family: avenirltstd-roman !important;
    padding: 3px 6px !important;
}
.aw-acp-continue:hover {
    background-color: #050832 !important;
    background-image: none !important;
    border-radius: 3px !important;
    color: #fff !important;
    font-family: avenirltstd-roman !important;
    padding: 3px 6px !important;
    opacity: 0.8 !important;
}
/* atualizar quantidade no Carrinho*/
.product-cart-actions .button.btn-update {
    background: #050832 none repeat scroll 0 0;
    border: 1px solid #050832;
    border-radius: 3px;
    clear: both;
    color: #fff;
    float: left;
    height: 27px;
    margin-top: 5px;
    width: 84px;
    display: none;
}
/* ------------------------------------------- */
/* calcular CEP no Carrinho*/

.button2.btn-calc-shipping {
    background: #414292 none repeat scroll 0 0;
    border: 1px solid #414292;
    border-radius: 0 5px 5px 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    width: 85px;
    text-transform: uppercase;
    margin-left: -5px;
}

.customer-account-create .buttons-set .button, 
.customer-account-forgotpassword .buttons-set .button, 
.my-account .buttons-set .button {
    float: right;
    height: 38px;
    margin-bottom: 11px;
    margin-top: -31px;
    width: 95px;
    font-family: proxima_nova_rgregular;
}
#onestepcheckout-coupon-code-apply-btn,
.account-create .button,
.buttons-set .button{
   background: #050832 none repeat scroll 0 0;
    border: 1px solid #050832;
    border-radius: 3px;
    color: #fff;
    font-family: titillium web;
    font-size: 15px;
    padding: 0 10px;
}
.buttons-set .button span {
    color: #fff !important;
    font-size: 18px;
}

.back-link a, #login-form .registered-users #send2, #login-form .new-users .button, .new-users .buttons-set .button {
    background: #414292 none repeat scroll 0 0 !important;
    border: 1px solid #414292;
    border-radius: 4px;
    color: #fff;
}
.back-link a:hover, 
#login-form .registered-users #send2:hover,
#login-form .new-users .button:hover {
    text-decoration: none !important;
    opacity: 0.8;
}
/* ------------------------------------------- */
/*  Busca do header e Newsletter Home */





/* ------------------------------------------- */
/*  Busca do header */
#search_mini_form .button.search-button::before{
  background-image: url("../images/sprite-header.png");
  background-repeat: no-repeat;
  content: "";
}

#search_mini_form .search-button {
        text-indent: -9999px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    width: 40px;
    height: 47px;
    background: #fff;
}
#search_mini_form .search-button::before {
    background-position: 0 -80px;
    content: "";
    width: 100%;
    height: 35px;
    left: 0;
    margin-left: 0;
    position: absolute;
    top: 8px;
}

/* ------------------------------------------- */
/*  Newsletter Home */
.footer-newsletter .button {
    background-image: url(../images/sprite-header.png);
    height: 60px;
    width: 45px;
    background-position: right -322px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
}
#newsletter-validate-detail .actions .button span {
    color: transparent;
    font-size: 0px;
}
/* ------------------------------------------- */
 /* Calculo de Frete página do produto */
.title-frete #botao {
    background: #050832 none repeat scroll 0 0;
    border: 1px solid #050832;
    border-radius: 3px;
    color: #fff;
    font-family: titillium web;
    font-size: 12px;
    height: 26px;
    padding: 0;
    position: relative;
    top: 1px;
    cursor: pointer;
}
.title-frete #botao:hover{
  opacity: 0.8;
}
/* ------------------------------------------- */
 /* Entrar, Cadastrar na hora do login */
 .registered-users .button, .new-users .button {
    height: 40px;
    width: 100%;
}
/* Dashboar do cliente */
.dashboard a{
    background-color: #909090;
    color: #fff;
    line-height: 2;
    padding: 4px 7px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    border-radius: 3px;
}
.dashboard a:hover, .my-account .back-link > a:hover{
  text-decoration: none;
  opacity: 0.8;
  color: #fff;

}
.my-account .back-link > a, .back-link a {
    padding: 5px 10px !important;
}

.my-account button.button {
    background: #050832 none repeat scroll 0 0;
    border: 1px solid #050832;
    border-radius: 3px;
    color: #fff;
    height: 32px;
    margin-bottom: 6px;
    margin-top: 1px;
    width: 90px !important;
}
.my-account .title-buttons .link-print {
    background-color: #050832;
    border-radius: 3px;
    display: none;
    line-height: 2;
    margin-left: 7px;
    padding: 4px 19px;
}
.customer-address-index .my-account button.button {
    font-weight: bold;
    margin-left: 7px;
    width: 180px !important;
    float: right;
}
.my-account .buttons-set {
    margin-bottom: 10px;
    margin-top: 15px;
}

.customer-address-form .my-account .buttons-set {
    margin-bottom: 10px;
    margin-top: 80px;
}

.sales-order-history .buttons-set .back-link {
    margin-top: 50px;
}
/* ------------------------------------------- */
 /* Modulo de perguntas */

.button.aw-pq2-form__button.aw-pq2-form__button_position_left {
     background: #050832 none repeat scroll 0 0;
    border: medium none !important;
    margin-top: 10px;
    position: relative !important;
}
.aw-pq2-list__button_position_right {
    margin-top: 0 !important;
    position: relative;
    top: 40px;
}
/*botão de reviews*/
#review-form button.button {
    height: 39px;
    margin-bottom: 50px;
    width: 230px;
}
/*continuar comprando na success*/
.checkout-onepage-success .buttons-set button.button {
    height: 31px;
    margin-top: 10px;
    width: 220px;
}

/*  Fim Botões de Apoio */
/* ------------------------------------------- */

/* ============================================ *
 * Botões SEM ESTOQUE
 * ============================================ */
 .product-shop .availability.out-of-stock:hover {
    opacity: 0.8;
}
.availability.out-of-stock span {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.availability.out-of-stock span.label {
    display: none;
}
.availability.out-of-stock {
   background: #a6a6a6 none repeat scroll 0 0;
    border-radius: 5px;
    height: 55px;
    line-height: 55px;
    margin-top: 5px;
    text-align: center;
    width: 335px;
}
.products-grid .availability.out-of-stock {
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    width: 215px;
}
.avise-me-quando-chegar .button.btn-cart {
    background: #050832 none repeat scroll 0 0;
    border: 1px solid #050832;
    color: #fff;
    height: 36px;
    width: 90px;
    margin-top: -9px;
}
