.bonsai,
.bonsai li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  float: none !important;
  display: block !important;
}

.bonsai li {
  position: relative;
  padding-left: 1.3em;
  /* padding for the thumb */
}

li .thumb {
  margin: -1px 0 0 -1em;
  /* negative margin into the padding of the li */
  position: absolute;
  cursor: pointer;
}

li.has-children > .thumb:after {
  content: '+';
}

li.has-children.expanded > .thumb:after {
  content: '-';
}

li.collapsed > ol.bonsai {
  height: 0;
  overflow: hidden;
}

.bonsai .all,
.bonsai .none {
  cursor: pointer;
}

.custom-catalog .loaded {
  display: none;
}
.custom-catalog .treeview {
  display: none;
}

.treeview ol {
  margin-bottom: 0;
}

.search-block {
  margin-top: 54px;
  background-color: #dadada;
  padding: 19px 22px 14px 31px;
}
.search-block .label {
  font-size: 15px;
  text-transform: uppercase;
}
.search-block .in-text {
  background-color: #ffffff;
  color: #69646a;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.search-block .in-text::-webkit-input-placeholder {
  color: #dadada;
}
.search-block .in-text:-moz-placeholder {
  color: #dadada;
}
.search-block .in-text::-moz-placeholder {
  color: #dadada;
}
.search-block .in-text:-ms-input-placeholder {
  color: #dadada;
}
.search-block .input-block {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.search-block .ico-search {
  position: absolute;
  right: 5px;
  color: #69646a;
  font-size: 16px;
  height: 30px;
  top: 0px;
}

.search-engines {
  border-bottom: 1px solid #dadada;
  margin-bottom: 14px;
}
.search-engines .search-engine {
  color: #ffffff;
  background-color: #dadada;
  font-size: 15px;
  text-transform: uppercase;
  width: 50%;
  max-width: 332px;
  font-family: 'pt_sansbold';
  text-align: center;
  padding: 10px 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.search-engines .search-engine.selected {
  background-color: #fa565c;
}
.search-engines a:hover {
  background-color: #fb787d;
}

.produits-slider {
  margin-left: 32px;
  margin-right: 32px;
}

@media only screen and (min-width: 530px) {
  .search-engines .search-engine br {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .search-block br {
    display: inline;
  }
  .search-block .label {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .search-block .in-text {
    max-width: 425px;
  }
  .search-block .input-block {
    text-align: right;
    width: 40%;
  }
}
@media only screen and (min-width: 1300px) {
  .search-block .label {
    font-size: 18px;
  }

  .search-engines .search-engine {
    font-size: 18px;
  }
}
.produits-list-w {
  position: relative;
  margin: 0 -11px 0;
}

.produits-list {
  width: 100%;
  margin: 0 0 0;
  overflow: hidden;
}
.produits-list .prds {
  overflow: visible;
}
.produits-list.swiper-container {
  margin: 0;
}
.produits-list.swiper-container .swiper-slide {
  margin: 0;
  min-height: 470px;
  height: auto;
}
.produits-list .colors .color {
  cursor: pointer;
}

.prd {
  max-width: 276px;
  position: relative;
  margin: 0 auto;
  padding-bottom: 6px;
  border: 1px solid #eeeeee;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.prd .media {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 236px;
}
.prd .overlay {
  display: none;
}

.prdww {
  padding: 0 11px;
}

.prd-w {
  margin-bottom: 40px;
}

@media only screen and (min-width: 1300px) {
  .prd-w {
    margin-bottom: 55px;
  }
}
.cat-infos-w + .subcats-w {
  margin-top: 20px;
}

.subcats {
  margin-right: -8px;
  margin-left: -8px;
}

.subcat-w {
  margin-bottom: 55px;
}

@media only screen and (min-width: 768px) {
  margin-right: -23px;
  margin-left: -23px;
}
.subcat {
  display: block;
  margin: 0 8px;
  position: relative;
}
.subcat .media {
  display: block;
}
.subcat .title {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: inherit;
}
.subcat .title .voile {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: url('/images/rgbapng/fa565cbf-5.png?1576501429');
  background: rgba(250, 86, 92, 0.75);
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.subcat .title a {
  width: 100%;
  height: 100%;
  display: block;
}
.subcat .title a:hover .voile {
  opacity: 1;
}
.subcat .title a:hover .icon-w {
  background-color: #fb787d;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.subcat .title a:hover .icon-w:before, .subcat .title a:hover .icon-w::before, .subcat .title a:hover .icon-w .before {
  -moz-transition-property: border-color;
  -o-transition-property: border-color;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border-bottom: 65px solid #fb787d;
}
.subcat .title a:hover .icon-arrow-right-white {
  display: inline-block;
}
.subcat .title a:hover .icon-arrow-right-red {
  display: none;
}
.subcat .title .title-w {
  width: 100%;
  padding: 0 80px 0 5%;
  background-color: #fa565c;
  color: #ffffff;
  position: absolute;
  bottom: -27%;
  left: 0;
  height: 27%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #eeeeee;
  white-space: nowrap;
}
.subcat .title .title-w:before, .subcat .title .title-w::before, .subcat .title .title-w .before {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.subcat .title .label {
  font-size: 13.5px;
  line-height: inherit;
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.subcat .title .icon-w {
  width: 50px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  text-align: center;
  white-space: nowrap;
}
.subcat .title .icon-w:after, .subcat .title .icon-w::after, .subcat .title .icon-w .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.subcat .title .icon-w:before, .subcat .title .icon-w::before, .subcat .title .icon-w .before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 50px;
  height: 0;
  width: 0;
  border-bottom: 65px solid #ffffff;
  border-left: 25px solid transparent;
}
.subcat .title .icon {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.subcat .title .icon-arrow-right-red {
  *zoom: 0.7;
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}
.subcat .title .icon-arrow-right-white {
  display: none;
}

@media only screen and (min-width: 530px) {
  .prd-w {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .prd-w {
    width: 33.33333%;
  }
}
@media only screen and (min-width: 1000px) {
  .prd-w {
    width: 25%;
  }

  .cat-produits-list .prd-w {
    width: 33.33333%;
  }
}
@media only screen and (min-width: 1300px) {
  .prd-w {
    width: 33.33333%;
  }

  .cat-produits-list .prd-w {
    width: 33.33333%;
    margin-bottom: 26px;
  }

  .listing-bl .prd-w, .listing-brand .prd-w {
    width: 25%;
  }
}
@media only screen and (min-width: 1460px) {
  .prd-w {
    width: 25%;
  }

  .cat-produits-list .prd-w {
    width: 33.33333%;
  }

  .listing-bl .prd-w, .listing-brand .prd-w {
    width: 25%;
  }
}
@media only screen and (min-width: 1740px) {
  .prd-w {
    width: 20%;
  }

  .cat-produits-list .prd-w {
    width: 25%;
  }
}
.brandlist {
  position: relative;
}

.brandlist .abc-w {
  z-index: 2;
  float: right;
}

.brandlist .abc {
  top: 0;
}
.brandlist .abc a {
  width: 35px;
  padding: 12px;
  border: 1px solid #fa565c;
  background-color: white;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: center;
  width: 30px;
  padding: 10px;
}
.brandlist .abc li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.brandlist .glossary li {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 580px) {
  .brandlist .glossary li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 33.33333%;
  }
}

.brand-subcats .subcat-w {
  width: 50%;
  float: left;
}

.brand-subcats .subcat a:hover .icon-w {
  background-color: transparent;
}
.brand-subcats .subcat a:hover .title-w {
  color: #ffffff;
}
.brand-subcats .subcat .title-w {
  background-color: transparent;
  color: #fa565c;
  height: 100%;
  padding: 0 10px;
  text-align: center;
}
.brand-subcats .subcat .icon-w {
  height: 50%;
  background-color: transparent;
}
.brand-subcats .subcat .icon-w:before, .brand-subcats .subcat .icon-w::before, .brand-subcats .subcat .icon-w .before {
  display: none;
}

@media only screen and (min-width: 450px) {
  .brand-subcats .subcat-w {
    width: 50%;
  }
}
@media only screen and (min-width: 530px) {
  .subcat-w {
    float: left;
    width: 50%;
  }

  .brand-subcats .subcat-w {
    width: 33.33333%;
  }
}
@media only screen and (min-width: 768px) {
  .subcat-w {
    width: 33.33333%;
  }

  .brand-subcats .subcat-w {
    width: 25%;
  }

  .subcats {
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media only screen and (min-width: 1000px) {
  .brand-subcats .subcat-w {
    width: 20%;
  }
}
@media only screen and (min-width: 1300px) {
  .subcat-w {
    width: 33.33333%;
    margin-bottom: 60px;
  }

  .subcats {
    margin-right: -14px;
    margin-left: -14px;
  }

  .subcat {
    width: auto;
    margin: 0 14px;
  }
  .subcat .title .label {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1460px) {
  .subcat-w {
    width: 25%;
    margin-bottom: 80px;
  }

  .categ-subcats .subcat-w {
    width: 33.33333%;
  }

  .brand-subcats .subcat-w {
    width: 20%;
  }

  .subcats {
    margin-right: -19px;
    margin-left: -19px;
  }

  .subcat {
    width: auto;
    margin: 0 19px;
  }
  .subcat .title .label {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1740px) {
  .brand-subcats .subcat-w {
    width: 16.66667%;
  }
}
.slider-nav {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  background-color: transparent;
  border: 0 none;
  outline: 0 none;
  z-index: 15;
  *zoom: 0.7;
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}
.slider-nav.disabled {
  cursor: default;
  opacity: 0.2;
}
.slider-nav.prev {
  left: -26px;
}
.slider-nav.next {
  right: -26px;
}
.slider-nav.up {
  top: -6px;
  margin-top: 0;
  margin-left: -2px;
  left: 38%;
  font-size: 29px;
  display: none;
}
.slider-nav.down {
  bottom: -6px;
  margin-top: 0;
  margin-left: -2px;
  left: 38%;
  top: auto;
  font-size: 29px;
  display: none;
}
.slider-nav.zoom-prev, .slider-nav.zoom-next {
  background-color: #e8e1db;
  padding: 10px;
}
.slider-nav.zoom-next {
  right: 0;
}

.tabs-ww .slider-nav.prev {
  left: -32px;
}
.tabs-ww .slider-nav.next {
  right: -32px;
}

@media only screen and (min-width: 1300px) {
  .rupture-alt.produits-slider .slider-nav {
    margin-top: -24px;
    *zoom: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .rupture-alt.produits-slider .slider-nav.prev {
    left: -35px;
  }
  .rupture-alt.produits-slider .slider-nav.next {
    right: -35px;
  }
}
.alt-slider .slider-nav {
  width: 40px;
  height: 40px;
  z-index: 1000;
  font-size: 22px;
  bottom: 0;
  top: auto;
  color: #ffffff;
}
.alt-slider .slider-nav.prev {
  left: auto;
  right: 41px;
}
.alt-slider .slider-nav.next {
  right: 0;
}

@media only screen and (min-width: 1200px) {
  .slider-nav.up {
    display: block;
  }
  .slider-nav.down {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .prd .overlay {
    display: block;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .prd .overlay:after, .prd .overlay .after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
    height: 100%;
    width: 0;
  }
  .prd .overlay .btn {
    padding: 10px 15px;
  }
  .prd .overlay .btn:hover {
    background-color: #fa565c;
  }

  .lt-ie9 .prd .overlay {
    display: none;
  }

  .prd a:hover .overlay {
    opacity: 1;
  }

  .lt-ie9 .prd a:hover .overlay {
    display: block;
  }
}
.prd .media img {
  display: block;
}

.colors {
  display: block;
  padding: 0 5px;
  margin-bottom: 10px;
}
.colors .label {
  font-size: 11px;
  color: #69646a;
  display: block;
  margin-bottom: 11px;
}
.colors .color {
  width: 29px;
  height: 29px;
  margin-bottom: 2px;
  border: 1px solid #eaeaea;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.colors .color-in {
  position: absolute;
}

.prd .title, .prd .desc {
  display: block;
  font-size: 0.91667em;
  height: 42px;
  padding: 0 15px;
  overflow: hidden;
  position: relative;
  color: #000000;
  font-family: 'MuseoSans500Regular';
}
.prd .title span, .prd .desc span {
  display: table-cell;
  vertical-align: middle;
  height: 44px;
}
.prd .desc {
  height: 22px;
  font-family: "pt_sansbold";
}
.prd .desc span {
  height: 22px;
}
.prd .colors {
  display: none;
}
.prd .ref {
  font-family: 'MuseoSans500Regular';
  font-size: 0.83333em;
  color: #767676;
  padding: 0 14px;
  height: 3em;
}
.prd .bookmark {
  bottom: 0;
  color: #fa565c;
  width: 15%;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.prd .availability-wrapper {
  width: 83%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.prd .barcode {
  float: right;
  margin-top: 17px;
  width: 76px;
}
.prd .second-part {
  overflow: hidden;
  padding: 0 14px;
  margin-top: 10px;
  height: 62px;
  border-top: 1px dotted #eeeeee;
}
.prd .go {
  position: relative;
}
.prd .actions {
  margin-top: 2px;
  padding: 0 11px;
  overflow: hidden;
  height: 50px;
}
.prd .actions .btn {
  padding: 6px 12px;
  height: auto;
  width: auto;
  min-width: 105px;
  font-size: 0.83333em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.prd .actions .btn .ico {
  font-size: 0.91667em;
}
.prd .actions .btn:disabled {
  color: #69646a;
  border: 1px solid #69646a;
  opacity: 0.3;
  cursor: auto;
}
.prd .actions .div-spinner {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.prd .actions .action {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.prd .actions .action + .action {
  width: 60%;
  text-align: right;
}
.prd .actions .action.gamme {
  width: auto;
}
.prd .prices {
  float: left;
}
.prd .third-part {
  overflow: hidden;
  margin-top: 8px;
  padding: 3px 13px 3px;
  border-top: 1px solid #eeeeee;
}

#modal-prd .prd {
  border: 0 none;
}
#modal-prd .prd .media {
  border: 1px solid #eeeeee;
}
#modal-prd .prd .second-part, #modal-prd .prd .third-part {
  display: none;
}

.prices {
  margin-top: 4px;
  padding: 15px 0 0;
  display: block;
}
.prices .label {
  color: #767676;
  display: block;
}

.price {
  display: block;
}
.price .regular-price {
  text-decoration: line-through;
  font-size: 9px;
  color: #000000;
}
.price .label {
  font-size: 11px;
}
.price .current-price {
  font-size: 1.08333em;
  font-family: 'pt_sansbold';
  color: #000000;
}

.promo .price .current-price {
  color: #cc3300;
}

.prd.edit .current-price {
  font-size: 1em;
}

.price-edit {
  overflow: hidden;
}
.price-edit .label {
  padding-top: 5px;
  width: 86px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.price-edit .value .in-text {
  width: 70px;
  text-align: right;
  padding-right: 5px;
}
.price-edit + .price-edit {
  margin-top: 12px;
}

.price-usually {
  margin-top: 15px;
}

.publish-block {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.publish-block .text {
  cursor: pointer;
}

.prd .more {
  display: block;
  float: none;
  height: 25px;
  margin: 0 5px 3px;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 700;
}
.prd .more:hover {
  text-decoration: none;
}

.prd .pcontact {
  color: #69646a;
  display: block;
  text-align: center;
  font-size: 12px;
  margin-top: 6px;
}
.prd .pcontact:hover {
  text-decoration: underline;
}

.pastille {
  background-color: #fa565c;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  width: 48px;
  height: 48px;
  font-size: 10px;
  font-family: 'pt_sansbold';
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 5;
  white-space: nowrap;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  white-space: nowrap;
}
.pastille:after, .pastille::after, .pastille .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.pastille .label {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.new .pastille {
  background-color: #00d6d3;
}

.cat-infos {
  color: #69646a;
  padding-top: 23px;
  padding-bottom: 23px;
  overflow: hidden;
}
.cat-infos .title {
  text-transform: uppercase;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 800;
  font-size: 18px;
}
.cat-infos .desc {
  font-size: 13px;
  line-height: 1.3em;
}
.cat-infos .tools {
  text-align: right;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .cat-infos .title {
    float: left;
  }
  .cat-infos .tools {
    float: right;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1300px) {
  .prd .title {
    font-size: 15px;
    height: 64px;
  }
  .prd .title span {
    height: 64px;
  }
  .prd .ref {
    font-size: 1.08333em;
  }
  .prd .actions {
    padding-top: 11px;
  }
  .prd .actions .btn {
    height: 28px;
    font-size: 12px;
  }
  .prd .barcode, .prd .barcode img {
    width: 115px;
    height: 25px;
  }
  .prd .third-part {
    margin-top: 18px;
  }

  .prices > .label {
    display: block;
  }

  .price .regular-price {
    font-size: 13px;
  }
  .price .label {
    font-size: 12px;
  }
  .price .current-price {
    font-size: 16px;
  }

  .prd.edit .current-price {
    font-size: 1em;
  }

  .prd .more {
    height: auto;
    display: block;
    padding: 8px 0;
    margin: 0 13px 10px;
    width: auto;
  }

  .produits-list-w + .h2 {
    padding-top: 14px;
  }

  .pastille {
    width: 65px;
    height: 65px;
    font-size: 12px;
  }
}
.autoload_loader {
  width: 240px;
  margin: 0px auto;
  line-height: 17px;
  font-size: 1.1em;
}
.autoload_loader img {
  float: left;
  margin-right: 5px;
}

.show-values {
  margin-top: 3px;
}
.show-values .selected-value {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 19px;
}
.show-values .selected-value .ico-close {
  margin-right: 0px;
  font-size: 1.2em;
  cursor: pointer;
  display: block;
  margin-top: 3px;
  float: left;
  margin-right: 3px;
}

.tools {
  margin-bottom: 1.5rem;
}
.tools .tools-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.tools .tools-column .tool {
  margin: 0 0 1rem 0;
}
.tools .tools-column .tool .label {
  display: block;
  font-size: 13px;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
.tools .tools-column .tool .select-wrapper {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .tools-column:first-of-type .tool:last-of-type {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .tools-column .tool {
    width: 50%;
  }
  .tools-column .tool.sort-by {
    order: -2;
  }
  .tools-column .tool.nb-results {
    order: -1;
    text-align: right !important;
  }
  .tools-column .tool select {
    width: 50%;
  }
}
@media only screen and (max-width: 400px) {
  .tools .tool select {
    padding-left: 5px;
  }
}
.categ .switch_menu {
  position: static;
  float: none;
  font-family: "pt_sansbold";
  display: block;
  margin: 12px 12px;
}

@media only screen and (max-width: 999px) {
  .categ .main-menu > li {
    display: none;
  }
  .categ .main-menu > li.active {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .tools .main-menu, .tools .switch_menu {
    display: none;
  }

  .categ .produits-list-w {
    margin: 0;
  }
  .categ .produits-list {
    width: auto;
  }
  .categ .produits-list {
    margin: 0 -6px;
  }
}
@media only screen and (min-width: 1000px) {
  .categ .switch_menu {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .categ .produits-list {
    margin: 0 -20px;
  }
}
.best-sells-block + .produits-list-block {
  margin-top: 20px;
}

.subcat .title .voile {
  background: url('/images/rgbapng/dadada40-5.png?1576501429');
  background: rgba(218, 218, 218, 0.25);
}
.subcat .title .title-w {
  background-color: #dadada;
  color: #7D7765;
}
.subcat .title .icon-w {
  background-color: #dadada;
}
.subcat .title .icon-w:before, .subcat .title .icon-w::before, .subcat .title .icon-w .before {
  border-bottom: 65px solid #dadada;
}
.subcat .title .icon.icon-arrow-right-red {
  display: none;
}
.subcat .title .icon.icon-arrow-right-white {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.subcat .title a:hover .icon-w {
  background-color: #dadada;
  color: black;
}
.subcat .title a:hover .icon-w:before, .subcat .title a:hover .icon-w::before, .subcat .title a:hover .icon-w .before {
  border-bottom: 65px solid #dadada;
}
.subcat .media {
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}

.conso-filter {
  padding: 0 0 12px 0;
}
.conso-filter .filter {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media only screen and (min-width: 1000px) {
  .conso-filter .filter {
    width: 31%;
    margin-right: 2%;
  }
}
.conso-filter .filter label {
  color: #fb787d;
  font-size: 14px;
  font-weight: 600;
  margin: 5px 0;
  display: block;
}
.conso-filter .selectmenu {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.load-infinity-scroll {
  padding: 10px 0px;
  text-align: center;
  color: #8D8672;
  background-color: #F1F1F1;
  display: none;
}

.form-search-filters {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.form-search-filters .label {
  display: block;
  font-size: 13px;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
