#cart {
  position: fixed;
  right: 0;
  width: 40vw;
  height: 100%;
  z-index: 100;
  display: none;
  padding: 25px;
}
#cart h2 {
  font-weight: 700;
  font-variant: small-caps;
  font-size: 24px;
  margin-bottom: 50px;
}

#cart.active {
  display: block;
}

.sidy {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.5s all;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 90;
}

.sidy.opaque {
  display: block;
}

.riga-carrello {
  padding-bottom: 20px;
  border-bottom: 1px solid #d7d7d7;
}
.riga-carrello .img-carrello {
  max-height: 70px;
}
.riga-carrello .prodotto-carrello {
  font-size: 16px;
  padding-left: 15px;
}
.riga-carrello .prezzo-carrello {
  font-size: 16px;
}
.riga-carrello .quantita-carrello {
  text-align: right;
}
.riga-carrello .quantita-carrello img {
  height: 15px;
}
.riga-carrello .quantita-carrello .select-carrello {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0;
  background: transparent;
  margin-right: 15px;
  font-size: 16px;
  font-weight: 300;
  border: none;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 5px;
  background-image: url("/static/core/front/img/select.bfc53b6a6bee.svg");
  background-size: auto 10px;
  background-position: right center;
  background-repeat: no-repeat;
  width: 40px;
}
.riga-carrello a.remove {
  text-decoration: underline;
}

.subtotale {
  padding-top: 20px;
  font-size: 18px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 700;
}

.procedi-acquisto {
  width: 100%;
  text-align: center;
  display: block;
  padding: 15px;
  text-transform: uppercase;
}

.continua {
  padding-top: 15px;
  text-align: center;
}
.continua .close {
  font-weight: 300;
  font-size: 16px;
  opacity: 1;
  float: none;
}

/* ====== STILI PER CARRELLO ======= */
.shopping-cart {
  padding-bottom: 50px;
  padding-top: 50px;
}

.shopping-cart.dark {
  background-color: #f6f6f6;
}

.shopping-cart .content {
  background-color: white;
}

.shopping-cart .block-heading {
  padding-top: 0px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}

.shopping-cart .block-heading span {
  opacity: 0.7;
}

.shopping-cart .block-heading span.active {
  font-weight: 700;
  opacity: 1;
  text-decoration: underline;
}

.shopping-cart .block-heading p {
  text-align: center;
  max-width: 420px;
  margin: auto;
  opacity: 0.7;
}

.shopping-cart .dark .block-heading p {
  opacity: 0.8;
}

.shopping-cart .block-heading h1,
.shopping-cart .block-heading h2,
.shopping-cart .block-heading h3 {
  margin-bottom: 1.2rem;
  color: #3b99e0;
}

.shopping-cart .items {
  margin: auto;
  padding-bottom: 40px;
}

.shopping-cart .items .product {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #d7d7d7;
}

.shopping-cart .items .product .info {
  padding-top: 0px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.shopping-cart .items .product .info .product-name {
  font-weight: 300;
}

.shopping-cart .items .product .info .product-name .product-info {
  font-size: 14px;
  margin-top: 15px;
}

.shopping-cart .items .product .info .product-name .product-info .value {
  font-weight: 400;
}

.shopping-cart .items .product .info .quantity input {
  margin: 0;
  max-width: 100% !important;
}

.shopping-cart .items .product .info .price {
  font-weight: 300;
  font-size: 18px;
  text-align: center;
}

.shopping-cart .items .product .info .trash {
  text-align: right;
}

.shopping-cart .items .agg-quantity {
  padding-right: 30px;
}

.shopping-cart .summary {
  border-top: 2px solid #333333;
  background-color: #ffffff;
  height: 100%;
  padding: 30px;
}

.shopping-cart .summary h3 {
  text-align: center;
  font-size: 1.3em;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
}

.shopping-cart .summary .summary-item:not(:last-of-type) {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.shopping-cart .summary .text {
  font-size: 1em;
  font-weight: 600;
  display: block;
  width: 100%;
}

.shopping-cart .summary .varianti {
  font-size: 0.8rem;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  width: 100%;
}

.shopping-cart .summary .price {
  font-size: 1em;
  float: right;
}

.shopping-cart button, .shopping-cart .btn-primary,
.shopping-cart .btn-azione {
  margin-top: 20px;
}

.sum-totale {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 1.3rem;
}

.cont-checkout {
  padding: 50px 0 50px 30px;
}

.cont-registra {
  padding: 50px;
}

.cont-checkout h4 {
  font-weight: 700;
}

#shipping-country {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0;
  background: transparent;
  font-size: 14px;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  padding: 10px;
  padding-left: 0;
  background-image: url("/static/core/front/img/select.bfc53b6a6bee.svg");
  background-size: auto 10px;
  background-position: right center;
  background-repeat: no-repeat;
  width: 45%;
  height: 50px;
  margin-right: 20px;
  margin-top: 10px;
}

#shipping-zipcode {
  height: 50px;
  width: 45%;
  margin-top: 10px;
  border: none;
  border-bottom: 1px solid #d7d7d7;
}

a#shipping-costs-get {
  display: block;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
}

@media (min-width: 768px) {
  .shopping-cart .items .product .info {
    padding-top: 5px;
    text-align: left;
  }
  .shopping-cart .items .product .info .price {
    font-weight: 300;
    font-size: 18px;
  }
  .shopping-cart .items .product .info .quantity {
    text-align: center;
  }
  .shopping-cart .items .product .info .quantity .quantity-input {
    padding: 4px 10px;
    text-align: center;
  }
}
/*---MOBILE---*/
@media (max-width: 480px) {
  #cart {
    width: 96vw;
  }
}
/*---TABLET MINI---*/
@media (min-width: 481px) and (max-width: 767px) {
  #cart {
    width: 90vw;
  }
}
/*---IPAD VERTICALE---*/
@media (min-width: 768px) and (max-width: 990px) {
  #cart {
    width: 70vw;
  }
}
/*---??---*/
@media (min-width: 991px) and (max-width: 1200px) {
  #cart {
    width: 50vw;
  }
}
.transition, .form-alert button, .sez-menu img, .sez-menu, .footer-sito .social .svg-icon circle, .footer-sito .social .svg-icon path,
.footer-sito .social .svg-icon polygon,
.footer-sito .social .svg-icon rect, .condizioni-di-vendita [data-accordion] [data-control], .condizioni-di-vendita [data-accordion] [data-content] article, .condizioni-di-vendita [data-accordion] [data-content], .fascia-newsletter, .filtri-catalogo .applica-filtri, .prod-dett-testo [data-accordion] > [data-control]:after, .prod-dett-testo [data-accordion] [data-control], .prod-dett-testo [data-accordion] [data-content] article, .prod-dett-testo [data-accordion] [data-content], .prod-dettaglio .heart-wish a img, .prod-dettaglio .heart-wish a, .prod-dettaglio .owl-carousel .owl-nav button.owl-next, .prod-dettaglio .owl-carousel .owl-nav button.owl-prev, .lista-post .box-ante-post .testo, .lista-post .box-ante-post .ante-img img, .vetrina-categorie .box-immagine img, .btn-azione-home, #search-form, .dropdown-content, .testata .head-center .menu-top a.btn-menu, .testata .head-top i {
  transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

