/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.widget_shopping_cart_content.total {
   margin: 0 !important;
}
/* Force WooCommerce mini cart product image width */
.wpr-mini-cart-image img,
.wpr-mini-cart-image a img {
    width: 180px !important;
    height: auto !important; /* keeps proportions */
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons {
    padding: 5px;
}

.widget_shopping_cart_content {
 overflow-y: hidden !important;
}

.ra-cart-modal .widget_shopping_cart_content {
  
    padding-bottom: 300px !important;
    
}
