/* Autocomplete Styles */

#algolia-search-button.disabled {
  opacity: 0.5;
  pointer-events: none;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

#AlgoliaSearchInput::-ms-clear {
  display: none;
}

.algolia-search-container {
  background-color: #fff;
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d0d0d0;
  left: -1px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.algolia-search-container.closed {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.algolia-ac-col.keywords.no-qs,
.algolia-ac-col.results.no-products {
  display: none;
}

.algolia-ac-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  padding: 20px;
  background-color: #fff;
}

.algolia-ac-col.keywords {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px 0;
}

.algolia-ac-col.keywords:not(.no-qs) + .algolia-ac-col.results {
  border-left: 1px solid #d0d0d0;
}

.algolia-ac-col.results {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.algolia-ac-product-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.algolia-ac-product-container + .algolia-ac-product-container {
  border-top: 1px solid #f1f1f1;
  padding-top: 15px;
}

.algolia-ac-product-container {
  padding-bottom: 15px;
}

.algolia-ac-product-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.algolia-ac-product-info-container {
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
}

.algolia-ac-product-container img {
  width: 70px;
  display: inline-block;
  vertical-align: top;
  height: auto;
}

.algolia-ac-product-price {
  text-align: right;
}

.algolia-ac-price-diff-save {
  font-weight: bold;
}

.algolia-ac-current-price {
  text-align: right;
  font-size: 14px !important;
  font-family: Arial, sans-serif;
  color: #333333;
  font-weight: bold;
}

.algolia-ac-price-diff {
  font-size: 12px !important;
  padding-top: 10px;
  color: #333333;
}

.algolia-ac-link {
  margin: 10px auto 0 auto;
  width: 204px;
  text-align: center;
}

.algolia-ac-link {
  display: inline-block;
  position: relative;
  background-color: #cae0f5 !important;
  color: #004990;
  border-radius: 3px;
  border-spacing: 0;
  vertical-align: middle;
  padding: 9px 25px;
  color: #004990 !important;
  font-family: 'F37 Ginger Bold', Tahoma, Arial, sans-serif;
  font-size: 14px !important;
}

.algolia-ac-link:hover {
  background-color: #b5cde7 !important;
}

.algolia-ac-link:focus {
  border-color: #cae0f5 !important;
}

/* Review Ratings */
div.product_rating span,
.bundle_item_container div.product_rating span,
.bundle_prod_info_container div.product_rating span {
  color: #ffcc00;
  text-align: left;
  position: relative;
}
div.product_rating span:before,
.bundle_item_container div.product_rating span:before,
.bundle_prod_info_container div.product_rating span:before {
  position: absolute;
  left: 0;
  content: '';
  color: #333333;
  letter-spacing: 2px;
  font-family: 'ElegantIcons';
  font-size: 0.87em;
  z-index: 9;
  vertical-align: top;
}
div.product_rating span:after,
.bundle_item_container div.product_rating span:after,
.bundle_prod_info_container div.product_rating span:after {
  color: #d0d0d0;
  letter-spacing: 2px;
  font-family: 'ElegantIcons';
  font-size: 0.87em;
  content: '\e033 \e033 \e033 \e033 \e033';
  vertical-align: top;
}
div.product_rating span.noRating:before,
.bundle_item_container div.product_rating span.noRating:before {
  content: '';
}
div.product_rating span.rating1:before,
.bundle_item_container div.product_rating span.rating1:before {
  content: '\e033';
}
div.product_rating span.rating1_5:before,
.bundle_item_container div.product_rating span.rating1_5:before {
  content: '\e033 \e034';
}
div.product_rating span.rating2:before,
.bundle_item_container div.product_rating span.rating2:before {
  content: '\e033 \e033';
}
div.product_rating span.rating2_5:before,
.bundle_item_container div.product_rating span.rating2_5:before {
  content: '\e033 \e033 \e034';
}
div.product_rating span.rating3:before,
.bundle_item_container div.product_rating span.rating3:before {
  content: '\e033 \e033 \e033';
}
div.product_rating span.rating3_5:before,
.bundle_item_container div.product_rating span.rating3_5:before {
  content: '\e033 \e033 \e033 \e034';
}
div.product_rating span.rating4:before,
.bundle_item_container div.product_rating span.rating4:before {
  content: '\e033 \e033 \e033 \e033';
}
div.product_rating span.rating4_5:before,
.bundle_item_container div.product_rating span.rating4_5:before {
  content: '\e033 \e033 \e033 \e033 \e034';
}
div.product_rating span.rating5:before,
.bundle_item_container div.product_rating span.rating5:before,
.bundle_prod_info_container div.product_rating span.rating5:before {
  content: '\e033 \e033 \e033 \e033 \e033';
}

.algolia-ac-keywords {
  padding-left: 0 !important;
  list-style-type: none;
  -webkit-padding-start: 10px;
  padding-inline-start: 10px;
}

.algolia-ac-keywords a {
  text-transform: lowercase;
  color: #333333 !important;
  font-size: 14px !important;
  -webkit-transition: 0.14s ease-in;
  -o-transition: 0.14s ease-in;
  transition: 0.14s ease-in;
  cursor: pointer;
  font-weight: bold;
  font-family: Arial;
  padding: 8px 20px;
  display: block;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.algolia-ac-keywords a:hover {
  background-color: #d5e6f7;
  text-decoration: underline;
}

.algolia-ac-keywords a em {
  font-style: normal;
  font-weight: normal;
  pointer-events: none;
}

.algolia-ac-keywords a:hover {
  color: #ff0000;
}

.algolia-ac-qs-link-cat {
  display: table;
  font-weight: normal !important;
  margin-left: 15px;
  margin-top: 9px;
  color: #959595 !important;
}

.algolia-ac-qs-link-cat:nth-child(3) ~ .algolia-ac-qs-link-cat {
  display: none;
}

.algolia-ac-qschanel-link-cat {
  display: table;

  font-weight: normal !important;
  margin-left: 0px;
  margin-top: 16px;
  color: #959595 !important;
}

.algolia-ac-qs-link-cat:hover {
  text-decoration: underline;
}

.algolia-ac-title {
  font-family: 'F37 Ginger Bold', Tahoma, Arial, sans-serif;
  font-size: 16px !important;
  padding-bottom: 20px;
  color: #333333;
  font-weight: bold;
}

#algolia-ac-title-keywords {
  padding-left: 20px;
  padding-bottom: 12px;
  padding-right: 20px;
}

.algolia-ac-product-main {
  display: inline-block;
  width: calc(100% - 120px);
  vertical-align: top;
  padding-left: 10px;
  max-width: 360px;
}

.algolia-ac-product-title {
  font-family: Arial, sans-serif;
  padding-bottom: 8px;
  padding-top: 2px;
  font-weight: bold;
  color: #333333 !important;
  font-size: 14px !important;
  line-height: 1.25;
}

.algolia-ac-product-title + .algolia-ac-product-promo {
  padding-top: 0;
}

.algolia-ac-product-info .product_rating {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #333333;
}

.algolia-ac-product-info .product_rating span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}

.algolia-ac-product-promo {
  color: #cc0033;
  padding-top: 10px;
  display: inline-block;
  font-size: 12px;
  -webkit-text-stroke: 0.01rem;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 360px;
}

/* Search bar size overrides */
@media (min-width: 601px) {
  #header #estore_header_bottom_row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

#header #estore_header_bottom_row #topLevelMenu {
  position: relative;
  padding-top: 0;
}

@media (min-width: 601px) {
  #header #estore_header_bottom_row #topLevelMenu {
    left: 0 !important;
  }

  body.left-nav-open {
    overflow-y: auto;
  }
}

