/* AL Shop B2B Header Search V1 */

.alshop-b2b-header-search {
    position: relative;
}

.alshop-b2b-header-search .alshop-b2b-header-search-form {
    border-color: #d6a15b;
    box-shadow: 0 0 0 1px rgba(183, 121, 31, .04);
    background: #fff;
}

.alshop-b2b-header-search .alshop-b2b-header-search-form:focus-within {
    border-color: #b7791f;
    box-shadow: 0 0 0 3px rgba(183, 121, 31, .12);
}

.alshop-b2b-header-search .alshop-b2b-search-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    margin-left: 7px;
    padding: 0 9px;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .06em;
    white-space: nowrap;
    flex: 0 0 auto;
}

.alshop-b2b-header-search .agm-search-icon {
    color: #9a611b;
}

.alshop-b2b-header-search .agm-search-form input {
    flex: 1 1 auto;
    min-width: 0;
}

.alshop-b2b-header-search .agm-search-submit {
    background: #b7791f;
    color: #fff;
}

.alshop-b2b-header-search .agm-search-submit:hover {
    background: #935f16;
}

.alshop-b2b-header-caption {
    position: absolute;
    top: calc(100% + 4px);
    left: 18px;
    z-index: 2;
    color: #7c5a2d;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 700;
    pointer-events: none;
}

.alshop-b2b-mobile-search .agm-mobile-search-form {
    border-color: #d6a15b !important;
}

.alshop-b2b-mobile-search .agm-mobile-search-icon {
    color: #9a611b;
}

.alshop-b2b-mobile-search .agm-mobile-search-btn {
    background: #b7791f !important;
    color: #fff !important;
}

.alshop-b2b-mobile-search .alshop-b2b-mobile-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    margin-left: 7px;
    padding: 0 7px;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .04em;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .alshop-b2b-mobile-search .alshop-b2b-mobile-tag {
        margin-left: 6px;
        padding: 0 6px;
    }

    .alshop-b2b-mobile-search .agm-mobile-search-form input {
        font-size: 13px !important;
    }
}
