.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .visuallyhidden:first-child + * {
    margin-top: 0; }

.unvisible, .hidden {
  display: none !important; }

.align--center {
  text-align: center; }
.align--left {
  text-align: left; }
.align--right {
  text-align: right; }

.to--bcm {
  color: #25a3fa; }
.to--bcs {
  color: #e70290; }
.to--bct {
  color: #fff301; }
.to--block {
  display: block; }
.to--bold {
  font-weight: 700; }

.mobile_img {
  display: none !important; }

.img_baniere {
  height: 99px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.wpk_review__content__text--giant {
  border: 1px solid #212121;
  border-color: #D3D3D3;
  color: #212121;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 600;
  line-height: 1.4;
  padding: 0.5em 1em;
  text-align: center;
  z-index: 2; }

@media screen and (min-width: 320px) and (max-width: 425px) {
  .img_baniere {
    height: 80px; }

  .languages__list.countries_ul {
    position: inherit; } }
@media screen and (min-width: 350px) {
  /* .mobile_img{
  	display: block !important;
  	margin-top: 20px;
  }
  #tc_home_block_1{
  	display: none !important;
  } */ }
@media screen and (min-width: 420px) {
  .mobile_only {
    display: none; } }

@media screen and (max-width: 1023px) {
  .desktop_only {
    display: none; } }

@media screen and (max-width: 419px) {
  .mobile_hidden {
    display: none; } }

@media screen and (min-width: 769px) {
  .desktop_hidden {
    display: none; } }

.alert, .alert-success, .alert-error, .alert-warning, .alert--success, .alert--error, .alert--warning {
  border: 1px solid #212121;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 15px;
  text-align: center; }
  .alert:first-child, .alert-success:first-child, .alert-error:first-child, .alert-warning:first-child, .alert--success:first-child, .alert--error:first-child, .alert--warning:first-child {
    margin-top: 0; }
  .alert:last-child, .alert-success:last-child, .alert-error:last-child, .alert-warning:last-child, .alert--success:last-child, .alert--error:last-child, .alert--warning:last-child {
    margin-bottom: 0; }
  .alert a, .alert-success a, .alert-error a, .alert-warning a, .alert--success a, .alert--error a, .alert--warning a, .alert a:visited, .alert-success a:visited, .alert-error a:visited, .alert-warning a:visited, .alert--success a:visited, .alert--error a:visited, .alert--warning a:visited {
    color: currentColor; }
  .alert-success, .alert--success {
    border-color: #00aa49;
    color: #00aa49; }
  .alert-error, .alert--error {
    border-color: #c60c1a;
    color: #c60c1a; }
  .alert-warning, .alert--warning, .alert-danger {
    border-color: #e78902;
    color: #e78902; }

.color--bcm {
  color: #25a3fa; }
.color--bcs {
  color: #e70290; }
.color--bct {
  color: #fff301; }

.price, .price--mini {
  color: #25a3fa;
  font-size: 1.5em;
  font-weight: 700;
  white-space: nowrap; }
  .price--mini {
    font-size: 1em; }

.desc_box, .text_box {
  border: 1px solid #25a3fa; }

.text_box {
  padding: 15px;
  font-weight: 600; }
  .text_box p {
    margin: 0.33em 0; }

.desc_box {
  font-size: 1rem;
  font-weight: 300;
  margin: 30px 0;
  padding: 0 15px 0 45px;
  position: relative; }
  .desc_box:first-child {
    margin-top: 0; }
  .desc_box:last-child {
    margin-bottom: 0; }
  .desc_box::before, .desc_box__title {
    left: 22.5px;
    position: absolute;
    top: 0; }
  .desc_box::before {
    border-left: 1px solid #E4E4E4;
    content: '';
    display: block;
    height: 100%; }
  .desc_box__title {
    background: #FFF;
    color: #909090;
    left: -0.15em;
    margin: 0;
    padding: 0 0.7em;
    top: 2em;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    z-index: 2; }
  .desc_box b, .desc_box strong {
    font-weight: 700; }
  .desc_box p:empty {
    display: none; }

@-webkit-keyframes shake {
  0% {
    left: 0; }
  37.5% {
    left: 0; }
  43.75% {
    left: 5px; }
  50% {
    left: 0; }
  56.25% {
    left: -5px; }
  62.5% {
    left: 0; }
  100% {
    left: 0; } }

@keyframes shake {
  0% {
    left: 0; }
  37.5% {
    left: 0; }
  43.75% {
    left: 5px; }
  50% {
    left: 0; }
  56.25% {
    left: -5px; }
  62.5% {
    left: 0; }
  100% {
    left: 0; } }
.container {
  margin: 0 auto;
  max-width: 990px;
  width: calc(100% - (15px * 2)); }

.row, .row--center, .row--v-center, .row--end, .row--space-btw, .row--no-margin, .row--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .row--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .row--v-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .row--end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .row--space-btw {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .row--no-margin {
    margin-left: 0;
    margin-right: 0; }
  .row--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.col-xs-1 {
  padding: 0 15px;
  width: 8.33333%; }

.col-xs-push-left-1 {
  margin-left: 8.33333%; }

.col-xs-push-right-1 {
  margin-right: 8.33333%; }

.col-xs-2 {
  padding: 0 15px;
  width: 16.66667%; }

.col-xs-push-left-2 {
  margin-left: 16.66667%; }

.col-xs-push-right-2 {
  margin-right: 16.66667%; }

.col-xs-3 {
  padding: 0 15px;
  width: 25%; }

.col-xs-push-left-3 {
  margin-left: 25%; }

.col-xs-push-right-3 {
  margin-right: 25%; }

.col-xs-4 {
  padding: 0 15px;
  width: 33.33333%; }

.col-xs-push-left-4 {
  margin-left: 33.33333%; }

.col-xs-push-right-4 {
  margin-right: 33.33333%; }

.col-xs-5 {
  padding: 0 15px;
  width: 41.66667%; }

.col-xs-push-left-5 {
  margin-left: 41.66667%; }

.col-xs-push-right-5 {
  margin-right: 41.66667%; }

.col-xs-6 {
  padding: 0 15px;
  width: 50%; }

.col-xs-push-left-6 {
  margin-left: 50%; }

.col-xs-push-right-6 {
  margin-right: 50%; }

.col-xs-7 {
  padding: 0 15px;
  width: 58.33333%; }

.col-xs-push-left-7 {
  margin-left: 58.33333%; }

.col-xs-push-right-7 {
  margin-right: 58.33333%; }

.col-xs-8 {
  padding: 0 15px;
  width: 66.66667%; }

.col-xs-push-left-8 {
  margin-left: 66.66667%; }

.col-xs-push-right-8 {
  margin-right: 66.66667%; }

.col-xs-9 {
  padding: 0 15px;
  width: 75%; }

.col-xs-push-left-9 {
  margin-left: 75%; }

.col-xs-push-right-9 {
  margin-right: 75%; }

.col-xs-10 {
  padding: 0 15px;
  width: 83.33333%; }

.col-xs-push-left-10 {
  margin-left: 83.33333%; }

.col-xs-push-right-10 {
  margin-right: 83.33333%; }

.col-xs-11 {
  padding: 0 15px;
  width: 91.66667%; }

.col-xs-push-left-11 {
  margin-left: 91.66667%; }

.col-xs-push-right-11 {
  margin-right: 91.66667%; }

.col-xs-12 {
  padding: 0 15px;
  width: 100%; }

.col-xs-push-left-none {
  margin-left: 0; }

.col-xs-push-right-none {
  margin-right: 0; }

@media screen and (min-width: 420px) {
  .col-sm-1 {
    padding: 0 15px;
    width: 8.33333%; }

  .col-sm-push-left-1 {
    margin-left: 8.33333%; }

  .col-sm-push-right-1 {
    margin-right: 8.33333%; }

  .col-sm-2 {
    padding: 0 15px;
    width: 16.66667%; }

  .col-sm-push-left-2 {
    margin-left: 16.66667%; }

  .col-sm-push-right-2 {
    margin-right: 16.66667%; }

  .col-sm-3 {
    padding: 0 15px;
    width: 25%; }

  .col-sm-push-left-3 {
    margin-left: 25%; }

  .col-sm-push-right-3 {
    margin-right: 25%; }

  .col-sm-4 {
    padding: 0 15px;
    width: 33.33333%; }

  .col-sm-push-left-4 {
    margin-left: 33.33333%; }

  .col-sm-push-right-4 {
    margin-right: 33.33333%; }

  .col-sm-5 {
    padding: 0 15px;
    width: 41.66667%; }

  .col-sm-push-left-5 {
    margin-left: 41.66667%; }

  .col-sm-push-right-5 {
    margin-right: 41.66667%; }

  .col-sm-6 {
    padding: 0 15px;
    width: 50%; }

  .col-sm-push-left-6 {
    margin-left: 50%; }

  .col-sm-push-right-6 {
    margin-right: 50%; }

  .col-sm-7 {
    padding: 0 15px;
    width: 58.33333%; }

  .col-sm-push-left-7 {
    margin-left: 58.33333%; }

  .col-sm-push-right-7 {
    margin-right: 58.33333%; }

  .col-sm-8 {
    padding: 0 15px;
    width: 66.66667%; }

  .col-sm-push-left-8 {
    margin-left: 66.66667%; }

  .col-sm-push-right-8 {
    margin-right: 66.66667%; }

  .col-sm-9 {
    padding: 0 15px;
    width: 75%; }

  .col-sm-push-left-9 {
    margin-left: 75%; }

  .col-sm-push-right-9 {
    margin-right: 75%; }

  .col-sm-10 {
    padding: 0 15px;
    width: 83.33333%; }

  .col-sm-push-left-10 {
    margin-left: 83.33333%; }

  .col-sm-push-right-10 {
    margin-right: 83.33333%; }

  .col-sm-11 {
    padding: 0 15px;
    width: 91.66667%; }

  .col-sm-push-left-11 {
    margin-left: 91.66667%; }

  .col-sm-push-right-11 {
    margin-right: 91.66667%; }

  .col-sm-12 {
    padding: 0 15px;
    width: 100%; }

  .col-sm-push-left-none {
    margin-left: 0; }

  .col-sm-push-right-none {
    margin-right: 0; } }
@media screen and (min-width: 769px) {
  .col-md-1 {
    padding: 0 15px;
    width: 8.33333%; }

  .col-md-push-left-1 {
    margin-left: 8.33333%; }

  .col-md-push-right-1 {
    margin-right: 8.33333%; }

  .col-md-2 {
    padding: 0 15px;
    width: 16.66667%; }

  .col-md-push-left-2 {
    margin-left: 16.66667%; }

  .col-md-push-right-2 {
    margin-right: 16.66667%; }

  .col-md-3 {
    padding: 0 15px;
    width: 25%; }

  .col-md-push-left-3 {
    margin-left: 25%; }

  .col-md-push-right-3 {
    margin-right: 25%; }

  .col-md-4 {
    padding: 0 15px;
    width: 33.33333%; }

  .col-md-push-left-4 {
    margin-left: 33.33333%; }

  .col-md-push-right-4 {
    margin-right: 33.33333%; }

  .col-md-5 {
    padding: 0 15px;
    width: 41.66667%; }

  .col-md-push-left-5 {
    margin-left: 41.66667%; }

  .col-md-push-right-5 {
    margin-right: 41.66667%; }

  .col-md-6 {
    padding: 0 15px;
    width: 50%; }

  .col-md-push-left-6 {
    margin-left: 50%; }

  .col-md-push-right-6 {
    margin-right: 50%; }

  .col-md-7 {
    padding: 0 15px;
    width: 58.33333%; }

  .col-md-push-left-7 {
    margin-left: 58.33333%; }

  .col-md-push-right-7 {
    margin-right: 58.33333%; }

  .col-md-8 {
    padding: 0 15px;
    width: 66.66667%; }

  .col-md-push-left-8 {
    margin-left: 66.66667%; }

  .col-md-push-right-8 {
    margin-right: 66.66667%; }

  .col-md-9 {
    padding: 0 15px;
    width: 75%; }

  .col-md-push-left-9 {
    margin-left: 75%; }

  .col-md-push-right-9 {
    margin-right: 75%; }

  .col-md-10 {
    padding: 0 15px;
    width: 83.33333%; }

  .col-md-push-left-10 {
    margin-left: 83.33333%; }

  .col-md-push-right-10 {
    margin-right: 83.33333%; }

  .col-md-11 {
    padding: 0 15px;
    width: 91.66667%; }

  .col-md-push-left-11 {
    margin-left: 91.66667%; }

  .col-md-push-right-11 {
    margin-right: 91.66667%; }

  .col-md-12 {
    padding: 0 15px;
    width: 100%; }

  .col-md-push-left-none {
    margin-left: 0; }

  .col-md-push-right-none {
    margin-right: 0; } }
@media screen and (min-width: 1281px) {
  .col-lg-1 {
    padding: 0 15px;
    width: 8.33333%; }

  .col-lg-push-left-1 {
    margin-left: 8.33333%; }

  .col-lg-push-right-1 {
    margin-right: 8.33333%; }

  .col-lg-2 {
    padding: 0 15px;
    width: 16.66667%; }

  .col-lg-push-left-2 {
    margin-left: 16.66667%; }

  .col-lg-push-right-2 {
    margin-right: 16.66667%; }

  .col-lg-3 {
    padding: 0 15px;
    width: 25%; }

  .col-lg-push-left-3 {
    margin-left: 25%; }

  .col-lg-push-right-3 {
    margin-right: 25%; }

  .col-lg-4 {
    padding: 0 15px;
    width: 33.33333%; }

  .col-lg-push-left-4 {
    margin-left: 33.33333%; }

  .col-lg-push-right-4 {
    margin-right: 33.33333%; }

  .col-lg-5 {
    padding: 0 15px;
    width: 41.66667%; }

  .col-lg-push-left-5 {
    margin-left: 41.66667%; }

  .col-lg-push-right-5 {
    margin-right: 41.66667%; }

  .col-lg-6 {
    padding: 0 15px;
    width: 50%; }

  .col-lg-push-left-6 {
    margin-left: 50%; }

  .col-lg-push-right-6 {
    margin-right: 50%; }

  .col-lg-7 {
    padding: 0 15px;
    width: 58.33333%; }

  .col-lg-push-left-7 {
    margin-left: 58.33333%; }

  .col-lg-push-right-7 {
    margin-right: 58.33333%; }

  .col-lg-8 {
    padding: 0 15px;
    width: 66.66667%; }

  .col-lg-push-left-8 {
    margin-left: 66.66667%; }

  .col-lg-push-right-8 {
    margin-right: 66.66667%; }

  .col-lg-9 {
    padding: 0 15px;
    width: 75%; }

  .col-lg-push-left-9 {
    margin-left: 75%; }

  .col-lg-push-right-9 {
    margin-right: 75%; }

  .col-lg-10 {
    padding: 0 15px;
    width: 83.33333%; }

  .col-lg-push-left-10 {
    margin-left: 83.33333%; }

  .col-lg-push-right-10 {
    margin-right: 83.33333%; }

  .col-lg-11 {
    padding: 0 15px;
    width: 91.66667%; }

  .col-lg-push-left-11 {
    margin-left: 91.66667%; }

  .col-lg-push-right-11 {
    margin-right: 91.66667%; }

  .col-lg-12 {
    padding: 0 15px;
    width: 100%; }

  .col-lg-push-left-none {
    margin-left: 0; }

  .col-lg-push-right-none {
    margin-right: 0; } }
form.std fieldset {
  border: none;
  padding: 0; }
form.std legend {
  margin: 1em 0; }
  form.std legend:first-child {
    margin-top: 0; }
  form.std legend:last-child {
    margin-bottom: 0; }
form.std label {
  text-transform: uppercase;
  font-size: 0.875rem; }
  form.std label:first-child {
    display: block;
    margin: 0 0 0.3em; }
form.std input:not([type="submit"]), form.std select, form.std textarea {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1em;
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out; }
  form.std input:not([type="submit"]):not(.shop_cart__line__qty__form__input), form.std select:not(.shop_cart__line__qty__form__input), form.std textarea:not(.shop_cart__line__qty__form__input) {
    border: 1px solid #E4E4E4;
    padding: 0.666em;
    width: 100%; }
    form.std input:not([type="submit"]):not(.shop_cart__line__qty__form__input):focus, form.std select:not(.shop_cart__line__qty__form__input):focus, form.std textarea:not(.shop_cart__line__qty__form__input):focus {
      border-color: #25a3fa; }
form.std input[type="radio"], form.std input[type="checkbox"] {
  margin-right: 0.3em; }
  form.std input[type="radio"]:not([type="submit"]), form.std input[type="checkbox"]:not([type="submit"]) {
    width: auto; }
form.std textarea {
  min-height: 9em;
  min-width: 100%;
  max-width: 100%; }
form.std .form-group {
  margin-bottom: 15px;
  margin-top: 15px; }
  form.std .form-group:first-child {
    margin-top: 0; }
  form.std .form-group:last-child {
    margin-bottom: 0; }
  form.std .form-group:first-child.visuallyhidden + .form-group, form.std .form-group:first-child.hidden + .form-group {
    margin-top: 0; }
    @media screen and (min-width: 420px) {
      form.std .form-group:first-child.visuallyhidden + .form-group[class*="-6"] + [class*="-6"], form.std .form-group:first-child.hidden + .form-group[class*="-6"] + [class*="-6"] {
        margin-top: 0; } }
  @media screen and (min-width: 420px) {
    form.std .form-group:nth-child(2)[class*="-6"] {
      margin-top: 0; } }
form.std .required sup {
  color: #c60c1a;
  font-weight: 700; }
form.std .submit {
  margin-top: 15px;
  text-align: right; }
  form.std .submit .btn, form.std .submit .btn--full, form.std .submit .btn--cta, form.std .submit .button--full, form.std .submit .button--cta, form.std .submit .button {
    text-transform: uppercase; }
form.std .form_info, form.std .inline-infos {
  color: #909090;
  display: block;
  font-size: 0.786rem;
  margin: 0.6em 0 0;
  text-transform: uppercase; }
form.std .table_account label, form.std .table_account label:first-child {
  display: inline-block;
  font-size: inherit;
  margin: inherit;
  text-transform: inherit; }

[type="submit"], button {
  cursor: pointer; }

[type="radio"].visuallyhidden:first-child + label, [type="checkbox"].visuallyhidden:first-child + label {
  cursor: pointer;
  padding-left: 1.5em;
  position: relative; }
  [type="radio"].visuallyhidden:first-child + label::before, [type="radio"].visuallyhidden:first-child + label::after, [type="checkbox"].visuallyhidden:first-child + label::before, [type="checkbox"].visuallyhidden:first-child + label::after {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  [type="radio"].visuallyhidden:first-child + label::before, [type="checkbox"].visuallyhidden:first-child + label::before {
    border: 1px solid #212121;
    content: '';
    display: inline-block;
    height: 0.75em;
    width: 0.75em; }
  [type="radio"].visuallyhidden:first-child + label::after, [type="checkbox"].visuallyhidden:first-child + label::after {
    content: '\f00c';
    color: #e70290;
    font-family: "Font Awesome 5 Free";
    font-size: 0.65em;
    font-weight: 600;
    left: 0.25em;
    opacity: 0;
    -webkit-transition: 0.6s all ease-in-out;
    transition: 0.6s all ease-in-out; }
[type="radio"].visuallyhidden:first-child:checked + label::after, [type="checkbox"].visuallyhidden:first-child:checked + label::after {
  opacity: 1; }

table {
  border-collapse: collapse;
  width: 100%; }

thead th {
  border-bottom: 1px solid #E4E4E4;
  text-align: center; }

tbody:not(:last-child) tr:last-child th, tbody:not(:last-child) tr:last-child td {
  border-bottom: 1px solid #E4E4E4; }

tr:first-child th, tr:first-child td {
  border-top: none; }

th, td {
  border-top: 1px solid #E4E4E4;
  padding: 7.5px 15px; }

th {
  color: #909090;
  font-size: 0.875em;
  text-align: left;
  text-transform: uppercase; }

.table_account {
  margin: 30px 0;
  text-align: center; }

.table_qty {
  width: 15%; }

.table_price {
  text-align: right; }

.product_list__item__prices.content_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.product_list__item__prices__item--promo {
  margin-bottom: 0px !important;
  margin-top: 15px !important; }

.product_list__item__prices__item--promo span {
  position: relative;
  top: 3px; }

#product #old_price {
  font-size: 14px !important;
  margin: 0; }

#product #promotions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/********** Augmentation *********/
.prixLineTotal {
  text-align: left !important; }

.cart_unit.shop_cart__line__unit {
  padding-right: 0px; }

.row_augmaent {
  /* display: none !important; */
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.row_augmaent h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 47.5%;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #FDB70D; }

.row_augmaent h3 span {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 47.5%;
  text-transform: uppercase;
  color: #67C1FF;
  margin-top: 20px; }

.row_augmaent p {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 36px;
  color: #646464; }

.txt_aug {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.row_augmaent h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 54px;
  color: #E70290;
  text-align: center; }

@media (max-width: 575.98px) {
  .row_augmaent {
    display: block !important;
    padding-top: 12px !important;
    height: 145px; }

  .row_augmaent h2 {
    font-size: 22px;
    text-align: center; }

  .row_augmaent h3 {
    font-size: 15px;
    text-align: center;
    line-height: 24px;
    margin-bottom: 0px !important; }

  .row_augmaent h4 {
    font-size: 30px;
    line-height: 34px; }

  .row_augmaent h3 span {
    font-size: 15px; }

  .titre_augm {
    padding-left: 0; } }
/********** *********/
/********* Point de fidelite *********/
.my_account_links .list-group-item {
  width: 47%;
  margin-top: 15px;
  margin-left: 17px;
  border-bottom: 1px solid #E4E4E4;
  margin-right: 12px; }

.my_account_links .list-group-item a {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }

.my_account_links .list-group-item a::before {
  border-bottom: 1px solid #25a3fa;
  bottom: -1px;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
  width: 0; }

.my_account_links .list-group-item a:hover::before {
  width: 100%; }

.my_account_links .list-group-item a i {
  color: #25a3fa;
  font-size: 22px;
  margin-right: 8px;
  text-align: center;
  width: 12.5%;
  margin-left: 0px; }

.my_account_links .list-group-item a span {
  color: #909090;
  font-size: 0.786rem;
  text-transform: uppercase; }

#loyalty .btn span, #loyalty .btn--full span, #loyalty .btn--cta span, #loyalty .button--full span, #loyalty .button--cta span {
  color: white; }

.loyalty_wrapp {
  margin-left: 0;
  margin-top: 17px; }

@media screen and (min-width: 320px) and (max-width: 425px) {
  .my_account_links .list-group-item {
    width: 100%; } }
/********* End Point de fidelite *********/
/********************************************************************
					Global Styles
********************************************************************/
html, body {
  background: #FFF;
  font: 300 14px/1.4 "Josefin Sans", sans-serif; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
p:first-child, ol:first-child, ul:first-child, li:first-child, dl:first-child {
  margin-top: 0; }
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
p:last-child, ol:last-child, ul:last-child, li:last-child, dl:last-child {
  margin-bottom: 0; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
  text-transform: uppercase; }

h1, .h1,
h2, .h2,
.baseline, .home_section__title {
  font-size: 1.5rem; }
  @media screen and (max-width: 419px) {
    h1.page-heading, .h1.page-heading,
    h2.page-heading, .h2.page-heading,
    .baseline.page-heading, .home_section__title.page-heading {
      font-size: 1.5rem; } }

h3, .h3 {
  font-size: 1.25rem; }

h4, .h4,
h5, .h5 {
  font-size: 1rem; }

h5, .h5 {
  text-transform: none; }

h6, .h6 {
  font-size: 0.875rem; }

hr {
  border: none;
  border-top: 1px solid #E4E4E4; }

a, a:visited {
  color: #25a3fa;
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out; }
  a.color--bcs, a:visited.color--bcs {
    color: #e70290; }
  a, a:hover, a:active, a:focus, a:visited, a:visited:hover, a:visited:active, a:visited:focus {
    outline: none;
    text-decoration: none; }
  a:hover, a:active, a:focus, a:visited:hover, a:visited:active, a:visited:focus {
    color: #212121; }

.btn, .btn--full, .btn--cta, .button--full, .button--cta, .btn:visited, .btn--full:visited, .btn--cta:visited, .button--full:visited, .button--cta:visited, .button, .button:visited {
  background: #25a3fa;
  border: none;
  color: #FFF;
  display: inline-block;
  font-weight: 600;
  padding: 0.5em 1em; }
  .btn:hover, .btn--full:hover, .btn--cta:hover, .button--full:hover, .button--cta:hover, .btn:active, .btn--full:active, .btn--cta:active, .button--full:active, .button--cta:active, .btn:focus, .btn--full:focus, .btn--cta:focus, .button--full:focus, .button--cta:focus, .btn:visited:hover, .btn--full:visited:hover, .btn--cta:visited:hover, .button--full:visited:hover, .button--cta:visited:hover, .btn:visited:active, .btn--full:visited:active, .btn--cta:visited:active, .button--full:visited:active, .button--cta:visited:active, .btn:visited:focus, .btn--full:visited:focus, .btn--cta:visited:focus, .button--full:visited:focus, .button--cta:visited:focus, .button:hover, .button:active, .button:focus, .button:visited:hover, .button:visited:active, .button:visited:focus {
    background: #0c98f9;
    color: #FFF; }
.btn--full, .button--full {
  display: block;
  text-align: center;
  width: 100%; }
.btn--cta, .btn--cta:visited, .button--cta, .button--cta:visited {
  background: #e70290;
  font-weight: 700;
  text-transform: uppercase; }
  .btn--cta:hover, .btn--cta:focus, .btn--cta:active, .btn--cta:visited:hover, .btn--cta:visited:focus, .btn--cta:visited:active, .button--cta:hover, .button--cta:focus, .button--cta:active, .button--cta:visited:hover, .button--cta:visited:focus, .button--cta:visited:active {
    background: #ce0280; }

img, iframe {
  max-width: 100%; }

img {
  height: auto;
  vertical-align: middle; }

input, select, textarea {
  background: #FFF;
  border: 1px solid #212121;
  font: inherit;
  max-width: 100%; }

dt, dd {
  display: inline;
  line-height: 1.6; }

dt {
  font-weight: 600; }
  dt::after {
    content: ':';
    margin: 0 0.3em; }

dd {
  margin: 0; }
  dd::after {
    content: '\A';
    white-space: pre; }

ul {
  list-style: none;
  padding: 0; }

.list li {
  position: relative;
  padding-left: calc(0.5em + 5px); }
  .list li::before {
    background: rgba(33, 33, 33, 0.5);
    border-radius: 5px;
    content: "";
    display: inline-block;
    height: 5px;
    left: 0;
    position: absolute;
    top: calc(50% - 2.5px);
    width: 5px; }

.header, .footer {
  color: #858585; }
  .header a:not([class*="btn"]):not([class*="contact"]), .header a:visited:not([class*="btn"]):not([class*="contact"]), .footer a:not([class*="btn"]):not([class*="contact"]), .footer a:visited:not([class*="btn"]):not([class*="contact"]) {
    color: currentColor; }
    .header a:not([class*="btn"]):not([class*="contact"]):hover, .header a:not([class*="btn"]):not([class*="contact"]):focus, .header a:not([class*="btn"]):not([class*="contact"]):active, .header a:visited:not([class*="btn"]):not([class*="contact"]):hover, .header a:visited:not([class*="btn"]):not([class*="contact"]):focus, .header a:visited:not([class*="btn"]):not([class*="contact"]):active, .footer a:not([class*="btn"]):not([class*="contact"]):hover, .footer a:not([class*="btn"]):not([class*="contact"]):focus, .footer a:not([class*="btn"]):not([class*="contact"]):active, .footer a:visited:not([class*="btn"]):not([class*="contact"]):hover, .footer a:visited:not([class*="btn"]):not([class*="contact"]):focus, .footer a:visited:not([class*="btn"]):not([class*="contact"]):active {
      color: #212121; }

.header {
  background: #25a3fa;
  color: #FFF;
  padding-bottom: 15px;
  padding-top: 15px;
  left: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100; }
  .header--pro {
    background-color: #000000; }
  @media screen and (min-width: 769px) {
    .header__modules__item, .header__modules__item--main {
      width: auto; } }
  @media screen and (min-width: 769px) {
    .header__modules__item--main {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0px;
              flex: 1 0 0; } }
  .header__block, .header__block--no_border {
    border: 1px solid #25a3fa;
    font-size: 1.14em;
    padding: 15px;
    position: relative;
    text-transform: uppercase; }
    .header__block, .header__block--no_border, .header__block__infos {
      line-height: 1.4; }
    .header__block__purpose, .header__block__infos {
      display: block; }
    .header__block__img {
      padding-right: 0;
      text-align: center; }
    .header__block__purpose {
      color: #25a3fa;
      font-weight: 700;
      letter-spacing: 0.075em;
      line-height: 1.2; }
      .header__block__purpose a, .header__block__purpose a:hover, .header__block__purpose a:active, .header__block__purpose a:focus, .header__block__purpose a:visited, .header__block__purpose a:visited:hover, .header__block__purpose a:visited:active, .header__block__purpose a:visited:focus {
        color: currentColor;
        opacity: 1; }
      .header__block__purpose a:hover, .header__block__purpose a:active, .header__block__purpose a:focus, .header__block__purpose a:visited:hover, .header__block__purpose a:visited:active, .header__block__purpose a:visited:focus {
        color: #25a3fa;
        opacity: 0.5; }
    .header__block__infos {
      color: #858585;
      font-size: 0.525em;
      font-weight: 600;
      letter-spacing: 0.105em;
      margin-top: 0.3em; }
    .header__block--no_border {
      border: none;
      padding: 0; }
      .header__block--no_border .header__block__purpose {
        color: #212121; }
      .header__block--no_border .header__block__infos {
        letter-spacing: 0.105em; }

@media screen and (max-width: 419px) {
  #address #header_logo, #addresses #header_logo, #auth #header_logo, #cart #header_logo, #guesttracking #header_logo, #order #header_logo, #orderconfirmation #header_logo, #orderdetail #header_logo, #orderfollow #header_logo, #orderopc #header_logo, #orderreturn #header_logo, #orderslip #header_logo {
    text-align: center;
    width: 100%; } }

#header_logo_pro {
  display: inline-block;
  max-width: 308px;
  width: 100%;
  text-align: end;
  font-weight: bold; }
@media screen and (max-width: 575.98px) {
  #header_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #header_logo img, #header_logo_pro {
      max-width: 180px; } }
@media screen and (min-width: 1024px) {
  #header_logo {
    max-width: 200px;
    padding-top: .33em; } }
@media screen and (min-width: 420px) and (max-width: 575.98px) {
  #header_logo {
    width: 83.33333%; } }

.user_nav, .user_nav--sticky {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (min-width: 576px) {
    .user_nav, .user_nav--sticky {
      margin-top: 0; } }
  @media screen and (min-width: 576px) and (max-width: 1023px) {
    .user_nav, .user_nav--sticky {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  @media screen and (max-width: 575.98px) {
    .user_nav, .user_nav--sticky {
      width: 100%; } }
  @media screen and (max-width: 575.98px), (min-width: 1024px) {
    .user_nav, .user_nav--sticky {
      max-height: 100%;
      max-width: 100%;
      -webkit-transition: 0.6s max-height ease-in-out;
      transition: 0.6s max-height ease-in-out; }
      .user_nav:not(.user_nav--sticky), .user_nav--sticky:not(.user_nav--sticky) {
        -webkit-animation: 0.6s delay-overflow;
                animation: 0.6s delay-overflow;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards; } }
  @media screen and (min-width: 1024px) {
    .user_nav, .user_nav--sticky {
      -webkit-box-ordinal-group: initial;
          -ms-flex-order: initial;
              order: initial;
      -webkit-transition: 0.6s ease-in-out;
      transition: 0.6s ease-in-out;
      -webkit-transition-property: max-width padding;
      transition-property: max-width padding; } }
  @media screen and (max-width: 575.98px), (min-width: 1024px) {
    .user_nav--sticky {
      max-height: 0;
      max-width: 0;
      padding: 0;
      overflow: hidden; } }
  .user_nav__item, .user_nav__item--full {
    border-left: 1px solid #FFF;
    font-weight: 600;
    margin: 0 0 0 15px;
    padding: 0.3em 0 0.3em 15px; }
    .user_nav__item:first-child, .user_nav__item--full:first-child, .user_nav__item--full {
      border: none;
      margin-left: 0;
      padding-left: 0; }
    .user_nav__item__link, .user_nav__item__link:visited, .user_nav__item__link a, .user_nav__item__link a:visited {
      color: currentColor; }
      .user_nav__item__link:hover, .user_nav__item__link:active, .user_nav__item__link:focus, .user_nav__item__link:visited:hover, .user_nav__item__link:visited:active, .user_nav__item__link:visited:focus, .user_nav__item__link a:hover, .user_nav__item__link a:active, .user_nav__item__link a:focus, .user_nav__item__link a:visited:hover, .user_nav__item__link a:visited:active, .user_nav__item__link a:visited:focus {
        color: #212121; }
    .user_nav__item__link__icon {
      display: inline-block;
      vertical-align: baseline; }
    .user_nav__item--full {
      width: 100%; }
      @media screen and (max-width: 1023px) {
        .user_nav__item--full {
          border-left: 1px solid #858585;
          margin-left: 15px;
          padding-left: 15px;
          width: auto; } }

@-webkit-keyframes delay-overflow {
  0% {
    overflow: hidden; }
  99% {
    overflow: hidden; }
  100% {
    overflow: initial; } }

@keyframes delay-overflow {
  0% {
    overflow: hidden; }
  99% {
    overflow: hidden; }
  100% {
    overflow: initial; } }
.top_reinsruance {
  margin-bottom: 15px;
  margin-top: 30px; }
  @media screen and (max-width: 1023px) {
    .top_reinsruance {
      display: none; } }

.breadcrumb {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.786rem;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  text-transform: uppercase; }
  .breadcrumb__item:not(:last-child)::after {
    content: '\f105';
    color: #909090;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin: 0 0.6em; }

.home_products_block, .home_section {
  margin-top: 15px; }

.home_section {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }
  @media screen and (max-width: 419px) {
    .home_section__title {
      text-align: center; } }
  .home_section__content, .home_section__content--shadow {
    padding: 30px 0; }
    @media screen and (max-width: 1023px) {
      .home_section__content:not(.home_section__content--shadow), .home_section__content--shadow:not(.home_section__content--shadow) {
        padding-top: 0; } }
    .home_section__content--shadow {
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
              box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
      padding: 30px; }

.home-promo-banner {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 1.14rem;
  text-align: center; }
  .home-promo-banner__inner {
    --_border-padding: 4px;
    --_border-width: 2px;
    position: relative;
    z-index: 1;
    padding: .75em;
    overflow: hidden; }
    .home-promo-banner__inner, .home-promo-banner__inner::before, .home-promo-banner__inner::after {
      border: var(--_border-width) solid #e70290; }
    .home-promo-banner__inner::before, .home-promo-banner__inner::after {
      content: '';
      position: absolute;
      z-index: -1;
      pointer-events: none; }
    .home-promo-banner__inner::before {
      top: calc(var(--_border-width) * -1);
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: calc(100% - (var(--_border-padding) * 2) - (var(--_border-width) * 2));
      height: 100%; }
    .home-promo-banner__inner::after {
      top: 50%;
      left: calc(var(--_border-width) * -1);
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 100%;
      height: calc(100% - (var(--_border-padding) * 2) - (var(--_border-width) * 2)); }
  .home-promo-banner__code {
    display: inline-block;
    margin-top: 0.25em;
    padding: 0.15em 0.5em 0.07em;
    background-color: #e70290;
    border: none;
    color: #FFF;
    font-family: inherit; }
  .home-promo-banner strong {
    color: #e70290;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 400; }
  .home-promo-banner p {
    margin-block: .5em; }
    .home-promo-banner p:first-child {
      margin-top: 0; }
    .home-promo-banner p:last-child {
      margin-bottom: 0; }
  .home-promo-banner img {
    position: absolute;
    z-index: -1; }
    .home-promo-banner img:first-child {
      bottom: 0;
      right: 20px;
      -webkit-transform: translateY(30%) rotate(25deg);
              transform: translateY(30%) rotate(25deg);
      width: 110px; }
    .home-promo-banner img:nth-child(2) {
      top: 0;
      left: 90px;
      -webkit-transform: translateY(-30%) rotate(155deg);
              transform: translateY(-30%) rotate(155deg);
      width: 60px; }
    .home-promo-banner img:nth-last-child(2) {
      bottom: 20%;
      right: 25%;
      -webkit-transform: translateY(60%) rotate(-35deg);
              transform: translateY(60%) rotate(-35deg);
      width: 60px;
      opacity: .2; }
    .home-promo-banner img:last-child {
      left: 10px;
      bottom: -20px;
      -webkit-transform: translate(0%, 0%) rotate(-20deg);
              transform: translate(0%, 0%) rotate(-20deg);
      width: 70px; }
  @media screen and (max-width: 949.98px) {
    .home-promo-banner img:first-child {
      bottom: -20px; }
    .home-promo-banner img:nth-child(2) {
      display: none; } }
  @media screen and (max-width: 768px) {
    .home-promo-banner img:nth-last-child(2) {
      display: none; } }
  @media screen and (max-width: 419px) {
    .home-promo-banner img:first-child {
      right: 0px;
      bottom: -25px;
      width: 100px; } }

.footer {
  margin-top: 60px;
  padding-bottom: 30px; }
  @media screen and (max-width: 1023px) {
    .footer {
      margin-top: 30px; } }
  .footer__copyright {
    font-size: 0.875em;
    margin-top: 15px;
    text-align: center; }
    @media screen and (min-width: 420px) {
      .footer__copyright {
        text-align: left; } }
    @media screen and (min-width: 420px) {
      .footer__copyright__legal {
        text-align: right; } }
  .footer > .container {
    position: relative; }

@media screen and (max-width: 419px) {
  .block_various_links {
    margin-bottom: 30px;
    margin-top: 30px; }
    .block_various_links .list {
      text-align: center; }
      .block_various_links .list li {
        margin: 0.3em 0;
        padding: 0; }
        .block_various_links .list li::before {
          display: none; } }

.home_popup, .home_popup--active {
  background: rgba(33, 33, 33, 0.5);
  height: 0;
  left: 50%;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 0;
  z-index: 9999; }
  .home_popup--active, .home_popup__close {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%; }
  .home_popup__close {
    display: block;
    position: absolute;
    z-index: 1; }
  .home_popup__content {
    background: #FFF;
    font-size: 1.2em;
    max-width: 400px;
    position: relative;
    text-transform: uppercase;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2; }
    .home_popup__content__close {
      font-size: .875em;
      position: absolute;
      right: 15px;
      top: 7.5px; }
      .home_popup__content__close, .home_popup__content__close:visited {
        color: #FFF; }
        .home_popup__content__close:hover, .home_popup__content__close:visited:hover {
          color: #212121; }
    .home_popup__content p {
      margin: 0; }
  .home_popup--active {
    opacity: 1; }

/* COOKIES */
#lgcookieslaw_banner, #lgcookieslaw_banner .lgcookieslaw_message {
  font-size: 1em; }

@media screen and (max-width: 419px) {
  #lgcookieslaw_banner {
    padding: 1em 20px; }
    #lgcookieslaw_banner, #lgcookieslaw_banner .lgcookieslaw_container, #lgcookieslaw_banner .lgcookieslaw_message, #lgcookieslaw_banner .lgcookieslaw_button_container, #lgcookieslaw_banner .lgcookieslaw_button_container div {
      display: block; }
    #lgcookieslaw_banner .lgcookieslaw_button_container div {
      float: left;
      margin-left: 2%;
      width: 49%; }
      #lgcookieslaw_banner .lgcookieslaw_button_container div:first-child {
        margin-left: 0; }
    #lgcookieslaw_banner .lgcookieslaw_btn, #lgcookieslaw_banner .lgcookieslaw_btn {
      width: 100%; }
    #lgcookieslaw_banner .lgcookieslaw_message p {
      font-weight: 600; } }
input[type='number'] {
  -moz-appearance: textfield;
  /*For FireFox*/ }
  input[type='number']::-webkit-inner-spin-button {
    /*For Webkits like Chrome and Safari*/
    -webkit-appearance: none;
    margin: 0; }

.address_invoice_info {
  font-weight: 600; }

.login-rebuy-modal {
  width: 100%;
  padding: 15px;
  background-color: #FFF; }
  .login-rebuy-modal__title {
    margin-bottom: 1rem; }
  .login-rebuy-modal .product_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .login-rebuy-modal-wrapper, .login-rebuy-modal-wrapper .fancybox-skin, .login-rebuy-modal-wrapper .fancybox-outer, .login-rebuy-modal-wrapper .fancybox-inner {
    max-width: 990px; }
  .login-rebuy-modal__list {
    --_product-width: 100%; }
    .login-rebuy-modal__list .product_list__item {
      width: var(--_product-width); }
    .login-rebuy-modal__list--2, .login-rebuy-modal__list--3, .login-rebuy-modal__list--4 {
      --_product-width: 50%; }
  @media screen and (max-width: 419px) {
    .login-rebuy-modal__list {
      margin-inline: -.5rem; }
      .login-rebuy-modal__list .product_list__item {
        padding-inline: .5rem; } }
  @media screen and (min-width: 420px) {
    .login-rebuy-modal {
      padding: 30px; } }
  @media screen and (min-width: 769px) {
    .login-rebuy-modal__list--3 {
      --_product-width: 33.333%; }
    .login-rebuy-modal__list--4 {
      --_product-width: 25%; } }

.breadcrumb {
  margin: 0 0 15px; }
  @media screen and (max-width: 1023px) {
    .breadcrumb, .breadcrumb:first-child {
      margin-top: 30px; } }

/**************************************************************************
					404 Page Styles
**************************************************************************/
.pagenotfound {
  text-align: center; }
  .pagenotfound__icon {
    color: #25a3fa;
    font-size: 3.5em;
    line-height: 0;
    margin: 0; }
    @media screen and (min-width: 420px) {
      .pagenotfound__icon {
        font-size: 7em; } }
  .pagenotfound__text {
    color: #909090;
    text-transform: uppercase; }
    @media screen and (min-width: 420px) {
      .pagenotfound__text {
        font-size: 1.5em; } }
  .pagenotfound .footer_links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (min-width: 420px) {
      .pagenotfound .footer_links__item:not(:first-child) {
        margin-right: 30px; } }

.manufacturers_list__item:nth-child(n+3) {
  margin-top: 30px; }
@media screen and (min-width: 420px) {
  .manufacturers_list__item:nth-child(3), .manufacturers_list__item:nth-child(4) {
    margin-top: 0; } }
@media screen and (min-width: 769px) {
  .manufacturers_list__item:nth-child(5), .manufacturers_list__item:nth-child(6) {
    margin-top: 0; } }
.manufacturers_list__item__title {
  background: #FFF;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  display: block;
  padding: 15px;
  position: relative;
  top: 0;
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out; }
  .manufacturers_list__item__title:hover, .manufacturers_list__item__title:active, .manufacturers_list__item__title:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    top: 4px; }

/************************************************************
				Shopping Cart Styles
************************************************************/
@media screen and (max-width: 575.98px) {
  #order #header_logo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; } }
@media screen and (max-width: 419px) {
  #order h1, #order .h1 {
    margin-top: 15px;
    font-size: 1.5em; }
  #order .breadcrumb {
    display: none; } }

.order_steps, .shop_cart, .cart_navigation {
  margin: 30px 0; }

.order_steps {
  counter-reset: steps;
  padding: 0; }
  @media screen and (min-width: 420px) {
    .order_steps {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .order_steps__item, .order_steps__item--current, .order_steps__item--done, .order_steps__item--todo {
        margin: 7.5px 0; } }
  .order_steps__item, .order_steps__item--current, .order_steps__item--done, .order_steps__item--todo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #E4E4E4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    padding: 0 0 0.5em;
    text-transform: uppercase; }
    .order_steps__item::before, .order_steps__item--current::before, .order_steps__item--done::before, .order_steps__item--todo::before {
      color: #858585;
      content: counter(steps);
      counter-increment: steps;
      font-size: 2em;
      font-weight: 300;
      margin-right: 0.3em; }
    .order_steps__item a, .order_steps__item--current a, .order_steps__item--done a, .order_steps__item--todo a, .order_steps__item a:hover, .order_steps__item--current a:hover, .order_steps__item--done a:hover, .order_steps__item--todo a:hover, .order_steps__item a:active, .order_steps__item--current a:active, .order_steps__item--done a:active, .order_steps__item--todo a:active, .order_steps__item a:focus, .order_steps__item--current a:focus, .order_steps__item--done a:focus, .order_steps__item--todo a:focus, .order_steps__item a:visited, .order_steps__item--current a:visited, .order_steps__item--done a:visited, .order_steps__item--todo a:visited, .order_steps__item a:visited:hover, .order_steps__item--current a:visited:hover, .order_steps__item--done a:visited:hover, .order_steps__item--todo a:visited:hover, .order_steps__item a:visited:active, .order_steps__item--current a:visited:active, .order_steps__item--done a:visited:active, .order_steps__item--todo a:visited:active, .order_steps__item a:visited:focus, .order_steps__item--current a:visited:focus, .order_steps__item--done a:visited:focus, .order_steps__item--todo a:visited:focus {
      color: currentColor;
      display: block; }
    .order_steps__item--current {
      border-color: #25a3fa; }
      .order_steps__item--current::before {
        color: #25a3fa; }
      .order_steps__item--current span {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto; }
      .order_steps__item--current::after {
        content: "\f044";
        color: #E4E4E4;
        font-family: "Font Awesome 5 Free";
        font-size: 1.5em;
        font-weight: 600;
        height: 24px;
        width: 24px;
        line-height: 24px;
        display: inline-block;
        text-align: center; }
    .order_steps__item--done {
      border-color: #00aa49;
      opacity: 0.5;
      -webkit-transition: 0.6s all ease-in-out;
      transition: 0.6s all ease-in-out; }
      .order_steps__item--done a {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto; }
      .order_steps__item--done, .order_steps__item--done::before {
        color: #00aa49; }
      .order_steps__item--done:hover, .order_steps__item--done:active, .order_steps__item--done:focus {
        opacity: 1; }
      .order_steps__item--done::after {
        content: "\f00c";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        height: 24px;
        width: 24px;
        line-height: 24px;
        display: inline-block;
        border: 1px solid;
        text-align: center;
        border-radius: 50%; }
    .order_steps__item--todo {
      color: #909090; }
    @media screen and (min-width: 420px) {
      .order_steps__item, .order_steps__item--current, .order_steps__item--done, .order_steps__item--todo {
        margin: 0 0 0 15px;
        width: calc((100% - (15px * 4)) / 5); }
        .order_steps__item:first-child, .order_steps__item--current:first-child, .order_steps__item--done:first-child, .order_steps__item--todo:first-child {
          margin: 0; } }
  @media screen and (max-width: 419px) {
    .order_steps {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 15px;
      margin-top: 15px; }
      .order_steps__item, .order_steps__item--current, .order_steps__item--done, .order_steps__item--todo {
        padding-bottom: 2px;
        line-height: 1.5; }
        .order_steps__item::before, .order_steps__item--current::before, .order_steps__item--done::before, .order_steps__item--todo::before {
          margin-top: 2px;
          font-size: 1.25em; }
        .order_steps__item--done::after {
          margin-top: -.5em;
          margin-left: .6em;
          height: 1.6em;
          width: 1.6em;
          line-height: 1.6em;
          font-size: .72rem; }
        .order_steps__item--current::after {
          margin-left: 6px;
          margin-top: -7px; } }

.shop_cart__line__img, .shop_cart__line__product, .shop_cart__line__avail, .shop_cart__line__unit, .shop_cart__line__qty, .shop_cart__line__total, .shop_cart__line__delete {
  padding-bottom: 15px;
  padding-top: 15px; }
.shop_cart__line__img, .shop_cart__line__avail, .shop_cart__line__unit, .shop_cart__line__total {
  width: 12.5%; }
.shop_cart__line__img, .shop_cart__line__avail, .shop_cart__line__unit, .shop_cart__line__qty, .shop_cart__line__delete, .shop_cart__line__total {
  text-align: center; }
.shop_cart__line__product {
  width: 30%; }
  .shop_cart__line__product__infos {
    margin: 0.3em 0; }
.shop_cart__line__avail__icon, .shop_cart__line__avail__icon--in_stock, .shop_cart__line__avail__icon--oos, .shop_cart__line__avail__icon--later {
  font-size: 1.25em;
  line-height: 1; }
  .shop_cart__line__avail__icon--in_stock {
    color: #00aa49; }
  .shop_cart__line__avail__icon--oss {
    color: #c60c1a; }
  .shop_cart__line__avail__icon--later {
    color: #e78902; }
.shop_cart__line__qty {
  width: 15%; }
  .shop_cart__line__qty__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875rem;
    /* @media screen and (max-width: $bp-tablet - 1) {
    	max-width: 50%;
    } */ }
    .shop_cart__line__qty__form__input {
      border-color: #909090;
      color: #909090;
      font: 300 14px/1.4 "Josefin Sans", sans-serif;
      font-weight: 600;
      text-align: center;
      width: 60%; }
    .shop_cart__line__qty__form__btn, .shop_cart__line__qty__form__btn--down, .shop_cart__line__qty__form__btn--up {
      line-height: 1;
      padding-left: 0;
      padding-right: 0;
      text-align: center;
      width: 20%; }
      .shop_cart__line__qty__form__btn, .shop_cart__line__qty__form__btn--down, .shop_cart__line__qty__form__btn--up, .shop_cart__line__qty__form__btn:visited, .shop_cart__line__qty__form__btn--down:visited, .shop_cart__line__qty__form__btn--up:visited {
        background: #909090;
        color: #FFF; }
        .shop_cart__line__qty__form__btn:hover, .shop_cart__line__qty__form__btn--down:hover, .shop_cart__line__qty__form__btn--up:hover, .shop_cart__line__qty__form__btn:active, .shop_cart__line__qty__form__btn--down:active, .shop_cart__line__qty__form__btn--up:active, .shop_cart__line__qty__form__btn:focus, .shop_cart__line__qty__form__btn--down:focus, .shop_cart__line__qty__form__btn--up:focus, .shop_cart__line__qty__form__btn:visited:hover, .shop_cart__line__qty__form__btn--down:visited:hover, .shop_cart__line__qty__form__btn--up:visited:hover, .shop_cart__line__qty__form__btn:visited:active, .shop_cart__line__qty__form__btn--down:visited:active, .shop_cart__line__qty__form__btn--up:visited:active, .shop_cart__line__qty__form__btn:visited:focus, .shop_cart__line__qty__form__btn--down:visited:focus, .shop_cart__line__qty__form__btn--up:visited:focus {
          background: #838383;
          color: #FFF; }
.shop_cart__line__total .price, .shop_cart__line__total .price--mini {
  font-size: 1.125em; }
.shop_cart__line__delete {
  width: 5%; }
  .shop_cart__line__delete a, .shop_cart__line__delete a:visited {
    color: #909090; }
.shop_cart__line__unit .price-percent-reduction {
  background-color: #25a3fa;
  color: #FFF;
  font-size: 1.1em;
  padding: 0.3em 0.5em; }
.shop_cart__line__unit .old-price {
  color: #e70290;
  text-decoration: line-through; }
@media screen and (max-width: 419px) {
  .shop_cart__line, .shop_cart__line--head, .shop_cart__line--price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    			/* &__avail, &__unit, &__qty, &__total {
    				align-items: center;
    				display: flex;
    
    				&::before {
    					color: $light-color;
    					content: attr(data-title);
    					font: {
    						size: $font-size-second;
    						weight: 700;
    					};
    					text: {
    						align: left;
    						transform: uppercase;
    					};
    					width: 50%;
    				}
    			} */ }
    .shop_cart__line, .shop_cart__line--head, .shop_cart__line--price, .shop_cart__line__delete {
      width: 100%; }
    .shop_cart__line__qty, .shop_cart__line__total {
      width: 50%; }
    .shop_cart__line__img, .shop_cart__line__product, .shop_cart__line__qty, .shop_cart__line__total, .shop_cart__line__delete {
      display: block; }
    .shop_cart__line__avail, .shop_cart__line__unit {
      display: none; }
    .shop_cart__line__img {
      width: 25%; }
      .shop_cart__line__img, .shop_cart__line__img:first-child {
        border-bottom: 1px solid #E4E4E4 !important; }
    .shop_cart__line__product {
      width: 75%; } }
.shop_cart__line__voucher {
  padding: 0; }
  .shop_cart__line__voucher__container {
    background: #EAEAEA;
    padding: 15px; }
  .shop_cart__line__voucher__form__title {
    color: #25a3fa; }
  .shop_cart__line__voucher__form__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0.3em 0 0; }
    .shop_cart__line__voucher__form__input #discount_name {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      width: auto; }
  .shop_cart__line__voucher #title {
    margin: 15px 0 0.3em; }
  .shop_cart__line__voucher__list {
    text-transform: uppercase; }
    .shop_cart__line__voucher__list__item {
      color: #25a3fa;
      font-weight: 700; }
@media screen and (max-width: 419px) {
  .shop_cart__line--head {
    display: none; } }
.shop_cart__line--head .cart_description {
  text-align: left; }
.shop_cart__line--price td:last-child:not(.align--center) {
  text-align: right; }
.shop_cart__line--price td strong {
  font-weight: 600;
  text-transform: uppercase; }
@media screen and (max-width: 419px) {
  .shop_cart__line--price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .shop_cart__line--price th, .shop_cart__line--price td {
      width: 50%; }
    .shop_cart__line--price .shop_cart__line__voucher {
      width: 100%; } }
.shop_cart tbody .shop_cart__line td, .shop_cart tbody .shop_cart__line--head td, .shop_cart tbody .shop_cart__line--price td {
  border-bottom: 1px solid #E4E4E4; }
  @media screen and (max-width: 419px) {
    .shop_cart tbody .shop_cart__line td:first-child, .shop_cart tbody .shop_cart__line--head td:first-child, .shop_cart tbody .shop_cart__line--price td:first-child {
      border: none; }
    .shop_cart tbody .shop_cart__line td:last-child, .shop_cart tbody .shop_cart__line--head td:last-child, .shop_cart tbody .shop_cart__line--price td:last-child {
      border-bottom-color: #25a3fa; } }

@media screen and (max-width: 419px) {
  .payment-summary .shop_cart__line__total {
    width: 100%; } }
.cart_discount .cart_discount_name {
  color: #e70290;
  font-weight: 600;
  text-transform: uppercase; }
.cart_discount .cart_discount_price {
  text-align: center; }
  .cart_discount .cart_discount_price .price-discount {
    font-size: initial;
    white-space: nowrap; }

@media screen and (max-width: 419px) {
  .order_delivery [class*="col-sm"], .addresses__parts [class*="col-sm"] {
    margin-top: 30px; }
    .order_delivery [class*="col-sm"]:first-child, .addresses__parts [class*="col-sm"]:first-child {
      margin-top: 0; }
    .order_delivery [class*="col-sm"]:last-child, .addresses__parts [class*="col-sm"]:last-child {
      margin-bottom: 0; } }

.cart_navigation, .footer_links {
  margin: 30px 0 15px; }
  @media screen and (min-width: 420px) {
    .cart_navigation, .footer_links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 15px; } }
  .cart_navigation [class*="btn"], .footer_links [class*="btn"] {
    display: block;
    text-align: center;
    width: 100%; }
    @media screen and (min-width: 420px) {
      .cart_navigation [class*="btn"], .footer_links [class*="btn"] {
        margin: 0 0 0 15px;
        width: auto; } }
    .cart_navigation [class*="btn"]:last-child, .footer_links [class*="btn"]:last-child {
      margin-top: 15px; }
      @media screen and (min-width: 420px) {
        .cart_navigation [class*="btn"]:last-child, .footer_links [class*="btn"]:last-child {
          margin: 0; } }

.cart-product-converter > td {
  padding: 0; }
.cart-product-converter__inner {
  --_coin_icon_width: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-block: 1.5rem;
  padding: 2rem 2.5rem;
  background-color: #25a3fa;
  color: #FFF; }
.cart-product-converter__icon {
  font-size: var(--_coin_icon_width);
  margin-right: 2.14rem; }
.cart-product-converter__text {
  margin-right: 4.57rem; }
.cart-product-converter__title {
  margin-bottom: .5em; }
.cart-product-converter p {
  margin-top: .5em; }
.cart-product-converter__button {
  background-color: #CC1436;
  color: #FFF200; }
.cart-product-converter__savings {
  display: inline-block;
  text-align: center;
  color: #FFF200;
  font-size: 1.25rem;
  font-weight: 600; }
@media screen and (max-width: 768px) {
  .cart-product-converter__text {
    margin-right: 2.5rem; } }
@media screen and (max-width: 600px) {
  .cart-product-converter__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    --_coin_icon_width: 3.5rem;
    padding-inline: 1.75rem; }
  .cart-product-converter__text {
    margin-right: 0;
    width: calc(100% - var(--_coin_icon_width) - 2.14rem); }
  .cart-product-converter form {
    width: 100%;
    margin-top: 1.5rem;
    padding-left: calc(var(--_coin_icon_width) + 2.14rem); } }

/************************************************************
			Authentication & Identity Pages Styles
************************************************************/
.auth_title__item:nth-child(2) {
  margin-top: 0; }
@media screen and (min-width: 420px) {
  .auth_title__item:nth-child(3), .auth_title__item:nth-child(4) {
    margin-top: 0; } }
@media screen and (min-width: 769px) {
  .auth_title__item:nth-child(5), .auth_title__item:nth-child(6) {
    margin-top: 0; } }

/************************************************************
				Order Carrier Styles
************************************************************/
.delivery_list, .cgv_box {
  margin: 30px 0; }

.delivery_list__item {
  border-top: 1px solid #E4E4E4; }
  .delivery_list__item:first-child {
    border-top: none; }
  .delivery_list__item__logo, .delivery_list__item__price {
    width: 15%; }
  .delivery_list__item__input {
    width: 5%; }
  .delivery_list__item__infos {
    width: 65%; }
    .delivery_list__item__infos__name {
      margin: 0 0 0.3em; }
    .delivery_list__item__infos__desc {
      color: #909090;
      font-size: 0.786rem;
      margin: 0;
      text-transform: uppercase; }
  .delivery_list__item__price {
    text-align: right;
    text-transform: uppercase; }
  @media screen and (max-width: 419px) {
    .delivery_list__item tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .delivery_list__item .delivery_list__item__input, .delivery_list__item .delivery_list__item__logo, .delivery_list__item .delivery_list__item__infos, .delivery_list__item .delivery_list__item__price {
      display: block;
      width: auto; }
    .delivery_list__item .delivery_list__item__logo {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
      .delivery_list__item .delivery_list__item__logo:empty {
        display: none; }
    .delivery_list__item .delivery_list__item__infos, .delivery_list__item .delivery_list__item__price {
      width: 100%; }
    .delivery_list__item .delivery_list__item__price {
      text-align: right; }
    .delivery_list__item input.delivery_option_radio {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }

@-webkit-keyframes lookhere {
  0% {
    padding-top: 0;
    height: 40px; }
  50% {
    padding-top: 5px;
    height: 35px; }
  100% {
    padding-top: 0;
    height: 40px; } }

@keyframes lookhere {
  0% {
    padding-top: 0;
    height: 40px; }
  50% {
    padding-top: 5px;
    height: 35px; }
  100% {
    padding-top: 0;
    height: 40px; } }
.cgv_box {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  padding: 15px; }
  .cgv_box::before {
    content: "\f041";
    color: #ffc100;
    text-shadow: -2px 0 2px #E4E4E4;
    font-size: 2em;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    display: inline-block;
    -webkit-animation-name: lookhere;
            animation-name: lookhere;
    -webkit-animation-duration: 500ms;
            animation-duration: 500ms;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    position: absolute;
    width: 24px;
    text-align: center;
    margin-top: -14px;
    margin-left: -40px; }
  @media screen and (min-width: 420px) {
    .cgv_box {
      text-align: center; } }

/************************************************************
				Order Payment Styles
************************************************************/
#HOOK_TOP_PAYMENT, #HOOK_PAYMENT {
  margin-bottom: 30px;
  margin-top: 30px; }
  #HOOK_TOP_PAYMENT:first-child, #HOOK_PAYMENT:first-child {
    margin-top: 0; }
  #HOOK_TOP_PAYMENT:last-child, #HOOK_PAYMENT:last-child {
    margin-bottom: 0; }
  #HOOK_TOP_PAYMENT:empty, #HOOK_PAYMENT:empty {
    display: none; }

.payment_module {
  border-top: 1px solid #E4E4E4;
  margin: 0; }
  .payment_module:last-child {
    border-bottom: 1px solid #E4E4E4; }
  .payment_module > a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    position: relative; }
    .payment_module > a, .payment_module > a:visited {
      color: #212121;
      font-size: 0.786rem;
      text-transform: uppercase; }
      .payment_module > a:hover, .payment_module > a:focus, .payment_module > a:active, .payment_module > a:visited:hover, .payment_module > a:visited:focus, .payment_module > a:visited:active {
        color: #25a3fa; }
        .payment_module > a:hover::before, .payment_module > a:focus::before, .payment_module > a:active::before, .payment_module > a:visited:hover::before, .payment_module > a:visited:focus::before, .payment_module > a:visited:active::before {
          width: 100%; }
    .payment_module > a img:first-child, .payment_module > a i:first-child {
      margin-right: 5%;
      max-width: 25%; }
    .payment_module > a i:first-child {
      color: #25a3fa;
      font-size: 4em; }
    .payment_module > a::before {
      border-top: 1px solid #25a3fa;
      bottom: -1px;
      content: '';
      display: block;
      left: 0;
      position: absolute;
      -webkit-transition: 0.6s all ease-in-out;
      transition: 0.6s all ease-in-out;
      width: 0; }
    .payment_module > a::after {
      color: #25a3fa;
      content: '\f105';
      font-family: "Font Awesome 5 Free";
      font-size: 4em;
      font-weight: 600;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      text-align: right; }

.payment_infos {
  font-size: 1.15em; }
  .payment_infos__label, .payment_infos__value, .payment_reference {
    line-height: 2;
    text-transform: uppercase; }
  .payment_infos__label {
    color: #909090;
    font-weight: normal; }
  .payment_infos__value, .payment_reference {
    color: #25a3fa;
    font-weight: 700; }

/************************************************************
			Block Manufacturers Module Styles
************************************************************/
.home_manufacturers__list__item:nth-child(n+4) {
  margin-top: 30px; }
@media screen and (min-width: 420px) {
  .home_manufacturers__list__item:nth-child(3), .home_manufacturers__list__item:nth-child(4) {
    margin-top: 0; } }
.home_manufacturers__list__item__link {
  background: #FFF;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  display: block;
  padding: 7.5px;
  position: relative;
  top: 0;
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out; }
  .home_manufacturers__list__item__link:hover, .home_manufacturers__list__item__link:active, .home_manufacturers__list__item__link:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    top: 4px; }
.home_manufacturers__button {
  font-weight: 600;
  margin-top: 30px;
  text-transform: uppercase; }

/************************************************************
			Block Payment Logos Module Styles
************************************************************/
.payment_logos {
  margin-bottom: 30px; }
  .payment_logos__list {
    font-size: 1.8em;
    text-align: center; }
    .payment_logos__list__item {
      display: inline-block;
      margin-left: 7.5px;
      vertical-align: middle; }
      .payment_logos__list__item:first-child {
        margin-left: 0; }
    .payment_logos__list img {
      opacity: .55;
      -webkit-transition: 0.6s all ease-in-out;
      transition: 0.6s all ease-in-out; }
    .payment_logos__list:hover img, .payment_logos__list:focus img, .payment_logos__list:active img {
      opacity: 1; }
  @media screen and (max-width: 419px) {
    .payment_logos {
      text-align: center; } }
  @media screen and (min-width: 420px) {
    .payment_logos {
      bottom: 0;
      left: -15px;
      margin-bottom: 0;
      position: absolute; }
      .payment_logos__list {
        font-size: 2.1em; }
        .payment_logos__list__item {
          margin-left: 15px; } }

/************************************************************
			Block Social Module Styles
************************************************************/
.social_block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.5em;
  margin: 15px 0;
  padding: 0 15px;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .social_block__list__item, .social_block__list__item--facebook, .social_block__list__item--twitter, .social_block__list__item--google_plus, .social_block__list__item--pinterest, .social_block__list__item--instagram, .social_block__list__item--youtube, .social_block__list__item--vimeo, .social_block__list__item--rss {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 0 0 15px;
    text-align: center; }
    .social_block__list__item:first-child, .social_block__list__item--facebook:first-child, .social_block__list__item--twitter:first-child, .social_block__list__item--google_plus:first-child, .social_block__list__item--pinterest:first-child, .social_block__list__item--instagram:first-child, .social_block__list__item--youtube:first-child, .social_block__list__item--vimeo:first-child, .social_block__list__item--rss:first-child {
      margin-left: 0; }
    .social_block__list__item a, .social_block__list__item--facebook a, .social_block__list__item--twitter a, .social_block__list__item--google_plus a, .social_block__list__item--pinterest a, .social_block__list__item--instagram a, .social_block__list__item--youtube a, .social_block__list__item--vimeo a, .social_block__list__item--rss a, .social_block__list__item a:visited, .social_block__list__item--facebook a:visited, .social_block__list__item--twitter a:visited, .social_block__list__item--google_plus a:visited, .social_block__list__item--pinterest a:visited, .social_block__list__item--instagram a:visited, .social_block__list__item--youtube a:visited, .social_block__list__item--vimeo a:visited, .social_block__list__item--rss a:visited {
      color: currentColor; }
    .social_block__list__item--facebook a:hover, .social_block__list__item--facebook a:active, .social_block__list__item--facebook a:focus, .social_block__list__item--facebook a:visited:hover, .social_block__list__item--facebook a:visited:active, .social_block__list__item--facebook a:visited:focus {
      color: #3b5999; }
    .social_block__list__item--twitter a:hover, .social_block__list__item--twitter a:active, .social_block__list__item--twitter a:focus, .social_block__list__item--twitter a:visited:hover, .social_block__list__item--twitter a:visited:active, .social_block__list__item--twitter a:visited:focus {
      color: #55acee; }
    .social_block__list__item--google_plus a:hover, .social_block__list__item--google_plus a:active, .social_block__list__item--google_plus a:focus, .social_block__list__item--google_plus a:visited:hover, .social_block__list__item--google_plus a:visited:active, .social_block__list__item--google_plus a:visited:focus {
      color: #dd4b39; }
    .social_block__list__item--pinterest a:hover, .social_block__list__item--pinterest a:active, .social_block__list__item--pinterest a:focus, .social_block__list__item--pinterest a:visited:hover, .social_block__list__item--pinterest a:visited:active, .social_block__list__item--pinterest a:visited:focus {
      color: #bd081c; }
    .social_block__list__item--instagram a:hover, .social_block__list__item--instagram a:active, .social_block__list__item--instagram a:focus, .social_block__list__item--instagram a:visited:hover, .social_block__list__item--instagram a:visited:active, .social_block__list__item--instagram a:visited:focus {
      color: #3b5999; }
    .social_block__list__item--youtube a:hover, .social_block__list__item--youtube a:active, .social_block__list__item--youtube a:focus, .social_block__list__item--youtube a:visited:hover, .social_block__list__item--youtube a:visited:active, .social_block__list__item--youtube a:visited:focus {
      color: #cd201f; }
    .social_block__list__item--vimeo a:hover, .social_block__list__item--vimeo a:active, .social_block__list__item--vimeo a:focus, .social_block__list__item--vimeo a:visited:hover, .social_block__list__item--vimeo a:visited:active, .social_block__list__item--vimeo a:visited:focus {
      color: #1ab7ea; }
    .social_block__list__item--rss a:hover, .social_block__list__item--rss a:active, .social_block__list__item--rss a:focus, .social_block__list__item--rss a:visited:hover, .social_block__list__item--rss a:visited:active, .social_block__list__item--rss a:visited:focus {
      color: #ff5700; }

/************************************************************
			Block Stores Module Styles
************************************************************/
.home_stores, .home_stores__list {
  text-align: center; }
.home_stores__slider__item img {
  -webkit-filter: saturate(1);
          filter: saturate(1);
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out; }
.home_stores__slider__item__name {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #909090;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3em;
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin: 15px 0 0;
  position: relative;
  text-transform: uppercase; }
  .home_stores__slider__item__name, .home_stores__slider__item__name::before, .home_stores__slider__item__name::after {
    -webkit-transition: 0.6s all ease-in-out;
    transition: 0.6s all ease-in-out; }
  .home_stores__slider__item__name::before, .home_stores__slider__item__name::after {
    border-top: 1px solid #E4E4E4;
    content: '';
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 1em;
    min-width: 15px; }
.home_stores__slider__item:hover img, .home_stores__slider__item:active img, .home_stores__slider__item:focus img {
  -webkit-filter: saturate(2);
          filter: saturate(2); }
.home_stores__slider__item:hover .home_stores__slider__item__name, .home_stores__slider__item:active .home_stores__slider__item__name, .home_stores__slider__item:focus .home_stores__slider__item__name {
  color: #25a3fa; }
  .home_stores__slider__item:hover .home_stores__slider__item__name::before, .home_stores__slider__item:hover .home_stores__slider__item__name::after, .home_stores__slider__item:active .home_stores__slider__item__name::before, .home_stores__slider__item:active .home_stores__slider__item__name::after, .home_stores__slider__item:focus .home_stores__slider__item__name::before, .home_stores__slider__item:focus .home_stores__slider__item__name::after {
    border-top-color: #25a3fa;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
.home_stores__list {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  margin: 0 0 calc((15px * 2) + 0.33em); }
  @media screen and (min-width: 420px) {
    .home_stores__list {
      -webkit-column-count: 3;
              column-count: 3;
      margin-top: calc((15px * 2) + 0.33em); } }
  .home_stores__list__item, .home_stores__list__item--dotted {
    font-size: 1.57em;
    font-weight: 300;
    margin: 0.5em 0; }
    .home_stores__list__item a, .home_stores__list__item--dotted a, .home_stores__list__item a:visited, .home_stores__list__item--dotted a:visited {
      color: #212121; }
    .home_stores__list__item--dotted {
      position: relative; }
      .home_stores__list__item--dotted::after {
        background: #25a3fa;
        border-radius: 0.3em;
        content: '';
        display: inline-block;
        height: 0.3em;
        left: calc((100% - 0.15em) + 15px);
        position: absolute;
        top: calc(50% - 0.15em);
        width: 0.3em; }
      .home_stores__list__item--dotted:nth-child(4n+2)::after {
        background: #e70290; }
      .home_stores__list__item--dotted:nth-child(4n+3)::after {
        background: #fff301; }
      @media screen and (max-width: 419px) {
        .home_stores__list__item--dotted:nth-child(7)::after {
          content: none; } }
.home_stores__intro__text {
  text-transform: uppercase; }
  @media screen and (min-width: 420px) {
    .home_stores__intro__text {
      margin-top: 0; } }

#cartridge_compare {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.cartridge_compare {
  margin-bottom: 15px; }
  @media screen and (min-width: 769px) {
    .cartridge_compare {
      margin-top: 15px; } }
  .cartridge_compare__item, .cartridge_compare__item--active {
    text-align: center; }
    @media screen and (max-width: 768px) {
      .cartridge_compare__item__title {
        font-size: 1.25rem; } }
    .cartridge_compare__item__products {
      position: relative; }
      @media screen and (min-width: 769px) {
        .cartridge_compare__item__products {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .cartridge_compare__item__products::before, .cartridge_compare__item__products::after {
        content: '';
        left: 50%;
        position: absolute;
        top: 0; }
      .cartridge_compare__item__products::before {
        border-right: 1px solid #E4E4E4;
        display: inline-block;
        height: 100%; }
      .cartridge_compare__item__products::after {
        background: #FFF;
        border-radius: 100%;
        color: #E4E4E4;
        content: '\f362';
        font-family: "Font Awesome 5 Free";
        font-size: 2em;
        font-weight: 600;
        height: 2em;
        left: calc(50% - 1em);
        line-height: 2;
        text-align: center;
        top: calc(50% - 1em);
        width: 2em; }
    .cartridge_compare__item__product__img {
      padding: 3.75px; }
      @media screen and (min-width: 769px) {
        .cartridge_compare__item__product__img {
          padding: 0; } }
      .cartridge_compare__item__product__img img {
        margin: 0 auto 15px; }
        @media screen and (min-width: 769px) {
          .cartridge_compare__item__product__img img {
            margin-bottom: 0; } }
    .cartridge_compare__item__product__price .price, .cartridge_compare__item__product__price .price--mini {
      font-size: 1.5em; }
      @media screen and (min-width: 769px) {
        .cartridge_compare__item__product__price .price, .cartridge_compare__item__product__price .price--mini {
          font-size: 2.5em; } }
    .cartridge_compare__item__product__discount, .cartridge_compare__item__product__btn [class*="btn"] {
      font-size: .875rem;
      padding: .33em; }
    .cartridge_compare__item__product__discount {
      background: #CC1436;
      color: #FFF200;
      font-weight: 600;
      margin-bottom: 0;
      text-transform: uppercase;
      white-space: nowrap; }
      @media screen and (min-width: 769px) {
        .cartridge_compare__item__product__discount {
          bottom: 0;
          display: inline-block;
          left: 15px;
          margin: 0;
          padding-left: .5em;
          padding-right: .5em;
          position: absolute; } }
    .cartridge_compare__item__product__btn [class*="btn"] {
      padding-left: .5em;
      padding-right: .5em; }
    @media screen and (min-width: 769px) {
      .cartridge_compare__item__product__btn {
        margin-bottom: 0; } }
    .cartridge_compare__item__product__link {
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    @media screen and (max-width: 768px) {
      .cartridge_compare__item__product--original, .cartridge_compare__item__product--generic {
        -webkit-transform: scale(0);
                transform: scale(0); } }
    @media screen and (min-width: 769px) {
      .cartridge_compare__item__product--original > [class*="row"] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
    @media screen and (min-width: 769px) {
      .cartridge_compare__item__product--generic {
        position: relative; } }
    .cartridge_compare__item--active .cartridge_compare__item__product, .cartridge_compare__item--active .cartridge_compare__item__product--original, .cartridge_compare__item--active .cartridge_compare__item__product--generic {
      -webkit-animation-duration: 1s;
              animation-duration: 1s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-name: scaleUp;
              animation-name: scaleUp; }
    .cartridge_compare__item--active .cartridge_compare__item__product--original {
      -webkit-animation-delay: 0.5s;
              animation-delay: 0.5s; }
      @media screen and (min-width: 769px) {
        .cartridge_compare__item--active .cartridge_compare__item__product--original {
          -webkit-animation-delay: 0s;
                  animation-delay: 0s; } }
    .cartridge_compare__item--active .cartridge_compare__item__product--generic {
      -webkit-animation-delay: 1s;
              animation-delay: 1s; }
      @media screen and (min-width: 769px) {
        .cartridge_compare__item--active .cartridge_compare__item__product--generic {
          -webkit-animation-delay: 0.5s;
                  animation-delay: 0.5s; } }
  .cartridge_compare__slider--no_anim .cartridge_compare__item:not(.cartridge_compare__item--active), .cartridge_compare__slider--no_anim .cartridge_compare__item--active:not(.cartridge_compare__item--active) {
    display: none; }
  .cartridge_compare .bx-wrapper .cartridge_compare__item__product, .cartridge_compare .bx-wrapper .cartridge_compare__item__product--original, .cartridge_compare .bx-wrapper .cartridge_compare__item__product--generic {
    -webkit-transform: scale(0);
            transform: scale(0); }
  .cartridge_compare .bx-wrapper .cartridge_compare__item__product__img img {
    margin-left: auto;
    margin-right: auto; }

@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scaleUp {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*# sourceMappingURL=global.css.map */