.category-nav .parent {
	display: block;
}
.category-nav .parent .pill {
	background: none;
}
.category-nav .parent a,
.category-nav .toggle {
	font-weight: 500;
}
.category-nav .active a,
.category-nav .active a:hover {
	color: #212121;
}
.category-nav .toggle {
	font-size: 12px;
}
.category-nav .parent.n1,
.category-nav .only.n1 {
	margin-left: 20px;
}
.category-nav .parent.n2,
.category-nav .only.n2 {
	margin-left: 35px;
}
.category-nav .parent.n3,
.category-nav .only.n3 {
	margin-left: 50px;
}
.category-nav .parent.n4,
.category-nav .only.n4 {
	margin-left: 65px;
}
.category-nav .child:not(.only) {
	float: left;
	padding: 0;
	text-align: center;
	margin: 8px 8px 0 0;
}
.category-nav .child:not(.only) a {
	background-color: #ededed;
	border-radius: 3px;
	color: #5f5f5f;
	display: inline-block;
	padding: 5px 10px;
}
.category-nav .child:not(.only) a:hover {
	background-color: #e0e0e0;
}
.category-nav .child:not(.only) .icon {
	display: none;
}
.category-nav li .icon {
	margin-right: 5px;
}
.pagination-wrapper {
	position: relative;
}
.pagination-wrapper.theme-dark .pagination .button,
.pagination-wrapper.theme-dark .pagination select {
	background-color: #5f5f5f;
	color: #fff;
}
.pagination {
	margin: 20px auto 30px;
	text-align: center;
}
.pagination li {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.pagination li:first-child a,
.pagination li:first-child select {
	margin-left: 0;
}
.pagination a,
.pagination select {
	margin-left: 10px;
	height: 30px;
	line-height: 30px;
}
.pagination a {
	display: inline-block;
	color: #212121;
	min-width: 30px;
}
.pagination a:hover {
	color: #212121;
	background-color: #e0e0e0;
}
.pagination a:not(.button).selected {
	border: 2px solid #e0e0e0;
	line-height: 28px;
}
.pagination .button,
.pagination select {
	background-color: #e0e0e0;
	border-radius: 4px;
	color: #212121;
}
.pagination .button {
	padding: 0 15px;
	min-width: 40px;
}
.pagination select {
	font-size: 16px;
}
.pagination.hasSpinner {
	margin-bottom: 60px;
}
#deal-filter-strip {
	text-align: center;
}
#deal-filter-strip ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
#deal-filter-strip .title {
	display: none;
	margin-right: 5px;
}
#deal-filter-strip li {
	font-size: 14px;
	flex: 1;
	-ms-flex: 1 0 auto;
	margin: 0 2px 10px;
	max-width: 200px;
}
#deal-filter-strip li.disabled a {
	border-color: #e0e0e0;
	color: #9e9e9e;
	cursor: default;
}
#deal-filter-strip li.disabled a:hover {
	cursor: default;
}
#deal-filter-strip li.selected a {
	color: #fff;
	background-color: #1976d2;
}
#deal-filter-strip a {
	background: #e0e0e0;
	border-radius: 3px;
	color: #212121;
	display: block;
	padding: 4px 8px;
	white-space: nowrap;
	position: relative;
	transition: background-color 0.25s;
}
#deal-filter-strip a::after {
	content: "";
	opacity: 0;
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 7px solid #1976d2;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -14px;
}
#deal-filter-strip .caret {
	display: none;
}
@media (min-width: 650px) {
	#deal-filter-strip .title {
		display: inline-block;
	}
	#deal-filter-strip .title {
		font-size: 14px;
	}
	#deal-filter-strip li {
		margin: 0 5px 10px;
	}
	#deal-filter-strip li a {
		padding: 6px 12px;
	}
	#deal-filter-strip li.selected a::after {
		opacity: 1;
		bottom: -7px;
		transition: all 0.3s ease-in-out;
	}
}
.featured-grid {
	text-align: center;
}
.featured-grid li {
	display: inline-block;
	margin: 0 5px 10px;
	vertical-align: top;
}
.featured-grid p {
	display: inline-block;
	margin-bottom: 0;
	width: 75px;
	text-align: center;
	line-height: normal;
}
.featured-grid .logo {
	margin: 0;
	float: none;
}
.featured-grid .coupon-count {
	color: #5f5f5f;
	font-size: 12px;
	padding: 2px 0;
	font-weight: 400;
}
.featured-grid .coupon-count em {
	color: #fb9700;
}
.featured-grid.featured-grid-lg li {
	margin: 0 20px 15px;
}
.featured-grid.featured-grid-lg p {
	width: 105px;
}
.featured-grid.featured-grid-4col li,
.featured-grid.featured-grid-5col li {
	float: left;
	margin: 0;
	padding: 0 10px 10px 0;
}
.featured-grid.featured-grid-4col li > p,
.featured-grid.featured-grid-5col li > p {
	width: auto;
}
.featured-grid.featured-grid-4col li {
	width: 25%;
}
.featured-grid.featured-grid-5col li {
	width: 20%;
}
.featured-grid.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.featured-grid.flex li {
	margin: 0 0 15px;
}
.featured-grid.flex p {
	width: auto;
	max-width: 115px;
	margin: 0 0px;
}
.featured-grid.flex-2 li {
	width: 50%;
}
.featured-grid.flex-3 li {
	width: 33%;
}
.featured-grid.flex-4 li {
	width: 35%;
}
.featured-grid.flex-5 li {
	width: 20%;
}
.featured-grid.flex-6 li {
	width: 16.66%;
}
.section-inner .featured-grid {
	padding: 0;
}
@media (min-width: 650px) {
	.featured-grid .featured-grid-5col-md li,
	.featured-grid.flex-2-md li {
		width: 50%;
	}
	.featured-grid.flex-3-md li {
		width: 33%;
	}
	.featured-grid.flex-4-md li {
		width: 25%;
	}
	.featured-grid.flex-5-md li {
		width: 17%;
	}
	.featured-grid.flex-6-md li {
		width: 16.66%;
	}
}
@media (min-width: 815px) {
	.featured-grid p {
		width: 90px;
	}
	.featured-grid p .coupon-count {
		font-size: 14px;
	}
	.featured-grid.featured-grid-lg p {
		width: 122px;
	}
	.featured-grid.flex-2-lg li {
		width: 50%;
	}
	.featured-grid.flex-3-lg li {
		width: 33%;
	}
	.featured-grid.flex-4-lg li {
		width: 25%;
	}
	.featured-grid.flex-5-lg li {
		width: 20%;
	}
	.featured-grid.flex-6-lg li {
		width: 16.66%;
	}
	.featured-grid.featured-grid-5col-lg li {
		width: 20%;
	}
}
#related-blogs {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 20px;
}
#related-blogs .img-wrap {
	width: 30%;
	max-width: 150px;
	float: left;
	margin: 0 15px 15px 0;
}
#related-blogs .blog-post {
	background-color: #fff;
	border-style: dashed;
	margin-bottom: 20px;
	padding: 15px;
}
#related-blogs .blog-post .post-title {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 20px;
	line-height: 1.25rem;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}
