/*----------------------------------------*/
/*  tp-icon-box widget
/*----------------------------------------*/

/* ---- layout-3: shop-service ---- */
/* Extracted from cunnet-core.css.bak2 lines 11410–11451 */
.shop-service-title {
  font-weight: 600;
  font-size: 28px;
  letter-spacing: -0.03em;
}
.shop-service-dec {
  line-height: 150%;
  letter-spacing: -0.04em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .shop-service-dec br {
    display: none;
  }
}
.shop-service-item {
  gap: 35px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .shop-service-item {
    margin-left: 0;
  }
}
.shop-service-item:hover .shop-service-icon {
  animation-name: tpshake;
  animation-timing-function: ease-in-out;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
}
.shop-service-icon {
  transition: all 0.4s ease;
}
.shop-service-content .tp-btn {
  padding: 0;
  background: none;
  color: var(--tp-common-black);
  gap: 0;
  text-transform: none;
  letter-spacing: -0.02em;
}
.shop-service-content .tp-btn span {
  padding-right: 3px;
}

/* ---- layout-4: shop-payment ---- */
/* Extracted from cunnet-core.css.bak2 lines 15807–15828 */
.shop-payment-title {
  font-size: 20px;
  letter-spacing: -0.01em;
}
.shop-payment-content p {
  font-size: 15px;
  line-height: 160%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .shop-payment-content p br {
    display: none;
  }
}
.shop-payment-icon {
  transition: all 0.4s ease;
}
.shop-payment-item:hover .shop-payment-icon {
  animation-name: tpshake;
  animation-timing-function: ease-in-out;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
}

/* ---- layout-1 (default): tp-skill ---- */
/* Extracted from cunnet-core.css.bak2 lines 15869–15893 */
.tp-skill-item {
  background: #f8f8f8;
  border-radius: 24px;
  padding: 71px 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-skill-item {
    padding: 40px 20px;
  }
}
.tp-skill-icon {
  width: 70px;
  height: 70px;
}
.tp-skill-text {
  font-weight: 600;
  font-size: 28px;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-skill-text {
    font-size: 24px;
  }
}
