.doofinder-input-field-type {
    margin-bottom: 0px !important;
    background-color: transparent;
}
.doofinder-input-field-box {
    background-color: white; 
    border-radius: 25px;
    display: contents;
    line-height: 1rem;
}

.doofinder-input-field-search-icon {
    width: 16px;
}
.header-search-inner.container .doofinder-input-field {
    width: 50%;
}
.header-search-inner.container .doofinder-input-field-box {
    background-color: #BABABA25!important;
}

/*Header menu embeded results*/
.df-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.df-icon-list .df-icon {
	display: none;
}
.df-embedded#embedded {
	pointer-events: revert !important;
}
#doofinder-replaced-results {
    padding-bottom: 30px;
}
#doofinder-replaced-results .df-embedded {
    width: -webkit-fill-available;
}
.doofinder-input-field-box.header-menu {
    background-color: #ebeaea;
    margin-bottom: 10px;
}
.doofinder-input-field-box.header-menu #doofinder-input-field-type-test {
    background-color: #ffffff00 !important;
    width: 92% !important;
    margin: 0.5rem 0 !important;
}

.doofinder-input-field-box > label {
    background-color: transparent; 
    border-radius: 25px;
    line-height: 1rem;
}

.doofinder-input-field {
    background-color: #BABABA25!important;
    border-radius: 25px;
}

.intro-search .doofinder-input-field {
    background-color: white !important;
}

.doofinder-input-field-type {
    width: 90%;
}

@media only screen and (max-width: 767px) {
	.doofinder-input-field-box > label {
        display: flex;
    }

    .doofinder-input-field-type {
        width: 80%;
    }
}
