.price-dropdown-wrapper {
	display: inline-block;
	position: relative;
}

.price-dropdown-select {
	appearance: none;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 999px;
	padding: 4px 30px 4px 12px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	color: #181818;
	cursor: pointer;
	box-shadow: 0px 1px 3px 0px #0000001A, 0px 1px 2px -1px #0000001A;
}

.price-dropdown-wrapper::after {
	content: "";
    position: absolute;
    right: 16px;
    top: 46%;
    width: 7px;
    height: 7px;
    border-right: 1.3px solid #44403C;
    border-bottom: 1.3px solid #44403C;
    transform: translateY(-60%) rotate(45deg);
    pointer-events: none;
}
