<style>
.sidebar-menu {
    display: flex;
    flex-flow: column nowrap;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -100%;
    left: auto;
    height: 100vh;
    width: 100vw;
    transition: all 0.4s ease-out;
    visibility: hidden;
    z-index: -1;
}

.sidebar-menu.visible {
    z-index: 100;
    visibility: visible;
    right: 0;
}

.sidebar-menu__overlay {
    display: none;
}
.sidebar-menu__overlay.visible {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 99;
}

.sidebar-menu__is-popup.country-selector {
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: 0;
  width: 50%;
  height: 50%;
  transform: translate(-50%,-50%);
  transition: all 0.4s ease-out,opacity 0s,transform 0s,visibility 0s;
  visibility: hidden;
}

.sidebar-menu__is-popup.country-selector>.sidebar-menu__introduction {
    display: flex;
}

.country-selector .sidebar-menu__introduction--wrapper {
    background-color: #009BB4;
    flex-flow: column nowrap;
    align-items: center;
    position: relative;
    padding: 18px 10%;
    width: 100%;
    display: flex;
    text-align: center;
}
.sidebar-menu__introduction--wrapper.invert .sidebar-menu__introduction--title {
  color: #fff;
  font-size: 43px;
  line-height: 1.3;
  margin-bottom: 18px;
}

.country-selector .sidebar-menu__introduction .sidebar-menu__close-menu {
  margin: 0;
  position: absolute;
  right: 3%;
  top: 3%;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  height: 35px;
  width: 35px;
  border: none;
  border-radius: 50%;
  padding: 0px;
}
.country-selector .sidebar-menu__introduction .sidebar-menu__close-menu svg.bi-x-circle {
  width: 35px;
  height: 35px;
  transition: all 0.4s ease-out;
}
.country-selector .button--round.invert:hover {
    background-color: #fff;
}
.country-selector .sidebar-menu__introduction .sidebar-menu__close-menu:hover svg.bi-x-circle path:nth-child(2){
  fill: #000;
  transition: all 0.4s ease-out;
}
.country-selector .button>.icon {
  position: absolute;
  top: 50%;
  left: 50%; 
  transform: translate(-50%,-50%);
  transition: all 0.4s ease-out;
  font-size: 21px;
  height: 15px;
  width: 15px;
  background-position: center center;
  display: inline-block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-style: normal;
}




.sidebar-menu__content--wrapper {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  max-height: 300px;
}
.sidebar-menu__content {
  background-color: #fff;
  transition: all 0.4s ease-out;
}

.sidebar-menu__is-popup.country-selector>.sidebar-menu__content--wrapper nav {
  padding: 36px 5% 20px;
  display: block;
}

.country-selector .navigation-list {
    list-style-type: none;
}
.sidebar-menu__is-popup .sidebar-menu__item {
    display: block;
}

.country-selector .navigation-list .title {
  padding: 0 18px;
  padding-left: 0;
  display: flex;
  align-items: center;
  font-size: 24px;
  border-bottom: 1px solid #b1b3b3;
  margin-bottom: 10px;
  margin-top: 10px;
}
.country-selector .navigation-list .sidebar-menu__is-popup {
    background-color: #fff;
    position: static;
    transform: none;
    right: auto;
    height: auto;
    width: auto;
}

.sidebar-menu__is-popup .sidebar-menu__item .sidebar-menu__items {
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
}
.sidebar-menu__is-popup .sidebar-menu__item .sidebar-menu__items .sidebar-menu__item {
  min-width: 20%;
  display: flex;
  flex: 0 1 auto;
}

