/**
 * @version     2.0.0
 * @package     sellacious
 *
 * @copyright   Copyright (C) 2012-2020 Bhartiy Web Technologies. All rights reserved.
 * @license     SPL Sellacious Private License; see http://www.sellacious.com/spl.html
 * @author      Saurabh Sabharwal <info@bhartiy.com> - http://www.bhartiy.com
 */

.category-block-textimage {
	min-height: 65px;
}

.category-block-textimage .category-block-wrapper {
	height: 100%;
	position: relative;
	display: flex;
}

.category-block-textimage .category-block-wrapper .category-image {
	width: 50px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
}

.category-block-textimage .category-block-wrapper .category-info {
	display: flex;
	flex-direction: column;
	padding-left: 5px;
}

.category-block-textimage .category-block-wrapper .category-info .category-title {
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 36px;
	overflow: hidden;
	font-weight: 400;
}

.category-block-textimage .category-block-wrapper .category-info  .category-products,
.category-block-textimage .category-block-wrapper .category-info  .category-subcategories {
	font-size: 12px;
	text-transform: lowercase;
	height: 15px;
	line-height: 15px;
}
