@charset "utf-8";
/* CSS Document */

.custom-select1 { text-align:left; background:#ae9b76; border:1px solid #ae9b76; border-radius:80px; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative;}
.custom-select1:hover { background:#76a4ae; border-color:#76a4ae;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:156px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items div { color:#1b2728; transition:all 0.25s ease-out 0s; padding:17px 26px 17px 26px;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#1b2728;}
.custom-select1 .select-selected { color:#ffffff; transition:all 0.25s ease-out 0s; padding:17px 26px 17px 26px;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 .select-selected:after { content:""; width:9px; height:7px; background:url(../images/down-white-white-plain-arrow.svg) no-repeat top / 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:24px;}
.custom-select1:hover .select-selected:after { background:url(../images/down-white-white-plain-arrow.svg) no-repeat bottom / 100%;}
.custom-select1 .select-items::-webkit-scrollbar { width:6px;}
.custom-select1 .select-items::-webkit-scrollbar-track { background:#f1f1f1eb; box-shadow:inset 1px 0 5px #dfdfdf; border-radius:0;}
.custom-select1 .select-items::-webkit-scrollbar-thumb { background:#76a4ae; border-radius:0;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:14px; font-weight:700; letter-spacing:normal; line-height:normal;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { text-align:center;}
.custom-select1 .select-items div { padding:17px 5% 17px 5%;}
.custom-select1 .select-selected { padding:17px 5% 17px 5%;}
.custom-select1 .select-selected:after { width:8px; height:6px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:11px; font-weight:700; letter-spacing:normal; line-height:normal;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { text-align:center;}
.custom-select1 .select-items div { padding:17px 5% 17px 5%;}
.custom-select1 .select-selected { padding:17px 5% 17px 5%;}
.custom-select1 .select-selected:after { width:8px; height:6px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:11px; font-weight:700; letter-spacing:normal; line-height:normal;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { text-align:center;}
.custom-select1 .select-items div { padding:17px 5% 17px 5%;}
.custom-select1 .select-selected { padding:17px 5% 17px 5%;}
.custom-select1 .select-selected:after { width:8px; height:6px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:11px; font-weight:700; letter-spacing:normal; line-height:normal;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 .select-items div { padding:17px 20px 17px 20px;}
.custom-select1 .select-selected { padding:17px 20px 17px 20px;}
.custom-select1 .select-selected:after { content:""; width:7px; height:5px; right:18px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:12px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 .select-items div { padding:17px 23px 17px 23px;}
.custom-select1 .select-selected { padding:17px 23px 17px 23px;}
.custom-select1 .select-selected:after { content:""; width:8px; height:6px; right:21px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:13px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {

}