.register-block {
    background: white;
    border-radius: 22px;
    padding: 53px 65px;
    max-width: 650px;
    margin: 0 auto;
    margin-top: 9px;
    margin-bottom: 31px;
}
.flex-input-down > input,
.flex-input-down > textarea,
.flex-input-down > select {
    border: 1px solid #000000 !important;
}
.register-block .form-row {
    width: 100%;
}

.swal2-title {
    display: block !important;
}

#nm-header-search.has-suggestions #nm-header-search-clear-button {
    background: transparent !important;
    left: -8px !important;
}
#nm-search-suggestions-product-list {
    margin: 0 !important;
}


#talk_btn {
    float: right;
    margin-top: 28px;
    cursor: pointer;
}

.wpg-guideline-button.line {
    border-radius: 3px !important;
    line-height: 18px !important;
    padding: 12px 12px 12px 12px !important;
}

.peach-button {
    background: linear-gradient(0deg, #fee9d3 0%, #ffd4a7 100%) !important;
    color: #bb7832 !important;
    border-color: #e8851e !important;
}

.grey-border {
    border: #00000030 solid 2px !important;
}

.line_settings {
    background: #eaeaea;
    padding: 18px 27px 25px 27px;
    border-radius: 3px;
    font-size: 19px;
    margin-bottom: 36px;
    font-weight: bold;
}
.line_settings .description {
    margin-top: 9px;
    margin-bottom: 21px;
    text-align: center;
    font-weight: normal !important;
    line-height: 43px;
}
.line_settings .description a {
    color: #de7100;
}
.line_settings .button-wrap {
    display: flex;
    justify-content: flex-end;
}
.line_settings .button-wrap a {
    font-size: 19px;
    font-weight: normal !important;
    line-height: 21px;
}

.flex-row-space-between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.flex-column {
    display: flex;
    flex-direction: column;
}
.flex-end {
    justify-content: flex-end;
}

.cursor-pointer {
    cursor:pointer;
}

.register_step {
    width: 100%;
}
.reg-title {
    font-size: 18px;
}
.register-desc {
    font-size: 18px;
}

.product-tag-wrapper {
    display: flex;
    gap: 22px;
    flex-flow: wrap;
}

.product-files-wrapper {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.flex-column-center {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}
