.carousel-inner img {
    max-height: 600px;
    object-fit: cover; 
}

.number-input {
    width: 60px; 
    text-align: center;
}

.addToCartNumber {
    width: 60px; 
    text-align: center;
}

.addToCartButton {
    width: 400px;
}

.productCards {
    width: 200px;
}

.HD {
    margin-top: 0;
    margin-bottom: 2;
}

.min-price-container {
   margin-bottom: 5px;
   display: flex;
   justify-content:flex-end;
   align-items: center;
}

.min-price-label {
    width: 90%; 
    text-align: left;
}

.price-input {
    width: 100px; 
    text-align: right;
}

.currency {
    margin-left: 4px;
}

.max-price-container {
    margin-bottom: 5px; 
    display: flex; 
    justify-content: flex-end; 
    align-items: center;
}

.max-price-label {
    width: 90%; 
    text-align: left;
}

.productName, .normalPrice {
}


.cardTitle {
    padding-left: 0.6rem;
}

.aboutUs {
    max-height: 447px;
}

.modall {
    padding:5px; 
    background-color: black;
}

.centered-carousel {
    margin: auto;
}

.carousel-capt {
    background-color: white;
    width: 445px;
    height: 245px;
    position: absolute;
    right: 35px;
    bottom: -45px;
    border-radius: 3px;
    padding: 2rem;
    z-index:30; 
    color: black;
}


@media only screen and (max-width: 992px) {
  .carousel-capt {
        background-color: white;
        width: 100%;
        height: auto;
        position: static;
        padding: 2rem;
  }
  
  .carousel-inner img {
    height: 400px;
  }
}

.carouselh2 {
    font-weight: 700;
}
  
  /* Cardok konténerének stílusa */
    .card-container {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      margin-top: 40px;
    }

    /* Cardok stílusa */

  	.card {
    flex: 0 0 auto; 
    width: 100% ;
}


.card-container {
     -ms-overflow-style: none;
     scrollbar-width: none;  
     gap: 10px;
}

    /* Képek stílusa */
    .card img {
      width: 100%;
      height: auto;
    }

.itemCard {
    min-width: 240px;
}

.cardFont {
    font-weight: 700;
}

.productCardrounded {
    width: 240px;
}

.newsletterbgImageAndSize {
    background-image: url('../images/webpage/asztalok-piros.jpg');
    background-size: cover;
    height: 550px;
}

@media only screen and (max-width: 992px) {
  .newsletterbgImageAndSize {
        background: none;
        height: 0px;
  }
}

.newsletterbgColorAndPosition {
    background-color: white;
    width: 445px;
    height: 410px;
    position: absolute;
    z-index: 998;
    top: -40px;
    right: 40px;
    border-radius: 8px;
}
    
@media only screen and (max-width: 992px) {
    .newsletterbgColorAndPosition {
        display:none;
    }
}

.subscribeNewsletter {
    font-weight: 700;
}

.nameAndEmail {
    font-size: 14px; 
    height: 50px;
}

.mainStuffs {
    margin-top: 1rem;

}

.contacts {
    font-size: 14px;
    height: 50px;
}

.map {
    border: 1px solid lightgrey;
    padding: 10px;
    background-color: white;
}


.table-package table {
    width: 100%;
}

.table-package td{
    padding-top: 7px;
    padding-bottom: 7px;
}

.table-package td:last-child{
    text-align: right;
}


.table-package tr {
    border-bottom: 1px solid lightgrey;
}

.table-package tr:last-child{
    border-bottom: none;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.card-container {
    display: flex;
    flex-direction: row;
    overflow: scroll;
}

.card-scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Jobb görgetési teljesítmény érintőkijelzős eszközökön */
    gap: 10px; /* Helyköz az elemek között, Bootstrap 5-ben már támogatott a flexboxban */
    padding: 10px 0; /* Padding a tartály szélei mentén */
}







