.newness {
  background-color: #f7f3f0;
  padding-top: 18px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .newness {
    padding-top: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .newness {
    padding-top: 26px;
  }
}
.produits-list-w {
  position: relative;
  margin: 0 -8px 0;
}

.produits-list {
  width: 100%;
  margin: 0 0 0;
  overflow: hidden;
}
.produits-list .prds {
  overflow: visible;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.produits-list.swiper-container {
  margin: 0;
}
.produits-list.swiper-container .swiper-slide {
  margin: 0;
  height: auto;
}
.produits-list .colors .color {
  cursor: pointer;
}

.prd {
  max-width: 330px;
  position: relative;
  margin: 0 auto;
  padding-bottom: 6px;
}
.prd .media {
  display: block;
  position: relative;
  overflow: hidden;
}
.prd .overlay {
  display: none;
}
.prd .promo {
  position: relative;
}

.prdww {
  padding: 0 8px;
}
.prdww .availability-wrapper .info {
  min-width: auto;
}

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

.products-list-catalog .prd-w {
  min-height: 485px;
}

.products-list-borne .prd-w {
  min-height: 376px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) {
  .produits-list-w {
    margin-left: -15px;
    margin-right: -15px;
  }

  .prd-w {
    margin-bottom: 55px;
  }
}
.cat-infos-w + .subcats-w {
  margin-top: 20px;
}

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

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

.subcat {
  display: block;
  margin: 0 8px;
}
.subcat .media {
  display: block;
}
.subcat .title {
  background-color: #59493F;
  color: #ffffff;
  text-transform: uppercase;
  font-family: Open Sans Light, Open Sans;
  font-weight: 300;
  font-size: 17px;
  display: block;
  text-align: center;
  height: 68px;
  vertical-align: middle;
  width: 100%;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.subcat .title span {
  vertical-align: middle;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.subcat .title:after, .subcat .title .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

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

  #dialog .prd-w {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .subcat-w, .prd-w {
    width: 33.33333%;
  }

  #dialog .prd-w {
    width: 50%;
  }

  .subcats {
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media only screen and (min-width: 1200px) {
  .subcat-w, .prd-w {
    width: 25%;
  }

  #dialog .prd-w {
    width: 33.33333%;
  }

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

  .subcat {
    width: auto;
    margin: 0 15px;
  }
}
@media only screen and (min-width: 1472px) {
  .subcat-w, .prd-w {
    width: 20%;
  }
}
.slider-nav {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  background-color: transparent;
  border: 0 none;
  color: #ad9d8e;
  font-size: 28px;
  outline: 0 none;
  z-index: 15;
}
.slider-nav.disabled {
  cursor: default;
  opacity: 0.2;
}
.slider-nav.prev {
  left: -22px;
}
.slider-nav.next {
  right: -22px;
}
.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;
}

@media only screen and (min-width: 1200px) {
  .slider-nav {
    margin-top: -18px;
    font-size: 60px;
  }
  .slider-nav.prev {
    left: -23px;
  }
  .slider-nav.next {
    right: -23px;
  }
}
.alt-slider .slider-nav {
  width: 40px;
  height: 40px;
  z-index: 1000;
  font-size: 22px;
  bottom: 0;
  top: auto;
  color: #ffffff;
  background: url('/images/rgbapng/000000cc-5.png?1435650943');
  background: rgba(0, 0, 0, 0.8);
}
.alt-slider .slider-nav.prev {
  left: auto;
  right: 41px;
}
.alt-slider .slider-nav.next {
  right: 0;
}

.others-views-w .slider-nav.prev {
  left: -4px;
}
.others-views-w .slider-nav.next {
  right: -4px;
}

@media only screen and (min-width: 1201px) {
  .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;
    background: url('/images/rgbapng/59493fcc-5.png?1435650943');
    background: rgba(89, 73, 63, 0.8);
    -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: #EA6645;
  }

  .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: #59493F;
  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 {
  display: block;
  font-size: 1.10333em;
  height: 44px;
  padding: 0 8px;
  overflow: hidden;
  position: relative;
  color: #59493F;
}
.prd .title span {
  display: table-cell;
  vertical-align: middle;
  height: 44px;
}
.prd .colors {
  display: none;
}
.prd .ref {
  font-size: 0.8825em;
}
.prd .action-wrap {
  position: absolute;
  right: 8px;
  bottom: 0;
}
.prd .action-wrap a {
  margin-left: 5px;
}
.prd .availability-wrapper {
  float: left;
}
.prd .barcode {
  float: right;
  max-height: 25px;
  text-align: center;
}
.prd .second-part {
  overflow: hidden;
  padding: 0 8px;
  min-height: 145px;
}
.prd .second-part .prd-informations {
  display: inline-block;
}
.prd .second-part .red-price-block {
  display: inline-block;
}
.prd .second-part .red-price-block .red-price {
  display: inline-block;
  color: red;
  font-weight: bold;
  font-size: 16px;
}
.prd .go {
  position: relative;
}
.prd .actions {
  margin-top: 20px;
  float: right;
}
.prd .actions .btn {
  padding: 6px 9px;
  height: 25px;
  width: auto;
  min-width: 0;
  font-size: 0.8825em;
  margin-left: 10px;
  font-family: Open Sans SemiBold, Open Sans;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.prd .actions .div-spinner {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.prices {
  margin-top: 6px;
  padding: 0 5px 10px 0;
  display: block;
}
.prices > .label {
  color: #ad9d8e;
  display: none;
  margin-bottom: 10px;
}
.prices .red-price-block {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
}
.prices .red-price-block .red-price {
  display: inline-block;
  padding: 10px;
  color: red;
  font-weight: bold;
  font-size: 16px;
}

.price {
  display: inline-block;
}
.price .regular-price {
  text-decoration: line-through;
  font-size: 15px;
}
.price .label {
  font-size: 11px;
}
.price .current-price {
  font-size: 1.1775em;
  font-family: Open Sans ExtraBold, Open Sans;
  font-weight: 800;
}

.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;
  font-family: Open Sans Bold, Open Sans;
  font-weight: 700;
}
.prd .more:hover {
  text-decoration: none;
}

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

.cat-infos-w {
  background-color: #e8e1db;
}

.cat-infos {
  color: #59493F;
  padding: 23px 22px 23px;
}
.cat-infos .title {
  text-transform: uppercase;
  font-family: Open Sans ExtraBold, Open Sans;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 16px;
}
.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 {
    margin-bottom: 16px;
  }
  .cat-infos .tools {
    float: right;
    margin-top: -44px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .prdww {
    padding: 0 15px;
  }

  .prd .title {
    font-size: 15px;
    height: 54px;
  }
  .prd .title span {
    height: 54px;
  }
  .prd .colors {
    display: block;
  }
  .prd .colors .label {
    font-size: 12px;
    color: #ad9d8e;
  }
  .prd .actions .btn {
    height: 28px;
  }

  .prices > .label {
    display: block;
  }

  .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 {
    right: -9px;
  }
  .pastille:after, .pastille .after {
    border-right: 9px solid transparent;
    border-top: 9px solid #901c1c;
    bottom: -9px;
  }
  .pastille .label {
    padding: 8px 13px;
    font-size: 13px;
  }
}
.filters-w {
  background-color: #ad9d8e;
}

.filters {
  margin: 0 -15px 22px;
  padding: 14px 0;
}
.filters .title {
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 30px;
  font-size: 14px;
  font-family: Open Sans Bold, Open Sans;
  font-weight: 700;
  margin-bottom: 12px;
}
.filters .check {
  background: #ffffff;
  overflow: hidden;
  cursor: pointer;
  padding: 5px;
  display: block;
  margin-bottom: 1px;
}
.filters .check .altbtn {
  margin-right: 7px;
}
.filters .check input {
  margin-right: 4px;
  vertical-align: middle;
}
.filters .check.select {
  background: #ACC400;
  color: #fff;
}
.filters .filter-wrap {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  padding: 0 30px;
  margin-bottom: 16px;
  width: 100%;
}
.filters .filter-wrap .selectmenu {
  width: 100%;
}
.filters .filter-wrap .in-text {
  height: 34px;
}
.filters .filter-relative {
  position: relative;
}
.filters .filter-lnk {
  display: block;
  width: 100%;
  line-height: 31px;
  cursor: pointer;
  color: #59493F;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.filters .filter-lnk:hover {
  text-decoration: none;
  background: #e8e1db;
}
.filters .filter-content-w {
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 20;
  padding: 1px 6px 0;
  display: none;
  width: 100%;
  border: 1px solid #ad9d8e;
  background-color: #ffffff;
}
.filters .filter-content-w .filter-content {
  background: #e8e1db;
}

@media only screen and (min-width: 620px) {
  .filters .filter-wrap {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .filters .filter-wrap {
    width: 33%;
  }
}
@media only screen and (min-width: 1160px) {
  .filters .filter-wrap {
    width: 25%;
  }
}
.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;
}

@media only screen and (min-width: 768px) {
  .categ .produits-list-w {
    margin: 0;
  }
  .categ .produits-list {
    width: auto;
  }
  .categ .produits-list {
    margin: 0 -6px;
  }
}
@media only screen and (min-width: 1201px) {
  .categ .produits-list {
    margin: 0 -20px;
  }
}
.produits-list-w-1 {
  max-width: 270px;
}

.produits-list-w-2 {
  max-width: 540px;
}

.produits-list-w-3 {
  max-width: 810px;
}

.produits-list-w-4 {
  max-width: 1080px;
}

.produits-list-w-5 {
  max-width: 1350px;
}

.produits-list-w-6 {
  max-width: 1620px;
}

.page-stock #findref-form {
  background-color: #ad9d8e;
}
.page-stock #findref-form .filter-wrap {
  width: 100%;
}
.page-stock #findref-form .in-text {
  max-width: 300px;
  margin-bottom: 5px;
}
.page-stock .paginator {
  display: block;
  text-align: right;
  padding: 10px 0;
}
.page-stock .paginator .page {
  padding: 5px;
}

