#module-favoriteproducts-account #left_column {display:none}
#module-favoriteproducts-account #center_column {}

#favoriteproducts_block_account .favoriteproduct {
  position: relative;
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 10px 10px 10px 10px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.fav_cont{
  display: block;
  width: 100%;
}

.fav_cont img{
  width: 100%;
  height: auto;
}

.favoriteproduct a.product_img_link {
  display: block;
  margin-right: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.favoriteproduct h3 {
  font-family: brandon_textmedium;
  text-transform: none;
  font-size: 14px;
  margin-top: 10px;
}

.favoriteproduct h3 a{
  color: #808080;
}

.favoriteproduct .product_desc{
  color: #979797 !important;
  height: auto;
}

.favoriteproduct  p.product_desc {
    line-height: 16px;
    overflow: hidden;
    padding: 0;
}


.favoriteproduct .remove {
	position:absolute;
  top: 2px;
  right: 6px;
}

.favoriteproduct .remove .icon {cursor:pointer}

.favoriteproduct .buttons_cont{
  text-align: center;
  display: block;
  width: 100%;
}

/* lnk fiche produit */

#usefull_link_block #favoriteproducts_block_extra_add {
	cursor: pointer;
  color: #222;
  font-weight: 300;
}

#usefull_link_block #favoriteproducts_block_extra_remove {
	cursor: pointer;
  color: #222;
  font-weight: 300;
}

#usefull_link_block #favoriteproducts_block_extra_added {
	cursor: pointer;
	display: none;
  color: #222;
  font-weight: 300;
}
#usefull_link_block #favoriteproducts_block_extra_removed {
	cursor: pointer;
	display: none;
  color: #222;
  font-weight: 300;
}

#favoriteproducts_block_extra_add:after,
#favoriteproducts_block_extra_removed:after{
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: relative;
  top: 1px;
  color: #8e8e8e;
  font-size: 15px;
  margin-left: 3px;
}

#favoriteproducts_block_extra_added:after,
#favoriteproducts_block_extra_remove:after{
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: relative;
  top: 1px;
  color: #93be61;
  font-size: 15px;
  margin-left: 3px;
}