#header #estore_header_bottom_row #searchBar {
  position: static;
  right: 0;
  width: 100%;
  padding: 15px 0 0 0;
}

#searchBox {
  float: none;
  right: 0 !important;
}

#searchTermWrapper {
  position: relative;
  right: 0;
}

#header #search_container {
  margin-left: 174px;
  z-index: 10;
}

#searchBar #searchBarInput {
  width: 90% !important;
}

#topLevelMenu .topLevelMenuListItem:first-child .departmentButton {
  padding-left: 0;
}

.topLevelMenu {
  left: 0;
  top: 70px;
}

#header {
  height: 114px;
}

#globalNavigationContainer {
  top: 128px;
}
/* Review Ratings */
div.product_rating span,
.bundle_item_container div.product_rating span,
.bundle_prod_info_container div.product_rating span {
  color: #ffcc00;
  text-align: left;
  position: relative;
}
div.product_rating span:before,
.bundle_item_container div.product_rating span:before,
.bundle_prod_info_container div.product_rating span:before {
  position: absolute;
  left: 0;
  content: '';
  color: #333333;
  letter-spacing: 2px;
  font-family: 'ElegantIcons';
  font-size: 0.87em;
  z-index: 9;
  vertical-align: top;
}
div.product_rating span:after,
.bundle_item_container div.product_rating span:after,
.bundle_prod_info_container div.product_rating span:after {
  color: #d0d0d0;
  letter-spacing: 2px;
  font-family: 'ElegantIcons';
  font-size: 0.87em;
  content: '\e033 \e033 \e033 \e033 \e033';
  vertical-align: top;
}
div.product_rating span.noRating:before,
.bundle_item_container div.product_rating span.noRating:before {
  content: '';
}
div.product_rating span.rating1:before,
.bundle_item_container div.product_rating span.rating1:before {
  content: '\e033';
}
div.product_rating span.rating1_5:before,
.bundle_item_container div.product_rating span.rating1_5:before {
  content: '\e033 \e034';
}
div.product_rating span.rating2:before,
.bundle_item_container div.product_rating span.rating2:before {
  content: '\e033 \e033';
}
div.product_rating span.rating2_5:before,
.bundle_item_container div.product_rating span.rating2_5:before {
  content: '\e033 \e033 \e034';
}
div.product_rating span.rating3:before,
.bundle_item_container div.product_rating span.rating3:before {
  content: '\e033 \e033 \e033';
}
div.product_rating span.rating3_5:before,
.bundle_item_container div.product_rating span.rating3_5:before {
  content: '\e033 \e033 \e033 \e034';
}
div.product_rating span.rating4:before,
.bundle_item_container div.product_rating span.rating4:before {
  content: '\e033 \e033 \e033 \e033';
}
div.product_rating span.rating4_5:before,
.bundle_item_container div.product_rating span.rating4_5:before {
  content: '\e033 \e033 \e033 \e033 \e034';
}
div.product_rating span.rating5:before,
.bundle_item_container div.product_rating span.rating5:before,
.bundle_prod_info_container div.product_rating span.rating5:before {
  content: '\e033 \e033 \e033 \e033 \e033';
}

/* Wrapper Styles */

.algolia-search {
  padding-bottom: 25px !important;
  position: relative;
  z-index: 9;
  opacity: 0;
}

.algolia-search.loaded {
  opacity: 1;
}

.product_listings-stats {
  font-size: 16px;
}

#chanelCTA img {
  max-width: 200px;
}

.algolia-search .grid {
  min-height: 0;
}

div#widget_breadcrumb {
  margin-bottom: 18px !important;
  margin-top: 0 !important;
}

#advanced_search_advert_banner {
  margin-bottom: 25px;
}

/* Search Results Styles */

/* Hits */

.algolia-search .primary_redesign .mobile,
.algolia-search .button_text_redesign:after {
  display: none;
}

.algolia-search .plp_gridView_redesign > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.algolia-search .plp_gridView_redesign > ul > li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: calc(25% - 10px);
  flex-basis: calc(25% - 10px);
  max-width: calc(25% - 10px);
  padding: 15px;
  text-align: center;
}

