/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

header#page-header {
    backdrop-filter: blur(10px);
}

/* Contenitore del modulo */
.wpcf7 form {
    background-color: #f7f7f7;
    padding: 12px;
    border-radius: 8px;
}

/* Azzeriamo margini dei paragrafi (spazi invisibili extra) */
.wpcf7 form p {
    margin: 0;
    padding: 0;
}

/* Label compatte */
.wpcf7 label {
    display: block;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}

/* Campi di input e select */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
    background-color: #fff;
    color: #333;
    border: 1px solid #ccc;
    padding: 6px;
    margin: 2px 0 6px 0; /* minimo spazio tra i campi */
    width: 100%;
    box-sizing: border-box;
    font-family: "Proxima Nova", sans-serif;
    font-size: 14px;
    border-radius: 4px;
    line-height: 1.2;
}

/* Textarea compatta con scroll */
.wpcf7 textarea {
    min-height: 50px;
    max-height: 90px;
    overflow-y: auto;
    resize: vertical;
}

/* Pulsante invio */
.wpcf7 input[type="submit"] {
    background-color: #5d7784;
    color: #fff;
    border: none;
    padding: 8px 14px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 4px;
    font-family: "Proxima Nova", sans-serif;
    font-size: 14px;
    margin-top: 4px;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #d32f2f;
}

/* Forza apertura del sottomenu a sinistra */
.w-nav.type_desktop .w-nav-list.level_3 {
    left: auto !important;
    right: 100% !important;
}
.custom-cart-link {
  position: relative;
  display: inline-block;
}

.custom-cart-link .cart-count-number {
  position: absolute;
  top: -5px;
  right: -10px;
  min-width: 15px;
  height: 15px;
  background-color: #4e7183;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  border-radius: 50%;
  padding: 2px 5px;
  text-align: center;
  line-height: 1;
  z-index: 10;
}

