
footer.default-footer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
}
@media (min-width: 70.25em) {
  footer.default-footer {
    padding: 0px;
  }
}
footer.default-footer .footer_menu_row_wrapper {
  width: 100%;
  gap: 1rem;
  display: flex;
  flex-direction: column-reverse;
  margin: 1rem auto !important;
}
@media (min-width: 550px) {
  footer.default-footer .footer_menu_row_wrapper {
    flex-direction: row;
    margin: 2rem auto !important;
  }
}
footer.default-footer .footer_menu_row_wrapper .footer-col1 {
  width: 100%;
}
footer.default-footer .footer_menu_row_wrapper .footer-col1 .sub-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media (min-width: 550px) {
  footer.default-footer .footer_menu_row_wrapper .footer-col1 .sub-row {
    flex-direction: row;
    justify-content: space-between;
    gap: 3rem;
  }
}
footer.default-footer .footer_menu_row_wrapper .footer-col1 .sub-row .sub-column {
  width: 100%;
}
@media (min-width: 46.875em) {
  footer.default-footer .footer_menu_row_wrapper .footer-col1 .sub-row .sub-column {
    width: 33%;
  }
}
footer.default-footer .footer_menu_row_wrapper .footer-col1 .sub-row .sub-column .main-nav-prestige .footer-menu-title {
  padding: 0px 0px 5px 0px !important;
  cursor: pointer;
  text-align: left;
  padding-right: 20px !important;
}
@media (min-width: 46.875em) {
  footer.default-footer .footer_menu_row_wrapper .footer-col1 .sub-row .sub-column .main-nav-prestige .footer-menu-title {
    text-align: left;
    background: transparent !important;
  }
}
footer.default-footer .footer_menu_row_wrapper .footer-col1 .sub-row .sub-column .main-nav-prestige .footer-menu-title span {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px !important;
  color: var(--color--secondary);
}
footer.default-footer .footer_menu_row_wrapper .footer-col1 .sub-row .sub-column .main-nav-prestige .main-nav-container {
  display: none;
}
@media (min-width: 46.875em) {
  footer.default-footer .footer_menu_row_wrapper .footer-col1 .sub-row .sub-column .main-nav-prestige .main-nav-container {
    display: block;
  }
}
footer.default-footer .footer_menu_row_wrapper .footer-col1 .sub-row .sub-column .main-nav-prestige .main-nav {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  list-style-type: none;
}
footer.default-footer .footer_menu_row_wrapper .footer-col1 .sub-row .sub-column .main-nav-prestige .main-nav a:hover {
  color: var(--color--black) !important;
}
footer.default-footer .footer_menu_row_wrapper .footer-col1 .sub-row .sub-column .main-nav-prestige .main-nav li strong {
  font-weight: bold;
  text-transform: uppercase;
}
footer.default-footer .footer_menu_row_wrapper .footer-col1 .sub-row .sub-column .main-nav-prestige .main-nav li p {
  text-transform: uppercase;
}
footer.default-footer .footer_menu_row_wrapper .footer-col1 .sub-row .sub-column .main-nav-prestige .main-nav li{
  text-transform: uppercase;
}
footer.default-footer .footer_menu_row_wrapper .footer-col1 .sub-row .sub-column * {
  font-family: var(--font-family);
  font-weight: 400;
  text-transform: none;
  font-size: 20px;
  line-height: 28px;
  color: var(--color--secondary);
  text-decoration: none;
}
footer.default-footer .footer_menu_row_wrapper .footer-col1 .sub-row .footer-nav {
  margin-top: 1rem;
  margin-bottom: 0px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  list-style-type: none;
  padding: 0px !important;
}
footer.default-footer .footer_menu_row_wrapper .footer-col1 .sub-row .footer-nav li {
  text-align: center;
  padding: 0px 5px;
}
footer.default-footer .footer_menu_row_wrapper .footer-col1 .sub-row .footer-nav li a {
  font-family: var(--font-family);
  font-weight: 400 !important;
  font-size: 20px;
  line-height: 31px;
  letter-spacing: normal;
  text-decoration: none;
  letter-spacing: 2px;
  cursor: pointer;
  color: var(--color--secondary);
}
footer.default-footer .footer_menu_row_wrapper .footer-col1 .sub-row .footer-nav li a:hover {
  color: #77BB21;
}

