/* Tee Cell Category Menu Widget */

/* Main categories list */
.tcw-shop-categories {
	margin-bottom: -15px; /* Offset menu-list bottom margin */
    margin-top: -15px;
	padding: 0; /* Remove default padding */
}

.tcw-shop-categories, .tcw-shop-sub-categories {
    text-align: center;
}

.tcw-shop-categories li {
	display: inline-block;
	margin-bottom: 15px;
	vertical-align: middle;
}

.tcw-shop-categories li a {
	font-size: 18px;
	line-height: 1.4;
	margin: 0 17px;
}

.tcw-shop-categories li.current-cat-sub > a {
	pointer-events: none;
}

/* Divider between category links */
.nmcw-shop-categories .nmcw-shop-categories-divider {
	opacity: 0.5;
}

/* Hide leading divider when "All" link is disabled (first real item) */
.tcw-shop-categories li:first-child > .tcw-shop-categories-divider {
	display: none;
}

/* Back button */
.tcw-shop-categories li.tcw-category-back-button.current-cat a {
	color: inherit;
	padding-bottom: 0;
	border-bottom: 0 none;
	opacity: 0.5;
	cursor: default;
}

.tcw-shop-categories li.tcw-category-back-button a .tcw-back-icon {
	vertical-align: middle;
	margin-right: 4px;
}

/* Thumbnails */
.tcw-shop-categories img,
.tcw-shop-sub-categories img {
	display: inline-block;
	vertical-align: text-bottom;
	width: auto;
	border-radius: 5px;
}

@media all and (max-width: 991px) {
	.tcw-shop-categories img,
	.tcw-shop-sub-categories img {
		height: 24px;
		vertical-align: middle;
		margin: 5px 12px 5px 0;
	}
}

/* Menus: Categories - No separator helper class */
.list_nosep .tcw-shop-categories li a {
	margin: 0 28px 0 0;
}

.list_nosep .tcw-shop-categories li:last-of-type a {
	margin-right: 0;
}

.list_nosep .tcw-shop-categories li > span {
	display: none;
}

.list_nosep .tcw-shop-sub-categories li a {
	font-size: 16px;
	margin-right: 19px;
}

.list_nosep .tcw-shop-sub-categories li:last-child a {
	margin-right: 0;
}

/* Sub-categories nested under current category */
.tcw-shop-categories .tcw-shop-sub-categories-nested {
	display: none;
	padding: 15px 0 15px 15px;
}

.tcw-shop-categories .tcw-shop-sub-categories-nested li {
	margin-bottom: 5px;
	padding-bottom: 0;
	border-bottom: 0 none;
}

/* Sub-categories list below main categories */
.tcw-shop-sub-categories {
	width: 100%;
	margin-bottom: -15px;
	/* padding-top: 16px; */
	overflow: hidden;
}

.tcw-shop-sub-categories li {
	display: inline-block;
	vertical-align: middle;
	/* margin-bottom: 15px; */
}

.tcw-shop-sub-categories a {
	font-size: 18px;
	line-height: 1.4;
	margin: 0 28px 0 0;
}

.tcw-shop-sub-categories li.current-cat a,
.tcw-shop-sub-categories li.active a {
	padding-bottom: 3px;
}

.tcw-shop-sub-categories li span {
	display: none;
}

