.logo img {
    height: 100px;
}

.sicon-search:before {
    content:  "\ef09";
     font-size: 25px;
    color: darkorange;
}
.sicon-user:before {
    content: "\f078";
    font-size: 25px;
    color: darkorange;
}
.sicon-bell:before {
    font-size: 25px;
    color: #78705c;
     width: 100px;
}

.header-row > .circle-action > .sicon-cart:before {
    font-family: FontAwesome;
    content: "\f291";
    font-size: 25px;
    color: whaite;
    width: 100px;
}