@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------------------- */
/* COMPONENTS */
/* ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* VARIABILI */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* GRID SYSTEM */
/* ----------------------------------------------------------------------- */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-wide {
  padding-left: 90px;
  padding-right: 90px;
  max-width: 1920px;
}

.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-right: -15px;
  margin-left: -15px;
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 0;
}

.col {
  flex: 1 0 0%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* ----------------------------------------------------------------------------------------------------------------- */
/* COLORI */
/* ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */
/* FONT */
/* ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */
/* OMBRE */
/* ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */
/* GENERALE */
/* ----------------------------------------------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:focus {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #50514f;
  overflow-x: hidden;
}

button {
  font-family: "Readex Pro", sans-serif;
}

fieldset {
  padding: 15px;
}

address {
  font-style: normal;
}

/* ----------------------------------------------------------------------------------------------------------------- */
/* TIPOGRFIA */
/* ----------------------------------------------------------------------------------------------------------------- */
p {
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 700;
}

a {
  color: #86be30;
  text-decoration: underline;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
  color: #6e9c28;
}
a.nolink {
  color: currentColor;
  text-decoration: none;
}
a.nolink:hover {
  color: currentColor;
  text-decoration: underline;
}

ol,
ul {
  padding-left: 30px;
  margin-bottom: 16px;
}
ol li,
ul li {
  margin-bottom: 10px;
}
ol li::marker,
ul li::marker {
  color: #86be30;
  font-weight: 700;
}

h1 {
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}

h2 {
  font-size: 35px;
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: 10px;
}

h3 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 10px;
}

h4 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 10px;
}

h5 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 10px;
}

h6 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------------------------------------------- */
/* INPUT */
/* ----------------------------------------------------------------------------------------------------------------- */
input[type=text],
input[type=search],
input[type=email],
input[type=password],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
select {
  width: 100%;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  border: none;
  height: 40px;
  font-family: "Readex Pro", sans-serif;
  font-weight: 400;
  background: #f0f0f0;
}

input[type=file] {
  width: 100%;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 40px;
  border: none;
}

textarea {
  width: 100%;
  padding: 15px 10px;
  font-size: 16px;
  border: none;
  background-color: #f0f0f0;
  resize: vertical;
  height: 90px;
  font-family: "Readex Pro", sans-serif;
}

label {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
}

.form-group {
  margin-bottom: 15px;
}

/* ----------------------------------------------------------------------------------------------------------------- */
/* CONTACT FORM 7 */
/* ----------------------------------------------------------------------------------------------------------------- */
.grecaptcha-badge {
  visibility: hidden;
}

.wpcf7-submit {
  margin-top: 20px;
}

.wpcf7-acceptance {
  /* Personalizzo il label e quindi il contenitore dell'input */
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  line-height: 20px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Nascondo il checkbox di base del browser */
  /* creo il mio checkbox */
  /* Creo la spunta all'interno dell'input (inizialmente nascosta) */
  /* Quando vado sopra con il mouse (opzionale) */
  /* Quando l'input è selezionato, coloro il bordo dell'input */
  /* Quando l'input è selezionato mostro la spunta */
}
.wpcf7-acceptance label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wpcf7-acceptance label input + span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #ccc;
}
.wpcf7-acceptance label input + span::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}
.wpcf7-acceptance label:hover input ~ span::before {
  background-color: #f0f0f0;
}
.wpcf7-acceptance label input:checked ~ span::before {
  border-color: #000000;
}
.wpcf7-acceptance label input:checked ~ span::after {
  display: block;
}

.wpcf7 form .wpcf7-response-output,
div.wpcf7-response-output {
  margin: 10px 0 0 0;
  border: none;
  color: #ffffff;
  padding: 5px 10px;
}

.wpcf7 form.sent .wpcf7-response-output,
div.wpcf7-mail-sent-ok {
  background-color: #4ec223;
}

div.wpcf7-validation-errors,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #edbf0e;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
}

/* ----------------------------------------------------------------------- */
/* SETTINGS */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* GENERAL */
/* ----------------------------------------------------------------------- */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 22px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/* ----------------------------------------------------------------------- */
/* COLLAPSE */
/* ----------------------------------------------------------------------- */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* ----------------------------------------------------------------------- */
/* GUTENBERG */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */
/* GENERALE */
/* ----------------------------------------------------------------------------------------------------------------- */
.gutenberg-content {
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
}
.gutenberg-content::after {
  content: "";
  display: block;
  clear: both;
}
.gutenberg-content ul,
.gutenberg-content ol {
  padding-left: 30px;
  margin-bottom: 16px;
}
.gutenberg-content ul li,
.gutenberg-content ol li {
  padding-left: 5px;
  margin-bottom: 10px;
}

.wp-block {
  max-width: var(--wp--style--global--content-size);
}
.wp-block[data-align=wide] {
  max-width: var(--wp--style--global--wide-size);
}
.wp-block[data-align=full] {
  max-width: none;
}

.alignwide {
  padding: 0 90px;
  margin: 0 max(-1 * (var(--wp--style--global--wide-size) - var(--wp--style--global--content-size)) / 2, 50% - 50vw);
  max-width: var(--wp--style--global--wide-size);
}

