/**
 * 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
 *
 * @format
 */

/* Add your custom styles here */

/******Prodotto**************/

.back_shop i {
  font-size: 35px;
}

.back_shop .elementor-button-text {
  padding-top: 7px;
}

/********Pagina Archivio*****************/

/****************PAGINA PAGAMENTO***********************/

.woocommerce ul#shipping_method li:not(:last-of-type) {
    border-bottom: 1px solid gray;
    padding-bottom: 1rem;
}

/*****Guardare anche su codice personalizato elementor**********************/
.theme-hello-elementor .woocommerce-button.button,
button#place_order,
button.fc-step__substep-save.button {
  background-color: black;
  color: white;
  border-radius: 0;
  font-weight: 500;
  text-transform: uppercase;
}

.fc-wrapper .fc-step__substep-save:focus {
  outline: solid 0px var(--fluidcheckout--color--dark-grey, #535156) !important;
  outline-offset: 0px !important;
}

/*****Pagina login************/
input#um-submit-btn,
input.um-button {
  background-color: black;
  color: white;
  border-radius: 0 !important;
  text-transform: uppercase !important;
}

/******Badge*******************/

.br-full {
  border-radius: 5px;
}

/*******Side cart title*************
hello-theme-child-master\templates\side-cart-woocommerce\xoo-wsc-header.php***/

.xoo-wsch-top .xoo-wsch-text {
  font-weight: 700;
  text-transform: uppercase;
}

.carrello_count {
  font-size: 20px;
  margin-left: 10px;
}

//traduzione nel tema hello-elementor-child
.wishlist-empty-message{
  text-align:center;
}