.dropdown-select {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #1f171f;
  min-width: 110px;
}

.dropdown-select .svg {
  width: 8px;
}

.dropdown-select__display {
  background-color: #f9f1f0;
  position: relative;
  padding: 7px 15px;
  line-height: 0.4;
  z-index: 1;
  pointer-events: none;
  text-align: left;
}

.dropdown-select__display__inner {
  position: relative;
  top: 1px;
}

.dropdown-select__arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.dropdown-select__display__inner > * {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1;
}

.dropdown-select__hidden {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.dropdown-select__hidden select {
  width: 100%;
  height: 100%;
}

.bundle-size-selector {
  margin: 10px 0 20px;
}

.btn--bundled.btn--bundled.btn--bundled.btn--bundled.btn--bundled.btn--bundled.btn--bundled {
  background-color: #1f171f;
  color: #fff;
  border-radius: 20px !important;
}

.btn--bundled.btn--bundled.btn--bundled.btn--bundled.btn--bundled.btn--bundled.btn--bundled:hover {
  color: #1f171f;
  background-color: transparent;
}

.main-product--product-page
  .main-product__bundle-wrapper
  .btn.btn--border.btn--width-full.bundle-added {
  border: 1px solid #83b072 !important;
  background-color: #83b072 !important;
}

.main-product--product-page
  .main-product__bundle-wrapper
  .btn.btn--border.btn--width-full.bundle-added:hover {
  color: white !important;
}

.main-product--product-page
  .main-product__bundle-wrapper.big-bundle
  .main-product__bundle-inner
  .main-product__bundle-column
  .main-product__bundle-text
  .bundle-price {
  display: flex;
  justify-content: center;
  text-align: center;
}

.main-product--product-page
  .main-product__bundle-wrapper.big-bundle
  .main-product__bundle-inner
  .main-product__bundle-column
  .main-product__bundle-text
  .bundle-price
  s {
  margin-left: 5px;
}
