/* Block */
.reyhoon-cart-bumps {
  background: transparent;
  border-radius: 8px;
  padding: 0 12px;
  margin: 24px 0;
}

/* Elements */
.reyhoon-cart-bumps__heading {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 12px;
}

.reyhoon-cart-bumps__contents {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: auto;
  padding: 8px 0 24px;
}

.reyhoon-cart-bumps__bump {
  width: 125px;
  text-align: center;
  border: 1px solid var(--reyhoon-stroke);
  border-radius: 12px;
  background-color: #fff;
  flex-shrink: 0;
  margin-left: 12px;
}

.reyhoon-cart-bumps__bump:first-of-type {
  display: block;
}

.reyhoon-cart-bumps__bump-image {
  width: 75px;
  height: 75px;
  margin: 12px;
}

@media screen and (min-width: 410px) {
  .reyhoon-cart-bumps__bump-image {
    display: block;
  }
}

@media screen and (min-width: 550px) {
  .reyhoon-cart-bumps__bump-image {
    width: 100px;
    height: auto;
  }
}

.reyhoon-cart-bumps__bump-data {
  margin: 0 24px;
  font-weight: 400;
  font-size: 12px;
}

.reyhoon-button.reyhoon-cart-bumps__bump-button {
  width: 40px;
  height: 40px;
  background-color: var(--reyhoon-black);
  color: #fff;
  border-radius: 12px;
  padding: 0 !important;
  top: 20px;
  position: relative;
}
.reyhoon-cart-bumps__bump-button.reyhoon-button--loading::after {
  width: 20px;
  height: 20px;
  background: transparent;
  right: calc(50% - 10px);
  position: absolute;
  top: calc(50% - 5px);
}
.reyhoon-cart-bumps__bump-title {
  margin: 0;
  font-weight: 600;
}

.reyhoon-cart-bumps__bump-price {
  margin: 0;
}

/* Flexslider */
.reyhoon-cart-bumps-slider-control-nav {
  list-style: none none outside;
  margin: 15px auto 0;
  padding: 0;
  display: block;
  text-align: center;
}

.reyhoon-cart-bumps-slider-control-nav li {
  display: inline-block;
  margin: 0;
}

.reyhoon-cart-bumps-slider-control-nav a {
  display: block;
  text-indent: 250%;
  font-size: 0;
  overflow: hidden;
  white-space: nowrap;
  height: 22px;
  width: 22px;
  position: relative;
  cursor: pointer;
}

.reyhoon-cart-bumps-slider-control-nav a:before {
  content: '';
  background: #6a8d9f;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  opacity: 0.2;
}

.reyhoon-cart-bumps-slider-control-nav a:hover:before {
  opacity: 0.5;
}

.reyhoon-cart-bumps-slider-control-nav a.reyhoon-cart-bumps-slider-active:before {
  opacity: 1;
}
