.p-category {
  margin: 18px 0 0;
}
.p-category .container {
  padding: 0 10px;
}
.p-category .catbidhead {
  position: relative;
  text-align: center;
  margin: 0 10px 32px;
  padding: 18px 34px 0;
}
.p-category .catbidhead::before, .p-category .catbidhead::after {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  content: "";
  display: block;
  width: 85%;
  height: 4px;
  background-color: #fff;
}
.p-category .catbidhead::before {
  top: -4px;
}
.p-category .catbidhead::after {
  bottom: -4px;
}
.p-category .catbidhead .catbid-ttl {
  position: relative;
  display: inline-block;
  color: #660000;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin: 0 0 16px 22px;
}
.p-category .catbidhead .catbid-ttl::before {
  position: absolute;
  top: 50%;
  left: -42px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 28px;
  height: 24px;
}
.p-category .catbidhead p {
  text-align: left;
  margin: 0 0 16px;
}
.p-category .catmidhead {
  text-align: center;
  margin: 0 0 28px;
  padding: 8px 0 0;
}
.p-category .catmidhead .catmid-ttl {
  position: relative;
  display: inline-block;
  color: #660000;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin: 0 0 0 22px;
}
.p-category .catmidhead .catmid-ttl::before {
  position: absolute;
  top: 50%;
  left: -42px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 28px;
  height: 22px;
}
.p-category .catlist {
  margin: 0 0 50px;
}
.p-category .catlist:not(:last-child) {
  margin: 0 0 40px;
}
.p-category .catlist.catnav .catmid-ttl {
  padding: 0;
}
.p-category .catlist.catnav ul {
  margin: 0 0 26px;
}
.p-category .catlist.catnav .btn {
  line-height: 1.625;
  text-align: center;
  max-width: 335px;
  margin: 0 auto;
}
.p-category .catlist.catnav .btn a {
  position: relative;
  display: block;
  font-weight: bold;
  color: #333333;
  border: 2px solid #dcdcdc;
  border-radius: 25px;
  background-color: #fff;
  padding: 8px 25px;
}
.p-category .catlist.catnav .btn a::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-family: FontAwesome;
  font-size: 1.8rem;
  font-weight: normal;
}
.p-category .catlist.catnav .btn a::after {
  right: 20px;
  color: #333333;
  content: "\f105";
}
.p-category .catlist .catlist-head {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 12px;
}
.p-category .catlist .catlist-head::before, .p-category .catlist .catlist-head::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
}
.p-category .catlist .catlist-head::before {
  width: 100%;
  border-bottom: 2px solid #ebebeb;
}
.p-category .catlist .catlist-head::after {
  width: 36px;
}
.p-category .catlist .catmid-ttl {
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5555555556;
  padding: 0 0 0 34px;
}
.p-category .catlist .catmid-ttl i::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 24px;
  height: 18px;
}
.p-category .catlist .catmid-ttl span {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 100%;
}
.p-category .catlist .catmid-ttl span::after {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  color: #fff;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1;
}
.p-category .catlist ul {
  border-top: 1px solid #dcdcdc;
}
.p-category .catlist ul li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
}
.p-category .catlist ul li a {
  display: block;
  min-height: 80px;
  padding: 6px 0;
}
.p-category .catlist ul li a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\f105";
  font-family: FontAwesome;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1;
}
.p-category .catlist ul li .thumb {
  display: table-cell;
  vertical-align: middle;
  width: 82px;
  height: 82px;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  overflow: hidden;
}
.p-category .catlist ul li .thumb img {
  max-width: 80px;
  max-height: 80px;
  width: auto;
  height: auto;
}
.p-category .catlist ul li span {
  position: absolute;
  top: 50%;
  left: 98px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  width: calc(100% - 118px);
}
.p-category .product {
  margin: 0 0 40px;
}
.p-category .product .list {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-category .product .list li {
  width: calc((100% - 15px) / 2);
  margin: 0 0 30px;
}
.p-category .product .list li:nth-child(odd) {
  margin: 0 15px 30px 0;
}
.p-category .product .list li a {
  display: block;
}
.p-category .product .thumb {
  text-align: center;
  width: 142px;
  height: 142px;
  border-radius: 4px;
  border: 1px solid #ebebeb;
  margin: 0 auto 8px;
  overflow: hidden;
}
.p-category .product .thumb img {
  max-height: 140px;
  width: auto;
  height: auto;
}
.p-category .product .name {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 3px;
}
.p-category .product .label {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 4px;
  background-color: #fff;
  margin: 0 0 4px;
  padding: 2px 7px;
}
.p-category .product .label.label--oss {
  color: #787070;
  border: 1px solid #a4a4a4;
}
.p-category .product .label.label--slc {
  color: #3498d8;
  border: 1px solid #3498d8;
}
.p-category .product .info {
  text-align: right;
}
.p-category .product .info .price {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.35;
  vertical-align: bottom;
  margin: 0 0 4px;
}
.p-category .product .info .price > span {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0.05rem;
  margin: 0 3px 0 4px;
}
.p-category .product .info .sub-txt {
  display: block;
  font-size: 1.2rem;
}
.p-category.catbid-1 .catbidhead {
  border: 4px solid #feeeed;
}
.p-category.catbid-1 .catbidhead .catbid-ttl::before {
  background: url(../../../../../common/img/icn_celebration.svg) no-repeat;
}
.p-category.catbid-1 .catmidhead .catmid-1-ttl::before {
  background: url(../../../../../common/img/cat_original.svg) no-repeat;
}
.p-category.catbid-1 .catmidhead .catmid-11-ttl::before {
  background: url(../../../../../common/img/cat_character.svg) no-repeat;
}
.p-category.catbid-1 .catmidhead .catmid-2-ttl::before {
  background: url(../../../../../common/img/cat_teddybear.svg) no-repeat;
}
.p-category.catbid-1 .catmidhead .catmid-4-ttl::before {
  background: url(../../../../../common/img/cat_flower.svg) no-repeat;
}
.p-category.catbid-1 .catmidhead .catmid-3-ttl::before {
  background: url(../../../../../common/img/cat_gift.svg) no-repeat;
}
.p-category.catbid-1 .catmidhead .catmid-12-ttl::before {
  background: url(../../../../../common/img/cat_catalog.svg) no-repeat;
}
.p-category.catbid-1 .catmidhead .catmid-13-ttl::before {
  background: url(../../../../../common/img/cat_baloon.svg) no-repeat;
}
.p-category.catbid-1 .catlist.catnav .btn a {
  border: 2px solid #cccccc;
}
.p-category.catbid-1 .catlist .catlist-head::after {
  border-bottom: 2px solid #ea5b5b;
}
.p-category.catbid-1 .catlist .catmid-ttl span {
  background-color: #ea5b5b;
}
.p-category.catbid-1 .catlist ul li a::after {
  color: #ea5b5b;
}
.p-category.catbid-1 .catlist .catmid-1-ttl i::before {
  background: url(../../../../../common/img/cat_original.svg) no-repeat;
}
.p-category.catbid-1 .catlist .catmid-11-ttl i::before {
  background: url(../../../../../common/img/cat_character.svg) no-repeat;
}
.p-category.catbid-1 .catlist .catmid-2-ttl i::before {
  background: url(../../../../../common/img/cat_teddybear.svg) no-repeat;
}
.p-category.catbid-1 .catlist .catmid-4-ttl i::before {
  background: url(../../../../../common/img/cat_flower.svg) no-repeat;
}
.p-category.catbid-1 .catlist .catmid-3-ttl i::before {
  background: url(../../../../../common/img/cat_gift.svg) no-repeat;
}
.p-category.catbid-1 .catlist .catmid-12-ttl i::before {
  height: 22px;
  background: url(../../../../../common/img/cat_catalog.svg) no-repeat;
}
.p-category.catbid-1 .catlist .catmid-13-ttl i::before {
  height: 22px;
  background: url(../../../../../common/img/cat_baloon.svg) no-repeat;
}
.p-category.catbid-1 .product .name {
  color: #333333;
}
.p-category.catbid-1 .pagenation ul li::before {
  color: #333333;
}
.p-category.catbid-1 .pagenation ul li.active a {
  color: #fff;
  background-color: #cccccc;
}
.p-category.catbid-1 .pagenation ul li a {
  color: #333333;
  border: 1px solid #333333;
}
.p-category.catbid-2 .catbidhead {
  border: 4px solid #d7d6e8;
}
.p-category.catbid-2 .catbidhead .catbid-ttl::before {
  background: url(../../../../../common/img/icn_condolences.svg) no-repeat;
}
.p-category.catbid-2 .catmidhead .catmid-5-ttl::before {
  background: url(../../../../../common/img/cat_condolences.svg) no-repeat;
}
.p-category.catbid-2 .catmidhead .catmid-6-ttl::before {
  background: url(../../../../../common/img/cat_floweroffering.svg) no-repeat;
}
.p-category.catbid-2 .catmidhead .catmid-7-ttl::before {
  background: url(../../../../../common/img/cat_offeringset.svg) no-repeat;
}
.p-category.catbid-2 .catlist.catnav .btn a {
  border: 2px solid #cccccc;
}
.p-category.catbid-2 .catlist .catlist-head::after {
  border-bottom: 2px solid #6f699e;
}
.p-category.catbid-2 .catlist .catmid-ttl span {
  background-color: #6f699e;
}
.p-category.catbid-2 .catlist ul li a::after {
  color: #6f699e;
}
.p-category.catbid-2 .catlist .catmid-5-ttl i::before {
  background: url(../../../../../common/img/cat_condolences.svg) no-repeat;
}
.p-category.catbid-2 .catlist .catmid-6-ttl i::before {
  background: url(../../../../../common/img/cat_floweroffering.svg) no-repeat;
}
.p-category.catbid-2 .catlist .catmid-7-ttl i::before {
  background: url(../../../../../common/img/cat_offeringset.svg) no-repeat;
}
.p-category.catbid-2 .product .name {
  color: #333333;
}
.p-category.catbid-2 .pagenation ul li::before {
  color: #333333;
}
.p-category.catbid-2 .pagenation ul li.active a {
  color: #fff;
  background-color: #cccccc;
}
.p-category.catbid-2 .pagenation ul li a {
  color: #333333;
  border: 1px solid #333333;
}
.p-category.p-searchresult .catmidhead {
  max-width: 600px;
  margin: 0 auto 28px;
}
.p-category.p-searchresult .catmidhead .catmid-ttl {
  margin: 0 0 0 42px;
}
.p-category.p-searchresult .catmidhead .catmid-ttl::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #cc506a;
  content: "\f002";
  font-family: FontAwesome;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1;
  width: 28px;
  height: auto;
}
.p-category.p-searchresult .catmidhead .catmid-ttl.catmid-ttl--tag::before {
  content: "\f02b";
}
.p-category.p-searchresult .product .list li.catidlist-1 .name {
  color: #333333;
}
.p-category.p-searchresult .product .list li.catidlist-1 .list-tag a {
  color: #ea5b5b;
  border: 1px solid #ea5b5b;
}
.p-category.p-searchresult .product .list li.catidlist-2 .name {
  color: #333333;
}
.p-category.p-searchresult .product .list li.catidlist-2 .list-tag a {
  color: #6f699e;
  border: 1px solid #6f699e;
}
.p-category.p-searchresult .product .list .list-tag {
  font-size: 0;
  margin: 15px 0 -5px;
}
.p-category.p-searchresult .product .list .list-tag a {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5714285714;
  border-radius: 16px;
  margin: 0 10px 10px 0;
  padding: 2px 6px;
}
.p-category.p-searchresult .pagenation ul li::before {
  color: #333333;
}
.p-category.p-searchresult .pagenation ul li.active a {
  color: #fff;
  background-color: #cccccc;
}
.p-category.p-searchresult .pagenation ul li a {
  color: #333333;
  border: 1px solid #333333;
}
.p-category + .taglist {
  margin: 0 0 60px 0;
}
.p-category + .taglist .container {
  padding: 0 10px;
}
.p-category + .taglist .list-tag {
  font-size: 0;
  margin: 30px 0;
}
.p-category + .taglist .list-tag a {
  display: inline-block;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.57143;
  border-radius: 16px;
  margin: 0 10px 10px 0;
  padding: 4px 12px;
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-category + .taglist .list-tag a.tag_bright {
  color: #ea5b5b;
  border: 1px solid #ea5b5b;
}
.p-category + .taglist .list-tag a.tag_dark {
  color: #6f699e;
  border: 1px solid #6f699e;
}
.p-category + .taglist .btn-more {
  line-height: 1.625;
  text-align: center;
  max-width: 160px;
  margin: 10px auto 0;
}
.p-category + .taglist .btn-more a {
  position: relative;
  display: block;
  font-weight: bold;
  color: #333333;
  border: 2px solid #dcdcdc;
  border-radius: 25px;
  background-color: #fff;
  padding: 8px 25px;
}
.p-category + .taglist .btn-more a::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-family: FontAwesome;
  font-size: 1.8rem;
  font-weight: normal;
}
.p-category + .taglist .btn-more a {
  color: #333333;
  border: 2px solid #cccccc;
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-category + .taglist .btn-more a::after {
  right: 20px;
  content: "\f105";
  color: #333333;
}

@media screen and (min-width: 768px) {
  .p-category .container {
    max-width: 1130px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .p-category .catbidhead {
    position: static;
    margin: 0 0 32px;
    padding: 18px 0 0;
  }
  .p-category .catbidhead::before, .p-category .catbidhead::after {
    content: none;
  }
  .p-category .catbidhead p {
    text-align: center;
  }
  .p-category .catlist .catlist-head > a {
    display: inline-block;
    padding: 0 70px 0 0;
    -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .p-category .catlist .catmid-ttl {
    display: inline-block;
  }
  .p-category .catlist .catmid-ttl span {
    right: -66px;
  }
  .p-category .catlist ul {
    border-top: none;
    overflow: hidden;
    padding: 1px 0 0;
  }
  .p-category .catlist ul li {
    float: left;
    width: calc((100% - 20px) / 2);
    border-top: 1px solid #dcdcdc;
    margin: -1px 0 0;
  }
  .p-category .catlist ul li:nth-child(odd) {
    margin: -1px 20px 0 0;
  }
  .p-category .product .list {
    margin: 0 0 60px;
  }
  .p-category .product .list li {
    width: calc((100% - 30px) / 3);
  }
  .p-category .product .list li:nth-child(odd) {
    margin: 0 0 30px 0;
  }
  .p-category .product .list li:not(:nth-child(3n)) {
    margin: 0 15px 30px 0;
  }
  .p-category .product .thumb {
    width: 232px;
    height: 232px;
  }
  .p-category .product .thumb img {
    max-height: 230px;
  }
  .p-category.catbid-1 .catbidhead {
    border: none;
  }
  .p-category.catbid-2 .catbidhead {
    border: none;
  }
  .p-category + .taglist .container {
    max-width: 1130px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media screen and (min-width: 992px) {
  .p-category {
    margin: 125px 0 0;
  }
  .p-category .catbidhead {
    margin: 0 0 48px;
    padding: 0;
  }
  .p-category .catbidhead .catbid-ttl {
    font-size: 2.6rem;
    margin: 0 0 28px 0;
  }
  .p-category .catbidhead .catbid-ttl::before {
    top: -25px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 36px;
    height: 28px;
  }
  .p-category .catmidhead {
    margin: 0 0 48px;
    padding: 0;
  }
  .p-category .catmidhead .catmid-ttl {
    font-size: 2.6rem;
    margin: 0 0 28px 0;
  }
  .p-category .catmidhead .catmid-ttl::before {
    top: -25px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 36px;
    height: 28px;
  }
  .p-category .catlist {
    margin: 0 0 100px;
  }
  .p-category .catlist:not(:last-child) {
    margin: 0 0 60px;
  }
  .p-category .catlist.catnav ul {
    margin: 0 0 40px;
  }
  .p-category .catlist.catnav .btn a {
    -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .p-category .catlist.catnav .btn a:hover {
    background-color: #dcdcdc;
  }
  .p-category .catlist.catnav .btn a {
    -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .p-category .catlist .catmid-ttl {
    padding: 0 0 0 36px;
  }
  .p-category .catlist .catmid-ttl i::before {
    width: 26px;
    height: 20px;
  }
  .p-category .catlist .catmid-ttl a {
    -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .p-category .catlist .catmid-ttl a:hover {
    opacity: 0.7;
  }
  .p-category .catlist ul li {
    width: calc((100% - 40px) / 3);
  }
  .p-category .catlist ul li:nth-child(odd) {
    margin: -1px 0 0 0;
  }
  .p-category .catlist ul li:not(:nth-child(3n)) {
    margin: -1px 20px 0 0;
  }
  .p-category .catlist ul li a {
    -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .p-category .product {
    margin: 0 0 80px;
  }
  .p-category .product .list li {
    width: calc((100% - 108px) / 4);
  }
  .p-category .product .list li:not(:nth-child(3n)) {
    margin: 0 0 30px 0;
  }
  .p-category .product .list li:not(:nth-child(4n)) {
    margin: 0 36px 30px 0;
  }
  .p-category .product .list li a {
    -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .p-category .product .list li a:hover {
    opacity: 0.7;
  }
  .p-category.catbid-1 .catlist.catnav .btn a:hover {
    background-color: #cccccc;
  }
  .p-category.catbid-1 .catlist ul li a:hover {
    color: #ea5b5b;
  }
  .p-category.catbid-1 .catlist .catlist-head > a:hover {
    color: #ea5b5b;
  }
  .p-category.catbid-1 .pagenation ul li a:hover {
    color: #fff;
    background-color: #cccccc;
  }
  .p-category.catbid-2 .catlist.catnav .btn a:hover {
    background-color: #cccccc;
  }
  .p-category.catbid-2 .catlist ul li a:hover {
    color: #6f699e;
  }
  .p-category.catbid-2 .catlist .catlist-head > a:hover {
    color: #6f699e;
  }
  .p-category.catbid-2 .pagenation ul li a:hover {
    color: #fff;
    background-color: #cccccc;
  }
  .p-category.p-searchresult .catmidhead .catmid-ttl {
    margin: 0 0 28px 0;
  }
  .p-category.p-searchresult .catmidhead .catmid-ttl::before {
    top: -25px;
    font-size: 4rem;
    width: 36px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-category.p-searchresult .product .list li.catidlist-1 .list-tag a:hover {
    color: #fff;
    background-color: #ea5b5b;
  }
  .p-category.p-searchresult .product .list li.catidlist-2 .list-tag a:hover {
    color: #fff;
    background-color: #6f699e;
  }
  .p-category.p-searchresult .pagenation ul li a:hover {
    color: #fff;
    background-color: #cccccc;
  }
  .p-category + .taglist {
    margin: 0 0 100px 0;
  }
  .p-category + .taglist .list-tag a.tag_bright:hover {
    color: #fff;
    background-color: #ea5b5b;
  }
  .p-category + .taglist .list-tag a.tag_dark:hover {
    color: #fff;
    background-color: #6f699e;
  }
  .p-category + .taglist .btn-more a:hover {
    background-color: #cccccc;
  }
}
.pagenation {
  text-align: center;
}
.pagenation p {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2;
}
.pagenation ul {
  display: inline-block;
  margin: 0 -3px;
  overflow: hidden;
}
.pagenation ul li {
  float: left;
  font-size: 1.4rem;
  padding: 0 3px;
}
.pagenation ul li.active {
  pointer-events: none;
}
.pagenation ul li.first a::before {
  content: "\f100";
}
.pagenation ul li.prev a::before {
  content: "\f104";
}
.pagenation ul li.next a::before {
  content: "\f105";
}
.pagenation ul li.last a::before {
  content: "\f101";
}
.pagenation ul li a {
  position: relative;
  display: block;
  font-weight: bold;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
}
.pagenation ul li a::before {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  font-family: FontAwesome;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .pagenation ul {
    margin: 0;
  }
  .pagenation ul li {
    font-size: 1.6rem;
    padding: 0 5px;
  }
  .pagenation ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (min-width: 992px) {
  .pagenation ul li a {
    -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}/*# sourceMappingURL=category.css.map */