/*

Theme Name: Hello Elementor Child

Theme URI: https://github.com/elementor/hello-theme/

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: 1.0.1

Text Domain: hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/


/*FONT*/


/*CART*/
input#coupon_code {
    border-radius: 50px;
    padding: 12px;
}



/*SINGLE PRODUCT*/
table.woocommerce-product-attributes.shop_attributes {
    text-align: left;
}

.woocommerce table.shop_attributes td {
    padding: 10px;
}

th.woocommerce-product-attributes-item__label {
    background: white ! Important;
}

td.woocommerce-product-attributes-item__value {
    background: white ! Important;
}


/*WOOCOMMERCE MESSAGES*/
.woocommerce-info, .woocommerce-message, .woocommerce-error {
    border-radius: 50px;
    border: 1px solid black;
    font-family: 'Inter';
    font-size: 14px;
    display: flex;
align-items: center;
justify-content: space-between;
}

.woocommerce-info::before, .woocommerce-message::before, .woocommerce-error::before {
  display: none;
}


/*ACCOUNT AND BUTTONS*/
a.button.wc-forward {
    background: black;
    border-radius: 50px;
    font-family: 'inter';
    font-size: 14px;
    text-transform: uppercase;
    color: white !important;
    padding: 20px 50px;
}

form.woocommerce-form.woocommerce-form-login.login {
    padding-right: 55% !important;
}

.elementor-widget-woocommerce-my-account h2{
  display: none;

}
button.woocommerce-button.button.woocommerce-form-login__submit, button.woocommerce-Button.button{
  background: black!important;
  border-radius: 50px!important;
  font-weight: 500!important;
  font-family: 'inter';
  font-size: 14px;
  text-transform: uppercase;
  color: white !important;
  padding: 20px 50px;}
