  /* pill confirm button */
  .tt-pill-btn{
    font-family: inherit;        /* inherit font */
    font-size: 16px;             /* tweak if needed */
    font-weight: inherit;
    background: #ff0000;
    color: #fff;
    border: 0;
    border-radius: 9999px;       /* full pill */
    padding: 12px 22px;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    box-shadow: none;
    transition: background .2s, transform .05s, box-shadow .2s;
  }
  .tt-pill-btn:hover{ background:#e00000; }
  .tt-pill-btn:focus{ outline:0; box-shadow:0 0 0 3px rgba(255,0,0,.3); }
  .tt-pill-btn:active{ transform: translateY(1px); }

  /* make the whole popup inherit your site font */
  .tt-swal .swal2-title,
  .tt-swal .swal2-html-container,
  .tt-swal .swal2-actions { font-family: inherit; }
  .elementor.elementor-341.elementor-location-footer {
    display: none;
  }


  #choose-number p {
    margin-top: 0;
    margin-bottom: 0;
  }

  .group-desc ul li>p span {
    display: none;
  }

  .group-desc ul li>p strong {
    font-weight: 100;
    color: grey;
  }

  .group-desc ul li::before {
    display: none;
  }

  .group-desc ul li {
    display: flex;
    margin-bottom: 5px;
    font-size: 14px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .epik-data-sim .group-desc ul li>p span {
    display: block;
  }

  .epik-data-sim .group-desc {
    margin-bottom: 0px;
  }

  .summary-items .line.choose_number-summary,
  .summary-items .line.switch_number-summary {
    display: block;
    justify-content: space-between;
  }

  #tt_fpx_bank {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    padding: 0 0 0 30px;
  }

  #tt_fpx_bank::-ms-expand {
    display: none;
  }

  .prepaid_method_btm_fpx .half_width_field::before {

    top: 33px;

  }

  .summary-items.promocode button:hover {
    background-color: color(srgb 0.9565 0.9601 0.9985);
  }

  .summary-items.promocode button:visited {
    background-color: color(srgb 0.9565 0.9601 0.9985);
  }

  .summary-items.promocode button:focus {
    background-color: color(srgb 0.9565 0.9601 0.9985);
  }

  .summary-items.promocode.disabled {
    background-color: color(srgb 0.9565 0.9601 0.9985);

  }

  .formbold-main-wrapper {
    bottom: 70px;
    width: 0px;
    z-index: 1000;
    display: none;
  }

  .prepaid_field_column .prepaid_field_label:after,
  .prepaid_field_column .prepaid_field_select:after {
    content: "";
    position: absolute;
    transition: all .3s ease-in-out;
    width: calc(100% - 40px);
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0);
    z-index: -1;
    opacity: 0;
  }

  #choose-number .prepaid_field_column .prepaid_field_label,
  #choose-number .prepaid_field_column .prepaid_field_input:focus+.prepaid_field_label,
  #choose-number .prepaid_field_column .prepaid_field_input:not(:placeholder-shown)+.prepaid_field_label {
    left: 13px;
    width: 88%;
    overflow: hidden;
  }

  div[data-elementor-type="header"] {
    position: relative;
    display: none;
  }


  .order-summary {
    margin-top: 0px;
    background-color: white;
  }


body div .purple_red_buton:not(.menu-item):before, body .elementor-element.elementor_purple_red_buton .elementor-button:before, body div .purple_red_buton.menu-item:not(.current-menu-item) .menu-link:before {
  content: "";
  position: absolute;
  background-image: linear-gradient(110deg, #bb809e, #bb809e, #eb6751, #ee6e37, #f13a21, #f13a21, #ee6e37, #eb6751, #bb809e, #bb809e);
  width: 200%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .3s ease-in-out;
}

.note {
color: var(--Color-Text-Supportive, #5D5555);
font-feature-settings: 'liga' off, 'clig' off;
font-family: inherit !important;
font-size: 13px;
font-style: normal;
font-weight: 325;
line-height: normal;
display: none;
}

@media only screen and (max-width: 480px){
.summary_head_sst {
font-style: italic;
font-size: 12px;
color: #827777;
margin: 0;
}


#purchase-summary-mobile.mobile_purchase_summary.mps_active {
height: 50vh;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
}



#purchase-summary-mobile.mobile_purchase_summary .summary_dropdown:before {
background-image: url(../images/cross_btn.png);
background-repeat: no-repeat;
background-position: center;
background-size: 18px;
width: 38px;
height: 30px;
padding: 10px;
transition: all .3s ease-in-out;
transform: rotate(180deg);
}


.proceed-btn.side_proceed_button.ajax_submit_button.purple_red_buton.eSim_popup_function {
width: 50%;
float: left;
/* display: block; */
}

#purchase-summary-mobile.mobile_purchase_summary .mps_head .summary-cta {
display: flex;
align-items: center;
float: left;
}

#purchase-summary-mobile.mobile_purchase_summary .mps_head .summary-items.total {
padding-right: 10px;
width: 50%;
}

.summary-items.total-title .left {
font-size: 16px !important;
display: none;
}


#purchase-summary-mobile.mobile_purchase_summary {
height: 140px;
}

#purchase-steps .steps-wrap .active+.active::after {
position: absolute;
content: "";
/* width: 10px; */
height: 2px;
background: #a3cf00;
right: 110%;
top: 26px;
z-index: -1;
display: none;
}



#add_promo.summary_dropdown {
background-image: none !important;

width: auto !important;
height: auto !important;
padding: 0 !important;
transition: none !important;
transform: none !important;
cursor: pointer;
}