.algolia-search .plpOverlay-newDesign {
  text-align: left;
  max-height: 60vh;
  overflow-y: auto;
}

.algolia-search .no-rating {
  opacity: 0;
  pointer-events: none;
}

.algolia-search span.save,
.algolia-search span.was {
  font-size: 15px !important;
  color: #333333;
}

.algolia-search .product_listing-progress-bar {
  text-align: center;
  margin: 60px auto 25px auto;
  font-family: 'F37 Ginger Bold', Tahoma, Arial, sans-serif;
  font-size: 1.08rem;
}

.algolia-search .product_listing-progress-bar-indicator {
  margin: 12px auto 0 auto;
  width: 225px;
  background: #d0d0d0;
  height: 3px;
  display: block;
  border-radius: 3px;
}

.algolia-search .results-btn-viewmore {
  margin: 0 auto;
  border-radius: 4px;
  cursor: pointer;
  font-family: 'VAG Rounded W01 Bold', Tahoma, Arial, sans-serif;
  font-size: 1.0625rem;
  padding: 10px;
  text-align: center;
  border: 2px solid #cae0f5;
  color: #004990;
  background-color: #fff;
  width: 300px;
  display: block;
}

.algolia-search .results-btn-viewmore:hover {
  background-color: #f4f9fd;
}

.algolia-search .results-btn-viewmore:focus {
  border-color: #b5cde7;
  outline: 0;
}

.algolia-search .results-btn-viewmore:disabled {
  display: none;
}

.algolia-search .product_view_color .icon-color {
  vertical-align: middle;
  position: static;
  -webkit-transform: translateY(-3px) translateX(-5px);
  -ms-transform: translateY(-3px) translateX(-5px);
  transform: translateY(-3px) translateX(-5px);
}

.algolia-search .estore_product_container {
  height: auto !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.algolia-search
  .product_listing_container
  .plp_gridView_redesign
  ul.grid_mode
  li.estore_product_container
  .plp-promotion-redesign-container {
  min-height: auto !important;
  margin: 5px 0 7px;
}

.algolia-search .dijitContentPane {
  overflow-y: auto;
}

.algolia-search .product_listing_container .grid_mode .product_add,
.algolia-search
  .product_listing_container
  .grid_mode
  .product_add
  .button.primary {
  position: static !important;
}

.algolia-search
  .product_listing_container
  .grid_mode
  .product_add
  .button.primary,
.algolia-search
  .product_listing_container
  .plp_gridView_redesign
  ul.grid_mode
  li.estore_product_container
  .product_add {
  width: 100% !important;
}

.algolia-search .product_listing_container .grid_mode .product_add {
  padding-right: 0 !important;
  margin-top: 10px;
}

.algolia-search .product_info-container {
  margin-top: auto;
}

.algolia-search
  .product_listing_container
  .plp_gridView_redesign
  ul.grid_mode
  li.estore_product_container
  .product_info {
  min-height: 83px;
  height: auto;
}

.algolia-search .grid_mode .product_name > a {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.algolia-search .grid_mode .product_name {
  height: auto !important;
  min-height: 40px;
}

.algolia-search .grid_mode .product_name:before,
.algolia-search .grid_mode .product_name:after {
  display: none;
}

/* custom select styles */

.algolia-search select,
.algolia-search option {
  -webkit-appearance: none; /* WebKit/Chromium */
  -moz-appearance: none; /* Gecko */
}

/* Internet Explorer 10–11 and Edge */
.algolia-search select::-ms-expand {
  display: none;
}

.algolia-search .product_listing_container__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  padding: 10px 0;
  font-size: 14px;
}

.algolia-search .product_listings-sort-by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.algolia-search .select-wrapper {
  position: relative;
}
.algolia-search .product_listings-sort-by label {
  font-weight: bold;
  margin-right: 3px;
  font-size: 0.9rem;
}
.algolia-search select {
  padding: 12px 34px 12px 12px;
  border-radius: 5px;
  color: #545454;
  font-size: 14px;
  cursor: pointer;
  min-width: 130px;
  background-color: #fff;
  border: 1px solid rgb(232, 232, 232);
  border-radius: 3px;
}

.algolia-search .select-wrapper::after {
  content: '';
  display: inline-block;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: calc(50% - 8px);
}

.product_lists-filters-btn {
  display: none;
}

.algolia-search .plp-promotion-redesign a:not(.close-btn):hover {
  text-decoration: underline !important;
}

.algolia-search .plp-promotion-redesign .close-btn {
  border-radius: 50px;
  font-size: 1.5em;
  text-align: center;
  border: 0;
  padding: 0;
}

.algolia-search .plp-promotion-redesign .redesign-promotionLink > div {
  padding: 10px 0 25px 0;
}

.algolia-search .plp-promotion-redesign .redesign-promotionLink > div > a {
  border: 0;
  display: inline;
  padding: 0;
  font-size: 15px !important;
}

.algolia-search
  .plp-promotion-redesign
  .redesign-promotionLink
  > div
  > a:hover {
  font-size: 15px !important;
}

.algolia-search .plpOverlay-newDesign li:last-child {
  padding-bottom: 25px !important;
}

.algolia-search .plpOverlay-newDesign .redesign-promotionLink {
  border: 0;
}

.algolia-search .promotional-text-container {
  display: none;
}

.algolia-search .promotional-text-container.open,
.algolia-search .promotional-text-container.open #overlay {
  display: block;
}

/* Facets */

.ais-Panel--noRefinement {
  display: none;
}

.algolia-search .ais-Panel-body.facetSelectContainer,
.ais-Panel-header {
  border-top: 1px solid #d0d0d0;
}

#productsFacets fieldset:first-child .ais-Panel-header {
  border-top: 0;
}

.ais-Panel-header {
  position: relative;
}

.ais-Panel-header .title:first-letter {
  text-transform: capitalize;
}

