/**
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through LICENSE.txt file inside our module
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright since 2010 Webkul
* @license LICENSE.txt
*/

.plan_container {
  width: 100%;
  float: left;
}

.plan_row {
  margin-bottom: 25px;
}

.ps-memebership-page-title {
  overflow: hidden;
  padding: 20px;
  text-transform: uppercase;
  border: 1px solid;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.ps-memebership-page-title span {
  font-size: 20px;
  font-weight: normal;
}

.plan {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 4px 0 rgb(193 188 188);
}

.plan_name {
  padding: 15px;
  font-size: 22px;
  text-align: center;
}

.plan_image,
.plan_price,
.plan_products {
  text-align: center;
  padding: 10px 0px;
}

.plan_price {
  font-size: 26px;
  font-weight: 600;
}

.mp_line {
  border-bottom: 1px solid;
  float: left;
  margin: 4% 24%;
  width: 50%;
}

.plan_products {
  font-size: 17px;
}

.wk_plan_description {
  min-height: 105px;
  max-height: 170px;
  overflow: hidden;
  padding-left: 40px;
  padding-right: 40px;
  word-wrap: break-word;
}

.plan_button {
  text-align: center;
  padding-bottom: 20px;
}

.ps-warning {
  padding: 5px !important;
  vertical-align: -webkit-baseline-middle;
  vertical-align: -moz-middle-with-baseline;
  font-size: 10px;
}

.ps-warning:before {
  float: none !important;
}

#titleRow {
  border-bottom: 1px solid;
}

.description>ul {
  font-size: 15px;
  list-style-type: disc;
  text-align: justify;
}

.description>ul>li {
  margin: 20px 0;
}

.wk-page-title {
  padding: 15px;
  font-size: 20px;
  font-weight: 600;
  background: #333;
  color: #fff;
}

table.wkmembership-table thead tr th,
table.wkmembership-table tbody tr td {
  font-size: 14px;
}

table.wkmembership-table tbody tr td a {
  font-size: 10px;
  padding: 8px 14px;
}

.wk_pagination_inline {
  display: inline !important;
}

.wk-ps-plan-popup {
  text-align: left !important;
}

.wk-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.wk-custom-warning {
  text-align: center !important;
}

.wk-custom-warning .btn {
  padding: 5px !important;
  font-size: 12px !important;
}