/* @import url('themeOrange.css'); */

@media screen and (max-width: 1440px)  {
    .profile-settings-section-main,
    .delete-account-wrapper{
        width: 60% !important;
    }

    .consultation-form-design{
        width: 80% !important;
    }

    .consultation-form-design .tab-teaser-custom{
        width: 80% !important;
    }

    .all_applointment_view_wrapper .appointment-card-wrapper{
        width: 80% !important;
    }
}

@media screen and (max-width: 1200px)  {
    .membership-card-wrap{
        width: 48%;
    }
}

@media screen and (max-width: 992px)  {
    .profile-settings-section-main,
    .delete-account-wrapper{
        width: 80% !important;
    }

    .gift-cards-wrapper .voucher-card-custom-wrap{
        width: 48%;
    }

    .dropdown-menu{
        min-width: 15rem !important;
    }

    .consultation-form-design{
        width: 100% !important;
    }
    
    .consultation-form-design .tab-teaser-custom{
        width: 92% !important;
        margin: 10px auto;
    }

    .all_applointment_view_wrapper .appointment-card-wrapper{
        width: 100% !important;
    }

    .front-cards-list-wrapper.desktop-card-adding-wrapper .add-card-items-wrapper,
    .front-cards-list-wrapper.desktop-card-adding-wrapper .card-container{
        width: 3.41in;
        min-height: 2.225in;
        height: 2.225in;
    }

    .front-cards-list-wrapper.desktop-card-adding-wrapper .expiry,
    .front-cards-list-wrapper.desktop-card-adding-wrapper .cvv{
        margin-top: 45px !important;
    }
    
    .membership-details-section-wrapper{
        width: 100% !important;
    }
}

