#footerDummy {
  position: relative;
  width: 100%;
  height: 320px;
}

#footer {
  /* font-family: "Baloo-Chettan" !important; */
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 285px;
  background-color: #f2d125;
  overflow: visible;
  text-align: center;
}

.centeredContent {
  width: 1100px;
}

.columnsContainer {
  margin: auto;
  margin-top: 45px;
  width: 75%;
  position: relative;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
}

.column {
  float: left;
  color: #575757;
  margin: 0px 0px;
  margin-right: 1%;
  width: 23%;
}

.columnHeading {
  font-weight: 500;
  margin-bottom: 24px;
  text-align: left;
  font-size: 18px;
}

.columnItem {
  margin-top: 12px;
  text-align: left;
  font-size: 18px;
}

.centerWrapper {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  overflow: hidden;
}

.lastRow {
  width: 100%;
  float: left;
  margin-top: 108px;
  color: white;
  margin-bottom: 15px;
  font-size: 13px;
}

.footerColumn {
  position: relative;
  float: left;
  height: auto;
  overflow: hidden;
  margin-top: 80px;
  color: white;
  width: 198px;
  margin-right: 35px;
  margin-left: 35px;
  text-align: left;
}

.followUsColumn {
  width: 135px;
}

.footerColumnLink {
  cursor: pointer;
}

.footerColumnLink:hover {
  text-decoration: underline;
}

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

.footerColumnTitle {
  position: relative;
  text-align: left;
  font-size: 15px;
  margin-bottom: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.footerColumnRow {
  position: relative;
  font-size: 12px;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
  margin-top: 13px;
  float: left;
  width: 100%;
}

#emailFooterInput {
  position: relative;
  width: calc(100% - 27px);
  padding-left: 20px;
  height: 45px;
  background-color: white;
  color: #767676;
  line-height: 30px;
  font-size: 14px;
  border: 1px solid white;
  float: left;
  border-radius: 9px;
}

#emailFooterInput::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #767676;
  opacity: 1;
}

#emailFooterInput:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #767676;
  opacity: 1;
}

#emailFooterInput::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #767676;
  opacity: 1;
}

#emailFooterInput:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #767676;
  opacity: 1;
}

#emailFooterInput::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #767676;
  opacity: 1;
}

#subscribeNewsletterButton {
  position: relative;
  height: 22px;
  margin-top: 5px;
  float: right;
  cursor: pointer;
  margin-right: 6px;
}

#subscribeNewsletterButton:hover {
  opacity: 0.6;
}

#footerSocialIcons {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 30px;
  text-align: center;
}

.footerSocialIcon {
  position: relative;
  width: 42px;
  margin-right: 20px;
}

.newsletter_go {
  width: 82px;
  color: #ffffff;
  position: absolute;
  font-family: "Baloo-Chettan" !important;
  /* border: 4px solid #097bed !important; */
  background-color: #097bed;
  height: 49px;
  padding-right: 10px;
  line-height: 49px;
  text-align: right;
  font-weight: 500;
  border-radius: 9px;
  right: 2px;
  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: #097bed;
  background-color: #ffffff;
}

#footerBottom {
  position: absolute;
  bottom: 0px;
  background-color: #097bed;
}

.byluna {
  float: right;
  margin-left: 100px;
  margin-top: 16px;
  width: 65px;
  height: auto;
}

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

#paymentTypesContainer {
  width: 100%;
  background-color: white;
  top: -39px;
  position: absolute;
  overflow: hidden;
}

#paymentTypes {
  width: 90%;
  height: 40px;
  margin: 0px auto;
}

.paymentIcon {
  width: auto;
  height: 16px;
  margin-top: 12px;
  margin-left: 1%;
  margin-right: 1%;
}

.rights {
  width: calc(100% - 54px);
  padding-left: 54px;
  text-align: left;
  font-size: 14px;
  color: white;
}

.footerLogoColumn {
  position: relative;
  float: left;
  justify-content: center;
  width: 17%;
  display: flex;
  height: 225px;
}

.footerLogo {
  position: absolute;
  margin: 0 auto !important;
  top: 55px;
  width: 98px;
}

.whatsAppWebLogo {
  width: auto;
  height: 60px;
}

.newsletter_go img {
  position: absolute;
  left: 3px;
  top: 10px;
  width: 28px;
}

.smLogo {
  height: 28px;
  width: 40px;
  float: left;
  margin-bottom: 20px;
}

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

  .footerLogoColumn {
    width: 10%;
    height: 234px;
  }

  .footerLogo {
    top: 65px;
    width: 65px;
  }

  .columnsContainer {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  #footerBottom {
    position: relative;
  }

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

  #footer {
    height: auto;
    bottom: unset;
    padding-top: 60px;
  }

  .footerLogoColumn {
    float: none;
    width: 100%;
    height: 140px;
  }

  #footerDummy {
    display: none;
  }

  .footerLogo {
    /* top: 25px; */
  }

  #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: 0px;
    text-align: center;
  }

  .newsletterColumn {
    width: 80% !important;
    float: left;
    float: none;
    margin-top: 0px;
    margin-left: 10%;
    margin-bottom: 11px;
  }

  .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% !important;
    margin-left: 10%;
  }

  .columnsContainer {
    width: 100%;
    margin-top: 0px;
  }

  #footer-mobile .centeredContent,
  .widthContainer {
    /* width: 90% !important; */
    /* margin-left: 5%; */
  }

  .columnHeading {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 30px;
    font-weight: 600;
  }
  .smLogo {
    height: 21px;
    width: 35px;
    float: left;
    margin-bottom: 20px;
  }

  .columnItem {
    font-size: 15px;
    font-weight: 500;
    width: 100%;
  }

  .lastRow {
    margin-top: 15px;
  }

  #paymentTypes {
    width: 100%;
    height: 60px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .paymentIcon {
    max-height: 16px;
    height: auto;
    max-width: 41px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .mediaClass {
    float: left;
    width: 100% !important;
    margin-bottom: 30px;
  }

  .mediaClass .columnItem {
    width: 60% !important;
    float: left;
  }

  .newsletterColumn .columnHeading {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 16px;
  }
  #emailFooterInput {
    width: calc(100% - 65px);
    height: 38px;
    padding: 0;
    padding-left: 20px;
  }

  .newsletter_go {
    height: 40px;
    line-height: 40px;
    right: 0px;
  }

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

  .rights {
    width: calc(100% - 20px);
    padding-left: 20px;
    font-size: 12px;
  }
  #paymentTypesContainer {
    top: 0;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .columnHeading {
    margin: auto;
    width: 50%;
    margin-bottom: 10px;
    margin-top: 30px;
  }

  .columnItem {
    margin: auto;
    margin-top: 12px;
    width: 50%;
  }

  .mediaClass .columnItem {
    width: 50% !important;
    float: none;
  }

  .column {
    width: 20% !important;
    margin-left: 10%;
    margin-bottom: 110px;
  }

  .mediaClass {
    float: left;
    width: 20% !important;
    margin-bottom: 95px;
  }

  #paymentTypes {
    height: 50px;
  }

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