/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
 /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}/* Auto Height */.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}/* a11y */.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}/* IE10 Windows Phone 8 Fixes */.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}/* Arrows */.swiper-button-prev,.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}/* Pagination Styles */.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}/* Common Styles */.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}/* Bullets */.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}/* Progress */.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}/* 3D Container */.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
 /* Safari 4+, Chrome */
 /* Chrome 10+, Safari 5.1+, iOS 5+ */
 /* Firefox 3.6-15 */
 /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
 /* Firefox 16+, IE10, Opera 12.50+ */;
}

.swiper-container-3d .swiper-slide-shadow-right {
 /* Safari 4+, Chrome */
 /* Chrome 10+, Safari 5.1+, iOS 5+ */
 /* Firefox 3.6-15 */
 /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
 /* Firefox 16+, IE10, Opera 12.50+ */;
}

.swiper-container-3d .swiper-slide-shadow-top {
 /* Safari 4+, Chrome */
 /* Chrome 10+, Safari 5.1+, iOS 5+ */
 /* Firefox 3.6-15 */
 /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
 /* Firefox 16+, IE10, Opera 12.50+ */;
}

.swiper-container-3d .swiper-slide-shadow-bottom {
 /* Safari 4+, Chrome */
 /* Chrome 10+, Safari 5.1+, iOS 5+ */
 /* Firefox 3.6-15 */
 /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
 /* Firefox 16+, IE10, Opera 12.50+ */;
}/* Coverflow */.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper {
 /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}/* Cube + Flip */.swiper-container-cube,.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-top,.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}/* Cube */.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-prev,.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}/* Fade */.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,.swiper-zoom-container > svg,.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}/* Scrollbar */.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}/* Preloader */.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.color-green {
  color: #4f954d;
}

.color-pink {
  color: #d44a88;
}

.color-purple {
  color: #8a80d9;
}

.color-azure {
  color: #00a8e6;
}

.color-aqua {
  color: #009bad;
}

.color-blue {
  color: #004ba6;
}

#cookie-bar {
  background: #111111;
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 3px 0;
}

#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}

#cookie-bar p {
  margin: 0;
  padding: 0;
}

#cookie-bar a {
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}

#cookie-bar .cb-enable {
  background: #007700;
}

#cookie-bar .cb-enable:hover {
  background: #009900;
}

#cookie-bar .cb-disable {
  background: #990000;
}

#cookie-bar .cb-disable:hover {
  background: #bb0000;
}

#cookie-bar .cb-policy {
  background: #0033bb;
}

#cookie-bar .cb-policy:hover {
  background: #0055dd;
}

#cookie-bar {
  height: auto;
  padding: 20px 10px;
  font-size: 0.875rem;
  text-align: center;
  color: #FFF;
  background: rgba(0, 150, 96, 0.7);
}

#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#cookie-bar.fixed.bottom {
  top: auto;
  bottom: 0;
}

#cookie-bar p {
  padding: 0;
  max-width: 850px;
  margin: auto;
  line-height: normal;
  display: block;
  position: relative;
  font-size: 13px;
}

#cookie-bar a {
  text-decoration: none;
  color: #00fca1;
}

#cookie-bar .cb-enable {
  font-weight: bold;
  font-family: "HelveticaNeue-Bold", "Helvetica Neue";
  color: #FFF;
  background-color: #009660;
  position: absolute;
  top: 10px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 20px;
  text-decoration: none;
  line-height: 10px;
  right: -80px;
}

#cookie-bar .cb-disable {
  background: #009660;
}

#cookie-bar .cb-policy {
  text-decoration: underline;
  position: relative;
  top: 0;
  text-align: right;
  width: 100%;
  color: #009660;
  font-weight: 700;
}

html {
  font-size: 16px;
}

html body {
  font-family: "Open Sans";
  font-size: 1rem;
  line-height: 1.333;
  font-weight: 400;
  font-style: normal;
  color: #5a5a5a;
}

html body h1,html body h2,html body h3,html body h4,html body h5,html body h6 {
  display: block;
  margin: 0 0 1.25rem;
  padding: 0 0 0.3125rem;
  font-family: "Open Sans";
  font-size: 1.875rem;
  line-height: 1.333;
  font-weight: 400;
  font-style: normal;
  color: #5a5a5a;
}

html body a {
  text-decoration: none !important;
}

html body a:hover,html body a:active {
  text-decoration: none !important;
}

html body b,html body strong {
  font-weight: 700;
}

.wpzero-banner-cta-container .banner-cta-texts .banner-cta-button,.slider-home-slide .slide-text-container .slide-button {
  display: block;
  padding: 8px;
  border: 1px solid #00b25a;
  max-width: 320px;
  font-size: 1.125rem;
  text-align: center;
  color: #00b25a;
  background-color: transparent;
}

.wpzero-banner-cta-container .banner-cta-texts .banner-cta-button:hover,.slider-home-slide .slide-text-container .slide-button:hover,.wpzero-banner-cta-container .banner-cta-texts .banner-cta-button:focus,.slider-home-slide .slide-text-container .slide-button:focus {
  color: #00b25a;
}

.wpzero-home-banner-cta-container.wpzero-icon-rounded .wpzero-cta-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.wpzero-home-banner-cta-container.wpzero-icon-rounded .wpzero-cta-image-container {
  position: relative;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
}

.btn {
  display: inline-block;
  margin: 0;
  padding: 0 1.875rem;
  border: 0;
  border-radius: 1.5625rem;
  height: 3.125rem;
  line-height: 3.125rem;
  font-size: 0.9375rem;
  font-family: "Open Sans";
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #4fae63;
}

.btn:hover,.btn:active {
  color: #fff;
  opacity: 0.9;
}

.btn.chilly-green {
  background-color: #4fae63;
}

.btn.chilly-blue {
  background-color: #004ba6;
}

.btn.chilly-azure {
  background-color: #00a8e6;
}

.btn.chilly-aqua {
  background-color: #009bad;
}

.btn.chilly-pink {
  background-color: #d44a88;
}

.btn.chilly-purple {
  background-color: #8a80d9;
}

.btn.btn-transparent {
  position: relative;
  z-index: 0;
  background-color: transparent !important;
  overflow: hidden;
}

.btn.btn-transparent:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  transition: opacity .2s ease-in-out;
}

.btn.btn-transparent:hover:before {
  opacity: 1;
}

.btn.btn-transparent.chilly-green:before {
  background-color: #4f954d;
}

.btn.btn-transparent.chilly-blue:before {
  background-color: #004ba6;
}

.btn.btn-transparent.chilly-azure:before {
  background-color: #00a8e6;
}

.btn.btn-transparent.chilly-aqua:before {
  background-color: #009bad;
}

.btn.btn-transparent.chilly-pink:before {
  background-color: #d44a88;
}

.btn.btn-transparent.chilly-purple:before {
  background-color: #8a80d9;
}

