/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 15 2026 | 09:21:31 */
/* ================================================
   YITH Product Add-ons – Custom Styling
   Voetbaltenueshop.nl
================================================ */

/* ── Minimale spacing tussen velden ── */
.yith-wapo-option {
  margin-bottom: 0 !important;
  margin-top: -8px !important;
  padding: 0 !important;
}
.yith-wapo-option:first-child {
  margin-top: 0 !important;
}
.yith-wapo-option .label {
  margin: 0 !important;
  padding: 0 !important;
}
.yith-wapo-option label {
  margin-bottom: 1px !important;
  font-size: 0.85rem !important;
}
.yith-wapo-option .input-text-container {
  margin-top: 1px !important;
}
.yith-wapo-option input[type="text"].yith-wapo-option-value {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

/* ── Minder ruimte tussen radio en tekstvelden ── */
.yith-wapo-addon-wrap {
  margin-top: -6px !important;
}
#yith-wapo-option-13-0 {
  margin-top: -20px !important;
  padding-top: 0 !important;
}
/* ── Minder ruimte tussen typvelden naam en nummer en totaalrpijs ── */
#wapo-total-price-table {
    margin-top: 10px;
}
@media (max-width: 800px) {
	#wapo-total-price-table {
    margin-top: 0px;
}
}