@charset "utf-8";

/* CSS Document */
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 { width:232px; float:left; background:#ffffff; border:1px solid #ffffff; border-radius:24px; transition:all 0.25s ease-out 0s; position:relative; z-index:99;}
.custom-select1:hover { background:none; border-color:rgba(255,255,255,0.3);}
.custom-select1 .select-items { max-height:142px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:9;}
.custom-select1 .select-items div { color:#c4b37c; transition:all 0.25s ease-out 0s; padding:9px 16px 9px 16px;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#c4b37c;}
.custom-select1 .select-selected { color:#c4b37c; transition:all 0.25s ease-out 0s; padding:9px 16px 9px 16px;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 .select-selected:after { content:""; width:8px; height:5px; 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:20px;}
.custom-select1:hover .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:13.5px; font-weight:400; letter-spacing:0.3px;}


.conten-wrapp .custom-select1 { width:232px; float:none; background:#c4b37c; border:1px solid #c4b37c; border-radius:24px; transition:all 0.25s ease-out 0s; position:relative; z-index:99; margin:0 auto 0;}
.conten-wrapp .custom-select1:hover { background:none; border-color:#c4b37c;}
.conten-wrapp .custom-select1 .select-items { max-height:152px; overflow-y:scroll; background:#c4b37c; position:absolute; top:102%; left:0; right:0; z-index:9;}
.conten-wrapp .custom-select1 .select-items div { color:#ffffff; transition:all 0.25s ease-out 0s; padding:9px 16px 9px 16px;}
.conten-wrapp .custom-select1 .select-items div:hover { color:#c4b37c; background:#ffffff;}
.conten-wrapp .custom-select1 .select-selected { color:#ffffff; transition:all 0.25s ease-out 0s; text-align:left; padding:9px 16px 9px 16px;}
.conten-wrapp .custom-select1:hover .select-selected { color:#c4b37c;}
.conten-wrapp .custom-select1 .select-selected:after { content:""; width:8px; height:5px; background:url(../images/down-white-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:20px;}
.conten-wrapp .custom-select1:hover .select-selected:after { background:url(../images/down-yellow-plain-arrow.svg) no-repeat center / 100% 100%;}
.conten-wrapp .custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:14px; font-weight:400; letter-spacing:0.3px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { width:100%; background:#c4b37c; border:1px solid #c4b37c;}
.custom-select1:hover { background:#ffffff; border-color:rgba(196,179,124,0.3);}
.custom-select1 .select-items { max-height:135px;}
.custom-select1 .select-items div { padding:9px 5% 9px 5%;}
.custom-select1 .select-selected { color:#ffffff; padding:9px 5% 9px 5%;}
.custom-select1:hover .select-selected { color:#c4b37c;}
.custom-select1 .select-selected:after { width:8px; background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%; margin:0 0 0; position:absolute; right:5%;}
.custom-select1:hover .select-selected:after { background:url(../images/down-yellow-plain-arrow.svg) no-repeat center / 100% 100%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:12px; letter-spacing:0;}
.flinker-wrapp .custom-select1 { background:#ffffff; border:1px solid #ffffff;}
.flinker-wrapp .custom-select1:hover { background:none; border-color:rgba(255,255,255,0.3);}
.flinker-wrapp .custom-select1 .select-selected { color:#c4b37c;}
.flinker-wrapp .custom-select1:hover .select-selected { color:#ffffff;}
.flinker-wrapp .custom-select1 .select-selected:after { background:url(../images/down-yellow-plain-arrow.svg) no-repeat center / 100% 100%;}
.flinker-wrapp .custom-select1:hover .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { width:100%; background:#c4b37c; border:1px solid #c4b37c;}
.custom-select1:hover { background:#ffffff; border-color:rgba(196,179,124,0.3);}
.custom-select1 .select-items { max-height:135px;}
.custom-select1 .select-items div { padding:9px 5% 9px 5%;}
.custom-select1 .select-selected { color:#ffffff; padding:9px 5% 9px 5%;}
.custom-select1:hover .select-selected { color:#c4b37c;}
.custom-select1 .select-selected:after { width:8px; background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%; margin:0 0 0; position:absolute; right:5%;}
.custom-select1:hover .select-selected:after { background:url(../images/down-yellow-plain-arrow.svg) no-repeat center / 100% 100%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:12px; letter-spacing:0;}
.flinker-wrapp .custom-select1 { background:#ffffff; border:1px solid #ffffff;}
.flinker-wrapp .custom-select1:hover { background:none; border-color:rgba(255,255,255,0.3);}
.flinker-wrapp .custom-select1 .select-selected { color:#c4b37c;}
.flinker-wrapp .custom-select1:hover .select-selected { color:#ffffff;}
.flinker-wrapp .custom-select1 .select-selected:after { background:url(../images/down-yellow-plain-arrow.svg) no-repeat center / 100% 100%;}
.flinker-wrapp .custom-select1:hover .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { width:100%; background:#c4b37c; border:1px solid #c4b37c;}
.custom-select1:hover { background:#ffffff; border-color:rgba(196,179,124,0.3);}
.custom-select1 .select-items { max-height:135px;}
.custom-select1 .select-items div { padding:9px 5% 9px 5%;}
.custom-select1 .select-selected { color:#ffffff; padding:9px 5% 9px 5%;}
.custom-select1:hover .select-selected { color:#c4b37c;}
.custom-select1 .select-selected:after { width:8px; background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%; margin:0 0 0; position:absolute; right:5%;}
.custom-select1:hover .select-selected:after { background:url(../images/down-yellow-plain-arrow.svg) no-repeat center / 100% 100%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:12px; letter-spacing:0;}
.flinker-wrapp .custom-select1 { background:#ffffff; border:1px solid #ffffff;}
.flinker-wrapp .custom-select1:hover { background:none; border-color:rgba(255,255,255,0.3);}
.flinker-wrapp .custom-select1 .select-selected { color:#c4b37c;}
.flinker-wrapp .custom-select1:hover .select-selected { color:#ffffff;}
.flinker-wrapp .custom-select1 .select-selected:after { background:url(../images/down-yellow-plain-arrow.svg) no-repeat center / 100% 100%;}
.flinker-wrapp .custom-select1:hover .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 { width:180px;}
.custom-select1 .select-selected { padding:9px 12px 9px 12px;}
.custom-select1 .select-selected:after { right:14px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:12px; letter-spacing:0.1px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 { width:209px;}
.custom-select1 .select-selected { padding:9px 14px 9px 14px;}
.custom-select1 .select-selected:after { right:17px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:13px; letter-spacing:0.2px;}
.custom-select1 .select-items {height: 140px;}
}

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

}