
.breadcrumb-item.active>.breadcrumb-text {
    color: #717171;
  }
  
  
  .breadcrumb-wrapper {
    background-color: #EDF0F3;
    margin-left: 6vw;
    /* padding-top: 18px; */
    padding-left: 19px;
    padding-right: 10px;
    padding-bottom: 8px;
    height: var(--desktop-breadcrumb-height);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /* justify-content: space-start; */
  
  }

  .breadcrumb-wrapper {
    margin-left: 6vw;
  }
  
  
  .breadcrumb-item {
    position: relative;
    font-size: var(--font-size-13);
    line-height: 1rem;
  }
  
  .breadcrumb-wrapper .breadcrumb {
    --bs-breadcrumb-margin-bottom: 0rem;
    --bs-breadcrumb-padding-y: 1rem;
    flex-wrap: nowrap;
    align-items: center;
    white-space: nowrap;
    max-width: 100%;
    overflow-x: scroll;
  }
  
  
  .breadcrumb-item>.breadcrumb-text {
    text-decoration: none;
    font-size: 13px;
    color: #0066C0;
  }
  
  .breadcrumb>.active {
    color: #717171;
  }
  
  /* .breadcrumb-item+.breadcrumb-item::before {
    content: "";
    position: relative;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #a1a5b7;
    margin: 0 0.5rem;
    padding-right: 0px;
  }
   */

   .breadcrumb .breadcrumb-item i {
    font-size: var(--font-size-13);
  }

   .breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, "");
   }

   .breadcrumb-item+.breadcrumb-item {
    padding-left: 5px;
   }
  .breadcrumb-wrapper .vendor-title-mobile span {
    color: #0066C0;
    font-size: 13px;
  }
  
  .breadcrumb-wrapper .vendor-title-desktop span {
    color: #0066C0;
    font-size: 12px;
  }
  
  .breadcrumb-wrapper .vendor-title-desktop img {
    width: 31px !important;
    height: 25px !important
  }
  
  .breadcrumb-wrapper .product-title {
    font-size: 20px;
  }
  
  .ticker {
    white-space: var(--breadcrumb-title-word-wrap);
    overflow-wrap: break-word;
  }
  
  .ticker_item {
    font-family: 'Poppins', sans-serif;
  
  }

  
/* Media Query Start */

/* -----after 992px----- */
@media (min-width: 992px) {

  .breadcrumb-wrapper+nav,
  .breadcrumb-wrapper .breadcrumb-bar {
    width: 100%;
  }


  .breadcrumb-wrapper .breadcrumb {
    --bs-breadcrumb-item-padding-x: 1.5rem !important;
  }


  /* start */

  .breadcrumb-item>.breadcrumb-text {
    font-size: 11px;
  }

  .breadcrumb-wrapper .vendor-title-desktop img {
    width: 26px !important;
    height: 19px !important;
  }

  .breadcrumb-wrapper .vendor-title-desktop span {
    font-size: 11px;
  }

  .ticker_item {
    font-size: 15px;
    max-height: 50px;
    overflow-y: scroll;
  }

  .ticker_item::-webkit-scrollbar {
    width: 2px;
    display: inline;
  }
  .ticker_item::-webkit-scrollbar-thumb {
    background: #888; 
  }
  .ticker_item::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

  .breadcrumb-wrapper {
    height: calc(var(--desktop-breadcrumb-height) + var(--desktop-breadcrumb-title-next-line-height));
  }


  @media (max-height: 500px) {
   

    :root {
      --desktop-breadcrumb-height: 25%;
    }

    .breadcrumb-wrapper .breadcrumb {
      --bs-breadcrumb-padding-y: 0.3rem;
    }

  }

  @media (min-height: 500px) {
   

    :root {
      --desktop-breadcrumb-height: 25%;
    }

    .breadcrumb-wrapper .breadcrumb {
      --bs-breadcrumb-padding-y: 0.6rem
    }

  }

  @media (min-height: 600px) {
   

    :root {
      --desktop-breadcrumb-height: 20%;
    }

    .breadcrumb-wrapper .breadcrumb {
      --bs-breadcrumb-padding-y: 0.7rem
    }


  }

  @media (min-height: 700px) {
   
    :root {
      --desktop-breadcrumb-height: 17%;
    }

    .breadcrumb-wrapper .breadcrumb {
      --bs-breadcrumb-padding-y: 0.8rem
    }


  }

  @media (min-height: 800px) {
    :root {
      --desktop-breadcrumb-height: 15%;
    }

    .breadcrumb-wrapper .breadcrumb {
      --bs-breadcrumb-padding-y: 0.9rem
    }

  }

  @media (min-height: 900px) {
    :root {
      --desktop-breadcrumb-height: 13%;
    }

    .breadcrumb-wrapper .breadcrumb {
      --bs-breadcrumb-padding-y: 1rem
    }


  }

  @media (min-height: 1080px) {
    :root {
      --desktop-breadcrumb-height: 11%;
    }

    .breadcrumb-wrapper .breadcrumb {
      --bs-breadcrumb-padding-y: 1rem
    }

  }
}

