@charset "utf-8";

/* CSS Document */
.custom-select1 { width:100%; float:left; background:#c6af86; border:1px solid #c6af86; border-radius:10px; transition:all 0.25s ease-out 0s; position:relative; margin:0;}
.custom-select1:hover { background:#a18551; border-color:#a18551;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:172px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items .scrollb div { color:#a18551; transition:all 0.25s ease-out 0s; padding:10px 22px 11px;}
.custom-select1 .select-items .scrollb div:hover { color:#ffffff; background:#a18551;}
.custom-select1 .select-selected { color:#ffffff; transition:all 0.25s ease-out 0s; padding:20px 22px 21px;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 .select-selected:after { content:""; width:19.1px; height:19.1px; background:url(../images/down-circle-arrow2.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:-34.6px;}
.custom-select1:hover .select-selected:after { background:url(../images/down-circle-arrow2.svg) no-repeat center / 100% 100%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { cursor:pointer; font-size:15px; font-weight:400;}
.custom-select1 .select-items .scrollb { max-height:172px; max-width: 96%; max-width: calc(100% - 5px); }
.custom-select1 .select-selected:before { content:""; width:63px; height:103%; background:#a18551; transition:all 0.25s ease-out 0s; border-radius:0 10px 10px 0; margin:0 0 0; position:absolute; top:-1px; right:-56px;}

.custom-select1 .select-items::-webkit-scrollbar { width:6px; 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:#c6af86; border-radius:25px;}

/* CSS Document */
.linker-wrapp .custom-select1 { width:100%; float:left; background:none; border:1px solid #e3e3d8; border-radius:10px; transition:all 0.25s ease-out 0s; position:relative; margin:0;}
.linker-wrapp .custom-select1:hover { background:#c6af86; border-color:#c6af86;}
.linker-wrapp .custom-select1 select { display:none;}
.linker-wrapp .custom-select1 .select-hide { display:none;}
.linker-wrapp .custom-select1 .select-items { max-height:164px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.linker-wrapp .custom-select1 .select-items .scrollb div { color:#c6af86; transition:all 0.25s ease-out 0s; padding:10px 24px 11px;}
.linker-wrapp .custom-select1 .select-items .scrollb div:hover { color:#ffffff; background:#c6af86;}
.linker-wrapp .custom-select1 .select-selected { color:#454442; transition:all 0.25s ease-out 0s; padding:20px 24px 21px;}
.linker-wrapp .custom-select1:hover .select-selected { color:#ffffff;}
.linker-wrapp .custom-select1 .select-selected:after { content:""; width:19.1px; height:19.1px; background:url(../images/down-circle-arrow1.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:17.4px;}
.linker-wrapp .custom-select1:hover .select-selected:after { background:url(../images/down-circle-arrow2.svg) no-repeat center / 100% 100%;}
.linker-wrapp .custom-select1 .select-items .scrollb div, .linker-wrapp .custom-select1 .select-selected { cursor:pointer; font-size:14px; font-weight:400;}
.linker-wrapp .custom-select1 .select-selected:before { display:none;}

/* CSS Document */
.flinker-wrapp .custom-select1 { width:100%; float:left; background:none; border:1px solid #e3e3d8; border-radius:10px; transition:all 0.25s ease-out 0s; position:relative; margin:0;}
.flinker-wrapp .custom-select1:hover { background:#c6af86; border-color:#c6af86;}
.flinker-wrapp .custom-select1 select { display:none;}
.flinker-wrapp .custom-select1 .select-hide { display:none;}
.flinker-wrapp .custom-select1 .select-items { max-height:164px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.flinker-wrapp .custom-select1 .select-items .scrollb div { color:#c6af86; transition:all 0.25s ease-out 0s; padding:10px 24px 11px;}
.flinker-wrapp .custom-select1 .select-items .scrollb div:hover { color:#ffffff; background:#c6af86;}
.flinker-wrapp .custom-select1 .select-selected { color:#454442; transition:all 0.25s ease-out 0s; padding:20px 24px 21px;}
.flinker-wrapp .custom-select1:hover .select-selected { color:#ffffff;}
.flinker-wrapp .custom-select1 .select-selected:after { content:""; width:19.1px; height:19.1px; background:url(../images/down-circle-arrow1.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:17.4px;}
.flinker-wrapp .custom-select1:hover .select-selected:after { background:url(../images/down-circle-arrow2.svg) no-repeat center / 100% 100%;}
.flinker-wrapp .custom-select1 .select-items .scrollb div, .flinker-wrapp .custom-select1 .select-selected { cursor:pointer; font-size:14px; font-weight:400;}
.flinker-wrapp .custom-select1 .select-selected:before { display:none;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { width:100%; text-align:center; margin:0 0 0; }
.custom-select1 .select-items .scrollb div { padding:10px 5% 11px 5%;}
.custom-select1 .select-selected { color:#ffffff; padding:20px 5% 21px 5%;}
.custom-select1 .select-selected:after { margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:14px;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { width:100%; text-align:center; margin:0 0 0;}
.custom-select1 .select-items .scrollb div { padding:10px 5% 11px 5%;}
.custom-select1 .select-selected { color:#ffffff; padding:20px 5% 21px 5%;}
.custom-select1 .select-selected:after { margin:0 0 0; position:absolute; right:5%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { width:100%; text-align:center; margin:0 0 0;}
.custom-select1 .select-items .scrollb div { padding:10px 5% 11px 5%;}
.custom-select1 .select-selected { color:#ffffff; padding:20px 5% 21px 5%;}
.custom-select1 .select-selected:after { margin:0 0 0; position:absolute; right:5%;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.flinker-wrapp .custom-select1 .select-items .scrollb div { padding:10px 8px 11px;}
.flinker-wrapp .custom-select1 .select-items { max-height:143px;}
.flinker-wrapp .custom-select1 .select-selected{padding: 20px 15px 21px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
    .flinker-wrapp .custom-select1 .select-selected{padding: 20px 15px 21px;}
}

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

}