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

.custom-select1 { background:#5b2b6b; border:1px solid #5b2b6b; border-radius:100px; transition:all 0.25s ease-out 0s; position:relative; z-index:99;}
.custom-select1:hover { background:none; border:1px solid #5b2b6b;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:171px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items div { color:#5b2b6b; transition:all 0.25s ease-out 0s; padding:17px 30px 17px 30px;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#ef346c;}
.custom-select1 .select-selected { color:#ffffff; transition:all 0.25s ease-out 0s; padding:17px 40px 17px 30px;}
.custom-select1:hover .select-selected { color:#5b2b6b;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:16px; font-weight:400; letter-spacing:normal; line-height:normal;}

.sidbar-col2 .custom-select1 { background:none; border:none; border-bottom:1px solid #000; border-top:1px solid #000; border-radius:0;}
.sidbar-col2 .custom-select1:hover { background:none; border:none; border-bottom:1px solid #ef346c; border-top:1px solid #ef346c;}
.sidbar-col2 .custom-select1 .select-selected { color:#403d39; padding:17px 0 17px 0;}
.sidbar-col2 .custom-select1:hover .select-selected { color:#ef346c;}
.sidbar-col2 .custom-select1 .select-items div, .sidbar-col2 .custom-select1 .select-selected { font-size:27px; font-weight:400; letter-spacing:0.54px; line-height:normal; font-family: "DM Serif Text", serif;}

.custom-col1 .custom-select1 { background:none; border:none; border-bottom:1px solid #000; border-top:1px solid #000; border-radius:0;}
.custom-col1 .custom-select1:hover { background:none; border:none; border-bottom:1px solid #ef346c; border-top:1px solid #ef346c;}
.custom-col1 .custom-select1 .select-selected { color:#403d39; padding:17px 0 17px 0;}
.custom-col1 .custom-select1:hover .select-selected { color:#ef346c;}
.custom-col1 .custom-select1 .select-items div, .custom-col1 .custom-select1 .select-selected { font-size:27px; font-weight:400; letter-spacing:0.54px; line-height:normal; font-family: "DM Serif Text", serif;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 .select-items div { padding:17px 5% 17px 5%;}
.custom-select1 .select-selected { padding:17px 5% 17px 5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:14px; line-height:normal;}

.sidbar-col2 .custom-select1 .select-items div, .sidbar-col2 .custom-select1 .select-selected { font-size:18px;}

.custom-col1 .custom-select1 .select-items div, .custom-col1 .custom-select1 .select-selected { font-size:18px;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 .select-items div { padding:17px 5% 17px 5%;}
.custom-select1 .select-selected { padding:17px 5% 17px 5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:14px; line-height:normal;}

.custom-col1 .custom-select1 .select-items div, .custom-col1 .custom-select1 .select-selected { font-size:18px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 .select-items div { padding:17px 5% 17px 5%;}
.custom-select1 .select-selected { padding:17px 5% 17px 5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:14px; line-height:normal;}

.custom-col1 .custom-select1 .select-items div, .custom-col1 .custom-select1 .select-selected { font-size:18px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 .select-items div { padding:17px 24px 17px 24px;}
.custom-select1 .select-selected { padding:17px 34px 17px 24px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:14px; line-height:normal;}

.sidbar-col2 .custom-select1 .select-items div, .sidbar-col2 .custom-select1 .select-selected { font-size:20px;}

.custom-col1 .custom-select1 .select-items div, .custom-col1 .custom-select1 .select-selected { font-size:20px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 .select-items div { padding:17px 27px 17px 27px;}
.custom-select1 .select-selected { padding:17px 37px 17px 27px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:14px; line-height:normal;}

.sidbar-col2 .custom-select1 .select-items div, .sidbar-col2 .custom-select1 .select-selected { font-size:20px;}

.custom-col1 .custom-select1 .select-items div, .custom-col1 .custom-select1 .select-selected { font-size:20px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.sidbar-col2 .custom-select1 .select-items div, .sidbar-col2 .custom-select1 .select-selected { font-size:24px;}

.custom-col1 .custom-select1 .select-items div, .custom-col1 .custom-select1 .select-selected { font-size:20px;}
}