/* Front End Styles */
.PB_modal {
	min-width: 300px;
}
.PB_plusbutton {
	font-size:40px;
	font-weight:400;
	width:45px;
	height:45px;
	display:inline-block;
	position:absolute;
	top:50%;
	left:0;
	color:#F86D2E;
	z-index:3;
	transform:translateX(calc(-50%)) translateY(-50%);
	background:#fff;
	border-radius:100%;
	box-shadow: 0 0 1rem 0.25rem rgb(0 0 0 / 10%);
	display:flex;
	align-items:center;
	justify-content:center;
}
.PB_product {
	display:flex;
	flex-direction:column;
	padding-left:4px;
	padding-right:4px;
	overflow:visible;
	position:relative;
}
.PB_product_wrapper {
	position:relative;
	background:#fff;
	border-radius:6px;
	flex:1;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
}
.PB_bundle_caption {
	text-align:center;
	
}
.PB_bundle_caption_top {
	padding-bottom:30px;
}
.PB_product_brand {
	color: #EF5713;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
    width: 100%;
	word-break: break-word;
	margin-top:20px;
}
.PB_product_name {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
    width: 100%;
	word-break: break-word;
	margin-top:10px;
}
.pb_price_cont {
	margin-top:10px;
}
.pb_price {
	font-weight:900;
	diplay:flex;
	align-items:center;
}
.pb_price_before {
	text-decoration:line-through;
	color:#acacac;
	font-size:12px;
	margin:0 5px;
}
.PB_bundle_info {
	display:flex;
	flex-direction:column;
	justify-content:center;
	text-align:center;
	padding-left:110px;
	position:relative;
	
}
.PB_equalbutton {
	font-size: 40px;
    font-weight: 400;
    width: 45px;
    height: 45px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left:0;
    color: #F86D2E;
    z-index: 3;
    transform: translateX(15px) translateY(-50%);
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 1rem 0.25rem rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
	
}
.PB_heading_text {
	font-size:18px !important;
	display: block !important;
	padding-bottom:8px !important;
	font-weight:bold !important;
}
.PB_options_text {
    margin: 15px 0;
	padding-bottom: 8px;
    border-bottom: 1px solid #d8d8d8;
    font-weight: bold;
}
.PB_colorbox_footer {
	display: block;
	vertical-align:middle;
	margin-top:10px;
}
.PB_continue {
	float:right;
	display: inline-block;
	text-align:right;
}
.PB_options_product_field {
	padding: 5px 0 12px 0;
	word-break: break-word;
    width: 100%;
    max-width: 200px;
}
.PB_options_product_field a {
	color: #000 !important;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding-bottom: 5px;
	line-height: 16px;
	display: block;
}
.PB_options_product_field a:hover {
	text-decoration:underline;
}
.PB_colorbox_footer_text {
	display: block;
	width: auto;
	font-size: 12px;
	line-height: 15px;
	color: #4c4c4c;
}
.PB_options_product_item {
	float:left;
	padding: 5px 20px 5px 0;	
}
.PB_options_product_item_last {
	float:left;
	padding: 5px 0px 5px 0;
}
.PB_options .option {
	display: block;
	padding: 5px 0;
}
.PB_options input {
    width: auto !important;
}
.PB_options .required,
.PB_options .error {
	color: #d00;
}
#ProductBundlesOptionsForm {
	display: inline-block;
}

/* PB listing pagination */
.pbListing-pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

.pbListing-pagination .links {
	float: left;
}

.pbListing-pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}

.pbListing-pagination .results {
	float: right;
	padding-top: 3px;
}

.pbListing-pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}

