*,
*::before,
*::after {
    box-sizing: border-box;
}

#matat-club-register-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.3s ease opacity, 0.3s ease visibility;
    transition: 0.3s ease opacity, 0.3s ease visibility;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    background: rgba(0,0,0,0.7);
}

.club_popup_active #matat-club-register-popup {
    opacity: 1;
    visibility: visible;
}

.club_popup_active .storefront-handheld-footer-bar {
    z-index: 6;
}

#matat-club-register-popup .matat-club-banner-row {
    font-size: 0.75rem;
    line-height: 1.5;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    min-height: calc(100% - 1.5rem);
    max-height: calc(100% - 1.5rem);
    margin: 0.75rem 0;
}

#matat-club-register-popup .matat-member-popup-wrapper {
    margin: auto;
    width: 100%;
}

@media (min-width: 768px) {
    #matat-club-register-popup .matat-club-banner-row {
        font-size: 14px;
        min-height: calc(100% - 2rem);
        max-height: calc(100% - 2rem);
        margin: 1rem 0;
    }
}

@media (max-width: 767.98px) {
    #matat-club-register-popup .nav-active .matat-club-banner-row {
        pointer-events: none;
    }
}

#matat-club-register-popup .matat-club-banner-row>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: var(--club-bar-background-color, #000);
    color: var(--club-bar-text-color, #fff);
    padding: 0.0625rem 0.25rem;
    text-decoration: none;
}

@media (min-width: 768px) {
    #matat-club-register-popup .matat-club-banner-row>a {
        padding: 5px 13px 4px;
    }
}

@media (min-width: 992px) {
    #matat-club-register-popup .matat-club-banner-row>a {
        padding-left: 23px;
        padding-right: 23px;
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    #matat-club-register-popup .matat-club-banner-row>a {
        padding-left: 33px;
        padding-right: 33px;
    }
}

@media (min-width: 1300px) {
    #matat-club-register-popup .matat-club-banner-row>a {
        padding-left: 41px;
        padding-right: 41px;
    }
}

#matat-club-register-popup .matat-club-banner-row .club-info {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

@media (max-width: 767.98px) {
    #matat-club-register-popup .matat-club-banner-row .club-info {
        display: none;
    }
}

#matat-club-register-popup .matat-club-banner-row .center-text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

@media (min-width: 768px) {
    #matat-club-register-popup .matat-club-banner-row .center-text {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
}

#matat-club-register-popup .matat-club-banner-row .center-text:only-child {
    margin-left: auto;
    margin-right: auto;
}

#matat-club-register-popup .matat-club-banner-row .center-text .icon-angle-down {
    font-size: 0.375rem;
    margin: 0 0 0 0.375rem;
}

@media (min-width: 768px) {
    #matat-club-register-popup .matat-club-banner-row .center-text .icon-angle-down {
        font-size: 0.55em;
        margin-left: 8px;
    }
}

#matat-club-register-popup .rtl .matat-club-banner-row .center-text .icon-angle-down {
    margin-left: 0;
    margin-right: 0.375rem;
}

@media (min-width: 768px) {
    #matat-club-register-popup .rtl .matat-club-banner-row .center-text .icon-angle-down {
        margin-right: 8px;
    }
}

#matat-club-register-popup .join_popup_active .matat-club-banner-row .center-text .icon-angle-down:before {
    content: "\e907";
}

@media (min-width: 768px) {
    #matat-club-register-popup .matat-member-popup-wrapper.has_club_banner .popup-frame {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    #matat-club-register-popup .matat-member-popup-wrapper.has_club_banner .popup-frame {
        max-width: 988px;
    }
}

@media (min-width: 768px) {
    #matat-club-register-popup .matat-member-popup-wrapper.has_club_banner .popup-frame .club-left-col {
        -ms-flex-preferred-size: 52.43%;
        flex-basis: 52.43%;
        max-width: 52.43%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

#matat-club-register-popup .matat-member-popup-wrapper .popup-frame {
    margin: 0 0.75rem;
    background: #fff;
    color: #000;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (min-width: 576px) {
    #matat-club-register-popup .matat-member-popup-wrapper .popup-frame {
        max-width: 520px;
        margin: 0 auto;
    }
}

#matat-club-register-popup .matat-member-popup-wrapper .popup-close {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
    line-height: 1;
    text-decoration: none;
    color: #000;
    font-size: 0.625rem;
}

