/* Created for Select Product Page. */ /*
Boxful sass variables
*/
/*
Boxful sass base
*/
/*
Boxful sass variables
*/
.btn {
  display: inline-block;
  width: 256px !important;
  height: 48px;
  line-height: 48px;
  border-radius: 99em !important;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  padding: 0 !important;
  border: 0 none;
}
.btn:hover {
  border-radius: 99em !important;
}

.bootgrid-header .btn {
  width: 40px !important;
  height: 40px;
  line-height: auto;
  border-radius: 0 !important;
}

.btn-primary {
  background: #f8d340 !important;
  color: #444;
}
.btn-primary:hover {
  background: #d3b022 !important;
  border-radius: 100px !important;
  color: #fff;
}

.btn-secondary {
  color: #00c4b3;
}
.btn-secondary:hover {
  background: #00c4b3 !important;
  border-radius: 100px !important;
  color: #fff;
}
.btn-secondary.btn-disabled {
  border: 2px solid #d8d8d8;
  background: transparent !important;
}

.btn-disabled {
  background: #ebe9e9 !important;
  color: #fff;
}

.btn-small {
  width: 152px !important;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .btn {
    display: block;
    font-size: 14px;
    border-radius: 99em !important;
    padding: 10px 0 !important;
    width: 312px !important;
    height: auto !important;
    line-height: inherit;
    margin: 0 auto;
  }
}
@media screen and (max-width: 370px) {
  .btn {
    width: 260px !important;
  }
}
div.home-title h1 {
  font-size: 30px;
  letter-spacing: 1px;
  font-family: Lato, Helvetica, Arial, PingFang HK, Noto Sans, Noto Sans TC, Microsoft JhengHei, sans-serif;
  font-weight: bold;
  margin: 0;
}

div.home-title h2 {
  font-size: 30px;
  letter-spacing: 1px;
  font-family: Lato, Helvetica, Arial, PingFang HK, Noto Sans, Noto Sans TC, Microsoft JhengHei, sans-serif;
  font-weight: bold;
  margin: 0;
}

@media screen and (max-width: 767px) {
  div.home-title h1 {
    font-size: 22px;
  }
  div.home-title h2 {
    font-size: 22px;
  }
}
body {
  background-color: #fafafa;
}

.container-fluid, .container {
  text-align: center;
  font-family: Lato;
}

#rt-mainbody-surround {
  background-color: #fafafa;
}

.limited-price-info-wrap {
  background: #fff;
  border: 1px solid #00c4b3;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 15px 16px;
}
.limited-price-info-wrap .lpi-left {
  color: #999;
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  margin-right: 20px;
}
.limited-price-info-wrap .lpi-left span {
  font-weight: bold;
  color: #00c4b3;
}
.limited-price-info-wrap .lpi-left em {
  font-style: normal;
  font-weight: 600;
  color: #000;
  text-decoration: underline;
}
.limited-price-info-wrap .lpi-left > div:first-child {
  margin-bottom: 4px;
}
.limited-price-info-wrap .lpi-right {
  display: flex;
}
.limited-price-info-wrap .lpi-right > div {
  background: #f5f5f5;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #d1d1d1;
  cursor: pointer;
}
.limited-price-info-wrap .lpi-right > div.limited-price {
  border-radius: 12px 0 0 12px;
}
.limited-price-info-wrap .lpi-right > div.normally-price {
  border-radius: 0 12px 12px 0;
}
.limited-price-info-wrap .lpi-right > div.active {
  background: #00c4b3 !important;
  color: #fff !important;
}
.limited-price-info-wrap.not-met {
  background: #e9f8f7;
}
.limited-price-info-wrap.not-met .lpi-right > div {
  background: #deeceb;
  color: #c0d8d6;
}

