@charset "UTF-8";
/*#region breakpoints*/
/* 0, 640px */
/* 640px, 981px */
/* 980px, 1100px */
/* 1100px, 1405px */
/* 1405px */
/*#endregion */
@import "https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;600&display=swap";
@import "hamburgers.css";
@import "balloon.min.css";
@import "mobile.css";
/* height: -moz-calc(100vh - 200px); height: -webkit-calc(100vh - 200px); height: calc(100vh - 200px); */
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/*https://www.angularjswiki.com/fontawesome/*/
/*https://www.codesdope.com/blog/article/12-creative-css-and-javascript-text-typing-animati/*/
* {
  border: 0;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url("boxsizing.htc");
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

nav ul, form ul {
  list-style: none;
}

article {
  display: block;
}

aside {
  display: block;
}

details {
  display: block;
}

figcaption {
  display: block;
}

figure {
  display: block;
  overflow: hidden;
  position: relative;
}
figure * {
  transition: all 0.9s ease-in-out;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease-in-out;
}

footer {
  display: block;
}

header {
  display: block;
  width: 100%;
  background: #FFF;
}
header .topbar {
  background: #EEE;
  font-size: 12px;
  padding: 5px;
}
header .logo {
  position: relative;
  width: 100%;
  max-width: 1400px;
  padding: 20px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  align-items: anchor-center;
  justify-content: space-between;
  flex-flow: row wrap;
}
header .logo > a {
  flex: 1;
}
header .logo .codice-motore {
  display: flex;
  gap: 30px;
  align-items: center;
  flex: 2;
}
header .logo .codice-motore .group {
  width: 100%;
}
header .logo .codice-motore .group form .grid-2 {
  display: flex;
  flex-flow: row;
}
header .logo .codice-motore #search {
  flex: 3;
  border: 1px solid #004999;
  border-radius: 10px;
}
@media only screen and (max-width:61.25em) {
  header .logo .codice-motore #search {
    width: auto;
  }
}
header .logo .codice-motore #submit {
  flex: 1;
  background: #9bfe06;
  border-radius: 10px;
  color: #004999;
}
header .logo .codice-motore:before, header .logo .codice-motore:after {
  height: 20px;
  display: inline-block;
  border-left: 1px solid #000;
  content: "";
}
header .logo h3 {
  flex: 1;
  text-transform: uppercase;
  margin-top: 18px;
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 20px;
  color: #004999;
  padding-left: 40px;
}
header .logo h3 span {
  color: #001833;
}
@media only screen and (max-width:61.25em) {
  header .logo a {
    order: 1;
    max-width: 45vw;
    min-width: 80px;
  }
  header .logo a img {
    max-width: 100%;
  }
  header .logo .codice-motore {
    order: 3;
    min-width: 90vw;
  }
  header .logo .codice-motore:before, header .logo .codice-motore:after {
    display: none;
  }
  header .logo h3 {
    display: none;
    order: 2;
  }
}
header nav {
  box-shadow: 0px 7px 13px rgba(0, 0, 0, 0.2);
  z-index: 22;
  position: relative;
  width: 100%;
  font-size: 16px;
  background: #004999;
}
header nav ul {
  position: relative;
  max-width: 1400px;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 0 20px;
  letter-spacing: 1px;
}
header nav a {
  color: white;
  display: block;
  padding: 10px 0;
  font-weight: bold;
}
header nav a:hover {
  color: white;
  opacity: 0.5;
}
header nav li {
  white-space: nowrap;
}

hgroup {
  display: block;
}

.menu a.selected {
  color: #9bfe06;
}

nav {
  display: block;
}

section {
  display: block;
}

html {
  font-size: 100%;
  height: 100%;
}

body {
  margin: 0;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  position: relative;
  -webkit-text-size-adjust: none;
  color: #262626;
}

h1 {
  font-weight: 400;
  font-family: "Titillium Web", sans-serif;
  font-weight: bold;
  margin: 0;
  font-size: 50px;
  line-height: 65px;
  color: #001833;
}

h2 {
  font-weight: 400;
  font-family: "Titillium Web", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 48px;
  color: #004999;
}

h3 {
  font-weight: 400;
  font-family: "Titillium Web", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
  color: #004999;
}

h4 {
  font-weight: 400;
  font-family: "Titillium Web", sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}

h5 {
  font-weight: 400;
  font-family: "Titillium Web", sans-serif;
}

pre {
  font-weight: 400;
  font-family: "Titillium Web", sans-serif;
}

h1.section {
  font-size: 40px;
  line-height: 40px;
  margin: 0;
  padding: 20px 0;
}

h2.section {
  text-align: center;
  padding: 40px 0;
}

b {
  color: #004999;
}

a {
  color: #004999;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #001833;
}
a:hover figure.fade img {
  opacity: 0.8;
  overflow: hidden;
}
a:hover figure.scale img {
  filter: none;
  transform: scale(1.1);
}

input.error {
  border-color: #262626;
  color: #FF0000;
  background: #FFE5E5;
}

textarea.error {
  border-color: #262626;
  color: #FF0000;
  background: #FFE5E5;
}

select.error {
  border-color: #262626;
  color: #FF0000;
  background: #FFE5E5;
}

input[type=checkbox].error {
  border-color: #262626;
  color: #FF0000;
  background: #FFE5E5;
}

label.error {
  color: #FF0000;
  font-size: 0;
  visibility: hidden;
  float: left;
  overflow: hidden;
  height: 0;
}

input {
  color: #262626;
  padding: 8px;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  border-radius: 0;
  height: 44px;
}

select {
  color: #262626;
  padding: 8px;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  border-radius: 0;
  height: 44px;
  background: url("select_arrow.png") right center no-repeat #FFF;
  padding: 8px 35px 8px 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  color: #262626;
  padding: 8px;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  border-radius: 0;
}

button {
  color: #262626;
  padding: 8px;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  border-radius: 0;
  white-space: nowrap;
  border-radius: 0;
  color: white;
  cursor: pointer;
  background: #888;
  color: white;
  border: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  letter-spacing: 1px;
  display: inline-block;
  height: 44px;
}
button:hover {
  background: #555;
}

input[type=submit] {
  white-space: nowrap;
  border-radius: 0;
  color: white;
  cursor: pointer;
  background: #888;
  color: white;
  border: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  letter-spacing: 1px;
  display: inline-block;
}
input[type=submit]:hover {
  background: #555;
}

input[type=button] {
  white-space: nowrap;
  border-radius: 0;
  color: white;
  cursor: pointer;
  background: #888;
  color: white;
  border: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  letter-spacing: 1px;
  display: inline-block;
}
input[type=button]:hover {
  background: #555;
}

input[type=reset] {
  white-space: nowrap;
  border-radius: 0;
  color: white;
  cursor: pointer;
  background: #888;
  color: white;
  border: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  letter-spacing: 1px;
  display: inline-block;
}

a.btn {
  white-space: nowrap;
  border-radius: 0;
  color: white;
  cursor: pointer;
  background: #888;
  color: white;
  border: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  letter-spacing: 1px;
  display: inline-block;
}
a.btn:hover {
  background: #555;
}

input.btn-primary {
  background: #004999;
}
input.btn-primary:hover {
  background: #9bfe06;
  color: #004999;
}

a.btn-primary {
  background: #004999;
}
a.btn-primary:hover {
  background: #9bfe06;
  color: #004999;
}

button.btn-primary {
  background: #004999;
}
button.btn-primary:hover {
  background: #9bfe06;
  color: #004999;
}

