html {
    font-size: 16px; /* Set the root font size to 16px */
}

[data-checkout-container]{
    width: 1014px;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

[data-checkout-container]{
    backdrop-filter: none !important;
    background: transparent !important;
    position: relative;
}
[data-checkout-container]:before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 100%, .1);
    backdrop-filter: blur(50px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;

}

.gray-50{
    color: var(--color-gray-light);
}

.gray-200{
    color: var(--color-athens-gray2);
}

.gray-400{
    color: #98A2B3;
}

.gray-800{
    color: #F3F3F3CC;
}

.w--3{
    width: 0.1875rem;
}

.w--500{
    width: 31.25rem;
}

.h--12{
    height: 0.75rem;
}

.fs--30{
    font-size: 1.875rem;
}

.lh--14{
    line-height: 0.875rem;
}

.lh--38{
    line-height: 2.375rem;
}

.pad--y--48 { padding-top: 3rem; padding-bottom: 3rem;}

.soft-white{
    color: rgb(243, 243, 243);
}

[data-checkout-payment-card-wrapper] [data-bs-option]:hover [data-bs-action="delete"]{
    filter: none;
}
[data-checkout-payment-card-wrapper] [data-bs-option] [data-bs-action="delete"]:hover{
    filter: brightness(0) saturate(100%) invert(31%) sepia(96%) saturate(7464%) hue-rotate(1deg) brightness(102%) contrast(102%);
}
[data-billing-address-text-area-wrapper] textarea{
    border-radius: 0 !important;
}

[data-checkout-column-right]{
    /* min-height: 53.125rem; */
    height: 100%;
    /* padding-bottom: 11rem !important; */
    position: relative;
}
.checkout-popup-wrapper .woocommerce-checkout{
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/* [data-checkout-type="switch-subscription"] [data-checkout-column-right]{
    padding-bottom: 18rem !important;
} */

[data-checkout-payment-card]{
    min-height: 277px;
    background: url(./card-bg.png), #1D1D1D;
    background-size: cover;
    border: 1px solid rgba(251, 251, 251, 0.37);
}

[data-checkout-input-field]{
    height: 4.125rem;
}

[data-subscription-content]{
    min-height: 5rem;
    background: url("https://fansocial-user-media.s3.amazonaws.com/user-1/image-gallery/UB3YbPYoEAd7B5BvX0rvwSlsiniHn2/UB3YbPYoEAd7B5BvX0rvwSlsiniHn2.png") lightgray -294.339px 0.71px / 172.486% 173.106% no-repeat;
    background-position: center;
}

[data-subscription-content][data-subscription-content-gray]{
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15), 4px 4px 0px 0px #667085;
}

[data-subscription-content][data-subscription-content-yellow]{
    box-shadow: 4px 4px 0px 0px #D8AF0D, 4px 4px 4px 0px #00000026;
}
[data-subscription-content][data-subscription-content-black]{
    box-shadow: 4px 4px 0px 0px #667085, 4px 4px 0px 0px #667085;
}
[data-subscription-content][data-subscription-content-red]{
    box-shadow: 4px 4px 0px 0px #FF0066, 4px 4px 4px 0px #00000026;
}

[data-subscription-icon-container-wrapper],
[data-subscription-icon-container],
[data-subscription-icon-container-wrap]{
    min-width: 4.6875rem;
    min-height: 5rem;
}

[data-subscription-content-gray] [data-subscription-icon-container],
[data-subscription-content-gray] [data-subscription-icon-container-wrap]{
    background: linear-gradient(0deg, rgba(102, 112, 133, 0.25) 0%, rgba(102, 112, 133, 0.25) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%);
}

