/*
Theme Name: Herrington
Theme URI: http://demo.bravisthemes.com/herrington
Author: Bravis-Themes
Author URI: https://bravisthemes.com/
Description:Herrington is a beautifully handcrafted, pixel perfect business consulting WordPress Theme based on Elementor Page Builder & designed with great attention to details, flexibility and performance. Herrington has stunning styles and elements to help you make a professional website in no time.
Version: 1.0.5
License: ThemeForest
License URI: https://themeforest.net/licenses
Text Domain: herrington
Tags:accountant, advertising, agency, business, company, consulting, corporate, digital agency, digital marketing, finance, insurance, it company, management, seo, startup
*/


/** botao de adicionar quote na lista de tabela **/
.woocommerce ul.products li.product a.add-request-quote-button.button, .wp-block-post.product a.add-request-quote-button.button, a.add-request-quote-button.button {
  font-size: 1em;
  display: inline-block;
  text-align: center;
  word-break: break-word;
  padding: 1rem 1rem;
  margin-top: 0.2em!important;
  text-decoration: none;
  cursor: pointer;
  background-color: #111111;
  border-radius: 1em !important;
  padding: 1em 1.5em;
  color: white !important;
}


/**Retirar fotos dos produtos**/
.woocommerce-gallery {
  display: none !important;
}


/**TABELA**/
table th {
  color: #0B0B0B;
  background-color: #FFF;
  border: 1px solid #e3e3e3 !important;
}

table {
  margin-bottom: 50px !important;
}

/**retira rating dos filtros**/
.sidebar .trx_addons_woocommerce_search_type_filter .sc_form_field:last-child {
  display: none !important;
}

.single-product section.related{
  display: none !important;
}

.heading-related{
  display: none !important;
}


.pxl-icon--minus:before {
    top: 20px!important;
    left: 2px!important;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: solid #111111 2px;
}


.woocommerce-account .woocommerce-MyAccount-navigation {
    display: none !important;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%!important;
}

.return-to-shop{
  display: none !important;
}