/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* Remove bullet points from list items */
nav ul {
    list-style-type: none;
    padding: 0;
}

/* Evenly space the text in the span from the font awesome icons */
.fedai-btn {
    border-bottom: 1px solid #6399AE;
    display: flex;
    align-items: center;
    padding: 12px 20px;
}

.fedai-btn i {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fedai-btn span {
    display: flex;
    align-items: center;
}

/* Custom styles for B2BKing tiered pricing table */
.b2bking_tiered_price_table td {
    padding: 5px !important;
}

.total-price {
    font-size: 1.5em;
    font-weight: bold;
    color: #0073aa; /* Adjust the color as needed */
    margin-top: 10px;
}