.product_bundle{
/*   margin-left:30px;  */
  width: 100%;
}

.single-product .woobt-products .woobt-product .woobt-title a.button.product_link{
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  margin-top: 15px;
}

.single-product .woobt-products .woobt-product .product_bundle .woobt-thumb{
  min-width: 28%;
}

.single-product .woobt-products .woobt-product .product_bundle .woobt-thumb img{
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 767px){
  .woobt-wrap-responsive .woobt-products .woobt-product > div.product_bundle{
    width: 100%!important;
  }
}

.single-product .woobt-products .woobt-product label.woobt-label{
  position: relative!important;
  display: inline-block;
}