/* ====== GENERAL ====== */ .text-red-400 {color: #c60202;} .s-button-danger {border-color: #c60202;background-color: #c60202;fill: #fff;color: #fff;} /* ====== HEADER ====== */ .index #mainnav:not(.fixed-pinned) .navbar-brand img {filter: invert(1);} .index #mainnav:not(.fixed-pinned) i, .index #mainnav:not(.fixed-pinned) span.sicon-search:before {color:#fff} .s-cart-summary-count {background-color:#c60202} .main-menu {color: .main-menu #offers a {color: #c60202 !important;} !important;} @media only screen and (min-width: 1024px){ .index #mainnav:not(.fixed-pinned) li.root-level>a {color:#fff} } /* ====== FOOTER ====== */ .store-footer__inner a img.img-fluid {filter: invert(1);} .store-footer a:hover, .store-footer a:focus {color:#ccc} /* ====== PRODUCTS SECTION ====== */ salla-add-product-button button[product-status="sale"] {width:94%;border:1px solid #000;border-radius:4px;margin:15px auto 7px} salla-add-product-button button i {display:none !important} .product-card__enhanced-mini-cart-divider {display:none} salla-add-product-button button span.enhanced-label {margin:auto} /*section.s-block .enhanced-title-border {border: none;width: 27px;height: 27px;border-radius: 0;background-image: url(https://i.ibb.co/PzwZ8HY/lll-ogo.png);background-size: contain;background-repeat: no-repeat;background-position: center;} section.s-block .enhanced-title-border::before {height: 1px;right: 151%;} section.s-block .enhanced-title-border::after {height: 1px;left: 151%;}*/ .s-block.container.fixed-products--1:has(custom-salla-product-card#product-1532830838) div.mb-8 h2 {display:none} /* ====== LOGIN FORM ====== */ .s-login-modal-header-icon {background-image: url(https://i.ibb.co/PzwZ8HY/lll-ogo.png);background-size: 70%;background-repeat: no-repeat;background-position: center;} .s-login-modal-header-icon svg path {display:none} /* ====== CART ====== */ .cart .cart-submit-wrap button.undefined.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center{animation: animate-pulse 3s linear infinite;color:#fff} /* ====== PRODUCT PAGE ====== */ .product-single .countdown-single {display:none} .product-single .product-more-info .tab-content .tab-pane {display: block !important;} @keyframes animate-pulse{ 0%{box-shadow: 0 0 0 0 rgba(145, 145, 145,0.7), 0 0 0 0 rgba(145, 145, 145,0.7);} 40%{box-shadow: 0 0 0 10px rgba(145, 145, 145,0.0), 0 0 0 0 rgba(145, 145, 145,0.7);} 80%{box-shadow: 0 0 0 10px rgba(145, 145, 145,0.0), 0 0 0 10px rgba(145, 145, 145,0);} 100%{box-shadow: 0 0 0 0 rgba(145, 145, 145,0.0), 0 0 0 10px rgba(145, 145, 145,0);} }