input[type=radio] {
  padding: 0;
  height: 20px;
  width: 20px;
  float: left;
  margin-right: 10px;
  cursor: pointer;
  margin-bottom: 10px;
  background: #FFF;
  border-radius: 200px;
}
input[type=radio]:checked {
  background: #004999;
}

input[type=checkbox] {
  padding: 0;
  height: 20px;
  width: 20px;
  float: left;
  margin-right: 10px;
  cursor: pointer;
  margin-bottom: 10px;
  background: #FFF;
}
input[type=checkbox]:checked {
  background: #004999;
}

label {
  font-weight: bold;
  padding: 2px 0;
  display: block;
  color: #262626;
  font-size: 14px;
  cursor: pointer;
}

.label {
  text-align: right;
  padding: 10px 20px 0 0;
}

.buttons {
  margin: 40px 0;
}

.row {
  margin-bottom: 5px;
}

.row-privacy {
  margin: 10px 0;
  color: #EEE;
  font-size: 13px;
}

.privacy p {
  margin: 10px 0;
  font-size: 13px;
  color: #EEE;
  padding-left: 30px;
  position: relative;
}
.privacy input {
  position: absolute;
  left: 0;
  top: 0;
}

.check-list label {
  font-size: 16px;
  text-transform: uppercase;
}
.check-list li {
  padding: 5px 0 0 35px;
  position: relative;
  margin-bottom: 5px;
  position: relative;
  padding: 10px 0 10px 40px;
  border-bottom: 1px solid #CCC;
}
.check-list li input {
  left: 0;
  top: 2px;
  position: absolute;
  margin: 0;
  top: 12px;
  position: absolute;
}
.check-list li label {
  padding: 0;
}
.check-list .detail {
  padding: 0;
  border: 0;
}
.check-list input[type=radio]:checked + label {
  color: #001833;
}

form h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

input::placeholder {
  color: #6f6f6f;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #6f6f6f;
}
input::-ms-input-placeholder {
  color: #6f6f6f;
}

img {
  display: block;
}

img.loading {
  background: url("../images/loading.gif") no-repeat center center #FFF;
}

img.scale {
  width: 100%;
  height: auto;
}

span.new {
  position: absolute;
  background: #FF0000;
  color: white;
  padding: 5px 10px;
  z-index: 2;
  right: 20px;
  text-transform: uppercase;
  font-size: 13px;
  font-style: italic;
}

table {
  width: 100%;
}

thead td {
  background: #114E93;
  color: white;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
}

tbody td {
  border-bottom: 1px dotted #CCC;
  padding: 5px 10px;
  vertical-align: top;
}

.videoWrapper {
  background: #000;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe {
  width: 100%;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  clear: both;
}

.content {
  width: 90%;
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
  clear: both;
  position: relative;
}

.content-small {
  max-width: 800px;
  margin: 0 auto;
  clear: both;
  padding: 0 15px;
  position: relative;
}

.phone_show {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

.mb60 {
  margin-bottom: 60px;
}

.mt40 {
  margin-top: 40px;
}

.mt20 {
  margin-top: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb20 {
  margin-bottom: 20px;
}

.mr40 {
  margin-right: 40px;
}

.mr30 {
  margin-right: 30px;
}

.mr20 {
  margin-right: 20px;
}

.pl40 {
  padding-left: 40px;
}

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.msg {
  padding: 100px 40px;
  text-align: center;
}

.msg.success {
  color: green;
  font-weight: bold;
}

.msg.error {
  color: #FF0000;
  font-weight: bold;
}

.btn {
  margin-top: 10px;
  background: #FFF;
  color: #004999;
  padding: 5px 10px;
  display: inline-block;
  color: white;
}

.red {
  font-weight: bold;
  color: #FF0000;
}

group:before {
  content: "";
  display: table;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.col {
  display: block;
  float: left;
  margin: 0 0 0 1.6%;
}
.col:first-child {
  margin-left: 0;
}

.span_1_of_2 {
  width: 49.2%;
}

.span_2_of_2 {
  width: 100%;
}

.span_1_of_3 {
  width: 32.2%;
}

.span_2_of_3 {
  width: 66.1%;
}

.span_3_of_3 {
  width: 100%;
}

.span_1_of_4 {
  width: 23.8%;
}

.span_2_of_4 {
  width: 49.2%;
}

.span_3_of_4 {
  width: 74.6%;
}

.span_4_of_4 {
  width: 100%;
}

.span_1_of_5 {
  width: 18.72%;
}

.span_2_of_5 {
  width: 39.04%;
}

.span_3_of_5 {
  width: 59.36%;
}

.span_4_of_5 {
  width: 79.68%;
}

.span_5_of_5 {
  width: 100%;
}

.span_1_of_6 {
  width: 15.33%;
}

.span_2_of_6 {
  width: 32.26%;
}

.span_3_of_6 {
  width: 49.2%;
}

.span_4_of_6 {
  width: 66.13%;
}

.span_5_of_6 {
  width: 83.06%;
}

.span_6_of_6 {
  width: 100%;
}

.span_1_of_8 {
  width: 11.1%;
}

.span_2_of_8 {
  width: 23.8%;
}

.span_3_of_8 {
  width: 36.5%;
}

.span_4_of_8 {
  width: 49.2%;
}

.span_5_of_8 {
  width: 61.9%;
}

.span_6_of_8 {
  width: 74.6%;
}

.span_7_of_8 {
  width: 87.3%;
}

.span_8_of_8 {
  width: 100%;
}

.span_1_of_10 {
  width: 8.56%;
}

.span_2_of_10 {
  width: 18.72%;
}

.span_3_of_10 {
  width: 28.88%;
}

.span_4_of_10 {
  width: 39.04%;
}

.span_5_of_10 {
  width: 49.2%;
}

.span_6_of_10 {
  width: 59.36%;
}

.span_7_of_10 {
  width: 69.52%;
}

.span_8_of_10 {
  width: 79.68%;
}

.span_9_of_10 {
  width: 89.84%;
}

.span_10_of_10 {
  width: 100%;
}

.span_50 {
  width: 50%;
  float: left;
}

.span_50.text {
  padding: 0 40px;
}

.tabs ul {
  margin: 0 auto;
  text-align: center;
}
.tabs li {
  display: inline-block;
}
.tabs a {
  padding: 10px 20px;
  text-transform: uppercase;
  border-bottom: 2px solid #114E93;
  display: block;
  text-align: center;
  color: #001833;
  font-size: 13px;
  font-weight: bold;
}
.tabs a:hover {
  border-bottom-color: #262626;
  color: #9bfe06;
  text-decoration: none;
}
.tabs a.selected {
  background: #EEE;
  border-bottom-color: #EEE;
  color: #004999;
  text-decoration: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.tabcontent {
  padding: 20px;
  background: #EEE;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.tabcontent ul {
  list-style: none;
}

.home .tabs a.selected {
  background: #fff;
}

.tabcontent {
  background: #fff;
}

.justify {
  text-align: justify;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.noticePromo {
  padding: 5px 10px;
  background: #9bfe06;
  color: #004999;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}

.logo img {
  height: 60px;
  width: auto;
}
.logo .payoff {
  color: #6f6f6f;
}

header.smaller2 .logo img {
  height: 0;
  width: auto;
}
header.smaller2 nav {
  top: 30px;
}

.notice {
  text-align: center;
  color: #004999;
  background: #9bfe06;
  padding: 3px;
}

.grid-search {
  display: grid;
  grid-template-columns: auto 400px;
  gap: 0;
}
.grid-search button {
  background: none;
  color: #001833;
}
.grid-search h4 {
  font-size: 14px;
  text-transform: none;
  margin-bottom: 5px;
}

.filter {
  background: #004999;
  padding: 50px 20px 10px;
}
.filter h4 {
  font-size: 34px;
  color: #fff;
}
.filter *:disabled {
  opacity: 0.2;
}
.filter b {
  padding: 8px 0;
  text-align: right;
  display: block;
}
.filter select {
  width: 100%;
}
.filter input {
  width: 100%;
}

.header-mobile-fixed {
  display: none;
}

.hamburger {
  display: none;
}

.icon-shopping-mobile {
  display: none;
}

.icon-search {
  display: none;
}

.hamburger-inner {
  background: #000;
}
.hamburger-inner::before {
  background: #000;
}
.hamburger-inner::after {
  background: #000;
}

.hamburger.is-active .hamburger-inner {
  background: #000;
}
.hamburger.is-active .hamburger-inner::after {
  background: #000;
}

#footer {
  text-align: left;
  padding: 40px 0;
  font-size: 13px;
  line-height: 20px;
  color: white;
  background: #004999;
}
#footer .logo {
  margin-bottom: 40px;
}
#footer a:hover {
  color: #262626;
}
#footer h2 {
  font-size: 18px;
  margin: 0 0 10px;
  line-height: 20px;
  color: white;
  text-transform: uppercase;
}
#footer .small {
  font-size: 11px;
  margin-top: 20px;
}
#footer b {
  color: white;
}
#footer .grid-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  row-gap: 60px;
}
#footer .grid-footer li {
  padding: 7px 0;
  list-style: none;
  margin: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #819BEA;
}
#footer .grid-footer a {
  color: white;
}
#footer .acc_title {
  text-transform: uppercase;
  border-bottom: 1px solid #819BEA;
  line-height: 20px;
  padding: 7px 0;
  position: relative;
  font-weight: bold;
  cursor: pointer;
}
#footer .acc_title i {
  position: absolute;
  right: 10px;
  top: 8px;
}
#footer .acc_content li {
  padding: 7px 0 7px 20px;
}
#footer .lang li {
  position: relative;
  padding-left: 30px;
}
#footer .lang img {
  width: 20px;
  height: auto;
  position: absolute;
  top: 10px;
  left: 0;
}
#footer .social li {
  display: inline-block;
  border: 0;
}
#footer .social li a {
  color: #001833;
}

