.cloneFilterWrap {
  position: relative; }

.cloneFilter {
  display: flex; }
  @media (max-width: 767px) {
    .cloneFilter {
      overflow-x: auto;
      overflow-y: hidden;
      white-space: nowrap;
      padding-top: 8px; } }
  .cloneFilter__title {
    cursor: pointer;
    height: 34px;
    color: #444;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #f3f4f6;
    padding: 5px 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    white-space: nowrap; }
    .cloneFilter__title.active {
      border: 1px solid var(--primary-color);
      background: #fef2f2;
      color: var(--primary-color);
      position: relative;
      z-index: 101; }
      .cloneFilter__title.active i {
        transform: rotate(180deg); }
      .cloneFilter__title.active .arrow-filter {
        width: 27px;
        height: 14px;
        top: 30px;
        left: 25px;
        position: absolute;
        overflow: hidden; }
        .cloneFilter__title.active .arrow-filter:before {
          content: "";
          position: absolute;
          width: 27px;
          height: 27px;
          background: #fff;
          transform: rotate(45deg);
          top: 10px;
          left: 0;
          box-shadow: -2px -2px 5px -4px; }
  .cloneFilter__content {
    display: none;
    background-color: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    left: 0;
    position: absolute;
    padding: 10px 10px 0 10px;
    top: 45px;
    white-space: normal;
    z-index: 100; }
    @media (max-width: 991px) {
      .cloneFilter__content {
        width: 100% !important;
        top: 53px !important;
        z-index: 60; } }
    @media (min-width: 992px) {
      .cloneFilter__content {
        max-width: 600px;
        min-width: 382px;
        width: max-content; } }
    .cloneFilter__content::-webkit-scrollbar {
      width: 4px;
      background: #eee; }
    .cloneFilter__content::-webkit-scrollbar-thumb {
      background-color: #ccc; }
    .cloneFilter__content ul {
      list-style: none;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 0; }
      .cloneFilter__content ul::-webkit-scrollbar {
        width: 3px;
        background: #eee; }
      .cloneFilter__content ul::-webkit-scrollbar-thumb {
        background-color: #ccc; }
    .cloneFilter__content.filterTotal__content {
      overflow-y: auto;
      padding: 0;
      width: 900px;
      max-width: 900px;
      max-height: 80vh; }
      @media (max-width: 991px) {
        .cloneFilter__content.filterTotal__content {
          position: fixed;
          top: 0 !important;
          left: 0;
          width: 100%;
          height: 100%;
          max-width: 100%;
          max-height: 100vh;
          z-index: 9999;
          padding: 53px 0 15vh; } }
  .cloneFilter__item {
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    margin: 0 10px 10px 0;
    padding-bottom: 0px; }
    @media (min-width: 992px) {
      .cloneFilter__item {
        position: relative; } }
    .cloneFilter__item--content {
      display: none; }
    .cloneFilter__item:not(.filterTotal) .cloneFilter__content ul {
      max-height: 200px;
      overflow-y: auto; }

.filterTotal .filter-content {
  padding: 10px 90px 0 20px;
  margin-top: 10px; }

.filterTotal .cloneFilter__title {
  position: relative; }

.filterTotal__item {
  width: auto;
  float: left;
  max-width: 100%;
  position: relative;
  z-index: 20;
  padding: 10px 20px; }
  @media (min-width: 992px) {
    .filterTotal__item {
      max-width: 33%; } }
  @media (min-width: 992px) {
    .filterTotal__item.filterTotal__item_width2 {
      max-width: 66.66%; } }
  .filterTotal__item.full_item {
    width: 100%;
    clear: both;
    max-width: unset; }

.filterTotal__heading {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 5px; }

.filterTotal__count {
  background-color: #f89406;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  height: 16px;
  line-height: 16px;
  position: absolute;
  top: -8px;
  text-align: center;
  right: 5px;
  width: 16px;
  display: none; }
  .filterTotal__count.active {
    display: inline; }

.filterTotal__close {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: fixed;
  padding: 6px 10px;
  top: 0;
  width: 100%;
  z-index: 13; }
  @media (max-width: 991px) {
    .filterTotal__close {
      z-index: 30; } }
  @media (min-width: 992px) {
    .filterTotal__close {
      position: relative;
      border: none;
      max-width: 100%; } }
  .filterTotal__close a {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #333;
    float: right;
    font-size: 14px;
    line-height: 21px;
    padding: 5px 5px 5px 0;
    position: relative;
    text-align: right;
    width: 65px; }

.filterTotal .vertical-filter-action {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px 0px;
  background: #fff;
  z-index: 20; }
  @media (min-width: 992px) {
    .filterTotal .vertical-filter-action {
      position: sticky; } }

.filterTotal .cloneFilter__content ul {
  max-height: 280px;
  overflow-y: auto; }

.vertical-filter-action {
  padding: 10px 0px;
  clear: both;
  display: flex; }
  .vertical-filter-action .btn {
    border-radius: 4px;
    display: inline-block;
    line-height: 16px;
    margin: 0 5px;
    padding: 10px 15px;
    text-align: center;
    width: 170px;
    position: relative;
    border: 1px solid #dd1c1a;
    color: #dd1c1a;
    min-width: 150px;
    width: auto;
    font-weight: 600;
    font-size: 14px; }
    .vertical-filter-action .btn.btn-submit {
      background-color: var(--primary-color);
      color: #fff; }

.vertical_filter__item.has-img.style-column span {
  flex-direction: column;
  align-items: center; }
  .vertical_filter__item.has-img.style-column span img {
    margin-bottom: 5px;
    height: 40px; }

.vertical_filter__item > span {
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #333;
  display: flex;
  font-size: 14px;
  justify-content: center;
  line-height: 17px;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 8px 9px;
  cursor: pointer; }
  .vertical_filter__item > span.checked-input {
    border: 1px solid #2f80ed;
    color: #2f80ed; }
  .vertical_filter__item > span i {
    font-style: normal;
    display: block;
    margin-top: 5px;
    font-size: 14px; }

.vertical_filter__item img {
  height: 20px;
  width: auto;
  vertical-align: middle; }

.custom-checkbox1 span.filter-text {
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #333;
  display: flex;
  font-size: 14px;
  justify-content: center;
  line-height: 17px;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 8px 9px; }

.custom-checkbox1 input {
  display: none; }
  .custom-checkbox1 input:checked + span.filter-text {
    border: 1px solid #2f80ed;
    color: #2f80ed; }

.custom-checkbox1:hover span.filter-text {
  border: 1px solid #2f80ed;
  color: #2f80ed; }

.row_filter_vendor_mb ul {
  margin: 5px 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center; }
