.ps-block--countdown-deal figure {
    align-items: center;
    background-color: #FCDB04;
    border-radius: 3px;
    color: #3aa8bd;
    display: flex
;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    padding: 7px 20px;
  }

html body .ps-dropdown a span {
  color: black !important;
}

.menu--product-categories, .menu--product-categories *, .menu--dropdown, .menu--dropdown *, .mega-menu, .mega-menu *, .menu__content, .menu__content *, .header--sticky .menu--product-categories, .header--sticky .menu--product-categories *, .header--sticky .menu--dropdown, .header--sticky .menu--dropdown * {
    transition: none !important;
    animation: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    color: black;
}
.header .header__extra, .header .menu--product-categories .menu__toggle i, .header .menu--product-categories .menu__toggle span, .header .navigation .menu>li>a, .header .navigation__extra>li a, .header .ps-block--user-header .ps-block__right a, .header .ps-block__left i {
    color: white;
}
.ps-product-list .ps-section__links li a {
    color: #ffffff;
}
.ps-dropdown.open ul, .ps-dropdown:hover ul {
    transform: translateX(63px);
    opacity: 1;
    visibility: visible;
}

.header .header__top {
    background-color: var(--color-1st);
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    padding: 40px 0;
}
.header .header__actions>* {
    margin: 0 10px;
}

.ps-container {
    padding-top: 20px !important;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.bb-customer-card-list.order-cards .bb-customer-card .bb-customer-card-body .bb-customer-card-info .info-item .value {
    color: #111827;
    font-size: 1.45rem;
    font-weight: 600;
    text-align: right;
}
.bb-customer-card-list.order-cards .bb-customer-card .bb-customer-card-header .bb-customer-card-status .badge {
    /* border-radius: 6px; */
font-size: 1.55rem;
    /* font-weight: 500; */
    padding: .25rem .5rem;
    transform: translateX(10px);
}

.bb-empty .bb-empty-title {
    color: #111827;
    font-size: 1.85rem;
    font-weight: 600;
    margin-bottom: .5rem;
}

.bb-customer-page .ps-section__right h5.card-title, .bb-customer-page h5.card-title, .bb-customer-page .col-lg-8 h5.card-title, .bb-customer-page .bb-profile-content h5.card-title {
    font-size: 18px !important;
    font-weight: 600;
    color: white;
}  
  
.bb-customer-page .card p.card-text, .bb-customer-page .ps-section__right .card p.card-text
#homepage-1 .ps-home-banner {
    margin-bottom: 30px;
    padding-top: 30px;
    color: white !important;
}

.ps-container {
 padding-top: 50px;
}

.scroll-css {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  background: #ff5722;
  color: white;
  padding: 10px 0;
  font-size: 18px;
  text-align: center;
  position: relative;
  z-index: 1000;
}

.scroll-css span {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 15s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.bb-order-header .bb-order-actions .btn {
    align-items: center;
    border-radius: .375rem;
    display: inline-flex
;
    font-weight: 500;
    gap: .5rem;
    padding: .5rem 1rem;
    transition: all .2s ease;
    font-size: medium;
}

.bb-customer-page .badge.bg-success {
  background-color: #10b981 !important;
    font-size: medium;
}
  .ps-block--countdown-deal figure figcaption {
    color: #3aa8bd;
    font-weight: 600;
    margin-right: 20px;
}
document.addEventListener("DOMContentLoaded", function () {
  const listItems = document.querySelectorAll(".product-details .product-policy li");
  listItems.forEach(function (item) {
    if (item.textContent.includes("Platite online ili prilikom preuzimanja robe")) {
      item.textContent = "Platite online";
    }
  });
});