/* Additional fixes for website */

/* Ensure search button displays properly */
.search-btn {
    background-color: #e74c3c !important;
    color: white !important;
    border: none !important;
    padding: 10px 20px !important;
    border-radius: 0 4px 4px 0 !important;
    cursor: pointer !important;
    font-weight: bold !important;
}

.search-btn:hover {
    background-color: #c0392b !important;
}

/* Ensure Font Awesome icons load properly */
.fa {
    font-family: FontAwesome !important;
}

/* Fix any missing icon styles */
.header-links .fa,
.header-ctn .fa,
.navbar-nav .fa,
.footer .fa {
    font-family: FontAwesome !important;
}

/* Ensure product images display properly */
.product-img img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}

/* Fix any layout issues */
.header-search form {
    display: flex !important;
    width: 100% !important;
}

.header-search .input-select {
    flex: 0 0 auto !important;
    margin-right: 0 !important;
}

.header-search .input {
    flex: 1 !important;
    margin-right: 0 !important;
}

.header-search .search-btn {
    flex: 0 0 auto !important;
}
