.product-item {
  border-radius: 25px;
}

.product-item img {
  border-radius: 25px;
}

#sidebar .widget {
  margin-top: 7px;
}

.project-item .project-thumb img {
  border-radius: 25px;
}


/* Social */
.card-login .social .facebook-login{
  background: #475fa1;
}
.card-login .social .google-login{
  background: #dd4b39;
}
.card-login .social .btn-main:hover, .card-login .social .btn-main:active  {
  box-shadow: 0 7px 14px
  rgba(50,50,93,.1),0 3px 6px
  rgba(0,0,0,.08);
  color: #fff;
  background: 0 0;
  color: #0f203c;
}
.card-login .social .facebook-login{
  border-color: #475fa1;
}
.card-login .social .google-login{
  border-color: #dd4b39;
}
.card-login .social .btn-main{
  margin: 0 3px;
  height: auto;
  font-size: 15px;
}
.card-login .social .btn-main i{
  height: auto;
  width: auto;
}

/* Currency Exchange Rate */
#currency_exchange_rates {
  text-align: center;
  padding: 10px 10px;
  background: #fff;
  margin-bottom: 15px;
}
#currency_exchange_rates .curhead{
  font-weight: 700;
}
#currency_exchange_rates .curitem{
  border-left: 1px solid #000;
  margin: 0;
}
#currency_exchange_rates .curitem:last-child{
  border-left: unset;
}
#currency_exchange_rates .curflag {
  border-radius: 25px;
  width:20px;
  height: 20px;
  /*! float:right; */
}
#currency_exchange_rates .curname {
  font-size: 9pt;
  margin-right: 5px;
}
@media screen and (max-width:480px) {
  #currency_exchange_rates{
    display: none;
  }
}