/* Front End Styles */
.bundle-title{
	/*color: #FFF;*/
	text-align: center;
	font-size: 16px;
	color: #444;
	font-style: italic;
}
.bundle-products {
	text-align: center;
}
.bundle_price>strong {
	font-size: 28px;
}
.box-productbundles {
	position: relative;
	margin: 10px 0px;
	padding: 10px 0px;
	border-radius: 7px;
	border: 2px solid #beda00;
	/*background-color: #beda00;	*/
	/*font: #FFF;*/
	background-color: #FFF;
	font: #000;
}
.bundle-products > div:nth-child(2n+2), .bundle-result > div:nth-child(1) {
	color: #d71067;
	font-weight: 600;
	font-size: 70px;
	top: 0px;
	text-align: center;
}

.pb_price, .pb_name {
	color: #444;
}
.pb_name {
	display: none;
}

.bundle_info .button {
	background: #D71067;
}

.bundle_info strong {
	/*color: #FFF;*/
	color: #444;
}
 
.bundle_info {
	text-align:center;
	vertical-align:top;
	display:inline-block;
}

.bundle-result {
	/*position: absolute;*/
	/*right: 30px;*/
	/*bottom: 20px;*/
	text-align: center;
}

/*@media all and (max-width: 1200px) {*/
/*	.bundle-result {*/
/*		position: inherit;*/
/*	}*/
/*}*/


.PB_bundle_total_price {
	font-size:16px;
}

.pb_quantity {
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  z-index: 99;
  top: -5px;
  left: 0px;
  color: #fff;
  background-color: #d71067;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 34px;
  height: 34px;
  line-height: 34px;
  padding: 0;
  text-align: center;
}


.bundle_price {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
}
.boundle-options a {
	color: #353435;
}
.boundle-options .error {
	color: #D71067;
}

.boundle-options:after {
	display: table;
	content: " ";
	clear: both;
}


/*cross price*/
del.cross {
	display:inline-block;
	text-decoration:none;
	position:relative;
}

.del-cross {
	display:block;
	position:relative;
	overflow:hidden;
}

del.cross:before,
.del-cross:before {
	content:'';
	position:absolute;
	display:block;
	width:auto;
	height:auto;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background: rgba(0,0,0,0) url('/image/cross_old.svg') no-repeat;
	background-size:100% 100%;
}
.bundle_info .bundle-price {
	display: inline-block;
	font-size: 24px;
	color: #c5d911;
	margin: 10px 0px;
}

.fancybox-inner  .bundle-products > div:nth-child(2n+2) {
	color: #d71067;
	font-weight: 600;
	font-size: 10px;
	text-align: center;
}