/** Shopify CDN: Minification failed

Line 656:13 Expected ":"

**/
/*********************** Custom CSS for Boost Filter & Search  ************************/
/* Product Top Filters Css */
.boost-pfs-filter-toolbar-count-m {
  display: none;
}
.boost-pfs-filter-tree-desktop-button {
  position: relative;
}
.boost-pfs-filter-tree-desktop-button .boost-pfs-filter-tree-desktop-button-label {
  position: absolute;
  padding-left: 26px;
  margin-left:0 !important;
  left: 0;
  z-index: 9;
  font-family: var(--primary-medium-font);
  font-weight: 500;
}
span.boost-pfs-filter-total-product {
  font-family: var(--primary-medium-font);
  font-weight: 500;
  font-size: 0.75rem;
}
.boost-pfs-filter-custom-sorting {
  display: flex;
  align-items: center;
  position: relative;
}
ul.boost-pfs-filter-filter-dropdown {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  display: none;
  width: 250px;
  height: auto;
  margin: 40px 0 0;
  padding-top: 5px;
  padding-left: 0;
  border: 1px solid #eee;
  background: #fff;
  color: #222;
  list-style: none;
  cursor: pointer;
  max-height: 400px;
  overflow-y: auto;
  word-break: break-word;
  border-radius: 0.5rem;
  box-shadow: 0 5px 30px rgb(51 51 51 / 0.1);
}
ul.boost-pfs-filter-filter-dropdown li {
  min-width: 200px;
  padding: 10px 20px;
  margin: 0;
  font-family: var(--primary-medium-font);
  font-weight: 500;
  font-size: o.875rem;
}
.boost-pfs-filter-top-sorting label {
  font-family: var(--primary-bold-font);
  font-weight: 700;
  font-size: 0.875rem;
}
.boost-pfs-filter-tree-desktop-button>button {
  font-size: 0.875rem;
}
.boost-pfs-filter-top-sorting button {
  position: relative;
  font-family: var(--primary-medium-font);
  font-weight: 500;
  font-size: 0.875rem;
}
.boost-pfs-filter-top-sorting button::after {
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  top: 50%;
  right: -21px;
  left: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin-top: -5px;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  font-size: 0.6875rem;
  line-height: inherit;
  text-transform: none;
  white-space: nowrap;
  transition: all 0.1s ease-in-out;
  transform: rotate(45deg);
}
.boost-pfs-filter-sort-active button::after {
  margin-top: -2px;
  transform: rotate(-135deg);
}
.boost-pfs-filter-top-sorting button::before {
  content: "";
  background: #D8D8D8;
  position: absolute;
  right: -28px;
  top: 2px;
  padding: 5px;
  width: 20px;
  height: 20px;
  border-radius: 14px;
}

.boost-pfs-filter-options-wrapper {
  position: relative;
  background: #fff;
  padding: 20px;
  display: flex;
  justify-content: left;
  column-gap: 0;
  flex-wrap: wrap;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.boost-pfs-filter-tree-v .boost-pfs-filter-option {
  padding: 0;
  border-top: none;
}
#boost-pfs-filter-tree .boost-pfs-filter-option-title-text {
  font-size: 1rem;
  font-family: var(--primary-bold-font);
  font-weight: 700;
}
#boost-pfs-filter-tree .boost-pfs-filter-button .boost-pfs-filter-option-value{
  font-size: 0.875rem;
font-family: var(--primary-medium-font);
font-weight: 500;
}
.boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li .boost-pfs-check-box{
  border-radius:4px;
} 
.boost-pfs-filter-option-title-text:before {
  display: none !important;
}


span.boost-pfs-filter-option-amount {
  display: none;
}
.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
  margin-top: 0;
}
.boost-pfs-filter-tree-v .boost-pfs-filter-option-title-heading {
  padding-bottom: 9px;
}
.boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li.selected .boost-pfs-check-box:before {
  border: 2px solid  rgb(var(--primary-color)); 
  border-top: none;
  border-right: none;
}
.boost-pfs-filter-tree-v .boost-pfs-filter-refine-by,
.boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by {
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: none;
}

/* Product Grid Css  */
.shopify-section--device-collection ul.boost-pfs-filter-item-swatch,
.shopify-section--accessories-collection ul.boost-pfs-filter-item-swatch {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 100%;
}
.shopify-section--device-collection ul.boost-pfs-filter-item-swatch li,
.shopify-section--accessories-collection ul.boost-pfs-filter-item-swatch li {
  position: relative;
}
.shopify-section--device-collection ul.boost-pfs-filter-item-swatch li label,
.shopify-section--accessories-collection ul.boost-pfs-filter-item-swatch li label {

  width: 22px;
  height: 22px;
  display: block;
  border-radius: 40px;
  border: 2px solid #c6c6c6;
}
.shopify-section--device-collection .boost-pfs-filter-item-swatch .tooltip,
.shopify-section--accessories-collection .boost-pfs-filter-item-swatch .tooltip {
  display: none;
  position: absolute;
  top: -38px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 4px 9px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  background: #fff;
  font-family: var(--primary-medium-font);
  font-weight: 500;
  z-index: 9;
  width:max-content;
}

