/*your custom css goes here*/
@font-face {
    font-family: "IBM Plex Sans Arabic";
    src: url("../fonts/IBMPlexSansArabic-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IBM Plex Sans Arabic";
    src: url("../fonts/IBMPlexSansArabic-Medium.woff2") format("woff2"),
         url("../fonts/IBMPlexSansArabic-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IBM Plex Sans Arabic";
    src: url("../fonts/IBMPlexSansArabic-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html,
body,
input,
textarea,
select,
button,
option {
    font-family: "IBM Plex Sans Arabic", sans-serif !important;
}

#section_best_selling{
    /*background: #e7e7e7;*/
}

#section_newest{
    /*background: #b6fd5240;*/
}

/* Keep the Zoho SalesIQ button clear of the viewport edge. */
#zsiq_float {
    right: 20px !important;
    bottom: 20px !important;
}

/* Lift the chat button above the mobile bottom navigation. */
@media (max-width: 1199.98px) {
    #zsiq_float {
        bottom: 90px !important;
    }
}
