/************************************************

Stylesheet: Main Stylesheet

*************************************************/
/*********************
GENERAL STYLES
*********************/
html {
  scroll-behavior: smooth;
}

/*********************
LINK STYLES
*********************/
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

/*********************
HEADER STYLES
*********************/
.header ul.off-canvas-list li {
  list-style: none;
}

/*********************
NAVIGATION STYLES
*********************/
.top-bar .title-area {
  z-index: 1;
}

.off-canvas-list ul {
  margin-left: 0;
}

.off-canvas-list ul li a {
  border-bottom: 0px;
}

.off-canvas-list ul .dropdown {
  margin-left: 20px;
}

/*********************
POSTS & CONTENT STYLES
*********************/
#content #inner-content {
  padding: 1rem 0rem;
}

.page-title .vcard {
  border: 0px;
  padding: 0px;
}

.byline {
  color: #999;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}

.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}

.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

.post-password-form input[type=submit] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background: #2199e8;
  color: #fff;
}

[data-whatinput=mouse] .post-password-form input[type=submit] {
  outline: 0;
}

.post-password-form input[type=submit]:hover, .post-password-form input[type=submit]:focus {
  background: #1583cc;
  color: #fff;
}

/*********************
IMAGE GALLERY STYLES
*********************/
/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem;
}

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px;
}

#respond ul {
  margin-left: 0px;
}

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
}

.commentlist li:last-child {
  margin-bottom: 0;
}

.commentlist li ul.children {
  margin: 0;
}

.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0;
}

.commentlist .vcard {
  margin-left: 50px;
}

.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}

.commentlist .vcard time {
  float: right;
}

.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}

.commentlist .vcard time a:hover {
  text-decoration: underline;
}

.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

.commentlist .comment-reply-link {
  float: right;
}

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}

.respond-form form {
  margin: 0.75em 0;
}

.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}

.respond-form form li label,
.respond-form form li small {
  display: none;
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
}

.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}

.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -ms-box-shadow: none;
  box-shadow: none;
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}

.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

#comment-form-title {
  margin: 0 0 1.1em;
}

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0;
}

.widget ul li {
  list-style: none;
}

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em;
}

/*********************
FOUNDATION STYLES
*********************/
/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0;
}

/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet.

Remember to add things that won't make sense to print at
the bottom. Things like nav, ads, and forms shouldbe set
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
/* ==============================================================================================================================
====================================== Bausola - Custom Css ========================================================== */
/* Stili generali, webfont, caratteri, h1, h2, p
=============================================================== */
.pos-relative {
  position: relative;
}

.row.padding {
  padding: 4rem 0;
}

.column.padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-lr-70 {
  padding-left: 15%;
  padding-right: 15%;
}

@media print, screen and (max-width: 40em) {
  .padding-lr-70 {
    padding-left: 0;
    padding-right: 0;
  }
}
.padding1rem {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.padding2rem {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding3rem {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding4rem {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

div.padding2rem-all {
  padding: 2rem;
}

div.padding3rem-all {
  padding: 3rem;
}

div.padding4rem-all {
  padding: 4rem;
}

.centra-verticale {
  display: table;
}

.centra-verticale > div {
  display: table-cell;
  vertical-align: middle;
}

a.btn > div, .btn-box {
  float: left;
  background-color: #0a834b;
  color: #fff;
  font-family: "Industry-Black", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 14px 8px 14px;
  margin-top: 8px;
  transition: ease 0.5s;
}

a.btn.has-icon > div, .btn-box.has-icon {
  padding: 3px 14px 8px 14px;
}

.btn-box.grigio-scuro.btn-prezzo {
  padding: 11px 14px 8px 14px;
}

a.btn > div > i, .btn-box > i {
  font-size: 21px;
  position: relative;
  top: 6px;
}

a.btn + a.btn > div:before {
  border-left: solid #6cd94a 1px;
  content: "";
  position: relative;
  left: -14px;
  top: -2px;
}

span.btn-box-txt {
  font-weight: 700;
}

span.btn-box-txt.verde {
  color: #6cd94a;
}

span.btn-box-txt-big {
  font-size: 21px;
  line-height: 13px;
  position: relative;
  top: 2px;
  font-weight: 500;
}

span.btn-box-txt-medium {
  font-size: 16px;
  line-height: 13px;
  position: relative;
  top: 1px;
  font-weight: 500;
}

@media print, screen and (max-width: 40em) {
  a.btn > div, .btn-box {
    padding: 12px 11px 8px 11px;
  }
  a.btn.has-icon > div, .btn-box.has-icon {
    padding: 3px 11px 8px 11px;
  }
  a.btn + a.btn > div:before {
    left: -11px;
  }
}
.btn-box.grigio-scuro, a.btn.grigio-scuro > div {
  background-color: #474747;
}

.btn-box.verde-chiaro, a.btn.verde-chiaro > div {
  background-color: #6cd94a;
}

a.btn:hover > div {
  background-color: #6cd94a;
  color: #0a834b;
}

a.btn.verde-chiaro:hover > div {
  background-color: #0a834b;
  color: #fff;
}

*, h1, h2, h3, h4, h5, h6 {
  font-family: "Industry-Book", sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 300;
}

em, strong {
  font-family: inherit;
}

.txt.light {
  font-family: "Industry-Light", sans-serif;
  font-weight: 300;
}

.txt.regular {
  font-family: "Industry-Book", sans-serif;
  font-weight: 500;
}

.txt.bold {
  font-family: "Industry-Black", sans-serif; /*font-weight: 700;*/
}

/* Colori Bausola */
.txt.verde-chiaro {
  color: #6dd94b;
}

.txt.verde {
  color: #09844b;
}

.txt.bianco {
  color: #fff;
}

.txt.grigio {
  color: #e6e6e6;
}

.txt.grigio-scuro {
  color: #474747;
}

.txt.nero {
  color: #000;
}

.box {
  background-color: #fff;
  padding: 2rem;
}
@media print, screen and (min-width: 64em) {
  .box.wide {
    padding: 4rem;
  }
}

.bg-verde-chiaro {
  background-color: #6dd94b;
}

.bg-verde {
  background-color: #09844b;
}

.bg-bianco {
  background-color: #fff;
}

.bg-grigio-chiaro {
  background-color: #f9f9f9;
}

.bg-grigio {
  background-color: #e6e6e6;
}

.bg-grigio-scuro {
  background-color: #474747;
}

.bg-grigio-scurissimo {
  background-color: #232324;
}

.bg-nero {
  background-color: #000;
}

::selection {
  color: #fff;
  background: #6dd94b;
}

.txt.center {
  text-align: center;
}

.txt.right {
  text-align: right;
}

.txt.caps {
  text-transform: uppercase;
}

p {
  margin-bottom: 0;
}

.txt i.material-icons {
  position: relative;
  top: 6px;
}

/* testi */
.txt.titolo-grandissimo {
  font-size: 70px;
  line-height: 1;
}

.txt.titolo-grande {
  font-size: 50px;
  line-height: 1;
}

.txt.sottotitolo-grande {
  font-size: 40px;
  line-height: 1;
}

.txt.titolo {
  font-size: 40px;
  line-height: 1;
}

.txt.sottotitolo {
  font-size: 28px;
  line-height: 1;
}

.txt.titolo-piccolo {
  font-size: 30px;
  line-height: 1;
}

.txt.sottotitolo-piccolo {
  font-size: 22px;
  line-height: 1;
}

.txt.testo {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0;
}

.txt.testo-medio {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 0;
}

.txt.testo-piccolo {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0;
}

@media print, screen and (max-width: 64em) {
  .txt.titolo-grandissimo {
    font-size: 48px;
  }
  .txt.titolo-grande {
    font-size: 48px;
  }
  .txt.sottotitolo-grande {
    font-size: 34px;
  }
  .txt.titolo {
    font-size: 36px;
  }
  .txt.sottotitolo {
    font-size: 24px;
  }
  .txt.titolo-piccolo {
    font-size: 28px;
  }
  .txt.sottotitolo-piccolo {
    font-size: 20px;
  }
  .txt.testo {
    font-size: 16px;
    margin-bottom: 0;
  }
  .txt.testo-medio {
    font-size: 14px;
    margin-bottom: 0;
  }
  .txt.testo-piccolo {
    font-size: 12px;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 40em) {
  .txt.titolo-grandissimo {
    font-size: 46px;
  }
  .txt.titolo-grande {
    font-size: 46px;
  }
  .txt.sottotitolo-grande {
    font-size: 32px;
  }
  .txt.titolo {
    font-size: 32px;
  }
  .txt.sottotitolo {
    font-size: 22px;
  }
  .txt.titolo-piccolo {
    font-size: 26px;
  }
  .txt.sottotitolo-piccolo {
    font-size: 20px;
  }
  .txt.testo {
    font-size: 16px;
    margin-bottom: 0;
  }
  .txt.testo-medio {
    font-size: 14px;
    margin-bottom: 0;
  }
  .txt.testo-piccolo {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

.margin-bottom-2rem {
  margin-bottom: 2rem !important;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-80 {
  margin-top: 80px !important;
}

.margin-top-100 {
  margin-top: 100px !important;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.padding-bottom-50 {
  padding-bottom: 50px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.padding-bottom-2rem {
  padding-bottom: 2rem !important;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-top-100 {
  padding-top: 100px !important;
}

@media print, screen and (max-width: 600px) {
  .resp-t, .resp-d, .resp-td {
    display: none;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 1023px) {
  .resp-m, .resp-d, .resp-md {
    display: none;
  }
}
@media print, screen and (min-width: 1024px) {
  .resp-m, .resp-t, .resp-mt {
    display: none;
  }
}
.nascondi {
  display: none !important;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

/* ============== Bausola Fixed Grid ============== */
/* ================================================ */
.cont-visible-grid {
  position: fixed;
  width: 100%;
  z-index: 9999;
  pointer-events: none;
}

.row-visible-grid {
  pointer-events: none;
}

.column-visible-grid {
  border-left: solid 1px rgba(195, 195, 195, 0.1);
  height: 100vh;
  pointer-events: none;
}

.column-visible-grid-last {
  border-right: solid 1px rgba(195, 195, 195, 0.1);
}

/* ================================================ */
/* ============== Bausola --- Header ============== */
/* ================================================ */
header#bausola-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 94px;
  background-color: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2509803922);
  transition: ease 0.5s;
  z-index: 99999;
}

img#bausola-logo-desktop {
  padding: 25px 0;
  transition: ease 0.5s;
}

div#bausola-header-desktop {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

div#bausola-header-top {
  height: 34px;
  /* height: 24px; */
  background-color: #69d848;
  /* background-color: #e6e6e6; */
  text-align: right;
  transition: ease 0.5s;
}

div#bausola-header-top:before {
  content: "";
  border: solid #69d848 17px;
  /* border: solid #e6e6e6 12px; */
  position: absolute;
  left: 0;
  border-bottom: #fff solid 17px;
  border-left: #fff solid 17px;
  /* border-bottom: #fff solid 12px;
  border-left: #fff solid 12px; */
}

#bausola-menu-desktop > ul.menu {
  float: right;
}

#bausola-menu-desktop > .menu > .menu-item > a {
  height: 60px;
  padding: 23px 1rem;
  /* height: 70px;
  padding: 29px 1rem; */
  text-transform: uppercase;
  font-family: "Industry-Book", sans-serif;
  color: #000;
  font-weight: 500;
  position: relative;
}

#bausola-menu-desktop > .menu > .menu-item > a:before {
  content: "";
  background-color: #6dd94b;
  position: absolute;
  width: calc(100% - 2rem);
  height: 0;
  bottom: 0;
  left: 1rem;
  transition: ease 0.2s;
}

#bausola-menu-desktop > .menu > .menu-item:hover > a:before {
  height: 6px;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
  padding-right: 1.2rem;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:after {
  border-color: #6dd94b transparent transparent;
  right: 0px;
  margin-top: -1px;
}

.is-dropdown-submenu.js-dropdown-active {
  display: none;
}

li.menu-item:hover > ul.menu.submenu.is-dropdown-submenu {
  display: block;
}

.bausola-menu-black {
  background-color: #474747;
}

.pll-parent-menu-item {
  background-color: #565656; /* padding-right: .7rem;*/
}

.bausola-menu-black > a, .pll-parent-menu-item > a {
  color: #fff !important;
}

.bausola-menu-black i.material-icons {
  font-size: 21px;
  color: #6dd94b !important;
  line-height: 16px;
  position: relative;
  top: -2px;
}

.bausola-ricerca-avanzata i {
  font-size: 30px !important;
  margin-right: 5px !important;
  margin-left: 5px;
}

ul.menu.submenu.is-dropdown-submenu {
  background-color: #474747;
  border: none;
}

ul.menu.submenu.is-dropdown-submenu.first-sub.vertical .menu-item a {
  color: #fff;
  padding: 1rem;
  transition: ease 0.5s;
}

ul.menu.submenu.is-dropdown-submenu.first-sub.vertical .menu-item a:hover {
  color: #6dd94b;
}

li.pll-parent-menu-item > ul.menu.submenu.is-dropdown-submenu {
  min-width: 100% !important;
}

a.bausola-social-link {
  color: #323232;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
  transition: ease 0.5s;
}

a.bausola-social-link:hover {
  color: #6dd94b;
}

a.bausola-social-link path {
  transition: ease 0.5s;
}

a.bausola-social-link:hover path {
  fill: #6cd94a;
}

div#bausola-header-top li {
  display: inline-block;
  padding: 5px 0;
}

div#bausola-header-top li a {
  color: #323232;
  font-size: 16px;
  /* font-size: 14px; */
  font-weight: 500;
  margin-right: 10px;
  transition: ease 0.5s;
}

div#bausola-header-top li a:hover {
  color: #054427;
  /* color: #6dd94b; */
}

/* sticky header */
header#bausola-header.sticky-header {
  height: 70px;
}

.sticky-header div#bausola-header-top {
  margin-top: -24px;
}

