/* .currselect{
    min-width: 30px;
    padding: 0;
    margin: 0;
    transform: translate(-2%,40%);
    position: inherit;
    height: 50%;
} */
.currselect{
    min-width: 60px;
    min-height: 30px;
    padding: 0; /*!important;*/
    margin: 0;
    transform: translate(-2%,40%);
    position: inherit;
    height: 50%;
	border: none;
	border-radius: 8px;
	padding: 0 12px;
	/* background: #e9e9ed; */
	border: 1px solid #ced4da;
	background: none;
}
.currselect:hover{
	border-color: var(--theme-primary);
}
.currselectmob {
	display:none;
}
@media screen and (max-width: 767.98px) {
.currselect {
	display:flex;
	min-width: 31px;
	min-height: 40px;
	padding: 0 margin: 0;
	transform: none;
	position: inherit;
	/* height: 50%; */
	/* border: none; */
	border-radius: 8px;
	padding: 0 3px;
	/* background: #e9e9ed; */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.currselectmobdiv {
	/* justify-self: end; */
	margin-left: auto;
}

}