#mobicred {
    background-image: url('../images/mobicred.png');
    background-size: 100px 20px;
}

.mobicred-price-border {
    border: 2px solid #97c6d2;
    border-radius: 3px;
    max-width: 142px;
}

.mobicred-price-border .mc_price {
    display: block;
}

.mobicred-price-border .mobicred-price {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #666;
    float: left;
    width: 72px;
    padding: 5px;
    border-right: 2px solid #97c6d2;
    line-height: 12px;
}

.mobicred-price-border .mobicred-price span {
    color: #0b96b7;
}

.mobicred-price-border .mobicred-logo {
    float: left;
    width: 66px;
    text-align: center;
    padding-top: 15px;
    padding-left: 5px;
}

.mobicred {
    padding-left: 2px;
    width: 100%;
    padding-top: 5px;
    margin-left: 10px;
}

.mobicred a div {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #666666;
    line-height: 12px;
    text-align: left;
}

.mobicred a:hover {
    text-decoration: none;
}

.mobicred a span {
    color: #0b96b7;
}

.products-grid .mobicred-logo img,
.products-grid .mobicred-logo {
    display: none;
}

.products-grid .mobicred-price-border .mobicred-price {
    width: 50%;
}

.products-grid .mobicred-logo {
    width: 0;
}

.products-grid .mobicred-price-border,
.products-grid .mobicred-price-border .mobicred-price {
    border: 0;
}

.products-grid .mobicred-price-border .mc_price {
    display: inline;
}

.mobicred .mobicred_tooltip {
    display: inline;
    position: relative;
}

.mobicred .mobicred_tooltip:hover:after {
    background: #333;
    background: rgba(0, 0, 0, .8);
    border-radius: 5px;
    bottom: 15px;
    color: #fff;
    content: attr(title);
    margin-left: -210px;
    padding: 5px 15px;
    position: absolute;
    text-align: center;
    z-index: 98;
    width: 220px;
}

.mobicred .mobicred_tooltip:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 9px;
    content: "";
    left: 50%;
    margin-left: -100px;
    position: absolute;
    z-index: 99;
}

#payment_form_mobicred {
    border-style: solid;
    border-width: 1px 0 0 0;
    padding: 20px;
}

#payment_form_mobicred .field-set {
    margin-top: 20px;
}

#payment_form_mobicred .field-set input {
    margin-bottom: 10px;
}

#payment_form_mobicred .button-set {
    margin-top: 10px;
}

#payment_form_mobicred .button-set button,
#payment_form_mobicred .button-set a {
    display: inline-block;
    margin-right: 10px;
}

#payment_form_mobicred .button-set a {
    display: inline-block;
    float: right;
    margin: 11px 10px;
}

#payment_form_mobicred .button-set button.loading {
    background: #fff;
    border-color: #34aadc;
    background-image: url("../images/mobicred/ajax-loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    color: transparent;
}

/* Responsive */

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (orientation: portrait) {
    .sp-methods .method[data-method="mobicred"] .paymentmethod_image {
        display: block !important;
        margin: 0 20px 5px auto;
    }

    #payment_form_mobicred .button-set button,
    #payment_form_mobicred .button-set a {
        display: block;
        float: none;
        margin: 10px 0 0 0;
        text-align: center;
        width: 100%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
    #payment_form_mobicred {
        border: none;
        padding: 0;
    }

    #payment_form_mobicred .button-set a:first-child {
        clear: both;
    }
}