.sticky-header img#bausola-logo-desktop {
  padding: 13px 0;
}

header#bausola-header.hide-header {
  top: -100px;
}

.bausola-mega-menu ul.menu.submenu.is-dropdown-submenu {
  position: fixed;
  width: 100%;
  /*height: 100px;*/
  top: 94px !important;
  z-index: -1;
  left: 0 !important;
  transition: ease 0.5s;
}

.sticky-header .bausola-mega-menu ul.menu.submenu.is-dropdown-submenu {
  top: 70px !important;
}

.bausola-mega-menu-placeholder {
  display: none !important;
}

#menu-bausola-content, #menu-nuovo-content, #menu-usato-content, #menu-utensili-content {
  padding: 1rem 0px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3411764706);
}

.menu-usato-column {
  column-count: 4;
}

.menu-usato-column.break-inside {
  columns: 260px;
}

.menu-usato-column.break-inside li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.bausola-mega-menu ul.menu.submenu.is-dropdown-submenu {
  height: auto;
}

.bausola-mega-menu-placeholder {
  display: none !important;
}

.menu-usato-column > li {
  font-size: 14px;
  line-height: 16px;
}

.menu-usato-column > li > a {
  color: #fff;
  font-size: 16px;
  /*text-transform: uppercase;*/
  transition: ease 0.5s;
}

.menu-usato-column > li > a:hover {
  color: #6bd949;
}

.menu-usato-column > li > ul {
  list-style-type: none;
  margin-left: 0;
}

.menu-usato-column > li > ul > li {
  border-left: solid 1px #6bd949;
  padding-left: 8px;
  margin: 10px 0;
  line-height: 14px;
}

.menu-usato-column > li > ul > li a {
  color: #6bd949;
  font-size: 14px;
  text-transform: uppercase;
  transition: ease 0.5s;
  overflow-wrap: break-word;
}

.menu-usato-column > li > ul > li a:hover {
  color: #9a9a9a;
}

#bausola-menu-desktop > .menu > .menu-item.menu-item-has-children > a {
  padding-right: 24px;
}

#bausola-menu-desktop > .menu > .menu-item.menu-item-has-children > a:after {
  right: 7px;
}

#content {
  margin-top: 90px;
}

@media print, screen and (max-width: 1280px) {
  .bausola-header-1200 {
    display: none;
  }
  .bausola-ricerca-avanzata {
    width: 70px;
  }
  .bausola-ricerca-avanzata i {
    text-align: center;
    width: 100%;
    margin-right: 0 !important;
  }
}
@media print, screen and (min-width: 1024px) and (max-width: 1140px) {
  div#bausola-menu-desktop > ul > .menu-item {
    font-size: 14px;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:after {
    margin-top: -3px;
  }
}
.bausola-header-hamburger {
  display: none;
}

@media print, screen and (max-width: 1023px) {
  #content {
    margin-top: 85px;
  }
  div#bausola-header-logo {
    max-width: 260px;
    z-index: 9998;
    position: relative;
  }
  header#bausola-header {
    height: 86px;
  }
  header#bausola-header.sticky-header {
    height: 62px;
  }
  div#bausola-header-desktop {
    height: 0;
    overflow: hidden;
    width: 100% !important;
    transition: ease 0.5s;
    background-color: #e6e6e6;
    position: absolute;
  }
  .bausola-mobile-menu-open #bausola-header-desktop {
    width: 100% !important;
    height: calc(100vh - 86px);
    top: 86px;
    z-index: 9997;
    overflow-y: scroll;
  }
  .bausola-mobile-menu-open.sticky-header #bausola-header-desktop {
    height: calc(100vh - 62px);
    top: 62px;
  }
  .bausola-header-hamburger {
    display: block;
    position: absolute;
    height: 25px;
    width: 25px;
    /*background-color: #f1f1f1;*/
    right: 0;
    top: 31px;
    transition: ease 0.5s;
    cursor: pointer;
    z-index: 9999;
  }
  .sticky-header .bausola-header-hamburger {
    top: 19px;
  }
  .bausola-header-hamburger-1, .bausola-header-hamburger-2, .bausola-header-hamburger-3 {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #0a834b;
    top: 6px;
    right: 0;
    transition: ease 0.5s;
  }
  .bausola-header-hamburger-2 {
    top: 16px;
  }
  .bausola-header-hamburger-3 {
    top: 11px;
  }
  .bausola-mobile-menu-open .bausola-header-hamburger-1 {
    top: 11px;
    transform: rotate(-45deg);
  }
  .bausola-mobile-menu-open .bausola-header-hamburger-2 {
    top: 11px;
    transform: rotate(45deg);
  }
  .bausola-mobile-menu-open .bausola-header-hamburger-3 {
    right: -40px;
  }
  .bausola-mobile-menu-open .bausola-header-hamburger {
    right: 10px;
  }
  div#bausola-header-logo:before {
    content: "";
    height: 86px;
    width: 2000px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: -600px;
    z-index: -1;
    transition: ease 0.5s;
  }
  .sticky-header div#bausola-header-logo:before {
    height: 64px;
  }
  ul#menu-menu-bausola, ul#menu-menu-bausola-eng {
    width: 100%;
  }
  .is-accordion-submenu-parent > a:after {
    border-color: #0a834b transparent transparent;
  }
  ul#menu-menu-bausola ul li, ul#menu-menu-bausola-eng ul li {
    width: 100%;
    display: block;
  }
  ul#menu-menu-bausola ul li a, ul#menu-menu-bausola-eng ul li a {
    color: #565656;
  }
  ul#menu-menu-bausola .pll-parent-menu-item ul li a, ul#menu-menu-bausola-eng .pll-parent-menu-item ul li a {
    color: #e6e6e6;
  }
  div#bausola-header-top {
    margin-top: 0 !important;
    text-align: left;
    padding: 7px 16px;
  }
  div#bausola-header-top:before {
    border: none;
  }
  a.bausola-social-link {
    color: #0a834b;
  }
  .bausola-ricerca-avanzata {
    /*width: 100%;*/
    float: left;
  }
  .pll-parent-menu-item {
    width: calc(100% - 70px);
    float: left;
  }
  .bausola-menu-black i.material-icons {
    width: auto;
  }
  .bausola-header-1200 {
    display: unset;
    position: relative;
    top: -1px;
  }
  div#bausola-header-top {
    display: none;
  }
  .menu.vertical > li {
    display: block;
  }
  .bausola-mega-menu-title {
    color: #474747 !important;
    border-color: #6cd94b !important;
    font-family: "Industry-Black", sans-serif;
  }
}
/* Mega menu mobile */
@media print, screen and (max-width: 1023px) {
  .menu-usato-column {
    column-count: 3;
  }
  .menu-usato-column > li > a {
    color: #0a844b !important;
    font-family: "Industry-Black", sans-serif;
  }
  #bausola-menu-desktop > .menu > .menu-item-mobile-small {
    float: left;
  }
  #bausola-menu-desktop > .menu > .menu-item-mobile-small > a {
    height: 60px;
    padding: 23px 1rem;
    text-transform: unset;
    font-family: "Industry-Black", sans-serif;
    color: #474747;
  }
}
@media print, screen and (max-width: 800px) {
  .menu-usato-column {
    column-count: 2;
  }
}
@media print, screen and (max-width: 500px) {
  .menu-usato-column {
    column-count: 1;
  }
}
a.footer-link {
  color: #fff;
  text-decoration: underline;
  transition: ease 0.5s;
}