.btn-shower {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.btn-shower img {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: -1;
}

*,*:before,*:after {
  box-sizing: border-box;
  outline: 0;
}

html,body {
  min-width: 320px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

html.noscroll,body.noscroll {
  overflow: hidden !important;
}

section,main {
  padding-bottom: 1.25rem;
}

section.light-grey,main.light-grey {
  background-color: #f4f4f4;
}

.slick-slider .slick-slide img {
  width: 100%;
}

.slick-slider .slick-arrow,.slick-slider .center-mode-arrow {
  display: block;
  position: absolute;
  z-index: 99;
  top: 50%;
  margin: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  padding: 0;
  width: 30px;
  height: 30px;
  border: 0;
  background-color: transparent;
  text-align: center;
  text-indent: 9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.slick-slider .slick-arrow.slick-prev,.slick-slider .center-mode-arrow.slick-prev {
  left: -30px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.slick-slider .slick-arrow.slick-next,.slick-slider .center-mode-arrow.slick-next {
  right: -30px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

header {
  background-color: #fff;
}

header.mainmenu {
  display: block;
  position: relative;
  z-index: 999;
  margin: 0;
  padding: 0;
  min-height: 60px;
  background-color: #fff;
}

header.mainmenu .container {
  position: relative;
  min-height: 60px;
}

header.mainmenu .logo {
  display: block;
  position: absolute;
  left: 15px;
  top: 0;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
 /*
            background-image: url(../img/logo-mobile.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            */;
}

header.mainmenu .logo img {
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

header.mainmenu .logo img:nth-child(2) {
  display: none;
}

header.mainmenu .menu-hoofdmenu-container > .menu {
  display: block;
  margin: 0;
  margin-top: 60px;
  padding: 0;
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  overflow: hidden;
}

header.mainmenu .menu-hoofdmenu-container > .menu.toggle-item {
  max-height: 9999px;
  transition: max-height 1s ease-in-out;
}

header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > a {
  display: block;
  margin: 0;
  padding: 0 15px;
  background: #f4f4f4;
  border-bottom: 1px solid #ccc;
}

header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > a > span {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 60px;
  text-transform: uppercase;
  color: #5a5a5a;
}

header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item.products > a > span:before {
  width: 60px;
  font-family: "Material Icons";
  font-size: 1.4375rem;
  content: '\e313';
  display: block;
  margin: 0;
  margin-right: -15px;
  padding: 0;
  float: right;
  text-align: center;
  opacity: .666;
}

header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item.products > a.toggle-item > span:before {
  content: '\e316';
}

header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item.products > a.toggle-item + .sub-menu {
  max-height: 9999px;
  transition: max-height 1s ease-in-out;
}

header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item.facebook > a {
  background-image: url(../img/facebook.png);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: 15px center;
  width: 30px;
  text-indent: 9999px;
  overflow: hidden;
}

header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item.facebook > a > span {
  width: 30px;
  text-indent: 9999px;
  overflow: hidden;
}

header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item.facebook > a > span:before {
  display: none;
}

header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item.newsletter > a {
  background-image: url(../img/newsletter-mobile.png);
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: 15px center;
}

header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item.newsletter > a > span {
  font-size: 0.875rem;
  padding-left: 35px;
}

header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item.newsletter > a > span:before {
  display: none;
}

header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu {
  display: block;
  margin: 0;
  padding: 0;
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  overflow: hidden;
}

header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 180px;
  overflow: hidden;
}

header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .25s ease-in-out;
}

header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item.green {
  background-image: linear-gradient(to bottom, #74b373 0%, #397b37 100%);
}

header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item.green:before {
  background-image: linear-gradient(to bottom, #d0e9c4 0%, #74b373 100%);
}

header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item.blue {
  background-image: linear-gradient(to bottom, #3d6295 0%, #173762 100%);
}

header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item.blue:before {
  background-image: linear-gradient(to bottom, #d2ddf5 0%, #3d6295 100%);
}

header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item.azure {
  background-image: linear-gradient(to bottom, #60bce7 0%, #2d81a8 100%);
}

header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item.azure:before {
  background-image: linear-gradient(to bottom, #cbe7fb 0%, #60bce7 100%);
}

header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item.aqua {
  background-image: linear-gradient(to bottom, #3eb0be 0%, #177c88 100%);
}

header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item.aqua:before {
  background-image: linear-gradient(to bottom, #b8dee2 0%, #3eb0be 100%);
}

header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item.pink {
  background-image: linear-gradient(to bottom, #dd7ba6 0%, #aa4370 100%);
}

header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item.pink:before {
  background-image: linear-gradient(to bottom, #f2cedf 0%, #dd7ba6 100%);
}

header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item.purple {
  background-image: linear-gradient(to bottom, #a4a0dd 0%, #635fa0 100%);
}

header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item.purple:before {
  background-image: linear-gradient(to bottom, #d7d5f7 0%, #a4a0dd 100%);
}

header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item.grey {
  background-image: linear-gradient(to bottom, #6e7174 0%, #606163 100%);
}

header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item.grey:before {
  background-image: linear-gradient(to bottom, #e4e4e4 0%, #6e7174 100%);
}

header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item > a {
  display: block;
  margin: 0;
  padding: 0;
  cursor: default;
  text-align: left;
}

header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item > a > img {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 0;
  margin: 0;
  padding: 0;
  max-height: 150px;
  width: auto;
  border: 0;
}

header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item > a > span {
  display: block;
  margin: 0;
  padding: 15px 30px;
  font-family: "Lora", serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
  display: block;
  position: relative;
  z-index: 11;
  margin: 0;
  padding: 0;
}

header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
  display: block;
  margin: 0;
  padding: 15px 30px;
}

header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a > span {
  font-size: 0.875rem;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 1px;
}

header.mainmenu .toggle-menu {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  font-family: "Material Icons";
  font-size: 1.4375rem;
  line-height: 60px;
  text-align: center;
}

header.mainmenu .toggle-menu:before {
  content: '\e5d2';
}

header.mainmenu .toggle-menu.menu-toggled:before {
  content: '\e5cd';
}

header.mainmenu .close-menu {
  display: none;
  position: fixed;
  left: 50%;
  top: -3.125rem;
  transition: top .25s ease-in-out;
  z-index: 999;
  margin: 0;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  padding: 0;
  width: 3.125rem;
  height: 3.125rem;
  border: 0;
  border: 2px solid #fff;
  cursor: pointer;
  background-image: url(../img/close-white.png);
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}

header.mainmenu .close-menu.active-item {
  top: 30px;
}

.hero-slider {
  display: block;
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 0;
  height: calc(100vh - 60px);
  overflow: hidden;
}

.hero-slider .hero-slick {
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}

.hero-slider .hero-slick .slick-list,.hero-slider .hero-slick .slick-track {
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}

.hero-slider .hero-slick .hero-slide {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  position: relative;
}

.hero-slider .hero-slick .hero-slide .smartphone_wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.hero-slider .hero-slick .hero-slide .container {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.hero-slider .hero-slick .hero-slide .container .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 1;
      flex: 1;
}

.hero-slider .hero-slick .hero-slide .container .row > div {
  padding: 0 5px;
}

.hero-slider .hero-slick .hero-slide .title {
  font-family: "Satisfy";
  color: #fff;
  font-size: 1.4375rem;
}

.hero-slider .hero-slick .hero-slide .subtitle {
  font-family: "Lora", serif;
  font-style: italic;
  color: #fff;
  font-size: 1rem;
}

.hero-slider .hero-slick .hero-slide .btn {
  white-space: normal;
  font-size: 12px;
}

.hero-slider .hero-slick .slick-arrow {
  width: 30px;
  height: 30px;
}

.hero-slider .hero-slick .slick-arrow.slick-prev {
  left: 0px;
}

.hero-slider .hero-slick .slick-arrow.slick-next {
  right: 0px;
}

.hero-slider .hero-pack {
  display: none;
}

.hero-slider .hero-down {
  display: block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin: 0;
  margin-left: -40px;
  padding: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  border: 0;
}

.hero-slider .hero-down:before {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  left: 30px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'-0.475%2062.68%20100%2050'%3E%3Cpath%20d%3D'M49.524%2C112.68L49.524%2C112.68L3.882%2C67.037l4.355-4.357l41.287%2C41.287L90.813%2C62.68l4.354%2C4.357\a 	L49.524%2C112.68L49.524%2C112.68z'%20fill%3D'%236e7174'%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}



.hero-slider a.slider_link_full {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;  
}

.home-auth {
  padding: 60px 0;
}

.home-auth .ttem {
  display: block;
  margin: 0 auto 30px;
  padding: 0;
  max-width: 100%;
  height: 130px;
}

.home-auth h2 {
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 1.25rem;
  padding: 0;
  text-align: center;
}

.home-auth h2 + p {
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 1rem;
  text-align: center;
}

.home-auth .home-auth-blogger1,.home-auth .home-auth-blogger2 {
  padding-top: 60px;
}

.home-auth .home-auth-blogger1 .home-auth-img,.home-auth .home-auth-blogger2 .home-auth-img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 15px 60px -15px rgba(0, 0, 0, 0.5);
}

.home-auth .home-auth-blogger1 .home-auth-plus,.home-auth .home-auth-blogger1 .home-auth-close,.home-auth .home-auth-blogger2 .home-auth-plus,.home-auth .home-auth-blogger2 .home-auth-close {
  display: block;
  position: relative;
  z-index: 99;
  margin: 0 auto;
  margin-top: -1.5625rem;
  padding: 0;
  width: 3.125rem;
  height: 3.125rem;
  border: 0;
  background-image: url(../img/plus.png);
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #00b25a;
  border-radius: 50%;
}

.home-auth .home-auth-blogger1 .home-auth-specs,.home-auth .home-auth-blogger2 .home-auth-specs {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .2s ease-in-out;
  background-color: #fff;
}

.home-auth .home-auth-blogger1 .home-auth-specs.active,.home-auth .home-auth-blogger2 .home-auth-specs.active {
  height: 100vh;
  opacity: 1;
}

.home-auth .home-auth-blogger1 .home-auth-specs.active .home-auth-close,.home-auth .home-auth-blogger2 .home-auth-specs.active .home-auth-close {
  display: block;
}

.home-auth .home-auth-blogger1 .home-auth-specs .home-auth-specs-wrap,.home-auth .home-auth-blogger2 .home-auth-specs .home-auth-specs-wrap {
  padding: 15px;
  text-align: center;
}

.home-auth .home-auth-blogger1 .home-auth-specs .home-auth-specs-wrap .home-auth-img,.home-auth .home-auth-blogger2 .home-auth-specs .home-auth-specs-wrap .home-auth-img {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

.home-auth .home-auth-blogger1 .home-auth-specs .home-auth-close,.home-auth .home-auth-blogger2 .home-auth-specs .home-auth-close {
  position: absolute;
  top: 15px;
  left: 50%;
  margin: 0;
  margin-left: -1.5625rem;
  background-image: url(../img/close.png);
  background-color: #fff;
}

.home-auth .home-auth-blogger1 .home-auth-specs h5,.home-auth .home-auth-blogger2 .home-auth-specs h5 {
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 1.875rem;
  color: #00b25a;
  margin: 0;
  padding: 0;
}

.home-auth .home-auth-blogger1 .home-auth-specs h6,.home-auth .home-auth-blogger2 .home-auth-specs h6 {
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 1.25rem;
  padding: 0;
}

.home-mag {
  margin-top: -50px;
  font-size: 1.125rem;
  padding: 0px 0px 60px 0px;
}

.home-title {
  padding-top: 60px;
  padding-bottom: 30px;
}

.center-mode-slider {
  overflow: hidden;
}

.center-mode-slider .center-mode-slick .center-mode-slide {
  display: block;
  margin: 0;
  padding: 30px 0px 0px 0px;
}

.center-mode-slider .center-mode-slick .center-mode-slide .center-mode-wrap {
  display: block;
  position: relative;
  margin: 30px 7.5px 90px 7.5px;
  padding: 0;
  box-shadow: none;
  transition: all .2s ease-in-out;
}

.center-mode-slider .center-mode-slick .center-mode-slide .center-mode-wrap .center-mode-img {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 0 100%;
  overflow: hidden;
  background: #f4f4f4;
}

.center-mode-slider .center-mode-slick .center-mode-slide .center-mode-wrap .center-mode-img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.center-mode-slider .center-mode-slick .center-mode-slide .center-mode-wrap .center-mode-cta {
  display: block;
  margin: 0 0 1.5625rem;
  padding: 30px 0 0;
  text-align: center;
  background: #fff;
  opacity: 0;
  transition: all .2s ease-in-out;
}

.center-mode-slider .center-mode-slick .center-mode-slide .center-mode-wrap .center-mode-cta h3 {
  font-family: "Lora", serif;
  font-size: 1.25rem;
  font-style: italic;
}

.center-mode-slider .center-mode-slick .center-mode-slide .center-mode-wrap .center-mode-cta .btn {
  margin-bottom: -1.5625rem;
}

.center-mode-slider .center-mode-slick .center-mode-slide.slick-center .center-mode-wrap {
  margin: 0 -30px;
  padding: 0;
  box-shadow: 0 0 60px -5px rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.center-mode-slider .center-mode-slick .center-mode-slide.slick-center .center-mode-wrap .center-mode-cta {
  padding-left: 37.5px;
  padding-right: 37.5px;
  opacity: 1;
}

.center-mode-slider .center-mode-slick .center-mode-slide.slick-center .center-mode-wrap .center-mode-arrow {
  opacity: 1;
}

.center-mode-slider .center-mode-slick .slick-arrow {
  display: none;
}

.center-mode-slider .center-mode-slick .center-mode-arrow {
  opacity: 0;
  transition: all .2s ease-in-out;
}

.center-mode-slider .center-mode-slick .center-mode-arrow.slick-prev {
  left: 7.5px;
}

.center-mode-slider .center-mode-slick .center-mode-arrow.slick-next {
  right: 7.5px;
}

.home-tiles {
  display: block;
  margin: 30px 0;
  padding: 0;
}

.home-tiles .home-tile-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0;
  padding: 0;
  height: 90vw;
  overflow: hidden;
  color: #fff;
  background-color: #5a5a5a;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.home-tiles .home-tile-wrap > a.post_link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.home-tiles .home-tile-wrap .home-tile {
  display: block;
  margin: 0;
  padding: 30px;
}

.home-tiles .home-tile-wrap .home-tile h3 {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  color: #fff;
}

.home-tiles .home-tile-wrap .home-tile h4 {
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 2.1875rem;
  color: #fff;
}

.home-tiles .home-tile-wrap .home-tile a {
  color: #fff;
  text-decoration: none;
}

.product section {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.product section.product-header {
  padding: 0;
  background-color: #f4f4f4;
}

.product section.product-header .container .row > div {
  position: static;
}

.product section.product-header .product-header-image {
  display: none;
  position: relative;
  z-index: -1;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
  margin-bottom: -600px;
  padding: 0;
  background-color: #f4f4f4;
  height: 600px;
}

.product section.product-header .product-header-image .container {
  display: block;
  position: relative;
  z-index: -1;
  height: 100%;
}

.product section.product-header .product-header-image img {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  height: auto;
  max-height: 600px;
  width: auto;
  max-width: 1200px;
}

.product section.product-header .product-header-image-mobile {
  display: block;
  margin: 0;
  padding: 0;
}

.product section.product-header .product-header-image-mobile img {
  display: block;
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
}

.product section.product-header .product-header-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}

.product section.product-header .product-header-block .product-header-block-content {
  display: block;
  margin: 0;
  padding: 30px 0;
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 1.25rem;
}

.product section.product-header .product-header-block .product-header-block-content .btn {
  font-style: normal !important;
  position: relative;
  padding-left: 2.875rem;
  margin-top: 30px;
}

.product section.product-header .product-header-block .product-header-block-content .btn > span {
  font-size: 1.625rem;
  position: absolute;
  top: 50%;
  left: 2.2rem;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.product section.product-header .product-header-block .product-header-block-content h2 {
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 1.4375rem;
}

.product section.product-header .product-header-block .product-header-block-color {
  -ms-flex: 1;
      flex: 1;
}

.product section.product-header .product-header-block .product-header-block-color:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  margin-top: 180px;
  z-index: -1;
  background-color: #fff;
}

.product section.product-header .product-header-block .product-header-block-color .btn {
  margin-left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  margin-top: -1.5625rem;
}

.product section.product-header .product-header-block .product-header-block-color .product-header-block-content {
  font-family: "Open Sans";
  font-size: 1rem;
  padding-left: 30px;
  padding-right: 30px;
}

.product section.product-header .product-header-block .product-header-block-color .product-header-block-content h1 {
  font-family: "Lora", serif;
  font-style: italic;
  border-bottom: 1px solid #ccc;
  font-size: 1.25rem;
}

.product section.product-header .product-header-block .product-header-block-color .product-header-block-content .nota {
  padding-top: 0.9375rem;
  font-size: 0.625rem;
}

.product section.product-header .product-header-block .product-header-block-color .product-header-block-content .icon {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 30px auto 15px auto;
  padding: 0;
  width: 4.6875rem;
  height: 4.6875rem;
  border-radius: 50%;
}

.product section.product-header .product-header-block .product-header-block-color .product-header-block-content .icon:after {
  content: "";
  display: block;
  width: 70%;
  height: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.product section.product-header .product-header-block .product-header-block-color .product-header-block-content .icon.approved_agico:after {
  width: 100%;
  height: 100%;
  background-image: url(../img/icon-agico.png);
}

.product section.product-header .product-header-block .product-header-block-color .product-header-block-content .icon.hypoallergenic_formula:after {
  background-image: url(../img/icon-hypoallergenic-formula.svg);
}

.product section.product-header .product-header-block .product-header-block-color .product-header-block-content .icon.clinically_tested:after {
  background-image: url(../img/icon-tested.svg);
}

.product section.product-header .product-header-block .product-header-block-color .product-header-block-content .icon.ph5:after {
  width: 50%;
  height: 50%;
  background-image: url(../img/icon-ph5.svg);
}

.product section.product-header .product-header-block .product-header-block-color .product-header-block-content .icon.without_parabens:after {
  background-image: url(../img/icon-without-parabens.svg);
}

.product section.product-header .product-header-block .product-header-block-color .product-header-block-content .icon.without_paraffin:after {
  background-image: url(../img/icon-without-paraffin.svg);
}

.product section.product-header .product-header-block .product-header-block-color .product-header-block-content .icon.zero_sali_di_alluminio:after {
  width: 58% !important;
  background-image: url(../img/icon-0.svg);
}

.product section.product-header .product-header-block .product-header-block-color .product-header-block-content .icon.zero_alcool:after {
  width: 58% !important;
  background-image: url(../img/icon-0.svg);
}

.product section.product-header .product-header-block .product-header-block-color .product-header-block-content .icon.efficacia_deodorante_48h:after {
  background-image: url(../img/icon-48h.svg);
}

.product section.product-header .product-header-block .product-header-block-color .product-header-block-content .icon + span {
  display: block;
  height: 2.5rem;
}

.product section.product-header .product-header-content {
  display: block;
  margin: 0;
  padding: 30px 0;
  font-size: 1.25rem;
}

.product section.product-header .product-header-content h2 {
  font-family: "Lora", serif;
  font-style: italic;
  border-bottom: 1px solid #ccc;
  font-size: 1.4375rem;
}

.product section.product-header .product-header-content ul {
  padding-top: 20px;
}

.product section.product-header .product-header-content .btn-shower {
  display: inline-block;
  margin-top: 30px;
}

.product section.product-header .product-header-content .btn-shower img {
  display: block;
  max-width: 100%;
}

.product section.product-header .product-header-content .acqua-sapone {
  display: block;
  margin-top: 30px;
}

.product section.product-header .product-header-content .acqua-sapone img {
  display: block;
  max-width: 50%;
}

.product section.product-header ul {
  display: block;
  margin: 0;
  padding: 0;
  font-family: "Open Sans";
  font-size: 1rem;
  line-height: 1.75;
}

.product section.product-header ul li {
  display: block;
  position: relative;
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
  padding-left: 0.9375rem;
  list-style: none;
  font-style: normal;
}

.product section.product-header ul li:before {
  content: '\2022';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.product section.product-slider .product-slider-img {
  padding: 0;
  background-size: 0;
}

.product section.product-slider .product-slider-img img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

.product section.product-slider .product-slider-img img.squarepixel {
  display: none;
}

.product section.product-slider .product-slider-color {
  color: #fff;
  padding: 30px 0;
}

.product section.product-slider .product-slider-color.product-slider-color-with-image .text-column h3 {
  color: #5a5a5a !important;
}

.product section.product-slider .product-slider-color.product-slider-color-with-image .text-column p {
  color: #5a5a5a;
}

.product section.product-slider .product-slider-color.product-slider-color-with-image .image-column img {
  display: block;
  width: 100% !important;
  height: auto !important;
}

.product section.product-slider .product-slider-color h2 {
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 2.1875rem;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.product section.product-slider .product-slider-color .product-slider-slick {
  background-image: url(../img/frame.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.product section.product-slider .product-slider-color .product-slider-slick.no-frame {
  background-image: none;
}

.product section.product-slider .product-slider-color .product-slider-slick.no-frame .product-slider-slide {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.product section.product-slider .product-slider-color .product-slider-slick.no-frame .product-slider-slide .text-column > div {
  margin-top: 50px;
  padding-bottom: 10px;
}

.product section.product-slider .product-slider-color .product-slider-slick.no-frame .slick-arrow.slick-prev {
  margin-left: 3%;
}

.product section.product-slider .product-slider-color .product-slider-slick.no-frame .slick-arrow.slick-next {
  margin-right: 3%;
}

.product section.product-slider .product-slider-color .product-slider-slick .product-slider-slide {
  padding: 60px 15px 0px 15px;
}

.product section.product-slider .product-slider-color .product-slider-slick .product-slider-slide .no-padding {
  padding: 0 !important;
}

.product section.product-slider .product-slider-color .product-slider-slick .product-slider-slide img {
  height: 270px;
  margin: auto;
  width: 200px;
}

.product section.product-slider .product-slider-color .product-slider-slick .product-slider-slide h3 {
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.4375rem;
  padding-right: 1.4375rem;
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 1.4375rem;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.product section.product-tile {
  padding: 60px 0;
}

.product section.product-tile .blog-tile {
  margin: 0;
  padding-bottom: 60px;
}

.product section.product-tile .blog-tile .info-box {
  margin-bottom: 0;
}

.product section.product-tile .product-slider-color {
  padding: 30px 0;
}

.product section.product-tile .product-slider-color h3 {
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 1.4375rem;
  margin-top: -60px;
  padding: 0px;
  margin-left: -15px;
  margin-right: -15px;
}

.product section.product-tile .product-slider-color .product-slider-slick .slick-arrow.slick-prev {
  left: 0px;
}

.product section.product-tile .product-slider-color .product-slider-slick .slick-arrow.slick-next {
  right: 0px;
}

.product section.product-tile .product-slider-color .product-slider-slick .product-slider-slide {
  padding: 60px 15px 0px 15px;
}

.product section.product-tile .btn {
  margin-top: -1.5625rem;
}

.product.chilly-green section.product-header .product-header-block .product-header-block-content h2 {
  color: #4f954d;
}

.product.chilly-green section.product-header .product-header-block .product-header-block-content .btn {
  background-color: #4f954d;
}

.product.chilly-green section.product-header .product-header-block .product-header-block-color {
  background: #d0e9c4;
}

.product.chilly-green section.product-header .product-header-block .product-header-block-color .btn {
  background-color: #4f954d;
}

.product.chilly-green section.product-header .product-header-block .product-header-block-color .product-header-block-content h1 {
  border-color: #4f954d;
}

.product.chilly-green section.product-header .product-header-block .product-header-block-color .product-header-block-content .text-center {
  font-size: 0.875rem;
}

.product.chilly-green section.product-header .product-header-block .product-header-block-color .product-header-block-content .icon {
  background-color: #4f954d;
}

.product.chilly-green section.product-header ul li:before {
  color: #4f954d;
}

.product.chilly-green section.product-header b,.product.chilly-green section.product-header strong {
  color: #4f954d;
}

.product.chilly-green section.product-slider .product-slider-color {
  background-color: #4f954d;
}

.product.chilly-green section.product-slider .product-slider-color.product-slider-color-with-image {
  background-color: #d0e9c4;
}

.product.chilly-green section.product-slider .product-slider-color.product-slider-color-with-image .slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%232f9843'%2F%3E%3C%2Fsvg%3E");
}

.product.chilly-green section.product-slider .product-slider-color.product-slider-color-with-image .slick-arrow.slick-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%232f9843'%2F%3E%3C%2Fsvg%3E");
}

.product.chilly-green section.product-slider .product-slider-color .product-slider-slick .product-slider-slide h3 {
  border-color: #4f954d;
}

.product.chilly-green section.product-tile .product-slider-color {
  background-color: #d0e9c4;
}

.product.chilly-green section.product-tile .product-slider-color .product-slider-slick .slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%232f9843'%2F%3E%3C%2Fsvg%3E");
}

.product.chilly-green section.product-tile .product-slider-color .product-slider-slick .slick-arrow.slick-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%232f9843'%2F%3E%3C%2Fsvg%3E");
}

.product.chilly-green section.product-tile .btn {
  background-color: #4f954d;
}

.product.chilly-blue section.product-header .product-header-block .product-header-block-content h2 {
  color: #004ba6;
}

.product.chilly-blue section.product-header .product-header-block .product-header-block-content .btn {
  background-color: #004ba6;
}

.product.chilly-blue section.product-header .product-header-block .product-header-block-color {
  background: #d2ddf5;
}

.product.chilly-blue section.product-header .product-header-block .product-header-block-color .btn {
  background-color: #004ba6;
}

.product.chilly-blue section.product-header .product-header-block .product-header-block-color .product-header-block-content h1 {
  border-color: #004ba6;
}

.product.chilly-blue section.product-header .product-header-block .product-header-block-color .product-header-block-content .icon {
  background-color: #004ba6;
}

.product.chilly-blue section.product-header ul li:before {
  color: #004ba6;
}

.product.chilly-blue section.product-header b,.product.chilly-blue section.product-header strong {
  color: #004ba6;
}

.product.chilly-blue section.product-slider .product-slider-color {
  background-color: #004ba6;
}

.product.chilly-blue section.product-slider .product-slider-color.product-slider-color-with-image {
  background-color: #d2ddf5;
}

.product.chilly-blue section.product-slider .product-slider-color.product-slider-color-with-image .product-slider-slick .product-slider-slide h3 {
  border-color: #fff;
}

.product.chilly-blue section.product-tile .product-slider-color {
  background-color: #d2ddf5;
}

.product.chilly-blue section.product-tile .product-slider-color .product-slider-slick .slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23004ba6'%2F%3E%3C%2Fsvg%3E");
}

.product.chilly-blue section.product-tile .product-slider-color .product-slider-slick .slick-arrow.slick-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23004ba6'%2F%3E%3C%2Fsvg%3E");
}

.product.chilly-blue section.product-tile .btn {
  background-color: #004ba6;
}

.product.chilly-azure section.product-header .product-header-block .product-header-block-content h2 {
  color: #00a8e6;
}

.product.chilly-azure section.product-header .product-header-block .product-header-block-content .btn {
  background-color: #00a8e6;
}

.product.chilly-azure section.product-header .product-header-block .product-header-block-color {
  background: #cbe7fb;
}

.product.chilly-azure section.product-header .product-header-block .product-header-block-color .btn {
  background-color: #00a8e6;
}

.product.chilly-azure section.product-header .product-header-block .product-header-block-color .product-header-block-content h1 {
  border-color: #00a8e6;
}

.product.chilly-azure section.product-header .product-header-block .product-header-block-color .product-header-block-content .icon {
  background-color: #00a8e6;
}

.product.chilly-azure section.product-header ul li:before {
  color: #00a8e6;
}

.product.chilly-azure section.product-header b,.product.chilly-azure section.product-header strong {
  color: #00a8e6;
}

.product.chilly-azure section.product-slider .product-slider-color {
  background-color: #00a8e6;
}

.product.chilly-azure section.product-slider .product-slider-color.product-slider-color-with-image {
  background-color: #cbe7fb;
}

.product.chilly-azure section.product-slider .product-slider-color.product-slider-color-with-image .slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%232ea7e0'%2F%3E%3C%2Fsvg%3E");
}

.product.chilly-azure section.product-slider .product-slider-color.product-slider-color-with-image .slick-arrow.slick-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%232ea7e0'%2F%3E%3C%2Fsvg%3E");
}

.product.chilly-azure section.product-slider .product-slider-color.product-slider-color-with-image .product-slider-slick .product-slider-slide h3 {
  border-color: #00a8e6;
}

.product.chilly-azure section.product-tile .product-slider-color {
  background-color: #cbe7fb;
}

.product.chilly-azure section.product-tile .product-slider-color .product-slider-slick .slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%232ea7e0'%2F%3E%3C%2Fsvg%3E");
}

.product.chilly-azure section.product-tile .product-slider-color .product-slider-slick .slick-arrow.slick-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%232ea7e0'%2F%3E%3C%2Fsvg%3E");
}

.product.chilly-azure section.product-tile .btn {
  background-color: #00a8e6;
}

.product.chilly-aqua section.product-header .product-header-block .product-header-block-content h2 {
  color: #009bad;
}

.product.chilly-aqua section.product-header .product-header-block .product-header-block-content .btn {
  background-color: #009bad;
}

.product.chilly-aqua section.product-header .product-header-block .product-header-block-color {
  background: #b8dee2;
}

.product.chilly-aqua section.product-header .product-header-block .product-header-block-color .btn {
  background-color: #009bad;
}

.product.chilly-aqua section.product-header .product-header-block .product-header-block-color .product-header-block-content h1 {
  border-color: #009bad;
}

.product.chilly-aqua section.product-header .product-header-block .product-header-block-color .product-header-block-content .icon {
  background-color: #009bad;
}

.product.chilly-aqua section.product-header ul li:before {
  color: #009bad;
}

.product.chilly-aqua section.product-header b,.product.chilly-aqua section.product-header strong {
  color: #009bad;
}

.product.chilly-aqua section.product-slider .product-slider-color {
  background-color: #009bad;
}

.product.chilly-aqua section.product-slider .product-slider-color.product-slider-color-with-image {
  background-color: #b8dee2;
}

.product.chilly-aqua section.product-slider .product-slider-color.product-slider-color-with-image .slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23009bad'%2F%3E%3C%2Fsvg%3E");
}

.product.chilly-aqua section.product-slider .product-slider-color.product-slider-color-with-image .slick-arrow.slick-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23009bad'%2F%3E%3C%2Fsvg%3E");
}

.product.chilly-aqua section.product-slider .product-slider-color.product-slider-color-with-image .product-slider-slick .product-slider-slide h3 {
  border-color: #009bad;
}

.product.chilly-aqua section.product-tile .product-slider-color {
  background-color: #b8dee2;
}

.product.chilly-aqua section.product-tile .product-slider-color .product-slider-slick .slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23009bad'%2F%3E%3C%2Fsvg%3E");
}

.product.chilly-aqua section.product-tile .product-slider-color .product-slider-slick .slick-arrow.slick-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23009bad'%2F%3E%3C%2Fsvg%3E");
}

.product.chilly-aqua section.product-tile .btn {
  background-color: #009bad;
}

.product.chilly-pink section.product-header .product-header-block .product-header-block-content h2 {
  color: #d44a88;
}

.product.chilly-pink section.product-header .product-header-block .product-header-block-content .btn {
  background-color: #d44a88;
}

.product.chilly-pink section.product-header .product-header-block .product-header-block-color {
  background: #f2cedf;
}

.product.chilly-pink section.product-header .product-header-block .product-header-block-color .btn {
  background-color: #d44a88;
}

.product.chilly-pink section.product-header .product-header-block .product-header-block-color .product-header-block-content h1 {
  border-color: #d44a88;
}

.product.chilly-pink section.product-header .product-header-block .product-header-block-color .product-header-block-content .icon {
  background-color: #d44a88;
}

.product.chilly-pink section.product-header ul li:before {
  color: #d44a88;
}

.product.chilly-pink section.product-header b,.product.chilly-pink section.product-header strong {
  color: #d44a88;
}

.product.chilly-pink section.product-slider .product-slider-color {
  background-color: #d44a88;
}

.product.chilly-pink section.product-slider .product-slider-color.product-slider-color-with-image {
  background-color: #f2cedf;
}

.product.chilly-pink section.product-slider .product-slider-color.product-slider-color-with-image .slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d44a88'%2F%3E%3C%2Fsvg%3E");
}

.product.chilly-pink section.product-slider .product-slider-color.product-slider-color-with-image .slick-arrow.slick-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d44a88'%2F%3E%3C%2Fsvg%3E");
}

.product.chilly-pink section.product-slider .product-slider-color.product-slider-color-with-image .product-slider-slick .product-slider-slide h3 {
  border-color: #d44a88;
}

.product.chilly-pink section.product-tile .product-slider-color {
  background-color: #f2cedf;
}

.product.chilly-pink section.product-tile .product-slider-color .product-slider-slick .slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d44a88'%2F%3E%3C%2Fsvg%3E");
}

.product.chilly-pink section.product-tile .product-slider-color .product-slider-slick .slick-arrow.slick-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d44a88'%2F%3E%3C%2Fsvg%3E");
}

.product.chilly-pink section.product-tile .btn {
  background-color: #d44a88;
}

.product.chilly-purple section.product-header .product-header-block .product-header-block-content h2 {
  color: #8a80d9;
}

.product.chilly-purple section.product-header .product-header-block .product-header-block-content .btn {
  background-color: #8a80d9;
}

.product.chilly-purple section.product-header .product-header-block .product-header-block-color {
  background: #d7d5f7;
}

.product.chilly-purple section.product-header .product-header-block .product-header-block-color .btn {
  background-color: #8a80d9;
}

.product.chilly-purple section.product-header .product-header-block .product-header-block-color .product-header-block-content h1 {
  border-color: #8a80d9;
}

.product.chilly-purple section.product-header .product-header-block .product-header-block-color .product-header-block-content .icon {
  background-color: #8a80d9;
}

.product.chilly-purple section.product-header ul li:before {
  color: #8a80d9;
}

.product.chilly-purple section.product-header b,.product.chilly-purple section.product-header strong {
  color: #8a80d9;
}

.product.chilly-purple section.product-slider .product-slider-color {
  background-color: #8a80d9;
}

.product.chilly-purple section.product-slider .product-slider-color.product-slider-color-with-image {
  background-color: #d7d5f7;
}

.product.chilly-purple section.product-slider .product-slider-color.product-slider-color-with-image .slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%238a80d9'%2F%3E%3C%2Fsvg%3E");
}

.product.chilly-purple section.product-slider .product-slider-color.product-slider-color-with-image .slick-arrow.slick-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%238a80d9'%2F%3E%3C%2Fsvg%3E");
}

.product.chilly-purple section.product-slider .product-slider-color.product-slider-color-with-image .product-slider-slick .product-slider-slide h3 {
  border-color: #8a80d9;
}

.product.chilly-purple section.product-tile .product-slider-color {
  background-color: #d7d5f7;
}

.product.chilly-purple section.product-tile .product-slider-color .product-slider-slick .slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%238a80d9'%2F%3E%3C%2Fsvg%3E");
}

.product.chilly-purple section.product-tile .product-slider-color .product-slider-slick .slick-arrow.slick-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%238a80d9'%2F%3E%3C%2Fsvg%3E");
}

.product.chilly-purple section.product-tile .btn {
  background-color: #8a80d9;
}

.product.chilly-grey section.product-header .product-header-block .product-header-block-content h2 {
  color: #000000;
}

.product.chilly-grey section.product-header .product-header-block .product-header-block-content .btn {
  background-color: #6e7174;
}

.product.chilly-grey section.product-header .product-header-block .product-header-block-color {
  background: #e4e4e4;
}

.product.chilly-grey section.product-header .product-header-block .product-header-block-color .btn {
  background-color: #6e7174;
}

.product.chilly-grey section.product-header .product-header-block .product-header-block-color .product-header-block-content h1 {
  border-color: #6e7174;
}

.product.chilly-grey section.product-header .product-header-block .product-header-block-color .product-header-block-content .icon {
  background-color: #6e7174;
}

.product.chilly-grey section.product-header ul li:before {
  color: #6e7174;
}

.product.chilly-grey section.product-header b,.product.chilly-grey section.product-header strong {
  color: #000000;
}

.product.chilly-grey section.product-slider .product-slider-color {
  background-color: #6e7174;
}

.product.chilly-grey section.product-slider .product-slider-color.product-slider-color-with-image {
  background-color: #e4e4e4;
}

.product.chilly-grey section.product-slider .product-slider-color.product-slider-color-with-image .slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%236e7174'%2F%3E%3C%2Fsvg%3E");
}

.product.chilly-grey section.product-slider .product-slider-color.product-slider-color-with-image .slick-arrow.slick-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%236e7174'%2F%3E%3C%2Fsvg%3E");
}

