/* my style */

*,
:after,
:before {
  box-sizing: border-box;
}
::-moz-selection {
  background: #e66a4b;
}
::selection {
  background: #e66a4b;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  /* min-height: 100vh; */
    min-height: 1300px;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  font-family: Raleway, sans-serif;
  /* font-weight: 700; */
  letter-spacing:1px;
}
body:before {
  content: "";
  transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
}
body.is-open {
  overflow: hidden;
}
body.is-open:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
img {
  border-radius: 0;
}
abbr[title] {
  text-decoration: none;
  cursor: help;
}
a {
  transition: all 0.3s ease;
}
* {
  margin: 0;
  padding: 0;
}
a {
  color: #e66a4b;
}
a:hover {
  color: rgba(214, 122, 127, 0.8);;
  text-decoration: none;
}
::-moz-selection {
  background-color: #e66a4b;
  color: #fff;
}
::selection {
  background-color: #e66a4b;
  color: #fff;
}
.input-group-field {
  background: #fff;
}
html {
  height: 100%;
  font-size: 16px;
  margin: 0 auto;
}
.list-unstyled {
  margin-left: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Gloria Hallelujah', cursive;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 900;
  text-transform: uppercase;
}
h1.no-ls,
h2.no-ls,
h3.no-ls,
h4.no-ls,
h5.no-ls,
h6.no-ls {
  letter-spacing: 0;
}
.display {
  font-size: 36px;
  line-height: 40.5px;
}
@media (min-width: 768px) {
  .display {
      font-size: 48px;
      line-height: 64px;
  }
}
@media (min-width: 992px) {
  .display {
      font-size: 64px;
      line-height: 72px;
  }
}
blockquote {
  border-left: 4px solid rgb(255 179 160);
  padding: 1rem;
}
.paragraph,
p {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  text-transform: none;
}
.main-title,
h1 {
  font-size: 36px;
}
.alt-title,
h2 {
  font-size: 28px;
}
.sub-title,
h3 {
  font-size: 18px;
}
.alt-sub-title,
h4 {
  font-size: 16px;
}
.small-title,
h5 {
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .main-title,
  h1 {
      font-size: 36px;
  }
  .alt-title,
  h2 {
      font-size: 24px;
      line-height: 28.8px;
  }
  .sub-title,
  h3 {
      font-size: 18px;
  }
  .alt-sub-title,
  h4 {
      font-size: 16px;
  }
  .small-title,
  h5 {
      font-size: 14px;
  }
}
.no-ls {
  letter-spacing: 0 !important;
}
.tc-light {
  color: #fff;
}
.tc-dark {
  color: #333;
}
.tc-alt {
  color: #50e3c2;
}
.tc-primary {
  color: #e66a4b;
}
.tc-primary-light {
  color: #578bbb;
}
.ff-alt {
  font-family: Raleway, sans-serif !important;
}
.ff-main {
  font-family: 'Gloria Hallelujah', cursive;
}
.fw-medium {
  font-weight: 500;
}
.fw-demi {
  font-weight: 600;
}
.fw-normal {
  font-weight: 400;
}
.shadowed {
  text-shadow: 1px 1px 2px #333;
}
.header {
  top: 0;
  width: 100%;
  z-index: 99;
  transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.header .navbar {
  padding: 0;
}
@media (max-width: 991.98px) {
  .header .navbar {
      padding-bottom: 40px;
  }
}
.header .navbar-expand-lg {
  -ms-flex-pack: center;
  justify-content: center;
}
.header .navbar-light .navbar-nav {
  /* padding-top: 0.625rem; */
  transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
}
@media (max-width: 991.98px) {
  .header .navbar-light .navbar-nav {
      padding-top: 1.875rem;
  }
}
.header .navbar-light .navbar-nav .nav-link {
  text-transform: uppercase;
  background: none;
  -webkit-appearance: none;
  font-family: 'Gloria Hallelujah', cursive;
  letter-spacing: 0.3px;
  font-weight: 600;
  margin-left: 7px;
  margin-right: 7px;
  color: #333;
  /* font-size: 24px; */
  font-size: 16px;
}
.header .navbar-light .navbar-nav .nav-link:hover {
  color: #E66A4B;
}
@media (max-width: 991.98px) {
  .header .navbar-light .navbar-nav .nav-link {
      color: #333;
  }
}
@media (max-width: 991.98px) {
  .header .navbar-desktop {
      display: none;
  }
}
.header .navbar-mobile {
  width: 100%;
  display: none;
}
.header.headroom--not-top {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  -ms-transform: translateY(0);
  transform: translateY(0);
  padding-bottom: 0;
  position: fixed;
}
/* @media (min-width: 992px) {
  .header.headroom--not-top .header__menu {
    background: white;
  }
} */
.header__menu {
  background: white;
}
@media (max-width: 991.98px) {
  .header .navbar-mobile {
      display: block;
      box-shadow: 0 5px 5px rgb(0 0 0 / 5%);
  }
  .header__menu {
    height: 80px;
  }
  .header.headroom--not-top {
    position: fixed;
  }
  .header.headroom--not-top .logo--pinned {
    width: auto;
    max-height: 100%;
    height: 100%;
  }
}
.header .navbar-mobile .dropdown-item {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
}
.header .navbar-mobile .navbar-nav {
  margin-left: 0;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.header .card {
  border: 0;
}
.header .card .card-body {
  padding: 0 1.25rem;
}
.header .logo-general {
  padding: 15px;
  display: inline-block;
}
.header .logo-general img {
  height: 120px;
}
.header .logo--unpinned.logo-general img {
  height: 0;
}
.header.headroom--unpinned .logo-general img {
  padding: 0;
  display: none;
  opacity: 0;
}
.header .dropdown-menu {
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 0;
  margin-top: 0;
}
.header .dropdown-menu a {
  padding: 0.625rem;
}
.header .dropdown-menu a.active,
.header .dropdown-menu a:active,
.header .dropdown-menu a:focus,
.header .dropdown-menu a:hover {
  background: #e66a4b;
  color: #fff;
}
.header .dropdown-toggle:after {
  display: none;
}
.header .dropdown:hover > .dropdown-menu {
  display: block;
  left: -280px;
}
.header .dropdown.dropdown-utente:hover > .dropdown-menu {
  left: -180px;
}
@media (min-width: 768px) {
  .header {
      /* padding-bottom: 0.625rem; */
      /* font-size: 0.875rem; */
      font-size: 18px;
      font-weight: 500;
  }
  .header .dropdown:hover > .dropdown-menu {
      display: block;
  }
  .header .logo {
      transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
  }
  .header .logo--pinned {
      transition-duration: 1s;
      width: 0;
      max-height: 0;
      overflow: hidden;
  }
  
  .header__menu,
  .header__menu .justify-content--between {
      -ms-flex-pack: center;
      justify-content: center;
  }
  .header.headroom--not-top .motto {
    display: none;
    opacity: 0;
  }
  /* .header.headroom {
      position: relative;
  } */
  /* .header.headroom--not-top {
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
      -ms-transform: translateY(0);
      transform: translateY(0);
      padding-bottom: 0;
      position: fixed;
  } */


  .header.headroom--not-top .navbar-nav {
      padding-top: 0;
  }
  .header.headroom--not-top .header__menu {
      margin-bottom: 0;
      /* height: 50px; */
  }
  .header.headroom--not-top .header__menu .justify-content--between {
      -ms-flex-pack: justify;
      justify-content: space-between;
  }
  
  .header.headroom--not-top .logo--pinned img {
    /* height: auto;
    width: 45px; */
  }
  .header.headroom--not-top .logo--unpinned {
      max-height: 0;
      display: none;
  }
  .header.headroom--top .navbar-nav {
      padding-top: 0.39rem;
      padding-bottom: 0.3125rem;
  }
  .header.headroom--top .logo--unpinned {
      /* max-height: 5.3125rem; */
      transition-delay: 0s;
      /* text-align: center; */
  }
  .header.headroom--top .logo svg {
      fill: #e66a4b;
      height: 4.6875rem;
  }
}
@media (max-width: 1199.98px) {
  .header .navbar-light .navbar-nav .nav-link {
      /* font-size: 20px; */
      letter-spacing: 2px;
  }
}
@media (max-width: 991.98px) {
  .header .navbar-mobile .navbar-nav {
    padding-left: 15px;
    padding-right:15px;
  }
  .header .navbar-mobile li.nav-item {
    text-align: center;
  }
  .header {
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  }
  .header .dropdown-menu {
      font-size: 0.75rem;
      text-align: center;
  }
  .header .navbar {
      -ms-flex-pack: end;
      justify-content: flex-end;
      width: 100%;
  }
  .header .navbar-toggler {
      outline: 0;
      border: none;
      min-height: 47px;
      position: absolute;
      right: 0;
      top: 15px;
  }
  .header .navbar span {
      width: 25px;
      height: 3px;
      background: #E66A4B;
      display: block;
      margin: 0;
      transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
  }
  .header .navbar span:first-child {
      -ms-transform: rotate(-45deg) translate(2px, 1px);
      transform: rotate(-45deg) translate(2px, 1px);
  }
  .header .navbar span:nth-child(2) {
      -ms-transform: rotate(45deg) translate(-1px, -4px);
      transform: rotate(45deg) translate(-1px, -4px);
  }
  .header .navbar .collapsed span {
      -ms-transform: none;
      transform: none;
      margin-top: 5px;
      margin-bottom: 5px;
  }
  .header .navbar .navbar-collapse {
      margin-top: 78px;
      background: #fff;
      max-height: 550px;
      overflow-y: scroll;
  }
  .header__menu {
      display: block;
      /* padding-bottom: 40px; */
  }
  .header__menu .justify-content--between {
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding: 0;
  }
  .header .logo {
      position: absolute;
      left: 10px;
      top: 5px;
      z-index: 22;
      transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
  }
  .header .logo--unpinned {
      width: 0;
      max-height: 0;
      overflow: hidden;
  }
  .header .logo--pinned {
    width: auto;
    max-height: 100%;
  }
  .header .logo--pinned img {
    width: 65px;
  }
}
@media (max-width: 479.98px) {
  .select-menu-mob .form-control,
  .select-menu-mob optgroup {
      font-size: 12px;
  }
}
.newsletter {
  background: #ddd;
}
.newsletter .mc-field-group {
  position: relative;
}
.newsletter .mc-field-group .email {
  width: 100%;
  height: 65px;
  padding: 0.9375rem;
  -webkit-appearance: none;
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  outline: 0;
}
.newsletter .mc-field-group .button {
  position: absolute;
  top: 0.625rem;
  right: 0.4375rem;
  max-width: 9.375rem;
}
@media (max-width: 767.98px) {
  .newsletter .mc-field-group {
      width: 100%;
  }
  .newsletter .mc-field-group input::-webkit-input-placeholder {
      font-size: 12px;
  }
  .newsletter .mc-field-group input:-ms-input-placeholder {
      font-size: 12px;
  }
  .newsletter .mc-field-group input::placeholder {
      font-size: 12px;
  }
}
.footer {
  margin-top: auto;
  padding: 30px 0 0;
  background: #F0C599;
}
.footer h3 {
  margin-bottom: 1.25rem;
}
@media (max-width: 991.98px) {
  .footer .navbar {
      -ms-flex-pack: center;
      justify-content: center;
  }
  .footer .navbar-expand-lg .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row;
  }
  .footer .navbar-expand-lg .navbar-nav .nav-link {
      padding-left: 15px;
      padding-right: 15px;
  }
  .footer s.navbar-footer .nav-link {
      font-size: 15px;
  }
  
}
@media (max-width: 767.98px) {
  .footer .navbar-expand-lg .navbar-nav {
      -ms-flex-direction: column;
      flex-direction: column;
  }
  .footer h3 {
    color: #333;
    margin-top: 60px;
  }
  .footer {
    padding: 0;
  }
}

.footer h4 {
  font-family: 'Gloria Hallelujah', cursive;
  letter-spacing: 4px;
  font-weight: 700;
}
.footer h4,
.footer p {
  color: #333;
  font-size: 0.8125rem;
  
}
.footer p {
  /* margin-bottom: 2.5rem; */
  line-height: 30px;
}
.footer a {
  color: #333;
}
.footer a:hover {
  opacity: 0.8;
}
.footer .fa {
  font-size: 29px;
  position: relative;
  top: 8px;
}
.footer__links {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  /* display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; */
}
.footer__links .social a svg {
  color: #333;
}
.footer__links {
  display: inline;
  margin: 0;
  list-style: none;
}
.footer__links ul:last-child li:last-child a {
  /* opacity: 0.7; */
}
.footer__links li {
  font-family: Raleway, sans-serif;
  letter-spacing: 4px;
  font-size: 0.75rem;
  margin-left: 0;
  margin-bottom: 10px;
}
.footer__links li a {
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: 700;
  color: #333;
  padding: 0;
  font-size: 16px;
}
.footer__links li a .fas {
  margin-right: 0;
  transition: all 0.3s ease;
}
.footer__links li a:hover .fas {
  margin-right: 5px;
  color: #E66A4B;
}
.footer__links ul li:first-child {
  margin-left: 0;
}
.footer #mc_embed_signup h3 {
  margin-bottom: 0.9375rem;
}
@media (max-width: 767.98px) {
  .footer .col {
      margin-bottom: 2.5rem;
      padding-bottom: 2.5rem;
      border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  }
  .footer .col:last-child,
  .footer p:last-child {
      margin-bottom: 0;
  }
  .footer__links {
      border-top: 0;
      padding-bottom: 0;
      margin-top: 0;
      padding-top: 1.25rem;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: start;
      align-items: flex-start;
      text-align: left;
  }
  .footer__links .social {
      margin-bottom: 1.25rem;
  }
  .footer__links ul li a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .footer .navbar-footer .navbar-expand-lg {
      -ms-flex-pack: center;
      justify-content: center;
  }
}
.footer .navbar-footer .nav-link {
  font-size: 12px;
  color: #fff;
}