.boxHome {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 20px 0;
}
.boxHome .item {
  background-color: #004999;
  color: white;
}
.boxHome .item a {
  color: white;
  font-weight: normal;
}
.boxHome .text {
  padding: 20px;
}
.boxHome .text h2 {
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 26px;
  color: white;
}
.boxHome .btn {
  background: #9bfe06;
  border: 2px solid #9bfe06;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #004999;
}
.boxHome .btn:hover {
  background: none;
  color: #9bfe06;
}

.box-request {
  text-align: center;
  padding: 40px;
  background: #d5e4ff;
}
.box-request h2 {
  color: #001833;
}

.cover {
  height: 600px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide li {
  position: relative;
  margin: 0;
  list-style: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 650px;
}

.slide-animation {
  animation: fadezoom 20s 0s forwards;
}

.slideHome li {
  position: relative;
  margin: 0;
  list-style: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: -moz-calc(100vh - 200px);
  height: -webkit-calc(100vh - 200px);
  height: calc(100vh - 200px);
}
.slideHome .container {
  color: white;
  text-align: left;
  padding: 15px;
  width: 600px;
  position: absolute;
  z-index: 11;
  top: 40px;
  right: 40px;
  background: linear-gradient(90deg, #0a74d2 41%, #0059a6 100%);
}
.slideHome .container h2 {
  font-size: 30px;
  line-height: 30px;
  color: white;
  text-transform: none;
  margin-bottom: 5px;
}
.slideHome .btn {
  color: #001833;
}

i {
  margin: 0 2px;
}

.grid-servizi {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-top: 40px;
}
.grid-servizi h2 {
  color: white;
  font-size: 16px;
  padding: 14px 20px;
  text-transform: uppercase;
  position: relative;
  background: #004999;
  margin-bottom: 0;
  line-height: normal;
  flex: 1;
  display: flex;
  align-items: center;
  flex-flow: row;
  justify-content: space-between;
}
.grid-servizi .item {
  overflow: hidden;
  border-radius: 15px;
  border: 3px solid #004999;
}
.grid-servizi .item a {
  display: flex;
  flex-flow: column;
  justify-content: stretch;
  align-items: normal;
  height: 100%;
}
.grid-servizi .item:hover h2 {
  background: #9bfe06;
  color: #004999;
}

.grid-store-cat {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  padding: 40px 20px;
  text-align: center;
}

.grid-store {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 40px 20px;
}

.empty {
  text-align: center;
}

.icon-pay img {
  height: 40px;
  width: auto;
  display: inline-block;
  margin: 0 10px 0 0;
}

#main {
  line-height: 24px;
}

.bg {
  background: #EEE;
  padding: 40px 0;
  margin-top: 30px;
}

.products-page {
  background: #fff;
  padding: 20px 0;
}

.tab-product .tabs li {
  width: 20%;
}
.tab-product .tabs li i {
  font-size: 30px;
  margin-bottom: 10px;
}
.tab-product .tabcontent li {
  border-bottom: 1px solid #CCC;
  padding: 10px 0;
}
.tab-product sup {
  color: #EEE;
  border-radius: 200px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  line-height: 15px;
  margin-left: 5px;
}

.item-row {
  margin: 0 auto;
  padding: 40px 0;
  line-height: 24px;
}
.item-row .button {
  margin-top: 40px;
}

.service .item-row {
  text-align: center;
}
.service .item-row h1 {
  margin: 0 0 10px;
  font-size: 40px;
  text-transform: uppercase;
}

.contact img {
  margin-bottom: 10px;
}

.timeline img {
  width: 300px;
  display: block;
  margin-top: 20px;
  border-radius: 10px;
}

.row-detail {
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
  max-width: 1200px;
  border-bottom: 2px solid #CCC;
}
.row-detail ul {
  list-style: disc;
  margin-left: 15px;
  padding-left: 10px;
}

.row-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}
.row-detail:nth-of-type(even) {
  grid-template-areas: "img text";
}
.row-detail:nth-of-type(even) img {
  grid-area: img;
}
.row-detail:nth-of-type(even) .text {
  grid-area: text;
}
.row-detail:nth-of-type(odd) {
  grid-template-areas: "text img";
}
.row-detail:nth-of-type(odd) img {
  grid-area: img;
}
.row-detail:nth-of-type(odd) .text {
  grid-area: text;
}

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  padding: 40px 20px;
}

.column-2 {
  column-count: 2;
  column-gap: 40px;
}

.column-6 {
  column-count: 6;
  column-gap: 40px;
}

.content-form {
  width: 100%;
  max-width: 800px;
  margin: 80px auto 0;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.grid-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.grid-5 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 40px;
}

.grid-6 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 40px;
}

.gap60 {
  gap: 60px;
}

.subcat {
  gap: 5px;
  margin-bottom: 20px;
}
.subcat sup {
  display: none;
}

