.mvr-progress-bar-container {
  flex-flow: column;
  text-align: center;
  align-items: center;
  border-style: solid;
  display: flex;
}

.mvr-slider-top {
  margin-top: 15px;
  position: relative;
  display: block;
  width: 100%;
  direction: ltr;
}

.upsell-item-wrapper {
  display: block;
  text-align: left;
  height: 100%;
  padding: 0px 8px;
  width: 100%;
  min-width: 0px;
}

.right-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  border: 0px;
  outline: 0px;
  padding: 0px;
  background-color: transparent;
  border-radius: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  flex-shrink: 0;
}

.left-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 5px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  border: 0px;
  outline: 0px;
  padding: 0px;
  background-color: transparent;
  border-radius: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  flex-shrink: 0;
}

.upsell-item {
  display: flex;
  padding: 0.5em;
  width: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  align-items: center;
}

.upsell-img {
  width: 3.5em;
  height: 3.5em;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 0.3em;
  aspect-ratio: 1 / 1;
}

.upsell-title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}

.upsell-price {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}

.upsell-button {
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid black;
  display: block;
  margin-left: auto;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 14px;
  background-color: transparent;
}

.mvr-slider-top {
  margin-top: 15px;
  position: relative;
  display: block;
  width: 100%;
  direction: ltr;
}

#mvr-top-bar-glide-slider {
  width: min(400px, 100%) !important;
}

.upsell-item-wrapper {
  display: block;
  text-align: left;
  height: 100%;
  padding: 0px 8px;
  width: 100%;
  min-width: 0px;
}

.embed-right-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 5px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  border: 0px;
  outline: 0px;
  padding: 0px;
  background-color: transparent;
  border-radius: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  flex-shrink: 0;
}

.embed-left-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 5px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  border: 0px;
  outline: 0px;
  padding: 0px;
  background-color: transparent;
  border-radius: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  flex-shrink: 0;
}

.upsell-item {
  display: flex;
  padding: 0.5em;
  width: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  align-items: center;
}

.upsell-img {
  width: 3.5em;
  height: 3.5em;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 0.3em;
}

.mvr-upsell-button {
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid black;
  display: block;
  margin-left: auto;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 14px;
  background-color: transparent;
}
