@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500&subset=latin-ext&font-display=swap");

/* box details style //////////////*/
html {
  height: 100%;
}

body {
  height: auto;
  min-width: inherit !important;
  background: none;
  background-color: #ffffff;
  padding: 0px !important;
  margin: 0px 20px 20px;
  text-align: left;
  font-family: arial, chinese;
  font-size: 12px;
  color: #666666;
  line-height: inherit;
  font-family: "微軟正黑體", Arial;
  font-family: arial, chinese;
  overflow: auto;
}

p {
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.8em;
}

ol {
  padding-left: 15px;
}

ol li {
  margin-bottom: 5px;
}

/* a link ////////////////////////////////////////////*/
a:link,
a:visited,
a:active {
  color: #999999;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
  color: #666666;
  text-decoration: none;
}

.selection_action_box {
  right: 30px;
}

.lb_secheader {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  padding: 8px 20px 8px;
  /*
	box-shadow:0px 0px 5px #888888;
	*/
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1000;
  font-size: 18px;
  color: #973f0b;
  color: #215c63;
  color: #0e906c;
  font-family: "Montserrat", "PingFang", "微軟正黑體", "Lucida Sans Unicode",
    "Lucida Grande", sans-serif;
  font-weight: 300;
  height: 42px;
}

.product_comparison_info_box .lb_secheader>div {
  display: none;
}

.lb_content {
  font-family: "Montserrat", "Noto Sans SC", chinese;
  font-size: 12px;
  color: #666666;
  background-color: #fff;
  margin-top: 50px;
  margin-bottom: 0px;
}

.lb_account_container .lb_content {
  background-color: unset;
}

.lb_content_title {
  color: #1c1c1c;
  border-bottom: 1px solid #fbc400;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 16px;
}

.lb_content.eshop {
  margin-top: 50px;
}

.lb_account_container .account_email_box {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  padding: 5px 20px;
  margin: 5px 0;
  background-color: #aca285;
  color: #fff;
  border-radius: 5px;
  display: table;
}

.action_tab .option .current {
  padding: 5px 15px;
}

.action_tab {
  border-top: none;
  /*background-color:rgba(255,255,255,0.5);*/
  text-align: center;
  position: fixed !important;
  top: 4px;
  right: 11px;
  z-index: 1000;
  padding: 0;
  min-height: 35px;
  display: flex;
  align-items: center;
  /*
	background-color:#ffe000;
	box-shadow:inset 0.5px -0.5px 0px 0px #308a86;*/
  /*
	box-shadow:inset 0px 0px 0px 3px #ffffff;
	background-color:rgba(255, 255, 255, 0.8);
	*/
  background-color: #39e4c5cc;
  background-color: #ffe000cc;
  background-color: #d9d6dacc;
  border-radius: 5px 0px 0px 5px;
}

.action_tab:empty {
  display: none;
}

.action_tab>div {
  margin-left: 3px;
  margin-bottom: 2px;
  position: relative;
}

.action_tab>div:nth-of-type(1) {
  margin-left: 0px;
}

.action_tab .but_back {
  height: 23px;
}

.action_tab .but_general {
  padding: 7px 15px 7px !important;
}

.action_tab .material-icons {
  font-size: 16px;
}

.action_tab.disabled .but_general.coin {
  box-shadow: 0px 0px 0px 1px #dedede;
}

.lb_gallery {
  background-color: #f0f0f0;
  text-align: center;
}

.lb_pagebar {
  float: right;
  margin-right: 0px;
  padding-bottom: 10px;
}

.lb_pagebar>div {
  display: inline-block;
}

form {
  margin-bottom: 5px;
}

.file_box .file_list {
  max-height: inherit;
}

.list_action_box.top {
  padding-left: 8px;
  padding-right: 8px;
}

.action_tab .but_general.prev,
.action_tab .but_general.next,
.action_tab .but_general.noti_back_btn {
  /* padding: 0 15px !important; */
  border-radius: 3px;
}

.action_tab .disabledopacity {
  display: none;
}

/*----------- shopping cart coupon -----------s*/
.grid_list>div:nth-of-type(1) {
  border-bottom: unset;
  color: #fff;
  padding: 10px 20px;
  background:#a9a68b;
  color:#ffffff;
}

.personal_info {
  background: #a9a68b !important;
}

.usable_coupon_list {
  margin-top: 50px;
}
.usable_coupon_item{
  cursor: pointer;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 20px !important;
  color: #6a6868 !important;
  background-color: #f3f2eb!important;
}

.usable_coupon_item:hover {
  background-color: #deddda;
}

.usable_coupon_item .term span {
  font-size: 12px !important;
  color: #868686 !important;
  line-height: 20px;
}

.currently_using_coupon {
  cursor: auto;
}

.usable_coupon_item .details_box {
  display: inline-block;
  width: 100%;
}

.usable_coupon_item .details_box>div:nth-of-type(1) {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #d1cdad;
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: #938d68;
}

.usable_coupon_item .code_box {
  display: inline-block;
}

.usable_coupon_item .coupon_wrapper {
  display: flex;
  justify-content: space-between;
}

.usable_coupon_item .coupon_code_container {
  background: #938d68;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 15px;
  border-radius: 30px;
}

.lb_avail_coupon_container {
  padding-bottom: 10px;
}

input#promo_code {
  display: none;
}

.no_coupon_list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 300;
}

/*After coupon apply*/
#promo_code_non_editable[readonly] {
  background-color: #eee;
  border: 1px solid #ccc;
  color: #888;
}

.current_using_code_box {
  background: #d9d9d9;
  text-align: center;
  padding: 5px;
  color: #646464;
  position: sticky;
  z-index: 100;
  top: 107px;
  display: flex;
  place-content: center;
}

.current_using_code_cross {
  position: absolute;
  right: 10px;
  width: 18px;
  filter: contrast(0.5);
  cursor: pointer;
}

.current_using_code_cross:hover {
  filter: contrast(0.1);
}

.usable_coupon_list .the_others_coupon_sentance {
  padding: 10px !important;
  border: unset;
  background: unset !important;
  font-size: 15px;
}

.usable_coupon_item.currently_using_coupon {
  background: #fffef9;
  border: 2px solid #a6a389;
}

.is_using_coupon_hr {
  background: unset !important;
}

/*----------- shopping cart coupon end -----------s*/
.lb_account_container .heading {
  font-size: 18px !important;
  padding: 10px 0 !important;
  margin: 0 !important;
  margin-bottom: 0 !important;
  color: #1e1e1e!important;
}

.lb_account_container .heading img,
.lb_account_nav.mobile .nav.nav_selected>div>div img {
	display: none;
}

.lb_account_nav.mobile .nav.nav_selected>div>div span {
	padding-left: 0!important;
	font-size: 16px!important;
	color: #1e1e1e!important;
}
