.bundle-container {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1) !important; }

/* Bundles */
p.startdate_field,
p.expiredate_field {
  width: 50%;
  display: inline-block;
  margin: 0; }

.woocommerce-cart td.product-price .woocommerce-price-suffix {
  display: none; }

.bulk_qty_field,
.bulk_price_field {
  width: 50%;
  display: inline-block;
  margin: 0; }

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

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

.bundle-container .bundle-img:not(:last-child):not(:first-child):before {
  content: "+";
  position: absolute;
  font-size: 31px;
  top: 35%;
  left: -10px; }

.bundle-title {
  margin: 20px 0 !important; }

@media only screen and (max-width: 767px) {
  .bundle-total {
    padding-top: 30px; }
  .bundle-title {
    margin-left: 15px !important;
    margin-right: 15px !important; }
  .gift-inner-wrap {
    height: 0;
    opacity: 0;
    float: left; }
  .gift-container-collapsed.gift-inner-wrap {
    height: 100%;
    float: none;
    opacity: 1; } }

@media only screen and (min-width: 768px) {
  .gift-inner-wrap {
    padding-top: 10px;
    clear: both; }
  .bundle-container .bundle-single:not(:first-child) {
    padding-left: 30px !important; }
  .bundle-container .bundle-img:not(:last-child):not(:first-child):before {
    top: 55px; }
  .bundle-container .bundle-img:not(:last-child):not(:first-child):before {
    left: -20%; }
  .bundle-container {
    margin: 10px 0 30px 0 !important; }
  .bundle-product .variation_id {
    width: 67%; } }

.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 .multiple_add_to_cart {
  top: -3px;
  border-radius: 0 !important;
  cursor: pointer; }

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

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

.bundle_discount .woocommerce-Price-amount {
  color: #e03333; }

.zd-container {
  border: 1px solid red;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 5px 5px 35px;
  display: inline-block;
  min-width: 150px;
  color: #333 !important;
  position: relative;
  font-size: 12px;
  line-height: 17px;
  float: left;
  margin: 10px 10px 0 0; }

.zd-container:before {
  content: "\f02b";
  font-family: "FontAwesome";
  position: absolute;
  left: 10px;
  top: 35%;
  font-size: 17px; }

.woocommerce_after_cart_table_container {
  position: relative;
  clear: both; }

.gift-container .green_button {
  font-size: 12px !important; }

.gift-popup-title {
  position: relative;
  z-index: 1; }

.gift-popup-title.gift-custom-title:nth-of-type(1) {
  margin-bottom: -59px;
  z-index: 0;
  clear: both; }

.gift-popup-title-choose {
  margin-top: 37px; }

.gift-title {
  display: inline-block;
  height: 40px;
  overflow: hidden;
  line-height: 18px;
  margin-top: 15px; }

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