#footer {
  background: #eee;
  color: #333;
  cursor: default;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

#footer .h2 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 4px;
  color: #111;
  line-height: 24px;
  text-shadow: none;
}

#footer .h3,
#footer .h3 > a {
  margin-top: 20px;
  color: #49e;
  margin: 0;
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 15px;
}
#footer ul {
  margin-bottom: 16px;
}

#footer .h3 {
  color: #333;
}
#footer .h3 a:hover {
  color: #49e;
}
#footer a {
  color: #333;
}
#footer a:hover {
  text-decoration: underline;
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
}
#footer .row {
  position: relative;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
#footer .col {
  float: left;
  width: 25%;
}
#footer .row ul li {
  text-indent: 10px;
}

#footer .newsletter-subscribe {
  border-radius: 2px;
  display: inline-block;
  margin: 3px 20px;
  overflow: hidden;
  text-align: left;
  width: 500px;
  position: relative;
}

#footer
  .newsletter-footer-container[data-newsletter-subscribe-state="false"]
  .newsletter-unsubscribe {
  display: none;
}

#footer
  .newsletter-footer-container[data-newsletter-subscribe-state="true"]
  .newsletter-subscribe {
  display: none;
}

.newsletter-subscribe input[type="submit"] {
  position: relative;
  width: 15%;
  height: 28px;
  background: $grey-light;
  border: none;
  border-radius: 0 2px 2px 0;
  color: $text-color;
  cursor: pointer;
  font-weight: 700;
  padding: 5px;
}

.newsletter-subscribe input[type="text"] {
  border-radius: 2px 0 0 2px;
  height: 29px;
  width: initial;
  margin: 0;
  padding: 0 10px;

  border: solid 1px $grey-light;
  background-color: white;
}

.footer-wrapper {
  background: #eee;
  bottom: 0;
  display: inline-block;
  margin: 0 auto;
  max-width: 1200px;
  min-width: 980px;
  position: relative;
  padding: 20px 0 30px 0;
  width: 100%;
  z-index: 3;
}

.staples-footer-left-column,
.staples-footer-right-column {
  min-width: 240px;
  width: 21%;
}
.staples-footer_address {
  display: inline-block;
}

.staples-footer-middle-column {
  max-width: 600px;
  min-width: 480px;
  width: 52%;
}

.staples-footer-parent-column {
  display: inline-block;
  height: 150px;
  text-align: left;
  vertical-align: middle;
}

.staples-footer-parent-column ul li {
  text-indent: 5px;
}

.staples-footer-wrapper {
  background: #eee;
  bottom: 0;
  display: inline-block;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  padding: 20px 10px 30px 10px;
  text-align: center;
  z-index: 3;
}

.footer_address .h3 {
  color: #333 !important;
}

.paypal-icon:after {
  content: "";
  display: block;
  height: 40px;
  width: 90px;
  background: url(../css/images/payment_methods.png);
}

.payment-methods-icon:after {
  content: "";
  display: block;
  height: 40px;
  width: 90px;
  background: url(../css/images/payment_methods.png) 0 -280px no-repeat;
}

.footer-newsletter-signup input[type="text"] {
  border-radius: 2px 0 0 2px;
  width: 85% !important;
  height: 28px;
  margin: 0;
  padding: 0 10px;
  z-index: 1;
  float: left;
}

.footer-newsletter-signup input[type="submit"] {
  position: relative;
  width: 15%;
  height: 28px;
  background: #ccc;
  border: none;
  border-radius: 0 2px 2px 0;
  color: #111;
  cursor: pointer;
  font-weight: 700;
  padding: 5px;
}

input[type="submit"].footer-newsletter-signup:hover {
  background: #999;
  box-shadow: 0 0 0 15px #999, 30px 0 0 5px #999; /*need this for IE*/
}

.footer-newsletter-signup {
  border-radius: 2px;
  display: inline-block;
  margin: 3px 20px;
  overflow: hidden;
  text-align: left;
  width: 380px;
  position: relative;
}

.lang-select li {
  display: inline-block;
}

.lang-select {
  background: #eee;
  border-radius: 2px;
  margin-right: 5px;
  padding: 0 10px;
}

#footer .footer-social {
  display: inline-block;
  vertical-align: top;
}

#footer .footer-social li {
  display: inline-block;
  margin: 0 2px;
}

