.theme-color-3 {
    --theme-color: red;
    --theme-color-rgb: 35, 150, 152;
}

.category-section-3 .category-box-list .category-name h4 {
    white-space: nowrap;
}

.product-box-3 {
    background-color: white;
    border: 1px solid #ddd;
}

.banner-contain-3 .banner-detail h4 {
    color: white;
}

.banner-contain-3 .banner-detail h3 {
    color: white;
}

body, button, input, optgroup, select, textarea,
.breadscrumb-section .breadscrumb-contain,
.footer-section-2 .main-footer .footer-title {
    font-family: "Public Sans", 'Tajawal', sans-serif;
}

.page-detail p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
}