.page-search .product-listing .addtocart button {

    padding: 0 20px;
    height: 40px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    background:#ffe55c;
    color: #333;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    margin-right: 8px;
    margin-bottom: 8px;
    border: solid 1px transparent;
    display: none;
}
.page-productList .product-listing .addtocart button:hover,
.page-productList .product-listing .addtowishlist-component:hover,
.page-search .product-listing .addtocart button:hover,
.page-search .product-listing .addtowishlist-component:hover,
.view-product-details-wrapper:hover {
    background: #fad40d;
}
.page-search .product-listing  .product-item:hover #addedtowishlist a:hover {
    background: #4db542;
    cursor: pointer;
}
.page-productList .product-listing  .product-item:hover #addedtowishlist a:hover {
    background: #4db542;
    cursor: pointer;
}
.product-listing .description {
    margin: 0;
}
.page-search .product-listing.product-list .thumb {
    width: 110px;
}
.page-search .results h3 {
    margin-top: 15px;
    margin-bottom: 0;
}
.page-search .results h4 {
    margin-bottom: 10px;
}
.page-search .prod-detail {
    display: inline-block;
}
.page-search .product-listing a.name {
    margin: 0;
}
.page-search .SearchResultsList-ListAddToCartAction {
    /*float: right;*/
    position: inherit;
}
.facet-list .ti-close {
    font-size: 12px;
    padding-left: 10px;
    font-weight: bold;
}
.pagination-bar {
  margin: 0;
}
.pagination-bar  select#sortOptions1{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 215px;
    margin: 0;
    border: none;
    box-shadow: none;
    background: #e1e1e1;
    border-radius: 0;
}
.search-grid-page .form-group i {
    position: absolute;
    font-size: 18px;
    left: 280px;
    top: 7px;
    z-index: 2;
    pointer-events: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
}
.pagination-wrap, .pagination-wrap-top {
    border-top: solid 1px #E1E1E1;
    border-bottom: solid 1px #E1E1E1;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 25px;
}
.pagination-wrap.empty-pagination {
    border: none;
}
.pagination-bar.top .pagination-wrap {
    display: none;
}
.pagination-bar.top .pagination {
    display: none;
}
.pagination-bar.bottom .pagination{
    width: 100%;
    display: block;
    /*text-align: left;*/
    text-align: center;
}
.pagination-bar.bottom .pagination > li {
    display: inline-block;
}
.pagination-bar.bottom .pagination > li:hover {
    cursor: pointer;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
   background-color: #308CCF;
    border-bottom-color: #308CCF;
    box-shadow: none;
}
.pagination > .active > span {
    padding: 6px 0 0 0;
    /*margin: 0 4px;*/
}
.pagination li.previousLink a,
.pagination li.nextLink a{
    width: auto;
    border: none;
    color: #308CCF;
    text-transform: uppercase;
    font-size: 15px;
}
.pagination li.previousLink a:hover,
.pagination li.nextLink a:hover{
    background: transparent;
}
.pagination > li > a, .pagination > li {
    background: #E1E1E1;
    border-color: #E1E1E1;
}
.pagination > li.previousLink > a, .pagination > li.previousLink,
.pagination > li.nextLink > a, .pagination > li.nextLink {
    background: transparent;
}
.border-pagination {
    border-top: 1px solid #E1E1E1;
    margin-bottom: 6px;
}

.page-search .pagination-bar .form-group {
    width: auto;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}

.search-empty {
    margin-top: 60px;
    padding-bottom: 100px;
}
/* Grid */
.search-grid-page .product-listing  {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    clear: both;
    padding: 0 15px;
}

/* Hover for list grid */
.product-item .thumb:before {
    content: '';
    /*width: 250px;
    height: 250px;*/
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    background: none;
    transition: all 0.3s;
}
.product-item:hover .thumb:before {
    background: #000;
    opacity: 0.7;
}

.search-grid-page .product-listing .product-item:hover .addtocart,
.page-search .product-listing  .product-item:hover .addtocart button,
.search-grid-page .product-listing .product-item:hover .view-product-details-wrapper
 {
    display: block;
}
.search-grid-page .product-listing .product-item:hover #addedtowishlist,
.page-search .product-listing  .product-item:hover #addedtowishlist a,
.page-productList .product-listing  .product-item:hover #addedtowishlist a
{
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    background: #4dbf42;
    text-align: center;
    color: #fff;
    height: 40px;
    line-height: 40px;
}
.search-grid-page .product-listing .product-item.non-sellable:hover .addtocart,
.page-search .product-listing  .product-item.non-sellable:hover .addtocart button
{
    display: none;
}
.search-grid-page .product-listing .product-item.non-sellable:hover .requestQuote-wrapper {
    display: block;
}
.search-grid-page .product-listing .product-item.non-sellable:hover #addedtowishlist,
.page-search .product-listing  .product-item.non-sellable:hover #addedtowishlist a {
    display: none;
}