.alignfull {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.block-editor-block-list__block[data-type="core/image"][data-align=center] .wp-block-image {
  width: 100%;
  height: auto;
}

/* ----------------------------------------------------------------------------------------------------------------- */
/* COLORI */
/* ----------------------------------------------------------------------------------------------------------------- */
.has-nero-background-color {
  background: #000000 !important;
}

.has-nero-border-color {
  border-color: #000000 !important;
}

.has-nero-color {
  color: #000000 !important;
}

.has-bianco-background-color {
  background: #ffffff !important;
}

.has-bianco-border-color {
  border-color: #ffffff !important;
}

.has-bianco-color {
  color: #ffffff !important;
}

/* ----------------------------------------------------------------------- */
/* Button */
/* ----------------------------------------------------------------------- */
.btn, .pagination a, body.woocommerce div.product .variations_form .single_add_to_cart_button,
body.home div.product .variations_form .single_add_to_cart_button, #woocommerce-checkout-form-coupon .button,
.wp-block-button .wp-block-button__link {
  display: inline-block;
  font-family: "Readex Pro", sans-serif;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  padding: 13px 30px;
  border: 1px solid #86be30;
  background: #86be30;
  color: #ffffff;
  border-radius: 3px;
  transition: 0.3s;
  cursor: pointer;
}
.btn:hover, .pagination a:hover, body.woocommerce div.product .variations_form .single_add_to_cart_button:hover,
body.home div.product .variations_form .single_add_to_cart_button:hover, #woocommerce-checkout-form-coupon .button:hover,
.wp-block-button .wp-block-button__link:hover {
  background: #9fe23a;
  border-color: #9fe23a;
}

/* ----------------------------------------------------------------------- */
/* Accordion */
/* ----------------------------------------------------------------------- */
.wp-block-accordion .wp-block-accordion-item {
  border: 1px solid #ccc;
  margin: -1px 0 0 0;
}
.wp-block-accordion .wp-block-accordion-heading {
  font-size: 20px;
  padding: 20px;
}
.wp-block-accordion .wp-block-accordion-heading .wp-block-accordion-heading__toggle .wp-block-accordion-heading__toggle-title {
  transition: 0.3s;
}
.wp-block-accordion .wp-block-accordion-heading .wp-block-accordion-heading__toggle:hover {
  color: #86be30;
  text-decoration: none;
}
.wp-block-accordion .wp-block-accordion-heading .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
  text-decoration: none;
  color: #86be30;
}
.wp-block-accordion .wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon {
  font-size: 30px;
}
.wp-block-accordion .wp-block-accordion-panel {
  margin: 0 20px 20px 20px;
  font-size: 18px;
}

.acf-block-preview .spaziatore-flessibile:hover,
.acf-block-preview.is-selected .spaziatore-flessibile {
  background-color: #f5f5f5;
}

.lista-icone {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 60px;
}
.lista-icone__box {
  flex: 1;
  max-width: 300px;
  text-align: center;
  padding: 20px 0;
}
.lista-icone__icona {
  width: 80px;
  height: 80px;
  margin: 0 auto 10px auto;
  background-color: #f0f0f0;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #86be30;
  transition: 0.3s;
}
.lista-icone__titolo {
  font-size: 18px;
  font-weight: 700;
  color: currentColor;
  margin: 5px 0;
  transition: 0.3s;
  color: #01295f;
}
.lista-icone__testo {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
}
.lista-icone__testo a {
  text-decoration: none;
}
.lista-icone__testo a:hover {
  text-decoration: underline;
}
.lista-icone.is-style-vertical {
  flex-direction: column;
  gap: 40px;
}
.lista-icone.is-style-vertical .lista-icone__box {
  max-width: unset;
  padding: 0;
  display: flex;
  gap: 20px;
  text-align: left;
}
.lista-icone.is-style-vertical .lista-icone__content {
  flex: 1;
}
.lista-icone.is-style-vertical .lista-icone__titolo {
  font-size: 25px;
  font-weight: 600;
  margin-top: 0;
}

.wp-block-cover .lista-icone__icona {
  background-color: #ffffff;
  color: #50514f;
}
.wp-block-cover.is-light:not(.has-text-color) .lista-icone__icona {
  background-color: #f0f0f0;
  color: #01295f;
}

/* ----------------------------------------------------------------------- */
/* TEMPLATE */
/* ----------------------------------------------------------------------- */
.testata__top {
  padding: 20px 0;
  background-color: #ffffff;
}
.testata__top .container-wide {
  display: flex;
  align-items: center;
  position: relative;
}
.testata__logo img {
  height: 50px;
  width: auto;
}
.testata .dgwt-wcas-search-wrapp {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.testata .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  border-radius: 0;
}
.testata__search {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.testata__search input[type=search] {
  height: 50px;
  padding: 0 70px 0 20px;
  font-size: 18px;
  min-width: 500px;
}
.testata__search button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.testata__search button:hover {
  background: #86be30;
  color: #01295f;
}
.testata__shop {
  margin-left: 30px;
}
.testata__shop ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 20px;
  display: flex;
  gap: 20px;
}
.testata__shop li {
  margin: 0;
}
.testata__shop a {
  color: #50514f;
  font-size: 18px;
}
.testata__shop a:hover {
  color: #86be30;
}
.testata__bottom {
  background-color: #01295f;
  color: #ffffff;
}
.testata__bottom .container-wide {
  display: flex;
  align-items: center;
}
.testata__categorie {
  position: relative;
}
.testata__categorie button {
  background-color: #50514f;
  color: #ffffff;
  border: none;
  height: 60px;
  padding: 0 15px;
  font-size: 18px;
  width: 400px;
  position: relative;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}
