/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.page .entry-title {
display: none;
}
.elementor-2265 .elementor-element.elementor-element-da689a5 .elementor-pagination {
  text-align: center;
  padding-top: 30px;
  font-weight: bolder;
}
.woocommerce button.button.alt {
    background-color: #7f54b3;
    color: #fff;
    border-radius: 100px !important;
}

table thead:first-child tr:first-child th {
    border-block-start: 0px solid hsla(0, 0%, 50.2%, .5019607843);
}

.woocommerce td {border: 0px solid #fff;}
.woocommerce th {border: 0px solid #fff;}

a.button.wc-backward{
background-color: #252525;
border-radius: 100px;
color:#FFFFFF;
}
a.button.wc-backward:hover {
background-color: #767676;
border-radius: 100px;
color:#ffff;
}

.woocommerce table.cart img { 
display: none;
}
.btn-descargar {
  display: inline-block;
  background-color: #252525;
  color: #fff;
  padding: 12px 20px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn-descargar:hover {
  background-color: #252525;
}

#add_payment_method .cart-collaterals .shipping-calculator-button, .woocommerce-cart .cart-collaterals .shipping-calculator-button, .woocommerce-checkout .cart-collaterals .shipping-calculator-button {
    float: none;
    margin-top: .5em;
    display: none;
}