/*! _colors.scss | Nephos | CSS Ninja */

/* ==========================================================================
Nephos global colors 
========================================================================== */

/***
TABLE OF CONTENTS
=============================================================================
0. Variables
=============================================================================
***/

/* ==========================================================================
0. Variables
========================================================================== */

$white: #fff;
$smoke-white: #f5f4f4;
$placeholder: #cecece;
$light-grey: #f9f9f9;
$muted-grey: #999;
$muted-grey-bold: #828282;
$title-grey: #0e569f;
$fade-grey: #ededed;
$accent-grey: #ccc;
$dark-text: #818181;
$chosen-grey: #e0e0e0;
$chosen-dark-grey: #66676b;
$grey-6: #666;
$section-grey: #fcfcfc;
$brand-orange: #ff6600;
$not-available: #f2dedf;
$available: #1b6b00;
$pay-pal: #179bd7;
$remove-cart: #ef4f4f;
$completed: #97c322;

$sidebar: #344258;
$red: #64ab4c;
$blue: #039BE5;
$green: #f5dd13;
$orange: #ea1515;

$blue-light: #00b0f0;
$blue-dark: #0070c0;