a.footer-link:hover {
  color: #6cd94a;
}

a.footer-link-simple {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  transition: ease 0.5s;
}

a.footer-link-simple:hover {
  letter-spacing: 1px;
  color: #6cd94a;
}

a.footer-social-link {
  margin-right: 10px;
}

.footer-form [type=text], .footer-form textarea, .footer-form select {
  background-color: transparent;
  border-color: #6ad948;
  color: #fff;
}

.footer-form input[type=submit] {
  background-color: #69d948;
}

.footer-form input[type=submit]:hover {
  background-color: #474747;
}

.footer-form [type=checkbox] + label[for] {
  color: #fff;
}

.footer-form [type=checkbox] + label[for] a {
  color: #fff;
  text-decoration: underline;
}

.footer-form [type=text]:focus, .footer-form textarea:focus {
  border: solid 1px #fff;
}

select {
  box-shadow: none !important;
}

.grecaptcha-badge {
  display: none !important;
}

button.g-recaptcha-btn {
  background-color: #0a834b;
  color: #fff;
  width: calc(100% - 1rem);
  padding: 12px;
  transition: ease 0.5s;
  font-family: "Industry-Book", sans-serif;
  font-weight: 500;
  font-size: 22px;
  cursor: pointer;
  /* margin-top: 80px; */
}

button.g-recaptcha-btn:hover {
  background-color: #6cd94a;
  letter-spacing: 1px;
}

.footer-form button.g-recaptcha-btn {
  background-color: #6cd94a;
  border: solid 1px #6bd949;
}

.footer-form button.g-recaptcha-btn:hover {
  background-color: #0a834b;
}

.menu .active > a {
  background: #fff;
}

.menu .active .active > a {
  background: #3e3e3e;
}

#bausola-menu-desktop > .menu > .active > a:before {
  height: 6px;
  background-color: #6cd94c;
}

/* ================================================ */
/* =================================================================== */
/* ======================= Homepage + slider ========================= */
/* =================================================================== */
div#home-slider {
  position: relative;
  width: 100%;
  height: 600px;
}

#home-slider .full-slide {
  top: 0;
  left: 0;
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}

#home-slider .full-slide .slide-content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.bausola-slider-btn {
  display: inline-block;
  padding: 8px 12px;
  color: #fff;
  margin-right: 6px;
  margin-bottom: 8px;
  transition: ease 0.5s;
  border: solid 1px #fff;
}

.full-slide-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}

.full-slide-background-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6117647059), transparent);
}

#home-slider .full-slide .full-slide-background, #home-slider .full-slide .full-slide-background-overlay {
  opacity: 0;
  transition: ease 1s;
}

#home-slider .full-slide .column {
  transform: translateY(50px);
  opacity: 0;
  transition: ease 1s;
}

#home-slider .full-slide.active .full-slide-background, #home-slider .full-slide.active .full-slide-background-overlay {
  opacity: 1;
}

#home-slider .full-slide.active .column {
  transform: translateY(0);
  opacity: 1;
}

#home-slider .full-slide {
  visibility: hidden;
}

#home-slider .full-slide.active {
  visibility: visible;
}

#slider-controller {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  text-align: center;
  cursor: pointer;
}

.slider-controller-single {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  transition: ease 0.5s;
  border: solid 1px #ccc;
  border-radius: 5px;
}

.slider-controller-single.active {
  background-color: #6dd94b;
  border: solid 1px #6dd94b;
}

.slider-controller-single:hover {
  background-color: #09844b;
  border: solid 1px #09844b;
}

.bausola-slider-btn span {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  margin-left: 8px;
  position: relative;
  top: -1px;
}

.bausola-slider-btn i {
  font-size: 16px;
  position: relative;
  top: 2px;
  line-height: 14px;
}

.bausola-slider-btn:hover {
  background-color: #09844b;
}

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

.vertical-align {
  top: 0;
  left: 0;
  display: table;
  width: 100%;
}

.vertical-align-inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.bausola-home-servizi {
  padding: 1rem;
  position: relative;
  padding-bottom: 3.6rem;
}

.bausola-home-servizi-icon {
  float: left;
  width: 30px;
  color: #6cd94a;
}

.bausola-home-servizi-txt {
  float: left;
  width: calc(100% - 30px);
}

.bausola-home-servizi-txt a {
  position: absolute;
  bottom: 1rem;
  color: #fff;
}

.bausola-home-servizi-txt p {
  opacity: 0.6;
}

.bausola-home-servizi-txt a i {
  position: relative;
  top: 4px;
  font-size: 18px;
}

.bausola-home-servizi-txt h3 {
  margin-top: 5px;
}

.bausola-home-target-top {
  padding: 2rem;
  padding-top: 4rem;
}

.bausola-home-target-box {
  padding: 1rem;
}

/* ======================== NUOVO ============================= */
div#breadcrumb {
  padding-top: 5px;
  padding-bottom: 10px;
}

div#cover {
  padding-bottom: 1rem;
}

.bausola-single-mac-detail {
  border-left: solid 1px #6cd94a;
  margin: 5px 0;
}

.bausola-single-mac-detail:nth-last-child(1) {
  border-right: solid 1px #6cd94a;
}

.bausola-single-mac-detail i {
  color: #6cd94a;
  font-size: 24px;
  float: left;
  display: block;
  width: 40px;
}

.bausola-single-mac-detail p {
  color: #fff;
  font-size: 20px;
  float: right;
  width: calc(100% - 40px);
  line-height: 1;
}

.bausola-single-mac-detail p.bausola-single-mac-detail-title {
  font-size: 16px;
  /*text-transform: lowercase;*/
  margin-bottom: 3px;
}

@media print, screen and (max-width: 40em) {
  .bausola-single-mac-detail i {
    font-size: 20px;
  }
  .bausola-single-mac-detail p {
    font-size: 16px;
  }
}
.bausola-single-mac-spec-title {
  background-color: #0a834b;
  margin-left: -1.2rem;
  padding: 10px 6px 12px 1.2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.bausola-single-mac-spec-title i {
  color: #6bd949;
  float: left;
}

.bausola-single-mac-spec-title p {
  font-size: 18px !important;
  margin-top: 5px;
  margin-left: 29px;
}

.bausola-single-mac-spec-group {
  margin: 20px 0;
}

.bausola-single-mac-spec-single {
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  padding: 4px 0;
  margin-bottom: -1px;
  overflow: auto;
}

.bausola-single-mac-spec-single-title {
  width: 60%;
  float: left;
}

.bausola-single-mac-spec-single-value {
  width: 40%;
  float: left;
}

.bausola-single-mac-spec-group > p.sottotitolo-piccolo {
  margin-bottom: 6px;
}

div#video {
  padding-top: 4rem;
}

#video .column > .widescreen.flex-video {
  margin-bottom: -2rem;
}

@media print, screen and (max-width: 64em) {
  #video .column > .widescreen.flex-video {
    margin-bottom: 2rem;
  }
  #video .margin-top-100 {
    margin-top: 30px !important;
  }
  div#video + .full-row.bg-grigio {
    background-color: #474747;
  }
}
.bausola-single-mac-gallery-image {
  padding: 0;
}

.bausola-single-mac-gallery-image img {
  max-height: 500px;
}

@media print, screen and (min-width: 64em) {
  .bausola-single-mac-gallery:nth-child(2n) .bausola-single-mac-gallery-image {
    margin-right: 8.3333%;
  }
}
@media print, screen and (min-width: 40em) {
  .bausola-single-mac-gallery:nth-child(2n) .column {
    float: right;
  }
}
div#richiedi-informazioni-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 99999;
  transition: ease 0.5s;
  visibility: hidden;
  opacity: 0;
}

div#richiedi-informazioni-popup.open {
  visibility: visible;
  opacity: 1;
}

div#form-popup-closer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}

div#richiedi-informazioni-popup .row {
  position: relative;
}

#form-container {
  background-color: #fff;
  padding: 1.4rem;
  box-shadow: 0px 5px 10px 1px rgba(68, 68, 68, 0.3098039216);
  position: relative;
}

div#form-popup-closer-x {
  position: absolute;
  height: 29px;
  width: 29px;
  top: 1.4rem;
  right: 1.4rem;
  cursor: pointer;
}

div#form-popup-closer-x div {
  background-color: #0a834b;
  position: absolute;
  height: 3px;
  width: 100%;
  top: 13px;
  transition: ease 0.5s;
}

div#form-popup-closer-x div:nth-child(1) {
  transform: rotate(45deg);
}

div#form-popup-closer-x div:nth-child(2) {
  transform: rotate(-45deg);
}

div#form-popup-closer-x:hover div:nth-child(1) {
  transform: rotate(135deg);
  background-color: #6cd94a;
}