@media (min-width: 768px) {
    #matat-club-register-popup .matat-member-popup-wrapper .popup-close {
        font-size: 14px;
        top: 12px;
        right: 12px;
    }
}

@media (min-width: 992px) {
    #matat-club-register-popup .matat-member-popup-wrapper .popup-close {
        font-size: 17px;
    }
}

@media (min-width: 768px) {
    #matat-club-register-popup .matat-member-popup-wrapper .club-banner {
        -ms-flex-preferred-size: 47.57%;
        flex-basis: 47.57%;
        max-width: 47.57%;
    }

    #matat-club-register-popup .matat-member-popup-wrapper .club-banner.club-mobile {
        display: none;
    }
}

@media (max-width: 768px) {
    #matat-club-register-popup .matat-member-popup-wrapper .club-banner.club-desktop {
        display: none;
    }
}

#matat-club-register-popup .matat-member-popup-wrapper .club-banner img {
    width: 100%;
    height: 100%;
}

#matat-club-register-popup .matat-member-popup-wrapper .club-left-col {
    padding: 1.25rem 0.625rem;
}

@media (min-width: 576px) {
    #matat-club-register-popup .matat-member-popup-wrapper .club-left-col {
        padding: 25px 22px 20px;
    }
}

#matat-club-register-popup .matat-member-popup-wrapper h2 {
    font-size: 20px;
    font-family: "Heebo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 0 1.625rem 0.875rem;
}

@media (min-width: 768px) {
    #matat-club-register-popup .matat-member-popup-wrapper h2 {
        font-size: 25px;
        margin: 0 0 15px;
    }
}

@media (min-width: 992px) {
    #matat-club-register-popup .matat-member-popup-wrapper h2 {
        font-size: 22px;
    }
}

@media (min-width: 1200px) {
    #matat-club-register-popup .matat-member-popup-wrapper h2 {
        font-size: 22px;
    }
}


#matat-club-register-popup .matat-member-popup-wrapper .text-box {
    text-align: center;
    font-size: 0.75rem;
    line-height: 1.5;
    padding: 0 0 0.8125rem;
}

@media (min-width: 768px) {
    #matat-club-register-popup .matat-member-popup-wrapper .text-box {
        font-size: 14px;
        padding-bottom: 15px;
    }
}

@media (min-width: 992px) {
    #matat-club-register-popup .matat-member-popup-wrapper .text-box {
        font-size: 16px;
    }
}

#matat-club-register-popup .matat-member-popup-wrapper .text-box:empty {
    display: none;
}

#matat-club-register-popup .matat-member-popup-wrapper .text-box p {
    margin-bottom: 0.375rem;
}

@media (min-width: 768px) {
    #matat-club-register-popup .matat-member-popup-wrapper .text-box p {
        margin-bottom: 11px;
    }
}

@media (min-width: 768px) {
    #matat-club-register-popup .matat-member-popup-wrapper .matat-club-register-form-container {
        max-width: 430px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    #matat-club-register-popup .popup-frame.custom-form.d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

#matat-club-register-popup *,
#matat-club-register-popup *::before,
#matat-club-register-popup *::after {
    box-sizing: border-box;
}

#matat-club-register-popup .matat-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    margin: 0 -0.21875rem;
    justify-content: space-around;
    gap: 20px;
}

@media (max-width: 768px) {
    #matat-club-register-popup .matat-form-row {
        margin-left: -7.5px;
        margin-right: -7.5px;
        gap: 5px;
    }
}

#matat-club-register-popup .matat-sms-form .matat-floating_input_wrap {
    -ms-flex-preferred-size: calc(100% - 120px);
    flex-basis: calc(100% - 120px);
    max-width: calc(100% - 120px);
}

#matat-club-register-popup .matat-floating_input_wrap {
    margin-bottom: 15px;
    position: relative;
}

#matat-club-register-popup .matat-form-row .matat-floating_input_wrap {
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin-bottom: 13px;
    padding-left: 0.21875rem;
    padding-right: 0.21875rem;
}

#matat-club-register-popup .matat-floating_input_wrap.full {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    #matat-club-register-popup .matat-floating_input_wrap {
        -ms-flex-preferred-size: calc(100%);
        flex-basis: calc(50% - 10px);
        max-width: calc(50% - 10px);
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    #matat-club-register-popup .matat-form-row .matat-floating_input_wrap {
        flex-basis: calc(50% - 5px);
        max-width: calc(50% - 5px);
    }

    #matat-club-register-popup .matat-floating_input_wrap.full {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

