/* Front End Styles */
.PB_plusbutton {
	font-size:30px;
	vertical-align:top;
	margin-bottom:0px;
	margin-right:13px;
	display:inline-block;
	margin-top:45px;
}
.PB_product {
	display:inline-block;
	vertical-align:top;	
	position:relative;
	*zoom: 1;
    *display: inline;	
	margin: 0 13px 10px 0;
}
.PB_product_image {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.PB_product_name {
	color: #444;
	text-decoration: none;
	display: block;
	margin: 4px 0;
	font-size:12px;
	line-height: 12px;
	min-height: 70px;
	max-height: 70px;
}

.PB_bundle_total_price {
	font-size:16px;
}
.PB_heading_text {
	font-size:16px;
	display: block;
	padding-bottom:8px;
	font-weight:bold;
}
.PB_options_image {
	padding: 3px;
}
.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;
}
.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;
}
#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 {
	margin-bottom: 5px;
}

.pbListing-box .box-content {
	background: #FFFFFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	border-top: 1px solid #DBDEE1;
	padding: 3px;
}

.pbListing-box .box-content .box-products {
	padding: 10px;
	text-align: center;
}

.pbListing-box .box-content .box-products .PB_bundle_info {
    text-align: center;
    vertical-align: top;
    display: inline-block;
    margin: 5px 0 0 30px;
    background-color: #ffeebf;
    padding: 5px;
    border-radius: 4px;
	*zoom: 1;
    *display: inline;
}

.bundle-name {
	font-size: 14px;
	padding: 0px 0px 10px 0px;	
}

.bundle-list-name {
	font-size: 14px;
	padding: 5px 0px 5px 10px;	
    color: #fb515d;
    font-size: 1.84615em;
    font-weight: 400;
}

.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;
}	
#ProductBundlesOptionsForm .PB_image {
	float: none;
}
.PB_image {
	float: left;
}

.pb_name {
    float: left;
    max-width: 7em;
    padding: 10px 5px;
        margin-left: 3px;
}

.pb_price, .finalbundlerpice {
  font-size: 1.7em;
    border-radius: 4px;
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle;
    margin-right: .5em;
    white-space: nowrap;
    border: 1px solid transparent;
        line-height: 1.2;
}
.pb_price strong {
	font-weight: 400;
}
.finalbundlerpice {
	color: #e55b4c;
}

.bundle-widget .owl-prev {
	position: absolute;
	top: 40%;
	left:0;
	z-index: 998;
}

.bundle-widget .owl-next {
	position: absolute;
	top: 40%;
	right: 0;
	z-index: 998;
}

   /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
		.pbListing-box .box-content .box-products {
    		display: inline-flex; 
    	}
   		.PB_bundle_info:before {
		    content: '';
		}

		.total {
		    background-color: #ebebeb;
		    padding: 15px 20px;
		}

		.PB_bundle_info .b1 {
			float: left;
		}
		.PB_bundle_info .b2 {
			float: right;
		}
		.PB_bundle_info {
			width: 100%
		}
		.pb_price, .finalbundlerpice {
		    background: transparent;
		}
		.PB_product_name + .pb_price {
			background: #fff3b5;
		}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
		.PB_bundle_info {
			text-align:center;
			margin: 25px 0 0 13px;
			*zoom: 1;
		    *display: inline;	

		     background: #ffffff00;
		    border-radius: 4px;
		    display: inline-block;
		    padding: 8px;
		    vertical-align: middle;
		    margin-right: .5em;
		    white-space: nowrap;
		    border: 1px solid transparent;
		    line-height: 1.2;
		    width: 200px;
		}

		.PB_bundle_info:before {
		    content: '\003d';
		    position: absolute;
		    top: 35%;
		    left: -20px;
		    font-size: 3em;
		    font-weight: 100;
		}
		.total {
		    background-color: transparent;
		    padding: 0;
		}
		.PB_bundle_info .b1 {
			float: none;
		}
		.PB_bundle_info .b2 {
			float: none;
		}
		.pb_price, .finalbundlerpice {
		    background: #fff3b5;
		}
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
		.pbListing-box .box-content .box-products {
    		display: block; 
    	}
  		.PB_bundle_info:before {
		    content: '\003d';
		    left: -40px;
		}
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
		.PB_bundle_info:before {
		    content: '\003d';
		    left: -60px;
		}
    }