/* .form-row-wide {
    margin-bottom: 20px;
} */
.custom-personal-info .custom-checkout-field{
    position: relative !important;
    margin-top: 16px;
}
.custom-personal-info .custom-checkout-field input.personal-input-text, .custom-personal-info .custom-checkout-field textarea.personal-input-text
{
    background-color: #fff;
    border: 1px solid hsla(0, 0%, 7%, .8);
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    height: 50px;
    line-height: 1em;
    margin: 0;
    min-height: 0;
    padding: 1.5em .5em .5em;
}

.custom-personal-info .custom-checkout-field textarea.personal-input-text
{
    height: 8em;
}
.custom-personal-info .custom-checkout-field label{
    color: hsla(0, 0%, 7%, .7);
    cursor: text;
    font-family: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    left: .5625em;
    letter-spacing: inherit;
    line-height: 1;
    margin: 0;
    max-width: calc(100% - 32px);
    overflow: hidden;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    top: 0;
    transform: translateY(1em);
    transform-origin: top left;
    transition: all .2s ease;
    transform: translateY(8px) scale(.75);
}
.custom-input-full-width{
    width: 100%;
}

.custom-personal-info .custom-checkout-field.select_container{
    background: #fff;
    border: 1px solid hsla(0, 0%, 7%, .8);
    border-radius: 4px;
    box-sizing: border-box;
    height: 50px;
    position: relative;
    width: 100%;
}
/* .custom-checkout-field.wc-blocks-components-select__container .select_container{
    background: none !important;
    border: none !important;
} */
.wc-block-components-order-summary-item__image{
    display: none !important;
}
.custom-personal-info{
    margin: 0 0 48px;
}