.yellowsun-resales-dropdown {
	position: relative !important;
	display: inline-block !important;
}

.yellowsun-resales-dropdown-toggler {
	user-select: none;
	display: flex;
	justify-content: space-between;
	gap: 10px;
	font-family: 'Inter', sans-serif;
	padding: 10px;
	transition: all .3s ease;
	border: 1px solid #f0f0f0;
	border-radius: 3px;
	min-width: 10rem;
	background: #ffffff;
}

.yellowsun-resales-dropdown-toggler-order {
	user-select: none;
	display: flex;
	justify-content: space-between;
	gap: 10px;
	font-family: 'Inter', sans-serif;
	padding: 10px;
	transition: all .3s ease;
	border: 1px solid #f0f0f0;
	border-radius: 3px;
	width: 10rem;
	background: #ffffff;
}

.yellowsun-resales-dropdown-toggler-order:focus {
	outline: none !important;
	border-bottom: 1.5px solid #073188;
	background-color: #fff;
}

.yellowsun-resales-dropdown-toggler:focus {
	outline: none !important;
	border-bottom: 1.5px solid #073188;
	background-color: #fff;
}

.yellowsun-resales-dropdown-toggler:hover {
	cursor: pointer;
}

.yellowsun-resales-dropdown-option {
	padding: 5px;
	border-radius: 3px;
	user-select: none;
	transition: .075s all;
	display: flex;
	justify-content: space-between;
}

.yellowsun-resales-dropdown-option:hover {
	background: #dddddd;
	cursor: pointer;
}

.yellowsun-resales-dropdown-option-icon {
	display: none;
	height: 24px;
}

.yellowsun-resales-dropdown-option-icon-svg {
	height: 24px;
}

.yellowsun-resales-dropdown-option-parent {
	padding: 5px;
	border-radius: 3px;
	user-select: none;
	transition: 0.75s all;
	display: flex;
	justify-content: space-between;
}

.yellowsun-resales-dropdown-option-parent:hover {
	background: #dddddd;
	cursor: pointer;
}

.yellowsun-resales-dropdown-option-parent-icon {
	display: none;
	height: 24px;
}

.yellowsun-resales-dropdown-option-parent-icon-svg {
	height: 24px;
}

.yellowsun-resales-dropdown-content {
	position: absolute;
	margin-top: 10px;
	width: 100%;
	background-color: #fafafa;
	border: 1px solid #f0f0f0;
	border-radius: 3px;
	padding: 5px;
	z-index: 9999;
	user-select: none;
	display: none;
	transition: width 1s linear 2s;
	max-height: 250px;
	overflow-y: auto;
}

.yellowsun-resales-dropdown-content-expanded {
	position: absolute;
	margin-top: 10px;
	width: 18rem !important;
	background-color: #fafafa;
	border: 1px solid #f0f0f0;
	border-radius: 3px;
	padding: 5px;
	z-index: 9999;
	user-select: none;
	display: none;
	transition: width 1s linear 2s;
	max-height: 250px;
	overflow-y: auto;
}

.yellowsun-resales-dropdown-option-subcontent {
	display: block;
}

.yellowsun-resales-dropdown-option-expanded {
	padding: 5px;
	border-radius: 3px;
	user-select: none;
	transition: .075s all;
}

.yellowsun-resales-dropdown-option-expanded:hover {
	background: #dddddd;
	cursor: pointer;
}

#order-options-dropdown-content {
	width: 18rem !important;
}

@media (min-width: 300px) {
	.yellowsun-resales-dropdown {
		width: 100% !important;
	}

	.yellowsun-resales-dropdown-toggler {
		width: 100% !important;
	}

	.yellowsun-resales-dropdown-content-expanded {
		width: 100% !important;
	}

	#order-options-dropdown-content {
		width: 100% !important;
	}	
}

@media (min-width: 768px) {
	.yellowsun-resales-dropdown {
		width: 49.18% !important;
	}

	#order-options-dropdown {
		width: 100% !important;
	}

	.yellowsun-resales-dropdown-content-expanded {
		width: 18rem !important;
	}

	#order-options-dropdown-content {
		width: 100% !important;
	}	
}

@media (min-width: 992px) {
	.yellowsun-resales-dropdown {
		width: 10rem !important;
	}

	.yellowsun-resales-dropdown-content-expanded {
		width: 18rem !important;
	}

	#order-options-dropdown-content {
		width: 100% !important;
	}	

	/* .yellowsun-resales-dropdown-content-semi-expanded {
		width: 14rem !important;
	} */
}