/*
Theme Name:   Bacola Child
 Theme URI:    http://klbtheme.com/bacola/
 Description:  Bacola Child Theme
 Author:       KlbTheme
 Author URI:   http://themeforest.net/user/KlbTheme
 Template:     bacola
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  bacola-child
*/

:root {
  --font-primary: "tajawal", sans-serif !important;
}

.products .content-wrapper .product-title a{font-family: "tajawal", sans-serif;}
  
@font-face {
font-family: 'SaudiRiyalSymbol';
   src: url('fonts/saudiriyal.woff2') format('woff2'),
        url('fonts/saudiriyal.woff') format('woff'),
        url('fonts/saudiriyal.otf') format('opentype');
   font-weight: normal;
   font-style: normal;
}
.saudi-riyal-symbol {
       font-family: 'SaudiRiyalSymbol', sans-serif;
       font-size: inherit;
       font-weight: bold;
}

i[class^="fa-"] {
    font-family: 'FontAwesome' !important;
}

.site-footer .footer-widgets .widget ul li + li{
   	margin-top: 0 !important;
}

.site-canvas .all-categories > a {
    background-color: #7e161c  !important;
}