

.checkout-standard-address .item-address.item-new {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid var(--lighter);
}

.checkout-standard-address-delivery .item-address {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
}

.checkout-standard-address-delivery .item-address.item-like {
	border-top: 0 none;
}
