body {
    color: #231F20;
    font-family: "proxima-nova", Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    background: #fff;
}


/* Main Content */
div#searchspring-content {
    
}

div#searchspring-header {
    width: 100%;
    text-align: right;
}

h4.ss__search-header--results {
    float: right;
    width:100%;
    font-weight:normal;
    text-transform:none;
    font-size: 1.2rem;
    
    
}

/* Desktop */
@media only screen and (min-width: 768px) {
    h4.ss__search-header--results {
        width: 100%;
        margin-right:0px;
    }
}

/* Desktop */
@media only screen and (min-width: 1200px) {
    h4.ss__search-header--results {
        width: 100%;
        
    }
}




/* Media query to make the sidebar and content full width on devices with a maximum width of 767 pixels */
@media (max-width: 767px) {
    div#searchspring-header {
    width: 100%;
    text-align: center;
}
}

img.product-image {
    position:relative;
    display: inline-block;
    padding: 10%;
    width: 95%;
    transition: transform 0.2s ease-in-out, filter 0.2s ease-in-out;
    transform: scale(1.0); 
    filter: brightness(1.0); 
    max-width: 95%;
    aspect-ratio:1 / 1;
    
}


img.product-image:hover {
    b-order:1px dotted lightgrey;
    p-adding:10px;
    
   
}



/*Product Title */
.product-title {
    color: #231f20;
    text-decoration: none;
    
    
    
    padding: 10px;
    
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.1875rem;
    margin: 0 0 0.5rem;
    
}

/* Product Link */
a.product-link {
    color: #231f20;
    text-decoration: none!important;
    font-weight: bold;
    
}

a.product-link:hover {
    color:#a89b94; /* Your desired hover color */;
    text-decoration: underline; /* You can set it to underline or any other value on hover */
}

/* Product Sku */
.product-sku {
    font-size: .875rem;
    line-height: 1.3125rem;
    margin: 0 0 0.5rem;
    color: #a89b94;
    margin-left:10px;
}

/*Product Price */
.product-price {
    
    margin-left:10px;
}

/*Product Price */
.price_range {
    
    margin-left:10px;
}


/* check stencil template for conditions to hide or display this price based on loggedin customer group */
.commercial-base-price-strike {
    margin-left:10px;
    color: #a89b94;
    float:left;
    margin-right:10px;
    
}

.commercial-price {
    margin-left:10px;
    
    margin-right:10px;
}

.commercial-base-price {
    margin-left:10px;
   
}




.picklist-base-price {
    margin-left:10px;
    font-size: .875rem;
    line-height: 1.3125rem;
    
    
    
}

.picklist-commercial-price {
    margin-left:10px;
}

/* Cart Button */
.cart-button {
    text-align: center;
    
}

/* Zero price Button / Choose Options*/
.zero-price-message {
    text-align: center;
    margin-top: -80%;
    position:relative;
}


/* Hide zero price and show choose options button */
.hide-price {
  display: none;
}

.hide-when-choose-options {
  display: none;
}

.product-price-strike {
    text-decoration: line-through;
    margin-left: 10px;
    color: #a89b94;
    float:left;
}

.auto-product-price-strike {
    text-decoration: line-through!important;
    margin-right: 10px;
    color: #a89b94;
    float:left;
}

.auto-product-title {
    text-decoration: none;
    font-weight: bold;
}



/* Initially hide the buttons */
.add-cart-button,
.zero-price-message {
  display: none;
}

.add-to-cart-buttons {
    position:relative;
    text-align: center;
    
    margin-top: -80%;
}


/* Show the buttons when the parent is hovered */
.ss__result__wrapper:hover .add-cart-button,
.ss__result__wrapper:hover .zero-price-message {
  display: block;
}





/* Hide dot before results */
/*
ul li:before {
    display:none;
}
*/

li.ss__facet-options-list__option:before {
    display:none;
}




.ss-1ctl25o .ss__facet__options {
    overflow:hidden!important;
}

/* Facet List Options */
span.ss__facet-list-options__option__value {
    border: 1px solid lightgrey;
    padding: 8px;
    margin-top: 0px;
    width: 100%;
}


