#header {
    transition: all .5s ease;
}

a#searchWrapTrigger img {
    width: 20px;
    object-fit: none;
}

.bg-header {
    background: rgba(255,255,255,1);
}

.collapseOn {
    background: rgba(255,255,255,.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* header .nav-item a.nav-link {
    color: rgba(0, 0, 0, 0.75);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1rem;
} */

header .nav-item a.nav-link {
    color: rgba(0, 0, 0, 0.75);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 5px;
    /* text-transform: capitalize; */
}

.nav-item a.nav-link.show {
    color: rgba(219, 57, 119, 1);
}

.dropdown-menu {
    top: calc(100% + 18px) !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    border: none;
    border-radius: 0;
    background: rgba(255,255,255,.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 1rem;
}

.dropdown-menu a.dropdown-item {
    color: #646363;
    font-family: 'Poppins', sans-serif;
    /* text-transform: capitalize; */
    white-space: pre-line;
}

.dropdown-menu li.active a.dropdown-item {
    color: #DB3977;
}

.dropdown-menu li:hover a.dropdown-item {
    background: none;
    color: #DB3977;
}

.dropdown-toggle::after {
    content: "";
    width: 10px;
    height: 10px;
    background: url(../images/ico-arrow-down.png) no-repeat center center transparent;
    border: none;
}

.dropdown-toggle.show::after {
    background: url(../images/ico-arrow-down-yellow.png) no-repeat center center transparent;
}

.dropdown-onecol {
    min-width: 340px;
    width: 100%;
}

.dropdown-twocol {
    min-width: 680px;
    width: 100%;
}

.navbar-brand {
    flex: none;
}

img#hamIcon {
    width: 25px;
    height: 25px;
    object-fit: none;
    object-position: center;
}

.getInTouch i {
    width: 35px;
    display: flex;
    position: absolute;
    right: 2px;
    height: 100%;
    top: 0;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(255,255,255,.6);
    font-size: 12px;
}

/* .searchBarWrap {
    width: 100%;
    flex-grow: 1;
    overflow: hidden; 
    background-color: #F7F9F9;
    border-color: #646363;
} */

/* .searchBarWrap {
    width: calc(100% - 270px);
    flex-grow: 1;
    overflow: hidden;
    background-color: #F7F9F9;
    border-color: #646363;
    position: absolute;
    left: 80px;
    height: 40px;
    z-index: 1;
    top: 12px;
} */

.searchInputHeader {
    background-image: url(../images/ico-search-grey.png);
    background-position: left 1rem center;
    background-repeat: no-repeat;
    background-color: transparent;
    border-color: transparent;
    border: none;
}

.searchInputHeader:focus {
    background-color: transparent;
    border-color: transparent;
    border: none;
}

.searchBarWrap button {
    background: linear-gradient(85.14deg, #C41C74 25.97%, #ED1D7E 48.33%, #F15A3F 68.84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 800;
    border: none;
}

.serachPanel {
    position: absolute;
    width: -webkit-fill-available;
    left: 0;
    top: 100%;
    margin: 0 auto;
    right: 0;
    display: flex;
    background: rgba(236, 236, 236, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.searchBarWrap {
    display: flex;
    background: rgba(247, 249, 249, 1);
    border-color: rgba(230, 230, 230, 1);
}
.modal {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.modal-backdrop {
    background: rgba(255,255,255,.5);
}

.modal-content.white-blur-bg {
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    background-color: rgba(255,255,255,.7);
}