/* new plp page related classes */
#sidebar-wrapper {
    position: relative;
    float: left;
    height: 100%;
    width: 21%;
    overflow-y: hidden;
    overflow-x: hidden;
    background: white;
    transition: all 0.5s ease;
   /* border: 1px solid var(--slider-border-color); */
    padding: 5px 0;
    border-radius: 4px;
}

.Searchsidebar {
    padding: 0;
}
.Searchsidebar .categories{
    font-size: 13px;
    display: flex;
    margin-bottom: 10px;
}
.Searchsidebar .categories a h2{
    font-size: 13px;
font-weight: normal;
line-height: 1.5;
padding-top:0;
color:var(--primary-color);
padding:0;

}
.Searchsidebar .categories.sub-category h2{
    font-size: 13px;
font-weight: normal;
line-height: 1.5;
margin-bottom: 0;

}
.Searchsidebar .categories-link{
    color: var(--primary-color);
}
.Searchsidebar .categories-selected{
    color: var(--headings-txt-color);
    font-weight: 500;
    margin-left: 14px;
}
.Searchsidebar .subcategories-link{
    margin-left: 14px;
}
.sideNav .filterHead {
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 600;
}

.Searchsidebar-mobile {
    padding: 0;
}
.Searchsidebar-mobile .categories{
    font-size: 13px;
    display: flex;
    margin-bottom: 10px;
}
.Searchsidebar-mobile .categories-link{
    color: var(--primary-color);
}
.Searchsidebar-mobile .categories-link:hover{
    color: var(--primary-color);
}
.Searchsidebar-mobile .categories-selected{
    color: var(--headings-txt-color);
    font-weight: 500;
    margin-left: 14px;
}
.Searchsidebar-mobile .subcategories-link{
    margin-left: 14px;
    cursor: pointer;
}



.Searchsidebar .categories h2{
    font-size: 13px;
font-weight: normal;
line-height: 1.5;
margin:0;
padding:0;
}
.Searchsidebar .categories.sub-category h2{
    font-size: 13px;
font-weight: normal;
line-height: 1.5;
margin-bottom: 0;

}

.searchsidebarcol {
    display: flex;
    justify-content: end;
    align-items: center;
}

.card.plp_card {
    background-color: var(--white-bg);
    border: 0px solid;
}

.card.plp_card .card-header {
    padding: 0.25rem 15px;
    border-radius: inherit;
    margin-bottom: inherit;
    background-color: var(--white-bg);
    border-bottom: 0;
    border-top: 1px solid var(--slider-border-color)
}

.card.plp_card .card-header .fa-plus:before {
    font-family: "FontAwesome";
    content: "\002B" !important;
    float: right !important;
    font-size: 24px !important;
    font-weight: 600;
    line-height: 18px;
    color: var(--headings-txt-color)
}

.card.plp_card .card-header .fa-minus:before {
    font-family: "FontAwesome";
    content: "\2212" !important;
    float: right !important;
    font-size: 24px !important;
    font-weight: 600;
    line-height: 18px;
    color: var(--headings-txt-color)
}

.card.plp_card i {
    float: right;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    right: 16px;
}

.card.plp_card .card-body {
    padding: 2px 15px 17px 15px;
}

.card.plp_card .card-body .custom-control {
    padding-left: 2px;
}

