
[class^="tr-wrapper-"] {
 font-family: "industry",sans-serif;
}

[class^="tr-wrapper-"].tr-desktop.has-featured-column {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

[class^="tr-wrapper-"] .tr-tooltip {
  background-color: #444;
  padding: 0.5rem 1rem;
  color: #fff;
  font-size: 0.7em;
}

[data-tr-table] {
  text-align: center;
  border-collapse: collapse;
  color: #4d4d4d;
  position: relative;
  font-family: "industry",sans-serif;
}

[data-tr-table] thead, [data-tr-table] tbody, [data-tr-table] tfoot {
  background: none;
}

[data-tr-table] td, [data-tr-table] th {
  border: 1px solid #f3f3f3;
  position: relative;
}

.tr-desktop [data-tr-table] td.tr-featured, .tr-desktop [data-tr-table] th.tr-featured {
  -webkit-box-shadow: -5px 0 5px -2px rgba(0, 0, 0, 0.05), 5px 0 5px -2px rgba(0, 0, 0, 0.05);
  box-shadow: -5px 0 5px -2px rgba(0, 0, 0, 0.05), 5px 0 5px -2px rgba(0, 0, 0, 0.05);
  z-index: 1;
}

[data-tr-table] th {
  color: #223a52;
  font-weight: normal;
}

[data-tr-table] th a {
  color: inherit;
}

[data-tr-table] td {
  font-size: 0.8em;
  background: #fff;
}

[data-tr-table] td a {
  width: 100%;
}

[data-tr-table] thead th {
  padding: 1rem;
  text-align: center;
  font-size: 1.5em;
  background: #fff;
  color: #4d4d4d;
}

.tr-desktop [data-tr-table] thead th.tr-featured {
  border-top: 0;
  font-size: 1.5em;
}

.tr-desktop [data-tr-table] thead th.tr-featured:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  height: 1rem;
  background: #fff;
  -webkit-box-shadow: 0 -5px 5px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 -5px 5px -2px rgba(0, 0, 0, 0.05);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

[data-tr-table] thead th:empty {
  background: none;
  border: 0;
}

.tr-desktop [data-tr-table] thead th {
  font-size: 20px;
}

[data-tr-table] tbody td, [data-tr-table] tbody th {
  padding: 1rem;
}

[data-tr-table] tbody th {
  max-width: 20rem;
  text-align: right;
  font-size: 16px;
  background: #fff;
  color: #333;
  border: 0;
  -webkit-box-shadow: inset -15px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: inset -15px 0 20px -10px rgba(0, 0, 0, 0.1);
}

[data-tr-table] tbody th:empty {
  background: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

[data-tr-table] tbody tr:first-child th {
  border-top-left-radius: 3px;
}

[data-tr-table] tbody tr:last-child th {
  border-bottom-left-radius: 3px;
}

.tr-desktop [data-tr-table] tbody tr:last-child .tr-featured:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  height: 1rem;
  background: #fff;
  -webkit-box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.05);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

[data-tr-table] tbody tr:not(:last-child) th {

}

[data-tr-table] .price {
  font-size: 1.7em;
  font-weight: bold;
}

[data-tr-table] .icon-check, [data-tr-table] .icon-x {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

[data-tr-table] .icon-check {
  background: #24395E;
}

[data-tr-table] .icon-check:after {
  content: "";
  width: 0.5em;
  height: 1em;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

[data-tr-table] .icon-x {
  background: #AB1F23;
}

[data-tr-table] .icon-x:before {
  content: "";
  height: 1em;
  width: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

[data-tr-table] .icon-x:after {
  content: "";
  height: 1em;
  width: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

[data-tr-table] .button {
  background: #22d294;
  padding: 0.8rem 1.5rem;
  border-radius: 6px;
  color: #f6fdfb;
  display: block;
  width: 100%;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

[data-tr-table] .button:hover {
  background: #1ebc85;
}

[class^="product-selector"] {
  border-bottom: 0;
  position: relative;
  z-index: 1;
}

[class^="product-selector"] a {
  padding: 1rem 0.5rem;
  color: #fff;
  background: #24395E;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

[class^="product-selector"] a:after {
  content: "";
  background: #466FB9;
  width: 14px;
  height: 14px;
  position: absolute;
  left: calc(50% - 7px);
  bottom: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: -1;
  -webkit-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease;
}

[class^="product-selector"] a:first-child {
  border-top-left-radius: 3px;
}

[class^="product-selector"] a:last-child {
  border-top-right-radius: 3px;
}

[class^="product-selector"] a:not(:last-child) {
  
}

[class^="product-selector"] a.active {
  background: #466FB9;
}

[class^="product-selector"] a.active:after {
  bottom: -7px;
}
