@charset "utf-8";



/* CSS Document */

.select-hide { display:none;}

.custom-row1 { width:100%; float:left; margin:16px 0 0;}

.custom-select1 { width:75.8%; height:56px; float:left; background:#ffffff; border:1px solid #fff4e5; border-radius:24px; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative;}

.select-items .scrollb {max-height: 156px; max-width: calc(100% - 8px);}

.custom-select1:hover { background:#b2160e; border:1px solid #b2160e;}

.custom-select1:hover .select-selected { color:#ffffff;}

.custom-select1 select { display:none;}

.custom-select1 .select-selected:after { content:""; width:34px; height:34px; background:url(../images/custom2-down-black-arrow-2.svg) no-repeat center / 100%; transform:translateY(-50%); position:absolute; top:50%; right:15px;}

.custom-select1:hover .select-selected:after { background:url(../images/custom2-down-black-arrow.svg) no-repeat center / 100%;}

.select-items { background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99; /*overflow-y: scroll; max-height: 155px;*/}

.select-items .scrollb div { color:#000000; padding:10px 18px;}

.select-items .scrollb div:hover { color:#ffffff; background:#b2160e;}

.select-selected { color:#000000; padding:17px 24px 17px 24px;}

.select-items .scrollb div, .select-selected { cursor:pointer; font-size:15px; font-weight:500; letter-spacing:0;}



.inner-wrapp .custom-select1 { width:100%; text-align:left; background:none; border:1px solid #b2160e;}

.inner-wrapp .custom-select1:hover { background:#ffffff; border:1px solid #ffffff;}

.inner-wrapp .custom-select1:hover .select-selected { color:#b2160e;}

.inner-wrapp .select-selected { color:#fff;}




/*Smartphone css*/

@media screen and (max-width: 480px) {

.custom-row1 { width:100%; display:none; margin:0 0 0;}

.custom-select1 { width:100%; height:46px; text-align:center; margin:0 0 0; position:relative; z-index:999;}

.custom-select1:after { width:30px; height:30px; right:3%;}

.select-selected { padding:14px 5% 14px 5%;}

.select-items .scrollb div, .select-selected { font-size:13px;}

} 



@media screen and (min-width:481px) and (max-width:600px) {

.custom-row1 { width:100%; display:none; margin:0 0 0;}

.custom-select1 { width:100%; height:46px; text-align:center; margin:0 0 0; position:relative; z-index:999;}

.custom-select1:after { width:30px; height:30px; right:3%;}

.select-selected { padding:14px 5% 14px 5%;}

.select-items .scrollb div, .select-selected { font-size:13px;}

}



@media screen and (min-width:601px) and (max-width:767px) {

.custom-row1 { width:100%; display:none; margin:0 0 0;}

.custom-select1 { width:100%; height:46px; text-align:center; margin:0 0 0; position:relative; z-index:999;}

.custom-select1:after { width:30px; height:30px; right:3%;}

.select-selected { padding:14px 5% 14px 5%;}

.select-items .scrollb div, .select-selected { font-size:13px;}

}



@media screen and (min-width:768px) and (max-width:900px) {

.custom-row1 { width:100%; margin:8px 0 0;}

.custom-select1 { height:53px;}

.select-items .scrollb div, .select-selected { font-size:13px;}

}



@media screen and (min-width:901px) and (max-width:1024px) {

.custom-row1 { width:100%; margin:12px 0 0;}

.custom-select1 { height:54px;}

.select-items .scrollb div, .select-selected { font-size:14px;}

}



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



}