.search-grid-page .product-listing .product-item.non-sellable:hover .btn.js-add-to-cart.nonSellable {
    display: block;
}
/*=============================*/
.search-grid-page .product-item {
    width: 250px;
    float: left;
}
.search-grid-page .product-listing.product-list .product-item:nth-child(2n),
.page-favorites .product-listing.product-list .product-item:nth-child(2n){
    background: #fff;
}
.search-grid-page .product-listing.product-list .thumb,
.page-favorites .product-listing.product-list .thumb {
    width: 250px;
    height: 250px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border: solid 1px #e1e1e1;
}
.product-listing.product-list .thumb {
    float: none;
}
.search-grid-page .product-listing.product-list .price-panel,
.page-favorites .product-listing.product-list .price-panel {
    width: 100%;
    display: block;
    float: none;
    font-weight: 600;
}
.search-grid-page .product-listing .price-panel,
.page-favorites .product-listing .price-panel {
    text-align: left;

}
.search-grid-page .product-listing.product-list .product-item + .product-item,
.page-favorites .product-listing.product-list .product-item + .product-item {
    margin-top: 0;
}
.search-grid-page .product-listing .addtocart,
.requestQuote-wrapper {
    /*width: 150px;
    float: right;
    clear:right;
    padding: 0;
    display: none;*/
    width: 200px;
    float: right;
    clear: right;
    padding: 0;
    display: none;
    position: absolute;
    top: 50px;
    z-index: 20;
    left: 26px;
}
.requestQuote-wrapper {
    top: 103px;
}
.search-grid-page .product-listing a.name,
.page-favorites  .product-listing a.name {
    margin: 9px 0 0 0;
    display: inline-block;
    width: 100%;
    line-height: 22px;
    overflow: hidden;
    font-size: 15px;
}
.search-grid-page .product-listing a.name:hover,
.page-favorites  .product-listing a.name:hover {
    color: #0087c0;
}
.search-grid-page .product-listing.product-list .product-item,
.page-favorites .product-listing.product-list .product-item{
    padding: 0;
}
.search-grid-page .product-listing.product-list .product-item
{
    margin: 0 48px 20px 0;
}
.search-grid-page .product-listing.product-list .product-item:nth-child(3n),
.page-favorites .product-listing.product-list .product-item:nth-child(3n){
    margin-right: 0;
}
.search-grid-page .product-listing.product-list .thumb img,
.page-favorites .product-listing.product-list .thumb img{
    width: auto;
    height: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .search-grid-page .product-listing.product-list .thumb img {
        width: auto;
        height: auto;
        min-width: 96px;
        max-width: 150px;
    }
}
.search-grid-page .product-listing.product-list .thumb {
    margin-right: 0;
}
.page-search .page-title-4 .breadcrumb {
    top: 0;
    text-align: left;
}
.product-facet .facet {
    margin: 0;
    padding: 0;
    border: none;
}
.product-facet .facet i {
    float: right;
    margin-top: 5px;
}
.product-facet .facet .facet-list {
    margin: 0 0 10px 0;
}
.js-facet-form.show-facet {
    max-height: 20000px;
    transition: max-height 3s ease-in;
}
.js-facet-form {
    max-height: 0;
    overflow: hidden;
    margin-bottom: 0;
}
.product-facet {
    margin: 0;
}
.tag-list li {
    background: #0092ce;
    color: #fff;
}
.product-facet .facet .facet-list.tag-list li {
    padding: 5px 28px 5px 15px;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
}
.product-facet .facet .facet-list.tag-list li .ti-close {
    margin-right: 11px;
    margin-top: 7px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 16%;
}
.product-facet .facet .facet-list .facet-text {
    font-size: 15px;
}
.product-facet .facet .more,
.product-facet .facet .less {
    padding: 15px 0;
}
#product-facet {
    border-radius: 3px;
    padding: 0 20px;
}
#product-facet > h4 {
    font-weight: 400;
}
.layout-slider {
    margin-bottom: 25px;
}
#filrers-wrap h5 {
   font-weight: normal;
    background: #eaecee;
    padding: 5px 10px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    margin-bottom: 10px;
}
#filrers-wrap h5:hover {
    background: #E2E4E6;
}
.product-facet .facet .facet-name {
    text-transform: none;
    margin-bottom: 0;
    font-weight: normal;
    padding-bottom: 5px;
}
.product-facet .facet .facet-list li {
    padding: 5px 0;
}
.js-show-facets {
    width: 100%;
}
/*=============================
        Search for content
===============================*/

