
/* PLP Responsive CSS  */
@media (min-width: 0px) and (max-width: 340px) {
  .sufin_page_heading .sort-panel, .page-navigation {
      display: block !important;
      text-align: right;
  }
  .sufin_page_heading .page-navigation{
    margin-bottom: 10px;
  }
}
@media (max-width: 399px){
  .headerOne{
    width: 100%;
  }
  .heading span {
    font-size: 14px !important;
  }
  .sufin_page_heading{
    justify-content: center !important;
    display: block ;
  }
  .sufin_page_heading .resultLabel{
    font-size: 0.8rem;
  }
  .sufin_page_heading .page-link{
    font-size: 11px;
  }
  .sufin_main_page_heading{
    /* text-align: center; */
    font-size: 1rem;
  }
  .noResultLabel{
    margin-bottom: 10px !important;
  }
  .selectedFilters{
    display: block;
    /* margin-top: 55px !important; */
  }
  .sort-panel .sort-hamburger {
    padding: 1px 3px 1px 7px !important;
    margin-top: 5px;
  }
  .page-navigation{
    float: none !important;
  }
}

@media (max-width: 300px){
  
  .headerOne{
    font-size: 16px;
  }
  .page-head-content{
    display: block;
    justify-content: unset;
    margin-top: 0px !important;
   
  }
  .sufin_page_heading .page-link, .sufin_page_heading .pagination-arrow{
    font-size: 12px !important;
  }
  .sufin_page_heading span{
    font-size: 16px !important; 
  }

  .pagination{
    justify-content: flex-end;
  }
  
  .sideNav h5{
    font-size: 14px;
  }
  .custLabel{
    width: 160px !important;
  }
  .sort-panel .sort-hamburger{
    padding: 1px 4px 1px 7px;
  }  
  .sort-panel, .page-navigation{
    display: inline-block;
  }
  /* .sort-hamburger .sortby{
    display: none;
  }
  .sort-panel .dropdown-toggle::after{
    display: none;
  } */
  .footer-pagination{
    display: block !important;
  }
  .noResultLabel{
    margin-bottom: 10px !important;
  }
  
}

@media (max-width: 639px) {
  .showing-result-font-size {
    font-size: 14px!important;
    line-height:16px!important;
}
.searchInstead{
  line-height:14px!important;
}
  
  .sideNav{
    /* display: none; */
    width: 100% !important;
    transition: all 0.5s ease;
  }
  .sideNav.collapsed{
    width: 100% !important;
  }
  .sideNav + #content-wrapper{
    width: calc(100% - 41px) !important;
    transition: all 0.5s ease;
    display: block;
  }
  .sideNav.collapsed + #content-wrapper{
    display: none;
  }
  /* .sidebar-nav.navMenu{
    padding-left: 74px;
  } */
  .sideNav.collapsed .sidebar-nav.navMenu{
    padding-left: 0;
    display: block;
  }
  .sideNav .filterHead{
    /* display: none; */
    transition: all 0.5s ease;
  }
  .sideNav.collapsed .filterHead{
    display: inline-block;
    transition: all 0.5s ease;
  }
  .toggle-sidebar i{
    transform: rotateZ(180deg);
  }
  .selectedFilters{
    margin-top: 10px;
  }
  .custLabel{
    width: 254px;
  }
  .count-label {
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    right: 0;
    float: none;
    top: 0px;
  }
  .page-head-content{
    display: block;
    justify-content: unset;
    margin-top: 0px !important;
  }
  .sort-panel, .page-navigation{
    display: inline-block;
    float: right;
  }
  .noResultLabel{
    margin-bottom: 10px !important;
  }
  .footer-pagination{
    display: block !important;
  }
}

@media (max-width: 768px) {
  .page-head-content{
    display: block;
  }  
  .page-head-content .sufin_page_heading{
    justify-content: space-between;
  }
  .noResultLabel{
    margin-bottom: 20px !important;
    font-size: 14px;
  }
  .footer-pagination{
    display: block !important;
  }
  /* .sort-panel .sortby{
    display: none;
  }
  .sort-panel .dropdown-toggle::after{
    display: none;
  }
  .sort-panel .sort-hamburger{
    padding: 3px 3px 3px 7px;
  } */
}


@media (min-width: 640px) and (max-width: 991.98px) {
  .page-head-content{
    display: block;
  }
  #sidebar-wrapper{
    width: 30%;
  }
  #content-wrapper{
    width: 70%;
  }
  .sideNav.collapsed{
    width: 41px !important;
    transition: all 0.5s ease;
  }
  .sideNav.collapsed + #content-wrapper{
    width: calc(100% - 41px) !important;
    transition: all 0.5s ease;
    display: block;
  }
  /* .selectedFilters{
    margin-top: 25px;
  } */
  .footer-pagination{
    display: block !important;
  }
  .noResultLabel{
    margin-bottom: 10px !important;
  }
}

