/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

        .tab-content { display: none; }
        .tab-content.current { display: block; }
.checkout-tabs li:last-child {
    margin-bottom: auto;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}
.checkout-tabs .tabs li:first-child {
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}.checkout-tabs {
    margin-bottom: 20px;
}
.tabs {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
}
.tabs .tab-link {
    background: #eee;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
}
.tabs .tab-link.current {
    background: #0071a1;
    color: white;
}
.tab-content {
    display: none;
}
.tab-content.current {
    display: block;
    padding: 10px 0;
}
.pickup-date-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.pickup-date-btn {
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 12px 20px;
    background: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    min-width: 120px;
    display: inline-grid;
}

.pickup-date-btn.selected {
    background: #eaf8f9;
    border-color: #00797d;
    color: #00797d;
    font-weight: bold;
}
#billing {
    display: none; /* Initially hide billing fields */
}


li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}