.product.chilly-grey section.product-slider .product-slider-color.product-slider-color-with-image .product-slider-slick .product-slider-slide h3 {
  border-color: #000000;
}

.product.chilly-grey section.product-tile .product-slider-color {
  background-color: #f4f4f4;
}

.product.chilly-grey section.product-tile .product-slider-color .product-slider-slick .slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%236e7174'%2F%3E%3C%2Fsvg%3E");
}

.product.chilly-grey section.product-tile .product-slider-color .product-slider-slick .slick-arrow.slick-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%236e7174'%2F%3E%3C%2Fsvg%3E");
}

.product.chilly-grey section.product-tile .btn {
  background-color: #6e7174;
}

.products .row_title {
  margin-top: 1.25rem;
}

.products .content_description {
  color: #5a5a5a;
  line-height: 2rem;
  margin-bottom: 2.1875rem;
}

.products .content_description .content_note {
  color: #5a5a5a;
  font-size: 0.625rem;
}

.products .tile {
  margin-bottom: 2.8125rem;
}

.products .tile .title {
  font-size: 1.25rem;
  line-height: 1.625rem;
  text-align: center;
  font-family: "Lora", serif;
  font-style: italic;
  height: 3.25rem;
  overflow: hidden;
  margin-bottom: 0px;
}

.products .tile img {
  display: block;
  width: 100%;
}

main.blog {
  padding-top: 0.9375rem;
}

main.blog .blog-hero .blog-mission {
  position: relative;
}

main.blog .blog-hero .blog-mission > div {
  z-index: 100;
}

main.blog .blog-hero .blog-mission > div .balloon {
  height: 130px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/ttem_logo.png);
}

main.blog .blog-hero .blog-mission > div .cit {
  padding: 20px 10px;
  font-family: "Lora", serif;
  font-style: italic;
  text-align: center;
  color: #5a5a5a;
  font-size: 1rem;
}

main.blog .blog-hero .blog-mission > div .cit h2 {
  font-family: "Lora", serif;
  font-style: italic;
  margin: 0 0 15px 0;
  font-size: 1.25rem;
}

main.blog .blog-hero .blog-mission.alternative > div .cit {
  text-align: left;
}

main.blog .blog-hero .images-hero .image-hero {
  background-size: cover;
  background-position: center;
  padding-bottom: 66%;
}

main.blog .blog-hero .images-hero .text-box {
  top: -30px;
  padding: 40px 20px;
}

main.blog .blog-hero .images-hero .text-box h2 {
  font-family: "Lora", serif;
  font-style: italic;
  margin: 5px 0 0 0;
  padding-bottom: 0;
  font-size: 1.4375rem;
}

main.blog .blog-hero .images-hero .text-box h3 {
  font-family: "Lora", serif;
  font-style: italic;
  margin: 0 0 15px 0;
  color: #5a5a5a;
  font-size: 1.25rem;
}

main.blog .blog-hero .images-hero .text-box p {
  color: #5a5a5a;
  font-size: 0.875rem;
}

main.blog .blog-hero .images-hero .text-box.green {
  border: 1px solid #4f954d;
}

main.blog .blog-hero .images-hero .text-box.green h2 {
  color: #4f954d;
}

main.blog #articles_list .article {
  display: none;
}

main.blog #articles_list .article:nth-child(1),main.blog #articles_list .article:nth-child(2) {
  display: block;
}

main.blog .loadmore_section {
  text-align: center;
}

main.blog .loadmore_section a:hover {
  color: #fff;
}

.banner_sentence {
  margin-bottom: 30px;
  text-align: center;
}

.blog-tile .blog-tile-image > div {
  display: block;
  padding-bottom: 70%;
  background-color: #c0c0c0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.blog-tile .info-box {
  position: relative;
  border: 2px solid transparent;
  padding: 1.25rem 1.25rem 2.5rem 1.25rem;
  background-color: #fff;
  margin-bottom: 3.75rem;
  box-shadow: 15px 15px 60px -15px rgba(0, 0, 0, 0.25);
}

.blog-tile .info-box .date {
  display: block;
  color: #ccc;
  border-bottom: 1px solid #ccc;
  height: 2rem;
}

.blog-tile .info-box .title {
  padding: 0.9375rem 0;
  margin-bottom: 0.9375rem;
  display: block;
}

.blog-tile .info-box .title a:hover h4 {
  text-decoration: underline !important;
}

.blog-tile .info-box .title a h4 {
  display: inline;
  margin: 0;
  line-height: 1.75rem;
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 1.25rem;
}

.blog-tile .info-box .excerpt {
  color: #5a5a5a;
  overflow: hidden;
  font-size: 0.875rem;
}

.blog-tile .info-box .excerpt > p {
  margin: 0px;
}

.blog-tile .info-box .author {
  display: inline-block;
  padding-left: 3.125rem;
  line-height: 2.1875rem;
  margin: 1.25rem 0;
  font-size: 0.75rem;
  color: #5a5a5a;
  position: relative;
}

.blog-tile .info-box .author strong {
  font-family: "Lora", serif;
  font-style: italic;
}

.blog-tile .info-box .author .thumbnail_author {
  position: absolute;
  height: 2.1875rem;
  width: 2.1875rem;
  border-radius: 50%;
  left: 0;
  top: 0;
  background: #c0c0c0;
  background-position: center;
  background-size: cover;
}

.blog-tile .info-box .author .thumbnail_author.luisa {
  background-image: url(../img/ginecologa.png);
}

.blog-tile .info-box .author .thumbnail_author.sara {
  background-image: url(../img/blogger.png);
}

.blog-tile .info-box .category {
  padding-right: 6.25rem;
  font-size: 0.75rem;
  position: relative;
}

.blog-tile .info-box .category a:hover {
  text-decoration: underline !important;
}

.blog-tile .info-box .category a.readmore {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  font-family: "Material Icons";
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: 25%;
  background-repeat: no-repeat;
}

.blog-tile .info-box .category a:hover {
  opacity: .8;
}

.blog-tile.pink .info-box {
  border: 2px solid #d44a88;
}

.blog-tile.pink .info-box .title h4 {
  color: #d44a88;
}

.blog-tile.pink .info-box .category {
  color: #d44a88;
}

.blog-tile.pink .info-box .category a {
  color: #d44a88;
}

.blog-tile.pink .info-box .category a.readmore {
  background-color: #d44a88;
}

.blog-tile.green .info-box {
  border: 2px solid #4f954d;
}

.blog-tile.green .info-box .title h4 {
  color: #4f954d;
}

.blog-tile.green .info-box .category {
  color: #4f954d;
}

.blog-tile.green .info-box .category a {
  color: #4f954d;
}

.blog-tile.green .info-box .category a.readmore {
  background-color: #4f954d;
}

.blog-tile.blue .info-box {
  border: 2px solid #004ba6;
}

.blog-tile.blue .info-box .title h4 {
  color: #004ba6;
}

.blog-tile.blue .info-box .category {
  color: #004ba6;
}

.blog-tile.blue .info-box .category a {
  color: #004ba6;
}

.blog-tile.blue .info-box .category a.readmore {
  background-color: #004ba6;
}

.blog-tile.aqua .info-box {
  border: 2px solid #009bad;
}