.shopify-section--device-collection .boost-pfs-filter-item-swatch li:hover .tooltip,
.shopify-section--accessories-collection .boost-pfs-filter-item-swatch li:hover .tooltip {
  display: block;
}
.shopify-section--device-collection .boost-pfs-filter-product-item-image-link,
.shopify-section--accessories-collection .boost-pfs-filter-product-item-image-link {
  position: relative;
  display: inline; 
  margin: 0 auto
}
.shopify-section--device-collection .boost-pfs-filter-product-item-image .boost-pfs-filter-product-item-main-image,
.shopify-section--accessories-collection .boost-pfs-filter-product-item-image .boost-pfs-filter-product-item-main-image {
  transition: transform 0.5s ease;
}

.shopify-section--device-collection .flip_product_image:hover .boost-pfs-filter-product-item-main-image,
.shopify-section--accessories-collection .flip_product_image:hover .boost-pfs-filter-product-item-main-image {
  opacity: 0;
}
.shopify-section--device-collection .flip_product_image:hover .boost-pfs-filter-product-item-flip-image,
.shopify-section--accessories-collection .flip_product_image:hover .boost-pfs-filter-product-item-flip-image {
  opacity: 1;
}

.shopify-section--device-collection .boost-pfs-filter-product-item-flip-image,
.shopify-section--accessories-collection .boost-pfs-filter-product-item-flip-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  min-height: 160px;
  max-height: 160px;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.shopify-section--device-collection .boost-pfs-filter-product-bottom-inner .pro_card_title,
.shopify-section--accessories-collection .boost-pfs-filter-product-bottom-inner .pro_card_title{
  display: block;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 24px;
  color: #333;
}
.collection_search_main .boost-pfs-filter-product-bottom-inner .pro_card_title {
  min-height: 24px;
}
span.product-card__title_filter a {
  font-size: 0.875rem;
  color: #333333;
  text-transform: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
   line-clamp: 2; 
  -webkit-box-orient: vertical;
  min-height:44px;
}
.product-card__title a{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
   line-clamp: 2; 
  -webkit-box-orient: vertical;
}
.plan_product_title.product-card__title a{
  overflow: visible;
  display: block;
  -webkit-line-clamp: unset; 
   line-clamp: unset; 
  -webkit-box-orient: unset;
}
span.product-card__title_filter {
  margin-bottom: 15px;
  display: block;
}
.comparable-custom-action .add-to-comparable[type=checkbox]:checked+label:after,
 .comparable-custom-action .add-to-comparable[type=checkbox]:not(:checked)+label:after {
  content: "\2713";
  position: absolute;
  top: 0.32em;
  left: 0.12em;
  font-size: 1.25rem;
  color:rgb(var(--primary-color));
  line-height: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.shopify-section--device-collection .boost-pfs-filter-product-item-price .boost-pfs-filter-product-item-regular-price,
.shopify-section--accessories-collection .boost-pfs-filter-product-item-price .boost-pfs-filter-product-item-regular-price {
  font-size: 1.125rem;
  color: rgb(var(--primary-color));
  display: block;
}

.flip_product_image:hover .boost-pfs-filter-product-item-main-image,
 .flip_product_image:hover .boost-pfs-filter-product-item-main-image {
  opacity: 0;
}
 .flip_product_image:hover .boost-pfs-filter-product-item-flip-image,
.flip_product_image:hover .boost-pfs-filter-product-item-flip-image {
  opacity: 1;
}
.boost-pfs-filter-product-bottom-inner .meta_item_price{
  color: rgb(var(--primary-color));
  min-height: 51px;
  display: block; 
}
.boost-pfs-filter-product-bottom-inner
{
  display: block;
  width: 100%;
}
.price_from_text{
  color: #333333 !important;
}
.boost-pfs-filter-product-bottom-inner .carrier-terms {
  display:block;
  color: #333333;
  font-size: 1rem;
  line-height: 21px;
  margin-bottom: 22px;
}
.pro_collection_accessories .comparable-custom-action {
  display: none;
}
.boost-pfs-filter-product-bottom-inner  .comparable-custom-action {
  padding-left: 0px;
}
.comparable-custom-action .add-to-comparable[type=checkbox] + label {
  margin-left: 0;
  font-family: var(--primary-medium-font);
  font-weight: 500;
  font-size: 0.75rem!important;
  border-radius:4px;
}

.boost-pfs-filter-product-item-grid{
  border-radius: 20px;
}
.promo_cntr {
  background: #C9391A;
  position: absolute;
  right: 20px;
  top: 15px;
  padding: 4px 12px;
  font-size: 0.875rem;
  color: #fff;
  border-radius: 100px;
  z-index: 9;
}
.ab_fido_price {
  font-size: 1.25rem;
  margin-top: 15px;
  color: rgb(var(--primary-color));
  font-family: var(--primary-bold-font);
  font-weight: 700;
}

/*  Pagination Css */
.boost-pfs-filter-bottom-pagination {
  border-width: 1px;
  justify-self: center;
  display: inline-flex;
  border-radius: 5px;
}
.boost-pfs-filter-bottom-pagination li {
  display: inline-block;
  padding: 0.775rem 1rem;
}

.boost-pfs-filter-bottom-pagination li span, .boost-pfs-filter-bottom-pagination li a {
    font-family: var(--primary-bold-font);
    font-weight: 700;
}
.boost-pfs-filter-bottom-pagination li svg path {
  fill: #333;
}
.boost-pfs-filter-bottom-pagination li a{
  color: #939597;
}

#boost-pfs-filter-tree .boost-pfs-filter-option-item {
  margin-bottom: 0px;
}

