.page-template-full-width .woocommerce .product .qodef-onsale {
   background-color: #ff00000;
}
.page-template-full-width .woocommerce .products .product .price {
   font-family: Poppins,sans-serif;
   font-style: normal;
}

blockquote .qodef-blockquote-text {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    color: #0e0e0e;
    font-family: Georgia,serif;
    letter-spacing: 0;
    font-style: italic;
}
/* EVITA MOSTRAR SIDE MENU */
.qodef-side-menu-button-opener {
  display:none;
}
/* MUDA COR DO NUMERO DE ITENS DA PÁGINA DE COMPRA */
.qodef-woocommerce-page .qodef-quantity-buttons .qodef-quantity-input {
     background-color: #159397;
}

/* SOME COM IMAGEM DO PAYPAL DA PÁGINA DO CARRINHO */
#woo_pp_ec_button {
  display: none;
}

/* FAZ TODOS OS BOTÕES FICAREM LARANJA */
.qodef-btn.qodef-btn-solid {
      background-color: #ff5500;
    color: #fff;
}

/* FAZ COM QUE O FUNDO DE TELA FIQUE BRANCO */
.archive .qodef-content .qodef-content-inner > .qodef-container, .archive .qodef-content .qodef-content-inner > .qodef-full-width {
   background-color: #ffffff;
}

 /* .page-template-default .woocommerce .products .product .add_to_cart_button, .page-template-default .woocommerce .products .product .added_to_cart, .page-template-default .woocommerce .products .product .out_of_stock_button, .page-template-full-width .woocommerce .products .product .add_to_cart_button, .page-template-full-width .woocommerce .products .product .added_to_cart, .page-template-full-width .woocommerce .products .product .out_of_stock_button, .qodef-woocommerce-page .products .product .add_to_cart_button, .qodef-woocommerce-page .products .product .added_to_cart, .qodef-woocommerce-page .products .product .out_of_stock_button */ 
 .qodef-woocommerce-page .products .product .add_to_cart_button {
  margin-left: 40px;
  width: 185px;
  text-align: center;
  border-radius: 3px;  
}