#category-wrapper #block-title .wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

#category-wrapper #block-title .wrap > span {
  color: #e91d2d;
  font-family: "Bebas Neue", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; /* 100% */
}

#category-wrapper #block-title .wrap-mobile {
  display: none;
}

#category-wrapper .category-content .woocommerce-products-header {
  display: none;
}

#category-wrapper .woocommerce-breadcrumb,
#category-wrapper .woocommerce-breadcrumb a {
  margin: 50px 0;
  color: #231f20;
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 325;
  line-height: 18px; /* 100% */
}

#category-wrapper .category-content .woocommerce-ordering select {
  border: 2px solid #231f20;
  height: 35px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: #231f20;
  appearance: none;
}

.category-content .woocommerce-ordering {
  margin: 0;
  padding: 0;
  float: none;
  position: relative;
}

.category-content .woocommerce-ordering:after {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='11' viewBox='0 0 16 11' fill='none'%3E%3Cpath d='M1 1L7.92474 8.91399C7.96458 8.95952 8.03542 8.95952 8.07526 8.91399L15 1' stroke='%23E91D2D' stroke-width='2.5'/%3E%3C/svg%3E");
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 10px;
  height: 10px;
  font-size: 11px;
  color: #7b7777;
}

.category-content .woocommerce-result-count {
  margin: 0;
  padding: 0;
  float: none;
  color: #231f20;
  font-family: "Gotham", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 325;
  line-height: 20px; /* 100% */
}
.category-content .woocommerce-ordering select:focus {
  outline: none;
}

.category-content .layout-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.category-content ul.products {
  margin-top: 20px;
}

.category-content ul.products .product .woocommerce-loop-product__title {
  padding: 15px 0 !important;
  color: #231f20;
  font-family: "Gotham", sans-serif;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 325;
}

.category-content ul.products .product .price,
.category-content ul.products .product .price ins {
  margin-bottom: 10px !important;
  color: #231f20 !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  text-decoration: none !important;
}

.category-content ul.products .product-short-description {
  display: none;
}

.category-content ul.products li.product .woocommerce-loop-product__link img {
  object-fit: cover;
  aspect-ratio: 1;
  width: 100% !important;
  max-width: 100% !important;
  background: #fff;
  margin-bottom: 0 !important;
}

.category-content .wrap-title-search-cate {
  margin-bottom: 150px;
}

.category-content .wrap-title-search-cate > .title-search {
  color: #e91d2d;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 100% */
  text-transform: uppercase;
  margin-bottom: 50px;
}

#category-wrapper {
  padding-bottom: 30px;
}

#category-wrapper .woocommerce-pagination li {
  padding: 0.6em !important;
}
#category-wrapper .woocommerce-pagination li span {
  background-color: unset;
  color: unset;
}
#category-wrapper .woocommerce-pagination li a:hover {
  background-color: transparent !important;
}
#category-wrapper .woocommerce-pagination li a.page-numbers {
  color: #939393;
}
#category-wrapper .woocommerce-pagination li:has(a.next),
#category-wrapper .woocommerce-pagination li:has(a.prev) {
  background-color: black;
}
#category-wrapper .woocommerce-pagination li:has(a.next) a,
#category-wrapper .woocommerce-pagination li:has(a.prev) a {
  color: white;
}

.category-sidebar .filter-title {
  color: #231f20;
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
}
.category-sidebar .filter-title::after {
  position: absolute;
  top: 0px;
  right: 0;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='23' viewBox='0 0 19 23' fill='none'%3E%3Cpath d='M9.2041 23.0005L9.2041 1.02491' stroke='%23231F20' stroke-width='2.5'/%3E%3Cpath d='M17.1154 10.4012L9.43734 1.44339C9.23779 1.21058 8.87763 1.21058 8.67809 1.44339L0.999999 10.4012' stroke='%23231F20' stroke-width='2.5'/%3E%3C/svg%3E");
  font-size: 22px;
  color: #000;
  height: 100%;
  cursor: pointer;
  transform: rotateZ(180deg);
}
.category-sidebar .filter-title.show::after {
  transform: rotateZ(0);
}
.category-sidebar .yith-wcan-filters {
  margin-bottom: 0;
}
.category-sidebar .yith-wcan-filters .filter-item label {
  display: flex;
  gap: 7.5px;
  align-items: center;
}