input.custom-control-input {
    position: absolute;
    left: -24px;
    z-index: 1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.custLabel {
    width: 215px;
    word-break: break-word;
    display: inline-block;
    position: relative;
    max-height: 37px;
    visibility: visible;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow-y: hidden !important;
    overflow-x: visible !important;
    padding-left: 24px;
}

.custLabel::after {
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat;
}

.custLabel::before {
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    border: 1px solid var(--chckbox-border);
    background: white;
}

.count-label {
    margin-left: 7rem;
    margin-top: -1rem;
    font-size: 12px;
    float: right;
    padding-left: 10px;
    margin-right: 10px;
    position: relative;
    display: block;
    min-height: 1.5rem;
    font-weight: 500;
    margin-bottom: 0;
}

.sideNav h2 {
    color: var(--tile-title-color);
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 17px 0 7px;
    margin-bottom: 8px;
    display: inline-flex;
    font-weight: 500;
}
.searchbrand h3, .searchseller h3{
    padding: 1px 0px 0px;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 13px;
}

.sideNav h3 {
    color: var(--tile-title-color);
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 17px 0 7px;
    margin-bottom: 8px;
    display: inline-flex;
    font-weight: 500;
}
.sideNav-mobile h3 {
    color: var(--tile-title-color);
    font-size: 14px;
  
}

.sideNav h5 {
    color: var(--tile-title-color);
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 17px 0 7px;
    margin-bottom: 8px;
    display: inline-flex;
   /* font-weight: 500; */
}

.card.plp_card .searchLabel {
    font-size: 14px;
    padding: 5px 0;
    margin-bottom: 5px;
}
.question-mark{
    position: absolute;
    margin-left: 93%;
    margin-top: -7%;
    border: 1px solid var(--compare-checkbox-border);
    border-radius: 11px;
    padding: 2px;
    font-size: 10px;
    padding-left: 7px;
    padding-right: 7px;
    color: black;
    font-weight: bold;
}
.filterby-count{
    color: var(--popuar-cities-color);
}

.sideNav .custom-control-label {
    font-weight: 400;
    font-size: 13px;
}

.sideNav-mobile h5 {
    color: var(--tile-title-color);
    font-size: 14px;
}

.searchFilter {
    width: 45%!important;
    height: 32px;
    margin-right: 3px;

}
.searchpriceFilter {
    width: 36%;
    height: 32px;
    margin-right: 0;
    font-size: 13px;
    padding-left:10px!important;
    padding-right:10px!important;

}
.searchFilter-gobtn{
    padding: 3px;
    padding-left: 7px;
    padding-right: 7px;
    right: 5%;
    position: absolute;
    width: 42px;
    height: 32px;
    font-size: 13px;
    font-weight:500;
    background-color: white;
    color: var(--primary-color);
}
.searchFilter-gobtn:hover{
    padding: 3px;
    padding-left: 7px;
    padding-right: 7px;
    right: 5%;
    position: absolute;
    width: 42px;
    height: 32px;
    font-size: 13px; 
    background-color: white;
    color: var(--primary-color);
}
.searchpair-subtext{
    color: var(--step-text-color);
    font-size: 12px;
    font-weight: normal;
    margin: 0 3px;
    line-height:17px;
}
.searchpair-text{
    color: var(--step-text-color);
    margin-left: 2px;
    font-size: 13px;
}
.searchFilterBtn {
    border: 1px solid var(--input-border);
    margin-right: 3px;
    padding: 6px 8px;
    border-radius: 4px;
}
.searchFilter_close {
    border: 1px solid var(--input-border);
    margin-right: 3px;
    padding: 0 6px;
    border-radius: 4px;
    color: var(--border-color);
}

.card .searchFilterBtn i.fa-search {
    line-height: 0;
    padding-top: 10px;
}

.card .searchFilter_close i.fa-close {
    line-height: 13px !important;
    float: right;
    font-size: 12px;
    right: auto;
    position: relative;
}
.Search-results-main-filters {
    display: none;
}
.searchfilter-chips img{
	cursor:pointer!important;
}
.searchfilter-chips{
    background-color: var(--search-filter-chips-bg);
    border-radius: 4px;
    width: auto;
    padding: 5px 8px 5px 8px;
    margin: 0px 8px 8px 0;
    display: inline-block;
    font-size: 12px;
    min-height: 28px;
    word-break: break-all;
    max-width:90%;
} 
.searchfilter-text{
    max-width: 94%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
} 
.filter-chips-close{
    margin-left:3px
}
.pricepair input::placeholder {
    font-size: 12px;
}
.search-result-wrapper{
    padding-left:25px!important;
}
.search-input-img{
    float: right;
    line-height: 19px;
    position: absolute;
    right: 18px;
    padding: 4px;
    background:white;
    margin-top:1px
}
.borderradius-4{
    border-radius: 4px;
}
.font-weight-500{
    font-weight: 500!important;
}
.font-weight-400{
    font-weight: 400!important;
}
/* .form-control{
    font-size: 13px;
} */
.text-link{
    color:var(--primary-color)!important;
}
.filter-category-img{
    vertical-align: baseline;
}
#content-wrapper {
    width: 79%;
    padding: 15px 0 15px 15px;
    float: right;
    transition: all 0.5s ease;
}
.srch-label{
    font-size:16px;
    font-weight: 500;
}
.toggle-icon{
    float: right;
    line-height: 18px;
    position: absolute;
    right: 16px;
    margin-top:4px;
}
.toggle-icon-withtextbox{
    float: right;
    line-height: 18px;
    position: absolute;
    right: 16px;
}
.toggle-icon-down{
    float: right;
    line-height: 18px;
    position: absolute;
    right: 16px;
}
.search-bg-color{
    background-color: var(--searchpage-bg-color);
}
.sort-by-default{
	cursor:default!important;
}
.sort-filter-menu{
    display: inline-block;
    font-size: 14px;
    font-weight: 400; 
    margin-right: 28px;
    line-height: 32px;
    cursor: pointer;
}
.sort-filter-menua-active {

     background: var(--primary-color);
    border: 2px solid var(--primary-color);
    cursor: pointer;
    height: 0px;
    display: block;
    border-radius: 4px;
}
.rdyship-mg-btm{
    margin-bottom: 16px;
}

