#footerDummy {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  background-color: #231f20;
  overflow: hidden;
  text-align: center;
}

.columnsContainer {
  width: 90%;
  display: flex;
  justify-content: space-between;
  position: relative;
  height: auto;
  overflow: hidden;
  margin: 60px auto;
}

.column {
  float: left;
  color: #575757;
}

.columnHeading {
  font-weight: 500;
  margin-bottom: 24px;
  text-align: left;
  font-size: 19px;
  height: 23px;
  line-height: 23px;
  text-transform: uppercase;
  color: #fff;
}

.columnItem {
  color: #fff;
  margin-top: 12px;
  text-align: left;
  line-height: 18px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
}

.columnItem:hover {
  text-shadow: 1px 0 0 currentColor;
}

.newsletterColumn {
  position: relative;
  margin-right: 0;
  float: left;
  width: 30%;
  color: #575757;
}

#emailFooterInput {
  position: relative;
  width: calc(100% - 66px);
  padding: 0 0 0 20px;
  height: 45px;
  background-color: transparent !important;
  color: #767676;
  line-height: 30px;
  border-radius: 30px;
  font-size: 13px;
  border: 1px solid #9d9d9d;
  float: left;
}

#emailFooterInput::-webkit-input-placeholder {
  color: #767676;
  opacity: 1;
}

#emailFooterInput:-moz-placeholder {
  color: #767676;
  opacity: 1;
}

#emailFooterInput::-moz-placeholder {
  color: #767676;
  opacity: 1;
}

#emailFooterInput:-ms-input-placeholder {
  color: #767676;
  opacity: 1;
}

#emailFooterInput::-ms-input-placeholder {
  color: #767676;
  opacity: 1;
}

.newsletter_go {
  width: 115px;
  color: #fff;
  float: left;
  position: absolute;
  background-color: var(--violet);
  height: 47px;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 47px;
  right: 0;
  border-radius: 30px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
}

.newsletter_go:hover {
  color: var(--violet);
  background-color: #fff;
}

#footerBottom {
  position: relative;
  width: 90%;
  height: 80px;
  margin: auto;
  font-size: 11px;
  border-top: 1px solid #fff;
  align-items: center;
  display: flex;
  text-align: left;
  overflow: hidden;
}

.newsletterDescription {
  width: 100%;
  text-align: left;
  color: #fff;
  line-height: 21px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 17px;
}

.byluna {
  float: right;
  height: 35px;
  margin-right: 0;
  width: 72px;
}

.whatsAppWebContainer {
  width: 60px;
  height: 60px;
}

.footerLogoColumn {
  position: relative;
  margin: auto;
  justify-content: center;
  width: 90%;
  display: flex;
  height: 90px;
  border-bottom: 1px solid #fff;
}

.footerLogo {
  margin: 0 auto;
  width: 170px;
}

.whatsAppWebLogo {
  width: auto;
}

.newsletter_go img {
  position: absolute;
  left: 1px;
  top: 6px;
  width: 28px;
}

.whatsAppWebContainer.open {
  bottom: 55px;
}

.byLunaContainer {
  position: absolute;
  right: 0;
}

.rights {
  text-align: left;
  position: relative;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  #footer {
    width: 100%;
  }

  .footerLogoColumn {
    height: 143px;
  }

  .columnsContainer {
    width: 80%;
  }

  .columnHeading {
    text-align: left;
    font-size: 15px;
    margin-bottom: 13px;
  }

  #emailFooterInput {
    height: 33px;
    font-size: 11px;
  }

  .newsletter_go {
    height: 35px;
    line-height: 35px;
    font-size: 13px;
  }

  .columnItem {
    font-size: 11px;
    line-height: 15px;
  }

  .newsletterDescription {
    line-height: 15px;
    font-size: 11px;
  }

  #emailFooterInput::-webkit-input-placeholder {
    font-size: 11px;
  }

  #emailFooterInput:-moz-placeholder {
    font-size: 11px;
  }

  #emailFooterInput::-moz-placeholder {
    font-size: 11px;
  }

  #emailFooterInput:-ms-input-placeholder {
    font-size: 11px;
  }

  #emailFooterInput::-ms-input-placeholder {
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  #footerBottom {
    position: relative;
    line-height: 14px;
    font-weight: 500;
    justify-content: center;
    font-size: 10px;
    text-align: center;
  }

  .whatsAppWebContainer.open {
    bottom: 33px;
    right: 5px;
  }

  .byluna {
    margin-left: 0;
    margin-right: 18px;
  }

  #footer {
    height: auto;
    bottom: unset;
  }

  .footerLogoColumn {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }

  #footerDummy {
    display: none;
  }

  .footerLogo {
    margin: 25px auto;
  }

  #footerLogo {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -25px;
    left: calc(50% - 25px);
  }

  .centerWrapper {
    display: block;
    width: 100%;
  }

  .footerColumn {
    width: 100%;
    margin-top: 40px;
    float: none;
    margin-left: 0;
    text-align: center;
  }

  .newsletterColumn {
    width: 100%;
    float: left;
    margin-top: 0;
    margin-bottom: 18px;
  }

  .footerColumnTitle {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
  }

  .footerColumnRow {
    font-size: 12px;
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .footerColumnTime {
    position: relative;
    float: left;
    font-size: 12px;
    margin-right: 10px;
  }

  .footerSocialIcon {
    margin-bottom: 20px;
  }

  .column {
    width: 100%;
  }

  .columnsContainer {
    width: 90%;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 45px;
  }

  .columnHeading {
    font-size: 17px;
    line-height: 19px;
    height: auto;
    margin-bottom: 17px;
    margin-top: 30px;
    font-weight: 600;
    text-align: center;
  }

  .columnItem {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    margin-bottom: 9px;
  }

  .columnItem:hover {
    font-weight: 600;
    text-shadow: none;
  }

  .lastRow {
    margin-top: 15px;
  }

  #addressInfo {
    width: 85%;
    height: auto;
    line-height: 16px;
    font-size: 12px;
    margin: 20px;
  }

  .paymentIcon {
    height: 15px !important;
    margin-top: 16px;
    margin-left: 2%;
    margin-right: 2%;
  }

  .newsletterColumn .columnHeading {
    text-align: center;
    margin-bottom: 15px;
    font-size: 22px;
  }

  #emailFooterInput {
    width: calc(100% - 40px);
    line-height: 35px;
    height: 35px;
    font-size: 11px;
  }

  .newsletter_go {
    height: 37px;
    line-height: 37px;
  }

  .newsletter_go img {
    left: 4px;
    top: 2px;
    font-size: 15px;
  }

  .rights {
    width: 202px;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
  }

  .newsletterDescription {
    line-height: 16px;
    width: 74%;
    margin: 10px auto 20px;
    font-size: 14px;
    text-align: center;
  }

  #emailFooterInput::-webkit-input-placeholder {
    font-size: 11px;
  }

  #emailFooterInput:-moz-placeholder {
    font-size: 11px;
  }

  #emailFooterInput::-moz-placeholder {
    font-size: 11px;
  }

  #emailFooterInput:-ms-input-placeholder {
    font-size: 11px;
  }

  #emailFooterInput::-ms-input-placeholder {
    font-size: 11px;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .columnHeading {
    margin-top: 25px;
  }

  .newsletterColumn {
    width: 60% !important;
    margin-bottom: 20px;
  }

  .whatsAppWebContainer.open {
    bottom: 65px;
  }
}
