/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* Mobil uyumlu stil */
@media (max-width: 768px) {
    .device-info-table-wrapper {
        overflow-x: auto;
    }

    .device-info-table {
        width: 100%;
        table-layout: fixed;
    }

    .device-info-table th, .device-info-table td {
        padding: 8px;
        font-size: 12px;
    }
}
/* Menü öğelerine alt çizgi veya renk değişimi ekleme */
.menu-item:hover,
.menu-item:focus,
.menu-item:active {
    border-bottom: 2px solid #FF5733; /* Rengi değiştirmek için uygun bir renk kodu seçin */
    /* Diğer stil değişiklikleri de eklenebilir */
}

.menu-item {
    position: relative;
}

/* Seçilen öğeye alt çizgi ekleme (aktif öğe) */
.menu-item.active {
    border-bottom: 2px solid #FF5733; /* Seçilen öğeye renk ekleyebilirsiniz */
}
#address {
    width: calc(100% - 120px); /* Butona yer bırakmak için genişlik ayarlandı */
}

#get_location {
    background-color: #99b998;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

#get_location:hover {
    background-color: #88aa88;
}
.submit-button {
    background-color: red;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}
