/**
 * @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-default {
	height: 200px;
	margin-bottom: 30px;
}

.category-block-default .category-block-wrapper {
	height: 100%;
	position: relative;
}

.category-block-default .category-block-wrapper > a {
	display: flex;
}

.category-block-default .category-block-wrapper .category-back {
	width: 100%;
	height: 100%;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
}

.category-block-default .category-block-wrapper .category-title {
	background-color: rgba(0,0,0,0.15);
	text-align: center;
	padding: 20px 0;
	height: 100%;
	transition: all 0.25s linear 0s;
	margin: 0;
}

.category-block-default .category-block-wrapper:hover .category-title {
	opacity: 0;
}

.category-block-default .category-block-wrapper .category-bottom-info {
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	padding: 5px 8px;
	font-size: 8px;
	text-transform: uppercase;
	line-height: 1.3;
	font-weight: bold;
}

.category-block-default .category-block-wrapper .category-bottom-info > div {
	width: 100%;
	flex: 1;
}

.category-block-default .category-block-wrapper .category-bottom-info .category-bottom-value {
	font-size: 11px;
	display: block;
}
