.oh-wishlist-remove {
  color: var(--oh-color3);
  font-weight: 600;
}
.oh-wishlist-remove span {
  font-size: 16px;
  line-height: 1;
}
.oh-wishlist-items-grid .oh_wishlist{
	display: none;
}

.oh-wishlist-remove {
  color: var(--oh-color3);
  font-weight: 600;
}
.oh-wishlist-remove span {
  font-size: 16px;
  line-height: 1;
}
.oh-wishlist-item-checkbox {
}
.oh-wishlist-checkbox {
  margin: 0px;
}
.oh-wishlist-bulk {
  height: 0px;
  padding: 0 15px;
  background-color: rgba(0,0,0,0.04);
  transition: all .3s ease;
  overflow: hidden;
}
.oh-wishlist-bulk.is-visible {
  height: 40px;
  margin-bottom: 20px;
}
.oh_wishlist_title h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,.105);
  text-transform: uppercase;
  font-size: 18px;
    margin-bottom: 0px;
}
.oh-wishlist-bulk span {
  color: var(--oh-color3);
  font-weight: 600;
}
.oh-wishlist-bulk-remove-link:before{
	content: "\f112";
  margin-inline-end: .3em;
  font-weight: 400;
  transition: opacity .15s ease;
  font-family: "woodmart-font";
}
.oh-wishlist-page {
  padding: 40px 0px;
}

.wl_icon svg {
  height: 200px;
  width: 200px;
  fill: rgba(0,0,0,.07);
}

.oh-wishlist-empty h2 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 0px;
}
.oh-wishlist-empty p {
  max-width: 535px;
  margin-inline: auto;
  margin-bottom: 20px;
  text-align: center;
  font-size: 110%;
  margin-top: 20px;
}
.oh-wishlist-empty .btn{
    padding: 5px 28px;
  min-height: 48px;
  font-size: 14px;
}
.oh-wishlist-item-actions {
  width: 100%;
}
.oh-wishlist-remove::before {
  content: "\f112";
  margin-inline-end: .3em;
  font-weight: 400;
  transition: opacity .15s ease;
  font-family: "woodmart-font";
}
.oh-wishlist-select-toggle:before{
	  content: "\f107";
  font-family: "woodmart-font";
    margin-inline-end: .3em;
  font-weight: 400;
}
.oh-wishlist-items-grid.products {
  margin-top: 20px;
}