/*#matat-club-register-popup .matat-form-control {*/
/*    padding: 9px 10px;*/
/*    height: 40px;*/
/*    font-size: 16px;*/
/*    line-height: 1.5;*/
/*}*/

/*#matat-club-register-popup .matat-floating_input_wrap label.floating_label {*/
/*    position: relative;*/
/*    line-height: 1.5;*/
/*    display: block;*/
/*    max-width: -webkit-max-content;*/
/*    max-width: max-content;*/
/*    margin: 0 0 0.1875rem;*/
/*}*/

/*@media (min-width: 768px) {*/
/*    #matat-club-register-popup .matat-floating_input_wrap label.floating_label {*/
/*        font-size: 14px;*/
/*        margin-bottom: 4px;*/
/*    }*/
/*}*/

/*@media (min-width: 992px) {*/
/*    #matat-club-register-popup .matat-floating_input_wrap label.floating_label {*/
/*        font-size: 16px;*/
/*    }*/
/*}*/

/*#matat-club-register-popup .matat-form-control {*/
/*    width: 100%;*/
/*}*/

/*#matat-club-register-popup input.matat-form-control::placeholder {*/
/*    color: transparent;*/
/*}*/



#matat-club-register-popup .matat-remeber-check {
    padding: 0 0 0.4375rem;
    margin: 0;
    position: relative;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.0625rem;
    color: #000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: inline-block;
    text-align: left;
}

.rtl #matat-club-register-popup .matat-remeber-check {
    text-align: right !important;
}

#matat-club-register-popup .matat-remeber-check .label-text,
#matat-club-register-edit-form .matat-remeber-check .label-text {
    position: relative;
    z-index: 6;
}

#matat-club-register-popup label.matat-custom-checkbox {
    margin: 0;
    position: relative;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.0625rem;
    padding: 0 0 0 1.6875rem;
    color: #000;
    display: inline-block;
}

.rtl #matat-club-register-popup .matat-custom-checkbox input[type="checkbox"] {
    right: 0;
}

#matat-club-register-popup .matat-custom-checkbox input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    box-sizing: border-box;
    padding: 0;
}

.rtl #matat-club-register-popup .matat-custom-checkbox span.fake-input {
    right: 0;
    left: unset;
}

#matat-club-register-popup .matat-custom-checkbox span.fake-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.0625rem;
    height: 1.0625rem;
    border: 1px solid #000;
    background: #fff;
    color: #000;
}

#matat-club-register-popup .matat-custom-checkbox input[type="checkbox"]:checked~.fake-input:before {
    content: '\e909';
    font: 0.4375rem/1 "matat-icomoon";
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    opacity: 1;
    -webkit-transition: 0.3s ease opacity;
    transition: 0.3s ease opacity;
    font-size: 8px;
}

#matat-club-register-popup .matat-btn-register {
    font-size: 16px;
    line-height: 1.5625;
    height: 40px;
    background-color: #000;
    border-color: #000;
    color: white;
    width: 175px;
    font-size: 0.75rem;
    line-height: 1.5;
    -webkit-transition: 0.2s linear color, 0.2s linear background, 0.2s linear border;
    transition: 0.2s linear color, 0.2s linear background, 0.2s linear border;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    text-decoration: none;
    border: 1px solid #000;
    background: #000;
    padding: 0.375rem;
    color: #fff;
    text-transform: uppercase;
    flex-basis: 5rem;
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    #matat-club-register-popup .matat-remeber-check {
        font-size: 14px;
        padding: 1px 0 15px;
    }

    .rtl #matat-club-register-popup label.matat-custom-checkbox {
        padding-right: 26px;
    }

    #matat-club-register-popup label.matat-custom-checkbox {
        font-size: 14px;
        line-height: 18px;
        padding-left: 26px;
    }

    #matat-club-register-popup .matat-custom-checkbox span.fake-input {
        width: 16px;
        height: 16px;
    }

    #matat-club-register-popup .matat-btn-register {
        font-size: 16px;
        line-height: 1.5625;
        height: 40px;
        background-color: #000;
        border-color: #000;
        color: white;
        width: 210px;
        line-height: 1.5;
        -webkit-transition: 0.2s linear color, 0.2s linear background, 0.2s linear border;
        transition: 0.2s linear color, 0.2s linear background, 0.2s linear border;
        border-radius: 0;
        outline: none;
        box-shadow: none;
        text-decoration: none;
        border: 1px solid #000;
        background: #000;
        padding: 0.375rem;
        color: #fff;
        text-transform: uppercase;
        flex-basis: 5rem;
        cursor: pointer;
        display: block;
    }
}

