/* --- --- PRODUCT PAGE --- --- */
.rsgdxpo-preorder-availability {
	display: none;
}
.rsgdxpo-product-disclaimer {
	width: 100%;
	display: block;
	float: left;
	background: #af2727;
	padding: 10px;
	color: #ffffff;
}
.rsgdxpo-product-disclaimer p {
	margin-bottom: 0;
}
.rsgdxpo-product-disclaimer a {
	font-weight: 700;
	color: #ffffff;
	text-decoration: underline;
	transition: ease .2s;
}
.rsgdxpo-product-disclaimer a:hover {
	transition: ease .2s;
	color: #000000 !important;
}

body.single-product-rsgdxpo-true .stock,
body.single-product-rsgdxpo-true .ast-stock-detail,
body.single-product-rsgdxpo-true .woocommerce-variation-availability {
	display: none!important;
}

/* --- --- CART PAGE --- --- */
.rsgdxpo-cart-disclaimer {
	background: #af2727;
	padding: 10px;
	color: #ffffff;
	margin-bottom: 5px;
}
.rsgdxpo-cart-disclaimer p {
	margin-bottom: 0;
}
.rsgdxpo-cart-disclaimer a {
	font-weight: 700;
	color: #ffffff;
	text-decoration: underline;
	transition: ease .2s;
}
.rsgdxpo-cart-disclaimer a:hover {
	transition: ease .2s;
	color: #000000 !important;
}
.rsgdxpo-preorder-cart-label {
	color: #d9534f;
	font-weight: bold;
	margin-left: 10px;
}

/* --- --- CHECKOUT PAGE --- --- */
.rsgdxpo-checkout-disclaimer {
	background: #af2727;
	padding: 10px;
	color: #ffffff;
	margin-bottom: 5px;
}
.rsgdxpo-checkout-disclaimer p {
	margin-bottom: 0;
}
.rsgdxpo-checkout-disclaimer a {
	font-weight: 700;
	color: #ffffff;
	text-decoration: underline;
	transition: ease .2s;
}
.rsgdxpo-checkout-disclaimer a:hover {
	transition: ease .2s;
	color: #000000 !important;
}