.bundled_product_optional_checkbox{
    background: #fafafa;
    display: inline-block;
    border: 1px solid #444;
    padding: 10px 20px!important;
    border-radius: 5px;
}

.bundled_item_after_cart_details{
	text-align: center;
}

.bundled_item_after_cart_details .quantity{
	display: inline-block !important;
}

.bundled_item_after_cart_details .quantity::before{
	content: "Qty:  ";
}

@media screen and (min-width: 992px){
	.bundle_wrap{
		position: fixed;
		right: 0;
		top: 25%;
		background: rgba(255,255,255,0.75);
		padding: 5px;
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	.bundle_wrap .woocommerce-info{
		background: #ffcd00 !important;
		color:  #000 !important;
	}
}

.postid-2515 .xoo-wsc-basket, .postid-2504 .xoo-wsc-basket, .postid-2516 .xoo-wsc-basket{
	display: none;
}

.fl-module-content p.price.hide{
	display: block !important;
}

.variations label{
	color: #000;
}