@font-face {
    font-family: Londrina-solid;
    src: url("../../assets/fonts/LondrinaSolid-Regular.otf") format("opentype");
}

@font-face {
    font-family: Clan-book;
    src: url("../../assets/fonts/clan-book-webfont.ttf") format("truetype");
}

@font-face {
    font-family: Clan-book;
    font-weight: bold;
    src: url("../../assets/fonts/clan-med-webfont.ttf") format("truetype");
}

@font-face {
  font-family: Hand-sean;
  src: url("../../assets/fonts/handsean.ttf") format("truetype");
}

/* Menu */
    
.menu-toggle {
  position: fixed;
  left: 30px;
  top: 85px;
  width: 100px;
  height: auto;
  text-align: center;
  color: #fff;
  line-height: 50px;
  z-index: 999;
  font-size: 24px;
}

.menu-toggle:focus, .menu-toggle:hover {
  color: #000;
  text-decoration: none;
}
    
/* Side Menu */
#sidebar-wrapper {
  position: fixed;
  z-index: 2;
  left: 0;
  width: 300px;
  height: 100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 56%, rgba(255,255,255,0));
  opacity: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-nav {
  position: absolute;
  top: 150px;
  width: 250px;
  margin: 0;
  padding: 0 0 0 60px;
  list-style: none;
  font-family: Clan-book;
  font-size: 26px;
  font-weight: bold;
}

.sidebar-nav li.sidebar-nav-item a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 15px;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #ff0000;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

#sidebar-wrapper.active {
  left: 300px;
  width: 300px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 1;
}
    
.where-to-buy-menu {
  position: fixed;
  right: 30px;
  top: 85px;
  height: auto;
  text-align: center;
  color: #fff;
  line-height: 50px;
  z-index: 999;
  font-size: 24px;
}

.where-to-buy-menu:focus, .where-to-buy-menu:hover {
  color: #fff;
  text-decoration: none;
}
    
/* Scroll to top */
    
.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(52, 58, 64, 0.5);
  line-height: 45px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}
    
/* Master */
    
