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

/* Add your custom styles here */



.wapf-field-container {
    border-bottom: 1px solid #675B5B; /*  ebebe7*/
   /* margin-bottom: 20px; */
}


.wapf-field-container:last-child {
    margin-bottom: 0px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #251f1f;
    font-size: 1.25em;
}

table.variations tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
background: #ffffff!important;

}

table.variations tbody>tr:nth-child(even)>td, table tbody>tr:nth-child(even)>th {

/*
background: #251F1F!important;
background-color: unset !important;
*/
}



table.variations tr {
border-bottom: 1px solid #EBEBE7; /* 675B5B */
/* background-color: #251F1F; */

}

.woocommerce .elementor-1317 .elementor-element.elementor-element-50f61433 form.cart table.variations label {
	color: #251F1F;
}

.woocommerce-variation-description {
    color: #251F1F;
}

.woocommerce-variation-price {
    border-bottom: 1px solid #ebebe7;
    margin-bottom: 20px;
}
/* ---- */

/* Rimuove il bordo blu di focus dai pulsanti di quantità */
.quantity button:focus,
.quantity input[type="number"]:focus {
    outline: none; /* Rimuove il bordo focus */
    border-color: #FF1C1F; /* Sostituisci con il colore che preferisci */
    border-width: 2px; /* Spessore del bordo */
}
.wapf-field-label, 
.wapf-label-text {
    line-height: 1.5; /* Modifica lo spazio tra le righe */
	color:#251F1F;
}

.wapf-pricing-hint {
	opacity: 1!important;
	font-weight: 600;
}

/* ---- */
.label-above .wapf-field-label:first-child {
    margin-top: 20px;
}


.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: none;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 20%;
}

.elementor-1317 .elementor-element.elementor-element-7dc3c682 #tab-description,
.elementor-1317 .elementor-element.elementor-element-7dc3c682 #tab-additional_information,
.elementor-1317 .elementor-element.elementor-element-7dc3c682 #tab-reviews {
    /* background-color: #251F1F; */
}

th.label {
    padding-left: 0;
}

.single-product .variations{
	
}
	
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #251F1F;
}



.woosb-wrap {
    color: #251F1F;
}

.woosb-wrap a:link,
.woosb-wrap a:visited {
    color: #251F1F;
}


.woosb-products .woosb-product .woosb-thumb img {
   
    border-radius: 10px;
}

.woosb-products {
    /*
	border-width: 1px 0 0 0;
    border-style: dotted;
    border-color: #e5e5e5;
	*/
	border-width: none;
    border-style: none;
    border-color: none;
}

.woosb-products .woosb-item-text {
    border-bottom: 1px solid #EBEBE7;  /* 675B5B */
}


.woosb-products .woosb-product {

    border-bottom: 1px solid #EBEBE7;  /* 675B5B */
}


.woosb-products .woosb-product .woosb-title {

    font-size: 14px;
}

.woosb-products .woosb-product .woosb-thumb {

    flex: 0 0 70px;
}

.woosb-products .woosb-product .woosb-title .stock.in-stock {
color:#251F1F;
	font-weight: 500;
}

.desc_list {
	margin: 10px 0 10px 0;
}

.desc_ol {
	margin-bottom: 15px;
}

.ppcp-messages {
    margin-top: 10px!important;
}


.woocommerce td.product-name dl.variation dt{
	float: none;
}


.woocommerce table.shop_table td {
	vertical-align: top!important;
}

/*
.woocommerce-cart table.cart .product-thumbnail {
   min-width: 100px;
}




.elementor-widget-woocommerce-cart .woocommerce table.cart img {
    display: block;
    height: auto;
    width: 80px;
	border-radius: 15px;
}
*/

.e-cart__column-inner.e-sticky-right-column {
    background-color: #EBEBE7;
    border-radius: 20px;
}

.col-1, 
.woocommerce-shipping-fields,
.shipping_address, 
.woocommerce-additional-fields {
	/* background-color: #EBEBE7!important; */
	border-radius: 20px;
	
}
/*
 * .elementor-widget-woocommerce-checkout-page .woocommerce .e-checkout__order_review
 * */