/* Results sidebar */
div#searchspring-sidebar {
    
    
}


/* search results filter link */
a.filter-link {
    color: black;
    text-decoration: none!important;
    text-transform:capitalize;
    
}

a.filter-link:hover {
    color: black;
    text-decoration: none!important;
    text-transform:capitalize;
}

/* facet header */
h5.ss__facet__header {
    text-transform: capitalize;
    padding: 10px;
    text-align: left;
    
}

.ss__facet__header {
  cursor: pointer;
}

/* facet header summary element */
summary {
    display: block;
}

.ss__facet--collapsed .ss__facet-options {
  display: none;
}


li.ss__facet-options-list__option {
    
    padding: 10px;
    margin-top: 0px;
}

.collapsible-content__inner.ss__facet-options {
    margin-bottom: 15px;
}


a.ss__facet-hierarchy-options__option {
    padding: 10px;
    border: 1px solid lightgrey;
}


.ss__sorting {
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
    text-align: center;
    padding: 8px;
}

/* Desktop */
@media only screen and (min-width: 768px) {
    .ss__sorting {
        width: 32%;
        margin-left: 68%; /* Adjusted margin for a total of 100% width including the 32% width of .ss__sorting */
    }
}

/* Larger desktops or wide screens */
@media only screen and (min-width: 1200px) {
    .ss__sorting {
        width: 32%;
        margin-left: 68%;
    }
}



li.ss__filters__filter {
    border: 1px solid lightgrey;
    padding: 5px;
	text-decoration:none;
	color:black;
	max-width:230px; 
}

a.ss-list-link.ss__filters__clear-all {
    color: black;
    padding: 15px;
    font-weight:bold;
    margin-bottom: 25px;
    text-decoration:none;
}



select#ss__sort--select {
    border: none;
    margin-left: 5px;
	font-size:16px;
	font-weight:bold;
	padding:1px;
	color:black;
}

h1.ss__search-header--results {
    margin-bottom: 30px;
}


.ss__pagination {
    width: 100%;
    float: left;
    margin-top:20px;
}

a.pagination-link {
    padding: 10px;
    color: black;
    border: 1px solid lightgrey;
	text-decoration:none;
}

a.pagination-link-previous {
    padding: 10px;
    color: black;
    border: 1px solid lightgrey;
	text-decoration:none;
}

a.pagination-link-next {
    padding: 10px;
    color: black;
    border: 1px solid lightgrey;
	text-decoration:none;
}

a.pagination-link:hover,a.pagination-link-next:hover, a.pagination-link-previous:hover {
    text-decoration: none; /* Remove underline on hover */
    color:black;
}

.ss__result {
    float: left;
    min-width: 100%; /* Full width by default */
    max-width: 100%;
    min-height: 470px;
    max-height: 470px;
    border: 1px solid transparent; /* Start with a transparent border */
    transition: border 0.3s ease; /* Add a transition effect for a smoother hover */
    position:relative;

    /* Additional styling for non-hovered state if needed */
}


/* Media query for screens with a maximum width of 767px (typical for mobile devices) */
@media only screen and (max-width: 767px) {
    /* Override styles for .ss__result on mobile */
    .ss__result {
    min-height: 440px;
    max-height: 440px;
    }
}

.ss__result:hover {
    border: 1px solid #e8e8e8; /* Display border on hover */
}



/* Mobile */
@media only screen and (min-width: 350px) {
    .ss__result {
        min-width: 50%; /* Two items per row */
        max-width: 50%;
    }
}

/* Tablet */
@media only screen and (min-width: 600px) {
    .ss__result {
        min-width: 50%; /* Two items per row */
        max-width: 50%;
    }
}

/* Desktop */
@media only screen and (min-width: 768px) {
    .ss__result {
        min-width: 33.3%; /* Three items per row */
        max-width: 33.3%;
    }
}

/* Larger desktops or wide screens */
@media only screen and (min-width: 1200px) {
    .ss__result {
        min-width: 33.3%; /* Three items per row */
        max-width: 33.3%;
    }
}





a.filter-label {
    color: initial; /* or the default color */
    text-decoration: none!important;
    transition: color 0.3s ease; /* optional: add a smooth transition effect */

}