.pagination-disabled {
  pointer-events: none;
}

@media (min-width: 320px) and (max-width: 767px) {
    .search-result-wrapper{
        padding-left: 0!important;
    }
    .question-mark{
        margin-top: -6%;
        margin-left: 94%;
    }
     .searchfilter-text{
        max-width:95%
    }
    
    .footer-third{
    padding-bottom:40px !important;
    }
}
/* Start DI Page related classes */


.di-search-label-1{
 color:black;
 font-weight: 500;
}

.di-search-label-4{
    color: var( --headings-txt-color);
}

.di-search-label-2{
    color: var( --headings-txt-color);
    font-weight: 600;
}

.di-search-label-3.text-muted{
    font-weight: 400;
    color: var(--tile-content-color) !important;
}

label.di-product-min-height {
    margin-bottom: 0px;
    height: 100%;
  }
  
  .di-product-min-height .ProdtileDiv {
    min-height: 214px;
    height:100%;
    border-radius: 4px;
    border: 1px solid var(--divider-color);
  }

  .di-product-min-height .ProdtileDiv .Prodtile-title{
    /* height: 35px;
    -webkit-line-clamp: 2; */
    height: 18px;
    -webkit-line-clamp: 1;
    font-weight:500 !important;
    padding:0 8px;
    word-break:break-all;
  }
  
  .di-product-min-height .ProdtileDiv:hover {
    padding-bottom: 0 !important;
    box-shadow: none;
    border: 1px solid var(--buyer-primary-color);
  }

  .di-product-min-height .ProdtileDiv:hover .Prodtile-title, .di-product-min-height .ProdtileDiv:hover .Prodtile-label-plp{
    color:var(--buyer-primary-color) !important;
  }
  
  .di-product-min-height .Prodtile-img-wrap {
    
      margin: 0 auto;
      text-align: center;
      position: relative;
      aspect-ratio: 1/1;
  }
  
  .di-product-min-height .Prodtile-img-wrap img {
    max-height: 100%;
    z-index: 0;
    height: auto;
    width: auto;
    max-width: 100%;
  }

  .qty-text-box-height {
    height: 14px;
    min-height: 14px !important;
    -webkit-line-clamp: 1;
  }

  .di-product-min-height .img-badge-section {
    text-align: left;
    padding:0 0 10px;
    width:100%!important;
  }

  .di-product-min-height .Prodtile-label-plp{
    font-weight: 400;
    line-height: 14px;
    display: block;
  }
  .di-product-min-height .Prodtile-label-plp.text-muted{
    color: var(--tile-content-color) !important;
  }
  .bestmatch-section{
    height:25px;
    margin-top:6px;
  }

  .plp-bestmatch {
    font-weight: 500;
    background: var(--plp-di-bestmatch);
    border-radius: 4px;
    opacity: 1;
    text-align: center;
    color: white;
    font-size: 10px;
    padding: 3px 4px;
}

  @media only screen and (min-width: 992px){
    .view-all-tiles.plp-di-search-result-page .col-lg {
      flex: 0 0 12.5%;
      max-width: 12.5%;
     }
    }
  @media only screen and (max-width: 767px) {

    .di-product-min-height .ProdtileDiv{
      min-height: 214px;
    }
    .plp-di-height.Prodtile-title {
      margin-top: 0px;
      margin-bottom: 8px;
    }
    .di-product-min-height .qty-block{
      justify-content: center;
      height:14px;
    }

    .middle-no-result{
        margin-top: 85px;
    }
  }
  .noResultLabel {
    font-size:14px;
    color: var(--tile-title-color);
}
	.disableInput{
    	cursor: not-allowed;
    	pointer-events: none;
	}
/* End DI Page related classes */

