@CHARSET "UTF-8";
.selectcat_area {
	padding: 0px 20px !important;
}

.selectbox-2 {
    position: relative;
	width: 100%;
}

.selectbox-2::before,
.selectbox-2::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.selectbox-2::before {
    right: 0;
    display: inline-block;
    width: 3.4em;
    height: 3.8em;
    border-radius: 0 3px 3px 0;
    background-color: #ffffff;
    content: '';
	border: 1px solid #ddd;
}

.selectbox-2::after {
	position: absolute;
	top: 50%;
	right: 1.8em;
	transform: translate(50%, -50%) rotate(45deg);
	width: 9px;
	height: 9px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	content: '';

}

.selectbox-2 select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 230px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    color: #000000;
    font-size: 1em;
    cursor: pointer;
	background-color: #fff;
	width: 100%;
	height: 3.8em;
	padding: 0.8em 3.6em 0.8em .8em;
}

.selectbox-2 select:focus {
    outline: 1px solid #dadada;
}