/*
.e-checkout__column.e-checkout__column-end {
    background-color: #EBEBE7;
	border-radius: 20px!important;
}

.e-checkout__order_review,
.e-checkout__order_review-2 {
	border-radius: 20px!important;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment {
	border-radius: 20px!important;
}





*/


.elementor-10 .elementor-element.elementor-element-4777a13 .product-name .variation {
	
	font-size: 12px;
	
}
/* checkout page */
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name {
  max-width: 300px; 
    padding-right: 20px;
}


.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name dl dd ul {
	padding-left: 20px;
}

/* 3 boxes in right side of checkout */
.elementor-widget-woocommerce-checkout-page .woocommerce .e-checkout__order_review {
	background-color: #EBEBE7;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 20px!important;
	
}

.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box {
	background-color: #ffffff; /* EBEBE7 */
	border-radius: 20px!important;
}

 .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment {
	background-color: #EBEBE7;
	 border-radius: 20px!important;
}


.elementor-menu-cart__product-name {
	overflow: auto;
}

/* elimina le variazioni dal mini cart menu */
.elementor-menu-cart__product-name dl.variation {
  display: none !important;
}

@media (max-width: 1024px) {
	
	/*
    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        display: block;
        text-align: left !important;
    }
	*/
}


@media (max-width: 1024px) {
    .woocommerce-cart-form .product-thumbnail {
        display: block !important;
        width: auto;
    }
}


td.product-thumbnail::before {
    content: none !important;
    display: none !important;
}

@media (max-width: 1024px) {
	dl.variation {
    	text-align: left;
	}
	
	dt.variation-Prodottiinbundle {
		margin: 10px 0 10px 0;
	}
 
}



/*

li.cambio-colore-menu {
    border: 1px solid red;
    border-radius: 20px;
	background-color: red;
	color: white!important;
}

li.cambio-colore-menu:hover,
li.cambio-colore-menu a:hover {
    color: white!important;
}

*/

.elementor-menu-cart__product .variation dd {
    grid-column-start: 1;

}

/* discovery card 
img.wc-stripe-card-icon.discover {
    display: none !important;
}
*/

a:link,
a:visited {
		
	color:#ff1c1c;	
}

a:hover {
		
	color: #ff1c1c;
	
}

.woocommerce-message
Specificity: (0,1,0)
 {
    border-top-color: #A9A986;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    color: #251F1F;
    text-decoration: none !important;
}

.woocommerce span.onsale {
z-index: 1;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
z-index: 1;
}


.in_offerta {
    display: inline-block;
	font-family: poppins, Sans-serif;
	font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
    float: right;
    text-align: center;
    background: #FF1C1F;
 
    width: auto;
    height: auto;
    position: absolute;
    top: 15px;
    left: 10px;
   padding: 10px 18px;
    border-radius: 50px;
   
    z-index: 1;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
	color: #ffffff;
    background-color: #A9A986;
	font-weight: 500;
}

@media (max-width: 767px) {
	.elementor-widget-woocommerce-menu-cart .woocommerce-mini-cart__empty-message {
		font-size: 16px;
	}
	.e-checkout__column.e-checkout__column-end {
		margin:  0 20px 0 20px;
	}
	
	td.product-remove {
		padding: 0!important;
	}
}

.elementor-widget-woocommerce-cart .woocommerce table.cart img {
	width: 100px;
}

a.shipping-calculator-button {
    padding-top: 15px;
	text-decoration: underline;
}

.thwcfe-section-title {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 700;
	color: #251F1F;
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table {
	font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 700;
	color: #251F1F;
}

/* Swatches */

ul.group-variable-item-wrapper {
    padding: 0;
}

	pre {
		font-family: Poppins;
	}

.testo_nb {
	font-size: 13px;
	font-style: italic;
}


img.alignnone.size-full.wp-image-6019 {
    vertical-align: middle;
	margin-left: -8px;

}