.wpfox_jump_menu {
	/*
	max-width: 340px;

	& .jump-menu__select-wrap {
		position: relative;

		&::after {
			border-left: 10px solid transparent;
			border-right: 10px solid transparent;
			border-top: 8px solid #EBB700;
			content: '';
			pointer-events: none;
			position: absolute;
			right: 20px;
			top: 50%;
			transform: translateY(-50%);
			z-index: 2;
		}
	}

	& .jump-menu__select {
		appearance: none;
		background: #fff;
		border: 1px solid #002C77;
		border-radius: 12px;
		color: #000;
		cursor: pointer;
		display: block;
		font-size: 16px;
		min-height: 58px;
		outline: none;
		padding: 0 50px 0 22px;
		width: 100%;
	}
	*/
}