.ui-widget-content a.button-blue {
  color: #fff;
}

.ui-dialog-titlebar {
  display: none;
}

.ui-widget-overlay.ui-front {
  opacity: 0.7;
  background: #000;
}

#countrySwitchPopup a#close-banner {
  width: 19px !important;
  display: block;
  margin-top: 5px;
  border: none !important;
  outline: none !important;
}

@media (max-width: 991px) {
  .ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    top: 100px !important;
    max-width: 90% !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .btn-full-responsive .button {
    width: 100%;
    margin: 0px 0px 10px !important;
  }
}
#countrySwitchPopup .chevron {
  margin-left: 9px;
  background: #fff;
  height: 1px;
  width: 15px;
  position: relative;
  cursor: pointer;
  margin-left: 10px;
}

#countrySwitchPopup .chevron:before, #countrySwitchPopup .chevron:after {
  background: red;
  content: "";
  background: #fff;
  position: absolute;
  height: 1px;
  width: 8px;
  margin-left: 68px;
}

#countrySwitchPopup .chevron:before {
  /* background: red; */
  right: -1px;
  bottom: -2px;
  transform: rotate(-45deg);
}

#countrySwitchPopup .chevron:after {
  right: -1px;
  top: -2px;
  transform: rotate(45deg);
}