.store-product-features li + li {
	margin-top: 0.4rem;
}

.woocommerce-order-details + .woocommerce-order-details {
	margin-top: 1.5rem;
}

.store-core-shipment-details {
	margin-top: 2rem;
}

.store-core-shipment-details .shipment-details th {
	width: 12rem;
}

@media (max-width: 600px) {
	.store-core-shipment-details .shipment-details th {
		width: auto;
	}
}
