.browseDialog .ui-dialog-titlebar-close {
  display: none;
}
.browseDialog .browseDialogContentC .header {
  font-size: 20px;
  line-height: 24px;
  position: relative;
  padding: 16px 0 16px;
  font-weight: bold;
  text-align: center;
}
.browseDialog .browseDialogContentC .header .closeButton {
  height: 32px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 16px;
  width: 16px;
  height: 16px;
  background-image: url("../../../common/images/sprites-16.png");
  background-size: 480px 144px;
  background-repeat: no-repeat;
  background-position: -256px -112px;
}
.browseDialog .browseDialogContentC .header .title {
  position: relative;
  padding-left: 40px;
}
.browseDialog .browseDialogContentC .header .title:before {
  content: "";
  position: absolute;
  margin-top: -16px;
  top: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  background-image: url("../../common/images/browse-sprites.png");
  background-size: 160px 32px;
  background-repeat: no-repeat;
}
.browseDialog .browseDialogContentC .header .title.categories:before {
  background-position: 0px 0px;
}
.browseDialog .browseDialogContentC .header .title.dishes:before {
  background-position: -32px 0px;
}
.browseDialog .browseDialogContentC .header .title.areas:before {
  background-position: -64px 0px;
}
.browseDialog .browseDialogContentC .header .title.bts:before,
.browseDialog .browseDialogContentC .header .title.mrt:before {
  background-position: -96px 0px;
}
.browseDialog .browseDialogContentC .header .title.userschoice:before {
  background-position: -128px 0px;
}
.browseDialog .browseDialogContentC .browse-items {
  font-size: 16px;
  line-height: 24px;
}
.browseDialog .browseDialogContentC .browse-items ul > li {
  position: relative;
  border-top: 1px solid #f5f5f5;
  padding: 16px 0 16px 8px;
}
.browseDialog .browseDialogContentC .browse-items ul > li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 16px;
  height: 16px;
  background-image: url("../../../common/images/sprites-16.png");
  background-size: 480px 144px;
  background-repeat: no-repeat;
  background-position: -464px -16px;
  margin: -8px 0;
}
@media (min-width: 992px) {
  .browseDialog .browseDialogContentC .browse-items ul > li:after {
    right: 8px;
  }
}
.browseDialog .browseDialogContentC .browse-items ul > li:first-child {
  border-top: none;
}
.browseDialog .browseDialogContentC .browse-items ul > li a {
  line-height: 32px;
  position: relative;
  display: block;
}
.browseDialog .browseDialogContentC .browse-items ul > li a:before,
.browseDialog .browseDialogContentC .browse-items ul > li a:after {
  content: " ";
  display: table;
}
.browseDialog .browseDialogContentC .browse-items ul > li a:after {
  clear: both;
}
.browseDialog .browseDialogContentC .browse-items ul > li a i {
  float: left;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
}
.browseDialog .browseDialogContentC .browse-items ul > li a i img {
  display: none;
}
.browseDialog .browseDialogContentC .browse-items ul > li a .title {
  margin-left: 8px;
  float: left;
}
.browseDialog .browseDialogContentC .browse-items ul > li a:hover .title {
  text-decoration: underline;
}
.browse-pane {
  padding-top: 24px;
  padding-bottom: 48px;
}
.browse-pane .browse-tabs {
  margin-left: 0;
  margin-right: 0;
  margin-top: 8px;
}
.browse-pane .browse-tabs:before,
.browse-pane .browse-tabs:after {
  content: " ";
  display: table;
}
.browse-pane .browse-tabs:after {
  clear: both;
}
.browse-pane .browse-tabs > .title {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  background-color: #fbfbfb;
}
@media only screen and (max-width: 991px) {
  .browse-pane .browse-tabs > .title {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 992px) {
  .browse-pane .browse-tabs > .title {
    float: left;
    width: 33.33333333%;
  }
}
.browse-pane .browse-tabs > .title ul > li {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  line-height: 32px;
  padding: 16px 0 16px 64px;
  border-top: 1px solid #cfcfcf;
  color: #424242;
  cursor: pointer;
}
.browse-pane .browse-tabs > .title ul > li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 16px;
  height: 16px;
  background-image: url("../../../common/images/sprites-16.png");
  background-size: 480px 144px;
  background-repeat: no-repeat;
  background-position: -464px -16px;
  margin: -8px 0;
}
@media (min-width: 992px) {
  .browse-pane .browse-tabs > .title ul > li:after {
    right: 8px;
  }
}
.browse-pane .browse-tabs > .title ul > li:before {
  content: "";
  position: absolute;
  margin-top: -16px;
  top: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  background-image: url("../../common/images/browse-sprites.png");
  background-size: 160px 32px;
  background-repeat: no-repeat;
}
.browse-pane .browse-tabs > .title ul > li.categories:before {
  background-position: 0px 0px;
}
.browse-pane .browse-tabs > .title ul > li.dishes:before {
  background-position: -32px 0px;
}
.browse-pane .browse-tabs > .title ul > li.areas:before {
  background-position: -64px 0px;
}
.browse-pane .browse-tabs > .title ul > li.bts:before,
.browse-pane .browse-tabs > .title ul > li.mrt:before {
  background-position: -96px 0px;
}
.browse-pane .browse-tabs > .title ul > li.userschoice:before {
  background-position: -128px 0px;
}
.browse-pane .browse-tabs > .title ul > li:last-child {
  -moz-box-shadow: inset 0px -1px 0px 0px #cfcfcf;
  -webkit-box-shadow: inset 0px -1px 0px 0px #cfcfcf;
  box-shadow: inset 0px -1px 0px 0px #cfcfcf;
}
.browse-pane .browse-tabs > .title ul > li:before {
  margin-left: 16px;
}
@media only screen and (min-width: 992px) {
  .browse-pane .browse-tabs > .title ul > li {
    border-left: 1px solid #cfcfcf;
  }
  .browse-pane .browse-tabs > .title ul > li.active {
    -moz-box-shadow: inset 5px 0px 0px 0px #0070a8;
    -webkit-box-shadow: inset 5px 0px 0px 0px #0070a8;
    box-shadow: inset 5px 0px 0px 0px #0070a8;
    background-color: #ffffff;
    z-index: 1;
  }
}
.browse-pane .browse-tabs .contents {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  height: 448px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #cfcfcf;
  margin-left: -1px;
}
@media (min-width: 992px) {
  .browse-pane .browse-tabs .contents {
    float: left;
    width: 66.66666667%;
  }
}
@media only screen and (max-width: 991px) {
  .browse-pane .browse-tabs .contents {
    display: none;
  }
}
.browse-pane .browse-tabs .contents > div {
  display: none;
}
@media only screen and (min-width: 992px) {
  .browse-pane .browse-tabs .contents > div.active {
    display: block;
  }
  .browse-pane .browse-tabs .contents > div > ul {
    margin-left: 0;
    margin-right: 0;
  }
  .browse-pane .browse-tabs .contents > div > ul:before,
  .browse-pane .browse-tabs .contents > div > ul:after {
    content: " ";
    display: table;
  }
  .browse-pane .browse-tabs .contents > div > ul:after {
    clear: both;
  }
  .browse-pane .browse-tabs .contents > div > ul > li {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .browse-pane .browse-tabs .contents > div > ul > li a {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 24px;
    line-height: 32px;
    display: block;
    color: #424242;
    border-top: 1px solid #f5f5f5;
    padding: 16px 16px 16px 8px;
  }
  .browse-pane .browse-tabs .contents > div > ul > li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    width: 16px;
    height: 16px;
    background-image: url("../../../common/images/sprites-16.png");
    background-size: 480px 144px;
    background-repeat: no-repeat;
    background-position: -464px -16px;
    margin: -8px 0;
  }
  .browse-pane .browse-tabs .contents > div > ul > li a i {
    float: left;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    display: block;
    background-size: cover;
    background-position: 50% 50%;
  }
  .browse-pane .browse-tabs .contents > div > ul > li a i img {
    display: none;
  }
  .browse-pane .browse-tabs .contents > div > ul > li a .title {
    margin-left: 8px;
    float: left;
  }
  .browse-pane .browse-tabs .contents > div > ul > li a:hover .title {
    text-decoration: underline;
  }
  .browse-pane .browse-tabs .contents > div > ul > li:nth-child(-n + 2) a {
    border-top: none;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .browse-pane .browse-tabs .contents > div > ul > li {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .browse-pane .browse-tabs .contents > div > ul > li a:after {
    right: 8px;
  }
}
