.user-menu {
    background-color: #f6f6f2;
    border-color: #f9f9f9;
    font-size: 20px;
    line-height: 20px;
    padding: 15px;
    margin: 0 0 40px;
    border-radius: 13px 13px 0 0;
}
.user-menu>div {
    margin-bottom: 4px;
    position: relative;
    /*border: solid 1px red;*/
    padding: 6px 0 6px 2px;
}
.user-menu .current, .user-menu>div:hover {
  background: #eee;
}
.user-menu .current a {
    text-shadow: 1px 1px 1px #aaa;
}

.user-menu .current::before, .user-menu>div:hover::before {
  display: block;
  content: "";
  position: absolute;
  left: -15px;
  width: 15px;
  height: 32px;
  background: #282D66;
  top: 1px;
}

.product_list .product-teaser-page-wrapper {
    min-height: 165px;
}

.path-user h1 {
    font-family: 'MenuNTitleBold', sans-serif;
    font-size: 32px;
}
.path-user .user-profile .cont {
    display: flex;
}
.path-user .image {
    width: 120px;
}

.path-user .properties  {
    font-size: 16px;
}

.path-user .properties .ftitle {
    /*font-weight: bold;*/
    font-family: 'Roboto-bold', Arial, sans-serif;
}

.path-user .properties .flag {
    float: none;
}

#edit-field-description-wrapper .filter-wrapper {
    display: none;
}

.page-user-register #edit-mail-group {
    margin-bottom: 0;
}

.page-user-register .field--name-field-hide-email-on-page {
    margin-bottom: 0;
}
#email-existence-marker {
    display: none;
    margin-left: 8px;
    font-size: 17px;
}

.amas-user-email-exist {
    color: #FF0000;
}
.amas-user-email-absent {
    color: #008000;
}

/*user profile page*/
.path-profile .personal-profile {
    padding-top: 20px;
    text-align: left;
}
.path-profile .personal-profile .continue-individual {
    margin-left: 15px;
}
.user-profile-user-menu-desc,
.user-profile-prod-type-desc {
    margin-left: 5px;
    color: #a5a5a5;
}
.path-profile .tooltip.bs-tooltip-top .tooltip-inner {
    text-align: left;
}
.tooltip.amas-user-profile-tooltip .tooltip-inner {
    max-width: 90%;
    min-width: 150px;
    font-size: 19px;
    text-align: left;
}
/* END user profile page*/

/* product compare count block */
.block-amas-user-prod-compared-block {
    margin-right: 20%;
}
.block-amas-user-prod-compared-block a.user-prod-compared-cnt {
    display: block;
    background: url('/themes/custom/amas_first/img/comparingLists.svg') left center no-repeat;
    background-size: contain;
    padding: 0 20px 0 30px;
    /*border: solid 1px white;*/
    font-size: 16px;
    color: rgba(255, 255, 255, 0.75);
}
.block-amas-user-prod-compared-block a.user-prod-compared-cnt.cnt-0 {
    display: none;
}

a.user-prod-compared-cnt span.cnt {
    background: rgba(255, 255, 255, 0.75);
    display: inline-block;
    color: #0f0f0f;
    padding: 0 5px;
}
a.user-prod-compared-cnt:hover {
    color: rgba(255, 255, 255, 0.85);
}
a.user-prod-compared-cnt:hover span.cnt {
    background: rgba(255, 255, 255, 0.85);
}
/* END product compare count block */


.user-profile-link {
  color: white;
}
.user-profile-link:hover {
  color: white;
}
.user-profile-link .image {
  width: 80px;
}
.user-profile-link .image img {
  max-width: 30px;
  max-height: 30px;
  display: block;
  margin: 0 auto;
  background: white;
  border-radius: 4px;
}
.user-profile-link .name {
  font-size: 10px;
  text-align: center;
  overflow: hidden;
  max-width: 80px;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 14px;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

.block-user-profile-mobile-block .top-user-icon img {
  max-width: 32px;
  max-height: 32px;
  background: white;
  border-radius: 4px;
}


/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 1024px) {
    /* product compare count block */
    a.user-prod-compared-cnt span.title {
        display: none;
    }
    /* END product compare count block */
}



/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 768px) {
    /* product compare count block */
    .block-amas-user-prod-compared-block {
        margin: 0;
    }
    .block-amas-user-prod-compared-block a.user-prod-compared-cnt {
        padding-right: 15px;
    }
    /* END product compare count block */

    .block-amas-user-profile-link-block {
        display: none;
    }
}

@media (max-width: 368px) {
    .block-amas-user-prod-compared-block {
        display: none;
    }
    .user-menu .current::before, .user-menu>div:hover::before {
        left: -4px;
        width: 4px;
    }
}