.wrap .proceed-btn.side_proceed_button.ajax_submit_button.purple_red_buton.eSim_popup_function {

float: none !important;
}



}


.tt-error.client{
display: inline-block;
padding: 6px 10px 6px 28px;
border-radius: 26px;
font-size: 14px;
font-weight: 500;
margin-top: 5px;
position: relative;
opacity: 1;
}
.tt-error.client {
background-color: #ffe6e6;
color: #cc0000;
}

div:where(.swal2-container).swal2-center>.swal2-popup {
grid-column: 2;
grid-row: 2;
place-self: center center;
border-radius: 30px;
}

#purchase-summary-mobile.mobile_purchase_summary .summary_dropdown.cross {
background-image: url("/wp-content/themes/astra-child/assets/images/cross_btn.png");
background-repeat: no-repeat;
background-position: center;
background-size: 18px;
width: 38px;
height: 30px;
padding: 18px 8px;
transition: all .3s ease-in-out;
border: thin solid rgba(128, 128, 128, 0.22);
border-radius: 100%;
transform: rotate(180deg);
}
   .summary-items.selected-number {

padding: 0;
}

#purchase-summary-mobile.mobile_purchase_summary .mps_foot_head {
margin-bottom: 15px;
display: flex;
align-items: center;
justify-content: space-between;
margin: 0;
}

.summary-items.subtotal, .summary-items.products:not(.border){
  border: none;
}

#purchase-summary-mobile.mobile_purchase_summary .mps_head .summary-items.total {
padding-right: 10px;
padding: 0px;
width: 50%;
}

#purchase-summary-mobile.mobile_purchase_summary.mps_active .mps_head.inside {
display: flex;
align-items: center;
justify-content: space-between;
height: 73px;
max-height: 73px;
position: relative;
transition: all .3s ease-in-out;
opacity: 1;
min-height: auto;
}

#order-items {
margin-bottom: 20px;
}

.mps_head.inside #purchase-summary-mobile .order-total {
margin-left: 0px;
float: left !important;
}

.mps_head.inside #purchase-summary-mobile.mobile_purchase_summary.mps_active .summary_dropdown {
transform: rotate(0deg);
float: left;
}

#purchase-summary-mobile.mobile_purchase_summary .mps_head.inside .summary-items.total {
padding-right: 10px;
padding: 0px;
width: 50%;
float: left !important;
display: block;
}

#purchase-summary-mobile.mobile_purchase_summary.mps_active .summary_dropdown {
transform: rotate(0deg);
margin-left: 120px;
}

#purchase-summary-mobile.mobile_purchase_summary.mps_active .inside #add_promo{
transform: rotate(0deg);
margin-left: 0px !important;
}

.summary-items.total .right {
                    margin-left: 0px;
                    float: left;
                }

.inside .summary-items.total .right {
                    margin-left: 0px;
                    float: left;
                }

  /* pill confirm button */
  .tt-pill-btn{
    font-family: inherit;        /* inherit font */
    font-size: 16px;             /* tweak if needed */
    font-weight: inherit;
    background: #ff0000;
    color: #fff;
    border: 0;
    border-radius: 9999px;       /* full pill */
    padding: 12px 22px;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    box-shadow: none;
    transition: background .2s, transform .05s, box-shadow .2s;
  }
  .tt-pill-btn:hover{ background:#e00000; }
  .tt-pill-btn:focus{ outline:0; box-shadow:0 0 0 3px rgba(255,0,0,.3); }
  .tt-pill-btn:active{ transform: translateY(1px); }

  /* make the whole popup inherit your site font */
  .tt-swal .swal2-title,
  .tt-swal .swal2-html-container,
  .tt-swal .swal2-actions { font-family: inherit; }
#purchase-summary-mobile.mobile_purchase_summary.tt-mps-v2 {
height: auto !important;
overflow: visible !important;
}

#purchase-summary-mobile.mobile_purchase_summary .mps_head.tt-mps-v2 {
max-height: none !important;
height: auto !important;
flex-wrap: nowrap;
}

#purchase-summary-mobile.mobile_purchase_summary.mps_active .mps_head.tt-mps-v2:not(.inside) {
max-height: 0 !important;
height: 0 !important;
opacity: 0 !important;
overflow: hidden !important;
padding: 0 !important;
}

.mps_head.tt-mps-v2 .mps_left_col {
display: flex;
flex-direction: column;
flex: 1 1 auto;
min-width: 0;
}

.mps_head.tt-mps-v2 .mps_left_col .summary-items.summary-cta.total {
width: 100% !important;
}

.mps_head.tt-mps-v2 .proceed-btn.side_proceed_button {
flex-shrink: 0;
margin-top: 0 !important;
margin-bottom: 0 !important;
}

.mps_head.tt-mps-v2 .tt-promo-faq-row {
display: flex;
flex-direction: row;
align-items: center;
flex-wrap: wrap;
gap: 8px;
margin-top: 4px;
}

.mps_head.tt-mps-v2 .tt-promo-faq-row #add_promo {
font-size: 12px;
white-space: nowrap;
}

.mps_head.tt-mps-v2 .tt-promo-faq-row .tt-faq-link-group {
display: flex;
align-items: center;
margin-left: 0;
white-space: nowrap;
flex-shrink: 0;
font-size: 12px;
}

.mps_head.tt-mps-v2 .tt-promo-faq-row .tt-faq-link-group svg {
width: 13px;
height: 13px;
margin-right: 4px;
}
