.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-faded {
  background-color: #f7f7f9;
}

.bg-primary {
  background-color: #FD6B54 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #fc3f22 !important;
}

.bg-success {
  background-color: #4cbb6c !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #3a9a56 !important;
}

.bg-info {
  background-color: #5bc0de !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important;
}

.bg-warning {
  background-color: #ff9a52 !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ff7c1f !important;
}

.bg-danger {
  background-color: #ff4c4c !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #ff1919 !important;
}

.bg-inverse {
  background-color: #363A42 !important;
}

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #1f2126 !important;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-circle {
  border-radius: 50%;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline {
  display: inline !important;
}

.float-xs-left {
  float: left !important;
}

.float-xs-right {
  float: right !important;
}

.float-xs-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-0 {
  margin: 0 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 1rem 1rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-2 {
  margin: 1.5rem 1.5rem !important;
}

.mt-2 {
  margin-top: 1.5rem !important;
}

.mr-2 {
  margin-right: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 1.5rem !important;
}

.ml-2 {
  margin-left: 1.5rem !important;
}

.mx-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-3 {
  margin: 3rem 3rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 1rem 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-2 {
  padding: 1.5rem 1.5rem !important;
}

.pt-2 {
  padding-top: 1.5rem !important;
}

.pr-2 {
  padding-right: 1.5rem !important;
}

.pb-2 {
  padding-bottom: 1.5rem !important;
}

.pl-2 {
  padding-left: 1.5rem !important;
}

.px-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-3 {
  padding: 3rem 3rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-xs-left {
  text-align: left !important;
}

.text-xs-right {
  text-align: right !important;
}

.text-xs-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #666666 !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: #4d4d4d !important;
}

.text-primary {
  color: #FD6B54 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #fc3f22 !important;
}

.text-success {
  color: #4cbb6c !important;
}

a.text-success:focus, a.text-success:hover {
  color: #3a9a56 !important;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important;
}

.text-warning {
  color: #ff9a52 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #ff7c1f !important;
}

.text-danger {
  color: #ff4c4c !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #ff1919 !important;
}

.text-gray-dark {
  color: #363A42 !important;
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #1f2126 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.js-footer {
  background-color: #92C6B9;
  color: #fff;
  margin-top: 4rem;
}
.js-footer a {
  color: #333;
}
.js-footer a:focus, .js-footer a:active, .js-footer a:hover, .js-footer a.active.focus, .js-footer a.active:focus, .js-footer a.active:hover, .js-footer a:active.focus, .js-footer a:active:focus, .js-footer a:active:hover, .js-footer a.disable:hover, .js-footer a:disabled:hover {
  color: #333;
  outline: 0;
  text-decoration: none;
}
@media (max-width: 767px) {
  .js-footer {
    margin-top: 4rem;
  }
}

.block-contact {
  font-size: 0.8125rem;
}
.block-contact img {
  max-width: 80%;
  display: block;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .block-contact #contact-infos {
    padding: 0.625rem 1rem;
    padding-top: 0;
  }
}

.blockcms-title,
.myaccount-title,
.myaccount-title a,
.block-contact-title {
  font-size: 1rem;
  font-weight: 700;
}

.footer-copyright {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-copyright .footer-copyright-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .footer-copyright {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
  }
}

@media (max-width: 767px) {
  .footer-copyright {
    margin-top: 0;
  }

  .footer-copyright {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer-copyright-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1rem;
  }
}
.ps-social-follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .ps-social-follow {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1rem 0;
  }
}
.ps-social-follow ul {
  margin-bottom: 0;
}
.ps-social-follow ul li {
  display: inline;
}
.ps-social-follow ul li a {
  color: #fff;
  text-transform: uppercase;
  margin: 0 0.4rem;
  font-size: 1.2rem;
  letter-spacing: 0.6px;
}
.ps-social-follow ul li.twitter i, .ps-social-follow ul li.facebook i, .ps-social-follow ul li.instagram i {
  display: none;
}
.ps-social-follow ul li.twitter a, .ps-social-follow ul li.facebook a, .ps-social-follow ul li.instagram a {
  width: 24px;
  height: 19px;
  display: inline-block;
}
.ps-social-follow ul li.twitter a {
  background: url(../img/twitter-x-fill-black.svg) no-repeat center center;
}
.ps-social-follow ul li.facebook a {
  background: url(../img/facebook-x-fill-black.svg) no-repeat center center;
}
.ps-social-follow ul li.instagram a {
  background: url(../img/instagram-x-fill-black.svg) no-repeat center center;
}

body#checkout .ps-social-follow ul li i {
  mix-blend-mode: difference;
  opacity: 0.4;
}

