@CHARSET "UTF-8";

.rocketbundles_header{
	display:block;
}

.rocketbundles_items_wrapper{
	width:100%;
	grid-gap: 1.2em;
	display: grid;
	grid-template-columns: repeat(3,1fr);
}

.rocketbundles_item_wrapper{
	display:inline-block;
	border: 1px solid #cdcdcd;
	/* We set this as relative, in order to use the plus icon, in absolute position based on that element */
	position: relative;
}

.rocketbundles_item_wrapper_inside{
	box-sizing: border-box;
	padding:0px;
}
form.rocketbundles_form {
	margin: 0;
}
.rocketbundles_productimage_link img{
	display:block;
	padding:5px;
	margin: auto;
}

.rocketbundles_productimage_link img:hover{
	padding:4px;
	border:1px solid #cccccc;
}

.rocketbundles_productname, .rocketbundles_productprice_notification, .rocketbundles_productprice .vm-price-value{

}

.rocketbundles_productprice .vm-price-desc + span {
	/* Virtuemart css gives 40% to that for no reason */
	width: auto;
}

/* Hide the price label as it is empty */
.rocketbundles_productprice .vm-price-desc{
	display: none;
}
.productdetails-view .product-price {
	display: none;
}
.productdetails-view .addtocart-bar.clearfix {
	height: 0;
	margin-bottom: 20px;
}
#fancybox-wrap {
	min-width: 50%;
}
#fancybox-content {
	min-width: 100%;
}
#fancybox-content::before {
	content: "" !important;
	padding: 0 !important;
}
#fancybox-content > div {
	padding: 0px 0 !important;
	text-align: center;
}
#fancybox-content #gjc_title {
	/* content: "Product successfully added"; */
	width: 100%;
	background: #5bc0de;
	color: #fff;
	display: block;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
}
#fancybox-content .ajax-popup-buttons {
	padding-bottom: 20px;
}
#fancybox-content .rocketbundles_items_wrapper_gjc {
	display: block !important;
	margin: 0;
}
#fancybox-close {
	background-position-x: -41px;
	background-position-y: -1px;
}
#fancybox-content .ajax-popup-buttons > a {
	margin: 0 2px;
}
#gjc_li_hold {
	padding: 0 20px 20px;
}
.rocketbundles_item_wrapper_gjc {
	text-align: left;
	margin: 0 0 0 10px;
}
.rocketbundles_form .PricesalesPrice, .rocketbundles_form .PricecostPrice {
	display: inline;
}
/* Add to Cart */

.rocketbundles_cart {
	display: block;
	margin-top: 1em;

}
.total_bundle_price {
	float: left;
}
.rocketbundles_wrapper span.addtocart-button{
	float:right;
}
.Pricetotalbundle_price.vm-display {
	display: inline-block;
}
.rocketbundles_wrapper input.addtocart-button{
	width:auto !important;
}

/* Prices */
.rocketbundles_productprice .PricebasePriceWithTax{
	text-decoration: line-through;
}

.rocketbundles_discount{
	color:#ff0000;
}

.rocketbundles_productprice_notification{
	font-style:italic;
}
.gjc_oldprice {
	float: left;
	margin-right: 10px;
}
.Pricetotalbundle_price {
	color: red;
}
/* Custom Fields */
.rocketbundles_productcustomfields {
	min-height: 60px;
	clear: both;
	display: none;
}

@media only screen and (max-width : 420px) {
	.rocketbundles_items_wrapper{
		grid-template-columns: repeat(1,1fr);
	}
}
