.walkers-retail-prices {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
}

.walkers-retail-prices h2 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.walkers-price-group {
  margin-bottom: 50px;
}

.walkers-price-group h3 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 15px;
}

.walkers-price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.walkers-price-table th,
.walkers-price-table td {
  border: 1px solid #e5e5e5;
  padding: 10px 12px;
  text-align: left;
}

.walkers-price-table th {
  background: #f5f1e8;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}

.walkers-price-table td:nth-child(2),
.walkers-price-table td:nth-child(3),
.walkers-price-table th:nth-child(2),
.walkers-price-table th:nth-child(3) {
  text-align: center;
}

.walkers-variety a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

.walkers-variety a:hover {
  text-decoration: underline;
}

.walkers-limited {
  font-size: 12px;
  font-weight: 700;
  color: #9b1c1c;
  text-transform: uppercase;
}

@media (max-width: 700px) {
  .walkers-price-table {
    font-size: 13px;
  }

  .walkers-price-table th,
  .walkers-price-table td {
    padding: 8px;
  }

  .walkers-price-group h3 {
    font-size: 28px;
  }
}
