.be-gtp-table-wrap {
  margin: 22px 0 26px;
  padding: 18px;
  border: 1px solid #dce8ee;
  border-radius: 12px;
  background: #eff8fa;
  clear: both;
}

.be-gtp-title {
  margin: 0 0 6px !important;
  color: #171c26 !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}

.be-gtp-subtitle {
  margin: 0 0 14px !important;
  color: #59616d !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.be-gtp-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #dce8ee;
}

.be-gtp-table th,
.be-gtp-table td {
  padding: 11px 13px;
  text-align: left;
  border-bottom: 1px solid #dce8ee;
  color: #171c26;
  font-size: 14px;
}

.be-gtp-table th {
  background: #edf7fa;
  font-weight: 800;
}

.be-gtp-table tr:last-child td {
  border-bottom: 0;
}

.be-gtp-cart-original {
  color: #8b8b8b;
  opacity: 1;
}

.be-gtp-cart-discounted {
  color: #171c26;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 520px) {
  .be-gtp-table-wrap {
    padding: 14px;
  }
  .be-gtp-table th,
  .be-gtp-table td {
    padding: 9px 10px;
    font-size: 13px;
  }
}
