/*
Theme Name: MasonAura
Theme URI: https://matteolecci.it/
Template: hello-elementor
Author: Matteo Lecci
Author URI: https://matteolecci.it/
Description: MasonAura
Tags: masonaura
Version: 1.0.1760802712
Updated: 2025-10-18 17:51:52

*/

/* headline elementor */
h1.entry-title{
	display: none !important;
}

/* personalizzazione focus */
input:focus,
textarea:focus,
select:focus,
button:focus,
.select2-container--default .select2-selection--single:focus,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
    outline: none !important;
    box-shadow: none !important;
    border-color: inherit !important;
}

.select2-container--default .select2-selection--single:focus {
    outline: none !important;
}

/* nascondi avviso add to cart */
.added_to_cart.wc-forward {
    display: none !important;
}

/* nascondi avvisi Woo */
.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
    display: none !important;
}

/* personalizzazione carrello */
.woocommerce-cart-form .quantity .input-text.qty {
    border-radius: 0px !important;
}

.woocommerce-cart .coupon #coupon_code {
    border-radius: 0px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.coupon-error-notice {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #000000 !important;
	padding-top: 20px !important;
}

/* campo custom dimensione */
.wapf-field-label label,
.wapf-field-label label span {
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    font-family: 'Montserrat', sans-serif !important;
}

.wapf-field-container select.wapf-input {
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: 'Montserrat', sans-serif !important;
    border: 1px solid #000000 !important;
    border-radius: 0px !important;
}

.wapf-product-totals span {
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: 'Montserrat', sans-serif !important;
}

/* complianz shortcode */
#cmplz-document {
    max-width: 100% !important;
}

#cmplz-document a {
    color: #000000 !important;
}

#cmplz-document p,
#cmplz-document .cmplz-description,
#cmplz-document .cmplz-description span,
#cmplz-document li,
#cmplz-document .function,
#cmplz-document .retention,
#cmplz-document .name {
    color: #000000 !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px !important;
    text-transform: none !important;
    font-weight: 400 !important;
    line-height: 1.6em !important;
}

#cmplz-document h2,
#cmplz-document h3,
#cmplz-document h4,
#cmplz-document h5,
#cmplz-document .cmplz-category-title,
#cmplz-document summary h3,
#cmplz-document .purpose h4,
#cmplz-document .name-header h5,
#cmplz-document .retention-header h5,
#cmplz-document .function-header h5 {
    color: #000000 !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1.2em !important;
    text-transform: none !important;
}

@media (max-width: 1024px) {
    #cmplz-document h2,
    #cmplz-document h3,
    #cmplz-document h4,
    #cmplz-document h5,
    #cmplz-document .cmplz-category-title,
    #cmplz-document summary h3,
    #cmplz-document .purpose h4,
    #cmplz-document .name-header h5,
    #cmplz-document .retention-header h5,
    #cmplz-document .function-header h5 {
        font-size: 18px !important;
    }
}

@media (max-width: 767px) {
    #cmplz-document h2,
    #cmplz-document h3,
    #cmplz-document h4,
    #cmplz-document h5,
    #cmplz-document .cmplz-category-title,
    #cmplz-document summary h3,
    #cmplz-document .purpose h4,
    #cmplz-document .name-header h5,
    #cmplz-document .retention-header h5,
    #cmplz-document .function-header h5 {
        font-size: 16px !important;
    }
}

/* disattiva etichetta "facoltativo" */
#order_comments_field .optional {
    display: none !important;
}