/* dev:gb-bjswholesale.groupby.cloud */ .page * {
	box-sizing: border-box;
}

.page > div {
	padding: 1rem 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.page > div > .cp-dnd-zone .cp-dnd-component-content {
  display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.page .navigation {
	width: 20rem;
	padding: .5rem;
	font-size: .9rem;
  display: none;
}

.page .navigation.loaded {
  display: block;
	margin-top: 4rem;
}

.signet-breadcrumbs {
	padding: 2rem 0;
	font-size: .9rem;
	color: #323232;
}

.signet-breadcrumbs * {
	color: #323232;
}

.signet-breadcrumbs > a {
	color: #323232!important;
}

.signet-breadcrumbs > a:link {
	text-decoration: none;
}

.signet-breadcrumbs > a:visited {
	text-decoration: none;
}

.signet-breadcrumbs > a:hover {
	text-decoration: underline;
}

.signet-breadcrumbs > a:focus {
	text-decoration: none;
}

.signet-breadcrumbs > a:active {
	text-decoration: none;
}

.page .navigation > .heading {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: .5rem;
}

.page .navigation > .heading > h2 {
	font-size: 1.25rem;
	margin: 0;
}

.page .navigation > .heading > button {
	border: 1px solid #ddd;
	font-size: .9rem;
	border-radius: 1rem;
}

.refinement-search {
  width: calc(100% - 0.5rem);
  margin-bottom: 0.5rem;
}

.page .navigation > .nav {
	width: 100%;
	border: 1px solid #ccc;
	background-color: white;
}

.page .navigation > .nav > h3 {
	margin: 0;
	font-size: 1rem;
	width: 100%;
	padding: .5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ccc;
}

.page .navigation > .nav > div {
	margin: 0 .25rem;
	cursor: pointer;
}

.page .navigation > .nav > div > span {
	color: #ddd;
}

.page .navigation > .nav > div:hover {
	color: #ef0800;
}

.page .navigation > .nav > div:hover > span {
	color: #ddd;
}

.navigation {
    width: 20rem;
    list-style-type: none;
    margin: 0;
    padding: .5rem 1rem 1rem;
    background-color: white;
    min-height: 30rem;
    overflow-x: hidden;
}

.navigation h2 {
    font-size: 1.25rem;
    margin: 0 0 1rem;
    text-transform: uppercase;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
}

.navigation > li {
    margin-bottom: 1rem;
    border-top: 1px solid #aaa;
    position: relative;
		padding-top: .5rem;
}

.navigation h2 > div {
	font-size: 2rem;
	color: silver;
	cursor: pointer;
}

.nav-collapse {
	display: none;
}

.navigation > li.active .nav-collapse {
	display: block;
}

.navigation > li.active .nav-expand {
	display: none;
}

.range-invalid {
    display: none;
    position: absolute;
    left: calc(2px - 1rem);
    top: 1.5rem;
    width: calc(100% + 2rem - 4px);
    height: calc(100% - .5rem);
    z-index: 100;
    background-color: rgba(255, 255, 255, .8);
    color: #ef0000;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
}

.range-invalid.active {
    display: flex;
}

.range-slider {
    width: 100%;
    height: 1.5rem;
    border: 1px solid #ef0000;
    position: relative;
    border-radius: .75rem;
}

.range-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: .75rem;
    height: 100%;
    z-index: 5;
    cursor: ew-resize;
    padding: 0;
    overflow: hidden;
}

.range-btn-start {
    border-bottom-left-radius: 1.5rem;
    border-top-left-radius: 1.5rem;
}

.range-btn-end {
    left: calc(100% - .75rem);
    border-bottom-right-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}

.range-btn > div {
    background-color: #ef0000;
    width: 1.5rem;
    height: 100%;
    border-radius: .75rem;
}

.range-btn-end > div {
    margin-left: -.75rem;
}

.range-btn:hover > div {
    background-color: black;
}

.range-details {
    width: 100%;
    position: relative;
    margin-bottom: 1.5rem;
    height: 1.5rem;
}

.range-details > div {
    position: absolute;
    left: 0;
    font-size: .75rem;
    margin-top: .25rem;
    color: #666;
}

.range-details > div::before {
    content: '$';
}

.range-details > div.details-end {
    left: auto;
    right: 0;
}

.range-details > div.range-nav {
    position: relative;
    width: 100%;
    left: auto;
    text-align: center;
    z-index: 0;
    padding-top: .25rem;
		display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.range-details > div.range-nav::before {
    content: '';
}

.range-details > div.range-nav > button {
    background-color: #ef0000;
    color: white;
    padding: 0;
    border: 1px solid #ef0000;
    cursor: pointer;
    padding: 0 .25rem;
    border-radius: 1rem;
}

.range-details > div.range-nav > button:nth-of-type(2) {
	margin-top: .25rem;
}

.range-details > div.range-nav > button:hover {
    background-color: black;
}

.navigation > li:nth-of-type(1) {
    border-top-style: none;
}

.navigation > li > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.navigation > li > ul > li {
    margin: .5rem 0;
}

.navigation > li > ul > li:hover > .chkbox {
    border-color: #ef0000;
}

.navigation > li > ul > li:hover > .refinement-value {
    color: #ef0000;
}

.refinement {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    cursor: pointer;
		color: #333;
}

.showmore-btn {
    background-color: white;
    border: 1px solid black;
    color: black;
    text-decoration: none;
    font-size: 1rem;
    cursor: pointer;
    padding: .25rem 1rem;
}

.showmore-btn:hover {
    background-color: black;
		color: white;
}

.chkbox {
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid silver;
    color: black;
    margin-right: .5rem;
}

.refinement-value {
    width: calc(100% - 2.25rem);
    position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
}

.ref-text {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow-x: hidden;
	margin-right: .5rem;
}

.ref-icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 1.5rem;
}

.ref-icon > img {
    height: 100%;
}

.selected-refinement .chkbox {
    border-color: #0c6cd4;
    color: #0c6cd4;
}

.selected-refinement .refinement-value {
    font-weight: bold;
}

.navigation > li > ul {
	display: none;
}

.navigation > li > div {
	display: none;
}

.navigation > li.active > ul {
	display: block;
}

.navigation > li.active > div {
	display: block;
}

.navigation > li.active > .colors {
	display: flex!important;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}

.colors > .refinement {
	width: 4rem;
	height: 4rem;
	padding: .25rem;
	margin-bottom: 2rem;
}

.colors > .selected-refinement {
	border: 1px solid black;
  border-radius: 2rem;
}

.colors > .search-within-row {
	display: none;
}

.colors > .refinement > .chkbox {
	display: none;
}

.colors > .refinement > .refinement-value {
	width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  margin-bottom: 2.5rem;
	border: 1px solid silver;
}

.colors > .refinement > .refinement-value > .ref-text {
	position: absolute;
  left: 0;
  top: calc(100% + 0.5rem);
  width: 100%;
  text-align: center;
}

.colors > .refinement > .refinement-value > span {
	display: none;
}

.page .search-results {
	width: calc(100% - 21rem);
	margin-left: 1rem;
}

.page .search-results > .search-results-grid {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	padding: .5rem;
	position: relative;
}

.page .search-results > .search-results-grid.view-list {
	display: block;
}

.page .search-results > .search-results-grid > .product-card {
	width: calc(25% - 2rem);
	margin: 1rem;
}

.page .search-results > .search-results-grid.view-list > .product-card {
	width: calc(100% - 1rem);
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding: 1rem;
}

.promo-tag {
	position: absolute;
  top: 0;
  right: 0;
  padding: 0.25rem;
  font-size: .9rem;
  background-color: white;
  border-bottom: 2px solid red;
  border-left: 2px solid red;
  text-transform: capitalize;
  font-weight: bold;
}

.page .search-results > .search-results-grid > .product-card.promo-card {
	border: 2px solid red;
  border-style: solid!important;
}

.middle-banner, .bottom-banner {
	width: 100%;
	padding: 1rem 0;
  margin: 1rem 0;
}

.page .search-results > .search-results-header {
	width: 100%;

}

.search-results-header-title {
	font-size: 1.75rem;
	padding: .5rem 0;
	margin-bottom: .5rem;
	border-bottom: 1px solid #eaecec;
	position: relative;
}

.personalization-gear {
	position: absolute;
	right: 0;
	top: 0;
	width: 2.5rem;
	height: 2.5rem;
	cursor: pointer;
  display: none;
}

.personalization-gear:hover {
	opacity: .5;
}

.personalization-cover {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .9);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10000;
}