.testata__categorie button::after {
  content: "\f107";
  font-family: "Font Awesome 6 Sharp";
  position: absolute;
  right: 30px;
  top: 22px;
}
.testata__categorie button:hover {
  background-color: #86be30;
}
.testata__menu {
  margin-left: auto;
}
.testata__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 40px;
}
.testata__menu li {
  margin: 0;
}
.testata__menu .current-menu-item > a::before {
  width: 100%;
}
.testata__menu a {
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  position: relative;
}
.testata__menu a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: #86be30;
  transition: 0.3s;
}
.testata__menu a:hover {
  color: #ffffff;
}
.testata__menu a:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

.wpml-ls {
  margin-left: auto;
}
.wpml-ls ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.wpml-ls li {
  margin: 0;
}
.wpml-ls a {
  display: block;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  color: #50514f;
}
.wpml-ls a:hover {
  color: #86be30;
}
.wpml-ls li:not(:last-child) > a {
  border-right: 1px solid #ccc;
}

.menu-cat {
  position: absolute;
  z-index: 999;
  width: 100%;
  display: none;
}
.menu-cat ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
}
.menu-cat li {
  margin: 0;
  position: relative;
}
.menu-cat li:last-child a {
  border: none;
}
.menu-cat li:hover > .sub-menu {
  display: block;
}
.menu-cat a {
  display: block;
  background-color: #ffffff;
  border-bottom: 1px solid #ccc;
  padding: 7px 15px;
  text-decoration: none;
  color: #50514f;
  font-size: 14px;
  position: relative;
}
.menu-cat a:hover {
  background-color: #86be30;
  color: #ffffff;
}
.menu-cat a:has(+ .sub-menu)::after {
  content: "\f105";
  font-family: "Font Awesome 6 Sharp";
  font-weight: 300;
  position: absolute;
  right: 15px;
  top: 8px;
}
.menu-cat .sub-menu {
  position: absolute;
  left: 100%;
  width: 100%;
  top: -1px;
  display: none;
}

.footer {
  background-color: #01295f;
  color: #ffffff;
  padding: 60px 0 30px;
  font-size: 14px;
}
.footer__titolo {
  margin-bottom: 15px;
  color: #86be30;
}
.footer__titolo:not(:first-child) {
  margin-top: 30px;
}
.footer__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer__menu li {
  margin: 0;
}
.footer__menu a {
  color: #ffffff;
  text-decoration: none;
}
.footer__menu a:hover {
  color: #86be30;
  padding-left: 5px;
}
.footer__pagamenti {
  display: flex;
  gap: 30px;
}
.footer__bottom {
  padding-top: 30px;
  margin-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__bottom p {
  margin: 0;
}
.footer__link ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.footer__link li {
  margin: 0;
}
.footer__link li:not(:last-child) > a {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.footer__link a {
  display: block;
  padding: 0 10px;
  color: #ffffff;
  text-decoration: none;
}
.footer__link a:hover {
  color: #86be30;
}

.ecommerce-plus {
  padding: 60px 0;
}
.ecommerce-plus .lista-icone {
  border-top: 1px solid #ccc;
  padding-top: 60px;
}

body.home .ecommerce-plus {
  padding: 0;
}
body.home .ecommerce-plus .lista-icone {
  border: none;
  padding: 60px 0;
}

.lista-icone {
  display: flex;
  gap: 60px;
}

.box-icona {
  flex: 1;
  display: grid;
  grid-template-columns: 50px auto;
  column-gap: 20px;
  row-gap: 5px;
}
.box-icona__icona {
  grid-column: 1/2;
  grid-row: 1/3;
  aspect-ratio: 1;
  background-color: #f0f0f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #86be30;
  font-size: 24px;
}
.box-icona__titolo {
  grid-column: 2/3;
  grid-row: 1/2;
  color: #01295f;
  font-size: 20px;
  margin: 0;
}
.box-icona__testo {
  grid-column: 2/3;
  grid-row: 2/3;
  font-size: 14px;
  margin: 0;
}

.hero-home {
  margin-top: 20px;
}
.hero-home .lista-icone {
  margin-top: 30px;
}

.hero-page {
  background-color: #f0f0f0;
  padding: 60px 0;
  text-align: center;
}
.hero-page h1 {
  color: #01295f;
}
.hero-page .rank-math-breadcrumb {
  margin-bottom: 0;
}

.inner-page {
  margin-top: 60px;
}
.inner-page h1 {
  color: #01295f;
}

.inner-prodotto {
  margin-top: 30px;
}

.rank-math-breadcrumb {
  font-size: 14px;
  color: #777777;
  margin-bottom: 30px;
}
.rank-math-breadcrumb a {
  text-decoration: none;
  color: #777777;
}
.rank-math-breadcrumb a:hover {
  color: #86be30;
}
.rank-math-breadcrumb .last {
  color: #86be30;
}

/* ----------------------------------------------------------------------- */
/* Home page */
/* ----------------------------------------------------------------------- */
.categorie-home h1 {
  text-align: center;
}
.categorie-home .sottocategorie {
  border: none;
  padding: 0;
  margin: 60px 0 90px;
}

.prodotti-home {
  background-color: #f0f0f0;
  padding: 90px 0;
}
.prodotti-home__titolo {
  color: #01295f;
  margin-bottom: 30px;
}
.prodotti-home__grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 30px;
  row-gap: 60px;
}
.prodotti-home__grid li {
  margin: 0;
  padding: 0;
}

.gutenberg-home {
  margin: 90px 0;
}

.blog-home {
  background-color: #f0f0f0;
  padding: 90px 0;
}
.blog-home__titolo {
  color: #01295f;
  margin-bottom: 30px;
}
.blog-home__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 230px;
  gap: 30px;
}

