/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.local_pickup_address_html
{
    padding: 3px;
}
#td1{
padding-right: 183px;
}
.lpickup_required {
    color: #e2401c;
    border-bottom: 0px dotted !important;
}
.lc-fulfillment-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.lc-fulfillment-tabs .tab-button {
    padding: 10px 20px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.lc-fulfillment-tabs .tab-button:hover {
    background-color: #e2e2e2;
}

.lc-fulfillment-tabs .tab-button.active {
    background-color: #0071a1;
    color: white;
    border-color: #0071a1;
}

.lc-fulfillment-tabs .tab-button i {
    margin-right: 8px; /* Add some spacing between the icon and text */
    font-size: 16px;
    vertical-align: middle;
}

.icon-shipping:before {
    content: '\f0d1'; /* Font Awesome's truck icon */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.icon-pickup:before {
    content: '\f015'; /* Font Awesome's store icon */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

