/**

 * Magento

 *

 * NOTICE OF LICENSE

 *

 * This source file is subject to the Academic Free License (AFL 3.0)

 * that is bundled with this package in the file LICENSE_AFL.txt.

 * It is also available through the world-wide-web at this URL:

 * http://opensource.org/licenses/afl-3.0.php

 * If you did not receive a copy of the license and are unable to

 * obtain it through the world-wide-web, please send an email

 * to license@magentocommerce.com so we can send you a copy immediately.

 *

 * DISCLAIMER

 *

 * Do not edit or add to this file if you wish to upgrade Magento to newer

 * versions in the future. If you wish to customize Magento for your

 * needs please refer to http://www.magentocommerce.com for more information.

 *

 * @category    design

 * @package     default_default

 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)

 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)

 */


@import url(styles-1.css);
@import url(styles-2.css);
@import url(styles-3.css);
@import url(styles-4.css);
@import url(styles-5.css);

.subcategories {
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.subcategories ul {
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.subcategories li.current a {
	color: #000;
}

.breadcrumb {
	margin-top: 0;
	padding-top: 10px;
	list-style: none;
	border-radius: 4px;
	font-size: 18px;
}

.breadcrumb li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-shadow: 0 1px 0 #fff;
}

.breadcrumb >li +li::before {
	content: none;
}

.breadcrumb .divider {
	padding: 0 5px;
	color: #ccc;
}

.breadcrumb .active {
	color: #999;
}

.cover-grid {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: center;
}

.cover-grid >p >a {
	margin: 1rem;
}

.cover-grid >p >a >img {
	width: 200px;
}

.postContent >p >img, .postContent >p >span >img {
	width: 100% !important;
	height: auto !important;
}

.postTitle {
	width: 92%;
}

.mobile-nav {
	display: none;
}

#mobile-menu-button {
	margin-left: 0;
	padding: 0 16px;
}

.category-description >.full-width {
	width: 100%;
	display: table;
	vertical-align: top;
}

.category-logo, .category-image2 {
	width: 48%;
	text-align: center;
	display: table-cell;
	vertical-align: top;
	padding: 1%;
}

.category-image2 {
text-align: right;
}

.category-image2 > img{
max-width: 100%;
}

.category-logo >p {
	text-align: left;
}

.category-logo >p >strong {
	display: block;
	text-align: center;
}

.product-containter {
	text-align: center;
}

.product-containter >.product-item {
	display: inline-block;
	margin: 4px;
	width: 182px;
	text-align: center;
	background-color: #fff;
	height: 232px;
	vertical-align: top;
}

@media (max-width: 850px) {
	.col-right.sidebar {
		display: none;
	}

	.main {
		display: block;
	}

	.col-main {
		width: 100%;
		display: block;
	}

	#nav li {
		float: initial;
		height: initial;
	}

	.mobile-nav {
		font-size: 50px;
		text-align: left;
		display: block;
	}

	#mobile-menu-toggler:checked +.nav-container {
		display: none;
	}

	#nav a {
		float: none;
	}

	#nav ul {
		width: initial;
		position: initial;
		top: initial;
		left: initial;
		border: none;
		margin-left: 1rem;
	}

	#nav >li >ul >li >ul >li >ul {
		display: none;
	}

	.category-image2 {
		display: none;
	}

	.category-logo {
		width: 100%;
		display: inline-block;
	}







}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
