.wk_preorder_loader{background:none repeat scroll 0 0 rgba(255, 244, 232, 0.61);position: absolute;top: 0px;left:0;width: 100%;z-index:2000;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF4E9,endColorstr=#FFF4E9);}
.wk_preorder_loader > div{background:url("image/ajax-loader-tr.gif") no-repeat scroll 0 0 transparent;position: fixed;top: 48%;border-radius: 18px;left:48%;width: 32;height: 32px;width: 32px;}
.wk_notification {
    background: none repeat scroll 0 0 #F25253;
    border: 2px solid #E2E2E2;
    border-radius: 4px;
    font-family: Verdana;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    position: fixed;
    z-index: 9999;
}


.wk-preorder-message-block * {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}


.price-box.wp_price {
	display: inline-block;
	width: 100%;
}
.product-view .product-shop .price-box.wp_price {
	display: inline-block;
}
.product-view .product-shop .price-box.wp_price .regular-price .price, 
.product-view .product-shop .price-box.wp_price .special-price .price,
.product-view .product-shop .price-box.wp_price .full-product-price .price {
	color: #468847;
	font-size: 15px;
}
.wk-additional-msg {
	border:1px solid #d6e9c6;
	background-color: #dff0d8;
	margin: 5px 0;
    padding: 5px;
    border-radius: 2px;
    width: 100%;
    color: #468847;
}
.wk-add-title {
    
    display: inline-block;
    font-weight: bold;
}
.wk-add-content {
    display: inline-block;
    width: 100%;
}

.price-box.wp_price .price {
	color: #468847;
	font-size: 15px;
}
.wk-preorder-message-block {
    display: inline-block;
    width: 100%;
}
.wk-preorder-message-block > div {
    display: inline-block;
    margin: 5px 0;
}
.wk-info {
	background: none repeat scroll 0 0 #d9edf7;
    border: 1px solid #bce8f1;
    border-radius: 2px;
    color: #3a87ad;
    padding: 5px;
    width: 100%;
    font-weight: bold;
}
.wk-loading-mask {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.62);
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
}
.wk-loader {
	background: url('image/ajax-loader-tr.gif');
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -16px;
	margin-top: -16px;
	width: 32px;
	height: 32px;
}

.grouped-items-table .price {
	white-space: normal !important;
}