.bp-element-product-login.layout-1 .login-links > a {
  display: flex;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
  position: relative;
  font-weight: 400; }
  .bp-element-product-login.layout-1 .login-links > a:hover {
    color: #345d91; }
  .bp-element-product-login.layout-1 .login-links > a:before {
    font-family: Ionicons;
    content: "\f419";
    font-size: 24px;
    position: relative;
    margin-right: 6px;
    font-weight: 400;
    left: 0; }

.bp-element-product-login.layout-1 .login-links .user-info {
  position: absolute;
  min-width: 200px;
  background: #fff;
  line-height: normal;
  right: 0;
  left: auto;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 40px;
  margin-left: 0;
  box-shadow: 4px 3px 14px 0px rgba(0, 0, 0, 0.1);
  border-top: 2px solid #345d91; }
  .bp-element-product-login.layout-1 .login-links .user-info li {
    margin-bottom: 0;
    display: block; }
    .bp-element-product-login.layout-1 .login-links .user-info li a {
      display: block;
      padding: 10px 20px;
      font-size: 14px;
      color: #333;
      position: relative; }
      .bp-element-product-login.layout-1 .login-links .user-info li a:after {
        content: '';
        margin-left: 20px;
        margin-right: 20px;
        height: 1px;
        position: absolute;
        background: rgba(138, 138, 138, 0.2);
        bottom: 0;
        width: calc(100% - 40px);
        left: 0; }
      .bp-element-product-login.layout-1 .login-links .user-info li a:before {
        display: none; }
      .bp-element-product-login.layout-1 .login-links .user-info li a:hover {
        color: #345d91; }
    .bp-element-product-login.layout-1 .login-links .user-info li:last-child > a:after {
      display: none; }

.bp-element-product-login.layout-1 .login-links:hover .user-info {
  visibility: visible;
  margin-top: 8px; }

.bp-element-product-login.layout-1 .login-links .logout:after {
  font-family: Ionicons;
  content: "\f35f";
  font-size: 24px;
  position: relative;
  margin-left: 6px;
  font-weight: 400;
  right: 0; }

@media (max-width: 767px) {
  .bp-element-product-login.layout-1 .login-links .logout span,
  .bp-element-product-login.layout-1 .login-links .login span {
    display: none; }
  .bp-element-product-login.layout-1 .login-links .logout:before,
  .bp-element-product-login.layout-1 .login-links .login:before {
    margin-right: 0; }
  .bp-element-product-login.layout-1 .login-links .logout:after,
  .bp-element-product-login.layout-1 .login-links .login:after {
    display: none; }
  .bp-element-product-login.layout-1 .login-links .user-info {
    right: 0;
    left: auto; } }
