/* #header-cs-search .content {
  display: none;
  transition: all 0.3s ease;
} */

/* #header-cs-search.active .content {
  display: block;
} */
#header-cs-search {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 60px;
    overflow: hidden;
    z-index: -1;
}

#header-cs-search {
    height: 90px;
}

#header-cs-search .searchform {
    margin-bottom: 0;
}

#header-cs-search.active {
    z-index: 99;
}

#header-cs-search .content {
    background: #fff;
    height: 100%;
    z-index: 6;
    opacity: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#header-cs-search .content {
    position: relative;
    padding: 6px 60px 6px 30px;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
     backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
     opacity: 0;
}

#header-cs-search.active .content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}

#header-search button {
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -18px;
}

#header-cs-search .btn-close {
top: 20px;
    right: 30px;
    position: absolute;
    background: #D5D5DD;
    border-radius: 50%;
    padding: 0;
    border: none;
}

#header-cs-search .btn-close img {
    width: 100%;
    height: 100%;
}

#header-cs-search input {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    border-left: 1px #898989 solid;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 20px;
    color: #333;
    margin-top: 13px;
    background-color: #fff;
    border-width: 0 0 0 1px;
    box-shadow: none;
}
#header-cs-search input:focus{
    box-shadow: none !important;
}
.toggle-btn button {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
.header-wrapper.stuck #header-cs-search.active{
        bottom: -15px;

}