@media screen and (max-width: 995px) {
  #mainMenuContainer {
    display: none;
  }
  #menu-search {
    margin-right:0;
  }
  .HeaderSearch {
    border: solid 1px black !important;
    padding: 6px 0 0 12px;
  }
  .HeaderSearch button.keyword-button {
    left: 54px;
    top: 20px;
    position: absolute;
    padding: 0px;
  }
}

@media screen and (min-width: 996px) {
  .HeaderSearch #make, button.keyword-button {
    padding: 0px;
  }
  .HeaderSearch #make {
    width: 91%;
  }
  .HeaderSearch button.keyword-button{
    width: 9%;
  }
}

.HeaderSearch {
  background: white;
  width: 161px;
  height: 40px;
  border-radius: 100px;
  border: solid 1px #F3F6F6;
  box-shadow: 0px 2px 3px 0px #0000001A inset;
  overflow: hidden;
  padding: 5px 8px 5px 10px;
  box-sizing: border-box;
  margin-right: 12px;
}

.HeaderSearch #make, button.keyword-button {
  background: none;
  border: none;
  cursor: pointer;
  margin-left: auto;
  height: auto;
  line-height: 0px;
  outline: none;
  fill: none;
}

.HeaderSearch #make::-webkit-input-placeholder { /* WebKit browsers */
  padding-left: 0
}

.HeaderSearch #make:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  padding-left: 0
}

.HeaderSearch #make::-moz-placeholder { /* Mozilla Firefox 19+ */
  padding-left: 0
}

.HeaderSearch #make:-ms-input-placeholder { /* Internet Explorer 10+ */
  padding-left: 0
}

#menu-search #search-locale-wrap > div.country-select > ul > li.active-locale {
  display: flex;
  gap: 4px;
  height: 39px;
  border-radius: 100px;
  padding: 4px 8px;
  box-sizing: border-box;
  border: 1px solid #DEE2E3;
  margin: 0px;
}

.show-side-bar .HeaderSearch {
  visibility: hidden;
}

.show-side-bar button.navbar-toggle {
  background: url("/core/images/cross.png");
}

.show-side-bar #search-locale-wrap {
  display: initial;
  margin-right: 40px;
}

.show-side-bar .active-locale {
  border: none !important;
}

.flex {
  display:flex;
}

.menu-section {
  display: flex;
  align-items: center;
}

.menu-wrap {
  display:flex;
  justify-content: space-between;
  max-width: 1430px;
  width: 100%;
  margin: 0 auto;
  height: 60px;
  box-sizing: border-box;
}

/* Begin Local Selector */
.active-locale {
  cursor: pointer;
  display: inline-block;
  border: 1px solid #bfc5c9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 30px;
  text-align: left;
  margin-top: 0;
  background: #fff;
}

.active-locale ul {
  background: #fff;
  padding-top: 5px;
  padding-bottom: 10px;
  border-radius: 3px;
  margin-top: 5px;
  width:200px;
}
.country-select {
  width: 142px;
}
.country-select .active-locale ul {
  background: #fff;
  padding-top: 5px;
  margin-top: 44px;
  border: 1px solid #dee2e3;
  box-shadow: 0 .1px 11px 2px rgba(68, 89, 88, 0.10980392156862745);
  z-index: 0;
}

.filter-country-list {
  visibility: hidden;
}

.filter-country-list:before {
  content: "";
  width: 24px;
  position: absolute;
  display: block;
  margin: 0;
  margin-top: 49px;
  height: 12px;
  top: -8px;
  right: 41px;
  background: url('data:image/svg+xml,<svg width="22" height="9" viewBox="0 0 22 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 0L0.607697 9H21.3923L11 0Z" fill="white"/></svg>') no-repeat;
  overflow: hidden;
  z-index: 1;
  border: unset;
  left: unset;
}

.filter-country-list:after {
  height: 24px;
  top: -5px;
  right: 42px;
  background: transparent;
  rotate: 45deg;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1803921568627451);
  z-index: -1;
  content: "";
  width: 24px;
  position: absolute;
  display: block;
  margin: 0;
  margin-top: 49px;
}
.country-select ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 100;
}

