@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans Extra Condensed";
  src: url("../fonts/Sofia_Sans/SofiaSansExtraCondensed-ExtraBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: bold;
}

p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-box-trim: trim-both;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

p:last-child {
  margin-bottom: 0;
}

.overflow::after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(15, 17, 18, 0.3137254902);
  z-index: 9999;
}

.sr-filter .sr-filterbox {
  background-color: transparent;
  padding: 16px;
  border-radius: 16px;
  border: 2px solid #e9d5ff;
}

.sr-pagination {
  margin-top: 16px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.sr-pagination .sr-page-count {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sr-pagination .sr-page-count .sort-select select {
  font-size: 18px;
  font-weight: 600;
  padding: 0px 18px;
}
.sr-pagination .sr-page-count .sort-select::after {
  right: 0;
  width: 9px;
  height: 9px;
}
.sr-pagination p {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  color: #000;
  font-weight: 400;
}
.sr-pagination .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
@media (max-width: 1024px) {
  .sr-pagination .pagination {
    justify-content: space-between;
    margin-top: 24px;
    width: 100%;
  }
}
.sr-pagination .pagination button {
  outline: none;
  background: transparent;
  border: none;
  width: 24px;
  height: 24px;
  display: flex;
  text-align: center;
  cursor: pointer;
}

.directory_wrapper {
  padding: 9px 0 clamp(32px, 5.026vw, 76px) 0;
}
@media (max-width: 767px) {
  .directory_wrapper .container-flex {
    padding-top: 3px;
  }
}
.directory_wrapper .directory_topbox {
  display: none;
  padding: 12px;
  background-color: #EBF5FB;
  margin-bottom: 14px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 20px 13px;
}
@media (max-width: 767px) {
  .directory_wrapper .directory_topbox {
    display: flex;
  }
}
.directory_wrapper .directory_topbox p {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  color: #30505D;
  font-weight: 400;
}
.directory_wrapper .directory_topbox p span {
  font-weight: 700;
}
.directory_wrapper .directory_topbox .dir_filter_icon {
  cursor: pointer;
}
@media (max-width: 991px) {
  .directory_wrapper {
    padding: 0 0 clamp(32px, 5.026vw, 76px) 0;
  }
  .directory_wrapper .theme-container {
    padding: 0;
  }
  .directory_wrapper .directory_topbox {
    display: flex;
    width: 100%;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .directory_wrapper .directory_topbox {
    margin-bottom: 0;
  }
}
.directory_wrapper .fd_wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 13px;
}
@media (max-width: 991px) {
  .directory_wrapper .fd_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.directory_wrapper .fd_wrapper .fd_left_content.has-filter {
  display: grid;
  grid-template-columns: 227px 1fr;
  gap: 20px;
}
@media (max-width: 991px) {
  .directory_wrapper .fd_wrapper .fd_left_content.has-filter {
    grid-template-columns: repeat(1, 1fr);
  }
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-order-box {
  background-color: #30505D;
  padding: 16px 24px 21px 24px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-order-box {
    display: none;
  }
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-order-box h1 {
  font-size: 28px;
  font-family: "IBM Plex Sans";
  line-height: 1.3;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-order-box .result-order-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-order-box .result-order-status p {
  color: #ffffff;
  margin-bottom: 0;
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-order-box .result-order {
  display: flex;
  align-items: center;
  gap: 8px;
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-order-box .result-order label {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  color: #ffffff;
  font-weight: 500;
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-order-box .result-order select {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAGhJREFUeAHtkbsNgDAMBW2xC2tARcU2tEgEiZZtqKgQY7BMgNT5vKSL9K61fGfJIoSQ+tHQYJx3I1YXgSx2PbbJ+EZNaOe5z6vthu8A7aVQHg1AkYQ8GYhGADkU8EZAeTb/493zCSFZvAD2KXSHT4kvAAAAAElFTkSuQmCC), #ffffff;
  background-repeat: no-repeat;
  background-position: 99%;
  padding: 11px 25px 11px 17px;
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper {
  margin-top: 16px;
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .middle_ad {
  margin-top: 20px;
  margin-bottom: 20px;
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .b_pagination_flex {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper {
    margin-top: 0;
  }
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .bottom_pagination:last-of-type {
    display: block;
  }
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card {
  padding: 20px 14px 20px 20px;
  border-radius: 16px;
  background-color: #f3e8ff;
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card.sponsored_box {
  background-color: #eaeaea;
  margin-bottom: 21px !important;
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card.sponsored_box .rpc-heading-content {
  align-items: flex-end !important;
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card.sponsored_box .product_description {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card.sponsored_box .product_description {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card {
    border-radius: 0;
    padding: 9px 8px 9px 16px;
  }
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card:not(:last-of-type) {
  margin-bottom: 11px;
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-box {
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-box .rpc-tag {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 500;
  color: #5C93A9;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  display: none;
}
@media (max-width: 767px) {
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-box .rpc-tag {
    font-size: 14px;
    display: flex;
  }
}
@media (max-width: 767px) {
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-box .rpc-tag img {
    width: 12px;
    height: 12px;
  }
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-box h2 {
  font-size: 24px;
  font-family: "IBM Plex Sans";
  line-height: 1.3;
  font-weight: 500;
  color: #0C191F;
  line-height: 130%;
  font-weight: 600;
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-box h2 a {
  color: #0C191F;
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-box .rpc-brand {
  flex-shrink: 0;
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-box .rpc-brand img {
  width: 100%;
  display: block;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content {
  display: grid;
  grid-template-columns: 1fr auto;
}
@media (max-width: 767px) {
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .rpc_left {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .rpc-product-box {
  display: flex;
  align-items: flex-start;
  gap: 21px;
  padding-right: 19px;
}
@media (max-width: 767px) {
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .rpc-product-box {
    align-items: flex-start;
    gap: 8px;
    padding-right: 8px;
  }
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .rpc-product-box .rpc-product-img-wrapper {
  border-radius: 16px;
  background-color: #ffffff;
  padding: 10px;
  background-size: contain;
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .rpc-product-box .rpc-product-img-wrapper .listing_pic {
  border-radius: 16px;
  background-repeat: no-repeat;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat;
  animation-timing-function: steps(1, end) !important;
  animation-fill-mode: forwards !important;
  animation-iteration-count: infinite !important;
  width: 153px !important;
  height: 143px !important;
}
@media (max-width: 1024px) {
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .rpc-product-box .rpc-product-img-wrapper .listing_pic {
    width: 105px !important;
    height: 102px !important;
  }
}
@media (max-width: 767px) {
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .rpc-product-box .rpc-product-img-wrapper .listing_pic {
    width: 85px !important;
    height: 87px !important;
  }
}
@media (max-width: 767px) {
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .rpc-product-box .rpc-product-img-wrapper {
    flex-shrink: 0;
  }
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .rpc-product-box .rpc-product-detail {
  flex: 1;
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .rpc-product-box .rpc-product-detail .detail_page span.rpc-tag {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 500;
  color: #5C93A9;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .rpc-product-box .rpc-product-detail .detail_page span.rpc-tag img {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .rpc-product-box .rpc-product-detail .detail_page h2 {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  color: #0C191F;
  line-height: 130%;
  font-weight: 600;
}
@media (max-width: 767px) {
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .rpc-product-box .rpc-product-detail .detail_page h2 {
    font-size: 16px;
  }
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .rpc-product-box .rpc-product-detail .detail_page h2 a {
  color: #0C191F;
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .rpc-product-box .rpc-product-detail .desktop_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
@media (min-width: 991px) and (max-width: 1100px) {
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .rpc-product-box .rpc-product-detail .desktop_flex {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .rpc-product-box .rpc-product-detail .desktop_flex {
    display: none;
  }
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .rpc-product-box .rpc-product-detail h2 {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  color: #0C191F;
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 130%;
  font-weight: 600;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .rpc-product-box .rpc-product-detail h2 {
    margin-bottom: 7px;
    line-height: 110%;
  }
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .rpc-product-box .rpc-product-detail h2 a {
  color: inherit;
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .rpc-product-box .rpc-product-detail ul {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .rpc-product-box .rpc-product-detail ul {
    margin-bottom: 0px;
  }
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .rpc-product-box .rpc-product-detail ul li:first-of-type .prod-value {
  font-weight: 600;
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .rpc-product-box .rpc-product-detail ul li:not(:last-of-type) {
  margin-bottom: 4px;
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .rpc-product-box .rpc-product-detail .prod-head {
  min-width: 65px;
  display: inline-block;
  font-size: 16px;
  font-family: "Work Sans";
  line-height: 0.9;
  font-weight: 600;
  color: #30505D;
}
@media (max-width: 767px) {
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .rpc-product-box .rpc-product-detail .prod-head {
    vertical-align: top;
  }
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .rpc-product-box .rpc-product-detail .prod-value {
  display: inline-block;
  font-size: 16px;
  font-family: "Work Sans";
  line-height: 0.9;
  font-weight: 600;
  color: #30505D;
  font-weight: 400;
}
@media (max-width: 767px) {
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .rpc-product-box .rpc-product-detail .prod-value {
    max-width: 159px;
    line-height: 110%;
    font-size: 14px;
  }
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .rpc-product-box .rpc-product-detail .cr-box span.label-text {
  color: #0C191F;
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .rpc-product-box .rpc-product-detail .rpc-compare .label-text {
  font-weight: 600 !important;
}
@media (max-width: 767px) {
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .rpc-product-box .rpc-product-detail .rpc-compare {
    display: none;
  }
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .product_description {
  width: 100%;
  max-width: 214px;
}
@media (max-width: 767px) {
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .product_description.mobile_screen {
    display: flex;
    gap: 8px;
  }
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .product_description.mobile_screen > div {
    display: flex;
    flex-direction: column;
    gap: 7px;
  }
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .product_description .product_rating {
  padding: 8px 14px 8px 15px;
  border-radius: 11px;
  gap: 0;
  justify-content: unset;
}
@media (max-width: 767px) {
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .product_description .product_rating {
    justify-content: center;
    flex-direction: column;
    width: 59px;
    height: 70px;
    padding: 8px 4px;
  }
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .product_description .product_rating .progress-ring {
  margin-left: auto;
}
@media (max-width: 767px) {
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .product_description .product_rating .progress-ring {
    display: none;
  }
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .product_description .product_rating span {
  font-size: 16px;
  color: #240036;
  font-family: "IBM Plex Sans";
  letter-spacing: -1px;
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .product_description .product_rating span.mobile_text {
  display: none;
}
@media (max-width: 767px) {
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .product_description .product_rating span.mobile_text {
    display: block;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .product_description .product_rating span.desktop_text {
    display: none !important;
  }
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .product_description .product_rating h3 {
  font-size: clamp(32px, 2.292vw, 44px);
  color: #240036;
  padding-left: 7px;
}
@media (max-width: 991px) {
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .product_description .product_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .product_description .product_flex {
    margin-top: 16px;
  }
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .product_description .price_tag {
  gap: 0;
  margin: 8px 0;
  padding: 12px 13px 12px 14px;
  justify-content: unset;
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .product_description .price_tag p {
  margin-left: auto;
}
@media (max-width: 767px) {
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .product_description .price_tag p {
    margin-left: unset;
  }
}
@media (max-width: 767px) {
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .product_description .price_tag {
    margin: 0;
    flex-direction: column;
    width: 100%;
    padding: 8px 4px;
    gap: 0;
    min-height: 73px;
    align-items: center;
    justify-content: center;
  }
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .product_description .price_tag p {
    padding-bottom: 0 !important;
  }
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .product_description .price_tag > span {
    display: none;
  }
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .product_description .price_tag h3 {
  font-size: clamp(26px, 2.083vw, 40px);
  position: relative;
  left: 6px;
}
@media (max-width: 767px) {
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .product_description .price_tag h3 {
    left: unset;
  }
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .product_description .price_tag p {
  font-size: 14px;
  padding-bottom: 7px;
}
@media (max-width: 767px) {
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .product_description .price_tag p {
    padding-top: 0;
    font-weight: 400;
  }
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .product_description .p_tooltip_box {
  gap: 7px;
}
@media (max-width: 767px) {
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .product_description .p_tooltip_box {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1px !important;
  }
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .product_description .p_tooltip_box .tooltip_icon img {
  width: 32px;
  height: 32px;
}
@media (max-width: 767px) {
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .product_description .p_tooltip_box .tooltip_icon img {
    width: 25px;
    height: 25px;
  }
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .product_description .p_tooltip_box .tooltip_description.inactive {
  background-color: #c7c7cc;
}
@media (max-width: 1300px) {
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .product_description .p_tooltip_box .tooltip_description {
    right: 0;
  }
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .mobile_flex {
  display: none;
}
@media (max-width: 767px) {
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .mobile_flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 23px;
  }
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content .mobile_flex .label-text {
    color: #0C191F;
  }
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-heading-content + .rpc-footer {
  display: none;
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-footer {
    margin-top: 17px;
  }
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-footer label .cr-box {
  gap: 8px;
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-footer label .cr-box .checkbox-ui {
  width: 20px;
  height: 20px;
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .result-product-card-wrapper .result-product-card .rpc-footer label .cr-box span.label-text {
  color: #0C191F;
  font-weight: 500;
  text-transform: none;
  font-size: 16px;
  font-family: "Work Sans";
  line-height: 0.9;
  font-weight: 600;
  font-size: 14px;
}
.directory_wrapper .fd_wrapper .fd_left_content .result-wrapper .sr-pagination .sr-page-count .sort-select select {
  font-size: 18px;
  font-weight: 600;
  padding: 0px 28px 0 18px;
}

.rpc-view a,
.rpc-view span {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.rpc-view a img,
.rpc-view span img {
  display: block;
  width: 24px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .rpc-view a img,
  .rpc-view span img {
    width: 13px;
    height: 13px;
  }
}
.rpc-view a p,
.rpc-view span p {
  font-size: 14px;
  color: #0C191F;
}

.sr-count {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  padding: 2px;
  background-color: #ffffff;
  color: #30505D;
  text-align: center;
}

.filter-list-title .sr-count {
  margin-right: 32px;
}

.btn_wrapper button {
  border: none;
  outline: none;
  font-size: 16px;
  font-family: "Work Sans";
  line-height: 0.9;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  width: 100%;
  display: block;
  background-color: transparent;
  color: #240036;
}
.btn_wrapper button:first-of-type {
  padding: 14px;
  border-radius: 50px;
  background-color: #c084fc !important;
}
.btn_wrapper button:not(:last-of-type) {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .has-filter .sr-filter {
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99999;
    padding: 16px;
    display: none;
  }
  .has-filter .sr-filter.open {
    display: block;
  }
}
.has-filter .sr-filterbox {
  padding: 0 20px;
}
@media (max-width: 991px) {
  .has-filter .sr-filterbox {
    border-radius: 16px;
    overflow: auto;
    height: 100%;
    background-color: #ffffff;
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
  .has-filter .sr-filterbox::-webkit-scrollbar {
    display: none;
  }
}
.has-filter .sr-filterbox .sr-topfilter {
  padding: 14px 0;
}
@media (max-width: 767px) {
  .has-filter .sr-filterbox .sr-topfilter {
    padding: 11px 0;
  }
}
.has-filter .sr-filterbox .sr-topfilter .srbtn {
  cursor: pointer;
  display: none;
}
@media (max-width: 991px) {
  .has-filter .sr-filterbox .sr-topfilter .srbtn {
    display: block;
  }
}
.has-filter .sr-filterbox .sr-topfilter .content h2 {
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #240036;
  font-weight: 600;
  font-family: "Work Sans";
}
.has-filter .sr-filterbox .sr-topfilter .content h2 img {
  display: none;
  filter: brightness(0);
}
@media (max-width: 767px) {
  .has-filter .sr-filterbox .sr-topfilter .content h2 img {
    display: none;
  }
}
.has-filter .sr-filterbox .sr-topfilter .content p {
  display: none;
}
@media (max-width: 991px) {
  .has-filter .sr-filterbox .sr-topfilter {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    justify-content: space-between;
  }
}
.has-filter .sr-filterbox .result_per_page {
  display: none;
  padding: 19px 16px 0;
}
.has-filter .sr-filterbox .result_per_page .inner_page_result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.has-filter .sr-filterbox .result_per_page .inner_page_result > span {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  color: #000;
  font-weight: 500;
}
.has-filter .sr-filterbox .result_per_page .inner_page_result select {
  background-color: transparent;
  font-weight: 500;
}
@media (max-width: 767px) {
  .has-filter .sr-filterbox .result-order-box {
    display: block;
    padding: 0 !important;
  }
}
.has-filter .sr-filterbox .result-order-box .result-order-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .has-filter .sr-filterbox .result-order-box .result-order-status {
    flex-direction: column-reverse;
    gap: 13px;
  }
}
.has-filter .sr-filterbox .result-order-box .result-order-status p {
  color: #ffffff;
}
@media (max-width: 767px) {
  .has-filter .sr-filterbox .result-order-box .result-order-status p {
    color: #071A00;
  }
}
.has-filter .sr-filterbox .result-order-box .result-order {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (min-width: 767px) {
  .has-filter .sr-filterbox .result-order-box {
    display: none;
  }
}
.has-filter .sr-filterbox .result-order-box {
  padding: 8px 16px 0;
}
.has-filter .sr-filterbox .result-order-box .result-order label {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  color: #000;
  font-weight: 500;
  flex-shrink: 0;
}
.has-filter .sr-filterbox .result-order-box .result-order select {
  background-color: transparent;
  font-weight: 500;
  flex: unset;
}
@media (max-width: 767px) {
  .has-filter .sr-filterbox .result-order-box .result-order select {
    padding: 8px 20px 8px 16px;
    border: 1px solid #5C93A9;
    width: 80%;
  }
}
.has-filter .sr-filterdata {
  display: none;
  padding: 25px 16px 0;
}
.has-filter .sr-filterdata p {
  font-size: 21px;
  margin-bottom: 9px;
}
.has-filter .filter-cost:nth-child(1) .filter-select {
  margin-bottom: 8px;
}
.has-filter .filter-cost .filter-range {
  padding-top: 0px;
  padding-right: 9px;
  padding-left: 0px;
}
.has-filter .filter-cost .filter-range .noUi-horizontal {
  height: 8px !important;
  border: none;
}
.has-filter .filter-cost .filter-range .noUi-horizontal .noUi-connects {
  background-color: #E2E8F0;
}
.has-filter .filter-cost .filter-range .noUi-horizontal .noUi-connect {
  background-color: #f3e8ff !important;
  box-shadow: none;
}
.has-filter .filter-cost .filter-range .noUi-horizontal .noUi-handle {
  width: 15px !important;
  height: 15px !important;
  background-color: #64C80E !important;
  border: none;
  top: -4px;
  right: -13px;
}
.has-filter .filter-cost .filter-range .range_slider {
  -webkit-appearance: none;
  width: 100%;
  height: 16px;
  border-radius: 30px;
  background: #ffffff;
  border: 2px solid #9333ea;
  outline: none;
  cursor: pointer;
  padding: 0;
}
.has-filter .filter-cost .filter-range .range_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #6b21a8;
  cursor: pointer;
}
.has-filter .filter-cost .filter-range .range_slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.has-filter .filter-cost .filter-select select {
  width: 100%;
  border: 1px solid #9333ea;
  background-position: 93.5% 5px;
  padding: 9px 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM3NF8xOTUpIj4KPHBhdGggZD0iTTEyIDE2TDYgMTBIMThMMTIgMTZaIiBmaWxsPSIjOTMzM0VBIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMzc0XzE5NSI+CjxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position-x: 96%;
  background-position-y: center;
}
@media (max-width: 767px) {
  .has-filter .filter-cost .filter-select select {
    background-position: 95.5% 7px;
    padding: 16px 0 15px 0;
  }
}
@media (max-width: 767px) {
  .has-filter .filter-cost .filter-select select {
    padding: 9px 16px;
  }
}
.has-filter .filter-cost {
  padding: 16px 0;
  border-top: 1px solid #E2E8F0;
}
.has-filter .filter-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 17px;
}
.has-filter .filter-title h3 {
  font-weight: 600;
  color: #240036;
  font-family: "Work Sans", sans-serif;
  font-size: 17px;
}
.has-filter .filter-title p {
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Work Sans";
  line-height: 0.9;
  font-weight: 600;
  font-weight: 500;
  color: #30505D;
  font-size: 12px;
}
.has-filter .filter-list-wrapper {
  margin-top: 4px;
}
.has-filter .filter-list-wrapper .filter-list-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 0px 14px 0px;
  border-top: 1px solid #f3e8ff;
  cursor: pointer;
}
.has-filter .filter-list-wrapper .filter-list-title .flt-flex {
  display: flex;
  align-items: center;
}
.has-filter .filter-list-wrapper .filter-list-title h3 {
  font-family: "Work Sans";
  color: #240036;
  font-weight: 600;
  font-size: 17px;
}
.has-filter .filter-list-wrapper .filter-list-content {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: height 0.35s ease;
}
.has-filter .filter-list-wrapper .filter-list-content .filter-data .price-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.has-filter .filter-list-wrapper .filter-list-content .filter-data .price-wrapper .price-range {
  position: relative;
  width: 100%;
  height: 28px;
}
.has-filter .filter-list-wrapper .filter-list-content .filter-data .price-wrapper {
  /* RANGE INPUT */
}
.has-filter .filter-list-wrapper .filter-list-content .filter-data .price-wrapper .price-range__input {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 10px;
  background: transparent;
  border: none;
  outline: none;
  pointer-events: none;
  -webkit-appearance: none;
}
.has-filter .filter-list-wrapper .filter-list-content .filter-data .price-wrapper {
  /* TRACK */
}
.has-filter .filter-list-wrapper .filter-list-content .filter-data .price-wrapper .price-range__track {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  width: 100%;
  border-radius: 30px;
  background: #fff;
  border: 2px solid #9333ea;
  overflow: hidden;
}
.has-filter .filter-list-wrapper .filter-list-content .filter-data .price-wrapper .price-range__track::before {
  content: "";
  position: absolute;
  height: 100%;
  left: var(--left);
  right: var(--right);
  background: #c084fc;
}
.has-filter .filter-list-wrapper .filter-list-content .filter-data .price-wrapper {
  /* THUMB */
}
.has-filter .filter-list-wrapper .filter-list-content .filter-data .price-wrapper .price-range__input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #6b21a8;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 2;
}
.has-filter .filter-list-wrapper .filter-list-content .filter-data .price-wrapper .price-range__input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #6b21a8;
  cursor: pointer;
}
.has-filter .filter-list-wrapper .filter-list-content .filter-data .price-wrapper .price-range__values {
  display: flex;
  justify-content: flex-end;
  min-width: 80px;
  gap: 5px;
}
.has-filter .filter-list-wrapper .filter-list-content .filter-data .price-range-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
  padding-left: 5px;
}
.has-filter .filter-list-wrapper .filter-list-content .filter-data .price-range-row .price-slider {
  position: relative;
  width: 100%;
}
.has-filter .filter-list-wrapper .filter-list-content .filter-data .price-range-row .price-slider .noUi-horizontal {
  height: 13px;
}
.has-filter .filter-list-wrapper .filter-list-content .filter-data .price-range-row .price-slider .noUi-horizontal .noUi-handle {
  width: 15px !important;
  height: 15px !important;
  top: -4px;
  border: none;
  right: -11px;
}
.has-filter .filter-list-wrapper .filter-list-content .filter-data .price-range-row .price-slider .slider-track {
  position: absolute;
  height: 10px;
  width: 100%;
  background: #dee2e6;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 50px;
}
.has-filter .filter-list-wrapper .filter-list-content .filter-data .price-range-row .price-slider input[type=range] {
  -webkit-appearance: none;
  position: absolute;
  width: 100%;
  height: 4px;
  background: none;
  pointer-events: none;
  z-index: 2;
  padding: 0;
  border: none;
}
.has-filter .filter-list-wrapper .filter-list-content .filter-data .price-range-row .price-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: auto;
  width: 18px;
  height: 18px;
  background: #6b21a8;
  cursor: pointer;
  border-radius: 50%;
  margin-top: -4px;
}
.has-filter .filter-list-wrapper .filter-list-content .filter-data .price-range-row .price-slider input[type=range]::-moz-range-thumb {
  pointer-events: auto;
  width: 18px;
  height: 18px;
  background: #6b21a8;
  cursor: pointer;
  border-radius: 50%;
  margin-top: -4px;
}
.has-filter .filter-list-wrapper .filter-list-content .filter-data .price-range-row .values {
  min-width: 80px;
  font-size: 14px;
  white-space: nowrap;
  text-align: right;
  font-family: "Work Sans";
}
.has-filter .filter-list-wrapper .filter-list-content .filter-data .price-range-row .values span {
  font-size: 15px;
}
.has-filter .filter-list-wrapper .filter-list-content .filter-data .parent-type-item:not(:last-of-type) {
  padding-bottom: 0 !important;
  margin-bottom: 8px;
  border-bottom: 1px solid #E2E8F0;
}
.has-filter .filter-list-wrapper .filter-list-content .filter-data .parent-type-item .parent-type-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
  padding-bottom: 8px !important;
}
.has-filter .filter-list-wrapper .filter-list-content .filter-data .parent-type-item .parent-type-header span {
  font-family: "Work Sans";
  font-size: 14px;
  color: #30505d;
  font-weight: 500;
}
.has-filter .filter-list-wrapper .filter-list-content .filter-data .parent-type-item .child-type-list li {
  padding-left: 0;
  display: inline-block;
  margin-bottom: 6px;
}
.has-filter .filter-list-wrapper .filter-list-content .filter-data .parent-type-item .child-type-list li:last-child {
  border: none !important;
}
.has-filter .filter-list-wrapper .filter-list-content .filter-data .parent-type-item .child-type-list li .cr-box {
  gap: 3px !important;
  padding: 4px 10px;
  border: 1px solid #E2E8F0;
  border-radius: 50px;
}
.has-filter .filter-list-wrapper .filter-list-content .filter-data .parent-type-item .child-type-list li .cr-box .label-text {
  font-size: 14px;
  color: #240036;
}
.has-filter .filter-list-wrapper .filter-list-content .filter-data .parent-type-item .child-type-list li .cr-box span.checkbox-ui {
  width: 15px !important;
  height: 15px !important;
  display: none;
}
.has-filter .filter-list-wrapper .filter-list-content .filter-data .parent-type-item .child-type-list li .cr-box.active {
  background-color: #D6FAB8;
}
.has-filter .filter-list-wrapper .filter-list-content .filter-data .parent-type-item .child-type-list li .cr-box.active span.checkbox-ui {
  display: block;
}
.has-filter .filter-list-wrapper .filter-list-content ul {
  margin-bottom: 16px;
}
.has-filter .filter-list-wrapper .filter-list-content ul li:not(:last-of-type) {
  margin-bottom: 16px;
  padding-bottom: 0;
}
.has-filter .filter-list-wrapper .filter-list-content ul li {
  letter-spacing: -0.04em;
}
.has-filter .filter-list-wrapper .filter-list-content ul li.type_sub {
  padding-left: 24px;
}
.has-filter .filter-list-wrapper .filter-list-content ul li.type_sub:last-child {
  border-bottom: 1px solid #e9d5ff !important;
}
.has-filter .filter-list-wrapper .filter-list-content ul li label + ul {
  margin: 12px 0 0 32px;
}
.has-filter .filter-list-wrapper .filter-list-content ul + ul {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 2px solid #e9d5ff;
}
.has-filter .filter-list-wrapper .filter-list-content select {
  background-color: transparent;
  font-size: 12px;
  padding: 13px 32px 13px 14px;
  border: 1px solid #9333ea;
  margin-bottom: 16px;
  background-position-x: 93%;
}
.has-filter .filter-list-wrapper .fc-scroll {
  padding-bottom: 0;
}
.has-filter .filter-list-wrapper .fc-scroll .filter-data {
  height: 236px;
  overflow: auto;
  margin-bottom: 16px;
}
.has-filter .filter-list-wrapper .fc-scroll .filter-data::-webkit-scrollbar {
  display: none;
  background-color: #F6F6F6;
  width: 3px;
}
.has-filter .filter-list-wrapper .fc-scroll .filter-data::-webkit-scrollbar-thumb {
  background: #E2E8F0;
  border-radius: 22px;
  height: 29px;
}
.has-filter .filter-list-wrapper .fc-scroll .filter-data::-webkit-scrollbar-track {
  border-radius: 22px;
}
.has-filter .filter-list-wrapper .fc-scroll .filter-data:hover::-webkit-scrollbar {
  display: block;
}
.has-filter .filter-list-wrapper .fc-scroll .filter-data .cr-box {
  gap: 5px;
}
.has-filter .filter-list-wrapper .filter-arrow {
  position: relative;
  cursor: pointer;
}
.has-filter .filter-list-wrapper .filter-arrow::after {
  position: absolute;
  content: "";
  border-top: 2px solid #9333ea;
  border-left: 2px solid #9333ea;
  padding: 4px;
  transform: rotate(223deg);
  top: -6px;
  right: 0px;
  transition: all 0.3s ease-in-out;
}
.has-filter .filter-list-wrapper .filter-arrow.open::after {
  transform: rotate(46deg);
  top: -2px;
}
.has-filter .btn_wrapper {
  padding: 0 0 25px 0;
}

.filter-data .cr-box {
  gap: 12px !important;
}
.filter-data .checkbox-ui {
  width: 20px !important;
  height: 20px !important;
}

.select2-selection {
  padding: 12px 25px 12px 10px;
  border-radius: 48px;
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  font-weight: 400;
  border: none;
  display: block;
  height: 40px;
}
.select2-selection .select2-selection__rendered {
  line-height: inherit;
  color: #30505D;
}
.select2-selection .select2-selection__arrow b {
  border-color: #4D9E09 transparent transparent transparent;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  height: 0;
  left: 50%;
  margin-left: -25px;
  margin-top: 6px;
  position: absolute;
  top: 50%;
  width: 0;
}

select {
  padding: 11px 25px 11px 17px;
  background-color: #ffffff;
  border-radius: 48px;
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  font-weight: 400;
  border: none;
  flex: 1;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM3NF8xOTUpIj4KPHBhdGggZD0iTTEyIDE2TDYgMTBIMThMMTIgMTZaIiBmaWxsPSIjOTMzM0VBIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMzc0XzE5NSI+CjxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position-x: 96%;
  background-position-y: center;
}
select:focus {
  outline: none;
}
select[name=breedSelect] {
  width: 100%;
  max-width: 349px;
}
@media (max-width: 991px) {
  select[name=breedSelect] {
    width: 100%;
    max-width: 100%;
  }
}

.custom-checkbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  cursor: pointer;
  padding-right: 5px;
}
.custom-checkbox:has(input:checked) .sr-count {
  background-color: #7e22ce;
  color: #ffffff;
}
.custom-checkbox .cr-box {
  display: flex;
  align-items: center;
  gap: 13px;
}
.custom-checkbox input {
  display: none;
}
.custom-checkbox input:checked + .checkbox-ui {
  background-color: #7e22ce !important;
  border: 2px solid #7e22ce !important;
}
.custom-checkbox .checkbox-ui {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #3F6676;
  display: inline-block;
  transition: all 0.2s ease;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .custom-checkbox .checkbox-ui {
    width: 16px;
    height: 16px;
  }
}
.custom-checkbox .checkbox-ui::after {
  position: absolute;
  content: "";
  background-image: url("../img/white_check.svg");
  width: 12px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .custom-checkbox .checkbox-ui::after {
    width: 10px;
  }
}
.custom-checkbox .label-text {
  font-size: 16px;
  font-family: "Work Sans";
  line-height: 0.9;
  font-weight: 600;
  color: #240036;
  text-transform: capitalize;
  letter-spacing: -0.04em;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.custom-checkbox.red .label-text {
  color: red;
}
.custom-checkbox.yellow .label-text {
  color: #d1b800;
}

span.sponsored {
  font-weight: 800;
  font-family: "IBM Plex Sans";
  display: inline-block;
  margin-bottom: 10px;
}

.noUi-horizontal {
  height: 8px !important;
  border: none;
}
.noUi-horizontal .noUi-connects {
  background-color: #ffffff;
}
.noUi-horizontal .noUi-connect {
  background-color: #f3e8ff !important;
  box-shadow: none;
}
.noUi-horizontal .noUi-handle {
  width: 15px !important;
  height: 15px !important;
  background-color: #6b21a8 !important;
  border: none;
  top: -4px;
  right: -13px;
}
.noUi-horizontal[disabled] .noUi-connect, .noUi-horizontal.noUi-state-disabled .noUi-connect {
  background-color: #E2E8F0 !important;
}
.noUi-horizontal[disabled] .noUi-handle, .noUi-horizontal.noUi-state-disabled .noUi-handle {
  background-color: #CBD5E1 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}

.slider[disabled] .noUi-connect,
.slider.noUi-state-disabled .noUi-connect,
.price-slider [disabled] .noUi-connect {
  background-color: #E2E8F0 !important;
}
.slider[disabled] .noUi-handle,
.slider.noUi-state-disabled .noUi-handle,
.price-slider [disabled] .noUi-handle {
  background-color: #CBD5E1 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}/*# sourceMappingURL=food_directory.css.map */