@charset "utf-8";

/* CSS Document */
.select-hide { display:none;}
.custom-text1 { float:left; font-size:15px; color:#ffffff; letter-spacing:0.4px; line-height:25px; margin:7px 22px 0 0;}
.custom-select1 { width:100%; height:53px; float:left; text-align:left; background:#a18970; border:1px solid #a18970; transition:all 0.25s ease-out 0s; margin:0 0 0; border-radius:30px; position:relative; z-index:99;}
.custom-select1:hover { background:#717172;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 select { display:none;}
.custom-select1:after { content:""; width:9px; height:6px; background:url(../images/custom-arrow1.svg) no-repeat center / cover; transform:translateY(-50%); position:absolute; top:50%; right:7.1%;}
.select-items { background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.select-items div { color:#404041; padding:10px 16px;}
.select-items div:hover { color:#ffffff; background:#717172;}
.select-selected { color:#ffffff; padding:17px 27px 18px;}
.select-items div, .select-selected { font-size:14px; font-weight:700; letter-spacing:0.3px; cursor:pointer;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-text1 { display:none;}
.custom-select1 { width:100%; text-align:center;}
.custom-select1:after { right:5%;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-text1 { display:none;}
.custom-select1 { width:100%; text-align:center;}
.custom-select1:after { right:5%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-text1 { display:none;}
.custom-select1 { width:100%; text-align:center;}
.custom-select1:after { right:5%;}
}

@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) {

}