.food-butik-delivery-location {
    padding: 10px;
    margin: 30px 0 0;
    background: #1d70b7;
    color: #fff;
    border-radius:10px;
    position: relative;
    box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 30%);
}
.food-butik-delivery-location svg{
    width:15px;
    fill:#fff;
}
.food-butik-link {
    position: absolute;
    right: 10px;
    top:0;
    bottom:0;
    margin:auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.food-butik-link a{
    background:white;
    color:#000 !important;
    display:block;
    padding:5px 10px;
    border-radius:7px;
}
.food-butik-link a svg{
    fill:#000 !important;
    width: 20px;
}

.food-butik-title {
    font-weight: 600;
}

.food-butik-info {
    font-size: 13px !important;
    font-family: 'Baloo2-regular' !important;
}

.food-butik-delivery-location > div,
.food-butik-delivery-location > div > span{
    display: flex;
    align-items: center;
    gap:5px;
}

.woocommerce-checkout .food-butik-delivery-location {
    margin: 0 0 15px 0;
}

/* Bonus mesajı için özel stil */
.food-bonus-info {
    background-color: #e8ebf8;
    border: 2px dashed #000094;
    color: #000094;
    font-size: 17px;
    font-weight: 600;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    align-items: center;
}

.food-bonus-info > div p {
    margin: 0;
    text-align: left;
}

.food-bonus-icon {
    margin-right: 10px;
    width: 65px;
    height: 65px;
}

.food-bonus-note {
    font-size: 13px;
    color: #555;
    font-weight: normal;
}

/* Hesabım sayfası alt sekmesi */
.woocommerce-MyAccount-content h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.woocommerce-MyAccount-content ul {
    list-style: disc;
    padding-left: 20px;
}
