.country-footer .ui-selectmenu-menu .ui-menu {
  background-color: #433F40;
  border: none;
  color: #fff;
  height: 250px;
  width: calc(100% - 20px);
}
.country-footer .ui-selectmenu-menu .ui-menu li {
  border-top: 1px solid #4E4848;
  width: 100%;
}
.country-footer .ui-selectmenu-menu .ui-menu li .ui-state-active {
  border: none;
  background-color: transparent;
}
.country-footer .ui-selectmenu-button {
  background-color: transparent;
  border: none;
  color: #fff;
  width: 100%;
}
.country-footer .ui-selectmenu-button .ui-icon {
  background-image: url("../../css/modules/jquery/jquery.selectBox-arrow.gif");
  background-position-x: 2px;
  background-position-y: 6px;
  background-size: 13px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0,0,0,0);
  height: 15px;
  position: absolute;
  right: 0;
  top: 0;
  width: 23px;
}
.country-footer .ui-selectmenu-button.ui-selectmenu-button-open .ui-icon {
  top: 5px;
  transform: scaleY(-1);
}
.hair-rituel .country-footer .ui-selectmenu-menu .ui-menu {
  width: calc(100% - 18px) !important;
}
.hair-rituel .country-footer .ui-selectmenu-button {
  background-color: #fff;
  border: 3px solid #fde624;
  border-radius: unset;
  color: #000;
  height: 44px;
  line-height: 32px;
}
.hair-rituel .country-footer .ui-selectmenu-button:after {
  content: "";
  margin-top: -3px;
  position: absolute;
  top: 15px;
  right: 15px;
  pointer-events: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #4e4848 transparent transparent transparent;
  background: transparent none repeat scroll 0 0;
  margin: 0;
  border-width: 8px 8px 0 8px;
}
