/**
 * Anglican Diocese of Ottawa
 *
 * WordPress Multisite ID: 16
 */

@import url('https://use.typekit.net/svp3lld.css');

*:not([class*='fa-']) {
  font-family: 'calluna-sans', trebuchet, arial, sans-serif;
}

h1, h2, h3 {
  font-family: 'argent-cf', georgia, serif !important;
}


body.lang-EN {
  .fr-only {
    display: none;
  }
  
  #shipping_method li:first-of-type::after {
    content: 'Production time: 3 weeks\a Shipping time: 1-3 business days';
  }
  
  #shipping_method li:nth-of-type(2)::after {
    content: 'Production time: 3 weeks\a Shipping time: 5-10 business days';
  }
  
  &.woocommerce .products .product.sale .price::before,
  .product-item .sale .price::before {
    content: 'sale';
  }
}

body.lang-FR {
  .en-only {
    display: none;
  }
  
  #shipping_method li:first-of-type::after {
    content: 'Temps de fabrication: 3 semaines\a Temps d’expédition: 1-3 jours ouvrables';
  }
  
  #shipping_method li:nth-of-type(2)::after {
    content: 'Temps de fabrication: 3 semaines\a Temps d’expédition: 5-10 jours ouvrables';
  }
  
  &.woocommerce .products .product.sale .price::before,
  .product-item .sale .price::before {
    content: 'solde';
  }
  
  &.woocommerce-cart .product-name .woocommerce-Price-amount::before {
    content: 'Prix : ' !important;
  }
}


