@font-face {
  font-family: "Trajan-pro-bold";
  src: url("../fonts/TrajanPro-Bold.eot");
  src: url("../fonts/TrajanPro-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/TrajanPro-Bold.woff2") format("woff2"),
    url("../fonts/TrajanPro-Bold.woff") format("woff"),
    url("../fonts/TrajanPro-Bold.ttf") format("truetype"),
    url("../fonts/TrajanPro-Bold.svg#TrajanPro-Bold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Trajan-pro";
  src: url("../fonts/TrajanPro-Regular.eot");
  src: url("../fonts/TrajanPro-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/TrajanPro-Regular.woff2") format("woff2"),
    url("../fonts/TrajanPro-Regular.woff") format("woff"),
    url("../fonts/TrajanPro-Regular.ttf") format("truetype"),
    url("../fonts/TrajanPro-Regular.svg#TrajanPro-Regular") format("svg");
  font-display: swap;
}
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

@media (min-width: 1600px) {
  .container.container-extended {
    width: 1600px;
  }
}
.container-fluid {
  max-width: 1600px;
}
.container-fluid.gray {
  background-color: #efedeb;
}
.gray {
  background-color: #efedeb;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}
/*-- common ------------------------*/
h1 {
  font-size: 22px;
  font-family: "Trajan-pro";
  color: #000;
  line-height: 26px;
  margin: 0 auto;
  font-weight: normal;
}
h2 {
  font-size: 18px;
  font-family: "Trajan-pro";
  color: #000;
  line-height: 26px;
  padding-bottom: 8px;
  margin: 0;
  font-weight: normal;
  margin-left: -2px;
}
h3 {
  font-size: 22px;
  font-family: "Trajan-pro";
  color: #000;
  line-height: 26px;
  padding-bottom: 10px;
  margin: 0;
  font-weight: normal;
}
h4 {
  font-size: 16px;
  font-family: "Trajan-pro";
  color: #000;
  line-height: 22px;
  padding-bottom: 10px;
  margin: 0;
  font-weight: normal;
}
p {
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 200;
  color: #000;
  line-height: 19px;
  margin: 0;
  position: relative;
  z-index: 2;
}
ul{
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 200;
  color: #000;
  line-height: 19px;
  margin: 0;
  position: relative;
  z-index: 2;
}
blockquote {
  border-left: 5px solid #e21d26;
  font-family: "Trajan-pro";
  font-weight: normal;
  font-size: 12px;
  color: #000;
  padding: 0 15px;
  margin: 0 0 0;
}
@media (max-width: 768px) {
  blockquote {
    margin-bottom: 25px;
  }
}
blockquote a {
  margin: 0;
  font-family: "Trajan-pro";
  font-weight: normal;
  font-size: 12px;
  color: #000;
  display: block;
  line-height: unset;
  transition: all 0.3s;
}

.content-product blockquote a:hover {
  padding-left: 5px;
  color: #e21d26;
}
.center {
  margin: 0 auto;
}
.no-gutter {
  padding: 0;
}
.stripes {
  margin: 50px auto;
}
.external-ctn {
  max-width: 1600px;
  margin: 0 auto;
}
.cta {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 13px;
  padding: 16px 16px;
  display: inline-block;
  max-width: 280px;
  text-transform: uppercase;
  margin: 0 auto;
  line-height: 14px;
  max-height: 45px;
  font-weight: 300;
}
.cta.red {
  background-color: #e21e26;
  color: #fff;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.02, 0.05, 0.76);
  -moz-transition: all 0.3s cubic-bezier(0.22, 0.02, 0.05, 0.76);
  -ms-transition: all 0.3s cubic-bezier(0.22, 0.02, 0.05, 0.76);
  -o-transition: all 0.3s cubic-bezier(0.22, 0.02, 0.05, 0.76);
  transition: all 0.3s cubic-bezier(0.22, 0.02, 0.05, 0.76);
}
.cta.red:hover {
  background-color: #fff;
  color: #e21e26;
  border: 1px solid #e21e26;
}
.cta.download {
  padding: 8px 10px;
}
.inner-box {
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 70%;
  padding: 50px 20px;
}
.inner-box h3 {
  font-size: 22px;
  font-family: "Trajan-pro";
  font-weight: normal;
  color: #000;
  line-height: 26px;
  padding-bottom: 8px;
  margin: 0;
  text-align: left;
}
.inner-box p {
  padding: 0;
}

.owl-carousel button.owl-dot {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #000;
  margin-right: 10px;
}
.owl-carousel .owl-dots {
  text-align: center;
  margin: 25px auto;
}
.owl-carousel button.owl-dot.active {
  background-color: #e21e26;
  border: 1px solid transparent;
}
.owl-carousel button.owl-dot:focus {
  outline: 0;
}
.owl-carousel button.owl-dot:last-child {
  margin-right: 0;
}

/* .fa-chevron-right:before{
    content: "\f054";
    padding-left: 5px;
} */

/*-- Homepage ----------------------------------------*/
.page-homepage .owl-carousel button.owl-dot {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #000;
  margin-right: 10px;
}
.page-homepage .owl-carousel .owl-dots {
  text-align: center;
  margin: 25px auto;
}
.page-homepage .owl-carousel button.owl-dot.active {
  background-color: #e21e26;
  border: 1px solid transparent;
}
.page-homepage .owl-carousel button.owl-dot:focus {
  outline: 0;
}
.page-homepage .info-section-product h2 {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .landing-page-svs .page-homepage .info-section-product h2 {
    padding-top: 30px;
  }
}
.page-homepage .world .product-preview-box {
  margin-bottom: 20px;
}

.page-homepage .world .product-preview-box h4 {
  max-width: 385px;
  margin: 0 auto;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 5px;
}
.page-homepage .world .product-preview-box p {
  max-width: 365px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.page-homepage .world .product-preview-box a {
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  border: none;
}
.page-homepage .world .product-preview-box a:hover {
  background-color: #e21e26;
  color: #fff;
}
/* gluten Free */
.page-homepage .gluten-free .product-preview-box {
  margin-bottom: 20px;
  background-color: #ffffff;
  color: #000;
  margin: 10px;
  /*max-width: 385px;*/
  width: 31%;
  min-height: 320px;
  position: relative;
}

.page-homepage .gluten-free .product-preview-box h4 {
  max-width: 385px;
  margin: 0 auto;
  color: #000;
  padding-top: 15px;
  padding-bottom: 5px;
}
.page-homepage .gluten-free .product-preview-box p {
  max-width: 365px;
  margin: 0 auto;
  color: #000;
  text-align: center;
}

.page-homepage .gluten-free .product-preview-box a {
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  border: none;
}
.page-homepage .gluten-free .product-preview-box a:hover {
  background-color: #e21e26;
  color: #000;
}
.bottom-align-text {
  position: absolute;
  left: 15px;
  bottom: 2%;
}
.center-align-text,
.top-align-text {
  position: absolute !important;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-align-text {
  top: 8%;
}
.center-align-text {
  top: 50%;
}

/* gluten Free */
.page-homepage .related {
  margin-top:50px;
  margin-bottom: 0;
}
.page-homepage .ctn-slider {
  width: 100%;
  margin-bottom: 50px;
}
.page-homepage .slide {
  width: 100%;
  background-color: #000;
  margin-right: 1px;
  transform: translateX(0%);
}
.page-homepage .slide.scroll-horizontal {
  transform: translateX(-10%);
}
.page-homepage .box, #virtual_tour .box {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 20%;
}
.page-homepage .box .inner-box, #virtual_tour .box .inner-box {
  max-width: 50%;
}
.page-homepage .carosuel-homepage-reel {
  margin: 0 auto;
}
.search-empty {
  text-align: center;
  padding: 50px 0 0 0;
}
/*
.block-scroll-vertical{
    overflow-y: hidden;
}
*/
/*-- static reel -----------------------------------------*/
.content-reel {
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  max-width: 50%;
  min-width: 40%;
  padding: 3.2% 0;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.inner-content {
  max-width: 71%;
  padding: 0 3% 0 0;
}
.content-reel h1 {
  font-size: 18px;
  font-family: "Trajan-pro";
  font-weight: normal;
  color: #000;
  text-align: left;
  line-height: 22px;
  padding-bottom: 8px;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: -2px;
}
.content-reel h2 {
  font-size: 22px;
  font-family: "Trajan-pro";
  font-weight: normal;
  color: #000;
  text-align: left;
  line-height: 26px;
  padding-bottom: 8px;
}

.content-reel p {
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 200;
  color: #000;
  text-align: left;
  line-height: 19px;
}
@media (max-width: 1279px) {
  .content-reel {
    transform: none;
    transform: unset;
    position: relative;
    max-width: 100%;
    justify-content: center;
    padding: 0;
  }
  .content-reel .inner-content {
    max-width: 90%;
    padding: 0;
  }
  .content-reel h1 {
    text-align: center;
    padding-top: 25px;
  }
  .content-reel p {
    text-align: center;
  }

  .embed-container {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .page-homepage .gluten-free .product-preview-box {
    margin: 2%;
    width: 46%;
    min-height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .page-homepage .gluten-free .product-preview-box {
    min-height: 300px;
  }
  .reel img {
    display: none;
  }

  .reel .mobile-image {
    min-height: 200px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
}

/* FIX FOR PAGE LINEE */
.page-generic .reel,
.page-linee-list .reel,
.page-story .reel,
.page-generic .reel,
.page-video-image .reel,
.page-world .reel,
.page-detail .reel,
.page-recipes-list .reel,
.page-newsletter .reel {
  position: relative;
  margin-bottom: 50px;
}

/*-- video YT ------------------------------------*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* height: 0; */
  overflow: hidden;
  /*width:1170px;*/
  height: 750px;
  /* width: 100%;
  height: 100%; */
  /* max-width: 100%; */

  margin-bottom: 50px;
}

@media (max-width: 1200px) {
  .embed-container {
    width: 100vw;
    /*margin:auto;*/
  }

  .embed-container iframe, .embed-container object, .embed-container embed {
    /* height: auto !important; */
    /* height: 470px !important; */
    width: auto;
  }
}

@media (max-width: 800px)  {
  .embed-container iframe, .embed-container object, .embed-container embed {
    height: 350px !important;
  }

  .embed-container {
    height: 350px;
  }
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*-- video YT ------------------------------------*/

.ctn-video {
  margin-bottom: 50px;
  position: relative;
}
.ctn-video .ctn-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*-- homepage ------------------------------------*/
.page-homepage .content-reel {
  align-items: flex-start;
}
.page-homepage .inner-content {
  max-width: 55%;
  padding: 0 3% 0 3%;
}
.page-homepage .inner-content .cta {
  margin-top: 50px;
}
.page-homepage .related .editorial-content:first-child .box {
  justify-content: flex-end;
}
.page-homepage .related .editorial-content .box {
  justify-content: flex-start;
  padding-left: 90px;
}

@media (max-width: 1360px) {
  .page-homepage .box .inner-box, #virtual_tour .box .inner-box {
    max-width: 90%;
  }
}
@media (max-width: 1279px) {
  .page-homepage .inner-content {
    max-width: 100%;
  }
  .page-homepage .inner-img {
    display: none;
  }
  .page-homepage .content-reel {
    text-align: center;
  }
  .page-homepage .editorial-content img {
    margin: 0 auto;
  }
  .page-homepage .editorial-content .box {
    padding: 0;
  }
  .page-homepage .box .inner-box, #virtual_tour .box .inner-box {
    max-width: 100%;
  }
  .col-md-6.editorial-content {
    width: 100%;
  }
  .page-homepage .related .editorial-content .box {
    padding-left: 0;
  }
}
.left {
  justify-content: flex-end !important;
}
.right {
  justify-content: flex-start !important;
}

/*-- characteristic ------------------------------------*/
.characteristic {
  margin: 50px auto;
  padding: 0 25%;
}
.characteristic span {
  font-size: 16px;
  font-family: "Trajan-pro";
  font-weight: normal;
  color: #000;
  display: inline-block;
  margin-bottom: 20px;
  line-height: 19px;
}
.characteristic p {
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 200;
  color: #000;
  text-align: center;
  line-height: 19px;
}
@media (max-width: 768px) {
  .characteristic {
    padding: 0;
    margin: 20px auto 30px;
  }
  .characteristic span {
    margin-top: 20px;
  }
}
/*-- ingredients ------------------------------------*/
.ingredients {
  background-color: #000;
  padding: 50px 80px;
  margin: 0;
}
.ingredients ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.ingredients ul li {
  border-bottom: 1px solid #fff;
  padding: 0;
}
.ingredients h2 {
  color: #fff;
  text-align: left;
  font-size: 22px;
  font-family: "Trajan-pro";
  font-weight: normal;
}
.ingredients h2.text-center {
  text-align: center;
}
.ingredients p {
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 200;
  color: #fff;
  text-align: left;
  line-height: 25px;
  margin: 10px auto;
}
.ingredients .carousel-product-ingredient p {
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .ingredients h2.text-center {
    padding-top: 50px;
  }
  .ingredients .col-xs-12 {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .ingredients {
    padding: 50px 30px;
  }

  .ingredients h2.text-center {
    padding-top: 50px;
  }
}

/*-- steps ------------------------------------*/
.steps {
  background-color: #efedeb;
  padding: 50px 80px;
  margin: 0;
  margin-bottom: 70px;
}
.steps ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.steps ul li {
  color: #e21e26;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 200;
  padding: 0 0 15px 0;
  font-size: 16px;
}
.steps ul li p {
  display: inline;
}

.steps .tags ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #000;
  margin-top: 50px;
}
.steps .tags ul li {
  padding: 0;
  padding-top: 50px;
  display: inline-flex;
}
.steps .tags ul li a {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 200;
  font-size: 16px;
  color: #000;
  padding-right: 30px;
}
.steps .tags ul li a:after {
  content: "";
  background: url("../img/arrow-tags.png") center center no-repeat;
  width: 8px;
  height: 12px;
  padding-left: 20px;
  display: inline-block;
}
@media (max-width: 768px) {
  .steps {
    padding: 50px 15px;
    margin-bottom: 45px;
  }
}

/*-- related ------------------------------------*/
.related {
  margin-bottom: 50px;
}
.related .box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 90px;
  border: 0.5px solid #fff;
}
.related .big .box {
  justify-content: center;
}
.related .box.right {
  justify-content: flex-start;
  padding-left: 90px;
  padding-right: 0;
}
.related .inner-box {
  background-color: rgba(255, 255, 255, 0.95);
  max-width: 70%;
  padding: 20px 20px;
}
.related .inner-box h3 {
  font-size: 18px;
  font-family: "Trajan-pro";
  font-weight: normal;
  color: #000;
  line-height: 26px;
  padding-bottom: 10px;
  margin: 0;
  text-align: left;
}
.related .inner-box p {
  padding: 0;
  margin-bottom: 20px;
}
.related .inner-box p + .cta {
  margin-top: 30px;
}
.related .inner-box ul {
  list-style: none;
  padding: 0;
  margin: 35px 0 50px 0;
}
.related .inner-box ul li {
  padding: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  color: #000;
}
.related .inner-box ul li p {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 200;
  font-size: 16px;
  color: #000;
  display: inline;
  padding: 0;
}
.related .inner-box .cta {
  background-color: transparent;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 13px;
  padding: 15px 30px;
  display: inline-block;
  max-width: 200px;
  text-transform: uppercase;
}
.related .inner-box .cta.red {
  background-color: #e21e26;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.02, 0.05, 0.76);
  -moz-transition: all 0.3s cubic-bezier(0.22, 0.02, 0.05, 0.76);
  -ms-transition: all 0.3s cubic-bezier(0.22, 0.02, 0.05, 0.76);
  -o-transition: all 0.3s cubic-bezier(0.22, 0.02, 0.05, 0.76);
  transition: all 0.3s cubic-bezier(0.22, 0.02, 0.05, 0.76);
}
.related .inner-box .cta.red:hover {
  background-color: #fff;
  color: #e21e26;
  border: 1px solid #e21e26;
}

@media (max-width: 1279px) {
  .related .box {
    text-align: center;
  }
  .related .inner-box h3 {
    text-align: center;
  }
  .related .inner-box p {
    text-align: center;
  }
  .related .inner-box ul li {
    text-align: center;
  }
  .related .box.right {
    justify-content: center;
  }
  .related > div {
    width: 100%;
  }
  .related > div img {
    margin: 0 auto;
  }
  .related .box {
    position: relative;
    padding-right: 0;
    display: block;
    height: auto;
  }
  .related .inner-box {
    max-width: 60%;
    margin: 0 auto;
  }
  .related .box.right {
    padding-left: 0;
  }
}
@media (max-width: 1429px) {
  .related .inner-box {
    max-width: 90%;
    margin: 0 auto;
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .related .inner-box {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  /*.page-world .related > div img {
        height: 50vh;
        margin: auto;
        width: 100vh;
    }*/
  .page-world .related > div img {
    height: auto;
    margin: auto;
    width: auto;
  }
}

/*-- products -------------------------------------------*/
.content-product {
  display: flex;
}
.content-product div:last-child {
  align-items: flex-end;
  display: flex;
}
.content-product div:last-child img {
  margin-bottom: 40px;
}
.content-product .fas.fa-chevron-right {
  padding-left: 5px;
  font-size: 9px;
  vertical-align: middle;
  line-height: 10px;
}
.content-product h1 {
  margin: 25px auto;
}
.content-product p {
  margin: 25px auto 50px;
}
.content-product blockquote p {
  margin: 0;
}
.content-product .logo-igp {
  position: absolute;
  top: 40px;
  right: 50px;
}
.content-product .logo-igp img {
  max-width: 60px;
  width: 100%;
}
.content-product .logo-igp.xs img {
  max-width: 60px;
  width: 100%;
}
.list ul {
  padding: 0;
  list-style: none;
  display: flex;
  display: -ms-flexbox;
  flex-flow: wrap;
  -ms-flex-flow: wrap;
  margin: 20px auto 50px;
  justify-content: center;
}
.list ul li {
  flex-grow: 1;
  text-align: center;
  padding: 15px 0;
  max-width: 20%;
}
.list ul li span {
  font-size: 16px;
  font-family: "Trajan-pro";
  font-weight: normal;
  color: #000;
  display: inline-block;
  margin-bottom: 15px;
  line-height: 19px;
}
.list p {
  text-align: center;
}
.list hr {
  border-bottom: 1px solid #000;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.container-ctas {
  display: flex;
  margin-bottom: 20px;
}
.container-ctas .cta {
  flex-grow: 2;
  max-width: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  margin: 0 15px 0 0;
  max-width: 185px;
}
.container-ctas .cta.download {
  flex-grow: 1;
  margin-right: 0;
  max-width: 45px;
}
.ctn-nude {
  max-width: 530px;
}
.ctn-nude img {
  width: 100%;
}
@media (max-width: 991px) {
  .content-product .logo-igp {
    right: 35px;
  }
}
@media (max-width: 768px) {
  .content-product .logo-igp {
    right: 0px;
  }
}

@media (max-width: 767px) {
  .list ul li {
    max-width: 25%;
  }
  .content-product .logo-igp {
    right: 15px;
    top: 140px;
  }
}
@media (max-width: 640px) {
  .page-homepage .gluten-free .product-preview-box {
    min-height: 250px;
  }
  .list ul {
    flex-flow: column;
    -ms-flex-flow: column;
  }
  .list ul li {
    border-bottom: 1px solid #000;
    padding: 0;
    max-width: 100%;
    display: flex;
  }
  .list ul li span {
    flex: 1;
    line-height: 50px;
    margin-bottom: 0;
    text-align: left;
  }
  .list p {
    line-height: 50px;
  }
}
@media (max-width: 480px) {
  .content-product .pack {
    width: 60%;
  }
}
@media (max-width: 374px) {
  .content-product .logo-igp {
    top: 160px;
  }
  .content-product .logo-igp.xs img {
    max-width: 40px;
  }
}

/*-- how to garofalo -------------------------*/
.how-garofalo {
  padding: 50px 0;
}
.how-garofalo .inner-box {
  max-width: 100%;
  min-height: 313px;
}
.how-garofalo .inner-box .cta {
  max-width: unset;
  margin-top: 50px;
}
.how-garofalo .embed-container {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .how-garofalo .ctn-two-box {
    display: flex;
    flex-direction: column;
  }
  .how-garofalo .ctn-two-box div:first-child {
    order: 2;
  }
}

/*-- details -------------------------*/
.details {
  padding-top: 50px;
  padding-bottom: 50px;
}
.details ul {
  padding: 0;
  list-style: none;
  margin: 25px auto 0;
}
.details ul li {
  border-bottom: 1px solid #000;
  padding: 0;
  display: flex;
  padding: 20px 0;
}
.details ul li span {
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 200;
  color: #000;
  line-height: 20px;
  margin: 0;
}
.details ul li span:first-child {
  flex: 1;
  text-align: left;
}
.details .ctn-box {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .details .ctn-box {
    text-align: center;
  }
  .details h3 {
    text-align: center;
  }
  .details p {
    text-align: center;
  }
}

/* Navigator White Sticky */
.white-category-navigator {
  text-align: center;
  border-bottom: 1px solid;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.02, 0.05, 0.76);
  -moz-transition: all 0.3s cubic-bezier(0.22, 0.02, 0.05, 0.76);
  -ms-transition: all 0.3s cubic-bezier(0.22, 0.02, 0.05, 0.76);
  -o-transition: all 0.3s cubic-bezier(0.22, 0.02, 0.05, 0.76);
  transition: all 0.3s cubic-bezier(0.22, 0.02, 0.05, 0.76);
}

.white-category-navigator a {
  padding: 20px 35px;
  display: inline-block;
  font-family: "Trajan-pro";
  font-weight: normal;
  font-size: 14px;
  color: #000;
}

.white-category-navigator.sticky {
  position: fixed;
  top: 60px;
  z-index: 9;
  background: #000;
  left: 0;
  max-width: 1600px;
  margin: auto;
  right: 0;
}
/*

.white-category-navigator.sticky a {
    color:#FFF;
    text-decoration: none;
    font-weight: normal;
}
.white-category-navigator.sticky a.selected:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: #FFF;
    position: relative;
    top: 5px;
}

.white-category-navigator.sticky a:active {
    color: #FFF;
}
*/

.white-category-navigator.sticky a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  position: relative;
  margin: auto 35px;
  padding: 20px 0;
}
.white-category-navigator.sticky a:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 13px;
  background: #fff;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.white-category-navigator.sticky a.selected:after {
  right: 0;
}

.white-category-navigator.sticky a:active {
  color: #fff;
}
.space + div {
  margin-top: 165px;
}

@media screen and (max-width: 767px) {
  .page-linea .white-category-navigator.sticky {
    position: relative;
    top: 0;
    background: transparent;
    color: #000;
    padding-bottom: 0;
  }

  .page-linea .white-category-navigator.sticky a {
    color: #000;
  }

  .space + div {
    margin-top: 50px;
  }
}
/* Section prodotto separator */

.black-row {
  position: relative;
}

.black-row > .container {
  background: #fff;
  position: relative;
}

/* .black-row:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    top: 35px;
    position: relative;
} */

/* Box Prodotto */

.info-section-product h2 {
  text-align: center;
  margin: 0;
  padding-bottom: 8px;
  font-weight: normal;
}

.info-section-product p {
  font-size: 16px;
  padding-bottom: 50px;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
}

.product-previews {
  max-width: 1220px;
  margin: 0 auto 100px;
}

.product-preview-box {
  min-height: 320px;
  position: relative;
}

.product-preview-box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.product-preview-box h4 {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 16px;
  font-family: "Trajan-pro";
  font-weight: normal;
  margin-top: 25px;
}
.product-preview-box a:not(.img-uri) {
  text-transform: uppercase;
  width: 183px;
  height: 45px;
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 1px;
  left: 0;
  right: 0;
  margin: 0px auto;
  color: #000;
  text-align: center;
  font-size: 13px;
  font-family: "Nunito Sans", sans-serif;
  border: 1px solid;
  margin-bottom: 20px;
  padding: 14px 0;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.02, 0.05, 0.76);
  -moz-transition: all 0.3s cubic-bezier(0.22, 0.02, 0.05, 0.76);
  -ms-transition: all 0.3s cubic-bezier(0.22, 0.02, 0.05, 0.76);
  -o-transition: all 0.3s cubic-bezier(0.22, 0.02, 0.05, 0.76);
  transition: all 0.3s cubic-bezier(0.22, 0.02, 0.05, 0.76);
  font-weight: 300;
}
.product-preview-box a:hover,
.product-preview-box .img-uri:hover + a {
  background: #c8102e;
  color: #fff;
  border: 1px solid #c8102e;
}

.product-preview-box .ctn-flex {
  display: flex;
  width: 100%;
  position: absolute;
  justify-content: center;
  max-width: 183px;
  left: 1px;
  right: 0;
  bottom: 1px;
  margin: 0 auto;
}

.product-preview-box .ctn-flex a {
  width: auto;
  margin: 0;
  position: relative;
  padding: 14px 0;
  bottom: 21px;
  text-transform: uppercase;
  border: 1px solid #000;
  flex: 1 0 50%;
}
.product-preview-box .ctn-flex a:first-child {
  background-color: #c8102e;
  color: #fff;
}
.product-preview-box .ctn-flex a:last-child {
  border-left: transparent;
}

@media screen and (max-width: 1199px) {
  .product-preview-box a {
    bottom: 6%;
    max-width: 151px;
  }
  .product-preview-box {
    margin-bottom: 20px;
  }
  .product-preview-box:last-child {
    margin-bottom: 0px;
  }
  .product-previews {
    margin-bottom: 50px;
  }
  .world .product-preview-box a {
    max-width: 185px;
  }
  .product-preview-box .ctn-flex {
    max-width: 151px;
    bottom: 17px;
  }
}
@media screen and (max-width: 991px) {
  .product-preview-box a {
    bottom: 11%;
    max-width: 115px;
  }
  .product-preview-box .ctn-flex {
    max-width: 100px;
    bottom: 36px;
  }
}
@media screen and (max-width: 767px) {
  .product-preview-box a {
    bottom: 0%;
    max-width: 185px;
  }
  .product-preview-box .ctn-flex {
    max-width: 185px;
    left: 0;
    right: 0;
    bottom: 1px;
  }
  .product-preview-box .ctn-flex a:first-child {
    border-top: 2px solid #000;
  }
}
@media screen and (max-width: 415px) {
  .product-preview-box {
    padding: 10px 0;
  }
  .product-preview-box a {
    bottom: 0.5%;
    max-width: 184px;
  }
  .page-homepage .gluten-free .product-preview-box {
    margin: 2%;
    width: 96%;
    min-height: 320px;
  }
}

@media screen and (max-width: 415px) {
  .product-preview-box {
    padding: 10px 0;
  }
  .product-preview-box a {
    bottom: 2.5%;
    max-width: 170px;
  }
}
@media screen and (max-width: 375px) {
  .product-preview-box {
    padding: 10px 0;
  }
  .product-preview-box a {
    bottom: 5.5%;
    max-width: 151px;
  }
}
@media screen and (max-width: 361px) {
  .product-preview-box a {
    bottom: 6.5%;
    max-width: 144px;
  }
}
@media screen and (max-width: 320px) {
  .product-preview-box a {
    bottom: 10.5%;
    max-width: 126px;
  }
}

@media screen and (max-width: 320px) {
  .page-homepage .gluten-free .product-preview-box {
    margin: 2.8%;
    width: 89%;
    min-height: 230px;
  }
}

@media screen and (max-width: 280px) {
  .page-homepage .gluten-free .product-preview-box {
    min-height: 240px;
  }
}

@media screen and (max-width: 413px) {
  .product-preview-box .ctn-flex {
    display: flex;
    flex-direction: column;
    max-width: 48%;
    margin: 0 auto;
    bottom: -12%;
    justify-content: center;
  }
  .product-preview-box .ctn-flex a:last-child {
    border-left: 1px solid #000;
  }
}

@media screen and (max-width: 413px) {
  .product-preview-box .ctn-flex {
    bottom: -7%;
  }
}

@media screen and (max-width: 360px) {
  .product-preview-box .ctn-flex {
    bottom: -7%;
  }
}

/* Box Prodotto Promo */

.promo-product {
  border: 1px solid;
  padding: 50px 25px;
  margin-bottom: 50px;
}
.promo-product.black {
  background: #000;
}

.promo-product.black * {
  color: #fff;
}
.promo-product p {
  margin-bottom: 15px;
}
.promo-product a {
  padding: 15px 30px;
  background: #c8102e;
  margin-top: 5px;
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  display: inline-block;
  text-transform: uppercase;
}
.promo-product img {
  margin: auto;
}

@media screen and (max-width: 767px) {
  .promo-product {
    margin-left: 0;
    margin-right: 0;
  }
  .promo-product img {
    margin-bottom: 50px;
  }
}

/*-- Elenco ricette ------------------*/
.recipes {
  margin: 0px auto 0;
}

.recipes .single-item .inner-box {
  max-width: 205px;
}

.recipes .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}

