.bold-collection-filters {
  text-transform: capitalize; }

[data-product-count="0"] {
  display: none !important; }

.bold-filter:not(.bold-filter-active) .bold-filter-wrapper {
  height: 0px;
  overflow-y: scroll;
  animation-duration: 0.75s; }

.bold-filter-wrapper {
  margin: 0px; }

.bold-filter.bold-filter-active .bold-filter-wrapper {
  height: 100%;
  overflow-y: scroll;
  animation-duration: 0.75s; }

@keyframes slideUp {
  from {
    height: 100%; }

  to {
    height: 0%; } }

@keyframes slideDown {
  from {
    height: 0%; }

  to {
    height: 100%; } }

.bold-collection-filter-pagination-selector, .bold-collection-filter-current-page {
  display: inline-block;
  width: 3em; }

h3.bold-filter-header {
  font-size: 1em;
  background-color: #607F9C;
  text-align: center;
  padding: 8px 15px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  opacity: 1;
  color: #fff;
  text-align: left;
  font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

ul.bold-filter-wrapper {
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  max-height: 300px;
  overflow-y: scroll; }

.bold-filter.bold-filter-active ul {
  padding: 10px; }

.bold-filter-wrapper label {
  font-size: 11px;
  font-weight: bold;
  color: #707070;
  padding-bottom: 5px;
  line-height: 1.5em; }

.bold-filter.bold-filter-active:last-child {
  border-bottom: 1px solid #eaeaea; }

.bold-filter-header .view-all {
  float: right;
  font-size: 12px;
  background-color: #ddd;
  color: #222;
  border-radius: 10px;
  padding: 0 5px;
  opacity: 1;
  min-width: 50px; }

@media screen and (min-width: 769px) {
  .bold-filter-header span.icon {
    display: none; }

  .bold-collection-filters {
    display: block; }

  h3.bold-filter-header span.title-toggle {
    width: 70%;
    display: inline-block; } }
@media screen and (max-width: 768px) {
  .bold-filter-header {
    font-size: .8em !important; }

  .bold-filter-header span.icon {
    font-size: 1.3em;
    font-weight: normal;
    display: inline-block;
    padding-left: 10px;
    line-height: 1em;
    position: absolute;
    z-index: -1; }

  .filter-group.refine-header h4,
  .bold-collection-filters,
  span.icon.icon-circle-minus,
  .bold-filter-active span.icon.icon-circle-plus,
  input.bold-filter-input.bold-filter-search {
    display: none; }

  .bold-filter-active span.icon.icon-circle-minus {
    display: inline-block; }

  span.icon.icon-circle-minus {
    display: none; }

  .bold-filter-active span.icon.icon-circle-plus {
    display: inline-block; }

  .bold-filter.bold-filter-active ul {
    padding: 10px 0 0; }

  li.bold-filter-selection {
    margin-bottom: 0.25em;
    border-bottom: 1px solid #eaeaea;
    padding: 5px 15px; }

  li.bold-filter-selection:last-child {
    border-bottom: 0; }

  #nav-toggle {
    height: 20px !important; }

  .bold-filter.bold-filter-active .bold-filter-wrapper {
    height: 0px;
    overflow-y: scroll;
    animation-duration: 0.75s;
    border: 1px solid #ddd; }

  .bold-filter.bold-filter-active ul {
    padding: 0; }

  .bold-filter:not(.bold-filter-active) .bold-filter-wrapper {
    height: 100%;
    overflow-y: scroll;
    animation-duration: 0.75s;
    background: #fff; }

  .bold-filter:not(.bold-filter-active) .bold-filter-header span.icon.icon-circle-plus {
    display: none; }

  .bold-filter.bold-filter-active .bold-filter-header span.icon.icon-circle-minus {
    display: inline-block !important; }

  .bold-filter:not(.bold-filter-active) ul {
    padding: 10px 0 0; }

  .fm-container {
    background: #607f9b !IMPORTANT; }

  .fm-container h3.bold-filter-header {
    background: none !important; }

  h3.bold-filter-header span.title-toggle {
    width: 30%;
    display: inline-block; }

  .template-collection .grid-item.large--two-tenths.sidebar-block {
    display: block !Important; }

  .template-collection .grid-item.large--two-tenths.sidebar-block h3.sidebar-header {
    display: none; }

  .bold-product-display .list-view__product .grid-item.large--one-fifth.medium--two-thirds.price-column {
    padding-left: 20px !important; }

  .grid-uniform.bold-product-display .grid-item form {
    display: none; } }
.bold-product-display .product-item--price small {
  white-space: normal; }

.bold-filter .view-all {
  padding: 0;
  text-align: center; }

.bold-filter a.view-all {
  float: right;
  font-size: 12px;
  background-color: #ddd;
  color: #222;
  border-radius: 10px;
  opacity: 1;
  min-width: 50px; }

.bold-product-display .list-view__product span.grid-link__image-centered {
  position: relative; }

.bold-product-display .list-view__product span.grid-link__image-centered:hover > .quick_shop {
  display: block;
  opacity: 1; }

.bold-product-display .list-view__product {
  margin-left: 35px;
  width: 100%; }

.bold-filter {
  position: relative; }

span.view-all {
  position: absolute;
  right: 10px;
  top: 8px; }

input.bold-filter-input.bold-filter-search {
  display: none; }

.sizing-preview.nosizemeta {
  display: none; }

/* This is for a CSS hamburger */
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 200ms ease-in-out; }

#nav-toggle.active span {
  background-color: transparent; }

#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0; }

#nav-toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

#nav-toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.preorder-flag {
  position: absolute;
  z-index: 1;
  left: -12px;
  top: 10px; }

.sold-out-flag {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px; }
