/* Add custom CSS styles below */ 
.salla-multi-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 14px;
    direction: rtl;
    border: 1px solid #d4a84b;
    box-shadow: 0 2px 8px rgb(0 0 0 / 0.05);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.salla-multi-table::after {
    content: "DEV Belal Ahmed";
    display: block;
    text-align: left;
    font-size: 11px;
    color: #999;
    font-style: italic;
    margin-top: 8px;
    padding: 0 4px;
    direction: ltr;
}
.salla-multi-table thead tr {
    background: linear-gradient(90deg, #650823, #8a0a2e);
}
.salla-multi-table th,
.salla-multi-table td {
    padding: 12px;
    border: 1px solid #f0c76a;
    text-align: center;
    color: #b27325;
}
.salla-multi-table thead th {
    color: #f8d081;
}
.salla-multi-table tbody tr:nth-child(even) {
    background-color: #fef5dc;
}
.salla-multi-table tbody tr:nth-child(odd) {
    background-color: #fffbf0;
}
.salla-multi-table tbody tr:hover {
    background-color: #fdedb0;
}
@media (max-width: 600px) {
    .salla-multi-table {
        font-size: 12px;
    }
    .salla-multi-table th,
    .salla-multi-table td {
        padding: 8px 4px;
    }
    .salla-multi-table::after {
        font-size: 10px;
    }
}

.salla-faq-container {
    width: 100%;
    max-width: 900px;
    margin: 20px auto;
    padding: 0;
    direction: rtl;
    font-family: 'Cairo', sans-serif;
    position: relative;
}
.salla-faq-container::after {
    content: "DEV Belal Ahmed";
    display: block;
    text-align: left;
    font-size: 11px;
    color: #999;
    font-style: italic;
    margin-top: 12px;
    padding: 0 4px;
    direction: ltr;
}
.salla-faq-item {
    background: #fef5dc;
    border-radius: 14px;
    padding: 14px;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px rgba(101, 8, 35, 0.15);
    border: 1px solid rgba(178, 115, 37, 0.3);
}
.salla-faq-item h3 {
    background: linear-gradient(90deg, #650823, #8a0a2e);
    color: #f8d081;
    font-weight: bold;
    font-size: 18px;
    margin: -14px -14px 10px -14px;
    padding: 12px 16px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    box-sizing: border-box;
    border-bottom: 2px solid #b27325;
}
.salla-faq-item p {
    font-size: 16px;
    line-height: 1.7;
    margin: 6px 0 0 0;
    padding: 0 4px;
    color: #b27325;
    background: transparent;
}
@media (max-width: 600px) {
    .salla-faq-item h3 {
        font-size: 16px;
        padding: 10px 12px;
    }
    .salla-faq-item p {
        font-size: 14px;
    }
    .salla-faq-container::after {
        font-size: 10px;
    }
}
i.sicon-menu.text-primary.text-2xl::before {
    color: #ffffff !important;
}
.search-btn.header-btn.flex.da-fm.angelmodal-toggle.cursor-pointer i,
.search-btn.header-btn.flex.da-fm.angelmodal-toggle.cursor-pointer svg {
    color: white !important;
    fill: white !important;
}
.da-tm.hidden.text-xl.md\:block.ltr\:ml-1.rtl\:mr-1 {
    color: white !important;
}
button.currency.text-lg.btn.basis-0.\!px-0.da-tm {
    color: white !important;
}
i.sicon-shopping-bag.text-base.text-black.da-tm::before {
    color: white !important;
}
b.s-cart-summary-total {
    color: white !important;
}