.recipes .single-item .box {
  max-width: unset;
}

.recipes .outer-box {
  max-width: 277px;
  margin-right: 20px;
}

.recipes .outer-box img {
  margin: 0 auto;
}
.recipes .first {
  padding-left: 0;
}
.recipes .last {
  padding-right: 0;
  margin-right: 0;
}

.recipes .inner-box {
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 80%;
  padding: 10px;
  width: 75%;
  text-align: center;
  min-height: 80%;
  display: flex;
  flex-direction: column;
}
.recipes .inner-box h3 {
  font-size: 16px;
  line-height: initial;
  width: auto;
  text-align: center;
  /* padding: 40% 0 20% 0; */
  max-width: 70%;
  margin: 0 auto;
  align-items: center;
  /* min-height: 80%; */
  flex: 1;
  display: flex;
  padding-bottom: 0;
  align-content: center;
}
.recipes .inner-box .cta {
  padding: 15px 0;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .recipes .item img {
    width: 100%;
  }
  .recipes .item {
    margin-bottom: 30px;
  }
  .recipes .inner-box h3 {
    max-width: 75%;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .recipes .inner-box {
    min-height: 70%;
  }
}

/*-- filters --*/
.filters {
  margin-top: 0px;
  margin-bottom: 50px;
}
.filters .ctn-select {
  border-bottom: 1px solid #000;
  border-radius: 0;
  line-height: 50px;
  position: relative;
}
.filters .ctn-select .fas.fa-chevron-down {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
  font-size: 16px;
}
.filters select {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 200;
  text-transform: uppercase;
  width: 100%;
  border: transparent;
  background: transparent;
  outline: 0;
}

.filter-main .row > div {
  margin-bottom: 30px;
}

select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}
/* For IE10 */
select::-ms-expand {
  display: none;
}
/* Box Linea List */
.list-linea {
  margin-right: auto;
  margin-left: auto;
}
.list-linea h4 {
  font-size: 16px;
  font-family: "Trajan-pro";
  font-weight: normal;
  text-align: center;
  margin-top: 0;
  position: relative;
  z-index: 3;
}

