/*  Alize Web  aw
*   PS 1.7, HOOK_PRODUCTLIST_REVIEWS
*   Classic theme
*   set up add to my list button
*/

/* in classic theme, "add to list" button is included in div class = "product-description"
*   if not the case in your theme, change here the 'parent' div instead of 'product-description'
*/
#products .product-description {
  position: relative;
  overflow: initial /*if not, not visible on 1.7.8 default theme*/
}

/*set up here the correct value of TOP to display the button correctly*/
/*.add2wl_17 {
    position: absolute;
    opacity: 0.88;
    z-index: 1;
}*/
.aw_addproducts .add2wl_17 {
    top:-100px;
    opacity: 0.88;
    width: 100%;
    text-align: center
}

div[id^='quickview'] .add2wl_17 {position: relative}