
.header_right_custom_items {
    position: absolute;
    right: 8px;
    top: 75px;
    width: 130px;
}

.header_right_custom_items .item {
    text-align: center;
    color: #716565;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}

.header_right_custom_items .item a {

}

.header_right_custom_items .item img {
    border-radius: 130px;
    border: 1px solid transparent;
    padding: 3px;
    width: 70px;
}

.header_right_custom_items .item:hover {
    color:#df2821;
}

.header_right_custom_items .item:hover img {
    border: 1px solid #df2821;
}