/* 
 */

ul#bundle-group-product-items {
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

li#bundle-product-items {
  float: left;
}

/* It is for another block in magento */

.block.upsell {
  clear: left;
}

#bundle-product-container {
  width: 70%;
  float : left;
  clear: left;
}

#bundle-button-container {
  width: 30%;
  float: right;
  clear: right;
  height: 250px;
  text-align: center;
  vertical-align: middle;
  /* line-height: 250px; */
}

#bundle-product-buttin-grid-container {
  border-bottom: 1px solid gray;
  display: flow-root;
}

#sum-sign {
  padding-top: 146px;
  padding-left: 1.5px;
  padding-right: 1.5px;
}

#bundle-block-heading {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.product-image-photo{
  width: 155px!important;
}

.product-item-details{
  margin-left: 4rem;
}

.bundle_old_price {
  color: #a0a0a0;
  text-decoration: line-through;
}

div#bundle-button-container .action.tocart.primary {
  background-color: black;
}

#bundle-start-headin-main {
  text-align: center;
}

div#bundle-start-headin-main {
  font-size: large;
}
/* For content width in bundle page  */
@media (min-width: 768px) {
  .page-layout-3columns .column.main {
    width: 75% !important;
  }
}
.extra-information {
  display: inline-block;
  padding-left: 200px;
  bottom: 118px;
  position: relative;
}
.configure-button{
  text-align : center;
}