/******************************************************************
    Main Colors
******************************************************************/
/******************************************************************
    Fonts
******************************************************************/
/******************************************************************
    Borders
******************************************************************/
/******************************************************************
    Backgrounds
******************************************************************/
/******************************************************************
    RESPONSIVE
******************************************************************/
/*******************************************************
Product list Styles
********************************************************/
.product_list {
  list-style: none;
}

.product_list li {
  float: left;
  width: 33.333%;
  text-align: center;
  margin: 15px 0;
  position: relative;
}

.product_list li.last-item-of-tablet-line {
  margin-right: 0;
}

.product_list li .encart_top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.product_list li .encart_top .price-percent-reduction {
  float: right;
  display: block;
  background: #e03288;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  color: white;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
}

.product_list li .product_img_link {
  width: 310px;
  height: 310px;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 1;
  margin: auto;
}

.product_list li .product_img_link img {
  -webkit-transition: 200ms all;
  transition: 200ms all;
  width: 310px;
  height: 310px;
  margin: 0;
}

.product_list li .product_img_link a {
  display: block;
}

.product_list li h3 a {
  min-height: 25px;
  text-transform: uppercase;
  margin: 10px 0 0;
  display: block;
  font-size: 15px;
  color: #717171;
  line-height: 20px;
  padding: 0 20px;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  font-weight: bold;
}

.product_list li h3 {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 100%;
}

.product_list li .price_wrap {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.product_list li .content_price {
  padding: 10px 0;
}

.product_list li .content_price .price {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  color: #E3328B;
  padding: 0 10px;
  font-size: 17px;
  font-weight: bold;
}

.product_list li .content_price .old-price {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  font-size: 13px;
  text-decoration: line-through;
}

.product_list li .tablet_mobile {
  display: none;
  background-color: #e03288;
  width: 95px;
  height: 40px;
  text-align: center;
  color: white;
  border-radius: 4px;
  line-height: 40px;
  margin-left: 10px;
  text-decoration: none;
}

.product_list li .tablet_mobile > * {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

.product_list li .tablet_mobile .text {
  margin-right: 5px;
  width: 50px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 12px;
}

.product_list li .tablet_mobile:hover {
  background: #c4176d;
}

.product_list li .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 6px;
  border-color: transparent transparent transparent #4b4746;
  display: none;
  float: right;
  margin-right: 4%;
}

.product_list li .c_hover {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 2;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 200ms all;
  transition: 200ms all;
}

.product_list li .c_hover > * {
  width: 124px;
  height: 38px;
  display: block;
  margin: auto;
  line-height: 38px;
  text-decoration: none;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.product_list li .c_hover > * > * {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

.product_list li .c_hover .lnk_view {
  background-color: white;
  border: 1px solid #593312;
  -webkit-transition: 200ms border-color;
  transition: 200ms border-color;
}

.product_list li .c_hover .lnk_view .text {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  margin: -2px 4px 0 0;
  color: #593312;
  width: 96px;
}

.product_list li .c_hover .circle {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  z-index: 1;
  top: -5px;
  right: -46px;
  display: block;
  background: #ded6d0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  -webkit-transition: 200ms all;
  transition: 200ms all;
}

.product_list li .c_hover .ajax_add_to_cart_button {
  background-color: #e03288;
  border: 1px solid #E3328B;
  margin-top: 10px;
}

.product_list li .c_hover .ajax_add_to_cart_button .text {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  margin: -2px 0 0 0;
  color: white;
  width: 96px;
}

.product_list li .c_hover .ajax_add_to_cart_button .hover {
  display: none;
}

.product_list li .c_hover .ajax_add_to_cart_button .circle {
  background: #f3d1e2;
}

.product_list li .c_hover .ajax_add_to_cart_button .text {
  margin-left: -8px;
  width: 100px;
}

.product_list li:hover .product_img_link img {
  width: 335px;
  height: 335px;
  margin: -10px 0 0 -10px;
}

.product_list li:hover .c_hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.product_list li .c_hover .lnk_view:hover {
  border: 2px solid #593312;
  height: 36px;
  line-height: 36px;
}

.product_list li .c_hover .lnk_view:hover .circle {
  opacity: 1;
  filter: alpha(opacity=100);
  right: -18px;
}

.product_list li .c_hover .lnk_view:hover .sg-arrow_brown_r_6 {
  position: relative;
  z-index: 2;
}

.product_list li .c_hover .ajax_add_to_cart_button:hover {
  border: 2px solid #c4176d;
  height: 36px;
  line-height: 36px;
  width: 122px;
  background: #c4176d;
}

.product_list li .c_hover .ajax_add_to_cart_button:hover .circle {
  opacity: 1;
  filter: alpha(opacity=100);
  right: -18px;
}

.product_list li .c_hover .ajax_add_to_cart_button:hover .hover {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  z-index: 2;
}

.product_list li .c_hover .ajax_add_to_cart_button:hover .default {
  display: none;
}

.product_list li .empty {
  display: none;
  height: 40px;
  margin-top: 10px;
}

.product_list li .product-short-desc p {
  font-size: 15px;
  margin: 10px 0;
}

.product_list li .product-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.product_list li .product-container .infos {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

#index .product_list li {
  width: 25%;
  margin-right: 0;
}

#index .product_list li:nth-child(4n+1) {
  clear: left;
}

#index .product_list li .product_img_link {
  width: 235px;
  height: 235px;
}

#index .product_list li .product_img_link img {
  width: 235px;
  height: 235px;
}