#product-containers .product-container {
  display: inline-block;
  margin: 0px 0.5% 10px;
  padding: 30px 0px 0px;
  width: 23.95%;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
  position: relative;
}
#product-containers .product-container .product {
  margin-bottom: 20px;
  cursor: pointer;
}
#product-containers .product-container .product .product-img {
  margin-bottom: 10px;
}
#product-containers .product-container .product .product-img img {
  width: 90%;
}
#product-containers .product-container .product .product-description .product-title {
  font-size: 20px;
  color: #324a5e;
}
#product-containers .product-container .product .product-description .limited-img {
  position: absolute;
  left: -6px;
  top: 190px;
}
@media screen and (max-width: 1199px) {
  #product-containers .product-container .product .product-description .limited-img {
    top: 158px;
  }
}
@media screen and (max-width: 991px) {
  #product-containers .product-container .product .product-description .limited-img {
    top: 120px;
  }
}
@media screen and (max-width: 767px) {
  #product-containers .product-container .product .product-description .limited-img {
    top: 5px;
  }
}
#product-containers .product-container .product .product-description .limited-img img {
  height: 26px;
}
#product-containers .product-container .product .product-description .product-detail {
  margin-bottom: 5px;
  font-size: 16px;
  color: #949494;
}
#product-containers .product-container .product .product-description .product-detail.limited-price span {
  font-size: 12px;
  text-decoration: line-through;
}
#product-containers .product-container .product .product-description .product-detail.limited-price strong {
  color: #00c4b3;
}
#product-containers .product-container .product .product-description .product-details-btn {
  font-weight: bold;
}
#product-containers .product-container .more-box {
  height: 80px;
}
#product-containers .product-container .more-box > div {
  vertical-align: top;
}
#product-containers .product-container .more-box .more-box-amt {
  display: inline-block;
  width: 75%;
  border-top: 1px solid #e9e9e9;
}
#product-containers .product-container .more-box .more-box-amt .box-amt-display {
  line-height: 80px;
  font-size: 60px;
  font-weight: bold;
  color: #00c4b4;
}
#product-containers .product-container .more-box .more-box-amt .box-amt-display.zero {
  color: #e9e9e9;
}
#product-containers .product-container .more-box .more-box-arrows {
  display: inline-block;
  width: 25%;
  height: 80px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
#product-containers .product-container .more-box .more-box-arrows .more-box-arrow {
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  height: 40px;
}
#product-containers .product-container .more-box .more-box-arrows .more-box-arrow .arrow {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  margin: 12.5px auto;
}
#product-containers .product-container .more-box .more-box-arrows .more-box-arrow.increase .arrow {
  border-bottom: 15px solid #949494;
}
#product-containers .product-container .more-box .more-box-arrows .more-box-arrow.decrease .arrow {
  border-top: 15px solid #949494;
}
#product-containers .product-container .more-box .more-box-arrows .more-box-arrow.disable .arrow {
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#product-containers.ikea .product-container .product .product-description .product-title.selected {
  color: #035bc9;
}
#product-containers.ikea .product-container .more-box .more-box-amt .box-amt-display.selected {
  color: #035bc9;
}

#continue-btn-container .yellow-button {
  margin-bottom: 150px;
}
#continue-btn-container .yellow-button a {
  width: 256px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
}

/* Lightbox of new pricelist - START */
.boxful-popup-dialog {
  transition: all 0s ease !important;
}

.slick-slider {
  margin-bottom: 0px !important;
}

