body {
  font-weight: 400;
  letter-spacing: 0; }

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-beige.disabled {
    opacity: 0.2; }

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative; }
  .swatch-filter-beige.disabled {
    opacity: 0.2; }

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-black.disabled {
    opacity: 0.2; }

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  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 rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-blue.disabled {
    opacity: 0.2; }

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  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 rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-brown.disabled {
    opacity: 0.2; }

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  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 rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #089e1b;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-green.disabled {
    opacity: 0.2; }

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #089e1b;
  border-radius: 0.69em;
  background-color: #089e1b;
  display: block;
  position: relative; }
  .swatch-filter-green.disabled {
    opacity: 0.2; }

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-grey.disabled {
    opacity: 0.2; }

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  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 rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-navy.disabled {
    opacity: 0.2; }

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  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 rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-orange.disabled {
    opacity: 0.2; }

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  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 rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-pink.disabled {
    opacity: 0.2; }

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  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 rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-purple.disabled {
    opacity: 0.2; }

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  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 rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-red.disabled {
    opacity: 0.2; }

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  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 rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-white.disabled {
    opacity: 0.2; }

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  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 rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-yellow.disabled {
    opacity: 0.2; }

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  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-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); }

.category-tile a {
  display: block; }
  .category-tile a:hover {
    text-decoration: none;
    color: #252422; }

.category-tile img {
  width: 100%;
  margin: auto; }

.category-tile .category-name {
  padding-top: 12px;
  padding-bottom: 25px; }
  @media (min-width: 769px) {
    .category-tile .category-name {
      padding: 25px 10px 60px; } }

.category-tile h3 {
  color: #252422;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 769px) {
    .category-tile h3 {
      font-size: 1.125rem; } }
  .category-tile h3::after {
    content: "";
    display: block;
    width: 140px;
    max-width: 90%;
    height: 2px;
    margin: 12px auto 0;
    background-color: #e66d1c; }
    @media (min-width: 769px) {
      .category-tile h3::after {
        margin: 16px auto 0; } }

.tile-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }
  @media (min-width: 769px) {
    .tile-container {
      border: none; } }
  @media (max-width: 768.98px) {
    .tile-container {
      padding-right: 15px;
      padding-left: 15px;
      padding-top: 0; } }

.product {
  width: 100%; }
  @media (min-width: 769px) {
    .product {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.product-tile {
  border: 0;
  display: block;
  grid-template-rows: 1fr auto auto auto;
  grid-template-columns: 1fr 1fr;
  height: 100%; }
  @media (min-width: 1300px) {
    .product-tile:hover {
      border: 1px solid #121212; } }
  @media (min-width: 769px) {
    .product-tile {
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border: 1px solid #ccc9c8;
      padding-top: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s;
      width: 100%; } }
  @media (max-width: 768.98px) {
    .product-tile {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border: 1px solid #ccc9c8;
      padding-top: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s;
      width: 100%;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; } }
  .product-tile .pdp-link .link:hover {
    text-decoration: none; }
  .product-tile .tile-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10px; }
  .product-tile .button-container {
    width: calc(100% + 30px) !important;
    max-width: calc(100% + 30px) !important;
    padding: 0 0 10px 0;
    grid-column: unset;
    gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 768.98px) {
      .product-tile .button-container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0px;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-top: 10px; }
        .product-tile .button-container div {
          display: inline-block; }
        .product-tile .button-container .atc_detail_btn {
          width: 100%;
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 0; }
          .product-tile .button-container .atc_detail_btn .plp-button {
            float: left;
            border: none; }
          .product-tile .button-container .atc_detail_btn .customize,
          .product-tile .button-container .atc_detail_btn .add-to-cart {
            width: 30% !important;
            min-width: 30% !important;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 0px !important;
            background-color: #089e1b; }
            .product-tile .button-container .atc_detail_btn .customize .fa-add-to-cart,
            .product-tile .button-container .atc_detail_btn .add-to-cart .fa-add-to-cart {
              color: white; }
          .product-tile .button-container .atc_detail_btn .view-details {
            width: 70% !important;
            min-width: 70% !important;
            border-bottom-left-radius: 0px !important;
            border-bottom-right-radius: 10px;
            font-size: 11px; } }
    .product-tile .button-container .plp-button-unavaliable {
      margin-top: 0;
      margin-bottom: 5px;
      font-size: 0.875rem;
      height: 40px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      border: solid 1px #ccc9c8;
      color: #089e1b;
      font-weight: 700;
      background-color: white; }
    .product-tile .button-container .plp-button {
      margin-top: 0;
      margin-bottom: 5px;
      font-size: 14px;
      height: 40px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      border: solid 1px #ccc9c8;
      color: #089e1b;
      font-weight: 700; }
      .product-tile .button-container .plp-button:hover, .product-tile .button-container .plp-button:active {
        color: white; }
      .product-tile .button-container .plp-button.add-to-cart {
        max-width: 100%; }
      .product-tile .button-container .plp-button.view-details {
        color: black;
        text-decoration: none; }
        .product-tile .button-container .plp-button.view-details:hover, .product-tile .button-container .plp-button.view-details:active {
          color: black;
          background-color: #ccc9c8; }
        @media (max-width: 768.98px) {
          .product-tile .button-container .plp-button.view-details {
            background-color: #ebebeb;
            overflow: hidden;
            border: none;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            font-size: 11px;
            text-transform: uppercase; } }
      .product-tile .button-container .plp-button i {
        font-size: 20px;
        margin-right: 5px; }
        @media (max-width: 768.98px) {
          .product-tile .button-container .plp-button i {
            margin-right: 0; } }
      @media (max-width: 768.98px) {
        .product-tile .button-container .plp-button {
          min-width: 100% !important;
          margin-bottom: 0; } }
  @media (min-width: 769px) {
    .product-tile .topPickContainer {
      position: absolute; } }
  .product-tile .topPickFlag {
    position: absolute;
    background-color: #e6e6e6;
    color: #e66d1c;
    height: 30px;
    width: 120px;
    bottom: 90px;
    left: 0;
    margin-bottom: auto; }
    .product-tile .topPickFlag img {
      height: 25px;
      width: auto;
      margin-left: 10px; }
    .product-tile .topPickFlag p {
      font-size: 13px;
      font-weight: 700;
      margin: 0 5px; }
      .product-tile .topPickFlag p::after {
        border-width: 15px 15px 15px 0px;
        border-color: #e6e6e6 transparent;
        left: 120px;
        top: 0;
        content: '';
        position: absolute;
        height: 0;
        width: 0;
        border-style: solid; }
    @media (max-width: 768.98px) {
      .product-tile .topPickFlag {
        position: relative;
        margin-top: 10px;
        bottom: unset; } }

.simpleView .product-tile {
  border: none; }

.simpleView .product-tile:hover {
  border: none; }

.simpleView .tile-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.simpleView .image-container {
  width: 145px;
  height: 145px;
  min-width: 145px;
  min-height: 145px; }

.simpleView .tile-body {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 0 0 0; }
  .simpleView .tile-body .pdp-link .link:hover {
    text-decoration: underline; }

.simpleView .tile-price {
  border: none;
  padding: 0;
  margin: 0; }
  .simpleView .tile-price .price {
    font-size: 0.875rem; }
  .simpleView .tile-price .sales {
    color: #252422; }

.tile-promo {
  position: absolute;
  top: 2px; }
  .tile-promo span {
    background-color: #089e1b;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 5px 15px;
    text-transform: uppercase; }
  .tile-promo .promo-primary {
    background-color: #e66d1c; }
  .tile-promo .promo-secondary {
    background-color: #089e1b; }
  .tile-promo .promo-success {
    background-color: #00b878; }
  .tile-promo .promo-info {
    background-color: #1a6c96; }
  .tile-promo .promo-warning {
    background-color: #ffc107; }
  .tile-promo .promo-danger {
    background-color: #dc3545; }
  .tile-promo .promo-disabled {
    background-color: #9c9d9b; }

@media (min-width: 769px) {
  .image-container {
    min-height: 200px; } }

.image-container img {
  display: block;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.image-container.image-w-video video {
  display: none !important;
  position: absolute;
  top: 0;
  width: 100%;
  border: 1px solid black;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0; }
  @media (min-width: 769px) {
    .image-container.image-w-video video {
      opacity: 1; } }
  .image-container.image-w-video video.invisible {
    opacity: 0; }

.tile-header:hover > .image-container > .size-count-of-items > .fire-and-view-details,
.tile-header:hover > .image-container > .size-count-of-items > .fire-and-view-details > a,
.tile-header:hover > .image-container > .size-count-of-items > .cog-and-customization-options > .fa-cog,
.tile-header:hover > .image-container > .size-count-of-items > .cog-and-customization-options > a {
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  color: #e66d1c !important; }
  @media (max-width: 1299.98px) {
    .tile-header:hover > .image-container > .size-count-of-items > .fire-and-view-details,
    .tile-header:hover > .image-container > .size-count-of-items > .fire-and-view-details > a,
    .tile-header:hover > .image-container > .size-count-of-items > .cog-and-customization-options > .fa-cog,
    .tile-header:hover > .image-container > .size-count-of-items > .cog-and-customization-options > a {
      color: white !important; } }

@media (max-width: 768.98px) {
  .tile-header {
    grid-column: 1;
    grid-row: 1 / span 3; } }

.tile-body {
  padding: 20px; }
  @media (max-width: 768.98px) {
    .tile-body {
      padding: 10px;
      grid-column: 2 / 2;
      grid-row: 1; } }

.tile-footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px 20px 20px 5px; }
  @media (max-width: 1024.98px) {
    .tile-footer-container {
      padding: 20px 20px 5px 5px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: end; } }
  @media (max-width: 768.98px) {
    .tile-footer-container {
      padding: 0;
      margin: 0;
      display: block; } }

@media (max-width: 1024.98px) {
  .tile-footer {
    padding-bottom: 0;
    grid-column: 2 / 2;
    grid-row: 2; } }

.wd-select-logo-desktop {
  width: 60px;
  height: auto; }

.wd-select-logo-mobile {
  margin: 5px 15px;
  width: 80px;
  height: auto; }

.tile-price {
  padding-bottom: 1rem;
  text-align: left;
  border: 0; }
  @media (min-width: 769px) {
    .tile-price {
      border-bottom: 1px solid #ccc9c8;
      margin-bottom: 0.5rem; } }
  @media (max-width: 768.98px) {
    .tile-price {
      text-align: center; } }
  .tile-price .price {
    display: block;
    font-weight: 600;
    line-height: 1; }
    @media (min-width: 769px) {
      .tile-price .price {
        display: inline-block;
        font-size: 1.125rem; } }
  .tile-price .sales {
    color: #089e1b; }
    @media (max-width: 768.98px) {
      .tile-price .sales {
        font-weight: 800;
        font-size: 1.15rem; } }
  .tile-price .strike-through {
    color: #9c9d9b;
    display: inline-block;
    text-decoration: line-through; }

.item-sizes-background-color {
  background: #252422; }

.size-count-of-items {
  background: #252422;
  color: white;
  width: 100%;
  padding: 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.775rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 768.98px) {
    .size-count-of-items {
      font-size: 0.675rem;
      padding: 7px 10px; } }
  @media (max-width: 768.98px) {
    .size-count-of-items .sizeCount, .size-count-of-items .size-on-one-step, .size-count-of-items .sizes-on-multiple-steps {
      display: none; } }

@media (min-width: 1025px) {
  .sizes-on-multiple-steps {
    padding-left: 3px; } }

@media (max-width: 768.98px) {
  .sizes-on-multiple-steps {
    display: none; } }

@media (min-width: 1025px) {
  .size-on-one-step {
    padding-left: 3px; } }

@media (max-width: 768.98px) {
  .size-of-item-separater {
    display: none; } }

@media (min-width: 769px) {
  .size-of-item-separater {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px; } }

.cog-and-customization-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 768.98px) {
    .cog-and-customization-options {
      margin-left: auto;
      margin-right: auto; } }
  .cog-and-customization-options a {
    color: white; }

.customization-options:hover {
  text-decoration: underline; }
  @media (max-width: 1024.98px) {
    .customization-options:hover {
      text-decoration: none; } }

.fire-and-view-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 768.98px) {
    .fire-and-view-details {
      margin-left: auto;
      margin-right: auto;
      display: block; } }
  .fire-and-view-details a {
    color: white; }

.view-details:hover {
  text-decoration: underline; }
  @media (max-width: 1024.98px) {
    .view-details:hover {
      text-decoration: none; } }

.fa-cog,
.fa-fire-solid {
  font-size: 0.99rem;
  margin-right: 4px; }
  @media (max-width: 1024.98px) {
    .fa-cog,
    .fa-fire-solid {
      font-size: 0.95rem; } }

.price-description {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #252422; }
  .rfq .price-description,
  .bundle .price-description {
    color: #e66d1c; }

.pdp-link {
  font-size: 0.875rem;
  line-height: 1.125rem; }
  .pdp-link .link {
    color: #252422;
    display: inline-block;
    font-weight: 600; }
  .pdp-link .brand {
    font-style: italic;
    color: #63605a;
    display: inline-block;
    text-align: left; }

.ratings {
  font-size: 0.875rem;
  color: #e66d1c;
  margin-bottom: 0.25rem; }
  .ratings .half-star {
    position: relative; }
    .ratings .half-star::after {
      content: '\F089';
      position: absolute;
      top: 0;
      left: 0;
      color: #e66d1c; }
  .ratings .empty-star::before,
  .ratings .half-star::before {
    color: #ccc9c8; }

.tile-footer .item-no {
  color: #63605a;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 0 !important; }

.fa-free-ship-icon {
  width: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.fa-quick-ship-truck {
  font-size: 42px;
  color: #1a6c96; }
  @media (max-width: 768.98px) {
    .fa-quick-ship-truck {
      font-size: 35px; } }

.fa-free-ship-icon .path1,
.fa-free-ship-icon .path2,
.fa-free-ship-icon .path3 {
  font-size: 28px;
  color: #1a6c96; }
  @media (max-width: 768.98px) {
    .fa-free-ship-icon .path1,
    .fa-free-ship-icon .path2,
    .fa-free-ship-icon .path3 {
      font-size: 22px; } }

.qs-available,
.green-FREE-shipping-label,
.black-FREE-shipping-label {
  line-height: 14px;
  color: #000;
  display: inline-block;
  font-weight: 600;
  margin-left: 5px;
  font-size: 14px; }
  @media (max-width: 768.98px) {
    .qs-available,
    .green-FREE-shipping-label,
    .black-FREE-shipping-label {
      font-size: 12px; } }

.green-FREE-shipping-label {
  color: #089e1b;
  font-weight: 700; }

.tile-footer-body {
  grid-column: 1 / span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0px 5px; }
  @media (min-width: 769px) {
    .tile-footer-body {
      grid-column: 2 / 2;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-bottom: 5px; } }
  @media (max-width: 768.98px) {
    .tile-footer-body {
      display: block; } }

.tile-footer-body-adjustment {
  grid-column: 2 / 2; }
  @media (min-width: 769px) {
    .tile-footer-body-adjustment {
      grid-column: 1 / 2; } }

.free-shipping-footer-body {
  grid-column: 2 / 2; }

.tile-footer-line {
  border-top: none;
  padding: 1px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #8c8c8c;
  margin: 0px 20px 5px 20px; }
  @media (max-width: 768.98px) {
    .tile-footer-line {
      border-top: none;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start;
      margin: 0px 0px 0px 0px;
      padding: 1px 0; } }

.free-shipping-footer,
.quick-ship-footer {
  border-top: none;
  padding: 3px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 20px 0px;
  height: 35px; }
  @media (max-width: 768.98px) {
    .free-shipping-footer,
    .quick-ship-footer {
      border-top: none;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start;
      margin: 4px 0px 0px 10px;
      min-width: 50%; } }

.truck-icon-wrapper {
  position: relative; }

.qs-wrapper {
  margin-left: 10px; }
  @media (max-width: 1024.98px) {
    .qs-wrapper {
      font-size: 0.875rem; } }

.add-to-cart-wishList .add-to-cart {
  width: 125px;
  color: #e66d1c;
  background-color: white;
  margin-top: 10px;
  height: 50px; }

.plp-button {
  min-width: 170px;
  color: #e66d1c;
  background-color: #fff;
  margin-top: 10px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }

@media (max-width: 1024.98px) {
  .plp-button.add-to-cart {
    width: 100%;
    max-width: 45%;
    min-width: auto; } }

.button-container {
  padding: 20px;
  grid-column: 1 / span 2;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1024.98px) {
    .button-container {
      padding: 20px 0px;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .button-container div {
        display: inline-block; } }

@media (max-width: 543.98px) {
  .search-nav .nav-tabs-wrapper {
    width: 100%; } }

.search-nav .nav-tabs-wrapper .nav-tabs {
  border-bottom: 0 none; }

.search-nav .nav-link {
  color: #252422; }
  .search-nav .nav-link:focus {
    background-color: #ebebeb;
    border-color: #ebebeb; }
  .search-nav .nav-link.active {
    font-weight: 700; }
    .search-nav .nav-link.active:focus {
      background-color: #ebebeb;
      border-color: #e66d1c; }

.tab-pane-content {
  border-top: 0.063em solid #d8d8d8;
  padding-top: 1em; }

.results-found {
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #ebebeb; }
  .results-found p {
    margin: 0; }
  @media (min-width: 544px) {
    .results-found {
      margin-bottom: 0;
      font-size: 1.25rem;
      background: #fff; } }
  @media (min-width: 1025px) {
    .results-found {
      padding-top: 0;
      padding-bottom: 0; } }

.category-search-banner {
  position: relative; }
  .category-search-banner .bordered {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 1px solid white; }
    @media (min-width: 769px) {
      .category-search-banner .bordered {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .category-search-banner .image-container {
    background-size: cover;
    background-position: center;
    height: 200px;
    width: 100%; }
    @media (min-width: 769px) {
      .category-search-banner .image-container {
        height: 400px; } }

.category-search-banner-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
  color: #252422;
  font-weight: normal;
  font-size: 1.25rem; }
  @media (min-width: 769px) {
    .category-search-banner-header {
      margin: 0;
      color: white;
      font-size: 2.5rem; } }
  .category-search-banner-header::before, .category-search-banner-header::after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 1px;
    margin: 0 10px;
    margin-top: 5px;
    background: #252422; }
    @media (min-width: 769px) {
      .category-search-banner-header::before, .category-search-banner-header::after {
        background: white; } }

.no-product-results {
  background-color: #f4f4f4;
  padding: 1.5rem 1rem; }
  @media (min-width: 769px) {
    .no-product-results {
      padding: 6.25rem; } }
  .no-product-results h2 {
    font-size: 2.5rem;
    font-weight: 400; }
  .no-product-results h3 {
    font-size: 1.5rem;
    margin: 0.5rem 0 2rem; }
  .no-product-results h4 {
    text-transform: uppercase;
    font-size: 1.125rem; }
  .no-product-results ul {
    padding-left: 1.25rem;
    font-size: 1rem; }

.no-results-header {
  font-size: 2.5rem;
  font-weight: 400; }

#no-results-pane .site-search {
  border: 2px solid #e66d1c;
  width: 100%;
  padding: 5px 0; }

.no-product-results-right {
  background-image: url("../../images/wd_office.jpg");
  padding-top: 70px;
  background-size: cover; }

.no-product-results-left .sbc-underline {
  width: 10.625rem;
  border-bottom: 3px solid #e66d1c; }

.no-results-top {
  background-color: #f6f6f6;
  padding: 50px 0; }
  @media (max-width: 1024.98px) {
    .no-results-top {
      width: auto !important;
      max-width: none; } }

.scanner {
  width: 25%;
  margin-bottom: 10px; }

.no-results-expert {
  position: relative;
  border-radius: 5px;
  padding: 4rem 1rem 2.5rem;
  z-index: 0;
  width: 85%;
  height: 55%;
  left: 30px; }
  @media (max-width: 1024.98px) {
    .no-results-expert {
      width: 90%;
      height: 67%;
      left: 10px;
      border-radius: 0px !important; } }
  @media (max-width: 768.98px) {
    .no-results-expert {
      width: 100%;
      height: 40%;
      left: 0px;
      border-radius: 0px !important; } }

.no-results-bottom {
  padding-right: 0px; }
  @media (max-width: 543.98px) {
    .no-results-bottom .no-product-results-right {
      display: none; } }

.expert {
  padding: 0; }

.expert-logos {
  background-color: white;
  opacity: .8;
  padding: 15px 0px 35px 35px;
  margin-top: 20px;
  position: relative;
  top: 10px; }
  @media (max-width: 1024.98px) {
    .expert-logos {
      top: 40px;
      margin-top: 0px;
      padding: 15px 0px 35px 25px; } }
  .expert-logos img {
    width: 10%;
    margin-right: 10px;
    opacity: 1; }
    @media (max-width: 1024.98px) {
      .expert-logos img {
        width: 38px;
        margin-right: 15px; } }
    @media (max-width: 768.98px) {
      .expert-logos img {
        width: 38px;
        margin-right: 10px; } }

.fit {
  font-weight: bold; }

.need-help {
  font-weight: 600; }
  .need-help span {
    color: #e66d1c; }

.subCategoryContainer .quick-ship-category, .subCategoryContainer .new-arrival-category {
  border-radius: 5px; }

a.new-arrival-category {
  background-color: white;
  border: 1px solid #e66d1c;
  height: 40px;
  border-radius: 5px;
  margin: 2px;
  width: 47%;
  float: right;
  text-decoration: none; }
  @media (max-width: 1024.98px) {
    a.new-arrival-category {
      width: 48%; } }
  @media screen and (max-width: 644px) {
    a.new-arrival-category {
      width: 96% !important;
      margin-left: 7px; } }
  @media (max-width: 543.98px) {
    a.new-arrival-category {
      width: 350px;
      margin-left: 8px; } }
  a.new-arrival-category:hover {
    border: 1px solid black; }
    a.new-arrival-category:hover .label-text {
      color: black; }
    a.new-arrival-category:hover i.fa-arrow_right {
      color: black; }
  a.new-arrival-category .label-text {
    margin-left: 15px;
    color: #e66d1c;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Open Sans;
    position: relative;
    top: 8px;
    letter-spacing: 4px; }
    @media (max-width: 1024.98px) {
      a.new-arrival-category .label-text {
        letter-spacing: 2px; } }
  a.new-arrival-category .arrow-button {
    background-color: white;
    border-radius: 0 5px 5px 0;
    width: 2.5rem;
    height: 38px;
    float: right; }
    @media screen and (max-width: 686px) {
      a.new-arrival-category .arrow-button {
        width: 1.8rem; } }
    @media (max-width: 768.98px) {
      a.new-arrival-category .arrow-button {
        width: 2.5rem; } }
    a.new-arrival-category .arrow-button .fa-arrow_right {
      color: #e66d1c;
      display: block;
      margin-top: 12px;
      margin-left: 15px; }
      @media (max-width: 1024.98px) {
        a.new-arrival-category .arrow-button .fa-arrow_right {
          margin-left: 10px; } }
      @media screen and (max-width: 644px) {
        a.new-arrival-category .arrow-button .fa-arrow_right {
          margin-left: 15px; } }
      @media (max-width: 768.98px) {
        a.new-arrival-category .arrow-button .fa-arrow_right {
          margin-left: 10px; } }

a.quick-ship-category {
  background-color: #e66d1c;
  height: 40px;
  border-radius: 5px;
  margin: 2px 2px 2px 6px;
  width: 47%;
  float: left;
  text-decoration: none; }
  @media (max-width: 1024.98px) {
    a.quick-ship-category {
      margin: 2px 2px 2px 4px;
      width: 48%; } }
  @media screen and (max-width: 644px) {
    a.quick-ship-category {
      width: 96% !important;
      margin-left: 7px !important; } }
  @media (max-width: 543.98px) {
    a.quick-ship-category {
      width: 350px;
      margin-left: 8px; } }
  a.quick-ship-category:hover {
    background-color: #c35a13; }
  a.quick-ship-category .fa-quick-ship-truck {
    font-size: 1.8rem;
    color: white;
    display: inline-block;
    margin-right: 10px;
    margin-top: 6px;
    margin-left: 15px; }
  a.quick-ship-category .label-text {
    position: relative;
    top: -4px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Open Sans;
    letter-spacing: 4px; }
    @media (max-width: 1024.98px) {
      a.quick-ship-category .label-text {
        letter-spacing: 1.5px; } }
    @media (max-width: 543.98px) {
      a.quick-ship-category .label-text {
        letter-spacing: 4px; } }
  a.quick-ship-category .arrow-button {
    background-color: #c35a13;
    border-radius: 0 5px 5px 0;
    width: 2.5rem;
    height: 40px;
    float: right; }
    @media screen and (max-width: 686px) {
      a.quick-ship-category .arrow-button {
        width: 1.8rem; } }
    @media (max-width: 768.98px) {
      a.quick-ship-category .arrow-button {
        width: 2.5rem; } }
    a.quick-ship-category .arrow-button .fa-arrow_right {
      color: white;
      display: block;
      margin-top: 12px;
      margin-left: 15px; }
      @media (max-width: 1024.98px) {
        a.quick-ship-category .arrow-button .fa-arrow_right {
          margin-left: 10px; } }
      @media screen and (max-width: 644px) {
        a.quick-ship-category .arrow-button .fa-arrow_right {
          margin-left: 15px; } }
      @media (max-width: 768.98px) {
        a.quick-ship-category .arrow-button .fa-arrow_right {
          margin-left: 10px; } }

.no-search-title {
  font-family: Open Sans;
  font-size: 28px;
  color: #000000;
  -webkit-text-decoration: none solid black;
          text-decoration: none solid black;
  line-height: 18px;
  margin-bottom: 30px;
  font-weight: 800; }

.no-product-results-left .row .subCategoryContainer .subCatLinks {
  width: 30%; }
  @media (max-width: 1024.98px) {
    .no-product-results-left .row .subCategoryContainer .subCatLinks {
      width: 46% !important;
      max-width: 46% !important; } }
  @media screen and (max-width: 644px) {
    .no-product-results-left .row .subCategoryContainer .subCatLinks {
      width: 96% !important;
      max-width: 96% !important; } }

@media (max-width: 543.98px) {
  .search-bar {
    margin-top: 40px; } }

@media (max-width: 1024.98px) {
  .call-us {
    font-size: .9rem !important; } }

@media (max-width: 768.98px) {
  .call-us {
    font-size: .9rem !important; } }

@media (max-width: 768.98px) {
  .talk-to-an-expert {
    font-size: .9rem !important;
    margin-bottom: .5rem !important; } }

.search-bar .site-search form input {
  display: block; }

#wsVideoModal.large .modal-dialog {
  max-width: 600px; }
  @media (max-width: 1024.98px) {
    #wsVideoModal.large .modal-dialog {
      max-width: 100vw;
      margin: 0 auto; } }

#wsVideoModal .close {
  position: absolute;
  top: 0;
  margin: 0;
  right: 5px;
  margin-right: 0;
  opacity: 1;
  z-index: 1; }

#wsVideoModal li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0px; }
  #wsVideoModal li p {
    font-weight: bold;
    margin-bottom: 0; }
  #wsVideoModal li .fa {
    color: #1a6c96;
    font-size: 30px;
    margin-right: 1rem; }

#wsVideoModal .ws-icon {
  width: 250px;
  height: auto; }
  @media (max-width: 1024.98px) {
    #wsVideoModal .ws-icon {
      width: 190px; } }

#wsVideoModal .close {
  padding: 0.5rem 0.5rem; }
  #wsVideoModal .close .fa {
    color: #e66d1c;
    font-size: 18px; }

#wsVideoModal .modal-header {
  background-color: #ebebeb;
  border-bottom: none;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (max-width: 1024.98px) {
  #wsVideoModal .modal-content {
    min-height: 100vh; } }

#wsVideoModal iframe {
  width: 100%;
  height: 300px; }
  @media (min-width: 769px) and (max-width: 1024.98px) {
    #wsVideoModal iframe {
      height: 500px; } }

#afRefinementModal .modal-dialog {
  max-width: 435px; }

#afRefinementModal .header-bar {
  background-color: #000;
  border-bottom: 0.063em solid #d8d8d8; }
  #afRefinementModal .header-bar button.close {
    font-size: 1rem;
    font-weight: normal;
    opacity: 1; }
  #afRefinementModal .header-bar .word-close {
    font-size: 14px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  #afRefinementModal .header-bar button span:hover {
    color: #e66d1c;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  #afRefinementModal .header-bar .fa.fa-close {
    padding-left: 10px; }

#afRefinementModal .close {
  position: absolute;
  top: 0;
  margin: 0;
  right: 5px;
  margin-right: 0;
  opacity: 1;
  z-index: 1; }

#afRefinementModal li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0px; }
  #afRefinementModal li p {
    font-weight: bold;
    margin-bottom: 0; }

#afRefinementModal .ws-icon {
  width: 250px;
  height: auto; }
  @media (max-width: 1024.98px) {
    #afRefinementModal .ws-icon {
      width: 190px; } }

#afRefinementModal .modal-header {
  background-color: #000;
  border-bottom: none;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

#afRefinementModal .modal-content {
  min-width: 350px; }
  @media (min-width: 769px) {
    #afRefinementModal .modal-content {
      min-height: 100vh; } }

#afRefinementModal .refinements {
  background-color: white;
  margin: 0px auto;
  padding-bottom: 0;
  border-right: 0;
  border-left: 0; }
  #afRefinementModal .refinements .refinement {
    margin-bottom: 0; }
    #afRefinementModal .refinements .refinement #refinement-btn {
      font-style: normal;
      font-weight: 600;
      border-radius: 0;
      color: #252422; }
    #afRefinementModal .refinements .refinement button::after {
      font-weight: 400;
      color: #63605a; }
  #afRefinementModal .refinements .values {
    margin-bottom: 0; }

#afRefinementModal .secondary-bar {
  background-color: white; }

.experience-dynamic-dynamicSubCategories h2 {
  font-size: 12px;
  color: #979797; }

@media (min-width: 1025px) {
  .experience-dynamic-dynamicSubCategories {
    max-width: 370px; } }

.subcat-height {
  height: 90px; }

@media (min-width: 1300px) {
  .subcat-title {
    padding-left: 50px; } }

@media (max-width: 1299.98px) {
  .subcat-title {
    padding-left: 50px; } }

@media (max-width: 1024.98px) {
  .subcat-title {
    padding-left: 28px; } }

.subCategoryContainer {
  padding-top: 20px;
  padding-left: 20px;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap; }
  @media (max-width: 1299.98px) {
    .subCategoryContainer {
      padding-left: 0px; } }
  .subCategoryContainer h2 {
    font-size: 12px;
    color: #979797; }
  .subCategoryContainer.verticalSubCats .subCatLinks {
    width: 85%; }
  .subCategoryContainer.horizontalSubCats .subCatLinks {
    width: 300px; }
    @media (min-width: 769px) and (max-width: 1024.98px) {
      .subCategoryContainer.horizontalSubCats .subCatLinks {
        max-width: 100%; } }
  @media (min-width: 1025px) {
    .subCategoryContainer.horizontalSubCats .subcat-height {
      max-width: 24%; } }
  .subCategoryContainer.horizontalSubCats .subcat-height .infoButton {
    margin-top: unset;
    width: 50px; }
  .subCategoryContainer .subCatLinks {
    height: 75px;
    border-radius: 0px 10px 10px 0px;
    color: #252422;
    text-decoration: none !important;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: color 0.5s;
    transition: color 0.5s; }
    .subCategoryContainer .subCatLinks:hover, .subCategoryContainer .subCatLinks:active {
      color: #e66d1c;
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
      .subCategoryContainer .subCatLinks:hover > .arrowContainer, .subCategoryContainer .subCatLinks:active > .arrowContainer {
        background-color: #e66d1c;
        color: #fff;
        -webkit-transition: background-color 0.5s;
        transition: background-color 0.5s; }
    @media (max-width: 768.98px) {
      .subCategoryContainer .subCatLinks {
        width: 300px !important; } }
    @media (max-width: 543.98px) {
      .subCategoryContainer .subCatLinks {
        width: 284px !important;
        max-width: 70vw; } }
    .subCategoryContainer .subCatLinks h3 {
      font-size: 14px; }
    .subCategoryContainer .subCatLinks .arrowContainer {
      border-radius: 0px 10px 10px 0px;
      background-color: #ebebeb;
      color: #979797;
      -webkit-transition: background-color 0.5s;
      transition: background-color 0.5s; }
    .subCategoryContainer .subCatLinks .arrowContainer-featured {
      border-radius: 0px 10px 10px 0px;
      background-color: #e66d1c;
      color: #fff;
      -webkit-transition: background-color 0.5s;
      transition: background-color 0.5s; }
  @media (max-width: 768.98px) {
    .subCategoryContainer {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      height: auto; } }

.show.subCategoryContainer {
  height: auto !important; }

.show.subCategoryContainer + .showCatContainer {
  position: relative;
  overflow: visible !important; }

.collapse.subCategoryContainer {
  height: auto; }
  @media (min-width: 1025px) {
    .collapse.subCategoryContainer {
      height: 800px; } }

.collapsing.subCategoryContainer {
  -webkit-transition: .01s;
  transition: .01s;
  overflow: hidden !important; }

.showCatContainer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px; }

button.toggle-cats {
  border: 1px solid #000;
  background-color: white;
  border-radius: 50px;
  padding: 14px;
  width: 200px; }
  button.toggle-cats span {
    font-size: 12px;
    font-weight: 600; }
  button.toggle-cats:hover {
    border: 1px solid #e66d1c;
    color: #e66d1c; }

.toggle-cats.collapsed::after {
  content: '\F078';
  font-size: 12px;
  font-family: 'FontAwesome'; }

.toggle-cats::after {
  content: '\F077';
  font-size: 12px;
  font-family: 'FontAwesome'; }

.toggle-cats.collapsed span.more {
  display: inline-block; }

.toggle-cats.collapsed span.less {
  display: none; }

.toggle-cats span.more {
  display: none; }

.toggle-cats span.less {
  display: inline-block; }

.infoIcon {
  color: #979797;
  text-decoration: none; }
  .infoIcon:hover {
    color: #e66d1c;
    background-color: white;
    cursor: pointer;
    text-decoration: none; }
  .infoIcon:before {
    display: inline-block;
    text-decoration: none; }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .infoIcon {
      color: #979797;
      text-decoration: none; }
      @media (min-width: 769px) {
        .infoIcon {
          margin-left: -8px; } }
      @media (max-width: 768.98px) {
        .infoIcon {
          font-size: 3rem; } }
      .infoIcon:hover {
        color: #e66d1c;
        background-color: white;
        cursor: pointer;
        text-decoration: none; }
      .infoIcon:before {
        text-decoration: none; } } }

.infoButton {
  float: left;
  width: 15%;
  margin-top: 40px;
  text-decoration: none;
  padding: 1px; }
  @media (max-width: 1024.98px) {
    .infoButton {
      width: 35px !important;
      margin-top: 35px;
      max-width: 40vw; } }
  @media (max-width: 768.98px) {
    .infoButton {
      width: 40px !important;
      max-width: 40vw; } }
  @media (max-width: 1024.98px) {
    .infoButton .infoIcon {
      font-size: 1.35rem; } }
  @media (max-width: 768.98px) {
    .infoButton .infoIcon {
      font-size: 1.50rem; } }

#category-info-pop-up {
  margin-top: 50px; }
  #category-info-pop-up .close {
    position: absolute;
    left: 10px;
    top: 15px;
    z-index: 1;
    padding: 6px; }
  #category-info-pop-up .modal-body {
    padding: 3rem; }
  #category-info-pop-up .infoClose {
    font-size: 1rem;
    font-weight: bold;
    background-color: #e66d1c;
    color: white;
    border-radius: 50%;
    padding: 5px; }

.fa-cart {
  font-size: 1.4rem; }

#exclusive-offers {
  padding: 50px 0 40px 0; }

.exclusive-offers-button, .exclusive-offers-button-no-filter {
  padding-left: 50px;
  padding-top: -12px;
  margin-bottom: 20px;
  display: none; }
  @media (max-width: 1024.98px) {
    .exclusive-offers-button, .exclusive-offers-button-no-filter {
      padding-left: 33px; } }
  @media (max-width: 768.98px) {
    .exclusive-offers-button, .exclusive-offers-button-no-filter {
      display: none !important; } }
  .exclusive-offers-button .btn-invert, .exclusive-offers-button-no-filter .btn-invert {
    width: 100%;
    -ms-flex-item-align: center;
        align-self: center;
    border: 2px solid #e66d1c;
    background-color: unset;
    color: #e66d1c;
    font-size: 18px; }
    .exclusive-offers-button .btn-invert:hover, .exclusive-offers-button-no-filter .btn-invert:hover {
      background-color: #e66d1c;
      border: 2px solid #e66d1c;
      color: white; }

#mobile-exclusive-offers .promotion {
  width: 100%; }
  #mobile-exclusive-offers .promotion .text-container {
    width: 100%; }
  @media (max-width: 768.98px) {
    #mobile-exclusive-offers .promotion .promo-asset .promo-image-container {
      width: 50%;
      max-width: 100%; } }
  @media (max-width: 543.98px) {
    #mobile-exclusive-offers .promotion .promo-asset .promo-image-container {
      width: 80%;
      max-width: 100%; } }
  #mobile-exclusive-offers .promotion .promo-asset.last {
    padding-bottom: 35px; }