.blog-tile.aqua .info-box .title h4 {
  color: #009bad;
}

.blog-tile.aqua .info-box .category {
  color: #009bad;
}

.blog-tile.aqua .info-box .category a {
  color: #009bad;
}

.blog-tile.aqua .info-box .category a.readmore {
  background-color: #009bad;
}

.blog-tile.purple .info-box {
  border: 2px solid #8a80d9;
}

.blog-tile.purple .info-box .title h4 {
  color: #8a80d9;
}

.blog-tile.purple .info-box .category {
  color: #8a80d9;
}

.blog-tile.purple .info-box .category a {
  color: #8a80d9;
}

.blog-tile.purple .info-box .category a.readmore {
  background-color: #8a80d9;
}

.blog-tile.azure .info-box {
  border: 2px solid #00a8e6;
}

.blog-tile.azure .info-box .title h4 {
  color: #00a8e6;
}

.blog-tile.azure .info-box .category {
  color: #00a8e6;
}

.blog-tile.azure .info-box .category a {
  color: #00a8e6;
}

.blog-tile.azure .info-box .category a.readmore {
  background-color: #00a8e6;
}

.blog-tile.grey .info-box {
  border: 2px solid #6e7174;
}

.blog-tile.grey .info-box .title h4 {
  color: #6e7174;
}

.blog-tile.grey .info-box .category {
  color: #6e7174;
}

.blog-tile.grey .info-box .category a {
  color: #6e7174;
}

.blog-tile.grey .info-box .category a.readmore {
  background-color: #6e7174;
}

.back {
  display: block;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  color: #00b25a;
  background-color: #f4f4f4;
  font-size: 0.75rem;
}

.back span {
  color: #5a5a5a;
}

.back a {
  color: #000;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 15px;
}

.dettaglio .force_white_section section {
  background-color: #fff !important;
}

.dettaglio .cosa-ne-pensate {
  margin-top: -60px;
  margin-bottom: 60px;
}

.dettaglio .dettaglio_header > .container > .row .left {
  z-index: 100;
  padding-left: 0px;
  padding-right: 0px;
}

.dettaglio .dettaglio_header > .container > .row .left .border_shape {
  box-sizing: border-box;
  z-index: 50;
}

.dettaglio .dettaglio_header > .container > .row .left .border_shape .info {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  background-color: #fff;
  padding: 15px;
}

.dettaglio .dettaglio_header > .container > .row .left .border_shape .info .date {
  height: 3.125rem;
}

.dettaglio .dettaglio_header > .container > .row .left .border_shape .info .date span {
  display: inline-block;
  line-height: 3.125rem;
  color: #ccc;
  border-bottom: 1px solid #ccc;
}

.dettaglio .dettaglio_header > .container > .row .left .border_shape .info .title {
  padding-top: 3%;
}

.dettaglio .dettaglio_header > .container > .row .left .border_shape .info .title h1 {
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 1.4375rem;
}

.dettaglio .dettaglio_header > .container > .row .left .border_shape .info .author {
  position: relative;
  display: block;
  height: 3.125rem;
  padding-left: 3.75rem;
  top: -0.625rem;
}

.dettaglio .dettaglio_header > .container > .row .left .border_shape .info .author .thumbnail_author {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #ccc;
  height: 100%;
  width: 3.125rem;
  background-size: cover;
}

.dettaglio .dettaglio_header > .container > .row .left .border_shape .info .author .thumbnail_author.luisa {
  background-image: url(../img/ginecologa.png);
}

.dettaglio .dettaglio_header > .container > .row .left .border_shape .info .author .thumbnail_author.sara {
  background-image: url(../img/blogger.png);
}

.dettaglio .dettaglio_header > .container > .row .left .border_shape .info .author span {
  line-height: 3.125rem;
  font-size: 0.875rem;
}

.dettaglio .dettaglio_header > .container > .row .left .border_shape .info .author span strong {
  font-family: "Lora", serif;
  font-style: italic;
}

.dettaglio .dettaglio_header > .container > .row .left .border_shape .info .category {
  margin-top: 15px;
}

.dettaglio .dettaglio_header > .container > .row .left .border_shape .info .category a {
  font-size: 0.875rem;
}

.dettaglio .dettaglio_header > .container > .row .left .border_shape #to_article {
  display: none;
}

.dettaglio .dettaglio_header > .container > .row .right {
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.dettaglio .dettaglio_header > .container > .row .right img {
  display: block;
  width: 100%;
}

.dettaglio .header_dettaglio .left {
  padding-bottom: 95%;
  position: relative;
}

.dettaglio .header_dettaglio .left .white_section {
  background: #fff;
  z-index: 100;
  padding-bottom: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  right: 0;
  width: 100%;
}

.dettaglio .header_dettaglio .left .title_box {
  z-index: 300;
  padding-bottom: 70%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.dettaglio .header_dettaglio .left .title_box #to_article {
  display: none;
}

.dettaglio .header_dettaglio .left .title_box > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dettaglio .header_dettaglio .left .title_box > div > div {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0rem 1.25rem 1.25rem 1.25rem;
}

.dettaglio .header_dettaglio .left .title_box > div > div .date {
  height: 3.125rem;
}

.dettaglio .header_dettaglio .left .title_box > div > div .date span {
  display: inline-block;
  line-height: 3.125rem;
  color: #ccc;
  border-bottom: 1px solid #ccc;
}

.dettaglio .header_dettaglio .left .title_box > div > div .title {
  padding-top: 3%;
}

.dettaglio .header_dettaglio .left .title_box > div > div .title h1 {
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 1.4375rem;
}

.dettaglio .header_dettaglio .left .title_box > div > div .author {
  position: relative;
  display: block;
  height: 3.125rem;
  padding-left: 3.75rem;
  top: -0.625rem;
}

.dettaglio .header_dettaglio .left .title_box > div > div .author .thumbnail_author {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #ccc;
  height: 100%;
  width: 3.125rem;
  background-size: cover;
}

.dettaglio .header_dettaglio .left .title_box > div > div .author .thumbnail_author.luisa {
  background-image: url(../img/ginecologa.png);
}

.dettaglio .header_dettaglio .left .title_box > div > div .author .thumbnail_author.sara {
  background-image: url(../img/blogger.png);
}

.dettaglio .header_dettaglio .left .title_box > div > div .author span {
  line-height: 3.125rem;
  font-size: 0.875rem;
}

.dettaglio .header_dettaglio .left .title_box > div > div .author span strong {
  font-family: "Lora", serif;
  font-style: italic;
}

.dettaglio .header_dettaglio .left .title_box > div > div .category {
  margin-top: 15px;
}

.dettaglio .header_dettaglio .left .title_box > div > div .category a {
  font-size: 0.875rem;
}

.dettaglio .header_dettaglio .left .border_shape {
  z-index: 200;
  padding-bottom: 70%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: 0;
  width: 115%;
  display: none;
}

.dettaglio .header_dettaglio .right {
  padding-bottom: 95%;
  background-size: cover;
  background-position: center;
}

.dettaglio .content_dettaglio {
  padding: 60px 0;
  color: #5a5a5a;
  line-height: 2rem;
}

.dettaglio .content_dettaglio p {
  margin-bottom: 40px;
}

.dettaglio .content_dettaglio img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.dettaglio .product_dettaglio .info {
  padding-bottom: 50px;
}

.dettaglio .product_dettaglio .info h2 {
  display: inline-block;
  width: 100%;
  margin: 40px 0;
  font-size: 1.875rem;
  font-family: "Lora", serif;
  font-style: italic;
  text-align: center;
}

.dettaglio .product_dettaglio .text_box {
  margin-top: 125px;
  padding: 170px 30px 50px 30px;
  position: relative;
}

.dettaglio .product_dettaglio .text_box img {
  position: absolute;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  left: 50%;
  top: 0;
  max-height: 280px;
}

.dettaglio .product_dettaglio .text_box p {
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 1.4375rem;
  text-align: center;
}

.dettaglio .product_dettaglio .text_box .btn {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.dettaglio .product_dettaglio.green .info h2 {
  color: #4f954d;
}

.dettaglio .product_dettaglio.green .text_box {
  background-color: #d0e9c4;
}

.dettaglio .product_dettaglio.green .text_box .btn {
  background-color: #4f954d;
}

.dettaglio .product_dettaglio.blue .info h2 {
  color: #004ba6;
}

.dettaglio .product_dettaglio.blue .text_box {
  background-color: #d2ddf5;
}

.dettaglio .product_dettaglio.blue .text_box .btn {
  background-color: #004ba6;
}

.dettaglio .product_dettaglio.azure .info h2 {
  color: #00a8e6;
}

.dettaglio .product_dettaglio.azure .text_box {
  background-color: #cbe7fb;
}

.dettaglio .product_dettaglio.azure .text_box .btn {
  background-color: #00a8e6;
}

.dettaglio .product_dettaglio.aqua .info h2 {
  color: #009bad;
}

.dettaglio .product_dettaglio.aqua .text_box {
  background-color: #b8dee2;
}

.dettaglio .product_dettaglio.aqua .text_box .btn {
  background-color: #009bad;
}

.dettaglio .product_dettaglio.pink .info h2 {
  color: #d44a88;
}

.dettaglio .product_dettaglio.pink .text_box {
  background-color: #f2cedf;
}

.dettaglio .product_dettaglio.pink .text_box .btn {
  background-color: #d44a88;
}

.dettaglio .product_dettaglio.purple .info h2 {
  color: #8a80d9;
}

.dettaglio .product_dettaglio.purple .text_box {
  background-color: #d7d5f7;
}

.dettaglio .product_dettaglio.purple .text_box .btn {
  background-color: #8a80d9;
}

.dettaglio .product_dettaglio.grey .info h2 {
  color: #6e7174;
}

.dettaglio .product_dettaglio.grey .text_box {
  background-color: #e4e4e4;
}

.dettaglio .product_dettaglio.grey .text_box .btn {
  background-color: #6e7174;
}

.dettaglio.green .title h1 {
  color: #4f954d;
}

.dettaglio.green .border_shape {
  border-color: #4f954d;
}

.dettaglio.green .category {
  color: #4f954d;
}

.dettaglio.green .category a {
  color: #4f954d;
}

.dettaglio.green #to_article {
  background-color: #4f954d;
}

.dettaglio.blue .title h1 {
  color: #004ba6;
}

.dettaglio.blue .border_shape {
  border-color: #004ba6;
}

.dettaglio.blue .category {
  color: #004ba6;
}

.dettaglio.blue .category a {
  color: #004ba6;
}

.dettaglio.blue #to_article {
  background-color: #004ba6;
}

.dettaglio.azure .title h1 {
  color: #00a8e6;
}

.dettaglio.azure .border_shape {
  border-color: #00a8e6;
}

.dettaglio.azure .category {
  color: #00a8e6;
}

.dettaglio.azure .category a {
  color: #00a8e6;
}

.dettaglio.azure #to_article {
  background-color: #00a8e6;
}

.dettaglio.aqua .title h1 {
  color: #009bad;
}

.dettaglio.aqua .border_shape {
  border-color: #009bad;
}

.dettaglio.aqua .category {
  color: #009bad;
}

.dettaglio.aqua .category a {
  color: #009bad;
}

.dettaglio.aqua #to_article {
  background-color: #009bad;
}

.dettaglio.pink .title h1 {
  color: #d44a88;
}

.dettaglio.pink .border_shape {
  border-color: #d44a88;
}

.dettaglio.pink .category {
  color: #d44a88;
}

.dettaglio.pink .category a {
  color: #d44a88;
}

.dettaglio.pink #to_article {
  background-color: #d44a88;
}

.dettaglio.purple .title h1 {
  color: #8a80d9;
}

.dettaglio.purple .border_shape {
  border-color: #8a80d9;
}

.dettaglio.purple .category {
  color: #8a80d9;
}

.dettaglio.purple .category a {
  color: #8a80d9;
}

.dettaglio.purple #to_article {
  background-color: #8a80d9;
}

.dettaglio.grey .title h1 {
  color: #6e7174;
}

.dettaglio.grey .border_shape {
  border-color: #6e7174;
}

.dettaglio.grey .category {
  color: #6e7174;
}

.dettaglio.grey .category a {
  color: #6e7174;
}

.dettaglio.grey #to_article {
  background-color: #6e7174;
}

.dettaglio .sfsiplus_norm_row {
  float: none;
  position: relative !important;
  margin: auto;
}

.dettaglio .sfsiplus_norm_row > div:first-child {
  margin-left: 0 !important;
}

.call_to_action_scrivici {
  position: relative;
  text-align: center;
  padding: 1.875rem;
  padding-top: 1.875rem;
  padding-bottom: 4.375rem;
  margin-top: 3.75rem;
  margin-bottom: 6.25rem;
  border: 1px solid #ccc;
}

.call_to_action_scrivici h4 {
  display: inline;
  margin: 0;
  font-family: "Lora", serif;
  font-style: italic;
  color: #5a5a5a;
  font-size: 1.25rem;
}

.call_to_action_scrivici .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%);
  color: #fff;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.call_to_action_scrivici .btn:hover {
  color: #fff;
}

footer {
  background-color: #5a5a5a;
  font-family: "Open Sans";
  color: #fff;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 0.625rem;
}

footer .menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

footer .menu li {
  padding: 0px 0px 15px 0px;
  display: block;
}

footer .menu li a {
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  font-size: 0.75rem;
}

footer .menu li a:hover {
  text-decoration: underline;
}

footer .menu-left {
  text-transform: uppercase;
}

footer .menu-right .menu {
  float: right;
}

footer .menu-right .menu li {
  text-align: right;
}

footer .company {
  text-align: center;
}