@media(max-width: 1550px) {
    #boost-pfs-filter-tree .boost-pfs-filter-button .boost-pfs-filter-option-value {
    font-size: 0.8rem;
    }

}

@media(min-width: 768px) and (max-width: 1100px) {
  .boost-pfs-filter-options-wrapper {
    justify-content: left !important;
  }
  
  .shopify-section--device-collection .boost-pfs-filter-tree-h .boost-pfs-filter-option {
    flex: 0 0 33%!important;
    margin-top: 15px;
    padding-right: 0;
  }
  .shopify-section--plan-collection #boost-pfs-filter-tree .boost-pfs-filter-option-type-of-plan,
  .shopify-section--plan-collection .boost-pfs-filter-options-wrapper .boost-pfs-filter-option-range,
  .shopify-section--plan-collection .boost-pfs-filter-option {
    flex: 0 0 50%!important;
}
.shopify-section--accessories-collection #boost-pfs-filter-tree .boost-pfs-filter-option-title-text {
  font-size: 1rem;
}

}

/* Plans Page css */
.plan-col.product-card__figure .product-card__image {
  object-position: left;
  height: 80px;
  width: 100%;
  padding-right: 10px;
  object-fit: contain;
}
.plan-product-card .plan_unlimited {
      display: block;
      text-align: center;
      font-size: 0.875rem;
      font-family: var(--secondary-semibold-font);
      font-weight: 600;
} 
.plan-product-list .plan-talk-details {
  padding: 0px 17px;
}
.plan-product-list span.airtime_msg_icons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.plan-product-list .plan_product_title.product-card__title a {
  font-size: 0.875rem;
  line-height: 24px;
  font-family: var(--secondary-semibold-font);
  font-weight: 600;
}
.plan-product-list   span.airtime_msg_icons svg path {
  fill: rgb(var(--primary-color));
}
.shopify-section--plan-collection .boost-pfs-filter-option-province, .shopify-section--device-collection .boost-pfs-filter-option-province {
  display: none!important;
}
.shopify-section--plan-collection .boost-pfs-filter-option-carrier-map-filters, .shopify-section--device-collection .boost-pfs-filter-option-carrier-map-filters{
  display: none!important;
}
.plan_data_title {
  display: block;
  text-align:center;
  font-family: var(--secondary-semibold-font);
}
.sr-only__plan_data_title {
  display: block;
  text-align:center;
  font-family: var(--secondary-semibold-font);
  font-weight: 600;
}
span.metafields_unit {
  color: rgb(var(--primary-color));
  font-weight: bold;
  font-size: 1.125rem;
  margin-left: 5px;
  font-family: var(--primary-bold-font);
   font-weight: 700;
}

.boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider{
  height: 12px;
  background: #f1f8ff;
  border: none!important;
}
.boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-connect {
  background: rgb(var(--primary-color));
  box-shadow: inset 0 0 3px 2px #81868963;
  border: none!important;
}
.boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-pips-horizontal .noUi-marker.noUi-marker-large,
.boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-pips-horizontal {
  display: none;
}
.boost-pfs-filter-option-range-slider .noUi-tooltip{
  display:none;
}
.boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-origin .noUi-handle{
  top:-6px;
  left: 24px;
}
.boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider{
  margin-left:0px;
} 
.shopify-section--plan-collection .boost-pfs-filter-option-range-slider .noUi-handle.noUi-handle-lower {
  display: none;
} 
.boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-origin .noUi-handle {
  background: rgb(var(--primary-color));
  border: none;
  box-shadow: 0 0 0 2px rgb(var(--primary-color)), 0 0 0 5px #fff, 0 0 0 6px rgba(0,0,0,.1);
}
.selected_data_filter {
  font-weight: bold;
  font-size: 1.1rem;
  display:none;
}

@media(max-width: 1400px) {
span.metafields_unit {
  font-size: 1.25rem;
}
}
@media(max-width: 1149px) {
span.metafields_unit {
  font-size: 1.25rem;
}
  #boost-pfs-filter-tree .boost-pfs-filter-option-type-of-plan {
    flex: 0 0 38% !important;
  }
} 

/* Search Page Css */

.boost-pfs-filter-collection-header-wrapper .boost-pfs-filter-collection-description,
.boost-pfs-filter-collection-header-wrapper .boost-pfs-filter-collection-description p,
.boost-pfs-filter-collection-header-wrapper .boost-pfs-filter-collection-header, 
.boost-pfs-search-container .boost-pfs-search-result-header {
color: #000000;
}

#main .boost-pfs-filter-collection-header-wrapper h1 {
  text-align: center;
  font-weight: 600;
  font-size: 1.25rem;
  padding-bottom: 10px;
  line-height: 36px;
  margin-bottom: 0; 
}

.boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-btn {
  -webkit-border-top-right-radius: 100px;
  -webkit-border-bottom-right-radius: 100px;
  -moz-border-radius-topright: 100px;
  -moz-border-radius-bottomright: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background: #222;
  min-width: 68px;
  right: 0;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boost-pfs-search-form-btn-clear {
  position: absolute;
  right: 86px;
  background: none;
  top: 12px;
  border: none;
  cursor: pointer;
  display: none;
}
.boost-pfs-search-form .boost-pfs-search-box{
  outline:none;
}
.boost-pfs-search-container {
  margin-bottom: 0px;
}
.boost-pfs-search-result-toolbar {
  margin: 0px;
  display:none;
}
.boost-pfs-filter-default-toolbar-inner {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  text-align: left;
}
.boost-pfs-filter-toolbar-top-mobile {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  position: relative;
  margin-bottom: 15px;
  display: none;
}

.collection_search_main  .boost-pfs-filter-bottom-pagination {
  margin: 0 auto;
  display: table;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.collection_search_main  .boost-pfs-filter-collection-header-wrapper {
  margin: 2rem 0rem;
}

.collection_search_main {
    margin-top: 3rem;
}
.pro_collection_plans .meta_item_price, .pro_collection_plans .carrier-terms,
.pro_collection_accessories .meta_item_price {
  display: none;
}
.meta_item_price_accessories {
  min-height:51px;
}

.collection_search_main .pro_collection_plans .comparable-custom-action {
  margin-top: 0px!important;
  position: absolute;
  bottom: 26px;
}
span.meta_item_price_plans {
  margin-bottom: 25px;
  display:block;
} 
@media(max-width: 767px) {
  .boost-pfs-filter-options-wrapper {
    display: block;
    padding-top: 0px;
    margin-top: 3px;
  }
  .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-origin .noUi-handle{
    left: 24px; 
  }
  .shopify-section--plan-collection .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider {
    margin-top: 20px;
    width: calc(100% - 30px);
    margin-left: 14px;  
  }
  .selected_data_filter {
    display:block;
    padding-left: 14px;
  }
  .boost-pfs-filter-tree-v .boost-pfs-filter-show-result{
    background:#000;
    font-family: var(--primary-bold-font);
    font-weight: 700;
    font-size 1.125rem;
  }
  .boost-pfs-filter-tree-v .boost-pfs-filter-clear, .boost-pfs-filter-tree-v .boost-pfs-filter-clear-all {
    font-size: 1rem !important;
    text-transform: capitalize!important;
    color: #333333;
  }
  .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left {
    width: 15px;
    text-align: left;
    }
    .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items{
    padding:20px;
    padding-right: 35px;
    } 
    .shopify-section--device-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option:nth-child(4) .boost-pfs-filter-option-title ,
    .shopify-section--plan-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option:nth-child(2) .boost-pfs-filter-option-title {
    border: none;
    } 
    .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content {
    padding: 5px 0 20px 0px;
    }
    .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:before {
    content: "";
    display: table;
    background: #D8D8D8;
    width: 24px;
    height: 24px;
    position: absolute;
    right: -9px;
    top: -1px;
    border-radius: 50%;
    }
    .boost-pfs-filter-option-title-heading span {
      cursor: pointer;
      text-transform: capitalize;
    }
    .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:after {
    width: 8px;
    height: 8px;
    top: 7px;
    right: 1px;
    }
    .boost-pfs-filter-toolbar-count-m {
      display: block !important;
      margin-top: 0;
      text-align: center;
      font-weight: bold;
    }
    .boost-pfs-filter-toolbar-count-d {
      display: none;
    }

  .boost-pfs-filter-custom-sorting {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    font-weight: 400;
    letter-spacing: normal;
    flex: 0 0 100%;
    max-width: 100%;
    position: initial;
  }
  .boost-pfs-filter-top-sorting label {
    width: 25%;
}

  .boost-pfs-filter-tree-mobile-button button {
    margin: 0;
  }
  .boost-pfs-filter-filter-dropdown {
    position: absolute;
    top: 15px;
    left: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 11px 0;
    justify-content: center;
  }
  .boost-pfs-filter-tree-mobile-button button {
    margin: 0 auto;
    width: auto;
    padding: 16px 67px;
    border-radius: 0.375rem;
    letter-spacing: 1px;
    border: 1px solid #fff;
  }
  .boost-pfs-filter-tree-mobile-button {
    display: block;
    margin: 0;
    width: 100%;
    text-align: center;
    z-index: 9;
    position: fixed;
    left: 0;
    bottom: 4rem; 
  }
  .boost-pfs-filter-filter-dropdown {
    position: absolute;
    top: 15px !important;
    left: 0;
    width: 100% !important;
  }
  .boost-pfs-filter-top-sorting button {
    position: relative;
    width:75%;
  }
  .boost-pfs-filter-top-sorting button::after {
    width: 9px;
    height: 9px;
    content: "";
    position: absolute;
    top: 45%;
    right: 13px;
    left: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin-top: -5px;
    border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
    font-size: 0.6875rem;
    line-height: inherit;
    text-transform: none;
    white-space: nowrap;
    transition: all 0.1s ease-in-out;
    transform: rotate(45deg);
  }
  .boost-pfs-filter-sort-active button::after {
    margin-top: -2px;
    transform: rotate(-135deg);
  }
  .boost-pfs-filter-top-sorting button:before {
    right: -6px;
    top: 0;
    display:none;
  }
  .boost-pfs-filter-tree-mobile-button button path {
    fill: #fff;
  }
}

@media(min-width: 768px) {
  .boost-pfs-filter-tree-v .boost-pfs-filter-option {
    flex: 0 0 24%;
    margin-top: 15px;
 }
  .boost-pfs-filter-tree-desktop-button-body .boost-pfs-filter-tree-h .boost-pfs-filter-options-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }
  .boost-pfs-filter-tree-h {
    width: 100%;
  }
  .shopify-section--device-collection .boost-pfs-filter-tree-h .boost-pfs-filter-option {
    flex: 0 0 20%;
    margin-top: 15px;
    padding-right: 0px;
  }

  .shopify-section--device-collection .boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-option-type {
    flex: 0 0 17%;
  }
  
  .shopify-section--device-collection .boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-option-display-size {
    flex: 0 0 15%;
  }
    
  .shopify-section--device-collection .boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-option-deals {
    flex: 0 0 12%;
  }
  .shopify-section--device-collection .boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-option-storage
  {
    flex: 0 0 18%;
  }
  .boost-pfs-filter-tree-horizontal-style-expand .boost-pfs-filter-tree-h .boost-pfs-filter-tree-content .boost-pfs-filter-option .boost-pfs-filter-option-content {
    padding-bottom: 0;
    padding-top: 0;
  }
  .shopify-section--plan-collection .boost-pfs-filter-option {
    flex: 0 0 33.33%;
    margin-top: 15px;
    padding-right: 20px;
  }

  .shopify-section--plan-collection .boost-pfs-filter-option.boost-pfs-filter-option-type-of-plan {
    flex: 0 0 40%;
  }

  .shopify-section--plan-collection .boost-pfs-filter-option.boost-pfs-filter-option-preferred-carrier {
    flex: 0 0 25%;
  }

  .collection-accessories-plp .shopify-section--accessories-collection .boost-pfs-filter-option {
    flex: 0 0 33.33%;
    margin-top: 15px;
    padding-right: 0px!important;
  }
  .shopify-section--plan-collection .boost-pfs-filter-option-range .boost-pfs-filter-option-content {
    max-width: 90%;
  }
  .boost-pfs-filter-default-toolbar-inner {
    display: flex;
    align-items: center;
    border-bottom: none;
    padding-bottom: var(--boostsd-toolbar-padding-bottom);
    justify-content: space-between;
  }
  .boost-pfs-filter-options-wrapper:before {
    content: ".";
    color: #fff;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 13px;
    border-left-width: 8px;
    border-bottom: 23px solid white;
    position: absolute;
    top: -22px;
    left: 3%;
  }

  .shopify-section--accessories-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option {
  flex: 0 0 33.33%;
  margin-top: 15px;
  padding-right: 30px;
  }
  .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
    
  }

  .boost-pfs-filter-options-wrapper .boost-pfs-filter-option-title {
    pointer-events: none;
     padding-right: 15px; 
  }
  .boost-pfs-filter-tree-desktop-button-body .boost-pfs-filter-tree-h .boost-pfs-filter-mobile-footer {
    background: #fff;
    position: relative;
    padding-top: 22px;
    padding-bottom: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .boost-pfs-filter-tree-desktop-button-body .boost-pfs-filter-tree-h .boost-pfs-filter-mobile-footer:before {
    content: ".";
    position: absolute;
    height: 1px;
    color: #fff;
    background: #c6c6c6;
    width: 93.5%;
    left: 35px;
    right: 35px;
    top: 2px;
  }
  #boost-pfs-filter-tree .boost-pfs-filter-mobile-footer button.boost-pfs-filter-button.boost-pfs-filter-apply-all-button {
    border-radius: 6px;
    border: 1px solid #939597;
    color: #333333;
    font-family: var(--primary-bold-font);
    font-weight: 700;
    border-radius:100px;
    font-size: 0.75rem;
    min-width: 150px; 
  }
  #boost-pfs-filter-tree .boost-pfs-filter-mobile-footer button.boost-pfs-filter-button.boost-pfs-filter-apply-all-button:hover {
    color: #fff;
  }
  .boost-pfs-filter-tree-desktop-button-body .boost-pfs-filter-tree-h .boost-pfs-filter-mobile-footer .boost-pfs-filter-clear-all {
    font-size: 0.75rem;
    font-family: var(--primary-bold-font);
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: underline;
  }
