/** Shopify CDN: Minification failed

Line 120:2 Expected "{" but found "div"
Line 135:0 Unexpected "}"
Line 171:0 Unexpected "}"

**/
/* ============================================================
   Footer styles
   (loaded by footer.liquid)
   ============================================================ */

footer {
  padding-top: 45px;
  padding-bottom: 0px;
  background: var(--footer-background);
  color: var(--footer-color);
}

footer ul {
  list-style: none;
}

footer ul li a,
footer a,
footer a:visited,
footer a:hover {
  color: var(--footer-color);
}

footer label {
  margin-bottom: 0;
}

footer h4 {
  color: var(--footer-color);
  border-bottom: 1px solid var(--footer-border);
  padding-bottom: 5px;
}

.sub-footer {
  border-top: 1px solid var(--footer-border);
  padding: 15px 0;
  margin-top: 30px;
}

.sub-footer .left-side {
  text-align: left;
  font-size: 12px;
}

.sub-footer .right-side {
  text-align: right;
}

footer img {
  width: 40px;
}

#payment {
  text-align: center;
  margin-bottom: 0px;
}

.payment-methods svg {
  display: inline;
  width: 40px;
  height: 25.25px;
  text-align: center;
  margin: 3px 1px;
}

.footer__follow-on-shop {
  margin-bottom: 1rem;
}

div#bottom-footer {
  display: flex;
  margin: 0 auto;
  padding-top: 0;
  border-top: 1px solid var(--footer-border);
  margin-top: 10px;
  align-items: flex-end;
}

div#bottom-footer .footer-left {
  width: 50%;
  text-align: left;
}

div#bottom-footer .footer-right {
  width: 50%;
  text-align: right;
}

div#bottom-footer #copy p {
  text-align: left;
  margin: 0;
}

div#bottom-footer #payment {
  text-align: right;
}

div#bottom-footer #payment .payment-methods {
  margin-top: 10px;
}

div#bottom-footer .selectors-form {
  justify-content: flex-end;
}

div#bottom-footer ul#social-links {
  float: none;
  text-align: left;
}

@media (max-width: 740px)

  div#bottom-footer .footer-left {
    width: 100%;
    text-align: left;
    order: 2;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  div#bottom-footer .footer-right {
    width: 100%;
    text-align: left;
    order: 1;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}

  div#bottom-footer .footer-right {
    width: 100%;
    text-align: left;
    order: 1;
  }
  div#bottom-footer .selectors-form {
    justify-content: flex-start;
    margin: 0;
  }
  div#bottom-footer #payment {
    text-align: left;
  }
  div#bottom-footer .payment-methods {
    margin-top: 10px;
  }
  div#bottom-footer .footer-section .disclosure__toggle {
    height: 44px;
    width: 80px;
  }
  div#bottom-footer ul#social-links {
    display: block;
    margin-bottom: 0;
  }
  .footer-sect ul {
    margin-bottom: 0;
    list-style: none;
  }
  .footer-sect ul li {
    display: block;
    padding: 2px 0;
  }
  p.copyright-text {
    font-size: 12px;
  }
}

/* Cross Border / Localization */
/* Cross Border Styles */
.footer-section .disclosures {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 740px) {
  .footer-section .disclosures {
    justify-content: space-between;
  }
}
.footer-section .disclosure {
	 position: relative;
}
.footer-section .disclosure__toggle {
	 white-space: nowrap;
   color: var(--footer-color);
   border: 1px solid var(--footer-color);
   background-color: var(--footer-background);
   margin: 0;
   margin-bottom: 10px;
   text-transform: capitalize;
   display: flex;
   align-items: center;
}
.footer-section .disclosure-list {
	 background-color: var(--background);
	 border: 1px solid var(--dotted-color);
	 bottom: 115%;
	 padding: 11px 0px;
	 position: absolute;
	 display: none;
	 min-height: 92px;
	 max-height: 300px;
	 overflow-y: auto;
	 border-radius: 2px;
   width: 300px;
}
#footer-LanguageFormNoScript .disclosure__toggle,
#footer-CountryFormNoScript .disclosure__toggle {
  border-radius: 0px !important;
}
#footer-LanguageFormNoScript .disclosure__toggle:last-child,
#footer-CountryFormNoScript .disclosure__toggle:last-child {
  border-left: 0;
}
.footer-section .disclosure-list--visible {
	 display: block;
}
.footer-section .disclosure-list__item {
	 border-bottom: 1px solid transparent;
	 white-space: nowrap;
	 padding: 5px 15px 4px 15px;
	 text-align: left;
}
.footer-section .disclosure-list__item:active {
	 background-color: rgba(128, 128, 128, 0.2);
}
.footer-section .disclosure-list__option {
	 color: var(--text-color) !important;
   text-transform: capitalize;
   display: flex;
   align-items: center;
   font-size: 13px;
}
.footer-section .disclosure-list__option span.localization-form__currency {
  margin-left: 5px;
}
.footer-section .disclosure-list__option:focus, .disclosure-list__option:hover {
	 color: var(--text-color);
}
.footer-section .disclosure-list__item--current .disclosure-list__option {
   color: var(--background);
   font-weight: 900;
}

