.elementor-14 .elementor-element.elementor-element-c4711c2{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7f1a693 */.hotresSearchBar
{
    background:#fff;
    cursor:pointer;
    box-shadow:1px 1px 4px #00000040;
    border-radius:20px;
    height:60px;
    overflow:hidden;
    min-width:340px;
    max-width:450px;
    display:flex;
    flex-wrap:nowrap;
    align-items:center;
    justify-content:center;
    gap:10px;

    font-family: inherit;
}

.hotresSearchBar > div
{
    padding:0 20px;
    min-width:100px;
    transition:0.3s;
    color:var(--text-color);
    display:flex;
    align-items:center;
    justify-content:center;

    font-family: inherit;
}

.hotresSearchBar .arrival { position:relative; }

.hotresSearchBar .arrival::after,
.hotresSearchBar .arrival::before
{
    content:'';
    width:10px;
    border:1px solid #000;
    position:absolute;
    right:-12px;
}

.hotresSearchBar .arrival::after
{
    top:11px;
    transform:rotate(45deg);
}

.hotresSearchBar .arrival::before
{
    top:18px;
    transform:rotate(-45deg);
}

.hotresSearchBar > div:last-child
{
    padding:0;
    height:100%;
    flex-grow:2;
}

.hotresSearchBar button
{
    height:100%;
    width:100%;
    border-radius:0;
    text-transform:uppercase;
    font-size:12px;
    letter-spacing:1px;

    background:#BA6443;   /* <<< KOLOR */
    color:#fff;

    font-family: inherit;
}

/* =================================================
   PRÓBA NADPISANIA HOTRES (ZADZIAŁA TYLKO BEZ IFRAME)
   ================================================= */

.hotresPopup,
[class*="hotres"] {
    --primary-color:#BA6443 !important;
}

[class*="hotres"] button,
[class*="hotres"] .btn,
[class*="hotres"] .btn-primary,
[class*="hotres"] .selected,
[class*="hotres"] .active,
[class*="hotres"] .range {
    background-color:#BA6443 !important;
    border-color:#BA6443 !important;
    color:#fff !important;
}/* End custom CSS */