#wish_listed {
  font-size: 16px;
  padding: 4px;
  color: red !important;
  float: right;
  position: absolute;
  right: 125px;
  top: 285px;
  font-weight: bold;
}

#wish_list {
  font-size: 16px;
  padding: 4px;
  color: #cccccc !important;
  float: right;
  position: absolute;
  right: 125px;
  top: 285px;
  font-weight: bold;
}

.wish_list:hover {
  font-weight: bold;
  color: red;
}

#aLike {
  font-size: 16px;
  padding: 4px;
  color: #cccccc !important;
  float: right;
  position: absolute;
  right: 150px;
  top: 285px;
  font-weight: bold;
}

.a_like:hover {
  font-weight: bold;
  color: #33adff;
}

#aDislike {
  font-size: 16px;
  padding: 4px;
  color: #33adff !important;
  float: right;
  position: absolute;
  right: 150px;
  top: 285px;
  font-weight: bold;
}

.a_dislike:hover {
  font-weight: bold;
  color: #000000;
}

#spnLike {
  font-size: 14px;
  padding: 4px;
  color: #cccccc !important;
  float: right;
  position: absolute;
  right: 170px;
  top: 285px;
}

#spnDislike {
  font-size: 14px;
  padding: 4px;
  color: #cccccc !important;
  float: right;
  position: absolute;
  right: 170px;
  top: 285px;
}

/* users */

#wish_listed_user {
  font-size: 22px;
  padding: 8px;
  color: red !important;
  float: right;
  position: absolute;
  right: 25px;
  /* top: 45px; */
  font-weight: bold;
}

#wish_list_user {
  font-size: 22px;
  padding: 8px;
  color: #cccccc !important;
  float: right;
  position: absolute;
  right: 25px;
  /* top: 45px; */
  font-weight: bold;
}

.wish_list_user:hover {
  font-weight: bold;
  color: red;
}

#aLike_user {
  font-size: 22px;
  padding: 8px;
  color: #cccccc !important;
  float: right;
  position: absolute;
  right: 56px;
  /* top: 45px; */
  font-weight: bold;
}

.a_like_user:hover {
  font-weight: bold;
  color: #33adff;
}

#aDislike_user {
  font-size: 22px;
  padding: 8px;
  color: #33adff !important;
  float: right;
  position: absolute;
  right: 56px;
  /* top: 45px; */
  font-weight: bold;
}

.a_dislike_user:hover {
  font-weight: bold;
  color: #000000;
}

#spnLike_user {
  font-size: 20px;
  padding: 10px;
  color: #cccccc !important;
  float: right;
  position: absolute;
  right: 80px;
  /* top: 45px; */
}

#spnDislike_user {
  font-size: 20px;
  padding: 10px;
  color: #cccccc !important;
  float: right;
  position: absolute;
  right: 80px;
  /* top: 285px; */
}

/*H1 tag*/
#category_title{
  font-family: 'Dosis', sans-serif;
  color:#ea7066;
}
#spnDisWL_user {
  font-size: 20px;
  padding: 10px;
  color: #cccccc !important;
  float: right;
  position: absolute;
  right: 5px;
  /* top: 285px; */
}
#spnWL_user {
  font-size: 20px;
  padding: 10px;
  color: #cccccc !important;
  float: right;
  position: absolute;
  right: 5px;
  /* top: 45px; */
}
#spnWL {
  font-size: 14px;
  padding: 4px;
  color: #cccccc !important;
  float: right;
  position: absolute;
  right: 110px;
  top: 285px;
}

#spnDisWL {
  font-size: 14px;
  padding: 4px;
  color: #cccccc !important;
  float: right;
  position: absolute;
  right: 110px;
  top: 285px;
}