/*
Theme Name: Naturya Child
Theme URI: http://naturya.novaworks.net
Description: This is a child theme for Naturya Theme.
Author: Novaworks
Author URI: http: //www.novaworks.net/
Template: naturya
Version: 1.0
*/

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/
/****************************************************************/
/****************************************************************/
/****************************************************************/


/* ----- modifiche carousel in home ----- */
/* carousel: nuovi arrivi */
.elementor-1110 .elementor-element.elementor-element-e5eeb90 ul.products .product .product-item .product-item__thumbnail {
    max-height: 200px;
}
.elementor-1110 .elementor-element.elementor-element-e5eeb90 ul.products .product .product-item .product-item__thumbnail-placeholder a img {
	width: auto;
	height: 200px;
}
/* carousel: selezionati */
.elementor-1110 .elementor-element.elementor-element-7ed31a2 ul.products .product .product-item .product-item__thumbnail {
    max-height: 200px;
}
.elementor-1110 .elementor-element.elementor-element-7ed31a2 ul.products .product .product-item .product-item__thumbnail-placeholder a img {
	width: auto;
	height: 200px;
}


/* elenco in pag SHOP */
.elementor-page-731 .elementor-element.elementor-element-4d8f8c35 ul.products .product .product-item .product-item__thumbnail {
    max-height: 200px;
}
.elementor-page-731 .elementor-element.elementor-element-4d8f8c35 ul.products .product .product-item .product-item__thumbnail-placeholder a img {
	width: auto;
	height: 200px;
}


/* ------------- MOD mega menu -------------- */

/* VER.1 */
.elementor-40 .elementor-element.elementor-element-660a850f .kitify-nova-menu .main-navigation .nav-menu > li > ul.sub-menu ul.mega-menu-main > li > a {
    font-size: 18px;
    font-weight: bold;
}
/* VER.2 */
.elementor-40 .elementor-element.elementor-element-660a850f .kitify-nova-menu .main-navigation .nav-menu > li > ul.sub-menu ul.mega-menu-main > li > a {
    font-size: 14px;
    font-weight: bold;
    padding: 0px 10px;
    background: #A79D80;
    color: white;
}
/* VER.3 */
.elementor-40 .elementor-element.elementor-element-660a850f .kitify-nova-menu .main-navigation .nav-menu > li > ul.sub-menu ul.mega-menu-main > li > a {
    font-size: 16px;
    font-weight: 900;
    padding: 0;
    background: transparent;
    color: #A79D80;
}


ul.product-categories li span.count {
    color: #c00a26;
    margin-left: 10px;
    font-size: 12px;
    font-weight: bold;
}

aside.widget {
	border: solid 1px #C10A27 !important;
}

/* ------------------------- pagina categoria parte descrizione --------- */
body.elementor-editor-active .term-description, body.woocommerce-shop .term-description
 {
        max-width: 45rem;
        margin-bottom: 0;
    }

body.elementor-editor-active .term-description p, body.woocommerce-shop .term-description p {
    margin-bottom: 0;
    line-height: 1.375rem;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}
.promo-cat {
    margin: 0 0 24px;
    padding: 7px 22px;
    border: 2px dashed #c0392b;
    border-radius: 8px;
    background: #bf0a25;
    color: #ffffff;
    font-size: 1.05rem;
    text-align: center;
    justify-content: center;
    display: flex;
}
.promo-cat strong {
    letter-spacing: .5px;
    text-transform: uppercase;
    text-decoration: underline;
}

/* --------------- modifica minicart per sovrapp con chat wapp ------------ */
.widget.woocommerce.widget_shopping_cart ul.woocommerce-mini-cart {
    min-height: 50vh;
    max-height: 60vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* ---------- MOD form CHECKOUT -------------- */
/* Checkout classico: campi indirizzo su due colonne */
#customer_details .woocommerce-billing-fields__field-wrapper,
#customer_details .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4%;
}
#customer_details .form-row { width: 100%; }   /* default: riga intera */

/* coppie a metà larghezza */
#billing_first_name_field, #billing_last_name_field,
#billing_city_field,       #billing_state_field,
#billing_postcode_field,   #billing_phone_field {
  width: 48% !important;
}

/* ------ MOD pulsanti in genere ... ----------- */
body .button, body button, body input[type=submit] {
    text-transform: none;
}
body .button.checkout-button {
	text-transform: uppercase;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-link {
    text-transform: none;
    border-bottom: 2px solid;
    display: inline-block;
}

/* ------ MOD woocomerce info ----- */
.woocommerce-info {
    background-color: #000000;
    color: #FFF;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0;
    list-style-type: none;
    position: relative;
    margin-bottom: 2.5rem;
    padding: 1.5625rem;
    line-height: 1.5rem;
}
.woocommerce-message {
    background-color: #000000;
    color: #FFF;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0;
    list-style-type: none;
    position: relative;
    margin-bottom: 2.5rem;
    padding: 1.5625rem 0;
}
