.hp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.hp-button--wide {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .hp-button--mobile {
    display: none !important;
  }
}
.hp-button i:first-child {
  margin-right: 0.5rem;
}
.hp-meta {
  font-size: 80%;
}
.elementor-element-edit-mode .hp-block,
.wp-block .hp-block {
  pointer-events: none;
}
.hp-block__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2em;
  background-color: #f0f0f0;
  pointer-events: none;
}
.hp-block__placeholder span {
  font-size: 14pt;
  font-weight: 400;
  color: #1e1e1e;
}
.hp-form {
  margin: 0;
}
.hp-form:not(:last-child) {
  margin-bottom: 2rem;
}
.hp-form--wide {
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 47.99em) {
  .hp-form--wide {
    flex-direction: column;
    align-items: stretch;
  }
}
.hp-form--wide .hp-form__fields:not(:last-child),
.hp-form--wide .hp-form__footer:not(:last-child) {
  margin: 0 1rem 0 0;
}
@media only screen and (max-width: 47.99em) {
  .hp-form--wide .hp-form__fields:not(:last-child),
  .hp-form--wide .hp-form__footer:not(:last-child) {
    margin: 0 0 2rem;
  }
}
.hp-form--wide .hp-form__fields {
  display: flex;
}
@media only screen and (max-width: 47.99em) {
  .hp-form--wide .hp-form__fields {
    flex-direction: column;
  }
}
.hp-form--wide .hp-form__field,
.hp-form--wide .hp-form__fields {
  flex: 1;
}
.hp-form--wide .hp-form__button:not(:last-child),
.hp-form--wide .hp-form__field:not(:last-child) {
  margin: 0 1rem 0 0;
}
.hp-form--wide .hp-form__field:not(:last-child) {
  margin-bottom: 0;
}
@media only screen and (max-width: 47.99em) {
  .hp-form--wide .hp-form__field:not(:last-child) {
    margin: 0 0 1.5rem;
  }
}
@media only screen and (max-width: 47.99em) {
  .hp-form--wide .hp-form__button {
    width: 100%;
  }
  .hp-form--wide .hp-form__button:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.hp-form--pivot .hp-form__field {
  display: flex;
  margin: 0;
  align-items: center;
}
.hp-field--checkboxes,
.hp-field--radio {
  max-height: 24.33rem;
  overflow-y: auto;
}
.hp-field--checkboxes ul,
.hp-field--radio ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hp-field--checkboxes ul ul,
.hp-field--radio ul ul {
  margin: 0.5rem 0 0 1.5rem;
}
.hp-field--checkboxes ul li,
.hp-field--radio ul li {
  margin: 0;
}
.hp-field--checkboxes ul li:not(:last-child),
.hp-field--radio ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.hp-field--checkboxes ul li label,
.hp-field--radio ul li label {
  cursor: pointer;
}
.hp-field--number-range {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
.hp-field--number-range input[type="number"] {
  width: 100%;
  margin: 0 0.5rem;
  flex: 1;
}
.hp-field--number-range > div {
  flex: 0 1 100%;
  margin: 1rem 0.5rem 0;
}
.hp-field--checkbox span {
  cursor: pointer;
}
.hp-field--date,
.hp-field--time {
  display: flex;
  align-items: center;
}
.hp-field--date input[type="text"],
.hp-field--time input[type="text"] {
  flex: 1;
  padding-right: 2.5rem;
  min-width: 0;
}
.hp-field--date a,
.hp-field--time a {
  display: none;
  flex: 0 0 2.5rem;
  margin-left: -2.5rem;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
.hp-field--date i,
.hp-field--time i {
  color: #888;
}
.hp-field input[type="checkbox"],
.hp-field input[type="radio"] {
  margin-right: 0.5rem;
  cursor: pointer;
  visibility: visible !important;
}
.hp-form--pivot .hp-field__label {
  margin: 0 0.5rem 0 0;
  white-space: nowrap;
}
.hp-form--primary .hp-field__label {
  display: none;
}
.hp-menu:not(:last-child) {
  margin-bottom: 2rem;
}
.hp-menu li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
.hp-menu__item small {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1.5rem;
  min-height: 1.5rem;
  padding: 0 0.5rem;
  margin-left: 0.5rem;
  border-radius: 9999px;
  background-color: #ff5a5f;
  color: #fff;
  font-size: 80%;
  line-height: 1;
  white-space: nowrap;
}
.hp-menu--site-header {
  display: flex;
  align-items: center;
  margin: 0;
}
.hp-menu--site-header > .hp-link {
  white-space: nowrap;
}
.hp-menu--site-header .hp-menu__item:not(:last-child) {
  margin-right: 2rem;
}
@media only screen and (max-width: 47.99em) {
  .hp-menu--site-header .hp-menu__item:not(:last-child) {
    margin-right: 1.5rem;
  }
}
.hp-menu--breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.hp-menu--breadcrumb ul ul {
  display: none;
}
.hp-menu--breadcrumb .hp-menu__item {
  margin: 0;
  font-size: 80%;
  display: flex;
  align-items: center;
}
.hp-menu--breadcrumb .hp-menu__item:not(:last-child) {
  margin-right: 0.5rem;
}
.hp-menu--breadcrumb .hp-menu__item:not(:last-child)::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  content: "\f105";
  font-size: 14px;
  margin-left: 0.5rem;
  opacity: 0.5;
}
.hp-menu--tabbed {
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 0;
}
.hp-menu--tabbed:not(:last-child) {
  border-bottom-width: 1px;
}
.hp-menu--tabbed ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.hp-menu--tabbed ul ul {
  display: none;
}
.hp-menu--tabbed .hp-menu__item {
  padding: 1rem;
  margin: 0;
  position: relative;
}
.hp-menu--tabbed .hp-menu__item--current::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.5);
}
.hp-menu--tabbed .hp-menu__item--current a {
  color: inherit;
  font-weight: 700;
}
.hp-page__topbar--separate .hp-menu--tabbed {
  margin: -1rem 0;
  border-bottom-width: 0;
}
@media only screen and (max-width: 47.99em) {
  .hp-page__topbar--separate .hp-menu--tabbed {
    margin-bottom: 0;
  }
  .hp-page__topbar--separate .hp-menu--tabbed:not(:last-child) {
    margin-bottom: 1rem;
    border-bottom-width: 1px;
    width: 100%;
  }
}
.hp-grid:last-child {
  margin-bottom: -2rem;
}
.hp-grid__item {
  margin-bottom: 2rem;
}
.hp-pagination:not(:last-child) {
  margin-bottom: 2rem;
}
.hp-pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hp-pagination .nav-links .page-numbers:not(:last-child) {
  margin-right: 1rem;
}
.hp-pagination .nav-links .page-numbers:not(.prev):not(.next) {
  font-size: 120%;
}
.hp-page {
  max-width: 80rem;
  margin: 0 auto;
}
.hp-page__header:not(:last-child) {
  margin-bottom: 4rem;
}
.hp-page__footer:not(:first-child) {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.99em) {
  .hp-page__sidebar:first-child {
    margin-bottom: 3rem;
  }
  .hp-page__sidebar:last-child {
    margin-top: 3rem;
  }
}
.hp-page__topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 47.99em) {
  .hp-page__topbar {
    flex-direction: column;
    align-items: flex-start;
  }
}
.hp-page__topbar:not(:last-child) {
  margin-bottom: 2rem;
}
.hp-page__topbar--separate {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  border-width: 0;
  padding: 1rem 0;
  margin-top: -1rem;
}
.hp-page__topbar--separate:not(:last-child) {
  border-bottom-width: 1px;
}
.hp-page__title:not(:last-child) {
  margin-bottom: 2rem;
}
.hp-page__title:first-child {
  margin-top: 0;
}
.hp-page__description:not(:last-child) {
  margin-bottom: 1.5rem;
}
.hp-page__title + .hp-page__description {
  margin-top: -1rem;
}
.hp-section__title:not(:last-child) {
  margin-bottom: 1rem;
}
.hp-section__title:first-child {
  margin-top: 0;
}
.hp-section:not(:last-child),
.hp-widget:not(:last-child) {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 47.99em) {
  .hp-widget--listing-filter,
  .hp-widget--vendor-filter {
    display: none;
  }
}
.hp-listing--view-block:not(:last-child) {
  margin-bottom: 2rem;
}
.hp-listing--view-block .hp-listing__content:not(:last-child),
.hp-listing--view-block .hp-listing__footer:not(:last-child),
.hp-listing--view-block .hp-listing__header:not(:last-child) {
  margin-bottom: 1rem;
}
.hp-listing--view-block .hp-listing__attributes--secondary:not(:last-child),
.hp-listing--view-block .hp-listing__attributes--ternary:not(:last-child),
.hp-listing--view-block .hp-listing__details--primary:not(:last-child),
.hp-listing--view-block .hp-listing__image:not(:last-child),
.hp-listing--view-block .hp-listing__title:not(:last-child) {
  margin-bottom: 0.5rem;
}
.hp-listing--view-block .hp-listing__header {
  position: relative;
}
.hp-listing--view-block .hp-listing__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hp-listing--view-block .hp-listing__actions--primary,
.hp-listing--view-block .hp-listing__attributes--primary {
  display: flex;
  align-items: center;
}
.hp-listing--view-block .hp-listing__attributes--primary {
  min-width: 0;
}
.hp-listing--view-block .hp-listing__attributes--primary:not(:last-child) {
  margin-right: 1rem;
}
.hp-listing--view-page .hp-listing__actions--primary {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hp-listing__actions--secondary {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.hp-listing--view-page .hp-listing__actions--primary:not(:last-child),
.hp-listing--view-page .hp-listing__attributes--primary:not(:last-child),
.hp-listing--view-page .hp-listing__attributes--secondary:not(:last-child),
.hp-listing--view-page .hp-listing__attributes--ternary:not(:last-child),
.hp-listing--view-page .hp-listing__description:not(:last-child),
.hp-listing--view-page .hp-listing__details--primary:not(:last-child),
.hp-listing--view-page .hp-listing__images:not(:last-child),
.hp-listing--view-page .hp-listing__title:not(:last-child) {
  margin-bottom: 2rem;
}
.hp-listing__image-carousel,
.hp-listing__image-slider,
.hp-listing__images-carousel,
.hp-listing__images-slider {
  direction: ltr;
}
.hp-listing__image-carousel .slick-arrow,
.hp-listing__image-slider .slick-arrow,
.hp-listing__images-carousel .slick-arrow,
.hp-listing__images-slider .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  display: block;
  width: 32px;
  height: 32px;
  margin-top: -1rem;
  text-align: center;
  line-height: 2rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
}
.hp-listing__image-carousel .slick-arrow.slick-disabled,
.hp-listing__image-slider .slick-arrow.slick-disabled,
.hp-listing__images-carousel .slick-arrow.slick-disabled,
.hp-listing__images-slider .slick-arrow.slick-disabled {
  top: -9999px;
}
.hp-listing__image-carousel .slick-prev,
.hp-listing__image-slider .slick-prev,
.hp-listing__images-carousel .slick-prev,
.hp-listing__images-slider .slick-prev {
  left: 1rem;
}
.hp-listing__image-carousel .slick-next,
.hp-listing__image-slider .slick-next,
.hp-listing__images-carousel .slick-next,
.hp-listing__images-slider .slick-next {
  right: 1rem;
}
.hp-listing__image-slider:not(:last-child),
.hp-listing__images-slider:not(:last-child) {
  margin-bottom: 1rem;
}
.hp-listing__image-slider:not(:hover) .slick-arrow,
.hp-listing__images-slider:not(:hover) .slick-arrow {
  display: none !important;
}
.hp-listing__image-slider .slick-current + .slick-slide img,
.hp-listing__image-slider .slick-slide:has(+ .slick-current) img,
.hp-listing__images-slider .slick-current + .slick-slide img,
.hp-listing__images-slider .slick-slide:has(+ .slick-current) img {
  position: relative;
  z-index: -1;
}
.hp-listing__image-slider .slick-slide:has(+ .slick-current) img,
.hp-listing__images-slider .slick-slide:has(+ .slick-current) img {
  right: -1px;
}
.hp-listing__image-slider .slick-current + .slick-slide img,
.hp-listing__images-slider .slick-current + .slick-slide img {
  left: -1px;
}
.hp-listing__image-carousel,
.hp-listing__images-carousel {
  overflow: hidden;
}
.hp-listing__image-carousel .slick-list,
.hp-listing__images-carousel .slick-list {
  margin: 0 -0.5rem;
}
.hp-listing__image-carousel .slick-slide,
.hp-listing__images-carousel .slick-slide {
  padding: 0 0.5rem;
  outline: 0;
  cursor: pointer;
}
.hp-listing__image-carousel .slick-slide img,
.hp-listing__image-carousel .slick-slide video,
.hp-listing__images-carousel .slick-slide img,
.hp-listing__images-carousel .slick-slide video {
  opacity: 0.5;
  pointer-events: none;
}
.hp-listing__image-carousel .slick-current img,
.hp-listing__image-carousel .slick-current video,
.hp-listing__image-carousel .slick-slide:hover img,
.hp-listing__image-carousel .slick-slide:hover video,
.hp-listing__images-carousel .slick-current img,
.hp-listing__images-carousel .slick-current video,
.hp-listing__images-carousel .slick-slide:hover img,
.hp-listing__images-carousel .slick-slide:hover video {
  opacity: 1;
}
.hp-listing__image img,
.hp-listing__image video,
.hp-listing__images img,
.hp-listing__images video {
  display: block;
  width: 100%;
  height: auto;
}
.hp-listing__image img[data-zoom^="http"],
.hp-listing__image video[data-zoom^="http"],
.hp-listing__images img[data-zoom^="http"],
.hp-listing__images video[data-zoom^="http"] {
  cursor: pointer;
}
.wp-block .hp-listing__image img:not(:first-child),
.wp-block .hp-listing__image video:not(:first-child),
.wp-block .hp-listing__images img:not(:first-child),
.wp-block .hp-listing__images video:not(:first-child) {
  display: none;
}
.hp-listing__title {
  margin: 0;
  word-wrap: break-word;
}
.hp-listing__title a {
  text-decoration: none;
  color: inherit;
}
.hp-listing--edit-block .hp-listing__title span {
  word-break: break-word;
}
@media only screen and (max-width: 47.99em) {
  .hp-listing--edit-block .hp-listing__categories {
    display: none;
  }
}
.hp-listing__verified-badge {
  color: #15cd72;
  display: inline-block;
  vertical-align: middle;
}
.hp-listing--view-block .hp-listing__featured-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  left: 1rem;
  top: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  color: #fff;
}
.hp-listing--view-block .hp-listing__created-date,
.hp-listing--view-page .hp-listing__created-date {
  font-size: 80%;
  display: block;
}
.hp-listing__attributes--primary .hp-listing__attribute,
.hp-listing__attributes--secondary .hp-listing__attribute,
.hp-listing__attributes--ternary .hp-listing__attribute {
  word-wrap: break-word;
}
.hp-listing--view-block .hp-listing__attributes--ternary .hp-listing__attribute:not(:last-child) {
  margin-bottom: 0.5rem;
}
.hp-listing--view-page .hp-listing__attributes--ternary .hp-listing__attribute:not(:last-child) {
  margin-bottom: 1rem;
}
.hp-listing--view-block .hp-listing__attributes--primary .hp-listing__attribute {
  font-size: 120%;
  min-width: 0;
}
.hp-listing--view-block .hp-listing__attributes--primary .hp-listing__attribute:not(:last-child) {
  margin-right: 12px;
}
.hp-listing--view-page .hp-listing__attributes--primary .hp-listing__attribute {
  font-size: 120%;
  text-align: center;
  padding: 1rem 1.5rem;
  background-color: rgba(0, 0, 0, 0.04);
}
.hp-listing--view-page .hp-listing__attributes--primary .hp-listing__attribute:not(:last-child) {
  margin-bottom: 1rem;
}
.hp-listing--view-block .hp-listing__actions--primary .hp-listing__action {
  opacity: 0.5;
  text-decoration: none;
}
.hp-listing--view-block .hp-listing__actions--primary .hp-listing__action:hover,
.hp-listing--view-block .hp-listing__actions--primary .hp-listing__action[data-state="active"] {
  opacity: 1;
}
.hp-listing--view-block .hp-listing__actions--primary .hp-listing__action:not(:last-child) {
  margin-right: 1rem;
}
.hp-listing--view-page .hp-listing__actions--primary .hp-listing__action:not(:last-child) {
  margin-bottom: 0.5rem;
}
.hp-listing--view-page .hp-listing__actions--primary button.hp-listing__action {
  width: 100%;
}
.hp-listing--view-page .hp-listing__actions--primary button.hp-listing__action:not(:last-child) {
  margin-bottom: 1rem;
}
.hp-listing__actions--secondary .hp-listing__action:not(:last-child) {
  margin-right: 1.5rem;
}
.hp-listing-category--view-block:not(:last-child) {
  margin-bottom: 2rem;
}
.hp-listing-category--view-block .hp-listing-category__content:not(:last-child),
.hp-listing-category--view-block .hp-listing-category__header:not(:last-child) {
  margin-bottom: 1rem;
}
.hp-listing-category--view-block .hp-listing-category__description:not(:last-child),
.hp-listing-category--view-block .hp-listing-category__details--primary:not(:last-child),
.hp-listing-category--view-block .hp-listing-category__image:not(:last-child),
.hp-listing-category--view-block .hp-listing-category__name:not(:last-child) {
  margin-bottom: 0.5rem;
}
.hp-listing-category__image img {
  display: block;
  width: 100%;
  height: auto;
}
.hp-listing-category__name {
  margin: 0;
  word-wrap: break-word;
  color: #fff !important;
}
.hp-listing-category__name a {
  text-decoration: none;
  color: inherit;
}
.hp-listing-category__item-count {
  font-size: 80%;
}
.hp-listing-category--view-block .hp-listing-category__description,
.hp-listing-category--view-block .hp-listing-category__item-count,
.hp-listing-category--view-block .hp-listing-category__name {
  text-align: center;
}
.hp-vendor--view-block:not(:last-child) {
  margin-bottom: 2rem;
}
.hp-vendor--view-block .hp-vendor__content:not(:last-child),
.hp-vendor--view-block .hp-vendor__footer:not(:last-child),
.hp-vendor--view-block .hp-vendor__header:not(:last-child) {
  margin-bottom: 1rem;
}
.hp-vendor--view-block .hp-vendor__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hp-vendor--view-block .hp-vendor__actions--primary,
.hp-vendor--view-block .hp-vendor__attributes--primary {
  display: flex;
  align-items: center;
}
.hp-vendor--view-block .hp-vendor__attributes--primary {
  min-width: 0;
}
.hp-vendor--view-block .hp-vendor__attributes--primary:not(:last-child) {
  margin-right: 1rem;
}
.hp-vendor__attributes--primary .hp-vendor__attribute,
.hp-vendor__attributes--secondary .hp-vendor__attribute,
.hp-vendor__attributes--ternary .hp-vendor__attribute {
  word-wrap: break-word;
}
.hp-vendor--view-block .hp-vendor__attributes--ternary .hp-vendor__attribute:not(:last-child),
.hp-vendor--view-page .hp-vendor__attributes--ternary .hp-vendor__attribute:not(:last-child) {
  margin-bottom: 0.5rem;
}
.hp-vendor--view-block .hp-vendor__attributes--primary .hp-vendor__attribute {
  font-size: 120%;
  min-width: 0;
}
.hp-vendor--view-block .hp-vendor__attributes--primary .hp-vendor__attribute:not(:last-child) {
  margin-right: 1rem;
}
.hp-vendor--view-block .hp-vendor__actions--primary .hp-vendor__action {
  opacity: 0.5;
  text-decoration: none;
}
.hp-vendor--view-block .hp-vendor__actions--primary .hp-vendor__action:hover,
.hp-vendor--view-block .hp-vendor__actions--primary .hp-vendor__action[data-state="active"] {
  opacity: 1;
}
.hp-vendor--view-block .hp-vendor__actions--primary .hp-vendor__action:not(:last-child) {
  margin-right: 1rem;
}
.hp-vendor--view-block .hp-vendor__attributes--secondary:not(:last-child),
.hp-vendor--view-block .hp-vendor__attributes--ternary:not(:last-child),
.hp-vendor--view-block .hp-vendor__image:not(:last-child),
.hp-vendor--view-block .hp-vendor__name:not(:last-child) {
  margin-bottom: 0.5rem;
}
.hp-vendor--view-block .hp-vendor__details--primary:not(:last-child),
.hp-vendor--view-page .hp-vendor__attributes--secondary:not(:last-child),
.hp-vendor--view-page .hp-vendor__attributes--ternary:not(:last-child),
.hp-vendor--view-page .hp-vendor__details--primary:not(:last-child),
.hp-vendor--view-page .hp-vendor__image:not(:last-child),
.hp-vendor--view-page .hp-vendor__name:not(:last-child) {
  margin-bottom: 1rem;
}
.hp-vendor--view-page .hp-vendor__actions--primary:not(:last-child),
.hp-vendor--view-page .hp-vendor__attributes--primary:not(:last-child),
.hp-vendor--view-page .hp-vendor__summary:not(:last-child) {
  margin-bottom: 2rem;
}
.hp-vendor--view-block .hp-vendor__details--primary,
.hp-vendor--view-page .hp-vendor__details--primary {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hp-vendor--view-page .hp-vendor__actions--primary {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hp-vendor__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.hp-vendor--view-block .hp-vendor__image,
.hp-vendor--view-page .hp-vendor__image {
  width: 10rem;
  margin-left: auto;
  margin-right: auto;
}
.hp-vendor__name {
  margin: 0;
  word-wrap: break-word;
}
.hp-vendor__name a {
  text-decoration: none;
  color: inherit;
}
.hp-vendor__online-badge {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c1c8d5;
}
.hp-vendor__online-badge--active {
  background-color: #15cd72;
}
.hp-vendor--view-page .hp-vendor__online-badge {
  width: 10px;
  height: 10px;
}
.hp-vendor__verified-badge {
  color: #15cd72;
  display: inline-block;
  vertical-align: middle;
}
.hp-vendor__registered-date {
  font-size: 80%;
  display: block;
}
.hp-vendor--view-block .hp-vendor__name,
.hp-vendor--view-block .hp-vendor__registered-date,
.hp-vendor--view-page .hp-vendor__name,
.hp-vendor--view-page .hp-vendor__registered-date {
  text-align: center;
}
.hp-vendor--view-page .hp-vendor__attributes--primary .hp-vendor__attribute {
  font-size: 120%;
  text-align: center;
  padding: 1rem 1.5rem;
  background-color: rgba(0, 0, 0, 0.04);
}
.hp-vendor--view-page .hp-vendor__attributes--primary .hp-vendor__attribute:not(:last-child) {
  margin-bottom: 1rem;
}
.hp-vendor--view-page .hp-vendor__actions--primary .hp-vendor__action:not(:last-child) {
  margin-bottom: 0.5rem;
}
.hp-vendor--view-page .hp-vendor__actions--primary button.hp-vendor__action {
  width: 100%;
}
.hp-vendor--view-page .hp-vendor__actions--primary button.hp-vendor__action:not(:last-child) {
  margin-bottom: 1rem;
}
.hp-theme--twentyseventeen .single-featured-image-header {
  display: none;
}
.hp-theme--storefront .site-header .site-branding {
  width: auto;
}
@media only screen and (max-width: 47.99em) {
  .hp-theme--storefront .menu-toggle {
    float: left;
  }
}
.hp-theme--storefront div.content-area {
  float: left;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.hp-theme--astra #primary {
  width: 100%;
}
.hp-theme--oceanwp .hp-form input[type="number"] {
  max-width: none;
}
.hp-theme--twentynineteen .hp-page {
  max-width: 100%;
  margin: 0 0 3rem;
}
.hp-theme--neve .hp-page,
.hp-theme--popularfx .hp-page {
  padding-top: 2rem;
}
.hp-theme--neve .hp-page {
  padding-bottom: 2rem;
}
.hp-theme--generatepress #content .hp-page {
  margin-right: 0;
  padding: 40px;
}
@media only screen and (max-width: 768px) {
  .hp-theme--generatepress #content .hp-page {
    padding: 30px;
  }
}
.hp-theme--generatepress #content .hp-page,
.hp-theme--zakra .content-area {
  flex: 1;
}
.hp-theme--storefront .hp-menu--site-header {
  float: right;
  margin-left: 1.5rem;
}
@media only screen and (max-width: 47.99em) {
  .hp-theme--storefront .hp-menu--site-header {
    float: none;
    clear: both;
    margin: 0;
    padding: 1.5rem 0;
  }
}
.select2-container {
  min-width: 4.5rem;
}
.select2-dropdown {
  z-index: 99999;
}
body.admin-bar {
  position: relative;
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    top: -46px;
  }
}
@media only screen and (min-width: 48em) {
  .menu-item--user-account.menu-item--first,
  .menu-item--user-login.menu-item--first {
    display: none !important;
  }
}
@media only screen and (max-width: 47.99em) {
  .menu-item--user-account.menu-item--last,
  .menu-item--user-login.menu-item--last {
    display: none !important;
  }
}
