
/* ------------------------------------------
  product_list
------------------------------------------ */
.product_list_box .container {
  padding-bottom: 80px;
}

.product_list {
  display: flex;
  flex-wrap: wrap;
}

.product_list_box_free {
  margin-bottom: 80px;
}

.product_list.gian {
  border-top: 1px #b4b4b4 solid;
  margin-top: 80px;
  padding-top: 80px;
}

.product_list li {
  margin-left: 44px;
}

.product_list li.ph13 {
  border-top: 2px #f00 solid;
}

.product_list li.gian {
  border-top: 2px #00c8aa solid;
}

.product_list li:first-child {
  margin-left: 0;
}

.product_list li:nth-child(3n + 1) {
  margin-left: 0;
}

.product_list li:nth-child(n + 4) {
  margin-top: 44px;
}

.product_list_item {
  background-color: #e1e1e1;
  padding-top: 60px;
  position: relative;
  text-align: center;
  width: 304px;
}

li .product_list_item .product_list_cate {
  height: 60px;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  width: 80px;
}

li .product_list_item .product_list_cate.product_list_cate_ph13 {
  background-image: url(../img/product/product_list_cate_ph13.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 56px 34px;
}

li .product_list_item .product_list_cate.product_list_cate_gian {
  background-image: url(../img/product/product_list_cate_gian.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 56px 34px;
}

li.ph13 .product_list_item .product_list_cate {
  background-color: #f00;
}

li.gian .product_list_item .product_list_cate {
  background-color: #00c8aa;
}

.product_list_item .product_list_img img {
  margin: 0 auto;
  width: auto;
}

.product_list_text {
  padding: 10px 40px 40px 40px;
}

.product_list_name {
  display: inline;
  font-family: 'Comfortaa', sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
}

.product_list_name.product_list_name_ph13 {
  color: #f00;
}

.product_list_name.product_list_name_gian {
  color: #00c8aa;
}

.product_list_desc {
  display: inline;
  font-size: 1.6rem;
  margin-top: 20px;
}

.product_list_price {
  font-size: 2rem;
  line-height: 1;
  margin-top: 10px;
  text-align: center;
}

.product_list_price span {
  font-size: 1.2rem;
  vertical-align: baseline;
}

.buy_slider_btn {
  align-items: center;
  background: #000;
  display: flex;
  font-size: 12px;
  justify-content: center;
  margin: 20px auto 0;
  overflow: hidden;
  padding: 13px 0 11px;
  position: relative;
  text-decoration: none;
  transition: initial;
  transition: .7s ease all;
  width: 100%;
}

.buy_slider_btn span {
  background-image: url(../img/buy_btn_icon.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 22px 20px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  padding-left: 40px;
  transition: .7s ease all;
  z-index: 1000;
}

.buy_slider_btn:hover span {
  color: #fff;
  transition: .7s ease all;
}

.buy_slider_btn:before {
  background: #00c8aa;
  border-radius: 50%;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
  transition: .7s ease all;
  width: 100px;
}

.buy_slider_btn:hover:before {
  transform: scale(4.2);
}

.slick-list {
  margin-bottom: 40px;
}

.slick-prev, .slick-next {
  bottom: -33px;
  top: auto;
  z-index: 1;
}

.slick-prev:before {
  content: '';
}

.slick-next:before {
  background-image: url(../img/slider_next_arrow.png);
  background-repeat: no-repeat;
  background-size: 10px 15px;
  content: '';
  height: 15px;
  left: 5px;
  position: absolute;
  top: 0;
  width: 10px;
}

.slick-prev:before {
  background-image: url(../img/slider_prev_arrow.png);
  background-repeat: no-repeat;
  background-size: 10px 15px;
  content: '';
  height: 15px;
  left: 0;
  position: absolute;
  top: 0;
  width: 10px;
}

.slick-prev {
  left: 400px;
}

.slick-next {
  right: 400px;
}

.slick-prev:before, .slick-next:before {
  color: #000;
}

.slick-dots li button:before {
  background-color: #fff;
  border: 1px #000 solid;
  border-radius: 100%;
  content: '';
  height: 9px;
  left: 5px;
  opacity: 1;
  width: 9px;
}

.slick-dots li button:active:before, .slick-dots li button:hover:before, .slick-dots li button:focus:before, .slick-dots li.slick-active button:before {
  background-color: #000;
}

.product_list_last {
  font-size: 1.1rem;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .product_list_box .container {
    padding-bottom: 40px;
  }


  .product_list_box_free {
    margin: 0 auto 40px;
    max-width: 345px;
  }

  .product_list {
    display: block;
  }

  .product_list.gian {
    border-top: 1px #b4b4b4 solid;
    margin-top: 40px;
    padding-top: 40px;
  }

  .product_list li {
    margin-left: 0;
    margin-top: 20px;
  }

  .product_list li:nth-child(n + 4) {
    margin-top: 20px;
  }

  .product_list li:first-child {
    margin-top: 0;
  }

  li .product_list_item {
    padding-top: 48px;
    width: auto;
  }

  li .product_list_item .product_list_cate {
    height: 48px;
    position: absolute;
    top: 0;
    width: 64px;
  }

  li .product_list_item .product_list_cate.product_list_cate_ph13 {
    background-size: 44px 30px;
  }

  li .product_list_item .product_list_cate.product_list_cate_gian {
    background-size: 44px 30px;
  }

  .slick-dotted.slick-slider {
    margin-left: 0;
    margin-top: 40px;
  }

  .product_list_img {
    margin: 0 auto;
    max-width: 345px;
  }

  .product_list_img img {
    width: 100%;
  }

  .product_list_text {
    padding: 5px 20px 20px 20px;
  }

  .product_list_name {
    font-size: 1.7rem;
    margin-top: 15px;
  }

  .product_list_desc {
    margin-top: 10px;
  }

  .product_list_price {
    margin-top: 5px;
  }

  .buy_slider_btn {
    max-width: 345px;
  }

  .slick-prev {
    left: calc(50% - 100px);
  }

  .slick-next {
    right: calc(50% - 100px);
  }

  .slick-list {
    margin-bottom: 20px;
  }

  .slick-dots {
    bottom: -20px;
  }

  .slick-dots li {
    height: 10px;
    width: 10px;
  }

  .slick-dots li button:before {
    height: 5px;
    left: 0;
    width: 5px;
  }

  .slick-prev:before {
    background-size: 9px 12px;
    height: 12px;
    width: 9px;
  }

  .slick-next:before {
    background-size: 9px 12px;
    height: 12px;
    width: 9px;
  }

  .product_list_last {
    margin-top: 20px;
  }
}