[data-subscription-content-yellow] [data-subscription-icon-container],
[data-subscription-content-yellow] [data-subscription-icon-container-wrap]{
    background: linear-gradient(109.27deg, rgba(217, 176, 13, 0.7) 8.76%, rgba(239, 202, 56, 0.7) 29.78%, rgba(198, 160, 12, 0.7) 55.76%, rgba(159, 128, 9, 0.8) 91.24%);
}
[data-subscription-content-black] [data-subscription-icon-container],
[data-subscription-content-black] [data-subscription-icon-container-wrap]{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8), rgba(102, 112, 133, 0.25), rgba(102, 112, 133, 0.25));
}
[data-subscription-content-red] [data-subscription-icon-container],
[data-subscription-content-red] [data-subscription-icon-container-wrap]{
/*    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8), rgba(255, 0, 102, 0.25), rgba(255, 0, 102, 0.25));*/
    background: linear-gradient(0deg, rgba(255, 0, 102, 0.25) 0%, rgba(255, 0, 102, 0.25) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%);
}

[data-subscription-icon]{
    position: relative;
    z-index: 2;
}

[data-subscription-content-gray] [data-subscription-icon] svg path {
    fill: #667085;
}
[data-subscription-content-red] [data-subscription-icon] svg path {
    fill: #FF0066;
}

[data-subscription-icon] svg{
    width: 50px;
    height: 50px;
}

[data-subscription-info-container]{
/*    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);*/
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%), rgba(0, 0, 0, 0.75);
}

[data-subscription-price-clippath]{
    width: 1.25rem;
    height: 5rem;
    background: linear-gradient(90deg, rgb(0 0 0) 0%, rgb(0 0 0 / 0%) 100%), rgb(0 0 0 / 90%);
    clip-path: polygon(100% 0, 100% 0, 105% 105%, 0 105%);
}

[data-online-avatar="true"]{
    position: absolute;
    width: 6px;
    height: 6px;
    top: 17px;
    left: 18px;
    border-radius: 50%;
    background: #14E04D;
}
[data-online-avatar="true"]:not(.db):empty {
    display: unset;
}

[data-button-proceed-payment]{
    width: calc(100% - 60px);
    margin-inline: auto;
    background-color: #4c4c4c;
}

[data-button-proceed-payment][data-button-proceed-payment-enabled]{
    background-color: #07F468;
}

