/*
	Theme Name:   Savoy Child
	Theme URI:    http://themeforest.net/item/savoy-minimalist-ajax-woocommerce-theme/12537825
	Description:  Savoy child theme
	Author:       NordicMade
	Author URI:   http://www.nordicmade.com
	Template:     savoy
	Version:      1.0.1
*/


/* Child theme CSS
--------------------------------------------------------------- */

.custom-note {

display: block;

margin-top: 8%;

color: #c12a2a;

background: #f5f5f5;

padding: 5%;

}

input[type="text"], input[type="password"], input[type="number"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="time"], input[type="month"], input[type="week"], input[type="email"], input[type="search"], input[type="tel"], input[type="url"], input.input-text, select, textarea {
    color: #fff;
	background: #282828;
}

.nm-top-bar {
    line-height: 23px;
}

#nm-search-suggestions-product-list .price {
    color: #f45b36;
}

.nm-top-bar {
    font-size: 14px;
}

.woocommerce-info {
    color: #ffffff;
}