/**
Theme Name: NicheRocket
Author: Ink & Form
Author URI: https://ink-form.com
Description: NicheRocket is built to launch new MVO brands quickly and efficiently.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nicherocket
Template: astra
*/

:root {
  --container-default-padding-left: 20px;
  --container-default-padding-right: 20px;
}
/** BREAKS POSITION STICKY */
/* html, body {
  overflow-x: hidden;
} */
body {
  border-top: 5px solid #bb2918 !important;
  text-wrap: balance;
  line-height: 1.5;
}

button.loading {
  opacity: 0.6;
  cursor: not-allowed;
}

/** Ace Loading Button */
.btn-ace-loading.ace-loading {
  pointer-events: none;
  opacity: 0.6;
  position: relative;
}

.btn-ace-loading.ace-loading span {
  visibility: hidden;
  /* Hides the button text */
}

.btn-ace-loading.ace-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: ace-spin 0.7s linear infinite;
  z-index: 1;
}

@keyframes ace-spin {
  to {
      transform: rotate(360deg);
  }
}

/** hide the checkout loading overlay */
.blockUI.blockOverlay {
  display: none !important;
  opacity: 0 !important;
}

body.loading-cursor {
  cursor: progress !important;
}

/* Spacing */
.mt-1 {
  margin-top: 1rem !important;
}

