/* START OF CSS STYLE CODE BY NUSSUQ */

/* ====== GENERAL ====== */
.home-block-line {display:none}
.text-red-400, .text-red-500 {color: #b8333a;}
.s-button-danger {border-color: #b8333a; background-color: #b8333a;}
.btn--close {color: #b8333a;}

/* ====== HEADER ====== */
.top-navbar {border-bottom-color:#56565525}
.topnav-link-item {border-right-color: #56565525}
.s-cart-summary-count {background-color: #b8333a;}

/* ====== PRODUCTS ====== */
p.text-3xl {font-size:1.4rem}
.product-card__discount {background: #b8333a10;width: fit-content;left: 0;margin: 6px auto;font-size: .8rem;padding: 0 6px;line-height: 2;color: #fff !important;}
    
.product-card__discount span {color:#b8333a}
salla-add-product-button i {display:none}

.product-card__content:has(.product-card__subtitle) {padding: 0 14px 12px;}
.product-card:has(.product-card__subtitle) .product-card__content:has(.product-card__subtitle) .product-card__content-wrapper {display: flex;flex-direction: column;}
.product-card__content:has(.product-card__subtitle) .product-card__title {order:2}
.product-card__content:has(.product-card__subtitle) .product-card__subtitle {order: 1;z-index: 9;line-height: 2;color: #000;}
.product-card__content:has(.product-card__subtitle) .product-options {order: 3;}
.product-card__content:has(.product-card__subtitle) .product-card__price {order: 4;}
.product-card__content:has(.product-card__subtitle) .out-of-stock {order: 5;}
.product-card__content:has(.product-card__subtitle) .product-card__discount {order: 6;}
.product-card__content:has(.product-card__subtitle) .product-card__buttons {order: 7;}

custom-salla-product-card#product-822716330 .product-card__subtitle, custom-salla-product-card#product-499109555 .product-card__subtitle { -moz-transform: translateX(100%); -webkit-transform: translateX(100%);transform: translateX(100%); -moz-animation: scrollingText 15s linear infinite; -webkit-animation: scrollingText 8s linear infinite; animation: scrollingText 8s linear infinite; font-size:.9rem !important; background: none;padding: 0 8px;color: #fff;border-radius: 8px;white-space: nowrap;display: flex;flex-direction: row;justify-content: center;width: fit-content;}
.product-card__subtitle:before, .product-entry__sub-title:before {content:'★'; font-size:.8rem; margin:0 4px}
.product-card__subtitle:after, .product-entry__sub-title:after {content:'★'; font-size:.8rem; margin:0 4px}

.product-single__info {overflow: hidden;}

custom-salla-product-card#product-822716330 .product-card__content, custom-salla-product-card#product-822716330 .product-card__content-wrapper, custom-salla-product-card#product-499109555 .product-card__content {padding-top:0 !important}

custom-salla-product-card#product-822716330 .product-card__content-wrapper:before, custom-salla-product-card#product-499109555 .product-card__content-wrapper:before {content: '';position: absolute;display: block;height: 1.8rem;width: 100%;background: #c5755d;left: 0;right: 0;top: 0;}


/* ====== TESTIMONAILS ====== */
.s-block--custom-reviews p.text-lg {display:none}

/* ====== FAQS ====== */
.s-block--faq .home-block-title {margin-bottom:1rem}
.s-block--faq .single-faq {border-color:#ddd}
.s-block--faq .single-faq i {color:var(--color-primary); background:none}
.s-block--faq .faq-btn p {color: var(--bottom-footer-bg);}

/* ====== FOOTER ====== */
.footer-is-custom .store-footer {color:#ffffffc9}
.footer-is-custom .store-footer .store-footer__curve {display:none}
.footer-is-custom .store-footer .store-footer__inner, .footer-is-custom .store-footer .store-footer__contacts-row, .footer-is-custom .store-footer .store-footer__newsletter {border-bottom-color: #ffffff30;}

.enhanced_rounded_contacts a {border:none; padding:0; font-size: 1.3rem;}
.enhanced_rounded_contacts a span.unicode {display:none}

.footer-list a {font-size: .95rem; line-height: 1.5;}

.rounded_contacts {gap:.5rem}
.footer-is-custom .store-footer .social-link {opacity: 1;border: none;font-size: 1.3rem;}

.footer-is-custom .store-footer .text-sm.text-text-grey.mb-1 {text-align:center}

/* ====== PRODUCT PAGE ====== */
h2.product-entry__sub-title {background: #c5755d;width: fit-content;padding: 3px;color: #fff;}

@media (max-width:768px){
.product-single__slider {margin-bottom:10px}
.product-single__info {margin-top: 0;}
.simplified-products .s-products-slider-card {width: 190px;}
}

/* ====== CART ====== */
.cart-item {border-color:#ddd}


/* ====== SUBTITLE ANIMATION ====== */
/* for Firefox */
@-moz-keyframes scrollingText {
from {-moz-transform: translateX(100%); }
to {-moz-transform: translateX(-100%); }
}

/* for Chrome */
@-webkit-keyframes scrollingText {
from {-webkit-transform: translateX(100%); }
to {-webkit-transform: translateX(-100%); }
}

@keyframes scrollingText {
from {-moz-transform: translateX(100%); -webkit-transform: translateX(100%);transform: translateX(100%);}
to {-moz-transform: translateX(-100%);-webkit-transform: translateX(-100%);transform: translateX(-100%);}