﻿.pricing-plan,
.product-comparison {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

  .pricing-plan .head,
  .product-comparison .head {
    font-size: 24px;
    font-weight: bold;
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #7694a7;
    background-image: linear-gradient(to bottom, #7694a7, #68808f);
    color: #ffffff;
    position: relative;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    border-top-right-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-left-radius: 2px;
    -webkit-box-shadow: 0 1px 1px -1px @gradient-one-shadow;
    -moz-box-shadow: 0 1px 1px -1px @gradient-one-shadow;
    box-shadow: 0 1px 1px -1px @gradient-one-shadow;
  }

    .pricing-plan .head.alternative,
    .product-comparison .head.alternative {
      background-color: #f3f2f2;
      background-image: linear-gradient(to bottom, #f3f2f2, #e5e3e3);
      color: #6f6f6f;
      -webkit-box-shadow: 0 1px 1px -1px @pricing-head-shadow;
      -moz-box-shadow: 0 1px 1px -1px @pricing-head-shadow;
      box-shadow: 0 1px 1px -1px @pricing-head-shadow;
    }

      .pricing-plan .head.alternative .ribbon,
      .product-comparison .head.alternative .ribbon {
        background-color: #7694a7;
        background-image: linear-gradient(to bottom, #7694a7, #68808f);
        color: #ffffff;
      }

        .pricing-plan .head.alternative .ribbon:after,
        .product-comparison .head.alternative .ribbon:after {
          border-color: transparent #f3f2f2 transparent transparent;
        }

        .pricing-plan .head.alternative .ribbon:before,
        .product-comparison .head.alternative .ribbon:before {
          border-color: #6f6f6f #6f6f6f transparent transparent;
        }

    .pricing-plan .head .ribbon,
    .product-comparison .head .ribbon {
      position: absolute;
      height: 25px;
      background-color: #f3f2f2;
      background-image: linear-gradient(to bottom, #f3f2f2, #e5e3e3);
      font-size: 14px;
      color: #6f6f6f;
      letter-spacing: 1px;
      padding: 0 27px 0 10px;
      top: 12px;
      left: -5px;
      line-height: 23px;
    }

      .pricing-plan .head .ribbon:after,
      .product-comparison .head .ribbon:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        border-width: 13px 10px;
        border-style: solid;
        border-color: transparent #7694a7 transparent transparent;
        display: block;
        width: 0;
      }

      .pricing-plan .head .ribbon:before,
      .product-comparison .head .ribbon:before {
        content: "";
        position: absolute;
        bottom: -4px;
        left: 0px;
        border-width: 2px 3px;
        border-style: solid;
        border-color: #2d414f #2d414f transparent transparent;
        display: block;
        width: 0;
      }

  .pricing-plan ul.details {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0 solid #e0e3e6;
    border-width: 1px 1px 0 0;
  }

    .pricing-plan ul.details li {
      border: 0 solid #e0e3e6;
      border-width: 0 0 1px 1px;
      border-collapse: collapse;
      height: 45px;
      line-height: 45px;
    }

      .pricing-plan ul.details li.price {
        font-size: 30px;
        font-weight: bold;
        height: 65px;
        line-height: 65px;
        background-image: linear-gradient(to bottom, #fafafa, #f3f2f2);
      }

        .pricing-plan ul.details li.price .small {
          font-size: 12px;
        }

      .pricing-plan ul.details li.buy {
        height: 100px;
        line-height: 100px;
      }

.product-comparison {
  margin-top: 60px;
  margin-bottom: 60px;
}

  .product-comparison .captions ul,
  .product-comparison .data ul {
    padding: 0;
    list-style: none;
  }

    .product-comparison .captions ul li,
    .product-comparison .data ul li {
      border-top: 1px #e0e3e6 solid;
      overflow: hidden;
      height: 64px;
    }

      .product-comparison .captions ul li:first-child,
      .product-comparison .data ul li:first-child {
        border-top: none;
      }

@media (max-width: 979px) {
  .product-comparison .captions,
  .product-comparison .data {
    margin-bottom: 30px;
  }
}

@media (max-width: 979px) {
  .product-comparison {
    margin-bottom: 30px;
  }
}

.product-comparison .captions {
  text-align: left;
  margin-top: 113px;
  padding-right: 0;
}

  .product-comparison .captions ul {
    border: 1px #e0e3e6 solid;
    border-right: none;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
  }

    .product-comparison .captions ul li {
      padding: 20px 14px;
    }

.product-comparison .data {
  padding-right: 0;
  padding-left: 0;
}

  .product-comparison .data ul {
    border-top: 1px #e0e3e6 solid;
    border-bottom: 1px #e0e3e6 solid;
  }

    .product-comparison .data ul li {
      padding-left: 15px;
      padding-right: 15px;
    }

      .product-comparison .data ul li span {
        background-color: #faf8f8;
        padding: 21px 14px;
        display: block;
        height: 64px;
        font-weight: 600;
      }

        .product-comparison .data ul li span .glyphicons {
          padding: 6px 0 11px 21px;
        }

          .product-comparison .data ul li span .glyphicons i:before {
            color: #6f6f6f;
          }

@media (max-width: 979px) {
  .product-comparison .data {
    padding-right: 15px;
  }

    .product-comparison .data ul {
      border-right: 1px #e0e3e6 solid;
      -webkit-border-bottom-right-radius: 3px;
      -moz-border-radius-bottomright: 3px;
      border-bottom-right-radius: 3px;
    }

      .product-comparison .data ul li {
        padding-right: 0;
      }

        .product-comparison .data ul li:last-child span {
          -webkit-border-bottom-right-radius: 3px;
          -moz-border-radius-bottomright: 3px;
          border-bottom-right-radius: 3px;
        }
}

.product-comparison .data.last {
  padding-right: 15px;
}

  .product-comparison .data.last ul {
    border-right: 1px #e0e3e6 solid;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
  }

    .product-comparison .data.last ul li {
      padding-right: 0;
    }

      .product-comparison .data.last ul li:last-child span {
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius-bottomright: 3px;
        border-bottom-right-radius: 3px;
      }

  .product-comparison .data.last .header {
    padding-right: 0px;
  }

.product-comparison .data.highlighted ul li span {
  background-color: #eceef0;
}

  .product-comparison .header .head {
    display: block;
    border-left: 1px solid transparent;
  }

    .product-comparison .header .head.height-fix {
      height: 113px;
    }

    .product-comparison .header .head.two-liner {
      padding-top: 27px;
      line-height: 30px;
    }

.product-comparison .disclaimer {
  text-align: left;
  padding: 15px;
}

  .product-comparison .disclaimer .glyphicons {
    float: left;
    margin-top: 5px;
  }

  .product-comparison .disclaimer .text {
    margin-left: 40px;
  }
