/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 23 2025 | 16:34:37 */
  /* Shop - Phones */
.shop-tabs nav {
  border-bottom: 2px solid #f3f3f3;
  margin-bottom: 25px;
  margin-top: 25px;
  text-align: center;
  padding:0;
  height:70px

}
.shop-tab {
  display: inline-block;
  width: 253px;
  height: 70px;
  line-height: 70px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  color: $text-dark;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease;
}
.shop-tabs.plans-filters {
  .shop-tab {
    width: 183px;
  }
}
.shop-tab.active, .tabbed-content .shop-tab.active {
  border-top: 2px solid #f3f3f3;
  border-left: 2px solid #f3f3f3;
  border-right: 2px solid #f3f3f3;
  border-bottom: 2px solid #fff;
  color: $brand-primary;
}
.shop-tab:hover {
  color: $brand-primary;
  text-decoration: none;
}



@media (min-width: 640px) {
  .mobile-only {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .desktop-only {
    display: none !important;
  }
}

.plans-options {
  padding: 0 10%;

  &[data-filter="plans"], &[data-filter="postpaid"], &[data-filter=""] {
    td.plan-type {
      display:none !important;
    }
  }
}

.plans-options table td, .plans-options table th {
border:none !important;
}

.plans-options table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 20px;

  tr.head td {
    text-transform:lowercase;
  }
}
.plans-options table td {
  padding: 0 0 0 30px;
  &.bold-plan{
      font-weight: 600;
      &::after{
          content: '\2020';
          font-size: 23px;
      }
  }
  &.plan-name {
    position: relative;
  }
}

tr.plan-row {
  background-color: #ededed;
  transition: all 0.3s ease;

  &.new-plan {
    td:first-child {
      position: relative;

      &:before {
        content:'';
        position: absolute;
        left: -10px;
        top:-10px;
        width: 70px;
        height: 70px;
        background: url("/img/content/new-plan-badge.png") no-repeat left top;
        background-size: 100% 100%;
      }
    }
  }
}
@media (max-width: 640px) {
  tr.plan-row {
    &.new-plan {
      td:first-child {
        &:before {
          width: 60px;
          height: 60px;
          left: -25px;
          top: -9px;
        }
      }
    }
  }
}
tr.plan-row:hover {
  background-color: #2dbcaf;
}
tr.plan-row:hover .link-type-button.link-style-brand {
  color:#fff;
  border-color: #fff;
}
tr.plan-row .link-type-button.link-style-brand:hover {
  background-color:#fff;
  color: #2dbcaf;
}
tr.plan-row .link-type-button{
  font-size:1em;

  &.buy-button-link {
    display:block;
    /*margin-top:12px;*/
    margin-top:5px !important;
    margin-right:10px;
  }
}
tr.plan-row td {
  height: 30px;
  line-height: 30px;
  vertical-align: middle;

  &.hide-empty {
    display:none !important;
  }
  &.buy-button {
    padding: 10px 0;
    max-width:170px;
  }

  .link-type-button.buy-button-link {      
      margin-top: 15px;
  }
  
}
tr.head td {
  font-weight: bold;

  &.hide-empty {
    display:none !important;
  }
}
.plans-filter {
  text-align: center;
}
.plans-filter button {
  padding: 0 40px;
  border:none;
  background-color: transparent;
  margin-bottom: 30px;
  font-weight: bold;
  outline: none;
  color:black;
}
.plans-filter button.active {
  color:#00c4b3;
}
.template-store-plans .shop-tabs nav {
  margin-bottom: 50px;
}
.plans-hint {
  text-align: center;
  height: 85px;
  line-height: 85px;
  background-color: #ffc728;
  color: #fff;
  margin-bottom:30px;
}
.plans-hint span {
  display: inline-block;
  margin-right: 20px;
}
.plans-options .tandcs {
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
  margin-bottom: 50px;
}
.plans-options .cards .card {
  height: 230px;
  width: calc(50% - 10px);
  float: left;
  text-align: center;
  color: #fff;
}
.plans-options .cards .card.card-style-green {
  background-color: $brand-primary;
  margin-right: 20px;
}