.list-linea .middle-block {
  margin: auto;
  height: 100%;
  min-height: 320px;
  z-index: 2;
}

.list-linea .middle-block .image-bg img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.22, 0.02, 0.05, 0.76);
  -moz-transition: all 0.4s cubic-bezier(0.22, 0.02, 0.05, 0.76);
  -ms-transition: all 0.4s cubic-bezier(0.22, 0.02, 0.05, 0.76);
  -o-transition: all 0.4s cubic-bezier(0.22, 0.02, 0.05, 0.76);
  transition: all 0.4s cubic-bezier(0.22, 0.02, 0.05, 0.76);
}

.list-linea .middle-block .image-bg-hover {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30px;
  max-width: 220px;
  width: 100%;
  background: #000;
  z-index: 2;
}
.home .list-linea .middle-block .image-bg-hover {
  max-width: 170px;
  width: 100%;
}

.list-linea a {
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-family: "Nunito Sans", sans-serif;
}

/* .list-linea .image-bg {
  padding: 117px 0;
} */

.list-linea .discover-more {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 14px;
  opacity: 0;
  z-index: 2;
}
.discover-more {
  text-align: center;
}

.list-linea .middle-block .image-bg-hover img {
  margin: auto;
}

.list-linea .middle-block-hover {
  opacity: 0;
  max-width: 224px;
  background: #000;
  min-height: 380px;
  margin: auto;
  position: absolute;
  top: -15px;
  width: 100%;
  left: 0;
  border: 2px solid #c8102e;
  right: 0;
  z-index: 1;
}

