/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 30 2026 | 14:40:19 */
.search-form__input.field-search {
    border: 1px solid #000000 !important;
    border-radius: 30px 0 0 30px !important;
    padding: 12px 18px !important;
    height: 44px !important;
    font-size: 15px !important;
}

.search-form__submit.btn-submit {
    border-radius: 0 30px 30px 0 !important;
    padding: 0 24px !important;
    font-size: 16px !important;
    height: 44px !important;
    background: #0c6966 !important;
    color: #ffffff !important;
    border: 2px solid #0c6966 !important;
    transition: all 0.2s ease !important;
}

.search-form__submit.btn-submit:hover {
    background: #093B3A !important;
    color: #ffffff !important;
    border-color: #093B3A !important;
}

/*křížek*/
.component-input .clear i.fas.fa-times,
.btn-close {
    color: #000000 !important;
}
