/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/


/* Add your custom styles here... */ 
div.wpsf-slider-section img.wpsf-product-img {
    border-radius: 0;
    box-shadow: 0 0 0 0;
    max-width: 21%;
}
.woocommerce-cart-tab, .woocommerce-cart-tab:hover {
    color: #ff0000;
}
.woocommerce-cart-tab, .woocommerce-cart-tab-container .widget_shopping_cart .widgettitle, .woocommerce-cart-tab-container .widget_shopping_cart .buttons {
    background-color: rgba(255, 255, 255, 0.38);
}