@charset "UTF-8";
/*
$h1 : 50px;   // titolo prodotto . 50/55 bold > 40/45
$h2 : 25px;   // titolo newsletter, titoli news . 25/30 bold
$h3 : 20px;   // sub titolo product loop (4 col) 20/25  bold > 16/24
$h4 : 18px;   // titolo product loop (5 col) . 18/24  bold
$h5 : 18px;   // p-lead, testo prodotto, autori 18/28 normal. > 16/24 
$h6 : 16px;   // bio autore, nomi autori - 16/26 normal > 16/24
$p : 14px;    // body, tag links, cat. 14/20 normal -  variante in rosso || 20% letterspacing
$small : 12px; // table th, form label. lowercace regular
*/
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body, h1, h2, h3, h4, h5, h6, p, ol, ul, small {
  margin: 0;
  padding: 0;
  font-weight: normal; }

ol, ul {
  list-style: none; }

a,
a img {
  border: 0;
  outline: none;
  background: transparent;
  text-decoration: none; }
  a:active, a:hover,
  a img:active,
  a img:hover {
    outline: 0;
    text-decoration: none; }

figure {
  margin: 0; }

/*
$h1 > titolo prodotto
$h2 > titolo newsletter, titoli news
$h3 > subtitle, product title loop (4col)
$h4 > product title loop (5col)
$h5 > p-lead, testo prodotto, autori
$h6 > bio autore, nomi autori
$p >  body, tag links, cat
$small > table th, form label
*/
:root {
  --gap: 24px;
  --gap-lg: 36px;
  --pm1: 10px;
  --pm2: 20px;
  --pm3: 40px;
  --pm4: 50px;
  --hr1: 10px;
  --hr2: 30px;
  --hr3: 70px;
  --hr4: 140px;
  --h1: 40px/45px;
  --h2: 24px/30px;
  --h3: 18px/24px;
  --h4: 16px/24px;
  --h5: 16px/24px;
  --p: 14px/20px;
  --small: 12px/20px; }

@media screen and (max-width: 768px) {
  :root {
    --gap: 30px;
    --gap-lg: 50px;
    --pm1: 10px;
    --pm2: 20px;
    --pm3: 40px;
    --pm4: 50px;
    --hr1: 10px;
    --hr2: 20px;
    --hr3: 40px;
    --hr4: 70px;
    --h1: 40px/45px;
    --h2: 24px/30px;
    --h3: 18px/24px;
    --h4: 16px/24px;
    --p: 14px/20px;
    --small: 12px/20px; } }
@media screen and (max-width: 576px) {
  :root {
    --gap: 20px;
    --gap-lg: 30px;
    --pm1: 10px;
    --pm2: 20px;
    --pm3: 40px;
    --pm4: 50px;
    --hr1: 10px;
    --hr2: 20px;
    --hr3: 40px;
    --hr4: 70px;
    --h1: 40px/45px;
    --h2: 18px/24px;
    --h3: 18px/24px;
    --h4: 16px/24px;
    --p: 14px/20px;
    --small: 12px/20px; } }
@font-face {
  font-family: 'Uivo-Regular';
  src: url("../fonts/Uivo-Regular.woff") format("woff"), url("../fonts/Uivo-Regular.woff2") format("woff2");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal; }
@font-face {
  font-family: 'Uivo-Bold';
  src: url("../fonts/Uivo-Bold.woff") format("woff"), url("../fonts/Uivo-Bold.woff2") format("woff2");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal; }
.limit {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }

header,
footer,
main {
  position: relative;
  width: 100%; }

.row {
  display: flex;
  flex-wrap: wrap; }
  .row.gap {
    margin-right: 0;
    margin-left: calc(-1 * var(--gap)); }
    .row.gap > div {
      padding-left: var(--gap); }

.row > div {
  width: 100%; }

