#ba-notification p
{color: var(--title);
}
.ba-authorize-pay-btn, .ba-checkout-order-form-section.ba-checkout-order-form-total-wrapper .ba-checkout-place-order .ba-checkout-place-order-btn {
    background: var(--accent);
    color: var(--title);
      font-weight: 500;
}
.ba-modal-sm a.ba-btn-primary, .ba-modal-sm .modal-footer a {
    font-size: 13px;
}
.ba-store-cart-opened .ba-modal-sm .modal-footer a {
    font-weight: 400;
}
.ba-item-carousel .slideshow-content > li:hover{background: white}
.ba-live-search-add-to-cart-cell > span:hover, .ba-wishlist-add-to-cart-cell > span:not(.ba-wishlist-empty-stock):hover, .ba-cart-checkout-row.ba-cart-checkout-promo-code .ba-cart-apply-promo-code:hover, .ba-wishlist-add-all-btn:hover, .ba-cart-checkout-btn:hover {
    background-color: var(--border);
    color: var(--title);
}
.ba-checkout-order-product-extra-options-title, .ba-checkout-order-product-extra-option-title, .ba-wishlist-product-extra-options-title, .ba-wishlist-product-extra-option-title, .ba-cart-product-extra-options-title, .ba-checkout-order-product-extra-option-title, .ba-wishlist-product-extra-option-title, .ba-cart-product-extra-option-title, .ba-empty-live-search, .ba-live-search-price-wrapper, .ba-live-search-product-title a, .ba-empty-cart-products-message, .ba-wishlist-checkout-title, .ba-cart-checkout-title, .ba-cart-product-title, .ba-wishlist-product-title a, .ba-cart-product-title a, .ba-wishlist-price-wrapper, .ba-cart-price-wrapper {
    font-weight: 500;
}
.ba-live-search-product-price-cell, .ba-live-search-product-title a, .ba-live-search-price-wrapper, .ba-wishlist-product-title a, .ba-store-cart .ba-cart-product-title a {
    font-size: 15px;
}
.ba-live-search-add-to-cart-cell > span, .ba-wishlist-add-to-cart-cell > span {
    font-size: 14px;
    font-weight: 500;
}
.ba-live-search-show-all-btn:hover, .ba-live-search-add-to-cart-btn:hover, .ba-wishlist-add-to-cart-cell > span:not(.ba-wishlist-empty-stock):hover {
    background-color: var(--border) !important;
}
.ba-live-search-add-to-cart-cell > span, .ba-wishlist-add-to-cart-cell > span:not(.ba-wishlist-empty-stock), .modal.ba-modal-sm .modal-footer a.ba-btn-primary.active-button {
    background: var(--accent) !important;
    color: var(--title) !important;
    line-height: 18px;
}
.ba-wishlist-add-all-btn{
    font-weight: 500;!important;
    font-size: 17px;
}
.ba-slideset-nav, .ba-slideshow-nav {
    height: 0;
    position: absolute;
    top: 50%;
    width: 105%;
    z-index: 5;
    margin-left: -2.5%;
}
.ba-submit-comment:hover, .ba-item-reviews .ba-leave-review-btn:hover {
    background: #d9bafe !important;
}
.ba-account-wrapper {
    margin: 50px auto;
}
.ba-account-wrapper > .nav-tabs li > a:hover{
    color: var(--title);!important;
}
.ba-account-wrapper > .nav-tabs li a:before {
    background-color: var(--accent);
}
.ba-account-btn, .ba-account-title-wrapper .ba-account-btn {
    font-weight: 500;
}
::-webkit-scrollbar {
      width: 3px; 
   }

::-webkit-scrollbar-track {
    background-color: #d9bafe;
  }

::-webkit-scrollbar-thumb {
    background: #e8d7bc;
    border-radius: 50px;
  }
.accordion-heading > a.accordion-toggle {
    display: block;
    padding: 20px 35px 20px 20px;
    position: relative;
    border-bottom: 1px solid var(--border);
}
#item-1706123020521 .accordion-heading {
    background-color: var(--title-inverse);
}
.ba-submit-comment {
    background: var(--accent);
    border-radius: 0px;
    color: var(--title) !important;
    padding: 15px 40px;
    transition: color .3s;
      font-size: 14px !important;
    font-weight: 500 !important;
}
.ba-item-reviews .ba-leave-review-btn {
    background: var(--accent);
    border-radius: 0px;
    color: var(--title) !important;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0px !important;
    line-height: initial !important;
    margin: 0 0 25px;
    padding: 15px 40px;
    transition: all .3s;
}
.ba-account-btn, .ba-account-title-wrapper .ba-account-btn {
    background-color: var(--accent);
    border-radius: 0px;
    color: var(--title);
}
.ba-account-wrapper > .nav-tabs li.active a *{color: var(--title);}
.ba-account-wrapper .tab-content {
    background-color: var(--bg-secondary);
  padding: 20px;
}
.nav-tabs > li {
    border-bottom: 1px solid var(--border);
}
.nav-tabs > li:hover{
  border-bottom: 1px solid var(--accent);}
