.woocommerce-Price-amount.amount {
    /*float: right;*/
}

.product-total {
   /* text-align: right;*/
}
.woocommerce ul#shipping_method
{
    /* float:right; */
}
.woocommerce ul#shipping_method span.woocommerce-Price-amount.amount {
   /* float: none;*/
}
.product-total .shop-order-review-title {
   /* text-align: right;*/
}
 .woocommerce table.shop_table
    {
        width:100%!important;
    }
@media (min-width:991px)
{
    .woocommerce table.shop_table
    {
       /* width:100%!important; */
    }
   
}
@media (min-width:1024px)
{
.donation-sidebar .woocommerce-checkout-review-order .button
{
width:220px!important;
}
}

.product-name {
    width: 39.5%;
}
@media (min-width:1280px)
{
.product-name {
    width: 50%;
}
}

@media (min-width:768px)
{
    .woocommerce table.shop_table td {padding-right: 0;}
}