.ais-Panel-collapseButton {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.ais-Panel--collapsed .arrow:before {
  content: '5' !important;
}

.ais-Panel--collapsed .ais-Panel-body {
  display: none;
}

.algolia-search
  #estore_facet_navigation_widget
  .facetContainer
  .facetSelectContainer {
  padding: 20px 0;
}

.algolia-search .arrow {
  pointer-events: none;
}

.algolia-search .facetSelectContainer.closed {
  display: none;
}

.algolia-search .ais-RefinementList-list {
  padding-left: 0;
  list-style: none;
}

.algolia-search .ais-RefinementList-count:before,
.algolia-search .ais-HierarchicalMenu-count:before {
  content: '(';
}

.algolia-search .ais-RefinementList-count:after,
.algolia-search .ais-HierarchicalMenu-count:after {
  content: ')';
}

.algolia-search .ais-RefinementList-item.ais-RefinementList-item--selected {
  font-weight: bold;
}

.algolia-search .ais-RefinementList-label {
  cursor: pointer;
}

.algolia-search
  #estore_facet_navigation_widget
  .facetContainer
  .facetSelect
  li {
  padding: 0;
  margin: 0;
  display: block;
  margin-left: 27px;
}

.algolia-search
  #estore_facet_navigation_widget
  .facetContainer
  .facetSelect
  li
  + li {
  margin-top: 20px;
}

.ais-RefinementList-labelText {
  text-transform: capitalize;
}

.algolia-search .ais-RefinementList-label input[type='checkbox'] {
  display: none;
}

.algolia-search .ais-RefinementList-label input[type='checkbox'] + span,
.algolia-search .ais-RefinementList-label input[type='checkbox'] + label {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
}

.algolia-search .ais-RefinementList-label input[type='checkbox'] + span:before,
.algolia-search
  .ais-RefinementList-label
  input[type='checkbox']
  + label:before {
  content: '';
  background-color: #fff;
  width: 15px;
  height: 15px;
  border: 1px solid #d0d0d0;
  display: block;
  position: absolute;
  left: -27px;
  top: -1px;
  -webkit-transition: 0.14s ease-in-out;
  -o-transition: 0.14s ease-in-out;
  transition: 0.14s ease-in-out;
}

.algolia-search .ais-RefinementList-label input[type='checkbox'] + span:after,
.algolia-search .ais-RefinementList-label input[type='checkbox'] + label:after {
  font-family: 'ElegantIcons';
  content: '\4e';
  font-size: 1.2em;
  font-weight: 900;
  color: #004990;
  position: absolute;
  top: 8px;
  line-height: 0;
  left: -26px;
  opacity: 0;
}

.algolia-search
  .ais-RefinementList-label
  input[type='checkbox']:checked
  + span:after,
.algolia-search
  .ais-RefinementList-label
  input[type='checkbox']:checked
  + label:after {
  opacity: 1;
  -webkit-transition-delay: 0.03s;
  -o-transition-delay: 0.03s;
  transition-delay: 0.03s;
  -webkit-transition: 0.05s ease-in-out;
  -o-transition: 0.05s ease-in-out;
  transition: 0.05s ease-in-out;
}

.ais-SearchBox-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.3rem 0.3em 0.3em 1.8em;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  font-size: 0.9rem;
  margin: 0 0 20px 0;
  background-image: url('/wcsstore/eBootsStorefrontAssetStore//images/boots/estore_search.png');
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: 6px 6px;
  box-sizing: border-box;
}
.ais-SearchBox-input::-webkit-input-placeholder {
  color: #a7a7a7;
}
.ais-SearchBox-input::-moz-placeholder {
  color: #a7a7a7;
}
.ais-SearchBox-input:-ms-input-placeholder {
  color: #a7a7a7;
}
.ais-SearchBox-input:-moz-placeholder {
  color: #a7a7a7;
}

.ais-SearchBox-submit,
.ais-SearchBox-reset {
  display: none;
}

.algolia-search mark {
  background-color: transparent;
}

.ais-RefinementList-showMore {
  font-family: 'F37 Ginger Bold', Tahoma, Arial, sans-serif;
  color: #004990;
  font-size: 15px;
  background-color: transparent;
  padding: 6px 0 3px 0;
  border: 0;
  text-transform: lowercase;
  cursor: pointer;
  margin-top: 10px;
}

.ais-RefinementList-showMore--disabled {
  display: none;
}

/* Colour */

.algolia-search .productColourFacet .tooltip span {
  background-color: #fff;
  border: 1px solid #cae0f5;
  padding: 12px 14px;
  text-align: center;
  white-space: nowrap;
  font-size: 0.875em;
  margin: 0 auto 0 auto;
  color: #000;
  border-radius: 2px;
  -webkit-box-shadow: -10px 0px 0px #fff;
  box-shadow: -10px 0px 0px #fff;
}
.algolia-search .outline .swatch_block {
  height: 36px;
  width: 36px;
  border: 2px solid #fff;
  border-radius: 40px;
}

.algolia-search .outline .swatch_block.White {
  border: 1px solid #d0d0d0;
}

.algolia-search .outline .productColourFacet {
  border-radius: 20px;
  height: 40px;
  width: 40px;
  border: 1px solid #fff;
}

.algolia-search .outline .productColourFacet.facetSelectedHighlight {
  border: 1px solid #ccc;
}

.algolia-search .productColourFacet label .tooltip {
  z-index: 1000;
  display: none;
  position: relative;
  text-align: center;
  white-space: nowrap;
  top: -29px;
  left: 54px;
  text-transform: capitalize;
  font-weight: normal !important;
}
.algolia-search .productColourFacet label .tooltip:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 12px 10px 12px 0;
  border-color: transparent #cae0f5;
  display: block;
  width: 0;
  z-index: 0;
  left: -9px;
  top: -3px;
}
.algolia-search .productColourFacet label .tooltip:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 12px 10px 12px 0;
  border-color: transparent #ffffff;
  display: block;
  width: 0;
  z-index: 1;
  left: -8px;
  top: -3px;
}
.algolia-search .productColourFacet:hover label .tooltip {
  display: block;
}

