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

.custom-select1 { background:none; border:none; border-bottom:1px solid #ffffff; 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:#cbb37b;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:138px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items div { color:#cbb37b; transition:all 0.25s ease-out 0s; padding:18px 22px 18px 22px;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#cbb37b;}
.custom-select1 .select-selected { color:#ffffff; transition:all 0.25s ease-out 0s; padding:18px 0 18px 0;}
.custom-select1:hover .select-selected { color:#cbb37b;}
.custom-select1 .select-items::-webkit-scrollbar { width:6px;}
.custom-select1 .select-items::-webkit-scrollbar-track { background:#f1f1f1eb; box-shadow:inset 1px 0 5px #dfdfdf; border-radius:0;}
.custom-select1 .select-items::-webkit-scrollbar-thumb { background:#a33493; border-radius:0;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:12px; font-weight:600; letter-spacing:2.28px; line-height:normal; text-transform:uppercase;}

.custom-col1 .custom-select1 { width:339px; background:#37314b; border:1px solid #ffffff; border-radius:40px; transition:all 0.25s ease-out 0s; position:relative; z-index:9;}
.custom-col1 .custom-select1:hover { border-color:#37314b; background:#fff;}
.custom-col1 .custom-select1:hover .select-selected { color:#37314b;}
.custom-col1 .custom-select1 .select-selected { padding:18px 30px 18px;}
.custom-col1 .custom-select1 .select-items div { padding:12px 30px 12px;}
.custom-col1 .custom-select1 .select-items { max-height:117px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 .select-items div { padding:18px 5% 18px 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 .custom-select1 { width:100%;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 .select-items div { padding:18px 5% 18px 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;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 .select-items div { padding:18px 5% 18px 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;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:10px; letter-spacing:1.28px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:11px; letter-spacing:1.78px;}
}

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

}