/*size
.point-avatar {
    max-width: 250px;
}
end of size*/

/*detail button*/
a.btn.btn-primary.btn-xs.referral-detail {line-height: 25px;padding: 0px 5px;}
/*end detail button*/

/*Upload file*/

form#uploadForm { padding:  10px; }

/*end of upload file*/

/*qr code and profile image alignments*/

#hikashop_order_main #QRcodeInvite { outline: 1px solid #bfbfbf; margin: auto; display: table; }

#hikashop_order_main .hikashop_order_right_part { text-align: center; margin: 15px 0; font-size: 16px; font-weight: 500; }

#hikashop_order_main .hikashop_order_left_part { text-align: center; margin-bottom: 20px; }

#hikashop_order_main table.hikashop_order_main_table legend { border-bottom: 1px solid #dcdcdc; font-size: 16px; font-weight: 600; letter-spacing: 1px; text-transform: capitalize; padding-bottom: 5px; }

#hikashop_order_main table.hikashop_order_main_table fieldset { margin-top: 30px; }

.point-avatar { margin: auto; display: table; }

/*end of qr code and profile image alignments*/

/*download latest activity*/
span.latest-activity img {
    display: inline-block !important;
    padding-right: 20px;
}

span.latest-activity a {
    vertical-align: middle;
}
/*end of download latest activity*/

/*My Balance line */
p.cls-my-balance-en {position:relative;font-size:20px;}

p.cls-my-balance-ch {font-size:18px;}

p.cls-my-balance-en:before {
    content: " ";
    position: absolute;
    height: 3px;
    width: 300px;
    background: #000000;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    z-index: -2
}


p.cls-my-balance-en:after {
    content: " ";
    position: absolute;
    height: 10px;
    width: 180px;
    background: #ffffff;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    z-index:-1
}

.share{
  font-size:20px;
}

/*landing page button*/
a.button-landing {
    padding: 10px 25px;
    background: #f91a2d;
    color: #fff;
    border-radius: 100px;
}
a.button-landing:hover {
    background: #4a0001;
    color: #fff;
}
#page-profile {
    margin-bottom: 50px;
}
