@media screen and (max-width: 767px) {
    .page-wrapper .page-header.type20 .top-links-icon::before {
        background-image: url(../image/account-icon.png);
        content: "\f850";
        content: "";
        display: block;
        position: absolute;
        right: -4px;
        top: 7px;
        font-family: "porto-icons";
        margin-top: unset;
        font-size: 25px;
        color: #666666;
        width: 20px;
        height: 23px;
    }
}
@media screen and (max-width: 991px) {
    body .nav-sections .header.links { display: block !important;}
}
.block.block-new-customer .action.create.primary{
    padding-top: 12px;
}