/**
 * COD24 checkout styles.
 */
.cod24-city-field .select2-container,
.cod24-city-field select {
	width: 100% !important;
}

/* Loading hint on the city select while cities are fetched. */
select.cod24-city-select.cod24-loading {
	background-image: linear-gradient(90deg, rgba(240,27,36,.08), rgba(240,27,36,0));
	background-size: 200% 100%;
	animation: cod24-city-load 1s linear infinite;
}
@keyframes cod24-city-load {
	from { background-position: 200% 0; }
	to { background-position: -200% 0; }
}

/* Keep COD24 shipping rate labels tidy in the totals table. */
.woocommerce-shipping-methods .cod24_shipping label {
	font-weight: 500;
}