div#form-popup-closer-x:hover div:nth-child(2) {
  transform: rotate(-135deg);
  background-color: #6cd94a;
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
  border: solid 1px #e0e0e0;
  box-shadow: none;
  background-color: #f1f1f1;
  width: calc(100% - 1rem);
}

[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
  box-shadow: none;
  border-color: #0a834b;
}

form {
  margin-right: -1rem;
}

.bausola-form-input-half {
  float: left;
  width: calc(50% - 1rem);
  margin-right: 1rem;
}

.bausola-form-input-full {
  width: calc(100% - 1rem);
}

input[type=submit] {
  width: calc(100% - 1rem);
  box-shadow: none;
  border: none;
  background-color: #0a834b;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: ease 0.5s;
}

input[type=submit]:hover {
  background-color: #6cd94a;
  letter-spacing: 1px;
}

a {
  color: #0b824b;
}

a:hover {
  color: #6cd94a;
}

.column.large-6.bg-grigio-scuro.bausola-sezione-img-wide-txt {
  padding: 2.6rem;
}

.bausola-sezione-img-wide-left-img {
  position: relative;
  padding: 0;
}

.bausola-sezione-img-wide-left-img-div {
  position: absolute;
  height: 100%;
  width: 150%;
  left: -50%;
  background-size: cover;
  background-position: center center;
}

@media print, screen and (max-width: 1400px) {
  .bausola-sezione-img-wide-left-img-div {
    width: 120%;
    left: -20%;
  }
}
@media print, screen and (max-width: 1200px) {
  .bausola-sezione-img-wide-left-img-div {
    width: 100%;
    left: 0;
  }
}
.bausola-block-with-icon-small {
  margin-bottom: 28px;
  overflow: hidden;
}

.bausola-block-with-icon-small:nth-last-child(1) {
  margin-bottom: 0;
}

.bausola-block-with-icon-small i, .bausola-block-with-icon-small div {
  float: left;
}

.bausola-block-with-icon-small i {
  color: #6cd94a;
  font-size: 21px;
  width: 35px;
}

.bausola-block-with-icon-small div {
  width: calc(100% - 35px);
}

.bausola-block-with-icon-small div .grigio {
  opacity: 0.6;
}

div#tutorial {
  padding-bottom: 3rem;
}

img.bausola-image-above-top {
  margin-top: -2rem;
}

#tutorial p.sottotitolo {
  margin-top: 10rem !important;
}

@media print, screen and (max-width: 1200px) {
  #tutorial p.sottotitolo {
    margin-top: 6rem !important;
  }
}
@media print, screen and (max-width: 739px) {
  #tutorial p.sottotitolo {
    margin-top: 2rem !important;
  }
}
.bausola-singola-recensione {
  background-color: #e5e5e5;
  padding: 1rem;
}

.bausola-singola-recensione img {
  max-width: 80px;
  margin-bottom: 10px;
}

.column.bausola-partner-all {
  text-align: center;
}

/* Flip Box */
.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}

/*.flip-container:hover .flipper,*/
.flip-container.hover .flipper {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flip-container, .front, .back {
  width: 100%; /*height: 427px;*/
}

.flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

@-moz-document url-prefix() {
  .flipper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
.front, .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.front {
  background: #fff;
  z-index: 2;
}

.back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background: #f8f8f8;
}

.flipper .front {
  padding-bottom: 60px;
}

.front-image {
  padding-top: 80%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.front-content {
  padding: 1rem;
}

.flipper-btn {
  background-color: #0b824b;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  padding: 8px;
  position: absolute;
  width: calc(100% - 2rem);
  bottom: 1rem;
  left: 1rem;
  transition: ease 0.5s;
}

.flipper-btn:hover {
  background-color: #fff;
  color: #a51931;
}

.flipper-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #0a834b;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 20px;
  text-align: center;
  padding-top: 2px;
  font-size: 20px;
  transition: ease 0.5s;
  cursor: pointer;
}

.flipper-toggle:hover {
  background-color: #6bd949;
  color: #fff;
}

.flipper-tag {
  position: absolute;
  border-bottom: solid 28px #6cd94a;
  border-left: solid 28px transparent;
  border-right: solid 28px transparent;
  height: 28px;
  transform: rotate(-45deg);
  left: -28px;
  top: 11px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  width: 106px;
}

.flipper-tag span {
  position: absolute;
  top: 5px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.flipper-tag:before {
  content: "";
  position: absolute;
  border: solid 2px #0a834b;
  border-bottom: solid 2px transparent;
  border-right: solid 2px transparent;
  bottom: -32px;
  left: -28px;
}

.flipper-tag:after {
  content: "";
  position: absolute;
  border: solid 2px #0a834b;
  border-bottom: solid 2px transparent;
  border-left: solid 2px transparent;
  bottom: -32px;
  right: -28px;
}

.back .flipper-toggle {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #0b824b;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 20px;
  text-align: center;
  padding-top: 2px;
  font-size: 20px;
  transition: ease 0.5s;
  cursor: pointer;
}

.back .flipper-toggle:hover {
  background-color: #6bd949;
  color: #fff;
}

.flipper-front-price {
  position: absolute;
  width: 140px;
  height: 32px;
  background-color: #474747;
  top: 45%;
  left: -2px;
}

.flipper-front-price:before {
  position: absolute;
  left: 0;
  bottom: -2px;
  border: solid 1px;
  content: "";
  border-color: #808080 #808080 transparent transparent;
}

.flipper-front-price.no-price {
  padding-top: 12px;
}

.flipper-front-price.has-price {
  padding-top: 8px;
}

.flipper-front-price.has-price.is-starting-from {
  width: 212px;
}

.bausola_tag_volantino {
  position: absolute;
  top: 0;
  right: 3px;
  background-color: #0a844b;
  padding: 3px 6px 2px 6px;
  line-height: 1;
}

.bausola_tag_volantino i {
  color: #6bd949;
  font-size: 16px;
}

.bausola_tag_volantino span {
  color: #fff;
  font-size: 14px;
  position: relative;
  top: -2px;
}

.bausola_tag_volantino_scadenza {
  padding: 6px 0;
}

.bausola_tag_volantino_scadenza i {
  color: #6bd949;
  font-size: 16px;
}

.bausola_tag_volantino_scadenza span {
  color: #0b824b;
  font-size: 14px;
  position: relative;
  top: -2px;
}

.bausola_tag_novita {
  position: absolute;
  top: -2px;
  right: 2px;
  background-color: #09844b;
  color: #fff;
  font-family: "Industry-Black", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding: 2px 6px 0px 6px;
}

span.flipper-front-price-euro {
  font-size: 16px;
  position: relative;
  top: -1px;
  margin-left: 2px;
}

span.flipper-front-price-iva {
  color: #6bd949;
  font-weight: 700;
  font-size: 13px;
  position: relative;
  top: -2px;
  margin-left: 4px;
}

.back-content {
  padding: 1rem;
  margin-top: 47px;
}

.back .flipper-tag-usato {
  left: unset;
  right: -2px;
  transform: rotate(90deg);
}

.back .flipper-front-price {
  width: calc(100% - 2rem);
  right: 1rem;
  top: unset;
  bottom: 4rem;
}

.back .flipper-front-price:before {
  border: none;
}

.flipper .back {
  padding-bottom: 75px;
}

.front .flip-container-title {
  font-size: 20px;
  margin-bottom: 5px;
}

.flipper .back li {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 5px;
}

.flipper-front-option-single {
  color: darkgrey;
  margin: 4px 0;
  overflow: auto;
}

.flipper-front-option-single i {
  font-size: 20px;
  width: 24px;
  position: relative;
  /* top: 5px; */
  float: left;
}

.flipper-front-option-single p {
  font-size: 15px;
  width: calc(100% - 25px);
  float: right;
  line-height: 1.2;
  margin-top: 1px;
}

.flipper-front-options {
  margin-bottom: 10px;
  margin-top: 20px;
}

.flipper-btn i.material-icons {
  position: relative;
  top: 3px;
  font-size: 18px;
  color: #6bd949;
  transition: ease 0.5s;
}

.flipper-btn:hover {
  background-color: #6bd949;
  color: #fff;
}

.flipper-btn:hover i.material-icons {
  color: #fff;
}

.filetto-orizzontale {
  width: 200px;
  height: 1px;
  background-color: #6bd949;
  margin: 0 auto;
}
.filetto-orizzontale.filetto-orizzontale-left {
  margin: 20px 0;
}

.back .flipper-tag {
  left: unset;
  right: -29px;
  transform: rotate(45deg);
}

.single-mac-catalogo_utensili .front {
  padding-bottom: 0;
}

/* Flip Box */
div#bausola-macchinario-top-bar {
  background-color: #0b814b;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5215686275);
  z-index: 12;
}

.bausola-macchinario-top-bar-title-span {
  width: 62px !important;
  display: inline-block;
  font-size: 13px !important;
}

.bausola-macchinario-top-bar-floating-div {
  padding: 13px 0;
  float: left;
  height: 70px;
  overflow: hidden;
}

.bausola-macchinario-top-bar-option i, .bausola-macchinario-top-bar-option p {
  float: left;
}

.bausola-macchinario-top-bar-option i {
  color: #6cd94a;
  margin-top: 9px;
  margin-right: 11px;
  font-size: 28px;
}

.bausola-macchinario-top-bar-option {
  margin-right: 24px;
}

.bausola-macchinario-top-bar-nuovo-usato {
  background-color: #6ad849;
  padding: 13px;
}

.bausola-macchinario-top-bar-nuovo-usato i, .bausola-macchinario-top-bar-nuovo-usato p {
  float: left;
}

.bausola-macchinario-top-bar-nuovo-usato i {
  color: #fff;
  margin-top: 9px;
  font-size: 28px;
  margin-right: 6px;
}

.bausola-macchinario-top-bar-nuovo-usato p {
  margin-top: 17px;
}

.bausola-macchinario-top-bar-prezzo {
  background-color: #474747;
  padding: 13px;
  padding-top: 27px;
}

span.bausola-macchinario-top-bar-prezzo-iva {
  color: #69d848;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  top: -3px;
}

.bausola-macchinario-top-bar-prezzo-no-prezzo {
  position: relative;
  top: -4px;
  text-align: center;
}

.bausola-macchinario-top-bar-icons > div, .bausola-macchinario-top-bar-icons > a > div {
  float: left;
  color: #fff;
  padding: 11px 15px 1px 15px;
  cursor: pointer;
  transition: ease 0.5s;
}

.bausola-macchinario-top-bar-icons > div:hover, .bausola-macchinario-top-bar-icons > a > div:hover {
  color: #69d848;
}

.bausola-macchinario-top-bar-icon-pdf {
  border-right: solid 2px #69d848;
}

div#bausola-macchinario-top-bar .column {
  padding-right: 0 !important;
}

