/** Shopify CDN: Minification failed

Line 83:2 Unexpected "{"
Line 83:3 Expected identifier but found "%"
Line 92:2 Unexpected "{"
Line 92:3 Expected identifier but found "%"

**/
#footer-wrapper {
  text-align: var(--footer-text-align);
}
.footer--divider {
  border-bottom: 0px solid var(--dotted-color);
  margin-top: 0px;
}

.footer-block .logo-image {
  max-width: var(--footer-logo-width);
  /* width: var(--footer-logo-width); */
  width: 140px;
}

@media only screen and (max-width:1199px) {
  .footer-block .logo-image{
    width: 110px;
  }
}

@media only screen and (max-width:740px) {
  .footer-block .logo-image{
    width: 100px;
  }
}

div#bottom-footer {
  /* display: flex; */
  display:none;
  margin: 0 auto;
  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 #payment {
  text-align: right;
  margin-top: 16px;
}
div#bottom-footer #footer-icons {
  margin: 0;
}
div#bottom-footer #footer-icons i {
  font-size: 19px;
}
div#bottom-footer div#copy {
  margin-top: 21px;
  text-transform: capitalize;
}
div#bottom-footer #copy p {
  text-align: left;
  margin: 0;
}
ul.policies.list-unstyled {
  display: flex;
  gap: 10px;
  list-style: none;
  margin-bottom:0;
  flex-wrap: wrap;
}
@media (min-width: 980px) {
  #footer #payment {
    text-align:   text-align: var(--footer-text-align);
  }
  #footer ul#footer-icons {
  text-align:  text-align: var(--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) {
  div#bottom-footer {
    flex-wrap: wrap;
  }
  div#bottom-footer .footer-left {
    width: 100%;
    text-align: left;
    order:2;
    margin-top: 31px;
  }
  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  .footer-section .disclosure__toggle {
    height: 44px;
    width: 80px;
  }
  section.footer-block {
    vertical-align: top;
  }
}

/* =============== */
/* = Footer = */
/* =============== */
.credit img {
  height: 28px;
}

#bottom-logo {
  margin-top: 50px;
  text-align: center;
}

#footer-wrapper {
  z-index: 2;
  clear: left;
  border-top: 0px solid var(--dotted-color);
  /* background: var(--footer-background); */
  /* background: #ffb9cd !important; */
  background: #fff !important;
  /* padding: 63px 0 30px; */
  padding: 80px 0 45px;

}

@media only screen and (max-width:1199px) {
  /* #footer-wrapper {
    padding: 60px 0 25px;
  } */

  #shopify-section-sections--22842383335701__footer #footer-wrapper p, #shopify-section-sections--22842383335701__footer #footer-wrapper a {
    font-size: 16px !important;
}

}

@media only screen and (max-width: 991px) {
    #footer-wrapper {
        padding: 45px 0 15px;
    }
}

@media only screen and (max-width: 739px) {
    #footer-wrapper {
      text-align: center;
      padding: 45px 0 20px;
    }

    #footer-wrapper ul {
      margin-bottom: 0px;
    }
}

@media only screen and (max-width:625px) {

  .afp-left {
      width: 100% !important;
      justify-content: center !important;
  }

  .after-footer-part {
    flex-direction: column-reverse !important;
    row-gap: 2px;
  }

  #shopify-section-sections--22842383335701__custom_liquid_eQLtbQ.shopify-section {
    padding: 12px 0 !important;
  }
  
  .afp-right ul {
    justify-content: center !important;
  }

  .afp-left p {
    font-size: 14px !important;
    line-height: 22px !important;
    text-align: center !important;
  }

}

#footer-wrapper p,
#footer-wrapper a {
  color: var(--footer-text);
}

#footer-wrapper h2,
#footer-wrapper h3 {
  /* color: var(--footer-text); */
  /* padding-bottom: 3px;  */
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 0px;
  margin-bottom: 5px;
}

#footer-wrapper ul {
  list-style: none;
}

#footer-wrapper ul li a {
  line-height: 2.14;
  color: var(--footer-text);
}

#footer-wrapper ul li a:hover {
  color: var(--footer-text);
}

input#footer-EMAIL {
  display: inline-block;
  margin-bottom: 10px;
  background: var(--footer-input);
  color: var(--footer-input-text);
  border: 0;
  border-radius: 0;
}

