.custom-hs-dropdown {display: none; position: absolute; overflow-y: auto; left: 0; top: 50px; width: 100%; max-width: 650px; max-height: 320px; padding: 7px 8px; background: #fff; box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15), 0 2px 20px rgba(0, 0, 0, 0.12); border-bottom-left-radius: 3px; border-bottom-right-radius: 3px;}
.custom-hs-dropdown > .inner > .section {margin-bottom: 7px;}
.custom-hs-dropdown > .inner > .section:last-child {margin-bottom: 0;}
.custom-hs-dropdown > .inner > .section > .title {margin-bottom: 2px; padding: 4px 5px; font-size: 10px; line-height: 10px;color: #2552c1; font-weight: 700; text-transform: uppercase; cursor: default;}
.custom-hs-dropdown > .inner > .section > .items > .item {display: block; padding: 7px 6px; border-radius: 3px; font-size: 13px; line-height: 15px; color: #111;}
.custom-hs-dropdown > .inner > .section > .items > .item:hover {background-color: #ebebeb;}
.custom-hs-dropdown > .inner > .no-results {padding: 5px 0; font-size: 13px; line-height: 15px; color: #111; cursor: default;}

.custom-hs-dropdown.hs-opened {display: block;}