.country-select ul li {
  font: 12px sans-serif;
  display: inline-block;
  position: relative;
  margin-right: 15px;
  margin-left: 8px;
  padding: 0 10px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 10px;
}

.active-locale .filter-locale {
  display: flex;
  font-weight: normal;
  line-height: 13px;
}

.country-select ul li ul, .userList {
  padding: 0;
  position: absolute;
  right: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  border: 1px solid #B1BBC2;
}
.country-select ul li ul li, .userList li {
  background: transparent;
  display: block;
  color: #fff;
  width: 200px;
  height: 34px;
  font: 11px Arial, Helvetica, sans-serif;
  padding: 0;
  padding-left: 10px;
  padding-top: 5px;
  margin-left:0;
}

.country-select ul li ul li {
  padding: 0;
  margin: 0;
  width: 100%;
}

.country-select ul li ul li a {
  padding: 3px 15px 6px;
  white-space: nowrap;
  display: block;
}

.country-select ul li ul li a, .userList li {
  color: #505050;
  line-height: 26px;
  font-size: 13px;
}
.country-select ul li ul li:hover, .userList li:hover {
  background: #F0F1F3;
}
.country-select ul li.show-list ul, .country-select ul li.show-list div.filter-country-list, .myboats-nav-wrap:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 995px) {
  .country-select.show-list {
    z-index: 300001;
    position: relative;
  }
  .country-select ul li.active-locale ul {
    margin-top: 42px !important;
    margin-right: -37px !important;
  }

  .filter-country-list:before {
    right: 8px;
  }
  .filter-country-list:after {
    right: 8px;
  }
}


/* End Local Selector */
.box-btns {
  display: inline-flex;
  margin-right: 23px;
  margin-top: 10px;
  height: 30px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,sans-serif;
  color: #767676;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #bfc5c9;
  cursor: pointer;
  padding: 0 10px !important;
  line-height: 27px;
}
.userList {
  border-radius:2px;
}
.user-icon-img {
  display: block;
  height: 21px;
  margin-top: 13px;
  margin-right: 12px;
}
.welcome-div {
  height: 30px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
}
.welcome-txt {
  height: 30px;
  line-height: 12px;
  border-radius: 3px;
  font-size: 9pt;
}
.welcome-txt span {
  font-size: 12pt;
  line-height: 17pt;
}
/* myboats-nav-dropdown */
.arrow {
  display:block;
  transform: rotate(45deg);
  box-sizing: border-box;
  height: 7px;
  width: 7px;
  border-style: solid;
  border-color: #658EAD;
  border-width: 0px 1px 1px 0px;
  border-bottom-width: 2px;
  border-right-width: 2px;
  margin-top: 17px;
  margin-left: 18px;
}
.myboats-nav-wrap {
  border-left: 1px solid #E6E7E6;
  border-right: 1px solid #E6E7E6;
  width: 200px;
  height: 50px;
}
.userList a {
  text-decoration: none;
  color: #505050;
  font-family: "Open Sans","Open Sans",Verdana,Arial,Helvetica,sans-serif;
}
.userList li {
  cursor: pointer;
}
.userList {
  margin-top:50px;
  right:auto;
  background:#FFF;
  border: 1px solid #E6E7E6;
}

#menu-nav {
  width: auto;
  margin-left: 20px;
}

