.wpclv-attributes .wpclv-terms .wpclv-term.wpclv-term-image { width: 50px; } .wpclv-attributes .wpclv-terms .wpclv-term { border-width: 2px; } .wpclv-attributes .wpclv-terms .wpclv-term span, .wpclv-attributes .wpclv-terms .wpclv-term a { height: 32px; line-height: 32px; } .wpclv-attributes .wpclv-terms .wpclv-term.active span, .wpclv-attributes .wpclv-terms .wpclv-term:hover span { background-color: green; color: #fff; } .wpclv-attributes .wpclv-terms .wpclv-term.wpclv-term-image, .wpclv-attributes .wpclv-terms .wpclv-term.wpclv-term-image span, .wpclv-attributes .wpclv-terms .wpclv-term.wpclv-term-image a, .wpclv-attributes .wpclv-terms .wpclv-term.wpclv-term-image img { border-radius: 650px; } .wpclv-attributes .wpclv-terms .wpclv-term.active span { position: relative; } .wpclv-attributes .wpclv-terms .wpclv-term.active span:before { content: "✓"; display: block; width: 22px; height: 22px; border-radius: 12px; background-color: green; color: #fff; text-align: center; line-height: 22px; font-size: 14px; position: absolute; top: -10px; right: -10px; z-index: 9; border: 2px solid #fff } .bestelde-producten-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 20px; margin-top: 20px; } .besteld-product { border: 1px solid #ddd; padding: 10px; text-align: center; border-radius: 10px; background: #fff; transition: box-shadow 0.3s ease; } .besteld-product:hover { box-shadow: 0 0 10px rgba(0,0,0,0.1); } .besteld-product img { max-width: 100%; height: auto; margin-bottom: 10px; } .besteld-product h3 { font-size: 16px; margin: 0 0 5px; } .besteld-product .prijs { font-weight: bold; margin-bottom: 10px; } a.button.opnieuw-bestellen { background-color: #21759b; color: #fff; padding: 8px 12px; display: inline-block; border-radius: 5px; text-decoration: none; } a.button.opnieuw-bestellen:hover { background-color: #1d6a8a; }