
.price-comp-cls .toggle {
  position: relative;
  width: 70px;
  height: 30px;
  border-radius: 100px;
  background-color: #b19777;
  overflow: hidden;
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}
.price-comp-cls .toggle .check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}
.price-comp-cls .toggle .b.switch {
  position: absolute; 
  top: 2px;
  bottom: 2px; 
  background-color: #fff;
  border-radius: 36px;
  z-index: 1;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: all;
  transition-delay: 0s;
  transition-property: left, right;
  transition-delay: 0s, 0.08s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  display: block;
}  
.price-comp-cls .mly.active ~ .toggle .b.switch { 
  left: 2px; 
  right: 57.5%;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: all;
  transition-delay: 0s;
  transition-property: left, right;
  transition-delay: 0s, 0.08s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}  
.price-comp-cls .mly ~ .toggle .b.switch {
  right: 2px;
  left: 57.5%;  
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: all;
  transition-delay: 0s;
  transition-property: left, right;
  transition-delay: 0.08s, 0s;
}
.price-comp-cls .billing-selectors__form {
  display: flex;
  align-items: center;
}

.price-com-term.active {
  display: block;
} 
.price-block--yearly-container {
  display: none;
}
.price-comp-cls article.price-com {
  width:100%;
  margin:0 auto;
  position:relative;
}
.price-comp-cls .price-com ul {
  display:flex;
  top:0px;
  z-index:10;
  padding-bottom:14px;
}
.price-comp-cls .price-com li {
  list-style:none;
  flex:1;
}
.price-comp-cls .price-com li:last-child {
  border-right:1px solid #DDD;
}
.price-comp-cls .price-com button {
  width:100%;
  justify-content: center;
  margin-top: 0 !important;
}
.price-comp-cls .price-com li.active button {
  background:#F5F5F5;
  color:#000;
}
.price-comp-cls .price-com table { 
  border-collapse:collapse;
  table-layout:fixed; 
}
.price-comp-cls .price-com li button {
   background-color: #222222;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 25px;
}
.price-comp-cls .price-com th { 
  background-color: #222222;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 25px;
  display:none;
}
.price-comp-cls td, th {
  height:53px;
  vertical-align: middle;
}
.price-comp-cls .price-com li button,
.price-comp-cls .price-com td,
.price-comp-cls .price-com th { 
  border:1px solid #4a3838;
  padding:10px;
  empty-cells:show;
}
.price-comp-cls .txt-top {
  background-color: #b19777;
  color: #333; 
}
.price-comp-cls .price-com td,th {
  text-align:left;
}
.price-comp-cls .price-com td+td, .price-comp-cls .price-com th+th {
  text-align:center;
  display:none;
}
.price-comp-cls .price-com td.default {
  display:table-cell;
}
.price-comp-cls .price-com .sep {
  background:#ffffff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #333;
  text-transform: uppercase;
} 
.price-comp-cls .price-com .tick { 
  font-size:18px; 
  color:#2CA01C; 
}

.price-comp-cls .price-com .wrong { 
  font-size:18px; 
  color:#cf0b0b; 
}
.price-comp-cls .price-com .hide { 
  background:none;
  background-color: transparent !important;
}
.price-comp-cls .btn-row td {
  padding: 0;
}
.price-comp-cls .price-head {
  font-size: 30px;
  text-align: center !important;
  color: #333;
  text-transform: uppercase;
}

@media (min-width: 640px) {
  .price-comp-cls .price-com ul {
    display:none;
  }
  .price-comp-cls .price-com td,
  .price-comp-cls .price-com th {
    display:table-cell !important;
    vertical-align: middle;
  }
  .price-comp-cls .price-com td,
  .price-comp-cls .price-com th {
    width: 330px;

  }
  .price-comp-cls .price-com td+td, .price-com th+th {
    width: auto;
  }
}

.price-comp-cls .tooltip-wrapper {
  display: inline-block;
  cursor: help;
  font-size: 14px;
  position: relative;
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
}
.price-comp-cls .tooltip-wrapper svg {
  width: 14px;
  height: 14px;
}

.price-comp-cls .tooltip-wrapper .tooltip {
  background: #eeeeee;
  bottom: 100%;
  display: block;
  left: -25px;
  margin-bottom: 15px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  width: 250px;
  -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);
}
.price-comp-cls .tooltip-wrapper .tooltip::before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
.price-comp-cls .tooltip-wrapper .tooltip::after {
  border-top: solid 10px #eeeeee;
}
.price-comp-cls .tooltip-wrapper .tooltip::after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 36px;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
.price-comp-cls .tooltip-wrapper:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.price-comp-cls .price-com-term{
  display: none;
  font-size: 50px;
  line-height: 70px;
}
.price-comp-cls .price-com-term.active{
  display: block;
}

.price-comp-cls .billing-selectors__form label {
  font-size: 15px;
  font-weight: 600;
} 
.price-comp-cls .billing-selectors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
} 