#table_cart {
  border-collapse: collapse;
  width: 100%;
  border-bottom: 1px solid #CCC;
  padding: 8px 10px;
  font-size: 14px;
}
#table_cart th {
  border-bottom: 1px solid #CCC;
  padding: 8px 10px;
  font-size: 14px;
}
#table_cart td {
  border-bottom: 1px solid #CCC;
  padding: 8px 10px;
  font-size: 14px;
}
#table_cart thead td {
  background: #004999;
  color: white;
  padding: 8px 10px;
  vertical-align: top;
}
#table_cart tbody img {
  margin-right: 10px;
  float: left;
  width: 80px;
  height: auto;
}

.cat {
  margin-bottom: 5px;
  text-transform: uppercase;
  background: #6f6f6f;
  color: white;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 0 10px;
}

.tot {
  color: #EEE;
}

.form {
  width: 100%;
  margin: 0 auto 80px;
  text-align: left;
}
.form input[type=text] {
  width: 100%;
}
.form textarea {
  width: 100%;
}
.form button {
  width: 100%;
}

.content.search-title {
  position: relative;
  padding-left: 50px;
}

.search-title i {
  position: absolute;
  left: 20px;
  top: 6px;
  color: #9bfe06;
}

.grid-news {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  gap: 20px;
}
.grid-news h2 {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 10px;
}
.grid-news .text {
  border: 1px dotted #888;
  padding: 10px 20px;
  border-top: 0;
}

.grid-partners {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  gap: 40px;
  text-align: center;
}
.grid-partners img {
  border: 1px solid #CCC;
}
.grid-partners b {
  color: #262626;
  text-transform: uppercase;
  font-size: 11px;
}
.grid-partners em {
  color: white;
  text-transform: uppercase;
  display: block;
  background: red;
}

.list-store {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}
.list-store .item {
  border-radius: 15px;
  overflow: hidden;
  border: none;
  background: #EEE;
  text-align: center;
  margin-bottom: 40px;
  border: 5px solid #fff;
  position: relative;
  padding-bottom: 60px;
}
.list-store .item h2 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.list-store .item a {
  color: #262626;
}
.list-store .item:hover {
  border: 5px solid #004999;
}
.list-store .buttons {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.list-store .buttons a {
  color: white;
  font-size: 13px;
}
.list-store .btn {
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
}
.list-store button {
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
}
.list-store .price {
  margin-top: 20px;
  font-size: 20px;
}
.list-store .price em {
  margin: 0;
}

.discount {
  position: absolute;
  right: 20px;
  top: 20px;
  background: red;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 200px;
}

.cart img {
  width: 150px;
  height: auto;
  float: left;
  margin-right: 40px;
}
.cart p.code {
  color: #EEE;
  font-size: 13px;
}
.cart tbody td {
  line-height: 20px;
}
.cart .btn {
  margin-top: 20px;
}

.scheda-store {
  border-radius: 15px;
  background: #EEE;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
  padding: 20px;
}
.scheda-store figure {
  border-radius: 15px;
  overflow: hidden;
}
.scheda-store h1 {
  margin-bottom: 40px;
  color: #004999;
}
.scheda-store .buttons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}
.scheda-store .buttons .btn {
  margin: 0;
  width: 100%;
  text-align: center;
}
.scheda-store .help {
  margin-top: 100px;
}
.scheda-store b {
  color: #262626;
}
.scheda-store h3 {
  color: #6f6f6f;
}
.scheda-store h3 a {
  color: #004999;
  display: inline-block;
  padding: 10px;
}
.scheda-store h3 a:hover {
  color: #9bfe06;
  background: #004999;
}

.list-details li {
  position: relative;
  border-bottom: 1px solid #CCC;
  padding: 5px 0 5px 150px;
}
.list-details li b {
  position: absolute;
  left: 0;
  top: 5px;
}

.price {
  font-weight: bold;
  font-size: 30px;
}
.price .small {
  font-size: 13px;
}
.price em {
  font-size: 13px;
  font-weight: normal;
  display: block;
  margin-top: 5px;
  text-transform: uppercase;
}

select.quantita {
  width: 50px;
}

ul.disc li {
  list-style: disc;
  margin-left: 15px;
}

.clients img {
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}

.scheda li {
  margin-bottom: 5px;
  list-style: none;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 30px;
  position: relative;
}
.scheda li::before {
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  content: "";
  margin-right: 20px;
  color: #9bfe06;
  position: absolute;
  left: 0;
  top: 3px;
}
.scheda li li {
  margin-left: 20px;
  margin-bottom: 2px;
}
.scheda li li::before {
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  content: "";
  margin-right: 20px;
  color: #9bfe06;
}

.box-search {
  padding: 20px;
}
.box-search input {
  margin: 0;
  width: 100%;
}
.box-search select {
  margin: 0;
  width: 100%;
}

.pagination {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 20px 0 40px;
  text-transform: uppercase;
}
.pagination .pages {
  text-align: right;
}
.pagination .pages a {
  display: inline-block;
  padding: 5px 10px;
  border-bottom: 1px solid #CCC;
  color: #001833;
}
.pagination .pages b {
  display: inline-block;
  padding: 5px 10px;
  border-bottom: 1px solid #CCC;
  color: #001833;
  color: #262626;
  border-bottom: 1px solid #000;
}
.pagination .page {
  text-align: right;
}
.pagination .page a {
  padding: 10px 15px;
  display: inline-block;
  border: 1px solid #DDD;
}
.pagination .page a:hover {
  background: #EEE;
}
.pagination .page b {
  padding: 10px 15px;
  display: inline-block;
  border: 1px solid #DDD;
  color: #FF0000;
}
.pagination .result {
  padding-top: 10px;
}

.news p.text {
  padding: 8px 10px;
  font-weight: normal;
}
.news em.title {
  text-align: center;
  font-size: 26px;
  line-height: 32px;
  display: block;
  margin-top: 40px;
}

.acc-title {
  padding: 10px 40px;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}
.acc-title i {
  position: absolute;
  left: 10px;
  top: 14px;
}

.acc-title.close {
  background: #EFEFEF;
  color: #001833;
}

.acc-title.open {
  background: #234e9e;
  color: white;
}

.acc-content {
  padding: 10px 40px;
}

.checkout {
  padding: 40px;
}
.checkout h3 {
  color: #262626;
}

.coupon {
  padding: 20px;
  max-width: 600px;
  background: #fff7eb;
}
.coupon h3 {
  margin: 0 0 15px;
  font-size: 18px;
}
.coupon input[type=text] {
  border-bottom: 2px solid #CCC;
}
.coupon input[type=submit] {
  background: #9bfe06;
  color: #004999;
}

.grid-filter-radiazioni {
  display: grid;
  grid-template-columns: 200px 100px auto;
  gap: 10px;
  margin: 40px 0;
}
.grid-filter-radiazioni input[type=submit] {
  margin: 0;
}

.note {
  font-size: 12px;
  line-height: 15px;
  color: #6f6f6f;
  text-align: justify;
}

.list-radiazioni li {
  position: relative;
  background: #EEE;
  border-radius: 5px;
  padding: 70px 10px 10px;
  display: inline-block;
  text-align: center;
}
.list-radiazioni li i {
  font-size: 40px;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
}

.sidbarmenu {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 222;
}
.sidbarmenu li {
  list-style: none;
  margin-bottom: 5px;
}
.sidbarmenu li i {
  width: 40px;
  height: 40px;
  text-align: center;
  background: #EEE;
  padding: 10px 0;
  margin-bottom: 1px;
  font-size: 18px;
}
.sidbarmenu li i:hover {
  color: #9bfe06;
  background: #004999;
}
.sidbarmenu li.wap i {
  background: #25d366;
  color: white;
}
.sidbarmenu li.phone i {
  background: #f09756;
  color: white;
}

