/* Add custom CSS styles below */ 
.s-cart-summary-count{
background-color:#BF9B30 !important;
}

.navbar{
background-color:#000000 !important;
color:#fefefe !important;
}

.navbar .flex{
color:#fefefe !important;
}

.navbar .flex .more-one-sub{
color:#000000 !important;
}

.app-inner{
margin-top:0;
}

.swiper-slide{
margin:0;
}
  
  .flex img{
 /* gap:36px; */
 margin-bottom:36px;
  }

    
    
    .store-notify {
      margin-top: 50px !important;
    }
    
    #mainnav > div.inner.bg-inherit {
      top: 56px !important;
  }
    
    .sticky {
      top: 46px;
    }
  
    .pricesBar {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100vw;
      background-color: #000;
      color: #fff;
      padding: 2px 0;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      position: fixed;
      top: 0;
      margin:0;
      z-index: 1000;
    }
  
    .pricesBar ul {
      display: flex;
      justify-content: space-around;
      width: 100%;
      list-style: none;
      padding: 0;
      margin: 0;
      direction: ltr;
    }
  
    .pricesBar ul li {
      text-align: center;
      font-size: 14px;
      color: #fff;
      position: relative;
      padding: 0 20px;
      flex: 1;
    }
  
    .pricesBar ul li .label {
      display: block;
      font-size: 14px;
      color: #fff;
      margin-bottom: 0px;
    }
  
    .pricesBar ul li .price-container {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
    }
  
    .pricesBar ul li .price {
      font-size: 14px;
      font-weight: bold;
      color: #debc5b;
      margin-right: 5px;
    }
  
    .silver-item .price,
    .silver-item .currency {
      color: #a9b0b4 !important;
    }
  
    .silver-item::after {
      background-color: #a9b0b4 !important;
    }
  
    .pricesBar ul li .currency {
      font-size: 12px;
      color: #debc5b;
      margin-right: 5px;
    }
  
    .pricesBar ul li .arrow-icon {
      width: 22px;
      height: 22px;
    }
  
    .pricesBar ul li .label,
    .pricesBar ul li .price {
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }
  
    .pricesBar ul li::after {
      content: "";
      height: 100%;
      width: 0.25px;
      background-color: #debc5b;
      position: absolute;
      right: 0;
      top: 0;
    }
  
    .pricesBar ul li:last-child::after {
      display: none;
    }
  
   @media (max-width: 768px) {
     
       #mainnav > div.inner.bg-inherit {
      top: 24px !important;
  }
     
       .pricesBar ul li{
          margin-top: 0;
          }
     
     .pricesBar ul li .divi{
          display: flex !important;
          font-size: 16px;
          margin-top: 0;
          position: relative;
          justify-content: space-around !important;
          flex-direction: row-reverse !important;
      }
     
     
    .pricesBar ul {
      flex-direction: column;
      align-items: center;
    }
  
    .pricesBar ul li {
      display: none;
      width: 100%;
      margin-bottom: 10px;
    }
  
    .pricesBar ul li.gold-24k-item {
      display: block;
      font-size: 16px; /* Larger font size */
      margin-top: 0;
      position: relative;
    }
  
    .pricesBar ul li.gold-24k-item::before {
      content: "▼"; /* Downward arrow */
      position: absolute;
      left: 35px; /* Moved 50px to the right */
      top: 50%;
      transform: translateY(-50%);
      font-size: 12px;
      color: #debc5b; /* Set color to match gold theme */
      transition: transform 0.3s ease;
    }
  
    .pricesBar ul li.show {
      display: block;
    }

  
    body {
      margin-top: 40px;
    }
  
    .store-notify {
      margin-top: 40px !important;
    }
  
    .sticky {
      top: 40px;
    }
  
    /* Rotate the arrow when the menu is expanded */
    .pricesBar ul li.gold-24k-item.expanded::before {
      transform: translateY(-50%) rotate(180deg);
    }
    
    .flex img{
 margin-bottom:auto;
  }
  }

 .silver-item {
    display: none !important;
}

/* Apply white text to all links and menu items inside the nav */
ul.nav,
ul.nav li,
ul.nav li a,
ul.nav li ul li a,
ul.nav li .sub-menu,
ul.nav li .dropdown-menu {
  color: white !important;
}

/* Optional: change icon color if needed */
ul.nav i {
  color: white !important;
}

 .kayan-menu-close i {
    color: white !important;