.display_open,
.display-open {
  display: block !important;
}

.display_off,
.display-off {
  display: none !important;
}

.menu-mb-show .navicon-line:nth-child(1) {
  transform: rotate(40deg) translateX(5px) translateY(5px);
  border-radius: 6px;
}

.menu-mb-show .navicon-line:nth-child(2) {
  transform: rotate(-40deg);
  border-radius: 6px;
}

.menu-mb-show .navicon-line:nth-child(3) {
  display: none;
}

.modal-menu-full-screen-tranparent {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: transparent;
  z-index: 1;
}

.modal-menu-full-screen {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: #0000008f;
  z-index: 5;
}

.modal-menu-full-screen-fil {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: #0000008f;
  z-index: 3;
}

.modal-menu-full-screen-filter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: #0000008f;
  z-index: 3;
}

.modal-menu-full-screen_white {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: #ffffffc9;
  z-index: 2;
}

.box-filter-cat {
  position: relative;
  z-index: 9;
  min-height: 34px;
}

@media screen and (max-width: 1200px) {
  .box-filter-cat {
    /* z-index:unset */
  }
}

@media all and (max-width: 1024px) {
  .box-filter-cat .container {
    padding: 0px;
  }

  .box-filter-cat .sortproduct,
  .box-filter-cat .cateinfol__top {
    padding: 0px 10px;
  }
}

@media all and (max-width: 600px) {
  .box-filter-cat {
    z-index: 9;
  }
}

.filter-ajax-dropdown .filter-show .filter-item__text {
  font-weight: 700;
  margin-bottom: 8px;
  padding-left: 10px;
  margin-top: 15px;
}

.filter-ajax-dropdown .box-filter {
  position: relative;
  font-size: 0;
  padding-top: 10px;
}

.filter-ajax-dropdown section {
  max-width: 100%;
  position: relative;
}

.filter-ajax-dropdown .scrolling_inner {
  position: relative;
}

.filter-ajax-dropdown .scroll-btn {
  position: absolute;
  width: 1170px;
  z-index: 10;
  display: none;
}

.filter-ajax-dropdown .btn-right-scroll {
  position: absolute;
  right: 0;
}

.filter-ajax-dropdown .filter-item,
.filter-ajax-dropdown .filter-total {
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  /*margin-right: 8px;*/
  position: absolute;
}
.filter-ajax-dropdown .filter-item {
  position: relative;
}

.filter-ajax-dropdown .filter-item__title {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  cursor: pointer;
  padding: 8px 10px;
  position: relative;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
}

.filter-ajax-dropdown .jsTitle_all:hover {
  color: #d90000;
}

.filter-ajax-dropdown .filter-total i {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-size: contain;
  margin-right: 4px;
  top: 1px;
}

.filter-ajax-dropdown .icon-filter svg {
  height: 14px;
  width: 14px;
}

.filter-ajax-dropdown .filter-total .number {
  background-color: #d90000;
  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;
}

.filter-ajax-dropdown .count-total {
  display: none;
}

.filter-ajax-dropdown .filter_group_add {
  margin-bottom: 5px;
}

.filter-ajax-dropdown .filter_group_nomal {
  display: flex;
  flex-wrap: wrap;
}

.filter-ajax-dropdown .filter-show {
  top: calc(100% + 12px);
  display: none;
  background-color: #fff;
  border-radius: 8px;
  max-width: 600px;
  min-width: 382px;
  left: 0;
  position: absolute;
  top: 45px;
  width: max-content;
  white-space: normal;
  z-index: 9;
  box-shadow: 0px 1px 12px #00000059;
  max-height: 80vh;
}

.filter-ajax-dropdown .filter-item:nth-of-type(n + 7) .filter-show {
  left: unset;
  right: 0;
}

@media screen and (max-width: 768px) {
  .filter-ajax-dropdown .filter-show {
    top: 0px;
    border-radius: 0px;
  }
}

.filter-ajax-dropdown .filter-show::-webkit-scrollbar {
  width: 8px;
}

