/*
 * Page: Merchant
 * -------------
 */

.profile-cover-wrapper {
    position: relative;
    margin-bottom: 60px;
}

.profile-cover-wrapper .btn-group {
    position: absolute;
    right: 0; bottom: 0;
    z-index: 2;
    opacity: 0.5;
}
.profile-cover-wrapper .btn-group:hover {
    opacity: 1;
}

.profile-logo-holder {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    z-index: 1;
}

.profile-merchant-img {
    width: 100px;
    padding: 3px;
    border: 3px solid #d2d6de;
    margin: 0 auto;
}