footer + .bolton {
  background-color: #fff;
  text-align: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.row_title {
  display: block;
  height: 5.625rem;
  position: relative;
}

.row_title h2,.row_title h1 {
  display: block;
  font-family: "Lora", serif;
  font-style: italic;
  background-color: #f4f4f4;
  z-index: 2;
  position: relative;
  text-align: center;
  padding: 0 0.625rem;
  font-size: 1.4375rem;
  position: absolute;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.row_title h2.sotto_la_doccia_slider_title,.row_title h1.sotto_la_doccia_slider_title {
  display: block;
  max-width: 270px;
}

.row_title:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.row_title.white h2 {
  background-color: #fff;
}

.contact_page {
  padding-top: 3.75rem;
}

.contact_page h2,.newsletter_form h2,.scrivici_form_fb h2 {
  text-align: center;
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 1.25rem;
}

.contact_page form .field_group,.newsletter_form form .field_group,.scrivici_form_fb form .field_group {
  border: none !important;
  position: relative;
}

.contact_page form .field_group span,.newsletter_form form .field_group span,.scrivici_form_fb form .field_group span {
  height: 4.375rem;
  padding-top: 1.25rem;
  padding-bottom: 0.625rem;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.contact_page form .field_group span span[role="alert"],.newsletter_form form .field_group span span[role="alert"],.scrivici_form_fb form .field_group span span[role="alert"] {
  padding: 0;
  font-size: 0.75rem;
}

.contact_page form .field_group label,.newsletter_form form .field_group label,.scrivici_form_fb form .field_group label {
  height: 1.25rem;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #ccc;
  position: absolute;
  top: 1.875rem;
  transition: top .5s, font-size .5s;
}

.contact_page form .field_group input[type="text"],.contact_page form .field_group input[type="email"],.contact_page form .field_group textarea,.newsletter_form form .field_group input[type="text"],.newsletter_form form .field_group input[type="email"],.newsletter_form form .field_group textarea,.scrivici_form_fb form .field_group input[type="text"],.scrivici_form_fb form .field_group input[type="email"],.scrivici_form_fb form .field_group textarea {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #4f954d;
  background-color: transparent;
}

.contact_page form .field_group input[type="text"],.contact_page form .field_group input[type="email"],.newsletter_form form .field_group input[type="text"],.newsletter_form form .field_group input[type="email"],.scrivici_form_fb form .field_group input[type="text"],.scrivici_form_fb form .field_group input[type="email"] {
  height: 2.5rem;
}

.contact_page form .field_group textarea,.newsletter_form form .field_group textarea,.scrivici_form_fb form .field_group textarea {
  height: 9.375rem;
  resize: none;
}

.contact_page form .field_group input[type="text"]:focus,.newsletter_form form .field_group input[type="text"]:focus,.scrivici_form_fb form .field_group input[type="text"]:focus {
  transition: border-bottom .5s;
  border-bottom: 2px solid #4f954d;
}

.contact_page form .field_group textarea:focus,.newsletter_form form .field_group textarea:focus,.scrivici_form_fb form .field_group textarea:focus {
  transition: border-bottom .5s;
  border-bottom: 2px solid #4f954d;
}

.contact_page form .field_group input[type="text"]:valid,.newsletter_form form .field_group input[type="text"]:valid,.scrivici_form_fb form .field_group input[type="text"]:valid {
  border-bottom: 2px solid #d0e9c4;
}

.contact_page form .field_group textarea:valid,.newsletter_form form .field_group textarea:valid,.scrivici_form_fb form .field_group textarea:valid {
  border-bottom: 2px solid #d0e9c4;
}

.contact_page form .field_group input[type="text"]:focus + label,.contact_page form .field_group input[type="text"]:valid + label,.contact_page form .field_group textarea:focus + label,.contact_page form .field_group textarea:valid + label,.newsletter_form form .field_group input[type="text"]:focus + label,.newsletter_form form .field_group input[type="text"]:valid + label,.newsletter_form form .field_group textarea:focus + label,.newsletter_form form .field_group textarea:valid + label,.scrivici_form_fb form .field_group input[type="text"]:focus + label,.scrivici_form_fb form .field_group input[type="text"]:valid + label,.scrivici_form_fb form .field_group textarea:focus + label,.scrivici_form_fb form .field_group textarea:valid + label {
  font-size: 0.75rem;
  transition: top .5s, font-size .5s;
  top: 0;
}

.contact_page form .textarea,.newsletter_form form .textarea,.scrivici_form_fb form .textarea {
  padding-top: 0.625rem;
  resize: none;
}

.contact_page form .textarea .field_group,.newsletter_form form .textarea .field_group,.scrivici_form_fb form .textarea .field_group {
  height: 11.25rem;
}

.contact_page form .textarea span,.newsletter_form form .textarea span,.scrivici_form_fb form .textarea span {
  display: block;
}

.contact_page form .textarea span:after,.newsletter_form form .textarea span:after,.scrivici_form_fb form .textarea span:after {
  content: '';
  clear: both;
}

.contact_page form .textarea label,.newsletter_form form .textarea label,.scrivici_form_fb form .textarea label {
  display: block;
  width: 100%;
  margin-bottom: 0;
}

.contact_page form .privacy_policy,.newsletter_form form .privacy_policy,.scrivici_form_fb form .privacy_policy {
  padding-top: 3.125rem;
  font-size: 0.875rem;
}

.contact_page form .privacy_policy > div:first-child,.newsletter_form form .privacy_policy > div:first-child,.scrivici_form_fb form .privacy_policy > div:first-child {
  color: #5a5a5a;
  padding: 10px 0;
}

.contact_page form .privacy_policy > div:nth-child(2),.newsletter_form form .privacy_policy > div:nth-child(2),.scrivici_form_fb form .privacy_policy > div:nth-child(2) {
  height: 6.25rem;
  overflow: auto;
  padding: 10px 0;
  color: #ccc;
}

.contact_page form .privacy_policy > div:nth-child(3),.newsletter_form form .privacy_policy > div:nth-child(3),.scrivici_form_fb form .privacy_policy > div:nth-child(3) {
  font-size: 0.75rem;
  padding: 10px 0;
}

.contact_page form .privacy_policy > div:nth-child(4) label span,.newsletter_form form .privacy_policy > div:nth-child(4) label span,.scrivici_form_fb form .privacy_policy > div:nth-child(4) label span {
  margin: 0;
}

.contact_page form .privacy_policy .spazio_checkbox span,.newsletter_form form .privacy_policy .spazio_checkbox span,.scrivici_form_fb form .privacy_policy .spazio_checkbox span {
  margin: 0;
}

.contact_page form .privacy_policy .spazio_checkbox span span[role="alert"],.newsletter_form form .privacy_policy .spazio_checkbox span span[role="alert"],.scrivici_form_fb form .privacy_policy .spazio_checkbox span span[role="alert"] {
  padding: 0;
  font-size: 0.75rem;
}

.contact_page form .privacy_policy .submit,.newsletter_form form .privacy_policy .submit,.scrivici_form_fb form .privacy_policy .submit {
  padding-top: 40px;
  text-align: center;
}

.contact_page form .privacy_policy .submit button,.newsletter_form form .privacy_policy .submit button,.scrivici_form_fb form .privacy_policy .submit button {
  width: 10.625rem;
}

.newsletter_overlay,.stores_overlay {
  display: none;
}

.newsletter_overlay.opened,.stores_overlay.opened {
  display: block;
 /*display: block;*/
  position: fixed;
  z-index: 9998;
  height: 100%;
  width: 100%;
  background: #fff;
  top: 0;
  left: 0;
  background-position: center 4.375rem;
  background-repeat: no-repeat;
}

.newsletter_overlay.opened + .newsletter_form,.newsletter_overlay.opened + .stores_list,.stores_overlay.opened + .newsletter_form,.stores_overlay.opened + .stores_list {
  display: block;
}

.newsletter_form,.stores_list {
  display: none;
  padding: 1.25rem;
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.newsletter_form .close_form,.stores_list .close_form {
  height: 130px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/circled_close.png);
  background-size: 3.125rem;
}

.newsletter_form .intestazione_form,.newsletter_form .intestazione_stores,.stores_list .intestazione_form,.stores_list .intestazione_stores {
  text-align: center;
  padding: 1.875rem 0;
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 1.25rem;
}

.newsletter_form .intestazione_stores,.stores_list .intestazione_stores {
  border-bottom: 1px solid #ccc;
}

.newsletter_form .stores > .container-fluid .row:not(:last-child),.stores_list .stores > .container-fluid .row:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.newsletter_form .stores > .container-fluid .row .logo-modal,.stores_list .stores > .container-fluid .row .logo-modal {
  height: 10rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.newsletter_form .stores > .container-fluid .row .tasto-store,.stores_list .stores > .container-fluid .row .tasto-store {
  position: relative;
  height: 10rem;
}

.newsletter_form .stores > .container-fluid .row .tasto-store .btn,.stores_list .stores > .container-fluid .row .tasto-store .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.newsletter_form .input span,.stores_list .input span {
  display: block;
  position: relative;
}

.newsletter_form .input span input,.stores_list .input span input {
  display: block;
  width: 100%;
}

.newsletter_form .privacy,.stores_list .privacy {
  padding: 1.875rem 0;
  font-size: 0.75rem;
}

.newsletter_form .privacy .wpcf7-list-item-label,.stores_list .privacy .wpcf7-list-item-label {
  display: none;
}

.newsletter_form .privacy a,.stores_list .privacy a {
  color: #00b25a;
  text-decoration: underline !important;
}

.newsletter_form .privacy input,.stores_list .privacy input {
  float: left;
}

.newsletter_form .privacy input + span,.stores_list .privacy input + span {
  display: block;
  padding-left: 1.25rem;
}

.newsletter_form .submit,.stores_list .submit {
  text-align: center;
  padding: 1.875rem;
}

.newsletter_form .submit .btn,.stores_list .submit .btn {
  width: 13.125rem;
}

div[role="alert"] {
  font-family: "Lora", serif;
  font-style: italic;
}

.go-to-store-bar {
  z-index: 99;
  position: fixed;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 3.75rem;
  height: 3.75rem;
  cursor: pointer;
}

.go-to-store-bar > span {
  display: inline-block;
  width: 18.75rem;
  height: 3.75rem;
  font-weight: 700;
  color: #fff !important;
}

.go-to-store-bar > span i {
  margin-right: 0.3rem;
}

.go-to-store-bar :hover {
  color: #fff;
}

.go-to-store-bar.go-to-store-bar-aqua {
  background-color: #009bad;
}

.go-to-store-bar.go-to-store-bar-azure {
  background-color: #00a8e6;
}

.go-to-store-bar.go-to-store-bar-blue {
  background-color: #004ba6;
}

.go-to-store-bar.go-to-store-bar-green {
  background-color: #4f954d;
}

.go-to-store-bar.go-to-store-bar-grey {
  background-color: #ccc;
}

.go-to-store-bar.go-to-store-bar-pink {
  background-color: #d44a88;
}

.go-to-store-bar.go-to-store-bar-purple {
  background-color: #8a80d9;
}

.page .content {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.25rem;
}

.page .content a {
  color: #00b25a;
  text-decoration: underline;
}

.page .content a:hover {
  text-decoration: none;
}

.page .content h1,.page .content h2,.page .content h3,.page .content strong {
  color: #00b25a;
}

.fb_connect_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #fff;
  background-position: center 4.375rem;
  background-repeat: no-repeat;
  background-image: url(../img/circled_close.png);
  background-size: 3.125rem;
  overflow: auto;
}

.fb_connect_overlay #facebook_login_form {
  padding: 1.25rem;
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  max-width: 34.375rem;
}

.fb_connect_overlay #facebook_login_form h4 {
  margin: 0;
  text-align: center;
  padding: 0;
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 1.25rem;
}

.fb_connect_overlay #facebook_login_form .privacy {
  padding-left: 1.25rem;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  position: relative;
}

.fb_connect_overlay #facebook_login_form .privacy input {
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  margin: 0;
}

.fb_connect_overlay #facebook_login_form .privacy label {
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
}

.fb_connect_overlay #facebook_login_form .privacy label a {
  color: #00b25a;
  text-decoration: underline !important;
  font-weight: 600;
}

.fb_connect_overlay #facebook_login_form .privacy label.error {
  color: red;
}

.fb_connect_overlay #facebook_login_form .spazio_btn {
  padding: 0.9375rem;
  text-align: center;
}

.fb_connect_overlay #contact_form:not(.scrivici_form_fb) {
  padding: 1.25rem;
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  max-width: 34.375rem;
}

.fb_connect_overlay .scrivici_form_fb {
  height: 100%;
  position: relative;
  margin: 9.375rem auto;
  max-width: 50rem;
  overflow: auto;
}

.breadcrumbs {
  display: none;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  color: #00b25a;
  background-color: #EAEAEA;
  font-size: 0.75rem;
}

.breadcrumbs span {
  color: #5a5a5a;
}

.breadcrumbs a {
  color: #5a5a5a;
}

.category h1 {
  text-align: center;
  padding: 4.375rem 0 0 0;
}

#sotto_la_doccia_banner {
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 0;
  height: 530px;
}

#sotto_la_doccia_banner .container {
  height: 100%;
}

#sotto_la_doccia_banner .container .row {
  height: 100%;
}

#sotto_la_doccia_banner .container .row .col_testo {
  height: 100%;
  position: relative;
}

#sotto_la_doccia_banner .container .row .col_testo .testo_sotto_la_doccia_banner {
  font-size: 2.8125rem;
  font-family: "Satisfy";
  color: #fff;
  text-align: center;
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  height: auto;
}

.box_sotto_la_doccia {
  background-color: #f4f4f4;
  margin-bottom: 1.25rem;
  padding-left: 5%;
  padding-right: 5%;
}

.box_sotto_la_doccia .titolo {
  height: 120px;
  border-bottom: 1px solid #ccc;
  text-align: center;
  position: relative;
}

.box_sotto_la_doccia .titolo h2 {
  font-size: 2.1875rem;
  font-family: "Satisfy";
  margin: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 60px;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.box_sotto_la_doccia .list {
  padding: 2.5rem 0;
}

.box_sotto_la_doccia .list ul {
  padding-left: 1.25rem;
}

.box_sotto_la_doccia .list ul li {
  list-style: none;
  display: block;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  position: relative;
}

.box_sotto_la_doccia .list ul li:before {
  content: '\f111';
  font-family: fontAwesome;
  font-size: 0.375rem;
  position: absolute;
  top: 23px;
  left: -15px;
}

.box_sotto_la_doccia.rosso .titolo h2 {
  color: #b52121;
}

.box_sotto_la_doccia.rosso .list ul li:before {
  color: #b52121;
}

.box_sotto_la_doccia.rosso .list ul li strong {
  color: #b52121;
}

.box_sotto_la_doccia.verde .titolo h2 {
  color: #4f954d;
}

.box_sotto_la_doccia.verde .list ul li:before {
  color: #4f954d;
}

.box_sotto_la_doccia.verde .list ul li strong {
  color: #4f954d;
}

#ricorda_che {
  padding: 3.75rem 0;
}

#ricorda_che .testo_ricorda_che {
  text-align: center;
  font-size: 1.4375rem;
  font-family: "Lora", serif;
  font-style: italic;
}

#ricorda_che .testo_ricorda_che > div:first-child {
  display: block;
  padding-bottom: 0.9375rem;
  background-image: url(../img/dettaglio_ricorda_che.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}

.author-post-container {
  max-width: 680px;
}

.author-post-container .author-post-green {
  border: #4f954d 3px solid;
}

.author-post-container .author-post-green .author-post-inner h2 {
  color: #4f954d;
}

.author-post-container .author-post-green .author-post-breadcrumb {
  color: #4f954d;
}

.author-post-container .author-post-green .author-post-breadcrumb a {
  color: #4f954d;
}

.author-post-container .author-post-green .circle {
  background: #4f954d;
}

.author-post-container .author-post-blue {
  border: #004ba6 3px solid;
}

.author-post-container .author-post-blue .author-post-inner h2 {
  color: #004ba6;
}

.author-post-container .author-post-blue .author-post-breadcrumb {
  color: #004ba6;
}

.author-post-container .author-post-blue .author-post-breadcrumb a {
  color: #004ba6;
}

.author-post-container .author-post-blue .circle {
  background: #004ba6;
}

.author-post-container .author-post-block {
  margin-top: -70px;
  position: relative;
  background: #f4f4f4;
  max-width: 480px;
}

.author-post-container .author-post-block .author-post-inner {
  font-family: "Open Sans";
  color: #5a5a5a;
  margin: 45px;
}

.author-post-container .author-post-block .author-post-inner .post-date {
  color: #ccc;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  border-bottom: #ccc 1px solid;
}

.author-post-container .author-post-block .author-post-inner h2 {
  font-family: "Lora", serif;
  font-size: 23px;
  line-height: 30px;
}

.author-post-container .author-post-block .author-post-inner .author-info {
  margin: 25px 0;
  font-family: "Lora", serif;
  font-size: 15px;
}

.author-post-container .author-post-block .author-post-inner .author-info span {
  margin-left: 10px;
}

.author-post-container .author-post-block .author-post-inner .author-post-breadcrumb {
  font-size: 15px;
}

.author-post-container .author-post-block .author-post-inner .circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 35px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.author-post-container {
  max-width: 680px;
}

.author-post-container .author-post-green {
  border: #4f954d 3px solid;
}

.author-post-container .author-post-green .author-post-inner h2 {
  color: #4f954d;
}

.author-post-container .author-post-green .author-post-breadcrumb {
  color: #4f954d;
}

.author-post-container .author-post-green .author-post-breadcrumb a {
  color: #4f954d;
}

.author-post-container .author-post-green .circle {
  background: #4f954d;
}

.author-post-container .author-post-blue {
  border: #004ba6 3px solid;
}

.author-post-container .author-post-blue .author-post-inner h2 {
  color: #004ba6;
}

.author-post-container .author-post-blue .author-post-breadcrumb {
  color: #004ba6;
}

.author-post-container .author-post-blue .author-post-breadcrumb a {
  color: #004ba6;
}

.author-post-container .author-post-blue .circle {
  background: #004ba6;
}

.author-post-container .author-post-block {
  margin-top: -70px;
  position: relative;
  background: #f4f4f4;
  max-width: 480px;
}

.author-post-container .author-post-block .author-post-inner {
  font-family: "Open Sans";
  color: #5a5a5a;
  margin: 45px;
}

.author-post-container .author-post-block .author-post-inner .post-date {
  color: #ccc;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  border-bottom: #ccc 1px solid;
}

.author-post-container .author-post-block .author-post-inner h2 {
  font-family: "Lora", serif;
  font-size: 23px;
  line-height: 30px;
}

.author-post-container .author-post-block .author-post-inner .author-info {
  margin: 25px 0;
  font-family: "Lora", serif;
  font-size: 15px;
}

.author-post-container .author-post-block .author-post-inner .author-info span {
  margin-left: 10px;
}

.author-post-container .author-post-block .author-post-inner .author-post-breadcrumb {
  font-size: 15px;
}

.author-post-container .author-post-block .author-post-inner .circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 35px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.author-right {
  float: right;
}

.author-right .banner-cta-texts {
  text-align: right;
}

.wpzero-banner-cta-container {
  font-family: "Open Sans";
  display: table;
  min-height: 350px;
  vertical-align: top;
  color: #5a5a5a;
}

.wpzero-banner-cta-container .wpzero-cta-image-container.wpzero-cta-image-container-bg {
  height: 100%;
  margin-bottom: 0 !important;
  background-position: center right;
  background-size: cover;
}