@media screen and (max-width: 768px)  {
    .profile-settings-section-main,
    .profile-menu-items-wrap{
        width: 92% !important;
    }

    .sidebar-vouchers-items-wrapper{
        height: unset !important;
        overflow: unset !important;
    }

    .all-apointments-module-wrapper .tab-teaser-custom{
        position: relative;
    }
    
    .all-apointments-module-wrapper .tab-menu-custom{
        position: fixed;
        top: 73px;
        left: 0;
        width: 100%;
        background: var(--bg-Color);
        z-index: 9999;
    }

    .all-apointments-module-wrapper .tab-menu-custom ul{
        padding: 20px 0 !important;
        width: 90% !important;
        margin: 0 5% !important;
    }    

    .all-apointments-module-wrapper .tab-main-box-custom{
        margin-top: 100px !important;
    }

    /* .vouchers-cards-list-wrapper.membership-cards-list-wrapper.pr-2.pt-3.pb-4 {
        height: unset !important;
    } */

    .global-header-component{
        width: 100%;
        height: auto;
        padding: 15px 4%;
        background: var(--white);
        display: flex !important;
        justify-content: start;
        align-items: center;
        gap: 20px;
        box-shadow: var(--boxShadowStickyCard);
        margin-bottom: 20px;
        position: sticky;
        top: 0;
        left: 0;
    }

    .global-section-title{
        font-size: 1.1rem;
        font-weight: 600;
        color: var(--light-black);
    }

    .profile-menu-items-wrap{
        display: block !important;
    }

    .profile-items-wrap{
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 15px;
        padding: 15px;
        background: var(--white);
        box-shadow: var(--boxShadowStickyCard);
        margin-bottom: 15px;
        border-radius: 15px;
    }

    .profile-user-icon{
        width: 55px;
        height: 55px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgb(from var(--orange-primary) r g b / 0.15);
        color: var(--orange-primary);
        border-radius: 50px;
        font-size: 1.1rem;
        font-weight: 500;
    }

    .profile-user-name{
        font-size: 1.1rem;
        font-weight: 500;
        color: var(--light-black);
    }

    .profileSettingWrap{
        display: none;
    }

    .delete-account-wrapper{
        display: none !important;
    }

    .profileSettingWrap.open{
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        background: var(--white);
        padding: 20px 0;
        height: 100dvh;
    }

    .menu-item-name{
        font-size: 1.1rem;
        font-weight: 500;
        color: var(--light-black);
    }

    .menu-item-icon-wrap i{
        font-size: 1.5rem;
        font-weight: 600;
        color: var(--orange-primary);
    }

    #openCanvasBottom {
        transform: translateX(-50%);
    }
    
    .off-canvas-overlay-bottom {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: none;
        z-index: 999;
    }
    
    .off-canvas-bottom {
        display: block !important;
        position: fixed;
        bottom: -100%;
        left: 0;
        width: 100%;
        background: var(--white);
        box-shadow: var(--boxShadowStickyCard);
        border-radius: 15px 15px 0 0;
        transition: bottom 0.4s ease-in-out;
        z-index: 9999999;
        padding: 10px 20px 20px 20px;
    }
    
    .off-canvas-bottom-header {
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 20px;
        padding-bottom: 10px;
    }

    .off-canvas-bottom-header-title{
        font-size: 1.4rem;
        font-weight: 600;
        color: var(--light-black);
    }

    .off-canvas-bottom-content-text{
        font-size: 1rem;
        font-weight: 500;
        color: var(--input-border);
    }
    
    .off-canvas-swipeline-wrap{
        padding: 0 0 10px 0;
    }

    .off-canvas-swipeline{
        width: 70px;
        height: 6px;
        border-radius: 50px;
        background: var(--swipe-line-color);
        margin: auto;
    }

    .off-canvas-bottom-content {
        padding: 0 0 15px 0;
        font-size: 16px;
    }
    
    .off-canvas-bottom-footer{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 10px;
    }

    .offcanvas-footer-btn{
        font-size: 1.1rem;
        font-weight: 500;
        border-radius: 50px;
        width: 100%;
    }

    .orange-btn-offcanvas{
        background: var(--orange-primary);
        border: solid 1px var(--orange-primary);
        color: var(--white);
    }

    .grey-btn-offcanvas,
    .grey-btn-main{
        background: var(--white);
        border: solid 1px var(--btn-border);
        color: var(--btn-text-color);
    }

    .form-submit-btn-wrapper{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .profile-settings-section-main{
        padding: 20px;
    }

    .profile-settings-section-main .profile-settings-user-card{
        background: transparent !important;
        box-shadow: none !important;
        justify-content: center !important;
        gap: 10px !important;
    }

    .profile-settings-section-main .profile-initials{
        margin: 10px 0 !important;
    }
    
    .profile-settings-user-card .symbol-label{
        width: 40px !important;
        height: 40px !important;
        font-size: 0.8rem !important;
    }

    .profile-settings-user-card .profile-settings-name{
        margin: 0 !important;
        text-align: left;
    }

    #cancelSettings{
        display: block !important;
    }

    .tab-menu-custom ul li a{
        font-size: 1rem;
    }

    .form-submit-btn-wrapper .btn{
        border-radius: 50px;
    }

    .voucher-module-wrapper,
    #giftCardModal .modal-dialog{
        width: 92%;
        margin: auto !important;
    }

    .all-apointments-module-wrapper .tab-teaser-custom{
        width: 92%;
        margin: 20px auto !important;
    }

    .voucher-module-wrapper .voucher-card-custom-wrap{
        width: 100% !important;
        padding: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .voucher-module-wrapper .more-info-voucher-title{
        margin: 5px 0 0 0 !important;
    }

    .giftCardDescWrap{
        gap: 10px;
    }

    .giftCardWrap {
        height: 240px !important;
    }

    .voucher-module-wrapper .tab-main-box-custom{
        height: calc(100dvh - 190px) !important;
    }

    .no_voucher_wrapper{
        width: 100%;
    }

    .consultation-forms-items .consulutation-form-img .review-img img{
        width: 70px;
        max-width: 70px;
        height: 70px;
    }

    .consultation-form-design .tab-menu-conform ul li{
        width: 50% !important;
    }

    .consultation-form-design .no-appointments-wrapper{
        width: 100% !important;
    }

    .appointment-status-btn-laptop-active{
        display: none !important;
    }

    .all_applointment_view_wrapper{
        margin-top: 20px !important;
        width: 92%;
        margin: auto;
    }

    .all_applointment_view_wrapper .cancle-policy-text i{
        font-size: 1.2rem !important;
    }

    .all_applointment_view_wrapper .cancle-policy-text{
        font-size: 1rem !important;
        font-weight: 400 !important;
        padding: 7px 14px !important;
    }

    .appointment-card-wrapper .appointment-card-body{
        height: calc(100dvh - 19%) !important;
        padding: 20px 15px !important;
    }

    .appointment-card-body::-webkit-scrollbar{
        display: none !important;
    }

    .membership-card-wrap{
        width: 100%;
        min-height: unset !important;
    }

    .membership-card-wrap .more-info-voucher-wrap{
        position: unset !important;
    }

    #membershipInfoModal .modal-dialog{
        width: 92% !important;
        margin: auto !important;
    }

    .membership-list-view-module-wrapper .membership-list-view-side-1,
    .membership-list-view-module-wrapper .membership-list-view-side-2{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .membership-list-view-module-wrapper .membership-list-view-side-1 .vouchers-cards-list-wrapper,
    .membership-list-view-module-wrapper .membership-list-view-side-2 .vouchers-cards-list-wrapper {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .membership-list-view-side-2.voucher-view-mobile-tab{
        margin-top: 20PX;
    } 

    .membership-list-view-side-1 .completed-form-title-text{
        font-size: 1.4rem;
        font-weight: 500;
    }

    .services-checking-out-wrapper.membership-list-table{
        max-height: calc(100vh - 600px);
        overflow: auto;
        padding-bottom: 20px;
    }
    
    body .service-catergory-tabs {
        margin-bottom: 0 !important;
    }

    #bookingfrm .services-section-wrapper,
    #reschedulebookingfrm .services-section-wrapper {
        margin-top: 3rem;
    }
    
    /* #bookingfrm .steps-tab-container{
        height: calc(100dvh - 170px) !important;
        overflow: auto;
    }

    #bookingfrm .steps-tab-container::-webkit-scrollbar {
        display: none;
    } */

    #bookingfrm .services-inner-title-wrapper h1,
    #reschedulebookingfrm .services-inner-title-wrapper h1{
        font-size: 1.3rem !important;
    }

    #bookingfrm .service-title,
    #reschedulebookingfrm .service-title{
        font-size: 1.2rem !important;
    }

    #bookingfrm .service-price,
    #reschedulebookingfrm .service-price{
        font-size: 1rem !important;
    }

    #bookingfrm .membership_badge,
    #reschedulebookingfrm .membership_badge{
        font-size: 0.9rem !important;
        padding: 4px 8px !important;
    }
    
    #bookingfrm .hidden-checkbox:checked+.service-checkbox-custom i::before,
    #reschedulebookingfrm .hidden-checkbox:checked+.service-checkbox-custom i::before{
        margin-left: -7px !important;
        top: 2px;
        position: absolute;
    }

    #service-details{
        z-index: 9999999 !important;
    }
    
    #bookingfrm .card.card-custom.payment-total-wrap,
    #reschedulebookingfrm .card.card-custom.payment-total-wrap{
        padding: 0 !important;
    }

    #bookingfrm .booking-header-mobile-view,
    #reschedulebookingfrm .booking-header-mobile-view{
        display: flex !important;
    }

    #bookingfrm .staff-view-img,
    #bookingfrm .staff-member-image,
    #reschedulebookingfrm .staff-view-img,
    #reschedulebookingfrm .staff-member-image,
    .staff-selection-wrapper .staff-member-image,
    .staff-selection-wrapper .staff-view-img img,
    .staff-member-card-wrapper .staff-view-img{
        min-width: 60px;
        width: 60px;
        min-height: 60px;
        height: 60px;
    }
    
    #bookingfrm .staff-member-card-wrapper.team-member,
    #bookingfrm .any-staff,
    #reschedulebookingfrm .staff-member-card-wrapper.team-member,
    #reschedulebookingfrm .any-staff,
    .staff-selection-wrapper.team-member,
    .staff-selection-wrapper .any-staff,
    #bookingfrm .any-staff-per-service,
    #reschedulebookingfrm .any-staff-per-service,
    .staff-member-card-wrapper{
        height: unset !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 10px !important;
    }

    #bookingfrm .any-staff,
    #reschedulebookingfrm .any-staff,
    .staff-selection-wrapper .any-staff,
    #bookingfrm .any-staff-per-service,
    #reschedulebookingfrm .any-staff-per-service{
        flex-direction: row !important;
        justify-content: start !important;
    }

    #bookingfrm .staff-member-card-wrapper.team-member .d-flex,
    #reschedulebookingfrm .staff-member-card-wrapper.team-member .d-flex,
    .staff-member-card-wrapper .d-flex{
        width: 100% !important;
        flex-direction: row !important;
    }

    #bookingfrm .team-member,
    #reschedulebookingfrm .team-member,
    .staff-selection-wrapper .team-member{
        margin: 15px 0 0 !important;
    }

    #bookingfrm .staff-content-wrap,
    #reschedulebookingfrm .staff-content-wrap,
    .staff-selection-wrapper .staff-content-wrap{
        text-align: start;
        margin-left: 15px;
        padding-right: 50px;
        max-width: 80%;
    }

    #bookingfrm .staff-view-name,
    #reschedulebookingfrm .staff-view-name,
    .staff-selection-wrapper .staff-view-name{
        font-size: 1.1rem !important;
        text-overflow: ellipsis;
        max-width: 100%;
        overflow: hidden;
    }

    #bookingfrm .team-member-custom-checkbox,
    #reschedulebookingfrm .team-member-custom-checkbox,
    .team-member-custom-checkbox{
        top: 50% !important;
        right: 15px !important;
        left: unset !important;
        transform: translateY(-50%);
    }

    #bookingfrm .team-member h5,
    #reschedulebookingfrm .team-member h5,
    .staff-selection-wrapper .team-member h5{
        margin: 0 !important;
    }
    
    .booking-header-mobile-view .booking-header-title h1{
        font-size: 1.2rem !important;
        font-weight: 600 !important;
        color: var(--service-title-color) !important;
    }

    .view-cart-items-list-wrap{
        padding: 10px 16px;
        background: var(--white);
        border-radius: 10px;
        box-shadow: var(--boxShadowStickyCard);
        margin-bottom: 10px;
    }

    .view-cart-items-list-wrap .view-services-counter{
        font-size: 1.1rem !important;
        font-weight: 500;
        color: var(--service-title-color);
    }

    .view-cart-items-list-wrap .view-services-counter span{
        color: var(--orange-primary);
    }

    .view-cart-items-list-wrap .view-services-button{
        border: 0;
        padding: 0;
        background: transparent;
        font-size: 1.1rem !important;
        font-weight: 500;
        color: var(--service-title-color) !important;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .view-cart-items-list-wrap .view-services-button span i{
        font-size: 1.3rem !important;
        font-weight: 600;
        color: var(--service-title-color);
    }

    #srviceWiseStaffList{
        height: calc(100dvh - 250px);
        overflow: auto;
    }

    #srviceWiseStaffList::-webkit-scrollbar{
        display: none;
    }

    #add_service-wise-staff .modal-footer button{
        font-size: 1rem !important;
    }

    .book_now_btn_sticky_wrapper .book-from-btn{
        border-radius: 50px !important;
    }

    #bookingfrm .step-tab-content.step-1,
    #bookingfrm .step-tab-content.step-2,
    #reschedulebookingfrm .step-tab-content.step-1,
    #reschedulebookingfrm .step-tab-content.step-2{
        padding-bottom: 5rem !important;    
    }
    
    #bookingfrm.vourcherfrm-cls .step-tab-content.step-3{
        padding-top: 0 !important;
    }

    #bookingfrm .step-tab-content.step-3,
    #bookingfrm .step-tab-content.step-4,
    #bookingfrm .step-tab-content.step-5,
    #bookingfrm .step-tab-content.step-8,
    #reschedulebookingfrm .step-tab-content.step-3,
    #reschedulebookingfrm .step-tab-content.step-4,
    #reschedulebookingfrm .step-tab-content.step-5,
    #reschedulebookingfrm .step-tab-content.step-8{
        padding-top: 2rem !important;
        padding-bottom: 5rem !important;
    }

    #bookingfrm .step-tab-content.step-6,
    #reschedulebookingfrm .step-tab-content.step-6{
        padding-top: 1rem !important;
        padding-bottom: 5rem !important;
    }

    #no-slot-available-message,
    .selected-voucher-counter{
        width: 100% !important;
    }

    .choose-receipt-items-wrapper{
        width: 100%;
        flex-direction: column;
        gap: 10px !important;
    }

    .choose-receipt-items-wrapper .choose-receipt-items{
        min-height: unset;
        min-width: 100%;
        padding: 10px !important;
    }

    .choose-receipt-items{
        padding: 10px 20px !important;
    }
    
    .choose-receipt-items-wrapper .choose-receipt-items-main{
        flex-direction: row;
        justify-content: start !important;
    }
    
    .choose-receipt-items-wrapper .choose-receipt-items-custom-checkbox{
        /* top: 50%;
        right: 15px;
        left: unset;
        transform: translateY(-50%); */
        position: unset;
        margin: 0 10px !important;
        width: 24px;
        height: 24px;
    }

    .choose-receipt-items-wrapper .receipt-icon{
        margin: 0 !important;
        padding: 0 10px 0 0 !important;
    }

    .choose-receipt-items-wrapper .receipt-icon img{
        height: 55px;
    }
    
    .choose-receipt-items-wrapper .receipt-content p{
        font-size: 1.1rem !important;
    }

    #email-gift, #print-gift{
        width: 100% !important;
        padding: 20px;
    }

    .book-payment-card-details-form{
        margin: 10px 0 0 0 !important;
    }

    .discountCodeApplyWrap, #billing_address_div, .payment_option_wrap, .warningAboutFreeServices{
        width: 100% !important;
    }

    .choose-payment-type-custom-checkbox{
        min-width: 24px !important;
        min-height: 24px !important;
        margin: 0 10px 0 0;
    }

    #payment-list .card-container{
        width: 60% !important;
        min-height: 2.425in !important;
        height: 2.425in !important;
    }

    .front-cards-list-wrapper.desktop-card-adding-wrapper .expiry, .front-cards-list-wrapper.desktop-card-adding-wrapper .cvv{
        margin-top: 50px !important;
    }

    .mobile-view-payment-add{
        width: 95%;
    }

    #consultationFormModal .modal-dialog{
        width: 92% !important;
        margin: auto !important;
    }

    #consultationFormModal .modal-dialog button{
        width: 50% !important;
    }

    #add_cards_modal .modal-dialog button{
        width: 47% !important;
        font-size: 1rem !important;
    }

    .cartBoxMainWrap{
        padding: 0 4%;
    }

    .cartBoxMainWrap .card-body-wrap{
        display: none !important;
    }

    #book-login-details .login-form-wrapper #otpinput .form-control{
        width: 100%;
        height: 100%;
        padding: 10px !important;
        font-size: 1.5rem !important;
    }

    .membership-buy-details-body{
        height: auto !important;
        padding-bottom: 1px !important;
    }

    .membershipBuyButtonsWrapper{
        position: fixed;
        bottom: 0;
        left: 0;
        background: var(--white);
    }

    .membershipBuyRow .membershipBuyButtonsWrapper a button{
        border-radius: 50px !important;
        font-size: 1rem !important;
    }

    .paymentMembershipBuyWrap{
        padding: 20px 0;
    }

    .voucher-module-wrapper .section-container>.row.membershipBuyRow{
        flex-direction: column-reverse !important;
        margin-bottom: 90px !important;
    }
    
    .membershipBuyRow .membership-view-mobile-tab,
    .membershipBuyRow .membership-buy-card-select-details-body{
        padding: 0 !important;
    }

    .membershipBuyRow .membership-buy-card-select-details-body{
        height: unset !important;
    }

    .membershipBuyRow .vouchers-details-section-wrapper{
        height: unset !important;
    }

    .membership-list-view-side-2,
    .all_applointment_view_wrapper {
        position: fixed;
        top: 0;
        left: 0;
        margin: 0 !important;
        z-index: 9999;
        width: 100%;
        height: 100dvh;
        background: var(--bg-Color);
    }

    .membership-list-view-side-2 .membership-details-section-wrapper,
    .all_applointment_view_wrapper .appointment-card-wrapper{
        width: 95% !important;
        margin: auto;
        box-shadow: var(--boxShadowStickyCard);
        border-radius: 20px;
    }

    .appointment-card-wrapper .appointment-card-body{
        height: unset !important;
    }

    .close_modal_btn{
        top: unset !important;
        right: unset !important;
    }

    .conditional-voucher-mobile-view .membership-list-card-view-mobile{
        display: flex !important;
    }

    .loginButtonMobileProfile{
        width: 38px;
        height: 38px;
        background: var(--orange-primary);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

}

