/**
 * variables-wootheme.scss
 * Governs the general look and feel of WooCommerce sections of stores using themes that do not
 * integrate with WooCommerce specifically.
 *
 */

/**
 *  Woo-Variables
 */

$wooborder_color: #e8e8f8;

$woo_pink: #ff3a4c;

$woo_yellow: #febf01;

$woo_black: #000000;

$woo_dark: #1e1d24;

$woo_green: #2fd3ae;

$woo_grey: #b9bdcd;

$woo_comment_bg: #f8f8f8;

$woo_stars_col: #d3ced2;

$woo_payment_box_bg: #e9f8ff;

$woo_info_bg: #e6faf5;

$loader-width: 30px;

$border-width: 3px;
