/* 
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
*/
.shopengine-product-image-toggle{display: none}


.elementor-widget-woocommerce-cart .woocommerce button.button{}

a.reset_variations {
    visibility: hidden;
    display: none!;
}

/*CSS sep product*/

div.quantity, .woocommerce .button[name=add-to-cart] {
    display:none; /*Hide Add to Cart button until last step*/
}

.wapf-wrapper {
    border-radius: 4px;
    border: 1px solid #ededed;
    padding: 15px 20px;
    margin-bottom:20px;
}

.wapf-field-group .step{
    display:none;
}

.wapf-field-group .step:first-child{
    display:flex;
}

.wapf_step_buttons {
    margin-bottom:20px;
    overflow:hidden;
}

.wapf_btn_next {
    float:right !important;
}

.wapf-progress {
    position:relative;
    max-width:450px;
    width:100%;
    margin: 0 auto;
}

.wapf-progress:before, .wapf-progress-bar {
    content:'';
    position:absolute;
    height:3px;
    width:100%;
    background:#ededed;
    top:14px;
    left:0;
}

.wapf-progress-steps {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
    display: flex;
    justify-content: space-between;
}

.wapf-progress-steps div {
    position:relative;
}

.wapf-progress-steps div:before {
    content: counter(step);
    counter-increment: step;
    width: 40px;
    height:40px;
    font-size:20px;
    line-height:40px;
    border-radius:50%;
    text-align:center;
    display: block;
    background: #ededed;
}

.wapf-progress-steps div.active:before {

    background:#ca2a39; /*The finished step color. Feel free to change*/
    color:white;
}

.wapf-progress-bar {
    background:#ca2a39; /*The finished step color. Feel free to change*/
    width:0%;
}




/*questionario mie modifiche*/
.wapf-wrapper {
   
    border: none;
   
}
.wapf-progress-steps div.active:before {
    background: #ca2a39;
    color: white;
}

.wapf-progress-bar {
    background: #ca2a39;
    width: 0%;
}


.wapf-field-label {
    display:flex;
    align-items: center;
    justify-content: center;
}

.wapf-field-description{
	display:flex;
    align-items: center;
    justify-content: center;
	font-style: oblique;
	font-size: 95%!important;
	padding: 0px!important;
    
}
.wapf-field-label.wapf--above{
	font-family: saira;
	font-size:18px;
	font-weight: bold;
	color: black;
}
.wapf-field-container {
    padding-bottom: 50px!important;
}
.wapf-swatch-label {
    text-align: center;
    padding: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    font-size: 15px;
}
.wapf-swatch-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.wapf_btn_prev{
	background-color: #ca2a39!important;
	border-radius: 50px!important;
}
.wapf_btn_next{
	background-color: #ca2a39!important;
	border-radius: 50px!important;
}

.elementor-widget-wc-add-to-cart .quantity .qty, .woocommerce div.product.elementor .quantity .qty{
	display:none;
}

@media screen and (max-width: 768px){.elementor-14700 .elementor-element.elementor-element-8f26653 > .elementor-widget-container{
	padding:30px!important;
}
	.wapf-wrapper{
		padding:0px!important
	}
}

/*carrello mie modifiche*/

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label, .woocommerce td.product-name .wc-item-meta dt, .woocommerce td.product-name dl.variation .wc-item-meta-label, .woocommerce td.product-name dl.variation dt{
	font-weight:700;
}
.product-quantity{
	display:none;
	}

@media screen and (max-width: 768px){
.product-quantity{
	display:none!important;
}
	}
.product-subtotal{
	display:none;
}

@media screen and (max-width: 768px){
.product-subtotal{
	display:none!important;
}
	}
.product-price{
	display:none;	
}
@media screen and (max-width: 768px){
.product-price{
	display:none!important;	
}
	}
.product-name{
	padding-top: 50px:
}

.woocommerce-message{
	display:none;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	background-color: #509217;
	font-family: saira;
	padding: 20px 30px 20px 30px;
	text-transform: uppercase;
}
#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail{
	min-width:100px;
}
.elementor-widget-woocommerce-cart .woocommerce table.cart img{
	width:155px!important;
}


/*pagamento mie modifiche*/
/*.product-total {
	display:none;
	width:0px!important;
}*/
td.product-name{
	padding: 0px 0px 10px 0px!important;
	max-width: none!important;
	width:100%!important;
}

.variation{
	line-height:24px!important;
}

.cart_item{
	content:absolute;
}
