#phw_recommended_list_wrapper {
  display            : none;
  border             : 1px solid #dcdcdc;
  padding            : 10px;
  -webkit-box-sizing : border-box;
  -moz-box-sizing    : border-box;
  box-sizing         : border-box;
}

#phw_recentlyviewed_list_wrapper {
  display : none;
  border  : 1px solid #dcdcdc;
  padding : 10px;
}

.phw_product_list_item {
  box-sizing     : border-box;
  display        : inline-block;
  font-size      : 12px;
  line-height    : 120%;
  margin         : 0 10px 0 0;
  padding        : 5px;
  text-align     : center;
  vertical-align : top;
  min-height     : 200px;
}

.phw_product_list_item a {
  color : #07e;
}

.phw_product_list_item .phw_badge_sale {
  position    : absolute;
  right       : -20px;
  top         : 0;
  text-indent : -6px;
}

#phw_recommended_list_wrapper h2,
#phw_recentlyviewed_list_wrapper h2 {
  margin-bottom : 10px;
}

.phw_product_list_item p {
  margin-top : 5px;
}

#phw_recommended_list_wrapper .phw_product_image_alternate_list_navigation,
#phw_recentlyviewed_list_wrapper .phw_product_image_alternate_list_navigation {
  position  : absolute;
  top       : -110px;
  font-size : 100px;
}

#phw_recommended_list_wrapper .lSAction > .lSPrev,
#phw_recentlyviewed_list_wrapper .lSAction > .lSPrev {
  left : -5px;
}

#phw_recommended_list_wrapper .lSAction > .lSNext,
#phw_recentlyviewed_list_wrapper .lSAction > .lSNext {
  right : -25px;
}
