#module-ecm_checkout-checkout span.product-old-price-uah {
    text-decoration: line-through;
    font-size: 0.9rem;
}
#module-ecm_checkout-checkout span.product-old-price-percent {
    background: #777777;
    color: white;
    padding: 2px 3px;
}
@media screen and (max-width: 520px) {
	#module-ecm_checkout-checkout #ecm_checkout .product-line-grid {
		flex-direction: column;
	}
	#module-ecm_checkout-checkout #ecm_checkout .qty_price {
		justify-content: space-between;
		width: 100%;
	}
	#module-ecm_checkout-checkout .product-line-grid-right.product-line-actions {
		width: 100%;
	}
}