[data-button-proceed-payment]::before{
    content: '';
    display: block;
    width: 25px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -1rem;
    z-index: 0;
    background-color: #4c4c4c;
    -webkit-transform: skew(-20deg, 0) translateX(3px);
    transform: skew(-20deg, 0) translateX(3px);
    -webkit-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

[data-button-proceed-payment]::after{
    content: '';
    display: block;
    width: 25px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -.5rem;
    z-index: 1;
    background-color: #4c4c4c;
    -webkit-transform: skew(-20deg, 0) translateX(3px);
    transform: skew(-20deg, 0) translateX(3px);
    -webkit-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

[data-button-proceed-payment][data-button-proceed-payment-enabled]::before,
[data-button-proceed-payment][data-button-proceed-payment-enabled]::after{
    background-color: #07F468;
}

[data-card-number]{
    color: #FFFFFF; /* Fallback solid color for older browsers */
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(248, 248, 248, 0.81) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent; /* Gradient text for modern browsers */
    box-shadow: 0px 0.83px 3.34px 0px #00000029;
}

[data-billing-address-text-area-wrapper]{
    height: 80px;
    border-radius: 6px;
    background: #00000040;
    border: 1px solid #EAECF080;
    padding: 16px 50px 16px 16px !important;
}
[data-switch-type] [data-bs-dropdown]{
    z-index: 3;
}
.wpwl-has-error~.wpwl-hint{
    color: var(--Orange-dark-500, #FF4405);
    /* Text sm/Regular */
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem; /* 142.857% */
    position: relative;
    top: 0;
    margin-top: 6px;
}

[data-payment-method-edit-container]{
    height: 56px;
    border-radius: 6px;
    padding: 16px 50px 16px 16px;
    border: 1.668px solid rgba(255, 255, 255, 0.32);
    background: #1D1D1D;
    position: relative;
    overflow: hidden;
}
[data-payment-method-edit-container] [data-payment-last4]{
    background: linear-gradient(180deg, #FFF 0%, rgba(248, 248, 248, 0.81) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
[data-payment-method-edit-container]:after{
    content: '';
    width: 19.364rem;
    height: 23.135rem;
    transform: rotate(-22.839deg);
    border-radius: 6px;
    background: linear-gradient(245deg, rgba(163, 163, 163, 0.10) 13.44%, rgba(255, 255, 255, 0.00) 88.21%);
    position: absolute;
    right: -6.25rem;
    top: -6.25rem;
    z-index: 1;
}

[data-payment-method-edit-container-text]{
    right: 50px;
}

[data-checkout-button]{
    width: 7.5rem;
    height: 2rem;
}

[data-checkout-alert-wrapper]{
    border-color: var(--color-oxford-blue, #344054);
}

[data-checkout-alert-container]{
    background: linear-gradient(0deg, rgba(255, 68, 5, 0.3), rgba(255, 68, 5, 0.3)),
    linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

[data-checkout-alert-container]::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    z-index: 1;
}

[data-checkout-alert-content]{
    max-width: 28rem;
}

[data-checkout-tips-tag]{
    height: 26px;
    border-radius: 0.375rem;
    border: 1px solid rgba(152, 162, 179, 1)
}

input[type="text"][data-checkout-custom-tip-amount-input]{
    width: 100%;
    max-width: 136px;
    border: none;
    padding: 0.25rem 0.5rem 0.3rem 0.5rem;
}
input[type="text"][data-checkout-custom-tip-amount-input]::placeholder{
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    opacity: 0.5;
    color: rgba(152, 162, 179, 1);
}

[data-checkout-popup]{
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03),0px 12px 16px -4px rgba(16, 24, 40, 0.08);
    backdrop-filter: blur(70px)
}

[data-checkout-tip-popup]{
    width: 40.0625rem;
}

[data-avatars-wrapper]{
    overflow-x: auto;
    flex: 1;
}

[data-checkout-tip-avatar-wrapper]{
    width: 109px;
    height: 125px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 6.4px;
    overflow: hidden;
}

[data-checkout-tip-avatar]{
    gap: 6.4px;
    padding: 12.8px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0125) 0%, rgba(0, 0, 0, 0.25) 100%);
    backdrop-filter: blur(50px);
}

[ data-checkout-tip-avatar-image-container],
[ data-checkout-tip-avatar-image-container]:not(.db):empty{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84px;
    height: 64px;
    background-image: url('./Vector1.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

[data-checkout-tip-avatar-text-container] span{
    font-family: Poppins;
    font-weight: 500;
    font-size: 9.6px;
    line-height: 14.4px;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

[data-arrow-buttons-wrapper]{
    width: 615px;
    z-index: 1;
}

[data-arrow-button-container]{
    width: 24px;
    height: 24px;
    border-radius: 20px;
    gap: 10px;
    padding: 4px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px)
}

[data-select-all-button]{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    gap: 2px;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    border-width: 1px;
    border: 1px solid rgba(7, 244, 104, 1)
}

[data-tip-amount-icon]{
    font-family: Poppins;
    font-weight: 700;
    font-size: 150px;
    line-height: 150px;
    letter-spacing: 0%;
    text-align: center;
}

[data-popup-tip-amount-input]{
    width: 100%;
    height: 36px;
    border-radius: 6px;
    gap: 24px;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    border-width: 1px;
    background: rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(234, 236, 240, 0.2)
}

[data-popup-tip-amount-input]::placeholder{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: rgba(152, 162, 179, 1);
}

[data-tip-icon-wrapper]{
    border-radius: 4.8px;
    padding: 6.4px;
}

[data-tip-icon]{
    font-family: Poppins;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(7, 244, 104, 1);
}

[data-tip-icon-text]{
    font-family: Poppins;
    font-weight: 600;
    font-size: 14.4px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(152, 162, 179, 1);
}


/* input style */
[data-input-wrapper]{
    position: relative;
    height: 40px;
}

[data-form-input-type="select"] select, input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not( [type="file"] ):not([type="color"]), input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], input[type="password"], textarea{
    color: var(--color-gray-light);
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

[data-input-icon-center-right]{
    right: 0.75rem;
}

[data-input-icon-bottom-right]{
    bottom: 0.5rem;
    right: 0.5rem;
}

textarea[data-checkout-textarea]:not([rows]):not([custom-height]) {
    min-height: unset;
    background-image: url("./Vector1.svg");
    background-repeat: no-repeat;
    background-size: 1.5rem 1.5rem;
    background-position: .5rem .5rem;
}

textarea[data-checkout-textarea]:not([rows]):not([custom-height]):focus{
    background-image: none; /* Hide SVG on focus */
}

[data-checkout-textarea]::placeholder{
    padding-top: .25rem;
    padding-left: 2.25rem;
}
#checkout .nice-select.v1,
[data-checkout] .nice-select.v1 {
    width: 100%;
    border-radius: 0;
}
#checkout input[type="checkbox"]:checked::after{
    left: 0rem;
    width: 0.30rem;
    height: 0.55rem;
    border: solid black;
    border-width: 0 2px 2px 0;
}
[data-checkout-container] .nice-select[data-theme="dissolved-gray"] .multiple-options{
    border-bottom: 1px solid var(--Gray-300, #D0D5DD);
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 0.5rem 0.75rem;
}
[data-checkout-container] .nice-select[data-theme="dissolved-gray"] .multiple-options [data-dropdown-arrow]{
    width: 1rem;
    height: 1rem;
}
[data-checkout-container] .nice-select[data-theme="dissolved-gray"] .multiple-options [data-dropdown-arrow] svg path
{
    stroke: #E7E8EB
}
#checkout .nice-select.v1 .current [data-option-label]{
    color: var(--Gray-50, #F9FAFB);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    white-space: nowrap;
    overflow-x: hidden;
    max-width: 11rem;
}
[data-cart-sub-total] strong{
    display: none;
}
body [data-cart-item] [data-profile-cart-dropdown-input-text]{
    color: #fff !important;
}


/* checkbox-styles copied from dashboard page */
[data-form-input-type=checkbox] input[type=checkbox] {
    width: 1rem;
    height: 1rem;
    margin-right: 4px;
    margin-top: 4px;
}

[data-form-input-type=checkbox][data-form-accent-color=green] input[type=checkbox] {
    background: transparent;
    border: solid 1px var(--color-Mischka, #d0d5dd);
    border-radius: 4px;
}

[data-form-input-type=checkbox][data-form-accent-color=green] input[type=checkbox]:checked {
    accent-color: var(--color-brand-green, #07f468);
    background-color: var(--color-brand-green, #07f468);
    border-color: var(--color-brand-green, #07f468);
}

input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 2px;
    margin-inline: auto;
    width: 0.27rem;
    height: 0.55rem;
    border: solid black;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* custom selct dropdown */
  .custom-select select {
    appearance: none;
    width: 100%;
    padding: 0.5rem .75rem;
    border: none;
    color: #F9FAFB;
    background: transparent;
    cursor: pointer;
  }

  .custom-select::after{
    position: absolute;
    content: '';
    top: .5rem;
    right: .75rem;
    width: 1rem;
    height: 1rem;
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2216%22%20viewBox%3D%220%200%2017%2016%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.02876%206.19526C4.28911%205.93491%204.71122%205.93491%204.97157%206.19526L8.50016%209.72386L12.0288%206.19526C12.2891%205.93491%2012.7112%205.93491%2012.9716%206.19526C13.2319%206.45561%2013.2319%206.87772%2012.9716%207.13807L8.97157%2011.1381C8.71122%2011.3984%208.28911%2011.3984%208.02876%2011.1381L4.02876%207.13807C3.76841%206.87772%203.76841%206.45561%204.02876%206.19526Z%22%20fill%3D%22%23EAECF0%22%2F%3E%3C%2Fsvg%3E");
  }

  .custom-select select option {
    color: #000; /* Dropdown text color */
    background: #F9FAFB; /* Dropdown background color */
  }

  /* Confirm Tip Popup Style */
  [data-popup-subscription-confirm-tip-model-content].active{
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.50);
    transform: scale(1.09);
  }
  [data-popup-subscription-confirm-tip-model-wrapper]{
    padding: 12.8px;
    flex-direction: column;
    align-items: center;
    gap: 6.4px;
    border-radius: 6.4px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.25) 100%);
    backdrop-filter: blur(25px);
  }
  [data-popup-subscription-confirm-tip-model-wrapper] [data-avatar-wrapper]{
    display: flex;
    padding: 0px 8.941px 0px 8.142px;
  }
  [data-popup-subscription-confirm-tip-model-wrapper] [data-avatar-username]{
    color: var(--Base-White, #FFF);
    font-size: 9.6px;
    font-weight: 500;
    line-height: 14.4px; /* 150% */
  }
  [data-popup-confirm-tip-single-tip]{
    padding: 6.4px;
    width: 4.375rem;
  }
  [data-popup-confirm-tip-single-tip].active [data-tip-price]{
    color: var(--Brand-green, #07F468);
    font-size: 1rem;
  }
  [data-popup-confirm-tip-single-tip].active [data-tip-icon] img{
    width: 3rem;
    height: 3rem;
  }
  [data-popup-confirm-tip-single-tip].active{
    width: 4.375rem;
    position: relative;
    padding: 0;
    overflow: hidden;
  }
  [data-popup-confirm-tip-single-tip].active [data-custom-tip-input-number]{
    color: #fff !important;
  }
  [data-popup-confirm-tip-single-tip].active [data-popup-confirm-tip-single-tip-inner]{
    border-bottom: 1.6px solid var(--Brand-green, #07F468);
    box-shadow: 0px 2px 6px 0px #07F468;
    padding: 12.8px 6.4px;
    top: -12.8px;
    left: 0.5px;
    position: relative;
    width: 6rem;
  }
  [data-popup-custom-tip-mobile-scroll-area]{
        overflow-y: auto;
        overflow-x: hidden;
        padding-bottom: 325px;
      }

/* Checkout popup device height and scroll style */
[data-checkout-container-left],
[data-checkout-container-right]{
    height: calc(100vh - 6rem);
    overflow-y: auto;
}
[data-checkout-container-left]{
    overflow-y: auto;
}
/* [data-checkout-container-right] #payment{
    position: absolute;
    bottom: 1.5rem;
    z-index: 1;
} */
[data-checkout-container-right-scroll-area]{
    position: relative;
    z-index: 2;
    overflow-y: auto;
    /* height: 62vh; */
}
[data-checkout-type="switch-subscription"] [data-checkout-container-right-scroll-area],
[data-checkout-type="subscription"] [data-checkout-container-right-scroll-area]{
    height: 55vh;
}
/* [data-checkout-table-item-scroll]{
    overflow-y: auto;
    max-height: calc(100% - 15rem);
    height: 50vh;
} */

.woocommerce-billing-fields__field-wrapper .form-row label{
    text-transform: capitalize;
}
.woocommerce-input-wrapper input.input-text{
    padding: 0 !important;
}

.checkout-popup-wrapper{
    background: transparent !important;
    backdrop-filter: none !important;
}
.checkout-popup-wrapper:after{
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%) !important;
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;

}

[data-popup-type="checkout-payment-success-popup"] .elm_yNwqwJ{
    backdrop-filter: none !important;
    background: transparent !important;
}
[data-popup-type="checkout-payment-success-popup"] .elm_yNwqwJ:before{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
[data-popup-type="checkout-payment-success-popup"] .elm_yNwqwJ .elm_qJBugX{
    z-index: 2;
}

/* Small desktop height */
@media screen and (min-height: 900px){
    [data-popup-custom-tip-mobile-sticky-footer]{
        backdrop-filter: blur(0) !important;
        -webkit-backdrop-filter: blur(0px) !important;
        position: relative !important;
    }
    [data-popup-custom-tip-mobile-scroll-area]{
        overflow-y: visible !important;
        padding-bottom: 0;
        height: 100%;
    }
}

/* Responsive */
    @media screen and (min-width: 1010px) and (max-width: 1365px){
        .display--none--responsive-tablet-landscape {
            display: none !important;
        }
        .display-flex--responsive-tablet-landscape{
            display: flex !important;
        }
    }
    @media screen and (min-width: 768px) and (max-width: 1009px){
        [data-checkout-container] [data-checkout-column-right]{
            min-height: auto;
            height: auto;
            padding-bottom: 0 !important;
        }
        [data-checkout-type="switch-subscription"] [data-checkout-container-right-scroll-area], 
        [data-checkout-type="subscription"] [data-checkout-container-right-scroll-area]{
            height: auto;
            overflow-y: visible;
        }
        [data-checkout-container-left], [data-checkout-container-right]{
            height: auto;
            overflow-y: visible;
        }
        [data-checkout-container-inner-wrapper]{
          width: 100%;
          display: flex;
          flex-direction: column;
          overflow: auto;
          /* height: calc(100svh - 18rem); */
        }
        [data-checkout-container-right-scroll-area]{
            height: auto;
            overflow-y: visible;
        }
        [data-checkout-type="switch-subscription"] [data-checkout-container-inner-wrapper],
        [data-checkout-type="subscription"] [data-checkout-container-inner-wrapper]{
            /* height: calc(100svh - 24rem);  */
            height: auto;
            /* padding-bottom: 1.5rem !important; */
        }
        [data-checkout-container-left]{
            z-index: 2;
            overflow-y: visible;
            height: auto;
            padding-bottom: 0 !important;
        }
        [data-button-mobile-position="fixed"]{
            position: absolute;
            bottom: 1.25rem;
            z-index: 9;
            left: 0;
        }   
        [data-button-mobile-position="fixed"] .woocommerce-checkout-payment{
            width: 100%;
        }
        [data-checkout-toggle-wrapper] [data-mobile-popup-close] { 
            display: none;
        }
        [data-checkout-container],
        #checkout,
        #checkout .woocommerce-checkout,
        [id="checkout-popup"]>.elm_yNwqwJ>.elm_qJBugX,
        #checkout-popup {
            height: 100dvh !important;
            max-height: 100dvh !important;
            min-height: 100%;
        }

        [data-checkout-container-right-scroll-area]{
            overflow: visible;
        }
        [data-fan-cart-content-wrapper] .menu-id-inner.cart-dropdown-wrapper-inner{
            height: 100dvh !important;
            max-height: 100dvh !important;
        }
    }
  @media screen and (max-width: 767px) {

    [data-popup-type="checkout-payment-success-popup"] .elm_yNwqwJ{
        align-items: flex-end;
    }
    [data-popup-type="checkout-payment-success-popup"] [data-checkout-popup]{
        width: 100% !important;
    }

    [data-checkout-container-right-scroll-area]{
        overflow: visible;
    }
    [data-mobile-section]{
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
    }
    [data-mobile-popup-close]{
        width: 2.5rem;
        height: 2.5rem;
        margin: 0;
    }
    [data-checkout-container],
    #checkout,
    #checkout .woocommerce-checkout,
    [id="checkout-popup"]>.elm_yNwqwJ>.elm_qJBugX,
    #checkout-popup,
    #checkout-popup .checkout-popup-inner-wrapper {
        height: 100% !important;
        max-height: none !important;
    }
    [data-checkout-container-inner-wrapper]{
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-top: 0.25rem;
    }
      [data-subscription-content],
      [data-subscription-info-container],
      [data-subscription-icon-container-wrapper], 
      [data-subscription-icon-container], 
      [data-subscription-icon-container-wrap]{ min-height: 3.75rem; }
      [data-subscription-price-clippath] { min-height: 3.75rem; height: auto; }

      [data-popup-custom-tip-mobile-sticky-footer] {
/*        background: rgba(255, 255, 255, 0.10);*/
        box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
      }
      [data-popup-custom-tip-mobile-scroll-area]{
        padding-bottom: 40px;
        height: 100%;
        max-height: calc(100svh - 240px);
        overflow-y: auto !important;
        background: transparent !important;
      }
      [data-checkout-container-left]{
          z-index: 2;
          overflow-y: visible;
          height: auto;
      }
      .data-payment-method-edit-container-cls{
          padding: 1.25rem 1rem !important;
          margin-right: auto;
      }
      [data-checkout-container-left], [data-checkout-container-right]{
          height: auto;
          overflow: visible;
      }
      [data-checkout-container-inner-wrapper]{
        width: 100%;
        display: flex;
        flex-direction: column;
        overflow: auto;
        height: 100svh;
        padding-bottom: 12rem;
      }
      [data-checkout-type="switch-subscription"] [data-checkout-container-inner-wrapper],
      [data-checkout-type="subscription"] [data-checkout-container-inner-wrapper]{
        padding-bottom: 18rem; 
      }
      [data-checkout-container-left]{
          width: 100%;
      }
      [data-checkout-container-right]{
          width: 100%;
      }
      [data-checkout-type="switch-subscription"] [data-checkout-container-right-scroll-area], 
      [data-checkout-type="subscription"] [data-checkout-container-right-scroll-area]{
          height: auto;
          overflow-y: visible;
      }
      [data-checkout-container] [data-checkout-column-right]{
          min-height: auto;
          height: auto;
          padding-bottom: 0 !important;
      }
      [data-button-mobile-position="fixed"]{
            position: fixed;
            bottom: 1.25rem;
            z-index: 9;
            left: 0;
    }   
    [data-button-mobile-position="fixed"] .woocommerce-checkout-payment{
        width: 100%;
    }
    [data-checkout-container],
    .checkout-popup-wrapper{
        backdrop-filter: none !important;
        border-radius: 0 !important;
    }
    .checkout-popup-wrapper:after{
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.10);
        box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
        backdrop-filter: blur(50px);
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
    }
    [data-checkout-container-left]{
        position: relative;
        z-index: 99;
    }
    [data-change-address] [data-bs-dropdown]{
        z-index: 9;
        width: 96vw;
    }
    }

    @media screen and (max-width: 480px){
        .data-payment-method-edit-container-cls{
            width: 100% !important;
        } 
        .wpwl-has-error~.wpwl-hint{
            font-size: 0.75rem;
        }
        #checkout .nice-select.v1 .current [data-option-label]{
            max-width: 8rem;
        }
        [data-button-mobile-position="fixed"]{
            z-index: 999;
        }
        [data-payment-method-edit-container] [data-payment-last4]{
            font-size: 2rem;
        }
        [data-popup-type="checkout-proceed-payment-popup"],
        [data-popup-type="checkout-proceed-payment-popup"] .elm_yNwqwJ,
        [data-popup-type="checkout-proceed-payment-popup"] .elm_qJBugX
        {
            height: 100svh !important;
            max-height: 100svh !important;
        }
        [data-view-all-filters-popup],
        [data-view-all-filters-popup] .elm_yNwqwJ,
        [data-view-all-filters-popup] .elm_qJBugX,
        [data-view-all-filters-popup] .elm_qJBugX .h--screen{
            height: 100svh !important;
            max-height: 100svh !important;
            min-height: 100% !important;
        }
    }
    /* Small mobile height */
    @media screen and (max-height: 1180px){
        [data-button-mobile-position="fixed"]{
            /* box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
            background: rgba(255, 255, 255, 0.10);
            backdrop-filter: blur(35px); */
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%), rgba(0, 0, 0, 0.40);
            box-shadow: 0px 0px 8px 0px #000;
            backdrop-filter: blur(2.5px);
            padding: 0.5rem 0.5rem 1.5rem;
            bottom: 0;
        }
    }