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

.custom-select1 { width:49%; float:left; background:#faf6f4; border:1px solid #faf6f4; border-radius:0; transition:all 0.25s ease-out 0s; display:inline-block; margin:0 0 2.2%; position:relative; z-index:9;}
.custom-select1:nth-child(2n) { float:right;}
.custom-select1:hover { background:#faf6f4; border:1px solid #faf6f4;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:166px; overflow-y:scroll; background:#c4cbbc; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items div { color:#1d1d1b; transition:all 0.25s ease-out 0s; padding:20px 10.8% 19px 10.8%;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#1d1d1b;}
.custom-select1 .select-selected { color:#1d1d1b; transition:all 0.25s ease-out 0s; padding:24px 15.9% 23px 10.8%;}
.custom-select1:hover .select-selected { color:#84937b;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:12px; font-weight:700; letter-spacing:normal; line-height:normal;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { width:100%; margin:0 0 4.2%;}
.custom-select1 .select-items div { padding:14px 10% 13px 10%;}
.custom-select1 .select-selected { padding:18px 10% 17px 10%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:12px; line-height:normal;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { width:48%; margin:0 0 4.2%;}
.custom-select1 .select-items div { padding:14px 10% 13px 10%;}
.custom-select1 .select-selected { padding:18px 10% 17px 10%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:12px; line-height:normal;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { width:48%; margin:0 0 4.2%;}
.custom-select1 .select-items div { padding:14px 10% 13px 10%;}
.custom-select1 .select-selected { padding:18px 10% 17px 10%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:12px; line-height:normal;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 .select-selected { padding:19px 15.9% 19px 10.8%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:10px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 .select-selected { padding:21px 15.9% 22px 10.8%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:11px;}
}

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

}