/*
Theme Name: soledad
Theme URI: https://pencidesign.net/
Description: A Multipurpose, Newspaper, Blog & WooCommerce WordPress Theme
Author: PenciDesign
Author URI: https://pencidesign.net/
Version: 8.5.9
Requires PHP: 7.1
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: black, green, white, light, one-column, two-columns, three-columns, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, featured-images, post-formats, translation-ready
Text Domain: soledad
Domain Path: /languages
*/
/*
 * Silence is gold
 */
/* The main css file is located in "themes/soledad/main.css" */
.penci-desktop-midbar {
    border-width: 0;
    border-style: solid;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f7b2b2;
}

.cart-contents{
	display:none !important;
}

.penci-loop-title{
	 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical; 
 overflow: hidden;
	
}