body{
	background: url(../../images/bg.jpg) center fixed;
	background-size: 1920px;    
    color: #000;
}

.underlay {
    background: #fff;
}

.text-color {
	color: #000 !important; 
}
/*
.menu-links a {
	color: #fff !important; 
	background-color: #e83e8c !important; 
	border-color: #CF2573 !important;
}

.menu-links a:hover, .menu-links a.hovered:hover {
	color: #fff !important; 
	background-color: #c31f6b !important; 
	border-color: #c31f6b !important;
}
*/
.navbar{
	background-color: #c31c2c;
}

.shopping-cart {
	background: #ea1da4;
}

.widget_section {
	background: #000;
}

.cart-summary .cart-summary-wrap,
.cart-table .cart-header{	
	background:#ea1da4;
	color:#ffffff;
}

.footer_section{
    background-color: #222;
    border-top: 1px solid #272727;
}

.product-details .prod-tabs .tab-btns .tab-btn{	
	background:#c31c2c;
	border:2px solid #c31c2c;
}

.product-details .prod-tabs .tab-btns .tab-btn:hover,
.product-details .prod-tabs .tab-btns .tab-btn.active-btn{
	background:#c31c2c;
}

.product-details .prod-tabs .tabs-content{
	border:2px solid #ea1da4;
}

.footer-text,
.c-white {
color: #fff;
}