/* v2.2.3.209
   Mobile-only equal inset around the opened price table.
   Desktop/full layout untouched. */

@media (max-width: 767px) {
  html body .single-product div.product .afp-widget.afp-product-builder:not(.afp-widget--quickview) .afp-master-row--ranges .afp-range-shell > .afp-range-panel,
  html body .afp-widget.afp-product-builder:not(.afp-widget--quickview) .afp-master-row--ranges .afp-range-shell > .afp-range-panel,
  html body .single-product div.product .afp-widget.afp-product-builder:not(.afp-widget--quickview) .afp-price-table-wrap .afp-range-shell > .afp-range-panel,
  html body .afp-widget.afp-product-builder:not(.afp-widget--quickview) .afp-price-table-wrap .afp-range-shell > .afp-range-panel {
    padding-top: 6px !important;
    padding-right: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 12px !important;
  }

  html body .single-product div.product .afp-widget.afp-product-builder:not(.afp-widget--quickview) .afp-master-row--ranges .afp-range-panel > .afp-price-table,
  html body .afp-widget.afp-product-builder:not(.afp-widget--quickview) .afp-master-row--ranges .afp-range-panel > .afp-price-table,
  html body .single-product div.product .afp-widget.afp-product-builder:not(.afp-widget--quickview) .afp-price-table-wrap .afp-range-panel > .afp-price-table,
  html body .afp-widget.afp-product-builder:not(.afp-widget--quickview) .afp-price-table-wrap .afp-range-panel > .afp-price-table {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  html body .single-product div.product .afp-widget.afp-product-builder:not(.afp-widget--quickview) .afp-range-panel > .afp-price-table .afp-tier-table,
  html body .afp-widget.afp-product-builder:not(.afp-widget--quickview) .afp-range-panel > .afp-price-table .afp-tier-table {
    width: 100% !important;
    margin: 0 !important;
  }
}
