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

.custom-select1 { width:100%; float:left; background:#9d0059; border:1px solid #9d0059; border-radius:27.5px; transition:all 0.25s ease-out 0s; margin:0 0 0 8px; position:relative;}
.custom-select1:first-child { margin-left:0;}
.custom-select1:hover { background:#fb9a06; border-color:#fb9a06;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:180px; /*overflow-y:scroll;*/ background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items .scrollb div { color:#1d1d1b; transition:all 0.25s ease-out 0s; padding:16px 27px 16px 27px;}
.custom-select1 .select-items .scrollb div:hover { color:#ffffff; background:#fb9a06;}
.custom-select1 .select-selected { color:#ffffff; transition:all 0.25s ease-out 0s; padding:16px 27px 16px 27px;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 .select-selected:after { content:""; width:20px; height:20px; background:url(../images/down-circle-white-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:15px;}
.custom-select1 .select-items::-webkit-scrollbar { width:6px; display: none;}
.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:#fb9a06; border-radius:0;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { cursor:pointer; font-size:12px; font-weight:700; letter-spacing:1.2px; line-height:normal; text-transform:uppercase; position:relative; z-index:9;}
.custom-select1 .select-items .scrollb {max-height: 180px; max-width: calc(100% - 8px);}

.custom-about { width:100%; float:left; background:none; border:1px solid rgba(255,255,255,0.5); border-radius:27.5px; transition:all 0.25s ease-out 0s; margin:0 0 0 8px; position:relative;}
.custom-about:first-child { margin-left:0;}
.custom-about:hover { background:#fb9a06; border-color:#fb9a06;}
.custom-about select { display:none;}
.custom-about .select-hide { display:none;}
.custom-about .select-items .scrollb {max-height: 180px; max-width: calc(100% - 8px);}
.custom-about .select-items { max-height:180px; /*overflow-y:auto;*/ background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-about .select-items .scrollb div { color:#1d1d1b; transition:all 0.25s ease-out 0s; padding:16px 27px 16px 27px;}
.custom-about .select-items .scrollb div:hover { color:#ffffff; background:#fb9a06;}
.custom-about .select-selected { color:#ffffff; transition:all 0.25s ease-out 0s; padding:16px 27px 16px 27px;}
.custom-about:hover .select-selected { color:#ffffff;}
.custom-about .select-selected:after { content:""; width:20px; height:20px; background:url(../images/down-circle-white-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:15px;}
.custom-about .select-items::-webkit-scrollbar { width:6px; display: none;}
.custom-about .select-items::-webkit-scrollbar-track { background:#f1f1f1eb; box-shadow:inset 1px 0 5px #dfdfdf; border-radius:0;}
.custom-about .select-items::-webkit-scrollbar-thumb { background:#fb9a06; border-radius:0;}
.custom-about .select-items .scrollb div, .custom-about .select-selected { cursor:pointer; font-size:12px; font-weight:700; letter-spacing:1.2px; line-height:normal; text-transform:uppercase; position:relative; z-index:9;}


.sidbar-col1 .custom-select1 { width:100%; margin:0 0 0;}

.common-filter-box .custom-select1 { width:294px; background:none; border:1px solid rgba(48,48,48,0.5); margin:0 0 0;}
.common-filter-box .custom-select1 .select-items .scrollb div { color:#1d1d1b; padding:15px 35px 15px 27px;}
.common-filter-box .custom-select1 .select-items .scrollb div:hover { color:#ffffff; background:#fb9a06;}
.common-filter-box .custom-select1 .select-selected { color:#303030; padding:15px 35px 15px 27px;}
.common-filter-box .custom-select1 .select-selected:after { background:url(../images/down-black-border-circle-arrow.svg) no-repeat top / 100%;}

.common-filter-box .custom-about { width:294px; background:none; border:1px solid rgba(48,48,48,0.5); margin:0 0 0;}
.common-filter-box .custom-about .select-items .scrollb div { color:#1d1d1b; padding:15px 35px 15px 27px;}
.common-filter-box .custom-about .select-items .scrollb div:hover { color:#ffffff; background:#fb9a06;}
.common-filter-box .custom-about .select-selected { color:#303030; padding:15px 35px 15px 27px;}
.common-filter-box .custom-about .select-selected:after { background:url(../images/down-black-border-circle-arrow.svg) no-repeat top / 100%;}


/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { width:100%; margin:4.2% 0 0;}
.custom-select1:first-child { margin-top:0;}
.custom-select1 .select-items .scrollb div { padding:16px 5% 16px 5%;}
.custom-select1 .select-selected { padding:16px 5% 16px 5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:11px; letter-spacing:1.1px;}

.common-filter-box .custom-select1 { width:100%; margin:0 0 0;}
.common-filter-box .custom-select1 .select-items .scrollb div { padding:15px 5% 15px 5%;}
.common-filter-box .custom-select1 .select-selected { padding:15px 5% 15px 5%;}
.common-filter-box .custom-select1 .select-selected:after { right:5%;}

.custom-about { width:100%; margin:4.2% 0 0;}
.custom-about:first-child { margin-top:0;}
.custom-about .select-items .scrollb div { padding:16px 5% 16px 5%;}
.custom-about .select-selected { padding:16px 5% 16px 5%;}
.custom-about .select-items .scrollb div, .custom-about .select-selected { font-size:11px; letter-spacing:1.1px;}

.common-filter-box .custom-about { width:100%; margin:0 0 0;}
.common-filter-box .custom-about .select-items .scrollb div { padding:15px 5% 15px 5%;}
.common-filter-box .custom-about .select-selected { padding:15px 5% 15px 5%;}
.common-filter-box .custom-about .select-selected:after { right:5%;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { width:100%; margin:4.2% 0 0;}
.custom-select1:first-child { margin-top:0;}
.custom-select1 .select-items .scrollb div { padding:16px 5% 16px 5%;}
.custom-select1 .select-selected { padding:16px 5% 16px 5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:11px; letter-spacing:1.1px;}

.common-filter-box .custom-select1 { width:100%; margin:0 0 0;}
.common-filter-box .custom-select1 .select-items .scrollb div { padding:15px 5% 15px 5%;}
.common-filter-box .custom-select1 .select-selected { padding:15px 5% 15px 5%;}
.common-filter-box .custom-select1 .select-selected:after { right:5%;}

.custom-about { width:100%; margin:4.2% 0 0;}
.custom-about:first-child { margin-top:0;}
.custom-about .select-items .scrollb div { padding:16px 5% 16px 5%;}
.custom-about .select-selected { padding:16px 5% 16px 5%;}
.custom-about .select-items .scrollb div, .custom-about .select-selected { font-size:11px; letter-spacing:1.1px;}

.common-filter-box .custom-about { width:100%; margin:0 0 0;}
.common-filter-box .custom-about .select-items .scrollb div { padding:15px 5% 15px 5%;}
.common-filter-box .custom-about .select-selected { padding:15px 5% 15px 5%;}
.common-filter-box .custom-about .select-selected:after { right:5%;}

}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { width:100%; margin:4.2% 0 0;}
.custom-select1:first-child { margin-top:0;}
.custom-select1 .select-items .scrollb div { padding:16px 5% 16px 5%;}
.custom-select1 .select-selected { padding:16px 5% 16px 5%;}
.custom-select1 .select-selected:after { width:16px; height:16px;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:11px;}

.custom-about { width:100%; margin:4.2% 0 0;}
.custom-about:first-child { margin-top:0;}
.custom-about .select-items .scrollb div { padding:16px 5% 16px 5%;}
.custom-about .select-selected { padding:16px 5% 16px 5%;}
.custom-about .select-selected:after { width:16px; height:16px;}
.custom-about .select-items .scrollb div, .custom-about .select-selected { font-size:11px;}

}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:11px;}

.custom-about .select-items .scrollb div, .custom-about .select-selected { font-size:11px;}

}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:11px;}

.custom-about .select-items .scrollb div, .custom-about .select-selected { font-size:11px;}
}

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

}