#index .product_list li h5 a {
  margin-top: 15px;
  height: 50px;
}

/* SLIDER PRODUCTS */
.slider_products {
  margin: 60px 0 50px;
  float: left;
  width: 100%;
}

.slider_products h3 {
  font-size: 25px;
  font-family: "SaveurSans-Regular";
  font-weight: normal;
  text-align: center;
  color: #593312;
  position: relative;
}

.slider_products h3 .text {
  padding: 0 22px;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  background: #ffffff;
  position: relative;
  z-index: 2;
}

.slider_products h3 .line {
  height: 1px;
  background: #dbdbdb;
  display: block;
  margin-top: -9px;
}

.slider_products .product_list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider_products .product_list li {
  width: 235px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px;
}

.slider_products .product_list li .product_img_link {
  width: 235px;
  height: 235px;
}

.slider_products .product_list li .product_img_link img {
  width: 235px;
  height: 235px;
}

.slider_products .product_list li h5 a {
  margin-top: 15px;
  height: 50px;
}

.slider_products .product_list li:hover .product_img_link img {
  width: 255px;
  height: 255px;
}

.slider_products .owl-item {
  width: 235px;
}

.slider_products .owl-prev {
  position: absolute;
  top: -150px;
  left: 0;
  z-index: 2;
}

.slider_products .owl-next {
  position: absolute;
  top: -150px;
  right: 0;
  z-index: 2;
}

.slider_products .owl-buttons > div > span {
  display: block;
}

.slider_products .owl-pagination {
  display: none !important;
}

