/* 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;
  outline: none;
  font-size: 15px;
  text-align: center
}
#gridPage.container {
  margin-top:1.75rem;
}
/* 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
  }
}
@media (max-width:992px) {
  #gridPage.container {
    margin-top: 12vw;
    padding-top: 1.25rem;
  }
}
#gridPage{
  color: #6d6e71;
}

#gridPage h1 {
  text-transform: uppercase;
  font-family: "Quasimoda", sans-serif
}
#gridPage .title {
  border-bottom: thin solid #e6e7e8
}
/* GRID LIST */
.everydayLowPrice{
  background-color: #e57601;
  display: inline-block;
  color: white;
  font-size: 12px;
  font-weight: 500;
  font-family: "Quasimoda", sans-serif;
  /* margin-bottom: -0.25rem; */
  padding: 2px 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.new{
  background-color: #2276b9;
  display: inline-block;
  color: white;
  font-size: 12px;
  font-weight: 500;
  font-family: "Quasimoda", sans-serif;
  /* margin-bottom: -0.25rem; */
  padding: 2px 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.waterproof{
  background-color: #6BB1F9;
  display: inline-block;
  color: white;
  font-size: 12px;
  font-weight: 500;
  font-family: "Quasimoda", sans-serif;
  /* margin-bottom: -0.25rem; */
  padding: 2px 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.price{
  font-weight: 500;
  font-family: "Quasimoda", sans-serif
}
.rowBottom {
  margin-bottom: 2rem
}
.img-fluid {
  margin-bottom: 1.5rem;
}
.product a{
  color: #6d6e71;
}

.product .bonusText {
  position: absolute;
  margin-top: -1.5rem!important;
}
.product .name{
  font-size: 18px;
  text-transform: uppercase;
  font-family:   "Quasimoda", sans-serif;
  font-weight: 700;
  letter-spacing: .5px;
  margin-bottom: -2px;
  transition:.2s
}
.product .name.long{
  font-size: 16px;
  font-weight: 500;
  font-family:  "Quasimoda", sans-serif;
  margin-bottom: 0rem;
  line-height: 16px;
  text-transform: capitalize;
  letter-spacing: .25px;
  padding-bottom: 1px;
}
.product .sale{
  background-color: #b25416;
  display: inline-block;
  color: white;
  font-size: 12px;
  font-weight: 500;
  font-family: "Quasimoda", sans-serif;
  /* margin-bottom: -0.25rem; */
  padding: 2px 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.salePrice{
  color:#e57601;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  font-family: "Quasimoda", sans-serif;
  letter-spacing: .5px;
}
.everydayLowPrice.salePrice{
  color: #e57601;
  background-color: transparent;
  padding: 0px !important;
}
.old{
  color:#6d6e71;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  font-family: "Quasimoda", sans-serif;
  text-decoration: line-through
}
.comment{
  color: #b1b1b1;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 600;
  font-family: "Quasimoda", sans-serif
}
/*Setting the max width of an grid image to 285px per marketing request 8/22/19*/
.img-fluid.w-285{
  max-width: 285px;
}
/*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)
}
/* No results page*/
#gridPage #emptyResults{
  display: flex;
  flex-flow: row wrap
}
.suggest{
  margin-bottom: 20px
}
.suggested{
  color:#6d6e71;
  font-family: "Quasimoda", sans-serif;
  font-size: 20px;
  margin-right: 10px
}
.emptyResult-header{
  margin-bottom: 40px
}
#emptyResults .emptyResult-header img{
  width:100%
}
/* PAGE NAVIGATION */
#gridPage .viewAll,
#gridPage .pageNumberDisplay a{
  color: #6d6e71;
  font-family:  "Quasimoda", sans-serif;
  font-weight: 400;
  font-size: 14px;
  transition:.1s
}
#gridPage .viewAll:hover,#gridPage .pageNumberDisplay a:hover{
  color: #00599b;
  font-weight: 400
}
#gridPage .pageNumberDisplay{
  color: #6BB1f9;
  font-family:  "Quasimoda", sans-serif;
  font-size: 14px;
  font-weight: 400
}
@media (max-width:989px) {
  .titleCategory2{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Quasimoda", 'sans-serif';
    color: #6d6e71;
    letter-spacing: 2px;
    border-bottom: thin solid #e6e7e8
  }
  .titleCategory3{
    display: none
  }
}
@media (min-width:765px) {
  .titleCategory2{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Quasimoda", sans-serif;
    color: #6d6e71;
    padding: 1rem 0 0.5rem !important;
    letter-spacing: 0px;
    border-bottom: thin solid #e6e7e8;
  }
  .titleCategory3{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Quasimoda", sans-serif;
    color: #6d6e71;
    padding: 1rem 0 0.5rem !important;
    letter-spacing: 0px;
    border-bottom: thin solid #e6e7e8
  }
}
@media (min-width:990px) {
  .titleCategory2{
    display: none
  }
}
@media (min-width:990px) {
  #gridPage .title{
    display: none
  }
}
/*FILTERS*/
#filters .labelsFirst{
  font-size:20px;
  text-transform: uppercase;
  font-weight:400;
  font-family: "Quasimoda", sans-serif;
  color: #6d6e71
}
#filters select option{
  font-size: 15px;
  font-family: "Quasimoda", sans-serif;
  font-weight:400
}
#filters .filterPanel .filter-text{
  font-size:15px;
  font-family:  "Quasimoda", sans-serif;
  font-weight:400;
  color: #6d6e71
}
#filters .checkLabel {
  font-family:  "Quasimoda", sans-serif;
  font-weight:400
}
#filters .filter-nav label{
  float: left;
  height: 50px;
  min-width: 49px;
  width: 19%;
  border: 1px solid #e6e7e8;
  text-align: center;
  margin: 0.5%;
  font-family: "Quasimoda", sans-serif;
  color: #6d6e71;
  font-size: 12px;
  font-weight: 400 !important;
  cursor: pointer;
  padding: 0.9vw 0;
  transition:.2s;
  border-radius: 5px;
}
#filters .filter-nav.wide label{
  min-width: 95px;
  font-size: 12px;
  display: grid;
  align-items: center;
  height: auto
}
#filters .filter-nav.short-text label{
  padding: 7px 0;
  padding-top: 8px;
  margin: 1.5px
}
#filters .filter-nav.short-text link{
  padding: 7px 0;
  padding-top: 5px
}
.f-12 {
  font-size: 12px !important;
}
@media(max-width:1230px){
  #filters .filter-nav label{
    width: 32%;
    padding: 7%;
  }
}
@media(max-width:1077px){
  #filters .filter-nav label{
    min-width:52px;
    width:32%;
    margin: 1px;
    padding: 15px;
  }
}
@media(max-width:1052px){
  #filters .filter-nav.wide label{
    font-size:12px;
    max-width: 110px;
    padding: 13px;
  }
}
@media(max-width:1030px){
  #filters .filter-nav.wide label{
    width: 10vw;
    max-width: 80px;
    font-size: 12px;
    padding: 15px 0px;
  }
}
@media(max-width:719px){
  #filters .filter-nav.wide label{
    width: 32%;
    max-width: 100%;
  }
}
#filters .filter-nav label span {
  line-height: 1;
  display: inline-block;
}
#filters .filter-nav label:hover {
  background-color: #2276b9;
  color:#fff;
}
#filters .filter-nav.color label:hover {
  opacity: .6;
  border-color: black;
}
#filters .filter-nav label.selected {
  background-color: #00599b;
  color:#fff;
}
#filters .filter-nav label.selected.temp {
  background-color: transparent;
  border-color: #e6e7e8;
  color: #6d6e71;
}
#filters .filter-nav.color label.selected.temp {
  opacity: 1;
  border-color: #e6e7e8;
}
#filters .filter-nav label.temp {
  background-color: #00599b;
  color:#fff;
}
#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;
}
#filters .filter-nav.color label.selected.temp .checkmark {
  display: none;
}
#filters .filter-nav {
  margin: 10px 0 24px;
  overflow: hidden;
  padding: 0 0 1px;
  list-style: none;
  width: 92%
}
#filters .filter-nav input[type="checkbox"]{
  display:none;
}
#filters .filter-reset{
  margin-top:20px;
  margin-bottom:10px;
  text-align: center
}
#filters .filter-reset .filter-reset-button{
  border:1px solid #e6e7e8;
  padding: 10px;
  font-size: 15px;
  color: #6d6e71;
  text-align: center;
  width: 100%;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: "Source Sans Pro Light", sans-serif;
  margin: 1px
}
@media(max-width:1124px){
  #filters .filter-reset .filter-reset-button{
    xwidth: 48%
  }
}
@media(max-width:1019px){
  #filters .filter-reset .filter-reset-button{
    xwidth: 70px;
    font-size: 12px
  }
}
#filters .filter-reset .filter-reset-button:hover{
  background-color: #2276b9;
  color: #fff
}
#filters hr {
  color: #e6e7e8;
  margin:0;
  border-width: thin;
  border-color: #e6e7e8;
}
#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 #e6e7e8;
  padding-left: 10px;
  text-align: left;
  height:40px;
  width:100%;
  color: #6d6e71;
}
@media(min-width:992px){
  #filters .filters.collapse:not(.show){
    display: block;
  }
}
.filter-drop-mobile{
  background: transparent;
  border: thin solid #e6e7e8;
  padding:10px;
  margin:10px 0px;
  width: 100%;
  font-size: 16px;
  font-family: "Quasimoda", sans-serif;
  color: #6d6e71;
}
.filter-drop-mobile.active{
  background: #000;
  border: none;
  color:#fff;
}
.filter-drop-mobile.active{
  background: #00599b;
  border: none;
  color: #fff
}
.filter-drop-mobile span{
  color: #6d6e71;
  font-size: 16px;
  font-family: "Quasimoda", sans-serif;
}
#mobile-filter-section-b {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999
}
#mobile-filter-button-b {
  background: #00599b !important;
  color: #fff !important;
  border: none
}
.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: #f0ede8;
  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
}
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
  }
}
.gridContact{
  text-align: center;
  padding: .75rem;
  font-weight: 400;
  line-height:1.5;
  width: 100%;
  display: inline-block
}
.gridFoot{
  text-align: center;
  border-top: thin #d6d6d6 solid;
  width: 100%;
  display: block;
  margin-left: 0px
}
/*Grid Hover*/
.grid-image .show-on-hover{
  opacity: 0;
  position: absolute;
  left: 0;
  padding: 0 15px;
}
.grid-image:hover .show-on-hover{
  opacity: 1;
}

.grid-image:hover .hide-on-hover{
  visibility: hidden;
}