.favourite {
   background: rgba(0, 0, 0, 0) url('../images/header_icons.svg') no-repeat -40px -5px;
   height: 25px;
   width: 30px;
   cursor: pointer;
   font-size: 12px;
   font-weight: normal;
   font-style: normal;
   font-stretch: normal;
   line-height: normal;
   letter-spacing: normal;
   text-align: center;
   color: #f5f5f5;
   margin-left: 16px;
   margin-top: 1px;
   margin-right: 10px;
}

.favourite:hover {
   text-decoration: none;
   color: #f5f5f5;
   background: rgba(0, 0, 0, 0) url('../images/header_icons.svg') no-repeat -80px -5px;
}