@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:center; border-bottom:1px solid #ffffff; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative; z-index:99;}
.custom-select1:hover .select-selected { color:#000000;}
.custom-select1 select { display:none;}
.custom-select1:after { content:""; width:9px; height:6px; background:url(../images/down-arrow.svg) no-repeat center / cover; transform:translateY(-50%); position:absolute; top:62%; 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:#8a7b4d;}
.select-selected { color:#ffffff; padding:17px 27px 18px;}
.select-items div, .select-selected { font-size:18px; letter-spacing:0.4px; cursor:pointer; font-family: 'sofiapro-regular-font';}

/*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) {

}