@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;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 16, 2023 */
@font-face{
  font-family: 'holly_jollyregular';
  src: url('holly_jolly-webfont.eot');
  src: url('holly_jolly-webfont.eot?#iefix') format('embedded-opentype'),
       url('holly_jolly-webfont.woff2') format('woff2'),
       url('holly_jolly-webfont.woff') format('woff'),
       url('holly_jolly-webfont.ttf') format('truetype'),
       url('holly_jolly-webfont.svg#holly_jollyregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* body{
  background-color: red !important;
} */
.flex{
  display: flex;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-column{
  flex-direction: column;
}
.justify-content-space-between{
  justify-content: space-between;
}
.justify-content-center{
  justify-content: center;
}
.align-items-center{
  align-items: center;
}
.gap15px{
  gap: 15px;
}
.col-20{
  width: 20%;
}
.col-50{
  width: 50%;
}
.col-100{
  width: 100%;
}
.gap15px .col-20{
  width: calc(20% - 12px);
}
.pointer{
  cursor: pointer;
}
.bold{
  font-weight: bold;
}
.margin-20-top{
  margin-top: 20px;
}
.display-block{
  display: block;
}
.super-hidden{
  display: none !important;
}
.abb-selected-item > h5,
.mc-selected-item > h5,
.om-selected-item > h5,
.frm-selected-item > h5{
  color: red;
}
.container-choices, #select-prodotti{
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin: 50px 0 30px 0;
}
#select-prodotti{
  gap: 25px;
}
.container-choices > div, .choose-prod{
  line-height: 1;
  width: calc(20% - 24px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #2323233F;
  border-radius: 20px;
  cursor: pointer;
  padding: 5px 5px 5px 15px;
  column-gap: 15px;
}
#containerFormula .container-choices > div > div:not(.choice-data-cont){
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  column-gap: 15px;
}
.container-choices > div{
  width: calc(33% - 19px);
}
.container-choices.cont-choices-2 > div{
  width: calc(50% - 15px);
}
.container-choices h5{
  margin-bottom: 0;
}
#containerFormula .scelta_frequency{
  display: none;
}
#containerFormula.capsule .capsule, #containerFormula.macchina .macchina{
  display: flex;
  flex-direction: column;
}
.choose-prod{
  position: relative;
  justify-content: center;
  padding: 5px;
  width: calc(25% - 19px);
  gap: 0;
}
.choose-prod img{
  border-radius: 20px;
}
.choose-prod > span{
  line-height: 1.1;
  color: #2323233F;
  font-size: 50px;
}
.modal-prod{
  position: fixed;
  z-index: 999;
  background: #00000050;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
}
.modal-prod-cont{
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: #ffffff;
  padding: 90px 20px;
  border-radius: 20px;
}
.modal-prod-cont .row{
  display: flex;
}
.modal-title{
  margin-bottom: 60px;
}
.modal-title h2{
  font-size: 28px;
  color: #3B5834;
}
.modal-title p{
  font-size: 20px;
}
.close-modal{
  position: absolute;
  top: 15px;
  right: 25px;
  border: 1px solid #3B5834;
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
}
.close-modal > span{
  color: #232323;
  font-size: 18px;
  font-weight: bold;
}
.prod-name-choose{
  font-size: 18px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 10px;
  border-radius: 20px;
  font-weight: 700;
  color: #000000;
}
.font-charlotte{
  font-family: 'charlotteregular';
  font-weight: 500;
}
.special-word-bigger{
  font-family: 'charlotteregular';
  font-weight: 500;
  font-size: 80px;
  line-height: 1;
  margin-top: 15px;
}
.darkgreen, .special-word-bigger-darkgreen{
  color: #3B5834;
}
#module-gbssubscription-configure #content{
  background: #F5F5F5;
  border: 1px solid #2323233F;
  padding: 45px 45px 70px;
}
.price-cont-block-choice{
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.container-choices img{
  mix-blend-mode: multiply;
  height: 120px;
  width: auto !important;
  max-width: none;
  border-radius: 20px;
}
.title-block-choice{
  font-size: 20px;
}
.container-choices{
  font-size: 16px;
}
.price-block-choice .darkgreen{
  font-size: 24px;
  font-weight: bold;
}
#containerProdotti .scelta_product{
  display: flex;
}
.choice-title{
  padding-left: 40px;
  position: relative;
}
.container-choices .choice-title:before{
  content: "";
  position: absolute;
  width: 30px;
  aspect-ratio: 1;
  background: #81A47950;
  border-radius: 10px;
  display: flex;
  align-self: flex-start;
  top: -5px;
  left: 0;
}
.container-choices > .abb-selected-item .choice-title:before,
.container-choices > .mc-selected-item .choice-title:before,
.container-choices > .om-selected-item .choice-title:before,
.container-choices > .frm-selected-item .choice-title:before{
  font-family: 'Material Icons';
  content: "\e876";
  color: #ffffff;
  font-size: 25px;
  align-items: center;
  justify-content: center;
  background: #81A479;
}
.container-choices > .abb-selected-item,
.container-choices > .mc-selected-item,
.container-choices > .om-selected-item,
.container-choices > .frm-selected-item{
  background: #ffffff;
  border-color: #3B5834;
  position: relative;
}
.choice-data-cont{
  display: flex;
  width: 100%;
  font-size: 0;
  margin-bottom: 25px;
  position: relative;
  padding-top: 20px;
}
.choice-data-cont img{
  width: 20px !important;
  height: auto;
}
.choice-data-cont:before{
  content: "";
  width: calc(100% + 20px);
  height: 1px;
  position: absolute;
  background: #70707040;
  left: -15px;
  top: 0;
}
.choice-data-cont > div{
  width: 33.3%;
  font-size: 14px;
  text-align: center;
}
.frm-selected-item[data-qty="7"]:before{
  content: "RISPARMIO MAGGIORE";
  font-family: 'Raleway';
  font-weight: 500;
  padding: 5px 22px;
  font-size: 14px;
  background: #5A7A53;
  color: #ffffff;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  border-radius: 20px;
  transition: 0.5s;
}
.scelta_product{
  text-align: center;
}
.scelta_product .choice-title{
  padding-left: 0;
  margin-top: 20px;
}
.btn-choise-prod{
  color: #3B5834 !important;
  border: 1px solid;
  font-weight: bold;
  padding: 8px 25px;
  margin-top: 10px;
  display: inline-flex;
  border-radius: 20px;
  font-size: 16px;
}
.prod_added{
  background: #ffffff;
}
.closeProd{
  color: #3B5834;
  border: 1px solid;
  border-radius: 50%;
  font-size: 0;
  position: absolute;
  right: 10px;
  top: 5px;
  padding: 3px;
}
.closeProd > span{
  color: #232323;
  font-size: 14px;
  font-weight: bold;
}
.step{
  counter-increment: h2;
  margin-top: 50px;
  padding-top: 45px;
  border-top: 1px dashed #3B583420;
}
.step-7{
  border-color: #707070;
}
.step-1{
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.step > h2{
  font-size: 28px;
  display: flex;
  align-items: flex-end;
  gap: 35px;
  padding-left: 6px;
}
.step h2:not(.no-before):before{
  content: counter(h2);
  font-size: 109px;
  font-family: 'holly_jollyregular';
  color: #81A479;
  font-weight: 400;
  line-height: 64px;
}
.review-plain-data{
  min-width: 16vw;
}
.review-plain-data ul{
  padding-left: 0;
  display: table !important;
  margin-top: 20px;
}
.review-plain-data ul li{
  display: table-row;
}
.review-plain-data ul li > *{
  display: table-cell;
  font-size: 16px;
  color: #232323;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #70707020;
}
.review-plain-data ul > li:last-of-type > *{
  border: none;
}
.review-plain-data ul li > label{
  padding-right: 30px;
  text-align: left;
}
.page-module-gbssubscription-accountdata .review-plain-data ul li > label{
  padding-right: 5px;
  font-weight: normal;
}
.review-plain-data ul li > span{
  font-weight: bold;
}
.old-abb .review-plain-data ul li > span{
  font-weight: normal;
}
.review-container{
  line-height: 1;
  border: 1px solid #2323233F;
  border-radius: 20px;
  padding: 15px 20px;
  background-color: #ffffff;
}
.review-container img{
  border-radius: 20px;
}
.review-products-cont{
  column-gap: 70px;
}
.review-container .choice-title{
  padding-left: 0;
}
.review-choices-cont{
  gap: 20px;
  padding: 15px;
  background: #F9F9F9;
  border-radius: 20px;
  border: 1px solid #23232317;
}
.review-choices-cont > .review-prod{
  width: calc(50% - 10px);
}
.review-prod-name{
  color: #232323;
  font-weight: 600;
  padding-left: 10px;
  font-size: 16px;
  width: calc(100% - 35px);
}
.review-prod-img{
  max-width: 100%;
}
#containerFinal > p{
  font-size: 16px;
  margin-bottom: 25px;
}
#containerFinal > div{
  margin-bottom: 25px;
}
.btn-disabled{
  pointer-events: none;
  opacity: 0.4;
  transition: .5s;
}
.choose-prod .choice-img img,
.review-prod img{
  max-height: 100px;
}
.page-abb-cont{
  padding: 0 30px;
  border: 1px solid #CCCCCC;
  border-radius: 20px;
}
.page-abb-acc-btn{
  font-size: 20px;
  font-weight: 700;
  color: #000000 !important;
  cursor: pointer;
  display: block;
  /* margin: 30px 0; */
  position: relative;
}
.page-abb-acc{
  padding: 30px 0;
}
.page-abb-acc:not(:first-of-type){
  border-top: 1px solid #CCCCCC;
}
/* .page-abb-acc-cont{
  margin-top: 40px;
} */
.page-abb-acc-cont{
  padding-bottom: 30px;
}
.accordionOpen:after{
  content: "\e5cf";
  font-family: 'Material Icons';
  line-height: 1;
  position: absolute;
  right: 0;
  font-size: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
}
.accordionOpen.active:after{
  transform: rotate(180deg) translateY(50%);
}
.old-abb .container-data-labels, .old-abb .container-data-labels div{
  width: 100%;
}
.old-abb .container-data-labels .review-plain-data ul{
  width: 100%;
  display: flex !important;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 0;
}
.old-abb .container-data-labels .review-plain-data > ul > li{
  display: inline-block;
  width: calc(33.33% - 13.5px);
}
.old-abb .review-plain-data ul li > *{
  display: inline-block;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
.page-module-gbssubscription-accountdata .old-abb .review-plain-data ul li > label{
  margin-bottom: 0;
}
.old-abb .container-data-labels li.old-abb-miscele{
  width: 100% !important;
}
.old-abb .review-plain-data:not(:last-of-type){
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #CCCCCC;
}
.edit-abb{
  border: 5px solid #81a479;
}
.page-abb-acc-cont .review-choices-cont .review-prod{
  position: relative;
}
.page-abb-acc-cont .review-choices-cont.edit-abb .review-prod .closeProd{
  right: 0;
  top: 0;
}
.edit-abb .review-prod{
  cursor: pointer;
}
.cont-mex{
  width: 100%;
  color: #e31d1a;
  text-align: center;
}
.active-abb-timeline {
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
  align-items: center;
  position: relative;
}
.active-abb-timeline:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  top: 12.5px;
  background: #81a479;
}
.active-abb-timeline > div:before{
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  background: white;
  margin: 0 auto;
  border-radius: 50%;
  border: 5px solid #cccccc;
}
.active-abb-timeline > div.active:before{
  border-color: #81a479;
}
.active-abb-timeline > div > div > label {
  display: block;
}
.active-abb-timeline > div:first-of-type:before,
.active-abb-timeline > div:last-of-type:before{
  margin: initial;
}
.active-abb-timeline > div:first-of-type *{
  text-align: left;
}
.active-abb-timeline > div:last-of-type{
  text-align: right;
}
.active-abb-timeline > div:last-of-type:before{
  right: -2px;
  display: inline-flex;
}
.active-abb-timeline > div:not(:first-of-type):not(:last-of-type) > div,
.active-abb-timeline > div:not(:first-of-type):not(:last-of-type) > div label{
  text-align: center;
}
.active-abb-timeline > div > div {
  margin-top: 10px;
}
.active-abb-timeline > div{
  counter-increment: delivery-index;
}
delivery-index:before {
  content: counter(delivery-index);
}
.error-page-img{
  margin-bottom: 40px;
}
.error-page-img > img {
  width: 100px;
}
.error-page-message{
  margin-bottom: 40px;
  font-size: 20px;
  padding: 0 30px;
}
.error-page-message a{
  font-weight: 700;
}
.table-data-orders{
  width: 100%;
}
table.table-data-orders {
  width: 100%;
}
table.table-data-orders th {
  padding: 20px;
  background: #ECEBEB;
}
table.table-data-orders,
table.table-data-orders th,
table.table-data-orders td {
  border: 1px solid #C9C9C9;
}
table.table-data-orders td {
  padding: 20px;
}
table.table-data-orders td.green {
  font-weight: bold;
}
table.table-data-orders td.red {
  color: #B94545;
  font-weight: bold;
}
.table-data-orders-cont{
  max-height: 535px;
}
.table-data-orders-cont::-webkit-scrollbar {
  height: 5px;
}
/* Track */
.table-data-orders-cont::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
.table-data-orders-cont::-webkit-scrollbar-thumb {
  background: #81a479;
}
/* Handle on hover */
.table-data-orders-cont::-webkit-scrollbar-thumb:hover {
  background: #81a479;
}
#module-gbssubscription-accountData #main .page-content #notifications{
  display: none !important;
}
.succ-mex {
  color: #000000;
  /* display: block !important; */
}
.pointer-none{
  pointer-events: none;
}
@media screen and (max-width: 1620px){
  :root{
    --w-container: 1190px;
  }
  .container .container{
    padding: 90px 20px;
  }
  .review-plain-data{
    min-width: 18vw;
  }
}
@media screen and (max-width: 1440px){
  .review-plain-data{
    min-width: 20vw;
  }
}
@media screen and (max-width: 1250px){
  .price-block-choice .darkgreen{
    font-size: 20px;
  }
  .review-plain-data{
    min-width: 24vw;
  }
}
@media screen and (max-width: 1200px){
  .container-choices > div{
    width: calc(50% - 15px);
  }
  .choose-prod{
    width: calc(50% - 12.5px);
  }
  .choose-prod.prod_added{
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1100px){
  .review-cont{
    flex-wrap: wrap;
    justify-content: center;
  }
  .review-plain-data{
    text-align: center;
  }
  #containerFormula .container-choices > div > div:not(.choice-data-cont){
    width: 100%;
  }
  .page-abb-cont h2{
    text-align: center;
  }
  .page-abb-cont .container-data-top{
    margin-top: 0;
  }
}
@media screen and (max-width: 900px){
  .container-choices.cont-choices-2 > div{
    flex-direction: column-reverse;
    gap: 10px;
    padding: 15px;
  }
  .choice-title{
    position: initial;
    padding-left: 0;
    text-align: center;
  }
  .container-choices > div{
    position: relative;
    flex-direction: column-reverse;
    gap: 15px;
    padding: 15px;
  }
  .container-choices .choice-title:before{
    top: 15px;
    left: 15px;
  }
  .scelta_product{
    width: calc(33% - 7.6px);
  }
  .modal-prod-cont{
    padding: 45px 25px !important;
  }
  .modal-prod-cont .modal-title{
    margin-bottom: 30px;
  }
  #select-prodotti{
    justify-content: center;
  }
  #containerFormula .container-choices > div > div:not(.choice-data-cont){
    flex-direction: column-reverse;
  }
  #containerFormula .container-choices{
    justify-content: center;
  }
  .review-products-cont{
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }
  .active-abb-timeline {
    flex-direction: column;
    align-items: flex-start;
  }
  .active-abb-timeline > div {
    width: 100%;
  }
  .active-abb-timeline:before {
    width: 5px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .active-abb-timeline > div:nth-child(odd) > div{
    transform: translateX(70%);
    text-align: left !important;
  }
  .active-abb-timeline > div:nth-child(even) > div{
    transform: translateX(-70%);
    text-align: right !important;
  }
  .active-abb-timeline > div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .active-abb-timeline > div:before{
    margin: initial;
    position: absolute;
  }
  .active-abb-timeline > div:before {
    margin: initial;
    position: absolute;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px){
  .choice-data-cont{
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
  }
  #containerFormula .choice-data-cont{
    margin-bottom: 10px;
    row-gap: 5px;
  }
  .choice-data-cont > div{
    width: 100%;
  }
  .choice-data-cont > div > div > span{
    display: inline-block;
    margin-right: 3px;
  }
  #module-gbssubscription-configure #content{
    padding: 25px 25px 35px;
  }
  .container-choices, #select-prodotti{
    gap: 15px;
  }
  .container-choices, #select-prodotti{
    margin-top: 30px;
  }
  .step:not(.step-1){
    margin-top: 25px;
    padding-top: 20px;
  }
  .scelta_product{
    width: calc(50% - 7.5px) !important;
  }
  .step > h2{
    font-size: 20px;
    align-items: center;
  }
  .review-container .choice-title .title-block-choice{
    text-align: left;
  }
  .table-data-orders-cont{
    overflow-x: scroll;
    width: 100%;
  }
  /* .table-data-orders-cont::-webkit-scrollbar {
    height: 5px;
  }
  .table-data-orders-cont::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .table-data-orders-cont::-webkit-scrollbar-thumb {
    background: #81a479;
  }
  .table-data-orders-cont::-webkit-scrollbar-thumb:hover {
    background: #81a479;
  } */
  .active-abb-timeline {
    flex-direction: column;
    align-items: flex-start;
  }
  .table-data-orders-cont {
    max-height: 550px;
  }
}
@media screen and (max-width: 680px){
  .container-choices > div{
    padding: 65px 15px;
  }
  .container-choices.cont-choices-2 > div{
    width: 100%;
  }
  .container-choices > div{
    width: 100%;
    padding: 45px 15px;
  }
  .step > h2{
    font-size: 20px;
    align-items: center;
    gap: 15px;
  }
  .choose-prod{
    width: 100%;
  }
  .special-word-bigger{
    font-size: 60px;
  }
  .review-gifts-plus{
    flex-wrap: wrap;
  }
  .review-gifts-plus .review-container{
    width: 100%;
  }
  .review-choices-cont{
    width: 100%;
  }
  .review-choices-cont > .review-prod{
    width: 100%;
  }
  .review-choices-cont > .review-prod{
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    text-align: center;
  }
  #containerFinal > div{
    display: flex;
    align-items: center;
    gap: 10px;
  }
  #containerFinal > div > label{
    margin-bottom: 0;
  }
  .scelta_product .choice-title h5{
    font-size: 14px;
  }
  .modal-title h2{
    font-size: 22px;
    padding: 0 20px;
  }
  .modal-title p{
    font-size: 16px;
    margin-bottom: 0;
  }
  .scelta_product .choice-title{
    margin-top: 10px;
    margin-bottom: 0;
  }
  .scelta_product .btn-choise-prod{
    margin-top: 0;
  }
  .modal-prod-cont{
    padding: 25px 15px !important;
  }
  .close-modal{
    top: 5px;
    right: 5px;
  }
  .modal-prod-cont .modal-title{
    margin-bottom: 10px;
  }
  .step h2:not(.no-before):before{
    font-size: 85px;
  }
  .page-abb-cont{
    padding: 20px;
  }
}
@media screen and (max-width: 450px){
  .page-abb-cont .review-plain-data, .page-abb-cont .review-plain-data ul{
    width: 100%;
  }
  .page-abb-cont .review-plain-data ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  .page-abb-cont .review-plain-data ul li:not(:last-of-type){
    border-bottom: 1px solid #70707020;
  }
  .page-abb-cont .review-plain-data ul li > *{
    font-size: 15px;
    border-bottom: 0;
    margin-bottom: 0;
  }
}
