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

.custom-select1 { width:100%; background:none; border:1px solid rgba(255,255,255,0.4); transition:all 0.25s ease-out 0s; display:inline-block; position:relative; z-index:99;}
.custom-select1:hover { background:#bfac6e; border-color:#bfac6e;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items .scrollb { max-height:180px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:9;}
.custom-select1 .select-items .scrollb div { color:#bfac6e; transition:all 0.25s ease-out 0s; padding:12px 24px 13px 24px;}
.custom-select1 .select-items .scrollb div:hover { color:#ffffff; background:#bfac6e;}
.custom-select1 .select-selected { color:#ffffff; transition:all 0.25s ease-out 0s; padding:17.5px 33px 17.5px 33px;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 .select-selected:after { content:""; width:17px; height:18px; background:url(../images/down-white-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::-webkit-scrollbar { display: none;}
/* .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:#5a5c61; border-radius:25px;} */
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { cursor:pointer; font-size:14px; font-weight:600; text-transform:uppercase;}


.banner-wrapp .custom-select1 { background:#bfac6e; border-color:#bfac6e;}
.banner-wrapp .custom-select1:hover { background:none; border:1px solid rgba(255,255,255,0.4);}

.flinker-wrapp .custom-select1 .select-items .scrollb div { padding:10px 13px 10px; font-size: 13px;}
.flinker-wrapp .custom-select1 .select-selected { padding:17.5px 22px 17.5px;}

.liketo-col1 { width:100%; float:left; margin:0 0 58px;}
.liketo-col1 .liketo-row1 { width:358px; float:left;}
.liketo-col1 .custom-select1 { background:#bfac6e; border-color:#bfac6e;}
.liketo-col1 .custom-select1:hover { background:none; border:1px solid #bfac6e;}
.liketo-col1 .custom-select1:hover .select-selected { color:#bfac6e;}
.liketo-col1 .custom-select1:hover .select-selected:after { background:url(../images/down-yellow-plain-icon.svg) no-repeat center / 100% 100%;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { text-align:center;}
.custom-select1 .select-items .scrollb div { padding:19px 5% 19px 5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:13px;}

.banner-col2 .custom-select1 .select-items div { padding:19px 5% 19px 5%;}
.banner-col2 .custom-select1 .select-selected { padding:19px 5% 19px 5%;}
.banner-col2 custom-select1 .select-items div, .banner-col2 .custom-select1 .select-selected { font-size:13px;}

.liketo-col1 .liketo-row1 { width:100%;}

.flinker-wrapp .custom-select1 .select-items div {padding: 12px 13px 12px;}

} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { text-align:center;}
.custom-select1 .select-items .scrollb div { padding:19px 5% 19px 5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:13px;}

.banner-col2 .custom-select1 .select-items div { padding:19px 5% 19px 5%;}
.banner-col2 .custom-select1 .select-selected { padding:19px 5% 19px 5%;}
.banner-col2 custom-select1 .select-items div, .banner-col2 .custom-select1 .select-selected { font-size:13px;}

.flinker-wrapp .custom-select1 .select-items div {padding: 12px 13px 12px;}

}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { text-align:center;}
.custom-select1 .select-items .scrollb div { padding:19px 5% 19px 5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:13px;}

.banner-col2 .custom-select1 .select-items div { padding:19px 5% 19px 5%;}
.banner-col2 .custom-select1 .select-selected { padding:19px 5% 19px 5%;}
.banner-col2 custom-select1 .select-items div, .banner-col2 .custom-select1 .select-selected { font-size:13px;}

.flinker-wrapp .custom-select1 .select-items div {padding: 12px 13px 12px;}

}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:13px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:13px;}
}

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

}