.articolo-home {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  text-decoration: none;
  color: #50514f;
  align-items: center;
}
.articolo-home:hover {
  color: #50514f;
}
.articolo-home:hover .articolo-home__titolo {
  color: #86be30;
}
.articolo-home:hover .articolo-home__immagine img {
  scale: 1.05;
}
.articolo-home--first {
  grid-row: span 2;
  position: relative;
}
.articolo-home--first .articolo-home__immagine {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.articolo-home--first .articolo-home__contenuto {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #ffffff;
  padding: 25px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.articolo-home__immagine {
  overflow: hidden;
  height: 100%;
}
.articolo-home__immagine img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.articolo-home__titolo {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  margin: 10px 0;
}
.articolo-home__meta {
  font-size: 14px;
  display: flex;
  gap: 15px;
}
.articolo-home__meta i {
  color: #86be30;
  margin-right: 5px;
}
.articolo-home__link {
  color: #86be30;
  cursor: pointer;
}

/* ----------------------------------------------------------------------- */
/* CONTATTI */
/* ----------------------------------------------------------------------- */
.contatti {
  margin: 0px 0 90px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  row-gap: 90px;
}
.contatti__form {
  padding: 30px;
  border: 1px solid #ccc;
}
.contatti__mappa {
  grid-column: span 2;
}
.contatti__mappa iframe {
  width: 100%;
  height: 500px;
}
.contatti h2 {
  color: #01295f;
}

.info {
  display: flex;
  gap: 30px;
}
.info:not(:last-child) {
  margin-bottom: 40px;
}
.info__icon {
  width: 70px;
  height: 70px;
  background-color: #f0f0f0;
  color: #01295f;
  font-size: 35px;
  text-align: center;
  line-height: 70px;
}
.info__title {
  margin: 10px 0 5px 0;
  color: #01295f;
}
.info__text {
  margin: 0;
}
.info__text a {
  color: #50514f;
  text-decoration: none;
}
.info__text a:hover {
  color: #86be30;
  text-decoration: underline;
}

.sedi__titolo {
  text-align: center;
  margin-bottom: 30px;
}
.sedi__lista {
  display: flex;
  gap: 30px;
}
.sedi__box {
  flex: 1;
  background-color: #f0f0f0;
  padding: 30px;
}
.sedi__box h3 {
  color: #01295f;
  margin-bottom: 15px;
}
.sedi__box h4 {
  margin: 0;
  font-size: 22px;
}

body.woocommerce span.onsale,
body.home span.onsale {
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #01295f;
  padding: 5px 10px;
  border-radius: 0;
  height: auto;
  min-height: 0;
}
body.woocommerce .woocommerce-result-count,
body.home .woocommerce-result-count {
  line-height: 40px;
}
body.woocommerce ul.products,
body.home ul.products {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 30px;
}
body.woocommerce ul.products.columns-1,
body.home ul.products.columns-1 {
  grid-template-columns: repeat(1, 1fr);
}
body.woocommerce ul.products.columns-2,
body.home ul.products.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
body.woocommerce ul.products.columns-3,
body.home ul.products.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
body.woocommerce ul.products.columns-4,
body.home ul.products.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
body.woocommerce ul.products::before, body.woocommerce ul.products::after,
body.home ul.products::before,
body.home ul.products::after {
  content: none;
}
body.woocommerce ul.products li.product,
body.home ul.products li.product {
  float: none;
  margin: 0;
  width: auto !important;
}
body.woocommerce ul.products li.product .onsale,
body.home ul.products li.product .onsale {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  margin: 0;
}
body.woocommerce ul.products li.product a:hover .product__image,
body.home ul.products li.product a:hover .product__image {
  border-color: #86be30;
}
body.woocommerce ul.products li.product a:hover .woocommerce-loop-product__title,
body.home ul.products li.product a:hover .woocommerce-loop-product__title {
  color: #86be30;
}
body.woocommerce ul.products li.product .product__image,
body.home ul.products li.product .product__image {
  aspect-ratio: 1;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 30px;
  position: relative;
  transition: 0.3s;
}
body.woocommerce ul.products li.product .product__image img,
body.home ul.products li.product .product__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body.woocommerce ul.products li.product .product__sku,
body.home ul.products li.product .product__sku {
  font-size: 16px;
  color: #ccc;
  margin-top: 10px;
}
body.woocommerce ul.products li.product .woocommerce-loop-product__link,
body.home ul.products li.product .woocommerce-loop-product__link {
  text-decoration: none;
}
body.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.home ul.products li.product .woocommerce-loop-product__title {
  font-size: 22px;
  color: #50514f;
  padding: 5px 0;
  transition: 0.3s;
}
body.woocommerce ul.products li.product .price,
body.home ul.products li.product .price {
  color: #86be30;
  font-size: 22px;
  font-weight: 700;
}
body.woocommerce ul.products li.product .price del,
body.home ul.products li.product .price del {
  font-size: 14px;
  color: #50514f;
  font-weight: 400;
  display: block;
}
body.woocommerce div.product div.images,
body.home div.product div.images {
  float: none;
  width: auto;
}
body.woocommerce div.product div.summary,
body.home div.product div.summary {
  float: none;
  width: auto;
}
body.woocommerce div.product .product_title,
body.home div.product .product_title {
  color: #01295f;
  text-transform: uppercase;
  font-size: 38px;
  line-height: 1.1;
}
body.woocommerce div.product .woocommerce-product-details__short-description,
body.home div.product .woocommerce-product-details__short-description {
  font-size: 18px;
  margin-bottom: 30px;
}
body.woocommerce div.product form.cart .variations,
body.home div.product form.cart .variations {
  display: none;
}
body.woocommerce div.product form.cart .woocommerce-variation-add-to-cart,
body.home div.product form.cart .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
body.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .quantity,
body.home div.product form.cart .woocommerce-variation-add-to-cart .quantity {
  display: flex;
  gap: 2px;
  float: none;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
body.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .quantity input::-webkit-outer-spin-button,
body.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .quantity input::-webkit-inner-spin-button,
body.home div.product form.cart .woocommerce-variation-add-to-cart .quantity input::-webkit-outer-spin-button,
body.home div.product form.cart .woocommerce-variation-add-to-cart .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .quantity input[type=number],
body.home div.product form.cart .woocommerce-variation-add-to-cart .quantity input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}
body.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .quantity .qty,
body.home div.product form.cart .woocommerce-variation-add-to-cart .quantity .qty {
  background-color: #f0f0f0;
  border: none;
  text-align: center;
  font-size: 16px;
  height: 44px;
  border-radius: 0;
  width: 60px;
}
body.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .quantity__btn,
body.home div.product form.cart .woocommerce-variation-add-to-cart .quantity__btn {
  border: none;
  height: 44px;
  width: 40px;
  background-color: #f0f0f0;
  cursor: pointer;
  transition: all 0.3s;
}
body.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .quantity__btn--minus,
body.home div.product form.cart .woocommerce-variation-add-to-cart .quantity__btn--minus {
  border-radius: 3px 0 0 3px;
}
body.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .quantity__btn--plus,
body.home div.product form.cart .woocommerce-variation-add-to-cart .quantity__btn--plus {
  border-radius: 0 3px 3px 0;
}
body.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .quantity__btn:hover,
body.home div.product form.cart .woocommerce-variation-add-to-cart .quantity__btn:hover {
  color: #86be30;
  background-color: #f0f0f0;
}
body.woocommerce div.product .woocommerce-variation-price,
body.home div.product .woocommerce-variation-price {
  background-color: #f0f0f0;
  padding: 12px 20px;
  margin: 0 0 30px 0;
}
body.woocommerce div.product .woocommerce-variation-price .amount,
body.home div.product .woocommerce-variation-price .amount {
  color: #86be30;
  font-size: 26px;
  font-weight: 700;
}
body.woocommerce div.product .woocommerce-variation-price del,
body.home div.product .woocommerce-variation-price del {
  text-decoration: none;
}
body.woocommerce div.product .woocommerce-variation-price del .amount,
body.home div.product .woocommerce-variation-price del .amount {
  font-size: 16px;
  font-weight: 400;
  color: #50514f;
  text-decoration: line-through;
  margin-right: 10px;
}
body.woocommerce div.product .woocommerce-variation-price ins,
body.home div.product .woocommerce-variation-price ins {
  text-decoration: none;
}
body.woocommerce div.product .woocommerce-variation-price .woocommerce-price-suffix,
body.home div.product .woocommerce-variation-price .woocommerce-price-suffix {
  font-size: 16px;
  color: #50514f;
}
.scheda-prodotto {
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 2fr;
}

.codice-prodotto {
  font-size: 18px;
  color: #86be30;
}

.product_meta {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  color: #86be30;
  margin: 30px 0;
  gap: 5px;
}
.product_meta span span {
  color: #50514f;
}
.product_meta span a {
  color: #50514f;
  text-decoration: none;
}
.product_meta span a:hover {
  color: #86be30;
}

#combined-attributes {
  margin: 0 0 30px 0;
}

.combined-label {
  font-size: 16px;
  color: #01295f;
  margin-bottom: 5px;
  display: block;
}

.ywdpd-table-discounts-wrapper {
  margin: 30px 0;
}
.ywdpd-table-discounts-wrapper #ywdpd-quantity-table {
  border: 1px solid #ccc;
}
.ywdpd-table-discounts-wrapper #ywdpd-quantity-table tr:nth-child(even) {
  background-color: #f0f0f0;
}
.ywdpd-table-discounts-wrapper #ywdpd-quantity-table td {
  border: 1px solid transparent;
  border-right: 1px solid #ccc;
}
.ywdpd-table-discounts-wrapper #ywdpd-quantity-table .ywdpd_header {
  background-color: #01295f;
  color: #ffffff;
}
.ywdpd-table-discounts-wrapper #ywdpd-quantity-table .ywdpd_header th {
  font-weight: 400;
  border: 1px solid transparent;
  border-right: 1px solid #01295f;
}

