p {
	font-size: 16px;
}

.category_bg {
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin-top: 4px;
	background-color: #F4F4F4;
}

.category_specs {
	font-size: 10px;
	margin-top: 1px;
	list-style-position: inside;
	padding-left: 6px;
	line-height: 15px;
	padding-top: 5px;
}

#product_content .rating_stars {
	vertical-align: middle;
}

.menu_subcategory > div {
	padding: 0 10px 20px 10px;
}

#product_content {
	margin-bottom: 20px;
}

div.grid_rows {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-auto-rows: 1fr;
	grid-gap: 20px;
}

div.grid_rows > a {
	background-color: #FFF;
	padding: 20px;
	border-radius: var(--section-border-radius);
	border: var(--section-border);
}

@media only screen and (min-width: 40.0625em) {
	div.grid_rows {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media only screen and (min-width: 78.1875em) {
	div.grid_rows {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

div.grid_rows > a {
	text-decoration: none;
	display: block;
	text-align: center;
}

div.grid_rows_image {
	position: relative;
	min-height: 57px;
	height: 125px;
}

.grid_rows_image a {
	display: inline-block;
	height: 100%;
	width: 100%;
	max-width: 200px;
	max-height: 200px;
}

.grid_rows_image .gift {
	position: absolute;
	top: 0;
	right: 0;
	height: 23px;
}

/* Only show */
@media only screen and (max-width: 78.125em) {
	#category_buttons {
		margin-bottom: 4px;
	}
}

@media only screen and (min-width: 78.1875em) {
	#category_buttons {
		padding: 3px 25px 0 0;
	}
}

.color_indicator {
	border: 1px solid #888888;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 4px;
}

.color_container {
	overflow: hidden;
	height: 20px;
	margin-top: 6px;
}

progress {
	vertical-align: middle;
}

/* category review */
.cr {
	margin-top: 3px;
	font-size: 14px;
	color: #344D66;
	letter-spacing: 0;
}

/* coming-soon & not-in-stock */
.banner_coming_soon {
	position: absolute;
	bottom: 10px;
	background-color: rgba(255, 255, 255, .6);
	text-decoration: none !important;
	left: 50%;
	transform: translateX(-50%);
	color: #000000 !important;
	white-space: nowrap;
	max-height: inherit;
	border-radius: 20px;
	width: inherit;
	display: inline-block;
	padding: 5px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cd {
	background-color: var(--section-background-color);
	border: var(--section-border);
	border-radius: var(--section-border-radius);
	padding: var(--section-padding);
}
.cd h2 {
	margin-top: 0;
}

.cd li {
	font-size: 16px;
}

#category_description {
	font-size: 16px;
}

#category_description ul {
	font-size: 16px;
}

.show_size_guide {
	height: 36px;
	font-size: 13px;
	background-color: #e2e2e2;
	color: #3d3d3d;
	border-radius: 2px;
	cursor: pointer;
	overflow: hidden;
	width: 100%;
	display: inline-grid;
	grid-auto-flow: column;
	place-items: center;
	max-width: 250px;
	margin: 0 auto;
}

.show_size_guide > :first-child {
	justify-self: end;
}
.show_size_guide > :last-child {
	justify-self: start;
}

.guides p {
	font-size: 14px;
}

.breadcrumb {
	margin-top: 10px;
}

.content_header h1 {
	font-size: 28px;
}

@media only screen and (min-width: 40.0625em) {
	.breadcrumb {
		margin-top: inherit;
	}

	.content_header h1 {
		font-size: 32px;
	}
}

.banner_top {
	margin: 0 0 30px 0;
}