.home .list-linea .middle-block-hover {
  top: 0px;
  min-height: 370px;
}

.list-linea .item-linea:hover .middle-block-hover,
.list-linea .item-linea:hover .discover-more,
.list-linea .item-linea:hover .image-bg-hover {
  opacity: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 0.02, 0.05, 0.76);
  -moz-transition: all 0.6s cubic-bezier(0.22, 0.02, 0.05, 0.76);
  -ms-transition: all 0.6s cubic-bezier(0.22, 0.02, 0.05, 0.76);
  -o-transition: all 0.6s cubic-bezier(0.22, 0.02, 0.05, 0.76);
  transition: all 0.6s cubic-bezier(0.22, 0.02, 0.05, 0.76);
}
.list-linea .item-linea:hover .middle-block-hover {
  -webkit-transition: all 0.2s cubic-bezier(0.22, 0.02, 0.05, 0.76);
  -moz-transition: all 0.2s cubic-bezier(0.22, 0.02, 0.05, 0.76);
  -ms-transition: all 0.2s cubic-bezier(0.22, 0.02, 0.05, 0.76);
  -o-transition: all 0.2s cubic-bezier(0.22, 0.02, 0.05, 0.76);
  transition: all 0.2s cubic-bezier(0.22, 0.02, 0.05, 0.76);
}
.list-linea .item-linea:hover img {
  transform: scale(0.8);
  -webkit-transition: all 0.4s cubic-bezier(0.22, 0.02, 0.05, 0.76);
  -moz-transition: all 0.4s cubic-bezier(0.22, 0.02, 0.05, 0.76);
  -ms-transition: all 0.4s cubic-bezier(0.22, 0.02, 0.05, 0.76);
  -o-transition: all 0.4s cubic-bezier(0.22, 0.02, 0.05, 0.76);
  transition: all 0.4s cubic-bezier(0.22, 0.02, 0.05, 0.76);
}
.list-linea .item-linea:hover .image-bg-hover {
  bottom: 30px;
}
.list-linea {
  margin-bottom: 50px;
}
.list-linea .item-linea {
  margin-bottom: 50px;
}
.sidebar {
  list-style: none;
  padding: 0;
}
.sidebar li {
  padding-bottom: 10px;
  border-bottom: 1px solid;
  margin-bottom: 25px;
  position: relative;
}
.sidebar span {
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  color: #000;
  text-transform: uppercase;
  font-weight: 200;
  cursor: pointer;
}
.sidebar span i {
  position: absolute;
  font-size: 20px;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
}
.sidebar-text-area {
  margin-bottom: 50px;
  min-height: 500px;
}
.sidebar-text-area > .sidebar-content {
  display: none;
}