a.filter-label:hover {
    color: black;
	text-decoration:none!important;
	transition: color 0.3s ease; /* optional: add a smooth transition effect */
}


.search-form {
    width: 60%;
    margin: 0 auto;
}

/* Quick Search Results */
.ss__autocomplete.ss-pwahfn {
    margin-top: 35px;
    width: 300%;
}

/* Auto Complete */
.ss__autocomplete.ss-pwahfn {
    margin-left: -28.2%;
    height: 870px;
}
a.ss__facet-hierarchy-options__option {
    
    border: none;
}

span.ss__facet-list-options__option__value {
    border: none;
    
}

.ss-3pqhfn .ss__result__details .ss__result__details__pricing .ss__result__price {
    
    display: none;
}


.auto-product-sku {
    font-size: .875rem;
    line-height: 1.3125rem;
    color: #a89b94;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight:normal;
}

.auto-base-price {
    font-weight: normal;
    
    margin-right:10px;
    float:left;
}

.auto-commercial-price {
    font-weight: normal;
    
    margin-right:10px;
    
}


.ss-q1e55l {
    display: block!important;
}



.ss-3pqhfn .ss__result__details {
    padding: 10px;
    text-align: left;
    text-decoration: none;
    
    color:black;
}

.ss-3pqhfn .ss__result__details:hover {
    color:#a89b94;  
    text-decoration:none;
}



.ss-pwahfn .ss__autocomplete__content .ss__autocomplete__content__results {
    min-height: 0%;
    width: 100%;
    margin-top:50px;
}

.ss__autocomplete.ss-pwahfn {
    margin-top: 35px;
}


.ss-3pqhfn .ss__result__details {
    padding: 10px;
    text-align: left;
}

.ss-3pqhfn.ss__result--grid {
    display: block!important;
    width:100%;
    border:none;
}


.ss-pwahfn .ss__autocomplete__content .ss__autocomplete__content__info {
    padding: 10px;
    min-width: 100%;
    float: right;
    text-align: center;
    margin-top: 70%;
}

.ss-pwahfn .ss__autocomplete__content .ss__autocomplete__content__info a {
    font-weight: bold;
    background: #8c0005;
    padding: 10px;
    text-decoration: none;
    color: white;
}






.ss-pwahfn .ss__autocomplete__content .ss__autocomplete__content__info a .ss__icon {
    display: none;
    
}

/* Extra options in autocomplete */
.ss__facet.ss__facet--list.ss__facet--brand.ss__facets__facet.ss-1ctl25o {
    display: none;
}

.ss__facet.ss__facet--list.ss__facet--calculated_price.ss__facets__facet.ss-1ctl25o {
    display: none;
}

.ss-zbpdnm .ss__facet-hierarchy-options__option .ss__facet-hierarchy-options__option__value {
    margin-left: 8px;
    color: black;
    
}

.ss-pwahfn .ss__autocomplete__terms .ss__autocomplete__terms__options .ss__autocomplete__terms__option.ss__autocomplete__terms__option--active {
    background: rgb(255, 255, 255);
    color: black;
}

.ss-pwahfn .ss__autocomplete__terms .ss__autocomplete__terms__options .ss__autocomplete__terms__option.ss__autocomplete__terms__option--active a {
    font-weight: bold;
    color: black;
}

.ss-pwahfn .ss__autocomplete__terms .ss__autocomplete__terms__options .ss__autocomplete__terms__option.ss__autocomplete__terms__option--active a:hover {
    /* Define your hover styles here */
    color: black; /* Change color to your preferred hover color */
    text-decoration: underline; /* Add underline on hover, for example */
}

.ss-pwahfn, .ss-pwahfn *, .ss-pwahfn ::before, .ss-pwahfn ::after {
    box-sizing: border-box;
    
}

/* Style the facet header */
.ss__facet__header {
    text-transform: capitalize;
    padding: 13px;
    text-align: left;
    font-weight: bold;
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 1;
    border-top: 1px solid #b5b5b5;
    border-bottom: 0px solid #b5b5b5
}