.row > div,
.row > li,
.row > a,
.row .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
.row .col-fit {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

@media screen and (max-width: 1000px) {
  .md-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .md-col-fit {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; } }
@media screen and (max-width: 768px) {
  .sm-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .sm-col-fit {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; } }
@media screen and (max-width: 576px) {
  .xs-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .xs-col-fit {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; } }
.row .col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.row .col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

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

.row .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.row .col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

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

.row .col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.row .col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

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

.row .col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.row .col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

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

@media screen and (max-width: 1000px) {
  .row .md-col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .row .md-col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .row .md-col-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .row .md-col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row .md-col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .row .md-col-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .row .md-col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .row .md-col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .row .md-col-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .row .md-col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .row .md-col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .row .md-col-12 {
    flex: 0 0 100%;
    max-width: 100%; } }
@media screen and (max-width: 768px) {
  .row .sm-col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .row .sm-col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .row .sm-col-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .row .sm-col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row .sm-col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .row .sm-col-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .row .sm-col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .row .sm-col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .row .sm-col-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .row .sm-col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .row .sm-col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .row .sm-col-12 {
    flex: 0 0 100%;
    max-width: 100%; } }
@media screen and (max-width: 576px) {
  .row .xs-col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .row .xs-col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .row .xs-col-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .row .xs-col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row .xs-col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .row .xs-col-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .row .xs-col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .row .xs-col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .row .xs-col-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .row .xs-col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .row .xs-col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .row .xs-col-12 {
    flex: 0 0 100%;
    max-width: 100%; } }
.flex {
  display: flex;
  align-items: flex-start; }
  .flex.gap {
    gap: var(--gap); }
  .flex.gap-lg {
    gap: var(--gap-lg); }

.item-top {
  align-items: flex-start; }

.item-middle {
  align-items: center; }

.item-center {
  justify-content: center; }

.item-left {
  justify-content: flex-start; }

.item-right {
  justify-content: flex-end; }

.item-bottom {
  align-items: flex-end; }

.item-around {
  justify-content: space-around;
  align-content: space-around; }

.item-between {
  justify-content: space-between; }

.item-column {
  flex-direction: column; }
  .item-column.item-center {
    align-items: center; }
  .item-column.item-right {
    align-items: flex-end; }

@media screen and (max-width: 1000px) {
  .md-item-center {
    justify-content: center; }

  .md-item-left {
    justify-content: flex-start; }

  .md-item-right {
    justify-content: flex-end; }

  .md-item-column {
    flex-direction: column; }
    .md-item-column.md-item-center {
      align-items: center; }
    .md-item-column.md-item-right {
      align-items: flex-end; }

  .md-item-bottom {
    align-items: flex-end; } }
@media screen and (max-width: 768px) {
  .sm-item-center {
    justify-content: center; }

  .sm-item-left {
    justify-content: flex-start; }

  .sm-item-right {
    justify-content: flex-end; }

  .sm-item-column {
    flex-direction: column; }
    .sm-item-column.sm-item-center {
      align-items: center; }
    .sm-item-column.sm-item-right {
      align-items: flex-end; }

  .sm-item-bottom {
    align-items: flex-end; } }
@media screen and (max-width: 576px) {
  .xs-item-center {
    justify-content: center; }

  .xs-item-left {
    justify-content: flex-start; }

  .xs-item-right {
    justify-content: flex-end; }

  .xs-item-column {
    flex-direction: column; }
    .xs-item-column.xs-item-center {
      align-items: center; }

  .xs-item-bottom {
    align-items: flex-end; } }
.item-reverse {
  flex-direction: row-reverse; }

.item-column.item-reverse {
  flex-direction: column-reverse; }

@media screen and (max-width: 1000px) {
  .md-item-reverse {
    flex-direction: row-reverse; }

  .md-item-column.item-reverse {
    flex-direction: column-reverse; } }
@media screen and (max-width: 768px) {
  .sm-item-reverse {
    flex-direction: row-reverse; }

  .sm-item-column.item-reverse {
    flex-direction: column-reverse; } }
@media screen and (max-width: 576px) {
  .xs-item-reverse {
    flex-direction: row-reverse; }

  .xs-item-column.xs-item-reverse {
    flex-direction: column-reverse; } }
.static {
  position: static !important; }

.sticky {
  position: sticky;
  top: 0; }

.relative {
  position: relative; }

.fixed {
  position: fixed; }

.absolute {
  position: absolute; }

.hide {
  display: none; }

.show,
.block {
  display: block; }

@media screen and (max-width: 1000px) {
  .md-hide {
    display: none; }

  .md-show {
    display: block; }

  .md-flex {
    display: flex; } }
@media screen and (max-width: 768px) {
  .sm-hide {
    display: none; }

  .sm-show {
    display: block; }

  .sm-flex {
    display: flex; } }
@media screen and (max-width: 576px) {
  .xs-hide {
    display: none; }

  .xs-show {
    display: block; }

  .xs-flex {
    display: flex; } }
.grid {
  display: grid; }
  .grid.gap {
    gap: var(--gap); }
  .grid.gap-lg {
    gap: var(--gap-lg); }

.grid-2 {
  grid-template-columns: repeat(2, 1fr); }

.grid-3 {
  grid-template-columns: repeat(3, 1fr); }

.grid-4 {
  grid-template-columns: repeat(4, 1fr); }

.grid-5 {
  grid-template-columns: repeat(5, 1fr); }

.grid-6 {
  grid-template-columns: repeat(6, 1fr); }

@media screen and (max-width: 1000px) {
  .md-grid-1 {
    grid-template-columns: repeat(1, 1fr); }

  .md-grid-2 {
    grid-template-columns: repeat(2, 1fr); }

  .md-grid-3 {
    grid-template-columns: repeat(3, 1fr); }

  .md-grid-4 {
    grid-template-columns: repeat(4, 1fr); }

  .md-grid-5 {
    grid-template-columns: repeat(5, 1fr); }

  .md-grid-6 {
    grid-template-columns: repeat(6, 1fr); } }
@media screen and (max-width: 768px) {
  .sm-grid-1 {
    grid-template-columns: repeat(1, 1fr); }

  .sm-grid-2 {
    grid-template-columns: repeat(2, 1fr); }

  .sm-grid-3 {
    grid-template-columns: repeat(3, 1fr); }

  .sm-grid-4 {
    grid-template-columns: repeat(4, 1fr); }

  .sm-grid-5 {
    grid-template-columns: repeat(5, 1fr); }

  .sm-grid-6 {
    grid-template-columns: repeat(6, 1fr); } }
@media screen and (max-width: 576px) {
  .xs-grid-1 {
    grid-template-columns: repeat(1, 1fr); }

  .xs-grid-2 {
    grid-template-columns: repeat(2, 1fr); }

  .xs-grid-3 {
    grid-template-columns: repeat(3, 1fr); }

  .xs-grid-4 {
    grid-template-columns: repeat(4, 1fr); }

  .xs-grid-5 {
    grid-template-columns: repeat(5, 1fr); }

  .xs-grid-6 {
    grid-template-columns: repeat(6, 1fr); } }
.grid.row-afa {
  grid-template-rows: auto 1fr auto; }
.grid.row-af {
  grid-template-rows: auto 1fr; }
.grid.row-fa {
  grid-template-rows: 1fr auto; }
.grid.col-afa {
  grid-template-columns: auto 1fr auto; }
.grid.col-af {
  grid-template-columns: auto 1fr; }
.grid.col-fa {
  grid-template-columns: 1fr auto; }

.grid.row-2 {
  grid-template-rows: repeat(2, 1fr); }
.grid.row-3 {
  grid-template-rows: repeat(3, 1fr); }
.grid.row-4 {
  grid-template-rows: repeat(4, 1fr); }
.grid.row-5 {
  grid-template-rows: repeat(5, 1fr); }
.grid.col-2 {
  grid-template-columns: repeat(2, 1fr); }
.grid.col-3 {
  grid-template-columns: repeat(3, 1fr); }
.grid.col-4 {
  grid-template-columns: repeat(4, 1fr); }
.grid.col-5 {
  grid-template-columns: repeat(5, 1fr); }
.grid.col-6 {
  grid-template-columns: repeat(6, 1fr); }

.p-1 {
  padding: var(--pm1); }

.pt-1, .py-1 {
  padding-top: var(--pm1); }

.pr-1, .px-1 {
  padding-right: var(--pm1); }

.pb-1, .py-1 {
  padding-bottom: var(--pm1); }

.pl-1, .px-1 {
  padding-left: var(--pm1); }

.m-1 {
  margin: var(--pm1); }

.mt-1, .my-1 {
  margin-top: var(--pm1); }

.mr-1, .mx-1 {
  margin-right: var(--pm1); }

.mb-1, .my-1 {
  margin-bottom: var(--pm1); }

.ml-1, .mx-1 {
  margin-left: var(--pm1); }

.p-2 {
  padding: var(--pm2); }

.pt-2, .py-2 {
  padding-top: var(--pm2); }

.pr-2, .px-2 {
  padding-right: var(--pm2); }

.pb-2, .py-2 {
  padding-bottom: var(--pm2); }

.pl-2, .px-2 {
  padding-left: var(--pm2); }

.m-2 {
  margin: var(--pm2); }

.mt-2, .my-2 {
  margin-top: var(--pm2); }

.mr-2, .mx-2 {
  margin-right: var(--pm2); }

.mb-2, .my-2 {
  margin-bottom: var(--pm2); }

.ml-2, .mx-2 {
  margin-left: var(--pm2); }

.p-3 {
  padding: var(--pm3); }

.pt-3, .py-3 {
  padding-top: var(--pm3); }

.pr-3, .px-3 {
  padding-right: var(--pm3); }

.pb-3, .py-3 {
  padding-bottom: var(--pm3); }

.pl-3, .px-3 {
  padding-left: var(--pm3); }

.m-3 {
  margin: var(--pm3); }

.mt-3, .my-3 {
  margin-top: var(--pm3); }

.mr-3, .mx-3 {
  margin-right: var(--pm3); }

.mb-3, .my-3 {
  margin-bottom: var(--pm3); }

.ml-3, .mx-3 {
  margin-left: var(--pm3); }

.p-4 {
  padding: var(--pm4); }

.pt-4, .py-4 {
  padding-top: var(--pm4); }

.pr-4, .px-4 {
  padding-right: var(--pm4); }

.pb-4, .py-4 {
  padding-bottom: var(--pm4); }

.pl-4, .px-4 {
  padding-left: var(--pm4); }

.m-4 {
  margin: var(--pm4); }

.mt-4, .my-4 {
  margin-top: var(--pm4); }

.mr-4, .mx-4 {
  margin-right: var(--pm4); }

.mb-4, .my-4 {
  margin-bottom: var(--pm4); }

.ml-4, .mx-4 {
  margin-left: var(--pm4); }

@media screen and (max-width: 1000px) {
  .md-p-1 {
    padding: var(--pm1); }

  .md-pt-1, .md-py-1 {
    padding-top: var(--pm1); }

  .md-pr-1, .md-px-1 {
    padding-right: var(--pm1); }

  .md-pb-1, .md-py-1 {
    padding-bottom: var(--pm1); }

  .md-pl-1, .md-px-1 {
    padding-left: var(--pm1); }

  .md-m-1 {
    margin: var(--pm1); }

  .md-mt-1, .md-my-1 {
    margin-top: var(--pm1); }

  .md-mr-1, .md-mx-1 {
    margin-right: var(--pm1); }

  .md-mb-1, .md-my-1 {
    margin-bottom: var(--pm1); }

  .md-ml-1, .md-mx-1 {
    margin-left: var(--pm1); }

  .md-p-2 {
    padding: var(--pm2); }

  .md-pt-2, .md-py-2 {
    padding-top: var(--pm2); }

  .md-pr-2, .md-px-2 {
    padding-right: var(--pm2); }

  .md-pb-2, .md-py-2 {
    padding-bottom: var(--pm2); }

  .md-pl-2, .md-px-2 {
    padding-left: var(--pm2); }

  .md-m-2 {
    margin: var(--pm2); }

  .md-mt-2, .md-my-2 {
    margin-top: var(--pm2); }

  .md-mr-2, .md-mx-2 {
    margin-right: var(--pm2); }

  .md-mb-2, .md-my-2 {
    margin-bottom: var(--pm2); }

  .md-ml-2, .md-mx-2 {
    margin-left: var(--pm2); }

  .md-p-3 {
    padding: var(--pm3); }

  .md-pt-3, .md-py-3 {
    padding-top: var(--pm3); }

  .md-pr-3, .md-px-3 {
    padding-right: var(--pm3); }

  .md-pb-3, .md-py-3 {
    padding-bottom: var(--pm3); }

  .md-pl-3, .md-px-3 {
    padding-left: var(--pm3); }

  .md-m-3 {
    margin: var(--pm3); }

  .md-mt-3, .md-my-3 {
    margin-top: var(--pm3); }

  .md-mr-3, .md-mx-3 {
    margin-right: var(--pm3); }

  .md-mb-3, .md-my-3 {
    margin-bottom: var(--pm3); }

  .md-ml-3, .md-mx-3 {
    margin-left: var(--pm3); }

  .md-p-4 {
    padding: var(--pm4); }

  .md-pt-4, .md-py-4 {
    padding-top: var(--pm4); }

  .md-pr-4, .md-px-4 {
    padding-right: var(--pm4); }

  .md-pb-4, .md-py-4 {
    padding-bottom: var(--pm4); }

  .md-pl-4, .md-px-4 {
    padding-left: var(--pm4); }

  .md-m-4 {
    margin: var(--pm4); }

  .md-mt-4, .md-my-4 {
    margin-top: var(--pm4); }

  .md-mr-4, .md-mx-4 {
    margin-right: var(--pm4); }

  .md-mb-4, .md-my-4 {
    margin-bottom: var(--pm4); }

  .md-ml-4, .md-mx-4 {
    margin-left: var(--pm4); }

  .md-p-0 {
    padding: 0; } }
@media screen and (max-width: 768px) {
  .sm-p-1 {
    padding: var(--pm1); }

  .sm-pt-1, .sm-py-1 {
    padding-top: var(--pm1); }

  .sm-pr-1, .sm-px-1 {
    padding-right: var(--pm1); }

  .sm-pb-1, .sm-py-1 {
    padding-bottom: var(--pm1); }

  .sm-pl-1, .sm-px-1 {
    padding-left: var(--pm1); }

  .sm-m-1 {
    margin: var(--pm1); }

  .sm-mt-1, .sm-my-1 {
    margin-top: var(--pm1); }

  .sm-mr-1, .sm-mx-1 {
    margin-right: var(--pm1); }

  .sm-mb-1, .sm-my-1 {
    margin-bottom: var(--pm1); }

  .sm-ml-1, .sm-mx-1 {
    margin-left: var(--pm1); }

  .sm-p-2 {
    padding: var(--pm2); }

  .sm-pt-2, .sm-py-2 {
    padding-top: var(--pm2); }

  .sm-pr-2, .sm-px-2 {
    padding-right: var(--pm2); }

  .sm-pb-2, .sm-py-2 {
    padding-bottom: var(--pm2); }

  .sm-pl-2, .sm-px-2 {
    padding-left: var(--pm2); }

  .sm-m-2 {
    margin: var(--pm2); }

  .sm-mt-2, .sm-my-2 {
    margin-top: var(--pm2); }

  .sm-mr-2, .sm-mx-2 {
    margin-right: var(--pm2); }

  .sm-mb-2, .sm-my-2 {
    margin-bottom: var(--pm2); }

  .sm-ml-2, .sm-mx-2 {
    margin-left: var(--pm2); }

  .sm-p-3 {
    padding: var(--pm3); }

  .sm-pt-3, .sm-py-3 {
    padding-top: var(--pm3); }

  .sm-pr-3, .sm-px-3 {
    padding-right: var(--pm3); }

  .sm-pb-3, .sm-py-3 {
    padding-bottom: var(--pm3); }

  .sm-pl-3, .sm-px-3 {
    padding-left: var(--pm3); }

  .sm-m-3 {
    margin: var(--pm3); }

  .sm-mt-3, .sm-my-3 {
    margin-top: var(--pm3); }

  .sm-mr-3, .sm-mx-3 {
    margin-right: var(--pm3); }

  .sm-mb-3, .sm-my-3 {
    margin-bottom: var(--pm3); }

  .sm-ml-3, .sm-mx-3 {
    margin-left: var(--pm3); }

  .sm-p-4 {
    padding: var(--pm4); }

  .sm-pt-4, .sm-py-4 {
    padding-top: var(--pm4); }

  .sm-pr-4, .sm-px-4 {
    padding-right: var(--pm4); }

  .sm-pb-4, .sm-py-4 {
    padding-bottom: var(--pm4); }

  .sm-pl-4, .sm-px-4 {
    padding-left: var(--pm4); }

  .sm-m-4 {
    margin: var(--pm4); }

  .sm-mt-4, .sm-my-4 {
    margin-top: var(--pm4); }

  .sm-mr-4, .sm-mx-4 {
    margin-right: var(--pm4); }

  .sm-mb-4, .sm-my-4 {
    margin-bottom: var(--pm4); }

  .sm-ml-4, .sm-mx-4 {
    margin-left: var(--pm4); }

  .sm-p-0 {
    padding: 0; } }
@media screen and (max-width: 576px) {
  .xs-p-1 {
    padding: var(--pm1); }

  .xs-pt-1, .xs-py-1 {
    padding-top: var(--pm1); }

  .xs-pr-1, .xs-px-1 {
    padding-right: var(--pm1); }

  .xs-pb-1, .xs-py-1 {
    padding-bottom: var(--pm1); }

  .xs-pl-1, .xs-px-1 {
    padding-left: var(--pm1); }

  .xs-m-1 {
    margin: var(--pm1); }

  .xs-mt-1, .xs-my-1 {
    margin-top: var(--pm1); }

  .xs-mr-1, .xs-mx-1 {
    margin-right: var(--pm1); }

  .xs-mb-1, .xs-my-1 {
    margin-bottom: var(--pm1); }

  .xs-ml-1, .xs-mx-1 {
    margin-left: var(--pm1); }

  .xs-p-2 {
    padding: var(--pm2); }

  .xs-pt-2, .xs-py-2 {
    padding-top: var(--pm2); }

  .xs-pr-2, .xs-px-2 {
    padding-right: var(--pm2); }

  .xs-pb-2, .xs-py-2 {
    padding-bottom: var(--pm2); }

  .xs-pl-2, .xs-px-2 {
    padding-left: var(--pm2); }

  .xs-m-2 {
    margin: var(--pm2); }

  .xs-mt-2, .xs-my-2 {
    margin-top: var(--pm2); }

  .xs-mr-2, .xs-mx-2 {
    margin-right: var(--pm2); }

  .xs-mb-2, .xs-my-2 {
    margin-bottom: var(--pm2); }

  .xs-ml-2, .xs-mx-2 {
    margin-left: var(--pm2); }

  .xs-p-3 {
    padding: var(--pm3); }

  .xs-pt-3, .xs-py-3 {
    padding-top: var(--pm3); }

  .xs-pr-3, .xs-px-3 {
    padding-right: var(--pm3); }

  .xs-pb-3, .xs-py-3 {
    padding-bottom: var(--pm3); }

  .xs-pl-3, .xs-px-3 {
    padding-left: var(--pm3); }

  .xs-m-3 {
    margin: var(--pm3); }

  .xs-mt-3, .xs-my-3 {
    margin-top: var(--pm3); }

  .xs-mr-3, .xs-mx-3 {
    margin-right: var(--pm3); }

  .xs-mb-3, .xs-my-3 {
    margin-bottom: var(--pm3); }

  .xs-ml-3, .xs-mx-3 {
    margin-left: var(--pm3); }

  .xs-p-4 {
    padding: var(--pm4); }

  .xs-pt-4, .xs-py-4 {
    padding-top: var(--pm4); }

  .xs-pr-4, .xs-px-4 {
    padding-right: var(--pm4); }

  .xs-pb-4, .xs-py-4 {
    padding-bottom: var(--pm4); }

  .xs-pl-4, .xs-px-4 {
    padding-left: var(--pm4); }

  .xs-m-4 {
    margin: var(--pm4); }

  .xs-mt-4, .xs-my-4 {
    margin-top: var(--pm4); }

  .xs-mr-4, .xs-mx-4 {
    margin-right: var(--pm4); }

  .xs-mb-4, .xs-my-4 {
    margin-bottom: var(--pm4); }

  .xs-ml-4, .xs-mx-4 {
    margin-left: var(--pm4); }

  .xs-p-0 {
    padding: 0; } }
hr {
  height: 0;
  display: block;
  clear: both;
  border: none;
  margin: 0; }
  hr:after {
    content: '';
    clear: both; }

.hr-1 {
  height: var(--hr1); }

.hr-2 {
  height: var(--hr2); }

.hr-3 {
  height: var(--hr3); }

.hr-4 {
  height: var(--hr4); }

@media screen and (max-width: 1000px) {
  .md-hr-1 {
    height: var(--hr1); }

  .md-hr-2 {
    height: var(--hr2); }

  .md-hr-3 {
    height: var(--hr3); }

  .md-hr-4 {
    height: var(--hr4); } }
@media screen and (max-width: 768px) {
  .sm-hr-1 {
    height: var(--hr1); }

  .sm-hr-2 {
    height: var(--hr2); }

  .sm-hr-3 {
    height: var(--hr3); }

  .sm-hr-4 {
    height: var(--hr4); } }
@media screen and (max-width: 576px) {
  .xs-hr-1 {
    height: var(--hr1); }

  .xs-hr-2 {
    height: var(--hr2); }

  .xs-hr-3 {
    height: var(--hr3); }

  .xs-hr-4 {
    height: var(--hr4); } }
hr.line {
  position: relative; }
  hr.line:after {
    border-bottom: 1px solid #aaaaaa;
    width: 100%;
    position: absolute;
    height: 0px;
    top: 50%;
    left: 0;
    margin-top: -0.5px; }

.vhr-100 {
  height: 100vh; }

.vh-min-100 {
  min-height: 100vh; }

.hr-100 {
  height: 100%; }

.w-100 {
  width: 100%; }

.hover:hover {
  opacity: 0.6;
  cursor: pointer; }

.underline {
  text-decoration: underline; }
  .underline:hover {
    text-decoration: underline; }

.nolink,
.nolink:hover {
  cursor: default;
  opacity: 1; }

.ic-x2 {
  font-size: 18px; }

.ic-x3 {
  font-size: 24px; }

.ic-x4 {
  font-size: 32px; }

.text-left {
  text-align: left; }

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

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

.uppercase {
  text-transform: uppercase; }

@media screen and (max-width: 1000px) {
  .md-text-left {
    text-align: left; }

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

  .md-text-right {
    text-align: right; } }
@media screen and (max-width: 768px) {
  .sm-text-left {
    text-align: left; }

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

  .sm-text-right {
    text-align: right; } }
@media screen and (max-width: 576px) {
  .xs-text-left {
    text-align: left; }

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

  .xs-text-right {
    text-align: right; } }
.r-1-1,
.r-1-1 img {
  aspect-ratio: 1 / 1; }

.r-4-3,
.r-4-3 img {
  aspect-ratio: 4 / 3; }

.r-3-4,
.r-3-4 img {
  aspect-ratio: 3 / 4; }

.r-16-9,
.r-16-9 img {
  aspect-ratio: 16 / 9; }

.r-16-5,
.r-16-5 img {
  aspect-ratio: 16 / 5; }

.r-5-7,
.r-5-7 img {
  aspect-ratio: 5 / 7; }

@supports not (aspect-ratio: auto) {
  .r-1-1,
  .r-3-4,
  .r-4-3,
  .r-16-9,
  .r-5-7,
  .r-16-5 {
    height: 0;
    position: relative;
    overflow: hidden; }
    .r-1-1 img,
    .r-3-4 img,
    .r-4-3 img,
    .r-16-9 img,
    .r-5-7 img,
    .r-16-5 img {
      position: absolute;
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0; }

  .r-1-1 {
    padding-top: 100%; }

  .r-4-3 {
    padding-top: 75%; }

  .r-3-4 {
    padding-top: 125%; }

  .r-16-9 {
    padding-top: 56.25%; }

  .r-5-7 {
    padding-top: 140%; }

  .r-16-5 {
    padding-top: 31.25%; } }
.img-cover {
  position: relative; }
  .img-cover img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    object-fit: cover; }