.masthead {
  min-height: 30rem;
  position: absolute; /* prevent content from displaying afterwards */
  display: table;
  width: 100%;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: -webkit-gradient(linear, 0 100%, 0 0, color-stop(0.8, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.4))), url("../../img/background-main.jpg");
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0.4) 100%), url("../../img/background-main.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.masthead h1 {
  font-size: 4rem;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
  }
  .masthead h1 {
    font-size: 5.5rem;
  }
}
  
    
.mask1 {
  -webkit-mask-image: url("../../svg/masking-image-triangle-bottom-5deg.svg");
  mask-image: url("../../svg/masking-image-triangle-bottom-5deg.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position-x: 50%;
  mask-position-x: 50%;
}
    
.mask2 {
  -webkit-mask-image: url("../../svg/masking-image-top-round-mobile.svg");
  mask-image: url("../../svg/masking-image-top-round-mobile.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position-x: 50%;
  mask-position-x: 50%;
} 

.mask5 {
  -webkit-mask-image: url("../../svg/masking-image-waves.svg");
  mask-image: url("../../svg/masking-image-waves.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position-x: 50%;
  mask-position-x: 50%;
}   
   
.mask5-c {
  -webkit-mask-image: url("../../svg/masking-image-waves.svg"), url("../../svg/masking-image-triangle-bottom.svg");
  mask-image: url("../../svg/masking-image-top-waves.svg"), url("../../svg/masking-image-triangle-bottom.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center top, bottom center;
  mask-position: center top, bottom center;
}   

.mask-8 {
  -webkit-mask-image: url("../../svg/masking-image-waves.svg");
  mask-image: url("../../svg/masking-image-top-waves.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  mask-position: center top;
}
 

.header-overlay img.mask2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
    
.logo-main {
  position: absolute;
  margin: auto;
  max-width: 30vw;
  top: 4vw;
  left: 2vh;
  right: 0;
}

.fix-height {
  width: 100%;
  height: auto;
}

.bicchiere-home {
  height: 45vh;
  width: auto;
  max-width: 100%;
}

.mascotte-home {
  height: 50vh;
  display: block;
  margin: 0 auto;
}

/* transformations */

.horizontal-flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";  
}

/* end transformations */


.above-fold-c {
  padding: 150px 20px 50px 20px;
}

.descrptn-main {
  height: 35vh;
  float: right;
}

.gusti-bicchiere {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  z-index: 99;
}

.glass-container {
  height: 35vh;
  width: auto;
  max-width: 100%;
}

.after-masthead {
}

.integratori-alimentari {
  width: 100%;
}

.caratteristiche-int {
  border: 10px solid #fddc00;
  padding: 30px 10px 20px 10px;
  background: white;
}

.capitalize {
  text-transform: uppercase;
}

.ul-caratteristiche {
  font-family: Londrina-solid;
  list-style-image: url(../../svg/list-style-rouant.svg);
  font-size: 32px;
}

.ul-caratteristiche {
  padding-right:40px;
}

.ul-caratteristiche li:not(:last-child) {
  padding-bottom: 12px;
}


.testo-rosso {
  color: #dd1111;
}

.badge-prezzo {
  position: absolute;
  width: 160px;
  right: -5px;
  top: -110px;
}

.bg-gray {
  background: #efefef;
}

.simulazione-integratore {
  width: 95%;
  height: auto;
}

.rotate-5 {
  -ms-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}

.rotate-10a {
  -ms-transform: rotate(-7deg);
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}

.etichette-prodotti {
  height: 80px;
}

.product-description {

}

.product-tastes {
  font-family: Clan-book;
  font-weight: bold;
  color: white;
  font-size: 24px;
}

.add-marker {
  position: absolute;
  height: 28px;
  width: auto;
  z-index: -1;
}

.bg-prodotti {
  background-repeat: no-repeat !important;
  background-size: auto;
  margin-top: -200px;
}

.spinoff {
  font-family: Londrina-solid;
  color: #c90624;
  text-align: center;
  font-size: 72px;
}

.product-description-text {
  font-family: Clan-book;
  text-align: justify;
  color: white;
  font-size: 22px;
}

.strong {
  font-weight: bold;
}

.company {
  font-size: 16px;
  line-height: 18px;
}

.clan-book p {
  font-family: Clan-book;
}

.contatti-footer {
  font-family: Clan-book;
  list-style: none;
  padding-inline-start: 0;
  -moz-padding-start: 0;
  -webkit-padding-start: 0;
  -khtml-padding-start: 0;
  -o-padding-start: 0;
  padding-start: 0;
  margin-block-start: 0;
  font-size: 18px;
  line-height: 38px;
  font-weight: bold;
}

.contatti-footer svg {
  list-style: none;
  margin-right: 12px;
}

.footer-section-title {
  font-family: Clan-book;
  font-size: 32px;
  font-weight: bold;
}

.link-footer li, .sidebar-nav li {
/*  font-family: Londrina-solid;
  list-style-image: url(../../svg/list-style-rouant.svg);
  */
  list-style-type: none;
}

.link-footer li a, .sidebar-nav li a {
  font-family: Clan-book;
  color: black;
  -o-transition:.2s;
  -ms-transition:.2s;
  -moz-transition:.2s;
  -webkit-transition:.2s;
  transition:.2s;
}

.link-footer li a:hover {
  color: #d70626;
  text-decoration: none;
}

.sub-footer-text {
  font-family: Clan-book;
}

.legal {
  font-family: Clan-book;
}

.legal a {
  display: block;
}

.no-a-link a, .no-a-link a:hover, .no-a-link a:focus {
  color: black;
}

.link-contatti {
  list-style: none;
}

.logo-rouant {
  max-width: 200px;
  margin-bottom: 70px;
}

.mascotte-mini {
  height: 70px;
  width: auto;
  margin-right: 12px;
}


.link-footer {
  padding-inline-start: 0;
  -moz-padding-start: 0;
  -webkit-padding-start: 0;
  -khtml-padding-start: 0;
  -o-padding-start: 0;
  padding-start: 0;
  margin-block-start: 0;
  margin: 20px 0 0 0;
  line-height: 28px;
  font-weight: bold;
  font-size: 22px;
  line-height: 42px
}

@media (min-width:992px) {
    .link-footer {
  margin: 20px 0 0 16px;
}
}

.footer-social {
  width: 50px;
  height: 50px;
  margin-top: 25px;
}

.footer-social-icons a:not(:first-child) {
  margin-left: 10px;
}

.sub-footer {
  margin-top: 80px;
  font-size: 12px;
  padding-top: 90px;
}

.credits, .legal {
  line-height: 6px;
}

.company-legal {
  line-height: 6px;
}

.align-bottom-left {
  position: absolute;
  bottom: 0;
  left: 50px;
}

.align-bottom-right {
  position: absolute;
  bottom: 0;
  right: 50px;
}

/* transformations */



.footer {
  padding-top: 100px;
}

.reset-p {
  padding: 0 !important;
}

.fade-to-red li a {
  color: black;
  -o-transition:.2s;
  -ms-transition:.2s;
  -moz-transition:.2s;
  -webkit-transition:.2s;
  transition:.2s;
}

.fade-to-red li a:hover {
  color: #d70626;
  text-decoration: none;
}

.taste-entry {
  font-family: Londrina-solid;
  font-size: 96px;
  color: #c90624;
  /* we don't use -webkit-text-stroke for cross compatibility */
  text-shadow:
    4px 0 0 #fff, 
    -4px 0 0 #fff, 
    0 4px 0 #fff, 
    0 -4px 0 #fff, 
    3px 3px #fff, 
    -3px -3px 0 #fff, 
    3px -3px 0 #fff, 
    -3px 3px 0 #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  text-transform: uppercase;
}

.taste-mascotte {
  width: 100%;
  height: auto;
  padding-left: 120px;
  padding-top: 80px;
}

.tastes {
  width: 100%;
  height: auto;
}

.fruits-tastes {
  height: auto;
  width: 100%;
  
}


/* new */

  .product-title {
    padding-top: 70px;
  }

.entry-char {
  padding: 0px 250px 100px 100px;
}

.bandiera-it {
  height: 20px;
  margin-left: 10px;
  margin-top: -6px;
}

.main-description {
  width: 100%;
  height: auto;
}

.bicchiere-cannuccia {
  width: 100%;
  height: auto;
}

.mascotte-main {
  width: 100%;
  height: auto;
}


/* new */

.master-bg {
  width: 100%;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: -webkit-gradient(linear, 0 100%, 0 0, color-stop(0.8, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.4))), url("../../img/background-main.jpg");
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0.4) 100%), url("../../img/background-main.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}


.c-mobile1 {
  position: absolute;
  top: 280px;
  right: 60px;
  padding: 0;
}



.bg-gray-entry {
  background: linear-gradient(to bottom, #ffffff 40%, #efefef 40%);
  padding-bottom: 220px;
}

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
.contenitore-badge-prezzo {

}

/* descrizione bustine */

#b-presport:after {
   content: "";
    display: block;
    background: url('../../svg/etichette-prodotti/dren-inv.svg') center center no-repeat;
    height: 29px; 
}


.etichetta-prodotto {
  max-width: 90%;
  margin: 40px auto 0 auto;
  padding-bottom: 30px !important;
}

/* content */

.content-container-border {
  width: 80%;
  margin: 0 auto;
  height: auto;
  border: 20px solid transparent;
  border-image: url('../../assets/img/border.png') 27 round;
}

.content-container {
  position: relative;
  background: white;
  padding: 30px 50px 30px 50px;
}

.page-title {
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
  font-family: Hand-sean;
  font-size: 60px;
  color: white;
  /* we don't use -webkit-text-stroke for cross compatibility */
  text-shadow:
    4px 0 0 #c90624, 
    -4px 0 0 #c90624, 
    0 4px 0 #c90624, 
    0 -4px 0 #c90624, 
    3px 3px #c90624, 
    -3px -3px 0 #c90624, 
    3px -3px 0 #c90624, 
    -3px 3px 0 #c90624;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}


.page-content {
  font-family: Clan-book;
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
  padding-top: 24px;
}

.main-content {
  padding-top: 200px; 
}

@media (max-width: 992px) {
  .content-container-border {
  width: 100%;
  margin: 0 auto;
  height: auto;
  border: 5px solid white;
  border-radius: 5px;
}

.content-container {
  background: white;
  padding: 30px 20px 20px 20px;
}

.page-title {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  font-family: Hand-sean;
  font-size: 60px;
  color: white;
  /* we don't use -webkit-text-stroke for cross compatibility */
  text-shadow:
    4px 0 0 #c90624, 
    -4px 0 0 #c90624, 
    0 4px 0 #c90624, 
    0 -4px 0 #c90624, 
    3px 3px #c90624, 
    -3px -3px 0 #c90624, 
    3px -3px 0 #c90624, 
    -3px 3px 0 #c90624;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}


.page-content {
  font-family: Clan-book;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  padding-top: 24px;
}

.main-content {
  padding-top: 80px; 
}
  
.mascotte-products {
  padding: 20px 0 40px 0;
  display: block;
  margin: 0 auto;
}
  
  .entry-products {
    text-align: center;
  }
  
  .bustine-prodotti {
    padding-top: 50px;
  }
  
  .capsule-prodotti {
    padding-top: 50px;
  }
  
}

/* prodotti */

.bustine-prodotti {
  width: 60%;
  display: block;
  margin: 0 auto;
}

.capsule-prodotti {
  width: 100%;
  display: block;
  margin: 0 auto;
}

@keyframes ruota-bustine {
  0% {
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -m-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -transform:rotate(0deg); 
  }  
  33% {
    -webkit-transform:rotate(3deg);
    -moz-transform:rotate(3deg);
    -m-transform:rotate(3deg);
    -o-transform:rotate(3deg);
    -transform:rotate(3deg); 
  }
  66% {
    -webkit-transform:rotate(-3deg);
    -moz-transform:rotate(-3deg);
    -m-transform:rotate(-3deg);
    -o-transform:rotate(-3deg);
    -transform:rotate(-3deg);  
  }
  100% {
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -m-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -transform:rotate(0deg); 
  }
}

.bustine-prodotti:hover {
  animation-name: ruota-bustine;
  animation-duration: 200ms;
  animation-iteration-count: 2;
  animation-timing-function: ease-in-out;
}

.entry-products {
  font-family: Londrina-solid;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.7px;
}

.mascotte-products {
  height: 180px;
}


.scale-in-pre {
    -webkit-transform:scale(0.5);
    -moz-transform:scale(0.5);
    -m-transform:scale(0.5);
    -o-transform:scale(0.5);
    -transform:scale(0.5);
    transition: all 0s;
}

.scale-in {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -m-transform:scale(1);
    -o-transform:scale(1);
    -transform:scale(1);
    transition: ease 600ms;
}


.etichetta-prodotto-prodotti {
  display: block;
  margin: 20px auto 0 auto;
  max-width: 60%;
  padding-bottom: 30px !important;
}

.etichetta-prodotto-prodotti-capsule {
  display: block;
  margin: 20px auto 0 auto;
  max-width: 40%;
  padding-bottom: 30px !important;
}

/* mappa */

 #pac-input {    
    background-color: #fff;    
    font-family: Roboto;    
    font-size: 16px;    
    font-weight: 300;    
    margin-left: 12px;    
    padding: 6px 12px 6px 12px;    
    text-overflow: ellipsis;    
    width: 300px;
   max-width: 90%;
  }    

  #pac-input:focus {    
    border-color: #4d90fe;    
  }    

  .pac-container {    
    font-family: Roboto;    
  }    

  #type-selector {    
    color: #fff;    
    background-color: #4d90fe;    
    padding: 5px 11px 0px 11px;    
  }    

  #type-selector label {    
    font-family: Roboto;    
    font-size: 13px;    
    font-weight: 300;    
  }    

@media (max-width: 992px) {
  .map-container {
    padding-top: 120px !important;
  }
  
  .btn-std-rouant { 
  width: 100%;
}

}

.entry-where-to-buy {
  font-size: 26px;
  margin-top: 80px !important;
}

.btn-std-rouant { 
  background-color: #c90624 !important;
  border: none;
  padding: 1rem 60px 1rem 60px;
  color: white;
}

.form-control {
  padding: 1rem 1rem;
}

.rosso {
  color: #c90624;
}

.ul-std {
  font-family: Clan-book;
  list-style-image: url(../../svg/list-style-rouant.svg);
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
}

.plx {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.prezzo-simulazione-integratore {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 30%;
  z-index: 99;
}

.p-top-c1 {
  padding-top: 50px;
}

/* iubenda start */

#iubenda-cs-banner {
    bottom: 0px !important;
    left: 0px !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 99999998 !important;
    background-color: black;
  }
  .iubenda-cs-content {
    display: block;
    margin: 0 auto;
    padding: 10px 10px 0 10px;
    width: auto;
    font-family: Helvetica,Arial,FreeSans,sans-serif;
    font-size: 10px;
    background: #000;
    color: #fff;}
  .iubenda-cs-rationale {
    max-width: 900px;
    position: relative;
    margin: 0 auto;
  }
  .iubenda-banner-content > p {
    font-family: Helvetica,Arial,FreeSans,sans-serif;
    line-height: 1.2;
  }
  .iubenda-cs-close-btn {
    margin:0;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
  }
  .iubenda-cs-cookie-policy-lnk {
    text-decoration: underline;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
  }
.iubenda-banner-content > p:first-child {
  display: none;
}

/* iubenda end */

/* singolo prodotto */

.immagine-single-product {
  max-width: 80%;
  height: auto;
  display: block;
  margin: 20px auto 0 auto;
}

@media (min-width: 992px) {
  .immagine-single-product {
  max-width: 100%;
  height: auto;
}

}

.titolo-prodotto {
  font-family: Londrina-solid;
  text-transform: uppercase;
  padding: 30px 0 0 0;
  text-align: center;
}

.titolo-prodotto-capsule {
  font-family: Londrina-solid;
  text-transform: uppercase;
  padding: 30px 0 0 0;
  text-align: center;
  max-width: 100%;
}

.indicazioni-descr {
  text-align: justify;
}

.indicazioni-rif {
  font-weight: bold;
}

.indicazioni-rif-clear {
  font-weight: bold;
  display: block;
}

.etichetta-singolo-prodotto {
  max-width: 80%;
  display: block;
  margin: 0 auto;
  padding: 0 0 30px 0;
}

.rotate-3 {
  transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
}

  .et-pelle, .et-energy, .et-presport {
    max-width: 50% !important;
  }
  
  .et-sole, .et-immu, .et-sport {
    max-width: 40% !important;
  }

.et-dren {
  max-width: 68% !important;
}

.et-slim {
  max-width: 34% !important;
}



.informazioni-nutrizionali {
  padding: 30px 0 0 0;
}

.info-tabella2 {
  padding: 20px 0 0 0;
}

.prezzo-singolo-prodotto {
  position: absolute;
  top: -20px;
  right: 0;
  width: 30%;
}

.prezzo-singolo-prodotto-ws {
  position: absolute;
  top: -10px;
  right: 10px;
  width: 20%;
}

@media (min-width: 768px) {
   .titolo-prodotto {
      font-family: Londrina-solid;
      text-transform: uppercase;
      padding: 0;
      text-align: left;
     font-size: 56px;
}
  
  .titolo-prodotto-capsule {
      font-family: Londrina-solid;
      text-transform: uppercase;
      padding: 0;
      text-align: left;
     font-size: 56px;
    max-width: 70%;
}
  
  .etichetta-singolo-prodotto {
  max-width: 40%;
  display: block;
  margin: 0;
  padding: 0 0 40px 0;
}
  
  .et-pelle, .et-immu {
    max-width: 24% !important;
  }
  
  .et-sole {
    max-width: 20% !important;
  }
  
  .et-dren, .et-presport {
  max-width: 34% !important;
}
  
  .et-energy {
    max-width: 28% !important;
  }
  
  .et-slim {
    max-width: 16% !important;
  }
  
  .et-sport {
    max-width: 22% !important;
  }
  
  
  .info-prodotto {
  padding: 0 0 0 30px;
}
  
  .prezzo-singolo-prodotto {
  display: none;
}
}


@media (min-width: 1600px) {
  .prezzo-singolo-prodotto-ws {
  position: absolute;
  top: -10px;
  right: 10px;
  width: 15%;
}
  
}

@media (max-width: 767px) {
  .prezzo-singolo-prodotto-ws {
    display: none;
  }
}

.tabella-rouant tbody {
  background: #fef5c4;
}

.tabella-rouant thead {
  background: #fbf09a;
}

.tabella-rouant-capsule tbody, .tabella-rouant-capsule thead {
  background: white;
}

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


.tabella-rouant thead th {
  border-bottom: 2px solid #c8d100;
}

.tabella-rouant th {
  border: 2px solid #c8d100;
}

.tabella-rouant tr:first-child th {
  border-top: 0;
}

.tabella-rouant tr th:first-child {
  border-left: 0;
}

.tabella-rouant tr:last-child th {
  border-bottom: 0;
}

.tabella-rouant tr th:last-child {
  border-right: 0;
}

.tabella-rouant thead tr th {
  border-bottom: 2px solid #c8d100 !important;
}




.tabella-rouant-capsule thead th {
  border-bottom: 1px solid black;
}

.tabella-rouant-capsule th {
  border: 1px solid black;
}

.tabella-rouant-capsule tr:first-child th {
  border-top: 2px solid black;
}

.tabella-rouant-capsule tr th:first-child {
  border-left: 2px solid black;
}

.tabella-rouant-capsule tr:last-child th {
  border-bottom: 2px solid black;
}

.tabella-rouant-capsule tr th:last-child {
  border-right: 2px solid black;
}

.tabella-rouant-capsuile thead tr th {
  border-bottom: 2px solid black !important;
}



.scopri-prodotti {
  text-align: center;
  padding: 40px 0 30px 0;
}

.btn-scopri-prodotti {
  padding: 10px 40px 10px 40px;
  background: #c90624;
  color: white;
  font-size: 22px;
  border-radius: 5px;
  display: inline-block;
}

.no-href, .no-href:focus, .no-href:active, .no-href:hover {
  text-decoration: none;
  color: inherit;
}
.sottotitolo-capsule {
  font-size: 24px;
  padding-bottom: 20px;
}
