@charset "UTF-8";
/* CSS Document */

	ul.red-check li,
	ul.red-cross li {
  		margin-bottom: 5px;
  		font-size: 14px;
  		line-height: 20px;
  		font-weight: 400;
  		letter-spacing: 0.02em;
	}
	ul.red-check {
  		list-style-image: url('https://unionspace.co.th/img/lp-check.png');
  		list-style-position: outside;
  		margin-left: 25px;
	}
	ul.red-cross {
  		list-style-image: url('https://unionspace.co.th/img/lp-cross.png');
  		list-style-position: outside;
  		margin-left: 25px;
	}

    .head-with-overlay {
        position: relative;
        /*padding: 50px 15px 15px;
        border: 1px solid #ededed;
        margin: 10px;*/
    }
    .head-with-overlay h6 {
        position: absolute;
        top: -15px;
        left: 38%;
        /*width: 150px; */
        text-align: center;
        margin-left: -25px;
        background: #ffd334 !important;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #fff;
        border-radius: 0;
        padding: 6px 12px;
        font-size: 12px;
        vertical-align: middle;
    }
.comparison {
  max-width: 95%;
  margin:0 auto;
  padding: 20px 24px;
  background-color: var(--surface-color);
  border-radius: 16px;
  position: relative;
  transition: all 0.3s ease-in-out;
  /*border: 2px solid color-mix(in srgb, var(--accent-color), transparent 0%);*/
  box-shadow: 0 5px 20px color-mix(in srgb, var(--default-color), transparent 97%);
  text-align: center;
}

.comparison table {
  width:100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border-bottom: 0px solid color-mix(in srgb, var(--default-color), transparent 97%);
  border-left: 0;
  border-right:0;
}
/*, .comparison th*/
.comparison td {
  border-right:1px solid color-mix(in srgb, var(--default-color), transparent 97%);
  border-bottom:1px solid color-mix(in srgb, var(--default-color), transparent 97%);
  empty-cells: show;
  padding: 14px 10px;
}
.comparison td.last {
  border-right: none;
}
.compare-heading {
  font-size:16px;
  border-bottom:0 !important;
  padding:10px !important;
  text-align: center;
}
.comparison h5 {
  font-size:18px;
  border-bottom:0 !important;
  line-height: 20px;
  margin: 16px auto;
}
.comparison thead th {
  border-bottom: 2px solid color-mix(in srgb, var(--accent-color), transparent 0%) !important;
  text-align: left;
}
.comparison tbody tr:nth-child(odd) {
  display:none;
}
.comparison tfoot td {
  padding: 0 auto !important;
  border: 0;
  border-bottom:0 !important;
  border-top: 2px solid color-mix(in srgb, var(--accent-color), transparent 0%);
}

.comparison .sub {
  font-size: 0.75em;
  color: color-mix(in srgb, var(--default-color), transparent 35%);
}
.comparison .image-tick {
  max-height: 25px;
}
.comparison .image-on-text {
  max-height: 15px;
}
.comparison .compare-row {
  background: #fff; /*#F5F5F5;*/
}

.comparison .tickblue {
  color:#0078C1;
}

.comparison .tickgreen {
  color:#009E2C;
}

.comparison th {
  font-weight:normal;
  padding:0;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 97%);
}
.comparison th:first-child {
  border-right: 0;
}
comparison tbody tr td:first-child {
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 97%);
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 97%);
  border-left: 0;
}

comparison tbody tr td:last-child {
  border-right: 0;
}

.comparison tr td:first-child {
  text-align: left;
}
  
.comparison .qbse, /*.comparison .qbo,*/ .comparison .tl {
  color:#FFF;
  padding:10px;
  font-size:13px;
  border-right: 1px solid color-mix(in srgb, var(--default-color), transparent 97%);
  border-bottom:0;
}

.comparison .tl2 {
  border-right:0;
}

.comparison .qbse {
  background:#0078C1;
  border-top-left-radius: 3px;
  border-left:0px;
}

.comparison .qbo {
  border-top:5px solid #ffd334;
  border-top-right-radius: 0;
  border-right:0px;
  background: #f7f7f7;
}
.comparison .bg-q {
  background: #f7f7f7;
}
.comparison .price-info {
  padding:5px 15px;
}

.comparison .price-was {
  color:#999;
  text-decoration: line-through;
}

.comparison .price-now, .comparison .price-now span {
  color: var(--accent-color);
}

.comparison .price-now {
  font-size:22px;
  font-weight:600;
}
.comparison .price-normal {
  font-size:18px;
  font-weight:600;
}

.comparison .price-small {
    font-size: 18px !important;
    position: relative;
    top: -11px;
    left: 2px;
}

.comparison .price-buy {
  background:#ff5406;
  padding:10px 20px;
  font-size:12px;
  display:inline-block;
  color:#FFF;
  text-decoration:none;
  border-radius:3px;
  text-transform:uppercase;
  margin:5px 0 10px 0;
}

.comparison .price-try {
  font-size:12px;
}

.comparison .price-try a {
  color:#202020;
}
.comparison .lead {
    font-size: 16px !important;
}
.comparison .table3 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.comparison .table3 > thead > tr > th,
.comparison .table3 > tbody > tr > th,
.comparison .table3 > thead > tr > td,
.comparison .table3 > tbody > tr > td {
  padding: 8px 4px;
  line-height: 1.275 !important;
  vertical-align: middle;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 97%);
}
.comparison .table3 > thead > tr > th.right,
.comparison .table3 > tbody > tr > th.right,
.comparison .table3 > thead > tr > td.right,
.comparison .table3 > tbody > tr > td.right {
  border-right: 1px solid color-mix(in srgb, var(--default-color), transparent 97%);
}
.comparison .table3 > tfoot > tr > th,
.comparison .table3 > tfoot > tr > td {
  padding: 10px 0 0;
  line-height: 1.0;
  vertical-align: top;
  border-bottom: 0px solid color-mix(in srgb, var(--default-color), transparent 97%);
}

@media (max-width: 767px) {
  .comparison td:first-child, .comparison th:first-child {
    display: none;
  }
  .comparison tbody tr:nth-child(odd) {
    display:table-row;
    /*background:#F7F7F7;*/
  }
  .comparison .row {
    background:#FFF;
  }
  .comparison td /*, .comparison th*/ {
    border:1px solid color-mix(in srgb, var(--default-color), transparent 97%);
  }
  .price-info {
  border-top:0 !important;
  
}
}

@media (max-width: 639px) {
  .comparison .price-buy {
    padding:5px 10px;
  }
  .comparison td, .comparison th {
    padding:10px 5px;
  }
  .comparison .hide-mobile {
    display:none;
  }
  .comparison .price-now {
  font-size:16x;
}

.comparison .price-small {
    font-size: 16px !important;
    top: 0;
    left: 0;
}
  .comparison .qbse{
    font-size:12px;
    padding:10px 5px;
  }
  .comparison .price-buy {
    margin-top:10px;
  }
  .compare-heading, .comparison .qbo {
  font-size:16px;
  }
  .comparison .action-link {
  display: block;
  /*left: 0;*/
  margin: 16px auto;
  position: relative;
  background: #fff;
  border: 1px solid #61AFD6;
  color: #61AFD6;
  padding: 10px;
  overflow: hidden;
}
    .comparison h5 { font-size: 15px;}
}