.single-product div.bulk-price {
  font-weight: bold;
  font-size: 18px;
}

.single-product div.bulk-price-group {
  margin-top: -20px;
  margin-bottom: 20px;
}

.slide-item div.bulk-price-group {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.14rem;
}

.slide-item div.bulk-price {
  font-size: 1.14rem;
}

.bulk-price-group > .icon-down-arrow-filled {
  font-size: 5px;
}
.shopee-svg-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  position: relative;
}

.bulk-price-group .button,
.bulk-price-group .btn,
.bulk-price-group input[type='submit'] {
  display: inline-block;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  padding: 0 1.2em;
  height: 1.9rem;
  line-height: 1.5rem;
  background-color: #f15e24;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bulk-price-group .btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #f15e24;
}

p.bulk-price-title {
  font-size: 13px;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  color: #313131;
  margin-bottom: 9px;
}

.slide-item .single-bulk-price-group {
  display: none;
}

.no-add-minus .quantity.buttons_added span {
  display: none;
}

.no-add-minus .quantity.buttons_added {
  margin-right: 0px;
}

table.category-bulk-prices-table {
  font-size: 0.9rem;
  margin-bottom: 3px;
}

.bulk-price-quantity {
  font-weight: bold;
}

.no-add-minus .quantity.buttons_added.buttons_added input[type='number'].input-text {
  border: 1px solid #b4b4b4;
  margin-right: 0px;
}
.no-add-minus .quantity.buttons_added.buttons_added input[type='number'].input-text::selection {
  background: #72c6fe;
}