#footer .footer-social li a {
  display: block;
  line-height: 32px;
  height: 32px;
  width: 32px;
  border-radius: 3px;
  background: #ccc;
  font-size: 20px;
  color: #fff;
  transition: ease all 0.5s;
}

#footer .footer-social li a:hover {
  text-decoration: none;
  color: #2699ee;
}

#footer .footer-social .icon-Sculpteo_Home-NEWSLETTER:before {
  color: #ffffff;
  transition: ease all 0.5s;
}
#footer .footer-social a:hover .icon-Sculpteo_Home-NEWSLETTER:before {
  color: #49e;
}

/*Contact Flag*/
#contactFrame {
  position: fixed;
  top: 100px;
  right: 50%;
  z-index: 9999999;
  margin-right: -350px;
  background: white;
  overflow: hidden;
  box-shadow: 0 0 0 1500px rgba(0, 0, 0, 0.5), 0 0 80px #000;
  border-radius: 3px;
  display: none;
  max-height: 90%;
}
#contactCurtain {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999998;
}

.contact_flag,
.contact_flag_cover {
  background: #eee;
  border-radius: 3px 0 0 0;
  height: 110px;
  position: fixed;
  right: 0;
  transition: ease all 0.2s;
  width: 250px;
  z-index: 1;
}
.contact_flag {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  bottom: -50px;
  z-index: 99;
}
.contact_flag:hover {
  bottom: 0;
}

.contact_flag h2 {
  color: #333;
}

.contact_flag a {
  margin: 0 5px;
  opacity: 0.8;
  transition: ease all 0.2s;
}
.contact_flag a:hover {
  opacity: 1;
  text-decoration: none;
}
.contact_flag_cover {
  bottom: 0;
  height: 100%;
  padding-top: 0 !important;
  position: absolute;
  width: 255px;
  z-index: 2;
}
#contact_mailUs {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 30px;
  max-width: 45%;
}
#contact_mailUs {
  background-image: url(images/envelope.png);
}

#contact_phoneUs {
  background-image: url(images/phone_icon.png);
}
#contact_phoneUs {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 31px;
  max-width: 45%;
  margin-top: 2px;
}
.inset_shadow {
  box-shadow: inset 0 10px 10px -10px #999;
  padding-top: 20px;
}

#footer-bottom {
  position: relative;
}

#footer-lang-select {
  margin-top: 16px;
}

#footer-lang-select i {
  position: relative;
  top: -4px;
}

#footer .bottom-links {
  margin: 0;
  text-align: center;
}

#footer .bottom-links li {
  display: inline-block;
}

#footer .bottom-links li:after {
  content: "-";
  display: inline-block;
  margin: 0 5px;
}

#footer .bottom-links li:last-child:after {
  display: none;
}

/*cookies section*/

#cookies-consent {
  position: fixed;
  z-index: 99999999;
  left: 2rem;
  bottom: 2rem;
  width: calc(100vw - 4rem);
  max-width: 450px;
  padding: 1rem;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
}

@media #{$medium-and-down} {
  #cookies-consent {
    max-width: 100%;
  }
}

#cookies-consent .cookies-inner {
  display: flex;
  align-items: center;
}

@media (max-width: 1023px) {
  .responsive #footer .footer-wrapper {
    min-width: 0;
    padding: 0;
  }

  .responsive #footer .social-link-bar {
    margin-top: 20px;
  }

  .responsive #footer .col {
    width: 50%;
    text-align: center;
  }

  .responsive #footer .ekomi {
    position: static;
  }

  .responsive #footer .bottom-links li {
    padding: 2px 0;
  }

  .responsive #footer .bottom-links li a {
    padding: 5px 0;
  }

  .responsive #footer .h3 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .responsive #footer {
    overflow: hidden;
  }

  .responsive #footer .col {
    width: 100%;
    float: none;
  }

  .responsive #footer .footer-links .h3 {
    text-align: center;
  }

  .responsive #footer .footer-addresses .h3 {
    margin-top: 8px;
    text-align: center;
  }

  .responsive #footer .col .h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    font-weight: normal;
  }

  .responsive #footer .footer-links .col:first-child .h2:first-child {
    padding-top: 5px;
    border-top: 1px solid #ccc;
  }

  .responsive #footer .col .h2 + div {
    display: none;
  }

  .responsive #footer hr {
    display: none;
  }

  .responsive #footer ul {
    display: block;
    width: 100%;
  }

  .responsive #footer-lang-select {
    margin-bottom: 80px;
  }

  .responsive .ekomi {
    display: none;
  }

  .responsive .press-container {
    opacity: 1;
  }

  .responsive .press-container a {
    width: 80px;
    height: auto;
  }

  .responsive .press-container a img {
    width: 100%;
  }

  .responsive form.footer-newsletter-signup {
    margin: 10px auto;
    width: 90%;
  }

  .footer-newsletter-signup input[type="text"],
  .footer-newsletter-signup input[type="submit"] {
    height: 36px;
  }

  .responsive input[type="text"].footer-newsletter-signup {
    display: block;
    width: 230px;
  }

  .responsive #footer .social-link-bar {
    margin: 40px 0 0 0;
  }
}

