body {
    margin-top: 50px;
  }

  .store-notify {
    margin-top: 50px !important;
  }

  #mainnav > div.inner.bg-inherit {
    top: 56px !important;
  }

  .sticky {
    top: 46px;
  }

  .livegold_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;
    z-index: 1000;
  }

  .livegold_pricesBar.light {
    background-color: #fff;
    color: #000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .livegold_pricesBar ul {
    display: flex;
    justify-content: space-around;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    direction: ltr;
  }

  .livegold_pricesBar ul li {
    text-align: center;
    font-size: 14px;
    position: relative;
    padding: 0 20px;
    flex: 1;
  }

  .livegold_pricesBar_loading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px 0;
  }

  .livegold_pricesBar_loading span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #debc5b;
    margin: 0 4px;
    animation: bounce 1.4s infinite ease-in-out both;
  }

  .livegold_pricesBar_loading span:nth-child(1) {
    animation-delay: -0.32s;
  }

  .livegold_pricesBar_loading span:nth-child(2) {
    animation-delay: -0.16s;
  }

  @keyframes bounce {
    0%,
    80%,
    100% {
      transform: scale(0);
    }
    40% {
      transform: scale(1);
    }
  }

  .livegold_pricesBar ul li .label {
    display: block;
    font-size: 14px;
    margin-bottom: 0px;
  }

  .livegold_pricesBar ul li .livegold_pricesBar_priceContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 0.8px solid transparent;
    border-radius: 4px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .livegold_pricesBar ul li .price {
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
    animation: counterUpdate 10s infinite;
  }

  .livegold_pricesBar_silverItem .price,
  .livegold_pricesBar_silverItem .currency {
    color: #a9b0b4;
  }

  .livegold_pricesBar_silverItem::after {
    background-image: url('https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/OqBKqR/ZSXlGLrVn1QKOrNeVY7Bui5Pl3SriX6kJ82Qp1EC.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .livegold_pricesBar_goldItem .price,
  .livegold_pricesBar_goldItem .currency {
    color: #debc5b;
  }

  .livegold_pricesBar_goldItem::after {
    background-image: url('https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/OqBKqR/ZSXlGLrVn1QKOrNeVY7Bui5Pl3SriX6kJ82Qp1EC.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .livegold_pricesBar ul li .currency {
    font-size: 12px;
    margin-right: 5px;
  }

  .livegold_pricesBar ul li .arrow-icon {
    width: 22px;
    height: 22px;
    animation: priceUpdate 10s infinite;
  }

  .livegold_pricesBar ul li .label,
  .livegold_pricesBar ul li .price {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  }

  .livegold_pricesBar ul li::after {
    content: "";
    height: 100%;
    width: 40px;
    position: absolute;
    right: -20px;
    top: 0;
  }

  .livegold_pricesBar ul li:last-child::after {
    display: none;
  }

  .livegold_pricesBar_statsItem .stats-link {
    text-decoration: none;
    color: inherit;
    display: block;
  }

  .livegold_pricesBar_statsItem .stats-icon {
    margin-top: 2px;
    color: #FFFFFF;
  }

  .livegold_pricesBar_statsItem:hover .stats-icon {
    color: #b89358;
  }

  .livegold_pricesBar_statsItem:hover .stats-link {
    color: #b89358;
  }

  @media (max-width: 768px) {
    #mainnav > div.inner.bg-inherit {
      top: 78px !important;
    }

    .livegold_pricesBar ul li {
      margin-top: 0;
    }

    .livegold_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;
    }

    .livegold_pricesBar ul {
      flex-direction: column;
      align-items: center;
    }

    .livegold_pricesBar ul li {
      display: none;
      width: 100%;
      margin-bottom: 10px;
    }

    .livegold_pricesBar ul li.gold-24k-item {
      display: block;
      font-size: 16px;
      margin-top: 0;
      position: relative;
    }

    .livegold_pricesBar ul li.gold-24k-item::before {
      content: "▼";
      position: absolute;
      left: 35px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 12px;
      color: #debc5b;
      transition: transform 0.3s ease;
    }

    .livegold_pricesBar ul li.show {
      display: block;
    }

    body {
      margin-top: 40px;
    }

    .store-notify {
      margin-top: 40px !important;
    }

    .sticky {
      top: 40px;
    }

    .livegold_pricesBar ul li.gold-24k-item.expanded::before {
      transform: translateY(-50%) rotate(180deg);
    }
  }
  @keyframes priceUpdate {
  0%, 90% {
    opacity: 1;
    transform: scale(1);
    border-color: transparent;
  }
  92% {
    opacity: 0.7;
    transform: scale(0.90);
  }
  94% {
    opacity: 1;
    transform: scale(1.1);
  }
  96% {
    opacity: 0.8;
    transform: scale(0.95);
    
  }
  98% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes counterUpdate {
  0%, 90% {
    opacity: 1;
    transform: translateY(0);
  }
  92% {
    opacity: 0;
    transform: translateY(-10px);
  }
  94% {
    opacity: 0;
    transform: translateY(10px);
  }
  96% {
    opacity: 1;
    transform: translateY(0);
  }
}