/* Facet oplus minus icons */
span.plus-icon, span.minus-icon {
    float: right;
    font-weight: bold;
    font-size: 20px;
}


.ss__facet {
    -max-height: 400px;
    -max-height:400px;
    -overflow-y: scroll; /* Vertical scrolling */
    -overflow-x: hidden; /* Hide horizontal scrollbar */
    border: none;

    /* Hide the scrollbar */
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: transparent transparent; /* Firefox */
}

/* For WebKit browsers (Chrome, Safari) */
.ss__facet::-webkit-scrollbar {
    width: 3px;
}

.ss__facet::-webkit-scrollbar-thumb {
    background-color: transparent;
}

/* Optionally, you can style the vertical scrollbar */
.ss__facet::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Background color of the track */
}

.ss__facet::-webkit-scrollbar-thumb {
    background-color: #888; /* Color of the thumb */
}





/* show more and show less button */
.show_button {
    background:lightgrey;
    color:blue;
}

.ss-14sybaw img {
    width:100%!important;
    margin: 0 auto;
}






/* Remove Filter Icon */
img.remove-filter-icon {
    width: 20px;
}



.ss-pwahfn .ss__autocomplete__facets {
    
    flex: 0 0 300px;
    
}

/* Default styles */
.ss__autocomplete.ss-pwahfn {
    margin-top: 0px !important;
    width:350%;
	margin-left:-81%;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
    .ss__autocomplete.ss-pwahfn {
        width: 100%; /* Adjust the width for smaller screens */
    }
}


.ss-3pqhfn.ss__result--grid {
    display: block!important;
    width: 100%;
    max-height: 370px;
    min-height: 370px;
}


@media (min-width: 992px) {
.quick-search {
    z-index:auto!important;
}

}


.sale-price {
    margin-left: 10px;
    float: left;
    margin-right:10px;
}



/* Free Shipping badge*/
.free-shipping {
    color: red;
    font-weight: bold;
    margin-left: 5px;
}


.free-shipping-badge {
    margin-left: 5px;
}


/* Free Shipping Icon */
i.fa.fa-truck {
    float: left;
    font-size: 15px;
    margin-right: 5px;
    color: #f05a22;
    font-weight:700;
	margin-top:3px;
}

.free-shiiping {
    color: #f05a22;
    font-weight: 700;
    font-size: 15px;
    font-weight:700;
}


/* New Arrival Badge */
.new-arrival-badge { 
       position: absolute;
    top: 0;
    right: 0;
    margin: 15px;
    border-radius: 50%;
    font-style: normal;
    font-weight: 400;
    font-size: .625rem;
    line-height: .625rem;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    background: #005578;
    height: 2.625rem;
    width: 2.625rem;
    pointer-events: none;
    z-index: 1;
}

img.new-arrival-img {
    width: 50px;
}


img.sale-product-image {
    width: 50px;
    
}

.sale-price-badge {
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px;
    border-radius: 50%;
    font-style: normal;
    font-weight: 400;
    font-size: .625rem;
    line-height: .625rem;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    background: #005578;
    height: 2.625rem;
    width: 2.625rem;
    pointer-events: none;
    z-index: 1;
}



/* Product recommendation Widget Under Product based on SKU */
h3.ss__recommendation__title { 
    text-align: center;
}


.ss-3pqhfn .ss__result__details .ss__result__details__title {
    margin-bottom: 10px;
    text-decoration: none!important;
    color: black;
    width: 195px;
    font-weight:bold;
    display:none;
}

.ss-3pqhfn .ss__result__details .ss__result__details__title:hover {
    text-decoration: none!important;
}

.ss-3pqhfn .ss__result__details:hover {
    
    text-decoration: none!important;
}

.ss-pwahfn, .ss-pwahfn *, .ss-pwahfn ::before, .ss-pwahfn ::after {
    box-sizing: border-box;
    
}




    

.ss-3pqhfn .ss__result__image-wrapper {
    position: relative;
    width: 200px;
}


/* Hide Sidebar on Mobile */
/* Choose Filter Button Instead */
@media (max-width: 767px) {
    .ss__sidebar {
        display: none;
    }
}