@media screen and (max-width: 678px) {
    .sidebar-appointments-items .all-appointments-items .all-appointments-content{
        flex-direction: column !important;
        justify-content: start !important;
    }

    .sidebar-appointments-items .all-appointments-items .all-appointments-content button{
        text-align: start;
        margin-top: 10px;
    }

    .con-form-badge-mobile-view{
        flex-direction: column;
        align-items: start !important;
        gap: 10px;
    }

    .appointment-view-buttons-list{
        flex-direction: column;
    }

    .appointment-view-buttons-list .btn-vemue-details,
    .appointment-view-buttons-list #manage-appointment-modal-open,
    .appointment-view-buttons-list .openModelSendInvoice{
        font-size: 1rem;
        font-weight: 500;
        padding: 8px 15px;
    }

    .appointment-card-head{
        flex-direction: column;
        align-items: start !important;
        padding-bottom: 20px;
    }

    .step-tab-content.step-3,
    .steps-tab-container{
        width: 100% !important;
    }

    #payment-list .card-container{
        width: 80% !important;
    }

    .membership-code {
        font-size: 1.3rem;
        white-space: nowrap;
    }

    .membership-buy-details-body .membership-point-wrap svg{
        min-width: 18px;
        min-height: 18px;
    }
}

@media screen and (max-width: 560px) {
    #payment-list .card-container{
        width: 95% !important;
    }
    
    .services-sub-title-wrapper h1#month{
        font-size: 1rem !important;
    }

    .available-slot{
        width: 100%;
    }

    #membershipInfoModal .modal-footer button{
        width: 47%;
    }

    #manage-appointment-modal .modal-content{
        min-height: unset !important;
        max-height: unset !important;
        height: unset !important;
        padding-bottom: 20px !important;
    }

    #manage-appointment-modal .modal-body{
        height: unset !important;
        padding: 0 !important;
    }

    #manage-appointment-modal .card-body-wrap, #manage-appointment-modal-cancle .card-body-wrap{
        border: 1px solid var(--input-border) !important;
        width: 100% !important;
    }

    .manage-appointment-modal-footer{
        flex-direction: column;
    }

    #giftCardModal .value-box{
        flex-direction: column;
        width: 100%;
    }

    #giftCardModal .value-item{
        border-right: none;
        border-bottom: solid 1px var(--orange-primary);
        width: 80%;
        padding: 10px 20px;
    }
}

.global-header-component,
.profile-menu-items-wrap,
.off-canvas-bottom,
#cancelSettings{
    display: none;
}

.membership-list-card-view-mobile,
.booking-header-mobile-view{
    display: none !important;
}

#add_cards_modal .modal-dialog button{
    font-size: 1rem !important;
}

#add_service-wise-staff .modal-footer button{
    font-size: 1.2rem !important;
}

#membershipInfoModal .modal-footer .buy-membership-button{
    font-size: 1.1rem;
}

@media screen and (max-width: 460px) {
    .giftCardWrap {
        height: 240px !important;
    }

    .giftCardTitle {
        font-size: 1.1rem;
    }
    
    .giftCardPrice {
        font-size: 1.3rem;
    }

    .giftCardDescTitle, .giftCardDescSavePercent {
        font-size: 1rem;
    }

    .giftCardDescRedeem, .giftCardDescSellPrice {
        font-size: 1rem;
    }
}

@media screen and (max-width: 420px) {
    .profileSettingWrap.open .form-submit-btn-wrapper{
        flex-direction: column;
    }
}