	
	@media(max-width:767px){
		  .compare__table-container {
    width: 100%;
    padding-left:16px;
  }
	}


  @media (min-width: 1240px) {
    .compare__table-container {
      padding: 0 80px;
    }
  }

  @media (min-width: 1536px) {
    .compare__table-container {
      padding: 0;
      margin: 0 auto;
      max-width: 1456px;
    }
  }

  /* Heading */
  .table__wrapper {
    display: flex;
  }

  .table__head-wrapper {
    width: 33.33%;
    position: relative;
    flex-shrink: 0;
  }

  .table__head-wrapper .compare__table__row:first-child,
  .table__competitor-col .compare__table__row:first-child {
    margin-top: 1px !important;
  }
	
	.competitor__price {
		font-weight: 400 !important;
	}

  .compare__table__row {
    display: flex;
    height: 40px;
    padding: 0px 8px 0px 16px;
    align-items: center;
    border-bottom: 1px solid #d8dbe5;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: GT America;
    color: #646464;
	  text-align: center;
  }

  .heading {
    background: #F8F7F5;
  }

	.compare__table__row.heading {
		text-align: left;
	}
	.comp__name {
		font-weight: 500;
	}
  .heading__bold {
    background: #F8F7F5;
    color:#383838;
    font-family: GT America;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    border-top: 1px solid #d8dbe5;
  }

  .table__head-wrapper .compare__table__row:first-child,
  .table__head-wrapper .compare__table__row:last-child {
    background: none;
    border: none;
  }

  /* Table Content */
  .table__nectar-col {
    border: 1px solid #1B222E;
    overflow: hidden;
  }

  .table__nectar-col .compare__table__row {
    justify-content: center;
    align-items: center;
    color: #383838;
    font-weight: 500;
    border-bottom: 1px solid #EEEAE2;
    padding: 0 8px;
  }

  .table__nectar-logo {
    background: #1B222E;
    border: none;
  }

  .table__nectar-logo img {
    width: 112px;
    height: 16px;
    display: block;
  }

  .table__nectar-logo {
    border-bottom: none !important;
  }

  .mattress__discounted-price {
    color:#1B222E;
    text-align: center;
    font-family: GT America;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
   
  }

  .mattress__full-price {
    color: #586280;
    text-align: center;
    font-family: GT America;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }

  .table__cta-btn {
    color: #1B222E;
    text-align: center;
   font-family: GT America;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    background-color: #DDB15E;
    display: inline-block;
    width: 100%;
    padding: 13px 0;
    border-radius: 4px !important;
    text-decoration: none;
  }

  .table__finance-btn {
    font-weight: 400;
    text-decoration: none;
    color: #1B222E;
    text-align: center;
    font-family: GT America;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
	text-decoration: underline !important;
  }

  .table__cta-btn:hover,
  .table__finance-btn:hover {
    text-decoration: underline;
  }
	
	.table__cta-btn:hover {
		color: #1B222E;
	}

  .table__shop-cta {
    flex-direction: column;
    gap: 16px;
  }

  .table__brands-wrapper {
    width: 66.66%;
  }

  .table__col-wrapper {
    display: flex;
  }

  .table__nectar-col,
  .table__competitor-col {
    width: 50%;
  }

  .table__competitor-col .compare__table__row {
    justify-content: center;
    font-weight: 500;
    background-color: #F8F7F5;
  }

  .table__competitor-col .compare__table__row:last-child {
    border-bottom: none;
    background: none;
  }

  .table__competitor-col .competitor__logo {
    background: none;
    font-size: 18px;
	 color: #646464;
  }

  .table__price-update {
    text-align: center !important;
    color: #646464 !important;
   font-family: GT America !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 16px !important;
  }

   .see__term-link {
    color: #646464;
    font-family: GT America;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: underline !important;
    margin: 0;
    margin-left: 2px;
  }

  @media (max-width: 991px) {
    .table__scroll::after {
      content: "";
      width: 8px;
      height: 100%;
      background: linear-gradient(270deg,
          rgba(0, 0, 0, 0) 0%,
          rgba(0, 0, 0, 0.2) 100%);
      position: absolute;
      top: 0;
      right: -8px;
      border-radius: 8px 0 0 8px;
    }
  }

  .compare__table__row:last-child {
    height: 116px;
  }
	.competitor__price {
		font-size: 16px;
		line-height: 22px;
	}
	
	.table__price-update {
		padding: 0px 16px;
		margin: 0;
	}
	
	.disc__margin {
		margin-top: 24px !important;
		margin-bottom: 8px !important;
	}

  /* ===============================	 */
  /* Desktop  */
  @media(min-width: 768px) {
    .table__wrapper {
      max-width: 710px;
      margin: 0 auto;
    }

    .compare__table__row {
      height: 56px;
      font-size: 16px;
      line-height: 22px;
    }

    .heading__bold {
      font-size: 18px;
      line-height: 24px;
    }

    .compare__table__row:last-child {
      height: 126px;
    }

    .mattress__discounted-price {
      font-size: 18px;
      line-height: 24px;
    }

    .mattress__full-price {
      font-size: 18px;
      line-height: 24px;
    }

    .table__competitor-col .compare__table__row:nth-child(2) {
      font-size: 18px;
      line-height: 24px;
    }

    .table__competitor-col .competitor__logo {
      font-size: 20px;
      line-height: 24px;
    }

    .table__nectar-logo img {
      width: 181px;
      height: 26px;
    }

    .table__cta-btn {
      padding: 17px 32px;
		max-width: 140px;
    }

    .table__finance-btn {
      font-size: 16px;
      line-height: 22px;
    }
	  	.competitor__price {
		font-size: 18px;
		line-height: 24px;
	}
  }

  /* 	Mobile Scroll  */
  @media(max-width: 767px) {
    .table__col-wrapper {
      min-width: 280px;
    }

    .table__head-wrapper {
      width: 140px;
      position: relative;
      flex-shrink: 0;
    }

    .table__brands-wrapper {
      overflow-x: auto;
      width: 66.66%;
    }

    .table__col-wrapper {
      display: flex;
    }

    .table__nectar-col,
    .table__competitor-col {
      width: 50%;
    }
  }
/* mobile scroll border	 */
	@media(max-width: 767px) {
	.table__head-wrapper.scroll::after {
	content: '';
	width: 8px;
		height: 100%;
		position: absolute;
		top: 0;
		right: -8px;
		background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 100%);
		}
	}