/*
 * Flex UX Framework
 *
 * Filename: basket-item-listing.css
 * Type:     Stylesheet to be applied to all stores
 * 
 * Copyright (C) 2019 Geiger, All Rights Reserved
 */
.checkout-basket .checkout-container .checkout-main .checkout-item{
	flex-wrap: wrap;
}

.checkout-basket .checkout-container .checkout-main .checkout-item .checkout-item-errors  {
	display: flex;
    width: 100%;
    padding: 5px;
    justify-content: flex-end;
    color:red;
}

.checkout-basket .checkout-container .checkout-main .checkout-main-top .checkout-item .checkout-item-main{
	flex:8 8 60%;
	white-space: normal;
}