.j-js-browse-actions-container ul li span {
  padding: 0;
}

.j-js-browse-actions-container ul li a {
  height: 40px;
  line-height: 40px;
  padding: 0 63px 0 40px !important;
  font-size: 16px;
  font-family: "DaimlerCS-Regular", Arial, sans-serif;
  background-repeat: no-repeat !important;
  background-position: 13px 11px !important;
}

.j-js-browse-actions-container ul li a.j-follow-button {
  background-image: url(/themes/dsp-assets/images/icons/add-box.svg) !important;
  background-size: 18px !important;
}

.j-js-browse-actions-container ul li a.bookmark-content {
  display: block !important;
}

.j-js-browse-actions-container ul li a.bookmark-content, .j-js-browse-actions-container ul li a.unbookmark-content, .j-js-browse-actions-container ul li a.un-bookmark-shadow {
  background-image: url(/themes/dsp-assets/images/bookmark.png) !important;
  background-size: 15px !important;
}

.j-js-browse-actions-container ul li a.edit-bookmark {
  display: none;
}

.j-js-browse-actions-container ul li .unbookmark-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  cursor: pointer;
}

.j-js-browse-actions-container ul li .unbookmark-content-overlay {
  display: none;
}

.j-js-browse-actions-container #popovermenuul li.js-sharelink {
  display: none;
}

.unbookmark-content-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2001;
}

.unbookmark-content-overlay .bookmark-delete-dialog {
  padding: 20px;
  background: #fff;
  position: relative;
  font-family: "Daimler CS", Arial, sans-serif;
}

@media all and (min-width: 40em) {
  .unbookmark-content-overlay .bookmark-delete-dialog {
    min-width: 350px;
  }
}

.unbookmark-content-overlay .bookmark-delete-dialog h2 {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 8px;
}

.unbookmark-content-overlay .bookmark-delete-dialog p {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 24px;
}

.unbookmark-content-overlay .bookmark-delete-dialog .dialog-footer {
  text-align: left;
}

.unbookmark-content-overlay .bookmark-delete-dialog .dialog-footer button {
  font-size: 12px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.unbookmark-content-overlay .bookmark-delete-dialog .dialog-footer button.ok {
  color: #fff;
  background: #000;
}

.unbookmark-content-overlay .bookmark-delete-dialog .dialog-footer button.ok:hover {
  background: #585858;
}

.unbookmark-content-overlay .bookmark-delete-dialog .j-modal-close-top {
  top: 0;
  right: 0;
  margin: 0;
  color: #fff;
  position: absolute;
}

.unbookmark-content-overlay .bookmark-delete-dialog .j-modal-close-top span {
  color: #fff;
  width: 34px;
  height: 34px;
  display: block;
  background-image: url(/themes/dsp-assets/images/sprite-lightbox.png);
  background-size: 100px 150px;
  background-position: -59px -97px !important;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.unbookmark-content-overlay .bookmark-delete-dialog .j-modal-close-top span:before {
  content: "";
}

.unbookmark-content-overlay .bookmark-delete-dialog .j-modal-close-top span:hover {
  opacity: 0.8;
}

@media all and (min-width: 40em) {
  .j-browse-places #j-browse-item-grid table thead tr th.j-label-unfollow {
    display: table-cell;
  }
}