.bausola-macchinario-top-bar-icons {
  padding: 13px 3px;
}

#bausola-macchinario-top-bar .float-left {
  max-width: calc(100% - 120px);
  overflow: hidden;
}

#bausola-macchinario-top-bar .float-left > div {
  width: 100%;
}

.float-left > .bausola-macchinario-top-bar-floating-div p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#bausola-macchinario-top-bar .float-left {
  max-width: calc(100% - 790px);
  overflow: hidden;
}

@media print, screen and (max-width: 1023px) {
  #bausola-macchinario-top-bar .float-left {
    max-width: calc(100% - 350px);
  }
}
@media print, screen and (max-width: 600px) {
  #bausola-macchinario-top-bar .float-left {
    max-width: calc(100% - 126px);
  }
}
div#video-bausola .flex-video {
  margin-top: -20px;
}

div#video-bausola {
  margin-top: 40px;
}

.bausola-single-mac-gallery-compact:nth-child(2n+1) .column {
  float: right;
}

[type=checkbox] {
  float: left;
}

[type=checkbox] + label {
  float: left;
  line-height: 1;
  width: calc(100% - 29px);
  margin: 0;
  padding-left: 8px;
  margin-bottom: 18px;
}

.row-cleaner {
  clear: both;
}

#cover-usato {
  padding: 3rem 0;
}

.gallery-container {
  position: relative;
  width: 100%;
  padding-top: 80%;
}

.gallery-container-single-slide {
  position: absolute;
  top: 0;
}

.gallery-column {
  padding: 0;
}

.gallery-container-single-slide {
  position: absolute;
  top: 20px;
  width: 100%;
  padding-top: 65%;
  overflow: hidden;
  transition: ease 0.8s;
  opacity: 0;
  visibility: hidden;
}

.active.gallery-container-single-slide {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.gallery-container-single-slide img {
  position: absolute;
  top: 0;
}

.gallery-container-single-slide-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
}

.gallery-controller {
  position: absolute !important;
  width: 100%;
  background-color: transparent !important;
  height: 16% !important;
  bottom: 0;
  overflow: hidden;
}

.gallery-controller-single {
  float: left;
  background-size: cover;
  margin-right: 6px;
  cursor: pointer;
  transition: ease 0.5s;
  border: solid 0px #6cd94a;
  background-position: center center;
}

.gallery-controller-single.active {
  border: solid 4px #6cd94a;
}

.gallery-controller-single:hover {
  border: solid 4px #0a834b;
}

.gallery-controller-prev {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 40%;
  border-left: solid 3px #fefefe;
  border-bottom: solid 3px #fefefe;
  transform: rotate(45deg);
  left: 19px;
  cursor: pointer;
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5294117647));
  transition: ease 0.5s;
  opacity: 0;
}

.gallery-controller-next {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 40%;
  border-left: solid 3px #fefefe;
  border-bottom: solid 3px #fefefe;
  transform: rotate(-135deg);
  right: 19px;
  cursor: pointer;
  -webkit-filter: drop-shadow(-1px 1px 2px rgba(0, 0, 0, 0.5294117647));
  transition: ease 0.5s;
  opacity: 0;
}

.gallery-single-title {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5098039216);
  padding: 14px;
  transition: ease 0.5s;
  opacity: 0;
}

.gallery-container:hover .gallery-single-title, .gallery-container:hover .gallery-controller-next, .gallery-container:hover .gallery-controller-prev {
  opacity: 1;
}

.gallery-single-title p + p {
  margin-top: 6px;
}

.bausola-single-mac-detail-usato i {
  position: relative;
  top: 8px;
}

.bausola-single-mac-detail-usato p span {
  font-size: 14px;
  text-transform: uppercase;
}

.bausola-single-mac-detail-usato p {
  font-weight: 700;
}

.single-mac-usato .front-image {
  background-size: cover;
}

.single-mac-usato .flipper-tag {
  border-bottom: solid 28px #0b814b;
}

.single-mac-usato .flipper-tag:before {
  border: solid 2px #054427;
  border-bottom: solid 2px transparent;
  border-right: solid 2px transparent;
}

.single-mac-usato .flipper-tag:after {
  border: solid 2px #054427;
  border-bottom: solid 2px transparent;
  border-left: solid 2px transparent;
}

.bausola-single-mac-gallery-compact ul br {
  display: none;
}

.bausola-single-mac-gallery-compact ul {
  color: #fff;
}

#specifiche h3 {
  font-size: 16px;
  font-weight: 700;
  color: #474747;
  margin-bottom: 4px;
  margin-top: 26px;
  line-height: 1;
  border-bottom: dashed 1px rgba(53, 53, 53, 0.1019607843);
}

.gallery-single-title p {
  color: #fff;
}

.gallery-single-title br {
  display: none;
}

/* ================================================= Software ================================================================ */
.bausola-software-img-video-container {
  margin-bottom: -6rem;
}

.bausola-funzioni-single-txt {
  background: #fff;
  padding: 1rem;
  float: left;
  width: 60%;
}

.bausola-funzioni-single-img {
  float: left;
  width: 40%;
}

.bausola-funzioni-single-funzione {
  overflow: hidden;
  background-color: #fff;
  transition: ease 0.7s;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 30px;
}

.bausola-funzioni-single-funzione.active {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.bausola-funzioni-container {
  position: relative;
}

.bausola-funzioni-single-btn {
  background-color: transparent;
  padding: 5px;
  color: #0c804b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  transition: ease 0.7s;
  margin-bottom: 5px;
  cursor: pointer;
}

.bausola-funzioni-single-btn:hover {
  color: #6cd94a;
}

.bausola-funzioni-single-btn.active {
  background-color: #6cd94a;
  color: #fff;
}

.bausola-funzioni-single-btn i {
  line-height: 1;
  font-size: 18px;
  position: relative;
  top: 4px;
  margin-right: 4px;
}

.bausola-software-single-detail {
  position: relative;
  padding: 20px 0 20px 100px;
}

.bausola-software-single-detail-icon {
  position: absolute;
  left: 40px;
  top: 1px;
  background-color: #0c804b;
  color: white;
  padding: 10px 10px 4px 10px;
}

img.bausola_logo_marchio {
  max-width: 200px;
  max-height: 100px;
  mix-blend-mode: multiply;
  margin-top: 20px;
}

.bausola_utensili_codice {
  border-top: solid 1px #ccc;
  padding: 10px 0 18px 0;
}

.bausola_utensili_dettagli {
  border-top: solid 1px #ccc;
  padding: 10px 0 18px 0;
  margin-top: 14px;
}

.bausola_utensili_codice + .bausola_utensili_dettagli {
  margin-top: 0;
}

.bausola_utensili_recensioni {
  border-top: solid 1px #09844b;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.bausola_utensili_recensioni i {
  color: #6cd949;
  font-size: 14px;
  letter-spacing: -2px;
  float: left;
}

.bausola_utensili_recensioni p {
  float: left;
  margin-left: 13px;
}

.bausola_sale_tag {
  position: absolute;
  top: 29px;
  left: -28px;
  z-index: 9999;
  transform: rotate(-45deg);
}

.bausola_sale_tag_content {
  background-color: #09844b;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  padding: 2px 10px 0px 10px;
  float: left;
  min-width: 96px;
  text-align: center;
}

.bausola_sale_tag_before {
  border-bottom: solid 21px #09844b;
  border-left: solid 21px transparent;
  width: 0;
  float: left;
}

.bausola_sale_tag_after {
  border-bottom: solid 21px #09844b;
  border-right: solid 21px transparent;
  width: 0;
  float: left;
}

.bausola_sale_tag:before {
  content: "";
  border-left: solid 2px #6dd94b;
  border-bottom: solid 2px transparent;
  position: absolute;
  top: 21px;
}

.bausola_sale_tag:after {
  content: "";
  border-right: solid 2px #6dd94b;
  border-bottom: solid 2px transparent;
  position: absolute;
  top: 21px;
  right: 0;
}

span.bausola_utensili_dettagli_single {
  border-right: solid 1px #a7a7a7;
  margin-right: 10px;
  padding-right: 10px;
}

span.bausola_utensili_dettagli_single:nth-last-child(1) {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

/* ===== TAB. */
.bausola_tab_controller_single {
  float: left;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  padding: 6px 10px 2px 18px;
  position: relative;
  height: 30px;
  margin-right: 30px;
  background-color: #b9b9b9;
  margin-left: -10px;
  cursor: pointer;
  -webkit-filter: drop-shadow(3px 3px 1px rgba(0, 0, 0, 0.2901960784));
}

.bausola_tab_controller_single:before {
  position: absolute;
  content: "";
  right: -30px;
  border-bottom: solid 30px #b9b9b9;
  border-right: solid 30px transparent;
  top: 0;
}

.bausola_tab_controller_single:nth-child(1) {
  margin-left: 0;
}

.bausola_tab_controller_single:nth-child(1) {
  z-index: 10;
}

.bausola_tab_controller_single:nth-child(2) {
  z-index: 9;
}

.bausola_tab_controller_single:nth-child(3) {
  z-index: 8;
}

.bausola_tab_controller_single:nth-child(4) {
  z-index: 7;
}

.bausola_tab_controller_single:nth-child(5) {
  z-index: 6;
}

.bausola_tab_controller_single:nth-child(6) {
  z-index: 5;
}

.bausola_tab_controller_single:nth-child(7) {
  z-index: 4;
}

.bausola_tab_controller_single:nth-child(8) {
  z-index: 3;
}

.bausola_tab_controller_single:nth-child(9) {
  z-index: 2;
}

.bausola_tab_controller_single:nth-child(10) {
  z-index: 1;
}

.bausola_tab_controller_single.active {
  background-color: #fff;
  color: #0a834b;
  z-index: 11;
}

.bausola_tab_controller_single.active:before {
  border-bottom-color: #fff;
}

.bausola_tab_controller_single.active:after {
  position: absolute;
  content: "";
  background-color: #6cd949;
  height: 100%;
  width: 4px;
  top: 0;
  right: -16px;
  transform: skewX(45deg);
}

.bausola_tab_single {
  background-color: #fff;
  width: 100%;
  float: left;
  z-index: 12;
  position: relative;
  padding: 18px;
  padding-top: 40px;
  display: none;
}

.bausola_tab_single.active {
  display: block;
}

blockquote {
  border-left: none;
  padding-left: 0;
  color: #09844b;
  text-transform: uppercase;
  margin-bottom: 0;
  border-top: dashed 1px #e8e8e8;
}

blockquote p {
  color: #09844b;
}

.bausola_recensione {
  border-top: dashed 1px #e8e8e8;
  padding: 10px 0;
}

.bausola_utensili_recensioni_single i {
  font-size: 14px;
  letter-spacing: -6px;
}

.bausola_utensili_recensioni_single {
  position: relative;
  top: -5px;
}

p.txt {
  overflow-wrap: break-word;
}

/* Pagination. */
ul.pagination {
  text-align: center;
}

.pagination li a {
  transition: ease 0.5s;
}

.pagination li a:hover {
  background-color: #09844b;
  color: #fff;
}

.pagination li.current {
  background-color: #6cd949;
}

.bausola-icon-certified-st0 {
  fill: #09844B;
}

.bausola-icon-certified-st1 {
  fill: #FFFFFF;
}

.bausola-icon-certified-st2 {
  fill: #6DD94B;
}

.bausola-icon {
  position: relative;
  top: 2px;
  margin-left: 4px;
}

.bausola-icon-verde-st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #09844B;
}

.open-trattativa-diretta-popup {
  cursor: pointer;
}

.bausola-box-rounded {
  background-color: #fff;
  padding: 5px 10px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin-top: 10px;
  display: inline-block;
  transition: ease 0.5s;
}

.bausola-trattativa-diretta-label {
  float: left;
}

.bausola-trattativa-diretta-label svg, .bausola-trattativa-diretta-label div {
  float: left;
}

.bausola-trattativa-diretta-label svg {
  position: relative;
  z-index: 1;
}

.bausola-trattativa-diretta-label div {
  background-color: #6cd84a;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Industry-Black", sans-serif;
  font-weight: 700;
  padding-right: 6px;
  padding-left: 8px;
  position: relative;
  top: 5px;
  left: -4px;
}

.bausola-small-spacer-vertical {
  display: block;
  float: left;
  background-color: #a7a7a7;
  width: 1px;
  height: 14px;
  margin: 7px 12px;
}

.bausola-logo-box-st0 {
  fill: #09844B;
}

div#trattativa-diretta-popup {
  opacity: 0;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  transition: ease 0.5s;
}

