/* footer*/
footer.footer {
  background-color: var(--semiMain);
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
  font-family: var(--fontFirst);
}

footer.footer #ajax_footer {
  display: none !important;
}

footer.footer>div {
  padding: 20px 12.5%;
}

footer.footer .footer_two,
footer.footer .footer_two a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  footer.footer>div {
    padding: 20px 5%;
  }
}

footer.footer a {
  color: #fff;
  text-decoration: none;
}

footer.footer .footerGrid {
  padding-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 2fr;
  grid-template-columns: repeat(4, 1fr) 2fr;
  grid-column-gap: 15px;
  grid-row-gap: 20px;
  letter-spacing: 1px;
}

footer.footer .footerGrid>div {
  box-sizing: border-box;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  border-right: 2px solid #fff;
  text-align: left;
}

footer.footer .footerGrid>div:first-child {
  padding-left: 15px;
}

footer.footer .footerGrid>div:first-child {
  border-left: 2px solid #fff;
}

footer.footer .footerGrid .footerRefundPolicy {

}

footer.footer .footerGrid .footerRefundPolicy .footerRefundPolicyTitle {
  padding-bottom: 10px;
  text-transform: uppercase;
  color: var(--bottomHeader);
  font-weight: bold;
  font-family: var(--fontExp);
}

footer.footer .footerGrid .footerRefundPolicy .footerRefundPolicyText {
  font-size: 0.8rem;
  color: #fff !important;
}

footer.footer .footerGrid .footerRefundPolicy .footerRefundPolicyText a {
  color: #fff !important;
}

footer.footer .footerGrid .footerContentColumn>div:not(:first-child) a {
  color: #fff !important;
  font-size: 0.8rem;
}

footer.footer .footerGrid .footerContentColumn>div:first-child {
  padding-bottom: 10px;
  font-weight: bold;
  color: var(--bottomHeader);
  font-family: var(--fontExp);
}

footer.footer .footerGrid>div:last-child {
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
  border: none;
}

@media screen and (max-width: 767px) {
  footer.footer .footerGrid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }

  footer.footer .footerGrid>div {
    padding-right: 0;
    border: none;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
  }

  footer.footer .footerGrid>div:first-child {
    padding-left: 0;
    border: none;
    padding-top: 10px;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
  }

  footer.footer .footerGrid>div:last-child {
    -ms-grid-column-span: initial;
    grid-column-end: initial;
    border: none;
  }
}

footer.footer .sticky_footer {
  border-top: 1px solid var(--bottomColor);
  background-color: var(--bottomColor);
  color: #fff;
}

footer.footer .sticky_footer a {
  color: inherit;
}

footer.footer .sticky_footer>div>div {
  display: inline-block;
}

footer.footer .sticky_footer>div>div:first-child {
  padding-right: 10px;
}

/*end footer**/
