/*!
Theme Name: ad hoc theme
Theme URI: https://them.es/starter
Author: AD HOC SRL
Author URI: https://www.adhocweb.it
Description: Custom theme for adhocweb.it
Version: 3.0.4
Requires at least: 5.0
Tested up to: 5.9
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: ad-hoc-theme
*/

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */

/* From http://codex.wordpress.org/CSS */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  font-family: "Barlow", sans-serif !important;
  /* font-family: "Barlow Condensed", sans-serif !important; */
}

body.page-id-58 {
  background-color: #121212 !important;
}

/* STANDARD */

/* DOC WOOCASSA */
/* ============================================
   WOOCASSA DOCUMENTATION - SINGLE PAGE STYLES
   ============================================ */

/* Layout generale */
.docwoocassa-template-default body {
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
  color: #2c2c2c;
  background-color: #f9f9fb;
  line-height: 1.75;
}

/* Contenitore principale */
.docwoocassa-template-default #post-1156,
.docwoocassa-template-default article.docwoocassa {
  max-width: 820px;
  margin: 3rem auto;
  padding: 2.5rem 3rem;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
}

/* Titolo principale */
.docwoocassa-template-default .entry-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 1.75rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid #5ddb85;
}

/* Corpo del contenuto */
.docwoocassa-template-default .entry-content {
  font-size: 1rem;
  color: #3a3a4a;
}

.docwoocassa-template-default .entry-content p {
  margin-bottom: 1.25rem;
}

/* Titoli di sezione (bold inline usati come heading) */
.docwoocassa-template-default .entry-content strong {
  color: #1a1a2e;
}

/* Liste */
.docwoocassa-template-default .entry-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}

.docwoocassa-template-default .entry-content ul li {
  position: relative;
  padding: 0.6rem 0.75rem 0.6rem 1.25rem;
  margin-bottom: 0.5rem;
  background: #f0faf1;
  border-left: 4px solid #5ddb85;
  border-radius: 0 6px 6px 0;
  font-size: 0.97rem;
  line-height: 1.6;
}

.docwoocassa-template-default .entry-content ul li strong {
  color: #5a3d8a;
}

/* Testo in corsivo (nomi di sezioni/campi) */
.docwoocassa-template-default .entry-content em {
  color: #5a3d8a;
  font-style: italic;
  font-weight: 500;
}

/* Footer articolo */
.docwoocassa-template-default .entry-meta {
  font-size: 0.85rem;
  color: #888;
  margin-top: 2rem;
}

.docwoocassa-template-default .entry-meta a {
  color: #5ddb85;
  text-decoration: none;
}

.docwoocassa-template-default .entry-meta a:hover {
  text-decoration: underline;
}

/* Navigazione tra articoli */
.docwoocassa-template-default .post-navigation {
  max-width: 820px;
  margin: 1.5rem auto 3rem;
  padding: 0 1rem;
}

.docwoocassa-template-default .post-navigation .btn-outline-secondary {
  border-color: #5ddb85;
  color: #5ddb85;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.6rem 1.25rem;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.docwoocassa-template-default .post-navigation .btn-outline-secondary:hover {
  background-color: #5ddb85;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .docwoocassa-template-default article.docwoocassa {
    padding: 1.5rem 1.25rem;
    margin: 1.5rem 1rem;
  }

  .docwoocassa-template-default .entry-title {
    font-size: 1.5rem;
  }
}

/* FINE DOC WOOCASSA */

/* COLORS */
.text-nero {
  color: #121212 !important;
}

.bg-nero {
  background-color: #121212 !important;
}

.text-verde {
  color: #5ddb85;
}

.bg-verde {
  background-color: #5ddb85;
}

.text-grigio-chiaro {
  color: #d9d9d9;
}

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

.text-grigio {
  color: #afafaf;
}

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

/* SPAZI */
.my-pl {
  padding-left: 1rem !important;
}

.my-pr {
  padding-right: 1rem !important;
}

.my-ml {
  margin-left: 1rem !important;
}

.my-mr {
  margin-right: 1rem !important;
}

.m-5rem {
  margin: 5rem;
}

.m-5rem-0 {
  margin: 5rem 0;
}

.m-0-5rem {
  margin: 0 5rem;
}

.mr-5rem {
  margin-right: 5rem;
}

.pr-4rem {
  padding-right: 4rem;
}

.pl-4rem {
  padding-left: 4rem;
}

.p-5rem {
  padding: 5rem;
}

.p-5rem-0 {
  padding: 5rem 0;
}

