/* ---  Andy's Hacks ---*/
/*.Drop-Parent h5 {
  display: none;
}*/
.country-nav:after {
  content: "\e912";
  padding: 4px 0 0 6px;
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.country-nav:before {
  content: "\e908";
  padding: 4px 6px 0 0 ;
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.m-header-topnav__item--relative:last-child {
  display: none;
}
.m-header-topnav__item{position:relative;}
#cntry {
  background: #fff;
  display: none;
  position: absolute;
  z-index: 1000;
  max-width: 600px;
	min-width:400px;
	width:max-content;
  right: 0;
}
.container .row.row--no-padding form{width:580px;}
.space{width:100%; border-bottom:1px solid #333;}

@media screen and (max-width: 575px){
	.m-country-list {
	top: 40px;
	right: 0;
	left:auto;
	width: 100%;
	}
}