@charset "utf-8";
/* CSS Document */

.custom-select1 { width:278px; float:right; text-align:left; background:#ffffff; border:1px solid rgba(0,0,0,0.1); border-radius:50px; transition:all 0.25s ease-out 0s; margin:0 10px 0 0; position:relative; z-index:9;}
.custom-select1:hover { background:#070101; border-color:#070101;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:160px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:9;}
.custom-select1 .select-items div { color:#070101; transition:all 0.25s ease-out 0s; padding:11px 30px 11px 30px;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#070101;}
.custom-select1 .select-selected { color:#070101; transition:all 0.25s ease-out 0s; padding:21px 30px 21px 30px;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 .select-selected:after { content:""; width:12px; height:7px; background:url(../images/down-black-plain-arrow.svg) no-repeat center / 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:28.3px;}
.custom-select1:hover .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:13px; font-weight:500; letter-spacing:1.69px; text-transform:uppercase;}

.filter-col1 .custom-select1 { background:#070101; border:1px solid #070101;}
.filter-col1 .custom-select1:hover { background:none; border-color:rgba(0,0,0,0.1);}
.filter-col1 .custom-select1 .select-selected { color:#ffffff;}
.filter-col1 .custom-select1:hover .select-selected { color:#070101;}
.filter-col1 .custom-select1 .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100%;}
.filter-col1 .custom-select1:hover .select-selected:after { background:url(../images/down-black-plain-arrow.svg) no-repeat center / 100%;}

.location-col1 .custom-select1 { background:#070101; border:1px solid #070101;}
.location-col1 .custom-select1:hover { background:none; border-color:rgba(0,0,0,0.1);}
.location-col1 .custom-select1 .select-selected { color:#ffffff;}
.location-col1 .custom-select1:hover .select-selected { color:#070101;}
.location-col1 .custom-select1 .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100%;}
.location-col1 .custom-select1:hover .select-selected:after { background:url(../images/down-black-plain-arrow.svg) no-repeat 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: 25px;}
.custom-select1 .select-items::-webkit-scrollbar-thumb { background: #070101; border-radius: 25px;}

.header-wrapp .header-col2 .header-row2 .custom-select1 .select-items {max-height: 170px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { width:100%; text-align:center; margin:4.2% 0 0; z-index:inherit;}
.custom-select1 .select-items div { padding:11px 5% 11px 5%;}
.custom-select1 .select-selected { padding:21px 5% 21px 5%;}
.custom-select1 .select-selected:after { width:10px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:10px; letter-spacing:1.09px;}
.custom-select1 .select-items {max-height: 156px;}
.header-wrapp .header-col2 .header-row2 .custom-select1 .select-items {max-height: 154px;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { width:48%; text-align:center; margin:4.2% 0 0; z-index:inherit;}
.custom-select1:nth-child(2n) { float:right;}
.custom-select1 .select-items div { padding:11px 5% 11px 5%;}
.custom-select1 .select-selected { padding:21px 5% 21px 5%;}
.custom-select1 .select-selected:after { width:10px; margin:0 0 0; position:absolute; right:10%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:10px; letter-spacing:1.09px;}
.header-mob2 .custom-select1 { width:100%; margin:4.2% 0 0;}
.header-mob2 .custom-select1 .select-selected:after { width:10px; margin:0 0 0; position:absolute; right:5%;}
.fheader-col2 .custom-select1 { width:100%; margin:4.2% 0 0;}
.fheader-col2 .custom-select1 .select-selected:after { width:10px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items {max-height: 156px;}
.header-wrapp .header-col2 .header-row2 .custom-select1 .select-items {max-height: 154px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { width:48%; text-align:center; margin:4.2% 0 0; z-index:inherit;}
.custom-select1:nth-child(2n) { float:right;}
.custom-select1 .select-items div { padding:11px 5% 11px 5%;}
.custom-select1 .select-selected { padding:21px 5% 21px 5%;}
.custom-select1 .select-selected:after { width:10px; margin:0 0 0; position:absolute; right:10%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:10px; letter-spacing:1.09px;}
.header-mob2 .custom-select1 { width:100%; margin:4.2% 0 0;}
.header-mob2 .custom-select1 .select-selected:after { width:10px; margin:0 0 0; position:absolute; right:5%;}
.fheader-col2 .custom-select1 { width:100%; margin:4.2% 0 0;}
.fheader-col2 .custom-select1 .select-selected:after { width:10px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items {max-height: 156px;}
.header-wrapp .header-col2 .header-row2 .custom-select1 .select-items {max-height: 154px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 { width:208px;}
.custom-select1 .select-items div { padding:11px 15px 11px 15px;}
.custom-select1 .select-selected { padding:21px 15px 21px 15px;}
.custom-select1 .select-selected:after { width:8px; right:22.3px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:10px; letter-spacing:1.09px;}
.custom-select1 .select-items {max-height: 156px;}
.header-wrapp .header-col2 .header-row2 .custom-select1 .select-items div {padding: 11px 10px 11px 10px;}
.header-wrapp .header-col2 .header-row2 .custom-select1 .select-items {max-height: 154px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 { width:243px;}
.custom-select1 .select-items div { padding:11px 27px 11px 27px;}
.custom-select1 .select-selected { padding:21px 27px 21px 27px;}
.custom-select1 .select-selected:after { width:10px; right:25.3px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:11px; letter-spacing:1.39px;}
.custom-select1 .select-items {max-height: 162px;}
.header-wrapp .header-col2 .header-row2 .custom-select1 .select-items {max-height: 160px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:11px;}
.custom-select1 .select-items {max-height: 170px;}
.header-wrapp .header-col2 .header-row2 .custom-select1 .select-items {max-height: 160px;}
}