/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: transparent !important;
  color: #444;
  cursor: pointer;

  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  text-align: center;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: none;
  text-align: center;
}

@media (max-width:1600px) and (min-width:766px) {
  .collapsibleText {
    display: none;
  }
}

.pr-snippet-read-write {
  display: none;
}

.pr-snippet-stars .pr-snippet-rating-decimal {
  display: none !important;
}

#list-top h1 {
  font-family: 'Barlow-Condensed-Medium';
}

.pageNav .nav-link {
  color: #000;
}

#mainGrid\3AlnkPrevPagetop,
#mainGrid\3AlnkPrevPagebottom {
  background: url("resources/images/pagemenu-arrowLeft.png")no-repeat center center white !important;
  text-indent: -9999px !important;
  border: none !important;
}

#mainGrid\3AlnkLastPagebottom,
#mainGrid\3AlnkLastPagetop {
  background: url("resources/images/pagemenu-arrow.png")no-repeat center center white !important;
  text-indent: -9999px !important;
  border: none !important;
}

/*Category Page*/

.categoryTitle {
  font-family: 'Barlow-Condensed-Medium';
  font-size: 3rem;
  text-transform: uppercase;
}

.pagination-wrapper .nav-link {
  padding: .5rem;
}

/*For category banner description long text*/
#category-description-box,
#category-description-box-mobile {
  overflow: hidden;
  max-height: 100px;
}

#category-description-box.more,
#category-description-box-mobile.more {
  overflow: visible;
  max-height: none;
}

#showCatDesc,
#showCatDescMobile {
  font-size: 10px;
}

#showCatDesc:hover {
  cursor: pointer;
  text-decoration: underline;
}

#rm-icon.more,
#rm-icon-mobile.more {
  transform: rotate(270deg);
}

.emptyResult-header {
  margin-bottom: 40px;
}

#emptyResults .emptyResult-header img {
  width: 100%;
}

/*Setting the max width of an grid image to 285px per marketing request 8/22/19*/
.img-fluid.w-285 {
  max-width: 285px;
}

/*Individual Product Block*/

.product,
.product a {
  color: #000;
  letter-spacing: 1px;
  padding-bottom: 2px;
}

.product a:hover {
  color: #000;
  text-decoration: none;
}

.product .name {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: 'Barlow-Condensed-Medium';
}

.product .name-long {
  font-size: 1rem;
  font-weight: 500;
  line-height: 17px;
}

.product .price {
  font-size: 1rem;
}

.comment {
  font-size: .75rem;
  text-transform: uppercase;
}

.product .product-label {
  margin-top: -1.5rem;
  font-family: 'Barlow-Condensed-Medium';
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
}

.sellHeader {
  font-size: 21px;
  font-family: 'Barlow';
  letter-spacing: 1px;
}

.product .new {
  color: #6e7874;
}

.product .clearance {
  color: #FF0000;
  font-size: 1rem;
}

.product .everydaylow {
  color: #537c93;
  font-size: 1rem;
}

.product .clearance .old,
.product .everydaylow .old {
  color: #000;
  text-decoration-line: line-through;
  letter-spacing: 1px;

  font-size: 1rem;

}

.product .promo-redline {
  color: #FF0000;
  font-size: 1rem;
  font-family: 'Barlow-Condensed-Medium';
  text-transform: uppercase;
  font-weight: 700;
}

.rowBottom {
  margin-bottom: 4rem;
}

#products .bonusText {
  min-height: 40px;
}

/**/

/* List Filters */

#list-filter {
  margin-bottom: 0px
}

#list-filter hr {
  background-color: #000;
  border: 0 none;
  color: #000;
  height: 1px;
  margin: 5px 0;
}

#list-filter ul.filters {
  padding: 0px;
  padding-left: 10px;
  margin: 1px 0 0;
}

#list-filter ul.filters select {
  background: url(resources/images/arrow-filter.png) no-repeat right #998675;
  width: 110px;
  padding: 4px 5px 6px 5px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: '';
  color: #fff;
  border-bottom: 1px #fff;
  cursor: pointer;
  margin: 0;
}

