/* stylelint-disable scss/dollar-variable-pattern */
/* stylelint-enable scss/dollar-variable-pattern */
/* correction for product tile hover border*/
/* stylelint-disable scss/dollar-variable-pattern */
/* stylelint-enable scss/dollar-variable-pattern */
/* correction for product tile hover border*/
.dob-datepicker {
    position: relative;
}

.dob-datepicker-input-wrapper {
    position: relative;
}
.dob-datepicker-input-wrapper:has(.is-invalid) ~ .invalid-feedback {
    display: block;
}

.dob-datepicker-input {
    width: 100%;
    padding-right: 48px;
    letter-spacing: 0.02em;
}
.dob-datepicker-input::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.dob-datepicker-input:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}
.dob-datepicker-input::placeholder {
    color: #999;
    opacity: 1;
}
.dob-datepicker-input:disabled {
    background-color: #fff;
    cursor: not-allowed;
}

.dob-datepicker-toggle {
    position: absolute;
    top: 50%;
    right: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    transform: translateY(-50%);
    cursor: pointer;
    transition: color 0.2s ease;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    color: #444;
}
.dob-datepicker-toggle:focus, .dob-datepicker-toggle:focus-visible {
    outline: none;
    box-shadow: none;
}
.dob-datepicker-toggle:disabled {
    cursor: not-allowed;
    pointer-events: none;
}

.dob-datepicker-icon {
    width: 18px;
    height: 18px;
}

.dob-selects:not(.row) {
    display: contents;
}

.dpicker-invisible {
    display: none !important;
    visibility: hidden !important;
}

.dob-datepicker--enabled .dob-datepicker-input {
    display: block;
}
.dob-datepicker--enabled .dob-selects {
    display: none !important;
}

.profile_page-birth_wrapper .dob-datepicker--enabled {
    grid-column: 1/-1;
}

.dob-dpicker-container {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 2000;
    width: 340px;
    max-width: 90%;
    max-height: 80vh;
    padding: 24px 5px 24px 31px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translate(-50%, -50%);
    text-align: center;
}
.dob-dpicker-container.dpicker-invisible {
    display: none !important;
    opacity: 0;
    pointer-events: none;
}
@media (min-width: 768px) {
    .dob-dpicker-container {
        position: absolute;
        top: 100%;
        left: 0;
        width: 290px;
        max-width: none;
        max-height: 360px;
        margin-top: 3px;
        padding: 16px 12px 0;
        padding: 16px 5px 16px 19px;
        transform: none;
    }
}

.dpicker-table {
    width: 100%;
    margin-top: 0;
    margin-left: -15px;
    border-collapse: separate;
    border-spacing: 4px;
}

.dpicker-table_header {
    padding: 8px 4px;
    color: #666;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.dpicker-table_cell {
    padding: 2px;
}

.dpicker-table_button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 32px;
    min-height: 32px;
    margin: 0;
    padding: 4px;
    border: 1px solid transparent;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
.dpicker-table_button:focus {
    outline: none;
    box-shadow: none;
}
.dpicker-table_button.dpicker-active {
    border-color: #000;
    background-color: #000;
    color: #fff;
}
.dpicker-table_button:disabled {
    color: #ccc;
    cursor: not-allowed;
    opacity: 0.4;
}

.dpicker-inactive--notallowed {
    cursor: not-allowed;
    opacity: 0.13;
}

.dob-picker-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding-bottom: 12px;
}

.dob-picker-header-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.dob-picker-header-toggle:focus {
    outline: none;
    box-shadow: none;
}

.dob-picker-header-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid #666;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transition: transform 0.2s ease;
}
.dob-picker-header-arrow.is-up {
    transform: rotate(180deg);
}

.dob-picker-header-nav {
    display: inline-flex;
}

.dob-picker-nav {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.dob-picker-nav:focus {
    outline: none;
    box-shadow: none;
}
.dob-picker-nav.is-disabled {
    cursor: not-allowed;
    opacity: 0.3;
}

.dob-picker-arrow-left,
.dob-picker-arrow-right {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: solid #666;
    border-width: 0 2px 2px 0;
}

.dob-picker-arrow-left {
    transform: rotate(135deg);
}

.dob-picker-arrow-right {
    transform: rotate(-45deg);
}

.dob-year-grid,
.dob-month-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 17px;
    max-height: 230px;
    margin-left: -18px;
    overflow-y: auto;
}
@media (min-width: 768px) {
    .dob-year-grid,
.dob-month-grid {
        margin-left: -14px;
    }
}

