.p-sub-category {
  margin: 30px 10px;
  padding: 0;
  list-style-type: none;
}

.p-sub-category::after {
  display: block;
  clear: both;
  content: '';
}

.p-sub-category__item {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 10px 5px;
}

.p-sub-category__image {
  display: block;
  margin-bottom: 10px;
}

.p-sub-category__link {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-sub-category__link:hover {
  opacity: .66;
}

.p-sub-category__link:active {
  opacity: 1;
}

.p-sub-category__name {
  line-height: 1.3;
  position: relative;
  display: block;
  padding-left: .8em;
}

.p-sub-category__name::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '-';
}

.page-category .c-product-list__fav-item {
  bottom: 50px;
  right: 50px;
  top: inherit;
}

@media screen and (min-width: 600px) {
  .p-sub-category {
    margin-right: 0;
    margin-left: 0;
  }

  .p-sub-category__item {
    width: 25%;
    padding: 15px 10px;
  }

  .p-sub-category__item:nth-child(4n + 1) {
    clear: both;
  }
}

@media screen and (max-width: 599px) {
  .p-sub-category__item:nth-child(2n + 1) {
    clear: both;
  }

  .c-select__value {
    padding: 0 36px 0 8px;
    font-size: 12px;
    border: 1px solid #CCCCCC;
    width: 100%;
  }

  .c-product-sort__switch {
    float: none;
    width: 50%;
  }

  .c-product-sort__total {
    margin-bottom: 0;
    width: 50%;
    text-align: right;
    font-size: 10px;
    color: #666666;
  }

  .c-product-sort {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 16px 0 0;
    padding: 0 13px;
  }

  .c-product-list__item {
    border-right: none;
    border-bottom: none;
    padding: 0;
  }

  .c-image-wrap {
    border: none;
  }

    .catlist.p-list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-left: 13px;
      margin-right: 13px;
      margin-top: 40px;
    }

    .catlist.p-list .p-list_item {
      width: 48.710601719%;
      padding: 0;
      border-bottom: none;
      border-right: none;
      text-align: left;
      margin-bottom: 40px;
    }

    .catlist.p-list .p-list_item .c-image-wrap--link {
      border: none;
    }

    .catlist.p-list .p-list_item .p-list_info {
      position: relative;
      padding-right: 24px;
    }

    .catlist.p-list .p-list_item .c-product-list__name {
      font-size: 13px;
      line-height: 1.230769231;
      font-weight: 400;
    }

    .catlist.p-list .p-list_item .c-product-list__price {
      font-size: 14px;
      line-height: 1.230769231;
      font-weight: 500;
      margin-top: 4px;
    }

    .catlist.p-list .p-list_item .c-product-list__fav-item {
      width: 20px;
      top: 0;
      right: 0;
      bottom: inherit;
    }

    .catlist.p-list .p-list_item .c-product-list__fav-item button {
      padding: 0;
    }

    .c-image-wrap::after {
      display: none;
    }

    /* .p-sub-category {
      display: none;
    } */

    .p-sub-category__item {
      font-size: 12px;
    }

    .c-select__value {
      padding: 4px 36px 4px 8px;
    }

    .c-product-sort__switch .c-select__icon {
      width: 14px;
    }

    .c-section__heading {
      margin-top: 14px;
    }
}
