/* PAGE */
body {
  height: 100%;
}

#page {
  min-height: 100%;
  padding-bottom: 6rem;
  position: relative;
  margin-top: 0;
}

h1#page-title {
  font-size: 22px !important;
  font-weight: bold;
  text-transform: none;
}

/* FORM NEWSLETTER */
.form-item:first-of-type {
    margin-top: 0;
}

.form-item {
    box-sizing: border-box;
    margin: 10px 0;
    max-width: 100%;
    width: 500px;
}

.form-input {
    position: relative;
}

select, textarea, input {
    font-family: inherit;
    font-size: inherit;
}

.form-select,
.form-textfield {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 13px 24px;
  color: #59554e;
  /*background: transparent;*/
  border: 1px solid rgba(89,85,78,0.2);
  transition: border-color 0.15s ease-in-out;
}

/* NEWSLETTER SIGNUP */
.form-newsletter-signup .form-item-textfield {
  width: 480px;
}
.form-newsletter-signup .form-textfield:focus {
  border-color: #1f5a9f;
  background-color: #FFF;
}
.form-newsletter-signup .nf-button {
  width: 190px;
}
.form-newsletter-signup .nf-button .btn-progress {
  position: absolute;
  width: 0;
  background: #7a6a53;
  transition: width 1s ease-out;
  -webkit-transition: width 1s ease-out;
}
.form-newsletter-signup.loading .nf-button .btn-progress {
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
}
.form-newsletter-signup .nf-button .inner {
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
}
.form-newsletter-signup.submitted .nf-button .inner {
  transform: translate3d(0,-100%,0);
  -webkit-transform: translate3d(0,-100%,0);
}
.form-newsletter-signup .nf-button .mobile {
  display: none;
}
.form-newsletter-signup .nf-button .complete {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 100%;
  background: url("../images/newsletter.png") no-repeat center center;
  background-size: 24px 16px;
  display: none;
}
.form-newsletter-signup .progress-current {
  margin: 20px 0 0;
}
.form-newsletter-signup .progress-bar {
  display: none;
}
.form-newsletter-signup .form-loader {
  display: none !important;
}

/* PAGE NEWSLETTER AND FOOTER */
.newsletter > .inner {
  width: 740px;
}
.newsletter {
  border-top: 1px solid #e3e3e3;
  min-height: 100%;
    min-height: 40vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    -webkit-box-align : center;
    -webkit-align-items : center;
    -moz-box-align : center;
    -ms-flex-align : center;
    align-items : center;
    width: 100%;
  -webkit-box-pack : center;
    -moz-box-pack : center;
    -ms-flex-pack : center;
    -webkit-justify-content : center;
    justify-content : center;
}
.newsletter.home-page {
    min-height: 100%;
    min-height: 80vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    -webkit-box-align : center;
    -webkit-align-items : center;
    -moz-box-align : center;
    -ms-flex-align : center;
    align-items : center;
    width: 100%;
  -webkit-box-pack : center;
    -moz-box-pack : center;
    -ms-flex-pack : center;
    -webkit-justify-content : center;
    justify-content : center;
}
.newsletter > .inner {
  max-width: 740px;
  margin: 0 auto;
  padding: 65px 30px;
  overflow: hidden;
}
.newsletter h3 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  padding: 0;
  margin: 0 0 30px;
  color: #59554e;
}

.nf-button,
a.btn,
.btn {
  border: none;
  color: #fff;
  background: #1f5a9f;
  display: inline-block;
  padding: 0 45px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  box-sizing: border-box;
  cursor: pointer;
  -moz-user-select: none;
  background-image: none;
  -webkit-appearance: none;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  border-radius: 0 !important;
}
.nf-button:hover {
  background-color: #5495e1;
}

.btn:hover {
  background-color: #5495e1;
}

a.btn-white,
.btn-white {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  line-height: 46px;
}
.btn-white:hover {
  background-color: #fff;
  color: #59554e;
}
a.btn-black,
.btn-black {
  background-color: transparent;
  color: #fff;
    /*border: 2px solid #59554e;*/
    line-height: 46px;
}
.btn-black:hover {
  background: #5495e1;
}
a.btn-danger,
.btn-danger {
  background: #D9534F;
}
.btn-danger:hover {
  background: #C9302C;
}
a.btn-success,
.btn-success {
  background-color: #5CB85C;
}
.btn-success:hover {
  background-color: #449D44;
}

.footer {
  background: #000;
  color: #fff;
  position: absolute;
  bottom:0;
  height: auto;
  width: 100%;
  left:0;
}

.social-media {
  /*margin-top: 65px;*/
  text-align: right;
}
.social-media a {
  display: inline-block;
  margin-left: 11px;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  text-decoration: none;
}
.social-media a:hover, .social-media a:focus {
  color: #fff;
}
.social-media a:first-child {
  margin-left: 0;
}
.footer .copyright, .checkout-footer .copyright {
  /*margin-top: 55px;*/
  text-align: left;
  opacity: 0.7;
}
.footer .paymentmethods, .checkout-footer .paymentmethods {
  margin-top: 25px;
  text-align: center;
}
.footer .footer-bottom, .checkout-footer .footer-bottom {
  padding: 15px 25px;
}
.klarna-part-payment{
  width: 150px;
  height: 80px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: auto;
  margin-right: auto;
  margin-left: auto;
}

.clear {
  clear: both;
}

#menu-footer ul.menu li {
    display: inline-block;
    margin: 0 0 0 45px;
}

#menu-footer ul.menu li:first-child {
    margin-left: 0;
}

@media all and (max-width: 1004px) {
  .footer .copyright, .checkout-footer .copyright {
    font-size: 12px;
  }

  #menu-footer ul.menu li a {
    font-size: 12px;
  }
}

@media all and (max-width: 991px) {
  .footer .copyright, .checkout-footer .copyright {
    text-align: center;
  }

  #menu-footer ul.menu {
    margin: 10px 0;
  }

  .social-media {
    text-align: center;
  }

  #page {
    padding-bottom: 11rem;
  }
}