@media (min-width: 1200px) {

  .breadcrumb-item>.breadcrumb-text {
    font-size: 12px;
  }

  .breadcrumb-wrapper .vendor-title-desktop img {
    width: 28px !important;
    height: 21px !important;
  }


  .breadcrumb-wrapper .vendor-title-desktop span {
    font-size: 12px;
  }

  .ticker_item {
    font-size: 16px;
    max-height: 50px;
  }


  /* Height Starts for 1200+ */
  @media (max-height: 500px) {
   
    :root {
      --desktop-breadcrumb-height: 29%;
    }

    .breadcrumb-wrapper .breadcrumb {
      --bs-breadcrumb-padding-y: 0.3rem
    }




  }

  @media (min-height: 500px) {
   

    :root {
      --desktop-breadcrumb-height: 27%;
    }

    .breadcrumb-wrapper .breadcrumb {
      --bs-breadcrumb-padding-y: 0.6rem
    }

   

  }

  @media (min-height: 600px) {
  

    :root {
      --desktop-breadcrumb-height: 22%;
    }

    .breadcrumb-wrapper .breadcrumb {
      --bs-breadcrumb-padding-y: 0.7rem
    }

    

  }

  @media (min-height: 700px) {
    

    :root {
      --desktop-breadcrumb-height: 19%;
    }

    .breadcrumb-wrapper .breadcrumb {
      --bs-breadcrumb-padding-y: 0.8rem
    }


    

  }

  @media (min-height: 800px) {
   

    :root {
      --desktop-breadcrumb-height: 17%;
    }

    .breadcrumb-wrapper .breadcrumb {
      --bs-breadcrumb-padding-y: 0.9rem
    }


    

  }

  @media (min-height: 900px) {
    

    :root {
      --desktop-breadcrumb-height: 14%;
    }

    .breadcrumb-wrapper .breadcrumb {
      --bs-breadcrumb-padding-y: 1rem
    }

   

  }

  @media (min-height: 1080px) {
    


    :root {
      --desktop-breadcrumb-height: 12%;
    }

    .breadcrumb-wrapper .breadcrumb {
      --bs-breadcrumb-padding-y: 1rem
    }


    

  }

}