#matat-club-register-popup .matat-floating_input_wrap label.error {
    font-size: 13px;
}

#matat-club-register-popup #matat-errormsg p,
#matat-club-register-popup .matat-floating_input_wrap .error,
#matat-club-register-popup .matat-modal .errors,
#matat-club-register-popup .errors.matat-alert.matat-alert-danger,
#matat-club-register-popup label#newsletter_approval-error {
    margin: 0;
    font-size: 0.6875rem;
    color: red;
    display: block;
    vertical-align: top;
}

@media (min-width: 768px) {

    #matat-club-register-popup #matat-errormsg p,
    #matat-club-register-popup .matat-floating_input_wrap .error,
    #matat-club-register-popup .matat-modal .errors,
    #matat-club-register-popup .errors.matat-alert.matat-alert-danger,
    #matat-club-register-popup label#newsletter_approval-error {
        margin: 0;
        font-size: 16px;
    }
}

.club-banner.d-none.d-md-block {
    display: block !important;
}

@media (max-width: 768px) {
    #matat-club-register-popup .club-banner.d-none.d-md-block {
        display: none !important;
    }
}

#matat-club-register-popup [class^=matat-icon-],
#matat-club-register-popup [class*=" matat-icon-"] {
    font-family: 'matat-icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#matat-club-register-popup [class^=matat-icon-],
#matat-club-register-popup [class*=" matat-icon-"] {
    font-family: 'matat-icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#matat-club-register-popup .matat-icon-close:before {
    content: "\e90a";
}


#matat-club-register-popup .loader-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s ease visibility, 0.3s ease opacity;
    transition: 0.3s ease visibility, 0.3s ease opacity;
    opacity: 0;
    visibility: hidden;
}

#matat-club-register-popup .css-loader {
    color: #000;
    font-size: 60px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

body:has(#matat-club-register-form.loading) .loader-wrap {
    opacity: 1;
    visibility: visible;
}

#matat-club-register-popup .errors.matat-alert.matat-alert-danger {
    text-align: center;
}

#matat-club-register-popup .matat-remeber-check {
    width: 100%;
    text-align: left;
}

/*#matat-club-register-popup .matat-form-control {*/
/*    border: 0px;*/
/*    border-color: #f6f6f6;*/
/*    background: #f6f6f6;*/
/*    box-shadow: none;*/
/*    border-radius: 0;*/
/*}*/

.rtl #matat-club-register-form {
    direction: rtl;
}


/*clubmember page*/
.club_popup_active {
    overflow: hidden;
    padding-right: 15px;
}

.page-template-page-club #content .col-full, 
.page-template-page-club #content .container, 
.page-template-page-club #content .wrapper {
    max-width: 100%;
    padding: 0;
}

.mlr-club-banner {
    background: #F8F8F8;
}

.mlr-club-banner > div[class*="-breadcrumb"] {
    margin: 0;
    padding: 0;
}

.mlr-club-banner .woocommerce-breadcrumb {
    text-align: center;
    padding-top: 1.25rem;
    font-size: 0.625rem;
    font-weight: 300;
    color: rgba(25, 25, 25, 0.5);
}

.mlr-club-banner .woocommerce-breadcrumb a {
    display: inline-block;
    color: rgba(25, 25, 25, 0.5);
    text-decoration: none;
}

.mlr-club-banner .woocommerce-breadcrumb a:hover {
    text-decoration: underline;
}

.mlr-club-banner .mlr-club-box-content {
    padding: 1.875rem 0.9375rem;
    text-align: center;
}

.mlr-club-banner .mlr-club-box-title {
    margin-top: 0;
    margin-bottom: 0.6875rem;
    font-size: 1.25rem;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    line-height: 1.1;
}

.mlr-club-banner .mlr-club-box-content-info {
    font-size: .75rem;
    margin-bottom: 1.25rem;
}