#list-filter ul.filters select::-ms-expand {
  display: none;
}

#list-filter ul.filters option {
  border: 0;
  font-size: 12px;
  padding: 0;
}

#list-filter ul.filters option:select {
  background-color: #998675;
}

#list-filter ul.filters li.dropdown {
  background-color: #998675;
  padding: 0px;
  width: 110px;
  height: 25px;
  overflow: hidden;
  border: 0px solid #ccc;
  font-size: 11px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

#list-filter ul.filters li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  color: #572500;
}

#list-filter ul.filters li.first {
  padding: 3px 0 0;
}

@media (max-width:719px) {
  #list-filter ul.filters li.first span {
    display: inline-block !important;
  }

  #list-filter ul.filters li {
    margin-bottom: 10px;
  }
}

/*FILTERS*/

#filters .labelsFirst {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}

#filters .filter-nav label {
  border: 1px solid #e6e7e8;
  text-align: center;
  cursor: pointer;
  padding: 15px 5px;
  margin: 1px;
  font-size: 12px;
  white-space: nowrap;
  height: auto !important;
  width: 6rem;
}

#filters .filter-nav label:hover {
  background-color: #e6e7e8;
}

@media(max-width:992px) and (min-width:500px) {
  #filters .filter-nav label:hover {
    background-color: transparent;
  }
}

#filters .filter-nav label span {
  line-height: 1;
  display: inline-block;
}

@media(min-width:992px) {
  #filters .filter-nav label:hover {
    background-color: #e6e7e8;
  }
}

@media(max-width:992px) and (min-width:500px) {
  #filters .filter-nav label:hover {
    background-color: transparent;
  }

  .desktop-shoetext {
    display: none;
  }
}

#filters .filter-nav.color label:hover {
  opacity: .6;
  border-color: black;
  background-color: #e6e7e8;
}

#filters .filter-nav label.selected {
  background-color: #e6e7e8;
}

#filters .filter-nav label.selected.temp {
  background-color: transparent;
  border-color: #e6e7e8;
}

#filters .filter-nav.color label.selected.temp {
  opacity: 1;
  border-color: #e6e7e8;
  background-color: #e6e7e8;
}

#filters .filter-nav label.temp {
  background-color: #e6e7e8;
}

#filters .filter-nav.color label.temp {
  opacity: .6;
  border-color: black;
}

#filters .filter-nav label .checkmark {
  display: none;
  font-size: 20px;
}

#filters .filter-nav label.selected .checkmark {
  display: block;
  color: #fff;
}

#filters .filter-nav.color label.selected.temp .checkmark {
  display: none;
}

#filters .filter-nav {
  margin: 10px 0 24px;
  overflow: hidden;
  display: flex;
  flex-flow: wrap;
  height: auto !important;
}

#filters .filter-nav input[type="checkbox"] {
  display: none;
}

#filters .filter-reset {
  margin: 20px 0;
  text-align: center;
}

#filters .filter-reset .filter-reset-button {
  border: 1px solid #000;
  padding: 10px;
  font-size: 15px;
  color: #000;
  width: 100%;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 1px;
  margin-right: 3px;
}

@media(max-width:992px) {
  #filters .filter-reset .filter-reset-button {
    font-size: 12px;
  }
}

@media(min-width:992px) {
  #filters .filters.collapse:not(.show) {
    display: block;
  }
}

@media(max-width:992px)and (min-width:500px) {
  #filters .filter-nav label:hover {
    background-color: transparent;
  }
}

#filters .filter-reset .filter-reset-button:hover {
  background-color: #DCDCDC;
}

#filters hr {
  color: #000;
  margin: 0;
  border-width: thin;
  border-color: #000;
}

#filters .filterPanel {
  padding-top: 10px;
}

#filters .filterPanel hr {
  border-color: #ddd;
  border-width: 1px;
}

#filters #finder .filters select {
  background: url(images/arrow-filter.png) no-repeat right #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000;
  padding-left: 10px;
  text-align: left;
  height: 40px;
  width: 100%;
  color: #000;
  margin-top: 10px;
}