.category-sidebar .yith-wcan-filters .filter-item.active label > a {
  font-weight: 700;
}

.category-sidebar
  .yith-wcan-filters
  .filter-item
  input[type="checkbox"]:checked {
  width: 16px;
  height: 16px;
  accent-color: black; /* Màu khi được chọn */
  /* Thêm các thuộc tính kiểu dáng cho checkbox khi được chọn */
}
.category-sidebar .yith-wcan-filters .yith-wcan-filter {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1.5px solid #000;
}

.category-sidebar .yith-wcan-filters .yith-wcan-filter:first-child {
  padding-top: 15px;
  border-top: 1.5px solid #000;
}

.category-sidebar .filter-content {
  padding-top: 10px;
}
.category-sidebar .filter-content ul.filter-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
.category-sidebar .filter-content ul.filter-items li label {
  font-size: 14px;
  margin: 0 0 5px 0;
}

#category-wrapper .fake-filter {
  display: none;
}

body.knp-has-filter:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9990;
  cursor: progress;
}

@media (min-width: 992px) {
  .category-sidebar {
    width: 20%;
  }
  .category-content {
    width: 80%;
  }
}

@media (max-width: 767px) {
  #category-wrapper #block-title .wrap-mobile {
    display: block !important;
    padding-bottom: 25px;
  }

  #category-wrapper #block-title .wrap {
    display: none;
  }

  #category-wrapper #block-title .wrap-mobile > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #category-wrapper #block-title .wrap-mobile .title-filter-mb {
    color: #e91d2d;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 100% */
    text-transform: uppercase;
  }

  #category-wrapper .woocommerce-breadcrumb,
  #category-wrapper .woocommerce-breadcrumb a {
    margin: 30px 0;
  }
  .reset-filter-mb {
    display: block !important;
  }
  .reset-filter-mb .yith-wcan-reset-navigation {
    color: #231f20 !important;
    padding-left: 0px !important;
    background-color: white !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 325 !important;
    line-height: 12px !important; /* 100% */
    text-decoration-line: underline !important;
  }
  .category-sidebar {
    display: none;
    padding: 30px 15px;
    width: 100%;
    position: fixed;
    border-radius: 10px 10px 0px 0px;
    background: #fff;
    bottom: 0;
    z-index: 9999999999;
  }
  .category-content .wrap-title-search-cate {
    margin-bottom: 120px;
  }
  .category-content .wrap-title-search-cate > .title-search {
    font-size: 28px;
  }

  #category-wrapper .woocommerce-result-count {
    display: none;
  }
  #category-wrapper .fake-filter {
    height: 35px;
    width: 100%;
    border: 2px solid #231f20;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .category-content .layout-filter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .category-content .woocommerce-ordering > select {
    font-size: 12px;
    width: 100%;
  }
  .category-content .woocommerce-ordering:after {
    width: 4px;
  }
  #category-wrapper .fake-filter > span,
  #category-wrapper .fake-filter > svg {
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #231f20;
    appearance: none;
  }
}

#category-wrapper .reset-filter-mb {
  display: none;
}

#category-wrapper .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
  display: none;
}
#category-wrapper
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  border: none;
  border-radius: 0 !important;
  border-bottom: 2.5px solid black;
  font-size: 30px;
  height: 40px;
}
#category-wrapper
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input::placeholder {
  font-size: 0;
}

#category-wrapper
  .dgwt-wcas-search-wrapp
  .dgwt-wcas-sf-wrapp
  .dgwt-wcas-search-submit,
#category-wrapper .dgwt-wcas-om-bar .dgwt-wcas-om-return {
  background-color: unset;
  color: #020001;
}

#category-wrapper .dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
  fill: black !important;
}