.algolia-search #colourContainer .ais-RefinementList-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.algolia-search #colourContainer .ais-RefinementList-item {
  padding: 0 8px 7px 0 !important;
  margin-left: 0 !important;
}

.algolia-search #colourContainer li + li {
  margin-top: 0 !important;
}

.algolia-search #colourContainer .facetSelectContainer {
  padding-bottom: 13px !important;
}

/* Price Range */

.ais-RangeSlider {
  color: #014890;
  width: calc(100% - 30px);
  margin-left: 13px;
  font-size: 0.9rem;
}

.ais-RangeSlider .rheostat {
  overflow: visible;
  margin-top: 28px;
  margin-bottom: 15px;
}

.ais-RangeSlider .rheostat-background {
  height: 6px;
  top: 0px;
  width: 100%;
}

.ais-RangeSlider .rheostat-handle {
  margin-left: -12px;
  top: -7px;
}

.ais-RangeSlider .rheostat-background {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
}

.ais-RangeSlider .rheostat-progress {
  position: absolute;
  top: 2px;
  height: 4px;
  background-color: #014890;
}

.rheostat-handle {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #014890;
  border-radius: 50%;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.rheostat-handle:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.rheostat-marker {
  margin-left: -1px;
  position: absolute;
  width: 1px;
  height: 5px;
  background-color: #e2e2e2;
}

.rheostat-marker--large {
  height: 9px;
}

.rheostat-value {
  margin-left: 50%;
  padding-top: 15px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.rheostat-tooltip {
  margin-left: 50%;
  position: absolute;
  top: -22px;
  text-align: center;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.algolia-search .rheostat-value {
  display: none;
}

.algolia-search .rheostat-marker:nth-child(2) .rheostat-value,
.algolia-search .rheostat-marker:last-child .rheostat-value {
  display: none;
}

/* Rating */

.ais-RatingMenu-list {
  padding: 0;
  list-style: none;
}

.algolia-search .facetSelectContainer.estore_product_container {
  height: auto;
  border: 0;
  padding: 0;
  margin: 0;
}

.ais-RatingMenu-link .product_rating:not(:first-child) {
  display: none;
}

.ais-RatingMenu-item--selected {
  font-weight: bold;
}

.ais-RatingMenu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #565656;
}

.ais-RatingMenu-count,
.ais-HierarchicalMenu-count {
  padding-left: 3px;
}

.ais-RatingMenu-label,
.ais-RatingMenu-count {
  font-size: 0.875em;
}

.ais-RatingMenu-item + .ais-RatingMenu-item {
  padding-top: 10px;
}

.ais-RatingMenu-label {
  padding-left: 2px;
}

/* Hierarchical Menu */

.ais-HierarchicalMenu-list {
  list-style: none;
  padding: 0;
}

.ais-HierarchicalMenu-item {
  font-size: 0.875rem;
  color: #565656;
  text-transform: capitalize;
}

.ais-HierarchicalMenu-item + .ais-HierarchicalMenu-item {
  margin-top: 10px;
}

.ais-HierarchicalMenu-item--selected > div:first-child {
  font-weight: bold;
}

.ais-HierarchicalMenu-list--child {
  margin: 10px 0 0 15px;
}

/* Clear Refinements */

.ais-ClearRefinements {
  text-align: right;
  position: relative;
}

.ais-ClearRefinements-button {
  border: 0;
  padding: 0;
  margin: 0 0 10px 0;
  background-color: transparent;
  color: #333;
  text-decoration: underline;
  font-size: 0.7em;
  cursor: pointer;
}
.ais-ClearRefinements-button:after {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #d0d0d0;
  position: absolute;
  left: 0;
  display: block;
  bottom: 0;
}

.ais-ClearRefinements-button--disabled {
  display: none;
}

/* Current Refinements */

.ais-CurrentRefinements-list {
  list-style: none;
  padding: 0;
}

.ais-CurrentRefinements-label {
  display: none;
}

.ais-RatingMenu-item--disabled {
  display: none;
}

.ais-CurrentRefinements-categoryLabel {
  text-transform: capitalize;
}

.ais-CurrentRefinements-category {
  background: #e5eff9;
  color: #333;
  font-size: 0.8rem;
  margin: 0 10px 10px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 5px 5px 8px;
}

.ais-CurrentRefinements-delete {
  color: #999;
  background-color: transparent;
  border: 0;
  font-size: 0;
  padding: 0;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 2px;
}

.ais-CurrentRefinements-delete:before {
  font-family: 'ElegantIcons';
  content: 'M';
  font-size: 1rem;
  vertical-align: middle;
}

#currentRefinements .ais-Panel-header {
  border-top: 0;
  font-family: F37 Ginger Bold, Tahoma, Arial, sans-serif;
  font-size: 1.0625em;
  padding: 15px 0;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 10px;
}

#algoliaMobileFiltersBtnClose {
  display: none;
}

.no-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -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;
}

.no-result .img {
  max-width: 100%;
  width: 150px;
}

.algolia-no-results-title {
  font-size: 1.5em !important;
  margin-top: 7px;
  font-family: 'F37 Ginger Bold', Tahoma, Arial, sans-serif;
  line-height: 24px;
  color: #333;
  margin-bottom: 20px;
}

.no-result .categories {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}

.no-result .widget_search_results {
  width: 100%;
  padding-left: 0;
}
.no-result .widget_search_results .results_none_block {
  left: auto;
}
.no-result .looking-search.plp_gridView_redesign ul {
  padding: 0;
}
.no-result
  .widget_search_results
  .results_none_block
  .results_none_description {
  text-align: center;
}
.no-result
  .widget_search_results
  .results_none_block
  .results_none_block_lists
  .advice_holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.no-result
  .widget_search_results
  .results_none_block
  .results_none_block_lists
  .advice_holder
  ul {
  flex-direction: column;
}
.no-result
  .widget_search_results
  .results_none_block
  .results_none_block_lists
  .advice_holder
  ul
  li {
  display: list-item;
  font-size: 16px;
  line-height: 2;
}