@media (min-width: 1400px) {

  
  .breadcrumb-item>.breadcrumb-text {
    font-size: 13px;
  }

  .breadcrumb-wrapper .vendor-title-desktop img {
    width: 30px !important;
    height: 23px !important;
  }


  .breadcrumb-wrapper .vendor-title-desktop span {
    font-size: 13px;
  }

  .ticker_item {
    font-size: 17px;
    max-height: 52px;
  }



  



  /* Height Starts for 1400+ */
  @media (max-height: 500px) {
   

    :root {
      --desktop-breadcrumb-height: 33%;
    }

    .breadcrumb-wrapper .breadcrumb {
      --bs-breadcrumb-padding-y: 0.3rem
    }



  }

  @media (min-height: 500px) {
  

    :root {
      --desktop-breadcrumb-height: 28%;
    }

    .breadcrumb-wrapper .breadcrumb {
      --bs-breadcrumb-padding-y: 0.6rem
    }

 


  }

  @media (min-height: 600px) {
  
    :root {
      --desktop-breadcrumb-height: 23%;
    }

    .breadcrumb-wrapper .breadcrumb {
      --bs-breadcrumb-padding-y: 0.7rem
    }

   

  }

  @media (min-height: 700px) {
   
    :root {
      --desktop-breadcrumb-height: 20%;
    }

    .breadcrumb-wrapper .breadcrumb {
      --bs-breadcrumb-padding-y: 0.8rem
    }


   

  }

  @media (min-height: 800px) {
   

    :root {
      --desktop-breadcrumb-height: 17%;
    }

    .breadcrumb-wrapper .breadcrumb {
      --bs-breadcrumb-padding-y: 0.9rem
    }


   

  }

  @media (min-height: 900px) {
    

    :root {
      --desktop-breadcrumb-height: 15%;
    }

    .breadcrumb-wrapper .breadcrumb {
      --bs-breadcrumb-padding-y: 1rem
    }

   

  }

  @media (min-height: 1080px) {
   


    :root {
      --desktop-breadcrumb-height: 13%;
    }

    .breadcrumb-wrapper .breadcrumb {
      --bs-breadcrumb-padding-y: 1rem
    }


  

  }
}

@media (min-width: 1600px) {
 

  .breadcrumb-item>.breadcrumb-text {
    font-size: 14px;
  }

  .breadcrumb-wrapper .vendor-title-desktop img {
    width: 32px !important;
    height: 25px !important;
  }


  .breadcrumb-wrapper .vendor-title-desktop span {
    font-size: 14px;
  }

  .ticker_item {
    font-size: 18px;
    max-height: 54px;
  }



  /* Height Starts for 1600+ */
  @media (max-height: 500px) {
    
    :root {
      --desktop-breadcrumb-height: 34%;
    }

    .breadcrumb-wrapper .breadcrumb {
      --bs-breadcrumb-padding-y: 0.3rem
    }

  


  }

  @media (min-height: 500px) {
  
    :root {
      --desktop-breadcrumb-height: 32%;
    }

    .breadcrumb-wrapper .breadcrumb {
      --bs-breadcrumb-padding-y: 0.6rem
    }

   


  }

  @media (min-height: 600px) {
  

    :root {
      --desktop-breadcrumb-height: 25%;
    }

    .breadcrumb-wrapper .breadcrumb {
      --bs-breadcrumb-padding-y: 0.7rem
    }

   

  }

  @media (min-height: 700px) {
  
    :root {
      --desktop-breadcrumb-height: 21%;
    }

    .breadcrumb-wrapper .breadcrumb {
      --bs-breadcrumb-padding-y: 0.8rem
    }



  }

  @media (min-height: 800px) {
   

    :root {
      --desktop-breadcrumb-height: 18%;
    }

    .breadcrumb-wrapper .breadcrumb {
      --bs-breadcrumb-padding-y: 0.9rem
    }


  }

  @media (min-height: 900px) {
  

    :root {
      --desktop-breadcrumb-height: 16%;
    }

    .breadcrumb-wrapper .breadcrumb {
      --bs-breadcrumb-padding-y: 1rem
    }

   

  }

  @media (min-height: 1080px) {
   


    :root {
      --desktop-breadcrumb-height: 13%;
    }

    .breadcrumb-wrapper .breadcrumb {
      --bs-breadcrumb-padding-y: 1rem
    }


   

  }

}

