.custom-footer {
  background-color: #000;
  color: #fff;
  padding: 80px 20px 0 20px;
  text-align: center;
}
.footer-container {
  margin: 0 auto;
}
.footer-menu {
  display: flex;
  align-content: center;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
}
.footer-logo img {
  max-width: 150px;
  margin-bottom: 20px;
}
.footer-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-column {
  flex: 1;
  min-width: 200px;
  text-align: left;
}
.footer-column h3 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 25px 0;
  text-align: center;
}
.footer-column ul {
  list-style: none;
  padding: 0;
}
.footer-column ul li {
  margin-bottom: 8px;
}
.footer-column ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.social-icons {
  display: flex;
  gap: 15px;
}
.social-icons img {
  width: 25px;
  height: 25px;
}
.social-icons a {
  color: #fff;
}
.icon-instagram:before {
  font-size: 24px;
  font-family: 'Ascher' !important;
  content: "\e908";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-facebook:before {
  font-size: 24px;
  font-family: 'Ascher' !important;
  content: "\e907";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.payment-methods {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 50px 0 35px 0;
}
.payment-methods img {
  max-width: 100%;
  max-height: 100%;
}
.payment-methods a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
}
.payment-item {
  background: #fff;
  min-width: 80px;
  min-height: 36px;
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.footer-bottom {
  font-size: 12px;
  padding: 10px;
  margin-top: 20px;
}
.footer-bottom span {
  display: block;
}
.grid-four {
  display: flex;
}
.logo img {
  display: block;
  height: auto;
}
/* Media Queries */
@media screen and (min-width: 768px) and (min-width: 1150px) {
  .footer-container {
    max-width: 1540px;
  }
}
@media screen and (min-width: 768px) and screen and (max-width: 1149px) {
  .footer-menu .grid-four {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-menu .grid-four .one-fourth {
    margin: 0 0 50px 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media screen and (max-width: 1149px) {
  .footer-menu .grid-four .one-fourth {
    margin: 0 0 50px 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media screen and (max-width: 768px) {
  .one-fourth.one.logodiv {
    display: none;
  }
}
@media screen and (max-width: 670px) {
  .custom-footer {
    padding-bottom: 27% !important;
  }
  .custom-footer .footer-container {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .custom-footer .footer-container {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media screen and (max-width: 670px) {
  .footer-menu .grid-four {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-menu .grid-four .one-fourth.one.logodiv {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .footer-menu .grid-four .one-fourth {
    text-align: center;
    -webkit-flex-basis: 100% !important;
    -ms-flex-basis: 100% !important;
    flex-basis: 100% !important;
  }
}
.one-fourth h3 {
  padding-left: 0px !important;
}
@media screen and (min-width: 1149px) {
  .footer-links {
    gap: 100px;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 670px) {
  body .payments-header {
    display: none !important;
  }
}
@media screen and (min-width: 670px) {
  body .payments-header {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  body .payments-header {
    font-family: 'Roboto-Bold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
}
.payments-header {
  text-align: center !important;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 18px !important;
}
@media screen and (max-width: 670px) {
  .footer-links .grid-four .one-fourth {
    text-align: center;
    -webkit-flex-basis: 100% !important;
    -ms-flex-basis: 100% !important;
    flex-basis: 100% !important;
  }
}
@media screen and (min-width: 671px) {
  .one-fourth h3 {
    text-align: left !important;
  }
}
@media screen and (max-width: 670px) {
  .footer-column .grid-four .one-fourth.four strong {
    font-family: 'Roboto-Bold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
  }
}
@media screen and (max-width: 670px) {
  .payment-methods {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .payment-item {
    min-width: 70px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 80px;
  }
}
@media screen and (max-width: 670px) {
  .payment-item {
    margin: 0 5px 10px 5px;
  }
}
.ec-container {
  display: none;
}
@media screen and (max-width: 670px) {
  .ec-container {
    display: flex;
    width: 100%;
    height: 50px;
    margin: 0 0 40px 0;
  }
  .custom-footer {
    padding: 0;
  }
}