/* Colors */
.txt-yellow{color:#f5ff1e;}

/* Style for Color Button */
.color-button {width:40px !important;height: 40px;margin: 5px;border: 2px solid transparent;cursor: pointer;transition: border-color 0.1s ease !important;padding:0;}

/* Highlight the Selected Color Button */
.color-button.selected {border-color: #f5ff1e;box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);}

/* Wrapper styling for each color button */
.color-button-wrapper {position: relative;display: inline-block;text-align: center;margin: 5px;}

/* Hidden label for color name */
.color-label {position: absolute;top: -20px;left: 50%;transform: translateX(-50%);background-color: rgba(0, 0, 0, 0.7);color: #fff;
    padding: 3px 6px;font-size: 12px;border-radius: 4px;opacity: 0;visibility: hidden;transition: opacity 0.3s ease;white-space: nowrap;}

/* Show color label on hover */
.color-button-wrapper:hover .color-label {
    opacity: 1;
    visibility: visible;
}

.selected-color-label{font-weight:bold;}
#selected-color-name{font-weight:normal;}
.variations th.label,.variations .reset_variations{display:none !important;}
table.variations{border:0 !important;}

.ast-stock-detail{display:none;}
p.none,span.none{margin:0;padding:0;}
.font-gelato,.font-gelato h3,.font-gelato h4,#zip_query_result h3,.ast-blog-single-element.ast-taxonomy-container,.byod-header h3{font-family: "gelato-luxe", sans-serif !important;
font-weight: 400;
font-style: normal;}
.font-gelato h3,.byod-header h3{font-size:2em;}
.font-gelato h4{font-size:1.5em;}
a.link-help{color:#6f7171;cursor:pointer;text-decoration:none !important;}

/* Buttons */
.btn a,button.btn,.plan-btn a,.woocommerce .woocommerce-button,form:not(#device_info_form) button,a.add_to_cart_button{border-radius:50em !important;transition:all 1s;width:100%;text-transform:uppercase;text-decoration:none !important;text-align:center;}
.btn.btn-primary span,button.btn-primary,.plan-btn a,.woocommerce .woocommerce-button,form button,a.add_to_cart_button,.btn.btn-secondary span{font-weight:bold !important}
.btn.btn-secondary{}
.btn.btn-inline a{width:auto !important;max-width:auto !important;}

/* Menu */
#menu-right{flex:0 0 100px;}

/* Mega Menu */
.mm-base{background-color:transparent;}
.mm-base > div{background-color:#fff;border-bottom-right-radius:10px;border-bottom-left-radius:10px;box-shadow:0 10px 5px rgba(0,0,0,.15);}
.mm-base li.product-category a{display:flex !important;flex-direction:column;justify-content:center;align-items:center;}
.mm-base li.product-category img,.mm-base li.product-category h2{position:relative !important;}
.mm-base li.product-category img{max-width:200px;}
.mm-base li.product-category h2{bottom:0 !important;left:auto !important;right:auto !important;}
.mm-base li.product-category mark{display:none !important;}
#start-here-container{flex:0 0 150px;}


/* Sub Section */
.sub-section{padding-top:75px;padding-bottom:75px;}
@media screen and (max-width:1024px){
	.sub-section{padding-top:50px;padding-bottom:50px;}
}

/* Product Category */

/* Status Bar */
#status-bar > div > div > div:nth-of-type(1){flex:0 0 75px;}
.statusbar{border-radius:50em;background-color:#d8dada;}
.statusbar.statusbar-active{background-color:#f50a23;color:#fff !important;}
.statusbar.statusbar-active span{color:#fff !important;}
.statusbar .sb-icon-full{display:none;}
.statusbar.statusbar-active .sb-icon-empty{display:none;}
.statusbar.statusbar-active .sb-icon-full{display:block;}
#status-order{color:#000;position:relative;}
#status-order:before{position:absolute;left:0;top:0;content:'';width:100%;height:100%;background-color:rgba(255,255,255,.5);z-index:1;}
@keyframes background-fade {
    0% {
        background-color: #f5ff1e;
    }
    50% {
        background-color: #f6ece4;
    }
    100% {
        background-color: #f5ff1e;
    }
}

.status-blink > div {animation: background-fade 3s infinite;}

@media screen and (max-width:767px){
	#status-bar .e-con-inner{display:flex;flex-direction:row;gap:5px;justify-content:space-between;}
	#status-bar .e-con-inner > div,#status-bar .e-con-inner > a{flex:0 0 25%;flex-direction:row;}
	#status-bar .e-con-inner > a > div > div{flex:0 0 50%;}
}

/* BYOD & Coverage */
#device_id,#zip_code_input{border:2px solid #6f7171;border-radius:50em;padding:25px;font-size:1.5em;}
#device_info_form,#coverage_check_form{position:relative;}
#device_info_form > button,#coverage_check_form button{position:absolute;height:100%;border:2px solid #6f7171;right:0;top:0;border-radius:50em; width: fit-content !important}
#submit_device_info,#zip_query_button{display: flex;justify-content: center;flex-direction: column;}
#progress-container,#loading_bar_container{position:absolute;left:0;top:0;width:100%;height:100%;border-radius:50em;pointer-events:none;overflow:hidden;}
#map-container{text-align:center;}
#zip_query_result{padding:25px 0 0 0;text-align:center;}
#loading_bar_container{border:2px solid #6f7171;}
/* .byod-shortcode .astra-shop-summary-wrap, */
.byod-shortcode .astra-shop-summary-wrap .ast-woo-product-category,
.byod-shortcode .astra-shop-summary-wrap .price,
.byod-shortcode a.product-details-link,
.byod-shortcode .astra-shop-summary-wrap {display:none !important;}
.byod-shortcode .astra-shop-summary-wrap a {
  text-align:center;
}
input.byod-input{border:0;background-color:#d8dada !important;}
.byod-shortcode .ast-on-card-button{display:none;}
.byod-shortcode .astra-shop-thumbnail-wrap{max-width:150px;align-self:center;}

#byod_response { text-align:center; }

/** MOBILE BYOD PRODUCTS RESULTS */
@media screen and (max-width:480px) {
  .byod-shortcode .woocommerce ul.products:not(.elementor-grid) {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr)) !important;
  }
}

/* Extra */
/* .sub-shadow{position:relative;z-index:10;background-color:#fff;box-shadow:0 5px 10px rgba(0,0,0,.15);} */

/* Phones */
#loading-phones {
    position: relative;
    width: 100%; /* Adjust based on the container size */
    height: 5px; /* Height of the loading bar */
    background-color: #f3f3f3; /* Background color (inactive state) */
    overflow: hidden;
    display: none; /* Hidden by default, shown when loading */
}
#products-container{display:flex;flex-wrap:wrap;}
#products-container > li,#products-container > div{list-style-type:none;flex:1 1 25%;display:flex;flex-direction:column;justify-content:center;padding:25px;}
#products-container > li h2{text-align:center;font-size:1.5em;}
#products-container > li a{text-decoration:none !important;}
#products-container > li a.button{text-align:center;font-weight:900;text-transform:uppercase;border-radius:50em;}
#products-container > li a.product-details-link{text-align:center;display:block;}
#products-container > li span.price{text-align:center;display:block;color:#000;font-weight:bold;font-size:1.25em;margin-bottom:10px;}

@media screen and (max-width:1024px){
  #products-container > li{list-style-type:none;flex:0 0 33%;display:flex;flex-direction:column;justify-content:center;padding:15px;}
}

@media screen and (max-width:767px){
  #products-container > li{list-style-type:none;flex:0 0 50%;display:flex;flex-direction:column;justify-content:center;padding:15px;}
}

/**
hide the red asterisk for variations if only a single option exists
note: this doesn't cover all cases. JS is used to cover the rest (hidden disabled inputs)
 */
.wpo-field:has(.wpo-radios > *:nth-child(1):last-child) .wpo-field-required-symbol,
.wpo-field:has(.wpo-color-checkboxes > *:nth-child(1):last-child) .wpo-field-required-symbol {
  display: none !important;
}

/** Update Product Group Options Radio Checked state */
.wpo-field label.wpo-radio input:checked+span.wpo-radio-inner {
  background-color: rgb(245, 10, 35) !important;
}


/* The moving "active" bar - REMOVE */
#loading-phones-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%; /* Start at 0% */
    height: 100%;
    background-color: #f5ff1e;
    animation: loadingPhonesAnimation 2s infinite; /* Animates when active */
}

/* Keyframes for the loading animation */
@keyframes loadingPhonesAnimation {
    0% {
        width: 0%;
    }
    50% {
        width: 70%;
    }
    100% {
        width: 100%;
    }
}

/* Single Product */
body.single #primary #main{display:flex;justify-content:center;}
body.single #primary #main .ast-woocommerce-container{
  max-width:1200px;
  width: 100%; /* fix for iOS width overflow viewport issue on product page */
}
.single_add_to_cart_button.loading-progress,.single_add_to_cart_button {
    position: relative;
    overflow: hidden;
}
ul.technical-specs{list-style-type:none;font-size:.85em;margin:0;padding:0;}
ul.technical-specs > li{padding:0 0 4px 0;margin:0;}
ul.technical-specs:before{
    content:attr(aria-label);
    font-size:100%;
    font-weight:bold;
    background-color:#e5e5e5;
    display:block;
    padding:5px;
    margin-bottom:4px;
}

.single_add_to_cart_button.loading-progress::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: var(--progress, 0%);
    height: 100%;
    background-color: #f5ff1e; /* Adjust color for visibility */
    transition: width 0.1s ease;
    z-index: 1;
    pointer-events: none;
    border-radius:50em;
}

/** Product Details */
@media (max-width: 780px) {
  .woocommerce-product-gallery {
    margin-bottom: 70px !important;
  }
  .woocommerce-product-gallery + .entry-summary {
    width: 92% !important;
    margin: 0 auto;
  }
}

.woocommerce-product-gallery + .entry-summary button[type="submit"] {
  margin-left: 0 !important;
}

/* Footer */
#footer-nav li.menu-item{display:flex;justify-content:center;}
#footer-nav li.menu-item > a{position:relative;}
#footer-nav li.menu-item > a:after{position:absolute;left:0;bottom:0;height:2px;width:0;content:'';background-color:#f50a23;transition:all 1s;}
#footer-nav li.menu-item > a:hover:after{width:100%;}

/* FAQ */
#faq-categories ul,#faq-loop ul{list-style-type:none;margin:0;padding;}
#faq-categories ul li,#faq-loop ul li{margin-bottom:7px;}
a.faq-category-link{font-size:1.25em;transition:all 1s;}
a.faq-category-link:hover{color:#d8dada;}
a.faq-category-link,a.faq-question{color:#000;text-decoration:none !important;}
span.faq-toggle-symbol{font-weight:bold;color:#f50a23;}
.faq-category-link.active{font-weight:bold;}
.faq-answer ul {
  list-style-type: initial !important;
  padding-left: 1rem !important;
  margin-bottom: 1rem !important;
}

/* Single Blog */
/*body.single.single-post .post-thumb{flex:0 0 100%;}*/
body.single.single-post #primary #main{display:block;}

/* Plan */
.plan-title h3 > a{text-decoration:none !important;font-weight:800;}
.plan-gb{display:flex;justify-content:center;}
.plan-gb .elementor-widget-container{font-family: "gelato-luxe", sans-serif !important;font-weight: 400;font-style: normal;font-size:5em;line-height:1;position:relative;z-index:10;color:#fff;}
.plan-price .price{color:#6f7171 !important;}
.plan-price .price span.amount:after{content:'/mo.';font-weight:400;}
.plan-gb{position:relative;}
.bb-highlight{border:2px solid #f5ff1e;box-sizing: border-box;}

/* Cart */
.page-id-12 #primary > #main{display:flex;justify-content:center;}
.page-id-12 #primary > #main > article{display:flex;flex-wrap:wrap; justify-content: center;}
.page-id-12 #primary > #main > article > header{flex:0 0 100%;}
.is-medium.wc-block-components-sidebar-layout, .is-mobile.wc-block-components-sidebar-layout, .is-small.wc-block-components-sidebar-layout{flex-direction:row !important;}

/* WooCommerce Login & Register & Forgot Password */
.woocommerce-account .entry-content .woocommerce{border:0;border-radius:10px;box-shadow:0 5px 10px rgba(0,0,0,.15);}
.lost_password {
  text-align: center !important;
  margin-top: 1rem !important;
}
.woocommerce:has(.account-access-container) {
  max-width: 500px;
  margin: 25px auto 0;
  flex-direction: column;
}
.account-access-container {
  padding: 25px;
  width: 100%;
  text-align: center;
}
.account-access-container h2 {
  margin-bottom: 0 !important;
}
 .woocommerce-account:has(.account-access-container) .my-account-mobile-toggle {
  display: none !important;
 }
 .woocommerce-account:has(.account-access-container) .mobile-site-header > div {
  justify-content: center !important;
 }
 .lost_reset_password {
  width: 100% !important;
  text-align: left !important;
 }
 .woocommerce-Input {
  border: 1px solid #ccc !important;
 }
/* Checkout */
article.ast-two-column-checkout{display:flex;}
div.wp-block-woocommerce-checkout{margin:auto !important;}
body.woocommerce-checkout #primary{margin-top:0;}
.ast-modern-checkout .ast-two-column-checkout .woocommerce-checkout {
  flex-direction: col;
}
.checkout-container {
  display: flex;
}
.ast-order-review-toggle-button-wrap::after {
  content: 'Order Summary & Shipping';
  color: black;
  margin-left: 10px;
}
#ast-order-review-toggle.active .ast-order-review-toggle-button-wrap::after {
  content: 'Hide Order Summary & Shipping';
}
.ast-order-review-total {
  color: black;
}
.ast-order-review-toggle-text {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

/* Mobile Review Order Table */
.woocommerce-shipping-totals > *{
  text-align: left !important;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-methods {
  text-align: left !important;
}
tr.woocommerce-shipping-totals.shipping,
tr.woocommerce-shipping-totals.shipping > * {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
@media (max-width: 920px) {
  .woocommerce-checkout-review-order-table tr,
  .grouped-cart-table tr,
  .shop_table tr {
    display: table-row !important;
  }
  .woocommerce-checkout-review-order-table td,
  .grouped-cart-table td:not(.actions),
  .shop_table td {
    display: table-cell !important;
  }
  .shop_table tr.order-total td,
  .shop_table tr.order-total th {
    border: none !important;
  }
  .woocommerce-checkout-review-order-table td.product-name,
  .woocommerce-checkout-review-order-table th,
  .grouped-cart-table td,
  .shop_table td {
    text-align: left !important;
  }
  .woocommerce-checkout-review-order-table td.product-total,
  .grouped-cart-table td:last-child,
  .shop_table td:last-child {
    text-align: right !important;
    font-size:1.25em !important;
  }
  .grouped-cart-table td.actions {display:none !important;}
}


/* Single Product */
.acf-product-features{display:flex;justify-content:space-between;gap:10px;align-items:stretch;}
/* .acf-product-features > div{flex:0 0 25%;box-sizing:border-box;border-radius:10px;border:1px dashed #d8dada;padding:10px;font-size:.9em;text-align:center;background-color:white;box-shadow:0 2px 5px rgba(0,0,0,.15);} */
.acf-product-features > div{font-size:.9em;}




/** PULLED FROM CUSTOM CSS IN WP ADMIN -> THEME OPTIONS -> CUSTOM CSS */
/** NOTE: Looks like lots of duplicate code here. */

/* NEW */

/* #header-2 > div > div.e-con-inner > div:nth-of-type(1){flex:0 0 25%;}
#header-2 > div > div.e-con-inner > div:nth-of-type(2){flex:0 0 75%;}
#header-2-menu > div:nth-of-type(1){flex:0 0 calc(100% - 100px);}
 */
#ss-status-bar{background-color:#fff;box-shadow:0 5px 10px rgba(0,0,0,.15);border-bottom:1px solid #7A7A7A;position:relative;z-index:1;padding:5px;display:flex;justify-content:center;}
#ss-status-bar-flex{width:100%;max-width:1200px;display:flex;}
.sb-icon{flex:0 0 10%;}
.sb-icon-inner{padding:5px;}
.sb-icon-inner img{max-height:50px;}
.sb-status-container{flex:0 0 30%;}
.sb-pill-container{padding:7px;}
.sb-pill{position:relative;background-color:rgba(0,0,0,.1);border-radius:50em;padding:7px 25px;display:flex;align-items:center;}
.sb-check,.sb-uncheck{margin-top:5px;margin-left:auto;}
span.sb-no{font-weight:bold;margin-right:5px;}
.sb-show{display:block;}
.sb-hide{display:none;}
.sb-active{background-color:#f50a23;}
.sb-active > span{color:#fff;}
.sb-active > span.sb-hide{display:block;}
.sb-active > span.sb-show{display:none;}
.sb-link{position:absolute;display:block;width:100%;height:100%;left:0;top:0;content:'';}
@keyframes background-blink {
    0% {
        background-color: #f5ff1e;
    }
    50% {
        background-color: #f6ece4;
    }
    100% {
        background-color: #f5ff1e;
    }
}

.sb-blink {animation: background-blink 3s infinite;}

@media screen and (max-width:767px){
	.sb-icon{display:none;}
	.sb-status-container{flex:0 0 33%;}
	span.pre-title{display:none;}
	#ss-status-bar{font-size:.85em;}
	#ss-status-bar .material-symbols-outlined{font-size:18px;}
	#ss-status-bar{overflow-y: scroll;
    -webkit-overflow-scrolling: touch;}
	a.header-my-account{color:#000;}
}

#mobile-menu-left{width:25%;}
#mobile-menu-right{width:75%;justify-content:flex-end;display:flex;}
#mobile-menu-left > div,#mobile-menu-right > div{margin:0 !important;}
#mobile-menu-right > div > div{width:auto !important;max-width:auto !important;padding:0;}
#mobile-menu-right > div{align-self:flex-end;}

@media screen and (max-width:767px){
	#hero-title h1{font-size:3em !important;}
}

/* #header-2 li.menu-item{position:relative;}
#header-2 li.menu-item:before{position:absolute;left:50%;top:-1px;width:0;content:'';height:1px;background-color:#f50a23;transition:all 1s;}
#header-2 li.menu-item:hover:before{width:100%;left:0;}
 */
#why-icons > div{gap:0;}
#why-icons > div > div{flex:0 0 33%;box-sizing:border-box;padding:0;}
#why-icons > div > div > div{padding:25px;}
.why-cta-img{flex:0 0 30%;width:30%;}

/* END NEW */

.ast-stock-detail{display:none;}
p.none,span.none{margin:0;padding:0;}
.font-gelato,.font-gelato h3,.font-gelato h4,#zip_query_result h3,.ast-blog-single-element.ast-taxonomy-container,.byod-header h3{font-family: "gelato-luxe", sans-serif !important;
font-weight: 400;
font-style: normal;}
.font-gelato h3,.byod-header h3{font-size:2em;}
.font-gelato h4{font-size:1.5em;}
a.link-help{color:#6f7171;cursor:pointer;text-decoration:none !important;}

/* Buttons
.btn a,button.btn,.plan-btn a,.single_add_to_cart_button{border-radius:50em;transition:all 1s;width:100%;text-transform:uppercase;text-decoration:none !important;}
.btn.btn-primary span,button.btn-primary,.plan-btn a,.single_add_to_cart_button{font-weight:bold !important}
.btn.btn-secondary{}
.btn.btn-inline a{width:auto !important;max-width:auto !important;} */
.password-input button { width:fit-content !important; padding: 0 7px !important;}
.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after{margin-left: 0 !important;}

/* Menu */
#menu-right{flex:0 0 100px;}

/* Mega Menu */
.mm-base{background-color:transparent;}
.mm-base > div{background-color:#fff;border-bottom-right-radius:10px;border-bottom-left-radius:10px;box-shadow:0 10px 5px rgba(0,0,0,.15);}
.mm-base li.product-category a{display:flex !important;flex-direction:column;justify-content:center;align-items:center;}
.mm-base li.product-category img,.mm-base li.product-category h2{position:relative !important;}
.mm-base li.product-category img{max-width:200px;}
.mm-base li.product-category h2{bottom:0 !important;left:auto !important;right:auto !important;}
.mm-base li.product-category mark{display:none !important;}
#start-here-container{flex:0 0 150px;}

/* Hero */
#hero-title h1{font-size:5em;line-height:1em;}
#hero-icon-list{position:relative;}
#hero-icon-list:after{position:absolute;width:110%;height:120%;top:-20px;right:-103%;content:'';background:url('/wp-content/uploads/2025/05/circle-frame-Affordable-Exceptional-Reliable_web.png') center center no-repeat;background-size:contain;}


/* Sub Section */
.sub-section{padding-top:75px;padding-bottom:75px;}
@media screen and (max-width:1024px){
	.sub-section{padding-top:50px;padding-bottom:50px;}
}

/* Product Category */

/* Status Bar */
#status-bar > div > div > div:nth-of-type(1){flex:0 0 75px;}
.statusbar{border-radius:50em;background-color:#d8dada;}
.statusbar.statusbar-active{background-color:#f50a23;color:#fff !important;}
.statusbar.statusbar-active span{color:#fff !important;}
.statusbar .sb-icon-full{display:none;}
.statusbar.statusbar-active .sb-icon-empty{display:none;}
.statusbar.statusbar-active .sb-icon-full{display:block;}
#status-order{color:#000;position:relative;}
#status-order:before{position:absolute;left:0;top:0;content:'';width:100%;height:100%;background-color:rgba(255,255,255,.5);z-index:1;}
@keyframes background-fade {
    0% {
        background-color: #f5ff1e;
    }
    50% {
        background-color: #f6ece4;
    }
    100% {
        background-color: #f5ff1e;
    }
}

.status-blink > div {
    animation: background-fade 3s infinite;
}




/* BYOD & Coverage
#device_id,#zip_code_input{border:2px solid #6f7171;border-radius:50em;padding:25px;font-size:1.5em;}
#device_info_form,#coverage_check_form{position:relative;}
#device_info_form > button,#coverage_check_form button{position:absolute;height:100%;border:2px solid #6f7171;right:0;top:0;border-radius:50em;}
#submit_device_info,#zip_query_button{display: flex;justify-content: center;flex-direction: column;}
#progress-container,#loading_bar_container{position:absolute;left:0;top:0;width:100%;height:100%;border-radius:50em;pointer-events:none;overflow:hidden;}
#map-container{text-align:center;}
#zip_query_result{padding:25px 0 0 0;text-align:center;}
#loading_bar_container{border:2px solid #6f7171;}
.byod-shortcode .astra-shop-summary-wrap,.byod-shortcode a.product-details-link{display:none !important;}
input.byod-input{border:0;background-color:#d8dada !important;}
.byod-shortcode .ast-on-card-button{display:none;}
.byod-shortcode .astra-shop-thumbnail-wrap{max-width:150px;align-self:center;}*/


/* Phones */
#loading-phones {
    position: relative;
    width: 100%; /* Adjust based on the container size */
    height: 5px; /* Height of the loading bar */
    background-color: #f3f3f3; /* Background color (inactive state) */
    overflow: hidden;
    display: none; /* Hidden by default, shown when loading */
}
#products-container{display:flex;flex-wrap:wrap;}
#products-container > li{list-style-type:none;flex:0 0 25%;display:flex;flex-direction:column;justify-content:center;}
#products-container > li h2{text-align:center;font-size:1.5em;}
#products-container > li a{text-decoration:none !important;}
#products-container > li a.button{text-align:center;font-weight:900;text-transform:uppercase;border-radius:50em;}
#products-container > li a.product-details-link{text-align:center;display:block;}
#products-container > li span.price{text-align:center;display:block;color:#000;font-weight:bold;font-size:1.25em;margin-bottom:10px;}

/* The moving "active" bar */
#loading-phones-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%; /* Start at 0% */
    height: 100%;
    background-color: #f5ff1e;
    animation: loadingPhonesAnimation 2s infinite; /* Animates when active */
}

/* Keyframes for the loading animation */
@keyframes loadingPhonesAnimation {
    0% {
        width: 0%;
    }
    50% {
        width: 70%;
    }
    100% {
        width: 100%;
    }
}

/* Single Product */
body.single #primary #main, .site-main {display:flex;justify-content:center;}
body.single #primary #main .ast-woocommerce-container{max-width:1200px;}
.single-product form.cart{display:flex;align-items:stretch; flex-direction: column;}

/* Footer */
#footer-nav li.menu-item{display:flex;justify-content:center;}
#footer-nav li.menu-item > a{position:relative;}
#footer-nav li.menu-item > a:after{position:absolute;left:0;bottom:0;height:2px;width:0;content:'';background-color:#f50a23;transition:all 1s;}
#footer-nav li.menu-item > a:hover:after{width:100%;}

/* FAQ */
#faq-categories ul,#faq-loop ul{list-style-type:none;margin:0;padding:0;}
#faq-categories ul li,#faq-loop ul li{margin-bottom:7px;}
a.faq-category-link{font-size:1.25em;transition:all 1s;}
a.faq-category-link:hover{color:#d8dada;}
a.faq-category-link,a.faq-question{color:#000;text-decoration:none !important;}
span.faq-toggle-symbol{font-weight:bold;color:#f50a23;}

/* Single Blog */
/*body.single.single-post .post-thumb{flex:0 0 100%;}*/
body.single.single-post #primary #main{display:block;}

/* Plan */
.plan-title h3 > a{text-decoration:none !important;font-weight:800;}
.plan-gb{display:flex;justify-content:center;}
.plan-gb .elementor-widget-container{font-family: "gelato-luxe", sans-serif !important;font-weight: 400;font-style: normal;font-size:5em;line-height:1;position:relative;z-index:10;color:#fff;}
.plan-price .price{color:#6f7171 !important;}
.plan-price .price span.amount:after{content:'/mo.';font-weight:400;}
.plan-gb{position:relative;}
.bb-highlight{background-color: #f5ff1e;}

/* Cart */
.page-id-12 #primary > #main{display:flex;justify-content:center;}
.page-id-12 #primary > #main > article{display:flex;flex-wrap:wrap;}
.page-id-12 #primary > #main > article > header{flex:0 0 100%;}

/* Cart Totals */
.cart_totals th {
  width: 70% !important;
}
.cart_totals td {
  width: 30% !important;
}
@media (min-width: 922px) and (max-width: 1090px) {
  .cart_totals th,
  .cart_totals td {
    display: block;
    width: 100% !important;
  }
  .cart_totals th {
    padding-bottom: 0 !important;
  }
  .cart_totals td {
    border-top: none !important;
    padding-top: 0 !important;
  }
}
/* Global */
main, .site-main {display:flex;justify-content:center;}

/* Single Product - Attribute Buttons */
.attribute-buttons {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    width: 100%;
}

/* .attribute-button-wrapper {
    flex: 0 0 calc(33.33% - 10px);
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px dashed #d8dada;
    padding: 10px;
    font-size: .9em;
    text-align: center;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0,0,0,.15);
} */

.attribute-button-wrapper .attribute-button {
    width: 100%;
    height: 100%;
    border-radius: 5px !important;
    background-color: transparent;
    border: 1px solid #d8dada;
    padding: 6px 10px;
    color: #000;
    transition: all .1s ease !important;
}

.attribute-button:hover {
    background-color: #f5ff1e;
}

.attribute-button.selected {
    background-color: black;
    color: #fff;
}
.attribute-button.disabled {
    background-color: #d8dada;
    color: #6f7171;
    cursor: not-allowed;
}

.attribute-button.disabled:hover {
    background-color: #d8dada;
    color: #6f7171;
    cursor: not-allowed;
}

/* .variations select {
    display: none !important;
} */
/** only hide custom selects for color and memory */
.variations select[name="attribute_pa_color"],
.variations select[name="attribute_pa_memory"] {
  display: none !important;
}

.single_add_to_cart_button {
  width: fit-content !important;
}
article.page {
  width: 100%;
}
/** Custom Header
.entry-header {
  background-color: rgba(0, 0, 0, 0.03);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  margin-left: -100%;
  margin-right: -100%;
  text-align: center;
  margin-top: 0;
  display: flex;
  justify-content: center;
  height: 200px;
  align-items: center;
  margin-top: -60px;
}*/

/** temp hide select phone container */
#select-phone-container {
  display: none;
}

/** Products List */
/* .product > a.add_to_cart_button.ajax_add_to_cart {
  display: none !important;
} */

/** Nav */
.primary-nav,
.elementor-nav-menu {
  z-index: 1;
}

/** Mobile Nav */
.elementor-nav-menu--dropdown {
  font-size: 1.65rem;
  padding: 20px 0;
  border-bottom: solid 1px #ccc;
  box-shadow: 0px 12px 11px 0px rgba(0, 0, 0, 0.10);
}
.elementor-nav-menu--dropdown .menu-item {
  text-transform: uppercase;
}
.elementor-nav-menu--dropdown .menu-item a {
  font-weight: 700 !important;
}
.elementor-nav-menu--dropdown .menu-item .elementor-item-active {
  background-color: #fff;
  color: #f50a23;
}
.elementor-nav-menu--dropdown .menu-item + .menu-item {
  margin-top: 20px;
}


/** Forms */
.field-group,
.form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.field-group label,
.form-group label {
  font-weight: 600;
}

/** Activation - Order Search */
.order-search-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.order-details-container {
  margin: 40px 0;
  border: solid 1px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 5px 10px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}
.order-details-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-top: solid 1px rgba(0, 0, 0, 0.11);
  border-bottom: solid 1px rgba(0, 0, 0, 0.11);
  padding: 20px 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .order-details-info {
    flex-direction: row;
    justify-content: space-between;
  }
}
.order-details-info-list dd {
  margin: 0;
}
.order-details-actions {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
}
.order-details-actions > form {
  width: 100%;
}

.wc-block-cart {
  display: none !important;
}

/** Add Product/Plan Notice */
.blastoff-notice {
  position: sticky;
  z-index: 1;
  top: 0;
}
.product-notice {
  background-color: #000000;
  padding: 10px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}

/** Buttons */
.button {
  font-weight: 600 !important;
}
.button-primary {
  background-color: #f50a23 !important;
  color: #ffffff !important;
  font-weight: 600 !important;
}
.button-cancel {
  background-color: #d8dada !important;
  color: #6f7171 !important;
  font-weight: 600 !important;
}
.button-cancel:hover {
  background-color: #6f7171 !important;
  color: #ffffff !important;
}
.button-link {
  color: #f50a23 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  background-color: transparent !important;
}
.button-link:hover {
  text-decoration: underline !important;
}

/** Cart */
.cart-line-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-line-header a {
  font-weight: 400;
}
.form-action-buttons {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
}
.cart_totals {
  border: none !important;
  padding: 0 !important;
}
.cart_totals > h2 {
  font-size: 16px;
  margin-bottom: 10px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}


/** Related Products */
.related.products {
  display: none !important;
}

.btn-small {
  width: fit-content !important;
  padding: 10px 20px !important;
}


/** Checkout */
.ast-two-column-checkout {
  width: 100% !important;
  min-width: 800px !important;
}

@media screen and (min-width: 960px) {
  .ast-two-column-checkout {
    width: fit-content !important;
    min-width: 800px !important;
  }
}

/** Checkout - Billing */

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
  container-type: inline-size;
  container-name: checkout-address-container;
}

@container checkout-address-container (width < 540px) {
  #billing_address_1_field,
  #billing_address_2_field,
  #shipping_address_1_field,
  #shipping_address_2_field {
    width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .woocommerce-billing-fields__field-wrapper,
  .woocommerce-shipping-fields__field-wrapper {
    flex-direction: column;
  }
  .woocommerce-billing-fields__field-wrapper > *,
  .woocommerce-shipping-fields__field-wrapper > * {
    width: 100% !important;
  }
}

#wc-braintree-credit-card-credit-card-form {
  padding: 12px !important;
}

.ast-modern-checkout .woocommerce #payment ul.payment_methods .wc_payment_method label {
  color: #000 !important;
}

@media screen and (max-width: 385px) {
  .wc-braintree-hosted-field-parent {
    width: 100% !important;
  }
}

/** Page Watermark */
@media screen and (min-width: 960px) {
  /* #page {
    background: transparent url(./images/page_watermark.png) 100% 350px no-repeat;
    background-size: contain;
  } */
  .home #page {
    background-image: none;
  }
}

/** My Account */
:root {
  --links-normal-color: #f50a23;
  --links-hover-color: #89010f;
  --e-global-color-primary: #f50a23;
}
.mobile-site-header > div {
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
}
.my-account-section,
.my-account-container {
  padding: 0 !important;
}
.woocommerce-MyAccount-navigation {
  position: fixed;
  transform: translateX(-100vw);
  transition: all 0.1s ease-in-out;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999;
  top: 150px;
  left: 0;
}
.woocommerce-MyAccount-navigation.active {
  transform: translateX(0);
}
.my-account-mobile-toggle .e-eicon-close {
  display: none;
}
.my-account-mobile-toggle.active .e-eicon-close {
  display: block;
}
.my-account-mobile-toggle.active .e-eicon-menu-bar {
  display: none;
}
.my-account-mobile-toggle .elementor-menu-toggle .e-font-icon-svg {
  height: 1em;
  width: 1em;
}
.my-account-mobile-toggle .elementor-menu-toggle span {
  font-size: 1.1rem;
  text-transform: uppercase;
}
.woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.woocommerce-MyAccount-navigation ul li {
  padding-left: 10px;
}
@media (min-width: 960px) {
  .woocommerce-MyAccount-navigation {
    position: relative;
    transform: translateX(0);
    top: 0;
  }
  .woocommerce-MyAccount-navigation ul {
    border-bottom: 1px solid #d8dada;
    border-top: 1px solid #d8dada;
    padding-left: 0;
    display: grid;
    gap: inherit;
  }
  .woocommerce-MyAccount-navigation ul li {
    padding-left: 0;
  }
  .woocommerce-MyAccount-navigation ul li:last-child {
    margin-left: auto !important;
  }
  .woocommerce-MyAccount-navigation ul li a {
    position: relative;
    bottom: -1px;
  }
}

/** Product Details - Line Steps */
.hide {
  display: none !important;
}
.steps-breadcrumbs-container {
  position: relative;
}
.steps-progress-bar {
  max-width: 80%;
  margin: 0 auto;
}
.steps-progress-bar::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ececec;
}
.steps-breadcrumbs {
  position: relative;
  z-index: 2;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
/* .steps-breadcrumbs li {
  width: 100%;
} */
.steps-breadcrumbs a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  justify-content: center;
  color: #000;
}
.steps-breadcrumbs a.step-active .step-num {
  background-color: #000;
  color: #ffffff;
}
.steps-breadcrumbs .step-num {
  background-color: #ececec;
  padding: 10px;
  border-radius: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  font-weight: 700;
  justify-content: center;
}
.step-label {
  display: none;
}

.steps-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ececec;
  padding: 10px;
  border-radius: 24px;
  margin-bottom: 50px;
}
.steps-nav button {
  width: fit-content !important;
}
.steps-next-btn {
  margin-left: auto;
}
/* Hide all steps by default except the first one */
.plans-step,
.service-address-step,
.number-option-step {
  display: none;
}

/** Home Carousel */
.e-n-carousel {
  overflow: hidden !important;
}
.swiper-wrapper {
  overflow: visible !important;
}

/** Benefits Callout */
.benefits-list .e-con-inner {
  gap: 0 !important;
}
@media screen and (min-width: 960px) {
  .benefits-list .e-con-inner {
    gap: 50px !important;
  }
}
.benefits-text {
  font-size: 1.2rem;
}
/** Callout Cards */
.callout-card > .btn {
  margin-top: auto;
}
/** Silvercell Difference Callout */
.difference-copy {
  max-width: 90% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.difference-copy p {
  text-align: center !important;
}
.difference-copy .btn {
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (min-width: 960px) {
  .difference-copy {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* .difference-copy p {
    text-align: left !important;
  }
  .difference-copy .btn {
    margin-left: 0 !important;
    margin-right: 0 !important;
  } */
}

/** Footer */
/* .footer-container > div {
  flex-basis: 45% !important;
} */
 .site-footer .e-con-inner {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
 }
.footer-container h4 {
  text-align: left !important;
}
.footer-container .footer-menu {
  gap: 0 !important;
}
.footer-container > div {
  padding-bottom: 0 !important;
}
@media screen and (min-width: 960px) {
  .footer-container > div {
    flex-basis: auto !important;
  }
  .site-footer .e-con-inner {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .footer-container .footer-menu {
    gap: 10px !important;
  }
}

/** Page Header */
.page-header {
  background-size: contain;
  background-position: 0 100vw;
}
.page-header-title * {
  /* font-size: 18px; */
  font-size: clamp(18px, 4vw, 36px) !important;
}
@media (min-width: 480px) {
  .page-header {
    background-position: center right !important;
  }
}
/* @media (max-width: 1024px) and (min-width: 480px) {
  .page-header-title * {
    font-size: 26px !important;
  }
} */
@media (min-width: 1025px) {
  .page-header-title * {
    font-weight: 700 !important;
    /* font-size: 36px; */
  }
}

.page-header-image {
  display: none;
}
.page-header-bg::before {
  background-position: 60vw 0 !important;
}
@media screen and (min-width: 960px) {
  .page-header-image {
    display: block;
  }
  .page-header-bg::before {
    background-position: bottom right !important;
  }
}

/* @media (min-width: 1200px) {
  [data-elementor-post-type="page"] > .elementor-element[data-settings] {
    height: 210px;
  }
} */


/** Plans */
.toggle {
  cursor: pointer;
  color: var(--ast-global-color-0) !important;
  margin-bottom: 20px !important;
}
.toggle::before {
  content: '+ ';
  font-size: 1.25rem;
  color: #000;
  margin-right: 0px;
  color: var(--ast-global-color-0) !important;
  font-family: monospace;
}
.toggle.open::before {
  content: '- ';
}
.hidden {
  display: none !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
/** temp while developing. move to css file when ready */
.plans-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .plans-container {
    flex-direction: row;
    gap: 70px;
    justify-content: center;

    /* margin-bottom: 50px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    padding-bottom: 70px; */
  }
}
.card {
  border: solid 1px rgba(0, 0, 0, 0.11);
  /* box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.05); */
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 8px rgba(0, 0, 0, 0.05);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), transparent);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  max-width: 420px;
  height: fit-content;
  transition: box-shadow 0.2s ease;
}
.card:hover {
  box-shadow: 0px 5px 10px 8px rgba(0, 0, 0, 0.05);
}
.card-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
.plan-title-container {
  order: 2;
}
.plan-price-container {
  order: 1;
  background-color: var(--ast-global-color-0);
  margin: -20px -20px 0;
  border-radius: 8px 8px 0 0;
  padding-top: 15px;
}
.plans-add-to-order {
  margin: 0 0 20px !important;
}
.plan-title {
  color: var(--ast-global-color-0);
  font-size: 1.8rem !important;
  color: #000;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 0 !important;
}
.plan-subhead {
  font-size: 1.2rem;
  color: #444;
  font-weight: 600;
  margin-bottom: 10px !important;
}
.plan-price {
  display: flex;
  justify-content: center;
  color: #fff;
  margin-bottom: 10px !important;
}
.plan-price-big {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -1px;
  font-weight: 600;
}
.plan-price-xs {
  font-size: 1.8rem;
}
.plan-price-small {
  font-size: 1.45rem;
}
.data-plan-name {
  font-size: 1rem;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 10px !important;
}
.card-content *:last-child {
  margin-bottom: 0 !important;
}
.card-footer {

}
.text-center {
  text-align: center;
}
.header-xs {
  font-size: 1.1rem !important;
  color: #222;
  margin-bottom: 5px !important;
}
.plan-divider {
  margin: 5px 0 20px !important;
  border: none;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  background-color: transparent !important;
}

/* .broadband-items {
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 20px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  padding: 20px;
} */
.broadband-items > div {
  display: flex;
  justify-content: center;
}
.plans-disclaimer p {
  max-width: 600px;
  line-height: 1.25;
  margin: 0 auto;
}
.plan-features-title {
  background-color: var(--ast-global-color-0);
  color: #fff;
  padding: 8px 10px;
  margin-bottom: 1rem !important;
}
.plan-features-list {
  list-style-type: square;
  padding: 0;
  margin-left: 1rem;
}
.plan-features-list li {
  margin-bottom: 10px;
  /* padding-left: 10px;
  background: transparent url('data:image/svg+xml;utf8,<svg aria-hidden="true" class="e-font-icon-svg e-far-check-square" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z"></path></svg>') no-repeat left center; */
}
.plan-features-list li::marker {
  color: var(--ast-global-color-0);
}

/** Broadband Items */
.broadband-items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .broadband-items {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
}

/** Mobile Menu */
.elementor-menu-toggle {
  display: flex;
  gap: 8px;
  align-items: center;
}
a.header-my-account {
  text-transform: uppercase;
  font-size: 1.1rem;
}

/** If <span>Menu</span> present */
.elementor-menu-toggle span {
  width: auto;
  height: auto;
  position: static;
  padding-top: 2px;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
}

/** Need post-Elementor Update */
.elementor-menu-toggle::after {
  content: 'Menu';
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}
/* Use existing 'Menu' if available. */
.elementor-menu-toggle:has(span)::after {
  content: none;
}

/** Cart */
.woocommerce-cart .wp-block-group {
  padding-top: 0 !important;
}
.shop_table th {
  font-weight: 700 !important;
}
.cart-collaterals {
  border: solid 1px #f5f5f5;
  border-radius: 15px;
  padding: 12px;
  background: #fbfbfb;
  box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.08);
}
.cart-collaterals h2 {
  text-transform: uppercase;
}
.cart_totals {
  margin-bottom: 0 !important;
}

/** Selfcare */
.tableDefault {
  border: none !important;
}
.tableDefault thead th {
  text-align: left !important;
  border-bottom: solid 1px #ccc !important;
}
.tableDefault tbody th {
  font-weight: 600 !important;
  text-align: left !important;
}

/** Accordion/Tabs */
/* https://github.com/matthiasott/a11y-accordion-tabs */
.accordion-tabs {
  background-color: #fff;
}

.tabs-tab-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabs-tab-list li {
  margin: 0;
}

.tabs-trigger {
  border-bottom: none;
  color: #666;
  display: none;
  font-weight: normal;
  margin: 0 5px 0 1px;
  padding: 15px 20px;
  text-decoration: none;
}

.tabs-trigger:hover {
  border-bottom: none;
  color: #000;
}

.tabs-trigger.is-selected, .tabs-trigger.is-selected:hover, .tabs-trigger.is-selected:focus {
  border-bottom: 2px solid #000;
  color: #000;
}

.tabs-trigger:active {
  outline: none;
}

.tabs-panel {
  display: block;
  margin: 0;
  padding: 0;
}

.tabs-panel:not(:first-of-type) {
  border-top: 2px solid #eee;
}

.tabs-panel:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.tabs-panel:not(:last-child) {
  border-bottom: none;
}

.tabs-panel .content {
  margin-top: 10px;
  padding: 20px;
}

.tabs-panel.is-hidden .content {
  display: none;
}

.tabs-panel:active, .tabs-panel:focus {
  outline: none;
}

.is-initialized.tabs-allowed .tabs-panel {
  display: inherit;
}

.accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 15px 20px;
}

.accordion-trigger-icon {
  pointer-events: none;
}

@media (min-width: 40em) {
  .tabs-allowed .accordion-trigger {
    display: none;
  }
  .tabs-allowed .tabs-trigger {
    display: block;
  }
  .tabs-allowed .tabs-panel {
    display: none;
  }
  .tabs-allowed .tabs-panel.is-hidden {
    display: none;
  }
  .tabs-allowed .tabs-panel {
    border-top: 2px solid #eee;
  }
  .tabs-allowed .tabs-tab-list {
    margin-bottom: -2px;
  }
}

.accordion-trigger-icon {
  display: inline-block;
  float: right;
  width: 22px;
  height: 22px;
}

.accordion-trigger-icon svg {
  margin: 0;
}

[aria-expanded="true"] .vert {
  display: none;
}

.label--open, .label--close {
  display: block;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.label--close {
  display: none;
}

.is-open .label--open {
  display: none;
}

.is-open .label--close {
  display: block;
}

/** My Account - Replace Options */
.replace-options-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 25px;
}
@media screen and (min-width: 960px) {
  .replace-options-container {
    flex-direction: row;
  }
}
/** My Account - Hide MailChimp Subscribe Radio Fields */
.woocommerce-form-row:has([for*="mailchimp_woocommerce"]) {
  display: none;
}

/** My Account - Structure (Nav and Sections) */
.woocommerce-account .woocommerce::before {
  display: none !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
  float: none !important;
}
@media screen and (min-width: 960px) {
  .woocommerce-account .woocommerce {
    display: flex;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    flex-basis: 25%;
    flex-grow: 0;
  }
  .woocommerce-MyAccount-content {
    flex-basis: 75%;
    flex-grow: 1;
    padding-left: 0 !important;
  }
}
/** My Account - Section Content */
.woocommerce-MyAccount-content-wrapper {
  padding: 10px !important; 
}
@media (min-width: 480px) {
  .woocommerce-MyAccount-content-wrapper {
    padding: 25px !important;
  }
}
.woocommerce-MyAccount-content-wrapper h2 {
  font-size: 1.85rem !important;
  margin-bottom: 1rem !important;
  margin-top: 0 !important;
}
.woocommerce-MyAccount-content-wrapper h3 {
  font-size: 1.25rem !important;
  margin-bottom: 1rem !important;
  margin-top: 0 !important;
}

/** My Account - Navigation */
.woocommerce-MyAccount-navigation-link .ahfb-svg-iconset,
.ast-wooaccount-user-wrapper img {
  display: none !important;
}
.ast-wooaccount-user-wrapper {
  padding: 25px 20px 0;
  margin-bottom: 20px !important;
}
.woocommerce-MyAccount-navigation ul li a {
  background-color: #fff !important;
}

/** My Account - Progress Bar & Usage List */
@media screen and (min-width: 960px) {
  .usage-container {
    display: flex;
    gap: 30px;
    width: 100%;
  }
}
.usage-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 1rem;
  flex-basis: 30%;
}
.usage-list dd {
  margin: 0;
}
.progress-bar {
  background-color: #f5f5f5;
  border-radius: 5px;
  height: 10px;
  margin-bottom: 10px;
  position: relative;
  box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}
.progress-bar-fill {
  background-color: var(--links-normal-color);
  border-radius: 5px;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
/** recaptcha badge */
.grecaptcha-badge {
  display: none !important;
}

/** notices */
.notice {
  padding: 4px 4px 4px 8px;
  border-radius: 4px;
  font-weight: 600;
}
.notice.hidden {
  display: none;
}
.notice-info {
  border: solid 1px #b0b0b0;
  background-color: #f5f5f5;
}
.notice-error {
  border: solid 1px #b0b0b0;
  background-color: #f5f5f5;
}
.e-wc-error-notice .woocommerce-error {
  width: 100%;
}

/** Products */
#products-container {
  /* display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px; */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
.product-item {
  border: solid 1px rgba(0, 0, 0, 0.11);
  /* box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.05); */
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 8px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  max-width: 420px;
  height: fit-content;
  transition: box-shadow 0.2s ease;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  background-color: #fff;
}
.product-item-title {
  color: var(--ast-global-color-0);
  font-size: 1.8rem !important;
  color: #000;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 0 !important;
}
.product-item .button {
  margin-top: auto !important;
}
.product-item-subhead {
  font-size: 1.2rem;
  color: #444;
  font-weight: 600;
  margin-bottom: 10px !important;
}
.product-item .price {
  display: flex;
  justify-content: center;
  color: #000;
  margin-bottom: 10px !important;
  font-size: 1.5rem;
  margin: 10px 0 20px;
}
.price-xs {
  font-size: 1.8rem;
}
.price-small {
  font-size: 1.45rem;
}
.data-plan-name {
  font-size: 1rem;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 10px !important;
}
.product-item *:last-child {
  margin-bottom: 0 !important;
}
.card-footer {

}
.text-center {
  text-align: center;
}
.header-xs {
  font-size: 1.1rem !important;
  color: #222;
  margin-bottom: 5px !important;
}
.card-divider {
  margin: 5px 0 20px !important;
  border: none;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  background-color: transparent !important;
}

/** Phones - Sorting */
.products-view-options {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}
.products-view-options label {
  font-weight: 600;
}

/** Error Messages */
.error {
  color: #f50a23;
  font-weight: 600;
  margin: 20px 0;
  font-size: 1.4rem;
}

.shop_table.cart.woocommerce-cart-form__contents.grouped-cart-table{margin-top: 20px;}

.addlinebtn{color: white;
background-color: #f50a23;
padding: 10px;
border-radius: 5px;}

/* Commented out by Matt. 8/13/25. This was forcing the image to be 240x210 instead of 240x240 *
/* .attachment-full.size-full.wp-image-1257 {
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
} */
.elementor-466 .elementor-element.elementor-element-e1ca40a img{width: 99%;}
/** Tablet Responsiveness */

/** Homepage */
@media only screen and (min-width:500px) and (max-width:1120px){
#hero-title h1{font-size: 46px !important; line-height: 50px !important;}
.elementor-2 .elementor-element.elementor-element-66dfb82 .elementor-icon-list-icon svg{font-size: 18px;}
#hero-icon-list::after {top: -70% !important; right: -60% !important;}
.elementor-2 .elementor-element.elementor-element-46d067d{padding: 0px;}
.elementor-2 .elementor-element.elementor-element-fce11b0{padding: 0px;}
.elementor-2 .elementor-element.elementor-element-9313a9d{padding: 0px;}
.elementor-element.elementor-element-d9d934a.e-con-full.sub-section.e-flex.e-con.e-parent.e-lazyloaded{padding-top:80px;}
.elementor-2 .elementor-element.elementor-element-af2cc2c{padding: 2px;}
.elementor-2 .elementor-element.elementor-element-d3166f3{padding: 2px;}
.elementor-2 .elementor-element.elementor-element-5813b55{padding: 2px;}
.elementor-2 .elementor-element.elementor-element-1de721a{padding: 2px;}
.elementor-2 .elementor-element.elementor-element-8104494 .elementor-heading-title{font-size: 28px;}
.elementor-2 .elementor-element.elementor-element-0865155 .elementor-heading-title{font-size: 28px;}
.elementor-2 .elementor-element.elementor-element-27c4846 .elementor-heading-title{font-size: 28px;}
.elementor-2 .elementor-element.elementor-element-686597b .elementor-heading-title{font-size: 28px;}
.elementor-2 .elementor-element.elementor-element-630ee8c{padding: 0px;}

/** Plans */
.plans-container{flex-direction: row; justify-content: center;}

/** Coverage */
.elementor-40 .elementor-element.elementor-element-bb39dbc .elementor-heading-title{font-size: 26px;}
.elementor-40 .elementor-element.elementor-element-7e5172c .elementor-heading-title{font-size: 26px;}
.elementor-40 .elementor-element.elementor-element-82d9ae3 .elementor-heading-title{font-size: 26px;}
.attachment-full.size-full.wp-image-1257 {padding-top: 5px; padding-left: 0px; padding-right: 0px;}
.elementor-element.elementor-element-5663f70.elementor-widget.elementor-widget-shortcode{align-self: center; width: 70% !important;}
.elementor-40 .elementor-element.elementor-element-64d2e06{padding-bottom: 30px;}

/** Why Silvercell */
.elementor-466 .elementor-element.elementor-element-e1ca40a > .elementor-widget-container {padding: 5px 0px 0px 0px; margin-bottom: -25px;}
img.attachment-full.size-full.wp-image-1329{padding-top: 5px; padding-left: 0px; padding-right: 0px;}
.elementor-466 .elementor-element.elementor-element-d8908ce{padding-top: 30px;}
.elementor-466 .elementor-element.elementor-element-2518378 img{max-width: 30%}
.elementor-466 .elementor-element.elementor-element-a2eab55 .elementor-heading-title{font-size: 22px;}
.elementor-466 .elementor-element.elementor-element-5a8ce6b .elementor-heading-title{font-size: 22px;}
.elementor-466 .elementor-element.elementor-element-39664ed .elementor-heading-title{font-size: 22px;}

/** FAQs */
.elementor-element.elementor-element-5efe463.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {padding-left: 30px;}
.elementor-148 .elementor-element.elementor-element-77a15a7 .elementor-heading-title{font-size: 36px;}
.css-1j8k5m8{grid-template-columns: repeat(3, 1fr);}
.elementor-148 .elementor-element.elementor-element-79b2784{--padding-top: 50px;}
#faq-container {padding-bottom: 20px !important;}

/** Accounts */
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper{padding: 10px;}
.ast-container{padding: 0px;}
.e-wc-info-notice .woocommerce-info{padding-bottom: 30px;}
.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce .woocommerce-MyAccount-content-wrapper .button{font-size: 16px; padding: 10px;}
}


/** Mobile Responsiveness */
@media screen and (min-device-width: 360px) and (max-device-width: 460px) {
.elementor-40 .elementor-element.elementor-element-17053c4{--width: 50%; --padding-left: 0px;}
.elementor-40 .elementor-element.elementor-element-646812f .elementor-button{padding-left: 20px; padding-right: 20px;}
.elementor-466 .elementor-element.elementor-element-2518378 img{max-width: 60%;}
.elementor-element.elementor-element-dcbcde0.elementor-widget.elementor-widget-heading {padding-left: 10px; padding-right: 10px;}
}

.order-tp{color: #f40a23; font-weight: 600; font-size: 24px;}
.custom-order-number{display: none;}
.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received{text-align: left; margin-bottom: 0px;}
/* center the order page */
.entry-content:has([data-shortcode="checkout"]) {
  display: flex;
  justify-content: center;
}

/** don't break words */
.site-main .entry-content {
  word-wrap: normal !important;
}

/* Ace - Popup password Profile */
#otpModal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.otp-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 25px;
    border-radius: 8px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
}

#otpInput {
    width: 100%;
    padding: 12px;
    margin: 15px 0;
    font-size: 18px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#otpSubmit, #otpCancel {
    padding: 10px 20px;
    margin: 10px 5px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    border-radius: 4px;
}

#otpSubmit {
    background-color: #f50a23;
    color: white;
}

#otpCancel {
    background-color: #ccc;
    color: #333;
}
        @media screen and (max-width: 768px) {
  .woocommerce-MyAccount-navigation {
    display: none !important;
  }

  .woocommerce-MyAccount-navigation.active {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  table {border: 0;}

  table thead { display: none; /* hide table header */}

  table tr {
    display: block;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    padding: 10px; }

  table td {
    display: block;
    text-align: right;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;}

  table td::before {
    content: attr(data-label); /* use custom attribute as header label */
    position: absolute;
    left: 10px;
    width: 45%;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  .tableheadingmain{padding-left: 10px;}
  .odd {  padding-left: 0px !important; padding-right: 10px;}
  .woocommerce-MyAccount-content {padding-bottom: 25px !important;}

  #ajax-line-table td form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce-MyAccount-content {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.ast-container{padding-left: 0px !important; padding-right: 0px !important;}
.lostpasswordtext {font-size: 16px !important;}
#ast-order-review-wrapper {display: none !important;}
.ast-modern-checkout .ast-two-column-checkout .woocommerce-checkout #ast-order-review-wrapper {width: 0%;}

.btn a, button.btn, .plan-btn a, .woocommerce .woocommerce-button, form:not(#device_info_form) button:not([type="submit"]), a.add_to_cart_button:not(.plans-add-to-order) {
    margin-left: 10px !important;
}

.elementor-element.elementor-element-43f9832.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
  padding-left: 10px;
  padding-right: 10px;
}

.variations {
  display: none !important;
}

.remove-line-confirm {
  padding-left: 20px;
}
.elementor-40 .elementor-element.elementor-element-5285429 .elementor-button{margin-left: 0px !important;}
}
/* .woocommerce-MyAccount-content-wrapper{padding: 0px !important;} */
#ajax-line-table td {
  padding-top: 15px;
  padding-bottom: 15px;}
.setup-account-container {padding: 20px;}
.elementor-element.elementor-element-a2b53a8.e-con-full.my-account-container.e-flex.e-con.e-child {margin-bottom: 30px;}

.lostpasswordtext {
  padding: 20px;
  text-align: center;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table tr td a{color: black;}

/** Headers**/
@media (max-width: 480px) {
  .elementor-789 .elementor-element.elementor-element-e0b0a89 .elementor-heading-title {
    font-size: 18px !important;
    line-height: 24px !important;
    font-family: "Montserrat", Sans-Serif !important;
    font-weight: 600 !important;
  }

  .elementor-40 .elementor-element.elementor-element-bb39dbc .elementor-heading-title{
    font-size: 18px !important;
    line-height: 24px !important;
    font-family: "Montserrat", Sans-Serif !important;
    font-weight: 600 !important;
    padding-left: 20px !important;
  }

  .elementor-466 .elementor-element.elementor-element-ceba9f2 .elementor-heading-title{
    font-size: 18px !important;
    line-height: 24px !important;
    font-family: "Montserrat", Sans-Serif !important;
    font-weight: 600 !important;
  }

  .elementor-148 .elementor-element.elementor-element-2ca85d1 .elementor-heading-title{
    font-size: 18px !important;
    line-height: 24px !important;
    font-family: "Montserrat", Sans-Serif !important;
    font-weight: 600 !important;
  }

  .elementor-747 .elementor-element.elementor-element-bd014f2 .elementor-heading-title{
    font-size: 18px !important;
    line-height: 24px !important;
    font-family: "Montserrat", Sans-Serif !important;
    font-weight: 600 !important;
  }
  .yobcss{width: 100%;}
  .woocommerce-page.woocommerce-checkout #payment #place_order, .woocommerce.woocommerce-checkout #payment #place_order {
    width: 75%;
    margin-left: 30px !important;
    margin-right: 30px !important;
    margin-top: 20px;
}
}

.woocommerce-js div.product div.images img{height: 100% !important;}

body.woocommerce-cart .cart-subtotal {
  display: none !important;
}

/* Hide the WooCommerce success message (green checkmark) */
.woocommerce-message {
    display: none !important;
}

/* Custom Lost Password Confirmation Styling */
.custom-lost-password-confirmation {
    width: 80%;
    margin: 50px auto;
    text-align: center;
}

.custom-lost-password-confirmation .lostpasswordtext {
    font-size: 18px;
    line-height: 1.6;
}

.custom-lost-password-confirmation .return-to-login a {
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    color: #0071a1;
    font-weight: bold;
}

.custom-lost-password-confirmation .return-to-login a:hover {
    text-decoration: underline;
}


@media only screen and (min-width:480px) and (max-width:767px){
.elementor-element.elementor-element-e1fcfb8.elementor-widget.elementor-widget-theme-site-logo.elementor-widget-image {display: none;}
body.woocommerce-lost-password .my-account-mobile-toggle {display: none !important;}
.woocommerce-page.woocommerce-checkout #payment #place_order, .woocommerce.woocommerce-checkout #payment #place_order {
    width: 75%;
    margin-left: 30px !important;
    margin-right: 30px !important;
    margin-top: 20px;
}
}

.yobcss{width: 50% !important;}
.broadband-facts .disclosure-tile{justify-content: flex-start;}