@charset "utf-8";

/* CSS Document */
.custom-select1 { background:none; border:1px solid #ffb74b; border-radius:34px; transition:all 0.25s ease-out 0s; display:inline-block; position:relative; z-index:99;}
.custom-select1:hover { background:#ffb74b; border-color:#ffb74b;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:200px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:9;}
.custom-select1 .select-items .scrollb { max-height:160px; max-width: 96%; max-width: calc(100% - 8px); }
.custom-select1 .select-items .scrollb div { color:#ffb74b; transition:all 0.25s ease-out 0s; padding:10px 16px 11px 16px;}
.custom-select1 .select-items .scrollb div:hover { color:#ffffff; background:#ffb74b;}
.custom-select1 .select-selected { color:#ffb74b; transition:all 0.25s ease-out 0s; padding:12px 24px 13px 24px;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 .select-selected:after { content:""; width:10px; height:10px; background:url(../images/down-yellow-plain-icon.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:22px;}
.custom-select1:hover .select-selected:after { background:url(../images/down-white-plain-icon.svg) no-repeat center / 100% 100%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { cursor:pointer; font-size:16px; font-weight:400; letter-spacing:0.3px;}

.abouts-wrapp .custom-select1 { width:216px; text-align:left; background:#ffffff; border:1px solid #ffffff; position:absolute; bottom:6.6%; left:8.8%;}
.abouts-wrapp .custom-select1:hover { background:#ffb74b; border:1px solid #ffb74b;}
.abouts-wrapp .custom-select1:hover .select-selected:after { background:url(../images/down-white-plain-icon.svg) no-repeat center / 100% 100%;}

.flinker-wrapp .custom-select1 { width:181px; text-align:left; background:none; border:1px solid rgba(156,145,134,0.3);}
.flinker-wrapp .custom-select1:hover { background:#9c9186; border-color:#9c9186;}
.flinker-wrapp .custom-select1 .select-items .scrollb div { color:#9c9186;}
.flinker-wrapp .custom-select1 .select-items .scrollb div:hover { color:#ffffff; background:#9c9186;}
.flinker-wrapp .custom-select1 .select-selected { color:#9c9186;}
.flinker-wrapp .custom-select1:hover .select-selected { color:#ffffff;}
.flinker-wrapp .custom-select1 .select-selected:after { background:url(../images/down-warm-grey-plain-icon.svg) no-repeat center / 100% 100%;}
.flinker-wrapp .custom-select1:hover .select-selected:after { background:url(../images/down-white-plain-icon.svg) no-repeat center / 100% 100%;}

.conten-wrapp .custom-select1 { background:#ffb74b; border:1px solid #ffb74b;}
.conten-wrapp .custom-select1:hover { background:none; border-color:#ffb74b;}
.conten-wrapp .custom-select1 .select-items .scrollb div { color:#ffb74b;}
.conten-wrapp .custom-select1 .select-items .scrollb div:hover { color:#ffffff; background:#ffb74b;}
.conten-wrapp .custom-select1 .select-selected { color:#ffffff;}
.conten-wrapp .custom-select1:hover .select-selected { color:#ffb74b;}
.conten-wrapp .custom-select1 .select-selected:after { background:url(../images/down-white-plain-icon.svg) no-repeat center / 100% 100%;}
.conten-wrapp .custom-select1:hover .select-selected:after { background:url(../images/down-yellow-plain-icon.svg) no-repeat center / 100% 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: 25px;}
.custom-select1 .select-items::-webkit-scrollbar-thumb { background: #ffb74b; border-radius: 25px;}
.custom-select1 .select-items::-webkit-scrollbar { display: none;}

.custom-select1 .select-items .scrollbox-horizontal-bar { display:none; }
.custom-select1 .select-items .scrollbox-bar { background-color: #ffb74b; width: 6px;}
.custom-select1 .select-items .scrollbox-vertical-rail { background: #000000eb; width: 6px;}
.custom-select1 .select-items .scrollbox-horizontal-rail {display: none;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 .select-items .scrollb div { padding:12px 5% 13px 5%;}
.custom-select1 .select-selected { padding:12px 5% 13px 5%;}
.custom-select1 .select-selected:after { width:10px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:13px;}
.abouts-wrapp .custom-select1 { width:90%; text-align:center; margin:0 0 0; position:absolute; left:5%; bottom:4.4%;}
.flinker-wrapp .custom-select1 { width:48%; float:right; text-align:center; margin:0 0 4.2%;}
.custom-select1 .select-items {max-height: 185px;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 .select-items .scrollb div { padding:12px 5% 13px 5%;}
.custom-select1 .select-selected { padding:12px 5% 13px 5%;}
.custom-select1 .select-selected:after { width:10px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:13px;}
.abouts-wrapp .custom-select1 { width:90%; text-align:center; margin:0 0 0; position:absolute; left:5%; bottom:4.4%;}
.flinker-wrapp .custom-select1 { width:48%; float:right; text-align:center; margin:0 0 4.2%;}
.custom-select1 .select-items {max-height: 185px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 .select-items .scrollb div { padding:12px 5% 13px 5%;}
.custom-select1 .select-selected { padding:12px 5% 13px 5%;}
.custom-select1 .select-selected:after { width:10px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:13px;}
.abouts-wrapp .custom-select1 { width:90%; text-align:center; margin:0 0 0; position:absolute; left:5%; bottom:4.4%;}
.flinker-wrapp .custom-select1 { width:48%; float:right; text-align:center; margin:0 0 4.2%;}
.custom-select1 .select-items {max-height: 185px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 .select-items {max-height: 185px;}
.custom-select1 .select-items .scrollb div { padding:10px 13px 11px 13px;}
.custom-select1 .select-selected { padding:12px 18px 13px 18px;}
.custom-select1 .select-selected:after { right:16px;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:13px;}
.abouts-wrapp .custom-select1 { width:180px;}
.flinker-wrapp .custom-select1 { width:155px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 .select-items {max-height: 190px;}
.custom-select1 .select-items .scrollb div { padding:10px 17px 11px 17px;}
.custom-select1 .select-selected { padding:12px 21px 13px 21px; }
.custom-select1 .select-selected:after { right:19px;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:14px;}
.abouts-wrapp .custom-select1 { width:207px;}
.flinker-wrapp .custom-select1 { width:168px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.custom-select1 .select-items .scrollb div { padding:10px 17px 11px 17px;}
.custom-select1 .select-selected { padding:12px 21px 13px 21px;}
.custom-select1 .select-selected:after { right:19px;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:14px;}
.abouts-wrapp .custom-select1 { width:207px;}
.flinker-wrapp .custom-select1 { width:168px;}
}