.sidebar-text-area > .sidebar-content:first-child {
  display: block;
}

@media screen and (max-width: 991px) {
  .list-linea .middle-block .image-bg img {
    max-width: 70%;
  }
}

@media screen and (max-width: 480px) {
  .list-linea .middle-block .image-bg img {
    max-width: 85%;
  }
}

/*-- Page detail ---------------------------------------- */
.ctn-content {
  margin: 50px auto 20px;
}
.page-detail .ctn-content {
  max-width: 80%;
  margin: auto;
  margin-bottom: 50px;
}
.page-detail .ctn-content h1 {
  margin-bottom: 25px;
}
.page-detail .ctn-content h5 {
  font-size: 14px;
  font-family: "Trajan-pro";
}
.page-detail .ctn-content p {
  margin-bottom: 50px;
}

.page-detail .ctn-content .padding-accordion p {
  margin-bottom: 15px;
}

.page-detail .ctn-content h2 {
  margin-bottom: 25px;
  font-size: 20px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 200;
  color: #000;
  line-height: 23px;
  margin: 0;
  position: relative;
  z-index: 2;
  text-align: left;
}

.page-detail .ctn-content .cta {
  min-width: 185px;
  text-align: center;
  margin-right: 20px;
}

.page-detail .ctn-content .cta-accordion {
  color: #fff;
  background: #e01f26;
  border: 0;
  cursor: pointer;
  margin-bottom: 35px;
  margin-top: 30px;
}

