/*
Theme Name: Supro Child
Theme URI: http://drfuri.com/supro
Author: DrFuri
Author URI: http://drfuri.com
Description: Supro Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: supro
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: supro
*/
}
@font-face {
    font-family: 'SilverSouthScript';
    src: url('SilverSouthScript.woff2') format('woff2'),
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*
Customization Start
Hiding price for variable products that have price altering required Add ons
[100824]
*/
.product-has-addons .single_variation_wrap .woocommerce-variation-add-to-cart .woocommerce-variation-price{
    display: none;
}