#productname h2 {
  position: relative;
}
.btn_favoris {
  margin: 0 auto; */
  display: inline-block;
  content: " ";
  position: relative;
  width: 24px;
  height: 24px;
  float: right;
}
.btn_favoris span {
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left:0;
  right: 0;
  bottom:0;
}

.btn_favoris_off span {
  background-image: url(../img/heartempty.svg);
}

.btn_favoris_on span {
  background-image: url(../img/heartfull.svg);
}
.btn_favoris:hover {
  border-color:#2887dd;
}
.product-preview .btn_favoris {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  right: 10px;
  top: 10px;
  position: absolute;
  cursor:pointer;
  background-color: white;
  border: solid 1px #ccc;
}


.favoris-ajax-response-wrapper::after {
    content: '';
    display: block;
    background: #fff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    height: 15px;
    width: 15px;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    bottom: -8px;
    opacity: 1;
    transition-property: bottom, opacity;
    transition-duration: .3s;
    transition-delay: .1s;
}
.favoris-ajax-response-wrapper {
    position: absolute;
    bottom: 120px;
    width: 265px;
    display: inline-block;
    z-index: 1000;
    top: 40px;
    right: 0;
}
.favoris-ajax-response {
    min-height: 120px;
    opacity: 1;
    border: 1px solid #ccc;
    background: #fff;
    transition: height .4s;
    font-size: 12px;
    padding:10px;
}
.favoris-ajax-response a {
  color:#33a8ef;
}
.favoris-ajax-response a:hover {
  color:#2887dd;
}


.favoris_list li {
  width:25%;
  display: inline-block;
  position:relative;
  padding:4px;
  margin-bottom:8px;
  background: #f5f5f5;
  border: solid 3px #fff;
}

#myaccountFavoriteTab .favoris_list li {
	  width:50%;
}

.favoris_list li a.lnkdel {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20width%3D%2211px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2011%2010%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate%28-145.000000%2C%20-84.000000%29%22%20fill%3D%22%232D2D2D%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate%28130.000000%2C%2064.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate%285.000000%2C%2010.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.4940341%2C14.1190341%20L9.4315341%2C14.1190341%20L9.4315341%2C15.2440341%20L14.4940341%2C15.2440341%20L14.4940341%2C20.3065341%20L15.6190341%2C20.3065341%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20L15.6190341%2C15.2440341%20L20.6815341%2C15.2440341%20L20.6815341%2C14.1190341%20L15.6190341%2C14.1190341%20L15.6190341%2C9.0565341%20L14.4940341%2C9.0565341%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20L14.4940341%2C14.1190341%20Z%22%20transform%3D%22translate%2815.056534%2C%2014.681534%29%20rotate%28-315.000000%29%20translate%28-15.056534%2C%20-14.681534%29%20%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 7px;
  right:7px;
  border: 1px solid #EEE;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  background-color: #FFF;
  text-indent: 31px;
  white-space: nowrap;
  overflow:hidden;
}
.favoris_list .product_infos {
  padding:10px;
}

.favoris_list .product_name {
  text-transform:uppercase;
}
.favoris_list .taille i {
  font-style: normal;
  padding: 3px;
  background-color: #1c1f23;
  color: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: inline-block;
  text-align: center;
  font-size: 10px;
  margin-right: 4px;
}
.favoris_list .color_to_pick_list img {
  display: block;
}

.favoris_list .prix {
  font-weight:bold;
  margin-top:10px;
  margin-bottom:10px;
  padding:0;
}
.favoris_list .prix .old {
  font-weight: normal;
  color: #f00;
  text-decoration: line-through;
  margin-left: 5px;
  font-size: 0.8em;
}

#content-wrap .favoris_list .btn-default {
  margin: 10px 0;
  padding:4px;
  display: block;
  text-align:center;
}

@media (max-width: 768px) {
  .favoris_list li {
    width:33%;
  }
  .favoris_list .product_infos {
    font-size:14px;
  }
  #myaccountFavoriteTab .favoris_list li {
	  width:100%;
	}
}

@media (max-width: 991px) {
  .favoris_list li {
    width:100%;
  }
  .menu-icones {
    padding:0 !important;
    padding-right: 15px !important;
  }
  .btn-xs {
    padding:0;
    margin-right:5px !important;
  }

}