.display-type {
  text-align: right;
  font-size: 1.2em;
  font-weight: bold;
}
.display-type a {
  color: white;
}
.display-type a:hover {
  text-decoration: underline;
}

.view-catalog .pagination {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 22px;
}
.view-catalog .pagination .current {
  display: inline-block;
  width: 55px;
}

.filters .filter-wrap .submit-goto-page {
  height: 34px;
  min-width: 25px;
}

.no-result .input-search {
  max-width: 235px;
  position: relative;
  margin: 20px auto 0px;
}
.no-result .input-search input {
  width: 100%;
}
.no-result .input-search .ico-search {
  position: absolute;
  right: 3px;
  top: 5px;
}

@media only screen and (min-width: 768px) {
  .no-result .input-search {
    margin: 20px 0px 0px;
  }
}
.actions.export-list {
  text-align: right;
  margin-bottom: 20px;
}

#dialog .actions {
  padding-bottom: 30px;
}

.promopastille {
  background-color: #EA6645;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  width: 50px;
  height: 50px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-weight: 800;
  font-size: 11px;
  white-space: nowrap;
  *zoom: expression( this.runtimeStyle.zoom="1", this.appendChild( document.createElement("small") ).className="after", this.insertBefore( document.createElement("small"), this.firstChild ).className="before" );
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 5px;
}
.promopastille .label {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: normal;
  line-height: 50px;
  font-size: 14px;
}

/*# sourceMappingURL=category.css.map */