/* Start PLP Categories Page related classes */

.plp-categories-box .di-product-min-height .ProdtileDiv {
    min-height: 200px;
}

.plp-categories-box .di-product-min-height .Prodtile-img-wrap{
    margin-bottom: 6px;
   
}
.bold {
  font-weight: bold! important;
  }

#content-wrapper.plp-categories-content-wrapper{
    padding-left:25px;
}

.plp-categories-content-wrapper .bg-white, .plp-di-search-result-page{
    border-radius: 4px;
}

@media only screen and (min-width: 992px){

    .view-all-tiles.plp-categories-page .col-lg {
      flex: 0 0 16.66666666666667%;
      max-width: 16.66666666666667%;
     }
     .plp-categories-box-desktop-padding, .label-box-desktop-padding{
        padding-left:0.18em;;
        padding-right:0.18em;
     }
}

@media only screen and (max-width: 767px) {
    #content-wrapper.plp-categories-content-wrapper{
        padding-left:0px;
        }
        .breadCrumbs .breadcrumb-item::after{
        margin:4px 6px 0 6px!important;
    }
    .breadCrumbs{
        width:100%!important;
    }
    .breadcrumb-item+.breadcrumb-item {
        padding-left: 0px!important;
        letter-spacing: 0.01rem;
        padding-right: 0px!important;
    }
    .breadcrumb{
        padding-right:0!important;
    }
    .breadCrumbs .breadcrumb-item+.breadcrumb-item::before, .breadCrumbs .breadcrumb-item:last-child::after {
       display:none;
    }
    .breadCrumbs .breadcrumb-item::after {
        content: "";
        width: 8px;
        height: 10px;
        background-image: url(/static/assets/images/Breadcrumb-Arrow.svg);
        background-repeat: no-repeat;
        background-size: 10px;
        margin-top: 4px;
        margin-right: 0.5rem;
        padding: 0px;
    }
  }
@media (max-width:1300px){
    .searchfilter-text{
        max-width: 92%;
    }
}
/* End PLP Categories Page related classes */

.para-content p {
    color: var(--tile-title-color)!important;
}
.sufin_page_heading input.custom-control-input{
	left:0!important;
}
.badge_cart{
	right:0!important;
}

/* Price Available Tag changes */
  .price-avail-label{
        margin-top: 2px;
    }
.price-available{
  font-size: 12px;
  font-weight: 700;
  color: var( --headings-txt-color);
  line-height: 14px;
  vertical-align: middle;
 }
   .search-result-wrapper .custom-checkbox .custom-control-label::before, .search-result-wrapper .custom-checkbox .custom-control-label::after {
        width: 16px;
        height: 16px;
        border-color: var(--compare-checkbox-border);
        border-radius: 2px;
    }
    #sideNavmainDesktop .custom-checkbox .custom-control-label::before, #sideNavmainDesktop .custom-checkbox .custom-control-label::after {
        width: 16px;
        height: 16px;
        border-color: var(--compare-checkbox-border);
        border-radius: 2px;
    }

















/* DI page related classes */

@media only  screen and (min-width:576px) and (max-width:1199px){
	.showDesktop{
	display:none;
	}
}
@media only  screen and (max-width:575px){
	.hideDesktop{
	display:none;
	}
}
@media only  screen and (min-width:1200px){
	.hideDesktop{
	display:none;
	}
}

.plp-no-results-img {
    padding: 16px 0px 0px 0px;
}
.plp-no-results-txt h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    text-align: center!important;
    margin-bottom: 4px;
}
.plp-no-results-txt p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 0;
}
.plp-variant{
    font-size: 12px;
    font-weight: 400;
    color: var(--buyer-primary-color);
    height: 14px;
    margin-bottom: 8px;
}


<!------ categories section --->
	
.link-wrapper {
        font-size: 12px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: 0px;
        max-width: 100%;
        margin: 0 15px 0 auto;
        color: #666666;
        padding: 15px;
        background: white;
        position: relative;
        font-family: "Roboto", sans-serif;
    }

    .link-wrapper h2,
    .link-wrapper h1,
    .link-wrapper h3 {
        font-size: 12px!important;
    	font-weight: 400!important;
    	margin-top: 10px;
        
    }

    .link-wrapper .d-flex {
        display: flex !important;
    }

    .link-wrapper a {
        color: inherit;
        text-decoration: none;
        font-size: 12px;
        font-weight: normal;
    }

    .link-wrapper a:hover {
        color: #006CB5;
        text-decoration: none;
        font-size: 12px;
        font-weight: normal;
    }

    .link-wrapper .list-none {
        padding-left: 0;
        list-style: none;
        margin-top: 0;
    }

    .link-wrapper .d-inline {
        display: inline !important;
    }

    .link-wrapper .sublink {
        display: inline-block;
    }

    .link-wrapper .sublink:after {
        content: "|";
        padding: 0 4px;
    }

    .link-wrapper .list-none li:last-child .sublink:last-child:after {
        content: "";
    }
    
