/* 
Theme Name: Storefront Child 
Theme Author: FocalX Solutions Inc.
Author: FocalX
Author URI: http://focalx.com
Template: storefront
Version: 1.0.0 
*/
/************
* Customizing the products related buttons, price and sale tag
*************/
.wp-block-button__link {
  border-radius: 14px !important;
}

.price {
    font-weight: bold !important;
    font-size: 16px !important;
}

.price ins {
    font-weight: bold !important;
}

/*
.onsale {
    float: right !important;
}
*/

/****************
* customizing homepage show now button
*****************/
.focalx-button {
  font-size:24px;
  width: auto !important;
}

/************************************************
* Custom Crochet CTA Title overriding theme style
**************************************************/
h2.uagb-ifb-title a {
  text-decoration: none !important;
  font-weight: inherit;
}

