#rmh_easy_list fieldset legend {
  font-size: inherit;
}

#rmh_easy_list .search-choice-close {
  transition: unset;
}

#rmh_easy_list img {
  width: 32px;
  height: 32px;
}

#rmh_easy_list .chosen-choices {
  padding: 0 15px;
  min-height: var(--wd-form-height);
  border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
  border-radius: var(--wd-form-brd-radius);
  background-color: var(--wd-form-bg);
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background-image: unset;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

#rmh_easy_list .product-list-bottom {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
}

#rmh_easy_list .pagination {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
  align-items: center;
}

.woocommerce-MyAccount-content .wd-wishlist-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 15px;
  margin-bottom: 15px;
}

.woocommerce-MyAccount-content .wd-wishlist-head .title {
  margin-bottom: unset;
}

.woocommerce-MyAccount-content .rmh_easy_list_manage {
  border-radius: var(--btn-accented-brd-radius);
  color: var(--btn-accented-color);
  box-shadow: var(--btn-accented-box-shadow);
  background-color: var(--btn-accented-bgcolor);
}