/* 
  .shopify-section--plan-collection .boost-pfs-filter-tree-h .boost-pfs-filter-option-province {
    display: none;
  } */

  .boost-pfs-filter-custom-sorting {
    padding-right: 30px;
  }
  .boost-pfs-filter-toolbar-item.boost-pfs-filter-toolbar-type.boost-pfs-filter-view_as_type_grid_list.boost-pfs-filter-display-type-d.boost-pfs-filter-display-type-m {
    display: flex;
    flex: 0 0 13.5%;
  }
}
  
@media(max-width: 999px) {
  .boost-pfs-container-default-box {
    margin-top: 60px;
  }
  .collection_search_main  .boost-pfs-container-default-box{
    margin-top: 20px;
  }
  .collection_search_main .boost-pfs-filter-top-sorting.boost-pfs-filter-top-sorting-mobile.boost-pfs-filter-custom-sorting {
    display: none;
 }
 .collection_search_main  .boost-pfs-filter-collection-header-wrapper {
  margin-bottom: 0rem;
}

}

@media(min-width: 768px) {
  .boost-pfs-filter-option-type .boost-pfs-filter-option-item-list-multiple-list li,
  .boost-pfs-filter-option-storage .boost-pfs-filter-option-item-list-multiple-list li,
  .boost-pfs-filter-option-carrier .boost-pfs-filter-option-item-list-multiple-list li,
  .boost-pfs-filter-option-preferred-carrier .boost-pfs-filter-option-item-list-multiple-list li,
  .boost-pfs-filter-option-type-of-plan .boost-pfs-filter-option-item-list-multiple-list li
   {
   max-width: 50%;
   }  
   .boost-pfs-filter-products .boost-pfs-filter-product-bottom{
    padding-bottom:0px;
  }
   
   #boost-pfs-filter-tree .boost-pfs-filter-option-categories {
    flex: 0 0 50%;
    width: 50%;
   }
   .shopify-section--accessories-collection .boost-pfs-filter-option:first-child {
    padding-left: 15px!important;
    }
   #boost-pfs-filter-tree .boost-pfs-filter-option-categories li {
    width: 50%;
   }
   .shopify-section--device-collection .boost-pfs-filter-option:nth-child(2) {
    padding-left: 15px!important;
    }
    .shopify-section--device-collection .boost-pfs-filter-option {
      padding-left: 0px!important;
    }
    .shopify-section--device-collection .boost-pfs-filter-option-item{
      padding:0px;
    }
  .shopify-section--plan-collection .boost-pfs-filter-options-wrapper .boost-pfs-filter-option-range {
    flex: 0 0 27.33%;
  }
  .boost-pfs-search-panel-product-show .boost-pfs-filter-left-col {
    width: 100%;
    float: left;
    margin-bottom: 3rem;
  }
  .boost-pfs-search-panel-product-show .boost-pfs-filter-right-col{
    width: 100%;
    float: left;
  }
  .boost-pfs-filter-options-wrapper.search-filter-ui {
    margin-top: 2rem;
   }
   .boost-pfs-search-suggestion-column-2-non-fullwidth:not(.boost-pfs-search-suggestion-mobile).boost-pfs-search-suggestion-product-item-type-list {
    width: 648px!important;
    top: 109px!important;
    left: auto!important;
   }
   #search-drawer .search-input:focus-within {
    border-bottom-color: rgb(var(--text-color) / .12);
  }
  .boost-pfs-search-suggestion-products-per-row-2:not(.boost-pfs-search-suggestion-mobile) .boost-pfs-search-suggestion-group[data-group*=products] .boost-pfs-search-suggestion-item {
    float: none;
    width: 100%;
  }
  .boost-pfs-search-suggestion {
    left: auto!important;
   }
   .boost-pfs-search-suggestion-no-others-wrapper.boost-pfs-search-suggestion-column-2-non-fullwidth:not(.boost-pfs-search-suggestion-mobile).boost-pfs-search-suggestion-product-item-type-list:not(.boost-pfs-search-suggestion-products-per-row-1) {
    width: 648px!important;
   }
}   