.boxful-popup-dialog.planDialog {
  max-width: 1200px;
  min-width: 1160px;
  width: 1160px;
  box-shadow: none;
  color: #898989;
}
.boxful-popup-dialog.planDialog .boxful-popup-content {
  height: auto;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide {
  outline: none;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide > div {
  display: inline-block;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile {
  width: 59%;
  padding: 30px 2% 30px 6%;
  font-weight: 300;
  box-sizing: border-box;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-title-row {
  border-bottom: 1px solid #000000;
  padding: 10px 0px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-title-row > div {
  display: inline-block;
  width: 50%;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-title-row .plan-title {
  text-align: left;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-title-row .plan-price {
  text-align: right;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-note {
  text-align: left;
  font-size: 16px;
  color: #949494;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-img {
  padding: 30px 0px 0px;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-img img {
  max-width: 100%;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table {
  width: 100%;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table tr td {
  padding: 10px;
  text-align: left;
  vertical-align: top;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table .packing-materials td br {
  display: block;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details div.note {
  margin: 20px 0px 0px 30px;
  padding-top: 5px;
  color: #949494;
  border-top: 1px solid #949494;
  text-align: left;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details div.note, .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details div.note > * {
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details span {
  color: #00c4b4;
  font-weight: normal;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-prev-arrow, .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-next-arrow {
  position: absolute;
  background: none;
  border: none;
  outline: none;
  top: 50%;
  margin-top: -18px;
  z-index: 10;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-prev-arrow {
  left: 1%;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-next-arrow {
  right: 1%;
}

.boxful-popup-dialog.minChargeDialog {
  max-width: 380px;
  border-radius: 10px;
}
.boxful-popup-dialog.minChargeDialog .boxful-popup-close-button {
  color: rgb(216, 216, 216);
  right: auto;
  left: -18px;
  top: -20px;
}
.boxful-popup-dialog.minChargeDialog .row {
  font-size: 19px;
  margin: 0 auto;
}
.boxful-popup-dialog.minChargeDialog .row + .row {
  margin-top: 10px;
}
.boxful-popup-dialog.minChargeDialog .row.min-spend-note {
  width: 270px;
  padding: 0 0 15px 0;
  font-weight: 300;
}
.boxful-popup-dialog.minChargeDialog .row .yellow-button a {
  width: 258px;
  border: 1px solid #f7d33f;
  padding: 9px 0;
  font-size: 14px !important;
}
.boxful-popup-dialog.minChargeDialog .row .yellow-button.green a {
  color: #00c4b4;
  background: none;
  border: 1px solid #00c4b4;
}
.boxful-popup-dialog.minChargeDialog .boxful-popup-content {
  height: auto;
  padding: 30px 0;
}

html[lang=zh-tw] .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table tr td:first-child {
  width: 42%;
}
@media screen and (min-width: 1200px) {
  #products {
    width: 1184px;
  }
  #product-containers {
    padding: 0;
  }
  #product-containers .product-container {
    width: 23.05%;
  }
}
@media screen and (min-width: 980px) and (max-width: 1200px) {
  .boxful-popup-dialog.planDialog {
    max-width: 980px;
    min-width: 940px;
    width: 940px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile {
    width: 60%;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details {
    width: 40%;
    min-height: 447px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table {
    width: 100%;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table tr td:first-child {
    font-size: 14px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table .packing-materials td br {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .boxful-popup-dialog.planDialog {
    max-width: 768px;
    min-width: 728px;
    width: 728px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile {
    width: 60%;
    padding: 25px 2% 25px 6%;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-title-row > div {
    display: inline-block;
    width: 50%;
    font-size: 20px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-note {
    font-size: 14px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details {
    width: 40%;
    min-height: 380px;
    padding: 25px 6% 25px 0px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table tr td {
    padding: 4px 6px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table tr td:first-child {
    padding-left: 20px;
    width: 42%;
    font-size: 12px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table tr td:last-child {
    padding-right: 0px;
    font-size: 12px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table .packing-materials td br {
    display: none;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details div.note {
    margin: 15px 0px 0px 25px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-prev-arrow, .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-next-arrow {
    position: absolute;
    background: none;
    border: none;
    outline: none;
    top: 50%;
    z-index: 10;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-prev-arrow {
    left: 1%;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-next-arrow {
    right: 1%;
  }
}
@media screen and (max-width: 767px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  #page-title-container {
    margin: 0;
  }
  .new-mobilt-title {
    font-size: 16px;
    font-weight: bold;
    color: #00c4b3;
    padding-top: 0 !important;
  }
  .just-for-mobile-mt {
    margin-top: 8px;
    margin-bottom: 16px;
  }
  .limited-price-info-wrap {
    background: #e9f8f7;
    border: 0 none;
    padding: 20px 16px;
    flex-direction: column;
    margin: 0 -15px 16px;
  }
  .limited-price-info-wrap .lpi-left {
    color: #999;
    font-size: 14px;
    line-height: 1.25;
    text-align: left;
    margin-right: 20px;
  }
  .limited-price-info-wrap .lpi-left span {
    font-weight: bold;
    color: #00c4b3;
  }
  .limited-price-info-wrap .lpi-left em {
    font-style: normal;
    font-weight: 600;
    color: #000;
    text-decoration: underline;
  }
  .limited-price-info-wrap .lpi-left > div:first-child {
    margin-bottom: 6px;
  }
  .limited-price-info-wrap .lpi-right {
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 9px;
    margin-top: 18px;
  }
  .limited-price-info-wrap .lpi-right > div {
    background: transparent;
    width: 50%;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
    color: #bee8e5;
    cursor: pointer;
  }
  .limited-price-info-wrap .lpi-right > div.limited-price {
    border-radius: 9px;
  }
  .limited-price-info-wrap .lpi-right > div.normally-price {
    border-radius: 9px;
  }
  .limited-price-info-wrap .lpi-right > div.active {
    background: #00c4b3 !important;
    color: #fff !important;
  }
  .limited-price-info-wrap.not-met {
    background: #e9f8f7;
  }
  .limited-price-info-wrap.not-met .lpi-left em.cur {
    color: #f27d80;
  }
  .limited-price-info-wrap.not-met .lpi-right > div {
    background: transparent;
    color: #c0d8d6;
  }
  #product-containers .product-container .mobile-product .product-description > div > div.limited-img {
    position: absolute;
    left: -10px;
    top: 8px;
  }
  #product-containers .product-container .mobile-product .product-description > div > div.limited-img img {
    height: 25px;
  }
  .boxful-popup-dialog.planDialog {
    max-width: 500px;
    min-width: 500px;
    width: 500px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content {
    height: 280px;
    overflow-y: scroll;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider {
    margin-bottom: 0px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile {
    padding: 15px 2%;
    width: 56%;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-title-row > div {
    font-size: 15px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-title-row .plan-price {
    color: #00c4b4;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-note {
    font-size: 12px;
    line-height: normal;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-img {
    padding: 20px 0px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.book-now {
    display: block;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details {
    padding: 15px 2%;
    width: 44%;
    min-height: 305px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table tr td {
    padding: 5px;
    font-size: 12px !important;
    line-height: normal;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table tr td:first-child {
    padding-left: 0px;
    width: 40%;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details div.note {
    margin: 10px 0px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details div.book-now {
    display: none;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details .mobile {
    display: inline;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.book-now {
    margin: 10px 0px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.book-now a {
    padding: 6px 0px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slick-dots {
    top: 250px;
    bottom: inherit;
    margin: 0px;
    width: 56%;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slick-dots li {
    margin: 0px;
    width: 16px;
    height: 16px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slick-dots li button:before {
    font-size: 10px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slick-dots .slick-active button:before {
    color: #00c4b4;
    font-size: 10px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-prev-arrow, .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-next-arrow {
    display: none !important;
  }
  html[lang=zh-tw] .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details {
    min-height: 308px;
  }
  html[lang=zh-tw] .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table tr td:first-child {
    text-align: right;
  }
  html[lang=zh-tw] .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table .minimum-storage br {
    display: block;
  }
  html[lang=zh-tw] .boxful-popup-dialog.planDialog #xl-plans-lightbox-content .lightbox-slider .slide div.plan-details table tr td br {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .boxful-popup-dialog.planDialog {
    max-width: 300px;
    min-width: 300px;
    width: 300px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content {
    height: 507px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide > div {
    display: block;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile {
    width: auto;
    padding: 20px 15px 10px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-title-row {
    border-bottom: 2px solid #000000;
    padding: 0px 0px 2px;
    margin-bottom: 4px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-img {
    border-top: 1px solid #949494;
    margin-top: 4px;
    padding: 20px 0px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.book-now {
    display: none;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details {
    width: auto;
    min-height: auto;
    padding: 10px 15px 0px;
    background-color: #ffffff;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details div.book-now {
    display: block;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details div.note {
    border-top: none;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slick-dots {
    top: 274px;
    width: 100%;
  }
  html[lang=zh-tw] .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details {
    min-height: 0px;
  }
  html[lang=zh-tw] .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table tr td {
    padding: 2px 5px;
  }
  html[lang=zh-tw] .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table tr td br {
    display: none !important;
  }
}
/* Lightbox of new pricelist - END */
@media screen and (min-width: 768px) and (max-width: 991px) {
  #product-containers .product-container .product .product-description .product-title {
    font-size: 16px;
  }
  #product-containers .product-container .product .product-description .product-detail {
    font-size: 14px;
  }
  #continue-btn-container .yellow-button a {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  html[lang=en-gb] #product-containers .product-container .product .product-description .product-title {
    min-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  #product-containers .product-container {
    display: block;
    margin: 0px 0px 6px;
    padding: 0px;
    width: auto;
    height: 68px;
    border-width: 0px;
  }
  #product-containers .product-container > div {
    display: inline-block;
    vertical-align: top;
    height: 100%;
  }
  #product-containers .product-container .mobile-product {
    padding: 10px;
    width: 60%;
    text-align: left;
  }
  #product-containers .product-container .mobile-product > div {
    display: inline-block;
    vertical-align: middle;
  }
  #product-containers .product-container .mobile-product .product-img {
    margin-top: 4px;
    width: 70px;
    text-align: center;
  }
  #product-containers .product-container .mobile-product .product-img img {
    height: 40px;
  }
  #product-containers .product-container .mobile-product .product-description {
    padding: 0px 10px;
    width: calc(100% - 80px);
  }
  #product-containers .product-container .mobile-product .product-description > div {
    width: 100px;
    margin: auto;
  }
  #product-containers .product-container .mobile-product .product-description > div > div {
    text-align: left;
    font-size: 14px;
  }
  #product-containers .product-container .mobile-product .product-description > div .product-title {
    color: #949494;
  }
  #product-containers .product-container .mobile-product .product-description > div .product-detail {
    line-height: normal;
    color: #00c4b4;
  }
  #product-containers .product-container .mobile-product .product-description > div .product-detail span {
    font-size: 10px;
    text-decoration: line-through;
    color: #999;
  }
  #product-containers .product-container .more-box {
    width: 40%;
  }
  #product-containers .product-container .more-box .more-box-amt {
    width: 40%;
    border-top-width: 0px;
  }
  #product-containers .product-container .more-box .more-box-amt .box-amt-display {
    background-color: #e9f8f7;
    line-height: 68px;
    font-size: 30px;
  }
  #product-containers .product-container .more-box .more-box-amt .box-amt-display.zero {
    color: #00c4b4;
  }
  #product-containers .product-container .more-box .more-box-sign {
    width: 30%;
    background-color: #00c4b4;
    color: #ffffff;
    font-size: 50px;
    line-height: 68px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
  }
  #product-containers .product-container .more-box .more-box-sign.disable .sign {
    color: #00a698;
  }
  .mobile-title {
    padding: 20px 15px 10px;
    text-align: left;
    font-size: 16px;
  }
  .mobile-subtitle {
    padding: 8px;
    border: 2px solid #00c4b4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #00c4b4;
    font-size: 15px;
    cursor: pointer;
  }
  .mobile-subtitle .i-icon {
    display: inline-block;
    border: 1px solid #00c4b4;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-right: 5px;
    padding: 0px 5px;
    font-family: monospace;
    font-size: 18px;
    line-height: 20px;
  }
  #continue-btn-container {
    height: 50px;
  }
  #continue-btn-container .yellow-button {
    position: fixed;
    z-index: 10000;
    left: 0px;
    bottom: 0px;
    margin-bottom: 0px;
    width: 100%;
  }
  #continue-btn-container .yellow-button a {
    padding: 21px 0px;
    width: 100%;
    line-height: normal;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 18px;
  }
  #ct-body {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 400px) {
  #product-containers .product-container .mobile-product .product-description > div > div {
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  #product-containers .product-container .mobile-product .product-img {
    width: 60px;
  }
  #product-containers .product-container .mobile-product .product-description {
    width: calc(100% - 60px);
  }
}
.option-bar .div-row .div-cell {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
  width: 99%;
}
.option-bar .div-row .div-cell:first-of-type {
  margin-left: 0.5%;
}
.option-bar .div-row .div-cell:last-of-type {
  margin-right: 0.5%;
}
.option-bar .div-row .div-cell.value-cell {
  width: 300px;
}
.option-bar .div-row .div-cell.btn-cell {
  width: 56px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.option-bar .normal-content .title-cell {
  width: 828px;
}
.option-bar .open-content {
  display: none;
}
.option-bar .open-content .btn-cell {
  background-color: #e9f8f7;
}
.option-bar .open-content .title-cell {
  width: 772px;
}
.option-bar .open-content.ikea {
  display: block;
}
.option-bar .open-content.ikea .btn-cell {
  background-color: #E7F3FF;
}
.option-bar .open-content.ikea .promo-code-msg-container .promo-code-msg #promo-success-title {
  color: #035bc9;
}
.option-bar .normal-content .title, .option-bar .normal-content .value, .option-bar .open-content .title, .option-bar .open-content .value {
  line-height: 50px;
  color: #00c4b4;
}
.option-bar .normal-content .title.below-min-charge, .option-bar .normal-content .value.below-min-charge, .option-bar .open-content .title.below-min-charge, .option-bar .open-content .value.below-min-charge {
  color: #FC3C3E;
}
.option-bar .normal-content .title, .option-bar .open-content .title {
  padding-right: 25px;
  border: 1px solid #e9f8f7;
  background-color: #e9f8f7;
  font-size: 20px;
  text-align: right;
}
.option-bar .normal-content .value, .option-bar .open-content .value {
  width: 100%;
  min-height: 50px;
  padding: 0px;
  border: 1px solid #00c4b4;
  background-color: #ffffff;
  font-size: 24px;
  text-align: center;
}
.option-bar .normal-content .note, .option-bar .open-content .note {
  text-align: right;
  font-size: 16px;
}
.option-bar .normal-content .note span, .option-bar .open-content .note span {
  text-align: inherit;
  font-size: inherit;
  color: #949494;
}
.option-bar .normal-content .note.below-min-charge .note-below-min-charge, .option-bar .open-content .note.below-min-charge .note-below-min-charge {
  display: block;
}
.option-bar .normal-content .note .note-below-min-charge, .option-bar .open-content .note .note-below-min-charge {
  font-style: italic;
  color: #f27d80;
  display: none;
}
.option-bar .normal-content.ikea .title, .option-bar .open-content.ikea .title {
  border: 1px solid #E7F3FF;
  background-color: #E7F3FF;
  color: #63625f;
}
.option-bar .normal-content.ikea .value, .option-bar .open-content.ikea .value {
  border: 1px solid #035bc9;
  color: #035bc9;
}
.option-bar .normal-content.ikea .ikea-title, .option-bar .open-content.ikea .ikea-title {
  display: none;
}
.option-bar .close-content {
  color: #949494;
}
.option-bar .close-content .title-cell {
  width: 1072px;
}
.option-bar .close-content .title {
  line-height: 50px;
  padding-right: 25px;
  border: none;
  background-color: transparent;
  color: #949494;
  font-size: 20px;
  text-align: right;
}
.option-bar .close-content b {
  color: #00c4b4;
}
.option-bar > .row > div > .normal-content > .div-row:last-of-type .div-cell, .option-bar > .row > div > .open-content > .div-row:last-of-type .div-cell, .option-bar > .row > div > .close-content > .div-row:last-of-type .div-cell {
  margin-bottom: 0px;
}
.option-bar .open-close-btn {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  margin: auto;
  background-color: #ffffff;
  font-size: 34px;
  font-family: monospace;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.option-bar .open-close-btn.plus {
  border: 1px solid #949494;
  color: #949494;
  line-height: 34px;
}
.option-bar .open-close-btn.minus {
  border: 1px solid #00c4b4;
  color: #00c4b4;
  line-height: 30px;
}
.option-bar .open-close-btn.minus.invisible {
  visibility: hidden;
}
.option-bar#promo-code .promo-code { /* Chrome/Opera/Safari */
  /* Firefox 19+ */
  /* IE 10+ */
  /* Firefox 18- */
  text-transform: uppercase;
}
.option-bar#promo-code .promo-code::-webkit-input-placeholder {
  color: #ffffff;
}
.option-bar#promo-code .promo-code::-moz-placeholder {
  color: #ffffff;
}
.option-bar#promo-code .promo-code:-ms-input-placeholder {
  color: #ffffff;
}
.option-bar#promo-code .promo-code:-moz-placeholder {
  color: #ffffff;
}
.option-bar#promo-code .promo-code-msg-container {
  display: none;
}
.option-bar#promo-code .promo-code-msg-container .promo-code-msg {
  text-align: right;
  font-size: 16px;
}
.option-bar#promo-code .promo-code-msg-container .promo-code-msg #promo-success-title {
  font-weight: 600;
}
.option-bar#promo-code .promo-code-msg-container .promo-code-msg #promo-success {
  font-weight: 300;
  color: #949494;
}
.option-bar#promo-code .promo-code-msg-container .promo-code-msg #promo-fail {
  color: #ff0000;
}

.seperate-line {
  width: 99%;
  height: 0px;
  margin: 10px 0.5%;
  border-bottom: solid 1px #ebe9e9;
}

#monthly-cost-estimate.not-met .normal-content .title {
  color: #f27d80;
  background: #ffdadb;
  border-color: #ffdadb;
}
#monthly-cost-estimate.not-met .normal-content .value {
  border-color: #f27d80;
  color: #f27d80;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .option-bar .div-row .div-cell.value-cell {
    width: 250px;
  }
  .option-bar .normal-content .title-cell {
    width: 680px;
  }
  .option-bar .open-content .title-cell {
    width: 624px;
  }
  .option-bar .open-content.ikea .title {
    font-size: 18px;
  }
  .option-bar .close-content .title-cell {
    width: 874px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .option-bar .div-row .div-cell.value-cell {
    width: 200px;
  }
  .option-bar .normal-content .title-cell {
    width: 512px;
  }
  .option-bar .open-content .title-cell {
    width: 456px;
  }
  .option-bar .open-content.ikea .title {
    font-size: 13px;
  }
  .option-bar .normal-content .title, .option-bar .open-content .title {
    font-size: 17px;
  }
  .option-bar .normal-content .value, .option-bar .open-content .value {
    font-size: 22px;
  }
  .option-bar .normal-content .note, .option-bar .open-content .note {
    font-size: 14px;
  }
  .option-bar .close-content .title-cell {
    width: 656px;
  }
  .option-bar .close-content .title-cell .title {
    font-size: 18px;
  }
  .option-bar#promo-code .promo-code {
    font-size: 18px;
  }
  .option-bar#promo-code .promo-code-msg-container .promo-code-msg {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .option-bar .div-row .div-cell {
    display: block;
    margin-bottom: 0px;
    width: 100%;
  }
  .option-bar .div-row .div-cell:first-of-type {
    margin-left: 0px;
  }
  .option-bar .div-row .div-cell:last-of-type {
    margin-right: 0px;
  }
  .option-bar .div-row .div-cell.value-cell {
    width: 100%;
  }
  .option-bar .div-row .div-cell.btn-cell {
    width: 38px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .option-bar .div-row .div-cell .note {
    text-align: center;
    background-color: #e9f8f7;
    font-size: 12px;
    padding-bottom: 10px;
  }
  .option-bar .open-content .btn-cell {
    float: right;
    background-color: transparent;
  }
  .option-bar .open-content .title-cell {
    float: left;
    width: auto;
  }
  .option-bar .open-content .title-cell .title {
    background-color: transparent;
    border: none;
    font-size: 15px;
  }
  .option-bar .open-content.ikea .btn-cell {
    background-color: transparent;
  }
  .option-bar .open-content.ikea .ikea-title {
    display: block;
    font-size: 12px;
    background-color: transparent;
    padding-top: 50px;
    line-height: 1.5;
    text-align: center;
  }
  .option-bar .close-content {
    height: 38px;
  }
  .option-bar .close-content .div-row:first-of-type {
    float: right;
  }
  .option-bar .close-content .title-cell {
    display: inline-block;
    width: auto;
  }
  .option-bar .close-content .title-cell .title {
    line-height: 38px;
    font-size: 15px;
    text-align: left;
  }
  .option-bar .close-content .btn-cell {
    display: inline-block;
    float: right;
  }
  .option-bar .open-close-btn.minus {
    border: 1px solid #949494;
    color: #949494;
  }
  .option-bar .normal-content .title-cell, .option-bar .price-section .title-cell {
    width: 100%;
  }
  .option-bar .normal-content .title-cell .title, .option-bar .price-section .title-cell .title {
    padding: 5px 0px;
    line-height: normal;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 300;
    background-color: #00c4b4;
    color: #ffffff;
    border: 0px;
    text-align: center;
  }
  .option-bar .normal-content .value-cell, .option-bar .price-section .value-cell {
    padding: 10px 0px;
    background-color: #e9f8f7;
  }
  .option-bar .normal-content .value-cell .value, .option-bar .price-section .value-cell .value {
    width: 80px;
    height: 30px;
    min-height: auto;
    line-height: 30px;
    margin: auto;
    padding: 0px;
    font-size: 20px;
    background-color: #ffffff;
    border: 1px solid #00c4b4;
    text-align: center;
  }
  .option-bar#monthly-cost-estimate {
    margin-top: 12px;
  }
  .option-bar#promo-code .promo-code { /* Chrome/Opera/Safari */
    /* Firefox 19+ */
    /* IE 10+ */
    /* Firefox 18- */
    width: 80%;
    min-height: 35px;
    height: 35px;
    line-height: normal;
    margin: 10px 10%;
    border: 1px solid #E9E9E9;
    font-size: 14px;
  }
  .option-bar#promo-code .promo-code::-webkit-input-placeholder {
    color: #b0b0b0;
    font-weight: 300;
    font-size: 14px;
    line-height: normal;
    text-transform: none;
  }
  .option-bar#promo-code .promo-code::-moz-placeholder {
    color: #b0b0b0;
    font-weight: 300;
    font-size: 14px;
    line-height: normal;
    text-transform: none;
  }
  .option-bar#promo-code .promo-code:-ms-input-placeholder {
    color: #b0b0b0;
    font-weight: 300;
    font-size: 14px;
    line-height: normal;
    text-transform: none;
  }
  .option-bar#promo-code .promo-code:-moz-placeholder {
    color: #b0b0b0;
    font-weight: 300;
    font-size: 14px;
    line-height: normal;
    text-transform: none;
  }
  .option-bar#promo-code .promo-code#used-coupon {
    display: inline-block;
    line-height: 34px;
  }
  .option-bar#promo-code .promo-code-msg-container .promo-code-msg {
    font-size: 14px;
    text-align: center;
  }
  .option-bar .open-close-btn {
    width: 30px;
    height: 30px;
    font-size: 28px;
  }
  .option-bar .open-close-btn.plus {
    line-height: 28px;
  }
  .option-bar .open-close-btn.minus {
    line-height: 24px;
  }
  #monthly-cost-estimate.not-met .normal-content .title {
    background: #f27d80;
    color: #fff;
  }
  #monthly-cost-estimate.not-met .normal-content .value-cell {
    background: #ffdadb;
  }
  #monthly-cost-estimate.not-met .div-row .div-cell .note {
    background: #ffdadb;
  }
}
#faq {
  background-color: #f4f4f5;
  padding-bottom: 80px;
}
#faq .home-title {
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center;
}
#faq .title {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: bold;
  color: #4a4a4a;
  text-align: left;
}
#faq .content {
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 300;
  color: #9b9b9b;
  text-align: left;
}
#faq .content .note {
  font-size: 14px;
}
#faq .content span {
  color: #00c4b4;
  font-size: inherit;
}
#faq .container > .row > div > .row > div:first-of-type > div {
  padding-right: 70px;
}
#faq .container > .row > div > .row > div:last-of-type > div {
  padding-left: 70px;
}
#faq .container > .row > div > .row > div:only-of-type.left > div {
  padding-left: 0px;
}
#faq .container > .row > div > .row > div:only-of-type.right > div {
  padding-right: 0px;
}
#faq.item .xl-only {
  display: none;
}
#faq.xl .item-only {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #faq {
    padding-bottom: 60px;
  }
  #faq .home-title {
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
  }
  #faq .title {
    margin-bottom: 10px;
    font-size: 18px;
  }
  #faq .content {
    margin-bottom: 40px;
    font-size: 16px;
  }
  #faq .content .note {
    font-size: 13px;
  }
  #faq .container > .row > div > .row > div:first-of-type > div {
    padding-right: 50px;
  }
  #faq .container > .row > div > .row > div:last-of-type > div {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  #faq {
    padding-bottom: 40px;
  }
  #faq .home-title {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #faq .title {
    margin-bottom: 16px;
    font-size: 17px;
  }
  #faq .content {
    margin-bottom: 40px;
    font-size: 15px;
  }
  #faq .container > .row > div > .row > div:first-of-type > div {
    padding-right: 0px;
  }
  #faq .container > .row > div > .row > div:last-of-type > div {
    padding-left: 0px;
  }
}
.box-no-entough {
  max-width: 576px;
  border-radius: 10px;
  background: #00c4b3;
  box-shadow: none;
  overflow: hidden;
  box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
}
.box-no-entough .boxful-popup-close-button {
  display: none;
}
.box-no-entough .boxful-popup-content {
  height: auto;
}
.box-no-entough .bn-img img {
  width: 100%;
  height: 289px;
  object-fit: cover;
}
.box-no-entough .bn-note {
  padding: 22px 48px 25px;
  text-align: left;
}
.box-no-entough .bn-note .bn-title {
  font-size: 22px;
  line-height: 26px;
  color: #f8d340;
  font-weight: bold;
}
.box-no-entough .bn-note .bn-desc {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}
.box-no-entough .bn-note .bn-agree {
  margin-top: 22px;
  text-align: center;
}
.box-no-entough .bn-note .bn-agree .btn {
  width: 193px !important;
  height: 39px;
  line-height: 39px;
  outline: none;
  font-size: 14px;
  color: #444;
}
.box-no-entough .bn-note .bn-agree .btn:hover {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .box-no-entough {
    width: 90%;
    max-width: 336px;
  }
  .box-no-entough .bn-img img {
    height: 215px;
  }
  .box-no-entough .bn-note {
    padding: 20px 28px 30px;
  }
  .box-no-entough .bn-note .bn-title {
    font-size: 18px;
    line-height: 22px;
  }
  .box-no-entough .bn-note .bn-desc {
    margin-top: 6px;
    font-size: 15px;
  }
  .box-no-entough .bn-note .bn-agree {
    margin-top: 16px;
  }
  .box-no-entough .bn-note .bn-agree .btn {
    width: 240px !important;
    height: 46px !important;
    line-height: 46px;
    padding: 0 !important;
  }
}

/*# sourceMappingURL=boxful-select-product-sass.css.map */