.dob-month-grid {
    grid-template-columns: repeat(3, 1fr);
}

.dob-grid-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 30px;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 25px;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #333;
    font-size: 14px;
}
.dob-grid-button:focus {
    outline: none;
    box-shadow: none;
}
.dob-grid-button.is-active {
    border-color: #000;
    background-color: #000;
    color: #fff;
}
.dob-grid-button.is-disabled {
    color: #ccc;
    cursor: not-allowed;
    opacity: 0.4;
}

body.dpicker-modal-open {
    overflow: hidden;
}

.dpicker-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1003;
    background-color: rgba(0, 0, 0, 0.5);
}
.dpicker-overlay.dpicker-invisible {
    display: none !important;
    opacity: 0;
    pointer-events: none;
}

.dpicker-actions {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    margin-top: 10px;
    margin-left: -30px;
    padding: 10px 25px 0 0;
    border-top: 1px solid #ccc;
}
@media (min-width: 768px) {
    .dpicker-actions {
        display: none;
    }
}

.dpicker-btn {
    flex: 1;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease;
}
.dpicker-btn:active {
    transform: scale(0.98);
}

.dpicker-btn-ok {
    padding-right: 20px;
}

.dpicker-btn-cancel,
.dpicker-btn-ok {
    flex: none;
    padding: 10px 0 0;
    background-color: transparent;
    color: #000;
}
.dpicker-btn-cancel:focus,
.dpicker-btn-ok:focus {
    outline: none;
    box-shadow: none;
}

.dpicker-day-selected {
    background-color: #000;
    color: #fff;
}

