/* お気に入りアプリ用*/
div.AQ_Favorites_Product {
  top: 12px !important;
  left: auto !important;
  right: 24px !important;  
  background: #FFF;
  border-radius: 20px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.1);  
  width: 30px !important;
  height: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.AQ_Favorites_Product span {
  margin: 0 auto;
}