@charset "utf-8";

/* CSS Document */
.select-hide { display:none;}
.custom-select1 { width:100%; height:45px; float:right; text-align:center; background-color:transparent; border:1px solid #ed2324; border-radius:8px; transition:all 0.25s ease-out 0s; margin:2px 0 0; position:relative;}
.custom-select1:hover { background:#ed2324;}
.custom-select1 select { display:none;}
.custom-select1:after { content:""; width:18px; height:18px; background:url(../images/canver-arrow1.svg) no-repeat; transform:translateY(-50%); position:absolute; top:50%; right:6%;}
.custom-select1:hover:after { background:url(../images/canver-arrow11.svg) no-repeat;}
.select-items { background:#878786; position:absolute; top:100%; left:0; right:0; z-index:99;}
.select-items div { color:#ffffff; padding:8px 16px;}
.select-items div:hover { background:#ed2324;}
.select-selected { color:#ed2324;}
.select-selected:hover { color:#ffffff;}
.select-items div, .select-selected { font-size:12px; font-weight:500; letter-spacing:3.2px; text-transform:uppercase; cursor:pointer; padding:14px 5% 13px 5%; font-family: 'futur-bold-font';}

.inner-wrapp .custom-select1 { width:334px; text-align:left; margin:0 0 0 14px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.inner-wrapp .custom-select1 { width:100%; margin:0;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.inner-wrapp .custom-select1 { width:100%; margin:0;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.inner-wrapp .custom-select1 { width:100%; margin:0;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.select-items div, .select-selected { font-size:10px; letter-spacing:2.2px; padding:15px 5% 15px 5%;}
.inner-wrapp .custom-select1 { width:68%; margin:0;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.select-items div, .select-selected { font-size:11px; letter-spacing:2.7px; padding:14px 5% 14px 5%;}
.inner-wrapp .custom-select1 { width:72%; margin:0;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.inner-wrapp .custom-select1 { width:76%;}
}