/** Shopify CDN: Minification failed

Line 15:1 Unexpected "{"

**/
/* Theme's main color */
.main_color,
a:hover,
.sidebar .widget ul li a:hover, /* sidebar */
.shop-sidebar .widget.widget_filter label:hover,
.shop-sidebar .widget.widget_filter input[type=radio]:checked + label,
.nost-product-style-01 .flashs > span,
.nost-product-style-02 .flashs > span,
.nost-collection-tabs .load-more a:hover, /* home pinmaker */
 { 
	color:#ffa749; 
}
.main_border_color,
.shop-sidebar .widget.widget_filter label:hover span.term-attr,/* sidebar */
.shop-sidebar .widget.widget_filter input[type=radio]:checked + label span.term-attr { 
	border-color:#ffa749; 
}
.main-bg-color,
.widget_price_filter .ui-widget-header,/* sidebar */
.nost-newsletter-style-01 .input-group__btn:hover {
    background-color: #ffa749;
}

/* Body text */
.color_body_text{
  color: #666666;
}
/* Heading and links */
.color_text {
  color: #000000;
}
/* Buttons * /
{
	background-color: #000000;
	border-color:  #000000;
}

/* Button text */
.color_button_text {
	color: #ffffff;
}
/* BACKGROUND /*
/* Body background * /
body{
  background-color: #fff;
}

header{
 background-color: #ffffff;
}

footer{
 background-color: #f5f5f5;
}
*/
