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

.custom-select1 { background:none; border-left:1px solid #dedae8; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative;}
.custom-select1:nth-child(2n) { float:right;}
.custom-select1:hover { background:#ffffff; border-color:#ffffff;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:116px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items div { color:#232015; transition:all 0.25s ease-out 0s; padding:18px 36px 18px 24px;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#91845a;}
.custom-select1 .select-selected { color:#232015; transition:all 0.25s ease-out 0s; padding:18px 36px 18px 24px;}
.custom-select1:hover .select-selected { color:#91845a;}
.custom-select1 .select-selected:after { content:""; width:9px; height:7px; background:url(../images/down-colossus-dark-grey-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:26px;}
.custom-select1:hover .select-selected:after { background:url(../images/down-colossus-dark-grey-plain-arrow.svg) no-repeat bottom / 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:#a33493; border-radius:0;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:13px; font-weight:600; letter-spacing:2.6px; line-height:1.6; font-family: "Poppins", sans-serif;}

.impoer-col1 .custom-select1 { width:49.2%; float:left; text-align:center; background:#f5f5f5; border:1px solid #f5f5f5; margin:0 0 0;}
.impoer-col1 .custom-select1:nth-child(2n) { float:right;}
.impoer-col1 .custom-select1 .select-items { /*max-height:108px;*/ max-height: 224px; }
.impoer-col1 .custom-select1 .select-selected:after { background:url(../images/down-colossus-dark-grey-plain-arrow.svg) no-repeat top / 100%; right:22px;}
.impoer-col1 .custom-select1:hover .select-selected:after { background:url(../images/down-colossus-dark-grey-plain-arrow.svg) no-repeat bottom / 100%;}
.impoer-col1 .custom-select1 .select-items div, .impoer-col1 .custom-select1 .select-selected { font-size:13px; font-weight:600; letter-spacing:2.6px; line-height:1.54; text-transform:uppercase;}

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

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

}

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

}

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

}

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

}

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

}