/*
Correcting commerce_cart default styling that breaks the cart block
when displayed in the ajax dialog
 */
.ajax-cart-popup .cart-block--contents{
  width: 100%;
  position: relative;
}