.filter-ajax-dropdown .filter-show::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.filter-ajax-dropdown .filter-show::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.filter-ajax-dropdown .filter_show_box {
  min-height: 60px;
  max-height: 50vh;
  overflow: auto;
  overflow-x: hidden;
}

.filter-ajax-dropdown .filter-show--left {
  left: auto;
  right: 0;
}

.filter-ajax-dropdown .filter-show.show-total {
  overflow-y: auto;
  padding: 0;
  width: 908px;
  max-width: 908px;
  max-height: 85vh;
  overflow-x: hidden;
  top: 45px;
  padding-top: 10px;
  z-index: 6;
}

@media only screen and (max-width: 908px) {
  .filter-ajax-dropdown .filter-show.show-total {
    max-width: 100%;
  }

  .filter-ajax-dropdown .filter-show.show-total::-webkit-scrollbar {
    width: 8px;
  }

  .filter-ajax-dropdown .filter-show.show-total::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
  }

  .filter-ajax-dropdown .filter-show.show-total::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
  }
}

@media screen and (max-width: 768px) {
  .filter-ajax-dropdown .filter-show.show-total {
    /*padding-top:45px;
        top: 0px*/
    padding: 15px;
    border-radius: 10px;
    left: -16px;
  }
  .button_closemb {
    display: flex;
    justify-content: flex-end;
  }
}

.filter-ajax-dropdown .list-filter-active {
  padding: 10px 90px 0 20px;
  margin-top: 10px;
  display: none;
}

@media only screen and (max-width: 1024px) {
  .filter-ajax-dropdown .list-filter-active {
    padding: 10px 90px 0 8px;
  }
}

.filter-ajax-dropdown .list-filter-active button span {
  margin-right: 7px;
  font-size: 13px;
}

.filter-ajax-dropdown .list-filter-active > span {
  font-weight: bold;
  margin-right: 5px;
}

.filter-ajax-dropdown .list-filter-active button:not(.clr-filter) {
  padding: 10px;
  margin-right: 7px;
  margin-bottom: 7px;
  color: #333;
  border: 1px solid #666;
  border-radius: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-height: 30px;
}

.filter-ajax-dropdown .list-filter-active div {
  display: inline;
}

.filter-ajax-dropdown .list-filter-active button.clr-filter {
  display: none;
  align-items: center;
  justify-content: center;
}

.filter-ajax-dropdown .show-total-main {
  display: flex;
  flex-wrap: wrap;
  height: auto;
}

.filter-ajax-dropdown .show-total-main .filter-list {
  padding-left: 0px;
  padding-right: 0px;
}

.filter-ajax-dropdown .close-popup-total {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0px;
  cursor: pointer;
  padding: 8px 10px 8px 24px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .filter-ajax-dropdown .close-popup-total {
    position: relative;
    right: unset;
    top: unset;
  }
}

.filter-ajax-dropdown .close-popup-total .iconcate-closess {
  height: 12px !important;
  width: 12px !important;
  background: url('data:image/svg+xml;utf8,<svg width="10px" height="10px" fill="black" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 371.23 371.23" style="enable-background:new 0 0 371.23 371.23;" xml:space="preserve"><polygon points="371.23,21.213 350.018,0 185.615,164.402 21.213,0 0,21.213 164.402,185.615 0,350.018 21.213,371.23   185.615,206.828 350.018,371.23 371.23,350.018 206.828,185.615 "/><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>');
  background-repeat: no-repeat;
}

.filter-ajax-dropdown .show-total-item {
  padding: 10px 15px;
}

.filter-ajax-dropdown .show-total .show-total-item {
  width: auto;
  max-width: 50%;
  width: 50%;
  border-bottom: 1px solid #eee;
}

@media only screen and (max-width: 1024px) {
  .filter-ajax-dropdown .show-total .show-total-item {
    max-width: 100%;
    padding: 8px;
    width: 100%;
  }
}

.filter-ajax-dropdown .show-total-main .filter_group_mau_vo img,
.filter-ajax-dropdown .show-total-main .filter_group_mau_mat img,
.filter-ajax-dropdown .show-total-main .filter-mau_day img {
  width: 25px;
  margin-right: 5px;
  height: auto;
  border-radius: 50px;
}