.social li i {
  width: 40px;
  height: 40px;
  text-align: center;
  background: #EEE;
  padding: 10px 0;
  margin-bottom: 1px;
  font-size: 18px;
}

.alert {
  display: none;
  width: 600px;
  height: 280px;
  font-size: 16px;
}
.alert h2 {
  border-bottom: 1px solid #444;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.nav {
  text-transform: uppercase;
}

.hidden {
  display: none;
}

.support-call a {
  background: #ECECEC;
  padding: 10px;
  display: block;
  border: 1px solid #234e9e;
  text-align: center;
}
.support-call a:hover {
  background: #FFF;
}
.support-call i {
  margin-right: 8px;
}

.global-site-notice {
  background: #222 none repeat scroll 0 0;
  color: #EEE;
  display: block;
  padding: 10px 30px;
  float: none;
  font-size: 12px;
}
.global-site-notice .notice-inner {
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  float: none;
  position: relative;
}
.global-site-notice .notice-inner a {
  font-weight: bold;
  color: #9bfe06;
}
.global-site-notice .notice-inner a:hover {
  text-decoration: underline;
}

#close-cookie-notice {
  position: absolute;
  right: 0;
  top: 0;
}

.global-site-notice.hidden {
  display: none;
}

@media only screen and (max-width:61.25em) {
  .box-quality {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    align-items: flex-start;
  }
}
.box-quality div {
  text-align: center;
  padding: 20px;
  margin: 20px 0;
}
.box-quality div h3 {
  color: #004999;
}
.box-quality div i {
  color: #004999;
  font-size: 30px;
  margin-bottom: 10px;
}

.item-row-cert {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 20px;
  border-bottom: 1px solid #CCC;
  padding: 40px 0;
}
.item-row-cert .image {
  padding: 0 80px;
  border-right: 1px solid #CCC;
}

.response {
  padding: 40px;
  text-align: center;
}
.response h2 {
  font-size: 18px;
  margin: 0;
  line-height: 18px;
}

.checkout_process {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.checkout_process i {
  font-size: 30px;
  margin-bottom: 20px;
  color: #001833;
}

body#print {
  font-size: 14px;
}
body#print .logo img {
  height: 50px;
}
body#print .header {
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
}
body#print tbody td {
  border-bottom: 0;
  padding: 5px 0;
}
body#print #table_cart tbody td {
  border-bottom: 1px solid #CCC;
  padding: 5px 0;
}
body#print .print {
  position: absolute;
  right: 20px;
  top: 20px;
}
body#print .print a {
  padding: 10px;
  display: inline-block;
}
body#print b {
  color: #001833;
}

.flexnav {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}
.flexnav li {
  font-size: 100%;
  position: relative;
}
.flexnav li a {
  position: relative;
  display: block;
  padding: 12px 40px 5px 0;
  z-index: 2;
  overflow: hidden;
}
.flexnav li ul {
  min-width: 800px;
  background: #234e9e;
}
.flexnav li ul li {
  font-size: 100%;
  position: relative;
  overflow: hidden;
  text-align: left;
  display: inline-block;
  padding: 10px 0;
  float: left;
}
.flexnav li ul li a {
  display: block;
  padding: 5px 20px;
  color: white;
  font-weight: normal;
}
.flexnav li ul li a:hover {
  opacity: 0.5;
}
.flexnav li ul.flexnav-show li {
  overflow: visible;
}
.flexnav span.touch-button {
  position: absolute;
  z-index: 999;
  top: 2px;
  right: 0;
  width: 20px;
  height: 50px;
  display: none;
  text-align: center;
}
.flexnav span.touch-button:hover {
  cursor: pointer;
}
.flexnav span.touch-button .navicon {
  position: relative;
  top: 1.4em;
  font-size: 12px;
  color: #6f6f6f;
}
.flexnav li.shoppingbag {
  float: right;
}
.flexnav li.shoppingbag a {
  position: relative;
}
.flexnav li.shoppingbag div {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 11px;
  z-index: 22;
}
.flexnav li.shoppingbag .tot {
  width: 20px;
  height: 20px;
  border-radius: 200px;
  background: #9bfe06;
  color: #004999;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  padding-top: 2px;
}
.flexnav li.shoppingbag:hover .tot {
  background: #FF3300;
  color: white;
}

.flexnav.flexnav-show {
  max-height: 2000px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.flexnav.one-page {
  position: fixed;
  top: 50px;
  right: 5%;
  max-width: 200px;
}

.item-with-ul {
  padding-right: 15px;
}

.menu-button {
  position: relative;
  display: block;
  padding: 1em;
  background: #a6a6a2;
  color: #222222;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.menu-button .touch-button {
  background: transparent;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
}
.menu-button .touch-button .navicon {
  font-size: 16px;
  position: relative;
  top: 1em;
  color: #6f6f6f;
}

.menu-button.one-page {
  position: fixed;
  top: 0;
  right: 5%;
  padding-right: 45px;
}

.oldie body.one-page {
  padding-top: 70px;
}
.oldie .flexnav {
  overflow: visible;
}
.oldie .flexnav li {
  position: relative;
  list-style: none;
  float: left;
  display: block;
  background-color: #6f6f6f;
  width: 20%;
  min-height: 50px;
  overflow: visible;
}
.oldie .flexnav li:hover > ul {
  display: block;
  width: 100%;
  overflow: visible;
}
.oldie .flexnav li:hover > ul li {
  width: 100%;
  float: none;
}
.oldie .flexnav li a {
  border-left: 1px solid #acaca1;
  border-bottom: none;
  overflow: visible;
}
.oldie .flexnav li > ul {
  background: #acaca1;
  position: absolute;
  top: auto;
  left: 0;
  display: none;
  z-index: 1;
  overflow: visible;
}
.oldie .flexnav li ul li ul {
  top: 0;
}
.oldie .flexnav li ul li a {
  border-bottom: none;
}
.oldie .flexnav li ul.open {
  display: block;
  width: 100%;
  overflow: visible;
}
.oldie .flexnav li ul.open li {
  width: 100%;
}
.oldie .flexnav li ul.open ul.open {
  margin-left: 100%;
  top: 0;
  display: block;
  width: 100%;
  overflow: visible;
}
.oldie .flexnav ul li:hover ul {
  margin-left: 100%;
  top: 0;
}
.oldie .flexnav.one-page {
  top: 0;
  right: auto;
  max-width: 1080px;
}
.oldie .menu-button {
  display: none;
}

.oldie.ie7 .flexnav li {
  width: 19.9%;
}

@media all and (min-width: 1080px) {
  .flexnav {
    overflow: visible;
  }
  .flexnav li {
    position: relative;
    list-style: none;
    display: inline-block;
    overflow: visible;
  }
  .flexnav li a {
    border-bottom: none;
  }
  .flexnav li > ul {
    position: absolute;
    top: auto;
    left: -20px;
    padding: 10px 0;
  }
  .flexnav li > ul li {
    width: 50%;
    display: block;
    float: left;
  }
  .flexnav li ul li > ul {
    margin-left: 100%;
    top: 0;
  }
  .flexnav li ul li a {
    border-bottom: none;
  }
  .flexnav li ul.open {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  .flexnav li ul.open li {
    overflow: visible;
    max-height: 100px;
  }
  .flexnav li ul.open ul.open {
    margin-left: 100%;
    top: 0;
  }

  .flexnav.opacity {
    opacity: 1;
  }

  .flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px;
  }
}
.search-filter {
  margin-right: 30px;
  background: #004999;
  border: 5px solid #004999;
  z-index: 2;
  flex: 1;
  padding: 40px;
  min-width: 400px;
}
.search-filter h4 {
  color: #fff;
}
.search-filter select {
  border: 1px solid #9bfe06;
  border-radius: 10px;
}
.search-filter #submit {
  width: 100%;
  border-radius: 10px;
  background: #9bfe06;
  color: #004999;
}
.search-filter .grid-search {
  display: flex;
  flex-flow: column;
}
.search-filter .grid-search h4 {
  font-size: 34px;
  line-height: 2;
}
.search-filter .grid-search form .grid-4 {
  display: flex;
  flex-flow: row;
}
@media only screen and (max-width:61.25em) {
  .search-filter .grid-search form .grid-4 {
    flex-flow: column;
  }
}
.search-filter .grid-search form .grid-4 div {
  width: 100%;
}

