/*!
 * App style
 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/*:root {
  --primary: #A89675;
  --secondary: #DFD6CD;
}
.bg-primary {
  background-color: #A89675 !important;
}
.bg-secondary {
  background-color: #DFD6CD !important;
}
.text-primary {
  color: #A89675 !important;
}
.btn-outline-primary {
  color: #A89675;
  border-color: #A89675;
}
.text-secondary {
  color: #DFD6CD !important;
}
.border-primary {
  border-color: #A89675 !important;
}
.border-secondary {
  border-color: #DFD6CD !important;
}*/
/*--------------------------
*           GENERAL 
*--------------------------*/
html, body {
  overflow-x: hidden;
}
body {
  font-family: "Montserrat", serif;
  color: #000000;
  top: 0 !important;
}
body.menu-active, body.ricerca-opened, body.filtri-active, .noscroll {
  overflow-y: hidden;
}
a {
  transition: all .1s ease-in-out;
  transition-property: color;
  color: var(--primary);
}
a, a:hover, a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
}
h1, h2, h3, h4, h5, h6 {
  /*color: var(--primary);*/
  font-weight: 700;
}
.dropdown-toggle {
  white-space: normal !important;
}
.dropdown-toggle::after {
  display: none;
}
.date {
  font-family: "Raleway", serif;
  font-size: 18px;
  font-weight: 700;
}
.btn-outline-primary {
  font-family: "Raleway", serif;
  border-width: 4px;
  font-size: 18px;
  font-weight: 700;
  padding: .85rem 1.5rem;
}
.swiper-button-next, .swiper-button-prev {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 3px solid var(--primary);
}
.swiper-button-prev:after, .swiper-button-next:after {
  font-size: 24px;
  color: var(--primary);
}
.swiper-scrollbar.swiper-scrollbar-horizontal {
  background: #ccc;
  height: 5px;
  position: relative;
  margin: 30px 0;
  width: auto;
  /* background: rebeccapurple; */
}
.swiper-scrollbar-drag {
  /*width: 216px !important;*/
  height: 5px;
  background: var(--primary);
  border-radius: 8px;
  top: 0;
  margin: 0 1rem;
}
.gt_switcher_wrapper {
  right: 3rem !important;
}
.font-14 {
  font-size: .875rem;
}
.font-12 {
  font-size: .75rem;
}
.badge-primary {
  color: #fff;
  font-weight: 600;
}
/*--------------------------
*        HEADER 
*--------------------------*/
header {
  position: relative;
  background-color: #DFD6CD;
}
.animated-icon {
  position: relative;
  height: 24px;
}
.navbar-toggler span.bars {
  display: block;
  background-color: var(--primary);
  height: 3px;
  width: 27px;
  margin: 5px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
  border-radius: 50px;
}
.navbar-toggler span.bars:nth-child(1), .navbar-toggler span.bars:nth-child(3) {
  -webkit-transition: transform .35s ease-in-out;
  -moz-transition: transform .35s ease-in-out;
  -o-transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
}
.navbar-toggler.active span.bars:nth-child(1) {
  position: absolute;
  left: 0;
  top: 5px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}
.navbar-toggler.active span.bars:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}
.navbar-toggler.active span.bars:nth-child(3) {
  position: absolute;
  left: 0;
  top: 5px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}
