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

.custom-select1 { background:none; border:none; border-bottom:1px solid #3f4140; border-radius:0; transition:all 0.25s ease-out 0s; margin:0 0 0 6px; position:relative; z-index:9;}
.custom-select1:first-child { margin-left:0;}
.custom-select1:hover { border-color:#d9d9d9;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:165px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items div { color:#000000; transition:all 0.25s ease-out 0s; padding:15px 18px 15px 18px;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#d9d9d9;}
.custom-select1 .select-selected { color:#000000; transition:all 0.25s ease-out 0s; padding:18px 0 18px 0;}
.custom-select1:hover .select-selected { color:#d9d9d9;}
.custom-select1 .select-items::-webkit-scrollbar { width:6px;}
.custom-select1 .select-items::-webkit-scrollbar-track { background:#f1f1f1; box-shadow:inset 1px 0 5px #dfdfdf; border-radius:0;}
.custom-select1 .select-items::-webkit-scrollbar-thumb { background:#000000; border-radius:0;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:13px; font-weight:600; letter-spacing:2.47px; line-height:normal; text-transform:uppercase;}

.custom-col1 { width:100%; float:left; text-align:left; margin:0 0 67px;}
.custom-col1 .custom-row1 { width:388px; float:none; margin:0 auto;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 .select-items div { padding:15px 5% 15px 5%;}
.custom-select1 .select-selected { padding:18px 0 18px 0;}
.custom-select1 .select-items { max-height:147px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:10px; letter-spacing:1.44px;}

.custom-col1 { text-align:center;}
.custom-col1 .custom-row1 { width:100%;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 .select-items div { padding:15px 5% 15px 5%;}
.custom-select1 .select-selected { padding:18px 0 18px 0;}
.custom-select1 .select-items { max-height:147px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:11px; letter-spacing:1.44px;}

.custom-col1 { text-align:center;}
.custom-col1 .custom-row1 { width:100%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 .select-items div { padding:15px 5% 15px 5%;}
.custom-select1 .select-selected { padding:18px 0 18px 0;}
.custom-select1 .select-items { max-height:147px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:12px; letter-spacing:1.44px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
}

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

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

}