body{
    background: #fff;  
    color: #000;
}

.header_section {
    box-shadow: unset;
}

.header_section img {
	margin: 10px 0;
	max-height: 300px;
}

.underlay {
    background: #fff;
}

.text-color {
	color: #fff !important; 
}

.p-5 {
    padding: 1.5rem !important;
}

.navbar{
	background-color: #195FE1;
}

.widget_section {
	background: #195FE1;
}

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

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

.product-details .prod-tabs .tab-btns .tab-btn{	
	background:#5c9dea;
	border:2px solid #3885e0;
}

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

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