.searc-content-container h4  {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 15px;
    line-height: 25px;
    word-break: break-all;
}
.searc-content-container {
    margin-top: 15px;
}
.searc-content-container .date {
    color: #afb2b4;
    font-size: 14px;
    margin-bottom: 10px;
}
.searc-content-container p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    word-break: break-word;

}
.searc-content-container a {
    text-transform: uppercase;
    color: #2b95d3;
    font-size: 14px;
}
.searc-content-container a:hover {
    text-decoration: underline;
}
.searc-content-container .article {
    padding: 0;
    width: 50%;
    float: left;
}
.searc-content-container .article:nth-child(2n){
    float: right;
}
/*Price slider */

.jslider-pointer {
    background: #0092ce;
}
.jslider {
    display: block;
    width: 100%;
    height: 1em;
    position: relative;
    top: 0.6em;
}
.jslider table {
    width: 100%;
    border-collapse: collapse;
    border: 0;
}
.jslider td,
.jslider th {
    padding: 0;
    vertical-align: top;
    text-align: left;
    border: 0;
}
.jslider table,
.jslider table tr,
.jslider table tr td {
    width: 100%;
    vertical-align: top;
}
.jslider .jslider-bg {
    position: relative;
}
.jslider .jslider-bg i {
    height: 5px;
    position: absolute;
    font-size: 0;
    top: 0;
}
.jslider .jslider-bg .l {
    width: 10%;
    background: #EBECEE;
    left: 0;
}
.jslider .jslider-bg .f {
    width: 80%;
    left: 10%;
    background: #EBECEE;
}
.jslider .jslider-bg .r {
    width: 10%;
    left: 90%;
    background: #EBECEE;
}
.jslider .jslider-bg .v {
    position: absolute;
    width: 60%;
    left: 20%;
    top: 0;
    height: 5px;
    background: #C0D7E5;
}
.jslider .jslider-pointer { width: 13px; height: 15px; position: absolute; left: 20%; top: -4px; cursor: pointer; cursor: hand; }
.jslider .jslider-pointer-hover { background-position: -20px -60px; }
.jslider .jslider-pointer-to { left: 80%; }

.jslider .jslider-label { font-size: 9px; line-height: 12px; color: black; opacity: 0.4; white-space: nowrap; padding: 0px 2px; position: absolute; top: -18px; left: 0px; }
.jslider .jslider-label-to { left: auto; right: 0; }

.jslider .jslider-value { font-size: 9px; white-space: nowrap; padding: 1px 2px 0; position: absolute; top: -19px; left: 20%; background: white; line-height: 12px; -moz-border-radius: 2px; -webkit-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; }
.jslider .jslider-value-to { left: 80%; }

.jslider .jslider-label small,
.jslider .jslider-value small { position: relative; top: -0.4em; }

.jslider .jslider-scale { position: relative; top: 9px; }
.jslider .jslider-scale span { position: absolute; height: 5px; border-left: 1px solid #999; font-size: 0; }
.jslider .jslider-scale ins { font-size: 9px; text-decoration: none; position: absolute; left: 0px; top: 5px; color: #999; }

.jslider-single .jslider-pointer-to,
.jslider-single .jslider-value-to,
.jslider-single .jslider-bg .v,
.jslider-limitless .jslider-label { display: none; }

#filrers-wrap {

    padding: 0;
    border-radius: 3px;
}
#filrers-wrap > h4 {
    display: none;
}
#show-prod-only .facet-mark {
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-right: 10px;
    border: 1px solid #a9afb7;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    margin-top: -3px;
}
#show-prod-only .facet-checkbox:checked + .facet-label .facet-mark {
    background: #0092ce;
    border: 1px solid #0092ce;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
}
#show-prod-only {
    width: 100%;
    padding: 15px 0;
}
.sort-by {
    padding-right: 15px;
}

/*=======================================================
                All Products
========================================================*/