.page-detail h2 {
  text-align: center;
}

.page-detail .ctn-cta,
.link-list .ctn-cta {
  text-align: center;
  background-color: #efedeb;
  padding-top: 50px;
  padding-bottom: 50px;
  border: 1px solid #fff;
}
.link-list .ctn-cta {
  margin-bottom: 50px;
}
.page-detail .ctn-cta .cta,
.link-list .ctn-cta .cta {
  min-width: 185px;
  margin-right: 20px;
}

/*
.page-detail .ctn-cta,
.single-prodotto .ctn-cta {
  text-align: center;
  background-color: #efedeb;
  padding-top: 50px;
  padding-bottom: 50px;
  border: 1px solid #fff;
}
.single-prodotto .ctn-cta {
  margin-bottom: 50px;
}
.page-detail .ctn-cta .cta,
.single-prodotto .ctn-cta .cta {
  min-width: 185px;
  margin-right: 20px;
}
*/
/*
.page-detail .ctn-cta,
.single-product .ctn-cta {
  text-align: center;
  background-color: #efedeb;
  padding-top: 50px;
  padding-bottom: 50px;
  border: 1px solid #fff;
}
.single-product .ctn-cta {
  margin-bottom: 50px;
}
.page-detail .ctn-cta .cta,
.single-product .ctn-cta .cta {
  min-width: 185px;
  margin-right: 20px;
}
*/
.page-video-image .ctn-cta {
  text-align: center;
  background-color: #efedeb;
  padding-top: 50px;
  padding-bottom: 50px;
  border: 1px solid #fff;
}
.page-video-image .ctn-cta .cta {
  padding: 5px 16px;
}
.page-detail .cta.download {
  border: none;
  text-align: left;
}

.page-detail .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}
.page-detail .inner-box {
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 205px;
  padding: 10px;
  width: 75%;
  text-align: center;
  min-height: 80%;
  display: flex;
  flex-direction: column;
}
.page-detail .inner-box h3 {
  font-size: 16px;
  line-height: initial;
  width: auto;
  text-align: center;
  /* padding: 40% 0 20% 0; */
  max-width: 70%;
  margin: 0 auto;
  align-items: center;
  /* min-height: 80%; */
  flex: 1;
  display: flex;
  padding-bottom: 0;
  align-content: center;
}

@media screen and (max-width: 991px) {
  .page-detail .item img {
    width: 100%;
  }
  .page-detail .item {
    margin-bottom: 30px;
  }
  .page-detail .inner-box h3 {
    max-width: 75%;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .page-detail .inner-box {
    min-height: 70%;
    max-width: 100%;
  }
  .page-detail .ctn-content {
    max-width: 100%;
  }
  .page-detail .ctn-content h1 {
    text-align: center;
  }
  .page-detail .ctn-content p {
    text-align: center;
  }
}

@media screen and (max-width: 443px) {
  .page-detail .ctn-content {
    max-width: 100%;
    text-align: center;
    position: relative;
  }
  .page-detail .ctn-content .cta {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .page-detail .cta.download {
    text-align: right;
    position: absolute;
    top: -25px;
    right: 5px;
    width: auto;
    min-width: 1px;
  }
  .page-detail .ctn-cta .cta {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
/* Page video image Template */

.paragraph-area .text-area {
  -webkit-column-count: 1; /* Old Chrome, Safari and Opera */
  -moz-column-count: 1; /* Old Firefox */
  column-count: 1;
  column-gap: 50px;
  margin-bottom: 50px;
  text-align: left;
}
.paragraph-area .paragraph-text {
  max-width: 1000px;
  margin: auto;
  margin-top: 15px;
}
.paragraph-area h2 {
  text-align: left;
}

.paragraph-area .cta-area {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .paragraph-area .text-area {
    -webkit-column-count: 1; /* Old Chrome, Safari and Opera */
    -moz-column-count: 1; /* Old Firefox */
    column-count: 1;
    column-gap: 0;
  }
}

/* World Category Navigator */
.categories-navigator {
  background: #efedeb;
  padding: 35px 15px;
  text-align: center;
}

.categories-navigator a {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  display: inline-block;
  padding: 0 15px;
}
.categories-navigator a.selected {
  color: #e21e26;
}
@media screen and (max-width: 767px) {
  .categories-navigator a {
    display: block;
    padding: 10px 0;
  }
}
/* Search Box Area */
.search-box {
  margin-bottom: 50px;
  text-align: center;
}

.search-box .input-text {
  font-size: 16px;
  border-bottom: 1px solid;
  padding: 0 0px 0 5px;
  display: block;
  max-width: 320px;
  width: 100%;
  margin: auto;
  margin-bottom: 25px;
  text-align: left;
}

.search-box .input-text input {
  border: 0;
  outline: 0;
  display: inline-block;
  width: 93%;
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  background: transparent;
}

.search-box .cta-search .cta {
  background: #e21e26;
  color: #fff;
  border: 0;
}

/* Distribution */
.distribution-list {
  margin-bottom: 50px;
  column-count: 4;
  column-gap: 100px;
}
.distribution-list a {
  display: block;
  /* border-bottom: 1px solid #000; */
  color: #000;
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 200;
  text-transform: uppercase;
}
.distribution-list .gap {
  margin-bottom: 20px;
  position: relative;
}
.distribution-list .gap:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  bottom: 0;
}
@media screen and (max-width: 992px) {
  .distribution-list {
    column-count: 2;
  }
}
@media screen and (max-width: 767px) {
  .distribution-list {
    column-count: 1;
  }
}
/* Contacts */

.info-contact {
  margin: 50px 0;
}

.faqs .title {
  font-weight: 500;
  padding-bottom: 15px;
}
.form-contact {
  margin-bottom: 50px;
}
.faqs p {
  padding-bottom: 30px;
}

.cta.cta-work {
  max-width: 300px;
  background: #e21e26;
  color: #fff;
  border: 0;
}

.works {
  text-align: center;
  margin-bottom: 50px;
}

.bottom-black {
  border-bottom: 1px solid black;
  margin-bottom: 50px;
}
.country-list {
  margin-bottom: 50px;
}

.country-list .title {
  font-weight: 500;
  margin-bottom: 15px;
}

.country-list ul {
  list-style: none;
  padding: 0;
}

.country-list ul a {
  font-size: 16px;
  padding-bottom: 8px;
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 200;
  color: #000;
}

.country-list ul i {
  vertical-align: middle;
  font-size: 10px;
}

/*-- newsletter ------------------------------------*/

.newsletter-area {
  text-align: center;
  margin-bottom: 50px;
}

.newsletter-area a {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  background: #e21e26;
  padding: 16px;
  display: block;
  max-width: 180px;
  margin: auto;
  cursor: pointer;
}

/* .page-newsletter #garofalo_gdpr_popup .check-custom:before{
    border:1px solid #000;
} */
.page-newsletter #garofalo_gdpr_popup .ctn-form input,
.page-newsletter #garofalo_gdpr_popup label {
  font-family: "Nunito Sans", sans-serif;
}
/* FORM */
#fbuilder select {
  height: 45px;
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 200;
  padding: 10px !important;
}

#fbuilder input {
  height: 45px;
  padding: 10px !important;
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 200;
}

