@charset "utf-8";

/* CSS Document */
.select-hide { display:none;}
.custom-select1 { width:227px; height:48px; float:left; background:none; border:1px solid rgba(167,152,73,0.50); border-radius:8px; transition:all 0.25s ease-out 0s; margin:0 0 0 10px; position:relative; z-index:999;}
.custom-select1:hover { background:#a79849; border:1px solid #a79849;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 select { display:none;}
.custom-select1 .select-selected:after { content:""; width:12px; height:12px; background:url(../images/custom1-yellow-down-arrow.svg) no-repeat center / 100%; transform:translateY(-50%); position:absolute; top:52%; right:18px;}
.custom-select1:hover .select-selected:after { background:url(../images/custom2-white-down-arrow.svg) no-repeat center / 100%;}
.select-items { background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.select-items div { color:#a79849; padding:10px 18px;}
.select-items div:hover { color:#ffffff; background:#a79849;}
.select-selected { color:#a79849; padding:15px 22px 15px 22px;}
.select-items div, .select-selected { cursor:pointer; font-size:14px; color:#343337; font-weight:400; letter-spacing:0.20px;}

.header-wrapp .custom-select1 .select-items {max-height: 156px; overflow-y: scroll;}
.header-wrapp .custom-select1 .select-items::-webkit-scrollbar { width: 6px;}
.header-wrapp .custom-select1 .select-items::-webkit-scrollbar-track { background: #f1f1f1eb; box-shadow: inset 1px 0 5px #dfdfdf; border-radius: 25px;}
.header-wrapp .custom-select1 .select-items::-webkit-scrollbar-thumb { background: #343337; border-radius: 25px;}

.linker-wrapp .custom-select1 .select-items {max-height: 156px; overflow-y: scroll;}
.linker-wrapp .custom-select1 .select-items::-webkit-scrollbar { width: 6px;}
.linker-wrapp .custom-select1 .select-items::-webkit-scrollbar-track { background: #f1f1f1eb; box-shadow: inset 1px 0 5px #dfdfdf; border-radius: 25px;}
.linker-wrapp .custom-select1 .select-items::-webkit-scrollbar-thumb { background: #a79849; border-radius: 25px;}

.linker-wrapp .scroll.float-panel.fixed .linker-col2.hideonsticky .custom-select1 {width: 212px; background: #a79849;}
.linker-wrapp .scroll.float-panel.fixed .linker-col2.hideonsticky .custom-select1 .select-selected, .linker-wrapp .scroll.float-panel.fixed .linker-col2.hideonsticky .custom-select1 .selected-items > div {text-align: left;}
.linker-wrapp .scroll.float-panel.fixed .linker-col2.hideonsticky .custom-select1 .select-selected:after {background: url(../images/custom2-white-down-arrow.svg) no-repeat center / 100%;}
.linker-wrapp .scroll.float-panel.fixed .linker-col2.hideonsticky .custom-select1:hover .select-selected:after {background: url(../images/custom1-yellow-down-arrow.svg) no-repeat center / 100%;}
.linker-wrapp .scroll.float-panel.fixed .linker-col2.hideonsticky .custom-select1:hover {background: #ffffff;}
.linker-wrapp .scroll.float-panel.fixed .linker-col2.hideonsticky .custom-select1:hover .select-selected {color: #a79849;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { width:100%; text-align:center; margin:0 0 4%;}
.custom-select1:hover .select-selected:after { right:5%;}
.select-items div, .select-selected { color:#ffffff;}
.select-items { background:#a79849;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { width:100%; text-align:center; margin:0 0 4%;}
.custom-select1:hover .select-selected:after { right:5%;}
.select-items div, .select-selected { color:#ffffff;}
.select-items { background:#a79849;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { width:100%; text-align:center; margin:0 0 4%;}
.custom-select1:hover .select-selected:after { right:5%;}
.select-items div, .select-selected { color:#ffffff;}
.select-items { background:#a79849;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 { width:194px; height:39px; margin:0 0 0 0;}
.select-selected { padding:12px 22px 15px 22px;}
.select-items div, .select-selected { font-size:11px; letter-spacing:0.40px;}
.linker-wrapp .custom-select1 .select-items {height: 145px;}
.linker-wrapp .scroll.float-panel.fixed .linker-col2.hideonsticky .custom-select1 {width: 185px; margin: 0 0 0 5px;}
.linker-wrapp .select-selected {padding: 12px 14px 15px 14px;}
.linker-wrapp .linker-col2 .custom-select1 {width: 170px; margin: 0;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 { width:214px; height:41px; margin:0 8px 0 0;}
.select-selected { padding:12px 22px 15px 22px;}
.select-items div, .select-selected { font-size:12px; letter-spacing:0.40px;}
.linker-wrapp .custom-select1 .select-items {height: 145px;}
.linker-wrapp .scroll.float-panel.fixed .linker-col2.hideonsticky .custom-select1 {width: 196px; margin: 0 0 0 5px;}
.linker-wrapp .linker-col2 .custom-select1 {width: 210px; margin: 0;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.linker-wrapp .scroll.float-panel.fixed .linker-col2.hideonsticky .custom-select1 {width: 200px;}
}