.filter-drop-mobile {
  background: transparent;
  border: thin solid #000;
  padding: 10px;
  margin: 20px 0px;
  width: 100%;
  color: #000;
}

.filter-drop-mobile.active {
  background: #000;
  border: none;
  color: #fff;
}

.filter-drop-mobile span {
  color: #000;
  font-size: 16px;
}
.sizeItem label {
    width: 3.5rem !important;
}
#mobile-filter-section-b {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  margin-right: -150px;
  margin-left: -150px;
}

#mobile-filter-button-b {
  background: #6e7874 !important;
  color: #fff !important;
  border: none;
  overflow: hidden;
}

.filter-title-clear {
  font-size: 0.7rem !important;
  font-weight: none;
  letter-spacing: 1px;
  text-transform: none !important;
  text-decoration: underline;
}

.filter-title-clear:hover {
  text-decoration: none;
}

.selectedFilter {
  border: none;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 2px;
  font-weight: bold;
  font-size: 0.8rem;
}

.selectedFilter:hover {
  background-color: #e6e7e8;
  cursor: pointer;
}

.selectedFilter:focus {
  outline: 0;
}

.filter-results {
  font-size: 0.9rem;
}

.check {
  display: none;
}

.check+label {
  background-color: #fff;
  border: 1px solid #D1D1D1;
  padding: 11px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.check+label.temp {
  background: url(images/check-dark.svg);
  background-repeat: no-repeat;
  background-position: center;
  top: 0px;
  left: 2px;
  width: 20px;
  color: #153d51;
}

.check[checked="checked"]+label:after {
  content: url("images/check-dark.svg");
  position: absolute;
  top: 0px;
  left: 2px;
  width: 20px;
  color: #153d51;
}

a[aria-expanded=false].filter-arrow {
  background: url("images/arrow-filter-open.png") no-repeat right #fff;
  position: absolute;
  width: 89%;
  height: auto;
}

#catParBuffer {
  margin-top: 25px;
}

#catParagraph {
  overflow: hidden;
  max-height: 120px;
  margin-top: 25px;
  border: 3px solid #E4E4E4;
  border-right: none;
  border-bottom: none;
  border-left: none;
  padding-top: 20px;
  padding-bottom: 20px;
  mask: linear-gradient(black, transparent);
  -webkit-mask: linear-gradient(black, transparent);
}

#catParagraph.more {
  overflow: visible;
  max-height: none;
}

#catParagraph h2.mainHeader {
  font-family: 'Barlow-Condensed-Medium';
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 0;
}

#catParagraph h2 {
  margin: 15px 0 5px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#catParagraph.more {
  mask: none;
  -webkit-mask: none;
}

#catParagraph p {
  line-height: 1.2;
  margin: 0;
}

#showCatPar:hover {
  cursor: pointer;
  text-decoration: underline;
}

.readMore {
  border: 3px solid #E4E4E4;
  border-right: none;
  border-bottom: none;
  border-left: none;
  text-align: center;
  font-size: .9rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}

#rm-icon-par {
  width: 15px;
  height: 15px;
  transform: rotate(90deg);
  margin-top: -3px;
}

#rm-icon-par.more {
  transform: rotate(270deg);
}

.swatches {
  display: inline-block;
  margin-top: 15px;
  border-radius: 20px;
  border: 2px solid #CCCCCC;
}

.swatches.selected {
  border-color: black;
}

.swatches .swatch-color {
  height: 17px;
  width: 17px;
  border-radius: 20px;
  cursor: pointer;
  border: 2px solid white;
}

a[aria-expanded=true].filter-arrow {
  background: url("images/arrow-filter-close.png") no-repeat right #fff;
  position: absolute;
  width: 89%;
  height: auto;
}

@media(max-width:992px) {
  a[aria-expanded=false].filter-arrow {
    background: url("images/arrow-filter-open.png") no-repeat right #fff;
    position: absolute;
    width: 95%;
    height: auto;
  }

  a[aria-expanded=true].filter-arrow {
    background: url("images/arrow-filter-close.png") no-repeat right #fff;
    position: absolute;
    width: 95%;
    height: auto;
  }
}