.archivio-prodotti {
  display: flex;
  gap: 30px;
  flex-direction: row-reverse;
  margin-bottom: 60px;
}
.archivio-prodotti #primary {
  width: 75%;
}
.archivio-prodotti #sidebar {
  width: 25%;
}

.term-description {
  margin-bottom: 60px;
  font-size: 18px;
}

.sottocategorie {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.sottocategorie__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  overflow: hidden;
}
.sottocategorie__box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  color: #50514f;
  text-align: center;
}
.sottocategorie__box:hover {
  color: #86be30;
}
.sottocategorie__box:hover .sottocategorie__immagine {
  border-color: #86be30;
}
.sottocategorie__immagine {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background-color: #ffffff;
  transition: 0.3s;
  overflow: hidden;
  padding: 20px;
}
.sottocategorie__immagine img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sottocategorie__titolo {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}

#btn-view-categorie {
  border: none;
  background: none;
  font-size: 14px;
  color: #01295f;
  cursor: pointer;
  margin-top: 30px;
}
#btn-view-categorie i {
  transition: 0.3s;
}
#btn-view-categorie:hover {
  color: #86be30;
}
#btn-view-categorie.active {
  color: #86be30;
}
#btn-view-categorie.active i {
  transform: rotate(180deg);
}

.related.products,
.upsells.products {
  background-color: #f0f0f0;
  padding: 60px 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.related.products h2,
.upsells.products h2 {
  margin: 0 calc((100vw - var(--wp--style--global--content-size)) / 2) 30px;
  color: #01295f;
}
.related.products .products,
.upsells.products .products {
  margin: 0 calc((100vw - var(--wp--style--global--content-size)) / 2);
}

/* ----------------------------------------------------------------------- */
/* Pricing Table */
/* ----------------------------------------------------------------------- */
#tiered-pricing-table {
  width: 100%;
  margin: 20px 0;
  display: none;
}
#tiered-pricing-table h4 {
  color: #01295f;
  margin-bottom: 10px;
}
#tiered-pricing-table table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #01295f;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
#tiered-pricing-table table thead tr {
  background-color: #01295f;
  color: #ffffff;
}
#tiered-pricing-table table th {
  padding: 12px;
  text-align: center;
  border: 1px solid #01295f;
}
#tiered-pricing-table table td {
  padding: 12px;
  text-align: center;
  border: 1px solid #ccc;
}
#tiered-pricing-table .tier-row {
  cursor: pointer;
  transition: all 0.2s ease;
}
#tiered-pricing-table .tier-row:hover {
  color: #86be30;
}
#tiered-pricing-table .tier-row.active {
  background-color: #f0f0f0 !important;
  border-left: 4px solid #86be30;
}

