.contentRender.contentRender_5.contentRender_type_widget.contentRender_name_plugins_search_headerbox {
    position: absolute;
    right: 50px;
    bottom: -10px;
}

.headerbox-search-form {
    --font-family-body: var(--font-body);
    --search-icon: var(--gray-100);
    --seach-input-icon-bg: var(--primary-color-800);
    --seach-input-icon-bg-hover: var(--primary-color-600);
    display: flex;
}

.headerbox-search-form input[type="search"] {
    box-shadow: none;
    display: block;
    line-height: 1;
    margin: 0 auto;
    width: 100%;
    height: auto;
    border: none;
    padding: 15px;
    box-sizing: border-box;
}

.headerbox-search-form input[type="search"]::placeholder {
    font-size: var(--text-base);
}

.headerbox-search-form button {
    width: 40px;
    padding: 0;
    margin: 0;
    flex-shrink: 0;
    background-color: var(--black);
}

.headerbox-search-form button:hover {
    background-color: var(--seach-input-icon-bg-hover);
}

.search-cont .search-button {
    /* display: none;
    background: transparent;
    color: var(--primary-color-700);
    background: var(--white);
    border-radius: 20px; */
}

.search-cont.active .search-cont-inner {
    height: 100%;
    width: 100%;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 var(--space-5);
}

.search-cont {
    position: relative;
    margin: 5px 0 0;
    z-index: 10;
}

.search-cont .search-button {
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0 25px 25px 25px;
}

.search-cont .search-button.active {
    position: relative;
    z-index: 100;
}

.search-cont .search-button .close {
    display: none;
}

.search-cont.active .search-button .open {
    display: none;
}

.search-cont.active .search-button .close {
    display: block;
    font-size: 40px;
    padding: 5px;
    width: 57px;
    font-weight: 700;
    position: fixed;
    top: 20px;
    right: 20px;
}

.search-cont .headerbox-search-form {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 780px;
    z-index: 25;
    transition: opacity 200ms ease-in-out;
}

.search-cont.active .headerbox-search-form {
    opacity: 1;
    pointer-events: all;
    position: relative;
    right: 0;
}

.headerbox-search-form input[type="search"] {
    font-size: 35px;
    padding: 10px 40px;
    border-bottom: 2px solid #1d1d1d;
}

.search-cont.active .headerbox-search-form input[type="search"]::-webkit-input-placeholder {
    color: #1d1d1d;
    font-size: 24px;
    opacity: 0.6;
}

.search-cont.active .headerbox-search-form input[type="search"]::-moz-placeholder {
    color: #1d1d1d;
    font-size: 24px;
    opacity: 0.6;
}

.search-cont.active .headerbox-search-forminput[type="search"]:-ms-input-placeholder {
    color: #1d1d1d;
    font-size: 24px;
    opacity: 0.6;
}

.search-cont.active .headerbox-search-form input[type="search"]:-moz-placeholder {
    color: #1d1d1d;
    font-size: 24px;
    opacity: 0.6;
}

.search-cont.active .headerbox-search-form input[type="search"]::placeholder {
    color: #1d1d1d;
    font-size: 24px;
    opacity: 0.6;
}

.headerbox-search-form button {
    width: 50px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-cont.active .headerbox-search-form button {
    width: 80px;
}

.headerbox-search-form button i {
    font-size: 30px;
}

.search-cont .search-button {
    display: block;
    background: transparent;
}

.panel-header .mobile-nav > .widgets {
    display: none !important;
}



#site-search > button > img.fa-search.fa-inverse {
    width: 45px;
}

@media screen and (min-width: 40em) {

    .contentRender.contentRender_5.contentRender_type_widget.contentRender_name_plugins_search_headerbox {
        position: static;
    }
    
    .search-cont.active .headerbox-search-form input[type="search"]::-webkit-input-placeholder,
    .search-cont.active .headerbox-search-form input[type="search"]::-moz-placeholder,
    .search-cont.active .headerbox-search-forminput[type="search"]:-ms-input-placeholder,
    .search-cont.active .headerbox-search-form input[type="search"]:-moz-placeholder,
    .search-cont.active .headerbox-search-form input[type="search"]::placeholder {
        font-size: 35px;
    }
}
