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


body .woocommerce-order-details .sumo_related_subscriptions {
    padding-top: 30px;
	color: #fff;
}

body .woocommerce-order-details .sumo_related_subscriptions h3 {
    color: #fff!important;
}

a.woocommerce-button.button.sumosubs-add-payment {
    background-color: #618fd7;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table thead tr th,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table thead tr th span {
	color: #fff;
}

/* woocommerce */
table.variations label {
	padding-right: 15px;
}

select#iscrizione {
    border-radius: 25px;
}

button.single_add_to_cart_button {
	width: 100%
}

@media screen and (max-width:1024px) {
	:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left[class*="--layout-auto"] .e-atc-qty-button-holder, :is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder {
		justify-content: center;
	}
}

/* Iubenda */
@media screen and (max-width:1024px) {
	#iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-top):not(.iubenda-cs-center) .iubenda-cs-opt-group button.iubenda-cs-customize-btn {
		display: none !important;
	}
}

/* blur background effect */
.iubenda-cs-content {
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

/* transizione morbida widget reconsent */  
.iubenda-tp-btn.iubenda-cs-preferences-link { transition: opacity .2s linear; }