@media (max-width: 1206px) {
  #index .product_list li:nth-child(4n+1) {
    clear: none;
  }

  #index .product_list li:nth-child(2n+1) {
    clear: left;
  }

  .product_list li {
    width: 50%;
    margin: 20px 0 0 0 !important;
  }

  .product_list li.last-item-of-tablet-line {
    margin-right: 0 !important;
  }

  .product_list li .product_img_link {
    width: 310px;
    height: 310px;
  }

  .product_list li .product_img_link img {
    width: 310px;
    height: 310px;
  }

  .product_list li .content_price {
    vertical-align: middle;
  }

  .product_list li .content_price .price {
    color: #E3328B;
    background: none;
    border-radius: none;
    padding: 0;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
  }

  .product_list li .content_price .old-price + .price {
    display: block;
  }

  .product_list li .tablet_mobile {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }

  .product_list li .tablet_mobile {
    width: auto;
    padding: 0 10px;
  }

  .product_list li .tablet_mobile .text {
    width: auto;
  }

  .product_list li:hover .product_img_link img {
    width: 330px;
    height: 330px;
  }

  .product_list li .c_hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .product_list li .c_hover a:not(.btn-customize) {
    display: none;
  }

  .product_list li .c_hover .lnk_view {
    width: 140px;
    text-align: center;
  }

  .product_list li .c_hover .lnk_view .text {
    width: 106px;
  }

  .product_list li .price_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #index .product_list li {
    width: calc(50% - 16px);
  }

  #index .product_list li .product_img_link {
    width: 184px;
    height: 184px;
  }

  #index .product_list li .product_img_link img {
    width: 184px;
    height: 184px;
  }

  #index .product_list li:hover .product_img_link img {
    width: 204px;
    height: 204px;
  }

  #index .product_list li .tablet_mobile {
    width: 95px;
    padding: 0;
  }

  #index .product_list li .tablet_mobile .text {
    width: 50px;
  }

  .slider_products .product_list li {
    width: 184px;
  }

  .slider_products .product_list li .product_img_link {
    width: 184px;
    height: 184px;
  }

  .slider_products .product_list li .product_img_link img {
    width: 184px;
    height: 184px;
  }

  .slider_products .product_list li:hover .product_img_link img {
    width: 204px;
    height: 204px;
  }

  .slider_products .product_list li .tablet_mobile {
    width: 95px;
    padding: 0;
  }

  .slider_products .product_list li .tablet_mobile .text {
    width: 50px;
  }

  .slider_products .product_list li h5 a {
    padding: 0 10px;
  }

  #product .product_list li,
  #order .product_list li {
    margin: 20px 8px 0 0 !important;
  }

  #product .product_list li.last-item-of-tablet-line,
  #order .product_list li.last-item-of-tablet-line {
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .product_list li {
    float: left;
    width: 50%;
    text-align: left;
    height: auto;
    padding: 15px 0;
    margin: 0 !important;
  }

  .product_list li .product-image-container {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 100%;
    margin-right: 0;
    vertical-align: middle;
  }

  .product_list li .infos {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 100%;
    text-align: center;
  }

  .product_list li .product_img_link {
    width: 100%;
    height: auto;
    border: none;
  }

  .product_list li .product_img_link img {
    width: 100%;
    height: auto;
  }

  .product_list li h5 {
    margin: 10px 0 0 0;
    display: block;
    text-align: center;
  }

  .product_list li h5 .product-name {
    padding: 0;
    height: 40px;
    margin: 0 5%;
    line-height: 20px;
  }

  .product_list li .content_price {
    display: block;
    text-align: center;
    padding: 0;
    clear: both;
  }

  .product_list li .content_price .price {
    color: #E3328B;
    padding: 0 8px;
    font-size: 14px;
    text-align: center;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }

  .product_list li .content_price .old-price + .price {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }

  .product_list li .arrow {
    display: block;
  }

  .product_list li:hover .product_img_link img {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .product_list li .ajax_add_to_cart_button {
    margin: 10px auto 0;
  }

  .product_list li .infos {
    margin-bottom: 30px;
  }

  .product_list li .tablet_mobile {
    line-height: 36px;
  }

  .product_list li .tablet_mobile .text {
    width: 42px;
  }

  .product_list li h3 a {
    height: auto;
    padding: 0 10px;
    line-height: 17px;
  }

  .product_list li .price_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #index .product_list li .product_img_link {
    width: 100%;
    height: auto;
  }

  #index .product_list li .product_img_link img {
    width: 100%;
    height: auto;
  }

  .product_list li .encart_top {
    top: inherit;
    bottom: 0;
    width: 100%;
  }

  .product_list li .encart_top .price-percent-reduction {
    display: none;
  }

  .product_list li .encart_top .feature_store {
    margin: 0 10%;
    float: none;
    text-align: center;
  }

  .product_list li .encart_top .feature_store .line {
    height: 1px;
    background: #e3e3e3;
    margin-top: -19px;
    display: block;
  }

  .product_list li .encart_top .feature_store .content {
    padding: 0 10px;
    width: auto;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 3px auto 0;
    position: relative;
    z-index: 2;
    background: white;
  }

  .product_list li .encart_top .feature_store .content .text {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-left: 4px;
  }

  .product_list li .encart_top .feature_store:hover .content {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }

  .product_list li .empty {
    display: block;
  }

  .slider_products .product_list li {
    width: 50%;
    height: auto;
    padding: 15px 0 80px;
  }

  .slider_products .product_list li .encart_top {
    bottom: 70px;
  }

  .slider_products .product_list li .encart_top .feature_store {
    margin: 0 10%;
  }

  /*.slider_products .product_list li .encart_top .feature_store .content {padding:0 10px;width: auto;@include inline-block();}
  .slider_products .product_list li .encart_top .feature_store .content .text {@include inline-block();margin-left:4px}*/
  .slider_products .product_list.owl-carousel li {
    width: 100%;
  }

  .slider_products .product_list li .product_img_link {
    width: 100%;
    height: auto;
  }

  .slider_products .product_list li .product_img_link img {
    width: 100%;
    height: 100%;
  }

  .slider_products .product_list li:hover .product_img_link img {
    width: 100%;
    height: 100%;
    margin: 0;
  }

  #product .product_list li,
  #order .product_list li {
    margin: 20px 0 0 0 !important;
  }
}

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