.home .hero-home {
  position: relative;
}
@media only screen and (max-width:61.25em) {
  .home .hero-home {
    flex-flow: column;
    flex-direction: column-reverse;
  }
  .home .hero-home .search-filter {
    margin-top: 30px;
    width: 100%;
    max-width: unset;
  }
}
.home .sliderHome {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 15px;
  flex: 3;
}
.home .sliderHome.slick-slider.slick-dotted {
  margin-bottom: 0;
}
.home .sliderHome .slick-dots {
  bottom: 10px;
}
.home .sliderHome .slick-dots li button:before {
  color: white;
  opacity: 1;
  font-size: 10px;
}
.home .sliderHome .slick-dots li.slick-active button:before {
  color: #9bfe06;
  opacity: 1;
}
.home .sliderHome .item {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.home .sliderHome .item:before {
  content: " ";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.home .sliderHome .item img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  display: block;
}
.home .sliderHome .item .text {
  position: absolute;
  left: 20%;
  top: 150px;
  max-width: 60%;
  z-index: 3;
  color: white;
}
@media only screen and (max-width:61.25em) {
  .home .sliderHome .item .text {
    left: 50px;
    top: 150px;
    max-width: calc(100% - 100px);
  }
}
.home .sliderHome .item .text h2 {
  color: white;
}
.home .sliderHome .item .text .btn {
  color: #004999;
}

.section-servizi {
  background: #004999;
  padding: 40px 0;
}
.section-servizi a,
.section-servizi h2,
.section-servizi h3,
.section-servizi h4,
.section-servizi p {
  color: #fff;
}
.section-servizi .box-text-servizi {
  flex: 1;
  display: flex;
  flex-flow: column;
}
@media only screen and (max-width:76.875em) {
  .section-servizi .box-text-servizi {
    justify-content: center;
    align-items: center;
    max-width: 400px;
    width: 100%;
    margin: auto;
  }
}
.section-servizi .text-servizi {
  border-radius: 20px;
  border: 8px solid #fff;
  border-radius: 16px;
  padding: 20px;
  color: #fff;
  position: relative;
  margin-bottom: 220px;
  max-width: fit-content;
}
.section-servizi .text-servizi::after, .section-servizi .text-servizi::before {
  content: "";
  position: absolute;
  border: 4px solid #fff;
  border-radius: 8px;
}
.section-servizi .text-servizi::before {
  width: 120px;
  height: 120px;
  bottom: -180px;
  left: 0;
}
.section-servizi .text-servizi::after {
  width: 80px;
  height: 80px;
  bottom: -120px;
  left: 140px;
}
.section-servizi .content {
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (max-width:76.875em) {
  .section-servizi .content {
    flex-flow: column;
  }
}

.box-servizi {
  flex: 2;
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
}
.box-servizi .item {
  flex: 1 calc(50% - 30px);
}
@media only screen and (max-width:61.25em) {
  .box-servizi .item {
    flex: 1 100%;
  }
}
.box-servizi .item a .box-img {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-bottom: 10px;
  display: inline-block;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
}
.box-servizi .item a .box-img:after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0px 0px 10px 3px black;
  border-radius: 15px;
  pointer-events: none;
  z-index: 2;
}
.box-servizi .item a img {
  transition: all 0.4s;
}
.box-servizi .item a:hover img {
  transform: scale(1.1);
}

.servizi-box {
  position: relative;
  width: 80%;
  margin: 50px 0;
  text-align: center;
  aspect-ratio: 1/1;
}
.servizi-box .servizi-content {
  height: 100%;
  border: 4px solid white;
  border-radius: 16px;
  padding: 40px 40px 100px;
  position: relative;
}
.servizi-box .servizi-content img {
  width: 160px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.servizi-box h2 {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  background: #004999;
  padding: 10px 20px;
  font-size: 55px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}

.section-azienda {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
@media only screen and (max-width:61.25em) {
  .section-azienda {
    background-position: center;
  }
}

.box-azienda {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.box-azienda .text {
  top: 80px;
  left: 12%;
  padding: 50px;
  border-radius: 50px;
  color: #fff;
  background-color: #004999;
  border: 10px solid #fff;
  max-width: 480px;
}
.box-azienda .text h2,
.box-azienda .text h3 {
  color: #fff;
}
.box-azienda .text .btn {
  color: #004999;
}

.section-quality {
  padding: 50px 0;
}

.section-recensioni {
  padding: 50px 0;
  overflow: hidden;
}

.category-columns {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  align-items: flex-start;
}
.category-columns .category-box {
  min-height: 295px;
  border: 3px solid #004999;
  border-radius: 15px;
  padding: 15px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.category-columns .category-box .cat-title {
  font-size: 1.2em;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.category-columns .category-box .cat-title span {
  font-weight: bold;
  color: #004999;
  font-size: 24px;
}
.category-columns .category-box .subcat-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-columns .category-box .subcat-list sup {
  display: none;
}
.category-columns .category-box .subcat-list li {
  margin: 0;
  line-height: 2;
}
.category-columns .category-box .subcat-list li a {
  color: #262626;
  font-weight: 400;
}
.category-columns .category-box .subcat-list li a:hover {
  font-weight: 600;
}
.category-columns .category-box .subcat-list li.extra-subcat {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}
.category-columns .category-box .subcat-list li.extra-subcat.visible {
  max-height: 1000px;
  opacity: 1;
}
.category-columns .category-box .toggle-subcat-btn {
  margin-top: 10px;
  font-size: 0.9em;
  color: #004999;
  cursor: pointer;
  text-align: left;
  border: none;
  background: none;
  padding: 0;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.category-columns .category-box .toggle-subcat-btn .label {
  padding: 0;
}
.category-columns .category-box .toggle-subcat-btn .icon {
  transition: transform 0.3s ease;
}
.category-columns .category-box .toggle-subcat-btn[data-expanded=true] .icon {
  transform: rotate(180deg);
}
.category-columns .category-box .toggle-subcat-btn:hover {
  color: #003166;
}

.home .section-flex {
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
}

.filter-wrapper {
  padding-bottom: 70px;
}

.eapps-widget #exx-widget-container a#exx-widget-link,
.es-main-container #exx-widget-container a#exx-widget-link {
  position: relative !important;
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
}
.eapps-widget #exx-widget-container a#exx-widget-link:before,
.es-main-container #exx-widget-container a#exx-widget-link:before {
  content: " ";
  position: absolute;
  z-index: 999;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.eapps-widget #exx-widget-container a#exx-widget-link *,
.es-main-container #exx-widget-container a#exx-widget-link * {
  display: none !important;
  opacity: 0 !important;
}
.eapps-widget #exx-widget-container a#exx-widget-link * *,
.es-main-container #exx-widget-container a#exx-widget-link * * {
  display: none !important;
  opacity: 0 !important;
}

#store .title-cat {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}
#store .title-cat h1 {
  flex: 1;
}
#store .title-cat .codice-motore {
  flex: 1;
  max-width: 300px;
}
#store .title-cat .codice-motore input {
  width: 100%;
  background: #EEE;
}
#store .title-cat .codice-motore .grid-2 {
  grid-template-columns: 2fr 1fr;
}

