.wn-custom-data-label {
	font-weight: bold;
}

.wnShopItemListTitle, 
li .fusion-clean-product-image-wrapper {
	color: black !important;
	font-weight: bold;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.related .product-title {
	display: none;
}

ul.products h3 {
	display: none;
}

.wnCustomProductTitle {
	color: #0073e0 !important; 
}

li.product-category h2.woocommerce-loop-category__title{
	font-weight: bold !important;
}

.ui-datepicker {
	border: 2px solid black !important;
	background-color: white;
}

.wn-menu{
	padding:0;
	margin:0;
	list-style-type:none;
	font-size:13px;
	color:#000000;
	width:100%;
	background-color:#f9f9f9;
}

.wn-menu li{
	border-bottom:1px solid #eeeeee;
	padding:7px 0px 0px 10px !important;
}

.wn-menu li:hover{
	background-color:#cccccc;
}

.wn-menu li ul{
	color:#000000;
	list-style-type: none;
}

.wn-menu li:hover > a{
	font-weight: bold;
}

.wn-menu li:hover ul{
	background-color:#f9f9f9;
}

.wn-menu a:link{
	color:#000000;
	text-decoration:none;
}

.wn-menu .current-cat>a{
	pointer-events: none;
	cursor: default;
	font-weight: 800;
	color: black !important;
}

.wn-menu .current-cat>a{
	pointer-events: none;
	cursor: default;
	font-weight: 800;
	color: black !important;
}

form.woocommerce-ordering {
	display: initial;
}

#content>.catalog-ordering{
	display:none;
}

.customOptionBoxes{
	-webkit-box-shadow: 4px 4px 5px 0px rgba(163,163,163,1); 
	-moz-box-shadow: 4px 4px 5px 0px rgba(163,163,163,1); 
	box-shadow: 4px 4px 5px 0px rgba(163,163,163,1); 
	border:1px solid #00519d;
	padding: 10px; 
	margin: 0px 20px 20px 20px;
	height: 100px;
	width: 250px;
}
.cobWrapper{
	float:left;
}
.cobContainer{
	margin:auto;
	display: table;
}
.cobCenter{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
@media only screen and (max-width: 800px){
	.cobContainer{
		width: 300px;
	}
}

#ui-datepicker-div{
	z-index:9999 !important;
}