/*animated link*/
.izbornik a {
  position: relative;
  color: var(--bg-primary);
  text-decoration: none;
  padding-bottom: 5px;
}

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

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

.izbornik a:hover::before {
  transform: scaleX(1);
}
#item-1706096566447 .ba-login-field-label {  font-size: 14px;}
.ba-item-login .ba-login-forgot-wrapper > span{font-weight: 300 !important;}
.ba-cart-checkout-btn:hover {
    background-color: var(--primary);
    color: var(--title);
}
.ba-store-cart .ba-cart-price-wrapper {
    font-size: 15px;
}
.ba-cart-product-title{ color: var(--title);font-weight: 500;}
.ba-store-cart .ba-cart-product-title a {font-size: 13px;}
.ba-minimum-order-amount, .ba-wishlist-add-all-btn, .ba-cart-checkout-btn {
    font-weight: 700;
    font-size: 18px;
}
.ba-store-wishlist.ba-container:not(.ba-overlay-section), .ba-store-cart.ba-container:not(.ba-overlay-section) { border-radius: 0px;}
.ba-minimum-order-amount, .ba-wishlist-add-all-btn, .ba-cart-checkout-btn {
    background-color: var(--accent);
    color: var(--title);
}
.ba-add-to-cart-buttons-wrapper > span i {
    margin-left: 4px;
    z-index: 1;
    color: var(--primary);
}
 #item-15948919360 .ba-add-to-wishlist {
    color: var(--title);
    background-color: var(--primary);
}
.ba-add-to-cart-sale-price-wrapper + .ba-add-to-cart-price-wrapper {
    font-size: .5em;
    line-height: 2em;
    opacity: .5;
    position: relative;
    text-decoration: line-through;
}
/* Forms */
@media (min-width: 1025px) {
    .com-baforms.inline-form .ba-form {
        display: flex;
      align-items: flex-end;
    }

    .com-baforms.inline-form .ba-form > div {
        flex-grow: 1;
    }

    .inline-form .tool {
      margin-bottom: 0 !important;
    }


    .inline-form .ba-btn-submit {
        margin-left: 20px;
     }
}

.ba-btn-submit {
    font-family: 'Playfair Display';
}

/* Intro Post */
.intro-post-image-wrapper {
    background: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 25px;
}

.full-width-btn a span, 
.full-width-btn a {
    width: 100%;
    text-align: center !important;
    box-sizing: border-box;
}

#item-16115672168305:hover , #item-16115672168314:hover, #item-16115672168323:hover, #item-16115672168332:hover{
    border-bottom-width: 3px;
    border-color: var(--accent);
    border-left-width: 0;
    border-radius: 0px;
    border-right-width: 0;
    border-style: solid;
    border-top-width: 0;
    animation-duration: 0.9s;
    animation-delay: 0s;
    opacity: 1;
    min-height: 50px;
    display: block;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 0px;
}

#item-16115672168305, #item-16115672168314, #item-16115672168323, #item-16115672168332{transition: all 250ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */

transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */}
.ba-item-social {
    text-align: left;
}
#item-16124522894310 .testimonials-slideshow-content-wrapper {
    width: calc(100% - 0px);
}
#ba-my-account-orders .ba-empty-cart-products .ba-empty-cart-products-message, #ba-my-account-wishlist .ba-empty-cart-products .ba-empty-cart-products-message {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}
.control-group .control-label {
    float: left;
    line-height: 2em;
    padding-top: 5px;
    text-align: right;
    width: 160px;
}
.form-horizontal input{font-size: 14px;}

.slideset-inner:hover #item-1706076071510 .ba-slideshow-title{color: var(--primary);}
.ba-blog-post-fields .ba-blog-post-field-title {
    word-break: normal;
    display: none;
}
.ba-blog-post-fields .ba-blog-post-field-value {
    flex-grow: 1;
    text-align: center;
}