@font-face{
  font-family: 'charlotteregular';
  src: url('/themes/leo_coffe/assets/fonts/charlotte-webfont.eot');
  src: url('/themes/leo_coffe/assets/fonts/charlotte-webfont.eot?#iefix') format('embedded-opentype'),
       url('/themes/leo_coffe/assets/fonts/charlotte-webfont.woff2') format('woff2'),
       url('/themes/leo_coffe/assets/fonts/charlotte-webfont.woff') format('woff'),
       url('/themes/leo_coffe/assets/fonts/charlotte-webfont.ttf') format('truetype'),
       url('/themes/leo_coffe/assets/fonts/charlotte-webfont.svg#charlotteregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.img-col-tabs.ApColumn, .img-col-tabs.ApColumn > div{
    max-height: 560px;
    overflow: hidden;
}
.img-col-tabs.ApColumn img {
    object-fit: cover;
    height: 100% !important;
    width: 100% !important;
    max-height: 560px;
}
.icon-tazzina-bianca{
font-size:18px !important;
}
.font-charlotte{
  font-family:'Playfair Display';
  font-weight: 500;
}
body, p{
  color: #232323;
}
a.btn:focus{
  color: #81a479 !IMPORTANT;
  font-weight: bold;
}
.align-left{
  text-align: left;
}
.flex{
  display:flex;
  flex-wrap: wrap;
}
.flex-no-wrap{
  flex-wrap: nowrap;
}
.flex-row{
  flex-direction: flex;
}
.row-reverse{
  flex-direction: row-reverse;
}
.block.ApRawHtml p {
    font-size: 18px;
}
.titolo-card-homepage {
    font-size: 30px;
    font-family: 'Poppins';
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 30px;
}
.figure-radius{
  overflow: hidden;
  display: flex;
  width: 100%;
}
.figure-radius img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.justify-content-space-between{
  justify-content: space-between;
}
.align-items-center{
  align-items: center;
}
.align-items-flex-start{
  align-items: flex-start;
}
.bg-grey{background: #ECEBEB;}
.bg-green{background: #81A479;}
.normal{font-weight: 500;}
.bold{font-weight: 600;}
.align-center{text-align:center;}
.col-50{width:50%;}
.border-radius-25{border-radius:25px;}
.column-gap-12px{column-gap:12px;}
.margin-bottom-20px{
  margin-bottom: 20px;
}
.lf-visor-bg{
  text-align: center;
  background: none;
  position: relative;
  overflow: hidden;
}
.lf-visor-bg > div > .ApColumn{
  position: initial;
}
.figure-bg-video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.figure-bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.visor-container-txt h1{
  font-size: 130px;
}
.block_content h2 {
    font-size: var(--size-h2);
    font-family: 'Playfair Display';
    margin-bottom: 30px;
    font-weight:500;
}
.block_content p{
  font-size:16px;
}
.visor-container-txt p{
  font-size: 28px;
  line-height: 1.2;
}
.bianco{
  color:#ffffff;
}
.container-big{
  width: 100%;
  max-width: 1440px;
  padding: 0;
}
#wrapper > .container{
  width: 100%;
}
#content .container, #content .container-big{
  margin-left: auto;
  margin-right: auto;
}
.btn-white .btn{
  background: #ffffff;
  color: #000000 !important;
  font-weight: 600;
  border-color: #ffffff;
}
.btn-white .btn:hover, .btn-white .btn:focus, .btn-white .btn:active {
    background: var(--bg-btn-type-1) !important;
    /* color: #ffffff !important; */
}
.ApQuicklogin * {
    color: #000 !important;
}
.ApQuicklogin img {
    filter: invert(1);
}
.three-blocks-container{
  display: flex;
  gap: 45px;
  flex-wrap: wrap;
}
.three-blocks-container:after{
  content: none;
}
.three-blocks-container > .ApColumn{
  padding-left: 0;
  padding-right: 0;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 0 !important;
  width: calc(33% - 26.5px);
  aspect-ratio: 1;
  overflow: hidden;
}
.three-blocks-container > .ApColumn .block{
  margin-bottom: 0 !important;
}
.three-blocks-container > .ApColumn > .block.ApHtml{
  margin-left: 25px;
  margin-right: 25px;
}
.three-blocks-container > .ApColumn > .img-absolute-bottom{
  margin-bottom: 0;
}
.three-blocks-container h3{
  font-size: 28px;
}
.three-blocks-container .AppButton{
  text-align:center;
}
.three-blocks-container .AppButton > .btn{
  font-weight: bold;
}
.badge-box-gold, .badge-box-platinum{
  padding: 40px;
  margin-bottom: 0 !important;
  border-radius: 25px;
}
.block.badge-box-platinum.ApHtml {
    background-color: #EBE5DA;
}
.block.badge-box-gold.ApHtml {
    background-color: #fff;
}
.badge-box-gold p, .badge-box-platinum p{
  margin-bottom: 0;
}
.badge-box-gold ul, .badge-box-platinum ul{
  margin-top: 15px;
  padding-top: 15px;
  padding-left: 0;
  border-top: 1px solid #C9C9C9;
  margin-bottom: 0;
}
.badge-box-container{
  display: flex;
}
.badge-box-container .badge-box-small{
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
  gap: 15px;
}
.badge-box-container .badge-box-big{
  width: 50%;
}
.badge-box-gold ul li, .badge-box-platinum ul li{
  display:flex;
  margin-bottom:10px;
  font-size: 16px;
  line-height: 1.4;
text-align:left;
}
.badge-box-gold ul li b, .badge-box-platinum ul li b,
.badge-box-gold ul li strong, .badge-box-platinum ul li strong{
  display: contents;
}
.badge-box-gold ul li:before, .badge-box-platinum ul li:before{
  content: "";
  margin-right: 8px;
  width: 24px !important;
  height: 15px;
  background-image: url(/shop/themes/leo_coffe/assets/img/loyalty/tazza_verde.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: -1px;
  margin-left: 2px;
  position: relative;
  top: 4px;
}
.bg-green ul li:before{
  filter: brightness(0) invert(1);
}
.badge-box-gold ul li span, .badge-box-platinum ul li span{
  width: 100%;
}
.badge-box-gold h4 {
    font-size: 24px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-around;
text-align: left;
}
.special-word-big {
    font-family: 'Playfair Display';
    font-weight: 500;
    font-size: 70px;
    display: block;
}
.badge-box-platinum h4{
  font-size: 24px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 15px;
 justify-content: space-around;
text-align: left;
}
.special-word-bigger{
  font-family: 'Playfair Display';
  font-weight: 500;
  font-size: 70px;
}
.badge-box-gold p, .badge-box-platinum p {
    font-size: 18px;
    text-align: left;
}
.badge-box-gold .block_content:after{
  content: url(/themes/leo_coffe/assets/img/loyalty/friends.svg);
  width: 30%;
  text-align: right;
}
.badge-box-platinum .block_content:after{
  content: url(/themes/leo_coffe/assets/img/loyalty/family.svg);
  width: 30%;
  text-align: right;
}
.badge-box-gold .block_content, .badge-box-platinum .block_content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.badge-box-gold .badge-box-text, .badge-box-platinum .badge-box-text{
  width: 100%;
}
.nav-tabs{
  padding-left: 0;
}
.nav-tabs .nav-link{
  background: transparent !important;
  color: #23232350;
  font-size: 36px;
  font-weight: 500;
  border: none !important;
  transition: 0.5s;
  padding-right: 15px;
}
.nav-item .nav-link.active, .nav-item .nav-link.active:focus {
    color: #e2c89e;
    font-size: 48px;
}
.nav-item .nav-link.active:before{
  content: "";
  background-image: url(/shop/themes/leo_coffe/assets/img/loyalty/tazza_verde.svg);
  display: inline-block;
  width: 65px;
  height: 41px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.tab-content .tab-pane.active{
  display: flex;
}
.tab-content .tab-pane.active > div{
  width: 60%;
  margin-bottom: 10px;
  padding:20px;
  border-radius:12px;
  background-color:#FFF;
}
.tab-content .tab-pane.active > div .block_content{
margin:0;}
.tab-content .tab-pane.active > div.ApImage{
  max-width: 330px;
  margin-top: -45px;
  margin-bottom: 0;
}
.tab-content .tab-pane.active .block_content > div a{
  width: fit-content;
}
.tabs-coffee-lovers .tab-content{
  float: none;
  width: 66.66%;
}
.tabs-left .nav-tabs{
  border-color:#C9C9C9;
  border-left: 25px solid #EDEDED;
  border-right: 0;
  float: none;
  width: 33.33%;
}
.nav-item .nav-link{
  padding-top: 0;
  padding-left: 15px;
}
.nav-tabs .nav-item:last-of-type .nav-link{
  padding-bottom: 0;
}
.ApQuicklogin {
    height: auto;
    background: #ede5da;
    border-radius: 25px;
    padding: 40px;
}
.ApQuicklogin.logged{
  display: none;
}
.ApQuicklogin .lql-social-login{
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ApQuicklogin .lql-social-login button{
  margin-top: 0;
  margin-right:0;
  margin-left: 20px;
}
.ApQuicklogin .lql-social-login.clearfix::after, .leo-quicklogin-form.html:after{
  content: none;
}
.ApQuicklogin .lql-social-login .lql-social-login-title{
  margin-bottom:0;
}
.ApQuicklogin .lql-social-login .lql-social-login-title{
  margin-bottom: 0;
  font-weight: 400;
  color: #ffffff;
}
.leo-quicklogin-form{
  margin-left: 0;
  margin-top: 15px;
}
.leo-quicklogin-form.html{
  display: flex;
  column-gap: 20px;
}
.leo-form.leo-form-active{
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 40px;
}
.container-center-txt{
  text-align: center;
}
.ApQuicklogin .leo-register-title{
  color: #ffffff;
  line-height: 1;
  margin-top: 5px;
}
.btn-register{
  margin-top: 40px;
}
.ApQuicklogin .post-button{
  width: 100%;
}
.lql-form-bt{
  width:auto;
}
.ApQuicklogin .child-element{
  width: auto;
  margin-bottom: 0;
}
.leo-login-title .title-both{
  font-family: "Raleway", serif;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  margin-top: 5px;
}
.ApQuicklogin .lql-form-content input{
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom-color: #ffffff70;
  background: transparent;
  color: #ffffff;
  outline: none;
}
.ApQuicklogin .lql-form-content input::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  font-weight: 100;
  opacity: 1; /* Firefox */
}
.ApQuicklogin .lql-form-content input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
  color: #000;
  font-weight: 100;
}
.ApQuicklogin .lql-form-content input::-ms-input-placeholder{ /* Microsoft Edge */
  color: #000;
  font-weight: 100;
}
.ApQuicklogin .child-element.post-forgot > a{
  font-size: 12px;
  color: #ffffff;
  text-decoration: underline;
}
.ApQuicklogin .child-element.post-forgot > a:hover{
  color: #ffffff;
  text-decoration: none;
}
.ApQuicklogin .child-element.post-forgot > a:hover{
  color: #ffffff;
  text-decoration: none;
}
.section-login-or-account > .col-50.col-user-txt{
  padding-left: 40px;
  padding-top: 25px;
}
.name-user{
  display: block;
  font-size: 28px;
  margin-bottom: 10px;
}
.black-coffee-bean:before, .white-coffee-bean:before{
  content: url(/themes/leo_coffe/assets/img/modules/appagebuilder/images/chicco-1-small.png);
  display: inline-block;
  width: 16px;
  top: 3px;
  position: relative;
}
.white-coffee-bean:before{
  filter: brightness(0) invert(1);
}
.leo-megamenu .navbar-nav > li.active > a span{
  display: initial;
}
.btn.disabled{
  pointer-events: none;
}
.custom-loader{
  width:35px;
  height:35px;
  border-radius:50%;
  border:8px solid;
  border-color:#ECEBEB;
  border-right-color: #81A479;
  animation:s2 1s infinite linear;
}
.submit-loader-container{
  display: flex;
  align-items: center;
  gap: 15px;
}
.bg-col-cust{
  margin-bottom: 0 !important;
}
.right-pad-30{
  padding-right: 30px;
}
.left-pad-30{
  padding-left: 30px;
}
.tabs-coffee-lovers{
  margin-bottom: 150px;
}
.tabs-coffee-lovers > .block_content{
  display: flex;
}
.img-w-auto img{
  float: none;
  width: auto !important;
  margin-bottom: 30px;
  max-width: calc(100% - 25px);
}
.bg-image-block{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  display: flex;
}
.bg-image-block:after{
  content: "";
  background: #00000050;
  height: 100%;
  width: 100%;
  position: absolute;
}
.bg-image-block > img{
  float: none !important;
  object-fit: cover;
}
.icon-tazzina-bianca:before{
  content: "";
  display: inline-block;
  background-image: url(/shop/themes/leo_coffe/assets/img/loyalty/tazza_bianca.svg);
  width: 24px;
  height: 15px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: -1px;
  margin-left: 2px;
}
@keyframes s2{to{transform: rotate(1turn)}}
.has-success .form-control-label{
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.tab-content .tab-pane.active .block_content, .tab-content .tab-pane.active .block_content > div{
  height: 100%;
}
.tab-content .tab-pane.active .block_content > div{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 10px;
}
.button-show-mobile{
  display: none;
}
#consent-1, #consent-2, #consent-3 {
    min-width: 12px;
    max-width: 12px;
}
.col-100{
    width: 100%;
}
@media screen and (max-width: 1620px){
  .tabs-left .nav-tabs{
    width: 40%;
  }
  .tabs-coffee-lovers .tab-content{
    width: 60%;
  }
}
@media screen and (max-width: 1440px){
  .container-big{
    padding-left: 15px;
    padding-right: 15px;
  }
  .nav-item .nav-link.active:before{
    width: 45px;
    height: 31px;
    background-size: 100%;
  }
  .tab-content .tab-pane.active > div{
    width: 100%;
  }
  .tabs-coffee-lovers{
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1260px){
  .nav-item .nav-link.active, .nav-item .nav-link.active:focus {
    font-size: 42px;
  }
  .nav-item .nav-link.active:before {
    width: 35px;
  }
  .section-tabs-verg > .row > .ApColumn.img-col-tabs {
    width: 40%;
  }
  .section-tabs-verg > .row > .ApColumn {
    width: 60%;
  }
}
@media screen and (max-width: 1155px){
  .three-blocks-container > .ApColumn{
    width: calc(33% - 27px);
  }
}
@media screen and (max-width: 1100px){
  .nav-item .nav-link.active{
    font-size: 44px;
  }
}
@media screen and (max-width: 1023px){
  .three-blocks-container{
    gap: 15px;
  }
  .three-blocks-container > .ApColumn {
    width: calc(33% - 7px);
  }
  .three-blocks-container .ApColumn .ApImage img{
    width: 50%;
  }
  .three-blocks-container .ApColumn.bg-green .ApImage img{
    width: 50% !important;
    float: none;
  }
  .badge-box-container{
    flex-wrap: wrap;
    gap: 15px;
  }
  .badge-box-container > div{
    width: 100%;
  }
  .section-tabs-verg > .row > .ApColumn{
    width: 100%;
  }
  .tabs-coffee-lovers .nav-tabs{
    float: none;
    width: 100%;
  }
  .tabs-coffee-lovers .nav-tabs{
    width: auto;
    float: none;
    display: flex;
    flex-wrap: wrap;
    border-right: 0;
    padding-left: 15px;
  }
  .tabs-coffee-lovers .tab-content{
    margin-top: 50px;
    width: 100%;
  }
  .tabs-coffee-lovers .nav-tabs .nav-link{
    padding: 10px 15px;
  }
  .nav-item .nav-link.active{
    font-size: 36px;
    top: -7px;
    position: relative;
  }
  .badge-box-container .badge-box-small, .badge-box-container .badge-box-big{
    width: 100%;
  }
  .badge-box-small > .ApButton {
    display: none;
  }
  .button-show-mobile {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
  .section-tabs-verg > .row > .ApColumn.img-col-tabs{
    display: none;
  }
  .tabs-left .nav-tabs li{
    width: 100%;
  }
  .section-tabs-verg .img-w-auto {
    display: flex;
    justify-content: center;
  }
  .section-tabs-verg .block_content h2{
    text-align: center !important;
  }
  .section-tabs-verg > .ApRow {
    margin-top: 50px !important;
  }
  .section-faq-verg {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

@media screen and (max-width: 900px){
  .leo-quicklogin-form.html{
    flex-wrap: wrap;
    row-gap: 15px;
  }
  .leo-form.leo-form-active{
    width: 100%;
  }
  .submit-loader-container{
    flex-wrap: wrap;
  }
  .three-blocks-container{
    justify-content: center;
  }
  .three-blocks-container > .ApColumn{
    width: calc(50% - 7.5px);
  }
}
@media screen and (max-width: 767px){
  .form-group{
    margin-bottom: 1rem;
  }
  .ap-accordion .panel-default .panel-title{
    padding: 30px 50px 30px 25px;
  }
  .ap-accordion .panel-default .panel-title a:before{
    right: 15px !important;
  }
  .section-login-or-account{
    flex-wrap: wrap;
  }
  .section-login-or-account .col-50{
    width: 100%;
  }
}
@media screen and (max-width: 650px){
  .three-blocks-container > .ApColumn{
    width: 70%;
  }
  .tabs-coffee-lovers > .block_content{
    flex-wrap: wrap;
  }
  .tabs-coffee-lovers .nav-tabs{
    width: 100%;
    padding-left: 0;
    border-left: 0;
  }
  .tabs-left .nav-tabs li{
    width: 50%;
    margin-left: 0 !important;
    text-align: center;
  }
  .tab-content .tab-pane.active div {
    text-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 550px){
  .container{
    padding: 0 15px;
  }
  .three-blocks-container{
    gap: 15px;
  }
  .three-blocks-container > .ApColumn > .block.ApHtml{
    margin-left: 12.5px;
    margin-right: 12.5px;
  }
  .three-blocks-container > .ApColumn > .block.ApHtml h3{
    font-size: 24px;
  }
  .visor-container-txt h1{
    font-size: 50px;
  }
  .lf-visor-bg{
    padding-left: 15px;
    padding-right: 15px;
  }
  .margin-top-mobile-section > .row{
    padding-top: 50px !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .padding-top-0-mobile > .row{
    padding-top: 0 !important;
  }
  .margin-bottom-50-mobile > .row{
    margin-bottom: 50px !important;
  }
  .nav-tabs .nav-item + .nav-item{
    margin-left: 0;
  }
  .tabs-coffee-lovers .nav-tabs .nav-link{
    text-align: center;
  }
  .block_content h2{
    font-size: 30px;
  }
  .ApQuicklogin, .leo-form.leo-form-active{
    padding: 25px;
  }
  .ApColumn{
    padding-left: 0;
    padding-right: 0;
  }
.menu-secondario.ApColumn{padding-right: 40px;}
  .ApQuicklogin .post-button > div{
    width: 100%;
    text-align: center;
  }
  .ApQuicklogin .post-button{
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
  }
  .tab-content .tab-pane.active > div.ApImage{
    margin-top: 0;
  }
  .ap-accordion .panel-default > .panel-heading + .panel-collapse .panel-body{
    padding: 0 25px 30px;
  }
  .badge-box-gold .block_content:after, .badge-box-platinum .block_content:after{
    display: none;
  }
  .badge-box-gold, .badge-box-platinum{
    padding: 25px;
  }
  .badge-box-gold .badge-box-text, .badge-box-platinum .badge-box-text{
    width: 100%;
  }
}
@media screen and (max-width: 439px){
  .three-blocks-container > .ApColumn{
    width: 100%;
  }
  .nav-item .nav-link, .nav-item .nav-link.active, .nav-item .nav-link.active, .nav-item .nav-link.active:focus{
    font-size: 32px;
  }
}

#index .header-top {
    background-color: transparent !important;
    position: fixed;
    width: 100%;
    z-index: 99;
    /* display: none; */
}
#index header#header:not(.show-displaynav) .menu-primario a, #index header#header:not(.show-displaynav) .menu-secondario a {
    color:#FFF;
}
#index header#header:not(.show-displaynav) .open-menu .material-icons{
    color:#FFF;
}

#index .header.ApRow.has-bg.bg-boxed {margin-top: 32px;}

#index .show-displaynav .header.ApRow.has-bg.bg-boxed {
    margin-top: 0;
}

.row.w-container.margin-auto.flex.flex-wrap.align-items-center.padding60top.ApRow.has-bg.bg-boxed > div {
padding:0;
}
.row.w-container.margin-auto.flex.flex-wrap.align-items-center.padding60top.ApRow.has-bg.bg-boxed > div + div {
    width: 45%;
}
.row.w-container.margin-auto.flex.flex-wrap.align-items-center.padding60top.ApRow.has-bg.bg-boxed {
    justify-content: space-between;
}
.row.w-container.margin-auto.flex.flex-wrap.align-items-center.padding60top.ApRow.has-bg.bg-boxed:after {
display:none;
}

.AppButton.align-center.ApButton {
    position: relative;
    z-index: 6;
}
.slick-arrows {
    min-height: 40px;
    position: relative;
    max-width: var(--w-container);
    margin: 80px auto -85px;
}
.slick-arrows .slick-arrow.slick-prev:before {
    content: "arrow_back";
   font-size: 20px;
    font-family: 'Material Icons';
    padding: 0;
    text-transform: initial;
    /* color: #FFFFFF; */
    font-weight: 400;
    background: var(--bg-btn-type-1);
    border: 2px solid #EDD9B966;
    letter-spacing: 0px;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 100%;
    box-shadow: 0 0 0px 3px #e2c89e30;
    width: 30px;
    height: 30px;
    line-height: 25px;
    text-align: center;
}

.slick-arrows .slick-arrow.slick-next:before {
    content: "arrow_forward";
   font-size: 20px;
    font-family: 'Material Icons';
    padding: 0;
    text-transform: initial;
    /* color: #FFFFFF; */
    font-weight: 400;
    background: var(--bg-btn-type-1);
    border: 2px solid #EDD9B966;
    letter-spacing: 0px;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 100%;
    box-shadow: 0 0 0px 3px #e2c89e30;
    width: 30px;
    height: 30px;
    line-height: 25px;
    text-align: center;
}

.slick-arrows .slick-arrow.slick-prev:hover:before {
    background: var(--bg-btn-type-1-h) !important;
}
.visore-hero, .visore-hero .ApImage, .visore-hero > div {
    height: 100vh;
    margin: 0 ;
    padding: 0 !important;
}
.visore-hero .ApImage img {
    height: 100vh !important;
    width: 100% !important;
    object-fit: cover;
    border-radius: 0;
}
.visore-hero h1 {
    color: #fff;
    font-size: var(--size-h2);
    line-height: var(--lineH-h2);
    font-family: "Playfair Display", serif;
    font-weight: 400;
    margin: 0;
    z-index: 8;
    text-transform: none;
    width: 100%;
    transition: all .35s;
    position: relative;
    text-align: center;
    max-width: 100%;
    margin-bottom: 40px;
}
/*.visore-hero .ApImage:before {
    width: 120%;
    height: 100%;
    content: '';
    background: transparent linear-gradient(180deg, var(--unnamed-color-00000000) 0%, #000000 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #00000000 60%, #000000 100%) 0% 0% no-repeat padding-box;
    display: block;
    position: absolute;
    opacity: 0.6;
    top:0;
    left:0;
}*/

.visore-hero .ApImage:before {
    content: '';
    background: transparent linear-gradient(0, #19191900 0%, #000000B7 100%) 0% 0% no-repeat padding-box;
    opacity: 0.7;
    top: 0;
    height: 300px;
    width: 100%;
    position: absolute;
    display: block;
}

.visore-hero .ApImage:after {
    content: '';
    background: transparent linear-gradient(180deg, #19191900 0%, #000000B7 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    bottom: 0;
    height: 300px;
    width: 100%;
    position: absolute;
    display: block;
}

.visore-hero .image_description {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 60px;
}
#wrapper .breadcrumb {
    background: transparent;
    padding: 0;
    position: relative;
    margin: 30px 0 15px;
    text-align: left;
    z-index: 2;
    width: 100%;
}

#wrapper > .container, #content-wrapper  {
    padding:0;
}
.ap-accordion .panel-default {
    border: 1px solid #e2c89e50 !important;
}

/* From Uiverse.io by KSAplay */ 
.audio-hover{cursor:pointer;}
.loader-audio {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
}

.loader-audio::before{
  position: absolute;
  content: "";
  bottom: 72px;
  left: 37px;
  height: 40px;
  width: 40px;
  border: 3px solid #ffffff60;
  border-radius: 50%;
  opacity: 1;
  z-index: 2;
}


.loader-audio::after {
  position: absolute;
  content: "";
  bottom: 85px;
  left: 50px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  opacity: 1;
  animation-delay: 1s;
  background: #FFFfff95;
}

.loader-audio:hover:after {
  /* animation: loader_79178 2s linear infinite; */
}
.loader-audio.active:before {
  animation: loader_79178 2s linear infinite;
}
@keyframes loader_79178 {
  0% {
    border: 5px solid #ffffff60;
    transform: scale(0);
    opacity: 1;
  }

  100% {
    border: 0 solid #ffffff60;
    transform: scale(2);
    opacity: 0;
  }
}

.loader-audio > .block:before {
    content: 'Immergiti nel rituale';
    position: absolute;
    bottom: 80px;
    left: 90px;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 100;
}

.row.w-container.margin-auto.flex.flex-wrap.align-items-center.padding60top.ApRow.has-bg.bg-boxed > div.loader-audio + div {
    width: 30%;
}

.sfondo-titolo-capsule {
    background-image: url(/shop/themes/leo_coffe/assets/img/background-e-maschere-prodotti/capsule-bg-cat.svg) !important;
    background-position: center !important;
}
a.btn-grey {
    margin-left: 10px;
}
a.btn-grey  .btn {
    background: #E2DDD8 !important;
}


@media screen and (max-width:1440px){
.menu-secondario.ApColumn{
        padding-right: 0px;
    }
#wrapper > .container > .row {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}
 #content > .row {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
}
.slick-arrows .slick-arrow.slick-prev {
    left: 25px;
}
.slick-arrows .slick-arrow.slick-next {
    right: 25px;
}
    div#prefooter {
        background-color: #f8f5f0 !important;
        margin: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width:1023px){
.row.w-container.margin-auto.flex.flex-wrap.align-items-center.padding60top.ApRow.has-bg.bg-boxed > div {
    padding: 0;
    width: 100%;
}
.row.w-container.margin-auto.flex.flex-wrap.align-items-center.padding60top.ApRow.has-bg.bg-boxed > div.loader-audio + div {
    width: 100%;
}
.row.w-container.margin-auto.flex.flex-wrap.align-items-center.padding60top.ApRow.has-bg.bg-boxed {
    justify-content: space-between;
    flex-direction: column-reverse;
}
.row.w-container.margin-auto.flex.flex-wrap.align-items-center.padding60top.ApRow.has-bg.bg-boxed > div + div {
    width: 100%;
}
.titolo-card-homepage {
    font-size: 24px;
    font-family: 'Poppins';
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
}
.block.ApRawHtml p {
    font-size: 16px;
}
}
@media screen and (max-width:559px){
a.btn-grey {
    margin-top: 20px;
    margin-left:0;
    display: inline-block;
}
}

@media screen and (min-width:1240px) and (max-width:1620px){
section#wrapper > .container {
    width: 100% !important;
    max-width: 100% !important;
}
.visore-hero {
    width: calc(100% + 30px);
    margin-left: -15px !important;
}
}

@media (max-width: 450px) {
    .loader-audio::before {
        left: 8px;
        bottom: 25px;
    }

    .loader-audio::after {
        bottom: 37px;
        left: 20px;
    }

    .loader-audio > .block::before {
        left: 60px;
        bottom: 36px;
    }
}