#smallacc, #smallcart {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#smallacc .label, #smallcart .label, #dropdownMenuLink .label {
  font-size: .625rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  margin-top: .25rem;
}
#smallacc i, #smallcart i, #dropdownMenuLink i {
  color: #A89574;
  font-size: 1.625rem;
  display: block;
}
#nrprcar {
  background-color: #A89574;
  color: #fff;
  position: absolute;
  right: -3px;
  top: 0;
}
.navbar-expand-lg .navbar-nav {
  align-items: center;
}
@media (min-width: 991.98px) {
  .navbar-light .navbar-nav.m-auto .nav-item:not(:last-child) {
    border-right: 1px solid #FEF7E6;
  }
}
.navbar-light .navbar-nav.m-auto .nav-link {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #000000;
  text-transform: uppercase;
  height: 45px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  padding: 0 0.9rem;
}
.navbar#menuNavHeader .nav-link:hover, .navbar#menuNavHeader .nav-link.active, .navbar#menuNavHeader .nav-item.show .nav-link {
  color: rgba(144, 98, 54, 1);
}
.navbar#menuNavHeader .dropdown-toggle::after, #iconelingue .dropdown-toggle::after {
  display: none;
}
.dropdown-menu {
  background: var(--primary);
  border: 0;
  border-radius: 0;
}
.dropdown-menu .dropdown-item {
  font-weight: 700;
}
/*LIVESEARCH*/
.search-bar .research {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 22px;
  /*max-width: 250px;*/
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.search-bar .research #searchInput {
  background-color: transparent;
  padding-inline: 15px;
  width: 100%;
  border: 0;
  border-right: 0;
  border-radius: 22px;
}
.search-bar .research .fa {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  color: #ffffff;
  border-radius: 22px;
  height: 45px !important;
  padding: 0 1.8rem;
}
/*#formsearchid .input-group .select2-container--bootstrap4 {
  width: 75%;
}
#formsearchid .select2-container--bootstrap4 .select2-selection--single {
  height: 45px !important;
  border-radius: 22px 0 0 22px;
  border: 0;
  background: transparent;
}
#formsearchid .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
}
#formsearchid .btn {
  height: 45px !important;
  border-radius: 22px;
  background-color: var(--primary);
  padding: 0 1.8rem;
}
.select2-container--bootstrap4 .select2-dropdown{min-width: 250px;}

.search-bar {
    width: 100%;
    height: 40px;
    background-color: transparent;
    display: flex;
    align-items: center;
    position: relative;
}
.search-bar .research {
    margin: 0; 
    display: flex; 
    width: 100%; 
    justify-content: space-between; 
    height: 100%;
}
.search-bar .research #searchInput {
    background-color: transparent;
    padding-inline: 15px;
    width: 88%;
    border: 1px solid #CECECE;
    border-right: 0;
    border-radius: 22px;
}*/
.live-search-list {
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  border-radius: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  font-family: 'Open Sans', sans-serif;
  color: black;
  width: calc(100% - 11px);
  max-height: 350px;
  overflow-y: scroll;
  z-index: 999999;
  flex-wrap: wrap;
  box-shadow: 0px 6px 5px -2px #c1c1c1;
  left: 25%;
  transform: translateX(-25%);
  width: 100vw;
  max-width: 1140px;
  margin-top: 10px;
}
/*scrollbar barra di ricerca*/
.live-search-list::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}
.live-search-list::-webkit-scrollbar-thumb {
  background: rgba(90, 90, 90, 0.374);
}
.live-search-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}
.live-search-list > div {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid rgb(208 208 208 / 25%);
}
.live-search-list > div.art {
  width: 100%;
  text-align: left;
  padding: 5px 10px;
}
.live-search-list > div.prod {
  flex: 0 0 50%;
  max-width: 50%;
  max-height: 140px;
  padding: 15px 10px;
}
.live-search-list > div.prod a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.live-search-list > div.prod a:hover {
  text-decoration: none;
}
.live-search-list > div.prod img {
  flex: 0 0 50%;
  max-width: 50%;
  object-fit: contain;
  height: 100%;
  max-height: 100px;
}
.live-search-list > div.prod a > span {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: left;
  padding-left: 10px;
}
.live-search-list > div.prod a > span .value {
  font-weight: bold;
  font-size: 150%;
}
.live-search-list > div.prod a > span .prezzo {
  font-size: 120%;
}
.live-search-list > div.prod a > span p {
  text-overflow: ellipsis;
  color: black;
}
.live-search-list > div.void {
  padding: 10px;
  margin: auto;
  width: 100%;
}
.live-search-list > div.all {
  flex: 0 0 100%;
  padding: 5px;
  background-color: var(--primary);
  color: white !important;
}
.live-search-list > div.all a {
  color: white !important;
}
.live-search-list-header-row {
  /*height: 50px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary);
  color: white;
  text-transform: uppercase;
  flex: 0 0 100%;
  position: sticky;
  top: 0;
}
.live-search-list-header-row a {
  color: white;
}
.live-search-list div a {
  width: 100%;
  overflow-wrap: break-word;
}
div#goog-gt-tt, div#goog-gt-tt + div, .skiptranslate {
  display: none !important;
}
.lingua {
  /*display: flex;
  width: calc(20% - 10px);
  margin-left: 10px;
  justify-content: flex-end;*/
  position: fixed;
  top: .20rem;
  right: 3rem;
  z-index: 995;
}
.lingua .dropdown-toggle::after {
  display: block;
}
.lingua #dropdownMenuFlag {
  display: flex;
  align-items: center;
  font-size: 15px;
}
.lingua #dropdownMenuFlag:hover {
  text-decoration: none;
}
.lingua a#dropdownMenuFlag {
  /*color: var(--primary);*/
  color: #000;
}
.lingua .dropdown-menu {
  color: var(--primary);
  text-transform: capitalize;
  top: 1rem;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.lingua .dropdown-menu .dropdown-item {
  font-size: 12px;
  display: flex;
  align-items: center;
}
#offcart-collapse {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 90%;
  max-width: 430px;
  padding-right: 0;
  padding-left: 0;
  border: 1px solid var(--primary);
  background-color: #fff;
  z-index: 999;
  transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  overflow: hidden;
}
#offcart-collapse.open {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@keyframes fade-out {
  from {
    translate: -5vw -5vw;
    scale: 200% 200%;
  }
  to {
    translate: 0 0;
    scale: 100% 1;
  }
}
.slide-in {
  animation-duration: 1.5s;
  animation-name: fade-out;
  animation-direction: alternate;
}
/*#offcart-collapse .titoloCarrello{
  height: 30px;
}*/
#offcanvas-collapse .titoloCarrello .rigaCarrello {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
#offcart-collapse .titoloCarrello h3 {
  margin: 0;
  font-size: 22px;
  text-align: left;
}
#offcart-collapse .titoloCarrello .close {
  color: #fff;
  opacity: 1;
}
#offcart-collapse hr {
  margin-top: 10px;
}
#offcart-collapse .item-c img {
  max-height: 125px;
}
#offcart-collapse .rigaQtaDel {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
#offcart-collapse .rigaQtaDel a.del {
  /*width: 56px;
  height: 56px;
  border: 1px solid #D24535;*/
  border-radius: 0;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#offcart-collapse .input-group div {
  width: 60px;
  height: 30px;
  display: flex;
  justify-content: center;
  border: 1px solid var(--primary);
  border-radius: 0;
}
#offcart-collapse #boxcartsmall {
  height: calc(100vh - 30px);
}
#offcart-collapse #carrellosmall {
  height: 80%;
  overflow-y: auto;
}
#offcart-collapse #sezioneProdotti {
  max-height: calc(100% - 170px);
  overflow: auto;
  overflow-x: hidden;
}
/* #offcart-collapse #sezioneProdotti .row:nth-child(1){
  margin-top: 0 !important;
} */
#offcart-collapse #sezioneFooterCarrello {
  position: fixed;
  bottom: 0;
  background-color: white;
  height: 170px;
  width: 100%;
  padding: 0 1rem;
}
#offcart-collapse #sezioneFooterCarrello .btn {
  border-radius: 10px;
  font-weight: 700;
  padding: 1rem;
}
/*--------------------------
*        HOME 
*--------------------------*/
#home {
  position: relative;
  overflow: hidden;
}
.floating-element {
  position: absolute;
  z-index: 100;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.floating-element#home_1 {
  width: 45%;
  animation-name: floatUpDown;
}
.floating-element#home_2 {
  width: 18%;
  animation-name: floatUpDownAlt;
}
.floating-element#home_3 {
  width: 20%;
  animation-name: floatUpDown;
}
.floating-element#home_4 {
  width: 40%;
  animation-name: floatUpDownAlt;
}
/* Animazione: fluttuazione */
@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes floatUpDownAlt {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
/* Animazione: leggera rotazione */
@keyframes rotateSlight {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(5deg);
  }
}
@keyframes rotateSlightReverse {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-2deg);
  }
}
/* Mobile: nasconde i decorativi */
@media (max-width: 768px) {
  .floating-element {
    display: none;
  }
}
#box-slider .container {
  overflow: hidden;
  height: 55vh;
}
#box-slider .container.fluid {
  width: 100%;
  max-width: 100%;
}
#box-slider.home {
  height: calc(100vh - 80px);
}
#box-slider .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#box-slider .swiper-slide.video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
#box-slider iframe, #box-slider object, #box-slider video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#box-slider .carousel-caption {
  bottom: 20%;
  left: 0%;
  z-index: 50;
}
/*#box-slider.home .carousel-caption {
  left: 2%;
}*/
#box-slider .carousel-caption h1 {
  font-size: 42px;
  line-height: 44px;
  font-weight: 700;
}
#box-slider.home .carousel-caption h1 {
  font-size: 50px;
  line-height: 60px;
  text-shadow: 0 10px 10px rgba(0, 0, 0, 0.15) !important
}
#box-slider .swiper-pagination-bullet {
  background: #fff;
}
#testo-home {
  margin: 65px 0 110px;
}
#testo-home .box {
  border-radius: 10px;
  overflow: hidden;
  line-height: 26px;
}
#testo-home .box h2 {
  font-size: 48px;
  line-height: 46px;
}
/*.section-heading h2 {
  color: #fff;
}*/
a.all {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}
a.gotoback {
  font-size: 18px;
  font-weight: 700;
}
#bloccocat-home {
  background-color: #FEF9ED;
  padding: 3rem 0;
}
/*@media (min-width: 1200px) {
  #bloccocat-home .col-lg-1 {
    max-width: calc(100%/8);
    flex: auto;
  }
}*/
#bloccocat-home .item-cat {
  min-height: 213px;
}
#bloccocat-home .item-cat a {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: flex-end;
  bottom: 0;
}
#bloccocat-home .item-cat a h5 {
  width: 100%;
  background: var(--primary);
  padding: 1rem 0;
  font-family: "Raleway", serif;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin: 0;
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#blocco-about {
  position: relative;
  background: #eee;
}
.floating-element#about_1 {
  width: 10%;
  animation-name: rotateSlight;
}
.floating-element#about_2 {
  width: 18%;
  animation-name: floatUpDownAlt;
}
.floating-element#about_3 {
  width: 18%;
  animation-name: floatUpDown;
}
.floating-element#about_4 {
  width: 13%;
  animation-name: rotateSlightReverse;
}
@media (max-width: 1200px) {
  .floating-element#about_1 {
    left: 3% !important;
  }
  .floating-element#about_2 {
    left: 0 !important;
  }
}
/*--------------------------
*     	BLOG 
*--------------------------*/
#elenco-area, #blocco-articoli-ultimi {
  background-color: rgba(102, 102, 72, .73);
}
#blocco-articoli-ultimi {
  position: relative;
  overflow: hidden;
}
.floating-element#blog_1 {
  width: 30%;
  rotate: -35deg;
  animation-name: rotateSlight;
}
.floating-element#blog_2 {
  width: 30%;
  rotate: 130deg;
  animation-name: floatUpDown;
}
#blocco-elencodettaglio.blog {
  background-color: rgba(102, 102, 72, .73);
}
#blocco-elencodettaglio.blog .testo img{ max-width: 100%; height: auto;}
.item-art {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 0;
  padding-top: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.item-art::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
.item-art .col-info {
  background-color: rgba(102, 102, 72, .73);
  background-size: cover;
  /*height: 0;
  transition: .7s ease;*/
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  /*transform: scale(1.25);*/
}
.item-art .col-info h4 {
  font-family: "Raleway", serif;
  /*font-size: 36px;
  line-height: 28px;*/
  color: #fff;
}
.item-art .col-info a {
  color: #fff;
}
.item-art .col-info .btn {
  position: absolute;
  bottom: 1.5rem;
}
.item-art .col-info .btn:hover {
  color: #fff;
}
.item-art:hover .col-info {
  opacity: 1;
  /*-webkit-transform: scale(1);
  transform: scale(1);*/
}
#sidebar-blog .list {
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #dfd6cd;
}
#sidebar-blog .list li {
  display: block;
  position: relative;
  margin: 0;
  padding: 6px 0 6px 15px;
  border-top: 1px solid #dfd6cd;
  text-transform: uppercase;
}
#sidebar-blog .list li a {
  color: #fff;
}
#sidebar-blog .list li a:hover, #sidebar-blog .list li a.active {
  color: #dfd6cd;
}
#sidebar-blog .list li:first-child {
  border-top-width: 0;
}
#sidebar-blog .list li:before {
  content: "\f105";
  position: relative;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-left: -11px;
  margin-right: 6px;
  font-size: 7.2px;
  opacity: 0.7;
  vertical-align: middle;
  color: #dfd6cd;
}
#blocco-elencodettaglio h1 {
  font-family: "Raleway", serif;
  font-size: 64px;
  line-height: 61px;
  color: var(--primary);
}
#blocco-elencodettaglio.blog {
  color: #fff;
}
#blocco-elencodettaglio.blog h1 {
  font-size: 36px;
  line-height: 28px;
  color: #fff;
}
#blocco-elencodettaglio.blog a {
  color: #dfd6cd;
}
#blocco-elencodettaglio.rp {
  overflow: hidden;
}
#blocco-elencodettaglio.rp #cnt-video video {
  max-width: 100%;
}
@media (min-width: 1200px) {
  #blocco-elencodettaglio.rp .first {
    min-height: 600px;
  }
  #blocco-elencodettaglio.rp .post-thumb {
    position: absolute;
    right: 0;
    z-index: 10;
  }
  #blocco-elencodettaglio.rp .post-thumb .img-fluid {
    /*max-width: initial;*/
    max-width: 650px;
  }
  /*#blocco-elencodettaglio.rp #cnt-video {
    position: relative;
    height: 660px;
  }
  #blocco-elencodettaglio.rp #cnt-video video {
    width: 100%;
    height: 660px;
  }*/
}
/*--------------------------
*        VIDEO 
*--------------------------*/
.floating-element#video_sx {
  width: 20%;
  animation-name: floatUpDownAlt;
}
.floating-element#video_dx {
  width: 20%;
  animation-name: floatUpDown;
}
#cnt-video-wrapper {
  width: 100vw;
  height: 100%;
  min-height: 300px;
  max-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000; /* facoltativo per evitare flicker */
  overflow: hidden;
}
#cnt-video {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#select-plan-vid {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
}
#video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: opacity 0.3s ease;
}
#video-overlay i {
  color: white;
  font-size: 24px;
}
@media (min-width: 768px) {
  #video-overlay {
    width: 80px;
    height: 80px;
  }
  #video-overlay i {
    font-size: 32px;
  }
}
#cnt-video:hover #video-overlay {
  opacity: 1 !important;
  pointer-events: auto;
}
/*--------------------------
*        FORM 
*--------------------------*/
.form-control, .select2-container--bootstrap4 .select2-selection--single, .custom-file-label {
  border-radius: 0;
  border-color: #707070;
  color: var(--primary);
}
.form-control::placeholder, .select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
  color: var(--primary);
}
.input-group-text {
  border-color: #707070;
}
.btn {
  border-radius: 0;
}
.accordion--faq {
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 24px;
}
/*--------------------------
*        FAQ 
*--------------------------*/
.accordionWrapper {
  padding: 0 35px 0 70px;
  margin-bottom: 48px;
}
.accordionWrapper__title {
  line-height: 1;
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.accordionWrapper--gradient {
  border-radius: 8px;
  padding: 40px 35px 40px 70px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--primary)), to(var(--secondary)));
  background: linear-gradient(180deg, var(--primary) 55%, var(--secondary) 100%);
}
@media screen and (max-width: 767px) {
  .accordionWrapper {
    padding: 0;
  }
  .accordionWrapper--gradient {
    padding: 30px 15px;
  }
}
.accordion {
  border-bottom: 1px solid var(--secondary);
}
.accordion__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  line-height: 48px;
  font-weight: 300;
  font-style: italic;
  cursor: pointer;
}
.accordion__header:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-style: normal;
}
.accordion.open .accordion__header {
  color: var(--primary);
}
.accordion__body {
  display: none;
  padding: 1rem;
}
.accordion__body.open {
  display: block;
}
.accordion.open .accordion__header:after {
  content: "\f077";
}
.accordion--faq:last-of-type {
  margin-bottom: 0;
}
.accordion--white .accordion__header {
  border-image-slice: 1;
  border-image-source: linear-gradient(to left, rgba(217, 237, 251, 0), #B2D6F6);
}
.accordion--white .accordion__header:after {
  color: #fff;
}
.accordion--white .accordion__title {
  color: #fff;
}
.accordion--white .accordion__text {
  color: #fff;
}
.accordion--white.open .accordion__header {
  border: none;
}
/*--------------------------
*        SHOP 
*--------------------------*/
#blocco-shop {
  position: relative;
}
/*èViva la Farina*/
.floating-element#griglia_1sx {
  width: 45%;
  animation-name: floatUpDown;
}
.floating-element#griglia_2sx {
  width: 45%;
  animation-name: floatUpDownAlt;
}
.floating-element#griglia_3sx {
  width: 45%;
  animation-name: floatUpDown;
}
.floating-element#griglia_4sx {
  width: 40%;
  animation-name: floatUpDownAlt;
}
.floating-element#griglia_1dx {
  width: 23%;
  animation-name: floatUpDown;
}
.floating-element#griglia_2dx {
  width: 50%;
  animation-name: floatUpDownAlt;
}
.floating-element#griglia_3dx {
  width: 40%;
  animation-name: floatUpDown;
}
/*Olio Extravergine di Oliva Pugliese*/
.floating-element#grigliao_1sx {
  width: 25%;
  animation-name: floatUpDown;
}
.floating-element#grigliao_2sx {
  width: 30%;
  animation-name: floatUpDownAlt;
}
.floating-element#grigliao_3sx {
  width: 30%;
  animation-name: floatUpDown;
  rotate: -27deg;
}
.floating-element#grigliao_4sx {
  width: 42%;
  animation-name: floatUpDownAlt;
}
.floating-element#grigliao_1dx {
  width: 25%;
  animation-name: floatUpDown;
}
.floating-element#grigliao_2dx {
  width: 30%;
  animation-name: floatUpDownAlt;
}
.floating-element#grigliao_3dx {
  width: 30%;
  animation-name: floatUpDown;
}
.floating-element#grigliao_4dx {
  width: 40%;
  animation-name: floatUpDown;
}
#blocco-shop h1, #box-slider h1 {
  font-family: "Raleway", serif;
  font-size: 50px;
  /*line-height: 50px;*/
  font-weight: 500;
  color: var(--primary);
}
#blocco-shop #category-description {
  line-height: 1.25rem;
}
#blocco-shop #category-description h1, #blocco-schedadettaglio h1 {
  font-size: 2em;
  text-align: center;
}
#blocco-shop #category-description h2, #blocco-schedadettaglio h2 {
  font-size: 1.3125rem;
}
#blocco-shop #category-description h3 {
  font-size: 1.125rem;
}
#blocco-shop #category-description ul {
  text-align: left;
  width: fit-content;
  margin: 0 auto 1rem;
}
#blocco-shop .item, #proposte-area .item, #blocco-piu-venduti .item, #blocco-home .item {
  font-size: 18px;
}
#blocco-shop .item .entry-thumb, #proposte-area .item .entry-thumb, #blocco-piu-venduti .item .entry-thumb, #blocco-home .item .entry-thumb {
  max-height: 270px;
  overflow: hidden;
}
#blocco-shop .item h6, #proposte-area .item h6, #blocco-piu-venduti .item h6, #blocco-home .item h6 {
  /*font-size: 18px;*/
  font-weight: 500;
  color: #000000;
}
#blocco-shop .item .price, #proposte-area .item .price, #blocco-piu-venduti .item .price, #blocco-home .item .price {
  font-weight: 700;
  color: var(--primary);
}
#filtri {
  font-family: "Raleway", serif;
  font-weight: 900;
  font-size: 12px;
  color: var(--dark);
}
#backdrop-menu, #backdrop-filtri {
  display: none;
  background-color: hwb(0deg 0% 100% / 40%);
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 100;
  top: 0;
}
body.menu-active #backdrop-menu, body.filtri-active #backdrop-filtri {
  display: block;
}
#menu-opened, #filtri-opened {
  opacity: 0;
  width: 0;
  height: 100vh;
  position: absolute;
  left: 0;
  z-index: 110;
  background-color: #F4F4F4;
  top: 0;
  transition: transform .5s ease-in-out, width .5s ease-in-out, max-height .5s ease-in-out, opacity .5s ease-in-out;
  /* transition: all .5s ease-in-out;  */
  display: flex;
  flex-direction: column;
  /* display:none; */
}
#filtri-opened {
  left: initial;
  right: 0;
}
#menu-opened {
  transform: translateX(-100vw);
}
body.menu-active #menu-opened, body.filtri-active #filtri-opened {
  width: max(300px, min(35vw, 661px));
  opacity: 1;
  transform: translateX(0);
  display: block;
}
#page-content {
  transform: translateX(0);
  transition: all .3s ease-in-out;
}
body.menu-active #page-content {
  /* transform: translateX(85%); */
  transform: translateX(max(200px, min(85%, 300px)));
  transition: all .6s ease-in-out 0.1s;
}
body.filtri-active #page-content {
  /* transform: translateX(85%); */
  transform: translateX(calc(max(200px, min(85%, 300px)) * -1));
  transition: all .6s ease-in-out 0.1s;
}
#menu-opened .container-menu, #filtri-opened .container-menu {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#menu-opened .block-menu, #filtri-opened .block-filtri {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: #F4F4F4; */
  background-color: white;
}
#menu-opened .secondary-panel {
  transform: translate3d(100%, 0, 0);
  transition: all 0.2s ease-in-out;
}
#menu-opened .secondary-panel.transition {
  transform: translate3d(0, 0, 0);
}
#menu-opened .title-box, #filtri-opened .title-box {
  width: 100%;
  background-color: white;
  /* padding: 12px 19px 13px 42px; */
  padding: 20px 20px 10px 15px;
  color: var(--primary);
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: max(18px, min(3.125vw, 22px));
  line-height: 20px;
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#menu-opened .title-box span, #menu-opened .close-menu, .apri-pannello {
  cursor: pointer;
}
#menu-opened .title-box .close-menu i {
  font-size: 32px;
}
#menu-opened .content-box, #filtri-opened .content-box {
  /* margin: 4px 0 0 42px; */
  margin: 4px 0 0 0px;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-height: calc(100% - 64px);
}
#filtri-opened .content-box {
  border-top: 1px solid black;
  padding-left: 0;
  height: 100%;
  box-sizing: content-box;
  overflow-y: hidden;
}
#filtri-opened .content-box #filtra {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#filtri-opened .content-box #filtra .form-content {
  max-height: calc(100% - 50px);
  overflow-y: auto;
}
#filtri-opened .content-box #filtra #contfiltp {
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#filtri-opened .content-box #filtra #contfiltp input {
  height: 40px;
  border: 1px solid #C1C1C1;
}
#filtri-opened .content-box #filtra #contfiltp input, #filtri-opened .content-box #filtra #contfiltp input::placeholder {
  font-size: 14px;
  color: black;
}
#filtri-opened .content-box #filtra #contfiltp #fmin {
  width: calc(100% - 10px);
  text-align: center;
}
#filtri-opened .content-box #filtra #contfiltp #fmax {
  width: calc(100% - 10px);
  text-align: center;
}
#filtri-opened .content-box #filtra .card-custom .custom-input {
  margin-bottom: 10px;
}
#filtri-opened .content-box #filtra .custom-input input {
  display: none;
}
#filtri-opened .content-box #filtra .custom-input label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#filtri-opened .content-box #filtra .custom-input .checkbox-custom {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  position: relative;
  margin-right: 5px;
  box-sizing: content-box;
}
#filtri-opened .content-box #filtra .custom-input input:checked + label .checkbox-custom {
  border-color: var(--primary);
}
#filtri-opened .content-box #filtra .custom-input input:checked + label .checkbox-custom::after {
  content: "";
  position: absolute;
  width: 85%;
  height: 85%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--primary);
  border-radius: 50%;
}
#filtri-opened .content-box #filtra .form-button {
  margin-top: auto;
  padding: 20px 0px;
}
#filtri-opened .tit-filtro {
  font-size: 18px;
  font-weight: bold;
  color: black;
  text-decoration: none;
}
#filtri-opened .form-group a:hover {
  text-decoration: none;
}
#filtri-opened .form-group a[aria-expanded="true"] i {
  transform: rotate(180deg);
}
#filtri-opened .tit-filtro i {
  color: var(--primary);
}
#filtri-opened .form-group {
  margin: 0;
  padding: 17px 20px 20px 15px;
  border-bottom: 1px solid black;
}
#filtri-opened .filtra-button {
  background-color: var(--primary);
  color: white;
  text-transform: uppercase;
  outline: none;
  border: 0;
  max-width: calc(100% - 20px);
  text-align: center;
  margin-inline: auto;
  width: 100%;
  display: block;
  margin-top: auto;
  padding: 10px;
}
#collapseCategorie .riga_filtro_categoria {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--primary);
}
#collapseCategorie .riga_filtro_categoria a {
  color: black;
  text-transform: uppercase;
}
#collapseCategorie .riga_filtro_categoria a h6 {
  font-weight: 400;
  margin-bottom: 0;
}
#collapseCategorie .riga_filtro_categoria a:hover, #collapseCategorie .riga_filtro_categoria a.active {
  color: var(--primary);
}
#collapseCategorie .riga_filtro_categoria .multi-collapse ul {
  margin: .5rem 0 0 2rem;
  padding: 0;
  list-style-type: none;
}
#collapseCategorie .riga_filtro_categoria .multi-collapse ul li a:hover, #collapseCategorie .riga_filtro_categoria .multi-collapse ul li a.active {
  color: var(--primary);
}
#collapseCategorie .riga_filtro_categoria a[aria-expanded="true"] i {
  transform: rotate(180deg);
}
#blocco-piu-venduti h4 {
  font-family: "Raleway", serif;
  font-weight: 900;
  color: var(--primary);
}
#blocco-shopdettaglio .sliderProdotto {
  padding: 1.5rem;
}
#blocco-shopdettaglio .prodottoThumb .swiper-slide {
  border-width: 3px;
  border-color: transparent;
  border-style: solid;
}
#blocco-shopdettaglio .prodottoThumb .swiper-slide.swiper-slide-thumb-active {
  border-color: var(--primary);
}
#blocco-shopdettaglio .prodottoThumb .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#blocco-shopdettaglio h1 {
  font-family: "Raleway", serif;
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
}
#blocco-shopdettaglio .price {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary);
}
#blocco-shopdettaglio form.ccart {
  background-color: var(--primary);
}
#blocco-shopdettaglio form.ccart .form-control {
  background: transparent;
  color: #fff;
  border: 0;
  font-size: 22px;
  padding: 2rem 1rem;
  text-align: center;
}
#blocco-shopdettaglio form.ccart .btn {
  font-family: "Raleway", serif;
  border-width: 4px;
  font-size: 18px;
  font-weight: 700;
  padding: .65rem 1.5rem;
  background: #fff;
  border-radius: 0;
  color: var(--primary);
  margin: 4px;
  width: 96%;
}
#rowarianti .containerButtonTaglia label, #rowarianti .containerButtonColore label {
  position: relative;
  border: 2px solid var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  padding: .5rem;
  cursor: pointer;
}
#rowarianti .containerButtonColore.selezionata label {
  background-color: var(--primary);
  color: #fff;
}
#blocco-schedadettaglio h1, #blocco-schedadettaglio h2 {
  font-family: "Raleway", serif;
  color: var(--primary);
}
+ #blocco-schedadettaglio p img {
  max-width: 100%;
  height: auto;
}
#proposte-area h5, #blocco-piu-venduti h5, #blocco-home h5 {
  font-family: "Raleway", serif;
  color: var(--primary);
}
#blocco-schedadettaglio {
  position: relative;
  overflow: hidden;
}
#blocco-schedadettaglio p img {
  max-width: 100%;
  height: auto;
}
#blocco-schedadettaglio.bg-farina {
  background-color: #f6d271 !important;
  color: #8d6912;
}
#blocco-schedadettaglio.bg-farina h1, #blocco-schedadettaglio.bg-farina h2, #blocco-schedadettaglio.bg-farina h3, #blocco-schedadettaglio.bg-farina a {
  color: #fff !important;
}
#blocco-schedadettaglio.bg-farina .floating-element#scheda_1 {
  width: 35%;
  transform: scaleX(-1);
  rotate: 33deg;
}
#blocco-schedadettaglio.bg-farina .floating-element#scheda_2 {
  width: 35%;
  animation-name: floatUpDown;
  rotate: -35deg;
}
#blocco-schedadettaglio.bg-olio {
  background-color: #73a28b !important;
  color: #0f472c;
}
#blocco-schedadettaglio.bg-olio h1, #blocco-schedadettaglio.bg-olio h2, #blocco-schedadettaglio.bg-olio h3, #blocco-schedadettaglio.bg-olio a {
  color: #fff !important;
}
#blocco-schedadettaglio.bg-olio .floating-element#scheda_1 {
  width: 35%;
  transform: scaleX(-1);
  rotate: 33deg;
}
#blocco-schedadettaglio.bg-olio .floating-element#scheda_2 {
  width: 35%;
  animation-name: floatUpDown;
  rotate: -35deg;
}
/*--------------------------
*     	POSTS 
*--------------------------*/
#blocco-posts h1 {
  font-family: "Raleway", serif;
  color: var(--primary);
  font-size: 78px;
  line-height: 76px;
  font-weight: 700;
}
/*--------------------------
*     	CARRELLO 
*--------------------------*/
#breadcrumb-shop a {
  font-size: 22px;
  font-weight: 700;
  margin: 0 1.5rem;
  color: #000;
  opacity: 0.4;
  text-transform: uppercase;
}
#breadcrumb-shop a.active {
  opacity: 1;
}
#blocco-carrello .item {
  margin-bottom: 40px;
  padding-bottom: 1rem;
}
#blocco-carrello .item:not(:nth-last-of-type(-n+2)) {
  border-bottom: 1px solid #707070;
}
#blocco-carrello .item .price {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
}
#blocco-carrello .item .form-control {
  width: 90px;
  height: 30px;
  background-color: transparent;
  border: 1px solid var(--primary);
  text-align: center;
}
#blocco-carrello .item .del {
  width: 27px;
  height: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
