.bundle-container .single_variation_wrap,
.bundle-container .single_add_to_cart_button {
  display: none !important; }

.bundle-container li.product img {
  max-height: 150px;
  width: auto !important; }

.bundle-container li.product:not(:last-child):not(:first-child):before {
  content: "+";
  position: absolute;
  font-size: 31px; }

@media only screen and (max-width: 767px) {
  .bundle-container li.product img {
    max-height: 90px; }
  .bundle-container li.product:before {
    left: 0;
    bottom: -15px;
    right: 0;
    text-align: center; } }

@media only screen and (min-width: 768px) {
  .bundle-container .bundle-single:not(:first-child) {
    padding-left: 30px !important; }
  .bundle-container li.product:before {
    left: -22px;
    top: 42%; } }

.bundle-buttons {
  background-color: white;
  position: relative;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1); }

.bundle-container li.product .add_to_cart_button {
  display: none !important; }

.bundle-container .multiple_add_to_cart {
  top: -3px;
  border-radius: 0 !important;
  cursor: pointer; }

.woocommerce div.product li.product .variations .value {
  text-align: center;
  padding: 0 20px; }

.woocommerce-Tabs-panel--productbundle_tab {
  width: 100% !important; }

.bundle-total h2 {
  width: 100% !important; }

/*# sourceMappingURL=style.css.map */