.wpzero-banner-cta-container .banner-cta-texts {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

.wpzero-banner-cta-container .banner-cta-texts.wpzero-cta-texts-products {
  max-width: 600px;
}

.wpzero-banner-cta-container .banner-cta-texts.wpzero-cta-texts-products .wpzero-title {
  width: 100%;
}

.wpzero-banner-cta-container .banner-cta-texts h2,.wpzero-banner-cta-container .banner-cta-texts h3,.wpzero-banner-cta-container .banner-cta-texts h4 {
  margin-top: 0;
}

.wpzero-banner-cta-container .banner-cta-texts .banner-cta-button {
  width: 100%;
  color: #00b25a;
  transition: .25s ease;
}

.wpzero-banner-cta-container .banner-cta-texts.texts-color-green strong,.wpzero-banner-cta-container .banner-cta-texts.texts-color-green b {
  color: #00b25a;
}

.wpzero-banner-cta-container .banner-cta-texts.texts-color-green .banner-cta-button {
  border-color: #00b25a;
  color: #00b25a;
}

.wpzero-banner-cta-container .banner-cta-texts.texts-color-green .wpzero-title-thin,.wpzero-banner-cta-container .banner-cta-texts.texts-color-green .wpzero-title-bold {
  color: #00b25a;
}

.wpzero-banner-cta-container .banner-cta-texts.texts-color-purple strong,.wpzero-banner-cta-container .banner-cta-texts.texts-color-purple b {
  color: #000;
}

.wpzero-banner-cta-container .banner-cta-texts.texts-color-purple .banner-cta-button {
  border-color: #000;
  color: #000;
}

.wpzero-banner-cta-container .banner-cta-texts.texts-color-purple .wpzero-title-thin,.wpzero-banner-cta-container .banner-cta-texts.texts-color-purple .wpzero-title-bold {
  color: #000;
}

.wpzero-banner-cta-container .banner-cta-texts .author-title {
  font-family: "Lora", serif;
  color: #4f954d;
  font-size: 30px;
  line-height: 1.3;
}

.wpzero-banner-cta-container .banner-cta-texts .author-subtitle {
  font-family: "Lora", serif;
}

.wpzero-banner-cta-container .wpzero-cta-icon {
  float: none;
  display: table-cell;
  padding: 0 15px;
  vertical-align: middle;
  text-align: center;
}

.wpzero-banner-cta-container.wpzero-icon-rounded .wpzero-cta-image {
  display: block;
  width: 100%;
  border-radius: 50%;
  margin: auto;
  max-width: 200px;
}

.wpzero-banner-cta-container .bottom-border {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #00b25a;
}

.wpzero-banner-cta-container .bottom-border.border-color-blue {
  background-color: #000;
}

.wpzero-banner-cta-container.wpzero-icon-bg {
  padding: 15px;
  background-repeat: no-repeat;
  background-size: cover;
}

.wpzero-banner-cta-container.wpzero-icon-bg .wpzero-cta-image-mobile {
  display: none;
}

.wpzero-banner-cta-container.wpzero-icon-bg .wpzero-cta-icon {
  display: none;
}

.wpzero-banner-cta-container.wpzero-icon-bg .wpzero-cta-texts {
  display: block;
  width: 45%;
  padding: 20px;
  background-color: #fff;
}

.wpzero-banner-cta-container.wpzero-icon-bg .wpzero-cta-texts a {
  width: 100%;
}

.equal-height-answer-mbc .wpzero-banner-cta-container .banner-cta-texts .wpzero-text {
  padding-top: 40px;
}

.equal-height-answer-mbc .wpzero-banner-cta-container .banner-cta-button {
  margin-bottom: 40px;
}

.authors-container {
  max-width: 1440px;
  margin: 0 auto;
}

.wpzero-banner-cta-container {
  display: table;
  min-height: 350px;
  vertical-align: top;
  color: #5a5a5a;
}

.wpzero-banner-cta-container .wpzero-cta-image-container.wpzero-cta-image-container-bg {
  height: 100%;
  margin-bottom: 0 !important;
  background-position: center right;
  background-size: cover;
}

.wpzero-banner-cta-container .banner-cta-texts {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

.wpzero-banner-cta-container .banner-cta-texts.wpzero-cta-texts-products {
  max-width: 600px;
}

.wpzero-banner-cta-container .banner-cta-texts.wpzero-cta-texts-products .wpzero-title {
  width: 100%;
}

.wpzero-banner-cta-container .banner-cta-texts h2,.wpzero-banner-cta-container .banner-cta-texts h3,.wpzero-banner-cta-container .banner-cta-texts h4 {
  margin-top: 0;
}

.wpzero-banner-cta-container .banner-cta-texts .banner-cta-button {
  width: 100%;
  color: #00b25a;
  transition: .25s ease;
}

.wpzero-banner-cta-container .banner-cta-texts.texts-color-green strong,.wpzero-banner-cta-container .banner-cta-texts.texts-color-green b {
  color: #00b25a;
}

.wpzero-banner-cta-container .banner-cta-texts.texts-color-green .banner-cta-button {
  border-color: #00b25a;
  color: #00b25a;
}

.wpzero-banner-cta-container .banner-cta-texts.texts-color-green .wpzero-title-thin,.wpzero-banner-cta-container .banner-cta-texts.texts-color-green .wpzero-title-bold {
  color: #00b25a;
}

.wpzero-banner-cta-container .banner-cta-texts.texts-color-purple strong,.wpzero-banner-cta-container .banner-cta-texts.texts-color-purple b {
  color: #000;
}

.wpzero-banner-cta-container .banner-cta-texts.texts-color-purple .banner-cta-button {
  border-color: #000;
  color: #000;
}

.wpzero-banner-cta-container .banner-cta-texts.texts-color-purple .wpzero-title-thin,.wpzero-banner-cta-container .banner-cta-texts.texts-color-purple .wpzero-title-bold {
  color: #000;
}

.wpzero-banner-cta-container .wpzero-cta-icon {
  float: none;
  display: table-cell;
  padding: 0 15px;
  vertical-align: middle;
  text-align: center;
}

.wpzero-banner-cta-container.wpzero-icon-rounded .wpzero-cta-image {
  display: block;
  width: 100%;
  border-radius: 50%;
  margin: auto;
  max-width: 200px;
}

.wpzero-banner-cta-container .bottom-border {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #00b25a;
}

.wpzero-banner-cta-container .bottom-border.border-color-blue {
  background-color: #000;
}

.wpzero-banner-cta-container.wpzero-icon-bg {
  padding: 15px;
  background-repeat: no-repeat;
  background-size: cover;
}

.wpzero-banner-cta-container.wpzero-icon-bg .wpzero-cta-image-mobile {
  display: none;
}

.wpzero-banner-cta-container.wpzero-icon-bg .wpzero-cta-icon {
  display: none;
}

.wpzero-banner-cta-container.wpzero-icon-bg .wpzero-cta-texts {
  display: block;
  width: 45%;
  padding: 20px;
  background-color: #fff;
}

.wpzero-banner-cta-container.wpzero-icon-bg .wpzero-cta-texts a {
  width: 100%;
}

.equal-height-answer-mbc .wpzero-banner-cta-container .banner-cta-texts .wpzero-text {
  padding-top: 40px;
}

.equal-height-answer-mbc .wpzero-banner-cta-container .banner-cta-button {
  margin-bottom: 40px;
}

.video-modal-home .gamification-popup {
  max-width: 1024px !important;
}

.video-modal-home #play-video-single {
  max-width: 1024px;
}

.video-modal-home .item-full-content {
  padding-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.video-modal-home .video_popup {
  border: none !important;
  overflow-y: hidden !important;
  top: 45%;
  max-height: 95% !important;
  margin: 0px 10px;
}

.swiper-container.slider-homepage .seconds {
  background-color: transparent;
  height: 6px;
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  z-index: 2;
}

.swiper-container.slider-homepage .bar {
  background: rgba(204, 204, 204, 0.6);
  height: 6px;
  width: 0%;
}

.swiper-container.slider-homepage .enabled.animating {
  animation: progressbar 8s linear;
}

.swiper-container.slider-homepage .swiper-wrapper {
  margin-bottom: 40px;
}

.swiper-container.slider-homepage .swiper-slide {
  position: relative;
  max-height: 680px;
}

.swiper-container.slider-homepage .swiper-button-next {
  right: 30px;
}

.swiper-container.slider-homepage .swiper-button-prev {
  left: 30px;
}

.swiper-container.slider-homepage .swiper-pagination {
  bottom: 0;
  height: 28px;
  background-color: #00b25a;
}

.swiper-container.slider-homepage .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  opacity: 1;
  vertical-align: middle;
  background: transparent;
}

.swiper-container.slider-homepage .swiper-pagination-bullet-active {
  background-color: #fff;
}

.slider-home-slide .slide-image-container {
  width: 100%;
  height: 100%;
}

.slider-home-slide .slide-image-container img {
  width: 100%;
}

.slider-home-slide .wpzero-hero-image {
  display: block;
}

.slider-home-slide .wpzero-hero-image-mobile {
  display: none;
  width: 100%;
}

.slider-home-slide .slide-text-container {
  width: 100%;
  position: absolute;
  top: 37%;
  text-align: center;
  color: #fff;
}

.slider-home-slide .slide-text-container .slide-title {
  font-size: 60px;
  width: 600px;
  margin: 0 auto 35px auto;
  line-height: 1.1;
  font-family: "Satisfy";
}

.slider-home-slide .slide-text-container .slide-content {
  font-family: "Lora", serif;
  font-size: 26px;
  width: 550px;
  margin: 0 auto 30px auto;
  line-height: 1.1;
}

.slider-home-slide .slide-text-container .slide-button {
  font-family: "Open Sans";
  color: #fff;
  border-color: #fff;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 17px 40px;
  margin: 0;
  border-radius: 100px;
  text-transform: uppercase;
}

.slider-home-slide .slide-text-container .slide-button:hover {
  color: #fff;
}

.slider-home-slide .slide-text-container .slide-button.button-fullgreen {
  background-color: #00b25a;
  color: #fff;
  border-color: #00b25a;
}

.slider-home-slide .slide-text-container .slide-button.button-fullgreen:hover {
  background-color: transparent;
  color: #00b25a;
}

.wpzero-home-banner-cta-container {
  margin: 0 auto;
  max-width: 1440px;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  color: #5a5a5a;
  font-size: 25px;
  line-height: 1.2;
}

.wpzero-home-banner-cta-container .wpzero-cta-image-container.wpzero-cta-image-container-bg {
  height: 100%;
  margin-bottom: 0 !important;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: container;
}

.wpzero-home-banner-cta-container .home-banner-inner-container {
  margin: 0 auto;
  max-width: 750px;
}

.wpzero-home-banner-cta-container .banner-cta-texts {
  font-family: "Lora", serif;
}

.wpzero-home-banner-cta-container .banner-cta-texts h2,.wpzero-home-banner-cta-container .banner-cta-texts h3,.wpzero-home-banner-cta-container .banner-cta-texts h4 {
  margin-top: 0;
}

.wpzero-home-banner-cta-container .banner-cta-texts.texts-color-green strong,.wpzero-home-banner-cta-container .banner-cta-texts.texts-color-green b {
  color: #00b25a;
}

.wpzero-home-banner-cta-container .banner-cta-texts.texts-color-green .banner-cta-button {
  border-color: #00b25a;
  color: #00b25a;
}

.wpzero-home-banner-cta-container .banner-cta-texts.texts-color-green .wpzero-title-thin,.wpzero-home-banner-cta-container .banner-cta-texts.texts-color-green .wpzero-title-bold {
  color: #00b25a;
}

.wpzero-home-banner-cta-container .banner-cta-texts.texts-color-purple strong,.wpzero-home-banner-cta-container .banner-cta-texts.texts-color-purple b {
  color: #000;
}

.wpzero-home-banner-cta-container .banner-cta-texts.texts-color-purple .banner-cta-button {
  border-color: #000;
  color: #000;
}

.wpzero-home-banner-cta-container .banner-cta-texts.texts-color-purple .wpzero-title-thin,.wpzero-home-banner-cta-container .banner-cta-texts.texts-color-purple .wpzero-title-bold {
  line-height: 28px;
  color: #000;
}

.wpzero-home-banner-cta-container .wpzero-cta-icon {
  padding: 0 15px;
  text-align: center;
}

.wpzero-home-banner-cta-container.wpzero-icon-rounded .wpzero-cta-image-container {
  width: 200px;
  height: 200px;
}

.wpzero-home-banner-cta-container.wpzero-icon-bg {
  padding: 15px;
  background-repeat: no-repeat;
  background-size: cover;
}

.wpzero-home-banner-cta-container.wpzero-icon-bg .wpzero-cta-image-mobile {
  display: none;
}

.wpzero-home-banner-cta-container.wpzero-icon-bg .wpzero-cta-icon {
  display: none;
}

.wpzero-home-banner-cta-container.wpzero-icon-bg .wpzero-cta-texts {
  display: block;
  width: 45%;
  padding: 20px;
  background-color: #fff;
}

.wpzero-home-banner-cta-container.wpzero-icon-bg .wpzero-cta-texts a {
  width: 100%;
}

.product-slider-container {
  width: 100%;
  min-height: 400px;
  margin: 70px auto;
}

.product-slider-container .product-slider-title {
  font-family: "Lora", serif;
  position: relative;
  text-align: center;
  width: 80%;
  margin: 0 auto 20px;
}

.product-slider-container .product-slider-title:before {
  border-top: 1px solid #ccc;
  content: "";
  margin: 0 auto;
 /* this centers the line to the full width specified */
  position: absolute;
 /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
}

.product-slider-container .product-slider-title span {
 /* to hide the lines from behind the text, you have to set the background color the same as the container */
  background: #fff;
  padding: 0 15px;
}

.product-slider-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 60%;
 /* Center slide text vertically */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-slider-container .swiper-slide:nth-child(2n) {
  width: 40%;
}

.product-slider-container .swiper-slide:nth-child(3n) {
  width: 20%;
}

.product-slider-container .swiper-button-next {
  right: 40%;
}

.product-slider-container .swiper-button-prev {
  left: 40%;
}

.product-slider-container .swiper-button-prev,.product-slider-container .swiper-button-next {
  top: 60%;
}

.slider-home-slide .slide-image-container {
  width: 100%;
  height: 100%;
}

.slider-home-slide .slide-image-container img {
  width: 100%;
}

.slider-home-slide .wpzero-hero-image {
  display: block;
}

.slider-home-slide .wpzero-hero-image-mobile {
  display: none;
  width: 100%;
}

.slider-home-slide .slide-text-container {
  width: 100%;
  position: absolute;
  top: 37%;
  text-align: center;
  color: #fff;
}

.slider-home-slide .slide-text-container .slide-title {
  font-size: 60px;
  width: 600px;
  margin: 0 auto 35px auto;
  line-height: 1.1;
  font-family: "Satisfy";
}

.slider-home-slide .slide-text-container .slide-content {
  font-family: "Lora", serif;
  font-size: 26px;
  width: 550px;
  margin: 0 auto 30px auto;
  line-height: 1.1;
}

.slider-home-slide .slide-text-container .slide-button {
  font-family: "Open Sans";
  color: #fff;
  border-color: #fff;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 17px 40px;
  margin: 0;
  border-radius: 100px;
  text-transform: uppercase;
}

.slider-home-slide .slide-text-container .slide-button:hover {
  color: #fff;
}

.slider-home-slide .slide-text-container .slide-button.button-fullgreen {
  background-color: #00b25a;
  color: #fff;
  border-color: #00b25a;
}

.slider-home-slide .slide-text-container .slide-button.button-fullgreen:hover {
  background-color: transparent;
  color: #00b25a;
}

.video-modal-home .gamification-popup {
  max-width: 1024px !important;
}

.video-modal-home #play-video-single {
  max-width: 1024px;
}

.video-modal-home .item-full-content {
  padding-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.video-modal-home .video_popup {
  border: none !important;
  overflow-y: hidden !important;
  top: 45%;
  max-height: 95% !important;
  margin: 0px 10px;
}

.swiper-container.slider-homepage .seconds {
  background-color: transparent;
  height: 6px;
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  z-index: 2;
}

.swiper-container.slider-homepage .bar {
  background: rgba(204, 204, 204, 0.6);
  height: 6px;
  width: 0%;
}

.swiper-container.slider-homepage .enabled.animating {
  animation: progressbar 8s linear;
}

.swiper-container.slider-homepage .swiper-wrapper {
  margin-bottom: 40px;
}

.swiper-container.slider-homepage .swiper-slide {
  position: relative;
  max-height: 680px;
}

.swiper-container.slider-homepage .swiper-button-next {
  right: 30px;
}

.swiper-container.slider-homepage .swiper-button-prev {
  left: 30px;
}

.swiper-container.slider-homepage .swiper-pagination {
  bottom: 0;
  height: 28px;
  background-color: #00b25a;
}

.swiper-container.slider-homepage .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  opacity: 1;
  vertical-align: middle;
  background: transparent;
}

.swiper-container.slider-homepage .swiper-pagination-bullet-active {
  background-color: #fff;
}

.slider-home-slide .slide-image-container {
  width: 100%;
  height: 100%;
}

.slider-home-slide .slide-image-container img {
  width: 100%;
}

.slider-home-slide .wpzero-hero-image {
  display: block;
}

.slider-home-slide .wpzero-hero-image-mobile {
  display: none;
  width: 100%;
}

.slider-home-slide .slide-text-container {
  width: 100%;
  position: absolute;
  top: 37%;
  text-align: center;
  color: #fff;
}

.slider-home-slide .slide-text-container .slide-title {
  font-size: 60px;
  width: 600px;
  margin: 0 auto 35px auto;
  line-height: 1.1;
  font-family: "Satisfy";
}

.slider-home-slide .slide-text-container .slide-content {
  font-family: "Lora", serif;
  font-size: 26px;
  width: 550px;
  margin: 0 auto 30px auto;
  line-height: 1.1;
}