@media (min-width: 1800px) {

  .breadcrumb-item>.breadcrumb-text {
    font-size: 16px;
  }

  .breadcrumb-wrapper .vendor-title-desktop img {
    width: 34px !important;
    height: 27px !important;
  }


  .breadcrumb-wrapper .vendor-title-desktop span {
    font-size: 16px;
  }

  .ticker_item {
    font-size: 20px;
    max-height: 60px;
  }

 




  /* Height Starts for 1800+ */
  @media (max-height: 500px) {
   
    :root {
      --desktop-breadcrumb-height: 37%;
    }

    .breadcrumb-wrapper .breadcrumb {
      --bs-breadcrumb-padding-y: 0.3rem
    }

   


  }

  @media (min-height: 500px) {
   

    :root {
      --desktop-breadcrumb-height: 35%;
    }

    .breadcrumb-wrapper .breadcrumb {
      --bs-breadcrumb-padding-y: 0.8rem
    }

    


  }

  @media (min-height: 600px) {
   
    :root {
      --desktop-breadcrumb-height: 27%;
    }

    .breadcrumb-wrapper .breadcrumb {
      --bs-breadcrumb-padding-y: 0.9rem
    }

  

  }

  @media (min-height: 700px) {
    

    :root {
      --desktop-breadcrumb-height: 23%;
    }

    .breadcrumb-wrapper .breadcrumb {
      --bs-breadcrumb-padding-y: 1rem
    }


   

  }

  @media (min-height: 800px) {
   

    :root {
      --desktop-breadcrumb-height: 20%;
    }

    .breadcrumb-wrapper .breadcrumb {
      --bs-breadcrumb-padding-y: 1.1rem
    }



  }

  @media (min-height: 900px) {
   

    :root {
      --desktop-breadcrumb-height: 18%;
    }

    .breadcrumb-wrapper .breadcrumb {
      --bs-breadcrumb-padding-y: 1.2rem
    }

   

  }

  @media (min-height: 1080px) {
   


    :root {
      --desktop-breadcrumb-height: 15%;
    }

    .breadcrumb-wrapper .breadcrumb {
      --bs-breadcrumb-padding-y: 1.3rem
    }



  }

}

@media (min-width: 2000px) {}

@media (min-width: 2200px) {}

@media (min-width: 2400px) {}

/* mobile UI */
@media (max-width: 991px) {

  .breadcrumb .breadcrumb-item i {
    font-size:  var(--font-size-10);
  }

  .breadcrumb-wrapper .product-title {
    font-size: 12px;
    margin-top: 7px;
    max-width: 64%;
    overflow-x: scroll;
    white-space: nowrap;
  }

  .ticker-wrap {
    overflow-x: scroll;
  }

  .ticker_item {
    margin-top: 7px;
    font-size: 12px;
    overflow-y: scroll;
    max-height: 40px;
  }

  .breadcrumb-wrapper .breadcrumb {
    --bs-breadcrumb-padding-y: 0rem;
    max-width: 80%;
    overflow-x: scroll;
    white-space: nowrap !important;
    flex-wrap: nowrap;
    --bs-breadcrumb-item-padding-x: 1rem
  }

  .breadcrumb-bar {
    width: 80%;
  }

  .breadcrumb-wrapper .vendor-title-mobile img {
    max-width: 22px;
    max-height: 17px;
  }

  .right-breadcumb-icon {
    line-height: 0.6rem;
    padding-left: 0.5rem;
  }

  .right-breadcumb-icon i {
    font-size: 10px;
    line-height: 1rem;
  }

  .breadcrumb-wrapper .vendor-title-mobile span {
    font-size: 9px;
    color: #0066C0;
  }


  .breadcrumb-wrapper {
    margin-left: 0px;
    padding: 20px 30px 12px 30px;
    height: var(--mobile-breadcumb-height);
    position: fixed;
    top: var(--mobile-nav-height);
    width: 100%;
    z-index: 1;
    left: 0;
    transition: 0.5s ease-in-out;
    opacity: 1;
  }

  .breadcrumb-item>.breadcrumb-text {
    text-decoration: none;
    font-size: 10px;
    padding-right: 0.2rem;
  }

}