/*
Theme Name:     Clear SEO Solutions - Kadence Child Theme
Theme URI:      n/a
Template:       kadence
Author:         Clear SEO Solutions
Author URI:     n/a
Description:    A child theme for Kadence
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

.custom-sale-flash {
    /* Customize your single product page sale flash styling here */
    background-color: red;
    color: white;
    padding: 5px;
    font-weight: bold;
    text-align: center;
    width: 75px;
}

.woocommerce div.product div.summary {
    width: 100%;
}

.single-product  {
    #masthead {
        background: #5A7CFE;
    }
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale {
    width: 75px;
    left: 6px;
    right: auto;
}


