@charset "utf-8";

/* CSS Document */
.custom-row1 { width:auto; float:left; margin:0 10px 0 0;}
.select-hide { display:none;}
.custom-text1 { float:left; color:#ffffff; letter-spacing:0; line-height:22px; margin:9px 16px 0 0;}
.custom-select1 { width:288px; height:40px; float:right; text-align:left; background:transparent; border:1px solid #e09e8b; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative;}
.custom-select1:hover { background:#e09e8b; border:1px solid #e09e8b;}
.custom-select1:hover .select-selected { color:#ffffff; font-size: 11px;}
.custom-select1 select { display:none;}
.custom-select1:after { content:""; width:13px; height:7px; background:url(../images/custom-down-arrow1.svg) no-repeat 100% 100%; transform:translateY(-50%); position:absolute; top:50%; right:6%;}
.custom-select1:hover:after { background:url(../images/custom-down-arrow2.svg) no-repeat 100% 100%;}
.select-items { max-height: 132px; overflow-y: scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.select-items div { color:#e09e8b; padding:10px 18px;}
.select-items div:hover { color:#ffffff; background:#e09e8b;}
.select-selected { padding:12px 6% 12px 6%; position: relative; z-index: 9;}
.select-items div, .select-selected { cursor:pointer; font-size:14px; letter-spacing:0;}
.custom-text1, .select-items div, .select-selected { font-size:12px; color:#e09e8b; letter-spacing:1.6px; text-transform:uppercase; font-family: 'Montserrat', sans-serif; font-weight: 700;}
.custom-select1 .select-selected { font-size: 11px;}


/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-text1 { width:100%; display:none; margin:0 0 0;}
.custom-select1 { width:100%; height:39px; text-align:center; margin:0 0 0; position:relative; z-index:999;}
.custom-select1:after { right:5%;}
.select-selected { padding:11px 5% 12px 5%;}
.custom-text1, .select-items div, .select-selected { font-size:11px; letter-spacing:1.2px;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-text1 { width:100%; display:none; margin:0 0 0;}
.custom-select1 { width:100%; height:39px; text-align:center; margin:0 0 0; position:relative; z-index:999;}
.custom-select1:after { right:5%;}
.select-selected { padding:11px 5% 12px 5%;}
.custom-text1, .select-items div, .select-selected { font-size:11px; letter-spacing:1.2px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-text1 { width:100%; display:none; margin:0 0 0;}
.custom-select1 { width:100%; height:39px; text-align:center; margin:0 0 0; position:relative; z-index:999;}
.custom-select1:after { right:5%;}
.select-selected { padding:11px 5% 12px 5%;}
.custom-text1, .select-items div, .select-selected { font-size:11px; letter-spacing:1.2px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-text1 { margin:9px 10px 0 0;}
.custom-select1 { width:155px; height:38px;}
.custom-text1, .select-items div, .select-selected { font-size:10px; letter-spacing:0.6px;}
.custom-select1 .select-selected { font-size: 9px; }
.custom-select1:hover .select-selected { font-size: 9px; padding: 12px 6% 12px 3%;}
.select-items { max-height: 184px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-text1 { margin:9px 13px 0 0;}
.custom-select1 { width:189px; height:39px;}
.custom-text1, .select-items div, .select-selected { font-size:11px; letter-spacing:1.1px;}
.select-items { max-height: 164px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.custom-select1 { width:222px;}
.select-items { max-height: 145px;}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.mac-os .custom-text1 { margin:12px 16px 0 0;}
.mac-os .select-selected { padding-top:14px; padding-bottom:12px;}
}

@media screen and (min-width:1025px) {
.select-items div { padding: 10px 14px; letter-spacing: 1px; font-size: 10px;}
}