div#trattativa-diretta-popup.open {
  opacity: 1;
  visibility: visible;
}

.trattativa-diretta-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}

.trattativa-diretta-popup-content {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  padding: 20px;
  padding-top: 50px;
  border-radius: 3px;
  transform: translate(-50%, -42%);
  width: 460px;
  max-width: 90%;
}

.left-padded-box {
  float: left;
}

.left-padded-box .left-pb {
  float: left;
}

.left-padded-box .left-pb-right {
  float: right;
  max-width: calc(100% - 10px);
}

.left-padded-box.left-padded-box-large .left-pb-right {
  max-width: calc(100% - 28px);
}

.bausola-trattativa-diretta-label.bausola-trattativa-diretta-label-popup {
  position: absolute;
  top: -16px;
  left: -4px;
}

.bausola-trattativa-diretta-popup-label-st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #6DD94B;
}

.bausola-trattativa-diretta-popup-label-st1 {
  fill: #6DD94B;
}

.bausola-trattativa-diretta-popup-label-st2 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #09844B;
}

.bausola-trattativa-diretta-popup-label-st3 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #FFFFFF;
}

.bausola-trattativa-diretta-label.bausola-trattativa-diretta-label-popup div {
  font-size: 16px;
  padding: 4px 12px 4px 28px;
  left: -20px;
  top: 7px;
}

i#trattativa-diretta-popup-closer {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #6dd74a;
  cursor: pointer;
}

@media print, screen and (max-width: 700px) {
  .trattativa-diretta-popup-box.bausola-box-rounded > svg {
    width: 110px;
  }
}
.line-bg-bianco {
  max-width: 840px;
}

.line-bg-bianco span {
  background-color: white;
  padding: 6px;
  display: inline-block;
}

.txt.wysiwyg p {
  margin-bottom: 14px;
  line-height: 1.4;
}

.txt.wysiwyg b, .txt.wysiwyg strong {
  font-family: "Industry-Black", sans-serif;
  font-weight: 400;
}
.txt.wysiwyg.a-verde-chiaro a {
  color: #69d848;
  font-family: "Industry-Black", sans-serif;
}

.bausola-tratt-dir-mano-box.bausola-box-rounded img {
  float: left;
  width: 40px;
  margin: 5px 0;
}

.bausola-tratt-dir-mano-box.bausola-box-rounded .bausola-small-spacer-vertical {
  margin: 18px 14px;
}

.bausola-tratt-dir-mano-box.bausola-box-rounded p {
  float: left;
  margin-top: 18px;
  margin-right: 10px;
}

.bausola-tratt-dir-mano-box.bausola-box-rounded .bausola-trattativa-diretta-label svg {
  height: 41px;
  width: 34px;
}

.bausola-tratt-dir-mano-box.bausola-box-rounded .bausola-trattativa-diretta-label div {
  font-size: 16px;
  padding-right: 10px;
  padding-left: 12px;
  top: 7px;
  left: -6px;
}

.bausola-tratt-dir-mano-box.bausola-box-rounded .bausola-trattativa-diretta-label {
  margin-top: 5px;
}

.bausola-tratt-dir-mano-box.bausola-box-rounded > svg {
  height: 35px;
  width: 226px;
  margin-top: 7px !important;
}

.bausola-tratt-dir-mano-box.bausola-box-rounded {
  cursor: pointer;
  transition: ease 0.5s;
  position: relative;
}

.bausola-tratt-dir-mano-box.bausola-box-rounded:hover, .bausola-tratt-dir-mano-box.bausola-box-rounded.active {
  background-color: #6dd74a;
}

.bausola-tratt-dir-mano-container {
  padding-top: 70px;
  padding-bottom: 40px;
}

.bausola-tratt-dir-mano-icon-bg {
  position: absolute;
  top: -54px;
  left: -177px;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  font-size: 660px;
}

.bausola-tratt-dir-mano-box[data-valore="1"] {
  margin-left: 24px;
}

.bausola-tratt-dir-mano-box[data-valore="2"] {
  margin-left: 180px;
  margin-top: 40px;
}

.bausola-tratt-dir-mano-box[data-valore="3"] {
  margin-left: 200px;
}

.bausola-tratt-dir-mano-box[data-valore="4"] {
  margin-left: 180px;
}

.bausola-tratt-dir-mano-box[data-valore="5"] {
  margin-left: 160px;
}

.bausola-tratt-dir-single-valore-box {
  background-color: #fff;
  padding: 20px;
  padding-top: 40px;
  position: relative;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin-top: 40px;
  transition: ease 0.5s;
  margin-bottom: 40px;
}

img.bausola-tratt-dir-single-valore-box-icon {
  position: absolute;
  width: 40px;
  top: -20px;
  height: 40px;
  left: 50%;
  margin-left: -20px;
}

@media print, screen and (min-width: 1024px) {
  .bausola-tratt-dir-single-valore-box {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: ease 0.5s;
    top: 40px;
  }
  .bausola-tratt-dir-single-valore-box.active {
    visibility: visible;
    opacity: 1;
    top: 0;
  }
  .bausola-tratt-dir-container-valore-box {
    margin-top: 130px;
  }
}
@media print, screen and (max-width: 1023px) {
  .bausola-tratt-dir-mano-container {
    display: none;
  }
}
.bausola_comprivendi_box {
  background-color: #fff;
  padding: 20px;
  padding-top: 48px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.bausola_comprivendi_box_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #08844a;
}

.bausola_comprivendi_box_top img {
  width: 40px;
  position: absolute;
  top: -6px;
  left: 16px;
}

.bausola_comprivendi_box_top p {
  padding: 7px 0 6px 64px;
}

#servizi .bausola-funzioni-single-btn {
  background-color: #09844b;
  color: #fff;
}

#servizi .bausola-funzioni-single-btn i {
  color: #6cd94a;
}

#servizi .bausola-funzioni-single-btn.active {
  background-color: #6cd94a;
  color: #fff;
}

#servizi .bausola-funzioni-single-btn.active i {
  color: #fff;
}

#servizi .bausola-funzioni-single-funzione {
  background-color: transparent;
}

.bausola-trattativa-diretta-label.bausola-trattativa-diretta-label-popup.bausola-trattativa-diretta-label-popup-single-mac {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 6px;
  float: unset;
  overflow: auto;
}

.bausola-trattativa-diretta-label.bausola-trattativa-diretta-label-popup.bausola-trattativa-diretta-label-popup-single-mac svg {
  width: 34px;
  height: 28px;
}

.bausola-trattativa-diretta-label.bausola-trattativa-diretta-label-popup.bausola-trattativa-diretta-label-popup-single-mac div {
  font-size: 13px;
  padding: 2px 10px 2px 16px;
  left: -13px;
  top: 2px;
}

