File: /home/dermova/public_html/india/wp-content/themes/ri-colias/sass/theme/skins/_variables-brown.scss
$image-url : '../images/' !default;
$theme-bg: #ffffff ;
$theme-bg-two: #ECEDF1 ;
$site-main: #ffffff;
$theme-color: #EA4848;
$theme-two: #EA4848;
$theme-base: #4a4a4a;
$theme-secondary: #FFF;
$font-base-color:#4e4d4d;
$border-color-base: 1px solid #e0e0e0;
$secondary: #F3F3F3; // Secondary buttons
$secondarytext: desaturate(darken($secondary, 60%), 21%);
/*btn*/
$white: #ffffff;
$black: #000000;
/**/
/*fonts*/
$font-family-once : "Lato" !default;
$font-family-two : "Lato";
$font-family-three : "Lato" ;
$font-size-base: 14px !default;
//===============================topbar============================
$topbar-bg :#111111;
$topbar-color :#cccccc;
$topbar-border-color :1px solid transparent;
$topbar-border-bottom :1px solid transparent;
//===============================Menu============================
$menu-bg :#FFF;
$menu-color :#505050;
$menu-border :1px solid transparent;
//===============================Buttom============================
$btn-primary-bg: $theme-color !default; // #337ab7
$btn-success-bg: #b7cc16 !default;
$btn-info-bg: #4BC5C6 !default;
$btn-warning-bg: #DF8B1B !default;
$btn-danger-bg: #E3503C !default;
$btn-default-bg: #434a54 !default;
$btn-default-border: #ccc !default;
//btn
$btn-cart-color: $white;
$btn-cart-bg: $theme-color;
$btn-cart-border: $theme-color;
$btn-cart-colorhover: $theme-color;
$btn-cart-bghover: $white;
$btn-cart-borderhover: $theme-color;
$btn-outline-color: $theme-color;
$btn-outline-bg: $theme-secondary;
$btn-outline-border: $theme-color;
$btn-outline-colorhover: $theme-secondary;
$btn-outline-bghover: $theme-color;
$btn-outline-borderhover: $theme-color;
$btn-inverse-color: $theme-color;
$btn-inverse-bg: $theme-secondary;
$btn-inverse-border: $theme-color;
$btn-inverse-colorhover: $theme-secondary;
$btn-inverse-bghover: $theme-color;
$btn-inverse-borderhover: $theme-color;
//===============================Product============================
$sale :#EA4848 !default;
$out-of-stock :#CA7988 !default;
//===============================Footer============================
$footer-top :#EEEEEE;
$footer-center :#EEEEEE;
$footer-bg :#2C2C2C;
$footer-bg-bottom :#000;
$footer-color :#2C2C2C;
$footer-title-color :#2C2C2C;
$footer-border-color :1px solid #e0e0e0;
$footer-border-top :1px solid transparent;
$coppy-right-color: #aeaeaa;
$coppy-right-color-link: $sale;
//===============================New Letter============================
$new-letter-color :#555;