.profile_page-title {
    display: none;
}
@media (min-width: 1280px) {
    .profile_page-title {
        display: block;
    }
}
.profile_page-details {
    padding-top: 15px;
}
.profile_page-row {
    display: grid;
}
@media (min-width: 1024px) {
    .profile_page-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
@media (min-width: 768px) {
    .profile_page-row--name {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
.profile_page-row--name .form-group {
    margin-bottom: 10px;
}
@media (min-width: 1024px) {
    .profile_page-row--name .form-group {
        margin-bottom: 15px;
    }
}
.profile_page-details_title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.profile_page-details_title--border {
    border-top: 1px solid #ccc;
}
.profile_page-address_title_text {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.profile_page-email_and_password_title {
    margin-top: 25px;
    padding: 15px 0;
    border-top: 1px solid #ccc;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.profile_page-field--white.form-control:disabled {
    background-color: #fff;
}
@media (min-width: 1280px) {
    .profile_page .dropdown_input-select {
        width: 95px;
    }
}
.profile_page-newsletter_checkbox {
    margin-bottom: 10px;
}
.profile_page-address_fields .forms-disabled {
    background-color: #f8f8f8;
    cursor: not-allowed;
}
@media (min-width: 1280px) {
    .profile_page-address_fields .address_form-city_label_wrap {
        flex-basis: 73px;
        padding-right: 0;
    }
}
.profile_page-birth_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 29px;
    width: 100%;
    margin-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px) {
    .profile_page-birth_wrapper {
        flex-grow: 1;
        flex-basis: 0;
    }
}
@media (min-width: 1280px) {
    .profile_page-birth_wrapper {
        max-width: 340px;
        padding-left: 0;
    }
}
.profile_page-birth_wrapper .form-group {
    flex-grow: 1;
    margin-bottom: 0;
}
.profile_page-birth_label {
    margin: 15px 10px 5px 0;
}
@media (min-width: 1024px) {
    .profile_page-birth_label {
        margin: 0;
    }
}
@media (min-width: 1280px) {
    .profile_page-shoe_size {
        justify-content: space-between;
    }
}
@media (min-width: 1280px) {
    .profile_page-size_selector {
        flex-grow: 1;
        max-width: 340px;
        margin-right: 15px;
        padding: 0;
    }
}
@media (min-width: 1280px) {
    .profile_page-size_select {
        width: auto;
        min-width: 94px;
        max-width: 100%;
    }
}
.profile_page .form_separator {
    position: relative;
}
.profile_page .form_separator::after {
    right: -15px;
    height: 27px;
    border-color: #ccc;
    transform: rotate(16deg);
}
.profile_page .birth-select {
    width: 100%;
}
@media (min-width: 1280px) {
    .profile_page .birth-select {
        width: 94px;
    }
}

@media (min-width: 1280px) {
    .profile .profile_page-title {
        margin-top: 4px;
        margin-bottom: 14px;
    }
}
.profile .profile_page-newsletter_fields {
    padding-top: 5px;
}
.profile .profile_page-btn_save {
    display: block;
    width: 100%;
    margin-top: 20px;
}
@media (min-width: 1280px) {
    .profile .profile_page-btn_save {
        display: inline-block;
        width: auto;
        margin-bottom: 50px;
    }
}
.profile .address_form-save_btn {
    margin-top: 5px;
    margin-bottom: 30px;
}
.profile-email_and_password {
    margin-bottom: 15px;
}
.profile-email_and_password_fields_submit {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 1024px) {
    .profile-email_and_password_fields_submit {
        display: flex;
        justify-content: center;
        margin-top: 30px;
        margin-bottom: 0;
    }
}
.profile-email_and_password_btn {
    display: block;
    width: 100%;
}
@media (min-width: 1280px) {
    .profile-email_and_password_btn {
        width: auto;
    }
}
.profile-social_account {
    margin-bottom: 30px;
}
.profile-social_account_unlink-password {
    margin: 20px 0 14px;
}
.profile-social_account_unlink-text {
    margin: 0;
}
.profile-social_account_info {
    display: flex;
    align-items: center;
}
.profile-social_account_link {
    display: flex;
    align-items: center;
}
.profile-social_account_linked_icon {
    width: 17px;
    min-width: 17px;
    max-width: 17px;
    height: 13px;
    margin-right: 5px;
}
@media (min-width: 1024px) {
    .profile-social_account_linked_icon {
        width: 16px;
        min-width: 16px;
        max-width: 16px;
        margin: 0;
    }
}
.profile-social_account_icon {
    display: inline-block;
    flex: 0 0 auto;
    box-sizing: border-box;
    width: 42px;
    height: 42px;
    margin-right: 15px;
    border-radius: 4px;
    background: url("../images/btn_icon_line.png") no-repeat #06c755;
    background-size: 42px 42px;
}
.profile-social_account_btn {
    min-width: 150px;
    margin-left: 15px;
}
@media (min-width: 768px) {
    .profile-social_account_btn {
        min-width: 120px;
        max-height: 41.5px;
        margin-left: 145px;
    }
}
.profile-social_account_btn_unlink {
    min-width: 150px;
    margin-left: 15px;
}
@media (min-width: 768px) {
    .profile-social_account_btn_unlink {
        min-width: 120px;
        max-height: 41.5px;
        margin-left: 220px;
    }
}
@media (max-width: 1023.98px) {
    .profile-social_account_btn_mobile {
        width: 100%;
        max-height: 41.5px;
        margin-top: 15px;
    }
}
.profile-modal_footer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
}
.profile-modal_footer-button_wrapper {
    flex: 1;
    max-width: calc(50% - 10px);
}
.profile-modal_footer-button {
    width: 100%;
}
.profile .postal_code-lookup {
    display: block;
}
@media (min-width: 1024px) {
    .profile .postal_code-select {
        padding-right: 10px;
    }
}
@media (min-width: 1024px) {
    .profile .pickup_select {
        padding-right: 14px;
    }
}
@media (min-width: 1024px) {
    .profile .pickup_field:nth-child(odd) {
        padding-right: 10px;
    }
}
@media (min-width: 1024px) {
    .profile .address_form-city_label_wrap {
        padding-left: 10px;
    }
}

:lang(in) .profile-label_gender {
    white-space: nowrap;
}

.order_status-title, .order_status-headline {
    text-align: center;
}
.order_status-form {
    margin-bottom: 50px;
}
.order_status-form-wrapper {
    max-width: 400px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .order_status-form-wrapper {
        margin-top: 10px;
    }
}
.order_status-form .btn {
    margin: 30px 0 5px;
}
.order_status-form .text-danger a {
    color: #f00;
    text-decoration: underline;
}
.order_status-col_returns {
    padding: 0 !important;
}
.order_status-return {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 1280px) {
    .order_status-return {
        margin-bottom: 0;
    }
}
.order_status-details {
    margin-bottom: 50px;
}
.order_status-btn_return {
    width: 100%;
    margin-top: 30px;
}
@media (min-width: 1280px) {
    .order_status-btn_return {
        width: 205px;
        margin-top: 0 !important;
        margin-bottom: 0;
    }
}
.order_status-btn_container {
    padding-right: 20px;
    padding-left: 20px;
}
@media (min-width: 1280px) {
    .order_status-btn_container {
        padding-right: 0;
    }
}

.qr_order_number {
    margin-bottom: 0 !important;
    padding-top: 20px !important;
}

.order_status_result {
    width: 100%;
    margin-bottom: 0;
}
@media (min-width: 1280px) {
    .order_status_result {
        margin-bottom: 68px;
    }
}
.order_status_result-offset {
    padding-right: 20px;
    padding-left: 20px;
}
@media (min-width: 1280px) {
    .order_status_result-offset {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.order_status_result-link_wrap {
    margin-bottom: 20px;
}
@media (min-width: 1280px) {
    .order_status_result-title_wrap {
        position: relative;
        display: inline-block;
    }
}
@media (min-width: 1280px) {
    .order_status_result-head {
        display: flex;
        max-width: 808px;
        margin-right: auto;
        margin-left: auto;
    }
}
.order_status_result-title {
    margin-bottom: 15px;
    text-transform: none;
    text-align: inherit;
}
@media (min-width: 1280px) {
    .order_status_result-title {
        margin-bottom: 1px;
    }
}
@media (min-width: 1280px) {
    .order_status_result-badge_wrap {
        position: absolute;
        top: 0;
        left: 100%;
        display: inline-flex;
        margin-top: 3px;
        margin-left: 18px;
    }
}
.order_status_result-badge {
    padding: 3px 4px;
    border: 1px solid currentColor;
    font-size: 0.9375rem;
    vertical-align: middle;
}
.order_status_result-badge.badge-custom_warning {
    background-color: #ffc !important;
}
.order_status_result-status_tooltip {
    margin-top: -1px;
    margin-left: 6px;
}
@media (min-width: 1280px) {
    .order_status_result-status_tooltip {
        margin-left: 10px;
    }
}
.order_status_result-date_delivery {
    margin-top: 14px;
}
.order_status_result-reorder {
    margin-top: 18px;
}
.order_status_result-reorder_btn {
    display: block;
    width: 100%;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .order_status_result-reorder_btn {
        display: inline-block;
        width: auto;
    }
}
.order_status_result-body {
    margin-top: 28px;
}
@media (min-width: 1280px) {
    .order_status_result-body {
        max-width: 808px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (min-width: 1280px) {
    .order_status_result-GCC {
        max-width: 952px;
    }
}
.order_status_result-panel_layout + .order_status_result-panel_layout {
    margin-top: 37px;
}
@media (min-width: 1280px) {
    .order_status_result-panel_layout + .order_status_result-panel_layout {
        margin-top: 27px;
    }
}
.order_status_result-revamped_panel_layout {
    margin-top: 5px !important;
}
@media (min-width: 1280px) {
    .order_status_result-revamped_panel_layout {
        margin-top: 20px !important;
    }
}
.order_status_result-panel_title, .order_status_result-panel_content {
    padding-right: 20px;
    padding-left: 20px;
}
.order_status_result-panel_title {
    margin-bottom: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #f0f0f0;
}
@media (min-width: 1280px) {
    .order_status_result-panel_title {
        margin-bottom: 20px;
        border-radius: 5px;
    }
}
.order_status_result-track_link {
    margin-left: auto;
    color: #666;
    text-decoration: underline;
}
@media (min-width: 1280px) {
    .order_status_result-track_link {
        margin-left: 20px;
    }
}
.order_status_result-row + .order_status_result-row {
    margin-top: 13px;
}
@media (min-width: 1280px) {
    .order_status_result-var_attrs {
        margin-top: 13px;
    }
}
.order_status_result-price_qty, .order_status_result-product_qty {
    flex-shrink: 0;
}
.order_status_result-price_qty {
    display: flex;
    margin-top: 12px;
}
@media (min-width: 1280px) {
    .order_status_result-price_qty {
        margin-top: 0;
    }
}
.order_status_result-product_return_qty + .order_status_result-price_qty {
    margin-top: 0;
}
@media (max-width: 1279.98px) {
    .order_status_result-product_qty {
        padding: 0 !important;
    }
}
@media (max-width: 1279.98px) {
    .order_status_result-price, .order_status_result-product_qty {
        width: auto;
    }
}
.order_status_result-sep {
    margin: 0 6px;
}
.order_status_result .static_links {
    padding-top: 1px;
}
.order_status_result-asset_sign_in {
    margin-top: 40px;
    padding: 20px;
    background-color: #f8f8f8;
}
@media (min-width: 1280px) {
    .order_status_result-asset_sign_in {
        border: 1px solid #ccc;
        background-color: transparent;
    }
}
.order_status_result-items_title {
    margin-bottom: 0;
}
@media (min-width: 1280px) {
    .order_status_result-items_title {
        margin-bottom: 20px;
    }
}
.order_status_result dt {
    font-weight: normal;
}

.order_status_result .product_details {
    margin: 0;
    border-width: 0;
}
@media (min-width: 1280px) {
    .order_status_result .product_details {
        margin-top: 19px;
        border-top-width: 1px;
    }
}
@media (min-width: 1280px) {
    .order_status_result .product_details-card_name {
        line-height: 1.3;
    }
}
.order_status_result .product_details-card_id {
    padding-top: 8px;
}
@media (min-width: 1280px) {
    .order_status_result .product_details-card_id {
        padding-top: 5px;
    }
}
.order_status_result .product_details-card_title {
    padding-bottom: 2px;
}
.order_status_result .product_details-card_border {
    padding-bottom: 18px;
}
@media (max-width: 1279.98px) {
    .order_status_result .product_details-card_border {
        border-bottom-color: #f0f0f0;
    }
}
.order_status_result .product_details-card_border:last-child {
    padding-bottom: 1px;
}
@media (min-width: 1280px) {
    .order_status_result .product_details-revamped_card_border {
        padding-top: 20px;
    }
}
.order_status_result .product_details-revamped_card_border:last-child {
    padding-bottom: 25px;
}
@media (min-width: 1280px) {
    .order_status_result .product_details-revamped_card_border:last-child {
        padding-bottom: 20px;
    }
}

.order_status_divider {
    margin: 15px 0;
    border-color: #f0f0f0;
}
@media (min-width: 1280px) {
    .order_status_divider {
        margin: 15px -20px;
    }
}

@media (min-width: 1280px) {
    .order_status-date_cancel {
        margin-top: -15px;
    }
}

.profile_page .change_password-header {
    padding-bottom: 0;
    border-bottom: none;
}
.profile_page .change_password-close {
    margin: -7px 6px 0 0;
}
.profile_page .change_password-close:focus {
    outline: none;
}
@media (min-width: 768px) {
    .profile_page .change_password-close {
        margin-right: 14px;
    }
}
.profile_page .change_password-body {
    padding-bottom: 30px;
}
@media (min-width: 768px) {
    .profile_page .change_password-body {
        padding: 20px 40px 30px;
    }
}
@media (min-width: 768px) {
    .profile_page .change_password-content {
        width: 476px;
        max-width: 100%;
    }
}
.profile_page .change_password-title {
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
}
.profile_page .leave_page-header {
    padding-bottom: 0;
    border-bottom: none;
}
.profile_page .leave_page-close {
    margin: -7px -4px 0 0;
}
.profile_page .leave_page-close:focus {
    outline: none;
}
.profile_page .leave_page-body {
    padding: 13px 30px 30px;
}
@media (min-width: 375px) {
    .profile_page .leave_page-body {
        padding: 13px 40px 30px;
    }
}
@media (min-width: 768px) {
    .profile_page .leave_page-content {
        width: 476px;
        max-width: 100%;
        margin: 0 auto;
    }
}
.profile_page .leave_page-text {
    padding-bottom: 30px;
}

.profile_success-content {
    padding-bottom: 30px;
}
@media (min-width: 768px) {
    .profile_success-content {
        width: 476px;
    }
}
.profile_success-close:focus {
    outline: none;
}

.profile_page-newsletter {
    padding-bottom: 50px;
}
.profile_page-newsletter--indent {
    padding-left: 2.2rem;
}
@media (min-width: 768px) {
    .profile_page-notification_label {
        max-width: 180px;
        padding-right: 5px;
    }
    .profile_page-notification_select {
        max-width: 162px;
        padding-left: 5px;
    }
}

.profile-email_label {
    font-weight: bold;
    margin-left: 2px;
}
.profile-email_value {
    margin-left: 10px;
}
.profile-change_button {
    padding-right: 0;
    padding-left: 0;
}
.profile .form-group .smarty-address {
    padding-left: 10px !important;
}
.profile .form-group .address_line-space {
    padding-left: 30px !important;
}
.profile .modal-footer .account_delete-footer-button {
    margin: 0;
}
@media (max-width: 767.98px) {
    .profile .modal-footer .account_delete-footer-button {
        padding: 0 5px !important;
    }
}
@media (max-width: 767.98px) {
    .profile .modal-footer .btn {
        font-size: 14px;
    }
}
.profile .locator_dropdown-select_state, .profile .locator_dropdown-select_city {
    margin-left: 0;
}
