/* Wishlist and Cart lightbox */

.ba-store-wishlist.ba-container:not(.ba-overlay-section), 
.ba-store-cart.ba-container:not(.ba-overlay-section) {
	border-radius: 0 !important;
}

.comment-user-message-wrapper p.comment-message {
    text-transform: none !important;
    font-size: 14px !important;
    letter-spacing: 0px !important;
}



.ba-checkout-authentication-input input, 
#login-form #form-login-password input, 
#login-form #form-login-username input {
    border-top: none;
    border-left: none;
    border-right: none;
}

.ba-item-modules .page-header {
    text-align: left;
}

#login-form .userdata {
    width: 400px;
}

/* Reviews */
span.ba-reviews-total-rating {
    font-weight: 400 !important;
    font-family: 'Playfair Display';
}

/* Recent Products */
.ba-blog-post-add-to-cart-wrapper {
    justify-content: center !important;
}

/**/
.animation-bg {
    overflow: hidden;
}

.animation-bg:before {
    background-image: inherit;
    background-size: inherit;
    background-position: inherit;
    content: "";
    pointer-events: none;
    position: absolute;
    transition: .5s;
    display: block !important;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    transform: scale(1);
    backface-visibility: hidden;
    will-change: transform;
}

.animation-bg:hover:before {
    transform: scale(1.04);
}

.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) {
    width: auto;
}


.ba-item-add-to-cart .ba-add-to-cart-row-label {
    width: 25%;
}
  
.ba-item-add-to-cart .ba-add-to-cart-row-value {
    width: 90%;
}

/* --- Zgoda na Cookies --- */
.cc-nb-okagree {
    background: #FFAB00 !important;
}

.cc-nb-reject {
    background: #eaeaea !important;
    color: #111 !important;
}

.termsfeed-com---nb {
    left: 0;
}

.cc-nb-text-container {
    margin: 0 0 1.25rem;
}

p.cc-nb-text {
    display: none;
}

.cc-nb-text-container::before {
    content: "Używamy plików cookies, jeśli klikniesz -'Zgoda', wyrazisz zgodę na używanie wszystkich plików cookies, możesz też zmieniając ustawienia wyrazić zgodę na wybrane.";
}