* {
  box-sizing: border-box;
}
.wbb_col_inner p.woocommerce-loop-product__title {
  min-height: 50px;
  margin: 10px 0;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.wbb-inner figure {
    position: absolute;
    z-index: 99999999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
}
.wbb_view_bundle_components .wbb_product_added{
  display: none;
}
.wbb_hide_quantity .wbb_product_qty{
  display:none;
}
/* .wbb_pre_added_product .wbb_product_qty{
  visibility: visible;
} */
.wbb-inner {
  content: '';
  display: block;
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.3);
  z-index: 9;
  width: 100%;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 1s;
  -webkit-transition-delay: 0s;
  transition-property: opacity;
  transition-duration: 1s;
  transition-delay: 0s;
  padding-top: 100%;
  display: block;
}
.wbb_bundle_builder_main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
}
.wbb_bundle_builder_main.wbb_right .wbb_bundle_builder_left_body, .wbb_bundle_builder_main.wbb_left .wbb_bundle_builder_left_body {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.wbb_bundle_builder_main.wbb_right .wbb_bundle_side_body, .wbb_bundle_builder_main.wbb_left .wbb_bundle_side_body {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.wbb_bundle_builder_main.wbb_bottom .wbb_bundle_builder_left_body, .wbb_bundle_builder_main.wbb_bottom .wbb_bundle_side_body {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.wbb_bundle_builder_main img {
  display: inline;
}
.wbb_bundle_side_body, .wbb_bundle_builder_left_body {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.wbb_builder_banner img{
  margin: 0 auto;
}
.wbb_bundle_side_body_inner {
  border: 1px solid #ccc;
  padding: 15px;
}
.wbb_bundle_popup_content {
  padding: 20px;
}
.wbb_bundle_side_body .wbb_add_to_cart_message {
  margin-bottom: 15px;
}
.wbb_bundle_builder_main.wbb_left {
  flex-direction: row-reverse;
}
.wbb_builder_banner {
  margin-bottom: 15px;
}
.wbb-row{
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
}
.wbb-col-6,
.wbb-col-5,
.wbb-col-4,
.wbb-col-3,
.wbb-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 15px;
}
.wbb_box_product_title{
  text-transform: capitalize;
}
.wbb_all_prods_data{
    text-align: center;
}
.wbb_box_label{
  position: absolute;
  top: 45%;
  left:39%;
}
.wbb_load_products{
  text-align: center;
  margin-bottom: 15px;
}
.wbb_product_nav {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.wbb_product_nav .wbb_next_button {
  float: right;
}
.wbb_product_nav .wbb_prev_button {
  float: left;
}
.wbb_product_nav span{
    font-size: xx-large;
}
.wbb_product_info .quantity{
  float: left;
}
.wbb_product_info{
  float: left;
  margin-left: 6%;
  width: 45%;
}
.wbb_product_qty button{
  padding: 5%;
}
.wbb_product_qty span{
  line-height: 2.6;
}
.wbb_overlay {
  background-color:#EFEFEF;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0px;
  left: 0px;
  opacity: .5;
}
/* loader */
.wbb_loader {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  z-index: 30;
}
.wbb_loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #000;
  border-radius: 50%;
  animation: wbb_loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #000 transparent transparent transparent;
}
.wbb_loader div:nth-child(1) {
  animation-delay: -0.45s;
}
.wbb_loader div:nth-child(2) {
  animation-delay: -0.3s;
}
.wbb_loader div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes wbb_loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wbb-inner figure img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
@media (min-width: 576px) {
  .wbb-col-6{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666666% !important;
    flex: 0 0 16.666666% !important;
    max-width: 16.666666% !important;
  }
  .wbb-col-5{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
  .wbb-col-4{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .wbb-col-3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333% !important;
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
  .wbb-col-2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media ( max-width: 767px ) {
  .wbb_bundle_builder_main.wbb_right .wbb_bundle_builder_left_body, .wbb_bundle_builder_main.wbb_left .wbb_bundle_builder_left_body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wbb_bundle_builder_main.wbb_right .wbb_bundle_side_body, .wbb_bundle_builder_main.wbb_left .wbb_bundle_side_body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wbb-col-4, .wbb-col-2, .wbb-col-3, .wbb-col-5, .wbb-col-6, .wbb-col-10, .wbb-col-11, .wbb-col-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50% !important;
      flex: 0 0 50% !important;
      max-width: 50% !important;
  }
}
@media ( min-width: 768px ) and ( max-width: 1023px ) {
  .wbb_bundle_builder_main.wbb_right .wbb_bundle_builder_left_body, .wbb_bundle_builder_main.wbb_left .wbb_bundle_builder_left_body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .wbb_bundle_builder_main.wbb_right .wbb_bundle_side_body, .wbb_bundle_builder_main.wbb_left .wbb_bundle_side_body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .wbb-col-4, .wbb-col-2, .wbb-col-3, .wbb-col-5, .wbb-col-6, .wbb-col-10, .wbb-col-11, .wbb-col-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50% !important;
      flex: 0 0 50% !important;
      max-width: 50% !important;
  }
}
@media (max-width: 1023px){
  .wbb-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333% !important;
    flex: 0 0 43.333333% !important;
    max-width: 43.333333% !important;
  }
  div[class*='wbb-col'] .wbb-col-4, div[class*='wbb-col'] .wbb-col-3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media (max-width: 667px) {
  .wbb-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  div[class*='wbb-col'] .wbb-col-4, div[class*='wbb-col'] .wbb-col-3, div[class*='wbb-col'] .wbb-col-2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media (min-width: 570px) and (max-width: 767px) {
  .wbb-col-6{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
  }
}
@media (max-width: 1023px){
  .wbb-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333% !important;
    flex: 0 0 43.333333% !important;
    max-width: 43.333333% !important;
  }
  div[class*='wbb-col'] .wbb-col-4, div[class*='wbb-col'] .wbb-col-3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media (max-width: 667px) {
  .wbb-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  div[class*='wbb-col'] .wbb-col-4, div[class*='wbb-col'] .wbb-col-3, div[class*='wbb-col'] .wbb-col-2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
.wbb_bundle_status_text{
  display: none;
}
/* steps */
.bundle-builder-app--bundle--section-breadcrumbs{
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    font-size: 1.5em;
    margin-bottom: 60px;
    z-index: 0;
    position: relative;
}
.wbb_bundle_steps>.wbb_bundle_step{
    position: relative;
    display: table-cell;
    text-align: center;
    font-size: 14px;
}
.wbb_bundle_steps>.wbb_bundle_step:before {
    content: attr(data-step);
    display: block;
    margin: 0 auto;
    width: 2em;
    height: 2em;
    text-align: center;
    margin-bottom: 0.25em;
    line-height: 2em;
    border-radius: 100%;
    position: relative;
    z-index: 1000;
    cursor: pointer;
    box-shadow: 0px 0px 0px 0 var(--button-text-color, #fff) inset;
    border: 1px solid var(--button-bg-color, #000);
    transition: box-shadow 0.5s ease;
}
.wbb_stock_alert, .wbb_bundle_limit_alert{
  display: none;
  position: fixed;
  padding:1% ;
  right: 0%;
  top: 5%;
  z-index: 111111;
  color: #EFEFEF;
  background: red;
}
.wbb_bundle_steps>.wbb_bundle_step:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    top: 14px;
    left: 50%;
    margin-left: 1.5em\9;
    z-index: 0;
}
.wbb_bundle_price, .wbb_view_bundle, .wbb_add_to_cart, .wbb_warning, .wbb_reset_bundle{
  text-align: center;
}
.wbb_view_bundle{
  margin-bottom: 2%;
  margin-top: 2%;
}
.wbb_bundle_status{
  display: none;
}
.wbb_product_qty{
  border: 1px solid #ddd;
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/* popup */
.wbb_popup_head {
    position: sticky;
    right: 0;
    top: 0;
    padding: 10px;
  overflow: hidden;
  z-index: 9;
  float:right;
  width:95px;
}
.wbb_popup_head h4{
    float: left;
  padding: 0;
    margin: 0;
}
.wbb_added_components button.wbb_add_prod{
  display: none;
}
.wbb_view_bundle_popup {
    position: fixed;
    z-index: 99999;
    margin: 0 auto;
    border: 1px solid #414141;
    overflow: hidden;
    min-height: 550px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.wbb_view_bundle_popup:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: ' ';
    opacity: 0.5;
    background-color: #333;
}
.wbb_view_bundle_popup_inner {
  position: absolute;
  overflow: auto;
  top: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  background: rgb(255, 255, 255);
  overflow-x: hidden;
}
.wbb_view_bundle_components {
    margin-bottom: 30px;
}
.wbb_popup_message_box {
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 15px;
}
.wbb_view_bundle_popup_inner::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}
.wbb_view_bundle_popup_inner::-webkit-scrollbar{
  width: 6px;
  background-color: #F5F5F5;
}
.wbb_view_bundle_popup_inner::-webkit-scrollbar-thumb{
  background-color: #555555;
}
.wbb_popup_close, .wbb_quick_view_close {
  color: #555555;
  cursor: pointer;
  font-size: 40px;
  line-height: 1;
  width: 40px;
  height: 40px;
  font-weight: 300;
  display: block;
  float: right;
}
.wbb_view_bundle_components .wbb_add_to_cart_message {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 15px;
}
.wbb_add_to_cart_message p{
  text-align: center;
}
.wbb_bundle_popup_content .wbb_price_label{
  margin: 0;
}
ul.wbb_bundle_steps li:last-of-type:after {
    content: unset;
}
/* quick view */
.wbb_bundle_builder_layer{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(01, 01, 01, 0.6);
    display: none;
}
.wbb_bundle_builder_quick_view {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99999;
  max-width: 800px;
  width: 96%;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  padding: 10px;
}
.wbb_bundle_builder_quick_view figure.woocommerce-product-gallery__wrapper {
  position: relative;
  overflow: hidden;
  clear: both;
  max-width: 100%;
}
.wbb_bundle_builder_quick_view > div.product {
  max-width: 1000px;
}

@media (min-width: 768px){
	.wbb_bundle_builder_quick_view_content .woocommerce-product-gallery {
	  width: 39.1304347826%;
	  float: left;
	  margin-right: 4.347826087%;
	  margin-bottom: 3.706325903em;
	}
	.wbb_bundle_builder_quick_view_content .images {
	  width: 39.1304347826%;
	  float: left;
	  margin-right: 4.347826087%;
	  margin-bottom: 3.706325903em;
	}
	.wbb_bundle_builder_quick_view_content .woocommerce-product-gallery {
	  width: 41.1764705882%;
	  float: left;
	  margin-right: 5.8823529412%;
	  margin-bottom: 3.706325903em;
	}
	.wbb_bundle_builder_quick_view_content .images {
	  width: 41.1764705882%;
	  float: left;
	  margin-right: 5.8823529412%;
	  margin-bottom: 3.706325903em;
	}
	.wbb_bundle_builder_quick_view_content .woocommerce-product-gallery {
	  position: relative;
	}
	.wbb_bundle_builder_quick_view_content .images, .wbb_bundle_builder_quick_view_content .summary, .wbb_bundle_builder_quick_view_content .woocommerce-product-gallery {
	  margin-bottom: 2.617924em;
	  margin-top: 0;
	}
	.wbb_bundle_builder_quick_view_content .summary {
	  width: 56.5217391304%;
	  float: right;
	  margin-right: 0;
	  margin-bottom: 3.706325903em;
	}
	.wbb_bundle_builder_quick_view_content .summary {
	  width: 52.9411764706%;
	  float: right;
	  margin-right: 0;
	}
}