#related-blogs .blog-post .author {
	color: #5f5f5f;
	margin: 10px 0;
	margin: 0.625rem 0;
	line-height: 18px;
	line-height: 1.125rem;
	font-size: 12px;
	font-size: 0.75rem;
}
#related-blogs .blog-post .post-author,
#related-blogs .blog-post .post-category,
#related-blogs .blog-post .post-category-container {
	display: inline-block;
}
#related-blogs .blog-post .post-category {
	background-color: #0390d9;
	padding: 10px 15px;
	color: #fff;
}
#related-blogs .blog-post .post-author {
	font-weight: 400;
}
#top-products ul {
	list-style-type: none;
}
#top-products li {
	float: left;
	width: 50%;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}
#top-products li > div {
	width: 98%;
}
#top-products .description span {
	font-size: 16px;
	font-size: 1rem;
}
#top-products .price {
	color: #1ebe26;
	font-weight: bold;
}
#top-products .price em {
	color: #ee5656;
	text-decoration: line-through;
}
#top-products .price .discount {
	color: #5f5f5f;
	display: block;
	text-decoration: none;
}
.module-deal.expired {
	border-bottom: 1px solid #e0e0e0;
	padding: 10px 0;
	margin: 0;
}
.module-deal.expired .expire {
	text-align: right;
	margin-top: 0px;
}
.module-deal.expired .action {
	margin: 0 0 10px 0;
	width: 100%;
}
.module-deal.expired .wrapper-code-reveal .code {
	height: 30px;
	line-height: 30px;
	text-decoration: line-through;
}
.module-deal.expired .wrapper-code-reveal.popup .code {
	cursor: pointer;
}
@media (min-width: 540px) {
	.module-deal.expired .action {
		float: right;
		margin: 0 0 0 10px;
		z-index: 1;
	}
}
.related-entity-list .type-list .img-wrap {
	width: 120px;
}
.related-entity-list .type-featured p {
	width: 120px;
}
.related-entity-list .type-featured li {
	margin: 0 15px 10px;
}
.related-entity-list .scroll {
	max-height: 400px;
}
.top-ten .more {
	margin: 0;
	font-size: 14px;
}
.top-ten .scroll {
	max-height: 295px;
}
.entity-info h2,
.entity-info h3 {
	font-size: 1.25em;
}
.entity-info .section-header {
	font-size: 1.5em;
}
.accordion {
	margin-left: 0 !important;
	padding: 0 !important;
}
.accordion .toggle {
	background-color: #ededed;
	display: block;
	position: relative;
	border-radius: 3px;
}
.accordion .toggle::after {
	font-family: "Font Awesome 5 Pro";
	content: "\f067";
	position: absolute;
	right: 10px;
	top: 50%;
	height: 30px;
	line-height: 30px;
	margin-top: -15px;
	font-size: 14px;
}
.accordion .accordion-content {
	display: none;
}
.accordion .active .toggle::after {
	content: "\f068";
}
.accordion .active .accordion-content {
	display: block;
}
#main {
	position: relative;
}
#main #spinner {
	background-color: #fff;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	opacity: 0.8;
	padding: 40px 0;
	z-index: 1;
}
#main #spinner .icon {
	font-size: 40px;
}
#wrapper-top {
	padding: 10px 0;
}
#wrapper-top .wrapper-share {
	display: none;
	float: right;
}
@media (min-width: 650px) {
	#wrapper-top .wrapper-share {
		display: block;
	}
}
.hasBanner .page-title {
	color: #fff;
	text-shadow: 0 0 5px #212121;
}