/* Start Infographics - Historical Trends  */
.price-trends-link {
    position: absolute;
    top: 22px;
    right: 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: var(--primary-color);
    cursor: pointer;
}

.slide-left {
    right: 0 !important;
}

.price-trends-backdrop {
    background: var(--suggestion-shadow-color);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1079;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity .15s linear;
}

.price-trends-overlay {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 999999 !important;
    width: 373px;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: auto;
    background-color: white;
    box-shadow: 0px 3px 6px var(--footer-shadow);
}

.price-trends-content {
    position: relative;
    border: none;
    background-color: white;
    height: 100%;
}

.price-trends-header {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 24px 16px 24px 16px;
    background: white;
    border-bottom: 1px solid var(--sidebar-off-white-bg);
}

.price-trends-header h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 0px;
}

.price-trends-header .price-trends-close {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.price-trends-body {
    max-height: 73vh;
    overflow-y: auto;
    padding: 16px 14px;
}

.price-trends-body::-webkit-scrollbar {
    width: 6px;
}

.price-trends-body::-webkit-scrollbar-track {
    background: white;
}

.price-trends-body::-webkit-scrollbar-thumb {
    background-color: var(--tray-scrollbar-thumb-bg);
    border-radius: 6px;
}

.tmt-bars-label {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;

}

.tmt-bars-uom-label {
    font-size: 10px !important;
    font-weight: 100 !important;
    line-height: 5px !important;
}

.duration-sec span {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: var(--step-text-color)
}

.range-note-txt {
    padding: 9px 13px;
    background-color: var(--badge-bg-color);
    border: 1px solid var(--badge-border-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    border-radius: 4px;
}

.next-step-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: var(--popuar-cities-color);
    padding-bottom: 7px;
    text-align: center;
}

.median-price-sec{
    width: 98px;
}

.median-price-text {
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    text-align: center;
}

.median-price-box {
    background-color: #EFF8FF;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    min-width: 98px;
    max-width: 105px;
    padding: 5px 6px;
    border-radius: 2px;
    border: 1px solid var(--primary-color);
    color: var(--compare-checkbox-border);
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-content: center;
}

.median-info{
    line-height: 10px;
}


.slidecontainer {
    width: 100%;
  }
  
  .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    background-image: linear-gradient(to right, var(--whatsapp-btn-color), var(--percent-off-color));
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 4px;
  }
  
  .slider:hover {
    opacity: 1;
  }
  
  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 21px;
    height: 21px;
    background: white;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    border-radius: 50%;
  }
  
  .slider::-moz-range-thumb {
    width: 21px;
    height: 21px;
    background: white;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    border-radius: 50%;
  }

  .price-txt{
font-size: 13px;
font-weight: 500;
line-height: 15px;

  }

  .price-label{
font-size: 12px;
font-weight: 500;
line-height: 14px;
color: var(--step-text-color);
  }


  .popover-median-price{
    z-index: 99999999 !important;
    max-width: 355px;
    padding: 8px 0px;
  }

  .popover-median-price .popover-header{
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
  }
  .popover-median-price .popover-body{
    padding-left: 8px;
    padding-right: 8px;
  }

  .request-quote-btn,
  .request-quote-btn:hover{
    font-size: 14px !important;
    line-height: 16px !important;
    background-color: var(--primary-color) !important;
    color: white !important;
  }

  @media screen and (min-width:768px) and (max-width:991px) {
    .price-trends-link {
        top: 66px;
    }
}

@media screen and (max-width:767px) {
    .price-trends-link {
        position: relative;
        top: 0px;
        right: 0px;
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
        margin-top: 8px;
    }
    .price-trends-overlay {
        width: 100%;
        -moz-transition: all 0s;
        -webkit-transition: all 0s;
        transition: all 0s;
        z-index: 999999 !important;
    }

    .popover-median-price{
        z-index: 1081;
        max-width: 340px;
      }
}