/* Force responsive images in browse  based on img-responsive from bootstrap */
.browseProdImg img{
   display: block !important;
   width: 100% \9;
   max-width: 100% !important;
   height: auto !important;
   margin:0 auto;
 }
 /* Handle akward dimensions */
 @media (min-width: 450px, max-width: 768px) {
   .browseProdImg img{
     width: 50% !important;
     max-width: 50% !important;
     height: auto !important;
   }
 }
 @media (min-width: 992px) {
   .browseProdImg img{ width: 100% !important; }
 }
 
 #catalogMenu{ padding: 0 } /* Remove .navbar-collapse padding */
 
 .browseCatLink:hover,
 .browseCatLink{ color:#333; }
 
 
 .browseProd .thumbnail{ min-height: 305px; max-width:285px; margin-left:auto; margin-right:auto; }
 .browseProdDesc{ word-wrap: break-word; min-height: 40px; }
 
 /* browse Paging */
 .browsePaging{ margin:0; padding:0; }
 .browsePaging li{ 
   margin:0; 
   padding: 0 5px; 
   float:left; 
   list-style:none; 
   cursor:pointer; 
 }
 .pgSelected{ font-weight:bold; }
 
 
 .sortChoice,
 .sortChoice:hover{
   text-decoration:none;
   vertical-align:middle;
   position:relative;
   top:1px;
 }
  .sortChoice .fa-sort-amount-down,
  .sortChoice .fa-sort-amount-up,
  .sortChoice .glyphicon{
    font-size:24px;
    color: #666;
    border:1px solid #666;
    border-radius:5px;
    padding:2px;
    margin:1px; 
  }
  .sortSelected .fa-sort-amount-down,
  .sortSelected .fa-sort-amount-up,
  .sortSelected .glyphicon{
    color: #000;
    border-color:#000;
  }
 
 /* Selected Filters */
 .browseSelectedFilters{ background:#ccc; border-bottom:5px solid #666; }
 .browseSelectedFilters ul{ margin:0; padding:0; float:left; }
   .browseSelectedFilters li{ list-style: none; float:left; text-shadow: 0 -1px 0 #fff; }
     .removeFilter{ border: 1px solid #666; cursor:pointer; margin: 0 5px; }
 
 
 /* Filter Menu */
 .browseFilter{
 
 }
   .catalogGroupHead,
   .filterGroupHead{
     font-weight:bold;
   }
   .browseCategory ul,
   .filterGroup ul{ 
     margin:0; 
     padding:0; 
   }
   .browseCategory li,
   .filterGroup li{
     margin:0 0 0 5px; padding:0;
     list-style:none;
     cursor:pointer;
   }
 
   .browseCategory li.selected,
   .filterGroup li.selected{
     font-weight:bold;
   }
 
   .browseCategory li .prodCount,
   .filterGroup li .prodCount{
     font-size:80%;
     font-style:italic;
     white-space:nowrap;
     font-weight:normal;
   }
   .filterCheck{
     color:#999;
     font-size:14px !important;
     width: 18px !important;
     height: 18px !important;
     padding-right:5px;
   }
   .filterCheck.glyphicon-check,
   .filterCheck.fa-check-square-o{
     color:#666;
     font-size:14px;
     padding-right:4px;
   }
 
   .filterGroup li.filterInactive{ opacity:0.6; cursor: inherit; }
 
 .browseRegPrice{  }
 .browseSalePrice{ float:left; color:red; }
 .browseRegPriceStrike{ text-decoration:line-through; float:right; }
 .filterGroup li{padding-left:15px; }
 .filterCheck{ margin-left:-15px; }
 
 .colorSwatches {
    float:none;
    margin: 0 auto;
    clear:both;
    max-width:204px;
    min-height:79px; 
 }

 .filterDesc.filterDescXref {
   vertical-align: middle;
   display: inline-flex;
 }
 .filterDescXref > span.prodCount {
   margin-top: 1px;
   margin-left: 5px;
 }

.filterDescXref {
  padding-left: 5px;
  text-transform: capitalize;
}
 
 .colorOuter {
    float: left;
    margin: 2px;
    cursor: pointer;
    background-color: #FFF;
    border-radius: 18px;
 }
 
 .colorInner {
    width: 24px;
    height: 24px;
    margin: 1px;
    border-radius: 18px;
    overflow: hidden;
 }

.swatchFilter {
   width: 20px;
   height: 20px;
   border: 1px solid black;
   border-radius: 5px;
   margin-right: 5px;
   margin-left: 5px;
   vertical-align: middle;
   margin-top: 2px;
 }
 
 .colorOuter.selected { border-color:#666; }
 
 .colorOuter.selected { box-shadow:0 0 6px #666; }
 .show-more-colors{ display:block; clear:both; }
 
 .noProdFound{
   text-align: center;
   font-weight: bold;
   margin-top: 25px; 
 }

  /***** v Title / Beginning Section v *****/
  .catalogMainTitle {
   margin: 0px;
   font-size: 30px;
 }
 .catalogMainTitle span:hover {
   color: rgb(117, 117, 117);
   cursor: pointer;
 }
 .catalogMainTitle .fa {
   line-height: 34px;
   padding: 0 4px;
 }
 /***** ^ Title / Beginning Section ^ *****/
 
 /* Multi Hex value colors */
 .multiHex{ float:left; height:100%; border:0; margin:0; padding:0; }
 .multi1of2,
 .multi2of2{
   width:50%;
 }
 .multi1of3{ width:50%; }
 .multi2of3,
 .multi3of3{
   width:25%;
 }
 .multi1of4,
 .multi2of4,
 .multi3of4,
 .multi4of4{
   width:25%;
 }
 .newProd {
    color: red;
 }
 .browseBanner {
  margin-bottom:10px;
 }
 .browseBanner img {
  width: 100%;
 }
 .prodPerPageLbl{
   margin-left:10px;
 }
 
 .filterResetOuter{
  font-weight:normal;
  font-size: 13px; 
  margin-left:4px;
  color:#999;
 }
 
 #filterReset, .filterGroupClear{ margin-left:4px; color:#333; text-decoration:none; cursor:pointer; }
 #filterReset:hover, .filterGroupClear:hover{ color:#000; text-decoration:underline; }
 .filterGroupHead{ cursor:pointer; }
 .filterGroupToggle{ margin-right:5px; }
 
 .browseProd .thumbnail{
    position:relative;   
 }
 @media (min-width: 420px) {
 .ribbon {
    position: absolute;
    right: -5px; top: -5px;
    z-index: 100;
    overflow: hidden;
    width: 75px; height: 75px; 
    text-align: right;
 }
 .ribbon span {
    font-size: 10px;
    color: #fff; 
    text-transform: uppercase; 
    text-align: center;
    font-weight: bold; line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); /* Needed for Safari */
    width: 100px; display: block;
    background: #A4BCC2;
/*    background: linear-gradient(#9BC90D 0%, #A4BCC2 100%); */
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; right: -21px;
 }
 .ribbon span::before {
    content: '';
    position: absolute; 
    left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #A4BCC2;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #A4BCC2;
 }
 .ribbon span::after {
    content: '';
    position: absolute; 
    right: 0%; top: 100%;
    z-index: -1;
    border-right: 3px solid #A4BCC2;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #A4BCC2;
 }
 }
 @media (max-width: 419px) {
 .ribbon { 
  text-align:center; 
  margin: -4px -5px 0 -5px; 
  height:23px; 
  border-radius: 4px 4px 0 0;
 }
  .ribbon span {
    font-size: 10px;
    color: #fff; 
    text-transform: uppercase; 
    text-align: center;
    font-weight: bold; line-height: 20px;
    width: 100%; 
    height:23px;
    display: block;
    background: #A4BCC2;
 /*   background: linear-gradient(#9BC90D 0%, #A4BCC2 100%); */
    border-radius: 4px 4px 0 0;
 }
 }
 .ribbon span {
    background: #A4BCC2;
   /* background: linear-gradient(#9BC90D 0%, #A4BCC2 100%); */
 }
 .ribbon.red span {background: linear-gradient(#F70505 0%, #8F0808 100%);}
 .ribbon.red span::before {border-left-color: #8F0808; border-top-color: #8F0808;}
 .ribbon.red span::after {border-right-color: #8F0808; border-top-color: #8F0808;}
 
 .ribbon.blue span {background: linear-gradient(#2989d8 0%, #1e5799 100%);}
 .ribbon.blue span::before {border-left-color: #1e5799; border-top-color: #1e5799;}
 .ribbon.blue span::after {border-right-color: #1e5799; border-top-color: #1e5799;}
 
 
 /* Color Swatches */
 .filter_colorxref {
    margin-bottom: 5px;
 }
 
 .filter_colorxref li.selected {
    border: 1px solid #222;
    box-shadow: inset 0 0 0 1px white, 0 0 3px #444;
 }
 
 .filter_colorxref .fa-square-o:before, #filter_Color .fa-check-square-o:before {
    content: normal;
 }
 .filter_colorxref .filterInactive{ border-style:dotted; position:relative; }
 .filter_colorxref .filterInactive:after {
   text-indent:0;
   content: "\f00d"; /* Close icon */
   font-family: FontAwesome;
   font-style: normal;
   font-weight: normal;
   text-decoration: inherit;
   position: absolute;
   font-size: 18px;
   color: #999;  
   top: 50%;
   left: 50%;  
   margin: -12px 0 0 -7px;
   z-index: 1;
   opacity:0.5;
 }
 [data-option_code="closeout"] {display:none;}  /* LAT010009 */

 #searchPagingOuter {
   margin-top: 50px;
   padding-left:0px;
 }
