/** Shopify CDN: Minification failed

Line 75:13 Expected identifier but found whitespace
Line 75:15 Unexpected "{"
Line 75:24 Expected ":"
Line 76:2 Unexpected "{"
Line 76:3 Expected identifier but found "%"
Line 79:2 Unexpected "{"
Line 79:3 Expected identifier but found "%"
Line 83:17 Expected identifier but found whitespace
Line 83:19 Unexpected "{"
Line 83:28 Expected ":"
... and 10 more hidden warnings

**/
/* footer
------------------------------------------------------ */
footer {
  padding-top: 2rem;
  padding-bottom: 0px;
  background: var(--footer-background);
  color: var(--footer-color);
  font-family: var(--castoro-font);
  line-height: 1.5;
}

footer ul {
  list-style: none;
}
footer .section-title {
  margin-bottom: 10px;
}
footer ul li a,
footer a,
footer a:visited,
footer a:hover {
  color: var(--footer-color);
  display: inline-block;
  font-size: 16px;
  padding: 2px 0;
  transition: all 500ms ease;
  text-decoration: none;
}

footer a:hover {
  color: #000000;
}
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 .footer-sect {
  text-align: {{ section.settings.footer_text_align }};
  {% if section.settings.footer_text_align == 'center' %}
  margin-left: auto;
  margin-right: auto;
  {% endif %}
}

#footer h3 {
  text-transform: {{ section.settings.footer_title_transform }};
  color: var(--color-teel);
  font-size: 18px;
  display: block;
  font-family:  var(--castoro-font);
}

.footer-section .disclosures {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.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;
}
#FooterLanguageFormNoScript .disclosure__toggle,
#FooterCountryFormNoScript .disclosure__toggle {
  border-radius: 0px !important;
}
#FooterLanguageFormNoScript .disclosure__toggle:last-child,
#FooterCountryFormNoScript .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(--ackground);
   font-weight: 900;
}

div#bottom-footer {
  display: flex;
  padding-bottom: 15px;
  padding-top: 18px;
  border-top: 1px solid #F6F6F6;
  margin-top: 64px;
  align-items: center;
  justify-content: space-between;
}

div#bottom-footer p.copyright-text {
  color: #989898;
  font-family: 'Montserrat';
  font-size: 12px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
div#bottom-footer p.copyright-text a {
  font-size: 12px;
}
div#bottom-footer #copy p {
  text-align: left;
  margin: 0;
}
div#bottom-footer #payment {
  text-align: right;
}

div#bottom-footer .selectors-form {
  justify-content: flex-end;
}
div#bottom-footer ul#social-links {
  display: none;
  float: none;
  text-align: left;
}
div#bottom-footer .footer-left {
    margin-right: auto;
}

/* ---- Newsletter Section ---- */

.newsletter__section {
  margin: 0;
  text-align: center;
  background: var(--section-background);
}

.newsletter__section .newsletter__section-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 50px;
  align-items: center;
  justify-items: stretch;
  padding: 35px 20px 25px;
}
.newsletter__section p {
  margin-bottom: 0;
}
.newsletter__section h2 {
    font-family: var(--british-font) !important;
    font-size: 48px;
    font-weight: normal;
    margin-bottom: 1rem;
    color: #fff;
    text-align: center;
}

.newsletter__section .newsletter__section-subheading p {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    max-width: 700px;
    margin: 0 auto 1.5rem;;
    letter-spacing: 1px;
      line-height: 1.5;
    font-weight: 500;
    font-family: var(--castoro-font);
}

