/**
* Theme Name: Baloca Child
* Description: This is a child theme of Baloca, generated by Merlin WP.
* Author: <a href="https://leebrosus.com/">Duy Nguyen</a>
* Template: baloca
* Version: 1.4.0
*/


:root {
  --primary: #ef7e4a;
  --primary_hover: #f3d065;
  --secondary: #057b8c;
  --secondary_hover: #f3d065;
  --text: #626262;
  --accent: #151515;
  --light: #999999;
  --dark: #151515;
  --border: #E6E6E6;
  --background: #FFFFFF;
  --background1: #F6F6FC;
  --background2: #F5F5F5;
  --label_sale: #C50227;
  --container: 1440px;
  --grid-gutter: 30px;
  --heading-weight: 400;
}