body {
  background: #ffffff;
  font-family: "Barlow", sans-serif;
  color: #1D3354;
}

a {
  color: #1D3354;
}
a:hover {
  color: #D64045;
}

p {
  font-size: 16px;
  line-height: 1.5em;
}

#my-page {
  padding-top: 110px;
}

.testata {
  position: relative;
}
.testata .head-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #e5e5e5;
  background: white;
  z-index: 10;
}
.testata .head-top i {
  color: #757575;
}
.testata .head-top i:hover {
  color: #1D3354;
}
.testata .head-top .top-sx {
  text-align: left;
}
.testata .head-top .top-sx i {
  margin-right: 0.5vw;
  font-size: calc(10px + 0.5vw);
}
.testata .head-top .top-dx {
  text-align: right;
}
.testata .head-top .top-dx .shopping-bag {
  display: inline-block;
  color: #757575;
  margin-right: 0.7vw;
  margin-left: 0.7vw;
  cursor: pointer;
}
.testata .head-top .top-dx .shopping-bag:hover {
  color: #1D3354;
}
.testata .head-top .top-dx i {
  font-size: calc(10px + 0.5vw);
}
.testata .head-top .btn-lingua {
  color: #757575;
  text-transform: uppercase;
  font-size: 14px;
}
.testata .head-top .btn-lingua:hover {
  color: #1D3354;
}
.testata .head-center {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #e5e5e5;
  background: white;
  z-index: 10;
}
.testata .head-center .logo {
  max-height: 50px;
}
.testata .head-center .menu-top {
  text-align: center;
}
.testata .head-center .menu-top a.btn-menu {
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: calc(10px + 0.5vw);
  font-weight: 600;
  letter-spacing: 1px;
  height: 69px;
  line-height: 69px;
  text-transform: uppercase;
  padding-left: 1vw;
  padding-right: 1vw;
  border-bottom: 3px solid white;
}
.testata .head-center .menu-top a.btn-menu:hover {
  border-bottom: 3px solid #D64045;
}
.testata .head-center .mob-dx .ico-mob {
  display: none;
}
.testata .head-bottom {
  background: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  height: 60px;
  text-align: center;
  font-size: calc(10px + 0.3vw);
}

/* The dropdown container */
.dropdown-prodotti {
  display: inline;
  overflow: hidden;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  transition-delay: 0.5s;
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  background-color: white;
  width: 99.3vw;
  left: -30%;
  z-index: 1;
  padding: 40px 5%;
  border-top: 1px solid #e5e5e5;
}

/* Show the dropdown menu on hover */
.dropdown-prodotti:hover .dropdown-content {
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}

/* Create three equal columns that floats next to each other */
.column {
  display: inline-block;
  width: auto;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #fff;
  /*height: calc(60vh - 100px);*/
  height: auto;
  text-align: left;
  vertical-align: text-top;
  border-right: 1px solid #e5e5e5;
  /*column-count: 8;
  column-gap: 40px;
  column-rule: 1px solid #eee;*/
}
.column:last-of-type {
  border-right: none;
}

/* Style links inside the columns */
.blocco-cat {
  padding-bottom: 20px;
}

.column h3, .column h3 a {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 1px;
}

.column a {
  float: none;
  color: #1D3354;
  padding: 0px;
  text-decoration: none;
  text-transform: none;
  display: block;
  font-weight: 300;
  font-size: 14px;
  margin-left: 0;
  height: auto;
  line-height: 26px;
}

.column a.vedi-tutti {
  font-variant: small-caps;
}

.column a:hover {
  color: #D64045;
}

.mburger {
  display: none;
}

.mm-menu {
  --mm-color-background: #ffffff;
  --mm-color-text: #111;
}

.mm-listview {
  padding-bottom: 260px;
}

/*#hamburger{
  display: none;
  width: 35px;
  height: 18px;
  top: 5px;
  right: 0;
}

#hamburger::before, #hamburger::after, #hamburger span {
  background: #1D3354;
  content: '';
  display: block;
  width: 35px;
  height: 2px;
}
#hamburger:before
{
	top: 0px;
}
#hamburger span
{
	top: 7px;
}
#hamburger:after
{
	top: 14px;
}*/
#search-form {
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding-left: 20%;
  width: auto;
  float: right;
  position: relative;
}
#search-form:hover {
  border: 1px solid #1D3354;
}

#search-text {
  height: 35px;
  color: #1D3354;
}

#search-button {
  height: 35px;
  border-radius: 2px;
  background: transparent;
  width: 20%;
  line-height: 20px;
  left: 0;
  right: auto;
}
#search-button svg {
  fill: #1D3354;
  height: 20px;
}

.owl-slide {
  height: 40vw;
  min-height: 300px;
  margin-bottom: calc(20px + 2vw);
  background: #111111;
}
.owl-slide .item {
  text-align: center;
  height: 40vw;
  min-height: 300px;
}
.owl-slide .item img.foto-slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.7;
}
.owl-slide .item .testo-slide {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  color: white;
  padding: 4vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.owl-slide .item .testo-slide .titolo {
  font-size: calc(20px + 2vw);
  font-weight: 600;
  margin-bottom: 2vw;
}
.owl-slide .item .testo-slide p {
  margin: 0 auto;
  margin-bottom: 30px;
  width: calc(90% - 20vw);
}
.owl-slide .owl-prev {
  width: 28px;
  height: 50px;
  position: absolute;
  top: 45%;
  left: 25px;
  display: block !important;
  border: 0px solid black;
}
.owl-slide .owl-next {
  width: 28px;
  height: 50px;
  position: absolute;
  top: 45%;
  right: 25px;
  display: block !important;
  border: 0px solid black;
}

.owl-theme .owl-dots .owl-dot span {
  border: 1px solid #333333;
  background: #333333;
  width: 15px;
  height: 15px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: white;
}

.owl-theme .owl-nav .owl-next:hover,
.owl-theme .owl-nav .owl-prev:hover {
  background: transparent;
}

.btn-azione-home {
  display: inline-block;
  background: #1D3354;
  padding: 1vw;
  font-size: 16px;
  border-radius: 2vw;
  border: 1px solid #1D3354;
  color: white;
  font-variant: small-caps;
}
.btn-azione-home:hover {
  background: #D64045;
  color: white;
  border-color: #D64045;
}

.blocco-pagina {
  margin-bottom: calc(20px + 2vw);
}
.blocco-pagina .titolo {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  margin-bottom: calc(20px + 2vw);
  text-align: center;
}

.vetrina-categorie {
  height: 40vw;
  overflow: hidden;
  position: relative;
  background: #111111;
  margin-bottom: calc(20px + 2vw);
}
.vetrina-categorie .box-immagine {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.vetrina-categorie .box-immagine img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}
.vetrina-categorie .testo {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  top: calc(66.66667% - 3vw);
  height: 33.33333%;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: white;
}
.vetrina-categorie .testo h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: calc(20px + 1vw);
  font-weight: 600;
  margin-bottom: 1.5vw;
}
.vetrina-categorie a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.vetrina-categorie a:hover {
  outline: 1px solid #ffffff;
  outline-offset: -2vw;
}
.vetrina-categorie:hover .box-immagine img {
  opacity: 1;
}
.vetrina-categorie:hover .btn-azione-home {
  background: #D64045;
  border-color: #D64045;
  color: white;
}