#menu-nav a:link a:visited a:hover {
  color:#f9e85b;
}
@media screen and (min-width: 996px) {
  .active-locale {
    &::after {
      align-self: center;
      content: '';
      display: block;
      width: 10px;
      height: 6px;
      background: url('data:image/svg+xml,<svg width="8" height="6" viewBox="0 0 8 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 5.46997L8 1.46997L7.06 0.529971L4 3.5833L0.94 0.529971L0 1.46997L4 5.46997Z" fill="%23676767"/></svg>') center center no-repeat;
    }
    > span > span {
      text-wrap: wrap;
      font-size: 10px;
      width: 78px;
      align-content: center;
    }
  }
}
@media screen and (max-width: 1192px) {
  .active-locale {
    width: 35px !important;
  }
}
@media screen and (min-width: 996px) and (max-width: 1192px) {
  #menu-logo img {
    width: 190px;
  }
}
@media screen and (max-width: 995px) {
  #headerContainer {
    max-width: 100%;
  }
  #menu-logo {
    margin-left: 4px;
  }
  .country-select span {
    font-size: 0;
  }
}
@media screen and (min-width: 996px) {
  myboats-nav-dropdown {
    position: absolute;
    right: 0;
  }
  #menu-search {
    margin-right: 200px;
  }
  .navbar-toggle {
    display:none;
  }
  #mainMenuContainer .menu > ul > li {
    color: #07324f;
    font-weight: 500;
    font-size: 15px;
    margin-top: 0 !important;
    padding-right: 15px;
    cursor: pointer;
    background: url('data:image/svg+xml,<svg width="9" height="6" viewBox="0 0 9 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 5.46997L8.5 1.46997L7.56 0.529971L4.5 3.5833L1.44 0.529971L0.5 1.46997L4.5 5.46997Z" fill="%233597D3"/></svg>') right center no-repeat;
  }
}

@media screen and (max-width: 995px) {
  #menu-search {
    margin-right:0;
    width: 100%;
  }
  #menu-logo {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .img-logo {
    width: 155px;
    height: 15px;
    margin-left: 4px;
    margin-top: 2px;
    max-width: initial;
  }

  .menu-wrap {
    height: 54px;
    min-height: 54px;
    padding-top: 0;
  }
  .myboats-nav-wrap {
    width: auto;
    border-right: none;
    border-left: none;
    height: 180px;
  }
  .user-icon-img {
    display: none;
  }
  .welcome-div {
    border-radius: 3px;
    display: flex;
    justify-content: flex-start;
    color: white;
    font-weight: 100;
    padding-left: 20px;
    background: #171F27;
    height: 45px;
  }
  .welcome-txt {
    line-height: 5px;
  }
  .arrow {
    display:none;
  }
  .userList {
    display: block;
    opacity: 1;
    visibility: visible;
    background: #2e3e4f;
    border: none;
    margin-top: 60px;
    right: auto;
    border-bottom: 1px solid #3E5B71 !important;
    padding-bottom: 10px;
  }
  .userList a {
    background: #2d3e4f;
    border: none;
    color: #bec7cf;
    overflow: visible;
    font-size: 14px;
    font-weight: 200;
    font-family: "Open Sans", "Open Sans", Arial, Verdana, Helvetica, sans-serif;
    line-height: 14px;
  }
  .menu-section.logo-section {
    width: 40px;
  }

  .menu-section.search-section {
    width: 100%;
  }

  .userList li:hover, .userList li:hover a {
    background-color: inherit;
    color: #2980b9;
    background: none;
  }
  .box-btn-wrap {
    display: inline-flex;
    justify-content: space-evenly;
  }
  .box-btns {
    margin-right: 0;
    margin-top: 0;
    height: 45px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,sans-serif;
    color: #D6D9DA;
    line-height: 45px;
    -moz-border-radius: 3px;
    width: 131px;
    background: #18222C;
    text-align: center;
    margin-right: 2px;
    border:none;
    display:block;
    padding:0;
  }

  .country-select ul li.active-locale {
    height: 40px;
    width: 40px;
    display: block;
    border: 0;
    margin: 0;
  }

  .country-select ul li.active-locale ul {
    border-radius: 0;
    margin-top: 34px;
    border: 1px solid #dee2e3;
    box-shadow: 0 .1px 11px 2px rgba(68, 89, 88, 0.10980392156862745);
    margin-right: -1px;
    padding-top: 5px;
    padding-bottom: 10px;
    border-radius: 0px;
  }
}

@media screen and (max-width: 480px) {
  #menu-logo {
    height: 50px;
    padding-top: 15px;
  }

  #menu-search {
    width: 100%;
  }

  #menu-logo img {
    width: 155px;
    height: 15px;
    margin-left: 4px;
    margin-top: 2px;
    max-width: initial;
  }
}

/* used to hide content for accessibility purposes */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}