#product-tabs-bundle .ic-success {
  color: #00a9c7;
}
#product-tabs-bundle li {
  list-style-type: none;
}
#product-tabs-bundle .loading.btn-checkout:hover {
  background-color: #eeeeee;
}
#product-tabs-bundle .loading {
  background-color: #999999 !important;
  color: #000;
  opacity: 0.5 !important;
}
#product-tabs-bundle .btn-checkout {
  float: right;
}
#product-tabs-bundle .bundle-buttons {
  text-align: right;
  margin-right: 60px;
}
#product-tabs-bundle span.addtocart-btn {
  display: none;
}
#product-tabs-bundle .loading.btn-checkout:hover {
  background-color: #333;
}
#product-tabs-bundle .tabs li a {
  font-size: 17px;
  border-color: #c9c9c9;
}
#product-tabs-bundle .tabs-panels {
  display: flex;
}
#product-tabs-bundle .panel {
  display: flex;
  width: 100%;
}
#product-tabs-bundle .panel img {
  width: 100%;
}
#product-tabs-bundle .panel .item-bundle-grid {
  width: 98%;
}
#product-tabs-bundle .panel .item-bundle-grid .bundel-inner-box {
  margin: 0;
}
#product-tabs-bundle .panel .item-bundle-grid .bundle-option-new {
  background-color: #fff !important;
}
#product-tabs-bundle .panel .item-bundle-grid .bundle-info-left-new {
  max-width: 200px;
}

.product-view .container2-wrapper {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: none;
}

.complete-selection-message {
  text-align: right;
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  #product-tabs-bundle .tabs li a {
    font-size: 17px;
  }
  #product-tabs-bundle .tabs-panels {
    display: block;
  }
  #product-tabs-bundle .panel {
    padding: 0;
  }
}
