@charset "utf-8";

/* width */
::-webkit-scrollbar {
  width: 5px;
  padding: 0 10px;
}

/* Track */
::-webkit-scrollbar-track {
  /*  box-shadow: inset 1px 0px 3px #dedede;*/
  box-shadow: none;
  border-radius: 10px;
  background-color: #ddd;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #6f7777 0%, #56656e 100%);
  /* W3C */
  opacity: 0.7;
  border-radius: 10px;
  width: 100px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  box-shadow: 0px 0px 1px 0px #be8329, 0px 0px 23px 0px #aaaaaa,
    0px 0px 23px 0px #be8329;
  background: linear-gradient(to bottom, #809394 0%, #3d525f 100%);
  /* W3C */
  /*  background: #000;*/
  background: #b48d18;
}

body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-track {
  box-shadow: inset -1px 1px 3px #cdcdcd;
  border-radius: 0px;
  background-color: #ffffff;
  display: none;
}

body::-webkit-scrollbar-thumb {
  box-shadow: none;
  background: linear-gradient(to bottom, #809394 0%, #3d525f 100%);
  /* W3C */
  opacity: 0.7;
  border-radius: 0px;
}

input,
textarea,
.debug_box * {
  -webkit-touch-callout: text;
  /* iOS Safari */
  -webkit-user-select: text;
  /* Safari */
  -khtml-user-select: text;
  /* Konqueror HTML */
  -moz-user-select: text;
  /* Firefox */
  -ms-user-select: text;
  /* Internet Explorer/Edge */
  -o-user-select: text;
  user-select: text;
  /* Non-prefixed version, currently*/
}

select,
input,
textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000;
  border: 1px solid #e1e1e1;
  /*  box-shadow: inset 0 1px 0 #E1E1E1,inset 0 -1px 0 #E1E1E1, inset 1px 0 0 #E1E1E1, inset -1px 0 0 #E1E1E1;*/
  box-shadow: none;
  background-color: #fafafa;
  padding: 5px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  outline: none;
  min-height: 36px;
  width: 100%;
  margin: 0;
}

form .marked input,
form .marked textarea {
  /*  box-shadow: inset 0px 1px 2px #dedede, inset 0px 1px 0px #dedede;*/
  /*  border-left: 2px solid #a2a191 !important;*/
}

input[type="checkbox"],
input[type="radio"] {
  border: none;
  width: inherit !important;
  min-height: auto;
}

input::placeholder,
textarea::placeholder {
  color: #a1a1a1;
  font-family: "Montserrat", "Noto Sans SC", chinese !important;
  font-size: 13px;
  line-height: 1;
}

select {
  /*  padding-right: 4px;*/
  padding: 0;
}

textarea {
  resize: none;
  overflow: auto;
  min-height: 100px;
  width: 100%;
}

input.fullw {
  width: 100%;
}

input:hover,
select:hover,
textarea:hover {
  color: #1d1d1d;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  box-shadow: none;
}

input:focus,
select:focus,
textarea:focus {
  color: #1d1d1d;
  background-color: #fff;
  border: 1px solid #777;
  box-shadow: none;
}

input:not(:placeholder-shown):not(:focus),
textarea:not(:placeholder-shown):not(:focus) {
  color: #000;
}

form {
  margin: 0px;
}

.enabled {
  max-height: 100px;
  padding: 0px !important;
  opacity: 1;
}

.hidden {
  max-height: 0px !important;
  overflow: hidden !important;
  padding: 0px !important;
  margin: 0px !important;
  opacity: 0 !important;
}

.hidden.block {
  display: block;
  font-size: 0px;
}

.readonly {
  pointer-events: none;
}

img {
  border: 0px;
}

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

footer a:link,
a:visited,
a:active {
  color: #ffffff;
  text-decoration: none;
}

.blog_detail_text a:link,
a:visited,
a:active {
  color: #222222;
  color: #1d1d1d;
  text-decoration: underline;
}

a:hover {
  color: #222222;
  color: #1d1d1d;
  text-decoration: none;
}

/* a link end////////////////////////////////////////////*/

*[disabled],
.disabled {
  opacity: 0.3 !important;
  pointer-events: none !important;
  cursor: default !important;
  position: relative !important;
}

.flex {
  display: flex;
  justify-content: space-evenly;
}

.brand_overview .but_general {
  display: none;
}

.flex > div {
  margin-right: 3px;
}

.flex > div:nth-last-of-type(1) {
  margin-right: 0px;
}

.float_r {
  margin-left: 5px;
  float: right;
}

.float_l {
  margin-right: 5px;
  float: left;
}

.clear {
  clear: both;
}

.register_top_banner {
  position: relative;
}

.register_top_banner img {
  max-width: 100%;
  width: 100%;
}

.form_remark_box {
  display: table;
  border-radius: 5px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align-last: center;
  line-height: 30px;
}

.debug_box * {
  width: 70%;
  overflow: auto;
  white-space: break-spaces;
  box-shadow: 0px 0px 0px 1px #dedede;
  padding: 20px;
  font-family: arial;
  font-size: 11px;
  background-color: #333333;
  color: #00ffd0;
  margin: 0px;
  margin-bottom: 5px;
}

.tagbox {
  z-index: 10001;
  position: absolute;
  background-color: #ffffff;
  font-family: "PingFang", "微軟正黑體", Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333;
  opacity: 0;
  padding: 10px 20px;
  text-align: left;
  font-size: 12px;
  border: 1px solid #dedede;
  border: 1px solid #528681;
  border: 1px solid #aaaaaa;
  box-shadow: 0px 0px 5px #dedede;
  transition: left 0s, top 0.5s;
  pointer-events: none;
}

.sys_msg_box {
  position: fixed;
  text-align: center;
  opacity: 0;
  margin: auto;
  z-index: 100002;
  display: flex;
  visibility: hidden;
  top: 100px;
  left: 50%;
  height: 50%;
  -webkit-font-smoothing: antialiased;
  transform: translateX(-50%);
  font-family: "Montserrat", "Noto Sans SC", chinese;
  width: 80vw;
}

.sys_msg_box.active {
  visibility: visible;
  opacity: 1;
  top: 50px;
}

.sys_msg_box.active > div {
  /*  padding: 30px 80px;*/
  padding: 30px;
}

.sys_msg_box > div {
  text-align: center;
  border-radius: 5px;
  background-color: rgba(21, 0, 84, 0.95);
  background-color: rgba(5, 75, 90, 0.95);
  background: #6e8a85;
  background: linear-gradient(to bottom, #a5923c 0%, #cbbb72 100%);
  box-shadow: 0px 1px 1px #6c684f;
  font-size: 16px;
  color: #ffffff;
/*  white-space: nowrap;*/
  white-space: unset;
  padding: 0px;
  margin: auto;
  max-width: 700px;
  /*
  line-height: auto;
  line-height: 18px;
*/
  line-height: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

#sys_msg > div {
  padding: 5px 0px;
}

.ui_header_logo_box {
  border: 1px dashed #dedede;
}

.material-icons {
  /*line-height:0!important;*/
}

.enquiry_container {
  display: flex;
  flex-wrap: wrap;
}

.enquiry_container > div {
  margin: auto;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0px 0px;
  vertical-align: top;
  box-sizing: border-box;
  /*margin-right:20px;*/
  flex: 1 1 48%;
  flex: 1 1 100%;
}

.enquiry_container > div:nth-last-child(1) {
  margin-bottom: 0px;
  margin-right: 0px;
}

.enquiry_container .form_colless {
  /* z-index: -1; */
}

.account_icon_container {
  position: relative;
}

.account_icon_container > div {
  padding-left: 0px !important;
}

.account_setting_navbox {
  width: inherit !important;
  position: absolute;
  padding: 0px !important;
  border-radius: 5px;
  box-shadow: 0px 0px 0px 0.5px #dedede;
  background-color: #ffffff;
  right: 0px;
  overflow: hidden;
  opacity: 0;
  max-height: 0px;
}

.account_setting_navbox.active {
  opacity: 1;
  max-height: 200px;
}

.account_setting_navbox > div {
  white-space: nowrap;
  padding: 13px 25px;
  font-size: 13px;
}

.account_setting_navbox > div:hover {
  background-color: #397575;
  color: #ffffff;
}

.account_logo {
  margin: auto;
  display: table;
  margin-top: 30px;
  margin-bottom: 10px;
}

.account_logo img {
  max-width: 180px;
  max-height: 100px;
}

.account_logo.sys {
  margin-top: 0px;
  margin-bottom: 15px;
}

.account_logo.sys img {
  max-width: 150px;
  max-height: 150px;
}

.enquiry_agreement {
  padding: 10px 20px;
  font-size: 11px;
  line-height: 16px;
  border-radius: 5px;
  background-color: #557372;
  color: #ffffff;
  margin-bottom: 15px;
}

.locator_box {
  display: none;
  font-size: 11px;
  text-align: left;
  padding: 10px 20px !important;
  position: absolute;
}

.locator_box.active {
  display: block;
}

.locator_box > div {
  display: inline-block;
  vertical-align: top;
  line-height: 15px;
  color: #555555;
  height: 15px;
}

* html .locator_box > div {
  display: inline;
}

* + html .locator_box > div {
  display: inline;
}

.locator_box .home {
  background: url(/library/images/icon/home.png) no-repeat left center;
  width: 20px;
}

.locator_box > div:nth-child(n + 3) {
  background: url(/library/images/icon/arrow.png) no-repeat left center;
  padding-left: 15px;
  margin-left: 10px;
}

.listing:empty {
  box-shadow: none;
  border-top: 1px solid #e6e6e6;
  position: relative;
}

.listing:empty::before {
  content: attr(data-no-item);
  text-align: center;
  display: table;
  width: 100%;
  left: 0px;
  right: 0px;
  padding: 10px;
  color: #999;
  font-size: 16px;
}

*[disabled],
.disabled {
  opacity: 0.3 !important;
  pointer-events: none !important;
  cursor: default !important;
  position: relative !important;
}

*[disabled] + div.note {
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  position: absolute !important;
  cursor: default !important;
  background: none !important;
  box-shadow: none !important;
  pointer-events: auto !important;
}

.datasec_container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.datasec_container > div {
  flex: 1 1 auto;
  margin: 0px 10px;
  vertical-align: top;
}

.datasec_container > div:nth-child(1) {
  flex-grow: 8;
}

.datasec_container.setting {
  flex-wrap: nowrap;
}

.datasec_container > div > div {
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 0px solid #efefef;
  box-shadow: 0px 0px 5px #efefef;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  border-top: 1px solid #e9f0ef;
}

.datasec_container .table_form {
  margin: 0px;
}

.datasec_container .setting_unit {
  padding: 0px;
  margin-bottom: 10px;
}

.datasec_container .setting_unit:hover > div:nth-child(1) {
  border-color: #333;
  border-width: 1px;
  box-shadow: 0px 1px 0px #29a09a, 0px 2px 1px #dff90a;
}

.datasec_container .setting_unit > div:nth-child(1) {
  box-shadow: 0px 1px 1px #b7d0cf;
}

.datasec_container .setting_unit > div:not(.action_box) {
  padding: 10px;
  margin-bottom: 0px;
}

.datasec_container > div > div:hover {
  box-shadow: 0px 0px 5px #efefef, 0px 1px 0px 1px #dedede,
    0px 0px 0px 1px #81e9de;
  background-color: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #81e9de;
}

.datasec_container > div > div > div {
  margin-bottom: 8px;
}

.datasec_container > div > div > div:nth-last-child(1) {
  margin-bottom: 0px !important;
}

.datasec_container > div > div > div:nth-of-type(1) {
  font-size: 16px;
  padding: 0px 0px 0px;
  color: #3d5452;
  margin-bottom: 10px;
  font-weight: 400;
  font-family: "Montserrat", "PingFang", "微軟正黑體", "Lucida Sans Unicode",
    "Lucida Grande", sans-serif;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}

.datasec_container.setting.controller > div > div {
  margin-bottom: 10px !important;
  border-top: 2px solid #d3e8e5;
  border-top: none;
  border-left: 2px solid #d3e8e5;
  border-right: 0px;
}

.datasec_container.setting.controller > div > div:hover {
  border-top: 2px solid #0cf5df;
  box-shadow: 0px 0px 5px #efefef, 0px 1px 0px 1px #dedede,
    inset 0px 1px 0px #07a08b;

  border-right: 3px solid #0cf5df !important;
  border-top: none !important;
  border-left: 0px !important;
  border: none !important;
  box-shadow: 0px 0px 5px #efefef, 0px 0px 0px 1px #dedede,
    inset 1px 0px 0px #07a08b;
  box-shadow: 0px 0px 5px #efefef, 0px 0px 0px 1px #dedede,
    inset 0px 0px 0px #07a08b, 0px 0px 0px 3px #a9e4df;
  border: 1px solid #71bbbb !important;
  /*box-shadow:0px 0px 0px 3px #a9e4df!important;*/
}

.datasec_container.setting.controller > div > div:nth-last-of-type(1) {
  margin-bottom: 0px !important;
}

.datasec_container.setting > div > div > div:nth-of-type(1) {
  color: #003a2a;
  font-weight: 400;
  align-items: center;
}

.datasec_container > div > div > div:nth-of-type(1) > div:nth-child(1) {
  flex: 1 1 auto;
  margin-right: 10px;
}

.datasec_container > div > div > div:nth-of-type(1) > div:nth-last-of-type(1) {
  margin-right: 0px;
}

.datasec_container .action_box {
  margin-left: 5px;
  font-size: 0px;
}

.datasec_container .action_box > div {
  margin-bottom: 0px !important;
}

.datasec_container .action_box input[type="text"] {
  padding: 4.5px 10px 4px !important;
}

.datasec_container .action_box .option {
  margin-top: -2px;
}

.datasec_container .action_box .option .current {
  padding-top: 4px;
  padding-bottom: 4px;
  min-height: 18px;
}

.datasec_container .action_box .but_general {
  margin-top: -2px !important;
  padding: 4px 10px !important;
  background-color: #888888;
  color: #ffffff;
  box-shadow: none;
}

.datasec_container .action_box .but_general.material-icons,
.action_tab .but_general.material-icons {
  margin-top: -2px !important;
}

.datasec_container .action_box .but_general:not(.control):hover,
.action_tab .but_general:hover {
  margin-top: -2px !important;
}

.datasec_container .action_box .opt_list {
  margin: 0px !important;
  padding: 0px !important;
}

.datasec_container .material-icons {
  font-size: 15px !important;
}

.datasec_container .option,
.datasec_container .option .current {
  width: 100%;
}

.datasec_container .overview {
  padding: 25px 20px !important;
  padding-bottom: 5px !important;
  font-size: 20px;
  display: none;
}

.datasec_container .overview.active {
  display: block;
}

.datasec_nohead_container > div {
  padding: 10px;
}

.datasec_nohead_container > div > div {
  margin-bottom: 10px !important;
}

.datasec_nohead_container > div > div:nth-last-child(1) {
  margin-bottom: 0px !important;
}

.datasec_nohead_container.setup > div {
  padding: 0px !important;
}

.table_form {
  border-collapse: separate;
  border-spacing: 0px;
  margin-bottom: 10px;
  width: 100%;
}

.table_form tr:hover input,
.table_form tr:hover textarea {
  background-color: #ffffff;
  box-shadow: 0px 0px 0px 1px #badad4, inset 0px 1px 2px #dedede,
    inset 0px 1px 0px #dedede;
}

.table_form tr:hover {
  background-color: rgba(235, 235, 235, 0.3);
  background-color: #e9f1f0;
  background-color: #e6f9f6;
  background-color: #bbdcd826;
}

.table_form tr:hover > td,
.table_form > tbody > tr:hover > td:nth-child(1) {
  color: #111111;
}

.table_form td {
  font-size: 11px;
  vertical-align: top;
  color: #999;
}

.table_form > tbody > tr > td {
  padding: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.table_form > tbody > tr > td > div {
  padding: 4px 0px;
  margin-bottom: 4px;
}

.table_form > tbody > tr > td > div:nth-last-child(1) {
  margin-bottom: 0px;
}

.table_form > tbody > tr > td > span {
  padding: 0px 5px;
}

.table_form > tbody > tr:nth-last-child(1) > td {
  border: none;
}

.table_form > tbody > tr > td:nth-child(1) {
  /* first column */
  width: 120px;
  color: #597d86;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  border-radius: 10px 0px 0px 10px;
}

.table_form > tbody > tr > td:nth-child(1) > div {
  position: sticky;
  top: 120px;
  margin-top: 4px;
}

.table_form div.flat {
  padding-top: 0px !important;
  margin-top: 2px !important;
}

.table_form > tbody > tr > td:nth-last-child(1) {
  border-radius: 0px 10px 10px 0px;
}

.table_form.nofix td {
  width: inherit !important;
}

.table_form .nostyle {
  width: inherit;
}

.table_form .nostyle > label {
  width: inherit;
}

.table_form label {
  display: inline-block;
  width: 120px;
  margin-right: 10px;
  vertical-align: top;
  padding: 5px 0px;
}

.table_form label input[type="radio"] {
  float: left;
  margin-top: 0px;
}

* html .table_form label {
  display: inline;
}

* + html .table_form label {
  display: inline;
}

.table_form td > input[type="text"] {
  margin-bottom: 3px;
}

.table_form td > input[type="text"]:nth-last-child(1) {
  margin-bottom: 0px;
}

.table_form td.subsec > div {
  margin-bottom: 10px;
  padding: 0px !important;
  padding-left: 10px !important;
  border-left: 2px solid #a1ddd7;
}

.table_form td.subsec > div:hover {
  border-left: 2px solid #00ac9a;
}

.table_form td.subsec > div:hover > div:nth-of-type(1) {
  background-color: #00ac9a !important;
  color: #ffffff;
}

.table_form td.subsec > div > div:nth-of-type(1) {
  font-size: 11px;
  border-radius: 5px;
  padding: 5px 8px;
  margin-bottom: 5px;
  background-color: #ceecea !important;
  color: #187970;
  display: table;
}

.table_form td.subsec > div > div.data-input {
  margin-bottom: 3px;
}

/* COMPONENT : LOCATION **/
.contact_container {
  display: flex;
  flex-wrap: wrap;
}

.contact_container > div:nth-of-type(2) {
  min-width: 50%;
  max-width: 50%;
}

.location_list {
  min-width: 47% !important;
  max-width: 47%;
  margin-right: 20px;
}

.location_list > div {
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
}

.location_list > div:nth-last-of-type(1) {
  border-bottom: none;
}

.location_list > div > div:nth-last-of-type(1) {
  margin-left: 15px;
}

.location_list > div > div:nth-of-type(1) {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
}

.location_list .material-icons {
  cursor: pointer;
}

.location_list .material-icons:hover {
  color: #198e8e;
}

.location_list .region {
  font-family: "Noto Sans SC", chinese;
  font-size: 15px;
  color: #198e8e;
  font-weight: 500;
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
}

.location_list .region::before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 3px dotted #00b7b7;
  border-bottom: 3px dotted #00b7b7;
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}

.location_list .contact_info > div {
  display: flex;
  margin-bottom: 5px;
}

.location_list .contact_info > div > div:nth-of-type(1) {
  width: 60px;
  color: #198e8e;
}

.location_list .address {
  font-family: "Montserrat", chinese;
  margin-bottom: 10px;
  padding-bottom: 10px;
  margin-right: 20px;
  color: #337777;
  font-size: 13px;
  line-height: 16px;
  border-bottom: 0.5px dashed#dedede;
}

/* COMPONENT : LOCATION **/

/* FORM /////////////////////////////////////////*/
.form_colless {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 10px;
}

.form_colless input,
.form_colless select,
.form_colless textarea {
  width: 100%;
}

.form_colless > div {
  padding: 3px 0px !important;
}

.form_colless > div > div {
  overflow: hidden;
  display: block;
}

.form_colless .flex {
  justify-content: unset !important;
}

/* FORM END ///////////////////////////////////////////*/

/* BUTTON /////////////////////////////////////////////*/
.suggest_item_box .product_list .list_action {
  padding: 10px 0 !important;
}

.list_action {
  display: flex;
  justify-content: flex-end;
  padding: 10px 0;
}

.list_action > div {
  cursor: pointer;
}

.list_action .but_add_cart.buy {
  width: 50px;
  display: block;
}

.list_action .but_delete {
  margin-right: 20px;
}

.but_general {
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-family: "PingFang", "微軟正黑體", Geneva, Arial;
  font-family: "Montserrat", "Noto Sans SC", chinese;
  color: #666666;
  cursor: pointer;
  padding: 8px 35px 8px;
  font-size: 15px;
  margin: 0px;
  margin-left: auto;
  white-space: nowrap;
  box-shadow: 0px 0px 0px 0px #cdcdcd;
}

* html .but_general {
  display: inline;
}

* + html .but_general {
  display: inline;
}

.but_general.full_w {
  display: block;
}

/*
.but_general:hover {
  background-color: #555555 !important;
  box-shadow: 0px 0px 0px 1px #cdcdcd, inset 0px 1px 16px #222222;
  color: #fff !important;
}
*/

.but_general {
  background: linear-gradient(164deg, #b1af92 0%, #918d79 100%);
  color: #fff;
}

.but_general:hover {
  background: linear-gradient(160deg, #9d9d79 0%, #5c5b2e 100%);
  box-shadow: none;
}

.but_tnc {
  background: none;
  background-color: #dfdfdf;
  color: #242424;
  border: 1px solid #fff;
  border-radius: 30px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-family: "PingFang", "微軟正黑體", Geneva, Arial;
  padding: 8px 50px;
  margin: 20px;
  cursor: pointer;
}

.but_tnc:hover {
  background-color: #a8a8a8 !important;
  box-shadow: 0px 0px 0px 1px #eeeeee, inset 0px 1px 16px #8f8f8f;
}

.but_delete {
  position: relative;
  width: 20px;
  height: 20px;
}

.but_delete::before,
.but_delete::after {
  content: "";
  position: absolute;
  top: 8%;
  bottom: 8%;
  width: 3.5%;
  background-color: #333;
}

.but_delete::before {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.but_delete::after {
  right: 50%;
  transform: translateX(50%) rotate(-45deg);
}

/* BUTTON END /////////////////////////////////////////*/

/* OPTION - Dropdown Menu */
.option {
  position: relative;
  overflow: initial !important;
  color: #1d1d1d;
  display: inline-block;
  box-shadow: inset 0 1px 0 #e1e1e1, inset 0 -1px 0 #e1e1e1,
    inset 1px 0 0 #e1e1e1, inset -1px 0 0 #e1e1e1;
  background: #fff;
  border: none !important;
  border-radius: 4px;
  cursor: pointer;
  padding: 0px !important;
  /*  min-width: 80px;*/
  text-align: left;
  min-height: 36px !important;
  outline: none !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.option > div {
  font-size: 13px;
  line-height: 1;
  transition: 0.1s ease-in-out;
}

.option.block {
  display: block;
}

.option.fullw {
  width: 100%;
  padding: 0 !important;
  margin: 3px 0;
}

.option.no_w {
  width: inherit;
}

.option.active .current {
  box-shadow: none;
}

.option .current:hover {
  box-shadow: none;
}

.option .current .phone_country_name {
  display: none!important;
}

.option select {
  display: none;
}

.option .current {
  position: relative;
  border-radius: 4px;
  background: none;
  padding: 5px 30px 5px 10px !important;
  box-shadow: none;
  white-space: nowrap;
  box-sizing: border-box;
  line-height: 24px;
  cursor: pointer;
  min-width: 98px;
  min-width: unset !important;
  min-height: 36px;
  /*  width: fit-content;*/
  display: flex;
  align-items: center;
}

.option .current div,
.option .current {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.option .current:hover:empty::before {
  color: #186e77;
}

.option .current:empty::before {
  content: attr(data-placeholder);
  color: #a6b7b6;
}

.option .current::after {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  content: "";
  display: inline-block;
  padding: 3px;
  top: 50%;
  position: absolute;
  right: 12px;
  transform: translateY(-80%) rotate(45deg);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.option.active .current::after {
  transform: translateY(-20%) rotate(225deg);
}

.option .current:hover::after {
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
}

.option .opt_list,
.option .opt_list:hover {
  border-radius: 4px;
  background-color: #ffffff;
  /*  z-index: 1000;*/
  z-index: 1;
  position: absolute !important;
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  overflow-y: auto;
  box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.03), 0 6px 6px 0 rgba(0, 0, 0, 0.02),
    0 0 2px 0 rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  top: calc(100% + 2px) !important;
  left: 0;
  right: 0;
  scrollbar-color: #00000033 #00000000;
  cursor: default;
  /*  width: fit-content;*/
  width: 100%;
  transition: 0.2s ease-in-out;
}

.option .opt_list > div {
  display: flex;
  position: relative;
  padding: 8px 10px !important;
  border-bottom: none;
  padding-right: 25px;
  color: #767676;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.option .opt_list > div:nth-last-child(1) {
  border-bottom: none;
}

.option .opt_list > div:hover {
  background-color: #f8f8f8;
  color: #0d0d0d;
}

.option .opt_list > div.selected {
  /*
  background-color: #B48D18;
  color: #fff;
*/
  background: none;
  font-weight: 700;
  color: #1d1d1d;
  pointer-events: none;
}

.option .opt_list > div > div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.option .opt_list > div::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 5px;
  border-radius: 10px 0px 0px 10px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.option .opt_list > div.selected::after,
.option .opt_list > div:hover::after {
  right: 0px;
  width: 15px;
}

.option .opt_list > div[disabled] {
  max-height: 50px !important;
}

.option .opt_list > div[disabled]:hover {
  background: none;
  color: #d3d3d3;
}

.option .opt_list > div > div:nth-last-child(1) {
  /*  padding-right: 25px;*/
  padding-right: unset !important;
}

.option.active .opt_list {
  max-height: 200px !important;
  opacity: 1;
  padding: 10px 0;
  width: 100% !important;
  min-width: fit-content;
}

.option .opt_list.multiple > div > div:before {
  position: absolute;
  z-index: 10;
  content: "";
  right: 10px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.option .opt_list.multiple > div.disabled > div:before {
  visibility: hidden;
}

.option .opt_list.multiple > div:hover > div:before {
  background-color: #3cc;
  box-shadow: inset 0px 0px 0px 3px #ffffff;
}

.option .opt_list.multiple > div.selected > div:before {
  background-color: #ffffff;
  border: none;
}

.option .opt_list.multiple > div.selected:hover > div:before {
  background-color: #f33;
  box-shadow: inset 0px 0px 0px 3px #ffffff;
}

.option .opt_list.multiple > div > div:nth-last-child(1) {
  padding-right: 50px;
}

.option .opt_list.multiple > div {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  cursor: pointer;
  border-bottom: none !important;
}

.toggle {
  border-radius: 5px;
  background-color: #d0dada;
  box-shadow: inset 0px 2px 5px #919ea0;
  display: table-caption;
  position: relative;
  padding: 2px;
  min-width: 35px;
  min-height: 18px;
  cursor: pointer;
}

.toggle::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 2.5px;
  left: 8%;
  right: 55%;
  border-radius: 4px;
  background-color: #ffffff;
}

.toggle.active {
  box-shadow: inset 0px 2px 5px #1a4d00;
  box-shadow: inset 0px 2px 5px #c49f80;
  background-color: #79a730;
  background-color: #facf33;
}

.toggle.t2.active {
  box-shadow: inset 0px 2px 5px #33000c;
  background-color: #ff1b50;
}

.toggle.active::before {
  left: 55%;
  right: 8%;
}

.search_list > div {
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  margin: 20px 0px;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  border-left: 3px solid #7a7b5e82;
}

.search_list .thumb {
  width: 150px;
  padding-bottom: 150px;
  position: relative;
  margin-right: 15px;
}

.search_list .thumb img {
  position: absolute;
  max-width: 85%;
  max-height: 85%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.search_list > div > div:nth-of-type(1) {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.search_list > div > div:nth-of-type(1) > div {
  flex: 0 0 inherit;
}

.search_list .brand {
  background-color: #687b84;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 15px;
  margin-bottom: 10px;
  display: table;
}

.search_list .name {
  font-size: 15px;
}

.wishlist .thumb {
  width: 150px;
  padding-bottom: 150px;
  position: relative;
  margin-right: unset;
}

.wishlist .thumb img {
  position: absolute;
  max-width: 85%;
  max-height: 85%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.wishlist .property {
  display: block;
}

.list_action_box.top .page_bar {
  right: 20px;
}

.page_bar {
  color: #656565;
  box-sizing: border-box;
  right: 0px;
}

.page_bottom {
  border-top: 1px #ddd solid;
  margin-bottom: 10px;
}

.page_control {
  text-align: right;
  box-shadow: 0px 1px 0px 0px #dedede;
  padding-bottom: 5px;
}

.page_control select {
  padding: 0px;
  margin: 0px;
  box-shadow: none;
}

.page_control > div {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

* html .page_control > div {
  display: inline;
}

* + html .page_control > div {
  display: inline;
}

.page_prev,
.page_next {
  height: 10px;
  width: 10px;
  cursor: pointer;
  position: relative;
}

.page_next {
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
  margin-left: 5px;
}

.page_prev {
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  margin-left: 5px;
  transform: rotate(-135deg);
}

.no_item,
.no_result {
  font-size: 20px;
  color: #7e7e7e;
  text-align: center;
  padding: 25px 0px;
  border-top: 1px dashed #5f646d;
  text-transform: uppoerse;
}

/* SLIDER /////////////////////////////////////////////////////////////*/
.multi-range-slider {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.multi-range-slider > div:nth-of-type(1) {
  width: 70%;
  position: relative;
}

.slider {
  position: relative;
  z-index: 1;
  height: 8px;
  margin: 0px 25px;
}

.slider > .track {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #dedede;
}

.slider > .range {
  position: absolute;
  z-index: 2;
  left: 25%;
  right: 25%;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #57676b;
}

.slider > .thumb {
  position: absolute;
  z-index: 3;
  width: 20px;
  height: 20px;
  background-color: #ff0000;
  background: linear-gradient(to right bottom, #829293 0%, #d0dddf 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 0px #645d5d32;
  transition: box-shadow 0.3s ease-in-out;
  border: 1px solid #a7aeb0;
}

.slider > .thumb.left {
  left: 25%;
  transform: translate(-15px, -6px);
}

.slider > .thumb.right {
  right: 25%;
  transform: translate(15px, -6px);
}

.slider > .thumb:hover {
  box-shadow: 0 0 0 5px #abdebd32;
}

.slider > .thumb.active {
  box-shadow: 0 0 0 10px #ced7dc52;
}

input[type="range"] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 2;
  height: 10px;
  width: 100%;
  left: 0px;
  opacity: 0;
}

input[type="range"]::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 0 none;
  background-color: red;
  -webkit-appearance: none;
  pointer-events: all;
}

.multi-range-slider .label {
  font-size: 30px;
  font-family: arial;
  margin-left: 10px;
  margin-top: -15px;
  font-family: "work sans";
  font-weight: 200;
  color: #333c3f;
}

.multi-range-slider .label > span {
  margin: 0px 5px;
}

.multi-range-slider .label > span:nth-of-type(2) {
  position: relative;
}

/* SLIDER END /////////////////////////////////////////////////////////////*/
/* ICON ////////////////////////////////////////////////////*/
.icon_valid {
  display: table-cell;
  background: url(../../../../images/icon/valid.png) no-repeat center center;
  width: 20px;
  height: 20px;
}

.icon_invalid {
  display: inline-block;
  background: url(../../../../images/icon/invalid.png) no-repeat center center;
  width: 20px;
  height: 20px;
}

.icon_crown {
  display: inline-block;
  background: url(../../../../images/tc/icon/crown.png) no-repeat center center;
  background-size: 100% auto;
  width: 50px;
  height: 50px;
}

.icon_style {
  display: inline-block;
  background: url(../../../../images/tc/icon/style.png) no-repeat center center;
  background-size: 100% auto;
  width: 50px;
  height: 50px;
  position: relative;
}

.icon_classic {
  display: inline-block;
  background: url(../../../../images/tc/icon/classic.png) no-repeat center
    center;
  background-size: 100% auto;
  width: 50px;
  height: 50px;
  position: relative;
}

.icon_classic::before,
.icon_style::before {
  content: attr(data-label);
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  transform: translate(-45%, -50%);
}

.icon_classic::before {
  color: #916d1f;
}

.icon_style::before {
  color: #2c3e4b;
}

.icon_new {
  display: inline-block;
  background: url(../../../../images/tc/icon/new.png) no-repeat center center;
  background-size: 100% auto;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 5px;
  display: none;
}

.icon_hot_sale {
  display: inline-block;
  background: url(../../../../images/tc/icon/icon_hot.png) no-repeat center
    center;
  background-size: 100% auto;
  width: 65px;
  height: 50px;
  color: #fff;
  position: relative;
  left: 15px;
}

.icon_hot_sale::before,
.icon_style::before {
  content: attr(data-label);
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  transform: translate(-45%, -50%);
}

#validation_box {
  margin: 0px 6px;
  float: right;
}

#validation_box > div {
  display: inline-block;
  padding: 6px;
  vertical-align: middle;
}

* html #validation_box > div {
  display: inline;
}

* + html #validation_box > div {
  display: inline;
}

@media only screen and (max-width: 500px) {
  select,
  input,
  textarea {
    flex: 1;
  }

  .option .current {
    min-height: 36px !important;
  }
}

.shopping_bag_stage2 .datasec_container > div > div > div:nth-last-child(1),
.shipping_address_box {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

/*********** UI Components 2025 **********/

/* pagination */

.ui_pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 40px 20px;
  /*	font-family: 'Roboto Condensed','Helvetica Neue',Helvetica, Tahoma,'Helvetica Neue',Helvetica,Arial,sans-serif;*/
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #1d1d1d;
}

.ui_pagination ul,
.ui_pagination li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.ui_pagination ul {
  gap: 10px;
  padding: 0 30px;
  position: relative;
  flex-wrap: wrap;
}

.ui_pagination a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 400;
  color: #1d1d1d;
  padding: 0 3px;
  margin: 0;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.ui_pagination a:hover {
  color: #b48d18;
}

.ui_pagination .page_nav_current,
.ui_pagination .page_nav_current:hover {
  font-weight: bold;
  color: #1d1d1d;
  border-bottom: 1.5px solid #1d1d1d;
  cursor: unset;
  pointer-events: none;
}

.ui_pagination .page_nav_prev,
.ui_pagination .page_nav_next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 4px;
}

.ui_pagination .page_nav_next {
  left: auto;
  right: 4px;
}

.ui_pagination .page_nav_prev a:before,
.ui_pagination .page_nav_next a:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 9px;
  height: 9px;
  border: 1px solid #1d1d1d;
  border-width: 0 0 1px 1px;
  transform: rotate(45deg);
}

.ui_pagination .page_nav_next a:before {
  left: auto;
  right: 0;
  transform: rotate(-135deg);
}

@media only screen and (max-width: 500px) {
  .option.active .opt_list {
    width: 100% !important;
  }

  .ui_pagination {
    font-size: 15px;
  }

  .ui_pagination ul {
    gap: 6px;
  }

  .ui_pagination a {
    padding: 0 5px;
  }
}

.brand_logo_container {
  width: 100%;
  overflow: hidden;
}

/********** NEW UI 2025 **********/

html,
body {
  padding: 0 !important;
  margin: 0 !important;
  background: #fff;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", "Noto Sans SC", chinese !important;
  overflow-x: hidden;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes fadeUp {
  to {
    margin-top: 0;
  }
}

.btn_cross {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  background: #999;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  opacity: 0.5;
}

.btn_cross:hover {
  opacity: 1;
}

.btn_cross:before,
.btn_cross:after {
  content: "";
  position: absolute;
  width: 8px;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
}

.btn_cross:after {
  transform: rotate(135deg);
}

.btn_common {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  background: #b48d18;
  line-height: 1;
  border-radius: 4px;
  width: 100%;
  padding: 12px 10px;
  cursor: pointer;
}

.btn_common:hover {
  background: #c79f25;
}

.btn_prev,
.btn_next {
  font-size: 16px;
  height: 40px;
}

[lang="en"] .btn_prev,
[lang="en"] .btn_next {
  font-size: 14px;
}

.btn_prev {
  color: #462d00;
  background: #ede7d5;
}

.btn_prev:hover {
  background: #ecdfb9;
}

.sb_order_price_amount {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  color: #1d1d1d;
}

.btn_disabled {
  cursor: default;
  pointer-events: none;
  filter: grayscale(1) brightness(1.4);
}

.overlay_frame {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  padding: 15px;
  display: none;
  opacity: 0;
  backdrop-filter: blur(2px);
}

.overlay_frame_outer {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7);
  z-index: 0;
}

.overlay_frame.active {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s ease-in-out forwards;
}

.overlay_box {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-width: 300px;
  min-height: 180px;
  background: #fff;
  padding: 30px 15px 15px;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 1.1;
  margin-top: 10vh;
}

.overlay_box.active {
  animation: fadeUp 0.3s ease-in-out forwards;
}

.overlay_box .overlay_close {
  position: absolute;
  top: 8px;
  right: 8px;
}

.overlay_box .overlay_close {
  width: 18px;
  height: 18px;
}

.overlay_box .overlay_close:before,
.overlay_box .overlay_close:after {
  width: 11px;
}

.overlay_box .overlay_title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 20px;
}

.overlay_box .overlay_title > div:nth-child(1) {
  font-size: 18px;
}

.overlay_box .overlay_title > div:nth-child(2) {
  font-size: 12px;
  color: #8e8e8e;
}

.overlay_box .overlay_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.overlay_box .overlay_content {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}

.overlay_box .overlay_action_button {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  gap: 5px;
  padding-top: 15px;
}
.overlay_box .overlay_action_button.hide {
  display: none;
}

.overlay_box .overlay_action_button .btn_common {
  font-size: 13px;
  max-width: 240px;
  min-height: 40px;
}

.overlay_box .overlay_action_button .btn_clear {
  background: #f8f8f8;
  color: #a1a1a1;
}


/********** price box - shopbag **********/
.buy_price {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 2px;
  font-size: 16px;
  position: relative;
  padding: 25px 0;
}

.buy_price.buy_price_gold {
  color: #b48d18;
}

.buy_price.buy_price_red {
  color: #bd0808;
}

.buy_price .buy_currency {
  font-size: 0.875em;
  position: relative;
  top: 1px;
}

.buy_price .buy_currency i {
  font-style: normal;
}

.buy_price .buy_amount {
  font-size: 1.5em;
  font-weight: bold;
  position: relative;
  top: 2px;
}

.buy_price .buy_price_crossed,
.buy_price .buy_pricetag {
  position: absolute;
  right: 0;
}

.buy_price .buy_price_crossed {
  top: 10px;
  text-decoration: line-through;
  font-size: 1em;
  color: #8e8e8e;
}

.buy_price .buy_pricetag {
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2px;
}

.buy_price .buy_pricetag span {
  font-size: 0.6875em;
  font-weight: 400;
  line-height: 1;
  padding: 3px 4px 2px;
  border-radius: 3px;
}

.buy_price .buy_pricetag .buy_pricetag_coupon {
  border: 0.5px solid #ffd95b;
  background: #ffd95b;
  color: #a67033;
}

.buy_price .buy_pricetag .buy_pricetag_special {
  border: 0.5px solid #bd0808;
  background: #fff;
  color: #bd0808;
}

.buy_price .buy_pricetag .buy_pricetag_addon {
  border: 0.5px solid #bd0808;
  background: #bd0808;
  color: #fff;
}

.buy_price .buy_pricetag .buy_pricetag_no_extra {
  border: 0.5px solid #8e8e8e;
  background: #fff;
  color: #8e8e8e;
}
/********** price box - shopbag ends **********/



/********** Form Fields **********/

.textfield,
.textarea,
.selectfield,
.checkboxfield,
.radiobtnfield {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
}

.textarea {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.textarea textarea {
  width: 100%;
  line-height: 1.5em;
  height: calc(5 * 1.5em);
  resize: vertical;
}

.selectfield {
  max-height: 36px;
}

.countryfield {
  display: flex;
  width: 100%;
}

.countryfield .textfield input {
  border-radius: 0 4px 4px 0;
  margin-left: -3px;
  width: calc(100% + 3px);
}

.countryfield .opt_search {
  position: sticky;
  top: 0;
  z-index: 1;
}

.countryfield .opt_search input {
  margin: -10px 0 5px;
}

.countryfield .opt_search input:focus {
  border-color: #b48d18;
}

.textfield_label {
  position: absolute;
  top: 12px;
  left: 10px;
  display: block;
  user-select: none;
  cursor: text;
  color: #a1a1a1;
  font-family: "Montserrat", "Noto Sans SC", chinese !important;
  font-size: 13px;
  color: #a1a1a1;
  line-height: 1;
}

.textfield_label_required:after {
  position: relative;
  top: -3px;
  left: 1px;
  display: inline-block;
  content: "*";
  color: #f00;
}

.textfield_length {
  left: auto;
  right: 15px;
}

.textfield_input::placeholder {
  color: transparent;
}

.textfield_input:focus + .textfield_label,
.textfield_input:valid + .textfield_label,
.textfield_input:disabled + .textfield_label {
  display: none;
}

.textfield.with_control input {
  font-size: 16px;
}

.textfield.with_control:hover input,
.textfield.with_control.used input {
  background: #fff;
}

.textfield.with_control .controlbox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 6px;
  right: 7px;
}

.textfield.with_control .btn_control {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  width: 60px;
  height: 24px;
  font-size: 11px;
  color: #fff;
  background: #b48d18;
  padding: 4px;
  border-radius: 4px;
  border: 1px solid #b48d18;
  cursor: pointer;
}

.textfield.with_control.used .btn_control {
  color: #b48d18;
  background: #fff;
  cursor: default;
  pointer-events: none;
}

.textfield.with_control .btn_cross {
  display: none;
}

.textfield.with_control.used .btn_cross {
  display: flex;
}

.textfield.postal_code {
  max-width: 160px;
  padding-top: 10px;
}

.textfield.postal_code.onebox {
  max-width: 150px;
}

.textfield.postal_code > div:nth-child(1) {
  display: flex;
  align-items: center;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

.textfield.postal_code > div:nth-child(1) span {
  margin-right: 5px;
}

.textfield.postal_code input {
  text-align: center;
  border: none;
  font-size: 16px;
  font-weight: bold;
  margin: 5px;
  min-height: auto;
  height: 26px;
}

.textfield.postal_code .viewonly {
  max-width: 60px;
  padding: 5px 0;
  margin: 5px 0;
}

.textfield.postal_code .viewonly {
  pointer-events: none;
  background: #fff;
}

.textfield.postal_code.onebox .viewonly,
.textfield.postal_code.onebox > div:nth-child(1) span {
  display: none;
}

.textfield.postal_code label {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 10px;
  padding: 1px 2px;
  color: #a1a1a1;
  background: #fff;
  pointer-events: none;
}

.textfield.postal_code {
  display: none;
}
.textfield.postal_code.active {
  display: inline-block;
}

.textfield.datepicker .textfield_input {
  padding-right: 36px;
  pointer-events: none;
}

.textfield.pwd_masked .textfield_input,
.textfield.pwd_unmask .textfield_input {
  padding-right: 36px;
}

.textfield.datepicker .textfield_input:focus-within,
.textfield.pwd_masked .textfield_input:focus-within,
.textfield.pwd_unmask .textfield_input:focus-within {
  color: #1d1d1d;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  box-shadow: none;
}

.textfield.datepicker .control_icon,
.textfield.pwd_masked .control_icon,
.textfield.pwd_unmask .control_icon {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.textfield.datepicker .control_icon {
	pointer-events: none;
}

.textfield.datepicker .control_icon {
	background: url(../../../../images/tc/icon/icon_calendar.svg) no-repeat center / contain;
}

.textfield.pwd_unmask .control_icon {
	background: url(../../../../images/tc/icon/icon_eye_unmask.svg) no-repeat center / contain;
}

.textfield.pwd_masked .control_icon {
	background: url(../../../../images/tc/icon/icon_eye_masked.svg) no-repeat center / contain;
}

.textfield_input:has(~ .control_icon:hover) {
	color: #1d1d1d;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	box-shadow: none;
}

.checkfield,
.radiofield {
  display: inline-flex;
  gap: 5px;
  margin: -8px 0;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkfield input,
.radiofield input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkfield p,
.radiofield p {
  font-size: 13px;
  line-height: 1.5;
  color: #1d1d1d;
  padding: 9px 0;
  margin: 0;
}

.checkmark {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 8px 0;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #b48d18;
  box-shadow: none;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.4, 0, 0.23, 1);
}

.radiomark {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 8px 0;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #b48d18;
  box-shadow: none;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.4, 0, 0.23, 1);
}

.checkfield:hover input ~ .checkmark,
.radiofield:hover input ~ .radiomark {
  background: #f1ecde;
}

.checkfield input:checked,
.radiofield input:checked {
  animation: shrink-bounce 200ms cubic-bezier(0.4, 0, 0.23, 1);
}

.checkfield input:checked ~ .checkmark,
.radiofield input:checked ~ .radiomark {
  background: #b48d18;
}

.checkmark:before,
.checkmark:after,
.radiomark:before,
.radiomark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkfield input:checked ~ .checkmark:before,
.checkfield input:checked ~ .checkmark:after,
.radiofield input:checked ~ .radiomark:before,
.radiofield input:checked ~ .radiomark:after {
  display: block;
}

.checkmark:before,
.radiomark:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  opacity: 0;
}

.checkmark:before {
  top: -1px;
  left: 5px;
  width: 7px;
  height: 14px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  transform-origin: center;
}

.radiomark:before {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: #fff;
}

.checkfield input:checked ~ :before {
  animation: checkbox-check 0.35s linear forwards;
}

.radiofield input:checked ~ :before {
  animation: radiobtn-check 0.35s linear forwards;
}

.checkmark:after,
.radiomark:after {
  content: "";
  position: absolute;
  z-index: 0;
  transform-origin: center;
  width: 0px;
  height: 0px;
  border-radius: 100px;
  background: #b48d18;
  opacity: 0;
  animation: checkbox-circle 0.4s linear forwards;
}

@keyframes shrink-bounce {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes checkbox-check {
  0% {
    opacity: 0;
    width: 0;
    height: 0;
    top: 10px;
    left: 0px;
  }
  40% {
    opacity: 1;
    width: 7px;
    height: 2px;
    top: 10px;
    left: 0px;
  }
  70% {
    opacity: 1;
    width: 7px;
    height: 15px;
    top: -1px;
    left: 5px;
  }
  100% {
    opacity: 1;
    width: 7px;
    height: 15px;
    top: -1px;
    left: 5px;
  }
}

@keyframes radiobtn-check {
  0% {
    opacity: 0;
    width: 0;
    height: 0;
  }
  70% {
    opacity: 1;
    width: 10px;
    height: 10px;
  }
  100% {
    opacity: 1;
    width: 10px;
    height: 10px;
  }
}

@keyframes checkbox-circle {
  0% {
    opacity: 0;
    width: 0px;
    height: 0px;
  }
  50% {
    opacity: 0.2;
    width: 32px;
    height: 32px;
  }
  100% {
    opacity: 0;
    width: 36px;
    height: 36px;
  }
}

.arskter_star {
  color: #f00;
}

.selectfield .opt_list > div[value="0"] {
  display: none;
}

.errormsg_box,
.errormsg_box2,
.errormsg_box3 {
  display: none;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.1;
  color: #d74f4f;
  background: url(../../../../images/tc/icon/icon_alert_msg.svg) no-repeat left
    4px;
  padding: 5px 5px 5px 15px;
}
.errormsg_product_box {
  font-size: 11px;
  line-height: 1.1;
  color: #d74f4f;
  background: url(../../../../images/tc/icon/icon_alert_msg.svg) no-repeat 5px
    4px;
  padding: 5px 5px 5px 20px;
}
.error_hints {
  display: flex;
  flex-direction: column;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.error_hints p {
  padding: 5px 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  line-height: 1;
  color: #1e1e1e;
}

.error_hints p i {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  margin-top: -0.5px;
}

.error_hints p.hints_circle i {
  border: 1px solid #1e1e1e;
}

.error_hints p.hints_tick i {
  background: #42c37d;
}

.error_hints p.hints_tick i:after {
  content: "";
  position: absolute;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  width: 5px;
  height: 9px;
  top: 1px;
}

[lang="en"] .errormsg_box,
[lang="en"] .errormsg_product_box {
  font-family: Arial;
}

.textfield .textfield_input:focus ~ .error_hints {
  max-height: none;
  opacity: 1;
  padding: 5px 0 15px;
}


/*
.combined_login_field {
	display: flex;
	gap: 5px;
}

.combined_login_field .textfield {
	width: 100%;
}

.combined_login_field .selectfield {
	display: none;
}
*/

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 500px) {
  .overlay_frame {
    padding: 5px;
  }

  .countryfield .option.active .opt_list {
    width: calc(100vw - 68px) !important;
  }
}

.qty_controller {
  display: flex;
  align-items: center;
}

.qty_controller input {
  background-color: transparent !important;
  border: none;
  box-shadow: none;
  text-align: center;
  width: 36px;
  /*  height: 35px;*/
  height: 32px;
  min-height: 32px;
  padding: 5px 2px;
  margin: 0px;
}

.qty_controller > div {
  /*
  min-width: 40px;
  min-height: 40px;
*/
  min-width: 32px;
  min-height: 32px;
  margin-right: -1px;
  box-shadow: inset 0px 0px 0px 1px #bbbbbb;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #ffffff;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.qty_controller > div:nth-of-type(1):hover,
.qty_controller > div:nth-of-type(3):hover {
  color: #ffffff;
  background-color: #333333;
}

.qty_controller > div:nth-of-type(2) {
  cursor: pointer;
  z-index: 10;
}

.qty_controller > div:nth-of-type(2).focus {
  box-shadow: inset 0px 0px 0px 1px #333333;
}

.login_box {
  min-width: 210px;
}

.login_box .login_container {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.login_box .login_container input {
  border-radius: 0;
}

/* customized datepicker */
.qs-datepicker-container {
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  color: #1e1e1e;
  width: 240px;
  padding: 2px;
  margin-top: 1px;
  border: none;
  border-radius: 4px;
  box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.03), 0 6px 6px 0 rgba(0, 0, 0, 0.02),
    0 0 2px 0 rgba(0, 0, 0, 0.2);
}

.qs-active,
.qs-range-end,
.qs-range-start {
  background: none;
  border: 1px solid #b48d18;
  boirder-radius: 7px;
  color: #1e1e1e;
}

.qs-squares {
  gap: 1px;
  justify-content: center;
  padding: 0;
}

.qs-square {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 32px;
  height: 32px;
}

.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background: #f8f8f8;
}

.qs-year {
  font-size: 16px;
  align-items: center;
}

[lang="en"] .qs-year {
  font-size: 14px;
}

.qs-day {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1e1e1e;
}

.qs-controls {
  background: none;
  padding: 0;
}

.qs-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
}

.qs-arrow:hover {
  background: #f8f8f8;
}

.qs-arrow.qs-left:after,
.qs-arrow.qs-right:after {
  content: "";
  position: absolute;
  margin: 0 0 0 5px;
  width: 8px;
  height: 8px;
  border: 1.5px solid #1e1e1e;
  border-width: 0 0 1.5px 1.5px;
  transform: rotate(45deg);
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}

.qs-arrow.qs-right:after {
  margin: 0 5px 0 0;
  border-width: 1.5px 1.5px 0 0;
}

.qs-arrow:hover.qs-left:after,
.qs-arrow:hover.right:after {
}

.qs-datepicker-container {
  padding: 5px;
  left: auto !important;
  right: 0 !important;
}

.qs-overlay {
  background: #fff;
  color: #1e1e1e;
  padding: 5px 5px 25px;
}

.qs-overlay .qs-overlay-year {
  font-size: 18px;
  font-weight: 700;
  color: #1e1e1e;
  padding: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #1e1e1e;
}

.qs-overlay .qs-overlay-year::placeholder {
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  font-weight: 400;
}

.qs-submit {
  display: none;
}

.qs-datepicker-container {
  padding: 5px;
  left: auto !important;
  right: 0 !important;
}

.qs-overlay {
  background: #fff;
  color: #1e1e1e;
  padding: 5px 5px 25px;
}

.qs-overlay .qs-overlay-year {
  font-size: 18px;
  font-weight: 700;
  color: #1e1e1e;
  padding: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #1e1e1e;
}

.qs-overlay .qs-overlay-year::placeholder {
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  font-weight: 400;
}

.qs-submit {
  display: none;
}

/*fix for mobile view*/
@media only screen and (max-width: 500px) {
  .ui_pagination {
    padding-top: 0;
    padding-bottom: 80px;
  }
}