.filter-ajax-dropdown .show-total .show-total-item.warpper-manu-inside {
  width: 100%;
  clear: both;
  max-width: unset;
}

.filter-ajax-dropdown .show-total-txt {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 5px;
}

.filter-ajax-dropdown .filter-list {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 10px 0 10px;
}

.filter-ajax-dropdown .show-total-main .filter-list {
  max-height: unset;
  overflow: unset;
}

.filter-ajax-dropdown .filter_list_hang {
  max-height: 23vh;
  overflow: hidden;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  .filter-ajax-dropdown .filter_list_hang {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 6px;
    margin-bottom: 10px;
    padding: 0px 10px;
    box-sizing: border-box;
  }
}

.filter-ajax-dropdown .cate-7264 .filter_list_hang {
  max-height: 245px;
}

.filter-ajax-dropdown .warpper-manu-inside .filter_list_hang,
.filter-ajax-dropdown .cate-7264 .warpper-manu-inside .filter_list_hang {
  max-height: unset;
  overflow: unset;
  overflow-y: unset;
  padding-bottom: 0;
}

.filter-ajax-dropdown .c-btnbox {
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  display: flex;
  font-size: 14px;
  justify-content: center;
  line-height: 17px;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 8px 9px;
  flex-wrap: wrap;
  background-color: #fff;
}

.filter-ajax-dropdown .check {
  border: 1px solid #d90000 !important;
}

.filter-ajax-dropdown .c-btnbox.hide {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .filter-ajax-dropdown .c-btnbox:hover {
    border: 1px solid #d90000;
    color: #d90000;
  }
}

.filter-ajax-dropdown .c-btnbox.check {
  border: 1px solid #d90000 !important;
}

.filter-ajax-dropdown button {
  border: 0px;
  cursor: pointer;
}

.filter-ajax-dropdown .filter-show-item {
  margin-bottom: 12px;
}

.filter-ajax-dropdown .filter-show-item .filter-item__text {
  font-weight: 700;
  margin-bottom: 8px;
  padding-left: 10px;
  margin-top: 15px;
}

.filter-ajax-dropdown .filter_list_hang .c-btnbox {
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  display: flex;
  font-size: 14px;
  justify-content: center;
  line-height: 17px;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 8px 9px;
  flex-wrap: wrap;
  width: calc(20% - 6px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 768px) {
  .filter-ajax-dropdown .filter_list_hang .c-btnbox {
    width: 100%;
  }
}

.filter-ajax-dropdown .show-total-main .filter_list_hang .c-btnbox {
  height: 38px;
  padding: 0;
  width: 102px;
}

@media screen and (max-width: 768px) {
  .filter-ajax-dropdown .show-total-main .filter_list_hang .c-btnbox {
    width: 100%;
  }
}

.filter-ajax-dropdown .show-total-main .filter_list_hang .c-btnbox img {
  display: flex;
  width: auto;
  max-height: 25px;
  max-width: 98%;
  object-fit: contain;
  justify-content: center;
}

.filter-ajax-dropdown .show-total-main .filter-list {
  padding-top: 5px;
}

.filter-ajax-dropdown .c-btnbox img {
  display: flex !important;
  width: auto;
  max-height: 25px;
  height: 25px;
  max-width: 100%;
  object-fit: contain;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .filter-ajax-dropdown .c-btnbox img {
    height: auto;
  }
}

.filter-ajax-dropdown .filter_list_hang .c-btnbox img {
  width: auto;
  max-height: 25px;
  max-width: 98%;
  height: auto;
  object-fit: contain;
  justify-content: center;
}

.filter-ajax-dropdown .image_s img {
  width: 25px;
  margin-right: 5px;
}

.filter-ajax-dropdown .image_b img {
  width: 50px;
  margin-right: 5px;
}

.filter-ajax-dropdown .filter_list_mau-sac .c-btnbox img {
  border-radius: 100%;
  margin-bottom: 0px;
  height: 25px;
  width: 25px;
  margin-right: 5px;
}

.filter-ajax-dropdown .filter-border {
  border-top: 1px solid #e0e0e0;
  width: 100%;
}

.filter-ajax-dropdown .filter-button {
  background-color: #fff;
  box-shadow: 0 -4px 8px #0000000d;
  font-size: 0;
  padding: 10px 10px;
  text-align: center;
  display: none;
  box-sizing: border-box;
  max-width: 100%;
}

.filter-ajax-dropdown .filter-show.show-total .filter-button {
  bottom: 0;
  margin: 0;
  position: sticky;
  width: 100%;
  z-index: 2;
  max-width: 100%;
  font-weight: 500;
}

.filter-ajax-dropdown .btn-filter-close,
.filter-ajax-dropdown .btn-filter-readmore {
  border-radius: 0px;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  margin: 0 5px;
  padding: 10px 0;
  text-align: center;
  width: 150px;
  position: relative;
  border-radius: 5px;
  font-weight: 500;
  border-radius: 20px;
}

@media (max-width: 500px) {
  .filter-ajax-dropdown .btn-filter-close,
  .filter-ajax-dropdown .btn-filter-readmore {
    width: 140px;
  }
}

@media (max-width: 360px) {
  .filter-ajax-dropdown .btn-filter-close,
  .filter-ajax-dropdown .btn-filter-readmore {
    width: 120px;
  }
}

.filter-ajax-dropdown .btn-filter-close {
  border: 1px solid #dadada;
  background: #fff;
}

.filter-ajax-dropdown .btn-filter-close:hover {
  color: #d90000;
}

.filter-ajax-dropdown .btn-filter-readmore {
  background-color: #2485f6;
  color: #fff;
}

.filter-ajax-dropdown .filter-item__title span {
  padding-right: 12px;
  position: relative;
}

.filter-ajax-dropdown .filter-item__title span::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333;
  content: "";
  height: 0;
  position: absolute;
  top: 6px;
  right: 0;
  width: 0;
}