.no-result .category-title {
  text-align: center;
  padding: 12px 0 15px 0;
}

.plp_gridView_redesign .no-result .categories ul {
  padding-left: 0;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.plp_gridView_redesign .no-result ul .category .estore_product_container {
  padding: 0;
}
.algolia-search .product_listing_container
  .plp_gridView_redesign
  .grid_mode
  .category:last-child {
  margin-right: 0;
}
.plp_gridView_redesign
  .no-result
  ul
  .category
  .estore_product_container
  .product_image {
  padding: 0 !important;
  height: auto;
}
.plp_gridView_redesign
  .no-result
  ul
  .category
  .estore_product_container
  .product_image
  img {
  height: auto;
}
.plp_gridView_redesign
  .no-result
  ul
  .category
  .estore_product_container
  .category-title
  a {
  border-bottom: 1px solid currentColor;
}
.no-result ul li {
  display: inline-block;
}

.algolia-search .looking-search.plp_gridView_redesign > ul {
  justify-content: center;
}

/* Responsive styling for no results page */
@media (max-width: 1080px) {
  .no-result .categories ul {
    width: 70%;
  }
}

@media (max-width: 768px) {
  .no-result
    .widget_search_results
    .results_none_block
    .results_none_description {
    font-size: 1.5em !important;
  }
  .no-result .categories ul {
    width: 100%;
  }
  .plp_gridView_redesign
    .no-result
    ul
    li.estore_product_container
    .category-title
    a {
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  #header.open {
    position: fixed;
    width: 100%;
  }

  .algolia-ac-product-container {
    flex-direction: column;
  }

  .algolia-ac-product-info-container {
    display: block;
  }

  .algolia-ac-product-container img {
    float: left;
  }

  .algolia-ac-product-price {
    text-align: left;
    margin-left: 80px;
    margin-top: 8px;
  }

  .algolia-ac-current-price {
    text-align: left;
  }

  .algolia-ac-product-promo {
    max-width: 250px;
  }

  .algolia-search .plp-promotion-redesign .redesign-promotionLink > div > a {
    font-size: 12px !important;
  }

  .no-result .categories ul {
    width: 70%;
  }
  .no-result
    .widget_search_results
    .results_none_block
    .results_none_block_lists
    .advice_holder
    ul
    li {
    width: 100% !important;
  }
  .algolia-search .product_listing_container
    .plp_gridView_redesign
    ul.grid_mode
    .estore_product_container
    .product_image {
    margin: 0;
  }
  .algolia-search .plp_gridView_redesign
    .no-result
    ul
    li.estore_product_container
    .category-title {
    width: 90%;
    margin: 0 auto;
  }
  .no-result .looking-search.plp_gridView_redesign ul {
    margin-right: 0;
  }
}
@media (max-width: 410px) {
  .estore_product_container .product_image img {
    max-height: 125px;
  }
}

.plp-promotion-redesign a:hover {
  text-decoration-line: none !important;
}

.looking-search {
  margin-top: 30px;
}
.looking-search h3 {
  text-align: center;
}

.looking-search .grid_mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* Responsive Styling */

@media (max-width: 1395px) and (min-width: 1281px) {
  #header #estore_header_bottom_row #global_navigation,
  #header #estore_header_bottom_row #search_container {
    -ms-flex-order: 0 !important;
    order: unset !important;
  }
}

@media (max-width: 1395px) and (min-width: 601px) {
  #header #global_navigation {
    -webkit-box-ordinal-group: unset !important;
    -ms-flex-order: 0 !important;
    order: unset !important;
    margin-top: 0 !important;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  #header #search_container {
    -webkit-box-ordinal-group: unset !important;
    -ms-flex-order: unset !important;
    order: unset !important;
    width: auto !important;
    margin-left: 112px;
  }

  #header #estore_header_bottom_row {
    top: 0 !important;
  }

  #header #estore_header_bottom_row #searchBar {
    margin-top: 0;
    top: 0;
    margin-left: 0;
    padding-top: 0;
  }
}

@media (min-width: 1024px) and (max-width: 1287px) {
  .algolia-search .plp_gridView_redesign > ul > li {
    -ms-flex-preferred-size: calc(33.33333% - 10px);
    flex-basis: calc(33.33333% - 10px);
    max-width: calc(33.33333% - 10px);
  }
}

