.custom-dropdown{position:relative;display:inline-block;vertical-align:middle;color:#363636;background:#eee;font-size:1.1rem;text-transform:uppercase;font-weight:700}.custom-dropdown .selected-value{padding:10px 16px 10px 12px;cursor:pointer;display:block}.custom-dropdown .selected-value:after{float:right;margin-left:10px;font-size:1.4rem;line-height:1;padding-bottom:0;font-weight:600;content:'\f3d0';font-family:Ionicons;display:inline-block;-webkit-transition:transform .2s;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.custom-dropdown .custom-select.dropdown{background:#fff;list-style-type:none;margin:0;padding:9px 0;text-align:left;z-index:10;position:absolute;left:0;min-width:100%}.custom-dropdown .custom-select.dropdown .custom-option-item{padding:7px 12px;cursor:pointer;margin:0;white-space:nowrap}.custom-dropdown .custom-select.dropdown .custom-option-item a{color:#363636;text-decoration:none;display:block}.custom-dropdown .custom-select.dropdown .custom-option-item:hover{background:#363636}.custom-dropdown .custom-select.dropdown .custom-option-item:hover a{color:#fff}.custom-dropdown.active .selected-value:after{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}