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

.custom-select1 { width:244px; float:left; background:none; border:1px solid rgba(0,0,0,0.2); border-radius:5px; transition:all 0.25s ease-out 0s; position:relative;}
.custom-select1:hover { background:#7c7362; border-color:#7c7362;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:156px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items .scrollb div { color:#7c7362; transition:all 0.25s ease-out 0s; padding:11px 12px 10px 16px;}
.custom-select1 .select-items .scrollb div:hover { color:#ffffff; background:#7c7362;}
.custom-select1 .select-selected { color:#7c7362; transition:all 0.25s ease-out 0s; padding:11px 12px 10px 16px;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 .select-selected:after { content:""; width:14px; height:14px; background:url(../images/down-grey-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:12px;}
.custom-select1:hover .select-selected:after { background:url(../images/down-grey-circle-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:#f1f1f1eb; box-shadow:inset 1px 0 5px #dfdfdf; border-radius:25px;}
.custom-select1 .select-items::-webkit-scrollbar-thumb { background:#7c7362; border-radius:25px;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { cursor:pointer; font-size:12px; font-weight:700; letter-spacing:1.2px; text-transform:uppercase;}

.custom-select1 .select-items .scrollb {max-height: 156px; max-width: 96%; max-width: calc(100% - 8px);}

.sidbar-wrapp .sidbar-col2 .custom-select1 { width:100%; color:#ffffff!important; background:none!important; border-color:#ffffff!important;}
.sidbar-wrapp .sidbar-col2 .custom-select1 .select-selected { color:#ffffff!important; background:none!important; border-color:#ffffff!important;}
.sidbar-wrapp .sidbar-col2 .custom-select1:hover .select-selected { color:#ffffff; background:#7c7362; border-color:#7c7362!important;}
.sidbar-wrapp .sidbar-col2 .custom-select1 .select-selected:after { background:url(../images/down-white-circle-arrow.svg) no-repeat top center / 100%;}
.sidbar-wrapp .sidbar-col2 .custom-select1:hover .select-selected:after { background:url("../images/down-grey-circle-arrow.svg") no-repeat top center / 100%;}

.conten-wrapp .custom-select1 { color:#ffffff; background:#9c8f75; border:1px solid #9c8f75;}
.conten-wrapp .custom-select1:hover { color:#9c8f75; background:none; border:1px solid #9c8f75;}
.conten-wrapp .custom-select1 .select-selected { color:#ffffff; background:#9c8f75;}
.conten-wrapp .custom-select1 .select-selected:hover { color:#9c8f75; background:none;}
.conten-wrapp .custom-select1 .select-selected:after { background:url(../images/down-white-circle-arrow.svg) no-repeat top center / 100%;}
.conten-wrapp .custom-select1:hover .select-selected:after { background:url("../images/down-grey-circle-arrow.svg") no-repeat top center / 100%;}

.header-wrapp .header-row2 .custom-select1 {display: none; border-color: rgba(255,255,255,0.3);}
.header-wrapp .fixed .header-row2 .custom-select1 {display: inline-block;}
.header-wrapp .header-row2 .custom-select1 .select-selected {color: #ffffff;}
.header-wrapp .header-row2 .custom-select1 .select-selected:after {background: url(../images/down-grey-circle-arrow.svg) no-repeat bottom center / 100%;}
.header-wrapp .header-row2 .custom-select1:hover {background: #ffffff;}
.header-wrapp .header-row2 .custom-select1:hover .select-selected {color: #7c7362;}
.header-wrapp .header-row2 .custom-select1:hover .select-selected:after {background: url(../images/down-grey-circle-arrow.svg) no-repeat top center / 100%;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { width:100%; background:none; border:1px solid rgba(255,255,255,0.3); margin:4.2% 0 0;}
.custom-select1:first-child { margin-top:0;}
.custom-select1:hover { background:#ffffff; border-color:#ffffff;}
.custom-select1 .select-items .scrollb div { color:#9c8f75; padding:11px 5% 10px 5%;}
.custom-select1 .select-items .scrollb div:hover { color:#ffffff; background:#9c8f75;}
.custom-select1 .select-selected { color:#ffffff; padding:11px 5% 10px 5%;}
.custom-select1:hover .select-selected { color:#9c8f75;}
.custom-select1 .select-selected:after { width:14px; background:url(../images/down-white-circle-arrow.svg) no-repeat top center / 100%; margin:0 0 0; position:absolute; right:5%;}
.custom-select1:hover .select-selected:after { background:url(../images/down-white-circle-arrow.svg) no-repeat bottom center / 100%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:10px; letter-spacing:1.4px;}
.custom-select1 .select-items::-webkit-scrollbar-thumb { background:#9c8f75;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { width:100%; background:none; border:1px solid rgba(255,255,255,0.3); margin:4.2% 0 0;}
.custom-select1:first-child { margin-top:0;}
.custom-select1:hover { background:#ffffff; border-color:#ffffff;}
.custom-select1 .select-items .scrollb div { color:#9c8f75; padding:11px 5% 10px 5%;}
.custom-select1 .select-items .scrollb div:hover { color:#ffffff; background:#9c8f75;}
.custom-select1 .select-selected { color:#ffffff; padding:11px 5% 10px 5%;}
.custom-select1:hover .select-selected { color:#9c8f75;}
.custom-select1 .select-selected:after { width:14px; background:url(../images/down-white-circle-arrow.svg) no-repeat top center / 100%; margin:0 0 0; position:absolute; right:5%;}
.custom-select1:hover .select-selected:after { background:url(../images/down-white-circle-arrow.svg) no-repeat bottom center / 100%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:10px; letter-spacing:1.4px;}
.custom-select1 .select-items::-webkit-scrollbar-thumb { background:#9c8f75;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { width:48%; background:none; border:1px solid rgba(255,255,255,0.3); margin:4.2% 0 0;}
.custom-select1:first-child { margin-top:0;}
.custom-select1:nth-child(2) { margin-top:0;}
.custom-select1:nth-child(2n) { float:right;}
.custom-select1:hover { background:#ffffff; border-color:#ffffff;}
.custom-select1 .select-items .scrollb div { color:#9c8f75; padding:11px 5% 10px 5%;}
.custom-select1 .select-items .scrollb div:hover { color:#ffffff; background:#9c8f75;}
.custom-select1 .select-selected { color:#ffffff; padding:11px 5% 10px 5%;}
.custom-select1:hover .select-selected { color:#9c8f75;}
.custom-select1 .select-selected:after { width:14px; background:url(../images/down-white-circle-arrow.svg) no-repeat top center / 100%; margin:0 0 0; position:absolute; right:5%;}
.custom-select1:hover .select-selected:after { background:url(../images/down-white-circle-arrow.svg) no-repeat bottom center / 100%;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:10px; letter-spacing:1.4px;}
.custom-select1 .select-items::-webkit-scrollbar-thumb { background:#9c8f75;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 { width:160px;}
.custom-select1 .select-items .scrollb div { padding:11px 6px 10px 10px;}
.custom-select1 .select-selected { padding:11px 6px 10px 10px;}
.custom-select1 .select-selected:after { width:12px; height:12px; right:6px;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:9px; letter-spacing:1px;}
.header-wrapp .header-row2 .custom-select1 {width: 165px;}
.header-wrapp .header-row2 .custom-select1 .select-selected {font-size: 9px; padding: 11px 16px 10px 10px;}
.sidbar-col2 .custom-select1 .select-items .scrollb {height: 140px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 { width:200px;}
.custom-select1 .select-items .scrollb div { padding:11px 9px 10px 13px;}
.custom-select1 .select-selected { padding:11px 9px 10px 13px;}
.custom-select1 .select-selected:after { width:13px; height:13px; right:9px;}
.custom-select1 .select-items .scrollb div, .custom-select1 .select-selected { font-size:10px; letter-spacing:1.1px;}
.header-wrapp .header-row2 .custom-select1 {width: 195px;}
.header-wrapp .header-row2 .custom-select1 .select-selected {font-size: 10px; padding: 11px 16px 10px 10px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.header-wrapp .header-row2 .custom-select1 {width: 205px;}
.header-wrapp .header-row2 .custom-select1 .select-selected {font-size: 11px; padding: 11px 16px 10px 10px;}
}