.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;
}

.buy-android-button{
  margin-top:15px;
  padding-bottom:10px;
}
.buy-android-button a{
  display: block;
  min-width:280px;
  height:46px;
  background-color:#ff7133;
  background-image: linear-gradient(90deg, #fe6628, #fd8f36);
  text-decoration: none;
  color:#fff;
  font-size:16px;
  font-weight:600;
  text-align:center;
  line-height:46px;
  border-radius:6px;
  box-shadow: 0rem 0.25rem 0.25rem 0rem rgba(0,0,0,0.15);
}
.buy-android-button a:hover{
  background-color: #ff6c00;
  background-image: linear-gradient(90deg, #ff4201, #ff802b);
  color: #fff;
}

@media(max-width:768px){
  .nb_buy_one {
    flex-flow: column nowrap !important;
  }
  .nb_buy_one_select {
    width: 100%;
    border: none;
    padding-left: 0;
  }
}