

.flaticon-valentine-heart svg {
    color: #fff;
}
.flaticon-valentine-heart.liked {
    background-color: red;
    transition: all 0.2s ease-in;
}

.rating-container .filled-stars {

    color: #FFC833;
   
}

.rating {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
}

.rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.rating label:last-child {
  position: static;
}

.rating label:nth-child(1) {
  z-index: 5;
}

.rating label:nth-child(2) {
  z-index: 4;
}

.rating label:nth-child(3) {
  z-index: 3;
}

.rating label:nth-child(4) {
  z-index: 2;
}

.rating label:nth-child(5) {
  z-index: 1;
}

.rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.rating label .icon {
  float: left;
  color: transparent;
}

.rating label:last-child .icon {
  color: #efefef;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
  color: #FFC833;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #efefef;
  text-shadow: 0 0 5px #FFC833;
}

a.custom_login{
  color: #fff;
  margin-right: 1em;
}a:hover .custom_login{
    color: orange;
    text-decoration: none;
}

a.custom_signup{
  color: #000;
  margin-right: 1em;
}a:hover .custom_signup{
    color: orange;
    text-decoration: none;
}

.fa-thumbs-up.custom-review{
  margin-left: 9em;
  /*color: orange;*/
}
/*
.fa-thumbs-up.far-custom-review{
  margin-left: 1em;
}*/


.u-slick__arrow-classic-inner--left {
    left: 20px !important;
}

