/* ????????????? */
.wrapper.category{
  padding-top: 10px;
}
/* ???????? Start*/
 
  .category-sort {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }

  .category-sort {
    position: relative;
    justify-content: space-between;
    margin-left: 20px;
  }

  .category-sort .sort-by {
    margin-left: 16px;
    width: 256px;
    height: 40px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid var(--theme-border-color);
  }

  .category-sort .sort-by {
    padding: 0 16px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  .category-sort i {
    position: absolute;
    top: calc(50% - 12px);
    right: 12px;
    color: var(--theme-color-font);
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    pointer-events: none;
  }

  .filter-button.valid {
    background-color: var(--main-bg-color);
  }

  @media screen and (max-width: 768px) {
    .category-controller {
      display: flex;
      width: 100%;
      border-bottom: 1px solid var(--theme-border-color);
    }

    .category-controller .select-wrapper {
      position: relative;
      flex: 1;
    }

    .category-controller .select-wrapper label {
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 4;
      height: 100%;
      width: 100%;
      color: var(--theme-color-font);
      font-size: 16px;
      line-height: 50px;
      text-align: center;
      background-color: #fff;
      pointer-events: none;
    }

    .category-controller .select-wrapper i {
      color: var(--theme-color-font);
      font-size: 12px;
      font-weight: 600;
    }

    .category-controller .select-wrapper select {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: transparent;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
    }

    .category-controller button {
      flex: 1;
      margin: 12px 0;
      font-size: 16px;
      color: var(--theme-color-font);
    }

    .category-controller button.current,
    .category-controller button.current i {
      color: var(--theme-color-font-secondary);
    }

    .category-controller button:last-child {
      border-left: 1px solid var(--theme-border-color);
    }

    .category-controller button i {
      font-size: 12px;
      color: var(--theme-color-font);
      font-weight: 600;
    }

  
  }

  @media screen and (min-width: 769px) {
    .category-controller {
      display: none;
    }
  }
/* ???????? End*/
.category nav span {
  font-size: 12px;
  font-weight: 700;
}

.category-cover {
  position: relative;
  padding-bottom: 31.25%;
  width: 100%;
  font-size: 0;
  background-color: var(--theme-sub-color);
}

 
.category-cover img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.category-container {
  display: flex;
  padding: 0 0 40px;
  margin-top: 12px;
}
.collection-left{
  flex-shrink: 0;
  width: 210px;
  margin-right: 50px;
}
.category-container-right{
  flex: 1;
}
.category h1{
  margin-bottom: 36px;
  text-align: center;
  font-size: 30px;
}
.category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 30px;
}

.category-header .header-right {
  display: flex;
}

.category-description {
  margin-bottom: 20px;
  margin-top: -20px;
  overflow-y: hidden;
  text-overflow: ellipsis;
  margin-left: 260px;
}

.product-list .product-item:nth-child(4n) {
  margin-right: 0;
}
.no-products {
  padding: 80px 0;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}

.content-limit--4 {
  max-height: 100px;
}

.category .content-toggle {
  position: relative;
  left: 130px;
  display: block;
  margin: 0 auto 40px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .category .content-toggle {
    position: relative;
    left: 0px;
    display: block;
    margin: 0 auto 40px;
    line-height: 30px;
  }
}

/* ???? */
.msak {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0.5;
  z-index: 300;
  top: 0;
  left: 0;
}
.sort-pop {
  position: fixed;
  width: 80%;
  height: 100%;
  bottom: 0;
  left: 75px;
  background: white;
  z-index: 10;
  -webkit-box-shadow: 0 -2px 10px rgb(54 54 54 / 20%);
  box-shadow: 0 -2px 10px #36363633;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  /* -webkit-transition: all .4s cubic-bezier(.645, .045, .355, 1); */
  /* transition: all .4s cubic-bezier(.645, .045, .355, 1); */
  visibility: hidden;
  z-index: 310;
}

.sort-pop.is-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.sort-pop .sort-pop-header {
  position: relative;
  padding: 24px 20px;
  border-bottom: 1px solid rgba(227, 227, 227, .4);
  text-align: center;
}

.sort-pop .sort-pop-header i {
  position: absolute;
  right: 20px;
  top: calc(50% - 8px);
  font-size: 12px;
  color: var(--theme-color-font);
}

.sort-pop .sort-pop-header .sort-pop-title {
  letter-spacing: 1px !important;
  font-family: Muli-Bold !important;
  font-size: 15px;
  font-weight: 400;
}

.sort-pop .sort-pop-list {
  max-height: 385px;
  padding: 18px 0;
}

.sort-pop .sort-pop-list button {
  color: #666;
  letter-spacing: 1px !important;
  padding: 12px 20px;
  width: 100%;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
}
.m-collect {
  position: fixed;
  width: 80%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 310;
  background: white;
  overflow-y: auto;
  display: none;
}

.m-collect .m-collect-con {
  height: calc(100vh - 164px);
  overflow-y: auto;
}

.m-collect .m-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 68px;
  position: relative;
  -webkit-box-shadow: 0 -1px rgb(227 227 227 / 60%) inset;
  box-shadow: 0 -1px #e3e3e399 inset;
}