/*#blocco-carrello .item .price,#blocco-carrello .item .price-row,#blocco-carrello .item a.del{
    font-size: 18px;
    font-weight: 700;
    color: var(--primary);
}
#blocco-carrello #dx .controls{ font-size: 22px;}*/
#blocco-carrello .btn, #blocco-carrello #dx .btn, #blocco-confermaordine .btn, #blocco-confermaordine .box-coupon .btn {
  /*font-weight: 700;
  padding: 0.9rem 0;*/
  border-radius: 22px;
  color: #fff;
}
#blocco-carrello .btn.btn-link{ color: #000;}
#blocco-carrello .form-control#codice_coupon, #blocco-confermaordine .form-control#codice_coupon {
  border-radius: 22px;
  border-color: var(--primary);
  color: #000000;
  font-size: 14px;
  height: 42px;
  box-shadow: none;
}
#blocco-carrello #dx .controls.last {
  background-color: #ded5ce;
  border-radius: 22px;
}
#blocco-carrello #dx .controls.last .row:not(:nth-last-of-type(-n+2))::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #fff;
  width: 90%;
  margin: 1% 5%;
}
@-moz-keyframes arrow {
  0%, 100% {
    transform: translate(0, 0)
  }
  50% {
    transform: translate(10px, 0)
  }
}
@-webkit-keyframes arrow {
  0%, 100% {
    transform: translate(0, 0)
  }
  50% {
    transform: translate(10px, 0)
  }
}
@keyframes arrow {
  0%, 100% {
    transform: translate(0, 0)
  }
  50% {
    transform: translate(10px, 0)
  }
}
#freccialert {
  -webkit-animation: arrow 1s ease-in-out infinite;
  animation: arrow 1s ease-in-out infinite;
  color: #d64541;
  display: none;
  font-size: 24px;
  position: absolute;
  left: -2.5rem;
}
#freccialert.required {
  display: block;
}
section#blocco-confermaordine .guestc {
  border-radius: 0;
  color: #645a51;
  border: 1px solid var(--primary);
  font-size: 14px;
  font-weight: 400;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
}
section#blocco-confermaordine button:not(.focused):hover, section#blocco-confermaordine .guestc.focused {
  color: #000 !important;
  border: 1px solid var(--primary) !important;
  background-color: var(--secondary) !important;
}
.guestc {
  display: flex;
  width: 100%;
  height: 44px;
  align-items: center;
  justify-content: center;
  color: #6c757d !important;
  font-weight: 600 !important;
}
.guestc:disabled {
  cursor: default !important;
  background-color: rgba(255, 255, 255, .2) !important;
  color: #cdcdcd !important;
}
/*#gscf, */
#mygst, #mymore, #hcont, #hprev {
  transition: height 0.3s ease-out;
  height: 0;
  overflow: hidden;
  margin-bottom: 6px;
}
#gscf.collapsible.show {
  height: 62px;
}
#mygst.collapsible.show {
  height: auto; /*144px;*/
}
.guestc i {
  display: none;
}
.guestc.focused i {
  color: green;
  font-size: 1rem;
  display: block;
}
#richiedifattura label {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
}
#richiedifattura label input {
  margin-right: 5px;
}
@-moz-keyframes arrow {
  0%, 100% {
    transform: translate(0, 0)
  }
  50% {
    transform: translate(10px, 0)
  }
}
@-webkit-keyframes arrow {
  0%, 100% {
    transform: translate(0, 0)
  }
  50% {
    transform: translate(10px, 0)
  }
}
@keyframes arrow {
  0%, 100% {
    transform: translate(0, 0)
  }
  50% {
    transform: translate(10px, 0)
  }
}
#richiedifattura {
  padding-top: 10px;
}
#richiedifattura #rfc {
  opacity: 0.001;
  position: absolute;
}
#richiedifattura #rfc + label .custom-check-correct + span {
  font-size: 16px;
  text-transform: uppercase;
}
#richiedifattura #rfc + label .custom-check-correct {
  position: relative;
  width: 18px;
  height: 18px;
  background-color: white;
  border: 1px solid black;
  margin-right: 4px;
}
#richiedifattura #rfc + label .custom-check-correct::after {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  left: 0;
  bottom: 0px;
  transform: rotate(0);
  transition: transform 0.2s ease-in-out;
}
#richiedifattura #rfc:checked + label .custom-check-correct::after {
  content: "";
  bottom: 6px;
  transform: rotate(-45deg);
  border-left: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
}
#blocco-confermaordine .spanbox {
  max-width: 100px;
  position: relative;
}
#blocco-confermaordine .spanbox .btn-link {
  /*font-size: 2rem;*/
  display: flex;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: rgb(235 235 235);
  border-radius: 100%;
  margin: 0 auto;
  position: relative;
}
#blocco-confermaordine .spanbox .btn-link.focused {
  opacity: .8;
  box-shadow: 0 0 0 0.2rem rgba(211, 70, 54, 0.25);
  background-color: #34B756 !important;
  color: #fff !important;
}
#blocco-confermaordine .spanbox .btn-link .rotella {
  width: 84px;
  height: 84px;
  padding: 0;
  margin: 0;
  position: absolute;
  display: block;
  top: -2px;
  left: 2px;
  z-index: 2;
  opacity: 0;
  /* background: rgba(255, 0, 0, .4); */
  -webkit-transition: all .8s ease-out;
  -moz-transition: all .8s ease-out;
  -ms-transition: all .8s ease-out;
  -o-transition: all .8s ease-out;
  transition: all .8s ease-out;
}
#blocco-confermaordine .spanbox .btn-link .rotella .fas {
  position: absolute;
  top: 28px;
  right: -12px;
  color: rgba(211, 70, 54, 0.25);
  font-size: 2rem;
}
#blocco-confermaordine .spanbox .btn-link.focused {
  background-color: var(--primary) !important;
}
#blocco-confermaordine .spanbox .btn-link.focused .rotella {
  opacity: 1;
  transform: rotate(90deg);
}
#blocco-confermaordine .spanbox h6 {
  font-size: 0.75rem;
  padding-top: 1rem;
  text-align: center;
}
/*-------------------------
*   MODAL CART
*------------------------*/
#modalCart .modal-content, #imgpreview .modal-content, #modalPopup .modal-content {
  border-radius: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#modalCart .modal-header {
  position: relative;
  border: none;
}
#modalCart .modal-header .close {
  position: absolute;
  right: 5px;
  top: 5px;
}
#modalCart .modal-title {
  margin: 0 auto;
  font-weight: 600;
  color: var(--primary);
}
#modalCart .modal-footer, #imgpreview .modal-footer {
  justify-content: center;
  border: none;
}
#modalCart .modal-footer button, #imgpreview .modal-footer button {
  width: auto;
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
#imgpreview .modal-header {
  display: none;
}
/*--------------------------
*     	FOOTER 
*--------------------------*/
#blocco-trustBox {
  background: url("/media/fascia-icone.png") no-repeat center;
  padding: 1rem 0;
  background-size: cover;
}
footer {
  padding: 30px 0;
  font-size: 12px;
  color: #fff;
}
footer a, footer h5 {
  color: #fff;
}
footer h5 {
  text-transform: uppercase;
}
#blocco-mailing {
  background: #EFEFEF;
  padding: 20px 0;
}
#blocco-mailing h2 {
  font-size: 34px;
  line-height: 36px;
  color: #000000;
}
#signup .form-group .form-control {
  font-weight: 700;
  border: 0;
  height: 60px;
}
/*#signup .custom-checkbox .custom-control-label::before, .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  margin-top: -0.25rem;
}*/
#signup .btn-primary {
  line-height: 16px;
  font-weight: 700;
  width: 100%;
  height: 42px;
  color: #fff;
}
.modal#privacy .modal-content {
  font-size: 14px;
  padding-block: 3%;
  border-radius: 0;
  border: 4px solid var(--primary);
}
.modal#privacy .modal-content .modal-header {
  border: 0;
  justify-content: center;
  padding: 1rem 0 0;
}
.modal#privacy .modal-content .modal-header .modal-title {
  font-weight: 700;
  color: var(--primary);
}
.modal#privacy .modal-content .modal-body {
  padding-inline: 4rem;
  text-align: center;
}
.modal#privacy .modal-content .modal-body .btn {
  float: none !important;
}
.modal#privacy .modal-content .modal-footer {
  display: none;
}
@media (max-width: 1200px) {
  #mess p {
    margin-top: 2.5rem;
  }
}
@media (max-width: 992px) {}
@media (max-width: 768px) {}
@media (max-width: 576px) {
  #smallacc .label, #smallcart .label, #dropdownMenuLink .label {
    display: none;
  }
  #testo-home {
    margin: 65px 0;
  }
  #box-slider .container-fluid {
    height: 30vh;
  }
  #blocco-shop h1, #box-slider h1 {
    font-size: 32px;
    margin: 0.5rem 1rem;
    font-weight: 700;
  }
  #blocco-shop .item h6 {
    font-size: 14px;
  }
  #blocco-posts h1 {
    font-size: 52px;
    line-height: 52px;
  }
}
#messenger-button span {
  font-size: 10px;
  display: none;
  line-height: 11px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #messenger-button span {
    display: block;
  }
}
#messenger-button {
  position: fixed;
  background-color: rgb(0 0 0 / 100%);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  right: max(10px, min(0.5vw, 30px));
  padding: 10px;
  bottom: 50px;
  border-radius: 50%;
  width: max(40px, min(7vw, 65px));
  height: max(40px, min(7vw, 65px));
  box-sizing: content-box;
  z-index: 1000;
}
#messenger-button i {
  font-size: max(28px, min(4.8vw, 34px));
  animation: bellAnimation 10s infinite;
}
#messenger-button:hover {
  text-decoration: none;
}
@keyframes bellAnimation {
  0% {
    transform: rotate(0deg);
  }
  3% {
    transform: rotate(-15deg);
  }
  6% {
    transform: rotate(15deg);
  }
  9%, 100% {
    transform: rotate(0deg);
  }
}