.mlr-club-banner .mlr-club-box-content-info p {
    margin-bottom: 0;
}

.mlr-club-banner .mlr-club-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: .625rem;
}

.mlr-club-btn {
    color: #fff;
    border: 1px solid #000000;
    background: #000000;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    min-width: 8.75rem;
    min-height: 2.125rem;
    font-size: 0.8125rem;
    line-height: 1;
    padding: 0.3125rem 0.625rem;
}

.mlr-club-btn:not(:disabled):not(.disabled):hover {
    color: #000000;
    border-color: #000000;
    background: transparent;
}

.mlr-club-btn:focus, 
.mlr-club-btn:active {
    color: #ffffff;
}

.mlr-club-btn-outlined {
    background: none;
    color: #000000;
}

.mlr-club-btn-outlined:not(:disabled):not(.disabled):hover {
    background: #000000;
    color: #ffffff;
}

.mlr-club-btn-outlined:focus, 
.mlr-club-btn-outlined:active {
    color: #000000;
    outline: none;
}

.mlr-club-benefits {
    padding: 1.875rem 0.9375rem;
}

.mlr-club-benefits .mlr-club-section-title {
    margin-top: 0;
    margin-bottom: 16px !important;
    font-size: 2.5rem;
    line-height: 1.3;
    text-align: center;
    font-weight: 500;
}

.mlr-club-benefits .mlr-sub-text {
    font-size: 1.5rem;
    display: block;
    text-align: center;
    margin-bottom: 40px;
}

.mlr-club-benefits .mlr-club-benefit-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
}

.mlr-club-benefits .mlr-club-btn {
    width: 100%;
}