@media (max-width: 1023px) {
  .algolia-search .plp_gridView_redesign > ul > li {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}

.product-title-mobile {
  display: none;
}

@media (max-width: 1280px) {
  .product-title-desktop {
    display: none;
  }

  .product-title-mobile {
    display: inline;
  }
}

@media (min-width: 601px) and (max-width: 1280px) {
  .algolia-search
    .product_listing_container
    .grid_mode
    .product_add
    .button_text.desktop {
    display: inline !important;
  }

  #globalNavigationContainer {
    top: 134px;
  }

  .algolia-search
    .product_listing_container
    .plp_gridView_redesign
    ul.grid_mode
    li.estore_product_container
    .product_info {
    min-height: 75px;
  }

  #header #global_navigation {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  #header #search_container {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@media (max-width: 600px) {
  #estore_lister_template_container #leftHandNav.open #bgToggle {
    content: '';
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    position: fixed;
    width: 20%;
    left: 0;
    top: 51px;
  }

  .algolia-search .product_listing_container
    .plp_gridView_redesign
    .grid_mode
    .product_add
    .button.primary {
    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
    top: 0px;
  }

  .algolia-search .product_view_color .icon-color,
  .algolia-search .product_view_color .desktop {
    display: flex;
  }

  .algolia-search .product_listing_container .plp_gridView_redesign ul.grid_mode li {
    display: block;
  }

  .algolia-search
    .product_listing_container
    .grid_mode
    .product_add
    .button_text.desktop {
    display: block;
  }

  .algolia-ac-col.results {
    display: block;
  }

  .algolia-search-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    z-index: 10000;
  }

  .algolia-ac-col.keywords:not(.no-qs)
    + .algolia-ac-col.results:not(.no-products) {
    border-top: 1px solid #f1f1f1;
  }

  .algolia-ac-link {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px !important;
    padding: 13px 25px;
  }

  .algolia-search .product_listing_container__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
  }

  .product_listings-stats {
    margin-bottom: 20px;
  }

  .product_listings-filters-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .product_listings-filters-container > * {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }

  .product_lists-filters-btn {
    padding: 0;
    margin: 0 0 0 12px;
    background: #f7f7f7;
    border: 1px solid lightgrey;
    border-radius: 3px;
    display: block;
    font-size: 12px;
  }

  .algolia-search .select-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .product_listings-sort-by__select {
    width: 100%;
  }

  #estore_lister_template_container #leftHandNav.open {
    right: 0;
    left: auto;
    padding-right: 0;
    width: 100%;
    background-color: transparent;
    position: fixed;
  }

  #estore_facet_navigation_widget .facetContainer .facetWidget h3,
  .ais-Panel-header {
    padding: 0 15px;
  }

  .algolia-search
    #estore_facet_navigation_widget
    .facetContainer
    .facetSelectContainer {
    padding: 20px 15px;
  }

  .algolia-search #estore_facet_navigation_widget {
    overflow: hidden;
    z-index: 10;
    position: absolute;
    width: 80%;
    right: 0;
    left: auto;
    top: 51px;
    height: calc(100% - 51px);
    display: flex;
    flex-direction: column;
  }

  #productsFacets fieldset:first-child .ais-Panel-header {
    border-top: 1px solid #d0d0d0;
    margin-top: 10px;
  }

  #algoliaMobileFiltersBtnClose {
    display: block;
    background-color: #004990;
    font-family: 'F37 Ginger Bold', Tahoma, Arial, sans-serif;
    line-height: 36px;
    min-height: 36px;
    text-align: center;
    color: #ffffff;
    font-size: 1.25em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    outline: none;
    border: 15px solid #fff;
    outline: none;
    width: 100%;
    z-index: 100;
    height: 69px;
    flex: none;
  }

  .algolia-ac-col.keywords:not(.no-qs) + .algolia-ac-col.results {
    border-left: 0;
  }

  .algolia-search select {
    font-size: 14px !important;
  }

  #currentRefinements .ais-Panel-header span,
  #currentRefinements .ais-Panel-body,
  .ais-ClearRefinements-button {
    padding: 0 15px;
  }

  .ais-ClearRefinements-button:after {
    display: none;
  }

  .ais-ClearRefinements-button {
    margin: 0;
  }

  .algolia-search .ais-Panel-body.facetSelectContainer {
    border-top: 0 !important;
    padding-top: 0 !important;
  }

  .algolia-search .ais-Panel-body.facetSelectContainer > div {
    border-top: 1px solid #d0d0d0;
    padding-top: 20px;
  }

  /* STAGING ONLY CSS */

  #header #estore_header_bottom_row.active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    z-index: 2000;
  }

  #header.active-a {
    z-index: 2000;
  }

  #header #estore_header_bottom_row #search_container {
    margin-top: 0;
    padding-bottom: 0;
    border-top: 0;
  }

  #header #estore_header_bottom_row #searchBar {
    border: 0;
    background-color: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    padding-top: 0;
  }

  #searchBar #searchBarInput {
    border-bottom: 2px solid #d5e6f7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
  }

  #searchBox {
    border: none;
    height: auto;
    right: 0 !important;
    padding-right: 54px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #searchTermWrapper {
    width: auto;
    height: 46px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    border-right: none;
    padding-right: 24px;
  }
}

/* DEMO ONLY */

#searchBox .submitButton {
  background-image: url('/wcsstore/eBootsStorefrontAssetStore/images/boots/estore_spritesheet.png');
}

#header #widget_minishopcart:before {
  background-image: url('/wcsstore/eBootsStorefrontAssetStore/images/boots/shoppingCartBG.png');
}

.algolia-search .product_view_color .icon-color {
  background-image: url('/wcsstore/eBootsStorefrontAssetStore/images/boots/view-color.png');
}

.algolia-search .product_listing_container
  .plp_gridView_redesign
  ul.grid_mode
  li.estore_product_container
  .plp-promotion-redesign-container {
  min-height: 34px !important;
  margin: 10px 0 13px;
  width: 100%;
}
.algolia-search .product_listing_container
  .plp_gridView_redesign
  ul.grid_mode
  li.estore_product_container
  .product_info {
  height: auto;
  text-align: center;
}
.algolia-search .plp-promotion-redesign a,
.algolia-search .plp-promotion-redesign a:hover {
  font-weight: normal;
  border-radius: 3px;
}
.algolia-search .product_listing_container
  .plp_gridView_redesign
  ul.grid_mode
  li.estore_product_container
  .product_info
  .product_savePrice
  span.save {
  font-weight: normal;
}
.algolia-search .product_listing_container
  .plp_gridView_redesign
  ul.grid_mode
  li.estore_product_container
  .product_info
  .product_price {
  padding-bottom: 0px !important;
  padding-top: 0 !important;
}
.algolia-search .product_listing_container
  .plp_gridView_redesign
  ul.grid_mode
  li.estore_product_container
  .product_info
  span.price {
  display: block;
  font-size: 0.75em !important;
  font-weight: normal;
  color: #4c4c4c;
  padding-top: 5px;
  width: 100%;
}
.algolia-search .product_listing_container
  .plp_gridView_redesign
  ul.grid_mode
  li
  .estore_product_container
  .product_info
  .product_savePrice {
  padding-top: 2px;
}
.algolia-search .product_listing_container
  .plp_gridView_redesign
  ul.grid_mode
  li
  .estore_product_container
  .product_stockComingSoon {
  font-size: 1.125em;
  width: 95%;
}