.woocommece-total-price {
  font-size: 14px;
  color: #777777;
  margin-left: 10px;
}

/* ----------------------------------------------------------------------- */
/* Sidebar */
/* ----------------------------------------------------------------------- */
.sidebar {
  flex: 1;
}
.sidebar .wp-block-group h4:last-child {
  display: none;
}
.sidebar h4 {
  color: #01295f;
  margin-bottom: 10px;
}
.sidebar h4 + div {
  margin: 0;
}
.sidebar .wc-blocks-filter-wrapper {
  margin-bottom: 40px;
}
.sidebar .wp-block-woocommerce-product-categories {
  margin-bottom: 40px;
}

.wc-block-active-filters {
  background-color: #f0f0f0;
  padding: 15px;
  margin-bottom: 40px;
}
.wc-block-active-filters button.wc-block-active-filters__clear-all {
  float: none;
  color: #86be30;
}
.wc-block-active-filters button.wc-block-active-filters__clear-all:hover {
  color: #6e9c28;
}

.wc-block-product-categories-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.wc-block-product-categories-list li {
  margin: 0;
}
.wc-block-product-categories-list a {
  display: block;
  padding: 8px 15px 8px 0;
  border-bottom: 1px solid #ccc;
  color: #50514f;
  text-decoration: none;
  position: relative;
}
.wc-block-product-categories-list a::after {
  content: "\f105";
  position: absolute;
  right: 2px;
  top: 9px;
  font-family: "Font Awesome 6 Sharp";
  font-weight: 300;
}
.wc-block-product-categories-list a:hover {
  color: #86be30;
}

.wp-block-woocommerce-attribute-filter .wc-block-attribute-filter__actions {
  justify-content: flex-start;
}
.wp-block-woocommerce-attribute-filter label {
  font-weight: 400;
}
.wp-block-woocommerce-attribute-filter .wc-block-components-checkbox {
  margin-top: 10px;
}

/* ----------------------------------------------------------------------- */
/* CARRELLO */
/* ----------------------------------------------------------------------- */
.wc-block-components-product-name {
  text-decoration: none;
}

/* ----------------------------------------------------------------------- */
/* CHECKOUT */
/* ----------------------------------------------------------------------- */
.checkout-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

.checkout-spedizione {
  margin-top: 0;
}

.woocommerce form .form-row {
  margin: 0 0 18px 0;
  padding: 0;
}

.woocommerce form .form-row label {
  margin-bottom: 2px;
  line-height: 1.5;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  width: 100%;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  border: 1px solid #ccc;
  height: 38px;
  font-family: "Readex Pro", sans-serif;
  font-weight: 400;
  background: #ffffff;
  color: #01295f;
}

.select2-container .select2-dropdown,
.select2-container .select2-selection {
  border-color: #ccc;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 1;
  padding: 10px;
}

.woocommerce form .form-row textarea.input-text {
  height: 100px;
  padding: 10px;
}

#ship-to-different-address label {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 14px;
  font-family: "Readex Pro", sans-serif;
}
#ship-to-different-address .input-checkbox {
  width: 20px;
  height: 20px;
}

.admin-bar .checkout-pagamento {
  top: 190px;
}

