.soldd {
   background: "#26a684" !important
}
.pricing-table {
  text-align: center;
  width: 100%;
}

{% set colorTextLight          = "#39454D" %}
{% set colorPrimary            = "#26a684" %}
{% set colorPrimaryHover       = "#26ae8c" %}
{% set colorCta                = "#f96540" %}
{% set colorCtaHover           = "#f97352" %}


.old-price {
    text-decoration: line-through;
    font-size: 0.4em;
    color: gray;
}

body {
  background: #f7f8f9;
}

/* PRICING */
.pricing .container {
  margin-top: -150px;
}

.pricing-table a.button {
  /*display: block;*/
  text-align: center;
  margin-right: 0;
  margin-bottom: 10px;
  width: 200px;
  padding: 0;
}
.pricing-table td.pricing-header, .pricing-table td.text, .pricing-table td.pricing-footer {
  vertical-align: top;
}
.pricing-table td.text {
  text-align: center;
}
.pricing-table td {
  width: 26%; 
}
.pricing-table.narrow td {
  width: 16%; 
}
.pricing-table td.pricing-feature, .pricing-table td.blank {
  width: 22%;
}
.pricing-table.narrow td.pricing-feature, .pricing-table.narrow td.blank {
  width: 15%;
}
.pricing-table td:not(.blank) {
  background: #fff;
}
.pricing-table td {
  padding: 10px 15px 0 15px;
}
.pricing-table td:not(.pricing-header):not(.pricing-footer) {
  padding-bottom: 10px;
}
.pricing-table td:not(.pricing-footer) {
  border-bottom: 1px dashed #ccc;
}
.pricing-table td:not(:last-child):not(.blank) {
  border-right: 1px dashed #ccc;
}
.pricing-table td:not(:first-child) {
  box-shadow: 15px 15px 15px rgba(0,0,0,0.05);
}
.pricing-table td ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.pricing-table td ul li {
  padding-bottom: 5px; 
}
.pricing-table td:not(.pricing-header):not(.pricing-footer):not(.pricing-feature) i {
  font-size: 25px;
  line-height: 30px;
  display: block;
  text-align: center;
  color: 
}
.pricing-table td.excluded i {
  display: none !important;
}
.pricing-table:not(.pricing-header) span {
  /*display: block;*/
  text-align: center;
}
.pricing-table .pricing-header {
  text-align: center;
}
.pricing-table .pricing-footer {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 10px;
}
.pricing-table td.pricing-feature {
  line-height: 1.4;
  font-weight: bold;
  text-align: right;
  background: transparent;
  padding-right: 20px;
}
.pricing-table h4 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #39454d;
  border-radius: 30px;
  width: 200px;
  margin: -35px auto 15px auto;
  padding: 5px 0;
}

.pricing-table.narrow h4 {
  font-size: 20px;
  width: 150px;
}

.pricing-table h2 {
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 0px;
}
.pricing-table .slideToggle {
  margin-bottom: 20px;
}
.pricing-table h2.small {
  font-size: 25px;
}
.pricing-table .timespan {
  font-size: 14px;
  float: none !important;
  /*color: ;*/
  font-weight: 400;
  margin-top: -10px;
  display: block;
}
.pricing-table .slideToggle {
  display: flex;
  justify-content: center;
  /*margin: 50px 0;*/
}
.pricing-table .slideToggle i {
  margin: 0 8px;
}

.pricing-table .form-switch {
  align-items: center;
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  justify-content: space-between;
  margin: -5px 0 5px -15px;
}

.pricing-table .form-switch i {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 20px;
  /*border: 1px solid #DFDFDF;*/
  border-radius: 10px;
  transition: all 0.3s linear;
  /*box-shadow: 0 0px 10px rgba(0,0,0,0.1) inset;*/
  border: 1px solid rgba(57, 69, 77, 0.25);
}

.pricing-table .form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 14px;
  background-color: ;
  border-radius: 7px;
  transform: translate3d(4px, 3px, 0);
  transition: all 0.2s ease-in-out;
}
.pricing-table .form-switch i:hover::after {
  background-color: ;
}