/* new media queries css */
@media (min-width: 320px) and (max-width: 767px) {
 
  .sort-panel{
    display: none;
  }
  #Serach-compare-modal{
    display: none !important;
  }
  #sideNavmainDesktop{
    display:none;
   }
   #content-wrapper{
     width: 100%;
     padding: 15px 0px 15px 0px;
   }
  #sideNavmainMobile{ display: block;}
  .search-main-modal show{ display: block;}
  .Search-results-main-filters{
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    height: 50px;
    background: white;
    padding: 5px;
    border: 2px solid var(--search-color);
    max-width: 100%;
  }
  .Search-results-button{
    padding-bottom: 0px;
    padding-top: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: var(--email-color);
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 12px;
    width: 100%;
  }
  .Search-resultsfilter-button{
    margin: 0 auto;
    color: var(--email-color);
    font-size: 14px;
    display: block;
  }
  .Search-results-button:hover,.Search-results-button:focus,
  .Search-resultsfilter-button:hover, .Search-resultsfilter-button:focus{
    color: var(--email-color);
    text-decoration: none;
    box-shadow:none;
    
  }
  .fa-bars-sort::before{
    content: '\F3C6';
  }
  .Search--results-border{
    border-right: 2px solid var(--search-color);
  }
  .animate-bottom {
    position: relative;
    animation: animatebottom 0.4s;
  }
  
  @keyframes animatebottom {
    from {
      bottom: -300px;
      opacity: 0;
    }
  
    to {
      bottom: 0;
      opacity: 1;
    }
  }
  .searchanimation{
    bottom: 0;
    /* position: absolute; */
    width: 100%;
    max-width: 100%;
    margin: 0;
   
  }
  .modal-content{
    /* border-top: none !important; */
    border-top: 2px solid var(--search-color) !important;
    border: none;
  }
  #FilterbyModal .modal-content{
    /* border-top: none !important; */
    border-top: 2px solid white!important;
    border: none;
  }
  .search-main-modal{
    width:100%;
    /* background: white; */
    border: 1px solid rgb(234, 234, 234);
    height: 100%;
    position:fixed;
    z-index: 99999;
  }
  #FilterbyModal{
      background: white; 
  }
  .searchmodalfooter{
    position: fixed;
    bottom: 0;
    width: 100%;
    border: 1px solid var(--tab-border-color) !important;
    padding: 0;
    background:white;
    z-index:9999999!important;
  }
  .searchmodalbody{
    max-height: 100%!important;
    padding-bottom: 50px!important;
  }
  .search-filterfooter{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .search-filterfooter:hover,.Ssearch-filterfooter:focus{
    color: var(--email-color);
    text-decoration: none;
    box-shadow:none;
  }
  .search-mobile-custom-control{
    padding-left:1.5rem !important
  }
  .custom-control{
    padding-left: 0;
  }
  .SearchSortby-filter{
    bottom: 0;
    position: absolute;
    width: 100%;
    margin: 0;
    max-width: 100%;
  }
  .Search-sortby-filterheader{
    height: 56px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid var(--search-color);
    color: var(--email-color);
    font-weight: 600;
    border-left: 3px solid transparent;
    border-top:0;

  }
  .Search-sortby-filter{
    height: 56px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid var(--search-color);
    color: var(--tile-title-color);
    border-left: 3px solid transparent;
    border-top:0;
  
  }
  .Search-sortby-filter:active,.Search-sortby-filter:focus{
    background: transparent;
    border-left: 3px solid var(--primary-color);
  
    color: var(--primary-color);
  }
  .seracch-sortby-filterbody{
    padding: 0 0 0 0 !important;
  }
  #sidebar-wrapper{
    border: 2px solid transparent;
    padding: 0px;
    max-width: 100%;
    width: 100%;
  }
  .Search-filter-container{
    max-width: 100%;
    background: white;
  }
  .selectedFilters{
    /* border-top: 2px solid var(--input-border); */
    padding: 15px 20px 10px 20px;
    border-bottom:0;
  }
  .Search-filter-compare{
    position: fixed;
    bottom: 70px;
  }
  .searchFilter{
    width: 100%;
    max-width: 100%;
  }
  .seracch-sortby-filterbody > .list-group > ul{
    list-style: none;
    padding: 0;
  }
  #More-filters {display: none;}
  .search-filter-mobile-view{
    color: var(--product-tab-hover);
    font-size: 12px;
    padding: 8px 0 0 8px;
    margin: 0;
    width: 100%;
  }
}
/* new media queries css */