#featuredMerchants {
    padding:50px 0;
}
.aboutHeading {
    font-size: 16px;
    margin:0; padding:0;
}


.addToFavouriteButton {
    position: absolute;
    right:25%; top:150px;
    padding:4px;
    background-color: #FFF;
    border-radius: 50px;
    color:#95435E;
    height: 52px;
    cursor: pointer;
    z-index: 11;
}
.addToFavouriteButton .favIcon {
    position: absolute;
    left:2px; top:2px;
    width:48px; height: 48px;
    border:1px solid #95435E;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    padding-top: 8px;
}
.addToFavouriteButton .favText {
    padding-left: 55px;
    max-width: 160px;
    padding-top: 9px;
}

.listedOnlyImage {
    padding:40px 0;
}
.listedOnlyImage .bp-title {
    padding:40px 0;
}

@media (max-width: 520px) {
    .addToFavouriteButton {
        transform: scale(0.6);
        right:5px;
    }
}

#merchantInfo {
    position: relative;
    z-index: 11;
    margin-top: -175px;
    box-shadow: 0px 4px 4px #F0DCDC;
    background-color: transparent;
}

@media (max-width: 520px) {
    #merchantInfo {
        margin-top: -100px;
    }
}

.merchantLogo img {
    border:3px solid #FFF;
}
#merchantInfo h1{
    padding: 0; margin: 0;
    padding-top: 15px;
}
#merchantInfo .handoverInfo {
    padding:15px 0;
}
#merchantInfo .handoverInfo > span {
    display: inline-block;
    margin: 0 15px;
}




.merchantCard {
    background-color: #FFF;
    box-shadow: 0px 4px 4px rgba(240,220,220,1);
    text-align: center;
    padding:3px;
    height: 100%;
}

.merchantCard .toque {
    position: absolute;
    width: 50px; height: 50px;
    top:-25px; left:50%;
    margin-left: -25px;
    z-index: 3;
}
.merchantCard .image img {
    width: 100% !important;
}
.merchantCard .info {
    padding-left:10px;
    padding-right:10px;
}
.merchantCard .logo {
    width:170px; height: 170px;
    border:2px solid #FFF;
    display: inline-block;
    margin-top: -80px;
    border-radius: 100px;
    margin-bottom: 15px;
}
.merchantCard .title {

}
.merchantCard .subtitle {
    margin-top: 10px;
}
.merchantCard .address, .merchantCard .specs {
    display: inline-block;
    margin: 15px 5px;
}
.merchantCard .specs {
    /*margin:10px 0;*/
}
.merchantCard .address {
    /*margin-bottom: 15px;*/
}
.merchantCard .buttons {
    padding:20px 0;
}
.merchantCard .markAsFavourite {
    position: absolute;
    z-index: 10;
    width: 112px; height: 38px;
    background-color: #FFFFFF;
    right:10px; bottom:-17px;
    color:#95435E;
    cursor: pointer;border-radius: 100px;
}
.merchantCard .markAsFavourite .heartHolder {
    position: absolute;
    border:1px solid #95435E;
    width:34px; height: 34px;
    left:2px; top:2px;
    border-radius: 18px;
    padding-top: 8px;
}
.merchantCard .markAsFavourite .fText {
    position: absolute;
    width:70px; height: 34px;
    right:2px; top:9px;
}


.locationListItem,.paymentListItem {
    cursor: pointer;
    background-color: #FFF;
    box-shadow: 0px 4px 4px rgba(240,220,220,1);
    padding:30px; margin: 10px 0;
}

.ctaBlock {
    cursor: pointer;
    display: inline-block;
    background-color: #FFF;
    box-shadow: 0px 4px 4px rgba(240,220,220,1);
    padding:20px;
    width: 200px;
}
.ctaBlock span {
    font-size: 20px;
}

/*personCard*/

.personCard {
    border-bottom:1px solid #D6D4D6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.personCard .buttonsHolder {
    position: absolute;
    right:0;bottom:7px;
}

/*Bank card*/
.bankCard {
    background-color: #8688BC;
    color:#FFF;
    padding:20px;
    border-radius: 13px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
}
.bankCard .buttonsHolder {
    position: absolute;
    right:7px;bottom:7px;
}



/*setupStep*/
.stepIntro {
    padding-bottom: 25px;
}
.nextStepButtonHolder {
    padding-top: 25px;
}
section.setupSteps {
    padding:40px 0;
}
a.setupStep {
    display: inline-block;
    padding:8px 40px;
    border-bottom: 1px solid #FFF;

    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color:#95435E;

    text-decoration: none;
}
a.setupStep span {
    font-size: 20px;
    margin-right: 10px;
    margin-left: 10px;
    vertical-align: -5px;
}
a.setupStep.active {
    border-bottom: 1px solid #95435E;
}
a.setupStep[data-noclick], a.setupStep[data-noclick] span:first-child:before {
    cursor: not-allowed;
    color:#A1909A !important;
}
a.setupStep span.icon-check-done:before {
    color: #248B6C !important;
}
a.inPageStep {
    display: inline-block;
    padding:5px 15px;
    border-right: 1px solid #A1909A;

    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color:#A1909A;
}
a.inPageStep:last-child {
    border-right: 0;
}
a.inPageStep.active {
    font-weight: bold;
    color:#95435E;
}
.smallStepsRow {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*Dashboard*/
.supplierModuleTitle {
    margin:0; padding:0;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 42px;
    letter-spacing: 0.5em;
    text-transform: uppercase;
}

.filterHead {
    /*padding:15px;*/
    background-color: #FFF;
    /*box-shadow: 0px 4px 4px rgba(240,220,220,1);*/
    margin-bottom: 25px;
}

.orderCard {
    border:1px solid #95435E;
    padding:15px;
    background-color: #FFF;
    box-shadow: 0px 4px 4px rgba(240,220,220,1);
    margin-bottom: 15px;
}
.orderCard.noBorder {
    border-color: #FFFFFF;
}
.orderCard span[class^=icon-] {
    margin-right: 10px;
    font-size: 24px;
    vertical-align: -4px;
}

.orderCard .pad {
    padding-top: 5px;
    padding-bottom: 5px;
}
.orderCard .name {
    font-size: 16px;
}

.productCardSmall {
    border-bottom:1px solid #F0DCDC;
    padding-bottom: 5px;
    margin-bottom: 5px;
}