.page-productList .product-facet {
    margin-top: 0;
}
.page-productList .product-listing .addtocart button,
.view-product-details-wrapper {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 20px;
    height: 40px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    background: #ffe55c;
    color: #333;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    margin-right: 8px;
    margin-bottom: 8px;
}
.view-product-details-wrapper {
    padding: 0 10px;
    margin: 10px 0 0 0;
    display: none;
}
.view-product-details-wrapper a {
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    font-weight: bold;
}
.page-search .product-listing .description,
.page-productList .product-listing .description{
   margin: 0;
    line-height: 20px;
    text-align: left;
    font-size: 14px;
}
.page-search .product-listing .description p {
    margin-bottom: 0;
}
.sort-refine-bar p,
.sort-refine-bar span {
    margin-bottom: 0;
    text-transform: uppercase;
}
.product-item .price {
    height: 30px;
}

/* Add to favorite for search grid */
.visible-on-hover #addedtowishlist  {
    background: #4dbf42;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
}
.visible-on-hover #addedtowishlist a {
    color: #fff;
}
.visible-on-hover #addedtowishlist:hover {
    background: #47b13d;
}
.searchSpellingSuggestionPrompt {
    padding: 0 0 15px 0;
}
.searchSpellingSuggestionPrompt a {
    text-decoration: underline;
}

/*=======================================================
                Content blocks
========================================================*/

.content-block-section {
    margin: 20px 20px 50px 20px;
    border-bottom: solid 1px #e1e1e1;
}
.content-block-section .content-block-img img {
    width: 100%;
}
.content-block-section .content-block-alterText p {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    margin: 15px 0;
    border-bottom: solid 1px #ffe55c;
    padding-bottom: 5px;
}
.content-block-section .content-block-alterText p:before {
    font-family: 'themify';
    content: "\e661";
    padding-right: 10px;
}
.content-block-section .content-block-content p {
    font-size: 14px;
    margin-bottom: 15px;
    color: #565656;
}
.content-block-section .content-block-content p:before {
    font-family: 'themify';
    content: "\e6e2";
    padding: 0 10px 0 10px;
    font-size: 12px;
    color: #ffe55c;
}
.content-block-link {
    text-align: right;
    line-height: 40px;
}
.content-block-link a {
    display: inline-block;
    margin-bottom: 15px;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-transform: lowercase;
    background-color: #ffe55c;
    text-align: center;
    color: #333;
    font-size: 14px;
    border: 1px solid #ffe55c;
}
.content-block-link a:empty {
   display: none;
}
.content-block-link a:hover {
    background: #fad40d;
    border: 1px solid #debb04;
}
.content-block-link a:after {
    font-family: 'themify';
    content: "\e661";
    padding-left: 10px;
    font-size: 12px;
}

/*For search page links and big catalog img*/
.left-search-part .widget .list-group-item,
.all-prod .widget .list-group-item{
    border: none;
}
.left-search-part .list-group-item li,
.all-prod .list-group-item li{
    border: none;
    padding-left: 5px;
}
.left-search-part .list-group-item li a:hover,
.all-prod .list-group-item li a:hover{
    text-decoration: underline;
}
.left-search-part .list-group-item li:after,
.all-prod .list-group-item li:after{
    content: '\e628';
    font-family: themify;
    color: #0092ce;
}
.left-search-part a img, .left-search-part img,
.all-prod .col-md-3 a img, .all-prod .col-md-3 img{
    margin: 5px 20px;
    max-width: 250px;
    width: auto;
}
.search-grid-page .col-md-3,
.all-prod .col-md-3{
    float: left;
}
.search-grid-page .col-md-9,
.all-prod .col-md-9 {
    float: right;
}

@media(min-width: 320px) and (max-width: 991px) {
    .search-grid-page {
        display: inline-block;
        width: 100%;
    }
    .search-grid-page .col-md-3,
    .all-prod .col-md-3{
        float: none;
    }
    .search-grid-page .col-md-9,
    .all-prod .col-md-9{
        float: none;
    }
    .left-search-part a img, .left-search-part img, .all-prod .col-md-3 a img, .all-prod .col-md-3 img{
        margin-bottom: 15px;
    }
    .pagination-wrap, .pagination-wrap-top {
        margin-bottom: 0;
    }

}
@media(min-width: 992px) and (max-width: 1279px) {
    .left-search-part a img, .left-search-part img, .all-prod .col-md-3 a img, .all-prod .col-md-3 img{
        width: 90%;
        margin: 5px 5%;
    }
}