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



/*Settaggio carrello woo*/

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #000000 !important;
	font-family: "PT Sans", Sans-serif;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img{height:100px !important; width:auto;}

/* fine Settaggio carrello woo*/

/*margin bottom pulsante singolo prodotto*/
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .button, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .button, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword .button {
    background: #21150e;
    border: none;
    color: var(--forms-buttons-normal-text-color,#fff);
    padding: var(--forms-buttons-padding,12px 32px);
}

.woocommerce-message {
    border-top-color: #41281B !important;
}

.woocommerce-message::before {
    content: "\e015";
    color:  #41281B !important;
}


/*Badge in offerta scheda prodotto singolo*/

.woocommerce span.onsale{
	display: block;
    background-color: red !important;
    font-family: "Poppins", Sans-serif;
    border-radius: 0px;
    min-width: 88px;
    min-height: 44px;
    line-height: 44px;
    left: auto;
    right: 0;
    margin: 5px;
}
}