.m-collect .m-title .m-title-name {
  letter-spacing: 1px !important;
  font-size: 16px;
}

.m-collect .m-title i.iconfont {
  right: 18px;
  position: absolute;
  font-size: 13px;
  color: var(--theme-color-font);
}

.m-collect-apply {
  padding: 24px;
  box-sizing: border-box;
  -webkit-box-shadow: 0 -1px #e3e3e3;
  box-shadow: 0 -1px #e3e3e3;
}

.m-collect-apply button {
  position: relative;
  display: inline-block;
  padding: 14px 28px;
  line-height: normal;
  border: 1px solid transparent;
  border-radius: 0;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  background-color: transparent;
  -webkit-transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
  transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
  z-index: 1;
  -webkit-tap-highlight-color: initial;
  font-family: Muli-Bold !important;
  letter-spacing: 1px !important;
  color: #fff;
  border-color: #000;
  width: 100%;
}

.m-collect-apply button::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1, 1);
  transform: scale(1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  z-index: -1;
  -webkit-transition: -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
  transition: -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
  transition: transform .45s cubic-bezier(.785, .135, .15, .86);
  transition: transform .45s cubic-bezier(.785, .135, .15, .86), -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
  background-color: #000;
}

.m-collect-apply button:hover {
  color: #000;
  background-color: transparent;
}

.m-collect-apply button:hover:before {
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  transform: scaleX(0);
}
.m-collection-left{
  display: flex;
  margin-bottom: 10px;
}
.m-collection-left .m-btn-sort{
  width: 50%;
  padding: 13px 0;
  font-size: 12px;
}
.m-btn-sort{
  border: 1px solid #e3e3e3;
}
.btn-sort {
  display: block;
  border: 1px solid #e3e3e3;
  border-right: none;
}
/* ???? */
.collection-list .collection-item {
  padding-left: 30px;
  min-height: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  position: relative;
  cursor: pointer;
}

.m-checkbox {
  margin-right: 10%;
  font-size: 16px;
}

.content li {
  font-size: 16px;
}
.m-collect-ul {
  margin: 24px;
}
.collection-list .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  cursor: pointer;
}

.collection-list .title h2 {
  font-size: 14px;
}
.collection-list .title .iconfont {
  font-size: 12px;
  color: var(--theme-color-font);
}
.collection-list .collection-item button {
  font-weight: 400;
  color: #333;
}
.collection-list .collection-item::before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  -webkit-transition: opacity .1s ease-in-out;
  transition: opacity .1s ease-in-out;
  opacity: 1;
  border-radius: 0;
  border: none;
  width: 24px;
  height: 24px;
  top: 0;
  background-size: 24px 24px;
}
.m-collect-apply {
  padding: 24px;
  box-sizing: border-box;
  -webkit-box-shadow: 0 -1px #e3e3e3;
  box-shadow: 0 -1px #e3e3e3;
}

.m-collect-apply button {
  position: relative;
  display: inline-block;
  padding: 14px 28px;
  line-height: normal;
  border: 1px solid transparent;
  border-radius: 0;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  background-color: transparent;
  -webkit-transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
  transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
  z-index: 1;
  -webkit-tap-highlight-color: initial;
  font-family: Muli-Bold !important;
  letter-spacing: 1px !important;
  color: #fff;
  border-color: #000;
  width: 100%;
}

.m-collect-apply button::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1, 1);
  transform: scale(1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  z-index: -1;
  -webkit-transition: -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
  transition: -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
  transition: transform .45s cubic-bezier(.785, .135, .15, .86);
  transition: transform .45s cubic-bezier(.785, .135, .15, .86), -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
  background-color: #000;
}

.m-collect-apply button:hover {
  color: #000;
  background-color: transparent;
}

.m-collect-apply button:hover:before {
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  transform: scaleX(0);
}
   
@media screen and (max-width: 768px) {
  .category h1{
    margin-bottom: 12px;
    font-size: 24px;
  }
  .no-products{
    font-size: 16px;
  }
  .category-container {
    display: block;
    padding: 20px 0;
  }
  .category-description{
    margin:  0 0 12px;
  }
  .category .content-toggle{
    padding: 0 12px;
    margin-bottom: 20px;
  }
  .category-header .category-summary {
    align-self: flex-start;
    margin-bottom: 8px;
  }
  .product-list {
    margin-right: 0;
  }
  .product-list .product-item {
    width: calc(50% - 6px);
  }
  .product-list .product-item:nth-child(2n) {
    margin-right: 0;
  }
}
.title{
  font-size: 16px;
}
.second-link {
  line-height: 24px;
  margin-bottom: 12px
}
.current{
  font-weight: bold;
}
.wc-title {
  /* font-size: 16px; */
  color: var(--theme-color-font);
}
.filterContent__wrapper{
  padding-bottom: 20px;
  border-bottom: 1px solid#EEEEEE;
}
.wheelchairs-cate{
  margin-bottom: 24px;
   border-bottom: 1px solid#EEEEEE;
   width: 80%;
}

.wc-title:hover{
  font-weight: bold;
}
.wheelchairs-cate p{
  margin-bottom: 16px;
   font-size:  14px;
  font-weight: bold;
}