.piestim {
	max-width: 700px;
}

.piestim-group {
	margin-bottom: 26px;
}

.piestim-group:last-child {
	margin-bottom: 0;
}

.piestim-group__title {
	display: block;
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 10px;
	color: #2b2b2b;
}

.piestim-select-wrap {
	position: relative;
}

.piestim-select-wrap::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	width: 10px;
	height: 10px;
	border-right: 2px solid #7a7a7a;
	border-bottom: 2px solid #7a7a7a;
	transform: translateY(-70%) rotate(45deg);
	pointer-events: none;
}

.piestim-select {
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #ffffff;
	border: 1.5px solid #cba065;
	border-radius: 10px;
	padding: 16px 44px 16px 18px;
	font-size: 15px;
	font-family: inherit;
	color: #2b2b2b;
	cursor: pointer;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.piestim-select:hover {
	border-color: #b78a4a;
}

.piestim-select:focus {
	outline: none;
	border-color: #b78a4a;
	box-shadow: 0 0 0 3px rgba(203, 160, 101, 0.25);
}

.piestim-select::-ms-expand {
	display: none;
}

@media (max-width: 480px) {
	.piestim-select {
		font-size: 14px;
		padding: 14px 40px 14px 16px;
	}
}