input#footer-EMAIL::-webkit-input-placeholder { /* WebKit browsers */
  color: var(--footer-input-text);
}
input#footer-EMAIL:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: var(--footer-input-text);
}
input#footer-EMAIL::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: var(--footer-input-text);
}
input#footer-EMAIL:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: var(--footer-input-text);
}

#footer-subscribe {
  display: inline-block;
  background: var(--footer-button);
  color: var(--footer-button-text);
  border: 0;
  font-weight: var(--main-weight);
  white-space: normal;
}

ul#footer-icons li {
  display: inline-block;
  margin: 0 10px;
  width: auto;
  height: 19px;
}

ul#footer-icons li a {
  font-size: 14px;
  color: var(--footer-icons-color);
}

.credit {
  text-align: center;
}

.credit p {
  color: var(--footer-text);
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 15px;
}

.credit a {
  color: var(--footer-text);
}
#mc_embed_signup {
  width: 100%;
}

#mce-EMAIL {
  float: left;
  text-align: center;
  text-indent: 0;
}

#mc-embedded-subscribe {
  float: left;
  margin-top: 0;
}

#payment svg {
  display: inline;
  width: 40px;
  height: 25.25px;
  text-align: center;
  margin: 0 1px;
}

body.index div#footer-wrapper {
  margin-top: 0;
}

/* ---- Scrollup ---- */

.scrollup {
  width:40px;
  height:40px;
  line-height: 40px;
  opacity:0;
  position:fixed;
  bottom:20px;
  right:20px;
  z-index: 3;
  transform: translateY(100px);
  transition: all .5s ease;
  text-align: center;
  background: transparent;
}

.scrollup.showBtn {
  opacity: 0.4;
  transform: translateY(0)
  color: var(--text-color);
}

.scrollup:hover {
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 1000ms ease-in-out;
  -moz-transition: opacity 1000ms ease-in-out;
  -o-transition: opacity 1000ms ease-in-out;
  -ms-transition: opacity 1000ms ease-in-out;
  transition: opacity 1000ms ease-in-out;
  background: transparent;
}


/* Footer-Custom-Styling-Start */

/* #footer .footer-block p strong{
  display: inline-block;
  margin-bottom: 6px;
} */

#footer-wrapper .footer--divider.span-12.auto {
display: none;
}

#shopify-section-sections--22842383335701__custom_liquid_eQLtbQ.shopify-section {
  /* background: #fff; */
  /* background: #ffb9cd; */
  background: #050709;
  padding: 6px 0;
}

.after-footer-part {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1370px;
    width: calc(100vw - 30px);
}

.afp-left {
  width: 72%;
  display: flex;
  justify-content: end;
}

/* .afp-left p {
  margin: 0px;
  color: #000;
} */

.afp-left p {
    margin: 0px;
    /* color: #000; */
    color: #fff;
    font-size: 14px;
    line-height: 32px;
}

.afp-left a {
  /* color: #d4026b; */
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.afp-left a:hover {}

.afp-left span {}

.afp-right {
  width: 28%;
}

.afp-right ul {
  display: flex;
  justify-content: start;
  column-gap: 10px;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.afp-right li {}

.afp-right li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    width: 32px;
    border-radius: 50px;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    /* background-color: #fff; */
    text-align: center;
}

/* .afp-right li:first-child a{
  background: #0866ff;
}

.afp-right li:nth-child(2) a{
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.afp-right li:nth-child(3) a{
  background: #25d366;
} */

.afp-right li a img{
  width: 65%;
  filter: invert(1);
  transition:0.3s ease-in-out;
}

.afp-right li a:hover img{
  /* filter: invert(14%) sepia(77%) saturate(6687%) hue-rotate(322deg) brightness(83%) contrast(102%); */
  transition:0.3s ease-in-out;
}

#bottom-footer .footer-left {
  width: 100%;
}
#bottom-footer #copy p {
  text-align: end;
  margin: 0;
}
#footer-wrapper h3 {
  color: #000000;
}
#footer-wrapper ul li a {
  line-height: 2;
  color: #000000;
  font-size: 18px;
}
#footer-wrapper p,
#footer-wrapper a {
  color: #000000;
  text-decoration: none;
  font-size: 18px;
}
#bottom-footer {
  padding-top: 0px;
  margin-top: 0px;
}
.rte p a {
  line-height: 2.24;
}

#shopify-section-sections--22842383335701__footer #footer-wrapper ul li a:hover,
#shopify-section-sections--22842383335701__footer .rte p a:hover {
    color: #d4026b !important;
}


/* Footer-Custom-Styling-End */