.pricing-table .form-switch input {
  display: none;
}

.pricing-table .form-switch input:checked + i::after {
  transform: translate3d(26px, 3px, 0);
}
.pricing-table .form-switch .beforeinput, .pricing-table .form-switch .afterinput {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.4;
  color: #39454d;
}
.pricing-table .form-switch .beforeinput.text-success, .pricing-table .form-switch .afterinput.text-success {
  color: ;
  opacity: 1;
}

.pricing-table p.note {
  opacity: 0.6;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
}
.pricing-table .radius-top-left {
  border-top-left-radius: 10px;
}
.pricing-table .radius-top-right {
  border-top-right-radius: 10px;
}
.pricing-table .radius-bottom-left {
  border-bottom-left-radius: 10px;
}
.pricing-table .radius-bottom-right {
  border-bottom-right-radius: 10px;
}

.pricing-table .pricing-responsive {
  display: none;
}
.pricing-table .pricing-responsive i.fa-check {
  display: none;
}
.pricing-table td ul .excluded {
  display: none;
}
@media (max-width: 1000px) {
  
  .pricing-table .pricing-responsive {
    display: block;
  }
  .pricing-table td.pricing-header.blank {
    display: none;
  } 
  .pricing-table td:not(.pricing-header) {
    display: none;
  }    
  .pricing-table td.pricing-header {
    display:block;
    width:100%;
    box-sizing: border-box;
    border-bottom: 1px solid #fff !important;
    border-right: none !important;
    border-radius: 10px;
    margin-bottom: 75px;
  }
  .pricing-table tr{
    display:block;
  }
  .pricing-table td.pricing-header .pricing-responsive > div {
    padding: 5px 10px;
    margin: 0 -15px;
    line-height: 1.4;
    font-size: 15px;
  }
  .pricing-table td.pricing-header .pricing-responsive > div:first-child {
    border-top: 1px dashed #ccc;
  }
  .pricing-table td.pricing-header .pricing-responsive > div:not(:last-child) {
    border-bottom: 1px dashed #ccc;
  }
  .pricing-table td.pricing-header .pricing-responsive span {
    display: inline;
    width: auto;
  }
  .pricing-table td.pricing-header .excluded {
    color: #ddd;
  }
  .pricing-table td ul .excluded {
    display: block;
    color: #ddd;
  }
  .pricing-table td ul strong {
    display: none;
  }
}


.tooltip-wrapper {
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.tooltip-wrapper .tooltip {
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  background: #148567;
  bottom: 100%;
  color: #fff;
  display: block;
  left: -20px;
  /*margin-bottom: 15px;*/
  opacity: 0;
  padding: 10px 10px 12px 17px;
  border-radius: 10px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
     -o-transform: translateY(10px);
      transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
     -o-transition: all .25s ease-out;
      transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.tooltip-wrapper .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* CSS Triangles - see Trevor's post */
.tooltip-wrapper .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #148567 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

.tooltip-wrapper:hover .tooltip {
  opacity: 0.95;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
     -o-transform: translateY(0px);
      transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .tooltip-wrapper .tooltip {
  display: none;
}

.lte8 .tooltip-wrapper:hover .tooltip {
  display: block;
}

.pricing-responsive .tooltip {
  margin-top: 3px;
  margin-bottom: 4px;
  font-size: 14px;
  opacity: 0.7;
  text-align: center;
}

.pricing-responsive .excluded .tooltip {
  display: none;
}

.pricing-responsive i.fa-question-circle {
  display: none;
}
.pricing-table .tooltip-wrapper i.fa-question-circle {
  color: #26a684;
  margin-right: 5px;
}
.pricing-table .ultimate h4 {
  margin-top: -49px;
  border-right: 5px solid #f96540;
  border-left: 5px solid #f96540;
}

.pricing-customize.business .for-private, .pricing-table.business .for-private {
  display: none;
}
.pricing-customize.private .for-business, .pricing-table.private .for-business {
  display: none;
}