.p-0-5rem {
  padding: 0 5rem;
}

.pr-5rem {
  padding-right: 5rem;
}

.pl-7rem {
  padding-left: 7rem !important;
}

.pr-7rem {
  padding-right: 7rem !important;
}

.pr-10rem {
  padding-right: 10rem !important;
}

.pr-12rem {
  padding-right: 12rem !important;
}

.pl-12rem {
  padding-left: 12rem !important;
}

/* TESTI */
.titolo-big {
  font-size: 90px;
  font-weight: 600;
  line-height: 80pt;
}

.titolo-sezione {
  font-size: 70px;
  font-weight: 600;
  line-height: 60pt;
}

.testo {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.testo-semi-bold {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.testo-bold {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.testo-box {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.testo-bold-box {
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
}

.sottolineato {
  position: relative;
}

.sottolineato::before {
  background-color: #5ddb85;

  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: 17%;
  left: -2px;
  bottom: 5px;
  z-index: -1;
}

.testo-footer-bottom {
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
}

.testo-carrers {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  max-width: 70%;
}

.testo-carrers.semibold {
  font-weight: 500;
}

/* NAVBAR */
#sezione1 .nav-link {
  color: #fff !important;
}

#sezione2 .nav-link {
  color: #121212 !important;
}

#sezione3 .nav-link {
  color: #121212 !important;
}

#sezione4 .nav-link {
  color: #121212 !important;
}

#sezione5 .nav-link {
  color: #fff !important;
}

#sezione6 .nav-link {
  color: #fff !important;
}

#sezione7 .nav-link {
  color: #121212 !important;
}

#sezione8 .nav-link {
  color: #fff !important;
}

#sezione9 .nav-link {
  color: #121212 !important;
}

#sezione10 .nav-link {
  color: #fff !important;
}

#sezione-contatti .nav-link {
  color: #fff !important;
}

#sezione-careers .nav-link {
  color: #fff !important;
}

/* FOOTER BTN */
#sezione1 .toggle-footer {
  color: #fff !important;
}

#sezione2 .toggle-footer {
  color: #fff !important;
}

#sezione3 .toggle-footer {
  color: #121212 !important;
}

#sezione4 .toggle-footer {
  color: #121212 !important;
}

#sezione5 .toggle-footer {
  color: #fff !important;
}

#sezione6 .toggle-footer {
  color: #fff !important;
}

#sezione7 .toggle-footer {
  color: #121212 !important;
}

#sezione8 .toggle-footer {
  color: #fff !important;
}

#sezione9 .toggle-footer {
  color: #121212 !important;
}

#sezione10 .toggle-footer {
  color: #fff !important;
}

#sezione-contatti .toggle-footer {
  color: #fff !important;
}

#sezione-careers .toggle-footer {
  color: #fff !important;
}

.my-link {
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

/* BOTTONI */
.btn-white-hp {
  background-color: #fff;
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
  text-decoration: none;
  text-align: end;
  padding-top: 5rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
}

a.btn-white-hp:hover {
  color: #121212 !important;
}

.transparent-btn {
  border-radius: 10px;
  border: 3px solid #5ddb85;
  text-decoration: none !important;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  padding: 1rem 1.5rem;
}

/* RIGHE GEOMETRICHE */
.d-xxl-block #sezione1 .riga-1-sezione-1 {
  height: 62%;
  width: 83.95%;
  position: absolute;
  right: 5rem;
  bottom: 6%;
}

.d-xxl-block #sezione1 .riga-2-sezione-1 {
  height: 11%;
  position: absolute;
  left: 0;
  bottom: -11%;
}

.d-xxl-block #sezione2 .bg-nero {
  width: 18.55%;
}

.d-xxl-block #sezione2 .riga-1-sezione-2 {
  position: absolute;
  right: -21.3%;
  bottom: -82.8%;
  height: 100%;
  width: 21.3%;
}

.d-xxl-block #sezione2 .riga-2-sezione-2 {
  position: absolute;
  left: 14.5%;
  bottom: 0;
  height: 6%;
  width: 33.1%;
}

.d-xxl-block #sezione4 .riga-1-sezione-4 {
  position: absolute;
  top: 0;
  left: 50%;
  height: 92.3%;
  width: 0px;
}

.d-xxl-block #sezione4 .riga-2-sezione-4 {
  position: absolute;
  bottom: 0;
  right: 50%;
  height: 8%;
  width: 6.8%;
}

.d-xxl-block #sezione9 .riga-1-sezione-9 {
  position: absolute;
  top: 0%;
  right: 49.9%;
  height: 5%;
  width: 19.35%;
}

