.ps-faceted-apply-actions {
  display: block;
  float: right;
  clear: both;
  width: 100%;
  min-width: 150px;
  margin: 16px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid #e5e5e5;
  box-sizing: border-box;
}

.facet_filter_box + .ps-faceted-apply-actions {
  margin-top: 12px;
}

.ps-faceted-apply-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: right;
  min-width: 150px;
  min-height: 42px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.ps-faceted-apply-actions.is-pristine .ps-faceted-apply-button {
  opacity: 0.65;
  cursor: not-allowed;
}