.plans-options .cards .card.card-style-red {
  background-color: #ef3a4c;
}
.plans-options .card .link-type-button {
  width: auto;
}
.plans-options .cards {
  margin-bottom: 80px;
}
.plans-options .card h2 {
  margin-top: 0.8em;
}
.plan-description {
  display: none;
  font-size: 14px;
}
.info-trigger {
  cursor: pointer;
  transition:0.3s all ease;
  padding-right:10px;
  outline: none !important;
  margin-top:20px;
}
.info-trigger img {
  width:20px;
  opacity:0;
  transition:all ease 0.3s;
}
.info-trigger:hover {
  transform:scale(1.1)
}
tr.plan-row:hover .info-trigger img {
  opacity:1;
}
tr.plan-row .popover {
  border-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  font-size: 12px;
}
.template-phone {
  .plans-options {
    display: none;

    &.active {
      display: block;
    }
  }
}

/* Buttons */
.link-type-anchor, .link-type-anchor > span {
  position:relative;
}
.link-type-anchor > span {
  display:inline-block;
}
.link-type-anchor:hover {
  text-decoration:none;
}

.link-type-button {
  height: 54px;
  line-height: 54px;
  display: inline-block;
  border-radius: 3px;
  width: auto;
  padding: 0 45px;
  cursor:pointer;
  background-color:transparent;
  /* font-size:$normalFont; */

  &.expand, &.collapse {
    padding-left:61px;
    
  }
}
.page-content .page-body .link-type-button {
  font-size:1em;
}
.link-type-button.small-font {
  /* font-size:$smallFont; */
}
.link-type-button:hover {
  text-decoration:none;
}
.link-type-button.link-style-brand {
  border: 2px solid;
  border-color: #00c4b3;
  color: #00c4b3;
  
}
.link-type-button.link-style-brand:hover, .link-type-button.link-style-brand.active {
  background-color: #00c4b3;
  color: #fff;
}

.pull-right {
    float: right !important;
}


/* =================================== */
/* [ BASIC REDESIGNED TABLE ] */
/* =================================== */

.aliv-plan-table {

  tr > td:last-of-type {
      text-align:center;
  }
  
  .tooltip-box {
    
    br {display:none !important;}
    
    p {font-size: 14px;}
    
    img {width: 20px; height:auto;}
    
  position: relative;
  display: contents;
  /*
    display: inline-block;
    top: 8px;
    left: 10px;
    float: right;

    */
}
.tooltip-box .tooltip-text {
	visibility: hidden;
    /* width: 100px; */
    background-color: white;
    color: black;
    text-align: left;
    padding: 20px;
    position: absolute;
    z-index: 1;
    left: -305px;
    /* right: 320px; */
    font-size: 14px;
  	line-height: 15px; /* Temporary Line Height */

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  
  	p {font-size: 14px;}
  	border-radius:5px;

    -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);

  
  
}
  
  /* 
  .tooltip-box:hover  {
    
    position:absolute;
    
    
}
  
  */
  
  
.tooltip-box:hover .tooltip-text {
  visibility: visible;
}

}


/* =================================== */
/* [ TOOL TIP SAMPLE ] */
/* =================================== */

.aliv-plan-table {

  body {
	background: #fefefe;
	font-family: monospace !important;
}

span {
	position: absolute;
	background: #333;
	padding: 5px;
	border-radius: 3px;
	top: 50%;
	left: 50%;
	color: #eee;
}

.centre {
	background: transparent;
	color: #333;
	transform: translate(-50%, -50%);
}

.top {
	left: 40%;
	top: 4%
}

.bottom {
	left: 40%;
	top: 90%
}

.left {
	left: 4%;
	top: 49%
}

.right {
	top: 49%;
	left: 90%;
}
/* remove above styles */
.plan-tooltip {
    text-align: center;
    color: #fff;
    background: #333;
    position: absolute;
    z-index: 10000;
    padding: 10px;
				border-radius: 5px;
				-webkit-transition: 100ms ease;
				-moz-transition: 100ms ease;
				-o-transition: 100ms ease;
				-ms-transition: 100ms ease;
				transition: 100ms ease;
}
 
    .plan-tooltip:after /* triangle decoration */
    {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #333;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
    }
 
        .plan-tooltip.top:after
        {
            border-top-color: transparent;
            border-bottom: 10px solid #111;
            top: -20px;
            bottom: auto;
        }
 
        .plan-tooltip.left:after
        {
            left: 10px;
            margin: 0;
        }
 
        .plan-tooltip.right:after
        {
            right: 10px;
            left: auto;
            margin: 0;
        }



}
