/*
$custom-select-padding-y:           $input-btn-padding-y;
$custom-select-padding-x:           $input-btn-padding-x;
$custom-select-indicator-padding:   1rem; // Extra padding to account for the presence of the background-image based indicator
$custom-select-bg-size:             12px 7px; // In pixels because image dimensions
$custom-select-box-shadow:          none;
$custom-select-indicator-color:     $brand-blue;
$custom-select-indicator:           url("../icons/sprite.svg");
$custom-select-background:          escape-svg($custom-select-indicator) no-repeat $custom-select-padding-x center / $custom-select-bg-size; // Used so we can have multiple background elements (e.g., arrow and feedback icon)
*/
/*
$custom-select-padding-y:           $input-btn-padding-y;
$custom-select-padding-x:           $input-btn-padding-x;
$custom-select-indicator-padding:   1rem; // Extra padding to account for the presence of the background-image based indicator
$custom-select-bg-size:             12px 7px; // In pixels because image dimensions
$custom-select-box-shadow:          none;
$custom-select-indicator-color:     $brand-blue;
$custom-select-indicator:           url("../icons/sprite.svg");
$custom-select-background:          escape-svg($custom-select-indicator) no-repeat $custom-select-padding-x center / $custom-select-bg-size; // Used so we can have multiple background elements (e.g., arrow and feedback icon)
*/
/*
$custom-select-padding-y:           $input-btn-padding-y;
$custom-select-padding-x:           $input-btn-padding-x;
$custom-select-indicator-padding:   1rem; // Extra padding to account for the presence of the background-image based indicator
$custom-select-bg-size:             12px 7px; // In pixels because image dimensions
$custom-select-box-shadow:          none;
$custom-select-indicator-color:     $brand-blue;
$custom-select-indicator:           url("../icons/sprite.svg");
$custom-select-background:          escape-svg($custom-select-indicator) no-repeat $custom-select-padding-x center / $custom-select-bg-size; // Used so we can have multiple background elements (e.g., arrow and feedback icon)
*/
.swatch-circle-tan {
  border: 0.063em solid #ccc;
  width: 2.5em;
  height: 2.5em;
  background: #bc996f;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-tan.disabled {
    opacity: 0.5; }

.swatch-filter-tan {
  border: 0.063em solid #ccc;
  width: 1.38em;
  height: 1.38em;
  background: #bc996f;
  border-radius: 0.69em;
  background-color: #bc996f;
  display: block;
  position: relative; }
  .swatch-filter-tan.disabled {
    opacity: 0.2; }

.swatch-circle-beige {
  border: 0.063em solid #ccc;
  width: 2.5em;
  height: 2.5em;
  background: #e1c3a9;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-beige.disabled {
    opacity: 0.5; }

.swatch-filter-beige {
  border: 0.063em solid #ccc;
  width: 1.38em;
  height: 1.38em;
  background: #e1c3a9;
  border-radius: 0.69em;
  background-color: #e1c3a9;
  display: block;
  position: relative; }
  .swatch-filter-beige.disabled {
    opacity: 0.2; }