.hero-service {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  border: 10px solid #004999;
  border-radius: 15px;
  overflow: hidden;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  gap: 30px;
  padding: 0;
}
.hero-service .content-hero {
  padding: 30px 30px 0px;
  min-width: 300px;
  flex: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.hero-service .slide {
  flex: 2;
  overflow: hidden;
}
.hero-service .slide ul {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.hero-service .slide ul li {
  height: 100%;
}

.exx-align-top {
  align-self: flex-start;
}

.content.blur-blocks.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  text-align: center;
  padding: 0px 0 60px;
}
.content.blur-blocks.grid .blur-item {
  background: white;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}
.content.blur-blocks.grid .blur-item img {
  max-width: 80px;
  margin-bottom: 1rem;
  display: inline-block;
}
.content.blur-blocks.grid .blur-item h3 {
  margin-top: 0.5rem;
  font-size: 1.2rem;
}
.content.blur-blocks.grid .blur-item p {
  font-size: 0.95rem;
  line-height: 1.5;
}

.content.group.centered-block {
  text-align: center;
  padding: 0rem 1rem 2rem;
}
.content.group.centered-block img.center-img {
  max-width: 120px;
  margin-bottom: 1.5rem;
}
.content.group.centered-block h2 {
  margin-top: 1rem;
  font-size: 1.5rem;
}
.content.group.centered-block p {
  font-size: 1rem;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

.section-recensioni {
  height: 458px;
}

#contatto {
  position: relative;
  z-index: 999;
}

.contact-form-block {
  padding: 30px 0;
  background-color: #262626;
}
.contact-form-block h2 {
  color: #fff;
}
.contact-form-block .form-group {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}
.contact-form-block input {
  background-color: rgba(255, 255, 255, 0.8);
  flex: 1;
  margin: 0px 0 10px;
}
.contact-form-block label {
  color: #fff;
}
.contact-form-block .checkbox {
  margin-top: 10px;
}
.contact-form-block .checkbox input {
  margin-right: 10px;
}
.contact-form-block textarea {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.wpml-ls-legacy-dropdown-click a {
  background-color: transparent;
}

@media only screen and (max-width:61.25em) {
  .phone_show {
    display: block;
  }

  .phone_hide {
    display: none;
  }

  form .row {
    margin-bottom: 0px;
  }

  input, select, textarea, input.col {
    margin-bottom: 10px;
    line-height: normal;
    padding: 5px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  input, select {
    height: 40px;
  }

  ::-webkit-input-placeholder {
    line-height: normal;
    font-size: 12px;
  }

  .form_contatto input[type=submit] {
    margin: 20px 0 60px 0;
  }

  input[type=submit], input[type=button], input[type=reset], button, a.btn {
    width: 100%;
    text-align: center;
  }

  .map {
    height: 300px;
  }

  .noticePromo, header .buttons {
    display: none;
  }

  .wrapper {
    min-width: 0px;
    width: auto;
  }

  .content {
    padding: 0 20px;
  }

  .mb40 {
    margin-bottom: 20px;
  }

  .col {
    margin: 0px;
  }

  .span_1_of_2 {
    width: 100%;
  }

  .span_1_of_3 {
    width: 100%;
  }

  .span_2_of_3 {
    width: 100%;
  }

  .span_3_of_3 {
    width: 100%;
  }

  .span_1_of_4 {
    width: 100%;
  }

  .span_2_of_4 {
    width: 100%;
  }

  .span_3_of_4 {
    width: 100%;
  }

  .span_1_of_5 {
    width: 100%;
  }

  .span_2_of_5 {
    width: 100%;
  }

  .span_3_of_5 {
    width: 100%;
  }

  .span_4_of_5 {
    width: 100%;
  }

  .span_5_of_5 {
    width: 100%;
  }

  .span_1_of_6 {
    width: 100%;
  }

  .span_2_of_6 {
    width: 100%;
  }

  .span_3_of_6 {
    width: 100%;
  }

  .span_4_of_6 {
    width: 100%;
  }

  .span_5_of_6 {
    width: 100%;
  }

  .span_6_of_6 {
    width: 100%;
  }

  .span_1_of_8 {
    width: 100%;
  }

  .span_2_of_8 {
    width: 100%;
  }

  .span_3_of_8 {
    width: 100%;
  }

  .span_4_of_8 {
    width: 100%;
  }

  .span_5_of_8 {
    width: 100%;
  }

  .span_6_of_8 {
    width: 100%;
  }

  .span_7_of_8 {
    width: 100%;
  }

  .span_8_of_8 {
    width: 100%;
  }

  .span_1_of_10 {
    width: 100%;
  }

  .span_2_of_10 {
    width: 100%;
  }

  .span_3_of_10 {
    width: 100%;
  }

  .span_4_of_10 {
    width: 100%;
  }

  .span_5_of_10 {
    width: 100%;
  }

  .span_6_of_10 {
    width: 100%;
  }

  .span_7_of_10 {
    width: 100%;
  }

  .span_8_of_10 {
    width: 100%;
  }

  .span_9_of_10 {
    width: 100%;
  }

  .span_10_of_10 {
    width: 100%;
  }

  .span_50 {
    width: 100%;
    float: none;
  }

  .span_50.text {
    padding: 0px;
  }

  .mt40 {
    margin-top: 20px;
  }

  .pt40 {
    padding-top: 20px;
  }

  .pb40 {
    padding-bottom: 20px;
  }

  .pl40 {
    padding-left: 0px;
  }

  .break {
    margin-top: 40px;
  }

  .tabs .span_1_of_3 {
    width: 32.2%;
  }

  .tabs .col {
    margin-left: 1.6%;
  }

  .tabs .col:first-child {
    margin-left: 0;
  }

  .tabs a {
    padding: 10px;
    line-height: 20px;
  }

  .tabcontent {
    padding: 0;
  }

  .title_accordion {
    padding: 10px;
  }

  .size {
    text-align: left;
    font-weight: bold;
  }

  .page-break {
    margin-top: 20px;
  }

  h1 {
    font-size: 30px;
    margin: 0 0 20px 0;
    line-height: normal;
    line-height: 38px;
  }

  h1.section {
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    padding: 20px 0;
  }

  h2 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 10px 0;
  }

  h2.section {
    padding: 20px 0;
    color: #000;
  }

  h3, .item-row h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .icon-search {
    display: block;
    position: fixed;
    top: 25px;
    right: 100px;
    font-size: 20px;
  }

  .header-mobile-fixed {
    z-index: 3;
    display: block;
    position: relative;
  }

  .icon-shopping-mobile {
    display: block;
    position: fixed;
    top: 25px;
    right: 60px;
    font-size: 20px;
  }

  .icon-shopping-mobile sup {
    padding: 0px;
    position: fixed;
    top: 15px;
    right: 45px;
    background: #9bfe06;
    border-radius: 200px;
    width: 20px;
    height: 20px;
    display: block;
    color: #004999;
    text-align: center;
    font-size: 11px;
  }

  nav {
    display: none;
    position: fixed !important;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100vh;
  }

  .menu ul ul, .menu li.shoppingbag {
    display: none;
  }

  #footer .grid-footer {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }

  .pagination {
    grid-template-columns: 1fr;
    font-size: 13px;
  }

  .boxHome {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .tab-product .tabs {
    overflow-x: scroll;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 5px;
    margin-bottom: 20px;
  }

  .tab-product .tabs li {
    width: 100%;
    white-space: nowrap;
  }

  .tab-product .tabs li a {
    padding: 10px 20px;
  }

  .tab-product .tabcontent li {
    padding: 3px 8px;
  }

  .notice {
    line-height: 19px;
    padding: 20px;
  }

  #popup img {
    width: 300px;
  }

  .box-quality div {
    margin: 0;
    padding: 0 10px 20px 10px;
    width: 220px;
    background: none;
    text-align: left;
  }

  .box-quality.grid-4 .item {
    margin: 0;
    margin-top: 20px;
  }

  .box-quality div h3 {
    margin-bottom: 10px;
    line-height: 20px;
  }

  .grid-home {
    margin-top: 20px;
  }

  .item-row {
    padding: 20px 0px;
    line-height: 24px;
  }

  #search #main {
    margin-top: 400px;
  }

  .grid-search {
    display: block;
  }

  .grid-search .grid-4 {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    row-gap: 5px;
  }

  .grid-search .grid-2 {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .grid-search .col2 {
    margin-top: 20px;
  }

  .grid-search input, .grid-search select {
    margin: 0px;
  }

  .grid-search button {
    width: 50%;
    height: 40px;
    background: #CCC;
  }

  .grid-home {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .grid-home h3 {
    font-size: 16px;
    padding: 8px 15px;
    letter-spacing: 0;
  }

  .grid-home i {
    right: 10px;
    top: 14px;
  }

  .grid-servizi {
    gap: 30px;
  }

  .grid-2.contact {
    grid-template-columns: 1fr;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .grid-4 .item {
    border: 0px;
    margin-bottom: 40px;
  }

  .grid-footer {
    grid-template-columns: 1fr;
  }

  .grid-partners {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .grid-partners .item {
    margin-bottom: 20px;
    line-height: 16px;
  }

  .grid-partners b {
    font-weight: normal;
  }

  .grid-news {
    grid-template-columns: 1fr;
  }

  .grid-6 {
    grid-template-columns: 1fr;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    column-gap: 5px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .grid-2 {
    gap: 5px;
  }

  .grid-4.filter {
    gap: 0px;
  }

  .slideHome li {
    height: 300px;
    padding-bottom: 400px;
  }

  .slideHome .container {
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px;
    text-align: left;
  }

  .slideHome .container h2 {
    font-size: 18px;
    margin: 0 0 0 0;
  }

  .slideHome .container .text {
    padding: 0 20px;
    min-height: 120px;
    line-height: 18px;
  }

  .slide li {
    height: 200px;
  }

  .sidbarmenu {
    display: none;
  }

  .item-row-cert {
    grid-template-columns: 1fr;
  }

  .item-row-cert .image {
    padding: 0px;
    border: 0px;
  }

  .item-row-cert .image img {
    width: 200px;
    height: auto;
  }

  .flexnav li.shoppingbag {
    float: left;
  }

  .grid-store {
    display: block;
    padding: 20px;
  }

  .list-store {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .list-store .item {
    display: block;
  }

  .cat {
    padding: 5px 10px;
  }

  .slideHome .container {
    top: inherit;
  }

  .scheda-store {
    display: block;
    margin-bottom: 40px;
  }

  .scheda-store .main-detail {
    padding: 20px;
  }

  .scheda-store h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .scheda-store .buttons {
    display: block;
    margin-bottom: 0px;
  }

  .scheda-store .buttons li {
    margin-bottom: 20px;
  }

  .scheda-store .buttons li:last-child {
     margin: 0px;
  }

  .cart img {
    margin: 0px;
    width: 100px;
  }

  .form {
    padding: 20px;
  }

  .form .grid-2 {
    display: block;
  }

  .form .buttons div {
    margin-bottom: 10px;
  }

  .row-detail {
    display: block;
    padding: 40px 20px;
  }

  .row-detail img {
    margin-bottom: 20px;
  }

  .service .item-row h1 {
    font-size: 30px;
  }

  .service .grid-home {
    padding-top: 30px;
  }

  .detail.content {
    display: block;
    padding: 40px;
    border-bottom: 1px solid #CCC;
  }

  .detail h3 {
    font-size: 20px;
    margin-top: 20px;
    line-height: 30px;
  }

  .gallery.content {
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    padding: 40px 20px;
  }

  .checkout, .response {
    padding: 20px 0;
  }

  .flexnav li ul li {
    float: none;
    display: block;
  }

  .item-with-ul {
    padding-right: 0px;
  }

  .flexnav li ul {
    min-width: 200px;
    padding: 0;
  }

  .grid .col {
    display: block;
    float: left;
    margin: 0 0 1.6% 1.6%;
  }

  .grid .col:first-child {
    margin-left: 0;
  }

  .grid .span_1_of_3:nth-child(n) {
    margin-left: 1.6%;
  }

  .grid .span_1_of_6:nth-child(2n+1) {
    margin-left: 0px;
  }

  .grid .span_1_of_5:nth-child(2n+1) {
    margin-left: 0px;
  }

  .grid .span_1_of_4:nth-child(2n+1) {
    margin-left: 0px;
  }

  .grid .span_1_of_3:nth-child(2n+1) {
    margin-left: 0px;
  }

  .grid .span_1_of_2:nth-child(2n+1) {
    margin-left: 0px;
  }

  .grid .span_1_of_3 {
    width: 49.2%;
  }

  .grid .span_1_of_2 {
    width: 49.2%;
  }

  .grid .span_1_of_4 {
    width: 49.2%;
  }

  .grid .span_1_of_5 {
    width: 49.2%;
  }

  .grid .span_1_of_6 {
    width: 49.2%;
  }

  div.top {
    right: 20px;
    bottom: 20px;
    z-index: 200;
  }

  header nav {
    padding: 20px 0;
  }

  .flexnav li a {
    padding: 10px 0;
  }

  .hamburger {
    display: block;
    top: 20px;
    right: 10px;
    position: fixed;
    z-index: 2222;
    padding: 12px 10px;
    width: 40px;
    height: 40px;
  }

  .archivio-servizi .filter, .archivio-servizi .codice-motore, .serivizo .filter, .serivizo .codice-motore {
    display: none !important;
  }

  .hero-service {
    flex-flow: column;
  }
  .hero-service .slide {
    order: 1;
    min-height: 50vh;
    width: 100%;
  }
  .hero-service .slide ul li {
    min-height: 50vh;
    width: 100%;
  }
  .hero-service .content-hero {
    order: 2;
  }
}
.content-store h2 {
  font-size: 24px;
  margin-bottom: 0;
  margin-top: 10px;
}
.content-store h3 {
  color: #000;
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 10px;
}
.content-store p {
  font-size: 14px;
}
.content-store ol, .content-store ul {
  margin-left: 30px;
}