.filter-ajax-dropdown .filter-item__title.showing.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;
}

@media only screen and (max-width: 1240px) {
  .filter-ajax-dropdown
    .filter-item__title.showing.active
    .arrow-filter::before {
    box-shadow: unset;
    background: #d90000;
    width: 15px;
    height: 15px;
    display: none;
  }
}

.filter-ajax-dropdown .filter-item__title.active {
  border: 1px solid #d90000;
  position: relative;
  z-index: 4;
}

.filter-ajax-dropdown .bg-black .filter-item__title.active {
  z-index: 1;
}

@media only screen and (min-width: 1024px) {
  .filter-ajax-dropdown .filter-item__title.active.showing {
    z-index: 4;
  }
}

.filter-ajax-dropdown .filter-item__title.active.showing .arrow-filter {
  display: block !important;
}

.filter-ajax-dropdown .filter-item__title.showing.active .arrow-filter {
  width: 27px;
  height: 14px;
  top: 31px;
  left: 25px;
  position: absolute;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .filter-ajax-dropdown .filter-item__title.showing.active .arrow-filter {
    left: 50%;
    transform: translateX(-50%);
  }
}

.filter-ajax-dropdown .block-manu .filter-show {
  width: 547px;
}

.filter-ajax-dropdown .block-manu .filter-show.has-scroll {
  width: 564px;
}

.filter-ajax-dropdown .block-manu .filter-show {
  width: 568px;
  max-width: 568px;
}

.filter-ajax-dropdown .search-manu {
  display: block;
  width: 100%;
}

.filter-ajax-dropdown .cate-7264 .search-manu {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  display: none;
}

.filter-ajax-dropdown .cate-7264 .search-manu label {
  font-weight: bold;
  padding-right: 10px;
  width: 150px;
}

.filter-ajax-dropdown .input-text {
  position: relative;
}

.filter-ajax-dropdown .cate-7264 .search-manu .input-text {
  width: calc(100% - 150px);
}

.filter-ajax-dropdown #smanu {
  display: block;
  margin: 0 auto;
  width: 100%;
  background: #fff;
  border: 1px solid #e0e0e0;
  margin-bottom: 10px;
  padding: 10px 27px 10px 10px;
}