/* Make Filter Button Full Width on mobile */
.ss__slideout__button {
    border: 1px solid lightgrey;
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 8px;
    font-size:16px;
}




/* Make sidebar fullwidth on mobile */
.bc-sidebar {
    width: 25%;
    float: left;
    margin-top: 55px;
}

.bc-content {
    width:70%;
    float:right;
}

/* Media query to make the sidebar and content full width on devices with a maximum width of 767 pixels */
@media (max-width: 767px) {
    .bc-sidebar,
    .bc-content {
        width: 100%;
        float: none;
    }
}


/* Start Ratings */

.product-rating {
    margin-left: 10px;
}


span.gold-star {
    color: #f9b311;
    font-size: 15px;
}

span.grey-star {
    color: grey;
    font-size: 15px;
}


/* Product Recommendations */
article.ss__result.ss__result--grid.ss__recommendation__result.ss-3pqhfn {
    border: none;
}


/* Font Awesome Icons */
i.fa.fa-times {
    margin-left: 10px;
    font-size: 10px;
}

.facet-filter-by {
text-transform: capitalize;
    padding: 13px;
    text-align: left;
    font-weight: bold;
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 1;
    border-top: none;
    border-bottom: 0px solid #b5b5b5;
}



div#breadcrumb {
    display: none;
}

.breadcrumb-form {
    display:none;
}


.ss__search-header {
    text-align: left;
    margin-left:20px;
}


.no-results {
    padding:10px;
}

.no-results-recommendation {
    width: 100%;
}


.no-search-page {
    margin--right: 41%;
    padding:1px;
}

@media only screen and (min-width: 769px) {
/* No Searchresults page */
h2.ss__search-header--noresults {
    text-align: left;
    
}

.no-search-page {
    margin-left: -41%;
    width:100%;
    padding:1px;
}

span.ss__search-header__query {
    font-weight:bold;
    font-family:proxima-nova,Helvetica,sans-serif;
}

.no-results-recommendation {
    width: 100%;
}
}

.ss__oq {
    float: left;
    
    font-weight: bold;
    font-family:proxima-nova,Helvetica,sans-serif;
}

@media only screen and (max-width: 769px) {
    .ss__oq {
    
    
    font-weight: bold;
    font-family:proxima-nova,Helvetica,sans-serif;
}
}


.recommendation-base-price {
    margin-left:10px;
    margin-right:10px;
    float:left;
}

.recommendation-commercial-price {
    margin-left:10px;
}

/* Inline Banner */

.ss-11pvwu4 {
    height:auto!important;
    padding:10px;
    float: left;
    
}

/* Remove header banner from preview search */
.ss-pwahfn .ss__autocomplete__content .ss__banner.ss__banner--header, .ss-pwahfn .ss__autocomplete__content .ss__banner.ss__banner--banner {
    display:none;
}

.ss__inline-banner.ss__inline-banner--grid.ss__results__inline-banner.ss-11pvwu4 {
    width: 33%;
    height:350px!important;
}

.ss-11pvwu4.ss__inline-banner--grid {
    flex-direction: column;
    
}



/*related categories */
button#facetToggle-department {
text-transform: capitalize;
    padding: 13px;
    text-align: left;
    font-weight: bold;
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 1;
    border-top: 1px solid #b5b5b5;
    border-bottom: 0px solid #b5b5b5;
}

.accordion > dt > button:hover, .accordion > dt > button:focus {
color:black!important;
}


/* Custom HTML Banners Styles */
.sbanner-container {
width:100%;
margin:0 auto;
}

.sbanner-link {
text-decoration:none;
}

.sbanner-title {
text-align:center;
font-size:25px;
font-weight:bold;
padding:10px;
}

.sbanner-image {
width:90%;
padding:10px;
}

.sbanner-button {
padding:10px;
text-align:center;
width:100px;
margin:0 auto;
background:black;
color:white;
cursor:pointer;
}


@media only screen and (max-width: 767px) {
    .add-to-cart-buttons {
        /* Adjust margins or padding for better layout on smaller screens */
        margin-top: -100%; /* Adjust this value as needed */
    }
}



li.ss__filters__filter::before {
    display: none;
}


