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

.underlay {
    background: rgba(255, 255, 255);
}

.text-color {
	color: #fff !important; 
}
.footer-text {
	color: #fff !important; 
}
.h-120 {
	max-width: 120px;
}
/*
.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: #ea1da4;
}

.shopping-cart {
	background: #ea1da4;
}

.widget_section {
	background: #ea1da4;
}

.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:#d40e90;
	border:2px solid #ea1da4;
}

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

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

/* ==========================================================================
    Mobile Background Fix
   ========================================================================== */
   
@media (max-width: 991px) {
	html, body {
		height: 100%;
	}
	body {
		overflow-y: scroll;
	}
	body{ 
		background: #0c5b03 url(../../images/bg.jpg) no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	}
}