#module-ecm_checkout-checkout .cartaccessories-products .product-miniature {
    width: 50%;
}
#module-ecm_checkout-checkout .cartaccessories-products .products-grid .product-add-cart {
    margin: 0 5px 0 0;
}
#module-ecm_checkout-checkout .cartaccessories-products .product-price-and-shipping-add {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: column;
    width: 100%;
    gap: 5px;
}
@media screen and (max-width: 767px) {
    #module-ecm_checkout-checkout .cartaccessories-products span.product-price {
        float: initial;
        margin-left: 0;
        margin-top: 0;
    }
}
@media screen and (max-width: 520px) {
	#module-ecm_checkout-checkout .cartaccessories-products .product-miniature {
		width: 100%;
	}
	#module-ecm_checkout-checkout .cartaccessories-products .products.row.products-grid {
		gap: 15px;
	}
}