.dk-header__search-container-mobile {
    position: fixed;
    z-index: 80;
    width: 100%;
    top: -64px;
    padding: 12px 24px;
    background-color: #fff;
    transition: transform .5s ease-in-out;
}

.dk-header__input-search-mobile {
    display: block;
    width: 100%;
    min-height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 1px solid #D5DFEB;
    border-radius: 8px;
}

.dk-header__input-search-btn-mobile {
    border: none;
    outline: none;
    background: none;
}

.dk-header__search-container-mobile.active {
    transform: translateY(128px);
    transition: transform .5s ease-in-out;
}


/*ADAPTIVE*/
/* EXTRA LARGE */
@media only screen and (max-width : 1200px) {}

/* LARGE */
@media only screen and (max-width : 1080px) {}

/* TAB */
@media only screen and (max-width : 992px) {}

/* MEDIUM */
@media only screen and (max-width : 768px) {}

/* PHONE*/
@media only screen and (max-width : 500px) {}

/* MINI */
@media only screen and (max-width : 374px) {}