.checkout-pagamento {
  position: sticky;
  top: 160px;
}

#order_review_heading {
  margin-bottom: 15px;
  font-size: 40px;
}

.checkout-fatturazione h3 {
  margin-bottom: 15px;
  font-size: 40px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: #f0f0f0;
}

#place_order {
  float: none;
  width: 100%;
  margin-top: 30px;
  display: block;
  font-family: "Readex Pro", sans-serif;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  padding: 12px 35px;
  border: 1px solid #86be30;
  background: #86be30;
  color: #ffffff;
  border-radius: 0;
  transition: 0.3s;
  cursor: pointer;
}
#place_order:hover {
  background: #9fe23a;
  border-color: #9fe23a;
  color: #ffffff;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #ffffff;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #ffffff;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
}

.woocommerce form .form-row label.woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  gap: 0;
  font-size: 16px;
  margin-top: 15px;
}

.woocommerce form .form-row .input-checkbox {
  width: 20px;
  height: 20px;
  margin-right: 0;
}

.woocommerce table.shop_table {
  border-radius: 5px;
  border-collapse: separate;
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  display: flex;
  align-items: center;
  gap: 15px;
}

.woocommerce .woocommerce-billing-fields__field-wrapper,
.woocommerce .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  align-items: end;
}
.woocommerce .woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce .woocommerce-shipping-fields__field-wrapper .form-row {
  width: 100%;
  float: none;
}
.woocommerce .woocommerce-billing-fields__field-wrapper .form-row::before, .woocommerce .woocommerce-billing-fields__field-wrapper .form-row::after,
.woocommerce .woocommerce-shipping-fields__field-wrapper .form-row::before,
.woocommerce .woocommerce-shipping-fields__field-wrapper .form-row::after {
  content: none;
}
.woocommerce .woocommerce-billing-fields__field-wrapper .form-wide,
.woocommerce .woocommerce-shipping-fields__field-wrapper .form-wide {
  grid-column: span 2;
}

.select2-container {
  height: 38px;
}

#woocommerce-checkout-form-coupon {
  display: flex;
  gap: 30px;
}
#woocommerce-checkout-form-coupon .form-row {
  float: none;
  flex: 1;
  margin: 0;
}
#woocommerce-checkout-form-coupon input[type=text] {
  height: 44px;
}
/* ----------------------------------------------------------------------- */
/* ESITO PAGAMENTO */
/* ----------------------------------------------------------------------- */
.woocommerce ul.woocommerce-thankyou-order-details {
  padding: 30px;
  margin: 0 0 30px 0;
  border: 1px solid #ccc;
}
.woocommerce ul.woocommerce-thankyou-order-details li {
  margin-bottom: 0;
}
.woocommerce ul.woocommerce-thankyou-order-details + p {
  font-size: 20px;
}

.woocommerce-bacs-bank-details {
  background-color: #f0f0f0;
  padding: 30px;
  margin: 40px 0;
}
.woocommerce-bacs-bank-details h2 {
  font-size: 30px;
  margin-bottom: 30px;
}
.woocommerce-bacs-bank-details h3 {
  font-size: 20px;
}
.woocommerce-bacs-bank-details ul.order_details {
  margin: 0;
  padding: 0;
}

.woocommerce-order-details__title {
  font-size: 30px;
  margin-bottom: 15px;
}

.woocommerce-customer-details h2 {
  font-size: 30px;
}

.woocommerce-columns--addresses {
  display: flex;
  gap: 30px;
}
.woocommerce-columns--addresses::before, .woocommerce-columns--addresses::after {
  content: none !important;
}
.woocommerce-columns--addresses .woocommerce-column {
  float: none;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.woocommerce-columns--addresses .woocommerce-column address {
  flex: 1;
  border-radius: 0;
  padding: 15px;
  box-shadow: none;
  border: 1px solid #ccc;
}
.woocommerce-columns--addresses .woocommerce-column address p {
  margin-top: 15px;
}

/* ----------------------------------------------------------------------------------------------------------------- */
/* MIO ACCOUNT */
/* ----------------------------------------------------------------------------------------------------------------- */
.woocommerce .woocommerce-customer-details address {
  border: 1px solid #ccc;
  padding: 30px;
  border-radius: 0;
}
.woocommerce a.button,
.woocommerce button.button {
  display: inline-block;
  font-size: 12px;
  font-family: "Readex Pro", sans-serif;
  font-weight: 400;
  line-height: 1;
  padding: 10px 30px;
  color: #ffffff;
  background-color: #01295f;
  border-radius: 0;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
  margin-top: 0;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  color: #ffffff;
  background-color: #86be30;
}
.woocommerce table.shop_table {
  border-collapse: collapse;
}
.woocommerce .woocommerce-column__title {
  font-size: 30px;
}
.woocommerce .woocommerce-column address {
  border-radius: 0;
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 20px;
}
.woocommerce .woocommerce-column address .woocommerce-customer-details--phone {
  margin: 10px 0;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 65%;
  margin-bottom: 90px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  margin-bottom: 90px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  color: #ffffff;
  background-color: #01295f;
  text-decoration: none;
  padding: 10px;
  margin-bottom: 10px;
  font-family: "Readex Pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 4px;
}
.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation .is-active > a {
  background-color: #86be30;
  border-color: #86be30;
  color: #ffffff;
}
.woocommerce-account .addresses .title h3 {
  float: none;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.woocommerce-account .addresses .title .edit {
  float: none;
  font-size: 14px;
  text-decoration: none;
  color: #777777;
  border: 1px solid #ccc;
  padding: 3px 12px;
  display: inline-block;
}
.woocommerce-account .addresses .title .edit:hover {
  background-color: #9fe23a;
  color: #ffffff;
  border-color: #9fe23a;
}
.woocommerce-account .addresses address {
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 20px;
}

.wc-item-meta {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #ccc;
  font-size: 14px;
  margin-top: 10px;
}

#account_display_name_description {
  font-size: 14px;
}

.woocommerce-EditAccountForm fieldset {
  margin-bottom: 30px;
}

/* ----------------------------------------------------------------------- */
/* NOTICE */
/* ----------------------------------------------------------------------- */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border: none;
  border-left: 4px solid #007cba;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  color: #007cba;
}

