.listicle-anchor-list-wrap,
.listicle-anchor-list-wrap .listicle-anchor-list {
	max-width: 700px;
	padding-left: 0;
	width: 100%;
}

.listicle-anchor-list-wrap .listicle-anchor-list .toc-item-wrap {
	display: flex;
	margin: 20px 0;
	align-items: center;
	gap: 20px;
	flex: 1 0 0;
	width: 100%;
}
.listicle-anchor-list-wrap .listicle-anchor-list .toc-item-wrap .toc-item-info {
	min-width: 149px;
	max-width: 149px;
}
.listicle-anchor-list-wrap ul.listicle-anchor-list  li:nth-child(n+6).toc-item-wrap {
	display:none;
}

.toc-item-wrap .toc-item-thumbnail-wrap,
.toc-item-wrap .toc-item-thumbnail-wrap img.toc-item-thumbnail {
	height: 134px;
	width: 134px;
	min-width: 134px;
}
.toc-item-wrap .toc-item-thumbnail-wrap img.toc-item-thumbnail {
	max-width: 100%;
}

.listicle-anchor-list-wrap .listicle-anchor-list .toc-item-wrap .toc-item-info-wrap {
	padding: 20px 0;
}

.toc-item-superlative {
	color: #000000;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.toc-item-title {
	color: #000;
	font-family: Montserrat;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 27px;
	margin-bottom: 10px;
}

.toc-item-link {
	color: #0A4E9B;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 133.333% */
	text-align: center;
}
.toc-item-button-wrap {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-left: auto;
	max-width: 308px;
	min-width: 220px;
	min-height: 48px;
	width: 100%;				
}
.toc-item-button-wrap .toc-item-retailer-btn {
	background-color: var(--primary-brand-color, #9e9e9e);
	border: none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 47px;
	min-height: 48px;
	overflow: hidden;
	padding: 0 16px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.toc-item-button-wrap .toc-item-retailer-btn span {
	font-weight: 700;
}

.toc-item-button-wrap .toc-item-retailer-btn .dollar-sign {
	font-size: 13px;
}

.toc-item-button-wrap .toc-item-retailer-btn .sales-price {
	margin-right: 0px;
}

.toc-show-all {
	text-align: center;
}
.toc-show-all-button {
	background-color: var(--button-bg-color);
	border: none;
	border-radius: 4px;
	color: #FFF;
	text-align: center;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 14px */
	padding: 15px;
	width: 90%;
}

@media screen and ( max-width: 768px ) {
	.listicle-anchor-list-wrap .listicle-anchor-list .toc-item-wrap {
		align-items: flex-start;
		flex-direction: column;
	}
	.listicle-anchor-list-wrap .listicle-anchor-list .toc-item-wrap .toc-item-info {
		min-width: auto;
		max-width: none;
	}
	.toc-item-wrap .toc-item-thumbnail-wrap {
		display: none;
	}
	.toc-item-button-wrap {
		margin-left: 0;
	}
}
