/*
Theme Name: Dynamic Axis
Theme URI: https://codaxel.com
Author: MD. Anisur Rahman Bhuyan
Author URI: https://codaxel.com
Description: Dynamic Axis theme is a multipurpose business theme
Version: 1.0
Tested up to: 6.4
Requires PHP: 7.2
Requires at least: 4.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dynamicaxis
Tags: blog, one-column, two-columns
*/
.category-box {
	border: 1px solid #bcbcbc;
	position: relative;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
}
.category-box .category-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 20px;
	width: 100%;
}
.category-box .category-title a {
	display: block;
	padding: 10px;
	background: #bcbcbc;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.category-box .category-title a:hover {
	background: #ddd;
	color: #444;
}
.woocommerce-wrapper {
	margin: 25px 0;
}
.page-title {
	background: rgba(19, 15, 64, 0.8);
	border-radius: 5px;
	margin-bottom: 30px;
	padding: 15px;
	color: #fff;
	text-align: center;
	font-size: 30px;
}
.woocommerce-result-count, .woocommerce-ordering {
	display: none;
}
.woocommerce-wrapper h1 {
	font-size: 30px;
}
.woocommerce-wrapper h2 {
	font-size: 25px;
}