@media(max-width: 767px) {
.boost-pfs-filter-option-title-text
{
 font-size: 1rem!important;  
}
 .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-middle{
 font-size: 0.875rem!important; 
}
.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list .boost-pfs-filter-option-item button .boost-pfs-filter-option-value, 
.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list .boost-pfs-filter-option-item .boost-pfs-filter-button .boost-pfs-filter-option-value
{
  font-size: 0.875rem!important; 
}
.boost-pfs-filter-option-content .boost-pfs-filter-option-item-list .boost-pfs-filter-option-item button, .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list .boost-pfs-filter-option-item .boost-pfs-filter-button{
  font-size:1rem!important;
  font-family: var(--primary-medium-font)!important;
  font-weight: 500;
}
.plan-col.product-card__info .plan_price {
  width: 100%;
}
.plan-col.product-card__info .plan_price a.button {
  width: 100%;
}
.boost-pfs-filter-toolbar-top-mobile {
  display: block;
} 
.boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-middle {
  text-transform: capitalize;
  color: rgb(var(--primary-color));
  text-align: left;
}
.boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title {
  padding-left: 0px;
}
.boost-pfs-filter-mobile-footer button.boost-pfs-filter-show-result
{
  font-size:0.75rem;
}

}

@media(min-width: 400px) {
  .boost-pfs-filter-product-bottom-inner .carrier-terms {
    min-height:41px;
  }
}

@media(max-width: 370px) {
  .boost-pfs-filter-top-sorting label {
    width: 30%;
}
.collection__results .v-stack.gap-6 {
  display:block;
}
}
@media(max-width: 400px) {
  .boost-pfs-filter-bottom-pagination li {
    padding: 3px;
  }
  .boost-pfs-filter-bottom-pagination li svg{
    width: 10px;
  }
}

/* Mozilla Specific Css */
@-moz-document url-prefix() {
    @media(min-width: 768px) {

      .boost-pfs-filter-option-title-text{
        font-size:1.125rem;
      }
      .shopify-section--device-collection .boost-pfs-filter-tree-h .boost-pfs-filter-option{
        padding:0px;
      }
      .boost-pfs-filter-option-item .boost-pfs-filter-option-value {
        font-size: 0.8125rem;
      }
      .boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-option-column-1 .boost-pfs-filter-option-content ul li {
        width: 100%;
        margin: 4px 0px;
      }
      .boost-pfs-filter-tree-desktop-button-body .boost-pfs-filter-tree-h .boost-pfs-filter-options-wrapper {
        padding-bottom: 20px;
      }
    
  }
  
} 



