
/* .btn-register{
  background-color: rgb(70, 130, 180);
}  */


fieldset, label { margin: 0; padding: 0; }
body{ margin: 8px; }
h1 { font-size: 1em; margin: 8px; }

/****** Стиль для отображения рейтинга доставки на форме поиска *****/
 .ratingprc { 
  margin: 0px;
  font-size: 1em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating { 
  border: none;
  float: left;
} 

 .rating > input { display: none; } 
.rating > label:before { 
  margin: 0px;
  font-size: 1em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}.rating > .half:before { 
  content: "\f089";
  position: absolute;
}.rating > label { 
  color: #ddd; 
 float: right; 
} 

/***** CSS Magic to Highlight Stars on Hover *****/
 .rating > input:checked ~ label { color: #FFD700;  }
