/* ==========================================================================
   UN ChromaLab — Sort widget
   Replicates The7 product-sorting widget styling exactly. The7 scopes its
   rules under .elementor-widget-the7-product-sorting, so we re-author them
   here under .chromalab-sort to match visually.
   ========================================================================== */

.chromalab-sort {
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 0;
	color: rgb(0, 0, 0);
	margin: 0;
	max-width: 100%;
}

.chromalab-sort .chromalab-sort__select,
.chromalab-sort select.orderby {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: auto;
	min-height: 1.3em;
	margin: 0 !important;
	border: 0 solid;
	border-bottom: 1px solid rgba(145, 111, 115, 0.36);
	border-radius: 0;
	background-color: transparent;
	background-image: none;
	box-shadow: none;
	padding: 16px 19px 16px 0;
	font: inherit;
	font-size: 15px;
	line-height: 1.3em;
	color: rgb(0, 0, 0);
	text-overflow: ellipsis;
	transition: color 0.3s, border-color 0.3s, background-color 0.3s;
	cursor: pointer;
}

.chromalab-sort .chromalab-sort__select:focus,
.chromalab-sort select.orderby:focus {
	outline: 0;
	box-shadow: none;
}

.chromalab-sort > svg {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	color: inherit;
	pointer-events: none;
	box-sizing: content-box;
}

@media (max-width: 767px) {
	.chromalab-sort {
		width: 100%;
	}
}
