/* CSS Document */
:root {
  --headingFS: Roboto Condensed SemiBold, Impact, Arial Black, sans-serif;
  --sansFS: NeueSwiss, Helvetica, Verdana, sans-serif;
  --serifFS: Ethic Serif Light, Times New Roman, Times, serif;
}

.orCustomize {
  border-top: solid 1px var(--greyLighter);
  border-bottom: solid 1px var(--greyLighter);
  padding: 30px var(--padding);
  text-align: center;
  position: relative;
}
.orCustomize > * {
  display: inline-block;
  vertical-align: middle;
}
.orCustomize h5, .orCustomize .h5 {
  font: 500 12px/24px var(--sansFS);
  margin-bottom: 0;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.orCustomize h5 > *, .orCustomize .h5 > * {
  display: inline;
}
.orCustomize h5.left, .orCustomize .h5.left {
  left: 40px;
}
.orCustomize h5.right, .orCustomize .h5.right {
  right: 40px;
}

.shopDrawer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
  padding: 0 var(--padding) 0;
  box-sizing: border-box;
  border-bottom: solid 1px black;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.shopDrawer .column {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding-right: 30px;
  margin: 40px 0 120px;
  text-align: left;
}
.shopDrawer .column .filtHead a {
  pointer-events: none;
}
.shopDrawer .column .filtList h4, .shopDrawer .column .filtList .h4 {
  text-transform: capitalize;
}
.shopDrawer .column h3, .shopDrawer .column .h3 {
  margin-bottom: 14px;
}
.shopDrawer .column h4, .shopDrawer .column .h4 {
  font-size: 14px;
  margin-bottom: 6px;
}
.shopDrawer .column h4 a, .shopDrawer .column .h4 a {
  color: var(--grey);
}
.shopDrawer .column h4 a:hover, .shopDrawer .column h4 a:active, .shopDrawer .column .h4 a:hover, .shopDrawer .column .h4 a:active {
  color: black !important;
}
.shopDrawer .column h4 a.select, .shopDrawer .column .h4 a.select {
  color: black !important;
  font-family: var(--sansFS);
  font-weight: 500;
}
.shopDrawer .column:first-child .filtList h3, .shopDrawer .column:first-child .filtList .h3 {
  text-transform: uppercase;
  margin-bottom: 3px;
}
.shopDrawer .column:first-child .filtList h3 a, .shopDrawer .column:first-child .filtList .h3 a {
  color: var(--grey);
}
.shopDrawer .column:first-child .filtList h3 a:hover, .shopDrawer .column:first-child .filtList h3 a:active, .shopDrawer .column:first-child .filtList .h3 a:hover, .shopDrawer .column:first-child .filtList .h3 a:active {
  color: black !important;
}
.shopDrawer .column:first-child .filtList h3 a.select, .shopDrawer .column:first-child .filtList .h3 a.select {
  color: black !important;
}
.shopDrawer .column.group .filtHead {
  display: none;
}
.shopDrawer .column.single {
  width: 100%;
}
.shopDrawer .close {
  position: absolute;
  top: 18px;
}
.shopDrawer .close:before {
  width: 1px;
  height: 19px;
}
.shopDrawer .close:after {
  width: 19px;
  height: 1px;
  top: -10px;
  margin-top: 0;
}
.shopDrawer .filterClear {
  margin: 0;
  position: absolute;
  bottom: 40px;
  left: var(--padding);
}
.shopDrawer .filterApply {
  margin: 0;
  position: absolute;
  bottom: 40px;
  right: var(--padding);
}

.account .shopDrawer h3, .account .shopDrawer .h3 {
  font-size: 1.2142857143em;
  line-height: 1.47em;
  text-transform: none;
}
.account .shopDrawer h4, .account .shopDrawer .h4 {
  font: 15px;
  line-height: 1.535em;
  text-transform: none;
}

#listCont {
  min-height: 720px;
}

@media (min-width: 769px) {
  .orCustomize .shopDrawer .column .filtList {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .orCustomize {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .orCustomize > * {
    display: block;
  }
  .orCustomize h5, .orCustomize .h5 {
    margin-top: 20px;
    position: static;
  }
  .orCustomize h5 + h5, .orCustomize h5 + .h5, .orCustomize .h5 + h5, .orCustomize .h5 + .h5 {
    margin-top: 10px;
  }
  .orCustomize .blank {
    display: none;
  }
  .orCustomize .shopDrawer {
    display: block;
    padding: 0 20px 0;
  }
  .orCustomize .shopDrawer .column {
    display: block;
    width: auto;
    padding-right: 0;
    margin: 0;
    border-bottom: solid 1px var(--greyLighter);
  }
  .orCustomize .shopDrawer .column .filtHead {
    display: block !important;
    margin-bottom: 0;
    text-transform: uppercase;
  }
  .orCustomize .shopDrawer .column .filtHead a {
    pointer-events: auto;
    padding: 14px 0;
  }
  .orCustomize .shopDrawer .column .filtList {
    display: none;
    padding-bottom: 16px;
  }
  .orCustomize .shopDrawer .column:nth-last-child(4) {
    margin-bottom: 80px;
  }
  .orCustomize .shopDrawer .filterClear {
    left: 20px;
  }
  .orCustomize .shopDrawer .filterApply {
    right: 20px;
  }
  .orCustomize .shopDrawer .filterClear, .orCustomize .shopDrawer .filterApply {
    bottom: 20px;
    min-width: 42%;
  }
  .orCustomize .shopDrawer.fullBar {
    top: 144px;
  }
}
