

/* Start:/local/components/mmit/search.delivery/templates/.default/style.css?17790327882281*/
.search-delivery-form {
    border: 1px solid #eaeaeb;
    border-radius: 8px;
    max-width: 896px;
    width: 100%;
    flex-shrink: 0;
}
.search-delivery-form-wrapper {
    margin: 55px 46px;
}
.search-delivery-item {
    display: flex;
    flex-wrap: nowrap;
}
.search-delivery-input-wrapper {
    position: relative;
    margin-right: 15px;
    flex-grow: 1;
}

.search-delivery-input__label {
    position: absolute;
    color: #a4a4a4;
    opacity: 1;
    visibility: visible;
    left: 12px;
    top: 3px;
    font-size: 13px;
}

.search-delivery-input {
    padding: 18px 12px 9px;
    height: 48px;
    width: 100%;
    border-radius: 4px;
    border: solid 1px #eaeaeb;
    background-color: #fff;

    color: #a4a4a4;
    font-size: 15px;
    outline: none;
}
.search-delivery-input:not(:placeholder-shown) {
    color: #333;
}
.search-delivery-input + label {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 12px;
    top: 18px;
    font-size: 15px;
    color: #a4a4a4;
    transition: all .2s ease;
}
/*.calculate-delivery-input:focus + label,*/
.search-delivery-input:not(:placeholder-shown) + label {
    opacity: 1;
    visibility: visible;
    left: 12px;
    top: 3px;
    font-size: 13px;
}

.search-delivery-submit {
    height: 48px;
    padding: 12px 48px 12px;
    border-radius: 8px;
    border: solid 1px #f47e00;
    background-color: #f47e00;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
    width: 100%;
}
.search-delivery-submit.disabled {
    border: solid 1px #eaeaeb;
    background-color: #eaeaeb;
    color: #a4a4a4;
}
.search-delivery-result {
    margin-top: 30px;
}

.search-delivery-result-row {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
    align-items: end;
    margin-bottom: 12px;
    font-size: 15px;
    color: #333;
}
.search-delivery-result-label {
    margin-right: 10px;
}
.search-delivery-result-value{
    white-space: nowrap;
    text-align: right;
}

@media all and (max-width: 444px) {
    .search-delivery-item {
        justify-content: center;
        flex-wrap: wrap;
    }
    .search-delivery-input-wrapper {
        margin: 0;
    }
    .search-delivery-submit {
        margin-top: 5px;
    }
}
/* End */
/* /local/components/mmit/search.delivery/templates/.default/style.css?17790327882281 */
