/*
Theme Name: Magnesio Child
Template: hello-elementor
Author: Child Theme Configurator
Version: 0.0.14
Updated: 2025-12-18

*/

/* Linea colorata turchese sotto i testi */
/*
.linea-turchese::before {
	content: '';
  	position: absolute;
	width: 100%;
  	left: 0;
  	bottom: 22px;
  	height: 12px;
  	background-color: #40BFB9;
	z-index: -1;
}
*/


/* Linea colorata turchese sotto i testi a non va bene*/
.titolo-sottolineato {
	text-decoration-thickness: 8px;
	text-decoration-line: underline;
	text-decoration-skip-ink: none;
    text-decoration-color: #40BFB9;
}


/* Sbarramento sped. gratuita */
#shipping_method label, .wc-block-components-totals-shipping .wc-block-components-totals-item__label{
    text-decoration: line-through !important;
}



.flaticon-back.slick-arrow, .flaticon-right-arrow.slick-arrow {
    display: none !important;
}
.wpgs-nav .slick-current {
    border-color: unset !important;
}
.wpgs-nav .slick-slide {
    border: 0 !important;
}
.wpgs-nav img {
    border-radius: 0 !important;
}

/* CART - VUOTO */
h2.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title {
    color: #160647 !important;
}
h2.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title {
    color: #160647 !important;
}
hr.wp-block-separator.has-alpha-channel-opacity.is-style-wide {
    margin-top: 50px;
    margin-bottom: 50px;
    border-top: 1px solid;
}
hr.wp-block-separator.has-alpha-channel-opacity.is-style-wide {}
h2.wp-block-heading.has-text-align-center {
    color: #160647 !important;
    font-weight: 600;
}
li.wc-block-grid__product {box-shadow: 0px 0px 26px 0px #e3e3e3;border-radius: 15px;background-color: #fff;padding: 16px;padding-top: 35px;padding-bottom: 10px;/* display: flex; *//* flex-direction: column; *//* justify-content: space-between; */}
ul.wc-block-grid__products {
    column-gap: 5%;
}
.wc-block-grid__product-image img {
    max-height: 200px;
}
.wc-block-grid__product-title {font-weight: 600;font-size: 15px;font-family: "Urbanist", Sans-serif;color: #160647 !important;}
a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart {
    background: #40bfb9;
    transition: all 0.3s;
}
a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart:hover {
    background: #2B9C97;
    color: #fff;
}
ul.wc-block-grid__products {
    margin-top: 60px;
    margin-bottom: 50px;
}
.product-grid-custom img {
    padding: 0 60px !important;
}
@media (max-width: 600px) {
    ul.wc-block-grid__products {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .wc-block-grid.has-4-columns .wc-block-grid__product {
        width: 100% !important;
        padding-top: 40px;
        max-width: 80%;
        flex: 1 1 100% !important;
    }
	.woocommerce-cart .elementor-element.elementor-element-27bdc51e.elementor-widget.elementor-widget-text-editor {
		height: 1280px;
	}
}