#fbuilder textarea {
  min-height: 100px;
}

#fbuilder input[type="checkbox"] {
  vertical-align: middle;
  position: relative;
  top: -4px;
  margin-right: 10px;
}
#fbuilder label {
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
}
#fbuilder .captcha {
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  clear: both;
  float: none;
}

#fbuilder .captcha img {
  margin: 10px 0;
}

#fbuilder .pbSubmit {
  font-family: "Nunito Sans", sans-serif;
  font-size: 13px;
  padding: 16px 16px;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 auto;
  line-height: 14px;
  max-height: 45px;
  max-width: 300px;
  background: #e21e26;
  color: #fff;
  border: 0;
  min-width: 180px;
  text-align: center;
  float: right;
}

#fbuilder .fields {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  float: left;
}

#fbuilder .fields:nth-child(1) {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}

#fbuilder .fields.cff-checkbox-field {
  display: block;
  width: 100%;
}

#fbuilder .medium {
  width: 48% !important;
}

#fbuilder .large {
  width: 96% !important;
}

#fbuilder .fields#field_1-3 {
  width: 100%;
}

#fbuilder .fields#field_1-3 .large {
  width: 98% !important;
}

#fbuilder .captcha img {
  cursor: pointer;
  float: left;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
  top: 8px;
}

@media screen and (max-width: 767px) {
  .navbar-static-top {
    position: fixed;
    width: 100%;
    top: 0;
  }

  .site {
    padding-top: 50px;
  }
  .page-linea .white-category-navigator {
    display: none;
  }
  #fbuilder .fields {
    float: none;
    display: block;
    width: 100% !important;
  }

  #fbuilder .captcha img {
    display: block;
    float: none;
  }

  #fbuilder .captcha {
    text-align: left;
  }

  #fbuilder .pbSubmit {
    float: none;
    margin: auto;
    text-align: center;
  }

  #fbuilder .fields#field_1-3 .large {
    width: 100% !important;
  }
  .page-homepage .box, #virtual_tour .box {
    position: relative;
    padding: 0;
    background: transparent;
  }

  .page-homepage .box .inner-box, #virtual_tour .box .inner-box {
    background: transparent;
  }

  .page-homepage .slide {
    background: transparent;
  }
  blockquote a {
    line-height: 25px;
  }
  .ctn-cta .cta {
    margin: 15px 0;
  }
  .list-linea .discover-more {
    opacity: 1;
  }

  .list-linea .item-linea:hover img {
    transform: scale(1);
  }
}

@media screen and (max-width: 640px) {
  .home .product-preview-box a:not(.img-uri) {
    bottom: 10px;
  }
  .product-preview-box .ctn-flex a:not(.img-uri) {
    max-width: 100%;
  }
  .product-preview-box a {
    max-width: 183px;
  }
  .home .product-preview-box a {
    max-width: 170px;
  }
  .page-template-template-pagina-linea .product-preview-box a:not(.img-uri),
  .page-template-template-categoria-prodotto
    .product-preview-box
    a:not(.img-uri) {
    bottom: 10px;
    max-width: 170px;
  }
}

@media screen and (max-width: 380px) {
  .product-preview-box a:not(.img-uri) {
    max-width: 100%;
  }
}

/* !! */
/* @media screen and (max-width: 767px) {
    .landing-page-sv .owl-item .middle-block {
        width:170px !important;
        padding-right: 40px !important;
        padding-left: 40px !important;
        box-sizing: content-box !important;
    }
    
    .landing-page-sv  .owl-item {
        width:auto !important;
    }
} */

/* FIX ONLY IE 11 and lower */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-detail .box {
    display: block;
    right: 0;
    margin: auto;
  }

  .page-detail .inner-box {
    display: block;
    margin: auto;
    top: 25px;
    position: relative;
  }

  .page-detail .inner-box h3 {
    display: block;
    padding-bottom: 50px;
    padding-top: 25px;
  }
}

/* ------- Store Locator -----------*/
.text-intro {
  padding-bottom: 50px;
}

/* Share Recipe */
.img-reel-recipe {
  position: relative;
}

.img-reel-recipe .share-recipe {
  position: absolute;
  bottom: 50px;
  right: 50px;
}
.img-reel-recipe .share-recipe a {
  background: #fff;
}
.cta.download img {
  display: block;
}
.wow {
  visibility: hidden;
}

.over-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  cursor: pointer;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .over-iframe {
    display: none;
  }
}

.owl-carousel .owl-item img :not(.landing-page-sv) {
  width: auto !important;
}

.top_description {
  padding: 43px 51.5px 60px 51.5px;
}

.bottom_description {
  padding: 77px 30px 51.5px;
}

@media (max-width: 1279px) {
  .top_description,
  .bottom_description {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .bottom_description {
    padding-top: 0px;
  }
}

.recipe .white-category-navigator {
  border-top: 1px solid;
  margin-bottom: 0;
}

.recipe .space + div {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .recipe .white-category-navigator {
    top: 50px;
    display: flex;
    overflow: auto;
  }

  .white-category-navigator.sticky a {
    margin: auto 17.5px;
  }
}

.preparation_images_title {
  padding: 40px 0;
  text-align: center;
}

.image_steps_div {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 200;
  padding: 10px 39.5px;
  font-size: 16px;
  max-width: 1170px;
  margin: auto;
}

.list_number {
  color: #e21e26;
}

@media (max-width: 991px){
    #a_video {
      width: 100%;
      margin: auto;
    }

    #a_video .col-xs-12 {
        padding: 0;
    }
  }

