@charset "UTF-8";
.ns-tool-box .service-tool {
  bottom: 120px;
}

.layout-footer {
  display: none;
}

@media only screen and (min-width: 768px) {
  .promotion-detail-container {
    padding: 5px 20px;
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .promotion-detail-container .promotion-info-section {
    position: relative;
    border: 1px solid #dfdfdf;
  }
  .promotion-detail-container .promotion-info-section:before, .promotion-detail-container .promotion-info-section:after {
    content: "";
    display: table;
    clear: both;
  }
}
.promotion-detail-container .promotion-img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .promotion-detail-container .promotion-img {
    display: inline-block;
    float: left;
  }
}
@media only screen and (min-width: 1281px) {
  .promotion-detail-container .promotion-img {
    width: 480px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .promotion-detail-container .promotion-img {
    width: 50%;
  }
}
.promotion-detail-container .promotion-info {
  position: relative;
  box-sizing: border-box;
}
@media only screen and (min-width: 1281px) {
  .promotion-detail-container .promotion-info {
    width: calc(100% - 480px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .promotion-detail-container .promotion-info {
    width: calc(100% - 50%);
  }
}
@media only screen and (min-width: 768px) {
  .promotion-detail-container .promotion-info {
    display: inline-block;
  }
}
.promotion-detail-container .promotion-title-container {
  padding: 15px 15px 0px;
}
@media only screen and (min-width: 768px) {
  .promotion-detail-container .promotion-title-container {
    padding: 16px 20px 0px;
  }
}
.promotion-detail-container .promotion-title-container-crm-memeber-tier {
  padding: 15px 15px 10px;
}
@media only screen and (min-width: 768px) {
  .promotion-detail-container .promotion-title-container-crm-memeber-tier {
    padding: 16px 20px 10px;
  }
}
.promotion-detail-container .promotion-desc-container {
  padding: 0px 15px 15px;
}
@media only screen and (min-width: 768px) {
  .promotion-detail-container .promotion-desc-container {
    padding: 0px 20px;
  }
}
.promotion-detail-container .promotion-title-crm-member-tier {
  margin-bottom: 7px;
  font-size: 14px;
}
.promotion-detail-container .promotion-title {
  color: #333333;
  font-size: 16px;
  margin: 5px 0;
  line-height: 18px;
}
@media only screen and (min-width: 768px) {
  .promotion-detail-container .promotion-title {
    margin: 0 0 5px;
    line-height: 25px;
    font-size: 20px;
  }
}
.promotion-detail-container .promotion-countdown {
  margin: 5px 0;
}
.promotion-detail-container .promotion-countdown .promotion-countdown-desc {
  color: #595959;
  font-size: 13px;
  font-weight: bold;
}
.promotion-detail-container .promotion-duration {
  color: #999999;
  font-size: 12px;
  margin: 10px 0;
  line-height: 1.3;
}
.promotion-detail-container .promotion-desc {
  color: #666666;
  margin: 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .promotion-detail-container .promotion-desc {
    font-size: 13px;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    height: 36px;
  }
}
.promotion-detail-container .promotion-desc-all {
  color: #666666;
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 18px;
}
.promotion-detail-container .promotion-link-text {
  color: #428bca;
  font-size: 13px;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .promotion-detail-container .promotion-link-text {
    display: block;
    position: static;
  }
}
.promotion-detail-container .salepage-list-section {
  background-color: #f5f5f5;
  padding: 12px 8px 140px;
}
@media only screen and (min-width: 768px) {
  .promotion-detail-container .salepage-list-section {
    background: none;
    padding: 0;
    margin: 15px 0;
    padding-bottom: 40px;
  }
}
.promotion-detail-container .salepage-list-section .salepage-list-cabinet:before, .promotion-detail-container .salepage-list-section .salepage-list-cabinet:after {
  content: "";
  display: table;
  clear: both;
}
.promotion-detail-container .promotion-rule {
  margin: 10px 0 30px;
}
@media only screen and (min-width: 768px) {
  .promotion-detail-container .promotion-rule {
    margin: 10px 0;
  }
}
.promotion-detail-container .promotion-rule .promotion-rule-title-ul {
  margin-left: 16px;
}
.promotion-detail-container .promotion-rule .promotion-rule-title {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  list-style-position: outside;
  list-style-type: square;
}
.promotion-detail-container .promotion-rule .promotion-rule-li {
  display: inline-block;
  margin-right: 4px;
}
.promotion-detail-container .promotion-rule .promotion-rule-desc {
  color: #999999;
  font-size: 13px;
  line-height: 1.5;
}
.promotion-detail-container .promotion-rule .promotion-rule-highlight {
  color: #ff5353;
}
.promotion-detail-container .ns-clock {
  display: inline-block;
}
.promotion-detail-container .preferred-currency-reminder {
  font-size: 13px;
  margin: 15px;
}
@media only screen and (min-width: 768px) {
  .promotion-detail-container .preferred-currency-reminder {
    margin-left: 5px;
  }
}
.promotion-detail-container .preferred-currency-reminder .icon-editor {
  vertical-align: middle;
}

.notification-title {
  white-space: nowrap;
  display: block;
}

.filter-bar {
  margin: 5px 1%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .filter-bar {
    display: none;
  }
}
.filter-bar .filter-bar-li {
  display: inline-block;
}
.filter-bar .filter-bar-li.category-li {
  border-right: 1px solid #e3dedb;
  box-sizing: border-box;
  margin-right: 3%;
  width: 60%;
}
.filter-bar .filter-bar-li .category-text {
  font-size: 14px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  height: 18px;
  color: #74584d;
  display: -webkit-inline-box;
  font-weight: bold;
  width: 80%;
  vertical-align: middle;
}
.filter-bar .fa-caret-down, .filter-bar .ico-chevron-down {
  vertical-align: top;
  color: #74584d;
}
.filter-bar .filter-bar-link {
  display: block;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.filter-bar .filter-bar-title {
  color: #b3a396;
  font-size: 12px;
  margin-bottom: 5px;
}
.filter-bar .filter-bar-text {
  color: #74584d;
  font-size: 14px;
  font-weight: bold;
}
.filter-bar .icon-filter {
  color: #74584d;
  font-size: 16px;
  margin-left: 10px;
}

.is-selected {
  outline: 2px solid #ffb770;
}
@media only screen and (min-width: 768px) {
  .is-selected {
    outline: 3px solid rgba(255, 153, 50, 0.7);
  }
}
.is-selected .cabinet-check {
  display: block;
}

.category-bar-active {
  color: #ff5353 !important;
  font-weight: bold;
}
.category-bar-active.category-bar-title {
  border-top: 3px solid #ff5353;
}

@media only screen and (min-width: 768px) {
  .promotion-extand-width {
    width: 100% !important;
  }
}

.category-bar {
  display: none;
}
@media only screen and (min-width: 768px) {
  .category-bar {
    display: block;
    border-top: 1px solid #dddddd;
    height: 40px;
    margin-bottom: 20px;
  }
}
.category-bar .category-bar-title {
  display: inline-block;
  text-align: center;
  width: 13%;
  border-top: 3px solid #dddddd;
  font-size: 14px;
  color: #535353;
  line-height: 40px;
  cursor: pointer;
  vertical-align: top;
  font-weight: normal;
}
.category-bar .category-bar-title.category-bar-active {
  border-top: 3px solid #ff5353;
}
.category-bar .category-bar-icon {
  display: inline-block;
  color: #333333;
  text-align: center;
  width: 5%;
  vertical-align: top;
  line-height: 40px;
}
.category-bar .category-bar-frame {
  width: 73%;
  display: inline-block;
  height: 40px;
  overflow: hidden;
}
.category-bar .category-bar-scroll {
  overflow-y: auto;
  height: 60px;
}
.category-bar .category-bar-ul {
  white-space: nowrap;
  width: 100%;
}
.category-bar .category-bar-li {
  display: inline-block;
  padding: 0 15px;
}
.category-bar .category-bar-link {
  font-size: 14px;
  color: #4a4e5c;
  text-decoration: none;
  line-height: 40px;
}

.salepage-list-cabinet-title {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  margin: 0 1% 10px;
}
@media only screen and (min-width: 768px) {
  .salepage-list-cabinet-title {
    font-size: 20px;
    margin: 0 0 12px 5px;
  }
}

.add-basket-button {
  border-radius: 3px;
  bottom: 10px;
  display: block;
  font-weight: bold;
  line-height: 37px;
  text-align: center;
  position: absolute;
  right: 12px;
  left: 12px;
  text-decoration: none;
}
.add-basket-button .add-basket-button-text {
  font-size: 14px;
}
.add-basket-button .add-basket-button-icon.icon-plus, .add-basket-button .add-basket-button-icon.ioc-add {
  font-size: 12px;
}
.add-basket-button .add-basket-button-icon.fa-ban {
  font-size: 14px;
}

.is-clickable-btn {
  border: 1px solid #ff9933;
  color: #ff9933;
}
.is-clickable-btn:hover {
  background-color: #ff9933;
  color: #fff;
}

.is-disable-btn {
  background-color: #ededed;
  color: #bcbcbc;
  cursor: default;
}

.product-tag, .cabinet-check, .ranking-tag {
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
}

.cabinet-check {
  background-color: rgba(255, 153, 51, 0.7);
  display: none;
  z-index: 2;
}
.cabinet-check .cabinet-check-icon {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .cabinet-check .cabinet-check-icon {
    font-size: 20px;
  }
}

.ranking-tag {
  background-color: rgba(255, 83, 83, 0.6);
  color: #fff;
  font-size: 18px;
  z-index: 1;
}

.app-only-tag {
  background-color: #ff5353;
  border-radius: 62px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  padding: 1px 4px;
}

.salepage-list-cabinet .cabinet-medium .cabinet-middle {
  height: 150px;
  padding: 8px 12px;
}
.salepage-list-cabinet .cabinet-medium .suggest-price {
  bottom: 77px;
  left: 12px;
}
.salepage-list-cabinet .cabinet-medium .price {
  left: 12px;
  bottom: 50px;
}

.promotion-modal .modal-dialog {
  margin-top: 20%;
}

.promotion-desc-modal {
  padding: 15px;
}
.promotion-desc-modal .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.cabinet-medium .cabinet-li {
  -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.2);
  box-shadow: 0 1px 2px rgba(71, 73, 72, 0.2);
  width: 47%;
  float: left;
  background: #fff;
  color: #333;
  margin: 2% 1.5%;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .cabinet-medium .cabinet-li {
    padding: 0;
    margin: 1.5% 1%;
    width: 18%;
    min-width: 180px;
  }
}
.cabinet-medium .cabinet-top {
  display: inline-block;
  position: relative;
  width: 100%;
  background: #f5f5f5;
  background-size: 100%;
}
.cabinet-medium .cabinet-top:before {
  content: '';
  display: block;
  margin-top: 100%;
}
.cabinet-medium .cabinet-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: center;
}
.cabinet-medium .cabinet-middle {
  height: 100px;
  padding: 8px;
}
.cabinet-medium .cabinet-instruction {
  color: #666;
  margin-top: 2px;
  position: relative;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  height: 54px;
}
.cabinet-medium .set-fav {
  display: block;
  position: absolute;
  right: 4px;
  bottom: 6px;
  color: #989898;
  text-align: center;
  width: 36px;
  height: 36px;
}
.cabinet-medium .set-fav .cabinet-link {
  color: #fff;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
}
.cabinet-medium .set-fav.is-fav .fa-heart, .cabinet-medium .set-fav.is-fav .ico-herat-fill {
  color: #ff5353;
}
.cabinet-medium .set-fav .fa-heart-o, .cabinet-medium .set-fav .ico-heart {
  color: grey;
}
.cabinet-medium .add-to-cart {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #ff5353;
  border-radius: 5px;
}
.cabinet-medium .add-to-cart .cabinet-link {
  display: block;
  color: #fff;
}
.cabinet-medium .add-to-cart .cabinet-link i {
  font-size: 22px;
  line-height: 38px;
}
.cabinet-medium .price {
  display: block;
  font-size: 12px;
  color: #ff5353;
  font-weight: 700;
  line-height: 30px;
  float: left;
  position: absolute;
  bottom: 7px;
  left: 10px;
  padding: 0;
}
.cabinet-medium .price.is-soldout {
  font-size: 12px;
}
.cabinet-medium .suggest-price {
  display: block;
  font-weight: normal;
  font-size: 11px;
  color: #999;
  text-decoration: line-through;
  clear: right;
  float: left;
  position: absolute;
  bottom: 32px;
  left: 10px;
}
.cabinet-medium .suggest-price .suggest-text {
  display: none;
}
.cabinet-medium .is-sold-out {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  top: 0;
  z-index: 4;
}
.cabinet-medium .is-sold-out .sold-out-text {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  margin-top: calc(50% - 10px);
}
.cabinet-medium .is-soldout .suggest-price {
  display: none;
}
.cabinet-medium .is-soldout .popup-btn {
  display: none;
}
.cabinet-medium .is-soldout .add-to-cart {
  background: #d7d7d7;
}
.cabinet-medium .is-soldout .price {
  font-size: 12px;
}
.cabinet-medium .is-soldout .price-disable {
  font-size: 12px;
  color: #bababa;
}
.cabinet-medium .is-soldout .soldout-text {
  display: none;
}
.cabinet-medium .is-soldout .soldout-supply {
  background: #000000;
  text-align: center;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  height: 30px;
  top: calc(100% - 30px);
}
.cabinet-medium .is-soldout .soldout-supply .soldout-supply-msg {
  display: block;
  color: #ffffff;
  font-size: 12px;
  padding-top: 8px;
}
.cabinet-medium .hide-at-cabinet {
  display: none;
}
.cabinet-medium .small-add-wishlist__btn {
  display: none;
}
.cabinet-medium .favorite-heart {
  width: 20px;
}
.cabinet-medium.product-list {
  display: flex;
  flex-wrap: wrap;
  margin: -7.5px;
  padding: 10px;
}
.cabinet-medium.product-list .cabinet-li {
  float: none;
  margin: 0;
  flex: 0 0 50%;
  padding: 7.5px;
  background-color: transparent;
  box-shadow: none;
}
.cabinet-medium.product-list .product-card {
  display: flex;
  flex-direction: column;
  background-color: white;
}
.cabinet-medium.product-list .product-card-bottom {
  display: flex;
  flex-direction: column;
}
.cabinet-medium.product-list .product-card-price {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.cabinet-medium.product-list .product-card-actions {
  flex: 1 1 auto;
  display: flex;
  margin-left: auto;
  margin-top: 10px;
}
.cabinet-medium.product-list .product-card-actions .icon-button:not(:first-child) {
  margin-left: 10px;
}
.cabinet-medium.product-list .product-card .cabinet-top {
  flex: 1 1 auto;
}
.cabinet-medium.product-list .product-card .cabinet-middle {
  padding: 6px 6px 12px 6px;
  height: auto;
}
.cabinet-medium.product-list .product-card .cabinet-instruction {
  color: black;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  height: 40px;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 0;
}
.cabinet-medium.product-list .product-card .suggest-price {
  position: relative;
  font-size: 12px;
  line-height: 17px;
  font-weight: normal;
  color: #999999;
  float: none;
  left: 0;
  bottom: 0;
}
.cabinet-medium.product-list .product-card .price {
  position: relative;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  padding: 0;
  height: auto;
  float: none;
  left: 0;
  bottom: 0;
}
.cabinet-medium.product-list .product-card .is-sold-out {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 4;
}
.cabinet-medium.product-list .product-card .is-sold-out .sold-out-text {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  margin-top: auto;
  padding: 3px 18px 2px 18px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}
.cabinet-medium.product-list .product-card .icon-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #4b4b4b;
  background-color: transparent;
  cursor: pointer;
}
.cabinet-medium.product-list .product-card .icon-button.active {
  color: #ff5353;
}
.cabinet-medium.product-list .product-card .icon-button.add-to-cart {
  bottom: auto;
  right: auto;
}
.cabinet-medium.product-list .is-soldout .add-to-cart {
  color: #d7d7d7;
  background: transparent;
  pointer-events: none;
}

.ns-clock .clock-box {
  color: #ff6666;
  padding: 2px 0;
  display: inline-block;
}
.ns-clock .clock-txt {
  font-size: 14px;
  color: #333;
}

.category-menu ._menu-li-pseudo, .search-layout .category-menu .menu-link.close:after, .search-layout .category-menu .close.child-menu-link:after, .promotion-detail-container .category-menu .menu-link.close:after, .promotion-detail-container .category-menu .close.child-menu-link:after, .search-layout .category-menu .menu-link.open:after, .search-layout .category-menu .open.child-menu-link:after, .promotion-detail-container .category-menu .menu-link.open:after, .promotion-detail-container .category-menu .open.child-menu-link:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  float: right;
  font-size: 24px;
  color: #f594ac;
}
.category-menu .menu-li {
  line-height: 17px;
  -webkit-transform: translateZ(0);
}
.category-menu .menu-link, .category-menu .child-menu-link {
  width: 100%;
  display: inline-block;
  line-height: inherit;
  text-align: left;
  box-sizing: border-box;
  color: #666666;
  padding: 12px 20px;
  border-bottom: 1px dashed #cccccc;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.category-menu .menu-item-name {
  font-weight: 100;
  font-family: Arial;
  max-width: calc(100% - 51px);
  float: left;
  padding-right: 10px;
  font-size: 15px;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  height: 16px;
}
.category-menu .child-menu-ul {
  -moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
  max-height: 0;
}
.category-menu .child-menu-ul.open {
  max-height: 9999px;
}
.category-menu .child-menu-link {
  -moz-transition: background 0.1s;
  -o-transition: background 0.1s;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
  padding-left: 10%;
  word-wrap: break-word;
}
.category-menu .child-menu-link:hover {
  color: #fff;
}

.search-layout .category-menu .menu-link.close:after, .search-layout .category-menu .close.child-menu-link:after, .promotion-detail-container .category-menu .menu-link.close:after, .promotion-detail-container .category-menu .close.child-menu-link:after {
  content: "＋";
}
.search-layout .category-menu .menu-link.open:after, .search-layout .category-menu .open.child-menu-link:after, .promotion-detail-container .category-menu .menu-link.open:after, .promotion-detail-container .category-menu .open.child-menu-link:after {
  content: "－";
}