.d-xxl-block #sezione9 .riga-2-sezione-9 {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  height: 95%;
  width: 0px;
}

.d-xxl-block #sezione10 .riga-1-sezione-10 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 0px;
  height: 15%;
  border-color: #5ddb85 !important;
}

.d-xxl-block #sezione10 .riga-2-sezione-10 {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%);
  border-color: #5ddb85 !important;
}

/* SEZIONE CAREERS */
.form-control::placeholder {
  color: #afafaf !important;
}

input[type="checkbox"] {
  accent-color: #5ddb85 !important;
}

.form-check-input:checked {
  background-color: #5ddb85 !important;
  border-color: #5ddb85 !important;
}

/* ALTRO */
.box-nero:hover {
  -webkit-box-shadow: 18px 18px 0px 0px #5ddb85;
  -moz-box-shadow: 18px 18px 0px 0px #5ddb85;
  -o-box-shadow: 18px 18px 0px 0px #5ddb85;
  box-shadow: 18px 18px 0px 0px #5ddb85;
}

/* CONTENUTO */
.img-stars,
.img-4-stars {
  width: 50%;
}

/* FOOTER */
.text-footer-wrapper {
  padding-top: 12%;
}

.btn-footer-box {
  margin-top: 25%;
}

/* ANIMAZIONI */
.rotate {
  width: 100px;
  animation: rotation 2s infinite linear;
}