.country-selector .sidebar-menu__link {
  display: flex;
  align-items: center;
  padding: 0 18px;
  color: #000;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
.country-selector .sidebar-menu__link:hover {
    color: #009BB4;
}
.country-selector .sidebar-menu__link .sidebar-menu__flag {
  padding-right: 10px;
}

.country-selector .sidebar-menu__flag span {
  display: block;
  width: 20px;
  height: 35px;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.country-selector .sidebar-menu__flag span.united-states,
.country-selector__action.button span.united-states {
  background-image: url(https://go.kerrdental.com/hubfs/DTX/Country%20selector/united-states.svg);
}
.country-selector .sidebar-menu__flag span.globe {
  background-image: url(https://go.kerrdental.com/hubfs/DTX/Country%20selector/globe.svg);
}
.country-selector .sidebar-menu__flag span.canada {
  background-image: url(https://go.kerrdental.com/hubfs/DTX/Country%20selector/canada.svg);
}
.country-selector .sidebar-menu__flag span.mexico {
  background-image: url(https://go.kerrdental.com/hubfs/DTX/Country%20selector/mexico.svg);
}

.country-selector .sidebar-menu__flag span.australia {
  background-image: url(https://go.kerrdental.com/hubfs/DTX/Country%20selector/australia.svg);
}
.country-selector .sidebar-menu__flag span.hong-kong {
  background-image: url(https://go.kerrdental.com/hubfs/DTX/Country%20selector/hong-kong.svg);
}
.country-selector .sidebar-menu__flag span.india {
  background-image: url(https://go.kerrdental.com/hubfs/DTX/Country%20selector/india.svg);
}
.country-selector .sidebar-menu__flag span.japan {
  background-image: url(https://go.kerrdental.com/hubfs/DTX/Country%20selector/japan.svg);
}
.country-selector .sidebar-menu__flag span.new-zealand {
  background-image: url(https://go.kerrdental.com/hubfs/DTX/Country%20selector/new-zealand.svg);
}

.country-selector .sidebar-menu__flag span.austria {
  background-image: url(https://go.kerrdental.com/hubfs/DTX/Country%20selector/austria.svg);
}
.country-selector .sidebar-menu__flag span.belgium {
  background-image: url(https://go.kerrdental.com/hubfs/DTX/Country%20selector/belgium.svg);
}
.country-selector .sidebar-menu__flag span.denmark {
  background-image: url(https://go.kerrdental.com/hubfs/DTX/Country%20selector/denmark.svg);
}
.country-selector .sidebar-menu__flag span.finland {
  background-image: url(https://go.kerrdental.com/hubfs/DTX/Country%20selector/finland.svg);
}

.country-selector .sidebar-menu__flag span.france {
  background-image: url(https://go.kerrdental.com/hubfs/DTX/Country%20selector/france.svg);
}
.country-selector .sidebar-menu__flag span.germany {
  background-image: url(https://go.kerrdental.com/hubfs/DTX/Country%20selector/germany.svg);
}
.country-selector .sidebar-menu__flag span.hungary {
  background-image: url(https://go.kerrdental.com/hubfs/DTX/Country%20selector/hungary.svg);
}
.country-selector .sidebar-menu__flag span.ireland {
  background-image: url(https://go.kerrdental.com/hubfs/DTX/Country%20selector/ireland.svg);
}
.country-selector .sidebar-menu__flag span.italy {
  background-image: url(https://go.kerrdental.com/hubfs/DTX/Country%20selector/italy.svg);
}

.country-selector .sidebar-menu__flag span.netherlands {
  background-image: url(https://go.kerrdental.com/hubfs/DTX/Country%20selector/netherlands.svg);
}
.country-selector .sidebar-menu__flag span.norway {
  background-image: url(https://go.kerrdental.com/hubfs/DTX/Country%20selector/norway.svg);
}
.country-selector .sidebar-menu__flag span.portugal {
  background-image: url(https://go.kerrdental.com/hubfs/DTX/Country%20selector/portugal.svg);
}
.country-selector .sidebar-menu__flag span.russia {
  background-image: url(https://go.kerrdental.com/hubfs/DTX/Country%20selector/russia.svg);
}
.country-selector .sidebar-menu__flag span.spain {
  background-image: url(https://go.kerrdental.com/hubfs/DTX/Country%20selector/spain.svg);
}

.country-selector .sidebar-menu__flag span.sweden {
  background-image: url(https://go.kerrdental.com/hubfs/DTX/Country%20selector/sweden.svg);
}
.country-selector .sidebar-menu__flag span.switzerland {
  background-image: url(https://go.kerrdental.com/hubfs/DTX/Country%20selector/switzerland.svg);
}
.country-selector .sidebar-menu__flag span.united-kingdom {
  background-image: url(https://go.kerrdental.com/hubfs/DTX/Country%20selector/united-kingdom.svg);
}

.sidebar-menu__is-popup.country-selector.visible {
  display: block;
  height: 75vh;
  width: 90vw;
  opacity: 1;
  transform: translate(-50%,-50%);
  position: fixed;
  top: 50%;
  left: 50%;
  transition: all 0.4s ease-out,opacity 0s,transform 0s,visibility 0s;
  visibility: visible;
}

@media (max-width: 769px) {
  .sidebar-menu__is-popup.country-selector.visible {
    height: auto;
    top: 35%;
  }
  .sidebar-menu__introduction--wrapper.invert .sidebar-menu__introduction--title {
    font-size: 28px;
    margin-bottom: 5px;
  }
  .country-selector .sidebar-menu__introduction .sidebar-menu__close-menu {
    right: 2%;
    top: 1%;
    height: 28px;
    width: 28px;
  }
  .country-selector .sidebar-menu__introduction .sidebar-menu__close-menu svg.bi-x-circle {
  width: 28px;
  height: 28px;
}
 
}
</style>