@charset "utf-8";

/* CSS Document */
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 { width:242px; float:left; background:#ffffff; border:1px solid #ffffff; margin:0 14px 0 0; transition:all 0.25s ease-out 0s; position:relative; z-index:9;}
.custom-select1:hover { background-color:#000; border:1px solid #000;}
.custom-select1 .select-items { max-height:155px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:9;}
.custom-select1 .select-items div { color:#000000; transition:all 0.25s ease-out 0s; padding:9px 20px 11px 20px;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#191919;}
.custom-select1 .select-selected { color:#000000; transition:all 0.25s ease-out 0s; padding:16.5px 22px 16.5px;}
.custom-select1:hover .select-selected { color:#fff;}
.custom-select1 .select-selected:after { content:""; width:9px; height:6px; background:url(../images/down-black-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:18px;}
.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:10px; font-weight:700; letter-spacing:1.82px; text-transform:uppercase;}

.header-wrapp .header-col2 .header-row2 .custom-select1 .select-items::-webkit-scrollbar { width: 6px;}
.header-wrapp .header-col2 .header-row2 .custom-select1 .select-items::-webkit-scrollbar-track { background: #f1f1f1eb; box-shadow: inset 1px 0 5px #dfdfdf; border-radius: 25px;}
.header-wrapp .header-col2 .header-row2 .custom-select1 .select-items::-webkit-scrollbar-thumb { background: #000; border-radius: 25px;}

.header-wrapp .header-col3 .header-row3 .custom-select1 .select-items::-webkit-scrollbar { width: 6px;}
.header-wrapp .header-col3 .header-row3 .custom-select1 .select-items::-webkit-scrollbar-track { background: #f1f1f1eb; box-shadow: inset 1px 0 5px #dfdfdf; border-radius: 25px;}
.header-wrapp .header-col3 .header-row3 .custom-select1 .select-items::-webkit-scrollbar-thumb { background: #000; border-radius: 25px;}

.dropdown1 { width:234px;}
.dropdown2 { width:100%; display:none;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { width:100%; margin:4.2% 0 4.2%;}
.dropdown1 { display:none; width:100%; margin:0 0;}
.dropdown2 { display:block; margin:0; z-index:99;}
.header-wrapp .custom-select1 .select-items {max-height: 150px;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { width:100%; margin:4.2% 0 4.2%;}
.dropdown1 { display:none; width:100%; margin:0 0;}
.dropdown2 { display:block; margin:0; z-index:99;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { width:100%; margin:4.2% 0 4.2%;}
.dropdown1 { display:none; width:100%; margin:0 0;}
.dropdown2 { display:block; margin:0; z-index:99;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 { width:210px; margin:0 8px 0 0;}
.custom-select1 .select-selected { padding:16.5px 13px 16.5px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.custom-select1 { width:215px; margin:0 9px 0 0;}
}