/* Revelements - Product Ordering */

.rlm-product-ordering {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	margin: 0;
	width: 100%;
}

.rlm-product-ordering__select {
	appearance: auto;
	background-color: #ffffff;
	border-color: #d1d5db;
	border-style: solid;
	border-width: 1px;
	box-shadow: none;
	box-sizing: border-box;
	color: #1f2937;
	cursor: pointer;
	font: inherit;
	line-height: 1.4;
	margin: 0;
	max-width: 100%;
	min-height: 42px;
	padding: 10px 14px;
	width: 240px;
}

.rlm-product-ordering__select:focus {
	border-color: #111827;
	box-shadow: none;
	outline: none;
}

.rlm-product-ordering__submit {
	margin-left: 10px;
}

.rlm-product-ordering__placeholder {
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	color: #4b5563;
	font-size: 14px;
	padding: 14px 16px;
}
