/* 
* Place your custom CSS styles in this file. 
* When upgrading the plugin just keep a backup copy of this file 
* so you don't lose the CSS changes you made during the upgrade.
*/

body .eStore-product-fancy-13-name, body .eStore_item_default_qty_data, body form.eStore-button-form{
    text-align: center;
    display: block !important;
}
body .eStore-product-fancy-13-description{
    max-height: 48px;
    height:auto;
}
body .eStore_add_to_cart_button, body .footer_cart2 .qbutton.eStore_paypal_checkout_button{
    border:0;
    background: #000;
    color:#fff;
    height:34px;
    line-height: 33px;
    padding:0 15px;
    text-align: center;
}
body .eStore_add_to_cart_button:hover, body .footer_cart2 .qbutton.eStore_paypal_checkout_button:hover{
    opacity: 0.7;
}
body .eStore_item_default_qty_data_input input{
    width:50px !important;
    padding:0 3px;
    font-size:13px;
    height:20px;
}
.footer_cart2{
    text-align: center;
}

body .eStore_cart_fancy1_header{
    background: #000;
}
body .eStore_item_added_msg{
    margin-top:-25px;
    position: absolute;
}