html {
  scroll-behavior: smooth;
}
.mpb_order_builder_carousel {
    width: 600px;
    max-width: 100%;
    clear: both;
}
.mpb_order_builder_carousel .slick-next {
    right: 5px;
    z-index: 999;
}
.mpb_order_builder_boxes_view > div.product {
    max-width: 1000px;
}
.mpb_bundle_step:after, .mpb_bundle_step:before {
	background: #e9e9e9;
	color: #333;
}
.mpb_order_builder_carousel .slick-prev {
    left: 5px;
    z-index: 999;
}
.mpb_product_added{
	display:block;
	color:green;
}
.mpb_bundle_header {
  margin-bottom: 30px;
}
.mpb_order_builder_carousel .slick-prev:before, .mpb_order_builder_carousel .slick-next:before {
    font-size: 25px;
    opacity: 1;
    color: #000;
}
.mpb_default_page .summary.entry-summary{
	width: 56.5217391304%;
    float: right;
    margin-right: 0;
    margin-bottom: 3.706325903em;
}
.mpb_default_page .woocommerce-product-gallery.woocommerce-product-gallery--with-images.images{
	width: 39.1304347826%;
    float: left;
    margin-right: 4.347826087%;
    margin-bottom: 3.706325903em;
}
.mpb_order_builder_boxes_view figure.woocommerce-product-gallery__wrapper {
    position: relative;
    overflow: hidden;
    clear: both;
    max-width: 100%;
}
.mpb_order_builder_boxes_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%;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    border: 1px solid #414141;
    overflow: hidden;
    background: #fff;
}
.mpb_order_builder_view_content {
    padding: 15px;
}
.mpb_order_builder_boxes_layer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(01, 01, 01, 0.6);
    display: none;
}
.mpb_order_builder_boxes_head > span {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 45px;
    color: #333;
    cursor: pointer;
}
.mpb_order_builder_boxes_head {
    position: absolute;
    right: 0px;
    z-index: 999999;
}
.mpb-inner figure {
    position: absolute;
    z-index: 99999999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
}
.mpb_cart_message{
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.mpb-inner {
    content: '';
    display: block;
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    background: #e9e9e9;
    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;
}
  .mpb-row{
	list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-left: -15px;
    margin-right: -15px;
    text-align: center;
}
.mpb-col-6,
.mpb-col-5,
.mpb-col-4,
.mpb-col-3,
.mpb-col-2,
.mpb-col-9,
.mpb-col-8{
	position: relative;
	width: 100%;
	min-height: 1px;
  padding: 15px;
  cursor: pointer;
}
  .mpb_box_product_title{
    text-transform: capitalize;
  }
  .mpb_all_prods_data{
      text-align: center;
  }
.mpb_review_products_layout {
    width: 100%;
    clear: both;
}
.mpb_box_label {
    position: absolute;
    top: 45%;
    left: 0;
    margin: 0 auto;
    text-align: center;
    right: 0;
}
.mpb_product_information {
  border-top: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding: 15px 0;
}
.mpb_product_information ._mbp_steps_actions {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
}
.mpb_product_information ._mbp_total_price {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.mpb_overlay {
    background-color:#EFEFEF;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0px;
    left: 0px;
    opacity: .5;
}
  /* loader */
  .mpb_loader {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    z-index: 30;
  }
  .mpb_loader div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #000;
    border-radius: 50%;
    animation: wccp_loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #000 transparent transparent transparent;
  }
  .mpb_loader div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .mpb_loader div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .mpb_loader div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes wccp_loader {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
.mpb_remove_product{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    display: none;
}
.mpb-inner figure img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.mpb_remove_product:after {
    content: ' ';
    background-image: url(../img/icon.png);
    z-index: 9;
    background-position: center 45%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    display: block;
 }
 .mpb-inner:hover .mpb_remove_product{
     display: block;
 }
 .mpb_reviews_buttons{
   display: none;
 }
.mpb_stock_alert, .mpb_boxes_alert{
	 display: none;
	 position: fixed;
	 padding:1% ;
	 right: 0%;
	 top: 5%;
	 z-index: 111111;
	 color: #EFEFEF;
	 background: red;
 }
 .mpb_reviews_buttons .mpb_final_price {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-direction: column;
  max-width: 250px;
  margin: 0 auto;
}
.mpb_reviews_buttons .mpb_add_to_cart {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 30px 0;
}
.mpb_reviews_buttons .mpb_cart_message {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}
.mpb_reviews_buttons .mpb_cart_message textarea {
  width: 100%;
  max-width: 800px;
  height: 150px;
  padding: 15px;
}
.mpb_reviews_buttons form.cart {
  margin: 30px 0;
}
.mpb_all_prods_data h3.mpb_box_title, .mpb_all_prods_data p.mpb_box_description, .mpb_review_products_layout h3 {
  margin: 15px 0;
}
  @media (min-width: 576px){
	.mpb-col-9{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666666% !important;
		flex: 0 0 66.666666% !important;
		max-width: 66.666666% !important;
	}
	.mpb-col-8{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75% !important;
		flex: 0 0 75% !important;
		max-width: 75% !important;
	}
	.mpb-col-6{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666666% !important;
		flex: 0 0 16.666666% !important;
		max-width: 16.666666% !important;
	}
	.mpb-col-5{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20% !important;
		flex: 0 0 20% !important;
		max-width: 20% !important;
	}
	.mpb-col-4{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25% !important;
		flex: 0 0 25% !important;
		max-width: 25% !important;
	}
	.mpb-col-3{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333% !important;
		flex: 0 0 33.333333% !important;
		max-width: 33.333333% !important;
	}
	.mpb-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){
	.mpb-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){
	.mpb-col-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666666% !important;
		flex: 0 0 56.666666% !important;
		max-width: 56.666666% !important;
	}
	.mpb-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*='mpb-col'] .wccp-col-4, div[class*='mpb-col'] .wccp-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){
	.mpb-col-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	.mpb-col-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	div[class*='mpb-col'] .wccp-col-4, div[class*='mpb-col'] .wccp-col-3, div[class*='mpb-col'] .wccp-col-2{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}
}
@media (min-width: 576px){
	.mpb-col-9{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666666% !important;
		flex: 0 0 66.666666% !important;
		max-width: 66.666666% !important;
	}
	.mpb-col-8{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75% !important;
		flex: 0 0 75% !important;
		max-width: 75% !important;
	}
	.mpb-col-6{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666666% !important;
		flex: 0 0 16.666666% !important;
		max-width: 16.666666% !important;
	}
	.mpb-col-5{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20% !important;
		flex: 0 0 20% !important;
		max-width: 20% !important;
	}
	.mpb-col-4{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25% !important;
		flex: 0 0 25% !important;
		max-width: 25% !important;
	}
	.mpb-col-3{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333% !important;
		flex: 0 0 33.333333% !important;
		max-width: 33.333333% !important;
	}
	.mpb-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){
	.mpb-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){
	.mpb-col-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666666% !important;
		flex: 0 0 56.666666% !important;
		max-width: 56.666666% !important;
	}
	.mpb-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*='mpb-col'] .wccp-col-4, div[class*='mpb-col'] .wccp-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){
	.mpb-col-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	.mpb-col-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	div[class*='mpb-col'] .wccp-col-4, div[class*='mpb-col'] .wccp-col-3, div[class*='mpb-col'] .wccp-col-2{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}
}
* {
  box-sizing: border-box;
}
.mpb_col_inner p.woocommerce-loop-product__title {
  margin: 10px 0;
}
.mpb_bundle_banner img{
  margin: 0 auto;
}
.mpb_bundle_banner {
  margin-bottom: 15px;
}
.mpb_product_nav {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
/* steps */
.mpb-bundle-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;
}
.mpb_bundle_steps > .mpb_bundle_step{
    position: relative;
    display: table-cell;
    text-align: center;
    font-size: 16px;
}
.mpb_bundle_steps > .mpb_bundle_step:before {
    content: attr(data-step);
    display: block;
    margin: 0 auto;
    width: 3em;
    height: 3em;
    text-align: center;
    margin-bottom: 0.25em;
    line-height: 3em;
    border-radius: 100%;
    position: relative;
    z-index: 1000;
    cursor: pointer;
    transition: box-shadow 0.5s ease;
}
.mpb-prodcuts-warning{
	margin:10px;
}
.mpb_bundle_steps>.mpb_bundle_step:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    top: 25px;
    left: 50%;
    margin-left: 1.5em\9;
    z-index: 0;
}
.mpb_bundle_item_qty {
  border: 1px solid #e9e9e9;
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.mpb_multistep_builder.mpb-classic-layout .mpb_col_inner > button.mpb_add_to_box {
  display: none;
}
.mpb_bundle_item_qty button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.mpb_final_price ._mpb_final_subtotal, 
.mpb_final_price ._mpb_final_total, 
.mpb_final_price ._mpb_final_discount {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.mpb_bundle_item_qty button .dashicons {
  color: #333;
}
ul.mpb_bundle_steps li:last-of-type:after {
    content: unset;
}
.product-type-mpb_multi_product_bundle {
  margin: 30px 0;
}
.mpb_col_inner button.button.mpb_add_to_box {
  margin: 15px 0;
}