@charset "utf-8";

/* CSS Document */
.custom-row1 { width:auto; float:left; margin:0 10px 0 0;}
.select-hide { display:none;}
.custom-text1 { float:left; color:#ffffff; letter-spacing:0; line-height:22px; margin:0 0 10px 0; font-size:15px; color:#ffffff;}
.custom-select1 { width:100%; height:37px; float:right; text-align:left; border-bottom:1px solid #2d2926; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative; border-radius:0;}
.custom-select1:hover { border-bottom:1px solid #7e7d7b;}
.custom-select1:hover .select-selected { color:#7e7d7b;}
.custom-select1 select { display:none;}
.custom-select1 .select-selected:after { content:""; width:21px; height:21px; background:url(../images/custom-down-arrow1.svg) no-repeat 100% 100%; transform:translateY(-50%); position:absolute; top:50%; right:0;}
.custom-select1:hover .select-selected:after { background:url(../images/custom-down-arrow1.svg) no-repeat 100% 100%;}
.select-items { background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.select-items .scrollb div { color:#cda251; padding:10px 18px;}
.select-items .scrollb div:hover { color:#ffffff; background:#000000;}
.select-selected { padding:9px 22px 12px 0;}
.select-items .scrollb div, .select-selected { cursor:pointer; font-size:14px; letter-spacing:0;}
.select-items .scrollb div, .select-selected { font-size:15px; color:#2d2926; letter-spacing:0.6px; text-transform:uppercase; font-family: "Montserrat", sans-serif; font-weight: 600;}
.custom-select1 .select-items .scrollb {max-height:204px; max-width: calc(100% - 8px);}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-text1 { display:none;}
.custom-select1 { text-align:center;}
.custom-select1 .select-items .scrollb {height: 160px;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-text1 { display:none;}
.custom-select1 { text-align:center;}
.custom-select1 .select-items .scrollb {height: 160px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-text1 { display:none;}
.custom-select1 { text-align:center;}
.custom-select1 .select-items .scrollb {height: 160px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.select-items .scrollb div, .select-selected { font-size:11px;}
.custom-select1 { height:33px;}
.custom-select1 .select-items .scrollb {height: 160px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.select-items .scrollb div, .select-selected { font-size:11px;}
.custom-select1 { height:33px;}
.custom-select1 .select-items .scrollb {height: 160px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.select-items .scrollb div, .select-selected { font-size:11px;}
.custom-select1 { height:33px;}
.custom-select1 .select-items .scrollb {height: 160px;}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

}