.pbListing-content {
	padding: 0px;
	overflow: auto;
	margin-bottom: 20px;
}
.pbListing-box {

}
.PB_bundle_info_block_container {
	margin-top:20px;
}
.pbListing-box .box-content {
	max-width:1500px;
	margin:0 auto;
}
.bundle-widget {
	position:relative;
	padding-top:60px;
	padding-bottom:60px;
	margin-top:60px;
	margin-bottom:60px;
}
.bundle-widget:before {
	content:"";
	left:-10000px;
	right:-10000px;
	position:absolute;
	top:0;
	bottom:0;
	background-color:#F86D2E;
	z-index:-2;
}
.bundle-widget:after {
	content:"";
	background-image: url(/image/expertblogicon.png);
	height:300px;
	width:300px;
	background-repeat:no-repeat;
	background-size:cover;
	top:50%;
	transform:translateY(-50%);
	left:0;
	z-index:-1;
	position:absolute;
	opacity:0.45;
}
.pbListing-box .box-content:before {
	
}

.pbListing-box .box-content .box-products {
	display:flex;
	align-items:stretch;
}

.pbListing-box .box-content .box-products .PB_bundle_info {

}

.bundle-name {
	font-size: 14px;
	padding: 0px 0px 10px 0px;	
}

.bundle-list-name {
	font-size: 30px;
	color:#fff;
	font-weight:700;
	line-height:1;
}
.PB_bundle_info_block {
	background:#FFFFFF11; 
	color:#fff;
	margin-top:3px;
	padding-left:var(--space);
	padding-right:var(--space);
	padding-top:var(--space-half);
	padding-bottom:var(--space-half);
	display:flex;
	justify-content:space-between;
}
.PB_bundle_total_price {
	background:#fff;
	color:#F86D2E;
	font-weight:600;
}
.PB_bundle_total_price .PB_bundle_info_block_price {
	color:#000000;
}
.pb_quantity {
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  z-index: 99;
  top: -5px;
  left: -10px;
  color: #fff;
  background-color: #ee3313;
  border-radius: 50%;
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%; 
  width: 34px;
  height: 34px;
  line-height: 34px;
  padding: 0;
  text-align: center;
}	
.bundle-list-description,
.bundle-list-product-description {
   color:#fff;
}

/*Journal2 compatibility*/

#column-left .PB_product,
#column-right .PB_product,
#column-left .PB_options_image,
#column-right .PB_options_image {
	max-width: 100%;
}
#column-left .PB_plusbutton,
#column-left .PB_plusbutton {
	width: 100%;
    text-align: center;
}
.PB_image img {
	margin:0 auto;
}
@media (max-width: 1300px) { 
	.PB_bundle_info {
		padding-left:60px;
	}
	.PB_equalbutton {
		font-size: 30px;
		font-weight: 400;
		width: 35px;
		height: 35px;		
		transform:translateX(10px) translateY(-50%);
	}
	.PB_plusbutton {
		font-size: 30px;
		font-weight: 400;
		width: 35px;
		height: 35px; 
	}
}

@media (min-width: 990px) { 
	.PB_bundle_caption_top {
		display:none;
	}
	.PB_bundle_caption_bottom {
		display:block;
	}
}

@media (max-width: 990px) { 
	.PB_bundle_caption_top {
		display:block;
	}
	.PB_bundle_caption_bottom {
		display:none;
	}
	.pbListing-box .box-content .box-products .PB_bundle_info {
		padding-left:0;
		margin:0 auto;
		padding-top:90px;
		max-width:600px;
	}
	.PB_plusbutton {
		font-size: 30px;
		font-weight: 400;
		width: 35px;
		height: 35px; 

	}	
	.PB_equalbutton {
		top:45px;	
		left:50%;
		transform:translateX(-50%) translateY(-50%);
	}
	.PB_product_wrapper {
		padding-bottom:60px;
	}
	.PB_product {
		max-width:600px;
		margin:0 auto;
		padding-top:6px;
	}
}
@media (max-width: 767px) { 
	.PB_plusbutton {
		left:50%;
		top:0px;
		transform:translateX(-50%) translateY(-50%);
	}

}