.chi-siamo-home {
  color: white;
}
.chi-siamo-home .bg-chi {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.chi-siamo-home .titolo {
  margin-bottom: calc(20px + 1vw);
}
.chi-siamo-home p {
  margin-bottom: calc(20px + 1vw);
}
.chi-siamo-home .over-chi {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding-top: calc(20px + 5vw);
  padding-bottom: calc(20px + 5vw);
}

.lista-post .box-ante-post {
  width: 100%;
  height: 30vw;
  position: relative;
  margin-bottom: 30px;
}
.lista-post .box-ante-post .ante-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 0;
  overflow: hidden;
  background: #111111;
}
.lista-post .box-ante-post .ante-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.lista-post .box-ante-post .testo {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  top: calc(50% - 1vw);
  height: calc(50% + 1vw);
  width: 100%;
  padding: 2vw;
  padding-bottom: 0;
  margin: 0 auto;
  text-align: center;
  color: white;
  background: rgb(2, 0, 36);
  background: linear-gradient(0deg, rgb(2, 0, 36) 0%, rgb(17, 17, 17) 0%, rgba(0, 212, 255, 0) 100%);
}
.lista-post .box-ante-post .testo h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: calc(20px + 1vw);
  font-weight: 600;
  margin-bottom: 1vw;
}
.lista-post .box-ante-post a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.lista-post .box-ante-post:hover .testo {
  top: 40%;
  height: 60%;
}
.lista-post .box-ante-post:hover .ante-img img {
  width: 110%;
  height: 110%;
}

.home-reviews .owl-carousel {
  display: block;
}

.dettaglio .prima-img {
  background: #111111;
  height: auto;
  padding-top: calc(40px + 3vw);
  padding-bottom: calc(40px + 3vw);
  position: relative;
  margin-bottom: 0px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dettaglio .prima-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  position: absolute;
  z-index: 1;
}
.dettaglio .prima-img .testo {
  position: relative;
  z-index: 2;
  width: 100%;
}
.dettaglio .prima-img .testo .bread {
  display: none;
}
.dettaglio .prima-img .testo h1 {
  text-align: center;
  color: white;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: calc(20px + 2vw);
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 0px;
}
.dettaglio .prima-img .testo p {
  text-align: center;
  color: white;
  font-size: 18px;
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 1.5em;
}
.dettaglio .prima-img .testo .dett-data {
  color: white;
  margin-top: 15px;
}
.dettaglio .prima-img-lista {
  margin-bottom: calc(20px + 2vw);
}
.dettaglio .prima-img-dettaglio {
  margin-bottom: calc(20px + 2vw);
}

.box-servizio {
  height: calc(200px + 20vw);
  background-color: #111111;
  position: relative;
  margin-bottom: 30px;
}
.box-servizio img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  position: absolute;
  top: 0;
  z-index: 1;
}
.box-servizio h2 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: calc(20px + 1vw);
}

.service-alt {
  height: calc(200px + 10vw);
  margin-bottom: calc(20px + 2vw);
}
.service-alt h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  margin-bottom: calc(10px + 1vw);
}
.service-alt .box-img {
  height: calc(200px + 10vw);
}
.service-alt .box-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cont-box-prodotto {
  margin-bottom: 30px;
}

.box-prodotto {
  height: auto;
  margin-bottom: 30px;
}
.box-prodotto .prod-immagine {
  width: 100%;
  padding-top: 100%;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  background: #eee;
}
.box-prodotto .prod-immagine .cont-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
.box-prodotto .prod-immagine img.img-hover {
  display: none;
  margin: 0 auto;
}
.box-prodotto .prod-immagine img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.box-prodotto .prod-titolo-prezzo {
  font-size: 20px;
  overflow: hidden;
}
.box-prodotto .prod-titolo-prezzo h2 {
  font-size: 20px;
}
.box-prodotto .prod-titolo-prezzo p {
  font-size: 16px;
}
.box-prodotto .prod-titolo-prezzo .prod-prezzo {
  text-align: left;
}
.box-prodotto:hover .prod-immagine img.img-hover {
  display: block;
}
.box-prodotto:hover .prod-immagine img.img-prima {
  display: none;
}

.bread {
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 12px;
  border-bottom: 1px solid #e5e5e5;
  text-transform: uppercase;
  color: #888;
}
.bread a {
  color: #888;
}

.bread-lista {
  padding-top: 0;
  margin-bottom: 40px;
}

