.MerchantFilterButton {
  float: left;
  width: 100%;
  text-align: center; }

.MerchantTip {
  float: left;
  width: 100%;
  padding-top: 20px; }
  .MerchantTip.Top {
    margin-bottom: 40px; }
  .MerchantTip .Inner {
    float: left;
    width: calc(100% - 62px);
    padding: 20px 30px;
    border: 1px solid #ffd54f;
    color: #ff6d00;
    background: #fff8e1;
    font-size: 14px;
    font-weight: 600; }

.MerchantTitle {
  float: left;
  width: 100%;
  padding: 0px 0 20px;
  font-size: 18px;
  font-weight: 600; }

.MerchantFiles {
  float: left;
  width: 100%;
  padding-top: 20px;
  font-size: 14px;
  font-weight: 300; }

.MerchantUploadFile {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.MerchantUploadButton {
  float: left;
  width: 100%;
  padding-top: 20px;
  text-align: right; }

.MerchantSelectButton {
  float: left;
  width: 100%;
  padding-top: 20px; }

.MerchantUpload {
  background: #fff;
  float: left;
  width: calc(100% - 10px);
  margin-top: 20px;
  border: 5px solid #e2e2e2; }
  .MerchantUpload.selected {
    border: 5px solid #00c853;
    color: #00c853; }
  .MerchantUpload:hover {
    border: 5px solid #0e63d3;
    color: #0e63d3;
    cursor: pointer; }
  .MerchantUpload .MerchantUploadInner {
    float: left;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 600; }

table.FilterTable {
  width: 100%;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.04);
  border-collapse: collapse;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden; }
  table.FilterTable.selected {
    border: 1px solid #00c853; }
    table.FilterTable.selected thead tr td {
      color: #00c853; }
  table.FilterTable tbody tr td {
    padding: 15px;
    word-break: break-all;
    background: #f7f7f7;
    background: linear-gradient(0deg, #f7f7f7 0%, white 42%); }
  table.FilterTable thead tr td {
    font-weight: 600;
    padding: 15px;
    border-bottom: 1px dashed #eee;
    background: #fff; }

.MerchantFilterList {
  position: relative;
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .MerchantFilterList .Left {
    position: relative;
    float: left;
    padding: 30px 30px 30px 0;
    width: calc(50% - 31px);
    border-right: 1px solid #ccc; }
  .MerchantFilterList .Right {
    position: relative;
    float: left;
    width: 50%;
    padding: 40px 0 30px 60px;
    width: calc(50% - 61px); }
    .MerchantFilterList .Right .Point_3 {
      position: absolute;
      left: 35px;
      top: 49px; }
      .MerchantFilterList .Right .Point_3.selected span {
        background: #00c853; }
      .MerchantFilterList .Right .Point_3 span {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #ccc;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px; }
    .MerchantFilterList .Right .Point_2 {
      position: absolute;
      left: 15px;
      top: 49px; }
      .MerchantFilterList .Right .Point_2.selected span {
        background: #00c853; }
      .MerchantFilterList .Right .Point_2 span {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #ccc;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px; }
    .MerchantFilterList .Right .Pointer {
      position: absolute;
      left: -9px;
      top: 50px; }
      .MerchantFilterList .Right .Pointer.selected span {
        background: #fff;
        border: 1px solid #00c853; }
      .MerchantFilterList .Right .Pointer span {
        display: inline-block;
        width: 15px;
        height: 15px;
        background: #fff;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        border: 1px solid #bbb; }

.MerchantFilter {
  float: left;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 300px);
  padding: 0 150px;
  padding-top: 40px;
  padding-bottom: 100px; }
  .MerchantFilter * {
    font-size: 14px; }
  .MerchantFilter .MerchantFilterLeft {
    float: left;
    width: calc(50% - 41px);
    background: #e2e2e2;
    border-right: 1px solid #ccc;
    text-align: center;
    padding: 20px;
    font-weight: 600;
    font-size: 16px; }
    .MerchantFilter .MerchantFilterLeft.Right {
      border: 0;
      width: calc(50% - 40px); }

.MerchantStepTitle {
  float: left;
  width: 100%;
  padding-bottom: 30px; }
  .MerchantStepTitle * {
    font-size: 16px; }
  .MerchantStepTitle .TitleText {
    float: left;
    line-height: 30px;
    padding-left: 15px;
    font-weight: 600; }
  .MerchantStepTitle span {
    float: left;
    display: inline-block;
    background: #0e63d3;
    color: #fff;
    width: 30px;
    line-height: 30px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px; }

.MerchantLayoutHeader {
  float: left;
  width: 100%;
  min-height: 599px;
  margin-bottom: 40px;
  background: url("assets/img/merchant/bg.jpg") center no-repeat;
  background-size: contain; }
  .MerchantLayoutHeader .HeaderTitleText {
    float: left;
    width: 50%;
    clear: both;
    padding-left: 60px;
    padding-top: 20px;
    font-size: 24px;
    font-weight: 300; }
  .MerchantLayoutHeader .HeaderTitleSub {
    width: 50%;
    float: left;
    font-size: 40px;
    font-weight: 600;
    padding: 20px 0 0 60px; }
    .MerchantLayoutHeader .HeaderTitleSub b {
      color: #3e2ac5;
      font-weight: 700; }
  .MerchantLayoutHeader .HeaderTitle {
    float: left;
    width: 100%;
    padding: 100px 0 0 60px;
    font-size: 30px; }

.MerchantLayoutContent {
  float: left;
  width: 100%;
  text-align: center; }
  .MerchantLayoutContent * {
    font-size: 14px; }

.MerchantPriceBlock {
  float: left;
  width: 100%;
  padding-top: 40px; }
  .MerchantPriceBlock .BlockPriceContent {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 40px;
    display: flex; }
    .MerchantPriceBlock .BlockPriceContent .BlockPriceBlock {
      margin: 0 10px;
      display: inline-block;
      width: 300px;
      min-height: 400px;
      background: #fff;
      overflow: hidden;
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
      -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }
      .MerchantPriceBlock .BlockPriceContent .BlockPriceBlock .BlockPriceText {
        float: left;
        width: 100%;
        font-weight: 600;
        font-size: 24px; }
      .MerchantPriceBlock .BlockPriceContent .BlockPriceBlock .BlockButton {
        float: left;
        width: 100%;
        padding: 20px 0 30px; }
      .MerchantPriceBlock .BlockPriceContent .BlockPriceBlock .BlockInfoText {
        float: left;
        width: calc(100% - 60px);
        padding: 10px 30px;
        font-weight: 300;
        font-size: 11px; }
        .MerchantPriceBlock .BlockPriceContent .BlockPriceBlock .BlockInfoText b {
          font-size: 11px; }
      .MerchantPriceBlock .BlockPriceContent .BlockPriceBlock * {
        font-size: 14px; }
      .MerchantPriceBlock .BlockPriceContent .BlockPriceBlock .BlockTags {
        min-height: 250px;
        float: left;
        width: calc(100% - 60px);
        text-align: left;
        padding: 0 30px; }
        .MerchantPriceBlock .BlockPriceContent .BlockPriceBlock .BlockTags .TagTitle {
          float: left;
          width: 100%;
          font-weight: 600;
          font-size: 14px;
          padding: 20px 0 10px 0; }
        .MerchantPriceBlock .BlockPriceContent .BlockPriceBlock .BlockTags .TagBlock {
          border-bottom: 1px solid #f2f2f2;
          float: left;
          width: 100%;
          padding: 12px 0 6px;
          font-weight: 600; }
          .MerchantPriceBlock .BlockPriceContent .BlockPriceBlock .BlockTags .TagBlock span {
            float: left; }
            .MerchantPriceBlock .BlockPriceContent .BlockPriceBlock .BlockTags .TagBlock span:nth-child(1) {
              width: 30px;
              text-align: right;
              line-height: 36px; }
            .MerchantPriceBlock .BlockPriceContent .BlockPriceBlock .BlockTags .TagBlock span:nth-child(2) {
              width: 45px;
              text-align: center; }
            .MerchantPriceBlock .BlockPriceContent .BlockPriceBlock .BlockTags .TagBlock span:nth-child(3) {
              line-height: 36px; }
      .MerchantPriceBlock .BlockPriceContent .BlockPriceBlock .BlockTitleSub {
        float: left;
        background: #f9f9f9;
        padding-top: 5px;
        padding-bottom: 25px;
        width: 100%;
        font-size: 14px;
        font-weight: 300; }
      .MerchantPriceBlock .BlockPriceContent .BlockPriceBlock .BlockTitle {
        background: #f9f9f9;
        padding-top: 25px;
        float: left;
        width: 100%;
        font-weight: 600;
        font-size: 24px; }
      .MerchantPriceBlock .BlockPriceContent .BlockPriceBlock:hover {
        -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); }
  .MerchantPriceBlock .BlockPriceTitle {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 300; }

.MerchantInfoBlock {
  display: inline-block;
  width: 330px;
  margin: 0 10px;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-align: left;
  padding: 30px; }
  .MerchantInfoBlock .InfoLeft {
    float: left;
    width: 70px; }
  .MerchantInfoBlock .InfoRight {
    float: left;
    width: calc(100% - 90px);
    padding-left: 20px; }
  .MerchantInfoBlock .InfoBlockText {
    float: left;
    width: 100%;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 300; }
  .MerchantInfoBlock .InfoBlockTitle {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 600; }

/*# sourceMappingURL=merchant.css.map */
