#paypal-msg::before{
    clear: both;
    content: '';
    display: block;
}
#paypal-msg .error{
    margin-top: 10px;
    color:red;
    font-style: italic;
}

.product-paypal-button{
    display: inline-block;
    vertical-align: middle;
    height: 26px;
    width: 180px;
}

.cart-paypal-button{
    float: right;
    width: 210px;
    margin-bottom: 10px;
}
.cart-paypal-button:after{
    clear: both;
    content: '';
    display: block;
}


@media (max-width: 480px){
    .cart-paypal-button{
        width: 100%;
    }
    .product-paypal-button{
        margin-top: 10px;
        width: 100%;
        height: auto;
    }
}