@media (min-width: 992px){
  .step_image,
  #a_video {
    max-width: 970px;
    margin: auto;
  }
}

@media (min-width: 1200px) {
    .step_image {
      /*width: fit-content;*/
      max-width: 1170px;
      margin: auto;
      padding: 59px 15px 60px;
    }
  
    #a_video {
      max-width: 1170px;
      margin: auto;
    }
  }
  

.step_image img {
  max-width: -webkit-fill-available;
}

.step_image_mobile {
  display: none;
}

@media (max-width: 768px) {
  .step_image {
    display: none;
  }

  .step_image_mobile {
    display: block;
    margin: auto;
    padding-top: 39px;
    padding-bottom: 60px;
  }

  .image_steps_div {
    padding: 10px 15px;
  }
}

.owl-nav.disabled {
  /* display: none; */
  visibility: hidden;
  margin-bottom: 50px;
}

.owl-dots.disabled {
  display: none;
}

#page {
    overflow-x: hidden;
}

#a_indicazioni {
    display: flex;
    justify-content: center;
}

#virtual_tour {
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 200;
  color: #000;
  line-height: 19px;
}

#virtual_tour .editorial {
  border-bottom: 1px solid black;
  padding-bottom: 30px;
  margin-bottom: 65px;
  padding:0 10px
}

#virtual_tour p{
  margin-bottom: 35px !important;
  margin:auto;
  max-width: 1000px;
}

.virtual_tour_title {
  text-transform: uppercase;
  text-align: center;
  margin-top: 45px;
}

.carousel_virtualtour_head {
  text-align: center;
  max-width: 600px;
  margin: 25px auto 40px auto;
}

#virtual_tour .ctablock_head {
  max-width: 600px;
  margin: 25px 0 40px 0;
}

#virtual_tour .cta_block {
  max-width: 1000px;
  margin:auto;
  margin-bottom: 50px;
  padding: 0 10px;
}

.virtualtour_maintitle {
  text-transform: uppercase;
  margin: 40px auto;
  max-width: 1000px;
  padding: 0 10px;
}

#virtual_tour iframe {
  height: 600px;
  margin-bottom: 35px;
}


/* --------------- */
.template_article .title_table {
  margin-bottom: 15px;
}
.template_article .flex_table_title {
  display: flex;
  padding: 29px 0 20px;
  justify-content: space-between;
  background-color: black;
  margin-top: 42px;
  gap: 1rem;
  overflow-x: scroll;
}
.template_article .flex_table_title h4 {
  width: fit-content;
  color: white;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}

.template_article .flex_table_title h4:after {
   content: '';
          position: absolute;
          bottom: 5px;
          left: 50%;
          width: 0;
          height: 1px;
          background-color: white;
          transition: all .6s cubic-bezier(.19, 1, .22, 1);
}

.template_article .flex_table_title h4:hover:after {
         left: 0%;
         width: 100%;
}

.template_article .flex_table_title .selected:after {
  left: 0%;
  width: 100%;
}
.template_article .flex_table_title h4:first-child:after  {
  left: 0%;
  width: 100%;
}
.template_article .notSelected:after {
    left: 50% !important;
    width: 0% !important;
}
.template_article .notSelected:hover:after {
  left: 0% !important;
  width: 100% !important;
}

.template_article .element_table {
  opacity: 0;
  display: table !important;
  visibility: visible !important;
  width: 100%;
}
.template_article .element_table:first-child {
  opacity: 1;
  visibility: visible !important;
  display: table !important;
}

.template_article .visible  {
  opacity: 1 !important;
  visibility: visible !important;
  display: table !important;
  transition: all 2.6s cubic-bezier(.19,1,.22,1);
  transition-delay: 0.3s;
}
.template_article .hidden  {
  opacity: 0 !important;
  visibility: visible !important;
  display: table !important;
  transition: all .6s cubic-bezier(.19,1,.22,1);
}

.template_article table, th {
  text-align: center;
  padding: 30px 0;
}

.template_article th {
  border: 1px solid;
}
.template_article table tr th:first-child {
  border-left: 0;
}
.template_article table tr th:last-child {
  border-right: 0;
}

.template_article tr:first-child {
  background-color: #EFEDEB;
}

.template_article th {
  width: calc(100% / 3);
}

.template_article table {
  width: 100%;
  border-collapse: collapse;
  grid-area: 1 / 1;
}
.template_article table h4 {
  padding-bottom: 0;
  padding: 0 5px;
}
.template_article table p {
  font-weight: 400;
  padding: 0 5px;
  margin: 0 !important;
}
/* .template_article .row {
  margin-left: -1px !important;
  margin-right: -1px !important;
} */
.template_article .tableRow {
  display: grid;
  overflow-x: scroll;
}
.template_article .text_block .cta {
    background-color: #d03731;
    cursor: pointer;
    transition: all .6s cubic-bezier(.19, 1, .22, 1);
    border: 1px solid #d03731;
}
.template_article .text_block .cta a {
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .6s cubic-bezier(.19, 1, .22, 1);
}

.template_article .text_block .cta:hover {
  background-color: white;
  transition: all .6s cubic-bezier(.19, 1, .22, 1);
}
.template_article .text_block .cta:hover a {
  color:  #d03731;
  text-transform: uppercase;
  transition: all .6s cubic-bezier(.19, 1, .22, 1);
}
.template_article .text_block .ctn-content p {
  text-align: left;
}

.template_article .infografica img {
  width: 100%;
  margin: auto;
  padding-top: 1rem;
}

@media (max-width: 576px) {
  #virtual_tour iframe {
    height: 400px;
  }
}


/* ----------- */

.template_article .item .box .inner-box {
  margin: auto;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 20px;
}
.template_article .item .box .inner-box h3{
  text-align: center;
}

.template_article .item .box {
  position: absolute;
  width: 92%;
  top: 2rem;
  bottom: 2rem;
  height: calc(100% - 4rem);
}


@media (min-width: 445px) and (max-width: 768px) {
  .template_article .item .box {
    position: absolute;
    width: calc(100% - 6rem);
    top: 2rem;
    bottom: 2rem;
    height: calc(100% - 4rem);
    left: 3rem;
    right: 3rem;
    max-width: 416px;
    max-height: 270px;
    margin: auto;
  }
  
  .template_article .item img {
    width: 80%;
    position: relative;
    margin: auto;
  }
}

.postid-3963 .wp-image-3968 {
  max-width: 75%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.postid-3963 .cta.download.addthis_button_compact,
.postid-3963 .ctn-content > h1,
.postid-3963 .ctn-content > h5{
  display: none;
}
.postid-3963 .page-detail > .container-fluid{
  max-width: 100%;
}
.footer_img_3963 {
  position: relative;
}
.footer_img_3963 .video_container video{
  max-width: 40vw;
}
@media screen and (min-width: 1200px){
  .footer_img_3963 .video_container video{
    width: 480px;
  }
}
.footer_img_3963 .video_container {
  position: absolute;
  left: 50%;
  transform: translate(-50%,-50%);
  top: 55%;
}
.footer_img_3963 img {
  width: 100%;
}

.postid-2692 .ctn-content p{
  margin-bottom: 0;
}