.mainContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.imageWrapper {
    position: relative;
}

.overlayTextContact {
    position: absolute;
    background-color: transparent;
    bottom: 150px;
    left: 500px;
    color:white;
    padding: 5px;
    font-size: 22px;
}

h1 {
    background-color: transparent;
}

.tiresContainer {
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
    margin-top: 20px;
    justify-content: center; /* Középre igazítás */
    margin-left: auto;  /* Automatikus balra */
    margin-right: auto; /* Automatikus jobbra */
    margin-bottom:20px;
}

.tireBox {
    background-color: #ddddddc8;
    display: flex;
    position: relative;
    align-items: center;
    gap: 20px; 
    padding: 10px; 
    height: 270px;
    border-radius: 20px;
    align-items: center;
    box-sizing: border-box;
}

.carLogo {
    background: #FF0000;
    color: #fff;
    font-family: 'HurmeGeometricSans', sans-serif;
    font-size: 14px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    padding: 1px 6px;
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 0;
}


.tireInfo {
    font-size: 14px;
    font-family: 'HurmeGeometricSans', sans-serif;
    line-height: 13px;
    margin-top: 10px;
    color: #2B2B2B;
    min-height: 60px;
}

.moreDetailsDiv {
    margin-left: 140px;
    padding-bottom: 40px;
}

.moreDetailsDiv a {
    text-decoration: none;
    color: inherit;
    border-bottom: 2px solid rgba(0, 0, 0, 0.251);
    font-size: 13px;
    padding-bottom: 3px;
}

.sunIconDiv {
    margin-top: 25px;
    margin-left: 170px;
}

.textContainer h1 {
    margin-top: 35px;
    font-size: 20px;
    padding-top: 60px;
}

.textContainer h1:hover {
    color: red;
}

.buttonContainer {
    /*margin-top: 10px;*/
    padding-top: 10px;
    overflow-x: auto;
    width: 80%;
    margin: 10px auto 0 auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.433);

}

.filters {
    margin-top: 10px;
    padding-top: 10px;
    width: 80%;
    margin: 10px auto 0 auto;
    text-align: center;
}



.filter-buttons {
    /*margin-left: 170px;*/
    /*margin-right: 180px;*/
    display: flex;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.433);*/
    flex-wrap: nowrap;

}

.filter-btn {
    border: none;
    cursor: pointer;
}

.buttonContainer::-webkit-scrollbar {
    width: 5px; /* Customize scrollbar width */
    height: 4px;
}

.buttonContainer::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3); /* Customize scrollbar thumb color */
    border-radius: 5px;
}

.indiv-buttons {
    padding-bottom: 10px;
    flex: 0 0 33.33%;
    text-align: center;
}

.filter-btn.selected {
    color: #d02219;
    border-bottom: 2px solid #d02219;
}

.tire-new {
    background: #FF0000;
    color: #fff;
    font-family: 'HurmeGeometricSans', sans-serif;
    font-size: 14px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    padding: 1px 6px;
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 0;
}

@media (min-width: 992px) {
    .row.tire-div {
        margin-bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}
.tire-div {
    background: #EBEAEA;
    padding: 52px 28px 25px;
    border-radius: 15px;
    position: relative;
    margin: 0;
    margin-bottom: 15px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.tire-available-div {
    background: #EBEAEA;
    padding: 33px 28px;
    border-radius: 15px;
    position: relative;
    margin-top: -35px;
    margin-bottom: 15px;
}

.tire-available-div h3 {
    width: 100%;
    font-size: 20px;
    font-family: 'HurmeGeometricSans', sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}

.tire-image img {
    position: relative;
    z-index: 1;
    width: 58%;
    top: -33px;
}

.tire-info h3 {
    color: #2B2B2B;
    font-size: 27px;
    font-weight: bold;
    font-family: 'HurmeGeometricSansBold', sans-serif;
    text-align: left;
}

.tire-size-inch {
    margin: 0 auto;
    text-align: center;
}

.tire-size-inch button {
    background: transparent;
    color: #000000;
    border: 2px solid #000000;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border-radius: 50%;
    text-align: center;
    margin: 0 5px;
    cursor: pointer;
    font-size: 13px;
}

.row.tire-download-div {
    margin-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -25px;
}
.tire-download-div {
    background: #EBEAEA;
    padding: 33px 28px;
    border-radius: 15px;
    position: relative;
    margin: 0;
    margin-bottom: 15px;
}

.tire-download-row {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: right;
    margin-bottom: 25px;
}

.tire-download-row a.tire-download-btn {
    float: right;
    font-size: 18px;
    padding: 8px 0 0;
}

.tire-download-row .tire-download-row-title {
    background: #D1D1D1;
    font-size: 17px;
    font-family: 'HurmeGeometricSansBold', sans-serif;
    text-align: right;
    width: fit-content;
    padding: 8px 25px;
    border-radius: 20px;
    float: right;
    margin-right: 10px;
    line-height: 17px;
}

.btn-danger{
    color: #DC3545 !important;
}

.btn-danger:hover{
    color: white !important;
}