File: /home/dermova/public_html/india/wp-content/themes/ri-colias/sass/theme/skins/_variables-aqua.scss
$image-url : '../images/' !default;
$theme-bg: #ffffff ;
$theme-bg-two: #ECEDF1 ;
$site-main: #ffffff;
$theme-color: #3FBBBD;
$theme-two: #D0387A;
$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 :$white;
$topbar-color :#666666;
$topbar-border-color :1px solid #eeeeee;
$topbar-border-bottom :1px solid #eeeeee;
//===============================Menu============================
$menu-bg :$theme-color;
$menu-color :white;
$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-default-bg: #434a54 !default;
$btn-default-border: #ccc !default;
$btn-primary-color: white;
$btn-primary-bg: #D0387A;
$btn-primary-border: #D0387A;
//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 :#D0387A !default;
$out-of-stock :#D0387A !default;
//===============================Footer============================
//black-red
$footer-top :#37B9BB;
$footer-center :#21252E;
$footer-bg :#2C2C2C;
$footer-bg-bottom :#181C23;
$footer-color :#878787;
$footer-title-color :white;
$footer-border-color :1px solid #424242;
$footer-border-top :1px solid transparent;
$coppy-right-color: #aeaeaa;
$coppy-right-color-link: $sale;
//===============================New Letter============================
$new-letter-color :white;