.prmn-cmngr {
    position: relative;
	cursor: pointer;
	text-transform: uppercase;
	flex-direction: row;
    font-size: 11px;
    color: #353a3d;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px;
}

.prmn-cmngr a {
    cursor: pointer;
	text-transform: uppercase;
	flex-direction: row;
    font-size: 11px;
    color: #353a3d;
    font-weight: 700;
    padding: 5px;
}

.prmn-cmngr a:hover {
    color: #b9afaf;
}

.prmn-cmngr__confirm {
    position: absolute;
    top: 25px;
    left: -200px;
    background: #fff;
    padding: 15px 25px;
    min-width: 200px;
    max-width: 400px;
    z-index: 9999;
    border: 1px solid #dadada;
    -webkit-box-shadow: 0 2px 5px #5b5a5a;
    -moz-box-shadow: 0 2px 5px #5b5a5a;
    box-shadow: 0 2px 5px #5b5a5a;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    color: #333;
    display: none;
}

.prmn-cmngr .prmn-cmngr__confirm-city {
    white-space: nowrap;
}

.prmn-cmngr .prmn-cmngr__confirm-btns {
    margin-top: 15px;
}

.prmn-cmngr-cities__title {
    margin-bottom: 20px;
}

.prmn-cmngr-cities__close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    float: right;
    filter: alpha(opacity=20);
    opacity: .2;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

.prmn-cmngr-cities__close:focus,
.prmn-cmngr-cities__close:hover {
    color: #000;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

.prmn-cmngr-cities a {
    cursor: pointer;
	cursor: pointer;
	text-transform: uppercase;
	flex-direction: row;
    font-size: 14px;
	color: #003049;
}

.prmn-cmngr-cities__city {
    margin-bottom: 5px;
	
}

.prmn-cmngr-cities__search-block {
    margin-bottom: 15px;
}

.prmn-cmngr-cities__search-label {
    font-size: 15px;
    font-weight: 500;
}

.prmn-cmngr-cities__search {
    max-width: 400px;
}

.prmn-cmngr-cities__search-item > span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
}

.prmn-cmngr-cities__search-item_selected {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

.prmn-cmngr-cities__search-item_selected > span {
    color: #ffffff;
}

@media (max-width: 400px) {
    .prmn-cmngr-cities .col-xs-4 {
        width: 100%;
    }
}

.prmn-cmngr-simplecity {
    cursor: pointer;
}

.top-menu-item-9 .prmn-cmngr-message.prmn-cmngr-link {
    white-space: nowrap;
    color: inherit;
    font-size: 17px;
    font-weight: 400;
    text-transform: none;
    text-align: left;
    list-style: none;
    margin-left: 43px;
    margin-top: 4px;
}

.top-menu-item-9.dropdown.drop-menu .dropdown-toggle {
    display: none;
}

.top-menu-item-9.dropdown.drop-menu .links-text .dropdown-toggle {
    display: flex;
    position: absolute;
    bottom: -5px;
    left: 5px;
    font-size: 28px;
}

.top-menu-item-9.dropdown.drop-menu .links-text .dropdown-toggle::before {
    content: "\e931" !important;
    font-family: icomoon !important;
    color: rgba(237,147,30,1);
}

.top-menu-item-9.dropdown.drop-menu .links-text .j-dropdown .top-menu-item-10 a:first-child {
    display: none;
}
.menu-item.top-menu-item.top-menu-item-9.dropdown.drop-menu .dropdown-menu.j-dropdown .j-menu .top-menu-item-10 a:first-child {
    display: none;
}

.top-menu-item-9.dropdown.drop-menu.open.animating div.dropdown-menu.j-dropdown ul.j-menu .top-menu-item-10 .links-text {
    width: 100%;
}

.top-menu-item-9.dropdown.drop-menu.open.animating div.dropdown-menu.j-dropdown ul.j-menu .top-menu-item-10 .links-text .prmn-cmngr-href {
    flex-direction: row;
    font-size: 13px;
    color: rgba(118, 119, 123, 1);
    font-weight: 400;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 1);
    padding: 6px;
    padding-right: 6px;
    padding-left: 6px;
    padding-right: 8px;
    padding-left: 8px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-width: 1px 0 0 0;
    min-width: 30px;
    cursor: pointer;
    -webkit-transition: color 0.1s ease-out, background-color 0.1s ease-out;
    transition: color 0.1s ease-out, background-color 0.1s ease-out;
}

.top-menu-item-9.dropdown.drop-menu.open.animating div.dropdown-menu.j-dropdown ul.j-menu .top-menu-item-10 .links-text .prmn-cmngr-href:hover {
    color: rgba(20, 33, 61, 1);
    background: rgba(245, 245, 245, 1);
}

.mobile-top-menu-wrapper div.top-menu.top-menu-13 ul.j-menu .top-menu-item-8 .links-text a:first-child{
    display: none;
}

.mobile-top-menu-wrapper div.top-menu.top-menu-13 ul.j-menu .top-menu-item-8 .links-text a.prmn-cmngr-message.prmn-cmngr-link {
    padding: 3px 6px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-width: 1px 0 0 0;
    min-width: 30px;
    cursor: pointer;
    -webkit-transition: color 0.1s ease-out, background-color 0.1s ease-out;
    transition: color 0.1s ease-out, background-color 0.1s ease-out;
    text-decoration: none;
    touch-action: manipulation;
    color: rgba(255,255,255,1);
    flex-direction: row;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px;
}
