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

.custom-select1 { background:none; border:1px solid rgba(82,82,82,0.5); border-radius:10px; transition:all 0.25s ease-out 0s; position:relative;}
.custom-select1:hover { background:rgba(82,82,82,0.88); border-color:rgba(82,82,82,0.88);}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:210px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items div { color:#740256; transition:all 0.25s ease-out 0s; padding:17px 22px 17px 22px;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#740256;}
.custom-select1 .select-selected { color:rgba(82,82,82,0.88); transition:all 0.25s ease-out 0s; padding:17px 22px 17px 22px;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 .select-selected:after { content:""; width:14px; height:14px; background:url(../images/down-grey-white-circle-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:22px;}
.custom-select1:hover .select-selected:after { background:url(../images/down-grey-white-circle-arrow.svg) no-repeat bottom center / 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:25px;}
.custom-select1 .select-items::-webkit-scrollbar-thumb { background:#740256; border-radius:25px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:13px; font-weight:600; letter-spacing:normal; text-transform:uppercase;}

.inner-col2 .custom-select1 { width:322px; float:right; border:1px solid rgba(255,255,255,0.5);}
.inner-col2 .custom-select1:hover { background:#ffffff; border-color:#ffffff;}
.inner-col2 .custom-select1:hover .select-selected { color:#525252;}
.inner-col2 .custom-select1 .select-selected { color:#ffffff;}
.inner-col2 .custom-select1 .select-selected:after { background:url(../images/down-white-circle-arrow.svg) no-repeat top center / 100%;}
.inner-col2 .custom-select1:hover .select-selected:after { background:url(../images/down-white-circle-arrow.svg) no-repeat bottom center / 100%;}

.sidbar-col2 .custom-select1 { border:1px solid rgba(255,255,255,0.5);}
.sidbar-col2 .custom-select1:hover { background:#ffffff; border-color:#ffffff;}
.sidbar-col2 .custom-select1:hover .select-selected { color:#525252;}
.sidbar-col2 .custom-select1 .select-selected { color:#ffffff;}
.sidbar-col2 .custom-select1 .select-selected:after { background:url(../images/down-white-circle-arrow.svg) no-repeat top center / 100%;}
.sidbar-col2 .custom-select1:hover .select-selected:after { background:url(../images/down-white-circle-arrow.svg) no-repeat bottom center / 100%;}

.categories-col1 .custom-select1 { background:#740256; border:1px solid #740256;}
.categories-col1 .custom-select1:hover { background:#ffffff; border-color:#525252;}
.categories-col1 .custom-select1:hover .select-selected { color:#525252;}
.categories-col1 .custom-select1 .select-selected { color:#ffffff;}
.categories-col1 .custom-select1 .select-selected:after { background:url(../images/down-white-circle-arrow.svg) no-repeat top center / 100%;}
.categories-col1 .custom-select1:hover .select-selected:after { background:url(../images/down-white-circle-arrow.svg) no-repeat bottom center / 100%;}

/*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-selected:after { width:12px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:11px;}

} 

@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-selected:after { width:12px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:11px;}
}

@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-selected:after { width:12px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:11px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 .select-items div { padding:17px 14px 17px 14px;}
.custom-select1 .select-selected { padding:17px 14px 17px 14px;}
.custom-select1 .select-selected:after { width:12px; height:12px; right:16px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:11px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 .select-items div { padding:17px 18px 17px 18px;}
.custom-select1 .select-selected { padding:17px 18px 17px 18px;}
.custom-select1 .select-selected:after { width:13px; height:13px; right:19px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:12px;}
}

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

}