@import url(https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap);
:root {
    --main-color: #003274;
    --second-color: #eeeeee
}
*, body, html {font-family: "Cairo"}
.single-faq {
    background-color: unset;
}
.single-faq p, .stats-number, .text-store-text-primary {
    color: var(--main-color) !important;
}
.single-faq i, .flex.items-center.justify-center.w-10.h-10.mx-auto.mb-3.rounded-full.sm\:w-12.sm\:h-12 {

background-color: var(--main-color) !important;
}

.flex.flex-col.justify-between.h-full.w-full.p-\[1\.4rem\].bg-store-bg-secondary.rounded-md.shadow-\[rgba\(50\,_50\,_105\,_0\.15\)_0px_2px_5px_0px\,_rgba\(0\,_0\,_0\,_0\.05\)_0px_1px_1px_0px\] {
    background-color: var(--second-color) !important;
}
.product-single .product-single__info button.btn--wishlist, .product-single .product-single__info button.s-social-share-btn {
    background-color: unset;
    color: var(--main-color);
}
.product-single .sticky-product-bar salla-add-product-button salla-button .s-button-btn {
    background: var(--main-color);
}