.slider-home-slide .slide-text-container .slide-button {
  font-family: "Open Sans";
  color: #fff;
  border-color: #fff;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 17px 40px;
  margin: 0;
  border-radius: 100px;
  text-transform: uppercase;
}

.slider-home-slide .slide-text-container .slide-button:hover {
  color: #fff;
}

.slider-home-slide .slide-text-container .slide-button.button-fullgreen {
  background-color: #00b25a;
  color: #fff;
  border-color: #00b25a;
}

.slider-home-slide .slide-text-container .slide-button.button-fullgreen:hover {
  background-color: transparent;
  color: #00b25a;
}

.cta-text-container {
  margin: 0 auto;
  padding: 65px 0;
  text-align: center;
  max-width: 800px;
}

.cta-text-container .cta-content {
  padding-bottom: 20px;
}

.cta-text-container .cta-button {
  font-family: "OpenSans";
  color: #fff;
  background: #4f954d;
  display: inline-block;
  font-size: 1rem;
  padding: 17px 40px;
  margin: 0;
  border-radius: 100px;
  text-transform: uppercase;
}

.cta-border {
  border: #ccc 1px solid;
}

.gray-area {
  background: #f4f4f4;
  padding-top: 30px;
}

.gray-area .section-container {
  margin: 0 auto;
  max-width: 1440px;
}

#content_sotto_la_doccia {
  padding: 3.75rem 0;
}

#content_sotto_la_doccia .col_content .img-content {
  text-align: center;
}

#content_sotto_la_doccia .col_content .img-content .img-responsive {
  margin: auto;
  margin-bottom: 2.5rem;
}

#content_sotto_la_doccia .col_content .testo_sotto_la_doccia_content p {
  line-height: 1.875rem;
}

@media only screen and (min-width: 480px) {
  .home-auth .home-auth-blogger1 .home-auth-specs .home-auth-specs-wrap,.home-auth .home-auth-blogger2 .home-auth-specs .home-auth-specs-wrap {
    padding: 15px 20%;
  }

  .product section.product-slider .product-slider-color .product-slider-slick.no-frame .slick-arrow.slick-prev {
    margin-left: 0;
  }

  .product section.product-slider .product-slider-color .product-slider-slick.no-frame .slick-arrow.slick-next {
    margin-right: 0;
  }

  .product section.product-slider .product-slider-color .product-slider-slick .slick-arrow.slick-prev {
    margin-left: -6.666%;
  }

  .product section.product-slider .product-slider-color .product-slider-slick .slick-arrow.slick-next {
    margin-right: -6.666%;
  }

  .product section.product-tile .product-slider-color .product-slider-slick .slick-arrow.slick-prev {
    left: 15px;
    margin-left: 0;
  }

  .product section.product-tile .product-slider-color .product-slider-slick .slick-arrow.slick-next {
    right: 15px;
    margin-right: 0px;
  }
}