@media (max-width: 600px) {
  .algolia-search .plp-promotion-redesign .close-btn {
    text-decoration: none !important;
    font-size: 1em;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }

  .algolia-search .product_listing_container .plp_gridView_redesign ul.grid_mode li {
    width: 100% !important;
    box-sizing: border-box;
    padding-bottom: 5px !important;
  }

  .algolia-search .product_listing_container
    .plp_gridView_redesign
    ul.grid_mode
    .no-result
    li.category {
    width: 50% !important; /*Overrides .product_listing_container .plp_gridView_redesign ul.grid_mode li width*/
  }

  .algolia-search .product_listing_container
    .plp_gridView_redesign
    ul.grid_mode
    .estore_product_container
    .product_top_section {
    margin-bottom: 0;
  }

  .algolia-search #estore_facet_navigation_widget .facetContainer .vertical:after {
    left: 0;
    right: 0;
  }

  #header {
    height: auto;
  }

  #searchBox .submitButton {
    background-image: url('/wcsstore/eBootsStorefrontAssetStore/images/boots/searchMobileArrow.png');
  }

  #header #mobileLink_search a:before {
    background-size: static;
    width: 20px;
    height: 21px;
    padding: 0;
  }

  #header #storeLocatorQuickLink:before {
    background-image: url('/wcsstore/eBootsStorefrontAssetStore/images/boots/estore_spritesheet.png');
  }

  .algolia-search
    .product_listing_container
    .plp_gridView_redesign
    ul.grid_mode
    li.estore_product_container
    .product_info {
    min-height: 75px;
  }

  .algolia-search .plp_gridView_redesign > ul {
    margin-right: -10px;
  }

  .algolia-search .product_listing_container
    .plp_gridView_redesign
    ul.grid_mode
    li
    .estore_product_container
    .product_name {
    height: 32px;
  }
  .algolia-search .plp-promotion-redesign a,
  .algolia-search .plp-promotion-redesign a:hover {
    padding: 5px 10px;
    font-size: 9px;
  }

  .algolia-search .product_listing_container
    .plp_gridView_redesign
    ul.grid_mode
    li.estore_product_container
    .product_info
    .product_price {
    font-size: 18px !important;
  }
  .algolia-search .product_listing_container
    .plp_gridView_redesign
    ul.grid_mode
    li.estore_product_container
    .plp-promotion-redesign-container {
      min-height: auto !important;
      margin: 5px 0 7px;
  }
  .algolia-search .plp_gridView_redesign
    .estore_product_container
    .product_info
    .product_savePrice
    span.was,
  .algolia-search .product_listing_container
    .plp_gridView_redesign
    ul.grid_mode
    li.estore_product_container
    .product_info
    .product_savePrice
    span.save {
    font-size: 12px;
  }
  .algolia-search .product_listing_container
    .plp_gridView_redesign
    ul.grid_mode
    li.estore_product_container
    .product_info
    span.price {
    font-size: 9px !important;
    padding-top: 2px;
  }

  .algolia-search .product_listing_container
    .plp_gridView_redesign
    ul.grid_mode
    li.estore_product_container
    .product_info
    .product_savePrice
    span.save {
    display: block;
    margin-top: -5px;
  }

  .algolia-search .product_listing_container
    .plp_gridView_redesign
    ul.grid_mode
    li.estore_product_container
    .product_rating {
    min-height: 15px;
    width: 100%;
  }
  .algolia-search .product_listing_container
    .plp_gridView_redesign
    ul.grid_mode
    li.estore_product_container
    .product_info
    span.price {
    font-size: 11px !important;
  }
 .algolia-search  .product_listing_container
    .plp_gridView_redesign
    ul.grid_mode
    li.estore_product_container
    .product_info
    .product_savePrice {
    width: 100%;
    text-align: center;
    order: 0;
    padding-bottom: 0px;
  }

  .algolia-search .product_listing_container
    .plp_gridView_redesign
    ul.grid_mode
    li.estore_product_container
    .product_info
    .product_savePrice
    span {
    font-size: 12px !important;
  }
 .algolia-search .product_listing_container
    .plp_gridView_redesign
    ul.grid_mode
    li.estore_product_container
    .product_info
    .product_savePrice
    .save {
    padding-right: 0px;
  }

  .algolia-search
    .plp_gridView_redesign
    ul.grid_mode
    li.estore_product_container {
    max-height: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 10px 0 0;
    border: 1px solid #e5e5e5;
  }

  .algolia-search select {
    font-size: 12px !important;
  }

  .algolia-search .row.facetContainer {
    height: calc(100vh - 51px);
    overflow: scroll;
    background-color: #fff;
    flex: 1;
  }

  .algolia-search .facetWidget {
    margin-bottom: 80px;
  }
}

#chanelCTA {
  text-align: center;
}

#chanelCTA .hidden {
  display: hidden;
}

@media (max-width: 600px) {
  #estore_lister_template_container.algolia-search {
    padding: 0 10px;
  }

  .estore_product_container .image {
    position: static;
  }

  .estore_product_container div.product_rating span,
  .bundle_item_container div.product_rating span,
  .bundle_prod_info_container div.product_rating span {
    position: relative;
  }

  .algolia-search .product_listing_container .grid_mode .estore_product_container {
    position: static;
  }

  .algolia-search .product_listing_container
    .grid_mode
    .estore_product_container
    .product_medicon {
    z-index: auto;
  }

  .algolia-search .product_listing_container
    .grid_mode
    .estore_product_container
    .product_rating {
    position: static;
  }

  .algolia-search .product_listing_container
    .grid_mode
    .estore_product_container
    .product_info {
    position: static;
  }
}

.qty_errorMax_redesign_algolia {
  top: -17px !important;
  margin: 0;
  padding: 0;
  width: 95% !important;
  text-align: center;
  font-size: 0.75em;
  position: absolute;
}