.page-center{
  max-width:1070px !important;
  width:100% !important;     
  margin:0 auto !important;      
  padding: 0 20px !important;     
  box-sizing:border-box !important;      
  float:none !important; 
}

.illy-footer-outer {
  border-top: 0.625rem solid #D12420;
}

.illy-footer-inner{
  padding:60px 0px 45px;
}
.illy-footer-page-list-mobile{
  display:none;
}
.illy-footer-page-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.illy-footer-page-list-main-desktop {
  flex: 0 24%;
}
.illy-footer-page-list-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.illy-footer-page-list-inner {
  flex: 0 77%;
}
.illy-footer-social-icons {
  flex: 0 15%;
}
-------------------
#accordian {
  width: 350px;
  margin: 0 auto;
}
.illy-footer-page-list-heading {
  position: relative;
}
.illy-footer-page-list-heading:before {
  content: "";
  background:url("https://143450854.fs1.hubspotusercontent-eu1.net/hubfs/143450854/Footer%20%202023/plus.svg");
  background-size:20px;
  background-repeat:no-repeat;
  height:20px;
  width:20px;
  color: #512c1f;
  font-size: 18px;
  right: 0;
  top:20px;
  position: absolute;
  transform: rotate(90deg);
  transition: all 0.6s ease;
  padding:12px 0;
}
/* .illy-footer-page-list-heading.activeFilter:before {
  display: none;
} */
#accordian .coloractive .illy-footer-page-list-heading:after {
  content: "";
  background:url("https://143450854.fs1.hubspotusercontent-eu1.net/hubfs/143450854/Footer%20%202023/mines.svg");
  background-size:20px;
  background-repeat:no-repeat;
  height:20px;
  width:20px;
  color: #fff;
  font-size: 18px;
  transform: rotate(180deg);
  right: 0;
  top:20px;
  position: absolute;
  transition: all 0.6s ease;
  padding:12px 0;
}
#accordian .coloractive .illy-footer-page-list-heading:before{
  display:none;
}
.illy-footer-page-list-elements-outer {
  display: none;
  padding: 0 0 10px 0;
}
.illy-footer-social-icons-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 170px;
}
.footer-social-icons {
    margin-bottom: 10px;
}
.footer-social-icons a {
  padding: 4px 6px 0px;
}
.footer-social-icons svg {
  fill: #512c1f;
  height:18px;
  text-align: center;
  width: 17px;
}
.illy-footer-page-list-heading-desktop h3{
  color: #512c1f;
  font-size: 12px;
  line-height: 36px;
  font-weight: 700;
  float: none;
  margin-bottom: 0;
}
.illy-footer-page-list-heading h3{
  padding:12px 0 ;
  color: #512c1f;
  font-size: 12px;
  line-height: 36px;
  font-weight: 700;
  float: none;
  margin: 0;
  border-top: #c6b9ae .0625rem solid;
}
.illy-footer-page-list-elements-desktop a{
  display: inline-flex;
}
.illy-footer-page-list-elements-desktop a{
  color: #74604e;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  padding: 6px 0;
  text-decoration:none;
  margin:0px;
}
.illy-footer-page-list-elements-desktop a:hover {
  text-decoration: underline;
}
.illy-footer-social-icons-heading, .illy-footer-pago-heading{
  width: 160px;
}
.illy-footer-social-icons-heading h3, .illy-footer-pago-heading h3{
  font-size: 12px;
  color: #512c1f;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration:none;
  margin:0px;
  padding-bottom: 10px;

}
.illy-footer-line{
  content:'';
  max-width:1200px!important;
  border-bottom:.0625rem solid #c6b9ae;
  margin:0 auto;
}
.illy-footer-contact-button {
  margin-bottom: 20px;
  width: 160px!important;
  /*   border: 1px solid #fff;
  border-radius: 25px; */
  text-align: center;
}
.illy-footer-contact-button a{
  text-decoration:none;
}

.illy-footer-contact-button {
  border: .04rem solid #74604e;
}

.illy-footer-contact-button h3 {
  color: #512c1f;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 20px;
  float: none;  

  border-radius: 5px;
  text-align: center;
  margin:0 0 20px 0;
}

.illy-footer-contact-button :hover h3{
  color: white;
  background: #512c1f;
} 
.illy-footer-global-btn a {
  display: flex;
  align-items: center;
  text-align: right;
  padding: 7px 15px;
  margin: 8px 0;
  text-decoration:none;
}

.illy-footer-global-btn a h3 {
  font-size: 10px;
  line-height: 15px;
  font-weight: 700;
  color: #512c1f;
  margin: 0 0 0 10px;
}
.illy-footer-global-btn a:hover h3{
  color: #63666a;
}

.illy-footer-global-btn a img {
  height: 25px!important;
  width: auto!important;
}
.illy-footer-portal-legalinfo {
  padding: 0 0 5px ;
  text-align: center;
}
.illy-footer-portal-link a,
.illy-footer-legal-info a{
  text-decoration: none;
  font-weight: 400;
  font-size:12px;
  line-height:19px;
  color: #512c1f;
  border-bottom: 1px solid #512c1f;
}

.illy-footer-legal-info h3 {
  font-weight: 600;
  line-height:24px;
  font-size:12px;
  margin:0;
  color:#fff;
}