.rotate>div {
  display: block;
  animation: no-spin 2s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes no-spin {
  0% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.back_and_forth {
  animation: backAndForth 3s linear infinite;
}

.forth_and_back {
  animation: forthAndBack 3s linear infinite;
}

@keyframes backAndForth {
  0% {
    transform: translateX(0);
  }

  10% {
    transform: translateX(0);
  }

  45% {
    transform: translateX(calc(-100% + 200px));
  }

  55% {
    transform: translateX(calc(-100% + 200px));
  }

  90% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes forthAndBack {
  0% {
    transform: translateX(0);
  }

  10% {
    transform: translateX(0);
  }

  45% {
    transform: translateX(calc(+100% - 200px));
  }

  55% {
    transform: translateX(calc(+100% - 200px));
  }

  90% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes travel {

  from,
  to {
    left: 75%;
    animation-timing-function: ease-out;
  }

  25% {
    left: 50%;
    animation-timing-function: ease-out;
  }

  50% {
    left: -5%;
    animation-timing-function: ease-out;
  }

  100% {
    left: 75%;
    animation-timing-function: ease-out;
  }
}

@keyframes bounce {

  from,
  to {
    bottom: 0;
    animation-timing-function: ease-out;
  }

  25% {
    bottom: 50%;
    animation-timing-function: ease-out;
  }

  50% {
    bottom: 25%;
    animation-timing-function: ease-out;
  }

  100% {
    bottom: 0;
    animation-timing-function: ease-out;
  }
}

@keyframes spin {
  from {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#bouncer {
  -webkit-animation-name: bounce, spin, travel;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 4.2s;

  animation-name: bounce, spin, travel;
  animation-iteration-count: infinite;
  animation-duration: 4.2s;
}

/* MEDIA QUERIES */
/* On screens that are 767px or less, set the background color to olive */
@media screen and (max-width: 767px) {

  /* SPAZI */
  .my-pl {
    padding-left: 1rem !important;
  }

  .my-pr {
    padding-right: 1rem !important;
  }

  .my-ml {
    margin-left: 1rem !important;
  }

  .my-mr {
    margin-right: 1rem !important;
  }

  /* TESTI */
  .titolo-big {
    font-size: 40px;
    font-weight: 600;
    line-height: 35pt;
  }

  .titolo-sezione {
    font-size: 35px;
    font-weight: 600;
    line-height: 30pt;
  }

  .testo {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
  }

  .testo-semi-bold {
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
  }

  .testo-bold {
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
  }

  .testo-box {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
  }

  .testo-bold-box {
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
  }

  .testo-carrers {
    max-width: 100%;
  }

  /* BOTTONI */
  .btn-white-hp {
    background-color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 45px;
    text-decoration: none;
    text-align: end;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
    width: 55%;
  }

  .transparent-btn {
    border-radius: 10px;
    border: 3px solid #5ddb85;
    text-decoration: none !important;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    padding: 1rem 1.5rem;
  }

  /* NAVBAR */
  nav.navbar {
    padding: 1rem 0 !important;
  }

  /* CONTENUTO */
  .img-stars,
  .img-4-stars {
    width: 30%;
  }

  .box-transparent {
    padding: 1rem 1rem;
  }

  #sezione2m .toggle-footer {
    color: #121212 !important;
  }
}

/* On screens that are 990px or less, set the background color to olive */
@media screen and (min-width: 768px) and (max-width: 990px) {

  /* SPAZI */
  .my-pl {
    padding-left: 3rem !important;
  }

  .my-pr {
    padding-right: 3rem !important;
  }

  .my-ml {
    margin-left: 3rem !important;
  }

  .my-mr {
    margin-right: 3rem !important;
  }

  /* TESTI */
  .titolo-big {
    font-size: 65px;
    font-weight: 600;
    line-height: 55pt;
  }

  .titolo-sezione {
    font-size: 60px;
    font-weight: 600;
    line-height: 50pt;
  }

  .testo {
    font-size: 24px;
    font-weight: 400;
    line-height: 30pt;
  }

  .testo-semi-bold {
    font-size: 24px;
    font-weight: 600;
    line-height: 30pt;
  }

  .testo-bold {
    font-size: 24px;
    font-weight: 600;
    line-height: 30pt;
  }

  .testo-box {
    font-size: 24px;
    font-weight: 400;
    line-height: 30pt;
  }

  .testo-bold-box {
    font-size: 24px;
    font-weight: 600;
    line-height: 30pt;
  }

  .testo-carrers {
    max-width: 100%;
  }

  /* BOTTONI */
  .btn-white-hp {
    background-color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 60px;
    text-decoration: none;
    text-align: end;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
    width: 40%;
  }

  .transparent-btn {
    border-radius: 10px;
    border: 3px solid #5ddb85;
    text-decoration: none !important;
    font-size: 30px;
    font-weight: 600;
    line-height: 60px;
    padding: 1rem 1.5rem;
  }

  /* NAVBAR */
  nav.navbar {
    padding: 1rem 0 !important;
  }

  /* CONTENUTO */
  .img-stars,
  .img-4-stars {
    width: 15%;
  }

  .box-transparent {
    padding: 2rem 5rem;
  }

  #sezione2m .toggle-footer {
    color: #121212 !important;
  }
}

/* On screens that are 990px or less, set the background color to olive */
@media screen and (min-width: 991px) and (max-width: 1439px) {

  /* SPAZI */
  .my-pl {
    padding-left: 4rem !important;
  }

  .my-pr {
    padding-right: 4rem !important;
  }

  .my-ml {
    margin-left: 4rem !important;
  }

  .my-mr {
    margin-right: 4rem !important;
  }

  /* TESTI */
  .titolo-big {
    font-size: 65px;
    font-weight: 600;
    line-height: 55pt;
  }

  .titolo-sezione {
    font-size: 60px;
    font-weight: 600;
    line-height: 50pt;
  }

  .testo {
    font-size: 24px;
    font-weight: 400;
    line-height: 30pt;
  }

  .testo-semi-bold {
    font-size: 24px;
    font-weight: 600;
    line-height: 30pt;
  }

  .testo-bold {
    font-size: 24px;
    font-weight: 600;
    line-height: 30pt;
  }

  .testo-box {
    font-size: 24px;
    font-weight: 400;
    line-height: 30pt;
  }

  .testo-bold-box {
    font-size: 24px;
    font-weight: 600;
    line-height: 30pt;
  }

  .testo-carrers {
    max-width: 100%;
  }

  /* BOTTONI */
  .btn-white-hp {
    background-color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 60px;
    text-decoration: none;
    text-align: end;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
    width: 40%;
  }

  .transparent-btn {
    border-radius: 10px;
    border: 3px solid #5ddb85;
    text-decoration: none !important;
    font-size: 30px;
    font-weight: 600;
    line-height: 60px;
    padding: 1rem 1.5rem;
  }

  /* NAVBAR */
  nav.navbar {
    padding: 2rem 0 !important;
  }

  /* CONTENUTO */
  .img-stars,
  .img-4-stars {
    width: 10%;
  }

  .box-transparent {
    padding: 2rem 5rem;
  }

  #sezione2m .toggle-footer {
    color: #121212 !important;
  }
}

/* On screens that are 990px or less, set the background color to olive */
@media (min-width: 1439px) and (max-width: 1700px) {

  /* SPAZI */
  .my-pl {
    padding-left: 4rem !important;
  }

  .my-pr {
    padding-right: 4rem !important;
  }

  .my-ml {
    margin-left: 4rem !important;
  }

  .my-mr {
    margin-right: 4rem !important;
  }

  /* TESTI */
  .titolo-big {
    font-size: 65px;
    font-weight: 600;
    line-height: 55pt;
  }

  .titolo-sezione {
    font-size: 60px;
    font-weight: 600;
    line-height: 50pt;
  }

  .testo {
    font-size: 24px;
    font-weight: 400;
    line-height: 30pt;
  }

  .testo-semi-bold {
    font-size: 24px;
    font-weight: 600;
    line-height: 30pt;
  }

  .testo-bold {
    font-size: 24px;
    font-weight: 600;
    line-height: 30pt;
  }

  .testo-box {
    font-size: 24px;
    font-weight: 400;
    line-height: 30pt;
  }

  .testo-bold-box {
    font-size: 24px;
    font-weight: 600;
    line-height: 30pt;
  }

  /* BOTTONI */
  .btn-white-hp {
    background-color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 60px;
    text-decoration: none;
    text-align: end;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
    width: 40%;
  }

  .transparent-btn {
    border-radius: 10px;
    border: 3px solid #5ddb85;
    text-decoration: none !important;
    font-size: 30px;
    font-weight: 600;
    line-height: 60px;
    padding: 1rem 1.5rem;
  }

  /* NAVBAR */
  nav.navbar {
    padding: 3rem 0 !important;
  }

  /* CONTENUTO */
  .img-stars,
  .img-4-stars {
    width: 15%;
  }

  .box-transparent {
    padding: 2rem 5rem;
  }

  /* RIGHE GEOMETRICHE */
  .d-xxl-block #sezione1 .riga-1-sezione-1 {
    height: 55%;
    width: 84%;
    position: absolute;
    right: 6.5%;
    bottom: 4.5%;
  }

  .d-xxl-block #sezione1 .riga-2-sezione-1 {
    height: 11%;
    position: absolute;
    left: 0;
    bottom: -11%;
  }

  .d-xxl-block #sezione2 .bg-nero {
    width: 18.4%;
  }

  .d-xxl-block #sezione2 .riga-1-sezione-2 {
    position: absolute;
    right: -28.3%;
    bottom: -170%;
    height: 170%;
    width: 28.5%;
  }

  .d-xxl-block #sezione2 .riga-2-sezione-2 {
    position: absolute;
    left: 13.33%;
    bottom: 0;
    height: 12.5%;
    width: 33.7%;
  }

  .d-xxl-block #sezione4 .riga-2-sezione-4 {
    position: absolute;
    bottom: 0;
    right: 50%;
    height: 8%;
    width: 6.2%;
  }

  .d-xxl-block #sezione9 .riga-1-sezione-9 {
    position: absolute;
    top: 0%;
    right: 49.8%;
    height: 5%;
    width: 19.65%;
  }

  .d-xxl-block #sezione9 .mr-box-transparent {
    margin-right: 0;
  }

  .d-xxl-block #sezione10 .riga-1-sezione-10 {
    position: absolute;
    top: 0%;
    right: 0;
    height: 12%;
    width: 0;
  }

  .d-xxl-block #sezione10 .riga-2-sezione-10 {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translate(-50%);
    border-color: #5ddb85 !important;
  }

  #sezione2 .toggle-footer {
    color: #fff !important;
  }

  /* FOOTER */
  .text-footer-wrapper {
    padding-top: 18%;
  }

  .btn-footer-box {
    margin-top: 35%;
  }
}

/* On screens that are 990px or less, set the background color to olive */
@media (min-width: 2500px) {

  /* RIGHE GEOMETRICHE */
  .d-xxl-block #sezione1 .riga-1-sezione-1 {
    height: 58%;
    width: 84.15%;
    position: absolute;
    right: 3.4%;
    bottom: 6%;
  }

  .d-xxl-block #sezione2 .riga-2-sezione-2 {
    position: absolute;
    left: 15.95%;
    bottom: 0;
    height: 2.5%;
    width: 32.5%;
  }

  .d-xxl-block #sezione4 .riga-2-sezione-4 {
    position: absolute;
    bottom: 0;
    right: 50%;
    height: 8%;
    width: 7.5%;
  }

  .d-xxl-block #sezione9 .riga-1-sezione-9 {
    position: absolute;
    top: 0%;
    right: 50%;
    height: 5%;
    width: 19.2%;
  }

  .d-xxl-block #sezione9 .mr-box-transparent {
    margin-right: 0;
  }
}

.wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__campifiscali-partita-iva,
.wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__campifiscali-codice-fiscale {
  flex: 0 0 100% !important;
}