.footer-container {
  padding-top: 3rem;
  overflow: hidden;
}
.footer-container .h3,
.footer-container .h4 {
  color: #333;
  margin-bottom: 1rem;
  font-size: clamp(1rem, 2vw + 1rem, 1.2rem);
  font-weight: 900;
}
.footer-container li {
  margin-bottom: 0.3125rem;
}
.footer-container li a {
  cursor: pointer;
}
.footer-container li a:hover {
  text-decoration: underline;
}

.links {
  /*@include media-breakpoint-up(md) {
    .row{
      display: flex;
      justify-content: space-between;
      align-items: stretch;
    }
    .wrapper{
      border-left: 1px solid rgba(256,256,256,0.5);
      padding-left: 2rem;
      &:last-child{
        min-width: 40%;
      }
    }
  }*/
}
.links .collapse {
  display: inherit;
}

@media (max-width: 767px) {
  .block_newsletter {
    padding-bottom: 0.625rem;
  }

  .footer-container {
    margin-top: 0;
    padding-top: 2rem;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .footer-container .wrapper {
    /* stylelint-disable */
    padding-right: 0 !important;
    padding-left: 0 !important;
    /* stylelint-enable */
  }
  .footer-container .links .h3 {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 900;
    margin-bottom: 0;
  }
  .footer-container .links ul {
    margin-bottom: 1.5rem;
  }
  .footer-container .links ul > li {
    padding: 0rem 1rem;
    font-weight: 600;
  }
  .footer-container .links ul > li a {
    color: #fff;
  }

  .links .collapse {
    display: none;
  }
  .links .collapse.in {
    display: block;
  }
  .links .title {
    padding: 0 1rem;
    cursor: pointer;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .links .title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .links .title .collapse-icons .remove {
    display: none;
  }
}
@media (max-width: 767px) {
  .links .title[aria-expanded=true] .collapse-icons .add {
    display: none;
  }
  .links .title[aria-expanded=true] .collapse-icons .remove {
    display: block;
  }
}
@media (max-width: 767px) {
  .links .navbar-toggler {
    width: auto;
    display: inline-block;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .block-social {
    text-align: center;
  }

  .block-contact {
    padding-left: 1.5rem;
  }
}
.footer-bottom {
  background: #fff;
  color: #333333;
  padding: 2rem 0;
}
.footer-bottom p {
  font-size: 0.8125rem;
}

.footer-newsletter {
  background: #FDF0EC;
  color: #333333;
}

.block_newsletter {
  float: inherit;
  width: 100%;
  margin: auto;
  padding: 2rem 0;
}
.block_newsletter form {
  position: relative;
}
.block_newsletter form input[type=text] {
  padding: 16px;
  min-width: 255px;
  color: #666666;
  border: 1px solid #6B778C;
}
.block_newsletter form input[type=text]:focus {
  outline: 3px #FD6B54 solid;
  color: #232323;
  background: white;
}
.block_newsletter form input[type=text]:focus + button .search {
  color: #FD6B54;
}
.block_newsletter form button[type=submit] {
  position: absolute;
  background: none;
  border: none;
  bottom: 0.3125rem;
  right: 0.5rem;
  top: 0.4rem;
  color: #FD6B54;
}
.block_newsletter form button[type=submit] .search:hover {
  color: #FD6B54;
}
.block_newsletter .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .block_newsletter .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block_newsletter h3, .block_newsletter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.block_newsletter .block-newsletter-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 1rem;
}
.block_newsletter #block-newsletter-label {
  font-size: 1.3125rem;
  line-height: 1.75rem;
  color: #333333;
}
.block_newsletter form {
  /*.row {
    .col-xs-12:first-of-type {
      .btn-primary:first-of-type {
        margin-left: 0.5rem;
      }
    }
  }*/
}
.block_newsletter form .input-wrapper {
  overflow: hidden;
  width: 100%;
  margin-right: 10px;
}
.block_newsletter form p {
  font-size: 0.8125rem;
}
.block_newsletter form p a {
  color: #D06656;
}
.block_newsletter form input[type=email] {
  width: 100%;
  padding: 14px 10px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.block_newsletter form input[type=email]:focus {
  padding: 14px 8px 14px;
  border: 3px #FD6B54 solid;
  outline: 0;
}

#footer .block_newsletter p, #footer .block_newsletter .psgdpr_consent_message {
  margin: 0;
  font-size: 0.875rem;
}
#footer .block_newsletter a {
  color: #D06656;
}
#footer .block_newsletter #block-newsletter-label {
  padding-top: 0;
}
@media (max-width: 767px) {
  #footer .block_newsletter {
    text-align: center;
    padding: 2rem;
  }
}

@media (max-width: 767px) {
  .block_newsletter {
    padding-top: 1rem;
  }
  .block_newsletter .block-newsletter-input {
    display: block;
  }
  .block_newsletter .block-newsletter-input .input-wrapper {
    margin-bottom: 0.5rem;
  }

  .block_newsletter form {
    padding-left: 0;
  }
}