/** Microsoft Edge */


  @media(min-width: 768px) {

   .browser_Microsoft-Edge .boost-pfs-filter-option-title-text{
      font-size:1.1875rem;
      font-size:1.1875rem;
    }
    .browser_Microsoft-Edge .shopify-section--device-collection .boost-pfs-filter-tree-h .boost-pfs-filter-option{
      padding:0px;
    }
    .browser_Microsoft-Edge .boost-pfs-filter-option-item .boost-pfs-filter-option-value {
      font-size: 0.8125rem;
    }
    .browser_Microsoft-Edge .boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-option-column-1 .boost-pfs-filter-option-content ul li {
      width: 100%;
      margin: 4px 0px;
    }
    .browser_Microsoft-Edge  .boost-pfs-filter-tree-h .boost-pfs-filter-options-wrapper {
      padding-bottom: 20px;
    }
  
   }



/* Safari 10.1+ (alternate method) */

@supports (-webkit-hyphens:none)
{
  @media(min-width: 768px) {

    .boost-pfs-filter-option-title-text{
      font-size: 1.125rem;
    }
    .shopify-section--device-collection .boost-pfs-filter-tree-h .boost-pfs-filter-option{
      padding:0px;
    }
    .boost-pfs-filter-option-item .boost-pfs-filter-option-value {
      font-size: 0.8125rem;
    }
    .boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-option-column-1 .boost-pfs-filter-option-content ul li {
      width: 100%;
      margin: 4px 0px;
    }
    .boost-pfs-filter-tree-desktop-button-body .boost-pfs-filter-tree-h .boost-pfs-filter-options-wrapper {
      padding-bottom: 20px;
    }
   
 }



 @media(min-width: 999px) {
      .shopify-section--device-collection .boost-pfs-filter-product-item-flip-image,
      .shopify-section--accessories-collection .boost-pfs-filter-product-item-flip-image{
      top:40px;
      }
 }

}

@media screen and (min-width: 700px){
  .boost-pfs-search-suggestion-wrapper
  {
    right:1rem !important;
  }
}

