.magazalarimiz {
    padding: 20px;
    border: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column; /* Resim ve mağaza adını dikey hizalar */
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 220px;
}

.magazalarimiz img {
    width: 100%;
    max-width: 150px;
    transition: all 0.3s ease;
    margin-bottom: 10px; /* Resim ile mağaza adı arasındaki boşluk */
}

.magaza-adi {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: center; /* Mağaza adını ortalar */
}

.magazalarimiz:hover {
    transform: translateY(-10px);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

.magazalarimiz:hover img {
    transform: scale(1.1);
}

#sepetbaslik {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
}

.cizgiveikonlar i {
    color: #336a71;
    font-size: 24px;
}

#sepetikon {
    margin-left: 10px;
    margin-right: 10px;
}

#bosluk {

margin-top:45px;
margin-bottom:45px;

}