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

.custom-select1 { width:300px; float:left; background:none; border:1px solid rgba(0,0,0,0.0); border-radius:30px; transition:all 0.25s ease-out 0s; margin:0 40px 0 0; position:relative;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:200px; /*overflow-y:scroll;*/ background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items .scrollb {max-height: 185px; max-width: 96%; max-width: calc(100% - 8px);}
.custom-select1 .select-items .scrollb div { color:#151515; transition:all 0.25s ease-out 0s; padding:16px 24px 16px 20px;}
.custom-select1 .select-items .scrollb div:hover { color:#ffffff; background:#151515;}
.custom-select1 .select-selected { color:#ffffff; transition:all 0.25s ease-out 0s; padding:19px 24px 19px 20px;}
.custom-select1:hover .select-selected { color:#c54d87;}
.custom-select1 .select-selected:after { content:""; width:12.1px; height:5.9px; background:url(../images/down-white-pink-plain-arrow.svg) no-repeat top center / 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:10px;}
.custom-select1:hover .select-selected:after { background:url(../images/down-white-pink-plain-arrow.svg) no-repeat bottom center / 100%;}
.custom-select1 .select-items::-webkit-scrollbar { width:6px; display: none;}
.custom-select1 .select-items::-webkit-scrollbar-track { background:#151515; box-shadow:inset 1px 0 5px #151515; border-radius:0;}
.custom-select1 .select-items::-webkit-scrollbar-thumb { background:#c54d87; border-radius:25px;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { cursor:pointer; font-size:11px; font-weight:600; letter-spacing:1.5px; text-transform:uppercase;}

.treatdrop-col1 .custom-select1 { width:100%; border:1px solid rgba(255,255,255,0.2); margin:0 0 0;}
.treatdrop-col1 .custom-select1:hover { background:#ffffff; border:1px solid #ffffff;}
.treatdrop-col1 .custom-select1 .select-items .scrollb div { padding:16px 38px 16px 26px;}
.treatdrop-col1 .custom-select1 .select-selected { padding:19px 38px 19px 26px;}
.treatdrop-col1 .custom-select1 .select-selected:after { right:26px;}

.treatdrop-wrapp3 .treatdrop-col1 .custom-select1 .select-selected { color:#151515;}
.treatdrop-wrapp3 .treatdrop-col1 .custom-select1:hover .select-selected { color:#c54d87;}
.treatdrop-wrapp3 .treatdrop-col1 .custom-select1 { border:1px solid rgba(21,21,21,0.2);}
.treatdrop-wrapp3 .treatdrop-col1 .custom-select1:hover { background:#151515; border:1px solid #151515;}
.treatdrop-wrapp3 .treatdrop-col1 .custom-select1 .select-selected:after { background:url(../images/down-black-pink-plain-arrow.svg) no-repeat top center / 100%;}
.treatdrop-wrapp3 .treatdrop-col1 .custom-select1:hover .select-selected:after { background:url(../images/down-white-pink-plain-arrow.svg) no-repeat bottom center / 100%;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { width:100%; border:1px solid rgba(255,255,255,0.2); margin:0 0 0;}
.custom-select1 .select-items .scrollb div { padding:19px 5% 19px 5%;}
.custom-select1 .select-selected { padding:19px 5% 19px 5%;}
.custom-select1 .select-selected:after { width:10.1px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items  .scrollb div, .custom-select1 .select-selected { font-size:9px; letter-spacing:1.1px;}

.treatdrop-col1 .custom-select1 .select-items  .scrollb div { padding:19px 5% 19px 5%;}
.treatdrop-col1 .custom-select1 .select-selected { padding:19px 5% 19px 5%;}
.treatdrop-col1 .custom-select1 .select-selected:after { right:5%;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { width:100%; border:1px solid rgba(255,255,255,0.2); margin:0 0 0;}
.custom-select1 .select-items .scrollb div { padding:19px 5% 19px 5%;}
.custom-select1 .select-selected { padding:19px 5% 19px 5%;}
.custom-select1 .select-selected:after { width:10.1px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:9px; letter-spacing:1.1px;}

.treatdrop-col1 .custom-select1 .select-items .scrollb div { padding:19px 5% 19px 5%;}
.treatdrop-col1 .custom-select1 .select-selected { padding:19px 5% 19px 5%;}
.treatdrop-col1 .custom-select1 .select-selected:after { right:5%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { width:100%; border:1px solid rgba(255,255,255,0.2); margin:0 0 0;}
.custom-select1 .select-items .scrollb div { padding:19px 5% 19px 5%;}
.custom-select1 .select-selected { padding:19px 5% 19px 5%;}
.custom-select1 .select-selected:after { width:10.1px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:9px; letter-spacing:1.1px;}

.treatdrop-col1 .custom-select1 .select-items .scrollb div { padding:19px 5% 19px 5%;}
.treatdrop-col1 .custom-select1 .select-selected { padding:19px 5% 19px 5%;}
.treatdrop-col1 .custom-select1 .select-selected:after { right:5%;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 { width:176px; margin:0 6px 0 0;}
.custom-select1 .select-items .scrollb div { padding:19px 18px 19px 14px;}
.custom-select1 .select-selected { padding:19px 18px 19px 14px;}
.custom-select1 .select-selected:after { width:8.1px; right:6px;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:9px; letter-spacing:1.1px;}

.treatdrop-col1 .custom-select1 .select-items .scrollb div { padding:19px 32px 19px 20px;}
.treatdrop-col1 .custom-select1 .select-selected { padding:19px 32px 19px 20px;}
.treatdrop-col1 .custom-select1 .select-selected:after { right:20px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 { width:198px; margin:0 23px 0 0;}
.custom-select1 .select-items .scrollb div { padding:19px 21px 19px 17px;}
.custom-select1 .select-selected { padding:19px 21px 19px 17px;}
.custom-select1 .select-selected:after { width:10.1px; right:8px;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:10px; letter-spacing:1.3px;}

.treatdrop-col1 .custom-select1 .select-items .scrollb div { padding:19px 35px 19px 23px;}
.treatdrop-col1 .custom-select1 .select-selected { padding:19px 35px 19px 23px;}
.treatdrop-col1 .custom-select1 .select-selected:after { right:23px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.custom-select1 { width:220px;}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
.custom-select1 { width:220px;}
}