@charset "utf-8";

/* CSS Document */
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 { text-align:left; background:none; border:none; border-radius:0; transition:all 0.25s ease-out 0s; position:relative; z-index:99;}
.custom-select1 .select-items { max-height:152px; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:9; overflow-x: hidden;}
.custom-select1 .select-items .scrollb{max-height: 152px; max-width: calc(100% - 8px);}
.custom-select1 .select-items .scrollb div { color:#ddb54f; transition:all 0.25s ease-out 0s; padding:10px 14px 10px 14px;}
.custom-select1 .select-items .scrollb div:hover { color:#ffffff; background:#ddb54f;}
.custom-select1 .select-selected { color:#ffffff; transition:all 0.25s ease-out 0s; padding:0 0 0;}
.custom-select1:hover .select-selected { color:#ddb54f;}
.custom-select1 .select-selected:after { content:""; width:11px; height:8px; background:url(../images/down-yellow-plain-arrow.svg) no-repeat center / 100% 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:0;}
.custom-select1:hover .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { cursor:pointer; font-size:12px; font-weight:500; letter-spacing:1.5px; text-transform:uppercase;}

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

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { text-align:center;}
.custom-select1 .select-items .scrollb div { padding:10px 5% 10px 5%;}
.custom-select1 .select-selected:after { width:9px; height:6px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:10px; letter-spacing:1.1px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { text-align:center;}
.custom-select1 .select-items .scrollb div { padding:10px 5% 10px 5%;}
.custom-select1 .select-selected:after { width:9px; height:6px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:10px; letter-spacing:1.1px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 .select-selected:after { width:9px; height:6px;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:10px; letter-spacing:1.1px;}
.custom-select1 .select-items { max-height: 185px;}
.header-wrapp .custom-select1 .select-items .scrollb div, .header-wrapp .custom-select1 .select-selected {font-size: 9.5px;letter-spacing: 0.90px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 .select-selected:after { width:10px; height:7px;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:11px; letter-spacing:1.3px;}
.custom-select1 .select-items { max-height: 160px;}
.header-wrapp .custom-select1 .select-items .scrollb div, .header-wrapp  .custom-select1 .select-selected {font-size: 10.5px;letter-spacing: 1px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.header-wrapp .custom-select1 .select-items .scrollb div, .header-wrapp .custom-select1 .select-selected {font-size: 11px;letter-spacing: 1.3px;}	
}

@media screen and (max-width:767px) {
.custom-select1 .select-items { max-height: 140px;}
.custom-select1 .select-items .scrollb{max-height: 140px;}
}