.fit-cover,
.fit-cover img {
  object-fit: cover; }

.fit-contain,
.fit-contain img {
  object-fit: contain; }

.fit-cover img,
.fit-contain img {
  height: 100%;
  width: 100%; }

.img-resize,
.img-resize img {
  width: 100%;
  display: block;
  height: auto; }

.wp-block-embed .wp-block-embed__wrapper,
.vid-resize,
.map-resize {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .wp-block-embed .wp-block-embed__wrapper iframe,
  .wp-block-embed .wp-block-embed__wrapper object,
  .wp-block-embed .wp-block-embed__wrapper embed,
  .wp-block-embed .wp-block-embed__wrapper video,
  .vid-resize iframe,
  .vid-resize object,
  .vid-resize embed,
  .vid-resize video,
  .map-resize iframe,
  .map-resize object,
  .map-resize embed,
  .map-resize video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

h1, h2, h3, h4, h5, h6, p, small,
button, input, textarea, .hover, .transition {
  transition: all .5s ease; }

@font-face {
  font-family: "ic-manif";
  src: url("../fonts/ic-manif/ic-manif.eot?923wsa");
  src: url("../fonts/ic-manif/ic-manif.eot?923wsa#iefix") format("embedded-opentype"), url("../fonts/ic-manif/ic-manif.ttf?923wsa") format("truetype"), url("../fonts/ic-manif/ic-manif.woff?923wsa") format("woff"), url("../fonts/ic-manif/ic-manif.svg?923wsa#ic-manif") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
.ic {
  font-family: "ic-manif" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ic-logo:before {
  content: "\e922"; }

.ic-bars:before {
  content: "\e900"; }

.ic-times:before {
  content: "\e901"; }

.ic-search:before {
  content: "\e902"; }

.ic-check:before {
  content: "\e903"; }

.ic-angle-down:before {
  content: "\e904"; }

.ic-angle-left:before {
  content: "\e905"; }

.ic-angle-right:before {
  content: "\e906"; }

.ic-angle-up:before {
  content: "\e907"; }

.ic-arrow-down:before {
  content: "\e908"; }

.ic-arrow-left:before {
  content: "\e909"; }

.ic-arrow-right:before {
  content: "\e90a"; }

.ic-arrow-up:before {
  content: "\e90b"; }

.ic-caret-down:before {
  content: "\e90c"; }

.ic-caret-up:before {
  content: "\e90d"; }

.ic-download:before {
  content: "\e90e"; }

.ic-envelope:before {
  content: "\e90f"; }

.ic-exclamation:before {
  content: "\e910"; }

.ic-file:before {
  content: "\e911"; }

.ic-filter:before {
  content: "\e912"; }

.ic-info:before {
  content: "\e913"; }

.ic-link:before {
  content: "\e914"; }

.ic-lock:before {
  content: "\e915"; }

.ic-map:before {
  content: "\e916"; }

.ic-minus:before {
  content: "\e917"; }

.ic-plus:before {
  content: "\e918"; }

.ic-power-off:before {
  content: "\e919"; }

.ic-sort:before {
  content: "\e91a"; }

.ic-user:before {
  content: "\e923"; }

.ic-cart:before {
  content: "\e924"; }

.ic-play:before {
  content: "\e925"; }

.ic-instagram:before {
  content: "\e91b"; }

.ic-facebook:before {
  content: "\e91c"; }

.ic-user-manif:before {
  content: "\e926"; }

.ic-cart-manif:before {
  content: "\e927"; }

.ic-search-manif:before {
  content: "\e928"; }

.ic-star-manif:before {
  content: "\e929"; }

.ic-arrow-up-manif:before {
  content: "\e92a"; }

.ic-arrow-right-manif:before {
  content: "\e92b"; }

.ic-arrow-down-manif:before {
  content: "\e92c"; }

.ic-arrow-left-manif:before {
  content: "\e92d"; }

.ic-twitter:before {
  content: "\e91d"; }

.ic-pinterest:before {
  content: "\e91e"; }

.ic-vimeo:before {
  content: "\e91f"; }

.ic-youtube:before {
  content: "\e920"; }

.ic-linkedin:before {
  content: "\e921"; }

body.menu-active {
  overflow: hidden; }

.sp-menu {
  opacity: 1;
  overflow: auto;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  bottom: 0;
  position: fixed;
  background-color: #000000;
  transition: all ease .3s;
  z-index: -1; }
  .sp-menu .wrap {
    padding: var(--gap);
    min-height: 100%;
    width: 100%; }
  .sp-menu.active {
    left: 0;
    top: 0;
    min-height: 100%;
    width: 100%;
    opacity: 1;
    z-index: 9999; }
  .sp-menu .close {
    top: var(--gap);
    right: var(--gap);
    z-index: 1; }
  .sp-menu .head,
  .sp-menu .body,
  .sp-menu .foot {
    width: 100%; }

.modal {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 99999;
  transition: all ease .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0; }
  .modal .modal-inner {
    width: 50%;
    min-height: 50vh;
    background-color: #fff; }
  .modal.active {
    width: 100%;
    height: 100%;
    opacity: 1; }
  .modal.full .modal-inner {
    width: 100%;
    height: 100%;
    background-color: transparent; }

.entry em, .entry i {
  font-style: italic; }
.entry b, .entry strong {
  font-weight: bold; }
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
  margin-bottom: 18px; }
.entry p + p,
.entry p + ul {
  padding-top: 18px; }
.entry p + h1,
.entry p + h2,
.entry p + figure {
  margin-top: 48px; }
.entry ul li {
  list-style-type: disc; }
.entry ol li {
  list-style-type: decimal; }
.entry ul,
.entry ol {
  margin-left: 16px;
  padding-bottom: 18px; }
.entry a,
.entry a:hover {
  text-decoration: underline; }
.entry sup {
  font-size: 11px;
  vertical-align: super; }
.entry img {
  max-width: 100%;
  height: auto; }
.entry figure {
  width: 100%;
  margin-bottom: 24px; }
  .entry figure img {
    padding-bottom: 18px; }
.entry figcaption {
  padding-top: 18px;
  font-size: var(--small); }
  @media screen and (max-width: 768px) {
    .entry figcaption {
      padding-top: 0; } }
.entry table {
  margin-top: 18px;
  margin-bottom: 18px; }

.entry p img.alignleft,
.entry figure.alignleft {
  margin: 0 48px 48px 0;
  float: left; }
.entry p img.alignright,
.entry figure.alignright {
  margin: 0 0 48px 48px;
  float: right; }
@media screen and (max-width: 768px) {
  .entry figure {
    width: 100% !important; }
  .entry p img.alignright,
  .entry figure.alignright,
  .entry p img.alignleft,
  .entry figure.alignleft {
    margin: 0 0 48px 0;
    float: none; }
  .entry img {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 24px 0; } }

label {
  display: inline-block;
  padding-bottom: 6px;
  font-size: var(--small); }

fieldset {
  margin: 24px 0;
  padding: 0;
  border: 0; }

legend {
  font-weight: bold;
  margin-bottom: 20px; }

select {
  border: 1px solid #aaaaaa;
  color: #000000;
  border-radius: 0;
  background-color: transparent;
  width: 100%;
  height: 40px;
  padding: 12px 10px;
  background-color: #fff;
  padding: 0 12px; }

textarea {
  padding: 12px 12px;
  border: 1px solid #aaaaaa;
  color: #000000;
  border-radius: 0;
  background-color: transparent;
  width: 100%;
  height: 40px;
  padding: 12px 10px;
  background-color: #fff;
  font-family: inherit;
  min-height: 70px;
  font-size: var(--p); }

input:autofill {
  background: transparent; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="date"],
input[type="tel"] {
  border: 1px solid #aaaaaa;
  color: #000000;
  border-radius: 0;
  background-color: transparent;
  width: 100%;
  height: 40px;
  padding: 12px 10px;
  background-color: #fff; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="search"]:focus,
  input[type="date"]:focus,
  input[type="tel"]:focus {
    outline: 0; }

input[type="number"] {
  height: 40px;
  padding-left: 12px;
  width: 60px; }

button {
  border-radius: 0;
  display: inline-block;
  text-decoration: none;
  border: 0;
  border: 1px solid #000000;
  cursor: pointer; }

input::placeholder {
  color: #000000; }

.checkbox-custom {
  display: block;
  position: relative;
  cursor: pointer;
  user-select: none;
  padding: 0 30px 0 0; }
  .checkbox-custom input {
    opacity: 0;
    height: 0;
    width: 0; }
    .checkbox-custom input.error {
      margin-bottom: 40px; }
      .checkbox-custom input.error ~ i {
        border: 1px solid #FE0A0A !important; }
  .checkbox-custom i {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border: 1px solid #aaaaaa; }
    .checkbox-custom i:after {
      content: "\e903";
      position: absolute;
      font-family: "ic-manif";
      opacity: 0;
      top: 4px;
      left: 5px;
      z-index: 1;
      color: #fff;
      font-size: 16px;
      font-style: normal; }
  .checkbox-custom input:checked ~ i {
    background-color: #000;
    border: 1px solid #000; }
    .checkbox-custom input:checked ~ i:after {
      opacity: 1; }
  .checkbox-custom label.error {
    position: absolute;
    top: 30px;
    width: 200px; }

.switch {
  display: flex;
  gap: 12px;
  align-items: center; }
  .switch input[type=checkbox] {
    display: none; }
  .switch input:checked + label {
    background: #FE0A0A; }
    .switch input:checked + label:after {
      left: calc(100% - 4px);
      transform: translateX(-100%); }
  .switch label {
    cursor: pointer;
    text-indent: -9999px;
    width: 48px;
    height: 24px;
    background: #000000;
    display: block;
    border-radius: 40px;
    position: relative; }
    .switch label:after {
      content: '';
      position: absolute;
      top: 4px;
      left: 4px;
      width: 16px;
      height: 16px;
      background: #fff;
      border-radius: 48px;
      transition: 0.3s; }

.bg-dark input,
.bg-dark select,
.bg-dark textarea {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 0;
  background-color: transparent;
  width: 100%; }
.bg-dark input::placeholder {
  color: #fff; }
.bg-dark .switch input:checked + label {
  background: #000000;
  opacity: 1; }
.bg-dark .switch label {
  background: #000000;
  opacity: 0.4; }
  .bg-dark .switch label:after {
    background: #fff; }

input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none; }

.btn a,
button a {
  text-decoration: none !important; }

.btn,
input[type="button"],
input[type="submit"],
button {
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
  text-align: center;
  user-select: none;
  padding: 0 24px;
  cursor: pointer;
  border: 1px solid transparent;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0; }
  .btn:hover,
  input[type="button"]:hover,
  input[type="submit"]:hover,
  button:hover {
    opacity: 1; }
  .btn:focus,
  input[type="button"]:focus,
  input[type="submit"]:focus,
  button:focus {
    box-shadow: 0 0 0 4px rgba(60, 74, 84, 0.1) !important; }
  .btn.disabled, .btn:disabled,
  input[type="button"].disabled,
  input[type="button"]:disabled,
  input[type="submit"].disabled,
  input[type="submit"]:disabled,
  button.disabled,
  button:disabled {
    opacity: 0.6;
    cursor: not-allowed; }

.btn.btn-primary {
  font-size: var(--p);
  background-color: #000000;
  color: #fff;
  border-color: transparent; }
  .btn.btn-primary:hover {
    background-color: #FE0A0A; }

.btn.btn-secondary {
  font-size: var(--p);
  background-color: transparent;
  color: #000000;
  border-color: #000000; }

.btn.btn-thertiary {
  font-size: var(--p);
  background-color: #FE0A0A;
  color: #fff;
  border-color: transparent; }

.btn.block {
  width: 100%; }

.btn-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0; }

.bg-dark .btn
button,
.bg-dark input[type="button"],
.bg-dark input[type="submit"] {
  font-size: var(--p);
  color: #fff;
  background-color: transparent;
  border-color: #fff; }
.bg-dark .btn-secondary {
  font-size: var(--p);
  color: #fff;
  background-color: transparent;
  border-color: #fff; }
.bg-dark .btn-icon {
  font-size: var(--p);
  color: #fff;
  background-color: transparent;
  border-color: #fff; }

.text-key-1 {
  color: #000000; }

.text-key-2 {
  color: #FE0A0A; }

.text-white {
  color: #fff; }

.text-black {
  color: #000; }

.text-success {
  color: #4BB867; }

.text-error {
  color: #D94F4F; }

.bg-key-1 {
  background-color: #000000; }

.bg-key-2 {
  background-color: #FE0A0A; }

.bg-key-3 {
  background-color: #f2f2f2; }

.bg-key-4 {
  background-color: #E85A4F; }

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

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

.bg-success {
  background-color: #4BB867; }

.bg-error {
  background-color: #D94F4F; }

.bg-dark *,
.bg-dark a {
  color: #fff; }
.bg-dark a:hover,
.bg-dark input,
.bg-dark i {
  color: inherit; }
.bg-dark hr.line:after {
  border-color: #fff; }

.filter-white {
  filter: brightness(0) invert(1); }

.filter-multiply {
  mix-blend-mode: multiply; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0; }

thead,
tbody {
  margin: 0;
  padding: 0; }

th,
td {
  padding: 10px;
  font-size: inherit;
  text-align: left;
  vertical-align: middle; }

body#error-page .loading {
  display: none !important; }

.ost-login {
  font-family: 'Open Sans', sans-serif;
  background-color: #222;
  background-image: url("../images/bg-login.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center; }
  .ost-login.interim-login {
    background-image: none;
    background-color: #fff; }
    .ost-login.interim-login:before {
      display: none; }
    .ost-login.interim-login form {
      box-shadow: none; }
  .ost-login #login {
    padding: 0;
    margin: 0; }
  .ost-login form {
    margin-top: 50px;
    border: 0; }
  .ost-login h1,
  .ost-login #backtoblog,
  .ost-login p.status,
  .ost-login #login_error {
    display: none; }
  .ost-login .forgetmenot {
    padding-top: 8px; }
  .ost-login input[type="submit"].button-primary {
    text-shadow: inherit;
    box-shadow: none;
    background-color: #000;
    border: 0;
    border-radius: 0;
    height: 42px;
    min-width: 120px; }
    .ost-login input[type="submit"].button-primary:hover {
      opacity: 0.8 !important; }
  .ost-login #nav {
    text-align: center; }
  .ost-login .privacy-policy-page-link a,
  .ost-login #nav a {
    color: #ffffff !important;
    font-size: 14px !important; }
  .ost-login p.message {
    text-align: center;
    font-size: 14px; }
  .ost-login .language-switcher {
    display: none; }

.wp-nav .item-icon span,
.wp-nav .item-text i,
.wp-nav .item-image span {
  display: none; }
.wp-nav a.item-hidden {
  cursor: default; }
.wp-nav a.item-hidden span {
  visibility: hidden; }
.wp-nav li {
  position: relative; }
.wp-nav > ul > li {
  padding: 12px 0; }
.wp-nav .item-image,
.wp-nav .item-button {
  padding: 0 0; }
.wp-nav .has-arrow > a span:after {
  content: '›';
  transform: rotate(90deg) translateX(-2px);
  display: inline-block; }
.wp-nav .submenu li {
  padding: 6px 0; }
.wp-nav a.btn {
  display: inline-flex;
  width: 100%; }
.wp-nav a {
  display: inline-block; }
.wp-nav .has-click > .nolink {
  cursor: pointer; }
@media screen and (max-width: 768px) {
  .wp-nav .is-parent.dropdown > .nolink {
    cursor: pointer; } }

.wp-nav .blockbar {
  position: static; }
  .wp-nav .blockbar .submenu-1 {
    display: none;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    margin-top: 12px;
    transition: all ease 0.1s;
    width: 100%;
    padding: 12px; }
    .wp-nav .blockbar .submenu-1 > ul {
      display: flex;
      gap: 12px; }
  .wp-nav .blockbar:hover .submenu-1 {
    display: block;
    transform: translate(0, 0); }

.wp-nav .dropdown .submenu-1 {
  opacity: 0;
  visibility: hidden;
  top: 100px;
  position: absolute;
  z-index: 3;
  min-width: 160px;
  transition: all ease 0.3s;
  left: 50%;
  right: auto;
  text-align: center;
  transform: translateX(-50%); }
.wp-nav .dropdown:hover .submenu-1 {
  opacity: 1;
  top: 100%;
  visibility: visible; }

.wp-nav .megamenu {
  position: static; }
  .wp-nav .megamenu .submenu-1 {
    display: none;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    margin-top: 12px;
    transition: all ease 0.3s;
    width: 100%;
    padding: 12px; }
    .wp-nav .megamenu .submenu-1 > ul {
      display: flex;
      flex-wrap: wrap; }
      .wp-nav .megamenu .submenu-1 > ul li {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%; }
        .wp-nav .megamenu .submenu-1 > ul li.col-fit {
          flex: 0 0 auto;
          width: auto;
          max-width: 100%; }
  .wp-nav .megamenu .submenu-2 > ul {
    display: flex;
    flex-direction: column; }
  .wp-nav .megamenu.active > .submenu-1, .wp-nav .megamenu:not(.has-click):hover > .submenu-1 {
    display: block; }

/*
    opacity:1;
    top: 100%;
    visibility: visible;
*/
.woocommerce-cart-form table tbody {
  border-top: 1px solid #aaaaaa; }
.woocommerce-cart-form table .remove {
  color: #FE0A0A;
  font-size: 24px; }
  @media screen and (max-width: 768px) {
    .woocommerce-cart-form table .remove {
      font-size: 18px; } }
.woocommerce-cart-form table img {
  width: 60px;
  height: auto;
  object-fit: cover;
  border: 1px solid #f2f2f2; }
  @media screen and (max-width: 768px) {
    .woocommerce-cart-form table img {
      width: 40px; } }
.woocommerce-cart-form table td.product-subtotal {
  text-align: right;
  width: 1%;
  white-space: nowrap; }
.woocommerce-cart-form table td.actions {
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0; }
.woocommerce-cart-form table .coupon {
  max-width: 300px; }
  @media screen and (max-width: 768px) {
    .woocommerce-cart-form table .coupon {
      max-width: 100%; } }
  .woocommerce-cart-form table .coupon label {
    display: none; }
  .woocommerce-cart-form table .coupon input {
    background-color: #DFDFDF;
    border: 0;
    height: 40px; }
@media screen and (max-width: 768px) {
  .woocommerce-cart-form table th {
    font-size: 11px;
    padding: 5px; }
  .woocommerce-cart-form table td {
    padding: 5px; } }
@media screen and (max-width: 576px) {
  .woocommerce-cart-form table td {
    font-size: 12px; }
  .woocommerce-cart-form table td.product-quantity input {
    width: 50px;
    padding: 0 0 0 8px; }
  .woocommerce-cart-form table th.product-price,
  .woocommerce-cart-form table td.product-price {
    display: none; } }

.woocommerce .cart-collaterals {
  width: 300px; }
  @media screen and (max-width: 768px) {
    .woocommerce .cart-collaterals {
      width: 100%; } }
  .woocommerce .cart-collaterals .cart_totals {
    width: 100%; }
  .woocommerce .cart-collaterals h2 {
    padding: 12px 0;
    font: var(--small) "Uivo-Bold", sans-serif; }
  .woocommerce .cart-collaterals table {
    margin-bottom: 10px; }
    .woocommerce .cart-collaterals table tbody {
      border-bottom: 1px solid #aaaaaa; }
    .woocommerce .cart-collaterals table th {
      background-color: #fff;
      border-left: 1px solid #aaaaaa;
      border-top: 1px solid #aaaaaa;
      vertical-align: bottom; }
    .woocommerce .cart-collaterals table td {
      border-left: 0;
      text-align: right; }
  .woocommerce .cart-collaterals .woocommerce-shipping-destination {
    padding-bottom: 12px; }
  .woocommerce .cart-collaterals .shipping-calculator-button {
    color: #FE0A0A; }
  .woocommerce .cart-collaterals .shipping-calculator-form {
    margin-top: 12px; }
    .woocommerce .cart-collaterals .shipping-calculator-form p + p {
      margin-top: 12px !important;
      padding: 0; }
    .woocommerce .cart-collaterals .shipping-calculator-form input {
      height: 36px;
      text-align: right;
      padding: 0 12px;
      border-color: #aaa; }
    .woocommerce .cart-collaterals .shipping-calculator-form .selection > span {
      line-height: 36px !important;
      height: 36px !important;
      border-radius: 0 !important; }
      .woocommerce .cart-collaterals .shipping-calculator-form .selection > span > span {
        line-height: 36px !important; }
    .woocommerce .cart-collaterals .shipping-calculator-form .select2-selection__arrow {
      top: 6px; }

span.onsale {
  background-color: #FE0A0A;
  border: 2px solid #f2f2f2;
  color: #fff;
  font-size: 9px;
  width: 42px;
  height: 42px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -21px;
  right: -21px;
  z-index: 3; }

.products h2 {
  margin-top: 10px;
  font: var(--h3) "Uivo-Bold", sans-serif; }
  .products h2 a:hover {
    color: #FE0A0A; }
.products li {
  padding-bottom: 24px; }
.products .meta-author {
  padding-top: 14px; }
  .products .meta-author summary {
    margin-top: -2px; }
  .products .meta-author details p {
    padding-top: 10px;
    padding-bottom: 5px; }
.products .meta-price {
  padding-top: var(--pm1); }
  .products .meta-price del {
    color: #999;
    display: block; }
  .products .meta-price ins {
    text-decoration: none; }
.products .thumb {
  filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.25)); }
  .products .thumb img {
    display: block;
    object-position: left bottom !important; }
  .products .thumb:after {
    transition: all ease .3s;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #FE0A0A;
    z-index: 1;
    opacity: 0;
    width: 0;
    pointer-events: none; }
  .products .thumb:hover:after {
    width: 10px;
    opacity: 1; }
.products a:hover {
  opacity: 1; }
  .products a:hover h2 {
    color: #FE0A0A; }

.products.grid-5 h2 {
  margin-top: 3px;
  font: var(--h5) "Uivo-Bold", sans-serif; }
.products.grid-5 .meta-author {
  padding-top: 15px; }
.products.grid-5 .meta-price {
  padding-top: 6px; }

.alt-hover .products .thumb {
  background-color: #FE0A0A; }
  .alt-hover .products .thumb:after {
    transition: all ease .3s;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #FE0A0A;
    z-index: 1;
    opacity: 1;
    mix-blend-mode: screen; }
  .alt-hover .products .thumb:hover:after {
    opacity: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 0; }
  .alt-hover .products .thumb:hover img {
    filter: grayscale(1); }

.cart-empty.woocommerce-info {
  text-align: center; }

.woocommerce-form-coupon-toggle > div, .woocommerce-form-coupon-toggle > ul,
.woocommerce-notices-wrapper > div,
.woocommerce-notices-wrapper > ul {
  position: relative;
  padding: 12px 0;
  text-align: center;
  border: 0; }
  .woocommerce-form-coupon-toggle > div a, .woocommerce-form-coupon-toggle > ul a,
  .woocommerce-notices-wrapper > div a,
  .woocommerce-notices-wrapper > ul a {
    color: #FE0A0A;
    padding-left: 6px; }

.woocommerce-checkout .woocommerce-error {
  display: none; }

.woocommerce-form-login-toggle {
  text-align: center;
  padding: 12px 0; }
  .woocommerce-form-login-toggle a {
    color: #FE0A0A; }

@media screen and (max-width: 576px) {
  .woocommerce-form-coupon-toggle .woocommerce-info a {
    display: block; } }

.woocommerce-message {
  /*
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  background-color: transparent;
  */ }

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before,
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul {
  display: none; }

.message-bar ul {
  margin: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center; }
.message-bar .woocommerce-error {
  background-color: transparent;
  border-radius: 0;
  color: #000000; }

.woocommerce .checkout_coupon {
  margin-bottom: 60px; }
  .woocommerce .checkout_coupon > div {
    display: inline-flex; }
  .woocommerce .checkout_coupon input[type="text"] {
    background-color: #DFDFDF;
    border: 0;
    height: 40px;
    max-width: 300px; }

.woocommerce-billing-fields h3 {
  margin-bottom: 46px;
  text-align: center;
  font-family: "Uivo-Bold", sans-serif;
  text-transform: uppercase;
  font-size: 14px; }

.woocommerce-shipping-fields h3 {
  margin-bottom: 24px; }

/*
.woocommerce-billing-fields,
.woocommerce-shipping-fields {
  p + p {
    padding-top: 20px;
  }
}
*/
.shipping_address {
  margin-bottom: 24px; }

.order-review h3 {
  margin-bottom: 24px;
  text-align: center;
  font-family: "Uivo-Bold", sans-serif;
  text-transform: uppercase;
  font-size: 14px; }
.order-review table {
  margin-bottom: 24px; }
  .order-review table th {
    text-align: right; }
  .order-review table td {
    text-align: right; }
  .order-review table tbody tr:last-child td {
    border-bottom: 1px solid #aaaaaa; }
  .order-review table tfoot .order-total td {
    border-bottom: 1px solid #aaaaaa; }
  .order-review table tfoot td {
    border-left: 1px solid #aaaaaa; }

.wc_payment_methods {
  text-align: right; }

.form-row.place-order {
  margin-top: 12px;
  text-align: right; }
  .form-row.place-order button {
    margin-top: 20px; }

.product {
  /*
  .description.entry {
    font-size: $h4;
    p {
      font-size: $h4;
    }
  }
  */ }
  .product .cell-right {
    width: 240px;
    padding-left: 72px; }
    @media screen and (max-width: 1000px) {
      .product .cell-right {
        width: 180px;
        padding-left: 40px; } }
    @media screen and (max-width: 576px) {
      .product .cell-right {
        width: 100%;
        padding-left: 0; } }
  .product .cell-right .onsale {
    display: none; }
  .product .cell-right img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
    margin-bottom: var(--pm2);
    box-shadow: 3px 6px 4px rgba(0, 0, 0, 0.25); }
    @media screen and (max-width: 576px) {
      .product .cell-right img {
        display: none; } }
  .product .product-meta p + p {
    padding-top: 4px; }
  .product .product-meta a {
    color: #FE0A0A; }
  .product .xs-thumb img {
    height: 40vh;
    object-fit: contain;
    margin: 0 auto;
    width: 100%; }

.product-related .products .onsale {
  display: none; }

.woocommerce-invalid-required-field:after {
  content: 'Campo obbligatorio.';
  font: var(--small) "Uivo-Regular", sans-serif;
  color: #FE0A0A; }
.woocommerce-invalid-required-field input {
  border-color: #FE0A0A; }

.blockUI.blockOverlay:before,
.loader:before {
  height: 42px;
  width: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
  background-image: url("../images/loader.svg") !important;
  background-position: center center;
  background-size: cover;
  filter: invert(25%) sepia(91%) saturate(6896%) hue-rotate(2deg) brightness(95%) contrast(117%); }

.select2-search__field {
  height: 36px !important; }

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #000000 !important;
  color: #fff; }

.select2 .selection > span {
  line-height: 36px;
  height: 36px;
  border-radius: 0 !important;
  border-color: #000000; }
  .select2 .selection > span > span {
    line-height: 36px !important; }
.select2 .select2-selection__arrow {
  top: 6px !important; }

.woocommerce-shipping-fields .validate-required label,
.woocommerce-billing-fields .validate-required label {
  display: flex;
  justify-content: space-between; }
  .woocommerce-shipping-fields .validate-required label abbr,
  .woocommerce-billing-fields .validate-required label abbr {
    text-decoration: none;
    font-weight: normal !important;
    font-family: "Uivo-Regular", sans-serif !important;
    color: transparent; }
    .woocommerce-shipping-fields .validate-required label abbr:after,
    .woocommerce-billing-fields .validate-required label abbr:after {
      content: 'Richiesto';
      color: #999; }

.woocommerce-privacy-policy-text p a {
  text-decoration: underline; }

.woocommerce-account.logged-in .woocommerce {
  display: flex; }
  @media screen and (max-width: 576px) {
    .woocommerce-account.logged-in .woocommerce {
      display: block; } }

.woocommerce-MyAccount-content .woocommerce-customer-details {
  border-top: 1px solid #aaaaaa;
  margin-top: 24px;
  padding-top: 24px; }
  .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns {
    display: flex; }
    .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns > div {
      width: 50%; }

.woocommerce-account .woocommerce > nav {
  width: 300px; }
  @media screen and (max-width: 576px) {
    .woocommerce-account .woocommerce > nav {
      width: 100%; } }
  .woocommerce-account .woocommerce > nav ul {
    position: sticky;
    top: 100px; }
    .woocommerce-account .woocommerce > nav ul li {
      margin-bottom: 12px; }
    .woocommerce-account .woocommerce > nav ul a {
      text-decoration: none;
      transition: none; }
      .woocommerce-account .woocommerce > nav ul a:hover {
        color: #FE0A0A;
        font-family: "Uivo-Bold", sans-serif;
        opacity: 1; }
    .woocommerce-account .woocommerce > nav ul li.is-active a {
      color: #000000;
      font-family: "Uivo-Bold", sans-serif; }
  @media screen and (max-width: 576px) {
    .woocommerce-account .woocommerce > nav ul {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 40px; }
      .woocommerce-account .woocommerce > nav ul li {
        width: 33%;
        max-width: 33%;
        border-right: 1px solid #aaaaaa;
        border-bottom: 1px solid #aaaaaa;
        text-align: center;
        margin: 0;
        padding: 12px; }
        .woocommerce-account .woocommerce > nav ul li:nth-child(3), .woocommerce-account .woocommerce > nav ul li:nth-child(6) {
          border-right: 0; }
        .woocommerce-account .woocommerce > nav ul li:nth-child(4), .woocommerce-account .woocommerce > nav ul li:nth-child(5), .woocommerce-account .woocommerce > nav ul li:nth-child(6) {
          border-bottom: 0; } }
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a {
  font-family: "Uivo-Bold", sans-serif;
  color: #FE0A0A; }
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  width: 100%; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content fieldset {
    margin-top: 50px; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content p + p,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content p {
    padding-bottom: 12px; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content span em {
    /*
    font-size: $small;
    line-height: $small * 1.2;
    */
    display: block;
    padding: 12px 0; }
.woocommerce-account .woocommerce button {
  font-size: var(--p);
  background-color: #000000;
  color: #fff;
  border-color: transparent; }
  .woocommerce-account .woocommerce button:hover {
    background-color: #FE0A0A; }
.woocommerce-account .woocommerce-Message--info {
  display: flex;
  flex-direction: column-reverse; }
.woocommerce-account .edit,
.woocommerce-account a.button {
  margin-top: 20px;
  color: #FE0A0A;
  text-decoration: none; }
  .woocommerce-account .edit:hover,
  .woocommerce-account a.button:hover {
    opacity: 1;
    font-family: "Uivo-Bold", sans-serif; }
.woocommerce-account header.title {
  letter-spacing: inherit;
  border: 0; }
.woocommerce-account .woocommerce-Addresses .woocommerce-Address {
  margin-bottom: 24px; }
.woocommerce-account .woocommerce-Addresses address {
  margin-top: 24px; }
.woocommerce-account .woocommerce-Addresses a {
  color: #FE0A0A; }

.woocommerce-order .woocommerce-notice.woocommerce-thankyou-order-received {
  display: none;
  color: #FE0A0A;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px; }
.woocommerce-order .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  margin-bottom: 20px;
  display: inline-block; }
.woocommerce-order .woocommerce-order-details {
  margin-top: 24px; }
.woocommerce-order .woocommerce-customer-details {
  border-top: 1px solid #aaaaaa;
  margin-top: 24px;
  padding-top: 24px; }
  .woocommerce-order .woocommerce-customer-details .woocommerce-columns {
    display: flex; }
    .woocommerce-order .woocommerce-customer-details .woocommerce-columns > div {
      width: 50%; }

#customer_login {
  display: flex; }
  @media screen and (max-width: 576px) {
    #customer_login {
      flex-direction: column; } }
  #customer_login > div {
    width: 50%; }
    @media screen and (max-width: 576px) {
      #customer_login > div {
        width: 100%; } }
  #customer_login > div.u-column1 {
    padding-right: 30px; }
    @media screen and (max-width: 576px) {
      #customer_login > div.u-column1 {
        padding-right: 0; } }
  #customer_login > div.u-column2 {
    padding-left: 30px; }
    @media screen and (max-width: 576px) {
      #customer_login > div.u-column2 {
        margin-top: 60px;
        padding-left: 0; } }
  #customer_login h2 {
    margin-bottom: 20px;
    font-family: "Uivo-Regular", sans-serif; }
  #customer_login p {
    font-size: var(--small); }
  #customer_login .woocommerce-form-login__rememberme {
    display: none; }
  #customer_login .woocommerce-privacy-policy-text {
    padding-bottom: 20px; }
    #customer_login .woocommerce-privacy-policy-text a {
      text-decoration: underline; }

.woocommerce-ResetPassword {
  text-align: center;
  max-width: 50%;
  margin: 0 auto; }
  .woocommerce-ResetPassword input {
    width: 100%; }
  .woocommerce-ResetPassword button {
    margin-top: 20px;
    width: 100%; }

.owl {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }
  .owl .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden; }
    .owl .owl-stage:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .owl .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl .owl-wrapper,
  .owl .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
    .owl .owl-item img {
      display: block;
      width: 100%; }
  .owl .owl-nav.disabled,
  .owl .owl-dots.disabled {
    display: none; }
  .owl .owl-prev,
  .owl .owl-next,
  .owl .owl .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit; }
  .owl.owl-loaded {
    display: block; }
  .owl.owl-loading {
    opacity: 0;
    display: block; }
  .owl.owl-hidden {
    opacity: 0; }
  .owl.owl-refresh .owl-item {
    visibility: hidden; }
  .owl.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl.owl-rtl {
    direction: rtl; }
  .owl.owl-rtl .owl-item {
    float: right; }
  .owl .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both; }
  .owl .owl-animated-in {
    z-index: 0; }
  .owl .owl-animated-out {
    z-index: 1; }
  .owl .fadeOut {
    animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.no-js .owl {
  display: block; }

.owl-height {
  transition: height 500ms ease-in-out; }

.owl .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }
.owl .owl-item .owl-lazy[src^=""], .owl .owl .owl-item .owl-lazy:not([src]) {
  max-height: 0; }
.owl .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl .owl-nav .owl-prev,
.owl .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #FE0A0A;
  padding: 0;
  background-color: transparent;
  font-size: 30px; }
.owl .owl-nav .owl-prev {
  left: 0; }
  @media screen and (max-width: 576px) {
    .owl .owl-nav .owl-prev {
      left: -12px; } }
.owl .owl-nav .owl-next {
  right: 0; }
  @media screen and (max-width: 576px) {
    .owl .owl-nav .owl-next {
      right: -12px; } }
.owl .item {
  padding-left: 18px;
  padding-right: 18px; }

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: solid 1px #aaaaaa;
  color: #000000;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding-left: 15px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%; }
  .nice-select option:checked {
    display: none; }
  .nice-select:hover {
    border-color: #000000; }
  .nice-select.active {
    border-color: #000000;
    background-color: #000000;
    color: #fff; }
  .nice-select:after {
    content: "\e908";
    font-family: "ic-manif";
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: -2px; }
  .nice-select.open:after {
    transform: rotate(-180deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #aaaaaa;
    box-shadow: 0 0 12px 0 rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    width: 100%;
    min-width: 170px;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 20px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding: 10px 15px;
    white-space: initial;
    text-align: left;
    transition: all 0.2s;
    color: #000000;
    border-bottom: 1px solid #aaaaaa; }
    .nice-select .option:last-child {
      border: 0; }
    .nice-select .option:hover, .nice-select .option.focus {
      color: #FE0A0A; }
    .nice-select .option.selected {
      font-weight: bold;
      color: #000000; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }
.no-csspointerevents .nice-select.open .list {
  display: block; }

body {
  position: relative;
  overflow-x: hidden;
  min-height: 100vh;
  background-image: url("../images/bg-pattern.svg");
  background-size: 18px;
  background-attachment: fixed;
  color: #000000; }
  body > .limit {
    background-color: #fff; }

.main {
  padding-top: 70px;
  min-height: calc(90vh);
  background-color: #f2f2f2;
  padding-left: 110px;
  padding-right: 110px; }
  @media screen and (max-width: 1000px) {
    .main {
      padding-top: 100px;
      padding-left: 80px;
      padding-right: 80px; } }
  @media screen and (max-width: 768px) {
    .main {
      padding-left: 40px;
      padding-right: 40px; } }
  @media screen and (max-width: 576px) {
    .main {
      padding-left: 30px;
      padding-right: 30px; } }

body {
  font: var(--p) "Uivo-Regular", sans-serif;
  letter-spacing: 0.02em; }

h1, .h1 {
  font: var(--h1) "Uivo-Bold", sans-serif; }

h2, .h2 {
  font: var(--h2) "Uivo-Bold", sans-serif; }

h3, .h3 {
  font: var(--h3) "Uivo-Bold", sans-serif; }

h4, .h4 {
  font: var(--h4) "Uivo-Bold", sans-serif; }

h5, .h5, .child-h5 p, .description.entry {
  font: var(--h5) "Uivo-Regular", sans-serif; }

h6, .h6 {
  font: var(--p) "Uivo-Regular", sans-serif; }

p, .p {
  font: var(--p) "Uivo-Regular", sans-serif; }

small, .small {
  font: var(--small) "Uivo-Regular", sans-serif; }

form label,
table th {
  font: var(--small) "Uivo-Bold", sans-serif; }

a {
  text-decoration: none;
  color: #000000; }

mark {
  background-color: transparent; }

.lead,
.p-lead p {
  font-size: 18px;
  line-height: 28px; }

p.indent {
  padding-left: 20px;
  padding-right: 20px; }

.entry b, .entry strong {
  font-family: "Uivo-Bold", sans-serif; }
.entry .btn,
.entry .btn:hover {
  text-decoration: none; }

.social.icon span,
.social.text i {
  display: none; }

.single.single-column .subtitle {
  font-family: "Uivo-Regular", sans-serif; }

.single.single-column h1 {
  margin-bottom: 0; }

.btn-link {
  color: #FE0A0A;
  display: inline-block; }
  .btn-link:hover {
    opacity: 1;
    font-family: "Uivo-Bold", sans-serif; }

.hover:hover {
  opacity: 1;
  color: #FE0A0A; }

.tags a {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 2px;
  background-color: #000000;
  color: #fff;
  font: var(--small) "Uivo-Regular", sans-serif;
  margin: 0 4px 4px 0; }

.cat {
  display: inline-block; }
  .cat span {
    width: 1px;
    height: 12px;
    background-color: #999;
    display: inline-block;
    margin: 0 6px; }
  .cat a {
    color: #FE0A0A;
    text-decoration: none !important;
    font-size: var(--p);
    text-transform: uppercase; }

.header {
  background-color: #fff;
  border-top: 10px solid #000000;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  position: sticky;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: 99;
  max-width: 1440px; }
  .header .site-logo {
    width: 188px;
    transition: all ease .3s; }
    @media screen and (max-width: 1000px) {
      .header .site-logo {
        width: 190px; } }
    @media screen and (max-width: 768px) {
      .header .site-logo {
        width: auto; }
        .header .site-logo img {
          width: auto;
          height: 50px;
          margin-left: -13px; } }
  .header .cell-last {
    border-left: 1px solid #aaaaaa; }
  .header .btn-icon {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 6px; }
    @media screen and (max-width: 576px) {
      .header .btn-icon {
        padding-left: 6px;
        padding-right: 6px; } }
  .header .btn-icon.logged a {
    color: #FE0A0A; }
  .header nav li {
    padding: 12px;
    position: relative; }
    .header nav li.current a {
      font-family: "Uivo-Bold", sans-serif; }
  .header a {
    transition: none; }
  .header .hover:hover,
  .header a:hover {
    color: #FE0A0A;
    font-family: "Uivo-Bold", sans-serif;
    opacity: 1; }
  .header .header-top {
    padding: 0 20px 0 12px;
    background-color: #000000; }
    @media screen and (max-width: 880px) {
      .header .header-top {
        display: block; } }
    .header .header-top > .row > div {
      height: 50px; }
    .header .header-top .btn-icon {
      margin-bottom: 0; }
    .header .header-top .btn-icon.logged a {
      color: #FE0A0A; }
  @media screen and (max-width: 880px) {
    .header {
      border-top: 0; }
      .header .nav-desktop,
      .header .cell-search,
      .header .cell-cart,
      .header .cell-user {
        display: none; }
      .header .cell-navicon {
        display: block; }
      .header .cell-last {
        border: 0; } }

nav.wp-nav .has-arrow > a span:after {
  content: '\25BE';
  color: #999;
  transform: none;
  line-height: 12px; }
nav.wp-nav .dropdown .submenu {
  background-color: #FE0A0A;
  text-align: left;
  padding: 12px; }
  nav.wp-nav .dropdown .submenu a:not(.btn) {
    color: #fff; }
    nav.wp-nav .dropdown .submenu a:not(.btn):hover {
      color: #000000; }
nav.wp-nav .dropdown:hover .submenu-1 {
  top: 100%; }
nav.wp-nav .megamenu .submenu {
  background-color: #FE0A0A; }
  nav.wp-nav .megamenu .submenu.submenu-1 {
    padding: 24px 110px 24px 110px; }
    nav.wp-nav .megamenu .submenu.submenu-1 > ul {
      gap: 34px; }
      nav.wp-nav .megamenu .submenu.submenu-1 > ul li {
        padding: 3px 0; }
    nav.wp-nav .megamenu .submenu.submenu-1 a {
      max-width: 200px; }
  nav.wp-nav .megamenu .submenu a:not(.btn) {
    color: #fff; }
    nav.wp-nav .megamenu .submenu a:not(.btn):hover {
      color: #000000; }
  nav.wp-nav .megamenu .submenu .nolink {
    font-family: "Uivo-Bold", sans-serif;
    text-transform: uppercase;
    font-size: var(--p);
    cursor: default;
    margin-bottom: 12px; }
    nav.wp-nav .megamenu .submenu .nolink:hover {
      color: #fff !important; }
  nav.wp-nav .megamenu .submenu .nolink.item-hidden {
    display: none !important; }
nav.wp-nav .megamenu.active > a {
  font-family: "Uivo-Bold", sans-serif;
  color: #FE0A0A; }
nav.wp-nav .megamenu .btn.btn-primary {
  width: auto;
  min-width: 180px;
  font-size: var(--p);
  color: #fff;
  background-color: transparent;
  border-color: #fff; }
  nav.wp-nav .megamenu .btn.btn-primary:hover {
    background-color: #000;
    border-color: #000; }

.sp-menu .sp-close {
  margin-left: -8px; }
  .sp-menu .sp-close:hover {
    color: #fff; }
.sp-menu .social {
  gap: 20px;
  font-size: 32px; }
.sp-menu .foot .nav a {
  padding: 8px 0; }
.sp-menu a:hover {
  font-family: "Uivo-Bold", sans-serif; }
.sp-menu .megamenu .submenu.submenu-1 a {
  padding: 8px 0 8px 10px;
  max-width: 100% !important; }
.sp-menu nav.wp-nav .megamenu .submenu.submenu-1 > ul {
  gap: 0; }
.sp-menu nav.wp-nav .megamenu .submenu.submenu-1 > ul li {
  padding: 0 0; }
.sp-menu .megamenu .submenu.submenu-1 a.btn.btn-primary {
  padding: 0 24px; }
@media screen and (max-width: 576px) {
  .sp-menu .wp-nav a,
  .sp-menu .nav a {
    font-size: 16px; } }

nav.nav-mobile > ul > li {
  padding: 8px 0;
  width: 100%; }
  nav.nav-mobile > ul > li a {
    display: block; }
nav.nav-mobile .has-arrow > a span:after {
  padding-left: 10px;
  color: #fff; }
nav.nav-mobile .is-parent.active > a span {
  color: #000000 !important;
  font-family: "Uivo-Bold", sans-serif; }
  nav.nav-mobile .is-parent.active > a span:after {
    color: #000000; }
nav.nav-mobile .dropdown .submenu,
nav.nav-mobile .megamenu .submenu {
  position: relative; }
nav.nav-mobile .megamenu .submenu.submenu-1 {
  padding: 12px 0;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px; }
  nav.nav-mobile .megamenu .submenu.submenu-1 > ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
    @media screen and (max-width: 576px) {
      nav.nav-mobile .megamenu .submenu.submenu-1 > ul {
        grid-template-columns: repeat(1, 1fr); } }
nav.nav-mobile .megamenu .btn.btn-primary {
  margin-top: 15px;
  margin-bottom: 30px; }
nav.nav-mobile .dropdown .submenu.submenu-1 {
  padding: 12px 0;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  display: none;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
  opacity: 1;
  visibility: visible; }
nav.nav-mobile .dropdown.active .submenu.submenu-1 {
  display: block; }

.hpm-hero .banner {
  position: relative;
  width: 100%;
  min-height: 45vh; }
  @media screen and (max-width: 576px) {
    .hpm-hero .banner {
      min-height: 80vh; } }
.hpm-hero .content {
  z-index: 2;
  position: relative;
  padding: 24px; }
.hpm-hero .img-resize {
  max-width: 300px; }
.hpm-hero .h-parent {
  min-height: inherit; }
.hpm-hero .grid.col-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media screen and (max-width: 576px) {
  .hpm-hero .grid.xs-col-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); } }
.hpm-hero .order-1 {
  order: 1; }
.hpm-hero .order-2 {
  order: 2; }
@media screen and (max-width: 576px) {
  .hpm-hero .xs-order-1 {
    order: 1; }
  .hpm-hero .xs-order-2 {
    order: 2; } }
.hpm-hero .tmpl-center .content {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-content: center;
  text-align: center; }
  .hpm-hero .tmpl-center .content > div {
    min-height: inherit; }
.hpm-hero .tmpl-center .content > div:nth-child(2) {
  display: none; }
.hpm-hero .btn {
  display: inline-flex; }
.hpm-hero .bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.hpm-products.no-badge .products span.onsale, .hpm-products.no-attr .products .author, .hpm-products.no-title .products h2, .hpm-products.no-attr .products .meta-author, .hpm-products.no-price .products .meta-price, .hpm-products.no-sale .products .price-sale, .hpm-products.no-cart .products .meta-cart {
  display: none !important; }

.hpm-products.hidden .title,
.hpm-products.hidden .subtitle,
.hpm-products.hidden .product-wrap,
.hpm-products.hidden .show-less,
.hpm-products.hidden .hr-3 {
  display: none; }
.hpm-products.hidden.active .title,
.hpm-products.hidden.active .subtitle,
.hpm-products.hidden.active .product-wrap {
  display: block; }
.hpm-products.hidden.active .show-less {
  display: flex; }
.hpm-products.hidden.active .btn.btn-primary.btn-ghost {
  color: #000000;
  background-color: transparent;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25); }

.hpm-services {
  text-align: center; }
  .hpm-services img {
    max-width: 40px; }

.hpm-message .message {
  text-align: center; }
  .hpm-message .message.default {
    font-size: 18px;
    line-height: 24px; }
  .hpm-message .message.pillow {
    padding: 20px;
    border-radius: 6px;
    background-color: #FE0A0A;
    color: #fff; }
    .hpm-message .message.pillow a {
      color: #fff; }
      .hpm-message .message.pillow a:hover {
        color: #000000; }
  .hpm-message .message.lines {
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    padding: 50px 0; }

.hpm-posts .grid.gap {
  gap: var(--pm3); }

@media screen and (max-width: 768px) {
  .footer .widget {
    margin-bottom: 24px; } }
.footer .footer-main {
  font-size: 14px;
  line-height: 22px; }
  .footer .footer-main a,
  .footer .footer-main a span {
    font-size: 14px; }
    .footer .footer-main a:hover,
    .footer .footer-main a span:hover {
      color: #FE0A0A !important;
      opacity: 1; }
.footer .nav-footer li {
  padding-left: 20px; }
  @media screen and (max-width: 768px) {
    .footer .nav-footer li {
      padding-left: 0px;
      padding-bottom: 20px; } }
.footer .footer-bottom {
  color: #999; }
  .footer .footer-bottom a {
    color: #999; }
.footer .social {
  gap: 12px; }
  .footer .social i {
    font-size: 24px; }

#search-modal .modal-close {
  right: 24px;
  top: 24px; }
  #search-modal .modal-close:hover {
    color: #fff;
    opacity: 0.6; }
  @media screen and (max-width: 768px) {
    #search-modal .modal-close {
      right: auto;
      left: 24px; } }
#search-modal form .btn-icon {
  margin-left: -1px; }

.newsletter form {
  margin: 0 auto;
  max-width: 70%; }
  @media screen and (max-width: 576px) {
    .newsletter form {
      max-width: 100%; }
      .newsletter form input {
        text-align: center; } }
  .newsletter form .btn {
    min-width: 130px;
    margin-left: -1px;
    margin-top: 0; }
    .newsletter form .btn:hover {
      background-color: #fff;
      color: #E85A4F; }
    @media screen and (max-width: 576px) {
      .newsletter form .btn {
        width: 100%;
        margin-left: 0;
        margin-top: -1px; } }

form.oneline.short {
  margin: 0 auto;
  max-width: 70%; }
  @media screen and (max-width: 576px) {
    form.oneline.short {
      max-width: 100%; } }
form.oneline .btn {
  min-width: 130px;
  margin-left: -1px; }

.hpm-social_link .social,
.hp-social-link .social {
  justify-content: center;
  gap: 48px;
  padding: 24px 0; }
  .hpm-social_link .social a,
  .hp-social-link .social a {
    width: 120px;
    height: 120px;
    border-radius: 120px;
    background-color: #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center; }
    .hpm-social_link .social a i,
    .hp-social-link .social a i {
      font-size: 60px; }
    .hpm-social_link .social a:hover,
    .hp-social-link .social a:hover {
      background-color: #FE0A0A;
      color: #fff;
      opacity: 1; }
  @media screen and (max-width: 1000px) {
    .hpm-social_link .social,
    .hp-social-link .social {
      gap: 24px; }
      .hpm-social_link .social a,
      .hp-social-link .social a {
        width: 100px;
        height: 100px; }
        .hpm-social_link .social a i,
        .hp-social-link .social a i {
          font-size: 52px; } }
  @media screen and (max-width: 768px) {
    .hpm-social_link .social,
    .hp-social-link .social {
      display: grid;
      grid-template-columns: auto auto;
      justify-content: center; } }

.hp-social-link .social {
  margin-top: 50px;
  padding: 0; }

.page-category article,
.page-agenda article,
.page-search article {
  border-bottom: 1px solid #aaaaaa; }

.page-search figure {
  max-width: 120px; }
  .page-search figure:hover {
    opacity: 0.6; }

.search-results mark {
  position: relative;
  display: inline-block !important; }
  .search-results mark::after, .search-results mark::before {
    content: "";
    width: calc(100% + 12px);
    position: absolute;
    bottom: 1px;
    background-color: #E85A4F;
    mix-blend-mode: multiply;
    opacity: 0.3; }
  .search-results mark::after {
    height: 18px;
    left: -6px;
    transform: rotate(-4deg); }
  .search-results mark::before {
    height: 10px;
    left: 0px;
    transform: rotate(4deg); }

.read-more {
  color: #FE0A0A; }
  .read-more:hover {
    font-family: "Uivo-Bold", sans-serif; }

.page-category article:nth-child(odd) .row,
.page-agenda article:nth-child(odd) .row {
  flex-direction: row-reverse; }
.page-category .sticky,
.page-agenda .sticky {
  top: 24px; }
.page-category img,
.page-agenda img {
  object-position: left top; }
.page-category article:nth-child(odd) img,
.page-agenda article:nth-child(odd) img {
  object-position: right top; }
.page-category img:hover,
.page-agenda img:hover {
  opacity: 0.6;
  transition: all ease .3s; }
.page-category h2:hover,
.page-agenda h2:hover {
  transition: none;
  color: #FE0A0A; }

.owl .item {
  padding-bottom: 8px; }

.ss-products .owl-nav button {
  min-height: 32px; }
  .ss-products .owl-nav button:focus {
    border-radius: 48px; }

@media screen and (max-width: 576px) {
  .ss-products {
    padding-left: 0;
    padding-right: 0;
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px); }
    .ss-products .owl-nav {
      display: none; } }
.sticky {
  top: 24px; }

.sticky-gap {
  top: 100px; }

.break-line {
  width: 100%;
  height: 1px;
  background-color: #aaaaaa;
  display: block; }

/*
.break-line {
  position: relative;
  &:after,
  &:before {
    content: '';
    width:100px;
    height: 1px;
    background-color: $key-1;
    position: absolute;
    top:0;
  }
  &:after {
    left:0;
  }
  &:before{
    right:0;
  }
}
*/
.meta-author .tooltip {
  position: relative;
  cursor: pointer; }
  .meta-author .tooltip:after {
    opacity: 0;
    transition: all ease-out 0.3s;
    position: absolute;
    z-index: 4;
    left: 0;
    bottom: 100%;
    transform: translate(0, -50%);
    font-size: 12px;
    background: #000;
    color: #fff;
    content: attr(data-tooltip);
    padding: 4px 8px;
    margin: 10px 0; }
  .meta-author .tooltip:hover:after {
    opacity: 1;
    pointer-events: none;
    transform: translate(0, 0); }

.btn-cart {
  position: relative; }
  .btn-cart .badge {
    position: absolute;
    top: -4px;
    right: -2px;
    background-color: #FE0A0A;
    color: #fff;
    font-size: 11px;
    border-radius: 24px;
    min-width: 18px;
    height: 18px;
    z-index: 1;
    line-height: 18px;
    display: block;
    text-align: center;
    padding: 1px 6px 0 5px; }

table th {
  padding: 12px; }
table td {
  background-color: #fff;
  border-top: 1px solid #aaaaaa; }
  table td:first-child {
    border-left: 1px solid #aaaaaa; }
  table td:last-child {
    border-right: 1px solid #aaaaaa; }
table th.nowrap,
table td.nowrap {
  width: 1%;
  white-space: nowrap; }

.pagination {
  display: flex;
  justify-content: center;
  padding: var(--pm2) 0 var(--pm2);
  gap: 12px; }
  .pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 40px;
    height: 40px;
    background-color: #000000;
    color: #fff;
    border-radius: 40px; }
    .pagination a.current {
      background-color: #FE0A0A;
      pointer-events: none; }
    .pagination a:hover {
      opacity: 1; }

.autori .item {
  font-size: var(--h6); }
  .autori .item a:hover {
    color: #FE0A0A; }

.authors-group h5 {
  font-family: "Uivo-Bold", sans-serif; }
.authors-group .group .item {
  display: inline-block;
  margin: 0 6px 6px 0; }
  @media screen and (max-width: 576px) {
    .authors-group .group .item {
      display: block; } }

.search-authors .item {
  display: inline-block;
  margin: 6px; }
.search-authors .count {
  display: flex;
  visibility: hidden;
  height: 40px;
  font-weight: bold; }
.search-authors .count.active {
  visibility: visible; }
.search-authors .message {
  display: none;
  text-align: center;
  font-weight: bold; }
.search-authors .message.active {
  display: block; }
.search-authors .scroll {
  width: 100%;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .search-authors .scroll {
      overflow-x: scroll; } }
@media screen and (max-width: 768px) {
  .search-authors .alphabet {
    flex-wrap: nowrap; } }
.search-authors .alphabet div {
  text-align: center;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .search-authors .alphabet div {
      padding: 0 12px; } }
  .search-authors .alphabet div.active {
    color: #FE0A0A; }

.catalogo.is-list .view-list, .catalogo.is-grid .view-grid {
  color: #FE0A0A;
  pointer-events: none; }
.catalogo .catalogo-list > *,
.catalogo .catalogo-list h2, .catalogo .catalogo-list p {
  font-size: 14px;
  line-height: 16px; }
.catalogo .catalogo-list h2 {
  margin-bottom: 8px;
  font-family: "Uivo-Bold", sans-serif; }
.catalogo .catalogo-list td, .catalogo .catalogo-list th {
  padding: 10px 6px;
  vertical-align: top; }
.catalogo .catalogo-list td {
  border-bottom: 1px solid #aaaaaa;
  border-left: 0;
  border-right: 0;
  border-top: 0; }
.catalogo .catalogo-list td.thumb {
  width: 100px; }
.catalogo .catalogo-list td.short {
  max-width: 140px; }
.catalogo .catalogo-list td.desc {
  padding-right: 20px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .catalogo .catalogo-list td.desc {
      padding-right: 0; } }
.catalogo .catalogo-list td.td-buy {
  width: 80px; }
.catalogo .catalogo-list td.action:hover {
  color: #FE0A0A; }
.catalogo .catalogo-list td:last-child,
.catalogo .catalogo-list th:last-child {
  text-align: right; }
.catalogo .catalogo-list td.td-price del {
  color: #999; }
  .catalogo .catalogo-list td.td-price del bdi {
    text-decoration: line-through; }
.catalogo .catalogo-list td.td-price small {
  display: block; }
  .catalogo .catalogo-list td.td-price small .woocommerce-Price-amount {
    min-width: 50px;
    display: inline-block; }
.catalogo .catalogo-list img {
  padding-left: 5px;
  width: auto;
  height: 90px;
  object-fit: contain;
  transition: all ease .3s; }
  .catalogo .catalogo-list img:hover {
    transform: scale(2.5);
    filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.3)) drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3)); }
.catalogo .catalogo-list .cat-link a {
  color: #FE0A0A; }
.catalogo .catalogo-list tr:hover h2 {
  color: #FE0A0A; }
.catalogo .catalogo-list .meta-author .tooltip::after {
  bottom: auto;
  top: 100%; }
@media screen and (max-width: 768px) {
  .catalogo .catalogo-list > *, .catalogo .catalogo-list h2, .catalogo .catalogo-list p {
    font-size: 14px;
    line-height: 16px; }
  .catalogo .catalogo-list td.thumb {
    width: 70px; }
    .catalogo .catalogo-list td.thumb img {
      width: 100%;
      height: 80px; }
  .catalogo .catalogo-list td.short p {
    word-break: break-all; } }

.filter-bar {
  position: relative;
  z-index: 9;
  background-color: #fff;
  border-bottom: 1px solid #aaaaaa; }
  @media screen and (max-width: 576px) {
    .filter-bar {
      border-bottom: 0; } }
  .filter-bar i {
    font-size: 24px; }
  .filter-bar .niceselect {
    border: 0; }
    @media screen and (max-width: 1000px) {
      .filter-bar .niceselect {
        min-width: 150px; } }
    @media screen and (max-width: 768px) {
      .filter-bar .niceselect {
        min-width: 130px; } }
  .filter-bar select {
    border: 0;
    padding: 0 8px; }
  .filter-bar button:focus, .filter-bar button:active {
    box-shadow: none !important;
    outline: none; }
  .filter-bar .row > div {
    padding: 4px; }
    @media screen and (max-width: 576px) {
      .filter-bar .row > div {
        border-bottom: 1px solid #aaaaaa; } }
  .filter-bar .cell-filter-view label {
    overflow: hidden; }
  .filter-bar .cell-filter-view input {
    display: none; }
  .filter-bar .cell-filter-view input:checked + i {
    color: #FE0A0A; }
  .filter-bar .filter-reset {
    display: none;
    background-color: transparent;
    color: #FE0A0A; }
  @media screen and (max-width: 576px) {
    .filter-bar .cell-filter-view {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; } }
  .filter-bar.active .filter-reset {
    display: block; }

.ajax-cat-loader {
  width: 30px;
  height: 30px;
  background-image: url("../images/loader-red.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
  margin: 100px 0; }

.nf-form-cont .nf-error-msg.nf-error-required-error {
  font: var(--small) "Uivo-Regular", sans-serif;
  color: #FE0A0A; }
.nf-form-cont .nf-error-msg, .nf-form-cont .ninja-forms-req-symbol {
  color: #FE0A0A; }
.nf-form-cont .nf-form-fields-required {
  display: none; }
.nf-form-cont .nf-field-label {
  width: 100%;
  margin-bottom: 5px !important; }
  .nf-form-cont .nf-field-label label {
    display: block;
    position: relative; }
  .nf-form-cont .nf-field-label span {
    position: absolute;
    right: 0;
    font-weight: normal !important;
    font-family: "Uivo-Regular", sans-serif !important;
    color: transparent; }
    .nf-form-cont .nf-field-label span:after {
      content: 'Richiesto';
      color: #999; }
.nf-form-cont .nf-field-element textarea {
  height: 100px; }

.ebook-checkout.text a {
  color: #FE0A0A; }

.ebook-checkout.image {
  display: inline-flex;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 12px 18px 8px;
  margin: 12px 0;
  gap: 24px; }
  .ebook-checkout.image img {
    width: 80px; }

body.single.woocommerce .woocommerce-notices-wrapper,
.woocommerce-account .message-bar,
.custom-notice,
.nf-error-msg.nf-error-field-errors {
  position: absolute;
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  right: 0;
  max-width: 1440px; }
  @media screen and (max-width: 768px) {
    body.single.woocommerce .woocommerce-notices-wrapper,
    .woocommerce-account .message-bar,
    .custom-notice,
    .nf-error-msg.nf-error-field-errors {
      position: relative;
      height: auto;
      top: 20px; } }

body.single.woocommerce .woocommerce-notices-wrapper > div,
.woocommerce-account .message-bar > div {
  width: 100%; }

.custom-notice,
.nf-error-msg.nf-error-field-errors {
  top: 70px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  padding-left: 110px;
  padding-right: 110px; }

body.home .message-bar > div {
  height: 70px;
  display: flex;
  align-items: center;
  text-align: center; }
  body.home .message-bar > div a {
    color: #FE0A0A; }

.woocommerce-account .woocommerce-form-login label,
.woocommerce-account .woocommerce-form-register label {
  display: flex;
  justify-content: space-between; }
  .woocommerce-account .woocommerce-form-login label span,
  .woocommerce-account .woocommerce-form-register label span {
    text-decoration: none;
    font-weight: normal !important;
    font-family: "Uivo-Regular", sans-serif !important;
    color: transparent; }
    .woocommerce-account .woocommerce-form-login label span:after,
    .woocommerce-account .woocommerce-form-register label span:after {
      content: 'Richiesto';
      color: #999; }

input.error {
  border-color: #FE0A0A !important; }

label.error {
  padding-top: 5px;
  color: #FE0A0A;
  font-family: "Uivo-Regular", sans-serif; }

.nf-field-container,
.form-row {
  margin-bottom: 20px; }

.admin-autori table {
  vertical-align: center; }
.admin-autori table a {
  color: #FE0A0A;
  text-decoration: underline; }

.admin-search-result,
.admin-search-meta {
  background-color: #222;
  border-radius: 4px;
  margin-bottom: 12px;
  padding: 6px; }

.admin-search-result li {
  padding: 2px 12px;
  border-right: 1px solid #999;
  color: #fff;
  font-size: 12px; }
  .admin-search-result li:last-child {
    border: 0; }

.admin-search-meta p,
.admin-search-meta p a {
  color: #fff;
  font-size: 12px; }

.btn-loop {
  background: #FE0A0A;
  position: absolute;
  bottom: 12px;
  left: 12px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  z-index: 2;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center; }

.btn-loop:before {
  content: "\e927";
  font-family: "ic-manif";
  font-size: 28px;
  line-height: 28px;
  font-style: normal !important;
  font-weight: normal !important; }

.meta-status {
  background-color: #FE0A0A;
  color: #fff; }

.meta-status {
  color: #fff;
  position: absolute;
  z-index: 2;
  bottom: 0;
  padding: 6px 10px;
  text-transform: uppercase;
  font-size: 12px; }
  .meta-status.oos {
    background-color: #000000; }
  .meta-status.upcoming {
    background-color: #FE0A0A; }

.block-status a {
  color: #FE0A0A;
  text-decoration: underline; }

p.stock.in-stock {
  display: none; }

.meta-format {
  padding-top: 5px;
  margin-top: 5px; }
  .meta-format dl {
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 12px; }
  .meta-format dt {
    width: 60px; }
    @media screen and (max-width: 576px) {
      .meta-format dt {
        width: 100%; } }
  .meta-format dd {
    margin: 0; }
  .meta-format del {
    color: #999; }
  .meta-format ins {
    padding-left: 5px;
    text-decoration: none;
    color: #FE0A0A; }

.custom-variations .woocommerce-variation-price,
.custom-variations .variations {
  display: none; }
.custom-variations .single_add_to_cart_button.button.disabled {
  opacity: 0.3; }
  .custom-variations .single_add_to_cart_button.button.disabled:hover {
    background-color: #000000;
    opacity: 0.3; }

.cart-block .fake-select {
  background-color: #fff;
  border: 1px solid #aaaaaa;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 15px; }
.cart-block .out-of-stock {
  height: 40px;
  background-color: #000000;
  color: #fff;
  margin-left: 10px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  text-transform: uppercase; }
  @media screen and (max-width: 1000px) {
    .cart-block .out-of-stock {
      margin-left: 0;
      text-align: center;
      display: inline-flex;
      justify-content: center;
      margin-top: 15px; } }
.cart-block .nice-select {
  min-width: auto;
  width: 180px; }
.cart-block .input-text.qty {
  border-radius: 0;
  border: 1px solid #aaaaaa;
  margin-left: 10px; }
.cart-block .pre-btn {
  margin-left: 10px; }
@media screen and (max-width: 1000px) {
  .cart-block .nice-select {
    min-width: auto;
    width: 160px;
    padding-left: 10px;
    padding-right: 20px; }
  .cart-block button.btn {
    width: auto;
    padding: 0 20px; } }
@media screen and (max-width: 768px) {
  .cart-block .input-text.qty {
    width: 50px;
    margin-left: 5px; }
  .cart-block .pre-btn {
    margin-left: 5px; }
  .cart-block button.btn {
    padding: 0 10px; } }
@media screen and (max-width: 576px) {
  .cart-block .cell-select {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .cart-block .nice-select {
    letter-spacing: -0.5px; }
  .cart-block button.btn {
    padding: 0 5px;
    font-size: 13px;
    font-family: "Uivo-Regular", sans-serif; } }
.cart-block .quantity,
.cart-block .woocommerce-variation.single_variation {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }
@media screen and (max-width: 1000px) {
  .cart-block .woocommerce-variation.single_variation {
    flex-basis: 100%;
    width: 0; } }

.product .subtitle {
  font-family: "Uivo-Regular"; }

/* ADD MOBILE */
.product .product_title.entry-title {
  max-width: 80%; }
  @media screen and (max-width: 576px) {
    .product .product_title.entry-title {
      max-width: 100%; } }

.product .block-author {
  max-width: 60%; }
  @media screen and (max-width: 576px) {
    .product .block-author {
      max-width: 100%; } }

.woocommerce-password-strength.short,
.woocommerce-password-strength.bad {
  color: #FE0A0A; }

.single.single-column .col-4 .sticky {
  top: 100px; }

.return-to-shop.text-center {
  margin-top: 20px; }

.wp-block-separator {
  border-width: 1px;
  border-color: #aaaaaa;
  margin-top: 20px;
  margin-bottom: 20px; }

.wp-block-button__link {
  text-decoration: none !important; }
  .wp-block-button__link:hover {
    background-color: #FE0A0A; }

.woocommerce-checkout .woocommerce-form-login.login {
  position: fixed;
  background: red;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 100px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .woocommerce-checkout .woocommerce-form-login.login .close-login {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff; }
    .woocommerce-checkout .woocommerce-form-login.login .close-login:hover {
      opacity: 0.6; }
  .woocommerce-checkout .woocommerce-form-login.login input[type="text"],
  .woocommerce-checkout .woocommerce-form-login.login input[type="password"] {
    border: 1px solid #fff;
    color: #000000;
    background-color: transparent; }
  .woocommerce-checkout .woocommerce-form-login.login button {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff; }
    .woocommerce-checkout .woocommerce-form-login.login button:hover {
      background-color: #000000;
      border: 1px solid #000000; }
  .woocommerce-checkout .woocommerce-form-login.login p {
    display: block;
    width: 400px; }
  .woocommerce-checkout .woocommerce-form-login.login .form-row {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .woocommerce-checkout .woocommerce-form-login.login .form-row.form-row-first {
    margin-top: 20px; }
  .woocommerce-checkout .woocommerce-form-login.login .form-row.form-row-first,
  .woocommerce-checkout .woocommerce-form-login.login .form-row.form-row-last {
    display: block; }
  .woocommerce-checkout .woocommerce-form-login.login .mess {
    margin-bottom: 20px; }
  .woocommerce-checkout .woocommerce-form-login.login .mess a,
  .woocommerce-checkout .woocommerce-form-login.login .lost_password a {
    color: #fff;
    text-decoration: underline; }

.page-loading {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 999999;
  background: #FE0A0A; }
  .page-loading:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    background-image: url("../images/loader.svg");
    background-repeat: no-repeat;
    background-position: center center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    filter: brightness(0) invert(1); }

html.no-js .page-loading {
  display: none; }

.test-typo h1, .test-typo h2, .test-typo h3, .test-typo h4, .test-typo h5, .test-typo h6, .test-typo p {
  background-color: rgba(0, 0, 255, 0.1); }
.test-typo .hr-2, .test-typo .hr-4 {
  background-color: rgba(255, 0, 0, 0.4); }
.test-typo .hr-1, .test-typo .hr-3 {
  background-color: rgba(255, 0, 0, 0.2); }

.wpcf7-form.contact-form label {
  display: flex;
  justify-content: space-between; }
  .wpcf7-form.contact-form label span:after {
    content: "Richiesto";
    color: #999;
    font-weight: normal !important;
    font-family: "Uivo-Regular", sans-serif !important; }
.wpcf7-form.contact-form div {
  margin-bottom: 20px; }

.wpcf7 .wpcf7-not-valid-tip {
  text-align: left; }

.newsletter .wpcf7 .wpcf7-response-output {
  border: 0;
  background-color: #fff;
  border-radius: 4px;
  padding: 12px;
  display: inline-block;
  color: #FE0A0A; }
.newsletter .wpcf7 .invalid .wpcf7-response-output {
  color: #FE0A0A; }

.newsletter-small {
  max-width: 60%; }
  @media screen and (max-width: 768px) {
    .newsletter-small {
      max-width: 100%; } }
  .newsletter-small .row + p {
    margin-top: 12px; }
  .newsletter-small input[type="submit"] {
    margin-left: 12px;
    background-color: #000000;
    color: #fff; }
  .newsletter-small .wpcf7-list-item {
    margin-left: 0; }
  .newsletter-small .wpcf7-response-output {
    border: 0 !important;
    background-color: #fff;
    border-radius: 4px;
    padding: 12px;
    display: inline-block;
    color: #FE0A0A;
    margin-left: 0; }
  .newsletter-small.invalid .wpcf7-response-output {
    color: #FE0A0A; }

.page-title {
  letter-spacing: 0.2em;
  border-top: 1px solid #aaaaaa;
  font-family: "Uivo-Regular", sans-serif; }

.head-title {
  border-top: 1px solid #aaaaaa;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 12px; }

.head-title h2,
.head-title h1 {
  text-transform: uppercase;
  color: #FE0A0A;
  letter-spacing: 0.2em;
  font-family: "Uivo-Regular", sans-serif;
  font-size: 24px;
  line-height: 30px; }

.section + .section {
  margin-top: 70px; }

.hp-product-carousel .products .meta {
  display: none !important; }

.hp-product-grid .products .meta-format {
  display: none !important; }

.promo-head img.th-mobile {
  display: none; }
@media screen and (max-width: 768px) {
  .promo-head img.th-mobile {
    display: block; }
  .promo-head img.th-desktop {
    display: none; } }

.owl.owl-promo .owl-dots {
  display: flex;
  padding-top: 24px;
  justify-content: center;
  gap: 12px; }
.owl.owl-promo .owl-dot {
  min-height: auto;
  height: 6px;
  width: 36px;
  background-color: #ddd; }
  .owl.owl-promo .owl-dot.active {
    background-color: #FE0A0A; }
.owl.owl-promo .item {
  padding: 0; }
.owl.owl-promo .owl-item img.th-mobile {
  display: none; }
@media screen and (max-width: 768px) {
  .owl.owl-promo .owl-item img.th-mobile {
    display: block; }
  .owl.owl-promo .owl-item img.th-desktop {
    display: none; } }

/* BUNDLE CONDITION */
.has-bundle .woocommerce-Price-amount.amount {
  display: none; }

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