.widget_sd_widget_my_account {
  display: inline-block;
}
.widget_sd_widget_my_account a {
  color: #FFF;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.widget_sd_widget_my_account a:hover {
  color: #a8966c;
}
.widget_sd_widget_my_account a svg {
  width: 30px;
  height: unset;
  margin-top: 30px;
  margin-left: 60px;
}

@media screen and (max-width: 1600px) {
  .widget_sd_widget_my_account a svg {
    width: 25px;
    margin-top: 25px;
    margin-left: 60px;
  }
}
@media screen and (max-width: 1400px) {
  .widget_sd_widget_my_account a svg {
    width: 24px;
    margin-top: 22px;
  }
}

/*# sourceMappingURL=style.css.map */
