.categorylistview {
	margin-bottom: 40px;
}

.category-box {
	min-width: 250px;
	max-width: 274px;
	height: 200px;
	width: 25%;
	float: left;
	margin: 0 5px 10px;
	overflow: hidden;
	position: relative;
}

.category-box > a {
	display: block;
}

.category-box a:hover {
	text-decoration: none;
}

.category-box h6 {
	line-height: 20px;
	margin: 0;
	text-align: center;
	overflow: hidden;
	padding: 30px 5px;
	background: rgba(0, 0, 0, 0.35);
	display: block;
	letter-spacing: 1px;
	color: #ffffff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 16px;
}

.category-box:hover h6 {
	opacity: 0;
}

.category-box .image-box {
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	width: 100%;
	height: 210px;
}

/** With tips at the side-bottoms of each box */
.category-box .item-counts .tip-left,
.category-box .item-counts .tip-right {
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #eeeeee;
	text-align: center;
	color: #000000;
	background: #ffffff;
	position: absolute;
	bottom: 10px;
	min-width: 50px;
	border: 1px solid #ffffff;
	line-height: .9;
	padding: 2px 4px;
	border-radius: 0 5px 5px 0;
}

.category-box .item-counts span {
	text-transform: uppercase;
	font-size: 8px;
	color: #000000;
	margin: 0 2px;
}

/** With strip at the bottom of each box */
.category-box .item-counts-strip {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: .9;
	padding: 5px 8px;
}

.category-box .item-counts-strip span {
	clear: left;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 8px;
	color: #ffffff;
}

.tip-left {
	left: 10px;
	text-align: left;
	float: left;
}

.tip-right {
	right: 20px;
	text-align: right;
	float: right;
}

/** With strip at the bottom of each box */

.category-box-parent {
	width: 100%;
	text-align: left;
}

.category-box-parent h3 {
	line-height: 1.4;
	margin: 2px;
	color: #000000;
	font-weight: bold;
}

.category-box-parent .cat-img span.product-img {
	min-height: 340px;
	width: 100%;
	background-size: contain;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center 30%;
	display: block;
}

.category-box-parent .cat-text {
	padding-bottom: 10px;
	position: relative;
}

.category-box-parent .image-wrap {
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	min-height: 150px;
	max-height: 320px;
	margin-bottom: 10px;
	background: #000000;
}

.category-box-parent .image-wrap span.product-img {
	min-height: 320px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 30%;
	display: block;
	opacity: 0.6;
}

.category-box-parent .image-box {
	width: 100%;
	height: 100%;
}

.category-box-parent .image-box > img {
	flex-shrink: 0;
	opacity: 0.7;
	max-width: 100%;
	min-height: 100%;
	width: 100%;
}

.catogry-childblocks .image-wrap span.product-img {
	min-height: 200px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}

.categories_innerheading {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	margin: 30px 0 10px;
}

#products-heading,
#subcat-heading {
	margin: 0;
	padding: 5px 0 0;
	display: inline-block;
}

.category-box-parent .title-wrap {
	position: absolute;
	top: 35%;
	width: 100%;
	text-align: center;
}

.category-box-parent .title-wrap h1 {
	color: #ffffff;
	font-size: 36px;
	line-height: 42px;
	margin: 0 0 10px;
	font-weight: 600;
}

.cat-infoarea h1 {
	font-size: 36px;
	line-height: 42px;
	margin: 0 0 10px;
	font-weight: 600;
}

#products-box .modal-body {
	padding: 2px;
}

#products-box .modal-body iframe {
	width: 100%;
	bottom: 10px;
	border: 0 solid red;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 530px;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.category-box {
		min-width: 280px;
		max-width: 302px;
		width: 33%;
	}
}

@media (max-width: 991px) {
	.category-box {
		min-width: 320px;
		max-width: 350px;
		width: 50%;
		height: 205px;
	}
}

@media (max-width: 767px) {
	.category-box {
		min-width: auto;
		max-width: none;
		width: 48%;
	}
}

@media (max-width: 620px) {
	.category-box {
		width: 46%;
		height: auto;
	}

	.category-box .image-box {
		height: 170px;
	}
}

@media (max-width: 500px) {
	.category-box {
		width: 80%;
		margin: 0 auto 10px;
		height: 230px;
		float: none;
	}

	.category-box .image-box {
		height: auto;
	}
}

@media (max-width: 380px) {
	.category-box {
		width: 100%;
	}
}

