/* created for sign-up 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;
  font-family: Lato, Helvetica, Arial, PingFang HK, Noto Sans, Noto Sans TC, Microsoft JhengHei, sans-serif;
}

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

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

#boxful-mask {
  background-color: rgba(0, 0, 0, 0.5);
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

#product-containers .product-container {
  display: inline-block;
  vertical-align: top;
  margin: 0px 0.5% 10px;
  padding: 30px 0px 0px;
  width: 24%;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
}
#product-containers .product-container .product {
  margin-bottom: 20px;
  position: relative;
}
#product-containers .product-container .product .xl-dist-info {
  position: relative;
  right: 0;
  top: -30px;
  background: #f8d340;
  height: 32px;
  line-height: 32px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  padding: 0 14px;
  max-width: 100%;
}
@media screen and (max-width: 1000px) {
  #product-containers .product-container .product .xl-dist-info {
    font-size: 13px;
  }
}
#product-containers .product-container .product .product-img {
  margin-bottom: 10px;
  cursor: pointer;
}
#product-containers .product-container .product .product-img img {
  width: 90%;
}
#product-containers .product-container .product .product-description {
  cursor: pointer;
}
#product-containers .product-container .product .product-description .product-title {
  font-size: 20px;
  color: #00c4b4;
}
#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.price {
  font-size: 14px;
}
#product-containers .product-container .product .product-description .product-detail.price span {
  color: #9b9b9b;
  font-size: 14px;
  text-decoration: line-through;
}
#product-containers .product-container .product .product-description .product-detail.price strong {
  font-size: 16px;
}
#product-containers .product-container .product .product-description .product-details-btn {
  font-weight: bold;
}
#product-containers .product-container .product .yellow-button {
  margin-top: 50px;
}
#product-containers .product-container .product .yellow-button a {
  width: 90%;
  font-size: 16px;
  font-weight: bold;
}
#product-containers .product-container .product .yellow-button .selected-btn {
  display: none;
}
#product-containers .product-container.selected {
  border: 1px solid #ebc52f;
  background-color: #feeeab;
}
#product-containers .product-container.selected .yellow-button a {
  display: none;
}
#product-containers .product-container.selected .yellow-button .selected-btn {
  display: inline-block;
  padding: 9px;
  width: 90%;
  height: 41px;
  border: 1px solid #4a4a4a;
  color: #4a4a4a;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
}
#product-containers .product-container.selected .yellow-button .selected-btn img {
  height: 16px;
}
#product-containers.ikea .product-container.selected {
  border: 1px solid #035bc9;
  background-color: #E7F3FF;
}
#product-containers.ikea .product-container.selected .product .product-description .product-title {
  color: #035bc9;
}
#product-containers.ikea .product-container.selected .yellow-button .selected-btn {
  border: 1px solid #035bc9;
  color: #035bc9;
}

#packing-materials .packing-materials-detail-container .packing-materials-detail {
  margin-bottom: 10px;
  width: 100%;
}
#packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td, #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td {
  width: 170px;
  vertical-align: top;
}
#packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td.detail-in-text, #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td.detail-in-text {
  padding-left: 30px;
  width: auto;
}
#packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td.detail-in-text > div, #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td.detail-in-text > div {
  text-align: left;
}
#packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td.detail-in-text .title, #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td.detail-in-text .title {
  background: none;
  border: none;
}
#packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td.detail-in-text .plan-includes, #packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td.detail-in-text .purchase-extras, #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td.detail-in-text .plan-includes, #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td.detail-in-text .purchase-extras {
  margin-bottom: 10px;
}
#packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td.detail-in-text .plan-includes .heading, #packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td.detail-in-text .purchase-extras .heading, #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td.detail-in-text .plan-includes .heading, #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td.detail-in-text .purchase-extras .heading {
  margin-bottom: 5px;
  font-style: italic;
}
#packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td.detail-in-text .plan-includes .heading, #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td.detail-in-text .plan-includes .heading {
  color: #979797;
  font-size: 14px;
}
#packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td.detail-in-text .plan-includes .content-new, #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td.detail-in-text .plan-includes .content-new {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td.detail-in-text .plan-includes .content-new .pi-item, #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td.detail-in-text .plan-includes .content-new .pi-item {
  display: flex;
  align-items: center;
  margin: 10px 0 8px;
  background: #e9f8f7;
  padding-right: 4px;
}
#packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td.detail-in-text .plan-includes .content-new .pi-item .pi-img, #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td.detail-in-text .plan-includes .content-new .pi-item .pi-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 24px;
  margin-right: 7px;
}
#packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td.detail-in-text .plan-includes .content-new .pi-item .pi-img img, #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td.detail-in-text .plan-includes .content-new .pi-item .pi-img img {
  max-height: 24px;
}
#packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td.detail-in-text .plan-includes .content-new .pi-item .pi-img img.ss, #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td.detail-in-text .plan-includes .content-new .pi-item .pi-img img.ss {
  max-height: 20px;
}
#packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td.detail-in-text .plan-includes .content-new .pi-item .pi-text, #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td.detail-in-text .plan-includes .content-new .pi-item .pi-text {
  color: #4a4a4a;
}
#packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td.detail-in-text .plan-includes .content-new .pi-item .pi-text span, #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td.detail-in-text .plan-includes .content-new .pi-item .pi-text span {
  font-weight: bold;
  color: #00c4b3;
  margin-right: 4px;
}
#packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td.detail-in-text.cur-cardboard .gray, #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td.detail-in-text.cur-cardboard .gray {
  filter: grayscale(100%);
  opacity: 0.3;
}
#packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td .packing-material-option, #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td .packing-material-option {
  margin: 0px 5px;
  padding: 10px;
  width: 160px;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
}
#packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td .packing-material-option.non-editable, #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td .packing-material-option.non-editable {
  color: #949494;
}
#packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td .packing-material-option.non-editable input[type=number], #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td .packing-material-option.non-editable input[type=number] {
  border: none !important;
}
#packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td .packing-material-option > div, #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td .packing-material-option > div {
  margin-bottom: 16px;
}
#packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td .packing-material-option > div.option-title, #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td .packing-material-option > div.option-title {
  margin-bottom: 2px;
  color: #4a4a4a;
  line-height: 1.14;
  min-height: 32px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td .packing-material-option > div.option-title span, #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td .packing-material-option > div.option-title span {
  color: #00c4b3;
}
#packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td .packing-material-option > div.option-title i, #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td .packing-material-option > div.option-title i {
  font-size: 12px;
}
#packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td .packing-material-option > div.option-single, #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td .packing-material-option > div.option-single {
  margin-bottom: 12px;
  color: #979797;
}
#packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td .packing-material-option > div.option-single i, #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td .packing-material-option > div.option-single i {
  font-style: normal;
}
#packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td .packing-material-option > div:last-of-type, #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td .packing-material-option > div:last-of-type {
  margin-bottom: 0px;
}
#packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td .packing-material-option .option-img img, #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td .packing-material-option .option-img img {
  width: 64px;
}
#packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td .packing-material-option .option-qty, #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td .packing-material-option .option-qty {
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
}
#packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td .packing-material-option .option-qty input[type=number], #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td .packing-material-option .option-qty input[type=number] {
  width: 90px;
  text-align: center;
  border: solid 1px #000000;
}
#packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td .packing-material-option .option-qty input[type=number]::-webkit-inner-spin-button, #packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td .packing-material-option .option-qty input[type=number]::-webkit-outer-spin-button, #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td .packing-material-option .option-qty input[type=number]::-webkit-inner-spin-button, #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td .packing-material-option .option-qty input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
#packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td .packing-material-option .option-price, #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td .packing-material-option .option-price {
  min-height: 20px;
  color: #00c4b4;
}
#packing-materials .note {
  padding: 0px 0.5%;
}
#packing-materials .note .me-tip {
  display: none;
}
@media screen and (max-width: 767px) {
  #packing-materials .note {
    background: #e9f8f7;
    font-size: 12px;
    padding-bottom: 10px;
    text-align: center;
  }
}

#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;
  display: flex;
}
.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: 60%;
  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 {
  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-title-row .xl-dist-txt {
  color: #00c4b3;
  font-size: 16px;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-title-row .xl-flex-wrap {
  display: flex;
  align-items: center;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-title-row .plan-xl-price {
  margin-left: 20px;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-title-row .plan-xl-price span {
  color: #9b9b9b;
  font-size: 14px;
  text-decoration: line-through;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-title-row .plan-xl-price i {
  font-style: normal;
  font-size: 14px;
}
.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 {
  width: 32%;
  min-height: 552px;
  background-color: #fafafa;
  padding: 30px 6% 30px 0px;
  vertical-align: top;
}
.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: 8px;
  text-align: left;
  vertical-align: top;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table tr td:first-child {
  padding-left: 20px;
  color: #00c4b4;
  width: 45%;
  font-size: 14px;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table tr td:last-child {
  font-size: 14px;
  padding-right: 0px;
}
.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%;
}

html[lang=zh-tw] .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table tr td:first-child {
  width: 42%;
}
html[lang=zh-tw] .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table tr td br {
  display: none;
}

.adv-xl-wrap {
  position: fixed;
  right: 0;
  top: 50%;
  width: 180px;
  margin-top: -100px;
}
.adv-xl-wrap a {
  display: block;
}
.adv-xl-wrap a img {
  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);
  border-radius: 5px;
  max-width: 100%;
}
.adv-xl-wrap .adv-close {
  position: absolute;
  right: 0;
  top: -12px;
  width: 24px;
  height: 24px;
  background: #00c4b3;
  border-radius: 100em;
  color: #fff;
  font-weight: bold;
  font-size: 23px;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}

.mobile-adv-wrap {
  display: none;
}

@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%;
  }
}
/* Lightbox of new pricelist - END */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #product-containers .product-container .product .yellow-button a {
    min-width: 180px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #product-containers .product-container .product .product-description .product-title {
    font-size: 18px;
  }
  #product-containers .product-container .product .product-description .product-detail {
    font-size: 14px;
  }
  #product-containers .product-container .product .yellow-button a {
    min-width: 150px;
    font-size: 16px;
  }
  #product-containers .product-container .product .yellow-button .selected-btn {
    height: 38px;
  }
  #product-containers .product-container .product .yellow-button .selected-btn img {
    height: 14px;
  }

  #packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td, #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td {
    width: 126px;
  }
  #packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td.detail-in-text, #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td.detail-in-text {
    padding-left: 20px;
  }
  #packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td .packing-material-option, #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td .packing-material-option {
    margin: 0px 2px;
    width: 120px;
  }
  #packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td .packing-material-option > div, #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td .packing-material-option > div {
    margin-bottom: 14px;
  }
  #packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td .packing-material-option .option-title, #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td .packing-material-option .option-title {
    height: 40px;
  }
  #packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td .packing-material-option .option-qty, #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td .packing-material-option .option-qty {
    height: 46px;
    line-height: 46px;
    font-size: 34px;
  }
  #packing-materials .packing-materials-detail-container .packing-materials-detail > tbody > tr > td .packing-material-option .option-qty input[type=number], #packing-materials .packing-materials-detail-container .packing-materials-detail > tr > td .packing-material-option .option-qty input[type=number] {
    width: 80px;
  }

  #continue-btn-container .yellow-button a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .boxful-popup-content {
    height: 80%;
  }

  .adv-xl-wrap {
    display: none;
  }

  .mobile-adv-wrap {
    display: block;
    background: linear-gradient(79.53deg, #FFE993 26.18%, #FFEFAF 88.95%);
    height: 48px;
    margin-top: 10px;
  }
  .mobile-adv-wrap a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-adv-wrap .ma-img img {
    height: 38px;
  }
  .mobile-adv-wrap .ma-text {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    color: #20333e;
    margin-left: 16px;
  }
  .mobile-adv-wrap .ma-text span {
    text-decoration: underline;
    color: #00c4b3;
  }

  #product-containers .product-container {
    display: block;
    margin: 0px 0px 6px;
    padding: 0px;
    width: auto;
    border-width: 0px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    overflow: hidden;
  }
  #product-containers .product-container > div {
    vertical-align: top;
    height: 100%;
  }
  #product-containers .product-container .mobile-product {
    display: table !important;
    width: 100%;
  }
  #product-containers .product-container .mobile-product > div {
    display: table-cell;
    vertical-align: middle;
  }
  #product-containers .product-container .mobile-product .xl-summer span {
    text-decoration: line-through;
    font-size: 12px;
  }
  #product-containers .product-container .mobile-product .product-info {
    width: 50px;
    background-color: #00c4b4;
    text-align: center;
  }
  #product-containers .product-container .mobile-product .product-img {
    padding: 5px;
    padding-left: 16%;
    width: 30%;
    margin-top: 0px;
    cursor: auto;
  }
  #product-containers .product-container .mobile-product .product-img img {
    height: 50px;
  }
  #product-containers .product-container .mobile-product .product-description {
    padding-left: 6%;
    text-align: left;
    font-size: 16px;
    color: #b0b0b0;
    cursor: auto;
  }
  #product-containers .product-container .mobile-product .product-description > div {
    display: inline-block;
    padding: 6px;
  }
  #product-containers .product-container .mobile-product .product-description .product-title {
    text-align: right;
    border-right: 1px solid #b0b0b0;
  }
  #product-containers .product-container .mobile-product .product-btn {
    cursor: pointer;
  }
  #product-containers .product-container.selected {
    border: none;
  }

  #packing-materials .packing-materials-detail-container .packing-materials-title {
    margin-bottom: 10px;
    height: 38px;
    color: #00c4b4;
    text-align: left;
    font-size: 15px;
  }
  #packing-materials .packing-materials-detail-container .packing-materials-detail {
    margin-bottom: 15px;
  }
  #packing-materials .packing-materials-detail-container .packing-materials-detail .packing-material-option {
    margin-bottom: 6px;
    background-color: #ffffff;
    display: flex;
  }
  #packing-materials .packing-materials-detail-container .packing-materials-detail .packing-material-option > div {
    display: inline-block;
    vertical-align: top;
  }
  #packing-materials .packing-materials-detail-container .packing-materials-detail .packing-material-option .option-img {
    width: 80px;
  }
  #packing-materials .packing-materials-detail-container .packing-materials-detail .packing-material-option .option-img img {
    width: 60px;
    height: 60px;
  }
  #packing-materials .packing-materials-detail-container .packing-materials-detail .packing-material-option .option-title {
    width: calc(100% - 80px - 40%);
    color: #b0b0b0;
    display: flex;
    align-items: center;
    line-height: 1.2;
    justify-content: center;
    padding-right: 20px;
  }
  #packing-materials .packing-materials-detail-container .packing-materials-detail .packing-material-option .option-title i {
    font-size: 12px;
  }
  #packing-materials .packing-materials-detail-container .packing-materials-detail .packing-material-option .more-material {
    width: 40%;
  }
  #packing-materials .packing-materials-detail-container .packing-materials-detail .packing-material-option .more-material > div {
    display: inline-block;
    vertical-align: top;
  }
  #packing-materials .packing-materials-detail-container .packing-materials-detail .packing-material-option .more-material .more-material-amt {
    width: 40%;
    border-top-width: 0px;
  }
  #packing-materials .packing-materials-detail-container .packing-materials-detail .packing-material-option .more-material .more-material-amt .material-amt-display {
    background-color: #e9f8f7;
    color: #00c4b4;
    line-height: 60px;
    font-size: 30px;
  }
  #packing-materials .packing-materials-detail-container .packing-materials-detail .packing-material-option .more-material .more-material-amt .material-amt-display.three-digits {
    font-size: 22px;
  }
  #packing-materials .packing-materials-detail-container .packing-materials-detail .packing-material-option .more-material .more-material-sign {
    width: 30%;
    background-color: #00c4b4;
    color: #ffffff;
    font-size: 50px;
    line-height: 60px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
  }
  #packing-materials .packing-materials-detail-container .packing-materials-detail .packing-material-option .more-material .more-material-sign.disable .sign {
    color: #00a698;
  }
  #packing-materials .packing-materials-detail-container .detail-in-text > div {
    display: inline-block;
    width: 50%;
    text-align: left;
    vertical-align: top;
    font-size: 13px;
  }
  #packing-materials .packing-materials-detail-container .detail-in-text.just-show-mobile {
    display: flex;
    justify-content: space-around;
  }
  #packing-materials .packing-materials-detail-container .detail-in-text .plan-includes, #packing-materials .packing-materials-detail-container .detail-in-text .purchase-extras {
    margin-bottom: 15px;
  }
  #packing-materials .packing-materials-detail-container .detail-in-text .plan-includes .heading, #packing-materials .packing-materials-detail-container .detail-in-text .purchase-extras .heading {
    margin-bottom: 5px;
    font-style: italic;
  }
  #packing-materials .packing-materials-detail-container .detail-in-text .plan-includes {
    width: auto;
    display: block;
  }
  #packing-materials .packing-materials-detail-container .detail-in-text .content-new {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #packing-materials .packing-materials-detail-container .detail-in-text .content-new .pi-item {
    display: flex;
    align-items: center;
    margin: 10px 0 8px;
    background: #e9f8f7;
    padding-right: 4px;
  }
  #packing-materials .packing-materials-detail-container .detail-in-text .content-new .pi-item .pi-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 24px;
    margin-right: 7px;
  }
  #packing-materials .packing-materials-detail-container .detail-in-text .content-new .pi-item .pi-img img {
    max-height: 24px;
  }
  #packing-materials .packing-materials-detail-container .detail-in-text .content-new .pi-item .pi-img img.ss {
    max-height: 20px;
  }
  #packing-materials .packing-materials-detail-container .detail-in-text .content-new .pi-item .pi-text {
    color: #4a4a4a;
  }
  #packing-materials .packing-materials-detail-container .detail-in-text .content-new .pi-item .pi-text span {
    font-weight: bold;
    color: #00c4b3;
    margin-right: 4px;
  }
  #packing-materials .packing-materials-detail-container .detail-in-text .content-new .pi-item .pi-text i {
    font-style: normal;
  }
  #packing-materials .packing-materials-detail-container .detail-in-text .pure-text .content-new .pi-item {
    background: transparent;
    margin: 10px 0 0;
  }

  .price-section .title-cell, .price-section .value-cell {
    float: none !important;
  }

  .mobile-title {
    padding: 20px 15px 10px;
    text-align: left;
    color: #00c4b4;
    font-size: 16px;
  }

  .i-icon {
    display: inline-block;
    border: 1px solid #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 0px 5px;
    color: #ffffff;
    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;
  }

  .boxful-popup-close-button {
    color: #FFF;
  }

  #plans-lightbox-content {
    color: #949494;
  }
  #plans-lightbox-content .plan.xl-24, #plans-lightbox-content .plan.xl-48, #plans-lightbox-content .plan.xl-72 {
    display: none;
  }
  #plans-lightbox-content .plan .plan-thumbnail {
    padding-top: 25px;
  }
  #plans-lightbox-content .plan .plan-title {
    font-size: 22px;
  }
  #plans-lightbox-content .plan .plan-size {
    font-size: 14px;
  }
  #plans-lightbox-content .plan .howitworkline {
    margin-top: 15px;
  }
  #plans-lightbox-content .plan .plan-price {
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 300;
  }
  #plans-lightbox-content .plan .plan-price .price {
    font-size: 22px;
    font-weight: normal;
  }
  #plans-lightbox-content .plan-remarks {
    background: #e9f8f7;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0.5%;
    margin-top: 20px;
  }
  #plans-lightbox-content .plan-remarks .ico-item {
    width: 32%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #plans-lightbox-content .plan-remarks .ico-name {
    font-size: 10px;
    color: #324a5e;
    margin-top: 5px;
    line-height: 1.2;
  }
  #plans-lightbox-content .plan-remarks .ico-img {
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #plans-lightbox-content .plan-remarks .ico-img img {
    width: auto;
    max-height: 100%;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .boxful-popup-content {
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  #product-containers .product-container .mobile-product .product-img {
    padding-left: 0px;
  }
  #product-containers .product-container .mobile-product .product-description {
    padding-left: 0px;
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  html[lang=zh-tw] #product-containers .product-container .mobile-product .product-img {
    width: 28%;
  }
  html[lang=zh-tw] #product-containers .product-container .mobile-product .product-img img {
    height: 45px;
  }
  html[lang=zh-tw] #product-containers .product-container .mobile-product .product-description {
    font-size: 12px;
  }
  html[lang=zh-tw] #product-containers .product-container .mobile-product .product-description .product-title {
    padding-left: 0px;
  }
  html[lang=zh-tw] #product-containers .product-container .mobile-product .product-description .product-detail {
    padding-right: 0px;
  }
  html[lang=zh-tw] #product-containers .product-container .mobile-product .product-description > div {
    padding: 5px;
  }
}
@media screen and (max-width: 320px) {
  .boxful-popup-content {
    height: 480px;
  }

  #product-containers .product-container .mobile-product .product-description {
    font-size: 13px;
  }
  #product-containers .product-container .mobile-product .product-description .product-title {
    padding-left: 0px;
  }
  #product-containers .product-container .mobile-product .product-description .product-detail {
    padding-right: 0px;
  }
  #product-containers .product-container .mobile-product .product-description > div {
    padding: 5px;
  }

  #packing-materials .packing-materials-detail-container .packing-materials-detail .packing-material-option .option-img {
    width: 60px;
  }
  #packing-materials .packing-materials-detail-container .packing-materials-detail .packing-material-option .option-title {
    width: calc(100% - 60px - 40%);
  }
}
.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;
  }
}

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