footer.default-footer .footer_menu_row_wrapper .footer-col1 .sub-column.logo-column{
  max-width: 325px;
}
@media (max-width: 550px) {
  footer.default-footer .footer_menu_row_wrapper .footer-col1 .sub-column.logo-column{
    max-width: 100% !important;
    text-align: center;
  }
}
footer.default-footer .footer_menu_row_wrapper .footer-col1 .footer-menu-column{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 4rem;
}
@media (max-width: 890px) {
  footer.default-footer .footer_menu_row_wrapper .footer-col1 .footer-menu-column{
    display: none;
  }
}
@media (min-width: 46.875em) {
  footer.default-footer .footer_menu_row_wrapper .footer-col1 .footer-menu-column .sub-column {
    width: auto !important;
  }
}
footer.default-footer .footer_menu_row_wrapper .footer-col1 .sub-column.socials-column{
  max-width: 300px;
}
@media (max-width: 550px) {
  footer.default-footer .footer_menu_row_wrapper .footer-col1 .sub-column.socials-column{
    max-width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

footer.default-footer .footer_menu_row_wrapper .footer-col1 .site-logo {
  outline: 0px !important;
  background: transparent !important;
  margin: 0px;
}

footer.default-footer .footer_menu_row_wrapper .footer-col1 .site-logo img {
  height: 54px;
  outline: 0px !important;
  background: transparent !important;
}
@media (min-width: 750px) {
  footer.default-footer .footer_menu_row_wrapper .footer-col1 .site-logo img {
    height: 109px;
  }
}
footer.default-footer .footer_menu_row_wrapper .footer-col1 .socials-media-links{
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 2rem;
}
footer.default-footer .footer_menu_row_wrapper .footer-col1 .socials-media-links .socials-label{
  font-family: var(--font-family) !important;
  font-size: 20px !important;
  color: var(--color--secondary) !important;
}
@media (max-width: 550px) {
  footer.default-footer .footer_menu_row_wrapper .footer-col1 .socials-media-links{
    width: calc(100% - 2rem);
    align-items: flex-start;
    justify-content: space-between;
  }
  footer.default-footer .footer_menu_row_wrapper .footer-col1 .socials-media-links .socials-label{
    display: none;
  }
}
footer.default-footer .footer_menu_row_wrapper .footer-col1 .socials-media-links .social-icons{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
}

footer.default-footer .footer_menu_row_wrapper .footer-col1 .socials-media-links .socials-menu-mobile{
  display: none;
}
@media (max-width: 550px) {
  footer.default-footer .footer_menu_row_wrapper .footer-col1 .socials-media-links .socials-menu-mobile{
    display: flex;
  }
  footer.default-footer .footer_menu_row_wrapper .footer-col1 .socials-media-links .socials-menu-mobile .menu{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    list-style-type: none;
    margin-left: 0px !important;
    padding-left: 0px !important;
  }
  footer.default-footer .footer_menu_row_wrapper .footer-col1 .socials-media-links .socials-menu-mobile .menu li a{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    color: var(--color--secondary);
    text-decoration: none;
  }
}

footer.default-footer .footer_menu_row_wrapper .footer-col1 .payment-links {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

footer.default-footer .footer_menu_row_wrapper .footer-col1 .payment-links .payment-icons{
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

footer.default-footer .footer_menu_row_wrapper .footer-col1 .payment-links .payment-icons img{
  height: 30px;
  outline: 0px !important;
  background: transparent !important;
}
@media (max-width: 550px) {
  footer.default-footer .footer_menu_row_wrapper .footer-col1 .payment-links .payment-icons img{
    height: 22px;
  }
}

footer.default-footer .footer_menu_row_wrapper.footer_box_bottom {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
@media (min-width: 56.25em) {
  footer.default-footer .footer_menu_row_wrapper.footer_box_bottom {
    margin-bottom: 2rem !important;
  }
}
footer.default-footer .footer_menu_row_wrapper.footer_box_bottom .footer-col1 .sub-row .footer-nav {
  margin-top: 0px !important;
  flex-direction: column !important;
  gap: 0px;
}
@media (min-width: 56.25em) {
  footer.default-footer .footer_menu_row_wrapper.footer_box_bottom .footer-col1 .sub-row .footer-nav {
    flex-direction: row !important;
    gap: 2rem;
  }
}
footer.default-footer .footer_menu_row_wrapper.footer_box_bottom .footer-col2,
footer.default-footer .footer_menu_row_wrapper.footer_box_bottom .footer-col2 > div {
  width: 100%;
}
footer.default-footer .footer_menu_row_wrapper.footer_box_bottom .footer-col2 .menu{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style-type: none;
}
footer.default-footer .footer_menu_row_wrapper.footer_box_bottom .footer-col2 .menu li a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  color: var(--color--secondary);
  text-decoration: none;
}
footer.default-footer .footer_menu_row_wrapper.footer_box_bottom .footer-bottom-desktop{
  display: block;
}
footer.default-footer .footer_menu_row_wrapper.footer_box_bottom .footer-bottom-mobile{
  display: none;
}
@media (max-width: 550px) {
  footer.default-footer .footer_menu_row_wrapper.footer_box_bottom .footer-bottom-desktop{
    display: none;
  }
  footer.default-footer .footer_menu_row_wrapper.footer_box_bottom .footer-bottom-mobile{
    display: block;
    text-align: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    color: var(--color--secondary);
    text-decoration: none;
    margin-top: 0.5rem;
  }
}