* {
  outline: none!important;
  box-sizing: border-box;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 400;
}

html,body {
  height: 100%;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
}

strong {
  font-weight: 700;
}

a:link {
  color: black;
  text-decoration: none;
}

a:visited {
  color: black;
  text-decoration: none;
}

a:hover {
  color: black;
  text-decoration: underline;
}

a:focus {
  color: black;
  text-decoration: none;
}

a:active {
  color: black;
  text-decoration: none;
}

header {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;
  position: fixed;
  background-color: white;
  z-index: 1000;
}

.red-strip {
  background-color: rgb(204, 0, 51);
  color: white;
  padding: 1rem 2rem!important;
  text-decoration: underline;
  cursor: pointer;
  text-align: right;
  font-size: .8rem;
}

.header-nav-upper {
  padding: .5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-nav-upper > a > img {
  height: 3rem;
  width: auto;
}

.youre-shopping {
  margin: 0 2rem;
  font-size: .9rem;
}

.youre-shopping > div {
  margin-top: 0.25rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.location {
  font-weight: bold;
  margin-right: 0.5rem;
}

.caret {
  transform: rotate(-90deg) scaleY(1.5);
  margin-top: .25rem;
}

.search-input {
  flex-grow: 1;
  margin-right: 2rem;
}

.cart-icon {
  margin-left: 3rem;
}

.sign-in {
  height: 2.125rem;
  width: auto;
}

.cart-icon {
  height: 2.25rem;
  margin-bottom: 0.5rem;
}

.header-nav-lower {
  padding: 1.125rem 2rem;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-nav-lower > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header-nav-lower > div > div {
  font-weight: bold;
  margin: 0 1.25rem;
  cursor: pointer;
}

.header-nav-lower > div:nth-child(1) > div:nth-child(1) {
  margin-left: 0;
}

.header-nav-lower > div:nth-child(2) > div:nth-last-child(1) {
  margin-right: 0;
}

.black-bar {
  width: 100%;
  background-color: black;
  color: white;
  text-align: center;
  padding: .5rem 0;
  display: none;
}

.black-bar > a {
  color: white!important;
  text-decoration: underline!important;
  transition: color .5s;
}

.black-bar > a:hover {
  color: #515666!important;
}

.black-bar-top {
  position: absolute;
  left: 0;
  top: 0;
}

.header-top-row {
  font-size: .85rem;
  padding: .5rem 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-holder {
  display: flex;
  justify-content: center;
}

.header-bottom-row {
  padding: .5rem 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 5rem;
  position: relative;
  margin-top: 2rem;
}

.header-bottom-row a {
  display: inline-block;
}

.header-bottom-row a > img {
  height: 5rem;
  width: auto;
}

.header-bottom-row > div {
  width: 33.33333%;
}

.mini-cart-holder {
  width: 1.5rem!important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  right: 0;
  top: 1.75rem;
}

.mini-cart-holder > .counter {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 15;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.4rem;
  font-size: .7rem;
}

.mini-cart-holder > .mini-cart {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 1.5rem;
  width: 40rem;
  background-color: white;
  border: 1px solid silver;
  display: none;
}

.mini-cart-holder:hover > .mini-cart {
  display: block;
}

.mini-cart-holder > .mini-cart > .mini-cart-list {
  height: 15rem;
  overflow-y: auto;
}

.mini-cart-holder > .mini-cart > .mini-cart-list > div {
  padding: 1rem 2rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid silver;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mini-cart-holder > .mini-cart > .mini-cart-list > div > img {
  width: 7rem;
  height: 10rem;
  object-fit: contain;
}

.mini-cart-holder > .mini-cart > .mini-cart-list > div > .mini-cart-details {
  width: 23rem;
}

.mini-cart-holder > img {
  height: 1.5rem;
}

.mini-cart-holder > .bag-full {
  display: none;
}

.mini-cart-holder.full > img {
  display: none;
}

.mini-cart-holder.full > .bag-full {
  display: inline-block;
}

.mini-cart-holder.full > .counter {
  color: white;
}

.mini-cart-summary {
  background-color: #f8f8f8;
  text-align: center;
  padding: .5rem 0;
}

.mini-cart-summary > div {
  padding: 1rem 1rem;
}

.mini-cart-holder button {
  background-color: #e01a2b;
  color: white;
  font-weight: 700;
  border-style: none;
  cursor: pointer;
  padding: .5rem;
  font-size: 1rem;
  width: 100%;
}

.mini-cart-holder button:hover {
  background-color: #ab0000;
}

.search-holder {
  width: calc(100% - 14rem);
  text-align: right;
  position: relative;
  margin-right: 3rem;
}

.search-input {
  height: 100%;
  width: 20rem;
  font-size: 1rem;
  padding: 0.5rem 0.5rem 0.5rem 1.25rem;
  background-image: url(/media/bjs-search-icon.png);
  background-repeat: no-repeat;
  background-size: 1.85rem;
  background-position: 99.5% 50%;
  transition: width .8s;
  border: 1px solid silver;
  border-radius: 3rem;
}

.search-input.active {
  width: 100%;
}

.sayt {
  position: absolute;
  left: 16.5rem;
  top: calc(100% - 4rem);
  z-index: 100;
  width: calc(100% - 32rem);
  height: 31rem;
  box-shadow: 0 3px 13px rgb(0 0 0 / 25%);
  background-color: white;
  display: none;
}

.sayt.active {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sayt > .sayt-terms {
  width: 19rem;
  height: 100%;
  background-color: rgba(0,0,0,.05);
  overflow-y: auto;
}

.sayt > .sayt-terms > div {
  text-align: left;
  padding: .5rem 1rem;
}

.sayt > .sayt-terms > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sayt > .sayt-products {
  width: calc(100% - 19rem);
  background-color: white;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding: .5rem;
}

.mega-menu-row {
  padding: 1rem 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
  background-color: #eee;
}

.mega-menu-row-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mega-menu-row-list > div {
  flex-grow: 1;
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
}

.mega-menu-row-list > div > span {
  cursor: pointer;
}

.mega-menu-row-list > div .active {
  border-bottom: 2px solid black;
}

.mega-menu-row-list > div cpinline {
  font-weight: bold;
}

.mega-menu-row-columns {
  position: absolute;
  left: 0;
  top: 11.5rem;
  height: calc(100% - 11.5rem);
  background-color: white;
  width: 100%;
  z-index: 100;
  display: none;
}

.mega-menu-row-columns a {
  color: #666!important;
  font-size: .9rem!important;
}

.mega-menu-row-columns.active {
  display: block;
  overflow-y: scroll;
}

.mega-menu-row-columns > div {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: none;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem 1rem;
}

.mega-menu-row-columns > div.active {
  display: flex;
}

.mega-menu-row-columns > div > .menu-column {
  flex-grow: 1;
}

.mega-menu-row-columns h3 {
  margin-top: 2rem;
  font-weight: 700;
  font-size: 1rem;
}

.page {
  width: 100%;
  padding-top: 12rem;
}

.page > div {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

.product-card {
	width: calc(25% - 2rem);
	height: 30rem;
	position: relative;
}

.product-card::marker {
  display: none;
}

.sayt-products > .product-card {
  width: calc(33.333333% - 2rem);
}

.product-card > img {
	width: 100%;
	height: 13rem;
	object-fit: cover;
  margin-bottom: .5rem;
  cursor: pointer;
}

.product-card > .product-card-swatches {
  height: 2.75rem;
  overflow: hidden;
  white-space: nowrap;
}

.product-card-swatches-nav {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1.5rem;
  background-color: white;
  border: 1px solid silver;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 5;
  font-size: .9rem;
  font-weight: 700;
}

.product-card-swatches-nav.lefty {
  left: 0;
}

.product-card-swatches-nav.righty {
  right: 0;
}

.product-card-swatches {
  margin-bottom: .5rem;
  position: relative;
}

.product-card-swatches > img {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: .25rem;
  object-fit: cover;
  border-radius: 1.25rem;
  padding: .125rem;
  border: 1px solid white;
  cursor: pointer;
}

.product-card-swatches > img:nth-of-type(1) {
  transition: margin-left .5s;
}

.product-card-swatches > img.active {
  border-color: black;
}

.product-card-brand {
  font-weight: bold;
  font-size: .9rem;
}

.product-card > .product-card-details {
  text-align: left;
}

.product-card > .product-card-details > h2 {
	margin-bottom: .5rem;
  font-size: .9rem;
  margin-top: 0.5rem;
  font-weight: normal;
  cursor: pointer;
}

.product-card > .product-card-details > h2:hover {
  text-decoration: underline;
}

.product-card > .product-card-details > .product-card-price {
	font-weight: bold;
	font-size: 1rem;
}

.product-card-old-price {
  text-decoration: line-through;
  margin-bottom: .5rem;
}

.on-sale {
  color: #ef0000;
}

.rating {
  margin-top: .5rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.rating > .stars {
  font-size: .85rem;
  color: #f0eeee;
  position: relative;
}

.rating > .stars::before {
  content: "\2605\2605\2605\2605\2605";
}

.rating > .stars > div {
  color: #e0a237;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}

.rating > .stars > div::before {
  content: "\2605\2605\2605\2605\2605";
  overflow: hidden;
}

.add-to-bag {
  width: 100%;
  height: 3.5rem;
  background-color: #e01a2b;
  color: white;
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 700;
  color: white;
  transition: background-color .25s;
}

.add-to-bag > img {
  width: 25%;
  height: 100%;
  object-fit: cover;
  filter: brightness(4.5);
}

.add-to-bag:hover {
  background-color: #ab0000;
}

.product-card > .add-to-bag {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2.5rem;
  z-index: 10;
}

.prefilter-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 32000;
  background-color: rgba(0, 0, 0, .9);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2rem;
}

.prefilter-modal > div {
  padding: .5rem 1rem;
  background-color: white;
  border-radius: 1rem;
}

.prefilter-modal > div > div {
  margin: .5rem 0;
}

.prefilter-heading {
  font-size: 1.25rem;
  text-align: center;
}

.prefilter-modal > div > div > textarea {
  width: 40rem;
  height: 15rem;
}

.cover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 32000;
  background-color: rgba(0, 0, 0, .9);
  display: flex;
  justify-content: center;
  align-items: center;
}
.cover > div {
  padding: 2rem;
  border-radius: .5rem;
  background-color: white;
}
.cover h3 {
  text-align: center;
  margin-top: 0;
}
.cover > div > div {
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 40rem;
}
.cover label {
  width: calc(50% - 1rem);
  font-size: 1rem;
  text-align: center;
}
.cover input {
  border: 1px solid silver;
  padding: .5rem;
  font-size: 1rem;
  width: calc(50% - 1rem);
}
.cover section {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: .5rem;
  border-top: 1px solid silver;
}
.settings-gear {
  opacity: 0;
  width: 1rem;
  position: absolute;
  right: .5rem;
  bottom: .5rem;
  cursor: pointer;
}
.settings-gear:hover {
  opacity: 1;
}

footer {
  background-color: rgba(0,0,0,.88);
  color: white;
}

footer h3 {
  font-size: 1.125rem;
  font-weight: 700;
}
footer > div {
  width: 100%;
  max-width: 1400px;
  margin: 1rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem 0;
}

footer > div > .cp-dnd-zone {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.footer-right-column {
  width: 31%;
}
.footer > div > .menu-column {
  width: calc(33% - 2rem);
  margin-right: 2rem;
}
footer > div > .cp-dnd-zone > .cp-dnd-component-wrapper {
  width: calc(33% - 2rem);
  margin-right: 2rem;
}

.footer-social-media {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.footer-social-media > .cp-dnd-zone {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.footer-social-media a {
  margin-right: 1rem;
}

.footer-social-media a > img {
  height: 2rem;
  width: 2rem;
  object-fit: contain;
  border-radius: 1rem;
}

.footer-social-media a:hover {
  opacity: .7;
}

.footer-bottom a:link, footer a:link {
  color: white;
  text-decoration: none;
}

.footer-bottom a:visited, footer a:visited {
  color: white;
  text-decoration: none;
}

.footer-bottom a:hover, footer a:hover {
  color: white;
  text-decoration: underline;
}

.footer-bottom a:focus, footer a:focus {
  color: white;
  text-decoration: none;
}

.footer-bottom a:active, footer a:active {
  color: white;
  text-decoration: none;
}

footer hr {
  border-style: none;
  height: 0;
  border-bottom: 1px solid silver;
  padding: 0.5rem 0 0 0;
  margin: 0 0 0.5rem 0;
}

footer .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: .5rem;
  background-color: black;
  height: 3rem;
}

.footer-bottom {
  background-color: black;
  color: white;
  padding: 1.5rem 0;
  text-align: center;
  font-size: .9rem;
  position: relative;
}

.footer-bottom > div {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.footer-bottom > div > div {
  margin: 1.5rem 0;
}


.invisible {
  display: none!important;
}
