.ba-date-cell.ba-curent-date:before {
    background-color: var(--accent);
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    transition: background-color .3s linear;
}
.event-calendar-event-item ~ .event-calendar-event-item {
    margin-top: 25px;
    border-top: 1px solid var(--border);
    padding-top: 25px;
}
.ba-checkout-place-order-btn {
    border: 1px solid var(--border);
}
.ba-authorize-pay-btn, .ba-checkout-order-form-section.ba-checkout-order-form-total-wrapper .ba-checkout-place-order .ba-checkout-place-order-btn:hover {
  background: var(--bg-dark);
  color: var(--primary);
  border: 1px solid var(--bg-dark-accent);
}
/*animated link*/
.izbornik a {
  position: relative;
  color: var(--primary);
  text-decoration: none;
  padding-bottom: 5px;
}

.izbornik a:hover {
  color: var(--primary);
}

.izbornik a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: var(--primary);
  transform: scaleX(0);
  transition: transform 0.45s ease;
}

.izbornik a:hover::before {
  transform: scaleX(1);
}
html::-webkit-scrollbar {
      width: 1px; 
   }

html::-webkit-scrollbar-track {
    background-color: white;
  }

html::-webkit-scrollbar-thumb {
    background: #007df7;
    border-radius: 25px;
  }
.ba-store-wishlist.ba-container:not(.ba-overlay-section) {
    border-radius: 0px;
}
#system-message-container .alert {
    background: #007df7;
}
.ba-checkout-order-form-total .ba-checkout-order-price-wrapper.right-currency-position:not(.ba-form-products-cart), .right-currency-position:not(.ba-form-products-cart):not(.ba-cart-subtotal) {font-size: 0px;
}
.ba-checkout-order-form-subtotal *{font-size: 0px;}
.ba-checkout-order-form-section.ba-checkout-order-form-total-wrapper {
    margin: 0px 0 0px 0;
}
.right-currency-position .ba-live-search-price-currency, .right-currency-position .ba-checkout-order-price-currency {
    margin-right: 0px;
    margin-left: 5px;
    display: none;
}
.ba-checkout-order-form-section.ba-checkout-order-form-total-wrapper .ba-checkout-order-form-row-title {
    display: none;
}
.ba-checkout-order-product-price-cell{
    display: none;
}
.ba-upgrade-subscription:hover, .ba-account-wrapper > .nav-tabs li > a:hover *, .ba-account-wrapper > .nav-tabs li.active a *, .ba-account-wrapper > .nav-tabs li > a:hover, .ba-account-wrapper > .nav-tabs li.active a {
    color: var(--primary);
    background-color: var(--bg-secondary);
}
.ba-wishlist-product-price-cell {
    display: none;
}
.nav-tabs > li {
    border-bottom: 1px solid var(--border);
    border-top: 1px solid var(--border);
}
.nav-tabs > li:hover {
    border-bottom: 1px solid var(--bg-dark-accent);
}
#ba-my-account-wishlist .ba-wishlist-price-wrapper{
    font-size: 0px;
}
.ba-account-wrapper {
    width: 1600px;
}
.ba-account-order-product-row ~ div:not(:last-child){
    border-bottom: 0px solid var(--border);
}
.ba-account-order-tax > span, .ba-account-order-shipping-tax > span, .ba-account-order-methods-wrapper > div, .ba-account-order-subtotal-wrapper > div, .ba-account-order-total {
    display: none;
}
.ba-account-order-product-price-cell {
    display: none;
}
#ba-my-account-orders .ba-account-td:last-child span {
    font-weight: bold;
    display: none;
}
.ba-cart-checkout-title {
    color: var(--title);
    font-weight: bold;
  font-size: 0px;
}
 .ba-store-cart .ba-cart-price-wrapper {
    font-size: 0px;
}
.full-width-btn a span, 
.full-width-btn a {
    width: 100%;
    text-align: center !important;
    box-sizing: border-box;
}
.ba-item-fields-filter .ba-fields-filter-wrapper.horizontal-filter-bar .ba-field-filter {
    border-radius: 3px;
    border: 1px solid var(--border);
    flex-grow: 1;
    height: 50px;
    justify-content: center;
    margin-right: 10px;
    padding: 0 10px;
    background-color: var(--bg-primary);
    position: relative;
}
#item-15003687280 .ba-blog-post-intro-wrapper {
    border-bottom: 1px solid var(--border);
    padding-bottom: 15px;
}
.ba-slideset-nav, .ba-slideshow-nav {
    height: 0;
    position: absolute;
    top: 50%;
    width: 113.2%;
    z-index: 5;
    margin-left: -6.57%;
}
@media (max-width: 1280px){
#item-1686485392826 .ba-slideset-nav{display:none;}
}