.klarnaBox {
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 5px;
  margin: auto 10px auto auto; }

.klarnaBox:hover {
  border: 1px solid #ffb3c8; }

.klarnaBox img {
  vertical-align: middle; }

.klarnaBox i {
  vertical-align: top;
  color: #ffb3c8; }

.dividebuyBox {
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 5px;
  margin: auto 10px auto auto; }

.dividebuyBox:hover {
  border: 1px solid #00b4dd; }

.dividebuyBox img {
  vertical-align: middle; }

.dividebuyBox i {
  vertical-align: top;
  color: #00b4dd; }

.db-payment-plans {
  max-width: 600px;
  margin: 20px auto;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 5px; }

.db-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px; }

.db-highlight {
  color: #00aaff;
  font-weight: bold; }

.db-info-icon {
  border: 1px solid #00aaff;
  border-radius: 50%;
  padding: 2px 5px;
  font-size: 12px;
  margin-left: 5px;
  cursor: pointer; }

.db-eligibility {
  color: #00aaff;
  text-decoration: none;
  font-weight: bold; }

.db-eligibility:hover {
  text-decoration: underline; }

.db-table-container {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0; }

.db-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  text-align: center; }

.db-table th, .db-table td {
  padding: 10px; }

.db-table th {
  background-color: #f9f9f9; }

.db-table tr:nth-child(even) {
  background-color: #f2f2f2; }

.db-representative-example {
  font-size: 12px;
  color: #555; }

.db-payment-plans .db-table tr.disabled {
  color: #95adcf; }

.db-payment-plans .db-table tr.disabled small {
  font-size: 13px; }