@media screen and (min-width: 768px) {
  section,main {
    padding-bottom: 3.125rem;
  }

  .hero-slider .hero-slick .hero-slide .smartphone_wrapper {
    background-image: none !important;
  }

  .hero-slider .hero-slick .hero-slide .container .row > div {
    padding: 0 15px;
  }

  .hero-slider .hero-slick .hero-slide .title {
    font-size: 3.125rem;
  }

  .hero-slider .hero-slick .hero-slide .subtitle {
    font-size: 1.4375rem;
  }

  .hero-slider .hero-slick .hero-slide .btn {
    font-size: 15px;
  }

  .hero-slider .hero-pack {
    display: block;
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    left: 15px;
  }

  .home-title {
    padding-bottom: 0px;
  }

  .home-tiles .home-tile-wrap {
    height: 30vw;
  }

  .product section.product-header {
    background-color: #fff;
  }

  .product section.product-header .container .row.row-flex > div:first-child {
    margin-top: -600px;
  }

  .product section.product-header .product-header-image {
    display: -ms-flexbox;
    display: flex;
  }

  .product section.product-header .product-header-image {
    margin: 0;
    height: 600px;
  }

  .product section.product-header .product-header-image-mobile {
    display: none;
  }

  .product section.product-header .product-header-block .product-header-block-content .btn {
    margin-top: 60px;
  }

  .product section.product-header .product-header-block .product-header-block-content {
    font-size: 1.4375rem;
    padding: 60px 0;
  }

  .product section.product-header .product-header-block .product-header-block-content h2 {
    font-size: 1.875rem;
  }

  .product section.product-header .product-header-block .product-header-block-color {
    position: relative;
  }

  .product section.product-header .product-header-block .product-header-block-color:before {
    display: none;
  }

  .product section.product-header .product-header-block .product-header-block-color .btn {
    margin-left: 0;
    -ms-transform: translateX(0);
        transform: translateX(0);
  }

  .product section.product-header .product-header-block .product-header-block-color .product-header-block-content {
    padding-left: 0;
    padding-right: 0;
  }

  .product section.product-header .product-header-block .product-header-block-color .product-header-block-content:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 60px;
    margin-bottom: -60px;
    box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.5);
  }

  .product section.product-header .product-header-block .product-header-block-color .product-header-block-content h1 {
    font-size: 1.4375rem;
    padding: 10px 0 10px 0;
  }

  .product section.product-header .product-header-block .product-header-block-color .product-header-block-content ul {
    padding-bottom: 30px;
  }

  .product section.product-header .product-header-content {
    font-size: 1.25rem;
  }

  .product section.product-header .product-header-content h2 {
    font-size: 1.875rem;
  }

  .product section.product-slider .product-slider-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .product section.product-slider .product-slider-img img.squarepixel {
    display: none;
    width: 100%;
    height: auto;
  }

  .product section.product-slider .product-slider-color.product-slider-color-with-image {
    padding: 46px 0px !important;
  }

  .product section.product-slider .product-slider-color {
    padding: 60px 0;
  }

  .product section.product-slider .product-slider-color .product-slider-slick.no-frame .product-slider-slide > .row {
    display: -ms-flexbox;
    display: flex;
  }

  .product section.product-slider .product-slider-color .product-slider-slick.no-frame .product-slider-slide > .row .text-column > div {
    margin-top: 0px;
 /*
                                            position: absolute;
                                            left: 0px;
                                            width: 100%;
                                            top: 50%;
                                            transform: translateY(-50%);
                                            */;
  }

  .product section.product-slider .product-slider-color .product-slider-slick .product-slider-slide {
    padding: 60px 15px;
  }

  .product section.product-tile .blog-tile {
    padding-bottom: 0;
  }

  .product section.product-tile .product-slider-color h3 {
    padding: 30px 30px 0;
    margin-left: 0px;
    margin-right: 0px;
  }

  .product section.product-tile .product-slider-color .product-slider-slick .product-slider-slide {
    padding: 60px 15px;
  }

  main.blog {
    padding-top: 2.5rem;
  }

  main.blog .blog-hero .blog-mission {
    height: 130px;
  }

  main.blog .blog-hero .blog-mission > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  main.blog .blog-hero .blog-mission > div .cit {
    font-size: 1.4375rem;
  }

  main.blog .blog-hero .blog-mission > div .cit h2 {
    font-size: 1.625rem;
  }

  main.blog .blog-hero .blog-mission > div .cit {
    color: #fff;
  }

  main.blog .blog-hero .blog-mission > div .cit h2 {
    color: #fff;
  }

  main.blog .blog-hero .images-hero .image-hero {
    height: 350px;
    margin-top: -85px;
  }

  main.blog .blog-hero .images-hero .image-hero.alternative {
    padding-bottom: 33%;
  }

  main.blog .blog-hero .images-hero .text-box h2 {
    font-size: 1.875rem;
  }

  main.blog .blog-hero .images-hero .text-box h3 {
    font-size: 1.4375rem;
  }

  main.blog .blog-hero .images-hero .text-box p {
    font-size: 1rem;
  }

  .banner_sentence {
    font-size: 1.125rem;
    padding: 50px 80px;
  }

  .article-wrapper .article:nth-child(odd) .blog-tile {
    margin-left: -0.9375rem;
  }

  .article-wrapper .article:nth-child(even) .blog-tile {
    margin-right: -0.9375rem;
  }

  .blog-tile .info-box {
    margin-top: -65px;
    padding: 2.5rem 2.5rem;
  }

  .blog-tile .info-box .title a h4 {
    font-size: 1.4375rem;
    display: block;
    height: 75px;
 /* Fallback for non-webkit */
    line-height: 25px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .blog-tile .info-box .excerpt {
    font-size: 1rem;
    height: 3.9375rem;
  }

  .back {
    display: none;
  }

  .dettaglio {
    padding-top: 2.5rem;
  }

  .dettaglio .dettaglio_header > .container > .row {
    display: -ms-flexbox;
    display: flex;
  }

  .dettaglio .dettaglio_header > .container > .row .left {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .dettaglio .dettaglio_header > .container > .row .left .border_shape {
    border-style: solid;
    border-width: 3px;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: -30px;
  }

  .dettaglio .dettaglio_header > .container > .row .left .border_shape .info {
    min-height: 400px;
    margin-right: -3px;
    position: relative;
    padding: 30px;
  }

  .dettaglio .dettaglio_header > .container > .row .left .border_shape .info:before {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: -43px;
  }

  .dettaglio .dettaglio_header > .container > .row .left .border_shape .info:after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    background-color: #fff;
    position: absolute;
    left: 0px;
    bottom: -43px;
  }

  .dettaglio .dettaglio_header > .container > .row .left .border_shape .info .author {
    margin-bottom: 30px;
  }

  .dettaglio .dettaglio_header > .container > .row .left .border_shape .info .category {
    position: absolute;
    bottom: 30px;
  }

  .dettaglio .dettaglio_header > .container > .row .left .border_shape #to_article {
    display: block;
    height: 2.5rem;
    width: 2.5rem;
    position: absolute;
    bottom: 55px;
    left: 60px;
    border-radius: 50%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'-0.475%2062.68%20100%2050'%3E%3Cpath%20d%3D'M49.524%2C112.68L49.524%2C112.68L3.882%2C67.037l4.355-4.357l41.287%2C41.287L90.813%2C62.68l4.354%2C4.357\a 	L49.524%2C112.68L49.524%2C112.68z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
  }

  .dettaglio .dettaglio_header > .container > .row .right img {
    display: none;
  }

  .dettaglio .header_dettaglio .left .white_section {
    padding-bottom: 80%;
    width: 93%;
  }

  .dettaglio .header_dettaglio .left .title_box > div {
    padding-left: 7%;
  }

  .dettaglio .header_dettaglio .left .title_box > div > div .category {
    margin-top: 0px;
    bottom: 1.5625rem;
  }

  .dettaglio .header_dettaglio .left .border_shape {
    display: block;
  }

  .call_to_action_scrivici {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .call_to_action_scrivici h4 {
    font-size: 1.4375rem;
    line-height: 2.1875rem;
  }

  .call_to_action_scrivici .btn {
    padding-right: 5.625rem;
    padding-left: 5.625rem;
  }

  footer {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    font-size: 0.75rem;
  }

  footer .menu li {
    display: inline-block;
  }

  footer .menu li a {
    font-size: 0.875rem;
  }

  footer .menu-left .menu li {
    padding-right: 25px;
  }

  footer .menu-right .menu li {
    padding-left: 25px;
  }

  footer .company {
    text-align: right;
  }

  footer + .bolton {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .row_title h2,.row_title h1 {
    font-size: 1.875rem !important;
  }

  .contact_page form .privacy_policy > div:nth-child(3),.newsletter_form form .privacy_policy > div:nth-child(3),.scrivici_form_fb form .privacy_policy > div:nth-child(3) {
    text-align: right;
  }

  .newsletter_overlay.opened,.stores_overlay.opened {
    background-image: url(../img/circled_close.png);
    background-size: 3.125rem;
  }

  .newsletter_form,.stores_list {
    height: inherit;
  }

  .newsletter_form .close_form,.stores_list .close_form {
    display: none;
  }

  .newsletter_form,.stores_list {
    max-width: 550px;
  }

  .go-to-store-bar {
    height: 5.625rem;
    line-height: 5.625rem;
  }

  .go-to-store-bar > span {
    display: inline-block;
    width: 18.75rem;
    height: 5.625rem;
    font-weight: 700;
  }

  .go-to-store-bar > span i {
    margin-right: 0.3rem;
  }

  .page .content {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .fb_connect_overlay {
    overflow: hidden;
  }

  .breadcrumbs {
    display: block;
  }

  #sotto_la_doccia_banner {
    height: 480px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .product section.product-slider .product-slider-color .product-slider-slick.no-frame .product-slider-slide > .row .text-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media only screen and (min-width: 992px) {
  .container .row.row-flex {
    display: -ms-flexbox;
    display: flex;
  }

  header.mainmenu {
    height: 120px;
  }

  header.mainmenu .container {
    position: relative;
    height: 120px;
  }

  header.mainmenu .logo {
    left: 0;
    width: 100px;
    height: 120px;
 /*
                background-image: url(../img/logo.png);
                */;
  }

  header.mainmenu .logo img:nth-child(1) {
    display: none;
  }

  header.mainmenu .logo img:nth-child(2) {
    display: block;
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item > a > img {
    max-height: none !important;
  }

  header.mainmenu .menu-hoofdmenu-container {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  header.mainmenu .menu-hoofdmenu-container > .menu {
    display: block;
    margin: 0;
    padding: 0;
    max-height: none;
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item {
    display: block;
    height: 60px;
    margin: 0;
    margin-left: 30px;
    padding: 0;
    list-style: none;
    float: left;
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item.current-menu-item > a > span,header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item.current-menu-ancestor > a > span {
    position: relative;
    color: #00b25a;
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item.current-menu-item > a > span:after,header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item.current-menu-ancestor > a > span:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 5px solid #00b25a;
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > a {
    display: block;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > a:hover > span {
    color: #00b25a;
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > a > span {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 60px;
    height: 60px;
    text-transform: uppercase;
    color: #5a5a5a;
    transition: color .25s ease-in-out;
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > a > span:before {
    display: none !important;
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item.facebook > a {
    background-image: url(../img/facebook.png);
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: center;
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item.facebook > a > span {
    width: 30px;
    text-indent: 9999px;
    overflow: hidden;
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item.newsletter > a {
    background-image: url(../img/newsletter.png);
    background-repeat: no-repeat;
    background-size: 90px auto;
    background-position: center;
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item.newsletter > a > span {
    width: 90px;
    text-indent: 9999px;
    overflow: hidden;
    font-size: 0px;
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item.open-item > .sub-menu {
    height: 100vh;
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item.open-item > .sub-menu > .menu-item {
    -ms-transform: translateY(0);
        transform: translateY(0);
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu {
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -ms-flex-direction: row;
        flex-direction: row;
    z-index: 999;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 0;
    max-height: none !important;
    overflow: hidden;
    transition: height .25s ease-in-out !important;
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item {
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin: 0;
    padding: 0;
    height: 100vh;
    list-style: none;
    -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1);
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item:nth-child(1) {
    transition-delay: .1s;
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item:nth-child(2) {
    transition-delay: .2s;
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item:nth-child(3) {
    transition-delay: .3s;
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item:nth-child(4) {
    transition-delay: .4s;
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item:nth-child(5) {
    transition-delay: .5s;
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item:nth-child(6) {
    transition-delay: .6s;
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item:nth-child(7) {
    transition-delay: .7s;
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item:hover:before {
    opacity: 1;
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item:hover.green span {
    color: #4f954d !important;
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item:hover.blue span {
    color: #004ba6 !important;
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item:hover.azure span {
    color: #00a8e6 !important;
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item:hover.aqua span {
    color: #009bad !important;
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item:hover.pink span {
    color: #d44a88 !important;
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item:hover.purple span {
    color: #8a80d9 !important;
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item > a {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    cursor: default;
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item > a > img {
    display: block;
    position: static;
    margin: 0px auto;
    padding: 0;
    width: 100%;
    max-width: 320px;
    height: auto;
    border: 0;
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item > a > span {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: -130px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    float: none;
    font-family: "Lora", serif;
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 700;
    color: #fff;
    transition: color .25s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
    display: block;
    margin: 0;
    padding: 10px 15px 0;
    height: 100px;
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
    display: inline-block;
    margin: 0;
    padding: 0;
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a:hover > span {
    text-decoration: underline;
  }

  header.mainmenu .menu-hoofdmenu-container > .menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a > span {
    float: none;
    font-size: 1rem;
    line-height: 30px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    transition: color .25s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  header.mainmenu .toggle-menu {
    display: none;
  }

  header.mainmenu .close-menu {
    display: block;
  }

  .hero-slider {
    height: calc(100vh - 120px);
  }

  .hero-slider .hero-slick .slick-arrow {
    height: 50px;
  }

  .hero-slider .hero-slick .slick-arrow.slick-prev {
    left: 30px;
  }

  .hero-slider .hero-slick .slick-arrow.slick-next {
    right: 30px;
  }

  .home-auth .ttem {
    margin-right: 0;
  }

  .home-auth h2 {
    font-size: 1.4375rem;
    text-align: left;
  }

  .home-auth h2 + p {
    font-size: 1.25rem;
    text-align: left;
  }

  .home-auth .home-auth-blogger1 .home-auth-img,.home-auth .home-auth-blogger2 .home-auth-img {
    width: 33.333%;
    margin-left: 30px;
    float: right;
  }

  .home-auth .home-auth-blogger1 .home-auth-img.alternative,.home-auth .home-auth-blogger2 .home-auth-img.alternative {
    width: 15%;
  }

  .home-auth .home-auth-blogger1 .home-auth-plus,.home-auth .home-auth-blogger1 .home-auth-close,.home-auth .home-auth-blogger2 .home-auth-plus,.home-auth .home-auth-blogger2 .home-auth-close {
    display: none;
  }

  .home-auth .home-auth-blogger1 .home-auth-specs,.home-auth .home-auth-blogger2 .home-auth-specs {
    display: block;
    position: static;
    opacity: 1;
    margin: 0;
    margin-right: 30px;
    padding: 0;
    width: auto;
    height: auto;
    background-color: transparent;
  }

  .home-auth .home-auth-blogger1 .home-auth-specs .home-auth-specs-wrap,.home-auth .home-auth-blogger2 .home-auth-specs .home-auth-specs-wrap {
    padding: 0;
    text-align: right;
  }

  .home-auth .home-auth-blogger1 .home-auth-specs.active .home-auth-close,.home-auth .home-auth-blogger2 .home-auth-specs.active .home-auth-close {
    display: none;
  }

  .home-auth .home-auth-blogger1 .home-auth-specs .home-auth-specs-wrap .home-auth-img,.home-auth .home-auth-blogger2 .home-auth-specs .home-auth-specs-wrap .home-auth-img {
    display: none;
  }

  .home-auth .home-auth-blogger1 .home-auth-specs .home-auth-close,.home-auth .home-auth-blogger2 .home-auth-specs .home-auth-close {
    display: none;
  }

  .home-auth .home-auth-blogger2 .home-auth-img {
    margin-left: 0;
    margin-right: 30px;
    float: left;
  }

  .home-auth .home-auth-blogger2 .home-auth-specs {
    margin-left: 30px;
    margin-right: 0;
    padding-right: 0;
  }

  .home-auth .home-auth-blogger2 .home-auth-specs .home-auth-specs-wrap {
    text-align: left;
  }

  .center-mode-slider .center-mode-slick {
    margin: 0px -90px 0px -90px;
  }

  .home-tiles .home-tile-wrap {
    height: 360px;
  }
}

@media screen and (min-width: 992px) {
  .product section.product-slider .product-slider-img img {
    display: none;
  }

  .blog-tile .info-box .title {
    overflow: hidden;
  }

  .blog-tile .info-box .author {
    padding-right: 6.25rem;
  }

  .dettaglio .dettaglio_header > .container > .row .left .border_shape .info .author {
    top: 0;
  }

  .dettaglio .header_dettaglio .left .title_box #to_article {
    display: block;
    height: 2.5rem;
    width: 2.5rem;
    position: absolute;
    bottom: 0;
    left: calc(7%);
    -ms-transform: translate(2.5rem, 50%);
        transform: translate(2.5rem, 50%);
    border-radius: 50%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'-0.475%2062.68%20100%2050'%3E%3Cpath%20d%3D'M49.524%2C112.68L49.524%2C112.68L3.882%2C67.037l4.355-4.357l41.287%2C41.287L90.813%2C62.68l4.354%2C4.357\a 	L49.524%2C112.68L49.524%2C112.68z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
  }

  .dettaglio .header_dettaglio .left .title_box > div > div {
    padding: 2.1875rem 4.375rem 1.875rem 2.5rem;
  }

  .dettaglio .header_dettaglio .left .title_box > div > div .author {
    top: 0;
  }

  .dettaglio .header_dettaglio .left .title_box > div > div .category {
    margin-top: 1.5625rem;
  }

  .dettaglio .product_dettaglio .info h2 {
    padding-left: 15%;
    text-align: left;
    margin: 0px;
  }

  .dettaglio .product_dettaglio .text_box {
    padding: 30px 30px 50px 15%;
    margin-top: 0;
  }

  .dettaglio .product_dettaglio .text_box img {
    top: auto;
    bottom: -25px;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    left: 0;
  }

  .dettaglio .product_dettaglio .text_box p {
    text-align: left;
  }

  .dettaglio .product_dettaglio .text_box .btn {
    left: 15%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }

  .box_sotto_la_doccia {
    min-height: 615px !important;
    padding-left: 14%;
    padding-right: 14%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .dettaglio .dettaglio_header > .container > .row .left .border_shape .info .title h1 {
    font-size: 1.875rem;
  }

  .dettaglio .header_dettaglio .left .title_box > div > div .title h1 {
    font-size: 1.875rem;
  }

  .dettaglio .header_dettaglio .left .title_box > div > div .category {
    margin-top: 2.8125rem;
  }
}

@media screen and (max-width: 992px) {
  .wpzero-banner-cta-container .wpzero-cta-image-container {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 20px !important;
  }

  .wpzero-banner-cta-container .banner-cta-texts {
    float: left;
    display: block;
    padding: 0 30px 30px;
  }

  .wpzero-banner-cta-container .banner-cta-texts .wpzero-text {
    margin-bottom: 1rem;
  }

  .wpzero-banner-cta-container .banner-cta-texts .wpzero-text span.wpzero-title {
    font-size: 1.2rem !important;
    font-weight: 300 !important;
  }

  .wpzero-banner-cta-container .banner-cta-texts .wpzero-text > p {
    margin-top: 7px;
    margin-bottom: 0;
    font-size: .9rem;
  }

  .wpzero-banner-cta-container .banner-cta-texts .wpzero-text a {
    display: inline-block;
    width: 80%;
    margin-left: 0;
  }

  .wpzero-banner-cta-container .banner-cta-texts .wpzero-text a div {
    display: block;
    margin: 0;
  }

  .wpzero-banner-cta-container .banner-cta-texts .banner-cta-button {
    max-width: none;
  }

  .wpzero-banner-cta-container .wpzero-cta-icon {
    float: left;
    display: block;
  }

  .wpzero-banner-cta-container .wpzero-cta-icon {
    display: block;
  }

  .wpzero-banner-cta-container.wpzero-icon-bg {
    display: table;
  }

  .wpzero-banner-cta-container.wpzero-icon-bg .wpzero-cta-texts {
    display: table-cell;
    width: 100%;
    vertical-align: top;
  }

  .wpzero-banner-cta-container .wpzero-cta-image-container {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 20px !important;
  }

  .wpzero-banner-cta-container .banner-cta-texts {
    float: left;
    display: block;
    padding: 0 30px 30px;
  }

  .wpzero-banner-cta-container .banner-cta-texts .wpzero-text {
    margin-bottom: 1rem;
  }

  .wpzero-banner-cta-container .banner-cta-texts .wpzero-text span.wpzero-title {
    font-size: 1.2rem !important;
    font-weight: 300 !important;
  }

  .wpzero-banner-cta-container .banner-cta-texts .wpzero-text > p {
    margin-top: 7px;
    margin-bottom: 0;
    font-size: .9rem;
  }

  .wpzero-banner-cta-container .banner-cta-texts .wpzero-text a {
    display: inline-block;
    width: 80%;
    margin-left: 0;
  }

  .wpzero-banner-cta-container .banner-cta-texts .wpzero-text a div {
    display: block;
    margin: 0;
  }

  .wpzero-banner-cta-container .banner-cta-texts .banner-cta-button {
    max-width: none;
  }

  .wpzero-banner-cta-container .wpzero-cta-icon {
    float: left;
    display: block;
  }

  .wpzero-banner-cta-container .wpzero-cta-icon {
    display: block;
  }

  .wpzero-banner-cta-container.wpzero-icon-bg {
    display: table;
  }

  .wpzero-banner-cta-container.wpzero-icon-bg .wpzero-cta-texts {
    display: table-cell;
    width: 100%;
    vertical-align: top;
  }

  .swiper-container.slider-homepage {
    background: #4f954d;
  }

  .swiper-container.slider-homepage .swiper-wrapper {
    margin-bottom: 0;
  }

  .swiper-container.slider-homepage .swiper-slide {
    max-height: none;
  }

  .swiper-container.slider-homepage .swiper-button-next,.swiper-container.slider-homepage .swiper-button-prev {
    top: auto;
    bottom: 10px;
    background-size: 27px 27px;
  }

  .swiper-container.slider-homepage .swiper-pagination {
    z-index: 1;
    position: relative;
    height: 64px;
    padding-top: 20px;
  }

  .slider-home-slide .slide-text-container {
    position: relative;
    top: 0;
    left: 0 !important;
    width: 100%;
    max-width: none;
    padding: 20px;
    -ms-transform: none;
        transform: none;
    background: #4f954d;
  }

  .slider-home-slide:not(.swiper-slide-active) .slide-text-container {
    opacity: 0;
  }

  .wpzero-home-banner-cta-container .wpzero-cta-image-container {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 20px !important;
  }

  .wpzero-home-banner-cta-container .banner-cta-texts {
    float: left;
    display: block;
    padding: 0 30px;
  }

  .wpzero-home-banner-cta-container .banner-cta-texts .wpzero-text {
    margin-bottom: 1rem;
  }

  .wpzero-home-banner-cta-container .banner-cta-texts .wpzero-text span.wpzero-title {
    font-size: 1.2rem !important;
    font-weight: 300 !important;
  }

  .wpzero-home-banner-cta-container .banner-cta-texts .wpzero-text > p {
    margin-top: 7px;
    margin-bottom: 0;
    font-size: .9rem;
  }

  .wpzero-home-banner-cta-container .banner-cta-texts .wpzero-text a {
    display: inline-block;
    width: 80%;
    margin-left: 0;
  }

  .wpzero-home-banner-cta-container .banner-cta-texts .wpzero-text a div {
    display: block;
    margin: 0;
  }

  .wpzero-home-banner-cta-container .wpzero-cta-icon {
    float: left;
    display: block;
  }

  .wpzero-home-banner-cta-container .wpzero-cta-icon {
    display: block;
  }

  .wpzero-home-banner-cta-container.wpzero-icon-bg {
    display: table;
  }

  .wpzero-home-banner-cta-container.wpzero-icon-bg .wpzero-cta-texts {
    display: table-cell;
    width: 100%;
    vertical-align: top;
  }

  .slider-home-slide .slide-text-container {
    position: relative;
    top: 0;
    left: 0 !important;
    width: 100%;
    max-width: none;
    padding: 20px;
    -ms-transform: none;
        transform: none;
    background: #4f954d;
  }

  .slider-home-slide:not(.swiper-slide-active) .slide-text-container {
    opacity: 0;
  }

  .swiper-container.slider-homepage {
    background: #4f954d;
  }

  .swiper-container.slider-homepage .swiper-wrapper {
    margin-bottom: 0;
  }

  .swiper-container.slider-homepage .swiper-slide {
    max-height: none;
  }

  .swiper-container.slider-homepage .swiper-button-next,.swiper-container.slider-homepage .swiper-button-prev {
    top: auto;
    bottom: 10px;
    background-size: 27px 27px;
  }

  .swiper-container.slider-homepage .swiper-pagination {
    z-index: 1;
    position: relative;
    height: 64px;
    padding-top: 20px;
  }

  .slider-home-slide .slide-text-container {
    position: relative;
    top: 0;
    left: 0 !important;
    width: 100%;
    max-width: none;
    padding: 20px;
    -ms-transform: none;
        transform: none;
    background: #4f954d;
  }

  .slider-home-slide:not(.swiper-slide-active) .slide-text-container {
    opacity: 0;
  }
}

@media all and (max-width: 992px) {
  .swiper-container.slider-homepage .seconds {
    height: 8px;
  }

  .swiper-container.slider-homepage .bar {
    height: 8px;
  }

  .slider-home-slide .wpzero-hero-image {
    display: none;
  }

  .slider-home-slide .wpzero-hero-image-mobile {
    display: block;
  }

  .slider-home-slide .slide-text-container .wpzero-color-black {
    color: #fff;
  }

  .slider-home-slide .slide-text-container ul li:before {
    background-color: #fff;
  }

  .slider-home-slide .slide-text-container .slide-button.button-fullgreen {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
  }

  .slider-home-slide .slide-text-container .slide-button.button-fullgreen:hover {
    color: #fff;
  }

  .wpzero-home-banner-cta-container.wpzero-icon-rounded .wpzero-cta-image-container {
    width: 80px;
    height: 80px;
  }

  .slider-home-slide .wpzero-hero-image {
    display: none;
  }

  .slider-home-slide .wpzero-hero-image-mobile {
    display: block;
  }

  .slider-home-slide .slide-text-container .wpzero-color-black {
    color: #fff;
  }

  .slider-home-slide .slide-text-container ul li:before {
    background-color: #fff;
  }

  .slider-home-slide .slide-text-container .slide-button.button-fullgreen {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
  }

  .slider-home-slide .slide-text-container .slide-button.button-fullgreen:hover {
    color: #fff;
  }

  .swiper-container.slider-homepage .seconds {
    height: 8px;
  }

  .swiper-container.slider-homepage .bar {
    height: 8px;
  }

  .slider-home-slide .wpzero-hero-image {
    display: none;
  }

  .slider-home-slide .wpzero-hero-image-mobile {
    display: block;
  }

  .slider-home-slide .slide-text-container .wpzero-color-black {
    color: #fff;
  }

  .slider-home-slide .slide-text-container ul li:before {
    background-color: #fff;
  }

  .slider-home-slide .slide-text-container .slide-button.button-fullgreen {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
  }

  .slider-home-slide .slide-text-container .slide-button.button-fullgreen:hover {
    color: #fff;
  }
}

@media only screen and (max-width: 991px) {
  header.mainmenu.fixedmobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: top .2s ease-in-out;
  }

  header.mainmenu.fixedmobile.hidemobile {
    top: -60px;
  }

  header.mainmenu.openmobile.fixedmobile {
    position: relative;
  }

  header.mainmenu.openmobile.fixedmobile.hidemobile {
    top: 0;
  }

  header.mainmenu .container {
    padding: 0;
    width: 100%;
  }

  .product section.product-tile .product-slider-color {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media screen and (max-width: 767px) {
  .wpzero-banner-cta-container {
    display: block;
  }

  .wpzero-banner-cta-container .bottom-border {
    display: none;
  }

  .wpzero-banner-cta-container.wpzero-icon-bg {
    padding: 0;
    margin-top: 30px;
    background-size: 0;
  }

  .wpzero-banner-cta-container.wpzero-icon-bg .wpzero-cta-image-mobile {
    display: block;
  }

  .wpzero-banner-cta-container.wpzero-icon-bg .wpzero-cta-texts {
    display: block;
  }

  .wpzero-banner-cta-container {
    display: block;
  }

  .wpzero-banner-cta-container .bottom-border {
    display: none;
  }

  .wpzero-banner-cta-container.wpzero-icon-bg {
    padding: 0;
    margin-top: 30px;
    background-size: 0;
  }

  .wpzero-banner-cta-container.wpzero-icon-bg .wpzero-cta-image-mobile {
    display: block;
  }

  .wpzero-banner-cta-container.wpzero-icon-bg .wpzero-cta-texts {
    display: block;
  }

  .video-modal-home .video_popup {
    margin-right: 3% !important;
    margin-left: 3% !important;
  }

  .video-modal-home #frameyoutube {
    height: 100%;
  }

  .video-modal-home .text-container {
    height: 100%;
  }

  .video-modal-home .video_popup {
    max-height: 90%;
    min-height: 90%;
    height: 100%;
  }

  .video-modal-home .item-full-content {
    height: 100%;
  }

  .wpzero-home-banner-cta-container {
    display: block;
  }

  .wpzero-home-banner-cta-container.wpzero-icon-bg {
    padding: 0;
    margin-top: 30px;
    background-size: 0;
  }

  .wpzero-home-banner-cta-container.wpzero-icon-bg .wpzero-cta-image-mobile {
    display: block;
  }

  .wpzero-home-banner-cta-container.wpzero-icon-bg .wpzero-cta-texts {
    display: block;
  }

  .video-modal-home .video_popup {
    margin-right: 3% !important;
    margin-left: 3% !important;
  }

  .video-modal-home #frameyoutube {
    height: 100%;
  }

  .video-modal-home .text-container {
    height: 100%;
  }

  .video-modal-home .video_popup {
    max-height: 90%;
    min-height: 90%;
    height: 100%;
  }

  .video-modal-home .item-full-content {
    height: 100%;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) and (orientation: portrait) {
  .video-modal-home #play-video-single {
    height: 50%;
    top: 25%;
  }

  .video-modal-home #play-video-single {
    height: 50%;
    top: 25%;
  }
}

@keyframes progressbar {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes progressbar {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.faq div.info-box {
  min-height: 400px;
}

/*# sourceMappingURL=/wp-content/themes/chilly/assets/css/sourcemaps/main.css.map */
