.cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}

.cat-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  padding: 0 20px;
}

.cat-card .cat-img {
 
  border-radius: 16px 16px 0px 0px;
  margin-bottom: 0;
  overflow: hidden;
}
.cat-card .cat-img img {
  border-radius: 16px 16px 0px 0px;
}

.cat-card .cat-info {
  background-color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  padding: 20px 10px;
  border-radius: 0 0 16px 16px;
  text-transform: uppercase;
}

.slick-arrow {
  display: block;
  width: 30px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  z-index: 40;
}

.slick-arrow-prev {
  left: 30px;
}
.slick-arrow-prev:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
  width: 30px;
  height: 30px;
  border-left: 4px solid #000;
  border-bottom: 4px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.slick-arrow-next {
  right: 30px;
}
.slick-arrow-next:before {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 0;
  width: 30px;
  height: 30px;
  border-right: 4px solid #000;
  border-bottom: 4px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.type-list .type-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  background-color: #fff;
  font-weight: 600;
  font-size: 20px;
  height: 100%;
  min-height: 100%;
  line-height: 18px;
}
.type-list .type-col:not(:last-child) .type-col-body {
  border-right: 1px solid #BBBBBB;
}
.type-list .slick-arrow-prev {
  left: 10px;
}
.type-list .slick-arrow-next {
  right: 10px;
}

.type-col-head {
  background: #000000;
  color: #fff;
  text-transform: uppercase;
  padding: 16px 24px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  min-width: 312px;
}

.type-col-body {
  padding: 60px 24px 44px 24px;
  min-height: 260px;
}
.type-col-body ul li {
  display: block;
  white-space: nowrap;
}
.type-col-body ul li a:hover {
  color: #fab220;
}
.type-col-body ul li:not(:last-child) {
  margin-bottom: 16px;
}
.type-col-body ul li span {
  color: #969696;
}

.card-tag {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 5;
}

.tag-soldout {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  background: #4BB080;
  border-radius: 8px;
  line-height: 18px;
  padding: 10px 12px;
  color: #fff;
}

.tag-discount {
  background: #EB4B4B;
  border-radius: 8px;
  color: #fff;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 12px;
  display: inline-block;
}
.tag-discount span {
  font-size: 8px;
  line-height: 11px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: inline-block;
  position: relative;
  top: -5px;
  left: -5px;
}

@media (max-width: 1500px) {
  .cat-list, .type-list {
    padding: 0 60px;
    position: relative;
  }
}
@media (max-width: 991px) {
  .cat-list, .type-list {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }
}