#footer {
  margin-top: 0;
}
.navbar {
	position: relative !important;
	z-index: 20000;
}
.new-nav-divider-block {
  display: none;
}
.icheckbox_square-blue {
  background-size: 0px !important;
  border: solid 2px #ddd !important;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.icheckbox_square-blue::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.icheckbox_square-blue.checked::after {
  background-color:#606ed0;
}
label + .icheckbox_square-blue.checked span {
  color:#606ed0;
}
.icheckbox_square-blue.checked {
  border-color:#6a6d8b !important;
}

.product-item-cart-btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-item__imagery {
  height: 250px;
}
.product-item__details {
  padding: 20px 30px 10px;
  margin: 0;
}
.product-item__imagery.has-white-bg {
	background-color: #000;
}
.product-item__imagery img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  padding: 30px;
}
#product-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 125vh;
	overflow: auto;
	margin: 20px auto;
  padding: 0 20px;
}
.product-item {
	background-color: #fff;
  border-style: solid;
	border-color: #6a6d8b36;
	margin-top: 20px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-item-detail--quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  width: 100%;
  margin: 20px auto;
  height: 50px;
}
.product-item-detail {
  text-align: center;
  font-size: 18px;
}
.product-item-detail--unitprice p {
	margin: 10px auto !important;
}
.product-item-detail--name {
  margin-bottom: 5px;
}
.stock-number-transfers p {
  margin: 0;
}
.product-item-detail-name {
  font-weight: 700;
  font-size: 1.8rem;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filter-list-option__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.filter-list-option:nth-child(5) .filter-list-option__list .filter-box {
  width: 50%;
}
.filter-list-option:last-child {
  margin-top: 20px;
}
.filter-list-option:not(:first-child) .filter-list-option__list {
  display: none;
}
.filter-list-option__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0;
}
.filter-box {
  width: 100%;
  padding: 5px;
  margin: 0;
}
.checkbox+.checkbox, .radio+.radio {
  margin-top: 0;
}
.filter-box label {
  display: block;
}
.filter-box label span {
  margin: 0 15px 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #565656;
}
.filter-list-option-trigger {
  background-color: #efe7fd;
  color: #606ed0;
  border-radius: 20px;
  font-size: 11px;
  padding: 5px 11px;
  font-weight: 600;
  outline-offset: 2px;
  outline-color: #babec8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.filter-list-option-trigger:focus {
  outline-offset: 3px;
}

.box-header h4 {
  font-family: "Heebo", sans-serif;
  font-weight: 800;
  text-transform: unset;
}

.ebook-callout a {
  display: block;
  width: 100%;
  height: 100%;
}

.ebook-callout:focus,
.ebook-callout:focus-within,
.ebook-callout:hover {
	opacity: 0.7;
}
.ebook-callout {
	width: 100%;
	margin: 40px 0;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.ebook-callout img {
  max-width: 100%;
  width: 100%;
}

.stock-number-transfers {
  background-color: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  overflow: auto;
  position: relative;
  /* z-index: 10000; */
}
.stock-number-transfer__nav {
  position: sticky;
  position: -webkit-sticky;
  top: -1px;
  padding: 0 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 30px -10px #ddd;
          box-shadow: 0 3px 30px -10px #ddd;
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.stock-number-transfer-nav__item--info > * {
  margin: 0;
  font-family: "Heebo", sans-serif;
}
.stock-number-transfer-nav__item--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box.box-info {
  border: none;
  margin: 0;
}
.sht-btn {
  border-radius: 0;
  background-color: #6a6d8b;
  color: #fff;
  font-size: 16px;
  padding: 11px 20px;
  font-weight: 700;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sht-btn--update {
  border-radius: 5px;
}
.sht-btn--update i {
  margin-right: 5px;
}
.sht-btn:focus,
.sht-btn:focus-within,
.sht-btn:hover {
  background-color: #222;
  color: #fff;
}
.filter-list-option {
	background-color: #fff;
}
.product-item-detail .quantity {
  /* border: none; */
  font-size: 24px;
  padding: 20px;
  border-color: #efeff;
  border-width: 2px 0 2px 2px;
  height: 100%;
  text-align: center;
  font-weight: 600;
  /* box-shadow: 0 3px 10px #6b6d8e; */
}
.product-item-detail .quantity:focus,
.product-item-detail .quantity:focus-within {
	border-color: #6a6d8b !important;
}
.scroll-up-btn {
  background-color: #eeeeee;
  color: #3f3f3f;
  border-radius: 30px;
	padding: 9px 20px;
	font-weight: 600;
	opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scroll-up-btn.is-shown {
	opacity: 1;
}

.filter-list-option:not(:last-child) {
  margin-bottom: 10px;
  border: solid 1px #2c2e3f1f;
  padding: 8px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.filter-list-option__title > span {
  font-size: 15px;
  font-weight: 600;
  color: #545454;
}
.filter-list-update {
  margin-top: 15px;
  padding: 0 3px;
}
#filters-list {
  padding: 5px 10px;
}
#stock-number-item-count {
  margin: auto;
  font-size: 18px;
  margin-left: 14px;
  color: #5e6dd6;
  font-weight: 600;
}

.stock-numbers-intro {
	background-color: #4e4e65;
}
.stock-number-transfer-nav__item--info > h4 {
  font-size: 21px;
  font-weight: 600;
}

.stock-numbers-intro__callouts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px;
}
.stock-number-intro-callout:not(:last-child) {
	margin-right: auto;
}

.stock-number-intro-callout {
	background-color: #FFF;
	width: 32.333%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.stock-number-callout__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 0 40px;
	width: 60%;
}
.stock-number-intro-callout>* {
	height: 100%;
}
.stock-number-callout__imagery {
	width: 40%;
}

.stock-number-intro-callout>* {
	height: 100%;
}
.stock-number-callout__imagery img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
.stock-number-callout__content h4 {
	font-family: "Heebo", sans-serif;
	font-weight: 700;
	margin: auto 0 0;
}
.stock-number-callout__content p {
	margin: 10px auto;
}
.stock-number-callout__content a {
	background-color: #ff5252;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	width: auto;
	margin: 5px 0 auto;
	text-align: center;
	padding: 10px;
	-webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.stock-number-callout__content a:focus,
.stock-number-callout__content a:hover {
	background-color: #222;
}


@media (min-width: 30em) {
  .product-item {
    width: 49%;
  }
}

@media (min-width: 40em) {
  .product-item {
    width: 33.333%;
  }
  #filtering-aside {
    width: 18%;
    margin: 0 auto;
    padding-top: 2%;
  }
  #product-grid {
		width: 80%;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
  }
}

@media (min-width: 70em) {
  .product-item {
    width: 24%;
  }
}