@charset "utf-8";
/* CSS Document */

.custom-select1 { width:210px; float:left; text-align:left; background:none; border:1px solid rgba(170,143,83,0.4); border-radius:34px; transition:all 0.25s ease-out 0s; margin:0 11px 0 0; position:relative;}
.custom-select1:hover { background:#aa8f51; border-color:#aa8f51;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:132px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items div { font-size:14px; color:#000000; transition:all 0.25s ease-out 0s; padding:12px 11px 12px 18px;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#000000;}
.custom-select1 .select-selected { font-size:16px; color:#ffffff; transition:all 0.25s ease-out 0s; padding:12px 27px 12px 27px;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 .select-selected:after { content:""; width:8px; height:5.5px; background:url(../images/down-brown-white-plain-arrow.svg) no-repeat top / 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:21px;}
.custom-select1:hover .select-selected:after { background:url(../images/down-brown-white-plain-arrow.svg) no-repeat bottom center / 100%;}
.custom-select1 .select-items::-webkit-scrollbar { width:6px;}
.custom-select1 .select-items::-webkit-scrollbar-track { background:#f1f1f1eb; box-shadow:inset 1px 0 5px #dfdfdf; border-radius:0;}
.custom-select1 .select-items::-webkit-scrollbar-thumb { background:#aa8f51; border-radius:0;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-weight:400; letter-spacing:normal; line-height:normal;}

.banner-col2 .custom-select1 { width:250px;}

.flinker-col3 .custom-select1 { width:210px; float:none; display:inline-block; margin:0 4px 0; position:relative;}
.flinker-col3 .custom-select1 .select-items { top:inherit; bottom:102%;}

.inner-wrapp .custom-select1 .select-selected { color:#000000;}
.inner-wrapp .custom-select1:hover .select-selected { color:#ffffff;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { width:100%; text-align:center; margin:0 0 0;}
.custom-select1 .select-items div { font-size:13px; padding:12px 5% 12px 5%;}
.custom-select1 .select-selected { font-size:13px; padding:12px 5% 12px 5%;}
.custom-select1 .select-selected:after { width:8px; margin:0 0 0; position:absolute; right:5%;}

.banner-col2 .custom-select1 { width:100%; margin:0 0 0;}

.flinker-col3 .custom-select1 { width:100%; margin:0 0 0;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { width:100%; text-align:center; margin:0 0 0;}
.custom-select1 .select-items div { font-size:13px; padding:12px 5% 12px 5%;}
.custom-select1 .select-selected { font-size:13px; padding:12px 5% 12px 5%;}
.custom-select1 .select-selected:after { width:8px; margin:0 0 0; position:absolute; right:5%;}

.banner-col2 .custom-select1 { width:100%; margin:0 0 0;}

.flinker-col3 .custom-select1 { width:100%; margin:0 0 0;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { width:100%; text-align:center; margin:0 0 0;}
.custom-select1 .select-items div { font-size:13px; padding:12px 5% 12px 5%;}
.custom-select1 .select-selected { font-size:13px; padding:12px 5% 12px 5%;}
.custom-select1 .select-selected:after { width:8px; margin:0 0 0; position:absolute; right:5%;}

.banner-col2 .custom-select1 { width:100%; margin:0 0 0;}

.flinker-col3 .custom-select1 { width:100%; margin:0 0 0;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 { width:152px; margin:0 7px 0 0;}
.custom-select1 .select-selected { font-size:13px; padding:12px 19px 12px 19px;}
.custom-select1 .select-selected:after { right:13px;}

.banner-col2 .custom-select1 { width:192px;}

.flinker-col3 .custom-select1 { width:152px; margin:0 2px 0;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 { width:175px; margin:0 9px 0 0;}
.custom-select1 .select-selected { font-size:14px; padding:12px 23px 12px 23px;}
.custom-select1 .select-selected:after { right:17px;}

.banner-col2 .custom-select1 { width:215px;}

.flinker-col3 .custom-select1 { width:175px; margin:0 3px 0;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.custom-select1 { width:198px;}
.custom-select1 .select-selected { font-size:15px;}

.banner-col2 .custom-select1 { width:215px;}

.flinker-col3 .custom-select1 { width:198px; margin:0 3px 0;}
}