.evidenza li.evidenza {
  padding-right: 24px;
}

.evidenza li.evidenza a {
  position: relative;
  padding-left: 24px;
  font-family: "Industry-Black", sans-serif;
  line-height: 1.4;
}

.evidenza li.evidenza a:before {
  content: "stars";
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 21px;
  line-height: 14px;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  top: 0px;
  color: #fff;
}

.evidenza li.evidenza.new a:before {
  content: "fiber_new";
}

.evidenza li.evidenza.sale a:before {
  content: "card_giftcard";
}

div#ricerca-avanzata {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9019607843);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: ease 0.5s;
  opacity: 0;
  visibility: hidden;
  padding-top: 90px;
}

div#ricerca-avanzata.open {
  opacity: 1;
  visibility: visible;
}

div#ricerca-avanzata input[type=radio] + label {
  color: #fff;
}

#ricerca-avanzata input[type=text] {
  color: #fff;
  background-color: transparent;
  font-size: 28px;
  padding: 12px;
  height: unset;
}

div#bausola-search-options label {
  font-weight: 700;
  font-family: "Industry-Black", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 16px;
  position: relative;
  top: 2px;
  border-right: solid 1px #6cd94b;
  padding-right: 18px;
}

div#bausola-search-options label:nth-last-child(1) {
  border: none;
}

div#bausola-search-options {
  float: left;
}

div#bausola-search-sale {
  float: right;
  margin-right: 1rem;
}

div#bausola-search-sale label {
  font-weight: 700;
  font-family: "Industry-Black", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 16px;
  position: relative;
  top: 2px;
  color: #6cd94b;
  width: auto;
}

#ricerca-avanzata input[type=submit] {
  margin-top: 20px;
}

div#iubenda-pp-overlay {
  z-index: 999998 !important;
}

div#iubenda-pp {
  z-index: 999999 !important;
}

li.bausola-offerte-utensili-tag {
  background-color: #6cd94c;
  color: #fff;
  display: inline-block;
  padding: 3px 6px 1px 6px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Industry-Black", sans-serif;
  transition: ease 0.5s;
}

li.bausola-offerte-utensili-tag:hover {
  background-color: #0a834b;
}

@media print, screen and (max-width: 40em) {
  .flipper .back, .flipper-toggle {
    display: none !important;
  }
  .flipper .front {
    position: relative !important;
  }
  .flipper, .flipper .front, .flip-container {
    height: unset !important;
  }
}
button.g-recaptcha-btn[disabled] {
  cursor: no-drop;
}

button.g-recaptcha-btn[disabled]:hover + p {
  display: block !important;
}

@media print, screen and (max-width: 40em) {
  div#ricerca-avanzata input[type=radio] + label {
    color: #fff;
    width: calc(100% - 36px);
    padding: 0;
    margin: 0;
    border: 0;
    margin-left: 10px;
    position: relative;
    top: -1px;
  }
  div#bausola-search-sale label {
    top: -1px;
  }
}
/* ================================================================== */
/* ================================================================== */
/* ================================================================== */
/* ================================================================== */
/* ========== 28/04/2022 ========== */
.bg-overlay-60 {
  position: relative;
}
.bg-overlay-60 .row {
  position: relative;
}
.bg-overlay-60:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

#magazine .inline-text {
  padding: 10px;
  max-width: 600px;
}
#magazine .inline-category {
  padding: 6px 10px;
  display: inline-block;
  margin: 0 6px 6px 0;
  background-color: #69d848;
  color: #fff;
  text-transform: uppercase;
}
#magazine .inline-category.inline-category-scuro {
  background-color: #08844a;
  font-family: "Industry-Black", sans-serif;
  font-weight: 400;
}
#magazine .abs-quote {
  position: relative;
}
#magazine .abs-quote > span {
  position: absolute;
  font-size: 120px;
  left: -60px;
  top: -14px;
  -webkit-text-stroke: 1px #0d844a;
  color: transparent;
}
#magazine .filetto-orizzontale {
  margin: 20px 0;
}
#magazine .txt.wysiwyg b, #magazine .txt.wysiwyg strong {
  font-family: "Industry-Black", sans-serif;
  font-weight: 400;
}
#magazine .txt.wysiwyg a {
  color: #69d848;
  font-family: "Industry-Black", sans-serif;
}
#magazine .flexible-progetto {
  background-color: #f9f9f9;
}
#magazine .flexible-progetto + .flexible-progetto {
  padding-top: 0;
}
#magazine .flexible-progetto + .flexible-progetto .col-filetto {
  border-top: solid 1px #e1e3e6;
  padding-bottom: 3rem;
}
#magazine .flexible-progetto .flexible-numero {
  font-size: 124px;
  color: #e1e3e6;
}
#magazine .flexible-progetto .flexible-macchinari-correlati .flexible-macchinario-correlato {
  display: inline-block;
  width: 280px;
  max-width: 100%;
  vertical-align: top;
  padding: 6px;
  margin-bottom: 4px;
}
#magazine .flexible-progetto .flexible-macchinari-correlati .flexible-macchinario-correlato .flexible-macchinario-correlato-img {
  height: 150px;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#magazine .flexible-progetto .flexible-macchinari-correlati .flexible-macchinario-correlato-single {
  width: 100%;
  padding: 10px;
  margin-bottom: 4px;
}
#magazine .flexible-progetto .flexible-macchinari-correlati .flexible-macchinario-correlato-single .flexible-macchinario-correlato-img {
  height: 200px;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#magazine .magazine-single-preview {
  position: relative;
  padding: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  justify-content: space-between;
}
#magazine .magazine-single-preview > * {
  position: relative;
}
#magazine .magazine-single-preview:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6117647059), transparent);
}
#magazine .magazine-single-preview.small {
  min-height: 280px;
  padding: 12px;
}

.bausola-single-valore {
  margin-bottom: 24px;
}
.bausola-single-valore .bausola-single-valore-img {
  height: 230px;
  margin-bottom: 14px;
}
.bausola-single-valore .bausola-single-valore-img span {
  font-size: 124px;
  color: #fff;
  opacity: 0.3;
  padding: 0;
  line-height: 1;
}
@media print, screen and (max-width: 40em) {
  .bausola-single-valore .bausola-single-valore-img {
    height: 140px;
  }
  .bausola-single-valore .bausola-single-valore-img span {
    font-size: 80px;
  }
}

.bausola-single-team {
  width: 380px;
  height: 460px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
.bausola-single-team > * {
  position: relative;
}
.bausola-single-team:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6117647059), transparent);
}
@media print, screen and (max-width: 40em) {
  .bausola-single-team {
    width: 200px;
    height: 240px;
  }
}

.bausola-single-servizio-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  cursor: pointer;
  transition: ease 0.5s;
  background-color: #69d848;
  padding: 12px;
  width: calc(100% - 24px);
}
.bausola-single-servizio-button > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bausola-single-servizio-button p {
  color: #08844a;
  transition: ease 0.5s;
}
.bausola-single-servizio-button img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-right: 14px;
  filter: brightness(10);
  transition: ease 0.5s;
}
.bausola-single-servizio-button .bausola-single-servizio-arrow {
  border-left: solid 15px #fff;
  border-top: solid 8px transparent;
  border-bottom: solid 8px transparent;
  margin: 12px;
  transition: ease 0.5s;
}
.bausola-single-servizio-button.active {
  width: 100%;
  background-color: #fff;
}
.bausola-single-servizio-button.active p {
  color: #69d848;
}
.bausola-single-servizio-button.active .bausola-single-servizio-arrow {
  border-left: solid 15px #08844a;
}
.bausola-single-servizio-button.active img {
  filter: brightness(1);
}

.bausola-single-servizio-content {
  overflow: hidden;
}

@media print, screen and (min-width: 40em) {
  .colcount2 {
    column-count: 2;
    line-height: 1.4 !important;
  }
}
.bausola-obiettivi {
  position: relative;
  padding-left: 60%;
}
.bausola-obiettivi .bausola-obiettivi-immagine {
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  top: 0;
  z-index: 2;
}
.bausola-obiettivi .bausola-obiettivi-immagine img {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bausola-obiettivi .bausola-obiettivi-immagine img.active {
  display: block;
}
.bausola-obiettivi .bausola-obiettivi-content {
  padding: 2rem 0;
  min-height: 340px;
}
.bausola-obiettivi .bausola-obiettivi-content .bausola-obiettivi-content-single {
  display: none;
}
.bausola-obiettivi .bausola-obiettivi-content .bausola-obiettivi-content-single.active {
  display: block;
}
.bausola-obiettivi .bausola-obiettivi-count {
  display: flex;
  justify-content: space-between;
  padding-bottom: 4rem;
}
.bausola-obiettivi .bausola-obiettivi-count .bausola-obiettivi-count-single {
  cursor: pointer;
  position: relative;
  width: 29px;
  height: 29px;
  transition: ease 0.5s;
  background-color: #fff;
  border-radius: 30px;
  border: solid 8px #08844a;
}
.bausola-obiettivi .bausola-obiettivi-count .bausola-obiettivi-count-single:before {
  content: "";
  position: absolute;
  width: 200vw;
  height: 1px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: -100vw;
  opacity: 0;
  pointer-events: none;
}
.bausola-obiettivi .bausola-obiettivi-count .bausola-obiettivi-count-single:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #08844a;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  pointer-events: none;
  border-radius: 10px;
  opacity: 0;
}
.bausola-obiettivi .bausola-obiettivi-count .bausola-obiettivi-count-single span {
  transition: ease 0.5s;
  position: absolute;
  opacity: 0;
  left: 50%;
  transform: translate(-50%, -40px);
  font-size: 14px;
  color: #fff;
}
.bausola-obiettivi .bausola-obiettivi-count .bausola-obiettivi-count-single.active {
  background-color: #08844a;
  border: solid 8px #fff;
  z-index: 1;
}
.bausola-obiettivi .bausola-obiettivi-count .bausola-obiettivi-count-single.active span {
  opacity: 1;
}
.bausola-obiettivi .bausola-obiettivi-count .bausola-obiettivi-count-single.active:before {
  opacity: 1;
}
.bausola-obiettivi .bausola-obiettivi-count .bausola-obiettivi-count-single.active:after {
  opacity: 1;
}
@media print, screen and (max-width: 40em) {
  .bausola-obiettivi {
    padding-left: 0;
    padding-top: 200px;
  }
  .bausola-obiettivi .bausola-obiettivi-immagine {
    height: 200px;
    width: 100%;
  }
  .bausola-obiettivi .bausola-obiettivi-content {
    padding: 2rem 0;
    min-height: 180px;
  }
}

