.uc_content_search_v6 {
    display: flex;
    flex-flow: row wrap;
    position: relative;
}

.uc_content_search_v6 input {
    height: 42px;
}

.uc_content_search_v6 input[type="submit"] {
    opacity: 0;
    position: absolute;    
    width: 42px;
    right: 0;
}

.uc_content_search_v6 i {
    position: absolute;
    pointer-events: none;
    right: 30px;
    top: 4px;
    color: #ab102a;
}

.uc_content_search_v6 i::before {
    font-style: normal;
    position: absolute;
    font-size: 22px;
    font-family: uws-icons;
    content: "\e900";
}

@media (min-width: 992px) {
    .uc_content_search_v6 {
        width: 550px;
    }
}

/* Styles for "search in website and webshop" cms setting */
.uc_content_search_v6 div:first-child {
    order: 3;
    padding: 5px 0;
    width: 100%;
}

.uc_content_search_v6 div:first-child span.searchtype {
    display: flex;
    width: 100%;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.uc_content_search_v6 div:first-child span.searchtype input,
.uc_content_search_v6 div:first-child span.searchtype label {
    margin: 0;
    line-height: normal;
    height: auto;
}

.uc_content_search_v6 div:first-child span.searchtype label {
    margin-right: 20px;
}

.uc_content_search_v6 div:first-child span {
    border: none;
}
/* End "search in website and webshop" setting */

/* BESPOKE GS-11: DESIGN HEADER AND FOOTER */
@media (max-width: 374px) {
    .uc_header_v6 .uc_content_search_v6 .input.form-control {
        font-size: 11px;
        text-align: center;
        padding-right: 30px;
    }
}

@media (max-width: 991px) {
    .uc_header_v6 .uc_content_search_v6 .gs-search-glass.toggle-search {
        display: none !important;
    }

    .uc_header_v6 .mobile-search {
        display: block !important;
    }

    .uc_header_v6 .mobile-search.hidden {
        display: none !important;
    }

    .uc_header_v6 .mobile-search .uc_content_search_v6 {
        width: 100%;
    }

    .uc_header_v6 .uc_content_search_v6 i {
        top: 0;
    }

    .uc_header_v6 .uc_content_search_v6 .btn-text {
        position: absolute;
        right: 0;
        text-indent: -100px;
        width: 40px;
        background-color: transparent;
    }

    .uc_header_v6 .uc_content_search_v6 .btn-text:hover {
        background-color: #E6EBF1 !important;
    }
}

@media (min-width: 992px) {
    .uc_header_v6 #desktop-search {
        margin-right: auto;
    }
    .uc_header_v6 .uc_content_search_v6 {
        width: auto !important;
        display: flex;
        align-items: center;
        flex-flow: row nowrap;
        justify-content: flex-start;
        flex-grow: 1;
        position: relative;
    }

    .uc_header_v6 .uc_content_search_v6 input {
        height: 22px;
        border-radius: 0 21px 21px 0 !important;
        padding-left: 10px;
    }

    .uc_header_v6 .content-search-handler {
        justify-content: flex-end !important;
    }

    .uc_header_v6 .uc_content_search_v6 .toggle-search {
        display: inline-block;
        text-align: center;
        line-height: 20px;
        width: 30px;
        height: 30px;
        border-radius: 21px !important;
        background: #fff !important;
        flex-shrink: 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }

    .uc_header_v6 .uc_content_search_v6  .toggle-search::before {
        color: #000 !important;
        font-size: 18px;
        line-height: 30px !important;
    }

    .uc_header_v6 .uc_content_search_v6 .fi-search-icon {
        display: none !important;
    }

    .uc_header_v6 .uc_content_search_v6 .input.form-control {
        transform: scaleX(0);
        transition: all .2s;
        transform-origin: left center;
        width: 0;
        margin-left: 15px;
        padding-left: 20px;
        height: 30px !important;
        border: none !important;
        background-color: #fff !important;
    }

    .uc_header_v6 .uc_content_search_v6 .expanded + input.form-control {
        width: auto;
        transform: scaleX(1);
        transform-origin: left center;
    }

    .uc_header_v6 .uc_content_search_v6 .input.form-control:focus {
        border: none !important;
        box-shadow: none !important;
    }

    .uc_header_v6 .uc_content_search_v6 .btn-u-sea-shop {
        display: none !important;
    }
}

/* END BESPOKE GS-11 */