.prod-dett-prezzo {
  border-bottom: 1px solid #e5e5e5;
  border-top: 0;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.prod-dett-prezzo span.iva {
  font-size: 14px;
}
.prod-dett-prezzo span.prezzo-scontato {
  text-decoration: line-through;
}

a.aggiungi-carrello:not([href]):not([tabindex]) {
  color: white;
}
a.aggiungi-carrello:not([href]):not([tabindex]):hover {
  color: #111111;
}

a.aggiungi-carrello {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0px;
  width: calc(100% - 60px);
  height: 50px;
  text-align: center;
  border: 1px solid #111111;
  background: #111111;
  color: white;
  margin-bottom: 30px;
  cursor: pointer;
}
a.aggiungi-carrello:hover {
  background: #ffffff;
  color: #111111;
  border: 1px solid #111111;
}

a.richiedi-info {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0px;
  width: calc(100% - 60px);
  height: 50px;
  font-weight: 300;
  text-align: center;
  border: 1px solid #111111;
  background: transparent;
  color: #111111;
  margin-bottom: 30px;
  cursor: pointer;
}
a.richiedi-info:hover {
  background: #111111;
  color: white;
  border: 1px solid #111111;
}

.shopping-cart .app a.aggiungi-carrello {
  width: 100%;
}
.shopping-cart .app a.richiedi-info {
  width: 100%;
}

.prod-dettaglio {
  padding-top: calc(20px + 1vw);
  padding-bottom: calc(20px + 2vw);
  padding-left: 5vw;
  padding-right: 5vw;
}
.prod-dettaglio .sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0px;
}
.prod-dettaglio .owl-prodotto {
  height: 40vw;
  margin-bottom: 60px;
}
.prod-dettaglio .owl-prodotto .item {
  height: 40vw;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #ffffff;
}
.prod-dettaglio .owl-prodotto .item img {
  height: 38vw;
  width: 100%;
  object-fit: contain;
}
.prod-dettaglio .owl-prodotto .owl-prev {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 45%;
  left: -5px;
  display: block !important;
  border: 0px solid black;
}
.prod-dettaglio .owl-prodotto .owl-prev span {
  font-size: 48px;
  color: white;
  line-height: 25px;
  font-weight: 300;
}
.prod-dettaglio .owl-prodotto .owl-next {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 45%;
  right: -5px;
  display: block !important;
  border: 0px solid black;
}
.prod-dettaglio .owl-prodotto .owl-next span {
  font-size: 48px;
  color: white;
  line-height: 25px;
  font-weight: 300;
}
.prod-dettaglio .owl-carousel .owl-nav button.owl-next, .prod-dettaglio .owl-carousel .owl-nav button.owl-prev {
  background: #333333;
  text-align: center;
  border-radius: 0;
}
.prod-dettaglio .owl-carousel .owl-nav button.owl-next:hover, .prod-dettaglio .owl-carousel .owl-nav button.owl-prev:hover {
  background: yellowgreen;
}
.prod-dettaglio .owl-prev img, .prod-dettaglio .owl-next img {
  height: 50%;
  vertical-align: middle;
}
.prod-dettaglio .owl-theme .owl-dots .owl-dot span {
  border-radius: 0;
}
.prod-dettaglio .prod-dett-desc {
  background: transparent;
  padding: 0px;
  padding-left: calc(30px + 0.5vw);
}
.prod-dettaglio .prod-dett-desc h1 {
  font-size: calc(20px + 0.5vw);
  text-transform: none;
  margin-bottom: 1rem;
}
.prod-dettaglio .prod-dett-desc p {
  font-size: 16px;
}
.prod-dettaglio .prod-dett-desc p.brand {
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5;
}
.prod-dettaglio .tag-dett {
  border-top: 0;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 0;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-size: 16px;
}
.prod-dettaglio .tag-dett strong {
  display: block;
  margin-bottom: 10px;
}
.prod-dettaglio .tag-dett a {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}
.prod-dettaglio .tag-dett a:last-of-type {
  margin-bottom: 0;
}
.prod-dettaglio .tag-dett img {
  margin-right: 10px;
  width: 20px;
}
.prod-dettaglio .tag-dett:first-of-type {
  padding-top: 1rem;
  border-top: 1px solid #e5e5e5;
}
.prod-dettaglio .tag-dett:last-of-type {
  margin-bottom: 1rem;
}
.prod-dettaglio .prod-dett-disponibilita {
  border-bottom: 0;
  border-top: 0;
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.prod-dettaglio .prod-dett-disponibilita span {
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: -2px;
}
.prod-dettaglio .prod-dett-disponibilita .verde {
  background-color: #5EEB5B;
}
.prod-dettaglio .prod-dett-disponibilita .giallo {
  background-color: orange;
}
.prod-dettaglio .prod-dett-disponibilita .rosso {
  background-color: #E71D36;
}
.prod-dettaglio .prod-dett-qta {
  margin-bottom: 2rem;
  font-size: 16px;
  border-top: none;
  border-bottom: none;
  padding-top: 6px;
  padding-bottom: 6px;
}
.prod-dettaglio .prod-dett-qta .select-qta {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0;
  background: transparent;
  margin-left: 0.3vw;
  font-size: calc(10px + 0.5vw);
  font-weight: 300;
  border: none;
  padding: 5px;
  background-image: url("/static/core/front/img/select.bfc53b6a6bee.svg");
  background-size: auto 10px;
  background-position: right center;
  background-repeat: no-repeat;
  width: calc(25px + 0.5vw);
}
.prod-dettaglio .prod-dett-qta .input-number {
  text-align: center;
}
.prod-dettaglio .select-varianti {
  padding-top: 0px;
  padding-bottom: 0px;
}
.prod-dettaglio .select-varianti .etichetta {
  font-variant: small-caps;
  text-transform: lowercase;
  color: #B0B0B0;
  display: inline-block;
  padding-bottom: 5px;
  font-size: 18px;
  letter-spacing: 0.5px;
}
.prod-dettaglio .select-varianti .form-group {
  margin-bottom: 1rem;
}
.prod-dettaglio .select-varianti .form-group:last-of-type {
  margin-bottom: 0;
}
.prod-dettaglio .select-varianti .select-var {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 300;
  border: none;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 10px;
  padding-left: 0;
  background-image: url("/static/core/front/img/select.bfc53b6a6bee.svg");
  background-size: auto 10px;
  background-position: right center;
  background-repeat: no-repeat;
  width: 100%;
  height: 50px;
}
.prod-dettaglio .testo-variante {
  padding-top: 1rem;
  margin-bottom: 0;
}
.prod-dettaglio .heart-wish {
  float: left;
  width: 50px;
  display: block;
  margin-right: 10px;
}
.prod-dettaglio .heart-wish a {
  border: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.prod-dettaglio .heart-wish a img {
  height: 30px;
}
.prod-dettaglio .heart-wish a:hover {
  background: black;
}
.prod-dettaglio .heart-wish a:hover img {
  filter: brightness(0) invert(1);
}

.prod-dett-testo {
  /* Requirements */
  /* Basic Theme */
}
.prod-dett-testo [data-accordion] [data-content] {
  overflow: hidden;
  max-height: 0;
}
.prod-dett-testo [data-accordion] [data-content] {
  background: #ffffff;
  font-size: calc(10px + 0.5vw);
  font-weight: 300;
}
.prod-dett-testo [data-accordion] [data-content] p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.5em;
}
.prod-dett-testo [data-accordion] [data-content] p a {
  text-decoration: underline;
}
.prod-dett-testo [data-accordion] [data-content] ul {
  list-style-type: disc;
}
.prod-dett-testo [data-accordion] [data-content] ul li {
  font-size: 16px;
  line-height: 1.5em;
}
.prod-dett-testo [data-accordion] [data-content] article {
  background: transparent;
}
.prod-dett-testo [data-accordion] [data-content] [data-content] {
  background: #ffffff;
  font-size: calc(10px + 0.5vw);
}
.prod-dett-testo [data-accordion] [data-content] [data-content] [data-content] {
  background: rgb(228, 255, 228);
}
.prod-dett-testo [data-accordion] {
  line-height: 1;
}
.prod-dett-testo [data-control],
.prod-dett-testo [data-content] > * {
  padding: 10px;
}
.prod-dett-testo [data-content] [data-accordion] {
  border: 0;
  padding: 0;
}
.prod-dett-testo [data-accordion] [data-control] {
  background: transparent;
  position: relative;
  padding-right: calc(20px + 0.5vw);
  padding-left: 0px;
  width: 100%;
  text-align: left;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  height: 70px;
  color: #333;
}
.prod-dett-testo [data-accordion] [data-control]:hover {
  color: yellowgreen;
  background: white;
}
.prod-dett-testo [data-accordion] > [data-control]:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: calc(14px + 0.5vw);
  font-weight: 200;
  color: #444;
  height: 100%;
  width: 24px;
  background: url("/static/core/front/img/down.d754d4d785d1.png") center center no-repeat;
  background-size: 50%;
}
.prod-dett-testo [data-accordion].open > [data-control]:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.metodi-pagamento img {
  margin-bottom: 0;
  padding: 0 !important;
  max-height: 32px;
}
.metodi-pagamento svg {
  margin-bottom: 0;
  padding: 0 !important;
}
.metodi-pagamento p {
  font-size: 12px !important;
  padding-left: 0 !important;
}

