/*------------------------------------------------------------------
Pricing Table
-------------------------------------------------------------------*/
.oew-pricing-table {
  position: relative;
  text-align: center; }
  .oew-pricing-table.oew-pricing-table-style-1 {
    display: block;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    .oew-pricing-table.oew-pricing-table-style-1:hover {
      -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2), 0 10px 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2), 0 10px 10px rgba(0, 0, 0, 0.2); }
    .oew-pricing-table.oew-pricing-table-style-1 .oew-pricing-table-header {
      display: block;
      padding: 15px;
      background-color: #13aff0; }
    .oew-pricing-table.oew-pricing-table-style-1 .oew-pricing-table-heading {
      color: #fff; }
    .oew-pricing-table.oew-pricing-table-style-1 .oew-pricing-table-subheading {
      color: #fff; }
    .oew-pricing-table.oew-pricing-table-style-1 .oew-pricing-table-prices {
      background-color: #13aff0;
      color: #fff;
      padding: 20px;
      -webkit-box-shadow: inset 0 10px 40px rgba(0, 0, 0, 0.07);
      box-shadow: inset 0 10px 40px rgba(0, 0, 0, 0.07); }
    .oew-pricing-table.oew-pricing-table-style-1 .oew-pricing-table-price {
      font-size: 60px;
      line-height: 1em; }
    .oew-pricing-table.oew-pricing-table-style-1 .oew-pricing-table-currency {
      top: 3px;
      left: -6px; }
    .oew-pricing-table.oew-pricing-table-style-1 .oew-pricing-table-onsale-price {
      font-size: 34px;
      padding-right: 14px; }
    .oew-pricing-table.oew-pricing-table-style-1 .oew-pricing-table-details {
      font-size: 14px;
      font-weight: 300; }
    .oew-pricing-table.oew-pricing-table-style-1 .oew-pricing-table-list {
      border-left: 1px solid #f5f5f5;
      border-right: 1px solid #f5f5f5; }
    .oew-pricing-table.oew-pricing-table-style-1 .oew-pricing-table-button {
      display: block;
      text-align: center; }
  .oew-pricing-table.oew-pricing-table-style-2 {
    padding: 30px;
    border: 5px solid #13aff0; }
    .oew-pricing-table.oew-pricing-table-style-2 .oew-pricing-table-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-color: #13aff0;
      color: #fff;
      width: 80px;
      height: 80px;
      font-size: 30px;
      border-radius: 50%;
      margin: 0 auto 30px;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
      .oew-pricing-table.oew-pricing-table-style-2 .oew-pricing-table-icon svg {
        width: 30px; }
    .oew-pricing-table.oew-pricing-table-style-2:hover .oew-pricing-table-icon {
      background-color: #f5f5f5;
      color: #13aff0; }
    .oew-pricing-table.oew-pricing-table-style-2 .oew-pricing-table-header {
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 1px solid #ddd; }
    .oew-pricing-table.oew-pricing-table-style-2 .oew-pricing-table-price {
      font-size: 40px; }
    .oew-pricing-table.oew-pricing-table-style-2 .oew-pricing-table-onsale-price {
      font-size: 24px;
      color: #999; }
    .oew-pricing-table.oew-pricing-table-style-2 .oew-pricing-table-original-price {
      color: #13aff0; }
    .oew-pricing-table.oew-pricing-table-style-2 .oew-pricing-table-details {
      color: #999; }
    .oew-pricing-table.oew-pricing-table-style-2 .oew-pricing-table-price,
    .oew-pricing-table.oew-pricing-table-style-2 .oew-pricing-table-details {
      display: inline-block; }
    .oew-pricing-table.oew-pricing-table-style-2 .oew-pricing-table-footer {
      padding-top: 15px; }
    .oew-pricing-table.oew-pricing-table-style-2 .oew-pricing-table-button {
      display: block;
      border-radius: 30px; }
  .oew-pricing-table.oew-pricing-table-style-3 {
    border: 1px solid #f5f5f5; }
    .oew-pricing-table.oew-pricing-table-style-3 .oew-pricing-table-header {
      position: relative;
      -webkit-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      width: 100%;
      height: 120px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      .oew-pricing-table.oew-pricing-table-style-3 .oew-pricing-table-header:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background: rgba(0, 0, 0, 0.3);
        z-index: 1; }
      .oew-pricing-table.oew-pricing-table-style-3 .oew-pricing-table-header .oew-pricing-table-heading,
      .oew-pricing-table.oew-pricing-table-style-3 .oew-pricing-table-header .oew-pricing-table-subheading {
        color: #fff;
        z-index: 2; }
    .oew-pricing-table.oew-pricing-table-style-3 .oew-pricing-table-prices {
      background-color: #333;
      color: #fff;
      padding: 18px; }
    .oew-pricing-table.oew-pricing-table-style-3 .oew-pricing-table-price {
      font-size: 40px; }
    .oew-pricing-table.oew-pricing-table-style-3 .oew-pricing-table-onsale-price {
      font-size: 24px;
      color: #999; }
    .oew-pricing-table.oew-pricing-table-style-3 .oew-pricing-table-details {
      color: #999; }
    .oew-pricing-table.oew-pricing-table-style-3 .oew-pricing-table-price,
    .oew-pricing-table.oew-pricing-table-style-3 .oew-pricing-table-details {
      display: inline-block; }
    .oew-pricing-table.oew-pricing-table-style-3 .oew-pricing-table-footer {
      padding: 0 20px 15px; }
    .oew-pricing-table.oew-pricing-table-style-3 .oew-pricing-table-button {
      display: inline-block;
      border-radius: 30px;
      padding: 15px 30px; }
    .oew-pricing-table.oew-pricing-table-style-3 .oew-pricing-table-ribbon {
      z-index: 2; }
  .oew-pricing-table .oew-pricing-table-heading {
    font-size: 26px;
    margin: 0;
    letter-spacing: 0.5px; }
  .oew-pricing-table .oew-pricing-table-subheading {
    font-size: 13px;
    font-style: italic; }
  .oew-pricing-table .oew-pricing-table-currency {
    position: relative;
    font-size: 0.5em;
    vertical-align: super; }
  .oew-pricing-table .oew-pricing-table-onsale-price {
    vertical-align: baseline;
    text-decoration: line-through; }
  .oew-pricing-table .oew-pricing-table-list {
    padding: 10px 20px;
    margin: 0;
    list-style: none; }
    .oew-pricing-table .oew-pricing-table-list li {
      font-size: 15px;
      line-height: 1.6em;
      padding: 5px 16px;
      border-bottom: 1px dotted #ddd; }
      .oew-pricing-table .oew-pricing-table-list li:last-child {
        border-bottom: 0; }
      .oew-pricing-table .oew-pricing-table-list li.disable-item {
        text-decoration: line-through;
        opacity: .5; }
      .oew-pricing-table .oew-pricing-table-list li i {
        font-size: 20px;
        color: #3fc893;
        padding-right: 4px; }
      .oew-pricing-table .oew-pricing-table-list li i, .oew-pricing-table .oew-pricing-table-list li span {
        vertical-align: middle; }
  .oew-pricing-table .oew-pricing-table-button {
    background-color: #13aff0;
    color: #fff;
    padding: 15px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .oew-pricing-table .oew-pricing-table-button:hover {
      background-color: #0b7cac; }
  .oew-pricing-table .oew-pricing-table-additional-info {
    margin-top: 8px; }
  .oew-pricing-table.featured {
    overflow: hidden; }
  .oew-pricing-table .oew-pricing-table-ribbon.oew-pricing-table-ribbon-1 {
    position: absolute;
    background-color: #3fc893;
    color: #fff;
    top: 30px;
    z-index: 10;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    width: 200px;
    padding: 7px 0;
    white-space: nowrap; }
    .oew-pricing-table .oew-pricing-table-ribbon.oew-pricing-table-ribbon-1.oew-pricing-table-ribbon-left {
      left: -55px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .oew-pricing-table .oew-pricing-table-ribbon.oew-pricing-table-ribbon-1.oew-pricing-table-ribbon-right {
      right: -55px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .oew-pricing-table .oew-pricing-table-ribbon.oew-pricing-table-ribbon-2 {
    position: absolute;
    top: 35px;
    background: #3fc893;
    color: #fff;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase; }
    .oew-pricing-table .oew-pricing-table-ribbon.oew-pricing-table-ribbon-2:after {
      content: '';
      position: absolute;
      top: -15px;
      width: 0;
      height: 0;
      border-bottom: 15px solid #3fc893;
      z-index: 9;
      opacity: .9; }
    .oew-pricing-table .oew-pricing-table-ribbon.oew-pricing-table-ribbon-2.oew-pricing-table-ribbon-left {
      left: -15px; }
      .oew-pricing-table .oew-pricing-table-ribbon.oew-pricing-table-ribbon-2.oew-pricing-table-ribbon-left:after {
        left: 0;
        border-left: 15px solid transparent; }
    .oew-pricing-table .oew-pricing-table-ribbon.oew-pricing-table-ribbon-2.oew-pricing-table-ribbon-right {
      right: -15px; }
      .oew-pricing-table .oew-pricing-table-ribbon.oew-pricing-table-ribbon-2.oew-pricing-table-ribbon-right:after {
        right: 0;
        border-right: 15px solid transparent; }
  .oew-pricing-table .oew-pricing-table-ribbon.oew-pricing-table-ribbon-3 {
    position: absolute;
    top: 15px;
    background-color: #3fc893;
    color: #fff;
    padding: 5px 15px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase; }
    .oew-pricing-table .oew-pricing-table-ribbon.oew-pricing-table-ribbon-3.oew-pricing-table-ribbon-left {
      left: 15px; }
    .oew-pricing-table .oew-pricing-table-ribbon.oew-pricing-table-ribbon-3.oew-pricing-table-ribbon-right {
      right: 15px; }

/*------------------------------------------------------------------
RTL
-------------------------------------------------------------------*/
