@charset "utf-8";

/* CSS Document */
.custom-select1 { width:245px; float:left; background:none; border:1px solid rgba(74,77,86,0.5); border-radius:24px; transition:all 0.25s ease-out 0s; margin:0 10px 0 0; position:relative; z-index:99;}
.custom-select1:hover { background:#4a4d56; border-color:#4a4d56;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:175px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:9;}
.custom-select1 .select-items div { color:#d0a747; transition:all 0.25s ease-out 0s; padding:15px 20px 14px 20px;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#d0a747;}
.custom-select1 .select-selected { color:#4a4d56; transition:all 0.25s ease-out 0s; padding:15px 20px 14px 20px;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 .select-selected:after { content:""; width:7px; height:4px; background:url(../images/down-grey-plain-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:20px;}
.custom-select1:hover .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:11px; font-weight:900; letter-spacing:normal; text-transform:uppercase; font-family: 'ttdrugs-black-font';}

.banner-wrapp .custom-select1 { background:#ffffff; border:1px solid #ffffff; margin:0 0 0;}
.banner-wrapp .custom-select1:hover { background:#4a4d56; border:1px solid rgba(74,77,86,0.5);}

.conten-wrapp .custom-select1 { background:#4a4d56;}
.conten-wrapp .custom-select1:hover { background:#ffffff; border-color:#4a4d56;}
.conten-wrapp .custom-select1 .select-selected { color:#ffffff;}
.conten-wrapp .custom-select1:hover .select-selected { color:#4a4d56;}
.conten-wrapp .custom-select1 .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100%;}
.conten-wrapp .custom-select1:hover .select-selected:after { background:url(../images/down-grey-plain-arrow.svg) no-repeat center / 100% 100%;}


.custom-about { width:245px; float:left; background:none; border:1px solid rgba(74,77,86,0.5); border-radius:24px; transition:all 0.25s ease-out 0s; margin:0 10px 0 0; position:relative; z-index:9;}
.custom-about:hover { background:#4a4d56; border-color:#4a4d56;}
.custom-about select { display:none;}
.custom-about .select-hide { display:none;}
.custom-about .select-items { max-height:132px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:9;}
.custom-about .select-items div { color:#d0a747; transition:all 0.25s ease-out 0s; padding:15px 20px 14px 20px;}
.custom-about .select-items div:hover { color:#ffffff; background:#d0a747;}
.custom-about .select-selected { color:#4a4d56; transition:all 0.25s ease-out 0s; padding:15px 20px 14px 20px;}
.custom-about:hover .select-selected { color:#ffffff;}
.custom-about .select-selected:after { content:""; width:7px; height:4px; background:url(../images/down-grey-plain-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:20px;}
.custom-about:hover .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%;}
.custom-about .select-items div, .custom-about .select-selected { cursor:pointer; font-size:11px; font-weight:900; letter-spacing:normal; text-transform:uppercase; font-family: 'ttdrugs-black-font';}

.conten-wrapp .custom-about { background:#4a4d56;}
.conten-wrapp .custom-about:hover { background:#ffffff; border-color:#4a4d56;}
.conten-wrapp .custom-about .select-selected { color:#ffffff;}
.conten-wrapp .custom-about:hover .select-selected { color:#4a4d56;}
.conten-wrapp .custom-about .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100%;}
.conten-wrapp .custom-about:hover .select-selected:after { background:url(../images/down-grey-plain-arrow.svg) no-repeat center / 100% 100%;}


.custom-select1.custom-selecting-four .select-items { max-height: inherit; overflow: visible;}
.conten-wrapp .custom-col1.custom-selecting-four .select-items { max-height: inherit; overflow: visible;}


/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { width:100%; margin:0 0 4.2%;}
.custom-select1 .select-items div { padding:15px 2% 14px 2%;}
.custom-select1 .select-selected { padding:15px 7% 14px 7%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:10px;}


.custom-about { width:100%; margin:0 0 4.2%;}
.custom-about .select-items div { padding:15px 5% 14px 5%;}
.custom-about .select-selected { padding:15px 5% 14px 5%;}
.custom-about .select-items div, .custom-about .select-selected { font-size:10px;}

} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { width:100%; margin:0 0 4.2%;}
.custom-select1 .select-items div { padding:15px 2% 14px 2%;}
.custom-select1 .select-selected { padding:15px 2% 14px 2%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:10px;}


.custom-about { width:100%; margin:0 0 4.2%;}
.custom-about .select-items div { padding:15px 5% 14px 5%;}
.custom-about .select-selected { padding:15px 5% 14px 5%;}
.custom-about .select-items div, .custom-about .select-selected { font-size:10px;}

}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { width:100%; margin:0 0 4.2%;}
.custom-select1 .select-items div { padding:15px 2% 14px 2%;}
.custom-select1 .select-selected { padding:15px 2% 14px 2%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:10px;}


.custom-about { width:100%; margin:0 0 4.2%;}
.custom-about .select-items div { padding:15px 5% 14px 5%;}
.custom-about .select-selected { padding:15px 5% 14px 5%;}
.custom-about .select-items div, .custom-about .select-selected { font-size:10px;}

}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 { width:182px; margin:0 6px 0 0;}
.custom-select1 .select-items div { padding:15px 20px 14px 20px;}
.custom-select1 .select-selected { padding:15px 20px 14px 20px;}
.custom-select1 .select-selected:after { position:absolute; right:14px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:9px;}
.custom-select1 .select-items { max-height:100px;}


.custom-about { width:165px; margin:0 6px 0 0;}
.custom-about .select-items div { padding:15px 20px 14px 20px;}
.custom-about .select-selected { padding:15px 20px 14px 20px;}
.custom-about .select-selected:after { position:absolute; right:14px;}
.custom-about .select-items div, .custom-about .select-selected { font-size:9px;}
.custom-about .select-items { max-height:100px;}

}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 { width:185px; margin:0 6px 0 0;}
.custom-select1 .select-items div { padding:15px 23px 14px 23px;}
.custom-select1 .select-selected { padding:15px 23px 14px 23px;}
.custom-select1 .select-selected:after { position:absolute; right:17px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:10px;}
.custom-select1 .select-items { max-height:100px;}


.custom-about { width:185px; margin:0 6px 0 0;}
.custom-about .select-items div { padding:15px 23px 14px 23px;}
.custom-about .select-selected { padding:15px 23px 14px 23px;}
.custom-about .select-selected:after { position:absolute; right:17px;}
.custom-about .select-items div, .custom-about .select-selected { font-size:10px;}
.custom-about .select-items { max-height:100px;}

}

@media screen and (min-width:1025px) and (max-width:1240px) {
.custom-select1 { width:205px;}

.custom-about { width:205px;}

}