.footerTop {
  background: url(../../../assets/wooden-bg.jpg);
  background-size: cover;
  padding: 50px 0px;
}
.footerTop .footerSteps {
  font-size: 60px;
  margin-top: -174px;
  color: var(--red-color);
  font-weight: 700;
}
.footerTop .footerSteps img {
  margin-top: 36px;
  vertical-align: top;
  max-height: 110px;
}
.footerTop .wsrContent h2 {
  font-size: 54px;
  color: #fff;
  font-weight: 700;
}
.footerTop .wsrContent a {
  font-size: 30px;
  padding: 8px 60px;
  border-radius: 0;
  border: none;
  font-weight: 800;
  padding: 8px 28px;
  color: var(--red-color);
}
.footerTop .wsrContent .footermenu li {
  list-style: none;
  margin-right: 0;
  width: auto;
  padding-right: 33px;
}
.footerTop .wsrContent .footermenu li a {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 0;
}

.socialIcon li {
  list-style: none;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.socialIcon li a {
  font-size: 28px;
  border-radius: 50%;
  height: 54px;
  width: 55px;
  background: var(--red-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.socialIcon li a svg {
  margin-bottom: 6px;
}
.socialIcon li a:hover {
  background-color: var(--red-color);
}
.socialIcon li a:hover svg {
  color: #fff;
}

.saleBtn a {
  background: url(../../../assets/footer-sr.png);
  background-size: 100% 100%;
  padding: 11px 40px;
  font-size: 24px;
  font-weight: 800;
  color: var(--red-color);
}

.footerBottom {
  background: rgba(255, 255, 255, 0.6);
  padding: 20px 0px;
}
.footerBottom p {
  font-size: 12px;
  font-weight: 400;
  color: #000;
}

@media (max-width: 992px) {
  .footerSteps {
    display: none;
  }
  .wsrContent h2 {
    font-size: 42px !important;
  }
  .wsrContent .footermenu {
    flex-direction: column;
  }
  .wsrContent .footermenu li {
    margin-bottom: 10px;
  }
  .footerMain {
    flex-direction: column;
  }
}/*# sourceMappingURL=footer.module.css.map */