.newsletter__section-contentWrapper form {
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.newsletter__section .newsletter__section-email, .newsletter__section .newsletter__section-submit {
  display: inline-block !important;
  height: 48px;
  line-height: 48px;
  margin: 0;
}
.newsletter__section .newsletter__section-submit {
  width: auto;
  position: absolute;
  right: 0;
  margin-top: -1px;
  border: 0 !important;
}
.newsletter__section .newsletter__section-email {
  width: 100%;
  text-align: left;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius:0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
}

ul.newsletter__social-icons {
    margin: 20px 0;
    padding: 0;
    display: grid;
    justify-content: center;
    align-items: center;
    grid-auto-flow: column;
    margin-top: 30px;
    -moz-column-gap: 12px;
    column-gap: 12px;
}
ul.newsletter__social-icons li {
  display: inline-block;
  margin: 0 0px 0;
  border: 1px solid #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  align-items: center;
}
ul.newsletter__social-icons li svg {
    display: block;
    height: 22px;
    margin: 0 auto;
    vertical-align: middle;
    width: 22px;
}

.newsletter__section .newsletter__section-email:focus::-webkit-input-placeholder,
.newsletter__section .newsletter__section-email:focus:-moz-placeholder,
.newsletter__section .newsletter__section-email:focus::-moz-placeholder,
.newsletter__section .newsletter__section-email:focus:-ms-input-placeholder {
  color: transparent;
}

.newsletter__section .errors {
  margin-top: 10px;
}
.newsletter__section .errors li {
  list-style: none;
  padding: 10px;
}


.newsletter__section h2,
.newsletter__section p,
.newsletter__section-subheading a,
.newsletter__section p.success,
.newsletter__section .errors {
  color: var(--text-color);
}
.newsletter__section .newsletter__section-email {
  background: transparent;
  border: 2px solid var(--text-color);
  color: var(--text-color);
  border-radius: 30px;
  font-weight: 500;
  font-family: var(--castoro-font);
  height: 50px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-top: 0;
  text-transform: uppercase;
}
.newsletter__section .newsletter__section-submit {
  background: transparent;
  color: var(--button-color);
  background-image: url("arrow-newsletter-f58.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  display: inline-block;
  font-size: 0;
  height: 11px;
  right: 15px;
  min-width: auto;
  max-height: 35px;
  min-height: 35px;
  overflow: hidden;
  position: absolute;
  padding: 0;
  transition: all .3s ease;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
}

.newsletter__section .newsletter__section-email::-webkit-input-placeholder {
  color: var(--text-color);
}
.newsletter__section .newsletter__section-email:-moz-placeholder {
  color: var(--text-color);
}
.newsletter__section .newsletter__section-email::-moz-placeholder {
  color: var(--text-color);
}
.newsletter__section .newsletter__section-email:-ms-input-placeholder {
  color: var(--text-color);
}
.newsletter__section div.errors {
    margin-top: 2px;
    position: absolute;
    font-size: 12px;
}
.newsletter__section div.errors li {
  color: red;
  padding: 0px;
}
footer img {
  height: 31px;
}

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

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

@media (min-width: 980px) {
  div#bottom-footer {
    margin-top: 25px;
  }
  .footer-section .section-title ~ ul {
    display: block !important;
  }
  #footer #payment {
    text-align: {{ section.settings.footer_text_align }};
  }
  #footer ul#footer-icons {
    text-align: {{ section.settings.footer_text_align }};
  }
  {% if section.settings.footer_text_align == 'left' %}
    #footer ul#footer-icons li:first-child {
      margin-left: 0;
      padding-left: 0;
    }
    #footer .selectors-form {
      justify-content: flex-start;
      flex-wrap: nowrap;
    }
  {% endif %}
}
  
@media (max-width: 740px) {
  .footer-section .disclosures {
    justify-content: space-between;
  }
  footer {
    text-align: left;
  }
  footer ul {
    margin-bottom: 30px;
  }
  div#bottom-footer .footer-left {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  div#bottom-footer .footer-right {
    width: 100%;
  }
  div#bottom-footer .selectors-form {
    justify-content: flex-start;
    margin: 0;
  }
  div#bottom-footer #payment {
    text-align: center;
  }
  div#bottom-footer  .footer-section .disclosure__toggle {
    height: 44px;
    width: 80px;
  }
  div#bottom-footer ul#social-links {
    margin-bottom: 0;
  }
  div#bottom-footer p.copyright-text {
    margin-bottom: 20px;
  }
  ul.footer-left, ul#footer-right {
    float: left;
    width: 100%;
    text-align: center;
  }
  .footer-left li, #footer-right li {
    text-align: center; float: none;
  }
  
  .sub-footer .left-side, .sub-footer .right-side {
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  
  .footer-sect ul {
    margin-bottom: 0;
    list-style: none;
    transition: all 500ms ease;
  }
  .footer-sect ul li {
    display: block;
    padding: 2px 0;
  }
  .newsletter__section .newsletter__section-container {
      margin: auto;
      padding: 30px 0px;
      text-align: center;
      width: 90%;
  }
  .newsletter__section-contentWrapper {
      grid-column: 1 / span 4;
  }
  ul.newsletter__social-icons {
      margin: 20px 0 0px;
  }
}
@media (max-width: 979px) {
  .newsletter__section h2 {
    font-size: 30px;
  }
  .newsletter__section .newsletter__section-subheading p {
    font-size: 14px;
  }
  .newsletter__section .newsletter__section-email {
    font-size: 14px;
  }

  div#bottom-footer {
    flex-wrap: wrap;
    padding-top: 0;
    margin-top: 20px;
  }
  footer#footer {
      padding: 15px;
  }
  .footer-sect {
      border-bottom: 1px solid var(--color-teel);
      padding: 15px 0;
  }
  .footer-section .section-title {
      margin-bottom: 0;
      position: relative;
  }
  .footer-section .section-title h3 {
     margin-bottom: 0px;
    cursor: pointer;
  }
  .footer-section .section-title ~ ul {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    display: block;
    transition: all 500ms ease;
  }
  .footer-section .section-title.select ~ ul {
      max-height: 50vh;
      transition: all 500ms ease;
      padding-top: 10px;
  }

  .footer-section .section-title:after {
      content: '';
      cursor: pointer;
      position: absolute;
      right: 3px;
      height: 8px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 15px solid var(--color-teel);
      transition: all 500ms ease; 
      transform: translateY(-50%) rotate(-180deg);
      top: 50%;
      width: 8px;
  }
  .footer-section .section-title.select:after {
      transform: rotate(0deg);
      margin-top: -7px;
  }
  .footer .grid__wrapper.row {
      padding: 0;
      grid-gap: 0;
  }
  .footer .grid__wrapper {
    display: block;
    width: 100%;
  }
  
}