.img-klarna {
  max-height: 32px;
}

button.desc {
  width: 100%;
  background-color: white;
  border: none;
  outline: none;
  text-align: left;
  padding: 15px 0px;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s linear;
  border-bottom: 1px solid #d7d7d7;
}

button.desc:after {
  background-image: url("/static/core/front/img/chevron-bottom.32e15f12d281.svg");
  height: 30px;
  width: 30px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

button.desc.is-open:after {
  background-image: url("/static/core/front/img/chevron-up.5baf116c0e4b.svg");
  height: 30px;
  width: 30px;
  background-size: 17px auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.accordion-content {
  background-color: white;
  padding: 0px 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}
.accordion-content p {
  padding-top: 10px;
  margin-bottom: 5px;
  font-weight: 300;
}
.accordion-content ul {
  font-size: 16px;
}

.prod-filtri {
  height: 40px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: calc(12px + 0.5vw);
}

.prod-ordinamento {
  text-align: right;
}
.prod-ordinamento .select-ordinamento {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0;
  background: transparent;
  font-size: 14px;
  font-weight: 300;
  border: none;
  padding: 5px;
  background-image: url("/static/core/front/img/select.bfc53b6a6bee.svg");
  background-size: auto 10px;
  background-position: right center;
  background-repeat: no-repeat;
  width: 200px;
}

.filtri-catalogo {
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
}
.filtri-catalogo .form-check {
  margin-bottom: 10px;
}
.filtri-catalogo .applica-filtri {
  width: 100%;
  height: 50px;
  font-weight: 300;
  text-align: center;
  border: 1px solid #111111;
  background: #111111;
  color: white;
  margin-top: 30px;
  cursor: pointer;
}
.filtri-catalogo .applica-filtri:hover {
  background: #ffffff;
  color: #111111;
  border: 1px solid #111111;
}

.prod-label {
  position: absolute;
  right: 0;
  top: 15px;
  background: #E71D36;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 10px;
}

.titolo-catalogo {
  height: 70px;
  border-top: 1px solid #e5e5e5;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}

.prod-dett-desc h1 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.variante {
  font-weight: 300;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #e5e5e5;
}

.select-varianti {
  font-weight: 300;
}
.select-varianti select.form-control {
  margin-bottom: 30px;
}

.car-tecniche {
  font-weight: 300;
  margin-top: 60px;
}

.car-tecniche h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 20px;
}

.blocco-tecnico {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  font-size: calc(8px + 0.5vw);
}

.tabella-prodotti {
  font-size: calc(8px + 0.5vw);
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}

.tabella-prodotti td {
  vertical-align: middle;
}

.blocco-fascia-testo h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
}

.titoletto {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

#cart {
  background: white;
  overflow-y: scroll;
  overflow-x: hidden;
}

.filtri-catalogo {
  padding-top: 0;
  margin-bottom: 30px;
}
.filtri-catalogo strong {
  display: block;
  margin-bottom: 5px;
}
.filtri-catalogo .applica-filtri {
  display: block;
  color: white;
}
.filtri-catalogo .applica-filtri:hover {
  color: white;
}

.categorie-lista-post {
  text-align: center;
  padding-bottom: calc(20px + 2vw);
}
.categorie-lista-post form {
  width: 100%;
  text-align: center;
}
.categorie-lista-post form a {
  display: inline-block;
  margin-right: 2vw;
  margin-left: 2vw;
  text-transform: uppercase;
  font-weight: 700;
}
.categorie-lista-post form a:first-of-type {
  margin-left: 0;
}
.categorie-lista-post form a:last-of-type {
  margin-right: 0;
}

.lista-post-correlati h2 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 30px;
}

.blocco p a {
  text-decoration: underline;
}
.blocco .blocco-img {
  text-align: center;
}

.fascia-newsletter {
  border: none;
  text-transform: none;
  text-align: center;
  color: #ffffff;
  font-size: calc(20px + 2vw);
  font-weight: 700;
  padding-top: 30px;
  padding-bottom: 30px;
}
.fascia-newsletter::first-letter {
  text-transform: uppercase;
}
.fascia-newsletter:hover {
  color: white;
}

.blocco-contatti h2 {
  text-transform: uppercase;
  font-size: calc(20px + 1vw);
}

.blocco-form {
  color: white;
}
.blocco-form h2 {
  text-transform: uppercase;
  font-size: calc(20px + 2vw);
}

.form-contatti .btn-vai {
  background: transparent;
  border: 2px solid white;
  color: white;
  text-transform: uppercase;
  font-size: 1.5vw;
  border-radius: 0;
  padding-left: 2vw;
  padding-right: 2vw;
  cursor: pointer;
}

.thankyou-msg {
  text-align: center;
  padding-top: calc(50px + 3vw);
  padding-bottom: calc(50px + 3vw);
  font-size: 16px;
}

.procedi-acquisto {
  background: #111111;
  color: white;
}

