@charset "utf-8";

/* CSS Document */
.custom-select1 { text-align:left; background:#8d357c; border:1px solid #8d357c; border-radius:0; margin:0 55px 0 0; transition:all 0.25s ease-out 0s; position:relative;}
.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:240px; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items .scrollb { max-height:240px; max-width: 96%; max-width: calc(100% - 8px); }
.custom-select1 .select-items .scrollb div { color:#640d55; transition:all 0.25s ease-out 0s; padding:18px 24px 18px 24px;}
.custom-select1 .select-items .scrollb div:hover { color:#ffffff; background:#640d55;}
.custom-select1 .select-selected { color:#ffffff; transition:all 0.25s ease-out 0s; padding:18px 24px 18px 24px;}
.custom-select1:hover .select-selected { color:#8d357c;}
.custom-select1 .select-selected:after { content:""; width:16.7px; height:17.7px; background:url(../images/down-white-circle-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:-35.8px;}
.custom-select1 .select-selected:before { content:""; width:55px; height:103%; background:rgba(100,13,85,0.94); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:-1px; right:-56px;}
.custom-select1:hover .select-selected:after { background:url(../images/down-purple-circle-arrow.svg) no-repeat center / 100% 100%;}
.custom-select1:hover .select-selected:before { background:rgba(255,255,255,0.94);}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { cursor:pointer; font-size:14px; font-weight:500; letter-spacing:0.7px; text-transform:uppercase;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { width:100%; text-align:center; margin:0 0 0;}
.custom-select1 .select-items .scrollb div { padding:18px 5% 18px 5%;}
.custom-select1 .select-selected { color:#ffffff; padding:18px 5% 18px 5%;}
.custom-select1 .select-selected:after { width:16.7px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:12px;}
.custom-select1 .select-items {height: 220px;}
.custom-select1 .select-items .scrollb {height: 220px;}
} 

@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 .scrollb div { padding:18px 5% 18px 5%;}
.custom-select1 .select-selected { color:#ffffff; padding:18px 5% 18px 5%;}
.custom-select1 .select-selected:after { width:16.7px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:12px;}
.custom-select1 .select-items {height: 220px;}
.custom-select1 .select-items .scrollb {height: 220px;}
}

@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 .scrollb div { padding:18px 5% 18px 5%;}
.custom-select1 .select-selected { color:#ffffff; padding:18px 5% 18px 5%;}
.custom-select1 .select-selected:after { width:16.7px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:12px;}
.custom-select1 .select-items {height: 220px;}
.custom-select1 .select-items .scrollb {height: 220px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 .select-items .scrollb div { padding:18px 18px 18px 18px;}
.custom-select1 .select-selected { padding:18px 18px 18px 18px;}
.custom-select1 .select-selected:after { width:12.7px; height:12.7px; right:-29.8px;}
.custom-select1 .select-selected:before { width:45px; right:-46px;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:10px;}
.custom-select1 .select-items {height: 200px;}
.custom-select1 .select-items .scrollb {height: 200px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 .select-items .scrollb div { padding:18px 21px 18px 21px;}
.custom-select1 .select-selected { padding:18px 21px 18px 21px;}
.custom-select1 .select-selected:after { width:14.7px; height:14.7px; right:-32.8px;}
.custom-select1 .select-selected:before { width:50px; right:-51px;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:12px;}
.custom-select1 .select-items {height: 210px;}
.custom-select1 .select-items .scrollb {height: 210px;}
}

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

}