/*
My awesome custom CSS that appears in the footer
*/

.wpfd-btnsearchbelow-driven {
border-radius: 12px !important;
font-weight: 700 !important;
padding: 16px 20px;
background-color: #00aeeb !important;
border: 2px #ffffff solid !important;
text-transform: uppercase !important;
}
.wpfd-btnsearchbelow-driven i {
margin-left: 8px;
}



body.wpfd-ready #btnsearchbelow {
  opacity: 1;
}

/*---- Start -  WooCommerce Edits ----*/

table.wc-block-cart-items .wc-block-cart-items__header span, .is-large.wc-block-cart .wc-block-cart__totals-title {
font-weight: 500 !important;
color: #444444 !important;
}

.locked-field {
    background-color: #f0f0f0;
    cursor: not-allowed;
    pointer-events: none;
}

.cart-full {
    cursor: not-allowed;
    opacity: 0.3;
}

/* Edit WP's search field */

input[name="s"] {
    color: #000 !important; /* Text color */
    caret-color: #000; /* Makes the blinking cursor visible */
    background-color: #fff; /* Optional: resets background if BeTheme changed it */
    font-size: 16px; /* Ensures legibility */
}



/*---- End -  WooCommerce Edits ----*/


/* Edit BeTheme Editor – Hide Headers and footers from pages --*/




