/*

    Glendale Designs Custom Programming
    for partyinnovations.com
    Ticket: 29167926

    Dynamic Price Calculation inc Volume Prices and Party's special Setup Charges stuff

    v1.0.15
    GDCP

*/

#x-product-dsp-dynamic-pricing {
	position: relative;
	z-index: 1;
	margin: 0 0 1rem 0;
	min-height: 110px;
}
#x-product-dsp-dynamic-pricing.__loading:before {
	content: "UPDATING PRICES...";
	display: block;
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	padding:0;
	/* background-color: rgba(255,255,255,0.5); */
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color:#999;
	line-height: 4;
}
.x-gd-party-prices--display.o-layout {
	margin: 0;
	padding: 0.75rem 1.5rem 0.75rem 0.5rem;
	border: 1px solid rgba(0,0,0,0.1);

}
.x-gd-party-prices--display .o-layout__item {
	padding-top:0.33rem;
	padding-bottom:0.33rem;
}