.woocommerce-error {
  border-left-color: #e04242;
}
.woocommerce-error::before {
  color: #e04242;
}

.woocommerce-message {
  border-left-color: #86be30;
}
.woocommerce-message::before {
  color: #86be30;
}

/* ----------------------------------------------------------------------- */
/* ARCHIVIO ARTICOLI */
/* ----------------------------------------------------------------------- */
.inner-blog {
  margin: 90px 0 30px;
}

.box-articolo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: 60px;
}
.box-articolo__immagine {
  display: block;
  overflow: hidden;
  aspect-ratio: 3/2;
}
.box-articolo__immagine img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.box-articolo__immagine:hover img {
  transform: scale(1.05);
}
.box-articolo__contenuto {
  padding-left: 60px;
}
.box-articolo__meta {
  font-size: 14px;
  display: flex;
  gap: 15px;
  color: #777777;
}
.box-articolo__meta i {
  color: #86be30;
  margin-right: 5px;
}
.box-articolo__meta a {
  color: #777777;
}
.box-articolo__categoria {
  border-left: 1px solid #ccc;
  padding-left: 10px;
}
.box-articolo__categoria a {
  text-decoration: none;
  text-transform: uppercase;
}
.box-articolo__categoria a:hover {
  text-decoration: underline;
}
.box-articolo__titolo {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  margin: 10px 0;
}
.box-articolo__titolo a {
  text-decoration: none;
}
.box-articolo__riassunto {
  font-size: 14px;
  margin-bottom: 30px;
}

.pagination {
  margin: 60px 0 0 0;
  display: flex;
  align-items: center;
  border-top: 1px solid #ccc;
  padding-top: 30px;
}
.pagination__next {
  margin-left: auto;
}

/* ----------------------------------------------------------------------- */
/* SIDEBAR */
/* ----------------------------------------------------------------------- */
.sidebar {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.sidebar .widget-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 10px;
  border-left: 2px solid #86be30;
  margin-bottom: 20px;
}

.wp-block-latest-posts {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.wp-block-latest-posts li {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin: 0;
}
.wp-block-latest-posts a {
  display: block;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
  color: #777777;
}
.wp-block-latest-posts a:hover {
  text-decoration: none;
  color: #86be30;
}
.wp-block-latest-posts time {
  display: block;
  padding-left: 35px;
  font-size: 12px;
}

.wp-block-categories {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.wp-block-categories li {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin: 0;
}
.wp-block-categories a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  color: #777777;
  display: flex;
  align-items: center;
}
.wp-block-categories a::after {
  content: "+";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  margin-left: auto;
  font-size: 14px;
}
.wp-block-categories a:hover {
  text-decoration: none;
  color: #86be30;
}

/* ----------------------------------------------------------------------- */
/* ARTICOLO SINGOLO */
/* ----------------------------------------------------------------------- */
.inner-single {
  margin: 60px 0;
}

.articolo {
  margin-right: 60px;
}
.articolo__titolo {
  margin-bottom: 20px;
}
.articolo__meta {
  margin-bottom: 40px;
  font-size: 12px;
  text-transform: uppercase;
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.articolo__categoria {
  padding-left: 5px;
  border-left: 2px solid #777777;
}
.articolo__categoria a {
  text-decoration: none;
}
.articolo__thumbnail {
  margin-bottom: 60px;
}

.gutenberg-blog ul,
.gutenberg-blog ol {
  padding-left: 30px;
  margin-bottom: 16px;
}
.gutenberg-blog ul li,
.gutenberg-blog ol li {
  padding-left: 5px;
  margin-bottom: 10px;
}
.gutenberg-blog h2:not(:first-child) {
  margin: 60px 0 10px 0;
}
.gutenberg-blog h3:not(:first-child) {
  margin: 30px 0 10px 0;
}
.gutenberg-blog h4:not(:first-child) {
  margin: 30px 0 10px 0;
}
.gutenberg-blog h5:not(:first-child) {
  margin: 30px 0 10px 0;
}
.gutenberg-blog h6:not(:first-child) {
  margin: 15px 0 0 0;
}

/* ----------------------------------------------------------------------------------------------------------------- */
/* MEDIA QUERIES */
/* ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */
/* Portrait and Landscape Smartphone - XS e SM */
/* ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */
/* Landscape Smartphone - SM */
/* ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */
/* Portrait Tablet - MD */
/* ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */
/* Netbook e Landscape Tablet - LG */
/* ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */
/* Desktop e Schermi grandi - XL */
/* ----------------------------------------------------------------------------------------------------------------- */

/*# sourceMappingURL=style.css.map */