.mlr-club-benefits .mlr-club-benefit-item {
    position: relative;
    padding: .9375rem .4375rem;
    text-align: center;
    background: #F8F8F8;
    min-height: 8.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mlr-club-benefits .mlr-club-benefit-item img {
    margin: 0 auto;
    width: 2.1875rem;
}

.mlr-club-benefit-item .mlr-club-benefit-title,
.mlr-club-benefit-item .mlr-club-benfit-content {
    font-size: .8125rem;
    font-weight: 300;
    color: #000000;
    line-height: 1.5;
}

.mlr-club-benefit-item .mlr-club-benefit-title {
    margin-top: 10px;
}

.mlr-club-benefit-item .mlr-club-benfit-content {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    width: 100%;
    height: 100%;
    padding: 1.25rem .625rem;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    text-align: center;
    opacity: 0;
    background: #F8F8F8;
    border: 1px solid #000000;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
}

.mlr-club-benefit-item .mlr-club-benfit-content p {
    margin: 0;
}

.mlr-club-benefit-item:hover .mlr-club-benfit-content {
    visibility: visible;
    opacity: 1;
}

.mlr-club-benefit-item .ico-wrap img {
    max-width: 3.25rem;
}

.mlr-club-benefits .mlr-club-btn-wrap {
    padding: 1.25rem 0;
    text-align: center;
}

.mlr-club-benefits .mlr-club-term-wrap {
    text-align: center;
}

.mlr-club-benefits .mlr-club-benefit-wrap + .mlr-club-term-wrap {
    margin-top: 1.25rem;
}

.mlr-club-benefits .mlr-club-term-wrap a {
    font-size: .8125rem;
    text-decoration: underline;
    color: #000000;
}

.mlr-club-benefits .mlr-club-term-wrap a:hover {
    color: #000000;
    text-decoration: none;
}

@media (min-width: 768px) {
    .mlr-club-banner .woocommerce-breadcrumb {
        padding-top: 30px;
        font-size: 12px;
    }

    .mlr-club-banner .mlr-club-banner-img {
        position: absolute;
        z-index: -1;
    }

    .mlr-club-banner .mlr-club-box-content {
        padding: 40px 0 45px;
    }

    .mlr-club-banner .mlr-club-box-title {
        font-size: 35px;
        margin-bottom: 10px;
    }

    .mlr-club-banner .mlr-club-box-content-info {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .mlr-club-banner .mlr-club-btn-wrap {
        gap: 30px;
    }

    .mlr-club-btn {
        min-width: 200px;
        min-height: 45px;
        font-size: 16px;
    }

    .mlr-club-benefits {
        padding: 40px 0;
    }

    .mlr-club-benefits .mlr-club-container {
        max-width: 100% !important;
        padding-right: 20px;
        padding-left: 20px;
    }

    .mlr-club-benefits .mlr-club-section-title {
        font-size: 34px;
        margin-bottom: 30px !important;
    }

    .mlr-club-benefits .mlr-club-benefit-wrap {
        gap: 40px;
        max-width: 620px;
        margin-inline: auto;
    }

    .mlr-club-benefits .mlr-club-btn {
        min-width: 300px;
        width: auto;
    }

    .mlr-club-benefits .mlr-club-benefit-item {
        padding: 20px;
        min-height: 200px;
    }

    .mlr-club-benefits .mlr-club-benefit-item img {
        width: 52px;
    }

    .mlr-club-benefit-item .mlr-club-benefit-title,
    .mlr-club-benefit-item .mlr-club-benfit-content {
        font-size: 20px;
    }

    .mlr-club-benefit-item .mlr-club-benfit-content {
        font-size: 16px;
        padding: 30px;
    }

    .mlr-club-benefits .mlr-club-btn-wrap {
        padding: 40px 0;
    }

    .mlr-club-benefits .mlr-club-term-wrap a {
        font-size: 16px;
    }

    .mlr-club-benefits .mlr-club-benefit-wrap + .mlr-club-term-wrap {
        margin-top: 40px;
    }
}

@media (min-width: 992px) {
    .mlr-club-benefits {
        padding: 60px 0;
    }

    .mlr-club-benefits .mlr-club-container {
        max-width: 100%;
        padding-right: 45px;
        padding-left: 45px;
    }

    .mlr-club-benefits .mlr-club-benefit-wrap + .mlr-club-term-wrap {
        margin-top: 60px;
    }
}

@media (min-width: 1200px) {
    .mlr-club-banner .mlr-club-box-title {
        font-size: 48px;
    }

    .mlr-club-benefits .mlr-club-container {
        padding-right: 60px;
        padding-left: 60px;
    }

    .mlr-club-benefits .mlr-club-section-title {
        font-size: 1.875rem;
        margin-bottom: 16px !important;
    }

    .mlr-club-benefits .mlr-sub-text {
        font-size: 1.25rem;
    }

    .mlr-club-benefits .mlr-club-benefit-wrap {
        gap: 60px;
    }

    .mlr-club-benefits .mlr-club-benefit-item {
        padding: 25px 20px;
    }

    .mlr-club-benefits .mlr-club-btn-wrap {
        padding: 60px 0 40px;
    }
}

@media (min-width: 1300px) {
    .mlr-club-benefits .mlr-club-container {
        padding-right: 75px;
        padding-left: 75px;
    }

    .mlr-club-benefits .mlr-club-benefit-item {
        padding: 25px 25px;
    }
}

.matat-customer-club-wrapper {
    font-family: "Heebo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    padding-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.matat-customer-club-wrapper .matat-customer-club-title {
    font-size: .9375rem;
    font-weight: 500;
    margin-bottom: 1.0625rem;
}

@media (min-width: 768px) {
    .matat-customer-club-wrapper {
        padding-bottom: 25px;
    }
    .matat-customer-club-wrapper .matat-customer-club-title {
        font-size: 20px;
        margin-bottom: 34px;
    }
}

.matat-customer-club-wrapper .club-left-wrapper img {
    width: 100%;
}

@media (min-width: 992px) {
    .matat-customer-club-wrapper {
        flex-direction: row;
    }

    .matat-customer-club-wrapper .club-right-wrapper {
        flex: 1;
        gap: 30px;
    }

    .matat-customer-club-wrapper .club-left-wrapper {
        flex-basis: 50%;
        max-width: 50%;
    }
}

.user-matat-loyalty-page .user-info-container .user-detail-holder {
    max-width: none;
}

.club-banner.hasBanner {
    position: relative;
    background: transparent
}
.club-banner.hasBanner .mlr-club-box-content.club-banner__text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.club-banner .club-banner__title,
.club-banner .mlr-club-box-content-info {
    color: #000;
}

@media (max-width: 767px) {
    .club-banner.hasBanner .mlr-club-box-content.club-banner__text .club-banner__title {
        font-size: 24px;
    }
}
@media (min-width: 767px) {
    .matat-member-popup-wrapper .popup-frame {
        display: flex;
    }
}