.filter-ajax-dropdown .cate-7264 .search-manu .input-text #smanu {
  margin: 0;
  padding-right: 40px;
  position: relative;
}

.filter-ajax-dropdown .icon-search {
  background-position: -150px 0;
  height: 17px;
  width: 17px;
}

.filter-ajax-dropdown .input-text i {
  position: absolute;
}

.filter-ajax-dropdown .cate-7264 .search-manu .input-text i {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.filter-ajax-dropdown .filter-button-sticky {
  bottom: 0;
  margin: 0;
  position: sticky;
  width: 100%;
  z-index: 2;
}

@media only screen and (max-width: 1024px) {
  .filter-ajax-dropdown .filter-button-sticky {
    position: unset;
  }
}

.filter-ajax-dropdown .range-toggle {
  margin: 6px 0;
}

.filter-ajax-dropdown .filter-item .price-slider .range-toggle {
  margin: 6px 0 10px;
}

.filter-ajax-dropdown .iconcate-range {
  background-position: -243px -122px;
  width: 14px;
  height: 16px;
}

.filter-ajax-dropdown .filter-item .container_ft {
  max-width: 80%;
  margin: 0 auto;
  padding: 0 15px;
  display: none;
}

.filter-ajax-dropdown .price-slider .container_ft {
  padding: 15px 5px 10px;
  display: block;
}

.filter-ajax-dropdown .range-price {
  display: block;
  overflow: hidden;
  padding: 0 0 20px;
  position: relative;
}

.filter-ajax-dropdown .range-price span {
  padding: 7px;
  border: 1px solid #bdbdbd;
  border-radius: 0px;
  z-index: 1;
  position: relative;
  background: #fff;
}

.filter-ajax-dropdown span.range-left {
  float: left;
}

.filter-ajax-dropdown label.place-holder {
  color: #bdbdbd;
  font-size: 14px;
  float: left;
}

.filter-ajax-dropdown span.range-right {
  float: right;
}

.filter-ajax-dropdown .filter-show-out {
  position: relative;
  z-index: 0;
}

.block_products_filter_width {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.block_products_filter_width:before {
  content: "";
  width: 85px;
  display: none;
}

@media only screen and (max-width: 1240px) {
  .filter-ajax-dropdown .filter-show-out {
    overflow-x: auto;
    overflow-y: hidden;
    position: inherit;
  }

  .filter-ajax-dropdown .block_products_filter_width {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    display: flex;
  }

  .filter-ajax-dropdown .block_products_filter_width::-webkit-scrollbar {
    height: 2px;
  }

  .filter-ajax-dropdown .block_products_filter_width::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px transparent;
  }

  .filter-ajax-dropdown .block_products_filter_width::-webkit-scrollbar-thumb {
    background-color: #b2b5ba;
    outline: 1px solid #b2b5ba;
    border-radius: 5px;
  }

  .filter-ajax-dropdown .block_products_filter_width .filter-item {
    position: inherit;
    /* margin-bottom: 5px; */
  }

  .filter-ajax-dropdown .block_products_filter_width .filter-show {
    top: 40px;
    max-width: 100%;
    min-width: auto;
    padding-bottom: 56px;
    margin-top: 10px;
    width: 100%;
  }
}

.filter-ajax-dropdown .list-filter-active .manu button span,
.filter-ajax-dropdown .list-filter-active .price button span,
.filter-ajax-dropdown .list-filter-active .props button span {
  position: relative;
  display: inline-block;
  padding-right: 12px;
}

.filter-ajax-dropdown .list-filter-active .manu button span:after,
.filter-ajax-dropdown .list-filter-active .price button span:after,
.filter-ajax-dropdown .list-filter-active .props button span:after {
  content: "";
  position: absolute;
  right: -7px;
  width: 10px;
  height: 10px;
  top: 4px;
  background: url('data:image/svg+xml;utf8,<svg width="10px" height="10px" fill="black" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 371.23 371.23" style="enable-background:new 0 0 371.23 371.23;" xml:space="preserve"><polygon points="371.23,21.213 350.018,0 185.615,164.402 21.213,0 0,21.213 164.402,185.615 0,350.018 21.213,371.23   185.615,206.828 350.018,371.23 371.23,350.018 206.828,185.615 "/><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>');
}

.manu__search {
  display: none;
  position: relative;
  padding: 0px 10px;
  margin: 10px 0px;
}

@media (max-width: 767px) {
  .manu__search {
    display: block;
  }
}

.manu__search input {
  width: 100%;
  height: 40px;
  font-size: 12px;
  padding: 10px 15px 10px 35px;
  background: #f2f4f7;
  border: none;
  border-radius: 4px;
}

.manu__search input::placeholder {
  color: #667085;
}

.manu__search .manu__search--btn {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.manu__search .manu__search--btn svg {
  width: 18px;
  height: 18px;
}

/*choosedfilter*/
.choosedfilter {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
}

.choosedfilter .text_st {
  display: inline-block;
  margin: 5px 0px 10px 0;
  width: 65px;
}

@media all and (max-width: 1050px) {
  .choosedfilter {
    width: 100%;
    padding-left: 10px;
  }
}

.choosedfilter .choosedfilter_content {
  max-width: 100%;

  display: inline-block;
}

.choosedfilter a {
  background: #dfdfdf;
  color: #000;
  margin: 5px 8px 10px 0;
  padding: 5px 9px;
  display: inline-block;
  position: relative;
  font-size: 13px;
  border-radius: 3px;
}

.choosedfilter a:after {
  content: "X";
  color: #000;
  z-index: 1;
  font-size: 12px;
}

.choosedfilter a:hover {
  opacity: 0.8;
}

.choosedfilter .reset {
  /* background: #2f80ed; */
  /* color: #fff; */
}

.choosedfilter .reset:after {
  /* color: #fff; */
  display: none;
}
/*choosedfilter*/

/*box-filter-cat-checkbox-sort*/
.box-filter-cat-checkbox {
  margin: 15px 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 5px;
}

.box-filter-cat-checkbox .item {
  margin: 0px 3px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
}

.box-filter-cat-checkbox .item .item_txt {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid transparent;
  background: #f8f8f8;
  /*    transition: all ease 1s;*/
  border-radius: 6px;
  cursor: pointer;
  color: #000;
}

.box-filter-cat-checkbox .item .item_txt svg {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.box-filter-cat-checkbox .item .item_txt.active,
.box-filter-cat-checkbox .item .item_txt:hover {
  border: 1px solid #d90000;
  color: #d90000;
}

.box-filter-cat-checkbox .item .item_txt.active svg,
.box-filter-cat-checkbox .item .item_txt:hover svg {
  stroke: #d90000;
}

.box-filter-cat-checkbox .item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.box-filter-cat-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 2px;
  border: 1px solid #cfcfcf;
}

@media all and (max-width: 500px) {
  .box-filter-cat-checkbox .checkmark {
    height: 16px;
    width: 16px;
  }
}

.box-filter-cat-checkbox .item:hover input ~ .checkmark {
  background-color: #ccc;
}

.box-filter-cat-checkbox .item input:checked ~ .checkmark {
  background-color: #d90000;
  border: 1px solid #d90000;
}

.box-filter-cat-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.box-filter-cat-checkbox .item input:checked ~ .checkmark:after {
  display: block;
}

.box-filter-cat-checkbox .item .checkmark:after {
  left: 6px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 500px) {
  .box-filter-cat-checkbox .item .checkmark:after {
    left: 4px;
    top: 0px;
  }
}

.box-filter-cat-checkbox .question {
  position: absolute;
  right: -14px;
  top: -10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  z-index: 0;
  cursor: pointer;
}

.box-filter-cat-checkbox .question:hover svg {
  fill: #d90000;
}
/*box-filter-cat-checkbox-sort*/

/*ranger slider*/
.irs--flat .irs-bar,
.irs--flat .irs-line {
  height: 7px;
  top: 28px;
}
.irs--flat .irs-bar,
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  background-color: #374151;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  border-top-color: #374151;
}

.irs--flat .irs-handle {
  background-color: #fff;
  border: 4px solid #374151;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}
.irs--flat .irs-handle > i:first-child {
  display: none;
}

/*ranger slider*/
