/* 
* Use this file to override the default styles used in WCS
* not found in the store or theme specific stylesheets:
* 	uo_base.css
*	uo_media.css
*	common1_N.css (
*	legacy1_N.css 
* 
* 
*/


/********************************************
* UO overrides for styles.css
********************************************/

.product_info>.product_name>a {
    text-align: center;
    text-decoration: underline;
}

.product_info>.product_price {
    color: #005EC8;
}

.grid_mode .product_price {
    text-align: center;
}


.button_primary {
    color: #fff !important;
}

.button_secondary {
    color: #2E2E2E !important;
}

.loginPanelStates input[type="radio"]:checked+label:before {
    content: "�";
}

/* Below css to hide bundle tab text */
.container_full_width_bundle{
	display:none;
}

/********************************************
* UO overrides for legacy1_2.css
********************************************/

/* Below css to hide address add function */

#singleShipmentAddress, .hide_dropdown_address, .hide_address_button {
	display: none;
	height:0px;
}

#WC_ShopcartAddressFormDisplay_div_7 {
	display: none;
}  

#shop_cart_update {
	text-align:center;
}