.menu-profilo a {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.blocco-ordine {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: calc(10px + 1vw);
  margin-bottom: calc(10px + 1vw);
}

.continua .close {
  text-decoration: underline;
}

.riga-carrello {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.riga-carrello .prodotto-carrello img {
  height: 20px;
}
.riga-carrello .prodotto-carrello span {
  font-size: 12px;
}

.shopping-cart .block-heading span {
  font-size: calc(10px + 0.5vw);
}

.shopping-cart .block-heading span.active {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #111111;
  text-decoration: none;
}

.shopping-cart .items .product {
  border-bottom: 1px solid #f2f2f2;
  padding-top: calc(10px + 0.5vw);
  padding-bottom: calc(10px + 0.5vw);
  padding-right: calc(5px + 0.5vw);
  padding-left: calc(5px + 0.5vw);
}

.shopping-cart .items .product .info {
  padding-top: 0px;
  text-align: left;
  padding-left: 0.5vw;
  padding-right: 0.5vw;
}

.shopping-cart .items .agg-quantity {
  padding-left: calc(10px + 0.5vw);
  padding-right: calc(10px + 0.5vw);
}

.shopping-cart .items .product .info .quantity input {
  padding-left: 0.5vw;
  width: 70%;
  margin: 0 auto;
  border: 1px solid #777;
}

.shopping-cart .items .product .info .price {
  text-align: center;
}

.shopping-cart .items .product .info .trash a {
  color: #777;
  text-decoration: underline;
}

.shopping-cart .summary .metodi-pagamento {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 1rem;
  padding-top: 1rem;
}
.shopping-cart .summary .metodi-pagamento img {
  vertical-align: 0px;
}

.paginazione {
  padding-top: calc(20px + 1vw);
  padding-bottom: calc(20px + 1vw);
  text-align: center;
  text-transform: lowercase;
  font-variant: small-caps;
  letter-spacing: 1px;
}

.condizioni-di-vendita {
  padding-top: 60px;
  padding-bottom: 60px;
  /* Requirements */
  /* Basic Theme */
}
.condizioni-di-vendita [data-accordion] [data-content] {
  overflow: hidden;
  max-height: 0;
}
.condizioni-di-vendita [data-accordion] [data-content] {
  background: #ffffff;
  font-size: 16px;
  font-weight: 300;
}
.condizioni-di-vendita [data-accordion] [data-content] p {
  margin-bottom: 5px;
  line-height: 1.5em;
}
.condizioni-di-vendita [data-accordion] [data-content] p strong {
  font-weight: 700;
}
.condizioni-di-vendita [data-accordion] [data-content] ul {
  list-style-type: disc;
}
.condizioni-di-vendita [data-accordion] [data-content] ul li {
  margin-bottom: 10px;
  margin-left: 15px;
  line-height: 1.5em;
}
.condizioni-di-vendita [data-accordion] [data-content] article {
  background: transparent;
}
.condizioni-di-vendita [data-accordion] [data-content] [data-content] {
  background: #ffffff;
  font-size: 16px;
}
.condizioni-di-vendita [data-accordion] [data-content] [data-content] [data-content] {
  background: rgb(228, 255, 228);
}
.condizioni-di-vendita [data-accordion] {
  line-height: 1;
}
.condizioni-di-vendita [data-control],
.condizioni-di-vendita [data-content] > * {
  padding: 10px;
}
.condizioni-di-vendita [data-content] [data-accordion] {
  border: 0;
  padding: 0;
}
.condizioni-di-vendita [data-accordion] [data-control] {
  position: relative;
  padding-right: 40px;
  padding-left: 10px;
  width: 100%;
  text-align: left;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  height: 70px;
}

.newsletter {
  padding-top: calc(20px + 1vw);
  padding-bottom: calc(20px + 1vw);
}
.newsletter #mce-EMAIL {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
}
.newsletter #mc-embedded-subscribe {
  height: 50px;
  width: 60%;
  display: block;
  margin: 0 auto;
  color: white;
  border: none;
}

.owl-carousel {
  display: block;
}

