.nowrap {white-space: nowrap;} 

.carousel-item {
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #999;
  background-clip: padding-box;
  border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-control-prev, .carousel-control-next {
    width: 35px;
}

.product-personal-pickup {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 99;
    background: url('../images/szemelyes_atvetel.png') no-repeat;
    width: 48px;
    height: 48px;
}
.product-personal-pickup:hover,
.product-nonfree-shipping:hover,
.product-mpl-shipping:hover,
.product-free-shipping:hover {    
    opacity: 1.0;
}
.product-mpl-shipping,
.product-nonfree-shipping,
.product-free-shipping {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 99;
    opacity: 0.8;
}
.product-mpl-shipping {
    background: url('../images/mpl_kiszallitas.png') no-repeat;
    width: 50px;
    height: 32px;
}
.product-nonfree-shipping {
    background: url('../images/nemingyenes_kiszallitas.png') no-repeat;
    width: 48px;
    height: 48px;
}
.product-free-shipping {
    background: url('../images/ingyenes_kiszallitas.png') no-repeat;
    width: 50px;
    height: 28px;
}
