// BOOTSTRAP VARIABLES

//** Background color for `<body>`.
$body-bg:                          #fff;
//** Global text color on `<body>`.
$textBody           : #666;
$textColor          : #666;
$textColor2         : #222;
//** Global textual link color.

//** Link hover color set via `darken()` function.
//$linkColorHover:      darken($linkColor, 15%) !default;
//** Link hover decoration.
$link-hover-decoration: underline;
$font-family-base:                 'FontAwesome';
$FontAwesome:                 'FontAwesome';

//** Images Path
$imagePath			: '../../image/';
$imgPath             : $imagePath;


$imgPathRes            : '../image/';
$base-url-theme       : $imgPathRes;

//== Typography

$font-size-base:          12px !default;
$font-size-large:         ceil(($font-size-base * 1.25)) !default; // ~18px
$font-size-small:         ceil(($font-size-base * 0.85)) !default; // ~12px

$font-size-h1:            floor(($font-size-base * 2.6)) !default; // ~36px
$font-size-h2:            floor(($font-size-base * 2.15)) !default; // ~30px
$font-size-h3:            ceil(($font-size-base * 1.7)) !default; // ~24px
$font-size-h4:            ceil(($font-size-base * 1.25)) !default; // ~18px
$font-size-h5:            $font-size-base !default;
$font-size-h6:            ceil(($font-size-base * 0.85)) !default; // ~12px

//** Unit-less `line-height` for use in components like buttons.
$line-height-base:        1.928; // 27/13
//** Computed "line-height" (`font-size` * `line-height`) for use with `margin`, `padding`, etc.
$line-height-computed:    floor(($font-size-base * $line-height-base)); // ~27px


//** By default, this inherits from the `<body>`.
$headings-font-family:    inherit;
$headings-font-weight:    500;
$headings-line-height:    1.1;
$headings-color:          #333333;


//== Colors
//
//## Gray and brand colors for use across Bootstrap.
$white :                  #fff !default;
$gray:#555;
$gray-base:              #000 !default;
$gray-darker:            lighten($gray-base, 13.5%) !default; // #222
$gray-dark:              lighten($gray-base, 20%) !default;   // #333
$gray:                   lighten($gray-base, 33.5%) !default; // #555
$gray-light:             lighten($gray-base, 46.7%) !default; // #777
$gray-lighter:           lighten($gray-base, 93.5%) !default; // #eee
$list-group-border:      #ddd !default;

$brand-primary:         darken(#428bca, 6.5%) !default; // #337ab7
$brand-success:         #5cb85c !default;
$brand-info:            #5bc0de !default;
$brand-warning:         #f0ad4e !default;
$brand-danger:          #d9534f !default;
$white 	: 			#fff;

//== Tables
//
//## Customizes the `.table` component with basic values, each used across all table variations.

//** Padding for `<th>`s and `<td>`s.
$table-cell-padding:            8px !default;
//** Padding for cells in `.table-condensed`.
$table-condensed-cell-padding:  5px !default;

//** Default background color used for all tables.
$table-bg:                      transparent !default;
//** Background color used for `.table-striped`.
$table-bg-accent:               #f9f9f9 !default;
//** Background color used for `.table-hover`.
$table-bg-hover:                #f5f5f5 !default;
$table-bg-active:               $table-bg-hover !default;

//** Border color for table and cell borders.
$table-border-color:            #ddd !default;
$base-border-color:             #ddd !default;
$input-color-placeholder:        #999;
$input-border:                   #ccc;
// END BOOTSTRAP VARIABLES


// THEMES VARIABLES
$background			: $linkColor;
$background1		: $linkColor;

$FontAwesome		    : 'FontAwesome';
$background_hover2      : #333;
$background_header1     :#f6f6f6;
$background_header5      : #394673;
$label-sale             : #fe5454;
$label-new             : #237cdf;
// default space between content block
$content-top-margin:               75px;

//product
$price-old:                        #fa6b6b;
$rating-color:                     #ffaf47;
$rating-empty-color:               #d2d2d2;
$main_border : 1px;

//Pre-Loader 
$preloader_tx: #5bc0de;

//MY VAR
$vang: #beae59;
$border: #dddddd;
$xanh: #00a9df;
$red: #ff5e00;
$xanh2: #7eb3a0;
$color4 : #79b6a0;
$color5: #49ccf3;
$color: true;
// END THEMES VARIABLES