@font-face {
    font-family: 'SaudiRiyalSymbol';
    src: url('../fonts/saudi-riyal/saudiriyalsymbol.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.symbol {
    font-family: 'SaudiRiyalSymbol', sans-serif !important;
    font-size: inherit;
    color: inherit;
    font-weight: bold;
    display: inline;
    background: transparent !important;
    margin: 0;
    padding: 0;
}

/* Make price display in one line */
.fw-700.text-primary,
.text-primary.fw-700,
.flash-deal-price span,
.product-price,
.price {
    white-space: nowrap;
    display: inline-block;
}

/* Cart header price - wider */
.cart-count + span,
.nav-box-text,
header .fw-700 {
    white-space: nowrap;
}

/* Product card price area */
.aiz-card-box .price,
.aiz-card-box .fw-700,
.product-box .fw-700 {
    white-space: nowrap;
    min-width: 80px;
}