.swatch-circle-black {
  border: 0.063em solid #ccc;
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-black.disabled {
    opacity: 0.5; }

.swatch-filter-black {
  border: 0.063em solid #ccc;
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative; }
  .swatch-filter-black.disabled {
    opacity: 0.2; }

.swatch-circle-blue {
  border: 0.063em solid #ccc;
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-blue.disabled {
    opacity: 0.5; }

.swatch-filter-blue {
  border: 0.063em solid #ccc;
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative; }
  .swatch-filter-blue.disabled {
    opacity: 0.2; }

.swatch-circle-brown {
  border: 0.063em solid #ccc;
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-brown.disabled {
    opacity: 0.5; }

.swatch-filter-brown {
  border: 0.063em solid #ccc;
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative; }
  .swatch-filter-brown.disabled {
    opacity: 0.2; }

.swatch-circle-green {
  border: 0.063em solid #ccc;
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-green.disabled {
    opacity: 0.5; }

.swatch-filter-green {
  border: 0.063em solid #ccc;
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative; }
  .swatch-filter-green.disabled {
    opacity: 0.2; }

.swatch-circle-grey {
  border: 0.063em solid #ccc;
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-grey.disabled {
    opacity: 0.5; }

.swatch-filter-grey {
  border: 0.063em solid #ccc;
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative; }
  .swatch-filter-grey.disabled {
    opacity: 0.2; }

.swatch-circle-navy {
  border: 0.063em solid #ccc;
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-navy.disabled {
    opacity: 0.5; }

.swatch-filter-navy {
  border: 0.063em solid #ccc;
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative; }
  .swatch-filter-navy.disabled {
    opacity: 0.2; }

.swatch-circle-orange {
  border: 0.063em solid #ccc;
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-orange.disabled {
    opacity: 0.5; }

.swatch-filter-orange {
  border: 0.063em solid #ccc;
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative; }
  .swatch-filter-orange.disabled {
    opacity: 0.2; }

.swatch-circle-pink {
  border: 0.063em solid #ccc;
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-pink.disabled {
    opacity: 0.5; }

.swatch-filter-pink {
  border: 0.063em solid #ccc;
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative; }
  .swatch-filter-pink.disabled {
    opacity: 0.2; }

.swatch-circle-purple {
  border: 0.063em solid #ccc;
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-purple.disabled {
    opacity: 0.5; }

.swatch-filter-purple {
  border: 0.063em solid #ccc;
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative; }
  .swatch-filter-purple.disabled {
    opacity: 0.2; }

.swatch-circle-red {
  border: 0.063em solid #ccc;
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-red.disabled {
    opacity: 0.5; }

.swatch-filter-red {
  border: 0.063em solid #ccc;
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative; }
  .swatch-filter-red.disabled {
    opacity: 0.2; }

.swatch-circle-white {
  border: 0.063em solid #ccc;
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-white.disabled {
    opacity: 0.5; }

.swatch-filter-white {
  border: 0.063em solid #ccc;
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative; }
  .swatch-filter-white.disabled {
    opacity: 0.2; }

.swatch-circle-yellow {
  border: 0.063em solid #ccc;
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-yellow.disabled {
    opacity: 0.5; }

.swatch-filter-yellow {
  border: 0.063em solid #ccc;
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative; }
  .swatch-filter-yellow.disabled {
    opacity: 0.2; }

.swatch-circle-iron {
  border: 0.063em solid #ccc;
  width: 2.5em;
  height: 2.5em;
  background: #7d7473;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-iron.disabled {
    opacity: 0.5; }

.swatch-filter-iron {
  border: 0.063em solid #ccc;
  width: 1.38em;
  height: 1.38em;
  background: #7d7473;
  border-radius: 0.69em;
  background-color: #7d7473;
  display: block;
  position: relative; }
  .swatch-filter-iron.disabled {
    opacity: 0.2; }

.swatch-circle-multi {
  border: 0.063em solid #ccc;
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-multi.disabled {
    opacity: 0.5; }

.swatch-filter-multi {
  border: 0.063em solid #ccc;
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative; }
  .swatch-filter-multi.disabled {
    opacity: 0.2; }

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #821e91), color-stop(25%, #821e91), color-stop(25%, #edd134), color-stop(50%, yellow), color-stop(50%, #edd134), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, #0e5cd1), color-stop(50%, #0e5cd1), color-stop(50%, #e20b0b), to(#e20b0b));
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em; }
  .swatch-circle-miscellaneous.disabled {
    opacity: 0.2; }
  .swatch-circle-miscellaneous.selected::after {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg); }

.swatch-item {
  display: inline-block; }
  .swatch-item:not(:disabled):not(.selected):hover {
    border: 2px solid #071D49; }
  .swatch-item:not(:disabled).selected {
    font-weight: 700;
    background-color: #071D49;
    color: #fff;
    border: 2px solid #071D49 !important;
    -webkit-box-shadow: unset !important;
            box-shadow: unset !important; }
    .swatch-item:not(:disabled).selected::after {
      content: "";
      position: absolute;
      bottom: -5px;
      height: 1px;
      background: #071D49; }

.swatch-attribute {
  position: relative;
  padding: 0;
  margin-right: 0.5625rem;
  margin-bottom: 0.875rem;
  background: none;
  border: 0; }
  @media (min-width: 1440px) {
    .swatch-attribute.shoe-attribute.size-attribute:nth-child(6n) {
      margin-right: 0.5625rem; } }
  .swatch-attribute:not(:disabled) .swatch-item:not(.selected):hover {
    border-width: 1px; }
  .swatch-attribute.size-attribute .swatch-circle {
    width: auto; }
  .swatch-attribute .diagonal-line {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .swatch-attribute .swatch-circle {
    width: 3.125rem;
    height: 3.125rem;
    background: #fff;
    border: 1px solid #CCC;
    display: block;
    position: relative;
    min-width: 3.125rem;
    padding: 0.9375rem 0;
    color: #707070;
    background-size: 100%; }
    .swatch-attribute .swatch-circle i.fa-times-circle {
      background: #fff;
      border-radius: 50%;
      height: 0.75em;
      line-height: 0.8em;
      width: 0.8em; }
    .swatch-attribute .swatch-circle.selected::after {
      width: 3.125rem;
      width: -webkit-fill-available;
      left: -2px;
      right: -2px; }
  .swatch-attribute:disabled, .swatch-attribute.unorderable {
    width: auto; }
    .swatch-attribute:disabled::after, .swatch-attribute.unorderable::after {
      content: "";
      position: absolute;
      border-top: 1px solid #999;
      width: 4.3125rem;
      -webkit-transform: rotate(145deg) translateX(-79%);
              transform: rotate(145deg) translateX(-79%);
      -webkit-transform-origin: 0% 0%;
              transform-origin: 0% 0%;
      top: 36px;
      left: 25%;
      display: none; }
    .swatch-attribute:disabled.color-attribute:disabled::after, .swatch-attribute:disabled.color-attribute.unorderable::after, .swatch-attribute.unorderable.color-attribute:disabled::after, .swatch-attribute.unorderable.color-attribute.unorderable::after {
      width: 3rem;
      -webkit-transform: rotate(145deg) translateX(-61%);
              transform: rotate(145deg) translateX(-61%);
      top: 28px;
      display: none; }
    .swatch-attribute:disabled .swatch-circle, .swatch-attribute.unorderable .swatch-circle {
      width: auto;
      height: 3.0625rem;
      color: #ccc;
      border-color: #EBEBEB;
      opacity: 0.5; }
    .swatch-attribute:disabled .selected, .swatch-attribute.unorderable .selected {
      background: none; }
      .swatch-attribute:disabled .selected::after, .swatch-attribute.unorderable .selected::after {
        display: none; }
  .swatch-attribute.unorderable .diagonal-line {
    display: block; }
  .swatch-attribute .size-value .tooltip.size-desc-tooltip {
    min-width: 11.25rem;
    max-width: 11.25rem;
    padding: 0.5rem;
    font-size: 0.8125rem;
    text-align: center;
    background-color: #000;
    border: none;
    border-radius: 0;
    display: none; }
    .swatch-attribute .size-value .tooltip.size-desc-tooltip::after {
      border-top-color: #000; }
    @media (min-width: 1200px) {
      .swatch-attribute .size-value .tooltip.size-desc-tooltip {
        display: block; } }
  .swatch-attribute.info-icon:focus {
    outline: none; }

.category-tile {
  position: relative; }
  .category-tile h1,
  .category-tile h2 {
    font-size: 1.75rem;
    position: absolute;
    bottom: 1.875rem;
    left: 1.875rem;
    color: #fff; }
  .category-tile::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5) 100%); }

@media (min-width: 992px) {
  .category-text-main.plp-header-text {
    max-width: 600px; } }

.category-text-main .category-text-header {
  text-align: left;
  line-height: 1.57;
  padding-bottom: 0; }
  @media (min-width: 992px) {
    .category-text-main .category-text-header {
      font-size: 2.5rem; } }
  .category-text-main .category-text-header__title {
    font-weight: 400;
    color: #071D49;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.1;
    font-size: 1.5rem;
    padding-bottom: 0.625rem;
    text-align: left; }
    @media (min-width: 992px) {
      .category-text-main .category-text-header__title {
        font-size: 2.5rem; } }
  .category-text-main .category-text-header__description {
    margin: 0;
    line-height: 1.04375rem;
    font-size: 0.75rem; }
    @media (min-width: 992px) {
      .category-text-main .category-text-header__description {
        font-size: 0.875rem; } }
  .category-text-main .category-text-header__divider {
    background-color: #707070;
    display: block;
    height: 2px;
    margin: 20px auto;
    width: 100px; }

@media (min-width: 992px) {
  .plp-breadcrumbs {
    padding-top: 0; } }

.plp-breadcrumbs .breadcrumb {
  padding-left: 0; }

@-webkit-keyframes showNav {
  from {
    opacity: 0;
    width: 0; }
  to {
    opacity: 1;
    width: 357px; } }

@keyframes showNav {
  from {
    opacity: 0;
    width: 0; }
  to {
    opacity: 1;
    width: 357px; } }

.view-filter {
  -webkit-transition: all ease-in-out 275ms;
  transition: all ease-in-out 275ms; }
  @media (max-width: 767.98px) {
    .view-filter {
      padding-left: 0;
      padding-right: 0; } }

.sort-prefix {
  color: #071D49; }

.refinements-sidebar {
  position: relative;
  padding-right: 0;
  -webkit-transition: all ease-in-out 275ms;
  transition: all ease-in-out 275ms; }
  .refinements-sidebar.col-md-0 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0%;
            flex: 0 0 0%;
    max-width: 0%; }
  .refinements-sidebar .refinements-slide {
    position: sticky;
    top: 0;
    left: 0;
    -webkit-transition: 275ms;
    transition: 275ms;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    width: 100%;
    min-width: 370px;
    padding-right: 25px; }
    @media (max-width: 1439.98px) {
      .refinements-sidebar .refinements-slide {
        min-width: 200px; } }
  .refinements-sidebar .filter-bar .reset {
    color: #707070; }
  @media (max-width: 991.98px) {
    .refinements-sidebar {
      display: none; } }
  .refinements-sidebar .results-reset {
    padding-right: 1.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem; }
  .refinements-sidebar .refinement-container {
    padding-top: 0.625rem; }
  .refinements-sidebar .refinement-bar-desktop {
    height: calc(100vh - 150px);
    overflow-y: auto;
    padding-right: 0.9375rem; }

.producttile-row.padding-space .refinements-sidebar .refinements-slide {
  top: 0; }

.producttile-row.padding-space .refinements-sidebar .refinement-bar-desktop {
  height: calc(100vh - 391px); }

.producttile-row .refinements-sidebar .refinements-slide {
  top: 130px;
  margin-bottom: 30px; }
  .producttile-row .refinements-sidebar .refinements-slide.sticky-slide.scroll-slide {
    top: 130px; }
  .producttile-row .refinements-sidebar .refinements-slide.sticky-slide {
    top: 215px; }

.refinement-panel {
  padding: 0.5rem 0 2.625rem 0;
  -webkit-box-shadow: 0 41px 40px rgba(0, 0, 0, 0.16);
          box-shadow: 0 41px 40px rgba(0, 0, 0, 0.16); }
  .refinement-panel.refinement-panel-desktop .refinements {
    max-height: 19.375rem;
    overflow-y: auto; }
  .refinement-panel ul {
    padding-left: 0; }
  @media (max-width: 991.98px) {
    .refinement-panel {
      background-color: #fff; } }
  .refinement-panel button.close {
    border: 0;
    font-size: 0.75rem;
    line-height: inherit;
    text-shadow: none;
    opacity: 1 !important; }
  .refinement-panel button.dark.close {
    padding: 0.78125rem 2.5rem;
    font-weight: 500;
    line-height: 1rem;
    background-color: #454545; }

.refinement-bar .num-results,
.refinements-sidebar .num-results {
  color: #707070;
  font: 500 normal 0.8125rem/0.991875rem "Helvetica Now", "Helvetica Now Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: initial; }

.filter-header {
  margin-left: -15px;
  margin-right: -15px; }

.header-bar button.close {
  font-size: 1rem;
  font-weight: normal;
  opacity: 1; }

.header-bar .fa.fa-close::before {
  font-size: 1.25em; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .header-bar {
    padding: 0.75rem 1.75rem; } }

@media (max-width: 767.98px) {
  .header-bar {
    padding: 0.6875rem 1.75rem; } }

.header-bar::after {
  background-color: #f9f9f9;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 15px;
  position: absolute;
  right: 15px;
  width: auto; }

.filter-mob-height {
  padding: 0 0.875rem; }

.refinements {
  background: #fff;
  margin-left: 0;
  padding: 0 0.875rem 12.5rem;
  position: relative; }
  @media (min-width: 992px) {
    .refinements {
      padding: 0; } }
  .refinements .header,
  .refinements .values {
    padding: 0.313em 0;
    margin-bottom: 0; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .refinements .header li,
      .refinements .values li {
        display: inline-block; } }
  .refinements .fa-check {
    margin-left: -1.0625rem;
    color: #071D49;
    position: absolute;
    margin-top: 0.125rem; }
  .refinements .header {
    font-size: 1.125em;
    color: #444; }
  .refinements ul {
    overflow-x: visible;
    overflow-y: auto;
    padding-left: 0.125rem; }
    .refinements ul li button {
      border: none;
      color: #707070;
      background-color: transparent;
      padding: 0;
      position: relative; }
      .refinements ul li button .selected {
        color: #454545; }
  .refinements li {
    list-style-type: none;
    position: static; }
    .refinements li.color-attribute {
      display: inline-block;
      padding-left: 0.125rem; }
      .refinements li.color-attribute input[type="radio"] {
        position: absolute;
        opacity: 0;
        z-index: -1; }
      .refinements li.color-attribute .color-button {
        padding: 0;
        margin: 0; }
        .refinements li.color-attribute .color-button .color-value .diagonal-line {
          display: none;
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0; }
    .refinements li.disabled {
      opacity: 0.5;
      overflow: hidden; }
    .refinements li:last-child .custom-checkbox {
      margin-bottom: 1px !important; }
  .refinements .card-header h2 {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin-bottom: 0; }
  .refinements .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #454545; }

.refinement-container .refinements .header,
.refinement-container .refinements .values {
  padding-top: 0.9375rem;
  overflow: hidden; }

@media (max-width: 991.98px) {
  .search-results.split-plp .category-text-header {
    margin-bottom: 0.59375rem; } }

.search-results .refinement-container .refinements li.color-attribute {
  margin-bottom: 1rem; }

.search-results .refinement-container .refinements .refinement-size li.side-bar {
  margin-bottom: 0.6875rem;
  margin-right: 0.625rem; }

@media (min-width: 992px) {
  .search-results .producttile-row {
    min-height: calc(100vh + 100px); } }

.secondary-bar {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1em;
  overflow: auto; }
  @media (max-width: 991.98px) {
    .secondary-bar button.reset {
      float: right; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .secondary-bar {
      padding: 0.938em 2.813em; } }
  @media (max-width: 767.98px) {
    .secondary-bar {
      padding: 0.938em; } }

.refinement-header {
  overflow: auto; }

.disabled {
  pointer-events: none; }

.grid-header,
.content-grid-header {
  margin-top: 1em;
  margin-bottom: 1em; }
  @media (max-width: 767.98px) {
    .grid-header .filter-results,
    .content-grid-header .filter-results {
      font-size: 0.875rem;
      display: block;
      width: 100%; } }
  .grid-header select,
  .content-grid-header select {
    width: 100%; }

.result-count {
  font-size: 0.875rem; }

.refinement {
  border: 0;
  border-top: 1px solid #EBEBEB;
  padding-bottom: 1.25rem;
  padding-top: 0.9375rem; }
  .refinement.active {
    border-color: #EBEBEB; }
  .refinement .values label {
    cursor: pointer; }
  .refinement .values button label {
    cursor: pointer;
    font-weight: 400; }
  .refinement .values button.disabled .custom-checkbox .custom-control-input ~ .custom-control-label::before {
    left: -23px; }
  .refinement .custom-control-input:focus ~ .custom-control-label {
    outline: none; }
  .refinement .custom-checkbox .custom-control-input:checked ~ .custom-control-label {
    color: #454545; }
    .refinement .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
      background: transparent;
      border-color: #454545; }
    .refinement .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
      background: #454545;
      height: 0.6875rem;
      left: -1.625rem;
      top: 0.1875rem;
      width: 0.6875rem; }
  .refinement .custom-checkbox .custom-control-input ~ .custom-control-label::before {
    height: 0.9375rem;
    top: 0.0625rem;
    width: 0.9375rem; }
  .refinement .custom-checkbox .custom-control-label {
    line-height: 1.04375rem; }
    .refinement .custom-checkbox .custom-control-label:hover {
      color: #454545; }
      .refinement .custom-checkbox .custom-control-label:hover::before {
        border-color: #454545; }
  .refinement .custom-checkbox .hit-count {
    font-size: 0.75rem;
    margin-left: 0.25rem; }
  @media (max-width: 991.98px) {
    .refinement.card {
      border-top: 0 none;
      border-left: 0 none;
      border-right: 0 none;
      border-radius: 0;
      margin-bottom: 0; }
    .refinement .card-header {
      border-bottom: 0 none;
      padding: 0.25rem 1rem; }
    .refinement .card-body {
      padding: 0 1rem; } }
  .refinement a {
    text-decoration: none; }
  .refinement.refinement-category li {
    display: block; }
  .refinement.refinement-category > ul > li {
    margin-left: 0; }
  .refinement:not(.refinement-color):not(.refinement-size):not(.refinement-logo) li.disabled button span,
  .refinement:not(.refinement-color):not(.refinement-size):not(.refinement-logo) li.disabled label span {
    text-decoration: line-through; }
  .refinement:not(.refinement-color):not(.refinement-size):not(.refinement-logo) button {
    text-align: left;
    text-transform: capitalize; }
    .refinement:not(.refinement-color):not(.refinement-size):not(.refinement-logo) button:not(.disabled):hover {
      color: #454545; }
    .refinement:not(.refinement-color):not(.refinement-size):not(.refinement-logo) button img {
      visibility: hidden;
      width: 0.625rem;
      top: -2px;
      position: relative; }
      .refinement:not(.refinement-color):not(.refinement-size):not(.refinement-logo) button img.visible {
        visibility: visible; }
  .refinement:not(.refinement-color):not(.refinement-size):not(.refinement-logo) .value {
    position: relative; }
    .refinement:not(.refinement-color):not(.refinement-size):not(.refinement-logo) .value div.custom-checkbox:has(> input:focus) {
      outline: 0.125rem solid #1A89E2; }
  .refinement.refinement-size li.disabled button::after, .refinement.refinement-logo li.disabled button::after {
    content: '';
    position: absolute;
    border-top: 1px solid #ccc;
    width: 2.8125rem;
    -webkit-transform: rotate(135deg) translateX(-50%);
    transform: rotate(135deg) translateX(-50%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    top: 1.25rem;
    left: 1.125rem; }
  .refinement.refinement-color.active {
    padding-bottom: 0.3125rem; }
  .refinement.refinement-color li.disabled .color-button .diagonal-line {
    display: block; }
  .refinement.refinement-size.active {
    padding-bottom: 0.625rem; }
  .refinement.refinement-size li .diagonal-line {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .refinement.refinement-size li.disabled .diagonal-line {
    display: block; }
  .refinement.refinement-size li.disabled button::after {
    content: '';
    width: 3.5rem;
    -webkit-transform: rotate(139deg) translateX(-50%);
    transform: rotate(139deg) translateX(-50%);
    top: 1.25rem;
    left: 1.375rem;
    display: none; }
  .refinement__heading {
    font-weight: 500; }

.container .collapsible-xl button.title.refinement__heading {
  color: #454545;
  font-size: 1rem;
  line-height: 1.25rem;
  padding: 0.9375rem 0rem;
  text-transform: capitalize; }

.search-banner {
  background-image: url("../images/search.jpg");
  background-position-y: 40%; }

.search-keywords {
  font-weight: bold;
  font-size: 2.375rem; }

.search-keyword-wrapper .search-result-count {
  margin-top: 16px; }

.search-result-header {
  max-height: 100%; }
  .search-result-header.srp-no-plp > div {
    padding: 0.9375rem 0; }
  .search-result-header.srp-no-plp .search-result-count,
  .search-result-header.srp-no-plp .search-keywords {
    display: inline-block;
    font-size: 0.875rem;
    margin: 0;
    text-transform: uppercase; }
  @media (max-width: 767.98px) {
    .search-result-header.srp-no-plp .search-result-count {
      display: none; } }
  .search-result-header.hide {
    max-height: 0;
    overflow: hidden;
    opacity: 0; }

.search-result-header > div {
  padding: 0.9375rem 0; }

.is-sticky .search-result-header > div {
  padding: 0.9375rem 0; }
  .is-sticky .search-result-header > div .search-result-count,
  .is-sticky .search-result-header > div .search-keywords {
    display: inline-block;
    font-size: 0.875rem;
    margin: 0;
    text-transform: uppercase; }
  @media (max-width: 767.98px) {
    .is-sticky .search-result-header > div .search-result-count {
      display: none; } }

.filter-bar .reset {
  background: transparent;
  border: 0;
  color: #707070;
  font: normal normal 0.875rem/1.04375rem "Helvetica Now", "Helvetica Now Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
  text-decoration: underline;
  text-transform: initial; }

.filter-bar .filter-count {
  padding-left: 0.625rem; }

.filter-bar ul {
  padding-left: 1.3125rem; }

.filter-bar li {
  list-style: none;
  float: left; }
  .filter-bar li:first-child {
    margin-left: 0; }
  .filter-bar li.filter-value {
    border-radius: 3px;
    position: relative; }
    .filter-bar li.filter-value button {
      color: #071D49;
      border: none;
      padding: 0 2rem 0 0.5rem;
      font-size: 0.875rem;
      text-transform: none; }
      .filter-bar li.filter-value button .remove-filter-icon {
        background-image: url("../images/remove-filter.png");
        width: 0.625rem;
        height: 0.625rem;
        background-size: cover;
        margin-left: 0.3125rem;
        margin-top: 2px; }
    .filter-bar li.filter-value span {
      font-weight: 400; }
    .filter-bar li.filter-value:not(:first-child) {
      margin-left: 0.875rem; }
    .filter-bar li.filter-value.more-filter-link {
      margin-left: 1.3125rem; }
    .filter-bar li.filter-value:not(.more-filter-link) span {
      max-width: 8.3125rem;
      text-overflow: ellipsis;
      display: inline-block;
      white-space: nowrap;
      overflow: hidden;
      text-transform: capitalize; }
      @media (max-width: 1199.98px) {
        .filter-bar li.filter-value:not(.more-filter-link) span {
          max-width: 7.5rem; } }
    .filter-bar li.filter-value .close-black {
      margin-left: 0.125rem; }
  .filter-bar li.swatch-filter {
    font-size: 1.38em;
    position: relative;
    margin-top: 4px; }
    .filter-bar li.swatch-filter button {
      width: 100%;
      height: 100%;
      display: block;
      border: none; }
      .filter-bar li.swatch-filter button::before {
        content: "";
        background-color: white;
        width: 0.8em;
        height: 0.8em;
        border-radius: 0.4em;
        position: absolute;
        left: 0.5em;
        top: 0.5em; }
      .filter-bar li.swatch-filter button::after {
        content: "\f057";
        font: normal normal normal 14px/1 FontAwesome;
        display: inline;
        text-rendering: auto;
        position: absolute;
        left: 0.18em;
        top: 0.12em;
        font-size: 1.5em; }

.search-tips {
  text-align: left;
  margin-top: 1.875rem; }

.category-item {
  margin-bottom: 0.938rem; }

.show-more {
  padding: 1.25rem 0rem 1rem; }

.show-more-content {
  padding: 0.938em; }

.show-more,
.show-more-content {
  clear: both; }

.swatch-mark.color-value[data-selected=true]::after {
  color: #000;
  content: '\f058';
  display: table-caption;
  font-family: 'FontAwesome';
  font-size: 1.625em;
  left: 0.295em;
  position: absolute; }

.swatch-mark.color-value.selected::after {
  background: #fff;
  border-radius: 50%;
  color: #000;
  content: '\f058';
  display: table-caption;
  font-family: 'FontAwesome';
  font-size: 1.625em;
  height: 0.75em;
  left: 0.31em;
  line-height: 0.8em;
  position: absolute;
  top: 0.35em;
  width: 0.8em; }

.search-nav .nav-tabs-wrapper {
  margin-bottom: 1em;
  padding: 0; }
  @media (max-width: 767.98px) {
    .search-nav .nav-tabs-wrapper {
      width: 100%; } }
  .search-nav .nav-tabs-wrapper .nav-tabs {
    border-bottom: 0 none; }

.search-nav .nav-link:focus {
  background-color: #f9f9f9; }

.product-options .quantity {
  position: absolute;
  bottom: 0;
  right: 0; }

.swatch-mark.color-value.selected {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #454545;
          box-shadow: 0 0 0 2px #fff, 0 0 0 4px #454545;
  border: 1px solid #CCC; }
  .swatch-mark.color-value.selected::after {
    content: "";
    background: transparent; }

.refinement-size button.selected {
  border: 2px solid #454545 !important; }

.refinement-size button.shoe-attribute.selected::after {
  left: -2px;
  right: -2px;
  margin: 0 auto;
  width: calc(100% + 4px); }

.search-crosslinks {
  text-align: center;
  padding: 2rem 0;
  background-color: #F5F5F5; }
  .search-crosslinks__link {
    font-weight: 500;
    font-style: normal;
    color: #071D49;
    text-decoration: underline;
    background-color: transparent;
    letter-spacing: 0.2px;
    margin-right: 0.9375rem;
    line-height: 1.3125rem;
    display: inline-block; }
    .search-crosslinks__link:last-child {
      margin-right: 0; }
  .search-crosslinks__link-wrapper {
    display: inline-block;
    letter-spacing: 0.02rem;
    font-size: 0.875rem;
    color: #707070;
    margin: 0 auto; }
    .search-crosslinks__link-wrapper.active a {
      color: #707070;
      text-decoration: none; }
  .search-crosslinks .divider {
    display: inline-block;
    padding: 0 0.25rem; }

.search-disclaimer {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #707070;
  background-color: #337ea3;
  padding-bottom: 8px;
  padding-top: 8px;
  letter-spacing: 0.2px;
  position: relative;
  text-align: center; }

.filter-sort-group {
  padding: 0.625rem 0;
  width: 100%; }

.plp-header-text {
  padding-top: 1.25rem;
  padding-bottom: 0.875rem; }
  @media (min-width: 992px) {
    .plp-header-text {
      z-index: 4;
      position: relative; } }
  .plp-header-text .category-text-header__description {
    margin: 0; }
  @media (min-width: 992px) {
    .plp-header-text .category-text-main {
      margin-bottom: 0; } }

.product-grid {
  overflow: hidden;
  opacity: 1; }
  .product-grid .content-tile-middle {
    padding-bottom: 2.5rem; }
    @media (max-width: 991.98px) {
      .product-grid .content-tile-middle {
        padding-bottom: 1.875rem; } }
  @media (max-width: 767.98px) {
    .product-grid {
      margin-left: 0;
      margin-right: 0;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .product-grid .content-tile-middle {
        padding-left: 0;
        padding-right: 0; }
      .product-grid .product-split-grid {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .product-grid.active {
    opacity: 0;
    -webkit-transition: opacity ease-in-out 25ms;
    transition: opacity ease-in-out 25ms; }
  @media (max-width: 767.98px) {
    .product-grid.content-grid-list .plp-content-tiles.mobile-content-tile,
    .product-grid .content-split-grid .plp-content-tiles.mobile-content-tile {
      margin-bottom: 30px;
      padding-left: 0 !important; } }
  .product-grid .plp-content-tiles > .content-asset {
    height: 100%; }
  @media (min-width: 768px) {
    .product-grid div.grid-list:nth-child(even),
    .product-grid .pm-plp-region:nth-child(even) {
      padding-right: 0 !important; } }
  @media (max-width: 767.98px) {
    .product-grid div.grid-list,
    .product-grid .pm-plp-region {
      max-width: calc(50% - 5px);
      padding-left: 0;
      padding-right: 0; }
      .product-grid div.grid-list.col-12,
      .product-grid .pm-plp-region.col-12 {
        max-width: none; } }
  @media (min-width: 992px) {
    .product-grid .hideRegionDesktop,
    .product-grid .hideGridTileDesktop {
      display: none !important; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .product-grid .hideRegionTablet,
    .product-grid .hideGridTileTablet {
      display: none !important; } }
  @media (max-width: 767.98px) {
    .product-grid .hideRegionMobile,
    .product-grid .hideGridTileMobile {
      display: none !important; } }
  .product-grid .pd-contentTile {
    position: relative; }
    .product-grid .pd-contentTile a {
      text-decoration: none; }
    .product-grid .pd-contentTile .image-wrapper {
      background-size: cover;
      background-color: #707070; }
    @media (min-width: 992px) {
      .product-grid .pd-contentTile.desktop-size-0 {
        display: none; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .product-grid .pd-contentTile.tablet-size-0 {
        display: none; } }
    @media (max-width: 767.98px) {
      .product-grid .pd-contentTile.mobile-size-0 {
        display: none; } }
    .product-grid .pd-contentTile .minimal-design {
      font-weight: 500;
      padding: 0.5625rem 0 0; }
      @media (min-width: 992px) {
        .product-grid .pd-contentTile .minimal-design {
          padding: 0.5625rem 0 0; } }
      @media (max-width: 767.98px) {
        .product-grid .pd-contentTile .minimal-design {
          padding-left: 0.78125rem;
          padding-right: 0.78125rem; } }
      .product-grid .pd-contentTile .minimal-design p {
        margin-bottom: 0; }
      .product-grid .pd-contentTile .minimal-design .minimal-design-headline {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        text-decoration: none;
        margin-bottom: 0.46875rem;
        color: #454545 !important; }
        @media (max-width: 767.98px) {
          .product-grid .pd-contentTile .minimal-design .minimal-design-headline {
            font-size: 0.75rem;
            line-height: 0.9375rem;
            margin-bottom: 0.3125rem;
            display: -webkit-box;
            text-overflow: unset;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; } }
      .product-grid .pd-contentTile .minimal-design .minimal-design-description {
        font-size: 0.8125rem;
        text-transform: capitalize;
        font-weight: 400;
        color: #707070 !important; }
        @media (max-width: 767.98px) {
          .product-grid .pd-contentTile .minimal-design .minimal-design-description {
            font-size: 0.75rem;
            line-height: 0.875rem; } }
    .product-grid .pd-contentTile .overlay-design {
      padding: 0 1.25rem 1.25rem;
      position: absolute;
      bottom: 0;
      color: #fff; }
      .product-grid .pd-contentTile .overlay-design p {
        margin-bottom: 0; }
      .product-grid .pd-contentTile .overlay-design .overlay-design-headline {
        font-size: 2.5rem;
        font-family: "Palatino Nova", Palatino, serif;
        font-weight: 500;
        line-height: 2.625rem; }
      .product-grid .pd-contentTile .overlay-design .overlay-design-description {
        font-size: 0.875rem;
        font-weight: 700;
        line-height: 20.58px;
        letter-spacing: 2px; }
    @media (min-width: 992px) {
      .product-grid .pd-contentTile {
        margin-bottom: 2.5rem; } }
    @media (max-width: 991.98px) {
      .product-grid .pd-contentTile {
        margin-bottom: 1.875rem; } }
  .product-grid .section-level {
    margin-bottom: 0.9375rem; }
    @media (min-width: 992px) {
      .product-grid .section-level {
        margin-bottom: 1.5625rem;
        max-width: 37.5rem; } }
    .product-grid .section-level_header {
      font-size: 1.25rem;
      line-height: 1.1;
      color: #071D49;
      font-weight: 400;
      margin-bottom: 0; }
      @media (min-width: 992px) {
        .product-grid .section-level_header {
          font-size: 1.625rem; } }
    .product-grid .section-level_description {
      font-size: 0.75rem;
      line-height: 1.04375rem;
      letter-spacing: 0.0125rem;
      margin-top: 0.3125rem; }
      @media (min-width: 992px) {
        .product-grid .section-level_description {
          font-size: 0.875rem; } }
  .product-grid .sub-section {
    margin-bottom: 2.5rem; }
    @media (min-width: 992px) {
      .product-grid .sub-section {
        margin-bottom: 3.125rem; } }
    .product-grid .sub-section.cta-visible {
      margin-bottom: 4.375rem; }
      @media (min-width: 992px) {
        .product-grid .sub-section.cta-visible {
          margin-bottom: 5.625rem; } }
  .product-grid .section-banner .content-asset {
    margin-bottom: 1.25rem; }
    @media (max-width: 767.98px) {
      .product-grid .section-banner .content-asset {
        margin-bottom: 0.625rem; } }
  .product-grid .view-all-btn {
    padding: 0.625rem 2.84375rem;
    letter-spacing: 0.0625rem;
    background: #454545;
    margin-top: 1.875rem; }
    @media (min-width: 992px) {
      .product-grid .view-all-btn {
        padding: 0.625rem 2.375rem; } }
    .product-grid .view-all-btn:focus {
      background: #CCC; }
  .product-grid .grid-footer .show-more .load-more {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 0.875rem;
    letter-spacing: 0.5px; }
    .product-grid .grid-footer .show-more .load-more:hover {
      background-color: #454545;
      color: #fff; }
  .product-grid .grid-footer .show-all .load-all {
    font-weight: 500;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    text-decoration: underline;
    text-underline-offset: 0.1875rem;
    text-transform: capitalize;
    padding: 0;
    margin-bottom: 1rem; }
    .product-grid .grid-footer .show-all .load-all:hover {
      color: #454545; }
  .product-grid .grid-footer .show-all.showing-remaining-items {
    visibility: hidden;
    height: 0; }
  .product-grid .grid-footer--hide-btns .show-more,
  .product-grid .grid-footer--hide-btns .show-all {
    visibility: hidden;
    height: 0; }

.refinements-sidebar.animate .refinements-slide {
  -webkit-transform: translate3d(-400px, 0, 0);
          transform: translate3d(-400px, 0, 0);
  opacity: 0; }

.refinement-size .shoe-attribute.size-button {
  min-width: 4.875rem;
  padding: 0.5rem; }
  @media (max-width: 991.98px) {
    .refinement-size .shoe-attribute.size-button {
      min-width: 5.5rem; } }

.filter-tags-container {
  width: 100%; }
  .filter-tags-container-desktop {
    display: none;
    padding-right: 2.5rem; }
    @media (min-width: 992px) {
      .filter-tags-container-desktop {
        display: block; } }
  .filter-tags-container-mobile {
    display: block; }
    @media (min-width: 992px) {
      .filter-tags-container-mobile {
        display: none; } }
    .filter-tags-container-mobile .slick-slide {
      padding-right: 0.375rem; }
    .filter-tags-container-mobile:has(.filter-tag) {
      padding-bottom: 1rem; }
  .filter-tags-container ul {
    list-style-type: none; }
  .filter-tags-container .slick-slide,
  .filter-tags-container .filter-tag,
  .filter-tags-container .filter-tags-reset {
    text-wrap: nowrap; }
  .filter-tags-container .slick-disabled {
    display: none !important; }
  .filter-tags-container .slick-arrow {
    border: none;
    font-size: 0;
    width: 2.5rem;
    height: 1.875rem;
    position: absolute;
    z-index: 2; }
    .filter-tags-container .slick-arrow.slick-prev::before, .filter-tags-container .slick-arrow.slick-next::before {
      background: url("../icons/filter-tag-arrow.svg") center no-repeat;
      content: "";
      height: 1.5rem;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 1.5rem; }
    .filter-tags-container .slick-arrow.slick-prev {
      background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #fff));
      background: linear-gradient(to left, transparent 0%, #fff 50%);
      left: -1rem; }
      .filter-tags-container .slick-arrow.slick-prev::before {
        -webkit-transform: rotate(180deg) translateY(50%);
                transform: rotate(180deg) translateY(50%);
        left: 0; }
    .filter-tags-container .slick-arrow.slick-next {
      background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #fff));
      background: linear-gradient(to right, transparent 0%, #fff 50%);
      right: -1rem; }
      .filter-tags-container .slick-arrow.slick-next::before {
        right: 0; }
  .filter-tags-container .filter-tag button,
  .filter-tags-container .filter-tags-reset button {
    background: #F5F5F5;
    border: 0.0625rem solid #CCC;
    border-radius: 0.125rem;
    color: #454545;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.194375rem; }
  .filter-tags-container .filter-tags-reset button {
    background: #EBEBEB;
    border-color: #454545;
    font-weight: 500;
    line-height: 1.125rem;
    padding: 0.3125rem 0.5rem; }
  .filter-tags-container .filter-tag button {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.125rem;
    padding: 0.3125rem 0.5rem; }
  .filter-tags-container .filter-tag .cs-svg-icon-wrapper {
    margin-left: 0.375rem; }
  .filter-tags-container .filter-tag .svg-filter-tag-close-wrapper {
    width: 1rem;
    height: 1rem; }

.filter-tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem; }
  @media (min-width: 992px) {
    .filter-tags-list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.hidden-filter-tags-count-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  .hidden-filter-tags-count-container:hover p {
    text-decoration: underline; }

.filter-tag-title {
  text-transform: capitalize;
  white-space: nowrap; }

@media (max-width: 991.98px) {
  .filter-panel-is-open .back-to-top,
  .filter-panel-is-open #attentive_overlay,
  .filter-panel-is-open #launcher {
    display: none; } }

.filter-panel-is-open #ju_bbox {
  visibility: hidden; }

@media (max-width: 991.98px) {
  .filter-panel-is-open #attentive_overlay,
  .filter-panel-is-open #launcher {
    display: none; } }
