/* general style */	
body{ 
	color: #252525; 
	background-color: #ffffff; 
}
button, a{ 
	color: #86c0cc; 
}
button:hover, a:hover{
	color: #50a4b5;
}
::-moz-selection {
	color: #ffffff; 
	background-color: #86c0cc;
}
::selection {
	color: #ffffff; 
	background-color: #86c0cc;
}

#scrollUp{
	color: #ffffff; 
	background-color: #86c0cc;
}
#scrollUp:hover{
	color: #ffffff;
	background-color: #19353a;
}



/* Shop Page style */

.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3{
	color: #000000;
}
.woocommerce .single-products .newsn_pd span ins span{
	color: #a5a5a5;
}

.woocommerce .single-products .button, 
.woocommerce .single-products .added_to_cart{
	color: #000000;
	background-color: #ffb700;
	border-radius: 6px;
}
.woocommerce .single-products:hover .button:hover,
.woocommerce .single-products:hover .added_to_cart:hover{ 
	color: #000000;
	background-color: #ffb700;
}
.woocommerce .single-products .newsn_pd span.onsale{
	background-color: #ffb700;
	color: #000000;
}
.woocommerce .single-products .newsn_pd span.soldout{
	background-color: #F2702E;
}
.woocommerce div.product form.cart .single_add_to_cart_button,
.single-products .button, .single-products .added_to_cart{ 
	border-radius: 6px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
	background-color: #FFB700 !important;
}
.shop-sidebar-area .widget h2, 
.shop-sidebar-area .widget h3{ 
	color: #000000;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	border-color: #FFB700;
}
.widget_product_categories ul li a, 
.shop-sidebar-area .woocommerce-widget-layered-nav-list li a{
	color: #000000;
}
.shop-sidebar-area .woocommerce.widget_product_categories ul li:hover a,
.shop-sidebar-area .woocommerce-widget-layered-nav-list li:hover a{ 
	color: #FFB700; 
}
.shop-sidebar-area .woocommerce.widget_product_categories li:hover span.count,
.shop-sidebar-area .woocommerce-widget-layered-nav-list li:hover span.count{ 
	background-color: #FFB700; 
}

/* Shop Single Page style */

.single-product-area .product-details h3, 
.single-product-area .product-details h1,
.related.products .single-products h2.woocommerce-loop-product__title{
	color: #000000;
}
.single-product-area .product-details span, 
.woocommerce div.product p.price, 
.woocommerce div.product span.price,
.single-product-area .product-details span.posted_in a,
.single-product-area .panel-default > .panel-heading .panel-title a span{
	color: #FFB700;
}
.single-products .newsn_pd span.onsale, 
.single-product-area span.onsale{
	background-color: #ffb700;
	color: #000000;
}
.woocommerce div.product form.cart .single_add_to_cart_button, 
.single-products .button, .single-products .added_to_cart{
	background: #000000;
	color: #ffffff;
}
.woocommerce div.product form.cart .single_add_to_cart_button:hover{
	background: #FFB700;
	color: #FFB700;	
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover{
	background: #FFB700;
}