.header .dropdown-menu a.button  {
  padding: 1.5em 1.6em;
}



.button {
  -webkit-appearance: none;
  border: none;
  font-size: 11px;
  padding: 15px 30px;
  display: inline-block;
  vertical-align: middle;
  font-family: Brown, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-size: 10px;
  line-height: 0.83333;
  font-weight: 700;
  /* letter-spacing: 0.267em; */
  /* text-indent: 0.267em; */
  text-transform: uppercase;
  text-align: center;
  padding: 1.5em 1.6em;
  background-color: #fff;
  border-radius: 2px;
  transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
  cursor: pointer;
  border: 1px solid transparent;
}
.button:focus,
.button:hover {
  outline: 0;
  color: #e66a4b;
  border: 1px solid #e66a4b;
  text-decoration: none;
}
.button--small {
  min-width: 160px;
  font-size: 10px;
  padding: 15px 30px;
}
.button--primary {
  background: #E66A4B;
  border: 1px solid #e66a4b;
  color: #fff;
}
.button--primary:hover {
  color: #E66A4B;
  background: #fff;
  text-decoration: none;
}
.button--light {
  background: #fff;
  color: #e66a4b;
}
.button--light:hover {
  background: #e66a4b;
  text-decoration: none;
  color: #fff;
}
.button--ghost {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.button--ghost:hover {
  background: #fff;
  text-decoration: none;
  color: #e66a4b;
}
.button--green {
  background: #9fca50;
  border: 1px solid #9fca50;
  color: #fff;
}
.button--green:hover {
  border: 1px solid #9fca50;
  background: white;
  color: #9fca50;
}
.button--block {
  display: block;
  width: 100%;
}
.hero {
  background: #fff;
  background-repeat: none;
  background-position: bottom;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.hero img {
  width: 100%;
}
.hero .title {
  letter-spacing: 4px;
}
.hero--home {
  max-height: none;
}
.hero--home.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 0;
  width: 100%;
  height: 100%;
}
.hero--home .title {
  margin-bottom: 0.9375rem;
  text-shadow: 1px 1px 1px #333;
}
.hero--home p {
  font-size: 1.125rem;
  margin-bottom: 1.875rem;
  max-width: 23.75rem;
}
.hero--ambiente,
.hero--chisiamo {
  max-height: 350px;
}
.hero--ambiente .hero__caption,
.hero--chisiamo .hero__caption {
  display: block;
  padding-top: 15.625rem;
}
.hero--ambiente .hero__caption .title,
.hero--chisiamo .hero__caption .title {
  font-size: 18px;
}
.hero__caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 3.75rem;
  transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
  transition-delay: 0.3s;
  -ms-transform: translateY(1.25rem);
  transform: translateY(1.25rem);
  opacity: 0;
}
.swiper-slide-active .hero__caption {
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 400px) {
  .hero__caption h2 {
      font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .hero .button {
      display: none;
  }
  .hero .title,
  .hero p {
      max-width: none;
      text-align: center;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .hero .title,
  .hero p {
      display: none;
  }
}
@media (max-width: 991.98px) {
  .hero__caption {
      padding-top: 6.875rem;
  }
}
@media screen and (max-width: 400px) {
  .hero__caption {
      padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  .hero .title {
      font-size: 1.125rem;
  }
}
.brands {
  background: #fff;
}
.brands .swiper-button-next,
.brands .swiper-button-prev {
  background: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .brands .swiper-button-next,
  .brands .swiper-button-prev {
      display: none;
  }
}
.focus {
  background: #f9f9f9;
}
.focus .card {
  overflow: hidden;
}
.focus .card:hover img {
  transform: scale(1.05) translateZ(0);
}
.focus .card img {
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
  transform: scale(1) translateZ(0);
  border-bottom: 1px solid #ddd;
}
@media (max-width: 991.98px) {
  .focus .card {
      margin-bottom: 1.875rem;
  }
}
.module {
  padding-bottom: 1.875rem;
}
.module,
.module--top {
  padding-top: 1.875rem;
}
.module--bot {
  padding-bottom: 1.875rem;
}
@media (min-width: 992px) {
  .module {
      padding-bottom: 3.125rem;
  }
  .module,
  .module--top {
      padding-top: 3.125rem;
  }
  .module--bot {
      padding-bottom: 3.125rem;
  }
}
.content--bg {
  background-image: url(../images/sf_main.png);
}
.content h2,
.content h3 {
  margin-bottom: 1.875rem;
}
.content img {
  width: 100%;
}
.content img.fixed-wh {
  height: 60px;
  width: 66px;
}
@media (max-width: 767.98px) {
  .content img {
      margin-bottom: 30px;
  }
}
.content img.imgResp {
  width: auto;
}
@media (max-width: 767.98px) {
  .textCenter {
      text-align: center;
  }
}
.bg-azure {
  background-image: url(../images/sf_menu_sx.png);
  background-repeat: repeat-x;
  background-size: contain;
}
.bg-azure li {
  border-bottom: 1px solid rgba(155, 114, 155, 0.2);
}
.bg-azure li a {
  padding: 15px;
  display: block;
  color: #fff;
}
.bg-azure li a:hover {
  background-image: url(../images/sf_menu_sx_hover.png);
  text-decoration: none;
}
.brand,
.brand__products {
  background: #fff;
}
.brand__products ul {
  margin: 0;
  list-style: none;
}
.brand__products a {
  color: #e66a4b;
  text-decoration: none;
}
.brand__gallery {
  margin-top: 1.875rem;
}
.brand__gallery img {
  margin-bottom: 1.875rem;
}
.brand__list {
  -ms-flex-align: stretch;
  align-items: stretch;
}
.brand__list li {
  height: 100%;
  margin-bottom: 1.875rem;
}
.brand__list__item {
  border: 1px solid #ddd;
  background: #fff;
  overflow: hidden;
}
.brand__list__item h2 {
  font-size: 16px;
}
.brand__list__item img {
  -ms-transform-origin: center;
  transform-origin: center;
  transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
  transform: scale(1) translateZ(0);
}
.brand__list__item figcaption {
  padding: 1.25rem;
}
.brand__list__item figcaption svg path {
  transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
}
.brand__list__item:hover img {
  transform: scale(1.05) translateZ(0);
}
.brand__list__item:hover .button {
  background: #e66a4b;
  color: #fff;
}
.brand__list__item:hover svg path {
  fill: #fff;
}
.brand__list .swiper-button-next,
.brand__list .swiper-button-prev {
  background: none;
  z-index: 99999;
}
.brand__list .swiper-button-next svg path,
.brand__list .swiper-button-prev svg path {
  fill: #444 !important;
}
.brand__filters {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  background: #e66a4b;
  border-bottom: 1px solid #f7f7f7;
}
.brand__filters nav {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.brand__filters nav li {
  margin-right: 32px;
}
.brand__filters nav li:last-child {
  margin-right: 0;
}
.brand__description {
  padding: 11.25rem 5rem 5rem;
}
.brand__specs h2 {
  margin-bottom: 1.875rem;
}
.brand__specs ul {
  list-style: none;
}
.brand__specs ul li {
  margin-bottom: 0.9375rem;
}
.brand__specs img {
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .brand {
      padding-top: 5rem;
  }
  .brand__filters {
      overflow-x: scroll;
  }
  .brand__filters nav {
      -ms-flex-pack: justify;
      justify-content: space-between;
  }
  .brand__filters nav li {
      margin-right: 0;
  }
  .brand__description {
      padding: 0.625rem 1.875rem 1.875rem;
  }
}
.product-modal {
  height: 100vh;
  overflow: scroll;
  background: #565656;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.product-modal .basicLightbox__placeholder {
  background: #fff;
  padding: 30px 0;
}
@media (max-width: 991.98px) {
  .product-modal .basicLightbox__placeholder {
      padding: 10px;
  }
}
.product__description {
  padding-right: 35%;
}
@media (max-width: 991.98px) {
  .product__description {
      padding-right: 0;
  }
}
.product__image {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product span {
  float: right;
}
.components {
  margin-top: 11.25rem;
  position: relative;
}
.components h3 {
  margin-bottom: 1.875rem;
}
.components p:last-child {
  margin-bottom: 0;
}
.componentss .swiper-button-next,
.componentss .swiper-button-prev {
  background: none;
}
.componentss .swiper-button-next svg path,
.componentss .swiper-button-prev svg path {
  fill: #444 !important;
}
.brand ul {
  font-size: 12px;
}
.brand__gallery .gallery-thumbs {
  top: -30px;
}
@media (max-width: 991.98px) {
  .product__macro {
      margin-top: 30px;
  }
  .product-modal {
      display: block;
  }
  .product span {
      width: 100%;
  }
  .product__description .button {
      display: block;
  }
}
html {
  max-width: 100%;
}
.courtesy {
  height: 100%;
  width: 100%;
  min-height: 400px;
  background: url(../images/courtesy.jpg) no-repeat 50%;
  background-size: cover;
  color: #333;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
}
.courtesy:before {
  content: "";
  top: 0;
  height: 100%;
  background: hsla(0, 0%, 100%, 0.5);
}
.courtesy:before,
.courtesy__logo {
  position: absolute;
  left: 0;
  width: 100%;
}
.courtesy__logo {
  top: 50%;
  right: 0;
  margin: 0 auto;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.courtesy__footer {
  width: 100%;
  z-index: 2;
  position: relative;
  text-align: center;
}
.courtesy__footer p {
  font-size: 14px;
}
.courtesy__footer a {
  text-decoration: underline;
}
.brand__gallery .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.brand__gallery .swiper-slide {
  background-size: cover;
  background-position: 50%;
}
.brand__gallery .gallery-top {
  height: 80%;
  width: 100%;
}
.brand__gallery .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.brand__gallery .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.brand__gallery .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}


.container-mw-1240 {
  max-width: 1240px;
}
.dr-sh {
  text-shadow: 1px 1px 4px #000;
}
.home-slide {
  height: auto;
  overflow: hidden;
  object-fit: cover;
}
.home-slide img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 599.98px) {
  .home-slide {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .home-slide {
    height: 600px;
  }
}
.home-slide .caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.form-control {
  font-size: 14px;
  border-radius: 0;
}
.fs-small {
  font-size: 12px;
}

@media (max-width: 767px) {
  .home-slide p {
    font-size: 14px;
  }
  .news--home .button {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .home-slide h1 {
    font-size: 18px;
  }
  .home-slide p {
    font-size: 12px;
    line-height: 15px
  }
}


@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

.news_last_col {
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.news_last_col .caption{
  display: flex;
  align-items: center;
  justify-content: space-around;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: normal;
  text-align: center;
  /* background-image: linear-gradient(to top,#E66A4B,#F0C599); */
  background-image: linear-gradient(to top,rgba(61,67,76,.95) 0,rgba(61,67,76,.95) 100%);
  /* transform: translateX(-100%); */
  transition: all .3s ease-in-out;
  -webkit-transform-style: preserve-3d;
  padding: 10px;
  box-sizing: border-box;
  text-transform: uppercase;
}


.news_last_col a:hover .caption{
  /* transform: translateX(0); */
  animation: fadeIn .5s;
  -webkit-animation: fadeIn .5s;
  -moz-animation: fadeIn .5s;
  -o-animation: fadeIn .5s;
  -ms-animation: fadeIn .5s;
  opacity: 1;
}


.newsletter--home {
  background: url(../struttura/striscia_newsletter.jpg);
  color: #fff
}
.newsletter--home a {
  color: #fff
}

input[type="checkbox"],
input[type="radio"] {
  position: relative;
  top: 2px;
}

.sostienici--home {
  background: url(../struttura/agricolturasintropica.jpg) no-repeat;
  background-size: cover;
  color: #fff
}

.eventi_last_col .far {
  font-size: 34px;
}


.eventi_last_col .day {
  background: #E66A4B;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
}
.rest_of_date {
  font-size: 13px;
  font-weight: 600;
}
.data_cont {
  border: 1px solid #333;
}

hr {
  margin: 0;
}
iframe.embedsocial-hashtag-iframe {
  height: 690px !important;
}
.sidebar-embed iframe.embedsocial-hashtag-iframe {
  height: 390px !important;
}

/* inner page */
.bg-pattern {
  background: url(../struttura/striscia_header.jpg) no-repeat;
  background-size: cover;
}
.h-150 {
  height: 150px;
}


.list-cat_or_tag {
  display: flex;
  list-style-type: none;
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
}

.list-cat_or_tag li::after {
  content: " | ";
  margin-right: 5px;
}

.list-cat_or_tag li:last-child::after,
.list-cat_or_tag li.alt-li
{
  content: " ";
}


.social-side li {
  display: inline-block;
}

.pannello-utente li {
  margin: 10px;
}

@media (max-width: 991.98px) {
  .e-comm-menu {
    text-align: center;
  }
}


.filtro_prodotti-panel .panel-heading,
.filtro_prodotti-panel .panel-collapse
{
  margin-bottom: 20px;
}
.header .navbar span:nth-child(2).badge {
  transform: rotate(0) translate(0);
  position: absolute;
  left: 20px;
  right: 0;
  /* text-align: center; */
  margin: auto;
  top: -4px;
}
.header .navbar span.badge {
  border-radius:100%;
  width: 25px;
  height: 25px;
  background: #E66A4B;
  color: white;
  display: block;
  margin: 0;
  transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
}
@media (max-width: 991.98px) {
  .header .navbar span:nth-child(2).badge {
    top: -12px;
    left: 29px;
  }
  .header .navbar span.badge {
    border-radius:100%;
    width: 25px;
    height: 25px;
    background: #E66A4B;
    color: white;
    display: block;
    margin: 0;
    transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
  }
  .header .navbar span.fa-trash {
    width: auto;
    height: auto;
    background: transparent;
  }
  .header .navbar span:first-child.fa-trash {
    -ms-transform: rotate(0) translate(0);
    transform: rotate(0) translate(0);
  }
}

@media (max-width: 767px) {
	.d-mob-none {
		display: none;
	}
}

.cartTable table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.cartTable table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.cartTable table tr {
  /* background-color: #f8f8f8; */
  border: 1px solid #ddd;
  padding: .35em;
}

.cartTable table th,
.cartTable table td {
  padding: .625em;
  /* text-align: center; */
}

.cartTable table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.subtot-d-mobile {
	display: none;
}

@media screen and (max-width: 767.98px) {
  .cartTable table {
    border: 0;
  }
	.cartTable .table .btn.btn-primary {
    width: 100%;
	}
  .cartTable table caption {
    font-size: 1.3em;
  }
  
  .cartTable table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .cartTable table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .cartTable table td {
    /* border-bottom: 1px solid #ddd; */
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  .cartTable table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .cartTable table td:last-child {
    border-bottom: 0;
  }

	.subtot-d-mobile {
		display: block;
	}

}


.cartTable .table .btn.btn-primary {
	font-size: 12px;
	letter-spacing: -0.2px;
}

.cartTable table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.cartTable table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.cartTable table tr {
  /* background-color: #f8f8f8;
  border: 1px solid #ddd; */
  padding: .35em;
}

.cartTable table th,
.cartTable table td {
  padding: .625em;
  /* text-align: center; */
}

.cartTable table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.subtot-d-mobile {
	display: none;
}
.d-600-block {display: block !important; }
@media screen and (max-width: 600px) {
  .cartTable table {
    border: 0;
  }
	.cartTable .table .btn.btn-primary {
    width: 100%;
	}
  .cartTable table caption {
    font-size: 1.3em;
  }
  
  .cartTable table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .cartTable table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .cartTable table td {
    /* border-bottom: 1px solid #ddd; */
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  .cartTable table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .cartTable table td:last-child {
    border-bottom: 0;
  }

	.subtot-d-mobile {
		display: block;
	}

  .d-600-block {display: none !important; }

}


.cartTable .table .btn.btn-primary {
	font-size: 12px;
	letter-spacing: -0.2px;
}

table {
  width: 100%;
}
/* cart top */

.d-none {
	display: none;
}

@media screen and (min-width: 1200px) {
	.d-xl-block {
		display: block;
	}
}

.cartTable-top table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}

.cartTable-top table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.cartTable-top table tr {
  /* background-color: #f8f8f8; */
  border: 1px solid #ddd;
  padding: .35em;
}

.cartTable-top table th,
.cartTable-top table td {
  padding: .625em;
  /* text-align: center; */
	width: 100%;
}

.cartTable-top table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.subtot-d-mobile {
	display: none;
}
.d-flex {
	display: flex;
}

.align-items-end {
	align-self: flex-end
}
@media screen and (max-width: 600px) {
  /* .cartTable-top table {
    border: 0;
  }
	.cartTable-top .table .btn.btn-primary {
    width: 100%;
	}
  .cartTable-top table caption {
    font-size: 1.3em;
  }
  
  .cartTable-top table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .cartTable-top table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .cartTable-top table td {
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  .cartTable-top table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .cartTable-top table td:last-child {
    border-bottom: 0;
  }

	.subtot-d-mobile {
		display: block;
	} */

}

@media (max-width: 1199.98px) {
	.cartTable-top table {
		table-layout: fixed;
	}
}

.cartTable-top .table .btn.btn-primary {
	font-size: 12px;
	letter-spacing: -0.2px;
}

@media (min-width: 1200px) {
	li.mobile-menuFunct.dropdown-cart {
    display: none;
	}
}
.ml-1 {
	margin-left: 5px;
}

.no-border {
	border: 0 !important;
}


.pagination span {
  padding: 5px 10px;
  /* border: 1px solid; */
}

.text-primary {
  color: #e66a4b!important;
}

.newsletter-white {
  color: white;
}

.newsletter-white h1,
.newsletter-white h3,
.newsletter-white p,
.newsletter-white label
{
  color: #333;
}

@media (min-width: 768px) {
  #collapse_categorie.collapse:not(.show) {
    display: block !important;
  }
}

@media (max-width: 991.98px) {
  .e-comm-menu .table-responsive {
    max-height: 300px;
    overflow-y: visible;
  }
}

