/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/

p.price .woocommerce-Price-amount.amount:nth-of-type(2) {
    font-size: 0.7em;
}
small.wsc-br-text {
    font-size: 0.7em;
}

.shoptimizer-mini-cart-wrap .widget_shopping_cart .product_list_widget {
    flex: 1;
    overflow-y: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: inset 0 -15px 15px -15px rgb(0 0 0 / 16%);
    width: 100%;
    margin-left: 0;
    padding: 0;
}








