.ep-search-results {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}
.my-custom-result:hover {
	border-color: #ccc;
}
.ep-search-results__header {
  width: 100%;
}
.ep-search-modal__content {
  bottom: 1em;
  margin: 0 auto;
  max-width: 100vw;
  top: 4em;
  width: calc(100vw - 7%);
  z-index: 9999999;
}
.ep-search-small-button,
.ep-search-sidebar-toggle {
  background-color: white;
  border: 1px solid #ccc;
  padding: 8px;
}
.ep-search-results {
  gap: 1em;
}
.ep-search-panel__heading {
	font-weight: bold;
}
.ep-search-pagination {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
button.ep-search-pagination-button {
  background: white;
  border: 1px solid #ccc;
  padding: 8px;
  margin-top: 10px;
  font-family: inherit;
}
.ep-search-pagination__count {
  order: 1;
  margin-right: 10px;
}
.ep-search-pagination__previous {
  order: 2;
}
.ep-search-pagination__next {
  order: 3;
}
img.ep-logo {
  margin: 0 auto;
  display: block;
  padding-bottom: 20px;
  max-width: 150px;
}
@media (min-width: 960px) {
  .my-custom-result {
    width: 17.33%;
  }
}
.my-custom-result {
  border: 1px solid #efefef;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  min-height: 400px;
}
.my-custom-result:hover {
  text-decoration: none;
}
.my-custom-result .uk-card-body {
  width: 100%;
  display: block;
  padding: 0 15px;
}
.my-custom-result .el-title {
  text-align: left;
  font-size: 16px;
  margin-bottom: 15px;
}
.my-custom-result .price {
  display: flex;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  font-family: inherit;
  color: #000;
}
.my-custom-result del.regularprice {
  margin-right: 5px;
  color: #7d7d7d;
  font-weight: 300;
}
.my-custom-result .onsale {
	position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    height: 30px;
    padding-left: 12px;
    padding-right: 12px;
    background: #000;
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    font-weight: 500;
    text-transform: uppercase;
}
:focus-visible {
  outline: none;
}
select#ep-sort {
  border-radius: 0;
  padding: 5px;
  font-family: inherit;
  border-color: #ccc;
  color: #6c6d74;
}
input.ep-search-input {
  border: none;
  border-bottom: 1px solid #ccc;
}
.wp-product-image {
  background-position: center;
  background-size: cover;
  display: block;
  height: 250px;
  width: 250px;
}
span.ep-search-sort__label {
  width: 125px;
}
@media (max-width: 991.98px) {
  .ep-search-input {
    font-size: 1em;
  }
  .my-custom-result {
    width: 46%;
  }
  .onsale {
    top: 5px;
    left: 0px;
    height: 20px;
    font-size: 8px;
  }
  .my-custom-result .el-title {
    font-size: 11px;
  }
.wp-product-image {
    height: 200px;
  }
}
