@import url('../custom/css/custom.css');

:root {
  --default-colour: white;
  --secondary-colour: black;
  --primary-colour: #ff1721;
}

body {
  background-color: var(--default-colour);
  color: var(--secondary-colour);
  min-height: 100vh;
  font-family: new-science, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.app {
  width: 100%;
  min-height: 100vh;
}

.view {
  background-color: var(--primary-colour);
  color: var(--secondary-colour);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 10vw;
  display: flex;
}

.app__footer {
  background-color: var(--secondary-colour);
  color: var(--primary-colour);
  width: 100%;
  position: relative;
}

.wrapper {
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.wrapper.message {
  padding-top: 25px;
  padding-bottom: 25px;
}

.sh-2 {
  letter-spacing: 0;
  text-transform: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 45px;
}

.sh-2.uppercase {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 18px;
}

.sh-2.total {
  margin-right: 0;
}

.h-1 {
  letter-spacing: .5px;
  text-transform: uppercase;
  color: inherit;
  font-size: 68px;
  font-weight: 700;
  line-height: 68px;
}

.bc-3 {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.bc-3.uppercase {
  text-transform: uppercase;
}

.bc-3.footer__copy {
  margin-left: 25px;
  line-height: 15px;
}

.bc-3.no__break {
  white-space: nowrap;
}

.bc-3.max {
  text-align: right;
  margin-top: 10px;
  line-height: 15px;
}

.style__guide__item {
  width: 100%;
}

.style__guide__list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 25px;
  display: flex;
}

.bc-5 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}

.style__guide__heading {
  color: #fff;
  font-size: 70px;
  font-weight: 100;
  line-height: 80px;
}

.h-2 {
  letter-spacing: .75px;
  text-transform: uppercase;
  color: inherit;
  font-size: 54px;
  font-weight: 700;
  line-height: 54px;
}

.bc-1 {
  letter-spacing: 2.5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 75px;
}

.sh-1 {
  letter-spacing: .75px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  display: block;
}

.sh-1.footer__cta__link {
  line-height: 18px;
}

.sh-1.title {
  letter-spacing: 0;
}

.style__guide__block {
  border: 1px solid #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.5vw;
  display: flex;
}

.sh-3 {
  letter-spacing: .25px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.bc-4 {
  letter-spacing: .25px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.bc-2 {
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.bc-2.margin__left {
  margin-left: 10px;
}

.bc-2.margin__left.link {
  transition: opacity .2s;
}

.bc-2.margin__left.link:hover {
  opacity: .65;
}

.bc-2.set__width {
  width: 100px;
}

.bc-2.full {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.bc-2.bold {
  font-weight: 700;
}

.bc-2.uppercase {
  text-transform: uppercase;
}

.style__guide {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: var(--default-colour);
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  padding: 10vw;
  display: flex;
}

.bc-6 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  line-height: 50px;
}

.sh-4 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
}

.sh-4.bold {
  font-weight: 700;
}

.h-3 {
  letter-spacing: 0;
  text-transform: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.footer__header {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 50px 50px 150px;
  display: flex;
}

.footer__footer {
  text-align: right;
  height: 63px;
  overflow: hidden;
}

.footer__links__footer {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer__links__header {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer__links {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 50px;
  display: flex;
}

.footer__logo {
  height: 175px;
  display: block;
}

.footer__line {
  border: 1px solid var(--primary-colour);
  width: 100%;
  height: 1px;
  min-height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.footer__links__list {
  width: 100%;
  max-width: 450px;
  display: block;
}

.footer__link__item {
  margin-right: 12.5px;
  display: inline-block;
}

.auth__form {
  background-color: #ededed00;
  width: 100%;
  max-width: 600px;
  padding: 0;
  overflow: visible;
}

.auth__form__input {
  background-color: #fff0;
  border: 1px #000;
  width: 100%;
  height: 100%;
  min-height: 75px;
  padding: 10px;
  font-size: 18px;
  line-height: 18px;
}

.auth__form__field {
  border-bottom: 1px solid #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.auth__form__label {
  text-transform: uppercase;
  cursor: pointer;
  align-items: center;
  width: 150px;
  height: 100%;
  min-height: 75px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
}

.auth__form__footer {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.auth__form__footer.center {
  justify-content: center;
}

.auth__form__button {
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 80px;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
}

.auth__form__button.auto {
  margin-left: auto;
}

.generic__arrow {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
}

.generic__arrow.product__arrow {
  width: 12px;
  height: 12px;
  margin-left: 10px;
}

.auth__form__links {
  flex-flow: row;
  display: flex;
}

.auth__form__link {
  letter-spacing: 0;
  text-transform: capitalize;
  margin-right: 15px;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
}

.order__confirmation_field {
  border-bottom: 1px solid #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.order__confirm__number {
  text-transform: uppercase;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  min-height: 75px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
}

.order__confirm__redirect__link {
  text-transform: uppercase;
  cursor: pointer;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
}

.order__confirm__footer {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 25px;
  display: flex;
}

.order__confirm__content {
  background-color: #ededed00;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding: 0;
  display: flex;
  overflow: visible;
}

.order__confirm__header {
  margin-bottom: 50px;
}

.native__link {
  color: #0000;
  background-image: url('../images/Native-logo.svg');
  background-position: 0 55%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.image {
  display: block;
}

.cart__icon {
  z-index: 10;
  width: 30px;
  height: 30px;
  margin-left: 25px;
}

.header__logo {
  z-index: 10;
  width: 90px;
  height: 100px;
  position: fixed;
  top: 15px;
  left: 15px;
}

.section {
  z-index: 0;
  background-color: var(--default-colour);
  color: var(--secondary-colour);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 5vw 10vw 10vw;
  display: flex;
  position: relative;
  overflow-x: hidden;
}

.section.cart__page, .section.invoice__page {
  padding-top: 10vw;
}

.section.product__page {
  min-height: 100vh;
  padding-top: 10vw;
}

.products__list {
  width: 100%;
}

.product__item {
  width: 100%;
  margin-top: 25px;
}

.product__link {
  cursor: pointer;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  transition: opacity .2s;
  display: flex;
}

.product__link:hover {
  opacity: .65;
}

.product__link__image {
  background-color: #f7f7f7;
  width: 150px;
  min-width: 150px;
  height: 100px;
  margin-right: 25px;
  padding: 15px;
  position: relative;
}

.product__image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.product__image.bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.product__link__content {
  border-bottom: 1px solid #000;
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 25px;
  display: flex;
}

.product__link__contents {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.product__content__header {
  flex-flow: row;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.word__spacer {
  width: 25px;
  height: 0;
  padding: 0;
}

.word__spacer.half {
  width: 25px;
}

.product__content__footer {
  width: 100%;
}

.product__content__footer.auto {
  width: auto;
}

.product__content__arrow {
  justify-content: center;
  align-items: center;
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  display: flex;
}

.product__content__arrow.rotated__90 {
  margin-left: 15px;
  transform: rotate(90deg);
}

.product__content__arrow.rotated__anti__90 {
  margin-left: 15px;
  transform: rotate(-90deg);
}

.product__content__text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.product__content__text.auto {
  width: auto;
}

.search__bar {
  z-index: 100;
  background-color: var(--default-colour);
  border-bottom: 1px solid #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  padding-top: 75px;
  display: flex;
  position: sticky;
  top: 0;
}

.search__bar__input {
  border: 1px #000;
  width: 100%;
  min-height: 75px;
  padding: 5px;
}

.search__bar__label {
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 15px;
  line-height: 75px;
}

.filters {
  z-index: 1;
  background-color: #fff;
  width: 30vw;
  height: 100vh;
  padding: 2.5vw;
  position: fixed;
  inset: 0% auto 0% 0;
  transform: translate(-30vw);
}

.side__button__holder {
  z-index: 2;
  pointer-events: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 25px;
}

.side__button {
  pointer-events: auto;
  cursor: pointer;
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 150px;
  transition: opacity .2s;
  display: flex;
}

.side__button:hover {
  opacity: .65;
}

.rotate__button__contents {
  flex-flow: row;
  align-items: center;
  display: flex;
  transform: rotate(-90deg);
}

.nav {
  z-index: 10;
  flex-flow: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 15px;
  right: 15px;
}

.nav__header {
  align-items: center;
  display: flex;
}

.nav__menu {
  box-shadow: none;
  text-align: right;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  height: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.nav__link {
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  width: 100%;
  padding-left: 25px;
  padding-right: 55px;
  font-size: 15px;
  font-weight: 700;
  line-height: 45px;
  transition: opacity .2s;
  display: block;
}

.nav__link:hover {
  opacity: .65;
}

.nav__link.uppercase {
  text-transform: uppercase;
  line-height: 15px;
}

.nav__button {
  cursor: pointer;
  background-color: #0000;
  align-items: center;
  margin-left: 25px;
  padding: 0;
  transition: opacity .2s;
  display: flex;
}

.nav__button:hover {
  opacity: .65;
}

.cart__button {
  letter-spacing: 0;
  text-transform: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 45px;
}

.cart__button.uppercase {
  text-transform: uppercase;
  line-height: 15px;
  transition: opacity .2s;
}

.cart__button.uppercase:hover {
  opacity: .65;
}

.cart__list {
  border-bottom: 1px solid #000;
  width: 100%;
}

.cart__item {
  width: 100%;
  margin-bottom: 25px;
}

.cart__product__link {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.remove__product__button {
  background-color: #0000;
  width: 20px;
  height: 20px;
  margin-bottom: 20px;
  padding: 0;
  transition: opacity .2s;
}

.remove__product__button:hover {
  opacity: .65;
}

.cart__product__info {
  justify-content: space-between;
  align-items: center;
  width: 150px;
  min-width: 150px;
  margin-left: 25px;
  display: flex;
}

.cart__product__info.right__aligned {
  justify-content: flex-end;
}

.ecomm__input__number {
  text-transform: uppercase;
  border: 1px #000;
  width: 55px;
  margin-right: 50px;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 45px;
  display: block;
}

.ecomm__input__number.no__margin {
  margin-right: 0;
}

.informational__content {
  width: 100%;
}

.information__list {
  border-bottom: 1px solid #000;
  width: 100%;
  padding-bottom: 25px;
}

.infomation__list__item {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.infomation__list__item.pin-top {
  align-items: flex-start;
}

.information__item__header {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.information__item__footer {
  align-items: center;
  display: flex;
}

.information__item__footer.right {
  justify-content: flex-end;
}

.information__item__footer.right.full__field {
  flex: 1;
  padding-left: 25px;
}

.information__content__header {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 25px;
  margin-bottom: 0;
  display: flex;
}

.information__content__header.left_-align {
  flex-flow: row;
  justify-content: flex-start;
}

.ecomm__input__checkbox {
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 45px;
  position: static;
}

.ecomm__input__custom__checkbox {
  text-transform: uppercase;
  border: 1px solid #000;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 45px;
  display: block;
}

.ecomm__label__checkbox {
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  padding: 4px;
  font-size: 15px;
  font-weight: 700;
  line-height: 45px;
  display: flex;
  position: relative;
}

.custom__styles {
  display: none;
}

.cart__confirm__button {
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 70px;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: auto;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
}

.invoice__item {
  cursor: pointer;
  border-bottom: 1px solid #000;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.invoice__content__text {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.invoice__item__arrow {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.invoice__item__arrow.rotated__90 {
  margin-left: 15px;
  transform: rotate(90deg);
}

.invoice__item__arrow.rotated__anti__90 {
  margin-left: 15px;
  transform: rotate(-90deg);
}

.invoice__content__header {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 12.5px;
  display: flex;
}

.invoice__content__header.left_-align {
  flex-flow: row;
  justify-content: flex-start;
}

.invoice__content {
  width: 100%;
  margin-top: 25px;
}

.account__information {
  border-bottom: 1px solid #000;
  width: 100%;
  padding-bottom: 10px;
}

.account__content__header {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.account__content__header.left_-align {
  flex-flow: row;
  justify-content: flex-start;
}

.account__content__header.center {
  align-items: center;
}

.account__content {
  width: 100%;
}

.account__list__item {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.product__wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  min-height: 60vh;
  display: flex;
}

.product__full__image {
  background-color: #f7f7f7;
  align-self: stretch;
  width: 100%;
  min-height: 100%;
  padding: 50px;
  position: relative;
}

.product__content {
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 60%;
  padding-bottom: 0;
  padding-left: 50px;
  display: flex;
}

.product__information {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.product__header {
  border-bottom: 1px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 25px;
  display: flex;
}

.product__content__copy {
  width: 100%;
  padding-top: 25px;
}

.product__data {
  width: 100%;
  margin-top: 100px;
  padding-left: 0;
}

.product__data__accordion {
  border-bottom: 1px solid #000;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.product__accordion__header {
  cursor: pointer;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.product__accordion__icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: auto;
  display: flex;
}

.product__accordion__icon.rotated__90 {
  margin-left: 15px;
  transform: rotate(90deg);
}

.product__accordion__icon.rotated__anti__90 {
  margin-left: 15px;
  transform: rotate(-90deg);
}

.product__footer {
  border-bottom: 1px solid #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: auto;
  padding-bottom: 25px;
  display: flex;
}

.action__button {
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #efefef00;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  transition: opacity .2s;
  display: flex;
}

.action__button:hover {
  opacity: .65;
}

.action__button.uppercase {
  text-transform: uppercase;
  line-height: 15px;
}

.product__controls {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav__links {
  flex-flow: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.auth__block {
  justify-content: center;
  width: 100%;
  display: flex;
}

.auth__logged__in {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #ededed00;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 600px;
  padding: 0;
  display: flex;
  overflow: visible;
}

.logged__in__text {
  text-align: left;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.logged__in__text.margin__left {
  margin-left: 10px;
}

.auth__error {
  letter-spacing: 0;
  text-transform: capitalize;
  border: 1px #000;
  padding: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  display: block;
}

.invoices__list {
  width: 100%;
}

.state__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.state__text.uppercase {
  text-transform: uppercase;
}

.state__text.footer__copy {
  margin-left: 25px;
  line-height: 15px;
}

.ecomm__input__date {
  text-transform: uppercase;
  border: 1px #000;
  width: auto;
  min-width: 100px;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 45px;
  display: block;
}

.delivery__date__input {
  border: 1px #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.delivery__date__input.margin__left {
  margin-left: 10px;
}

.delivery__date__input.set__width {
  width: 100px;
}

.purchase__order__input {
  text-align: right;
  border: 1px #000;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.purchase__order__input.margin__left {
  margin-left: 10px;
}

.purchase__order__input.set__width {
  width: 100px;
}

.purchase__order__input.textarea {
  resize: vertical;
  min-width: 100%;
  max-width: 100%;
  padding: 0;
}

.cart__footer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 175px;
  display: flex;
}

.cart__footer__content__text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.cart__footer__content__text.auto {
  width: auto;
}

.cart__footer__info {
  justify-content: space-between;
  align-items: center;
  width: 150px;
  min-width: 150px;
  margin-left: 25px;
  display: flex;
}

.cart__footer__info.right__aligned {
  justify-content: flex-end;
}

.cart__footer__item {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.cart__details {
  width: 100%;
  margin-bottom: 75px;
}

.filter__list {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.filter__item {
  width: 100%;
  margin-top: 15px;
}

.filter__accordion {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
}

.filter__accordion__header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.filter__accordion__header.child {
  padding-top: 10px;
  padding-bottom: 10px;
}

.filter__accordion__body {
  width: 100%;
  height: auto;
  padding: 0;
  overflow: hidden;
}

.filter {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.filter.child {
  padding-top: 5px;
  padding-bottom: 5px;
}

.sub__filter {
  width: 100%;
  padding: 0;
}

.filters__collection {
  width: 100%;
}

.filter__block {
  margin-bottom: 15px;
}

.filter__arrow {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 20px;
  display: flex;
}

.filter__arrow.rotated__90 {
  margin-left: 15px;
  transform: rotate(90deg);
}

.filter__arrow.rotated__anti__90 {
  margin-left: 15px;
  transform: rotate(-90deg);
}

.filters__menu__arrow {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 20px;
  display: flex;
}

.filters__menu__arrow.rotated__90 {
  margin-left: 15px;
  transform: rotate(90deg);
}

.filters__menu__arrow.rotated__anti__90 {
  margin-left: 15px;
  transform: rotate(-90deg);
}

.filter__label {
  cursor: pointer;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.filter__label.auto {
  width: auto;
}

.filter__box__checkbox {
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #000;
  order: -9999;
  justify-content: center;
  align-items: center;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 15px;
  padding: 2px;
  font-size: 15px;
  font-weight: 700;
  line-height: 45px;
  display: flex;
  position: relative;
}

.filter__input__checkbox {
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 45px;
  position: static;
}

.readonly {
  opacity: .6;
  pointer-events: none;
}

.invoice__item__header {
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.invoice__item__body {
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  height: 0;
  display: flex;
  overflow: hidden;
}

.invoice__item__body__content {
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.html-template {
  display: flex;
}

.items {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.product__accordion__body {
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  height: 0;
  display: flex;
  overflow: hidden;
}

.product__accordion__body__content {
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.document__item {
  border-top: 1px solid #000;
  width: 100%;
}

.item__controls {
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.filter__content {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
  display: flex;
}

.filter__content__header {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.filter__list__block {
  width: 100%;
}

.product__images {
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  width: 40%;
  padding: 0;
  display: flex;
  position: relative;
}

.product__image__bar {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: block;
}

.product__image__thumbnail {
  background-color: #f7f7f7;
  width: 25%;
  height: 100px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 12px;
  display: inline-block;
  cursor: pointer !important;
}

.product__image__thumbnail:hover {
  opacity: .6;
}

.app-interface {
  display: block;
}

.app-loader {
  z-index: 100;
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.build__data {
  display: none;
}

.product__price__details {
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.indicator {
  margin-left: 25px;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}

.indicator.uppercase {
  text-transform: uppercase;
}

.indicator.footer__copy {
  margin-left: 25px;
  line-height: 15px;
}

.indicator.no__break {
  white-space: nowrap;
}

.indicator.max {
  text-align: right;
  margin-top: 10px;
  line-height: 15px;
}

.indicator.available {
  color: #038b0d;
}

.indicator.available.no-margin-left {
  margin-left: 0;
}

.indicator.on-backorder {
  color: #c75a01;
}

.indicator.on-backorder.no-margin-left {
  margin-left: 0;
}

.indicators {
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .sh-2 {
    font-size: 15px;
    line-height: 40px;
  }

  .sh-2.uppercase {
    line-height: 15px;
  }

  .h-1 {
    font-size: 48px;
    line-height: 48px;
  }

  .bc-5 {
    font-size: 12px;
    line-height: 12px;
  }

  .h-2 {
    font-size: 37px;
    line-height: 37px;
  }

  .bc-1 {
    font-size: 17px;
    line-height: 47px;
  }

  .sh-1 {
    font-size: 15px;
    line-height: 22px;
  }

  .sh-1.footer__cta__link {
    line-height: 15px;
  }

  .sh-3 {
    font-size: 17px;
    line-height: 27px;
  }

  .bc-4 {
    font-size: 12px;
    line-height: 27px;
  }

  .bc-2 {
    font-size: 13px;
    line-height: 26px;
  }

  .bc-6 {
    font-size: 13px;
    line-height: 40px;
  }

  .h-3 {
    font-size: 37px;
    line-height: 37px;
  }

  .footer__footer {
    height: 43px;
  }

  .order__confirm__number {
    font-size: 15px;
    line-height: 15px;
  }

  .product__content__header {
    margin-bottom: 5px;
  }

  .product__content__arrow {
    width: 20px;
    height: 20px;
  }

  .filters {
    width: 40vw;
    transform: translate(-40vw);
  }

  .nav__link {
    font-size: 13px;
  }

  .cart__button {
    font-size: 13px;
    line-height: 42px;
  }

  .cart__button.uppercase {
    line-height: 13px;
  }

  .remove__product__button {
    width: 15px;
    height: 15px;
    margin-bottom: 30px;
  }

  .ecomm__input__number {
    font-size: 13px;
    line-height: 43px;
  }

  .cart__confirm__button {
    width: 60px;
    font-size: 15px;
    line-height: 15px;
  }

  .product__full__image {
    height: 40vh;
    min-height: 70%;
  }

  .product__content {
    width: 100%;
    padding-top: 50px;
    padding-left: 0;
  }

  .product__information {
    flex-flow: column;
  }

  .action__button {
    font-size: 13px;
    line-height: 13px;
  }

  .logged__in__text {
    font-size: 13px;
    line-height: 26px;
  }

  .ecomm__input__date {
    font-size: 13px;
    line-height: 43px;
  }

  .delivery__date__input, .purchase__order__input {
    font-size: 13px;
    line-height: 26px;
  }

  .cart__details {
    margin-bottom: 50px;
  }

  .filters__menu__arrow {
    width: 20px;
    height: 20px;
  }

  .product__images {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sh-2 {
    font-size: 13px;
    line-height: 38px;
  }

  .sh-2.uppercase {
    line-height: 14px;
  }

  .h-1 {
    font-size: 28px;
    line-height: 28px;
  }

  .bc-3.footer__copy {
    margin-left: 15px;
  }

  .bc-5 {
    line-height: 15px;
  }

  .h-2 {
    font-size: 30px;
    line-height: 30px;
  }

  .bc-1 {
    font-size: 12px;
    line-height: 25px;
  }

  .sh-1 {
    font-size: 14px;
    line-height: 25px;
  }

  .sh-1.footer__cta__link {
    line-height: 14px;
  }

  .sh-3 {
    font-size: 14px;
    line-height: 24px;
  }

  .bc-4 {
    font-size: 10px;
    line-height: 24px;
  }

  .bc-6 {
    font-size: 12px;
    line-height: 40px;
  }

  .h-3 {
    font-size: 30px;
    line-height: 30px;
  }

  .footer__header {
    flex-flow: column;
    align-items: flex-start;
    padding: 30px 30px 60px;
  }

  .footer__footer {
    height: 26px;
  }

  .footer__links__header {
    margin-top: 15px;
  }

  .footer__links {
    margin-left: 0;
  }

  .footer__logo {
    height: 100px;
  }

  .footer__links__list {
    max-width: none;
  }

  .auth__form__input, .auth__form__label {
    font-size: 15px;
    line-height: 15px;
  }

  .auth__form__button {
    width: 70px;
    font-size: 15px;
    line-height: 15px;
  }

  .generic__span {
    font-size: 13px;
    line-height: 13px;
  }

  .generic__arrow {
    width: 12px;
    height: 12px;
  }

  .auth__form__link {
    font-size: 12px;
    line-height: 45px;
  }

  .order__confirm__number {
    font-size: 14px;
    line-height: 14px;
  }

  .order__confirm__redirect__link {
    font-size: 13px;
    line-height: 13px;
  }

  .header__logo {
    width: 50px;
    height: 60px;
  }

  .section.cart__page {
    padding-top: 20vw;
  }

  .product__link__image {
    width: 70px;
    min-width: 50px;
    height: 100%;
    min-height: 100%;
    margin-right: 15px;
    padding: 10px;
    display: flex;
  }

  .product__link__content {
    padding-bottom: 15px;
  }

  .product__content__arrow {
    width: 15px;
    min-width: 15px;
    height: 15px;
    min-height: 15px;
  }

  .search__bar {
    margin-bottom: 75px;
  }

  .filters {
    width: 50vw;
    transform: translate(-50vw);
  }

  .side__button__holder {
    align-items: flex-start;
    padding-top: 75px;
    left: 15px;
  }

  .nav__link {
    padding-right: 45px;
    line-height: 40px;
  }

  .nav__button {
    margin-left: 15px;
  }

  .cart__product__link {
    align-items: flex-start;
  }

  .remove__product__button {
    margin-bottom: 15px;
  }

  .cart__product__info {
    width: 115px;
    min-width: 115px;
  }

  .information__list {
    padding-bottom: 15px;
  }

  .infomation__list__item {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .ecomm__label__checkbox {
    width: 15px;
    height: 15px;
    padding: 2px;
  }

  .cart__confirm__button {
    margin-top: 10px;
    font-size: 15px;
    line-height: 15px;
  }

  .product__full__image {
    height: 50vh;
    padding: 15px;
  }

  .product__content {
    padding-top: 15px;
  }

  .product__information {
    flex-flow: column;
  }

  .product__header {
    padding-bottom: 15px;
  }

  .product__content__copy {
    padding-top: 15px;
  }

  .product__data {
    margin-top: 50px;
  }

  .product__accordion__icon {
    width: 15px;
    height: 15px;
  }

  .product__footer {
    margin-top: 25px;
    padding-bottom: 15px;
  }

  .auth__error {
    font-size: 12px;
    line-height: 45px;
  }

  .state__text.footer__copy {
    margin-left: 15px;
  }

  .cart__footer {
    padding-left: 0;
  }

  .cart__footer__info {
    width: 115px;
    min-width: 115px;
  }

  .cart__details {
    margin-bottom: 35px;
  }

  .filter__arrow {
    width: 15px;
    height: 20px;
  }

  .filters__menu__arrow {
    width: 15px;
    height: 15px;
  }

  .product__images {
    flex-flow: column;
    width: 100%;
  }

  .product__image__bar {
    flex-flow: row;
    align-items: center;
    width: 100%;
    min-width: 100%;
    height: 30%;
    padding-right: 0;
  }

  .product__image__thumbnail {
    width: 25%;
    height: 100px;
    margin-right: 12px;
  }

  .indicator.footer__copy {
    margin-left: 15px;
  }
}

@media screen and (max-width: 479px) {
  .sh-2 {
    line-height: 27px;
  }

  .h-1 {
    font-size: 22px;
    line-height: 32px;
  }

  .bc-3.footer__copy {
    text-align: right;
    max-width: 196px;
  }

  .bc-5 {
    font-size: 11px;
    line-height: 11px;
  }

  .h-2 {
    font-size: 25px;
    line-height: 25px;
  }

  .bc-1 {
    font-size: 12px;
    line-height: 30px;
  }

  .sh-3 {
    font-size: 13px;
    line-height: 23px;
  }

  .bc-6 {
    font-size: 11px;
    line-height: 35px;
  }

  .h-3 {
    font-size: 25px;
    line-height: 25px;
  }

  .footer__footer {
    height: 26px;
  }

  .footer__logo {
    height: 80px;
  }

  .auth__form__link {
    font-size: 10px;
    line-height: 40px;
  }

  .cart__icon {
    width: 20px;
    height: 20px;
  }

  .header__logo {
    width: 30px;
    height: 40px;
    top: 10px;
    left: 10px;
  }

  .section {
    padding-bottom: 12vw;
    padding-left: 12vw;
    padding-right: 12vw;
  }

  .product__item {
    margin-top: 50px;
  }

  .product__link {
    flex-flow: column;
    align-items: flex-start;
  }

  .product__link__image {
    width: 100%;
    min-width: 100%;
    height: 15vh;
    display: flex;
  }

  .product__link__content {
    flex-flow: column;
    align-items: flex-start;
    padding-top: 15px;
  }

  .search__bar {
    margin-bottom: 50px;
  }

  .filters {
    width: 65vw;
    transform: translate(-65vw);
  }

  .side__button__holder {
    left: 10px;
  }

  .nav__link {
    padding-right: 35px;
    line-height: 30px;
  }

  .cart__item {
    margin-bottom: 15px;
  }

  .cart__product__link {
    flex-flow: column;
    align-items: flex-start;
  }

  .remove__product__button {
    margin-right: 25px;
  }

  .cart__product__info {
    justify-content: space-between;
  }

  .ecomm__input__number {
    width: 25px;
    margin-right: 25px;
    font-size: 10px;
  }

  .infomation__list__item {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .cart__confirm__button {
    margin-top: 5px;
  }

  .product__full__image {
    width: 100%;
  }

  .product__content {
    width: 100%;
    padding-top: 15px;
    padding-left: 0;
  }

  .product__information {
    flex-flow: column;
    align-items: flex-start;
  }

  .product__header {
    padding-bottom: 15px;
  }

  .product__content__copy {
    padding-top: 15px;
  }

  .product__data {
    width: 100%;
    padding-left: 0;
  }

  .product__footer {
    margin-top: 15px;
    padding-bottom: 15px;
  }

  .logged__in__text {
    font-size: 12px;
    line-height: 20px;
  }

  .auth__error {
    font-size: 10px;
    line-height: 40px;
  }

  .state__text.footer__copy {
    text-align: right;
    max-width: 196px;
  }

  .delivery__date__input, .purchase__order__input {
    font-size: 10px;
    line-height: 20px;
  }

  .cart__footer {
    padding-left: 0;
  }

  .cart__details {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .filter__arrow {
    height: 15px;
  }

  .filter__box__checkbox {
    width: 12px;
    min-width: 12px;
    height: 12px;
    min-height: 12px;
    margin-left: 10px;
  }

  .item__controls {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .product__images {
    width: 100%;
  }

  .indicator.footer__copy {
    text-align: right;
    max-width: 196px;
  }
}


