/* 25022019*/
.star-rating {
  line-height:32px;
  font-size:1.25em;
}

.star-rating .fa-star{color: yellow;}
.Product-comment-form
{
display:none;
}

.product-star-checked
{
color:orange;
}
/*13-01-2019*/

.fa-thumbs-up:hover
{
color: #28a745!important;
}

.fa-thumbs-down:hover
{
   color: #dc3545!important;
}

/*27022019*/
.phone-no-verify-first-block
{
font-size: 20px;
text-align: center
}

.phone-code-input::-webkit-outer-spin-button,
.phone-code-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.phone-code-input[type=number] {
  -moz-appearance: textfield;
}

.phone-code-input
{
    width: 12%;
    text-align: center;
  }

  .phone-code-input:focus
  {
    background-color:bisque;
  }

/* 01032019 */
#total-reviews
{
cursor:pointer
}
.product-comment-form
{
display:none;
}

#resetpwd_newpassword,#resetpwd_confirmPassword,.resetpwd_container
{
display:none;
}
