/* TD-PRO v1.0.22 clean install and virtual sales settings */
.storefront-empty{display:grid;place-items:center;min-height:210px;padding:38px 20px;text-align:center}
.storefront-empty svg{width:38px;height:38px;color:var(--brand)}
.storefront-empty h3{margin:12px 0 4px;font-size:18px}
.storefront-empty p{margin:0;color:var(--muted)}
@media(min-width:1001px){.setting-switches{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.storefront-empty{min-height:180px;margin:0 12px;padding:28px 16px}.setting-switches{grid-template-columns:1fr}}