.personalization-cover > div {
	background-color: white;
	padding: 1rem;
	border-radius: 1rem;
	position: relative;
}

.personalization-cover > div > .close-btn {
	position: absolute;
	right: 1rem;
	top: .5rem;
	cursor: pointer;
	font-size: 1.5rem;
}

.personalization-cover > div > .close-btn:hover {
	opacity: .5;
}

.personalization-cover > div > .personalization-list {
	border: 1px solid #ef0000;
	height: 15rem;
	overflow-y: auto;
}

.personalization-cover > div > .personalization-list > div {
	width: 100%;
	padding: .5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.personalization-cover > div > .personalization-list > div:hover {
	background-color: #eee;
}

.personalization-cover > div > .personalization-list > div > .icon-delete {
	border: 1px solid black;
	color: black;
	border-radius: 1rem;
	cursor: pointer;
	padding: 0 .35rem;
}

.personalization-cover > div > .personalization-list > div > .icon-delete:hover {
	opacity: .5;
}

.bevel {
	position: absolute;
	height: 1px;
  left: 1px;
  width: calc(100% - 2px);
  background-color: rgb(0 0 0 / 10%);
  top: 1px;
  box-shadow: rgb(0 0 0 / 30%) 0 0 5px;
  display: none;
}

.bevel-vertical {
	position: absolute;
	height: calc(100% - 2px);
  right: 1px;
  width: 1px;
  background-color: rgb(0 0 0 / 10%);
  top: 1px;
  box-shadow: rgb(0 0 0 / 30%) 0 0 5px;
  display: none;
}

.search-results-header-options {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: .5rem;
}

.search-results-header-left {
	display: none;
  justify-content: flex-start;
  align-items: center;
}

.view-toggle-holder {
	display: flex;
  justify-content: flex-start;
  align-items: center;
	cursor: pointer;
	margin-right: 1rem;
}

.icon-view-grid {
	border: 1px solid #ddd;
  width: 3rem;
  height: 3rem;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: .4rem 0;
	border-right-style: none;
}

.icon-view-grid > div {
	background-color: #A9B0B2;
	width: .75rem;
	height: .75rem;
	margin: .125rem;
}

.icon-view-grid.active {
	background-color: #24750C;
}

.icon-view-grid.active > div {
	background-color: white;
}

.icon-view-list {
	border: 1px solid #ddd;
  width: 3rem;
  height: 3rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
	border-left-style: none;
	padding-top: .7rem;
}

.icon-view-list.active {
	background-color: #24750C;
}

.icon-view-list > div {
	height: .5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.icon-view-list > div > div:nth-of-type(1) {
	width: .25rem;
	height: .25rem;
	margin: 0 .0625rem;
	background-color: #A9B0B2;
}

.icon-view-list > div > div:nth-of-type(2) {
	width: 1.75rem;
	height: .25rem;
	margin: 0 .0625rem;
	background-color: #A9B0B2;
}

.icon-view-list.active > div > div {
	background-color: white;
}

.search-results-header button {
	background-color: white!important;
  border: 1px solid silver;
  color: #333;
  margin: 0 0.5rem;
  padding: 0.5rem 1rem;
  position: relative;
}

.search-results-header button:hover {
	cursor: pointer;
	background-color: #a9b0b2;
	border-color: #1e5787;
}

.search-results-header button:disabled {
	opacity: .6;
	cursor: default;
}

.search-results-header button:disabled:hover {
	background-color: #c2ccce;
	border: 1px solid transparent;
	color: #333;
}

.search-results-header button > div {
	display: none;
}

.search-results-header button.active > div {
	position: absolute;
	left: 0;
	top: 100%;
	width: auto;
  white-space: nowrap;
  text-align: left;
	display: block;
	border: 1px solid black;
	background-color: white;
	z-index: 20;
}

.search-results-header button.active > div > div {
	padding: .5rem;
}

.search-results-header button.active > div > div:hover {
	background-color: #1e5787;
	color: white;
	cursor: pointer;
}

.search-results-header-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.pagination {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-right: 1.5rem;
}

.pagination > * {
	margin-left: .75rem;
}

.pagination a:link {
	color: #1e5787;
	text-decoration: none;
}

.pagination a:visited {
	color: #1e5787;
	text-decoration: none;
}

.pagination a:hover {
	color: #1e5787;
	text-decoration: none;
}

.pagination a:focus {
	color: #1e5787;
	text-decoration: none;
}

.pagination a:active {
	color: #1e5787;
	text-decoration: none;
}

.pagination a.disabled {
	opacity: .5;
	cursor: default!important;
}

.pagination input[type=number] {
    width: 6rem;
		text-align: center;
    border: 1px solid #aaa;
    font-size: 1.125rem;
}

.pagination input[type=number]::-webkit-inner-spin-button,
.pagination input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.search-results-footer {
	margin-top: 2.5rem;
	width: 100%;
	text-align: center;
}

.search-results-footer button {
	border: 1px solid black;
	color: black;
	margin: 1rem 0 0.5rem;
  padding: 12px 32px;
	position: relative;
	min-width: 130px;
	background-color: white;
}

.search-results-footer button:hover {
	cursor: pointer;
	background-color: #ebebeb;
}

.search-results-footer button:disabled {
	opacity: .6;
	cursor: default;
}

.search-results-footer button:disabled:hover {
	background-color: white;
	color: #333;
}

.page .search-results > .search-results-grid.view-list .fade-out {
	display: none;
}

.compare-page {
	padding: 1rem;
}

.compare-page > h1 {
	margin: 0 0 1rem;
}

.comparison-chart {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border: 1px solid #aaa;
	box-shadow: 3px -3px 4px #ddd;
	min-width: 110rem;
}

.comparison-chart > div {
	flex-grow: 1;
	width: 12.5%;
}

.comparison-chart > div > div {
	border: 1px solid #aaa;
	display: flex;
	justify-content: center;
	align-items: center;
}

.comparison-chart > div > div > img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	padding: .25rem;
}

.comparison-chart > div > div > .add-to-cart {
	position: relative;
	justify-content: center;
	flex-wrap: wrap;
}

.comparison-chart > div > div > .add-to-cart > input {
	margin: 1rem;
}

.comparison-chart > div > div > section {
	width: 100%;
	font-size: .9rem;
}

.comparison-chart > div > div > section > div {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: .25rem 0;
}

.comparison-chart > div > div > section > div:hover {
  background-color: #eee;
}

.comparison-chart > div > div > section > div>div {
  width: 40%;
}

.comparison-chart > div > div > section > div>div:nth-of-type(2) {
  text-align: right;
}

.comparison-chart .specifications {
	display: block!important;
	width: 100%;
	font-size: .9rem;
}

.comparison-chart .specifications > div {
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .5rem;
}

.comparison-chart .specifications > div:nth-of-type(1) {
  background-color: rgb(242, 242, 242);
  font-weight: bold;
	border-top-style: none;
}

.comparison-chart .specifications > div > div {
  width: 50%;
}

.features {
	align-items: flex-start!important;
}

.features.heading {
	align-items: center!important;
}

.category-header {
	width: 100%;
	height: 13rem;
	background-color: red;
	background-image: linear-gradient(#aa0000, #ef0000, #aa0000);
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
}

.page-category .search-results-header {
	display: none!important;
}

.page-category .page-only {
	display: none!important;
}

.infinite-btn {
	width: 100%!important;
	padding: .5rem 0;
	text-align: center;
}

.infinite-btn > button {
	padding: .25rem 1rem;
	font-size: 1rem;
	cursor: pointer;
}

.infinite-btn > button:hover {
	background-color: white;
	color: #ef0000;
}

.page-category .compare-label {
	display: none!important;
}

.nav-menu {
	display: none;
}

.search-input {
	width: 100%!important;
}

.search-results-banner {
	margin-bottom: 1rem;
	width: 100%;
	height: 10rem;
	object-fit: contain;
}

.visual-nav {
	width: 100%;
	margin-bottom: 1rem;
	overflow-x: hidden;
	position: relative;
}

.visual-nav > .visual-nav-holder {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	transition: margin-left .8s;
}

.visual-nav > .visual-nav-holder > div {
	width: 12rem;
	margin: 0 1rem;
	cursor: pointer;
}

.visual-nav > .visual-nav-holder > div:hover {
	opacity: .6;
	color: red;
}

.visual-nav > .visual-nav-holder > div > img {
	width: 100%;
	height: 12rem;
	object-fit: contain;
	margin-bottom: 1rem;
}

.visual-nav > .visual-nav-holder > div > div {
	text-align: center;
	height: 5rem;
	font-size: .9rem;
}

.visual-nav > .visual-nav-btns {
	position: absolute;
	top: 0;
	height: 12rem;
	background-color: white;
	width: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 2;
}

.visual-nav > .visual-nav-btns:hover {
	opacity: .6;
}

.visual-nav > .visual-nav-btns.lefty {
	left: 0;
}

.visual-nav > .visual-nav-btns.righty {
	right: 0;
}

.pdp-recommendations {
  width: calc(100% - 2rem);
  margin: 1rem;
  overflow: hidden;
  position: relative;
}

.pdp-recommendations > img {
  width: 2rem;
  position: absolute;
  left: 1rem;
  top: calc(50% - 1rem);
  z-index: 100;
  cursor: pointer;
  background-color: white;
  border: 1px solid black;
  padding: .25rem;
  box-shadow: 3px 3px 8px #666;
}

.pdp-recommendations > img.slide-right {
  left: auto;
  right: 1rem;
  transform: rotate(180deg);
  box-shadow: -3px -3px 8px #666;
}

.pdp-recommendations > img:hover {
  opacity: .7;
}

.pdp-recommendations > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: margin-left .8s;
}

.pdp-recommendations .product-card {
  width: 20rem!important;
  margin: .5rem!important;
}


@media (max-width: 1024px) {
	.nav-menu {
		display: block;
		font-size: 1.5rem;
		position: relative;
		margin-top: .5rem;
	}

	.nav-menu > .arrow {
		position: absolute;
		right: .75rem;
		top: .75rem;
		height: 1.5rem;
		transform: rotate(-90deg);
	}

	.navigation.active > .nav-menu > .arrow {
		transform: rotate(90deg);
	}

	.page .navigation {
		width: 100%!important;
    height: 3.5rem!important;
    overflow-y: hidden!important;
    min-height: 0!important;
    padding: 0 0.5rem!important;
		margin-bottom: 1rem!important;
	}

	.page .navigation.active {
		height: auto!important;
	}

	.page {
		display: block!important;
	}

	.page .search-results {
		width: calc(100% - 0rem)!important;
    margin-left: 0!important;
	}

	.search-results-header-title {
		font-size: 1.5rem!important;
    padding-right: 2.5rem!important;
    padding-bottom: 1.25rem!important;
	}

	.search-results-header-options {
		flex-wrap: wrap!important;
	}

	.search-results-header-left {
		margin-bottom: 1rem!important;
		justify-content: space-between!important;
    width: 100%!important;
	}

	.view-toggle-holder {
		display: none;
	}

	.search-results-header-left > div:nth-of-type(2) {
		text-align: center!important;
	}

	.search-results-header button {
		margin: 0!important;
	}

	.page .search-results > .search-results-grid > .product-card {
		width: 100%!important;
	}

	.page .search-results > .search-results-grid > .product-card {
		width: 100%!important;
    margin-left: 0!important;
    display: block!important;
	}

	.page .search-results > .search-results-grid > .product-card > * {
		width: 100%!important;
	}

	.page .search-results > .search-results-grid > .product-card > .compare-label {
		width: .75rem!important;
	}

	.page .search-results > .search-results-grid > .product-card > .brand-image {
		width: 5rem!important;
	}

	.page .search-results > .search-results-grid > .product-card > .add-to-cart {
		bottom: auto!important;
	}
}