/*modal style*/

.newsletter-popin .modal {
  position: relative;
  width: 100%;
  z-index: 1001;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.35);
  border-top: 4px solid #49e;
  background-color: white;
  padding: 20px;
}

.newsletter-popin .modal--fixed-top {
  position: fixed;
  top: 70px;
  max-width: 700px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}

.newsletter-popin .modal--center {
  position: fixed;
  top: 50%;
  max-width: 700px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.newsletter-popin .modal--scroll-on-desktop {
  max-height: 80%;
  overflow: auto;
}

.newsletter-popin .modal-container {
  position: relative;
  text-align: center;
}

.newsletter-popin .modal-background {
  background: rgba(0, 0, 0, 0.35);
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}

.newsletter-popin .modal-back.modal-back-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  cursor: pointer;
  color: #929292;
  font-size: 20px;
}

.newsletter-popin .modal-back.modal-back-icon:hover {
  color: black;
}

.newsletter-popin .modal-back.modal-back-icon svg {
  width: 20px;
  height: 20px;
}

.newsletter-popin .heading {
  position: relative;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
  line-height: 4rem;
}

.newsletter-popin .heading--sm {
  font-size: 28px;
}

.newsletter-popin .separator {
  height: 2px;
  width: 250px;
  margin: auto;
  margin-bottom: 40px;
  background: #49e;
}

.newsletter-popin .separator--modal {
  width: 60%;
}

.newsletter-popin .text--grey {
  color: #929292;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 21px;
}

.newsletter-popin .forms label {
  display: block;
  color: #49e;
  padding-bottom: 5px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: left;
}

.newsletter-popin .forms input {
  position: relative;
  display: block;
  width: 100%;
  height: 28px;
  border: none;
  background-color: #eeeeee;
  padding: 0 0 0 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.newsletter-popin .forms .input_hasIcon input {
  padding-left: 30px;
}

.newsletter-popin .forms .field-icon {
  position: absolute;
  padding-left: 6px;
  font-size: 18px;
  padding-top: 2px;
  color: #929292;
  pointer-events: none;
  left: 0;
  z-index: 2;
}

.newsletter-popin .forms .line {
  display: block;
  width: 100%;
  height: 1px;
  background: #cccccc;
  position: absolute;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.newsletter-popin .forms .checkbox {
  font-size: 14px;
  text-align: left;
}

.newsletter-popin .forms .checkbox ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.newsletter-popin .forms .checkbox ul li {
  margin-bottom: 12px;
}

.newsletter-popin .forms [type="checkbox"] {
  position: absolute;
  left: -9999px;
}

.newsletter-popin .forms [type="checkbox"]:not(:checked) + label,
.newsletter-popin .forms [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

.newsletter-popin .forms [type="checkbox"]:not(:checked) + label:before,
.newsletter-popin .forms [type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  border: 1px solid #49e;
  background: #fff;
  border-radius: 2px;
}

.newsletter-popin .forms [type="checkbox"]:not(:checked) + label:after,
.newsletter-popin .forms [type="checkbox"]:checked + label:after {
  content: "✔";
  position: absolute;
  top: 3px;
  left: 1px;
  font-size: 17px;
  line-height: 0.8;
  color: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.newsletter-popin .forms [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.newsletter-popin .forms [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.newsletter-popin .forms [type="checkbox"]:checked + label:before {
  background: #49e;
}