.product-search-row {
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 768.98px) {
    .product-search-row .mobile-no-gutter {
      padding-left: 0px !important;
      padding-right: 0px !important; } }
  @media (min-width: 769px) {
    .product-search-row .tablet-mobile-sort-filter {
      margin-top: -15px; } }

.sort-by {
  font-size: 14px; }

.refinement-bar {
  overflow: auto;
  padding: 0;
  padding-bottom: 5.75rem;
  display: block; }
  .refinement-bar ul {
    padding-left: 0; }
  .refinement-bar .results-found {
    margin: 0; }
  .refinement-bar .view-results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    bottom: 0;
    width: 100%;
    padding: 1.25rem;
    -webkit-box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: rgba(37, 36, 34, 0.88);
    z-index: 4; }
    .refinement-bar .view-results .view-results-btn {
      text-transform: uppercase;
      padding: 0.875rem;
      font-weight: 700; }
    .refinement-bar .view-results .reset {
      height: 100%; }
  @media (max-width: 1299.98px) {
    .refinement-bar {
      background-color: #ebebeb;
      -webkit-box-shadow: 0 0.313em 0.938em rgba(0, 0, 0, 0.5);
              box-shadow: 0 0.313em 0.938em rgba(0, 0, 0, 0.5);
      display: none;
      left: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 100; } }
  @media (max-width: 1024.98px) {
    .refinement-bar {
      position: fixed;
      height: 100%; } }
  @media (min-width: 1025px) {
    .refinement-bar {
      display: block !important; } }
  @media (min-width: 544px) {
    .refinement-bar {
      background-color: #ebebeb; } }

@media (max-width: 1024.98px) {
  .tablet-mobile-sort-filter.sticky {
    position: fixed;
    z-index: 10;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    color: white; }
    .tablet-mobile-sort-filter.sticky .col-md-8.d-lg-none {
      text-align: center;
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
    .tablet-mobile-sort-filter.sticky .col-md-4 {
      display: none !important; } }

.tablet-mobile-sort-filter.hidden-sticky.sticky {
  -webkit-transform: revert;
          transform: revert;
  color: revert; }

@media (min-width: 769px) {
  .horizontal-refinement-bar.sticky {
    position: sticky;
    top: 63px;
    padding-top: 28px;
    z-index: 3;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 14px 12px #ffffff;
    box-shadow: 0px 5px 14px 12px #ffffff; }
    .horizontal-refinement-bar.sticky .category-product-count {
      font-weight: 700; } }
    @media (min-width: 769px) and (max-width: 1024.98px) {
      .horizontal-refinement-bar.sticky .category-product-count {
        text-align: right;
        padding: 0.75rem 2rem;
        border-bottom: none;
        padding-bottom: 0;
        margin-top: -31px;
        margin-bottom: -22px;
        display: block; } }
    @media (min-width: 769px) and (max-width: 1024.98px) {
      .horizontal-refinement-bar.sticky .category-product-count {
        padding-bottom: 0.75rem; } }

.horizontal-refinement-bar .category-product-count {
  display: none; }

.horizontal-refinement-bar.sticky .category-product-count {
  display: block;
  padding: 0px 33px 0px 0px;
  border-bottom: none; }

.horizontal-refinement-bar.sticky .secondary-bar {
  padding-bottom: 0; }

.header-close {
  background-color: #e66d1c;
  color: #fff;
  border-radius: 25px;
  font-size: 1.2rem !important; }

html {
  scroll-behavior: smooth; }

.horizontal-refinements {
  position: relative;
  height: 50px;
  max-width: calc(100% - 180px);
  width: auto; }
  .horizontal-refinements .refinement.active #refinement-btn {
    border: 2px solid #979797; }
  .horizontal-refinements ul li button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
  .horizontal-refinements .refinement {
    margin-bottom: 0; }
    .horizontal-refinements .refinement #refinement-btn {
      font-weight: normal;
      border-radius: 4px;
      border: 2px solid #ccc9c8;
      line-height: 24px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .horizontal-refinements .refinement #refinement-btn:hover {
        border: 2px solid #979797; }
      .horizontal-refinements .refinement #refinement-btn > span {
        font-style: italic;
        font-size: 0.875rem; }
    .horizontal-refinements .refinement #refinement-btn.selected {
      border: 2px solid #63605a; }
    .horizontal-refinements .refinement.wrapped {
      visibility: hidden;
      padding: 0 !important; }
    .horizontal-refinements .refinement.collapsible-xl ul.values {
      max-height: 450px;
      overflow-y: scroll; }
  .horizontal-refinements .single-filter {
    cursor: pointer; }
    .horizontal-refinements .single-filter ul {
      margin-bottom: 0 !important; }
      .horizontal-refinements .single-filter ul li button {
        padding: 0; }
  .horizontal-refinements .refinement.collapsible-xl.active > div.content {
    position: absolute;
    z-index: 2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: white;
    border: 2px solid #ccc9c8;
    border-radius: 5px;
    padding: 1em;
    margin-top: 0.5em; }

.refinements {
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 50%;
  border-right: 0.063em solid #d8d8d8;
  border-left: 0.063em solid #d8d8d8; }
  @media (min-width: 544px) {
    .refinements {
      background-color: #fff; } }

.refinements .header,
.refinements .values,
.horizontal-refinements .header,
.horizontal-refinements .values {
  padding: 0;
  font-weight: 300; }

.refinements .header,
.horizontal-refinements .header {
  font-size: 1.125em;
  color: #63605a; }

.refinements ul,
.horizontal-refinements ul {
  overflow: auto; }
  .refinements ul li,
  .horizontal-refinements ul li {
    padding-left: 1px;
    padding-right: 0; }
    .refinements ul li button,
    .horizontal-refinements ul li button {
      border: none;
      color: #252422;
      background-color: transparent;
      font-size: 0.875rem;
      padding: 0.3rem;
      text-align: left; }
      .refinements ul li button i,
      .horizontal-refinements ul li button i {
        font-size: 1.0625rem;
        color: #4c4c4c;
        background-color: white; }
        @media (max-width: 1024.98px) {
          .refinements ul li button i,
          .horizontal-refinements ul li button i {
            font-size: 23px; } }

.refinements li,
.horizontal-refinements li {
  list-style-type: none;
  padding-left: 0; }
  .refinements li.color-attribute,
  .horizontal-refinements li.color-attribute {
    display: inline-block;
    padding-left: 0; }
    .refinements li.color-attribute button,
    .horizontal-refinements li.color-attribute button {
      padding: 0; }
  .refinements li.disabled,
  .horizontal-refinements li.disabled {
    opacity: 0.5; }

.refinements .card-header h2,
.horizontal-refinements .card-header h2 {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: 0; }

@media (min-width: 544px) {
  .pop-up-refinement-container {
    width: 70vw;
    max-width: 550px;
    margin: 0 auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; } }

@media (max-width: 1024.98px) {
  .pop-up-refinement-container .refinement-selection {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .pop-up-refinement-container .multi-refinement {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .pop-up-refinement-container .refinements {
    height: 100%;
    padding-bottom: 60px;
    min-height: 100vh; } }

.secondary-bar-refinement {
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  border-right: 0.063em solid #d8d8d8;
  border-left: 0.063em solid #d8d8d8; }
  @media (min-width: 544px) {
    .secondary-bar-refinement {
      background-color: #fff; } }

.main-secondary-bar button.reset {
  position: relative;
  left: 3em;
  bottom: 0.2em; }

.secondary-bar {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  overflow: auto; }
  .secondary-bar button.reset {
    text-transform: uppercase;
    font-size: 0.8125rem;
    font-weight: 600; }
    @media (max-width: 768.98px) {
      .secondary-bar button.reset {
        float: right;
        font-size: 1rem;
        padding: 0.875rem;
        font-weight: 700; } }
  @media (max-width: 1024.98px) {
    .secondary-bar {
      padding-left: 10px; } }
  @media (min-width: 544px) and (max-width: 768.98px) {
    .secondary-bar {
      padding: 0.938em 2.813em; } }
  @media (max-width: 543.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: 543.98px) {
    .grid-header .result-count,
    .content-grid-header .result-count {
      padding-bottom: 0.938em; }
    .grid-header .filter-results,
    .content-grid-header .filter-results {
      display: block;
      width: 100%; } }
  .grid-header select,
  .content-grid-header select {
    width: 100%; }
  @media (min-width: 769px) {
    .grid-header .content-description,
    .content-grid-header .content-description {
      font-size: 1.125rem; } }

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

.content-result-img {
  width: 85px; }
  @media (min-width: 769px) {
    .content-result-img {
      width: 170px; } }

.modal-refinement {
  border-bottom: 1px solid #d8d8d8; }

.refinement {
  margin-bottom: 0;
  border-radius: 0;
  color: #252422; }
  .refinement .refinement-quick-ship {
    font-weight: 400;
    color: #e66d1c;
    font-style: italic; }
  .refinement .refinement-bold-boolean {
    font-weight: bold;
    font-style: italic; }
  .refinement button::after {
    font-weight: 400;
    color: #63605a; }
  .refinement a {
    text-decoration: none; }
  .refinement.refinement-category li {
    display: block; }
  .refinement.refinement-category > ul > li {
    margin-left: 0; }
  .refinement.not-collapsible > button {
    line-height: 2.5rem;
    pointer-events: none; }

.search-banner {
  background-position-y: 40%; }

.search-no-banner {
  padding-top: 2rem; }
  @media (max-width: 1024.98px) {
    .search-no-banner h1 {
      font-size: 2rem;
      margin-bottom: 0; } }
  @media (max-width: 768.98px) {
    .search-no-banner h1 {
      font-size: 1.5rem;
      margin-bottom: 1.5rem; } }

.parent-category-link {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.125rem; }
  @media (max-width: 768.98px) {
    .parent-category-link {
      text-transform: none;
      font-weight: 400;
      font-size: 0.875rem; } }

.search-keywords {
  font-weight: 700; }

.filter-bar ul {
  padding-left: 15px; }

.filter-bar li {
  list-style: none;
  float: left;
  margin-left: 0.3125em;
  margin-right: 0.3125em; }
  .filter-bar li:first-child {
    margin-left: 0; }
  .filter-bar li.filter-value {
    border: 1px solid #9c9d9b;
    border-radius: 2px;
    position: relative;
    margin-top: 2px; }
    .filter-bar li.filter-value button {
      color: black;
      border: none;
      padding: 0.3125rem 0.625rem 0.3125rem 0.5rem;
      font-size: 0.8125rem; }
      .filter-bar li.filter-value button::before {
        content: '\F00D';
        font: normal normal normal 10px/1 FontAwesome;
        text-rendering: auto;
        position: absolute;
        left: -1px;
        top: -1px;
        color: #fff;
        background: #9c9d9b;
        height: calc(100% + 2px);
        border-radius: 2px 0 0 2px;
        padding: 0.55rem 0.65rem; }
      .filter-bar li.filter-value button span {
        margin-left: 2rem;
        color: #63605a; }
  .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; }

@media (max-width: 543.98px) {
  .tab-content {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 1025px) {
  .remove-border {
    border: none; } }

.category-product-count {
  font-weight: 700; }
  @media (min-width: 1025px) {
    .category-product-count {
      text-align: right;
      border-bottom: 0.063em solid #ccc9c8;
      padding: 0.75rem 2rem; } }
  @media (max-width: 1024.98px) {
    .category-product-count {
      padding-bottom: 0.75rem; } }

.product-grid {
  margin: 0 auto;
  max-width: 100%; }
  @media (max-width: 543.98px) {
    .product-grid {
      padding-top: 0.938em; }
      .product-grid .col-6 {
        padding-left: 5px;
        padding-right: 5px; } }

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

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

.show-more,
.show-more-content {
  padding: 0.938em;
  clear: both; }
  .show-more .btn,
  .show-more-content .btn {
    margin: 20px 0;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0; }

.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; }

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

.sort-order {
  position: relative; }

.sort-order:after {
  content: "\F078";
  font-family: "FontAwesome";
  color: #63605a;
  position: absolute;
  pointer-events: none;
  right: 4px;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%); }

/* IE11 hide native button  */
select::-ms-expand {
  display: none; }

.sort-order select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  border: 2px solid #ccc9c8;
  padding: 0.75rem;
  font-size: 1rem;
  height: auto; }

@media (min-width: 544px) {
  .sort-by-container {
    max-width: 350px;
    margin: 0 auto; } }

.usa-refinement .toggle,
.ws-refinement .toggle {
  position: relative;
  margin-right: 0.5rem;
  border-radius: 15px;
  vertical-align: middle;
  background-color: #959595;
  height: 2rem;
  width: 4.3125rem;
  /* 69/16 */ }
  .usa-refinement .toggle .toggle-knob,
  .ws-refinement .toggle .toggle-knob {
    display: inline-block;
    height: 1.75rem;
    /* 28/16 */
    width: 1.75rem;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0.125rem;
    /* 2/16 */
    left: 0.125rem; }
  .usa-refinement .toggle > span,
  .ws-refinement .toggle > span {
    color: #fff;
    line-height: 31px;
    position: absolute;
    right: 0.75rem;
    /* 12/16 */ }

.usa-refinement .toggle-yes,
.ws-refinement .toggle-yes {
  background-color: #e66d1c; }
  .usa-refinement .toggle-yes .toggle-knob,
  .ws-refinement .toggle-yes .toggle-knob {
    left: auto;
    right: 0.125rem; }
  .usa-refinement .toggle-yes > span,
  .ws-refinement .toggle-yes > span {
    right: auto;
    left: 0.75rem; }

.usa-refinement .filter-ws-icon,
.ws-refinement .filter-ws-icon {
  max-width: 200px;
  width: 85%;
  height: 30px; }

.usa-refinement .fa-info-icon,
.ws-refinement .fa-info-icon {
  color: #e66d1c;
  font-size: 17px; }

.usa-refinement .ws-modal-link,
.ws-refinement .ws-modal-link {
  text-decoration: none; }

.ws-refinement {
  background-color: #ebebeb; }

.category-breadcrumb .breadcrumb-container {
  margin: 0; }

.all-filters-but.btn, .sort-and-filter-button.btn {
  border-radius: 50px;
  border: #252422 2px solid;
  padding: 0.5rem 35px;
  line-height: 24px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff; }
  .all-filters-but.btn:hover, .sort-and-filter-button.btn:hover {
    border-color: #252422; }
  .all-filters-but.btn .fa-_449, .sort-and-filter-button.btn .fa-_449 {
    font-size: 18px;
    color: #252422; }
  @media (max-width: 768.98px) {
    .all-filters-but.btn, .sort-and-filter-button.btn {
      padding: 0.5rem 20px; } }
  @media (min-width: 1025px) {
    .all-filters-but.btn, .sort-and-filter-button.btn {
      border: #ccc9c8 2px solid;
      font-weight: 400; }
      .all-filters-but.btn:hover, .sort-and-filter-button.btn:hover {
        border-color: #979797; }
      .all-filters-but.btn .fa-_449, .sort-and-filter-button.btn .fa-_449 {
        color: #63605a; } }

#pdp-category-pg .sort-by-text span {
  font-size: 0.875rem; }

#pdp-category-pg .search-no-banner h2 {
  line-height: normal;
  font-size: 1.5rem;
  text-transform: capitalize; }

.sort-and-products {
  text-align: center;
  position: relative;
  padding-top: 10px;
  background-color: #fff;
  border-bottom: 1.5px solid #d8d8d8; }

.btn-position {
  position: absolute;
  right: 0%;
  top: 21%; }

.title {
  padding-left: 10px;
  font-weight: 400; }

.boolean-alignment-adjustment {
  margin-top: -43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end; }

.refinement-menu-background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  background-color: #ebebeb; }

.menu-adjustments-w-bg {
  background-color: #fff;
  padding-right: 200px;
  padding-left: 200px; }

.reset-button {
  color: #fff;
  border-color: #9c9d9b;
  background-color: #9c9d9b;
  text-transform: uppercase;
  font-weight: 700 !important;
  padding: 0.875rem;
  padding-left: 0.875rem !important; }

.sort-products-by {
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  border-right: 0.063em solid #d8d8d8;
  border-left: 0.063em solid #d8d8d8; }
  @media (min-width: 544px) {
    .sort-products-by {
      background-color: #fff; } }

.filter-products-by {
  padding-left: 20px;
  margin-bottom: 0; }
  @media (max-width: 768.98px) {
    .filter-products-by {
      padding-top: 10px; } }

.horizontal-refinements .single-filter ul.content {
  line-height: 24px;
  overflow: hidden; }

.plp-info-callouts {
  font-family: "Open Sans", arial, sans-serif;
  font-size: 14px; }

.plp-callout-info-title {
  background-color: #ebebeb;
  padding: 5px 20px 5px 5px;
  margin-bottom: .5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 15px;
  border: none;
  color: #63605a;
  border: 1px solid #fff;
  outline: none !important; }
  .plp-callout-info-title:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #63605a; }

.plp-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.plp-callout-info-text {
  background-color: #ebebeb;
  padding: 15px 25px 15px 15px;
  width: 450px;
  color: #63605a;
  position: relative; }

.info-callout-icon {
  color: #9c9d9b !important;
  font-size: 24px; }

.info-text-close-but {
  color: #63605a !important;
  border: none;
  background-color: #ebebeb;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  top: 5px;
  right: 7px;
  padding: 0px;
  outline: none !important; }

.listbuttons {
  padding: 50px;
  background-color: #ebebeb;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px; }
  @media (max-width: 768.98px) {
    .listbuttons {
      padding: 20px 10px; } }
  .listbuttons .header {
    margin-bottom: 20px;
    color: black;
    font-size: 1.3em; }
  .listbuttons .catButton {
    border-radius: 5px;
    background-color: #ebebeb;
    border: 2px solid #474747;
    padding: 8px;
    margin: 0 5px; }
    @media (max-width: 768.98px) {
      .listbuttons .catButton {
        margin-bottom: 5px; } }
    .listbuttons .catButton:hover {
      background-color: #474747;
      color: white; }
  .listbuttons .cat-button-container {
    margin-left: 20px; }

.listbuttons.desktop {
  margin-top: 5px; }

.bottom-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px; }

/*# sourceMappingURL=search.css.map*/