/* ============================================ *
 * 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{
    background: #63c784 none repeat scroll 0 0; /*Laranja*/
    border: 1px solid #63c784; /*Laranja*/
    color: #fff; /*branco*/
    font-family: titillium web;
    text-transform: uppercase;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
/* ------------------------------------------- */
 /* Botão Comprar Página do produto */
.add-to-cart-wrapper .button.btn-cart,
.product-options-bottom .button.btn-cart{
	border-radius: 70px;
    font-size: 28px;
    font-weight: 600;
    height: 56px;
    margin-top: 8px;
    text-transform: capitalize;
    width: 340px;
    margin-bottom: 10px; 
}
/* ------------------------------------------- */
/* Carrinho e checkout */
.btn-proceed-checkout.btn-checkout,
#onestepcheckout-place-order-button.btn-checkout{
	 font-size: 19px;
    font-weight: 600;
    text-transform: none;
    border-radius: 65px;
    height: 55px;
}
/* ------------------------------------------- */
/* Carrinho*/
.btn-proceed-checkout.btn-checkout{
    float: right;
    height: 55px;
    width: 345px;
     margin-top: 6px;
}

/* ------------------------------------------- */
/* Checkout */
#onestepcheckout-place-order-button.btn-checkout{
    height: 42px;
	width: 332px;
    height: 55px;
}
/*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: #63c784 none repeat scroll 0 0;
    border: 1px solid #63c784;
    border-radius: 65px;
    color: #fff;
    font-family: titillium web;
    height: 40px;
    margin-bottom: 0;
    position: relative;
    top: -35px;
    width: 400px;
    font-weight: 600;
}
/* ------------------------------------------- */
/* Imprimir boleto da succes Boleto BR */

.checkout-onepage-success center button {
    background: #63c784 none repeat scroll 0 0;
    border: 1px solid #63c784;
    border-radius: 65px;
    color: #fff;
    font-family: titillium web;
    font-size: 14px;
    height: 40px;
    position: relative;
    top: 15px;
    font-weight: 600;
}
.checkout-onepage-success center button img {
    display: none;
}
/* ------------------------------------------- */
/* Imprimir boleto da Dashboard do cliente */
.order-info-box .box-payment .box-content > a {
    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: #63c784 !important;
    background-image: none !important;
    border: 1px solid #63c784;
    border-radius: 3px;
    font-family: titillium web !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 4px 6px;
}
.aw-acp-checkout:hover {
    opacity: 0.8;

}

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

/* ------------------------------------------- */
/*  Início Botões de Apoio */
/* ------------------------------------------- */
/* ------------------------------------------- */
/*adicionar carrinho do ajax to cart*/
.aw-acp-continue {
   background-color: #f1e0af !important;
    background-image: none !important;
    border-radius: 3px !important;
    color: #3F0306 !important;
    font-family: titillium web !important;
    font-size: 14px !important;
    padding: 3px 6px !important;
}
.aw-acp-continue:hover {
    opacity: 0.8 !important;
}
/* atualizar quantidade no Carrinho*/
.product-cart-actions .button.btn-update {
    background: #00ab96 none repeat scroll 0 0;
    border: 1px solid #00ab96;
    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: #3F0306 none repeat scroll 0 0;
    border: 1px solid #3F0306;
    border-radius: 40px;
    color: #fff;
    font-family: titillium web;
    font-size: 12px;
    font-weight: 600;
    height: 26px;
    width: 82px;
    pointer-events: unset!important;
}

.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;
}
#onestepcheckout-coupon-code-apply-btn,
#login-form .registered-users #send2,
#login-form .new-users .button,
.account-create .button,
.back-link a,
.buttons-set .button{
  background: #f1e0af none repeat scroll 0 0;
    border: 1px solid #f1e0af;
    border-radius: 30px;
    color: #3F0306;
    font-family: titillium web;
    font-size: 16px;
    font-weight: 600;
    padding: 0 10px;
}

/* ------------------------------------------- */
/*  Busca do header e Newsletter Home */
#search_mini_form .search-button {
	background-color: transparent;
}
.footer-newsletter .button{
  background-image: none;
background-repeat: no-repeat;
background-color: #f1e0af;
border: none;
color: #fff;
border-radius: 60px;
position: relative;
right: 80px;
}
/* ------------------------------------------- */
/*  Busca do header */
#search_mini_form .button.search-button::before{
  background-image: url("../images/sprite-home.png");
  background-repeat: no-repeat;
  content: "";
}