.footer-sito {
  background-color: #1D3354;
  color: white;
  padding: 0 3%;
  padding-top: 50px;
  padding-bottom: 100px;
  font-size: 14px;
}
.footer-sito .logo-footer {
  max-width: 90%;
}
.footer-sito .link-footer {
  text-align: right;
}
.footer-sito a {
  color: white;
}
.footer-sito a:hover {
  color: #D64045;
}
.footer-sito .social {
  margin-top: 15px;
}
.footer-sito .social div {
  display: inline-block;
  margin-right: 5px;
}
.footer-sito .social img {
  height: 30px;
  width: 30px;
}
.footer-sito .social .svg-icon {
  width: 30px;
  height: 30px;
}
.footer-sito .social .svg-icon:hover path,
.footer-sito .social .svg-icon:hover polygon,
.footer-sito .social .svg-icon:hover rect {
  fill: #D64045;
}
.footer-sito .social .svg-icon:hover circle {
  stroke: #D64045;
}
.footer-sito .social .svg-icon path,
.footer-sito .social .svg-icon polygon,
.footer-sito .social .svg-icon rect {
  fill: white;
}
.footer-sito .social .svg-icon circle {
  stroke: white;
  stroke-width: 1;
}
.footer-sito .foot-pagamenti img {
  max-height: 32px;
}
.footer-sito .foot-pagamenti strong {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.riga-wish {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.riga-wish .aggiungi-wish {
  font-size: calc(12px + 1vw);
}

.tag-detail {
  padding-top: calc(30px + 2vw);
  padding-bottom: calc(30px + 2vw);
}

.riga-carrello .remove {
  text-align: right;
}
.riga-carrello .remove a {
  text-decoration: underline;
  color: #777;
}

.ante-img-carrello {
  background: none;
}
.ante-img-carrello img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.8;
}

.cat-ante {
  text-transform: none;
  text-align: center;
  background: #ebebeb;
  padding: 20px 15px;
  margin-top: 15px;
  margin-bottom: 30px;
  height: 100%;
}
.cat-ante .ante-cat-testo {
  margin-top: 15px;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 22px;
}

.prod-immagine {
  width: 100%;
  padding-top: 100%;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  background: #eee;
}
.prod-immagine .cont-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
.prod-immagine img.img-hover {
  display: none;
  margin: 0 auto;
}
.prod-immagine img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.box-ante-brand {
  text-transform: none;
  text-align: center;
  background: #ebebeb;
  padding: 20px 15px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.box-ante-brand .ante-img {
  display: none;
}
.box-ante-brand .testo h2 {
  margin-top: 15px;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 22px;
}
.box-ante-brand .testo p {
  margin-bottom: 0;
  margin-top: 20px;
}

.elenco-tag {
  margin-bottom: 30px;
}
.elenco-tag .cat-padre {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}
.elenco-tag .tag-figli {
  font-size: 18px;
}

.consigli-password {
  font-size: 12px;
  margin-top: 15px;
}
.consigli-password p {
  font-size: 12px;
}
.consigli-password ul {
  font-size: 12px;
  padding-top: 10px;
}
.consigli-password .btn {
  font-size: 12px;
  width: 100%;
  border: 1px solid #ebebeb;
}
.consigli-password .card {
  padding-left: 0;
}

.disclaimer {
  font-size: 12px;
}
.disclaimer input[type=checkbox] {
  margin-right: 5px;
  vertical-align: -2px;
}

.correlati-ricerca {
  height: 80px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.contenitore-correlati {
  height: 90px;
  padding: 5px;
  padding-left: 0;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hide;
  -webkit-overflow-scrolling: touch;
}

.cat-correlati {
  display: inline-block;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #333333;
  margin-right: 5px;
}

.pipe-space {
  display: inline-block;
  padding-left: 7px;
  padding-right: 7px;
}

.logout {
  text-align: center;
  font-size: 20px;
  padding-top: 60px;
  padding-bottom: 100px;
}
.logout .btn-azione {
  text-transform: uppercase;
  font-size: 20px;
}

.sez-menu {
  height: calc(150px + 10vw);
  position: relative;
  background: #000000;
  margin-bottom: calc(30px + 1vw);
}
.sez-menu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.5;
}
.sez-menu h2 {
  font-weight: 400;
  color: white;
  margin-bottom: 0;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(150px + 10vw);
  line-height: calc(150px + 10vw);
  font-size: calc(36px + 3vw);
}

.categoria-dish {
  margin-bottom: calc(30px + 4vw);
}

.first-cat-dish .sez-menu {
  cursor: pointer;
}
.first-cat-dish .sez-menu:hover img {
  opacity: 0.3;
}

.box-ante-dish {
  margin-bottom: calc(15px + 1vw);
  padding: 0 3vw;
}
.box-ante-dish .dish-table {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.box-ante-dish .dish-name {
  max-width: 80%;
}
.box-ante-dish .dish-name h3 {
  display: inline-block;
  font-weight: 400;
  font-size: calc(14px + 0.5vw);
  padding-right: 15px;
  margin-bottom: 0;
  letter-spacing: 0.1vw;
}
.box-ante-dish .dish-border {
  flex-grow: 1;
  min-width: 0;
  border-bottom: 1px dashed #111111;
}
.box-ante-dish .dish-price {
  padding-left: 15px;
  letter-spacing: 0.2vw;
  font-size: calc(14px + 0.5vw);
}
.box-ante-dish .dish-ingredients {
  margin-top: 15px;
  max-width: 80%;
}

.home-reviews {
  background-position: center center;
  background-size: cover;
  text-align: center;
  padding-top: calc(80px + 10vw);
  padding-bottom: calc(90px + 10vw);
  margin-bottom: calc(30px + 1vw);
}
.home-reviews .titolo {
  color: white;
  font-size: calc(20px + 2vw);
  margin-bottom: 0;
  font-weight: 400;
}
.home-reviews .item {
  height: calc(300px + 3vw);
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 15vw;
}
.home-reviews .item .titolo-review {
  color: white;
  font-size: calc(10px + 1vw);
  letter-spacing: 0.2vw;
  margin-bottom: calc(15px + 1vw);
}
.home-reviews .item p {
  color: white;
  margin-bottom: calc(15px + 1vw);
}
.home-reviews .item .autore-review {
  color: white;
  font-size: calc(14px + 0.5vw);
  text-transform: uppercase;
}
.home-reviews .owl-prev {
  width: 28px;
  height: 50px;
  position: absolute;
  top: 45%;
  left: 25px;
  display: block !important;
}
.home-reviews .owl-next {
  width: 28px;
  height: 50px;
  position: absolute;
  top: 45%;
  right: 25px;
  display: block !important;
}
.home-reviews .owl-theme .owl-dots .owl-dot span {
  border: 1px solid #111111;
  background: white;
  width: 15px;
  height: 15px;
}
.home-reviews .owl-theme .owl-dots .owl-dot.active span,
.home-reviews .owl-theme .owl-dots .owl-dot:hover span {
  background: #111111;
}

.dett-room .blocco {
  margin-bottom: 0;
}
.dett-room .blocco6_6 {
  padding: 0;
}
.dett-room .blocco6_6 .txt-dx {
  padding-left: 0;
}
.dett-room .blocco6_6 .txt-sx {
  padding-right: 0;
}
.dett-room .blocco6_6 .blocco-img {
  height: 45vw;
}
.dett-room .blocco6_6 .blocco-testo {
  text-align: center;
}
.dett-room .blocco6_6 .blocco-testo h2 {
  font-size: calc(20px + 1vw);
  margin-bottom: calc(15px + 1vw);
}
.dett-room .blocco6_6 .blocco-testo p {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.dett-room .blocco6_6 .blocco-testo p:last-of-type {
  margin-bottom: 0;
}
.dett-room .blocco6_6 .btn-azione-home {
  margin-top: 30px;
}
.dett-room .cont-padding {
  padding: 0;
}

.form-alert {
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1rem;
}
.form-alert input {
  height: 50px;
  margin-bottom: 1rem;
  padding-left: 10px;
  width: 100%;
  display: block;
}
.form-alert button {
  text-transform: uppercase;
  background: #111;
  color: white;
  border: 1px solid #111;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}
.form-alert button:hover {
  color: #111;
  background: white;
}
.form-alert p {
  height: 50px;
  width: 53%;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carosello-prodotti {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}
.carosello-prodotti .slick-prodotti {
  overflow: hidden;
}
.carosello-prodotti .slick-track {
  display: flex !important;
  margin-bottom: 40px;
}
.carosello-prodotti .slick-slide {
  height: inherit !important;
}
.carosello-prodotti .box-prodotto {
  width: 96%;
  margin: 0 auto;
  background: white;
  padding-bottom: 30px;
}
.carosello-prodotti .slick-prev, .carosello-prodotti .slick-next {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  z-index: 100;
}
.carosello-prodotti .slick-prev {
  left: 15px;
}
.carosello-prodotti .slick-next {
  right: 15px;
}
.carosello-prodotti .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 30px 0;
  padding-top: 0;
  list-style-type: none;
}
.carosello-prodotti .slick-dots li {
  margin: 0 0.25rem;
}
.carosello-prodotti .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #333;
  border: 1px solid #333;
  text-indent: -9999px;
}
.carosello-prodotti .slick-dots li.slick-active button {
  background-color: white;
}

/*---- RESPONSIVO ----*/
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1440px) {
  .lista-post .box-ante-post {
    height: 35vw;
  }
  .lista-post .box-ante-post .testo {
    top: calc(50% - 4vw);
    height: calc(50% + 4vw);
  }
  .lista-post .box-ante-post:hover .testo {
    top: calc(50% - 6vw) !important;
    height: calc(50% + 6vw) !important;
  }
}
/* Large devices (desktops) */
@media (max-width: 1199px) {
  .lista-post .box-ante-post {
    height: 40vw;
  }
  .lista-post .box-ante-post .testo {
    top: calc(50% - 5vw);
    height: calc(50% + 5vw);
  }
  .lista-post .box-ante-post:hover .testo {
    top: 30%;
    height: 70%;
  }
  #search-form {
    width: 15vw;
  }
}
/* Medium devices (desktops, 992px and down) */
@media (max-width: 992px) {
  #my-page {
    padding-top: 70px;
  }
  .testata .head-top {
    display: none;
  }
  .testata .head-center {
    top: 0;
  }
  .testata .head-center .mob-dx {
    text-align: right;
  }
  .testata .head-center .mob-dx .ico-mob {
    display: inline-block;
    margin-left: 1.5vw;
  }
  #search-form {
    display: none;
  }
  .mburger {
    display: inline-block;
    margin-left: 10px;
  }
  .prod-dettaglio {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .prod-dettaglio .owl-prodotto {
    height: 60vw;
  }
  .prod-dettaglio .owl-prodotto .item {
    height: 60vw;
  }
  .prod-dettaglio .owl-prodotto .item img {
    height: 55vw;
  }
  .prod-dettaglio .prod-dett-desc {
    padding-left: 0;
  }
  .prod-dettaglio .prod-dett-qta {
    margin-bottom: 25px;
  }
  .dettaglio .prima-img {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .riga-carrello .prezzo-carrello {
    padding-left: 15px;
  }
  .riga-carrello .quantita-carrello {
    text-align: left;
    padding-left: 15px;
  }
  .riga-carrello .remove {
    text-align: left;
    padding-left: 30px;
  }
  .ante-img-carrello {
    height: 120px;
  }
  .shopping-cart {
    padding-top: 20px;
  }
  .shopping-cart .block-heading {
    margin-bottom: 20px;
  }
  .shopping-cart .items .product .align-items-center {
    align-items: flex-start !important;
  }
  .shopping-cart .items .product .ante-img-carrello {
    height: 180px;
  }
  .shopping-cart .items .product .info {
    padding-left: 20px;
  }
  .shopping-cart .items .product .info .quantity {
    text-align: left;
  }
  .shopping-cart .items .product .info .quantity input {
    width: 200px;
    padding-left: 10px;
    margin: 0;
    margin-top: 10px;
  }
  .shopping-cart .items .product .info .price {
    text-align: left;
    margin-top: 10px;
  }
  .shopping-cart .items .product .info .trash {
    text-align: left;
    margin-top: 10px;
  }
  .cont-checkout {
    padding: 50px 30px;
  }
  .blocco-form {
    padding: 20px 5vw;
  }
  .form-contatti .btn-vai {
    font-size: 18px;
    width: 100%;
  }
  .footer-sito .logo-footer {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 90px;
  }
  .footer-sito .social {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .footer-sito .link-footer {
    text-align: left;
  }
  .chi-siamo-home .bg-chi {
    background-attachment: scroll;
  }
}
/* Small devices  */
@media (max-width: 767px) {
  p {
    font-size: calc(10px + 0.7vw);
  }
  .chi-siamo-home .titolo {
    font-size: calc(20px + 3vw);
  }
  .vetrina-categorie {
    height: 80vw;
    margin-bottom: 30px;
  }
  .vetrina-categorie .testo {
    top: calc(66.66667% - 10vw);
  }
  .vetrina-categorie .testo h2 {
    font-size: calc(20px + 3vw);
    margin-bottom: 2.5vw;
  }
  .lista-post .box-ante-post {
    height: 60vw !important;
  }
  .lista-post .box-ante-post .testo {
    padding-top: 4vw;
    top: 40% !important;
    height: 60% !important;
  }
  .lista-post .box-ante-post:hover .testo {
    top: 30% !important;
    height: 70% !important;
  }
  .box-prodotto {
    height: auto;
  }
  .box-prodotto .prod-immagine {
    height: auto;
    margin-bottom: 0px;
  }
  .box-prodotto .prod-titolo-prezzo {
    font-size: 16px;
    padding-left: 15px;
  }
  .box-prodotto .prod-titolo-prezzo h2 {
    font-size: 16px;
  }
  .box-prodotto .prod-titolo-prezzo p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .box-prodotto .prod-titolo-prezzo .prod-prezzo {
    text-align: left;
  }
  .prod-dettaglio .owl-prodotto {
    height: 70vw;
  }
  .prod-dettaglio .owl-prodotto .item {
    height: 70vw;
  }
  .prod-dettaglio .owl-prodotto .item img {
    height: 65vw;
  }
  .cont-box-prodotto {
    margin-bottom: 15px;
  }
  .shopping-cart .items .product .info .product-name {
    margin-bottom: 5px;
  }
  .cont-checkout {
    padding: 30px 15px;
  }
  .footer-sito {
    text-align: center;
  }
  .footer-sito .logo-footer {
    margin-bottom: 30px;
  }
  .footer-sito .social {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .footer-sito .link-footer {
    text-align: center;
    margin-top: 30px;
  }
}
/* Extra Small devices */
@media (max-width: 575px) {
  .owl-slide .item .testo-slide p {
    display: none;
  }
  .lista-post .box-ante-post .testo p {
    display: none;
  }
  .service-alt {
    height: auto;
  }
  .service-alt .box-img {
    height: calc(200px + 10vw);
    margin-bottom: 10px;
  }
  .shopping-cart .items .product .img-fluid {
    padding-right: 5px;
  }
  .box-ante-dish {
    padding: 0;
  }
  .box-ante-dish .dish-name {
    max-width: 70%;
  }
  .box-ante-dish .dish-ingredients {
    max-width: 70%;
  }
}
button.desc {
  width: 100%;
  background-color: white;
  border: none;
  outline: none;
  text-align: left;
  padding: 15px 0px;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s linear;
  border-bottom: 1px solid #d7d7d7;
}

button.desc:after {
  content: "";
  background-image: url("/static/core/front/img/chevron-bottom.32e15f12d281.svg");
  float: right;
  height: 30px;
  width: 30px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

button.desc.is-open:after {
  background-image: url("/static/core/front/img/chevron-up.5baf116c0e4b.svg");
  height: 30px;
  width: 30px;
  background-size: 17px auto;
  background-position: center center;
  background-repeat: no-repeat;
}

button.first-desc:after {
  content: "";
  background-image: url("/static/core/front/img/chevron-up.5baf116c0e4b.svg");
  float: right;
  height: 30px;
  width: 30px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

button.first-desc.is-open:after {
  background-image: url("/static/core/front/img/chevron-up.5baf116c0e4b.svg");
  height: 30px;
  width: 30px;
  background-size: 17px auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.accordion-content {
  background-color: white;
  padding: 0px 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}
.accordion-content p {
  padding-top: 10px;
  margin-bottom: 5px;
  font-weight: 300;
}

/*# sourceMappingURL=theme.css.a84d6633e88b.map */
