.locationDropdown{border-radius:4px;border:1px solid var(--locationDrop-border);position:relative}@media only screen and (max-width:991px){.locationDropdown{margin-top:1rem}}.locationDropdown .navselectwrap{height:34px;border-radius:3px;overflow:hidden;position:relative;z-index:99;min-width:16rem}@media only screen and (max-width:991px){.locationDropdown .navselectwrap{min-width:15rem}}.locationDropdown .navselectwrap.is-location{padding:.5rem .8rem}.dropdownHeader{font-size:14px;font-weight:700;line-height:21px;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width:768px){.dropdownHeader{font-size:13px}}.dropdownIcon{margin-left:auto}.dropdownBody{z-index:90;position:absolute;top:38px;left:0;right:0˝;background-color:var(--locationDrop-bg);width:100%;max-height:15rem;border:1px solid var(--locationDrop-border);box-shadow:0 0 44px 0 var(--locationDrop-shadow);display:none;border-radius:4px;overflow:auto}.dropdownBody.open{display:block}.dropdownItem{font-size:.875rem;font-weight:500;text-align:left;color:var(--tetx-color);transition:all .3s ease-in-out}.dropdownItem.initial{text-transform:uppercase;border-bottom:1px solid var(--locationDrop-border);margin-bottom:8px}.dropdownItem .item{padding:.55rem .5rem .55rem 1rem;margin:.2rem 0}@media only screen and (max-width:768px){.dropdownItem .item{margin:.2rem;padding:.3rem .5rem}}.dropdownItem .item.active,.dropdownItem .item:hover{background:var(--locationDrop-bg-hover);border-radius:4px}.dropdownItem .item.is-disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.dropdownItem:hover{cursor:pointer}.locationDropdown.is-large.is-location-set{border:1px solid red}.locationDropdown.is-large .navselectwrap{height:50px}.locationDropdown.is-large .navselectwrap .dropdownHeader{font-size:1rem}.locationDropdown.is-large .dropdownBody{top:55px}.locationDropdown.is-large .dropdownBody .dropdownItem{font-size:.875rem}.locationDropdown.is-large .dropdownBody .dropdownItem .item{padding:.65rem .5rem .65rem 1rem}.line{height:1px;width:100%;background-color:#fff;margin:8px 0}.dropdownTitle{padding:.55rem .5rem .55rem 1rem;text-transform:uppercase}