#search_mini_form .search-button {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
  width: 79px;
  height: 40px;
  border: 0;
}
#search_mini_form .search-button::before {
     background-position: 0 -45px;
    content: "";
    height: 25px;
    left: 50%;
    margin-left: -10px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 22px;
}
#search_mini_form .search-button:active:before {
  margin-top: -13px;
  margin-left: -13px;
}
/* ------------------------------------------- */
/*  Newsletter Home */
.footer-newsletter .button {
    height: 43px;
    width: 81px;
}

#newsletter-validate-detail .actions .button span {
    font-family: titillium web;
font-size: 14px;
color: #3F0306;
 font-weight: 600;
text-transform: capitalize;
}
/* ------------------------------------------- */
 /* Calculo de Frete página do produto */
.title-frete #botao {
    background: #3F0306 none repeat scroll 0 0;
    border: 1px solid #3F0306;
    border-radius: 3px;
    color: #fff;
    font-family: titillium web;
    font-size: 12px;
    border-radius: 30px;
}
.title-frete #botao:hover{
  opacity: 0.8;
}
/* ------------------------------------------- */
 /* Entrar, Cadastrar na hora do login */
 .registered-users .button, .new-users .button {
    height: 40px;
    text-transform: uppercase;
    width: 100%;
}
/* Dashboar do cliente */
.dashboard a{
    background-color: #edcf7d;
    border-radius: 60px;
    color: #3F0306;
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
    padding: 4px 11px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.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: #63c784 none repeat scroll 0 0;
    border: 1px solid #63c784;
    border-radius: 36px;
    color: #fff;
    height: 32px;
    margin-bottom: 6px;
    margin-top: 1px;
    width: 90px !important;
}

.my-account {
    position: relative;
}
.my-account div.page-title {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 80px;
}
.my-account div.page-title h1 {
    margin: 0;
    order: 1;
}
.my-account div.page-title a {
    order: 3;
    background-color: #edcf7d;
    color: #8d4236;
    padding: 5px 15px;
    border-radius: 10px;
    font-weight: 600;
    margin: 0;
}
.my-account div.page-title span.separator {
    order: 2;
    display: none;
}
.my-account .title-buttons .link-print {
    display: none;
}

div.my-account button#copy-paste-keybutton {
    width: 80px !important;
    height: 25px;
    border: none;
}

.customer-address-index .my-account button.button {
    font-weight: bold;
    margin-left: 7px;
    width: 180px !important;
}
.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-list__add-question-button.aw-pq2-list__button_position_right, .aw-pq2-form__button.aw-pq2-form__button_position_left {
      background: #afafaf none repeat scroll 0 0;
    border: 1px solid #afafaf;
    border-radius: 50px;
    color: #fff;
    font-family: titillium web;
    font-size: 14px;
    height: 30px;
    margin-top: 45px;
    padding: 0 28px;
}
.button.aw-pq2-form__button.aw-pq2-form__button_position_left {
    background: #3F0306 none repeat scroll 0 0;
    border: medium none !important;
    margin-top: 10px;
}

/*botão de reviews*/
#review-form button.button {
    height: 39px;
    margin-bottom: 10px;
    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-family: titillium web;
    font-size: 17px;
    font-weight: 600;
}

.availability.out-of-stock span.label {
    display: none;
}
.availability.out-of-stock {
    background: #a6a6a6 none repeat scroll 0 0;
    height: 56px;
    line-height: 3.1;
    margin-top: 5px;
    text-align: center;
    width: 340px;
    border-radius: 45px;
    margin-bottom: 30px;
}
.products-grid .availability.out-of-stock {
    border-radius: 75px;
    height: 41px;
    line-height: 2.3;
    margin-left: 4px;
    margin-top: 106px;
    width: 215px;
}
.avise-me-quando-chegar .button.btn-cart {
     background: #f1e0af none repeat scroll 0 0;
    border: medium none;
    border-radius: 15px;
    color: #3F0306;
    font-family: titillium web;
    height: 36px;
    margin-top: -9px;
    width: 90px;
}