@media screen and (min-width: 1024px){
  .collection-device-plp .boost-pfs-filter-options-wrapper, .collection-plan-plp .boost-pfs-filter-options-wrapper{
    justify-content: space-around;
  }
  .collection-accessories-plp .boost-pfs-filter-options-wrapper {
    justify-content: space-around !important;
  }
  .collection-accessories-plp div#boost-pfs-filter-tree-pf-v-brand .boost-pfs-filter-option-content-inner ul.boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list {
    column-count: 2;
    column-gap: 0;
  }
  .collection_search_main .boost-pfs-filter-options-wrapper {
    justify-content: flex-start;
 }
  .shopify-section--accessories-collection div#boost-pfs-filter-tree-pf-t-brand .boost-pfs-filter-option-item-list-multiple-list {
    column-gap: 0px;
    column-count: 2;
  }
}
@media screen and (min-width: 1200px){
  .collection-accessories-plp .shopify-section--accessories-collection .boost-pfs-filter-option {
    flex: 0 0 25% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px){
  .collection-accessories-plp .shopify-section--accessories-collection .boost-pfs-filter-option {
    flex: 0 0 50% !important;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1350px)
{  
  .shopify-section--device-collection .boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-option-carrier {
    flex: 0 0 22%;
  }
  .shopify-section--device-collection .boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-option-storage
  {
    flex: 0 0 22%;
  }
  .shopify-section--device-collection .boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-option-display-size
  {
    flex: 0 0 21%;
  }
}

@media screen and (min-width: 1700px)
{
  #boost-pfs-filter-tree .boost-pfs-filter-option-type-of-plan {
    flex: 0 0 32%;
   }
}

.boost-pfs-filter-tree-h .boost-pfs-filter-option-title-heading
{
  font-size:1rem;
}

/* Swatches  Css PLP */ul.boost-pfs-filter-item-swatch li label[title='Black'] {background-color:#303232!important;}ul.boost-pfs-filter-item-swatch li label[title='Shadow'] {background-color:#303232!important;}ul.boost-pfs-filter-item-swatch li label[title='Blue'] {background-color:#d5dde0!important;}ul.boost-pfs-filter-item-swatch li label[title='Green'] {background-color:#d6ded0!important;}ul.boost-pfs-filter-item-swatch li label[title='Yellow'] {background-color:#ede8ca!important;}ul.boost-pfs-filter-item-swatch li label[title='Pink'] {background-color:#ee94ca!important;}ul.boost-pfs-filter-item-swatch li label[title='Black Titanium'] {background-color:#4f5052!important;}ul.boost-pfs-filter-item-swatch li label[title='White Titanium'] {background-color:#f3f2ed!important;}ul.boost-pfs-filter-item-swatch li label[title='Blue Titanium'] {background-color:#515966!important;}ul.boost-pfs-filter-item-swatch li label[title='Natural Titanium'] {background-color:#bbb4a9!important;}ul.boost-pfs-filter-item-swatch li label[title='Red'] {background-color:#ba0c2f!important;}ul.boost-pfs-filter-item-swatch li label[title='Starlight'] {background-color:#faf7f2!important;}ul.boost-pfs-filter-item-swatch li label[title='Midnight'] {background-color:#303232!important;}ul.boost-pfs-filter-item-swatch li label[title='Space Black'] {background-color:#303232!important;}ul.boost-pfs-filter-item-swatch li label[title='Icy Blue'] {background-color:#8fc9db!important;}ul.boost-pfs-filter-item-swatch li label[title='Cream'] {background-color:#d6cdc2!important;}ul.boost-pfs-filter-item-swatch li label[title='Graphite'] {background-color:#303232!important;}ul.boost-pfs-filter-item-swatch li label[title='Mint'] {background-color:#9ebbac!important;}ul.boost-pfs-filter-item-swatch li label[title='Awesome Graphite'] {background-color:#303232!important;}ul.boost-pfs-filter-item-swatch li label[title='Phantom Black'] {background-color:#303232!important;}ul.boost-pfs-filter-item-swatch li label[title='Lavender'] {background-color:#7e7f9f!important;}ul.boost-pfs-filter-item-swatch li label[title='Grey'] {background-color:#69686e!important;}ul.boost-pfs-filter-item-swatch li label[title='Carbon'] {background-color:#303232!important;}ul.boost-pfs-filter-item-swatch li label[title='Obsidian'] {background-color:#303232!important;}ul.boost-pfs-filter-item-swatch li label[title='Charcoal'] {background-color:#303232!important;}ul.boost-pfs-filter-item-swatch li label[title='Ink Blue'] {background-color:#4e5c63!important;}ul.boost-pfs-filter-item-swatch li label[title='Smoke'] {background-color:#7d7d7d!important;}ul.boost-pfs-filter-item-swatch li label[title='Neptune'] {background-color:#307db6!important;}ul.boost-pfs-filter-item-swatch li label[title='Hazel'] {background-color:#82857f!important;}ul.boost-pfs-filter-item-swatch li label[title='Bay'] {background-color:#8b99cb!important;}ul.boost-pfs-filter-item-swatch li label[title='Porcelain'] {background-color:#aba3a9!important;}ul.boost-pfs-filter-item-swatch li label[title='Rose'] {background-color:#ffdec5!important;}ul.boost-pfs-filter-item-swatch li label[title='Down Under'] {background-color:#63c1a3!important;}ul.boost-pfs-filter-item-swatch li label[title='Purple'] {background-color:#800080!important;}ul.boost-pfs-filter-item-swatch li label[title='Space Gray'] {background-color:#7d7d7d!important;}ul.boost-pfs-filter-item-swatch li label[title='Deep Purple'] {background-color:#827788!important;}ul.boost-pfs-filter-item-swatch li label[title='Amber Yellow'] {background-color:#f1ead4!important;}ul.boost-pfs-filter-item-swatch li label[title='Marble Gray'] {background-color:#c5c3c3!important;}ul.boost-pfs-filter-item-swatch li label[title='Cobalt Violet'] {background-color:#52566d!important;}ul.boost-pfs-filter-item-swatch li label[title='Onyx Black'] {background-color:#4a4a4d!important;}ul.boost-pfs-filter-item-swatch li label[title='Titanium Black'] {background-color:#62605f!important;}ul.boost-pfs-filter-item-swatch li label[title='Titanium Violet'] {background-color:#4d4e5f!important;}ul.boost-pfs-filter-item-swatch li label[title='Titanium Yellow'] {background-color:#f0e1b9!important;}ul.boost-pfs-filter-item-swatch li label[title='Titanium Gray'] {background-color:#aca49b!important;}ul.boost-pfs-filter-item-swatch li label[title='Navy'] {background-color:#3e424b!important;}ul.boost-pfs-filter-item-swatch li label[title='Sage Green'] {background-color:#545b59!important;}ul.boost-pfs-filter-item-swatch li label[title='White'] {background-color:#ffffff!important;}ul.boost-pfs-filter-item-swatch li label[title='Silver Shadow'] {background-color:#7f7f7e!important;}ul.boost-pfs-filter-item-swatch li label[title='Peony'] {background-color:#ff9ca9!important;}ul.boost-pfs-filter-item-swatch li label[title='Wintergreen'] {background-color:#d7ead7!important;}ul.boost-pfs-filter-item-swatch li label[title='Rose Quartz'] {background-color:#f4ddec!important;}ul.boost-pfs-filter-item-swatch li label[title='Ultramarine'] {background-color:#6467e6!important;}ul.boost-pfs-filter-item-swatch li label[title='Desert Titanium'] {background-color:#c1a894!important;}ul.boost-pfs-filter-item-swatch li label[title='Sapphire Blue'] {background-color:#5a7490!important;}.boost-pfs-body-no-scroll body {
    overflow: unset !important;
    position: unset !important;
}

.boost-pfs-body-no-scroll {
    overflow: unset !important;
    position: unset !important;
}

/* fix added for range slider */
.shopify-section--plan-collection .boost-pfs-filter-option-range-slider .noUi-base {
    pointer-events: none;
}
.boost-pfs-filter-option-range-slider .noUi-handle.noUi-handle-upper {
    pointer-events: visible;
}

.boost-pfs-filter-toolbar-item.boost-pfs-filter-custom-sorting.boost-pfs-filter-top-sorting > label {
    visibility: hidden;
}
