.my-cities .single-city{width:100%;transition:all .3s ease-in-out;position:relative}.my-cities .single-city:before{content:"";background:linear-gradient(var(--brand-before-boarder));opacity:0;border-radius:0 10px 10px 0;width:1.5px;height:22px;transition:all .3s ease-in-out;position:absolute;top:50%;left:0;transform:translateY(-50%)}.my-cities .single-city span{z-index:2}.my-cities .single-city:after{content:"";z-index:1;opacity:0;background-image:url(/assets/png/current-city.png);background-repeat:no-repeat;background-size:cover;width:100%;height:100%;transition:all .25s ease-in-out;position:absolute;top:0;left:0}.my-cities .single-city:hover:before,.my-cities .single-city:hover:after{opacity:1}.my-cities .single-city.selected{color:var(--primary_text);font-weight:700}.my-cities .single-city.selected:before,.my-cities .single-city.selected:after{opacity:1}.my-cities .single-city:hover{background:var(--city_select_hover_1);width:max-content;color:var(--primary_text);-webkit-background-clip:text;background-clip:text;font-weight:700;transition:all .3s ease-in}.my-cities .single-city:hover span{background:var(--city_select_hover_1);width:max-content;color:var(--primary_text);-webkit-background-clip:text;background-clip:text;transition:all .25s ease-in}.subCityMenu{background:linear-gradient(#000 0%,#666 100%)}.search-cover>div{box-shadow:none}.location-title{position:fixed;right:auto}.search-city-list li:before{content:"";background:rgba(255,255,255,.06);width:100%;height:1px;position:absolute;bottom:-5px;left:0}@media (max-width:1700px){.search-city-list li:before{bottom:-4px}}@media (max-width:1600px){.search-city-list li:before{bottom:-3px}}@media (max-width:1480px){.search-city-list li:before{bottom:-2px}}.search-city-list li:last-child:before{display:none}