.footer-copyright {
    margin: 15px 0 25px 0;
}
.illy-footer-bottom-wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding:25px 0px 25px;
  font-family: "Manrope", San-serif;
}
/* .illy-footer-bottom-content{
flex: 0 77%;
display: flex;
align-items: center;
} */
.illy-footer-global-btn{
  flex: 0 15%;
}
.illy-footer-portal-legalinfo{
  flex: 0 65%;
  font-size: 10px;
  color: #512c1f;
}
.illy-footer-appstore-button{
  flex: 0 15%;
  text-align: center;
  margin-bottom: 0px;
}
.illy-footer-appstore{
  width:120px;
}
.illy-footer-appstore img {
  background: #000;
  border: 1px solid #000;
  width: 160px!important;
  border-radius: 5px;
  padding: 8px 5px;
  float: none;  
}
.illy-footer-pago-image-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 140px;
}
.illy-footer-pago-images{
  flex:0 23%;
}
.illy-footer-social-icons-pago {
  display: none;
  padding-top: 10px;
}
.illy-footer-social-icons-main {
  padding-top: 10px;
}
.illy-footer-portal-link span {
  color: #ffffff!important;
  padding: 0 5px;
}
------------------------------
html,body, .body-wrapper, .header-wrapper-outer {
    height: 100%;
}

main#main-content {
    min-height: 100%;
    margin-bottom: -539px;
    padding-bottom: 539px;
}

@media(max-width:1000px){
  .page-center {
    padding: 4.3125rem 2rem!important;
  }
  .illy-footer-page-list-inner {
    flex: 0 100%;
  }
  .illy-footer-social-icons {
    flex: 0 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0px;
  }
  .illy-footer-contact-button h3 {
   margin:20px 0 0;
  }
/*   .illy-footer-social-icons-button {
    padding-top: 15px;
  } */
  .illy-footer-social-icons-inner {
    margin: 0 0 0 auto;
  }

  .illy-footer-social-icons-heading h3 {
    /*     width: 180px; */
    margin: 0 0 0 auto;
  }
  .illy-footer-page-list-mobile{
    display:block;
  }
  .illy-footer-page-list{
    display:none;
  }
  .illy-footer-page-list-elements-mobile {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .illy-footer-page-list-elements {
    flex: 0 50%;
    padding: 0 0 7px 0;
  }
  .illy-footer-page-list-elements a {
    font-weight: 500;
    color: #512c1f;
    font-size: 12px;
    line-height: 13px;
    text-decoration:none;
    margin:0px;
  }
  /*   .illy-footer-bottom-content {
  display: block;
} */
  .illy-footer-portal-legalinfo {
    padding: 0;
  }
  -----------  
  .global-btn{
    order:1;
  }
  .portal-legalinfo{
    order:3;
  } 
  .appstore-button{
    order:2;
  }
  .illy-footer-global-btn {
    flex: 0 30%;
  }
  .illy-footer-appstore-button {
    flex: 0 40%;
  }
  .illy-footer-portal-legalinfo{
    flex: 0 100%;
  }
  .illy-footer-social-icons-appstore {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
  }
  .appstore-1{
    order:1;
  }
  .appstore-2{
    order:0;
  }
}
@media(max-width:767px){
  .illy-footer-social-icons {
    display: block!important;
    flex: 0 100%!important;
    padding-top: 0px;
  }
  .illy-footer-page-list-elements-mobile {
    display: block;
  }
  .illy-footer-pago-heading h3 {
    text-align: center;
    padding-bottom: 15px;
    padding-top: 20px;
  }
  .illy-footer-social-icons-heading h3 {
    margin: 0  auto;
    text-align: center;
    padding-bottom: 25px;
    padding-top: 30px;
  }
  .illy-footer-pago-image-inner {
    width: 185px;
    margin: 0 auto;
  }
  .illy-footer-social-icons-heading, .illy-footer-pago-heading {
    margin: 0 auto;
  }
  .illy-footer-social-icons-inner {
    margin: 0  auto;
    width: 320px;
  }
  .footer-social-icons a {
    padding: 8px 11px 6px;
}
  .illy-footer-inner {
    padding: 0;
  }
  /*   .illy-footer-bottom-content {
  text-align: center;
  padding-top: 60px;
} */

  .illy-footer-contact-button h3 {
    display: inline-block;
    margin: 3px;
    padding: 12px 15px;
    width:150px;
  }
  .illy-footer-contact-button {
    /*     width: auto!important; */
  }
  .illy-footer-social-icons-button {
    display: none;
    width: 310px;
    margin: 0 auto;
    padding-top: 35px;
  }
  ------
  .illy-footer-bottom-wrapper {
    justify-content: space-evenly;
  }
  .illy-footer-global-btn {
    flex: 0 100%;
  }
  .illy-footer-appstore-button {
    flex: 0 100%;
  }
  .illy-footer-portal-legalinfo {
    flex: 0 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  .illy-footer-global-btn a {
    margin: 40px auto 0;
  }
  .illy-footer-social-icons-appstore {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .appstore-button {
    order: 1!important;
  }
  .global-btn{
    order:2!important;
  }
  .portal-legalinfo{
    order:3!important;
    margin-top: 30px;
  } 
  .illy-footer-social-icons-appstore {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .appstore-1{
    order:0!important;
  }
  .appstore-2{
    order:1!important;
  }
  .illy-footer-portal-link span {
    display:none;
  }
  .illy-footer-legal-info {
    text-align: center;
  }
  .illy-footer-portal-link {
    text-align: center;
    width: 160px;
  }
  .illy-footer-legal-info h3 {
    padding-top: 10px;
    line-height: 16px;
  }
  ------
}

.blog-gestito {
  margin-top: 20px;
}

@media(max-width:479px){
  .illy-footer-contact-button {
    margin-bottom: 10px;
    text-align: center;
    width: auto;
  }
  .illy-footer-contact-button h3 {
    padding: 12px 8px;
    width:135px;
  }
  .illy-footer-social-icons-button {
    width: 280px;
  }
}
@media(max-width:370px){
    .illy-footer-social-icons-inner {
    width: 270px;
  }
}