/**
 * Solwin Infotech
 * Solwin Category Slider Extension
 *
 * @category   Solwin
 * @package    Solwin_Categoryblocks
 * @copyright  Copyright © 2006-2020 Solwin (https://www.solwininfotech.com)
 * @license    https://www.solwininfotech.com/magento-extension-license/
 */

.cat_block,
.controllers,
.cat_wrapper {
	width: 100%;
	float: left;
}

.message.info.empty {
	width: 100%;
	float: left;
}

.cat_wrapper {
	padding: 10px 0;
}

.nav-img {
	float: right;
	padding-right: 10px;
}

.prev-img,
.next-img {
	cursor: pointer;
	display: inline-block;
}

.cat_wrapper .fa.fa-angle-left,
.cat_wrapper .fa.fa-angle-right {
	display: inline-block;
	font-size: 28px;
	width: 20px;
	color: #000;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.heading {
	float: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	text-transform: uppercase;
}

.cat-block {
	padding-right: 10px;
}

.top-title {
	box-sizing: border-box;
	float: left;
	text-align: center;
	width: 100%;
}

.top-title h2 {
	border-bottom: 1px solid hsl(0, 0%, 87%);
	color: hsl(240, 100%, 17%);
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	margin: 10px 0 22px;
	padding: 0 60px 15px;
	text-transform: uppercase;
}

.center-bl {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.coll-img,
.coll-txt {
	color: hsl(240, 100%, 17%);
	float: left;
	font-size: 14px;
	text-align: center;
	width: 100%;
	padding: 5px 0;
}

.coll-txt a {
	color: hsl(240, 100%, 17%);
	font-size: 14px;
	outline: medium none;
	text-align: center;
	text-decoration: none;
}

.cat_block .cat_wrapper .owl-stage-outer .cat-coll .coll-txt a {
	display: inline-block;
	padding: 8px 15px;
	transition: all 0.5s;
}

.cat_block .owl-nav .owl-prev,
.cat_block .owl-nav .owl-next {
	top: 35%;
	transform: translateY(-35%);
}

.cat_wrapper .owl-item .cat-coll {
	padding: 0px 7.5px;
}

.cat_wrapper .owl-theme .owl-nav .owl-prev {
	position: absolute;
	left: 0px !important;
	right: auto;
	background: #f8f8f8;
	padding: 5px;
	width: 30px;
	height: 30px;
	text-align: center;
}

.cat_wrapper .owl-theme .owl-nav .owl-next {
	position: absolute;
	right: 0px !important;
	background: #f8f8f8;
	padding: 5px;
	width: 30px;
	height: 30px;
	text-align: center;
}

.cat_block .owl-theme .owl-nav {
	width: 100%;
}

.cat_wrapper .owl-item .cat-coll .cat-description {
	overflow-wrap: break-word;
	word-break: break-word;
	display: block;
	float: left;
}