File: /home/dermova/www/india/wp-content/themes/ri-colias/sass/_variables-theme.scss
$image-url : '../images/' !default;
$theme-bg: #FFF ;
$theme-bg-two: #ECEDF1 ;
$site-main: #ffffff;
$theme-color: #f56032;
$theme-two: #f56032;
$theme-base: #4a4a4a;
$theme-secondary: #B7CC16;
$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 :#1B1B1B;
$topbar-color :#7f7e7e;
$topbar-border-color :1px solid #232323;
$topbar-border-bottom :0px solid transparent;
//===============================Menu============================
$menu-bg :white;
$menu-color :$font-base-color;
$menu-border :1px solid #e0e0e0;
//===============================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
$btn-cart-color: $white;
$btn-cart-bg: $theme-base;
$btn-cart-border: $theme-base;
$btn-cart-colorhover: $white;
$btn-cart-bghover: $theme-color;
$btn-cart-borderhover: $theme-color;
$btn-outline-color: $white;
$btn-outline-bg: $theme-secondary;
$btn-outline-border: $theme-secondary;
$btn-outline-colorhover: $white;
$btn-outline-bghover: $theme-base;
$btn-outline-borderhover: $theme-base;
$btn-inverse-color: $white;
$btn-inverse-bg: $theme-color;
$btn-inverse-border: $theme-color;
$btn-inverse-colorhover: $white;
$btn-inverse-bghover: $theme-base;
$btn-inverse-borderhover: transparent;
//===============================Product============================
$sale :#B7CC16 !default;
$out-of-stock :#B7CC16 !default;
//===============================Footer============================
$footer-top :#F5F5F5;
$footer-center :#F5F5F5;
$footer-bg :#F3F3F3;
$footer-bg-bottom :#1B1B1B;
$footer-color :#4e4d4d;
$footer-title-color :#2c2c2c;
$footer-border-color :1px solid #ECECEC;
$footer-border-top :1px solid transparent;
$coppy-right-color: #4e4d4d;
$coppy-right-color-link: $theme-two;
//===============================New Letter============================
$new-letter-color :#555;