

/**** Hide mobicred payment method ****/

#co-payment-form dt#dt_method_mobicred {
    display: none;
}
/**** END Hide mobicred payment method ****/

/*** show mobile only ****/
@media only screen and (min-width: 768px){
.hide-above-768 {
    display: none !important;
     }
}
  /**** end show mobile only  ***/


/*** Mobicred Custom Css ***/
.mobicred-price-border {
max-width:235px;
}



.mobicred-price-border .mobicred-logo {
    padding-top:10px;
}

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

.product-type-data .mobicred {
    display:inline;
}
/****** end ********/

 /**** Makes add to cart button wider  ***/
.add-to-cart.left-side .button {

width: 75%;
margin-top: -10px;

}

.availability-only {
margin-bottom: -18px;
}


@media screen and (max-width: 409px){

.add-to-cart.left-side .button {

width: 65%;

}

}

  /**** end ***/