 /* def style*/
  .navbar-toggler {
    display: none;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 30px;
    position: relative;
    top: 5px;
 }
 .sm-flex-col {
    flex-direction: row;
 }
 
#desktop {
    display: block;
}
/* mobile nav */
@media (max-width: 767.98px) {
   #desktop {
    display: none;
   }
  
    #navbarSupportedContent {
    background-color: #006795;
    padding: 1rem;
  }
  
  #navbarSupportedContent a {
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #dddddd61;
    padding-bottom: 10px;
  }

  #navbarSupportedContent nav {
    flex-direction: column;
    gap: 10px;
  }
 .navbar-toggler {
    display: block;
  }
  
}

 /* Small Devices */
 @media (max-width: 576px) {
    .category-links a {
        font-size: 13px;
    }
   .promo-search-section .sm-flex-col {
    flex-direction: column-reverse;
   }
   .offer-card .slick-head {
    padding: 20px;
   }
   .promo-content {
    max-height: 473px;
    flex-direction: column-reverse;
   }
   .promo-content .content {
    padding-left: 0rem;
   }
   .promo-box h2{
    font-size:25px;
   }
   .promo-box p {
    font-size: 20.43px;
   }
   .promo-content h1 {
        font-size: 38px;
   }
   .promo-content .content h2 {
        font-size: 30px !important;
   }
   .promo-content .content p {
        margin-top: 10px;
   }
   .product-viewer {
    flex-direction: column;
    padding: 10px;
   }
   .thumbnails img {
    width: 76px !important;
    height: 75px;
   }
   .thumbnails {
    margin-bottom: 20px;
   }
   .main-image-container {
    width: 100%;
    height: 300px;
   }
   .product-details h4 {
    font-size: 32px;
    line-height: 40px;
   }
   .supplier-card {
    flex-direction: column;
    height: auto;
    margin-bottom: 8px;
   }
}