.bausola-storia {
  margin-bottom: 60px;
}
.bausola-storia .splide__arrow {
  top: 110%;
  background-color: #fff;
  border: solid 1px #0d844a;
  opacity: 1;
}
.bausola-storia .splide__arrow[disabled] {
  opacity: 0.5;
}
.bausola-storia .splide__arrow svg {
  display: none;
}
.bausola-storia .splide__arrow:before {
  content: "";
  position: absolute;
  border-left: solid 10px #0d844a;
  border-top: solid 6px transparent;
  border-bottom: solid 6px transparent;
  left: 30%;
  transform: rotate(180deg);
}
.bausola-storia .splide__arrow.splide__arrow--next {
  right: unset;
  left: 4em;
}
.bausola-storia .splide__arrow.splide__arrow--next:before {
  transform: rotate(0deg);
  left: 40%;
}
.bausola-storia .bausola-single-storia-tappa {
  width: 276px;
}
.bausola-storia .bausola-single-storia-tappa .bausola-single-storia-tappa-img {
  width: 200px;
  height: 120px;
  object-fit: cover;
}
.bausola-storia .bausola-single-storia-tappa .bausola-single-storia-tappa-dot {
  height: 1px;
  background-color: #08844a;
  margin: 20px 0;
  position: relative;
}
.bausola-storia .bausola-single-storia-tappa .bausola-single-storia-tappa-dot:before {
  content: "";
  position: absolute;
  background-color: #69d848;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  top: -4px;
  left: 0;
}
.bausola-storia .bausola-single-storia-tappa p {
  max-width: 200px;
}
.bausola-storia li.splide__slide:nth-last-child(1) {
  width: 200px;
}
.bausola-storia li.splide__slide:nth-last-child(1) .bausola-single-storia-tappa-dot {
  background-color: #fff;
}

.bg-pattern {
  background-repeat: repeat;
  background-size: 120px 120px;
}
.bg-pattern.bianco {
  background-image: url(../images/pattern_bianco.png);
}
.bg-pattern.bianco-mid {
  background-image: url(../images/pattern_bianco_mid.png);
}
.bg-pattern.nero {
  background-image: url(../images/pattern_nero.png);
}

.lined-txt {
  /* text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; */
  -webkit-text-fill-color: #0b844b;
  -webkit-text-stroke: 1px;
  color: #000 !important;
}
.lined-txt.verde-chiaro {
  -webkit-text-fill-color: #6dd94b;
  -webkit-text-stroke: 1px;
  color: #000 !important;
}
.lined-txt b {
  -webkit-text-fill-color: #fff;
  font-family: inherit;
  -webkit-text-stroke: 1px;
  color: #000 !important;
  font-weight: inherit;
}

.centered-div {
  margin: 0 auto;
  text-align: center;
}
.centered-div.max-400 {
  max-width: 400px;
}
.centered-div.max-800 {
  max-width: 800px;
}

.inline-block {
  display: inline-block;
}

.bg-circle-top, .bg-circle-bottom {
  position: relative;
  overflow: hidden;
}
.bg-circle-top:before, .bg-circle-bottom:before {
  position: absolute;
  content: "";
  width: 580px;
  height: 580px;
  background: radial-gradient(50% 50% at 50% 50%, #FFD91C 0%, rgba(255, 217, 28, 0) 100%);
  opacity: 0.5;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%);
}
.bg-circle-top > .row, .bg-circle-bottom > .row {
  position: relative;
  z-index: 1;
}

.bg-circle-bottom:before {
  bottom: 0%;
  top: unset;
  transform: translate(-50%, 50%);
}

.bg-circles {
  position: relative;
  overflow: hidden;
}
.bg-circles:before {
  position: absolute;
  content: "";
  width: 800px;
  height: 800px;
  background: radial-gradient(50% 50% at 50% 50%, #FFD91C 0%, rgba(255, 217, 28, 0) 100%);
  opacity: 0.5;
  right: -10%;
  top: -20%;
}
.bg-circles:after {
  position: absolute;
  content: "";
  width: 560px;
  height: 560px;
  background: radial-gradient(50% 50% at 50% 50%, #FFD91C 0%, rgba(255, 217, 28, 0) 100%);
  opacity: 0.5;
  left: -1%;
  bottom: -20%;
}
.bg-circles > .row {
  position: relative;
  z-index: 1;
}

.green-b b {
  color: #6DD94B;
  font-weight: inherit;
  font-family: inherit;
}

.circle-highlight {
  position: absolute;
  background-color: #09844b;
  width: 140px;
  height: 140px;
  border-radius: 140px;
  text-align: center;
  display: flex;
  align-content: center;
  align-items: center;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  z-index: 9;
}
.circle-highlight.top {
  bottom: unset;
  top: 0;
  transform: translate(-50%, -50%);
}
.circle-highlight span {
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
  font-family: "Industry-Black", sans-serif;
  font-size: 22px;
  line-height: 22px;
  transform: rotate(-14deg);
  text-indent: 13px;
  position: relative;
  left: -6px;
  top: 2px;
}

.chips {
  display: inline-block;
  border: solid 1px #0a834b;
  padding: 10px 12px;
  border-radius: 30px;
  margin: 10px 10px 0px 0;
}

.single-focus-line {
  border-top: solid 1px rgba(109, 217, 75, 0.5);
  padding: 10px 0;
}
.single-focus-line p {
  display: inline-block;
}
.single-focus-line p:nth-child(1) {
  width: 60px;
}
.single-focus-line p:nth-child(1) {
  width: 40px;
}

.half-white-bottom {
  position: relative;
}
.half-white-bottom::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background-color: #fff;
}
.half-white-bottom > * {
  position: relative;
}

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

.landing-form [type=text], .landing-form textarea, .landing-form select {
  border-color: #333;
  color: #fff;
}

.event-page .hero-event {
  background-image: url(../images/sfondo_verde.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}
.event-page .hero-event .btn-evento {
  display: inline-flex;
  padding: 16px 40px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #000;
  text-align: center;
  font-family: "Industry-Black", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #6DD94B;
  margin-top: 60px;
  transition: all 0.3s ease;
}
.event-page .hero-event .btn-evento:hover {
  background: #08844A;
  color: #fff;
}
.event-page .circle-highlight span {
  font-family: "Industry-Book", sans-serif;
  font-size: 20px;
}
.event-page #dettagli b {
  font-family: "Industry-Black", sans-serif;
}
.event-page #dettagli .testo-aggiuntivo {
  color: #232324;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  margin-top: 48px;
  margin-bottom: 48px;
}
.event-page #dettagli .btn-dettagli {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 16px 40px;
  color: #000;
  text-align: center;
  font-family: "Industry-Book", sans-serif;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #6DD94B;
  transition: all 0.3s ease;
}
.event-page #dettagli .btn-dettagli:hover {
  background-color: #08844A;
  color: #fff;
}
.event-page #programma .programma {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.event-page #programma .programma .single-programma-line {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
}
.event-page #programma .programma .single-programma-line:first-child {
  padding-top: 15px;
  border-top: 1px solid rgba(109, 217, 75, 0.2);
}
.event-page #programma .programma .single-programma-line:not(:last-child) {
  border-bottom: 1px solid rgba(109, 217, 75, 0.2);
  padding-bottom: 15px;
}
.event-page #programma .programma .single-programma-line .durata {
  color: #6DD94B;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}
.event-page #programma .programma .single-programma-line .titolo {
  color: #232324;
  font-family: "Industry-Black", sans-serif;
  text-align: center;
  font-size: 24px;
  line-height: 120%;
}
.event-page #programma .programma .single-programma-line .testo {
  color: #232324;
  text-align: center;
  font-family: "Industry-Book", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}
.event-page #programma .dettaglio-programma {
  color: #232324;
  text-align: center;
  font-family: "Industry-Book", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 120%;
}
.event-page #programma .dettaglio-programma b,
.event-page #programma .dettaglio-programma strong {
  font-family: "Industry-Black", sans-serif;
  font-weight: 400;
}
.event-page #highlight .btn-highlight {
  display: inline-flex;
  color: #000;
  text-align: center;
  font-family: "Industry-Book", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #6DD94B;
  padding: 16px 40px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: 20px;
  transition: all 0.3s ease;
}
.event-page #highlight .btn-highlight:hover {
  background: #08844A;
  color: #fff;
}
.event-page #contattaci .form-title {
  color: white;
  font-family: "Industry-Black", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.event-page #contattaci .radio-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  margin-bottom: 16px;
}
.event-page #contattaci .radio-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.event-page #contattaci .radio-item input {
  display: none;
}
.event-page #contattaci .radio-item input:checked + label::before {
  background-color: white;
}
.event-page #contattaci .radio-item input:checked + label::after {
  opacity: 1;
}
.event-page #contattaci .radio-item label {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: white;
  cursor: pointer;
}
.event-page #contattaci .radio-item label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid white;
  border-radius: 50%;
  margin-right: 8px;
  transition: all 0.3s ease;
}
.event-page #contattaci .radio-item label::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 4px solid #000;
  border-radius: 50%;
  margin-right: 8px;
  background-color: transparent;
  transition: opacity 0.3s ease;
  opacity: 0;
  position: absolute;
  left: 2.5px;
}
.event-page #contattaci .errore-prenotazione {
  display: none;
  color: #EE0202;
  font-family: "Industry-Book", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  margin-bottom: 16px;
}
.event-page #contattaci .errore-prenotazione.active {
  display: block;
}
.event-page #contattaci select option {
  color: #232324;
  background-color: white;
}