/*
 * Theme Name: Solentis Storefront Extension
 * Theme URI: https://solentis.com.au/
 * Description: Custom child theme for Storefront
 * Author: Daniel Geer
 * Author URI: https://solentis.com.au/
 * Template: storefront
 * Version: 1.0.0
 * */

.sol-free-shipping-badge {
    display: inline-block;
    margin-left: 6px;
    padding: 3px 8px;
    font-size: 15px;
    font-weight: 600;
    color: #1f7a1f;
    background: #e6f6e6;
    border-radius: 4px;
}

.sol-loop-badge {
    margin-top: 6px;
}

.sol-cart-badge {
    margin-left: 8px;
}

/* Make footer promo icons non-clickable */
.site-footer .widget {
  pointer-events: none;
  cursor: default;
}

