.selectpicker_2 {
  display: none;
}
.selectpicker_3 {
  display: none;
}
.flex-col-start-left {
  display: -moz-box;  /* Firefox */
  display: -ms-flexbox;    /* IE10 */
  display: -webkit-box;    /* Safari */ 
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: start;
}
.selectpicker {
  width: 100%;
  border-radius: 5px;
  height: 36px;
  margin-top: 30px;
  padding: 5px;
}

.nb_buy_one {
  border: 2px solid #3589FF;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px 30px;
}
.bundles_h {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 15px;
}
.bundles_span p{
  font-size: 32px;
  font-weight: bold;
  color: #ff7133;
  margin: 0;
}
.bundles_span del{
  font-size: 16px;
  color: #333333;
}
.bundles_text {
  font-size: 16px;
  line-height: 25px;
  color: #333;
}
.nb_buy_one_select {
  border-left: 1px solid #d4d4d4;
  padding-left: 20px;
  width: 50%;
}
.buy_nb_button a {
  min-width: 100px;
}
.buy-item-button {
  margin-top: 15px;
}

@media(max-width:768px){
  .nb_buy_one {
    flex-flow: column nowrap !important;
  }
  .nb_buy_one_select {
    width: 100%;
    border: none;
    padding-left: 0;
  }
}