@charset "utf-8";

/* base /////////////////////////////////////////////////*/
img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

.product_details_profile_box .g_container .g_list img {
  image-rendering: auto;
}

header {
  position: sticky;
  left: 0px;
  right: 0px;
  top: 0px;
  background: rgb(0, 0, 0);
}

header.home {
  /*box-shadow:0px 0px 0px 1px #d6d2c5;*/
  /* original */
  /*  background: #460804; /* christmas */
}

search {
  position: fixed;
  z-index: 200;
  background-color: #2c3035;
  color: #ffffff;
  text-align: center;
  display: flex;
  left: 0px;
  top: -76px;
  right: 0px;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 0px 1px #ffe06e;
}

search.active {
  top: 0px;
}

#search input {
  width: 500px;
  padding: 10px;
  border-radius: 30px;
  box-shadow: none;
  font-size: 15px;
  margin-top: 2px;
}

search .icon-icon_search::before {
  color: #ffffff;
}

search .icon-icon_search {
  font-size: 18px;
  margin-right: 10px;
}

.global_search_container {
  background: rgb(0 0 0 / 40%);
  position: fixed;
  height: 100%;
  width: 100%;
  visibility: hidden;
  top: 130px;
  opacity: 0;
  display: none;
}

.global_search_container.active {
  visibility: visible;
  opacity: 1;
  display: block;
  animation: show_lb 0.1s linear;
  backdrop-filter: blur(5px);
  z-index: 100;
}

.product_beginner_container {
  display: none;
}

site_footage cr_box {
  background-color: #2f2f2f;
  color: #ffffff;
}

site_footage .big4_policy {
  display: flex;
  border-bottom: 1px solid #3e3e3e;
}

site_footage .big4_policy>div {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #3e3e3e;
  padding: 40px 30px;
}

site_footage .big4_policy img {
  width: 40px;
  filter: brightness(0) saturate(100%) invert(35%) sepia(2%) saturate(7%) hue-rotate(356deg) brightness(96%) contrast(81%);
}

site_footage .big4_policy .info {
  padding-left: 5px;
}

site_footage .big4_policy .info>div:nth-of-type(1) {
  font-size: 14px;
}

site_footage .big4_policy .info>div:nth-of-type(2) {
  font-size: 12px;
  font-weight: 200;
  padding-top: 2px;
}

cr_box {
  background-color: #2f2f2f;
  color: #ffffff;
  /*
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
*/
}

nav {
  font-family: "Noto Sans SC";
  font-weight: 400;
  padding: 0px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /* background-color: #6b530a; */
  color: #f1f0de;
  margin-top: 0px;
}

nav>div {
  display: flex;
  font-size: 14px;
}

.main_story_container {
  background-color: #ffffff;
  font-family: "Noto Sans SC";
  color: #3f4c55;
  position: relative;
  font-weight: 100;
  text-align: right;
  cursor: pointer;
}

.main_story_container.s3 {
  background: url("../../../../images/tc/home/main_visual3.jpg") no-repeat center center;

  background-size: cover;
  background-attachment: fixed;
}

.main_story_container .headline {
  font-size: 72px;
  display: table;
  margin-left: auto;
  margin-right: 20px;
  text-align: right;
}

.main_story_container .headline img {
  display: block;
  width: 23vw;
  max-width: 350px;
}

.main_story_container .sub_headline {
  font-size: 58px;
  font-size: 3em;
  display: table;
  text-shadow: 0px 1px 1px #ffffff;
  /*
	background-color:#607f878c;
	background:linear-gradient(to right bottom, #d4d8d9 0%, #909ca1 70%, #6c797f 100%);
	*/
  padding: 20px 60px;
  margin-left: auto;
  margin-right: 10px;
}

.main_story_container .tagline {
  font-size: 19px;
  letter-spacing: 2px;
  word-spacing: 3px;

  display: table;
  background-color: #bf7f49;
  background: linear-gradient(to right top, #fbc054 0%, #9a0000 100%);
  background: linear-gradient(to right top, #636f75 0%, #394446 100%);
  padding: 2px 70px;
  padding-right: 50px;
  margin-left: auto;
  color: #ffffff;
}

.main_story_container .short_link {
  display: inline-flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 15px;
  margin-top: 0.8em;
  padding: 0px 10px;
  padding-bottom: 2vh;
}

.main_story_container .short_link>div {
  margin: 10px 10px;
  cursor: pointer;
  color: #ffe680;
  color: #727272;
  position: relative;
  padding: 5px 13px;
  font-size: 1.3em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  /*
	background-color:#ffffff;
	*/
  box-shadow: -1px 0px 0px 0px #ffffff;
  /*background:linear-gradient(to right bottom, #d4d8d9 0%, #909ca1 70%, #6c797f 100%);*/
}

.main_story_container .short_link>div:nth-of-type(1) {
  box-shadow: none;
}

.main_story_container .short_link>div:hover {
  color: #00ffdd;
  color: #ffffff;
  background-color: #648090;
}

.main_story_container .short_link>div::after {
  content: "";
  height: 30px;
  margin-left: -3px;
  position: absolute;
  left: 0;
}

.main_visual_banner {
  width: 100%;
  font-size: 0px;
  height: auto;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #cebc72;
}

.main_visual_banner *,
.mobile_menu_show * {
  transition-duration: 100ms;
}

.main_visual_banner .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
  color: #fff;
}

.main_visual_banner .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
  color: #fff;
}

.main_visual_banner .swiper-pagination-bullet {
  background: #fff;
}

.main_visual_banner .swiper-pagination-bullet-active {
  background: #fff;
}

.mobile_menu_show .swiper-pagination-bullet {
  background: #fff;
}

.mobile_menu_show .swiper-pagination-bullet-active {
  background: #fff;
}

#hot_view_items_mobile .swiper-pagination-bullet-active {
  background: #ae9a3d;
}

.mobile_menu_show {
  display: none;
  position: relative;
}

.home_ads {
  position: absolute;
  top: 12vh;
  width: 40vw;
  height: 45vh;
  margin: auto;
  left: 25px;

  z-index: 90;
  background-color: #111111d6;
  box-shadow: 0px 0px 2px 5px #222222;
  font-size: 0px;
}

.home_ads img {
  display: flex;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.home_ads2 {
  background-image: url("../../../../images/tc/home/set2/home_ads_main.jpg");
  background-repeat: no-repeat;
  background-size: 560px 277px;
  width: 570px;
  /* width:500px; */
  z-index: 50;
  top: 21vh;
  display: flex;
  flex-wrap: wrap;
  margin: 40px;
  display: none !important;
}

.home_ads video {
  width: inherit;
  height: 100%;
}

.home_ads2 .unit {
  background-color: transparent;
  width: 150px;
  height: 150px;
  perspective: 1000px;
  margin: 1px;
}

.home_ads2 .unit .inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  display: none;
}

.home_ads2 .unit:hover .inner {
  transform: rotateY(180deg);
}

.home_ads2 .unit .front,
.home_ads2 .unit .back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.home_ads2 .unit .front {
  background-color: #ffffff;
  color: black;
}

.home_ads2 .unit .back {
  background-color: #f8005f;
  color: white;
  transform: rotateY(180deg);
}

.home_ads2>div:nth-of-type(2) .back {
  background-color: #2bffe3;
  color: #2b2a2a;
}

.home_ads2>div:nth-of-type(3) .back {
  background-color: #6519f1;
}

.home_ads2>div:nth-of-type(4) .back {
  background-color: #fbff08;
  color: #333333;
}

.home_ads2>div:nth-of-type(5) .back {
  background-color: #1cff08;
  color: #2b2a2a;
}

.home_ads2 .unit .back h1 {
  font-size: 26px;
  display: block;
}

.home_about_container {
  background: url("/library/images/tc/home/set2/main/main_visual2_B_20220513_bg.jpg") center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Noto Sans SC";
  color: #8a2600;
  font-weight: 100;
  margin-bottom: 0;
  position: relative;
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 0px 15px 5px #ffffff;
  box-shadow: 0px 0px 10px 0px #b7c6c9;
  box-shadow: none;
  border-top: 3px solid #bf7f49;
  border: none;
}

.home_about_container .hl_brand {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0px 50px;
  align-items: center;
}

.home_about_container .hl_brand>div {
  cursor: pointer;
  padding: 0 15px;
}

.home_about_container .hl_brand>div:nth-last-of-type(1) {
  border-bottom: 3px solid #dedede;
  border-right: 3px solid #dedede;
  transform: rotate(-45deg);
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin-left: 30px;
}

.home_about_container .hl_brand>div:nth-last-of-type(1):hover {
  border-color: #333333;
}

.home_about_container .hl_brand>div:hover {
  margin-top: -15px;
}

.home_about_container .hl_brand img {
  max-width: 100px;
  image-rendering: pixelated;
}

.home_about_container .headline {
  font-size: 26px;
  text-shadow: 0px -1px 0px #261c1d;
}

.home_about_container .tagline {
  font-size: 32px;
  min-width: 400px;
  padding: 32px 0;
  font-weight: 400;
}

.home_about_container .but_more {
  font-size: 20px;
  text-align: right;
  cursor: pointer;
  position: relative;
  display: table;
  margin-left: auto;
  margin-top: 5px;
  margin-right: 30px;
  padding-left: 5px;
}

.home_about_container>div:nth-of-type(2) {
  position: relative;
}

.home_about_container>div:nth-of-type(2)>div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -50px;
}

.home_about_container:hover .but_more {
  margin-right: 50px;
}

.home_about_container .but_more::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 25px;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  margin-left: -25px;
  background-color: #ffffff;
  left: -5px;
  top: 8px;
}

.home_about_container:hover .but_more::after {
  width: 35px;
  height: 35px;
  border-right-color: #bf7f49;
  border-top-color: #bf7f49;
  background-color: transparent;
  left: 150%;
  top: 18px;
  transform: rotate(45deg);
}

.home_news_container::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30vw;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: url("../../../../images/tc/home/news_bg.png") no-repeat 20% 0%;
}

.home_news_container {
  z-index: 1;
  position: relative;
  color: #ffffff;
  min-height: 1100px;
  margin-top: 100px;
  display: none;
}

.home_news_container .headline {
  width: 40%;
  font-size: 48px;
  font-family: "Noto Sans SC", chinese;
  font-weight: 100;
  margin-left: 12%;
  padding-top: 45px;
  line-height: 60px;
}

.home_news_container .nav {
  display: table;
  margin-left: 50%;
  transform: translateX(-150%);
}

.home_news_container .nav>div {
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  margin-right: 8px;
  width: 66px;
  height: 66px;
}

.home_news_container .nav>div:nth-of-type(1) {
  cursor: pointer;
}

.home_news_container .nav>div:nth-of-type(1)>div {
  background-color: #3f3f3f;
  display: table;
  width: 20px;
  height: 20px;
  box-sizing: border-box !important;
  position: relative;
  margin-left: 23px;
  margin-bottom: 3px;
}

.home_news_container .nav>div:nth-of-type(1):hover *,
.home_news_container .nav>div:nth-of-type(1):hover>div::before,
.home_news_container .nav>div:nth-of-type(1):hover>div::after {
  background-color: transparent;
  box-shadow: inset 0px 0px 0px 1px #00ffd8;
}

.home_news_container .nav>div:nth-of-type(1)>div::before,
.home_news_container .nav>div:nth-of-type(1)>div::after {
  position: absolute;
  background-color: #3f3f3f;
  content: "";
  width: 20px;
  height: 20px;
  margin-left: -23px;
}

.home_news_container .nav>div:nth-of-type(1)>div::after {
  margin-left: 23px;
}

.home_news_container .nav>div:nth-of-type(2) {
  display: inline-flex;
  color: #00ffba;
  font-size: 13px;
  box-shadow: inset 0px 0px 0px 1px #5a5a5a;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans SC", chinese;
  font-weight: 100;
}

.home_news_container .news_details_box {
  font-family: "Work Sans";
  margin-top: 100px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  font-weight: 300;
  margin-left: 130px;
}

.home_news_container .news_details_box>div {
  flex: 0;
}

.home_news_container .type {
  color: #82ffc0;
  font-size: 12px;
  text-transform: uppercase;
}

.home_news_container .news_details_box .heading {
  font-size: 50px;
  font-weight: 100;
  color: #ffffff;
  margin-bottom: 20px;
}

.home_news_container .news_details_box>div:nth-of-type(1) {
  flex-basis: 450px;
  margin-right: 30px;
}

.home_news_container .news_details_box>div:nth-of-type(2) {
  margin-top: -60px;
  margin-left: 50px;
}

.home_news_container .news_details_box>div:nth-of-type(1)>div:nth-of-type(3) {
  color: #a0a0a0;
  font-weight: 300;
}

.home_news_container .but_more {
  font-size: 24px;
  text-align: right;
  cursor: pointer;
  position: relative;
  display: table;
  margin-top: 30px;
  padding-left: 20px;
}

.home_news_container .but_more::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 25px;
  border: 1px solid transparent;
  border-left: 1px solid #5a5a5a;
  border-top: 1px solid transparent;
  border-right: 1px solid #5a5a5a;
  left: 0px;
  top: 50%;
  transform: translateY(-50%) translateX(0);
}

.home_news_container .news_details_box>div:nth-of-type(2):hover .but_more::before {
  width: 35px;
  height: 35px;
  border: 2px solid transparent;
  border-left-color: transparent;
  border-right-color: #fbff00;
  border-top-color: #fbff00;
  background-color: transparent;
  transform: translateX(-80%) rotate(45deg) translateY(-65%);
}

.home_news_container .news_details_box>div:nth-of-type(2):hover .but_more {
  padding-left: 50px;
}

.product_hot_container {
  max-width: 1300px;
  margin: 0 auto;
  font-family: "Montserrat", "Noto Sans SC", chinese;
  font-weight: 100;
  z-index: 2;
  position: relative;
  padding: 100px 0;
  display: grid;
  justify-content: center;
  align-items: center;
  /*
	background:url('https://uat-tcshop.ctinc.app/files/product_profile/c/o/colibri_quasar_cut_double-guillotine_metallic_silver.jpg?1590990153?326547035') no-repeat ;
	*/
  background-attachment: fixed;
  background-position: -25% 100px;
  background-size: 35% auto;
}

.product_hot_container .headline,
.product_item_container .headline,
.main_mega_container .headline {
  font-size: 40px;
  font-weight: 500;
  color: #363636;
  text-align: center;
  text-transform: uppercase;
}

.main_mega_container .headline {
  padding-bottom: 20px;
}

.product_hot_container .headline>div {
  font-size: 20px;
  color: #ababab;
  font-weight: 300;
  line-height: 36px;
}

.product_hot_container .tagline {
  font-size: 20px;
  color: #ababab;
  font-weight: 300;
}

.product_hot_container>div:nth-of-type(1) {
  margin: 0 auto;
}

.product_hot_container>div:nth-of-type(1)>div {
  display: table;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
}

.product_hot_container .price {
  /*font-size:16px;*/
  font-weight: 300;
}

.product_hot_container .price::before {
  font-size: 16px;
}

.home .price_box {
  padding: 0;
  min-height: 0;
}

.product_hot_container .control_box {
  /* background-color:#c07a4a; */
  /* background:linear-gradient(to right bottom, #efb867  0%,#af643f 100%); */
  color: #390600;
  font-weight: 400;
  padding: 0px 25px;
  border-radius: 25px;
  font-size: 0px;
  display: none !important;
}

.product_hot_container .control_box.hot_sale {
  margin-top: 10px;
  /* background-color:#c07a4a;
	background:linear-gradient(to right bottom, #efb867  0%,#af643f 100%); */
}

.product_hot_container .control_box.popular {
  margin-top: 10px;
  /* background-color:#ffba3c;
	background:linear-gradient(to right bottom, #b70022  0%,#ff306a 100%); */
  /* background: linear-gradient(320deg, #f16b0c, #e4d625); */
}

.product_hot_container .control_box.discount {
  margin-top: 10px;
  /* background-color:#c2148e;
	background:linear-gradient(to right bottom, #1788d3  0%,#0fecbc 100%);
	background:linear-gradient(to right bottom, #ffc521  0%,#ffd819 100%); */
  /* background: linear-gradient(320deg, #f16b0c, #e4d625); */
}

.product_hot_container .control_box div {
  display: inline-block;
  white-space: nowrap;
}

.product_hot_container .control_box div span {
  cursor: pointer;
}

.product_hot_container .control_box span:not(:empty) {
  display: inline-block;
  text-decoration: none;
  color: #c3c3c3;
  padding: 0px 20px;
  border-right: 1px solid #dedede;
  /* background-image: linear-gradient(#646334, #646334);
    background-size: 0 2px, auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    transition: all .2s ease-out; */
  font-size: 20px;
}

.product_hot_container .control_box div span:hover,
.product_hot_container .control_box div span.active {
  color: #9c0000;
  background-size: 100% 5px, auto;
  opacity: 1;
}

.product_hot_container .control_box div span:hover,
.product_hot_container .control_box div span.active {
  color: #9c0000;
}

.product_hot_container .control_box div span.active {
  color: #9c0000;
  text-shadow: 0px 2px 1px #333333;
}

.product_hot_container .control_box:not(.popular):not(.discount)>div>span:nth-of-type(1) {
  color: #9c0000;
}

.product_hot_container .control_box.popular>div>span:nth-of-type(2) {
  color: #9c0000;
}

.product_hot_container .control_box.discount>div>span:nth-of-type(3) {
  color: #9c0000;
}

.product_hot_container .item_list {
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.product_hot_container .item_list>div {
  cursor: pointer;
  width: 100%;
  text-align: left;
  /*  margin: 30px auto;*/
  margin: 30px auto 100px;
  position: relative;
}

.product_hot_container .swiper-slide {
  display: flex;
  place-content: center;
}

.product_hot_container .swiper-slide>div {
  flex: 0 0 200px;
  margin: 0 20px;
  position: relative;
}

.product_hot_container .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
  color: #bcac86;
}

.product_hot_container .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
  color: #bcac86;
}

/* .product_hot_container .item_list > div:hover .pbasic_info > div:nth-of-type(1){
	border-bottom:1px solid #e09900;
	color:#e09900;
}	 */
.product_hot_container .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: 100%;
  /*  margin-top: 90px;*/
  margin-top: 80px;
  position: relative;
}

.product_hot_container .item_list .but_add_cart.buy {
  margin: 10px 0px;
  position: absolute;
  background: #ffffff;
  padding: 16px 10px;
  color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  bottom: -40px;
  width: 100%;
  padding: 15px 30px !important;
  border-top: 1px solid #0000001a;
}

.product_hot_container .item_list .pbasic_info>div:nth-of-type(1) {
  font-size: 15px;
  font-weight: 500;
  color: #4a4a4a;
  overflow: unset;
}

.product_hot_container .item_list .pbasic_info>div:nth-of-type(2) {
  font-size: 14px;
  font-weight: 200;
  color: #4a4a4a;
  overflow: unset;
  line-height: 13px;
}

.product_hot_container .product_list .price {
  margin-left: unset;
  margin-right: unset;
}

.product_hot_container .item_list .pbasic_info>div:nth-of-type(3) {
  font-size: 15px;
  font-weight: 500;
  color: #4a4a4a;
  padding-bottom: 5px;
}

.product_hot_container .item_list .pbasic_info>div:nth-of-type(3) span {
  font-size: 15px;
  font-weight: 200;
  color: #4a4a4a;
  padding-left: 8px;
}

.product_hot_container #hot_sale_items.item_list .but_add_cart.buy,
.product_hot_container #hot_view_items.item_list .but_add_cart.buy,
.product_hot_container #hot_discount_items.item_list .but_add_cart.buy {
  background: #3c3c3c;
  background: linear-gradient(90deg, #cab971 0%, #9a935d 100%);
}

.product_hot_container #hot_sale_items_mobile.item_list .but_add_cart.buy,
.product_hot_container #hot_view_items_mobile.item_list .but_add_cart.buy {
  background: #3c3c3c;
  background: linear-gradient(90deg, #cab971 0%, #9a935d 100%);
}

.product_hot_container .item_list>div>div:nth-of-type(3) {
  font-weight: 300;
  color: #3c3c3c;
}

.product_hot_container .pbasic_info>div:nth-of-type(2) {
  overflow: hidden;
  color: #6a6a6a;
  font-size: 14px;
  font-weight: 300;
}

.product_hot_container #hot_sale_items.item_list>div:hover>div:nth-of-type(4) {
  color: #886f1d;
  transition: 0.22s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product_hot_container #hot_sale_items .swiper-pagination-bullet-active,
.product_hot_container #hot_view_items .swiper-pagination-bullet-active {
  background: #c8b96f;
}

.product_hot_container #hot_view_items.item_list>div:hover>div:nth-of-type(4) {
  color: #886f1d;
  transition: 0.22s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product_hot_container #hot_discount_items.item_list>div:hover>div:nth-of-type(4) {
  color: #886f1d;
  transition: 0.22s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: none;
}

.product_collection_container .item_list>div:hover>div:nth-of-type(6) {
  color: #886f1d;
  transition: 0.22s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product_new_starter_container {
  margin: 100px 0;
  text-align: center;
}

/* .product_new_starter_container > div {
  flex: 0 0 50%;
  margin-top: 40px;
} */

.product_release_container .count {
  font-size: 150px;
  line-height: 120px;
  font-weight: 100;
  color: #dedede;
}

.product_release_container .headline {
  color: #5a5a5a;
  font-size: 50px;
  font-weight: 100;
}

.product_release_container .pthumb {
  box-shadow: none;
  width: 250px;
  height: 250px;
}

.pthumb {
  border: 1px solid #e6e6e6;
  /* flex: 1;
  aspect-ratio: 1 / 1; */
}

.product_release_container .tagline {
  font-size: 20px;
  margin-bottom: 20px;
}

.product_release_container .pbasic_info>div:nth-of-type(1) {
  font-size: 13px;
  color: #ffffff;
  /*#333333;*/
  background-color: #ac7700;
  font-weight: 400;
  border-radius: 50px;
  display: table;
  margin: auto;
  padding: 5px 30px;
  /*
	border:1px solid #dedede;
*/
}

.product_release_container .pbasic_info>div:nth-of-type(2) {
  font-size: 1.5em;
  padding-top: 10px;
  color: #ac7700;
}

.product_release_container .but_general {
  padding: 15px 150px;
  font-size: 16px;
}

.product_release_container .price_box {
  justify-content: center;
}

.product_release_container .price:not(.discounted) {
  margin-left: auto;
}

.product_release_container .p_property {
  margin: 0px 0px 20px;
  text-align: center;
}

.product_release_container .p_property>div:nth-of-type(1) {
  display: flex;
  justify-content: center;
}

.product_release_container .p_property>div:nth-of-type(1)>div {
  margin: 0px 30px;
}

.product_collection_container {
  font-weight: 100;
}

.product_collection_container .headline {
  font-size: 40px;
  font-weight: 500;
  line-height: 47px;
  padding-bottom: 10px;
  color: #363636;
}

.product_collection_container .headline>div:nth-of-type(1) {
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Montserrat", "Noto Sans SC", chinese;
}

.product_collection_container .tagline {
  font-size: 20px;
  font-weight: 300;
  color: #ababab;
}

.product_collection_container .control_box {
  border-radius: 20px;
  font-family: "Noto Sans SC", chinese;
  background-color: #7b8d93;
  color: #3f525b;
  font-size: 26px;
  font-weight: 100;
  display: inline-flex;
  justify-content: space-evenly;
  margin: auto;
  margin-top: 20px;
  cursor: pointer;
  text-transform: uppercase;
}

.product_collection_container .control_box>div {
  padding: 7px 70px 9px;
  line-height: 26px;
}

.product_collection_container .control_box:hover {
  background-color: #15242b;
}

.product_collection_container .control_box:hover>div:hover {
  color: #ffde94;
}

.product_collection_container .control_box>div:hover,
.product_collection_container .control_box>div.active {
  color: #ffffff;
}

.product_collection_container .item_list {
  width: 1200px;
  margin: auto;
  margin-top: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, hright 0s ease 0s;
}

.product_collection_container .item_list.active {
  opacity: 1;
  height: auto;
}

.product_collection_container .item_list>div {
  flex: 0 0 200px;
  margin: 0 30px;
  margin-bottom: 30px;
  cursor: pointer;
  position: relative;
}

.home_starter_menu_arrow_right {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: 0;
  border-radius: 0px;
  border-left: 3px solid #b3b3b3;
  border-bottom: 3px solid #b3b3b3;
  right: -110px;
  top: 174px;
  transform: rotate(223deg) translateY(-35%);
}

.home_starter_menu_arrow_left {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: 0;
  border-radius: 0px;
  border-left: 3px solid #b3b3b3;
  border-bottom: 3px solid #b3b3b3;
  left: -100px;
  top: 205px;
  transform: rotate(40deg) translateY(-35%);
}

.product_collection_container .pthumb {
  width: 200px;
  height: 200px;
  border: none;
  border: 1px solid #e5e5e5;
}

.product_collection_container .option_box {
  font-size: 14px;
  padding-top: 5px;
  font-weight: 300;
  color: #3c3c3c;
  border-top: 1px solid #dedede;
}

/* .product_collection_container .pbasic_info *{
	font-size:15px!important;
} */
.product_collection_container .pbasic_info>div:nth-of-type(1) {
  font-size: 15px;
  font-weight: 500;
  color: #4a4a4a;
  overflow: unset;
}

.product_collection_container .pbasic_info>div:nth-of-type(2) {
  font-size: 14px;
  font-weight: 200;
  color: #4a4a4a;
  overflow: unset;
  margin-bottom: 12px;
  line-height: 14px;
}

.product_collection_container .pbasic_info>div:nth-of-type(3) {
  font-size: 15px;
  font-weight: 500;
  color: #4a4a4a;
  padding-bottom: 5px;
}

.product_collection_container .pbasic_info>div:nth-of-type(3) span {
  font-size: 15px;
  font-weight: 200;
  padding-left: 8px;
}

.product_featured_container {
  font-family: "Montserrat", "Noto Sans SC", chinese;
  font-weight: 300;
  margin: auto;
  text-align: center;
  padding-top: 30px;
}

.product_featured_container .headline {
  font-size: 40px;
  font-weight: 500;
  color: #363636;
  text-transform: uppercase;
}

.product_featured_container .tagline {
  font-size: 18px;
  margin: 15px 20%;
  color: #6a6a6a;
}

.featured_items_box {
  padding: 50px;
  text-align: center;
  overflow: hidden;
}

.featured_items_box>div {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 50px;
  align-items: center;
  cursor: pointer;
}

.featured_items_box .stick_param {
  background: url(../../../../images/tc/icon/icon_stick.png) no-repeat center;
  padding: 10px 0px;
  background-size: 28%;
  color: #828282;
}

.featured_items_box .stick_param>span:nth-of-type(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
}

.featured_items_box .stick_param>span:nth-of-type(2) {
  padding-left: 32px;
}

.featured_items_box .image.brand {
  width: 150px;
}

.featured_items_box .feature_details {
  margin: 0px 50px;
  max-width: 350px;
}

.featured_items_box .feature_details>div:nth-of-type(1) {
  font-weight: 300;
  box-shadow: -5px 0px 0px #dedede;
}

.featured_items_box .feature_details>div:nth-of-type(1)>div:nth-of-type(1) {
  font-size: 25px;
  font-weight: 600;
  color: #4a4a4a;
}

.featured_items_box .feature_details>div {
  padding-left: 20px;
}

.featured_items_box .properties {
  position: relative;
}

.featured_items_box .properties>div:nth-of-type(1) {
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
  text-align: center;
}

.featured_items_box .properties div[data-strength] {
  position: relative;
  padding-top: 90px;
}

.featured_items_box .properties div[data-strength]::before {
  content: attr(data-strength);
  font-size: 40px;
  line-height: 65px;
  position: absolute;
  background-color: #3c3c3c;
  font-weight: 100;
  color: #f0f1b1;
  border: 1px solid #6a6a6a4d;
  border-radius: 50%;
  top: 0px;
  padding-top: 5px;
  text-align: center;
  width: 80px;
  height: 80px;
  left: 50%;
  transform: translateX(-50%);
}

.featured_items_box .properties div[data-shape] {
  position: relative;
  padding-top: 90px;
  margin-left: 100px;
}

.featured_items_box .properties div[data-shape]::before {
  content: attr(data-shape);
  font-size: 18px;
  position: absolute;
  color: #6a6a6a;
  box-shadow: 0px 0px 10px 0px #dedede;
  display: flex;
  top: 0px;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: 20px 20px;
  left: 50%;
  transform: translateX(-50%);
}

.featured_items_box .properties>div:nth-of-type(3) {
  display: flex;
  border-radius: 30px;
  box-shadow: 0px 0px 0px 3px #333333;
  font-size: 13px;
  overflow: hidden;
  margin-top: 20px;
  font-weight: 100;
}

.featured_items_box .properties>div:nth-of-type(3)>span {
  display: table;
  padding: 5px 20px;
  white-space: nowrap;
}

.featured_items_box .properties>div:nth-of-type(3)>span:nth-of-type(1) {
  background-color: #333333;
  color: #ffffff;
}

.featured_items_box .feature_details>div:nth-of-type(1)>div:nth-of-type(2) {
  line-height: 38px;
  font-weight: 600;
  font-size: 17px;
  color: #706f56;
  text-transform: uppercase;
}

.featured_items_box .feature_details>div:nth-of-type(2) {
  font-size: 15px;
  font-weight: 300;
  text-align: justify;
  color: #3a3a3a;
  font-weight: 600;
  text-transform: uppercase;
}

.feature_details_img {
  display: none;
}

.feature_details_img img {
  max-height: 350px;
}

.feature_details_img_box img {
  max-width: 400px;
}

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

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

.action_tab {
  background-color: #fff;
}

.but_general.icon-icon_shopping_bag:before {
  color: #ffffff;
}

.action_tab .but_general:before {
  color: #ffffff !important;
}

.main_mega_banner_m {
  display: none;
}

.home_mega {
  position: relative;
  cursor: pointer;
}

.mega img {
  width: 100%;
  vertical-align: text-bottom;
}

.main_mega_container {
  overflow: hidden;
  position: relative;
}

.main_mega_container .swiper-pagination-bullet-active {
  background: #b9ab82;
}

.main_mega_container .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.home_mega .mega_content {
  background: #ffffffc9;
  color: #373737;
  width: 600px;
  padding: 35px;
  position: absolute;
  left: 500px;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
}

.home_mega .mega_content .title {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.home_mega .mega_content .btn {
  font-size: 14px;
  font-weight: 500;
  background: #93876a;
  width: 100%;
  text-align: center;
  padding: 5px 20px;
  margin-top: 20px;
  color: #fff;
}

.home_mega .mega_brand_logo {
  max-width: 85px;
  margin: 0 auto;
}

.home_mega .mega_brand_logo img {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}

.home_mega:hover .mega_content .btn {
  background: rgb(147 111 16);
}

.home_mega .mega.dt {
  display: block;
}

.home_mega .mega.mb {
  display: none;
}

.home_mega .mega_brand_logo.logo_height {
  max-height: 60px;
  margin-bottom: 20px;
}

@supports (-webkit-overflow-scrolling: touch) {
  .home_mini_ads_box {
    background-attachment: scroll;
  }
}

.home_mini_ads_box_bg {
  min-height: 350px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 13px #7e8e8d;
  margin-bottom: 50px;
  color: #333333;
  text-transform: uppercase;
  background-color: #e9edee;
  -webkit-mask-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
}

.home_mini_ads_box2 {
  min-height: 150px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 13px #ffffff;
  color: #333333;
  text-transform: uppercase;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}

.home_mini_ads_box2>div {
  display: flex;
  flex-wrap: nowrap;
}

.home_mini_ads_box2>div>div {
  position: relative;
  flex: 1 1 auto;
}

.home_mini_ads_box2 .slider_controller {
  position: absolute;
  bottom: 35px;
}

.home_mini_ads_box2 .slider_controller>div {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px #adadada3;
  width: 70px;
  height: 40px;
  z-index: 1;
  margin: 5px;
  cursor: pointer;
}

.home_mini_ads_box2 .slider_controller>div::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #465153;
  border-right: 1px solid #465153;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%) rotate(-135deg);
}

.home_mini_ads_box2 .slider_controller>div:nth-of-type(2)::before {
  transform: translate(-70%, -50%) rotate(45deg);
}

.home_ads_right {
  margin: 70px 0px;
}

.home_ads_right>div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  content: "{highlight banner}";
  min-height: 350px;
  color: #ffffff;
  margin: 0px 30px;
  position: relative;
  opacity: 0.3;
  overflow: hidden;
}

.home_ads_right>div>div:nth-of-type(1) {
  width: 950px;
  height: 470px;
  position: relative;
  display: flex;
}

.home_ads_right>div:nth-of-type(1),
.home_ads_right>div:nth-of-type(3) {
  min-height: initial;
  height: 300px;
  margin-top: 60px;
}

.home_ads_right>div:nth-of-type(1)>div:nth-of-type(1),
.home_ads_right>div:nth-of-type(3)>div:nth-of-type(1) {
  width: 650px;
  height: 300px;
}

.home_ads_right>div:nth-of-type(1)>div:nth-of-type(1)>div,
.home_ads_right>div:nth-of-type(3)>div:nth-of-type(1)>div {
  width: 100%;
}

.home_ads_right>div:nth-of-type(2) {
  opacity: 1;
  width: 1200px;
  height: 470px;
  background-color: #ffffff;
  cursor: pointer;
}

.home_ads_right>div>div:nth-of-type(1)>div {
  width: 100%;
  height: 100%;
  flex: 0 0 auto;
  background: no-repeat center center;
  background-size: cover !important;
  background-color: #ffffff;
}

.home_ads_right>div>div:nth-of-type(2) {
  border-radius: 0px;
  background-color: #282823;
  color: #fff;
  padding: 20px 20px;
  width: 250px;
  height: 100%;
  margin-left: -10px;
  font-weight: 100;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  display: none;
  position: absolute;
  right: 0px;
}

.home_ads_right>div:nth-of-type(2)>div:nth-of-type(2) {
  display: flex;
  padding-bottom: 0;
}

.home_ads_right>div>div:nth-of-type(2)>div {
  flex: 0 0 100%;
}

.home_ads_right>div>div:nth-of-type(2)>div:empty {
  /*
	background-color:#ffffff;
	border-radius:15px;
	height:20px;
	width:100%;
	*/
  display: none;
}

.home_ads_right>div>div:nth-of-type(2)>div:nth-of-type(1) {
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #e7e6af;
  /* original */
}

.home_ads_right>div>div:nth-of-type(2)>div:nth-of-type(2) {
  font-size: 20px;
  color: #ffffff;
  text-shadow: 0px 1px 1px #0606068c;
  font-weight: 400;
  padding: 10px;
  letter-spacing: 1px;
  line-height: 28px;
}

.home_ads_right>div>div:nth-of-type(2)>div:nth-of-type(3) {
  line-height: 20px;
  font-size: 15px;
  text-transform: none;
}

.home_ads_right .but_general {
  margin-top: 15px;
  background: linear-gradient(to bottom, #e4dfa6 0%, #9a8f78 100%);
  box-shadow: 0px 0px 5px 0px #2f413e;
  font-size: 20px;
  display: none;
}

.home_mini_logo img {
  width: 230px;
}

.home_mini_single_logo img {
  width: 140px;
}

.product_comparison_info_box {
  position: fixed;
  background-color: #eaf1ef;
  background: linear-gradient(to right bottom, #829391 0%, #111819 100%);
  padding: 5px 5px;
  color: #15242b;
  color: #ffffff;
  display: flex;
  align-items: center;
  border-radius: 25px;
  box-shadow: inset 0px 1px 2px #92a5a1;
  font-family: "Noto Sans SC";
  font-weight: 300;
  right: 20px;
  bottom: -100px;
  z-index: 80;
}

.product_comparison_info_box.active {
  bottom: 50px;
}

.product_comparison_info_box>span {
  margin: 0px 0px;
}

.product_comparison_info_box>span:nth-of-type(1) {
  margin: 0px 15px;
}

.product_comparison_info_box>span:nth-of-type(2) {
  padding: 5px 20px;
  background: linear-gradient(to right bottom, #829391 0%, #232a2c 100%);
  background: linear-gradient(to left bottom, #efb867 0%, #af643f 100%);
  color: #ffffff;
  font-size: 18px;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 0px -1px 0px 0px #ffffff;
}

.product_comparison_info_box>span:nth-of-type(2):hover {
  background: linear-gradient(to bottom, #efb867 0%, #af643f 100%);
}

.product_label {
  display: table;
  padding: 5px 15px;
  background-color: #a9a78c;
  background-color: #eae9e3;
  color: #ffffff;
  color: #161616;
  margin-bottom: 5px;
  font-weight: 500;
  text-transform: uppercase;
}

.announcement_box {
  background-color: #ce8c52;
  background: linear-gradient(to bottom, #efb867 0%, #af643f 100%);
  color: #ffffff;
  padding: 10px 20px;
  position: fixed;
  bottom: 36px;
  z-index: 80;
  right: 0px;
  left: 0px;
  display: none;
}

.product_none {
  display: none;
}

.product_collection_container .list_container {
  position: relative;
  width: 100%;
  height: 500px;
  margin-top: 30px;
}

.com_slider_controller {
  display: flex;
  justify-content: center;
  /* margin-top: 60px; */
}

.com_slider_controller>div {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px #adadada3;
  width: 70px;
  height: 40px;
  z-index: 1;
  margin: 5px;
  cursor: pointer;
  position: relative;
}

.com_slider_controller>div::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #4c4c4c;
  border-right: 1px solid #4c4c4c;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%) rotate(-135deg);
}

.com_slider_controller>div:nth-of-type(2)::before {
  transform: translate(-70%, -50%) rotate(45deg);
}

.pbasic_info>div:nth-of-type(2) {
  color: #6a6a6a;
  font-size: 14px;
  font-weight: 300;
}

.product_collection_container .item_list>div {
  margin: 20px;
  width: 150px;
  padding-bottom: 20px;
}

.product_collection_container .but_add_cart.buy {
  background: linear-gradient(90deg, #cab971 0%, #9a935d 100%);
  color: #fbfbfb;
  cursor: pointer;
  padding: 15px 30px !important;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.product_collection_container div.add_cart_restricted {
  padding: 5px 30px !important;
}

.product_collection_container .price_box {
  padding-bottom: 20px !important;
}

.product_collection_container div.btn_bottom_soldout {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.product_hot_container .control_box span:not(:empty):nth-last-of-type(1) {
  border: none;
}

.product_collection_container .tagline {
  color: #6a6a6a;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 300;
}

:root {
  --input-color: #99a3ba;
  --input-border: #cdd9ed;
  --input-background: #fff;
  --input-placeholder: #cbd1dc;
  --input-border-focus: #888888;
  --group-color: var(--input-color);
  --group-border: var(--input-border);
  --group-background: #eef4ff;
  --group-color-focus: #fff;
  --group-border-focus: var(--input-border-focus);
  --group-background-focus: linear-gradient(160deg, #9d9d79 0%, #5c5b2e 100%);
}

.form_field {
  display: block;
  width: 100%;
  padding: 8px 16px;
  line-height: 25px;
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
  border-radius: 6px;
  -webkit-appearance: none;
  color: var(--input-color);
  border: 1px solid var(--input-border);
  background: var(--input-background);
  transition: border 0.3s ease;
}

.form_field::-moz-placeholder {
  color: var(--input-placeholder);
}

.form_field:-ms-input-placeholder {
  color: var(--input-placeholder);
}

.form_field::placeholder {
  color: var(--input-placeholder);
}

.form_field:focus {
  outline: none;
  border-color: var(--input-border-focus);
}

.form_group {
  position: relative;
  display: flex;
  width: 460px;
  margin: 30px auto 30px;
  flex-direction: column;
}

.form_group div:first-child {
  display: flex;
  flex-direction: row;
}

.form_group span,
.form_group .form_field {
  white-space: nowrap;
  display: block;
}

.form_group .form_field {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  /* width: 1%; */
  margin-top: 0;
  margin-bottom: 0;
}

.form_group .form_error {
  color: red;
}

.form_group span {
  text-align: center;
  padding: 8px 30px;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  background: linear-gradient(164deg, #b1af92 0%, #918d79 100%);
  transition: #000 0.3s ease, border 0.3s ease, color 0.3s ease;
  text-shadow: none;
  border-radius: 5px;
  cursor: pointer;
}

.form_group:focus-within span {
  color: var(--group-color-focus);
  background: var(--group-background-focus);
  border-color: var(--group-border-focus);
}

.invisable_layer {
  width: 280px;
  height: 180px;
  position: absolute;
  right: 6%;
  top: 73%;
  background: #faebd700;
}

.featured_items_box {
  padding: 10px 50px;
}

.featured_items_box .feature_details>div:nth-of-type(1) {
  box-shadow: none;
}

.option_filter_box .mobile_icon_view_2col {
  display: none;
}

.cny_table_desktop {
  display: block;
}

.cny_table_mobile {
  display: none;
}

.title_dot {
  height: 5px;
  width: 5px;
  background-color: #bbb;
  border-radius: 50%;
  margin: 6px 30px;
}

.message_heading {
  font-size: 26px;
  text-align: center;
  margin: 0 auto;
  font-weight: 500;
  padding-top: 130px;
  color: #9b9330;
}

.message_details {
  text-align: center;
  padding-top: 20px;
  font-size: 15px;
  line-height: 23px;
}

.tooltip_hover {
  display: inline;
  position: relative;
}

.tooltip {
  width: 300px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 2px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: -80px;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip_hover:hover .tooltip {
  opacity: 1;
}

.help_tip {
  position: absolute;
  text-align: center;
  background-color: #bcdbea;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  bottom: 150px;
  right: 300px;
  z-index: 10000;
  font-size: 14px;
  line-height: 26px;
  cursor: default;
}

.help_tip:before {
  content: "?";
  font-weight: bold;
  color: #fff;
}

.product_listing_brand_logo {
  width: 200px;
  margin: auto;
  /*margin-right: 20px;*/
}

.product_listing_brand_logo img {
  mix-blend-mode: multiply;
}

.brand_logo_stick {
  padding-top: 30px;
}

.product_list .action_box>.buy {
  top: 0;
  right: 0;
  position: unset !important;
}

.product_list .action_box>.add_cart_restricted {
  position: unset !important;
}

.product_list .action_box .but_other {
  width: 18px;
}

.flex {
  font-family: "Montserrat", "Noto Sans SC", chinese;
}

.lb_account_nav {
  font-family: "Montserrat", "Noto Sans SC", chinese;
}

.brand_logo_vf .cat_brand_logo:hover:before,
.brand_logo_vf .cat_brand_logo.active:before {
  left: 0;
  right: 0;
}

.brand_logo_vf .cat_brand_logo::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  right: 50%;
  border-bottom: 4px solid #c9b971;
  transition: all 0.3s ease-out;
}

.brand_list {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.brand_list>div {
  margin: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.brand_list>div>div {
  margin: 15px;
  position: relative;
}

.brand_list img {
  max-height: 55px;
}

.brand_list_info_contasiner {
  font-weight: 700;

  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 0px solid #333333;
  color: #313131;

  /* display: block!important; */
  text-align: center;
  flex-direction: column;
}

.brand_list_info_contasiner .brand_list_heading {
  text-transform: uppercase;
}

.brand_list>.brand_list_info_contasiner {
  display: none;
}

.brand_list_heading {
  font-size: 16px;
}

.brand_list_description {
  font-size: 14px;
  text-align: center;
}

.search_box {
  display: inline-flex;
  margin: 10px 0px;
}

.search_box .but_general {
  padding: 5px 30px;
  max-height: 30px;
  border-radius: 4px;
}

.footer_social_network>div {
  cursor: pointer;
  border-radius: 20px;
  text-shadow: none;
  font-size: 18px;
}

.footer_etc .footer_contact {
  margin-bottom: 45px;
}

.footer_etc .footer_hl_brand {
  display: none;
}

.icon_strength>div {
  width: 6px;
  height: 6px;
}

.icon_new_brand {
  padding-left: 20px;
}

.add_wishlist {
  cursor: pointer;
  width: 22px;
  height: 21px;
  opacity: 0.5;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjIuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2Rpc3BsYXk6bm9uZTtmaWxsOiNBQ0FCODc7fQo8L3N0eWxlPgo8Y2lyY2xlIGNsYXNzPSJzdDAiIGN4PSIxNDYuNCIgY3k9IjE2OS40IiByPSIxMjguNCIvPgo8Y2lyY2xlIGNsYXNzPSJzdDAiIGN4PSIzNTUuMiIgY3k9IjE2OS40IiByPSIxMjguNCIvPgo8Y2lyY2xlIGNsYXNzPSJzdDAiIGN4PSIxODYuNSIgY3k9IjIzNy4zIiByPSIxNDUuOCIvPgo8Y2lyY2xlIGNsYXNzPSJzdDAiIGN4PSIzMjIuMSIgY3k9IjIzNy4zIiByPSIxNDUuOCIvPgo8Y2lyY2xlIGNsYXNzPSJzdDAiIGN4PSIyNTciIGN5PSIzMTUuOCIgcj0iMTQ1LjgiLz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMzY5LDIwLjhjLTQ1LjYsMC04Ni43LDIxLjUtMTEzLDU1LjRjLTI2LjMtMzQtNjcuNC01NS40LTExMy01NS40QzY0LjEsMjAuOCwwLDg1LDAsMTYzLjhjMCw5MS42LDU4LjQsMTcyLjUsMTI1LDIzNC4zCgkJCWM2MC42LDU2LjIsMTIwLjQsODkuNiwxMjIuOSw5MWMyLjUsMS40LDUuMywyLjEsOC4xLDIuMXM1LjYtMC43LDguMS0yLjFjMi41LTEuNCw2Mi4zLTM0LjgsMTIyLjktOTEKCQkJYzY2LjYtNjEuNywxMjUtMTQyLjcsMTI1LTIzNC4zQzUxMiw4NSw0NDcuOSwyMC44LDM2OSwyMC44eiBNMzY0LjksMzczLjJjLTQ1LjEsNDEuOS05MC44LDcxLjEtMTA4LjksODIKCQkJQzIxNS4xLDQzMC41LDMzLjMsMzEyLjEsMzMuMywxNjMuOGMwLTYwLjUsNDkuMi0xMDkuNywxMDkuNy0xMDkuN2M0MS44LDAsNzkuNCwyMy4zLDk4LjEsNjAuN2MyLjgsNS42LDguNiw5LjIsMTQuOSw5LjIKCQkJYzYuMywwLDEyLjEtMy42LDE0LjktOS4yYzE4LjctMzcuNCw1Ni4zLTYwLjcsOTguMS02MC43YzYwLjUsMCwxMDkuNyw0OS4yLDEwOS43LDEwOS43QzQ3OC43LDI0OS41LDQxNi44LDMyNSwzNjQuOSwzNzMuMnoiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  z-index: 10;
}

.add_wishlist:hover {
  opacity: 1;
}

.add_wishlist.in_wishlist {
  width: 22px;
  height: 21px;
  opacity: 1;
  animation-name: wishlist-ani;
  animation-duration: 1000ms;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjIuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0FDQUI4Nzt9Cjwvc3R5bGU+CjxjaXJjbGUgY2xhc3M9InN0MCIgY3g9IjE0Ni40IiBjeT0iMTY5LjQiIHI9IjEyOC40Ii8+CjxjaXJjbGUgY2xhc3M9InN0MCIgY3g9IjM1NS4yIiBjeT0iMTY5LjQiIHI9IjEyOC40Ii8+CjxjaXJjbGUgY2xhc3M9InN0MCIgY3g9IjE4Ni41IiBjeT0iMjM3LjMiIHI9IjE0NS44Ii8+CjxjaXJjbGUgY2xhc3M9InN0MCIgY3g9IjMyMi4xIiBjeT0iMjM3LjMiIHI9IjE0NS44Ii8+CjxjaXJjbGUgY2xhc3M9InN0MCIgY3g9IjI1NyIgY3k9IjMxNS44IiByPSIxNDUuOCIvPgo8Zz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zNjksMjAuOGMtNDUuNiwwLTg2LjcsMjEuNS0xMTMsNTUuNGMtMjYuMy0zNC02Ny40LTU1LjQtMTEzLTU1LjRDNjQuMSwyMC44LDAsODUsMCwxNjMuOAoJCQljMCw5MS42LDU4LjQsMTcyLjUsMTI1LDIzNC4zYzYwLjYsNTYuMiwxMjAuNCw4OS42LDEyMi45LDkxYzIuNSwxLjQsNS4zLDIuMSw4LjEsMi4xczUuNi0wLjcsOC4xLTIuMWMyLjUtMS40LDYyLjMtMzQuOCwxMjIuOS05MQoJCQljNjYuNi02MS43LDEyNS0xNDIuNywxMjUtMjM0LjNDNTEyLDg1LDQ0Ny45LDIwLjgsMzY5LDIwLjh6IE0zNjQuOSwzNzMuMmMtNDUuMSw0MS45LTkwLjgsNzEuMS0xMDguOSw4MgoJCQlDMjE1LjEsNDMwLjUsMzMuMywzMTIuMSwzMy4zLDE2My44YzAtNjAuNSw0OS4yLTEwOS43LDEwOS43LTEwOS43YzQxLjgsMCw3OS40LDIzLjMsOTguMSw2MC43YzIuOCw1LjYsOC42LDkuMiwxNC45LDkuMgoJCQljNi4zLDAsMTIuMS0zLjYsMTQuOS05LjJjMTguNy0zNy40LDU2LjMtNjAuNyw5OC4xLTYwLjdjNjAuNSwwLDEwOS43LDQ5LjIsMTA5LjcsMTA5LjdDNDc4LjcsMjQ5LjUsNDE2LjgsMzI1LDM2NC45LDM3My4yeiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
}

@keyframes wishlist-ani {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(0.5);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.brand_social {
  display: flex;
  align-items: center;
  position: relative;
}

.brand_overview .brand_social {
  justify-content: center;
  max-width: 20px;
  margin: 20px auto;
  width: 100%;
  gap: 50px;
  cursor: pointer;
}

.brand_list .brand_social {
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
}

.brand_list .brand_social>div {
  margin: 0;
  width: 18px;
  height: 18px;
}

.brand_overview .brand_social>div {
  margin-left: -20px;
}

.brand_social .facebook a::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.8.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 200 200' style='enable-background:new 0 0 200 200;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23979900;%7D .st2%7Bfill:%234460A0;%7D .st3%7Bfill:%23CE1213;%7D .st4%7Bfill:%230094B1;%7D%0A%3C/style%3E%3Crect id='Icons' x='-5095.5' y='-3429.2' class='st0' width='16000' height='10000'/%3E%3Crect id='Icons_00000082336892283275777570000007764572076167245499_' x='-7866.7' y='-6503.7' class='st0' width='16000' height='10000'/%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath class='st2' d='M128.5,100.6h-20.2v66.2H82.9v-66.2H69.3V73.4h11.9V61.9c0-10.9,5.4-28,28.3-28h20.9v22.6h-14.8 c-2.4,0-5.6,1.5-5.6,6.8v10.2h20.9L128.5,100.6z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cpath class='st2' d='M158.9,20c11.5,0,20.8,9.3,20.8,20.8v118.4c0,11.5-9.3,20.8-20.8,20.8H40.5c-11.5,0-20.8-9.3-20.8-20.8V40.8 C19.7,29.3,29,20,40.5,20H158.9 M158.9,0H40.5C18,0-0.3,18.3-0.3,40.8v118.4c0,22.5,18.3,40.8,40.8,40.8h118.4 c22.5,0,40.8-18.3,40.8-40.8V40.8C199.7,18.3,181.5,0,158.9,0L158.9,0z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}

.brand_social .instagram a::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgaWQ9Imluc3RhZ3JhbSI+PGxpbmVhckdyYWRpZW50IGlkPSJhIiB4MT0iMS40NjQiIHgyPSIxNC41MzYiIHkxPSIxNC41MzYiIHkyPSIxLjQ2NCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iI0ZGQzEwNyI+PC9zdG9wPjxzdG9wIG9mZnNldD0iLjUwNyIgc3RvcC1jb2xvcj0iI0Y0NDMzNiI+PC9zdG9wPjxzdG9wIG9mZnNldD0iLjk5IiBzdG9wLWNvbG9yPSIjOUMyN0IwIj48L3N0b3A+PC9saW5lYXJHcmFkaWVudD48cGF0aCBmaWxsPSJ1cmwoI2EpIiBkPSJNMTEgMEg1YTUgNSAwIDAgMC01IDV2NmE1IDUgMCAwIDAgNSA1aDZhNSA1IDAgMCAwIDUtNVY1YTUgNSAwIDAgMC01LTV6bTMuNSAxMWMwIDEuOTMtMS41NyAzLjUtMy41IDMuNUg1Yy0xLjkzIDAtMy41LTEuNTctMy41LTMuNVY1YzAtMS45MyAxLjU3LTMuNSAzLjUtMy41aDZjMS45MyAwIDMuNSAxLjU3IDMuNSAzLjV2NnoiPjwvcGF0aD48bGluZWFyR3JhZGllbnQgaWQ9ImIiIHgxPSI1LjE3MiIgeDI9IjEwLjgyOCIgeTE9IjEwLjgyOCIgeTI9IjUuMTcyIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjRkZDMTA3Ij48L3N0b3A+PHN0b3Agb2Zmc2V0PSIuNTA3IiBzdG9wLWNvbG9yPSIjRjQ0MzM2Ij48L3N0b3A+PHN0b3Agb2Zmc2V0PSIuOTkiIHN0b3AtY29sb3I9IiM5QzI3QjAiPjwvc3RvcD48L2xpbmVhckdyYWRpZW50PjxwYXRoIGZpbGw9InVybCgjYikiIGQ9Ik04IDRhNCA0IDAgMSAwIDAgOCA0IDQgMCAwIDAgMC04em0wIDYuNUEyLjUwMyAyLjUwMyAwIDAgMSA1LjUgOGMwLTEuMzc5IDEuMTIyLTIuNSAyLjUtMi41czIuNSAxLjEyMSAyLjUgMi41YzAgMS4zNzgtMS4xMjIgMi41LTIuNSAyLjV6Ij48L3BhdGg+PGxpbmVhckdyYWRpZW50IGlkPSJjIiB4MT0iMTEuOTIzIiB4Mj0iMTIuNjc3IiB5MT0iNC4wNzciIHkyPSIzLjMyMyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iI0ZGQzEwNyI+PC9zdG9wPjxzdG9wIG9mZnNldD0iLjUwNyIgc3RvcC1jb2xvcj0iI0Y0NDMzNiI+PC9zdG9wPjxzdG9wIG9mZnNldD0iLjk5IiBzdG9wLWNvbG9yPSIjOUMyN0IwIj48L3N0b3A+PC9saW5lYXJHcmFkaWVudD48Y2lyY2xlIGN4PSIxMi4zIiBjeT0iMy43IiByPSIuNTMzIiBmaWxsPSJ1cmwoI2MpIj48L2NpcmNsZT48L3N2Zz4=");
  background-repeat: no-repeat;
}

.brand_social .cigaroffical a::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.8.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 200 200' style='enable-background:new 0 0 200 200;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23979900;%7D .st2%7Bfill:%234460A0;%7D .st3%7Bfill:%23CE1213;%7D .st4%7Bfill:%230094B1;%7D%0A%3C/style%3E%3Crect id='Icons' x='-6031.9' y='-3429.2' class='st0' width='16000' height='10000'/%3E%3Crect id='Icons_00000082336892283275777570000007764572076167245499_' x='-8803' y='-6503.7' class='st0' width='16000' height='10000'/%3E%3Cg%3E%3Cpath class='st4' d='M147.5,0.1c-13.4,0-26.8,5.1-37,15.3L73.8,52.1c-20.5,20.5-20.5,53.6,0,74.1c0,0,0,0,0,0 c2.1,2.1,4.9,3.2,7.7,3.2c2.8,0,5.6-1.1,7.7-3.2c4.3-4.3,4.3-11.1,0-15.4c0,0,0,0,0,0c-12-11.9-12-31.3,0-43.3c0,0,0,0,0,0 l36.7-36.7c6-6,13.8-9,21.6-9s15.7,3,21.6,9c12,12,12,31.3,0,43.3l-11.3,11.3c-4.3,4.3-4.3,11.2,0,15.4c2.1,2.1,4.9,3.2,7.7,3.2 c2.8,0,5.6-1.1,7.7-3.2l11.3-11.3c20.5-20.5,20.5-53.6,0-74.1C174.3,5.2,160.9,0.1,147.5,0.1L147.5,0.1z M118.2,70.9 c-2.8,0-5.6,1.1-7.7,3.2c0,0,0,0,0,0h0c-4.3,4.3-4.3,11.1,0,15.4c0,0,0,0,0,0c12,12,12,31.3,0,43.3c0,0,0,0,0,0l-36.3,36.3 c-6,6.2-14,9.3-21.9,9.3c-7.7,0-15.4-2.9-21.3-8.7c-12.1-11.8-12.4-31.2-0.6-43.3c0.2-0.2,0.4-0.4,0.6-0.6l10.6-10.6 c4.3-4.3,4.3-11.2,0-15.4c-2.1-2.1-4.9-3.2-7.7-3.2c-2.8,0-5.6,1.1-7.7,3.2l-10.6,10.6C-5,130.9-5,164,15.5,184.5 c10.2,10.2,23.6,15.3,37,15.3s26.8-5.1,37-15.3l36.3-36.3c20.5-20.5,20.5-53.6,0-74.1c0,0,0,0,0,0C123.8,72,121,70.9,118.2,70.9 L118.2,70.9z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}

.brand_social .youtube a::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.8.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 200 200' style='enable-background:new 0 0 200 200;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23979900;%7D .st2%7Bfill:%234460A0;%7D .st3%7Bfill:%23CE1213;%7D .st4%7Bfill:%230094B1;%7D%0A%3C/style%3E%3Crect id='Icons' x='-5719.1' y='-3429.2' class='st0' width='16000' height='10000'/%3E%3Crect id='Icons_00000082336892283275777570000007764572076167245499_' x='-8490.3' y='-6503.7' class='st0' width='16000' height='10000'/%3E%3Cg%3E%3Cg%3E%3Cpath class='st3' d='M165.5,29.9h-131c0,0-34.4,0-34.4,34.4v71.4c0,0,0,34.4,34.4,34.4h131c0,0,34.4,0,34.4-34.4V64.3 C199.9,64.3,199.9,29.9,165.5,29.9z M73.4,138.4V61.6l65.4,38.5L73.4,138.4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}

.brand_social .time_for_share a::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 18 18"><defs><style> .cls-1 { fill: none; } .cls-2 { clip-path: url(%23clippath); } </style><clipPath id="clippath"><rect class="cls-1" width="18" height="18"/></clipPath></defs><g class="cls-2"><g><path d="M0,.08h15.16v1.78H5.8v9.15h-1.78V1.86H0V.08Z"/><path d="M0,17.92V2.75h1.78v9.37h9.15v1.78H1.78v4.01H0Z"/><path d="M18,.08v15.16h-1.78V5.88H7.07v-1.78h9.15V.08h1.78Z"/><path d="M18,17.92H2.84v-1.78h9.37V6.98h1.78v9.15h4.01v1.78Z"/><path d="M9.28,6.94h-.54v1.43l-1.4-1.4h-.39s0,.38,0,.38l1.38,1.39h-1.39v.54h1.38l-1.37,1.37v.39s.38,0,.38,0l1.41-1.41v1.45h.54v-1.4l1.36,1.36h.39s0-.38,0-.38l-1.37-1.37h1.43v-.54h-1.44l1.38-1.39v-.39s-.38,0-.38,0l-1.36,1.36v-1.39Z"/></g></g></svg>');
  background-repeat: no-repeat;
}

.mobile_wishbox .but_general.add_to_shopping_bag {
  margin-left: unset;
}

.mobile_wishbox .brand {
  background: unset;
  color: #434242;
  padding: 0;
  font-size: 15px;
  margin-bottom: 0;
}

#hot_sale_items .addtofav_pos {
  top: 170px;
}

#hot_view_items .addtofav_pos {
  top: 170px;
}

#hot_discount_items .addtofav_pos {
  top: 170px;
}

#hot_sale_items_mobile {
  display: none;
}

#hot_view_items_mobile {
  display: none;
}

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

.badge_container>div {
  align-items: center;
  -webkit-text-size-adjust: none;
  display: flex;
  flex: 0;
  justify-content: space-between;
  margin: 10px 20px;
}

.badge_container span {
  font-size: 14px;
  font-weight: 700;
}

.badge_point {
  position: relative;
  margin-right: 10px;
}

.badge_point>div:nth-of-type(1) {
  position: absolute;
  font-size: 18px;
  top: 12px;
  font-weight: 800;
  color: #000;
  font-family: serif;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  transform: scale(0.58);
  -webkit-text-size-adjust: none;
}

.badge_point>div:nth-of-type(3) {
  position: absolute;
  font-size: 32px;
  top: 24px;
  font-weight: 600;
  font-family: Futura, sans-serif;
  color: #000;
  letter-spacing: -1px;
  width: 100%;
  text-align: center;
}

.badge_point>div:nth-of-type(4) {
  position: absolute;
  top: 60px;
  font-weight: 800;
  color: #fff;
  font-family: serif;
  width: 100%;
  text-align: center;
  transform: scale(0.58);
  -webkit-text-size-adjust: none;
}

.badge_point span {
  font-size: 20px;
}

.badge_rate {
  position: relative;
  margin-right: 10px;
}

.badge_rate>div:nth-of-type(1) {
  position: absolute;
  font-size: 12px;
  top: 15px;
  font-weight: 800;
  color: #000;
  font-family: serif;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  transform: scale(0.58);
  -webkit-text-size-adjust: none;
}

.badge_rate>div:nth-of-type(3) {
  position: absolute;
  font-size: 37px;
  top: 16px;
  font-weight: 600;
  font-family: Futura, sans-serif;
  color: #000;
  letter-spacing: -1px;
  width: 100%;
  text-align: center;
}

.badge_rate>div:nth-of-type(4) {
  position: absolute;
  font-size: 13px;
  top: 63px;
  left: -5px;
  font-weight: 800;
  line-height: 11px;
  color: #fff;
  font-family: serif;
  width: 120%;
  text-transform: capitalize;
  transform: scale(0.58);
  -webkit-text-size-adjust: none;
}

.badge_rate span {
  font-size: 20px;
}

.bottom_add_cart {
  display: none;
}

.brand_overview .but_general_moredetails {
  display: inline-block;
  border-radius: 20px;
  padding: 5px 30px;
  letter-spacing: 1px;
  background-color: #a6a6a6 !important;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  /*float: left;*/
}

.btn_showall {
  font-size: 13px;
  color: #000;
  border-radius: 5px;
  border: 1px solid rgb(212 212 212);
  cursor: pointer;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 100px;
}

.btn_showall:hover {
  background-color: rgb(233, 233, 233);
}

.shopping_bag_notice {
  background: linear-gradient(164deg, #b1af92 0%, #918d79 100%);
  font-size: 14px;
  text-align: center;
  padding: 8px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 400;
}

.vf_desktop {
  display: block;
}

.vf_mobile {
  display: none;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  text-align: center;
}

.swiper-container_hotitem_m {
  display: none;
}

.wrapper_image_banner img {
  width: 100%;
}

.fix_icon_promo {
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 100;
  text-align: center;
  padding-top: 10px;
}

.fix_icon_promo img {
  max-width: 120px;
  margin-right: 10px;
}

#double_eleven_fix_icon_promo img {
  max-width: 100px;
  image-rendering: unset;
}

.web_banner_promo {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 40px 0;
}

.web_banner_promo img {
  max-width: 100%;
  max-height: 100%;
}

.web_banner_promo_m {
  display: none;
}

.mini_cigar_pos {
  position: relative;
}

.mini_cigar_container {
  width: 100%;
  margin: 0 auto;
  text-align: -webkit-center;
  /* background: linear-gradient(to right, rgb(255 255 255 / 44%) 0 100%),
    url(/library/images/tc/home/set2/banner/mini_bg_07.jpg); */
  background-size: cover;
  background-position: center;
}

/* .mini_cigar_container {
  width: 100%;
  margin: 0 auto;
  text-align: -webkit-center;
  background: linear-gradient(to right, rgb(255 255 255 / 44%) 0 100%),
    url(/library/images/tc/home/set2/banner/mini_cigar_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -9;
  -webkit-animation: zoomin 30s ease;
  animation: zoomin 50s ease;
  animation-delay: 120ms;
  animation-fill-mode: forwards;
}
@-webkit-keyframes zoomin {
  0% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoomin {
  0% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
} */
.mini_cigar_container .top_line {
  display: flex;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  position: absolute;
  top: 0;
}

.mini_cigar_container .top_line>div {
  width: 5px;
  height: 15px;
}

.mini_cigar_container .top_line>div:nth-of-type(1) {
  background-color: #1f482d;
}

.mini_cigar_container .top_line>div:nth-of-type(2) {
  background-color: #ae9d77;
  margin: 0 5px;
}

.mini_cigar_container .top_line>div:nth-of-type(3) {
  background-color: #322f36;
}

.mini_cigar_container .headline {
  font-size: 40px;
  font-weight: 500;
  color: #363636;
  text-align: center;
  display: none;
}

.mini_cigar_container .mini_box {
  margin: 20px auto;
  max-width: 1200px;
  background: white;
  padding: 20px 30px;
  position: relative;
  border-radius: 10px;
}

.mini_cigar_container .mini_flex {
  display: flex;
  margin-top: 20px;
  position: relative;
}

.mini_cigar_container .cigar_details {
  text-align: left;
  align-self: center;
  flex: 0 0 40%;
}

.mini_cigar_container .cigar_details .cigar_info {
  max-height: 300px;
  overflow: hidden;
}

.mini_cigar_container .cigar_details .cigar_info.info_ani>div {
  opacity: 0;
  animation: fadeIn_left 1s forwards;
}

.mini_cigar_container .cigar_details .cigar_info .tex1 {
  font-size: 25px;
  font-weight: 400;
}

.mini_cigar_container .cigar_details .cigar_info.info_ani .tex1 {
  opacity: 0;
  animation-delay: 0s;
}

.mini_cigar_container .cigar_details .cigar_info.info_ani .tex2 {
  opacity: 0;
  animation-delay: 0s;
}

.mini_cigar_container .cigar_details .cigar_info.info_ani .tex3 {
  opacity: 0;
  font-style: italic;
  font-size: 16px;
}

.mini_cigar_container .cigar_details .cigar_info .tex2 {
  font-size: 40px;
  font-weight: 800;
  font-family: system-ui;
  text-transform: uppercase;
}

.overflow {
  overflow: hidden;
}

.mini_cigar_container .cigar_details .cigar_info .tex3 {
  padding: 12px 0;
  font-weight: 300;
  line-height: 20px;
}

@keyframes fadeIn_left {
  from {
    opacity: 0;
    transform: translate3d(0, -150%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.mini_cigar_container .subject {
  font-size: 30px;
  color: #404040;
  font-weight: 400;
  letter-spacing: 4px;
  padding-top: 4px;
}

.mini_cigar_container .mini_top .logo_minicigar {
  max-width: 180px;
  margin: 0 auto 40px;
}

.mini_cigar_container .mini_top .logo_minicigar2 {
  max-width: 250px;
  padding-top: 10px;
}

.mini_cigar_container .mini_top img {
  max-width: 100%;
  width: 100%;
}

.mini_cigar_container.wrapper_animate .cigar_details .logo_minicigar {
  animation: fade-in 1s forwards;
}

.mini_cigar_container .cigar_details .logo_minicigar {
  transform: translate(0, -300px);
  opacity: 0;
}

.mini_cigar_container.wrapper_animate .cigar_details .subject {
  animation: fade-in 1s forwards;
}

.mini_cigar_container .cigar_details .subject {
  font-size: 40px;
  font-weight: 500;
  color: #363636;
  transform: translate(0, -80px);
  opacity: 0;
}

.mini_cigar_container .cigar_details .info {
  animation: fade-in 1s forwards;
}

.mini_cigar_container .cigar_details .info {
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 1px;
  padding-top: 5px;
  transform: translate(0, -90px);
  opacity: 0;
}

.mini_cigar_container .cigar_details .btn {
  border: 1px solid #b52439;
  padding: 6px;
  padding-left: 10px;
  margin: 10px 0;
  color: #ffffff;
  background: #b52439;
  font-size: 12px;
  letter-spacing: 1px;
  cursor: pointer;
  max-width: 200px;
}

.mini_cigar_container .cigar_details:hover .btn {
  background: #971b2d;
  color: #fff;
}

.mini_cigar_container .cigar_details .btn::after {
  content: "";
  width: 20px;
  height: 20px;
}

.mini_cigar_container .cigar_logo {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 70px;
  overflow: hidden;
}

.mini_cigar_container .cigar_logo>div {
  margin: 10px 15px;
  cursor: pointer;
  display: inline-block;
  flex: 0 0 60px;
}

.mini_cigar_container .cigar_logo .ani {
  opacity: 0;
  animation: fadein_minilogo 2s forwards;
}

.mini_cigar_container .cigar_logo .ani {
  color: white;
  cursor: pointer;
  position: relative;
  backface-visibility: hidden;
  text-decoration: none;
}

.mini_cigar_container .cigar_logo .ani.current:before,
.mini_cigar_container .cigar_logo .ani.current:focus::before {
  right: 0;
  left: 0;
}

.mini_cigar_container .cigar_logo .ani::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  right: 50%;
  border-bottom: 2px solid #bcac86;
  transition: all 0.3s ease-out;
}

.cigar_logo::-webkit-scrollbar-track {
  background: #ececec !important;
}

.cigar_logo::-webkit-scrollbar-thumb {
  background: #afafaf !important;
}

.cigar_logo::-webkit-scrollbar-thumb:hover {
  background: #494949 !important;
  opacity: 1;
}

.mini_cigar_container .ani.l2 {
  animation-delay: 0.2s;
}

.mini_cigar_container .ani.l3 {
  animation-delay: 0.4s;
}

.mini_cigar_container .ani.l4 {
  animation-delay: 0.6s;
}

.mini_cigar_container .ani.l5 {
  animation-delay: 0.8s;
}

.mini_cigar_container .ani.l6 {
  animation-delay: 1s;
}

.mini_cigar_container .ani.l7 {
  animation-delay: 1.2s;
}

@keyframes fadein_minilogo {
  from {
    opacity: 0;
    transform: translate3d(0, -250%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.mini_cigar_container .cigar_logo img {
  max-width: 100%;
}

.mini_cigar_container .cigar_gallary {
  display: flex;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 340px;
}

.mini_cigar_container .cigar_gallary img {
  max-width: 100%;
  max-height: 100%;
}

.mini_cigar_container .cigar_gallary>div {
  flex: 1;
  position: relative;
  border-left: 1px solid #ebebeb;
  cursor: pointer;
}

.mini_cigar_container.wrapper_animate .image_animation {
  animation: fadeinimage 6s 1;
  /* animation: fadeinimage 6s infinite; */
}

.mini_cigar_container .image_animation {
  position: absolute;
  bottom: 100%;
}

.mini_cigar_container .image_animation.i2 {
  animation-delay: 0.2s;
}

.mini_cigar_container .image_animation.i3 {
  animation-delay: 0.4s;
}

.mini_cigar_container .text_animation>div:nth-of-type(1) {
  font-weight: 800;
  color: #313131;
  text-transform: uppercase;
  font-size: 15px;
}

.mini_cigar_container .text_animation>div:nth-of-type(2) {
  font-weight: 200;
  color: #313131;
}

.mini_cigar_container.wrapper_animate .text_animation {
  /* animation: fadeintext 6s infinite; */
  animation: fadeintext 6s 1;
}

.mini_cigar_container .text_animation {
  overflow: hidden;
  position: absolute;
  top: -250px;
  text-align: left;
  padding-left: 10px;
}

.mini_cigar_container .text_animation.t2 {
  animation-delay: 0.2s;
}

.mini_cigar_container .text_animation.t3 {
  animation-delay: 0.3s;
}

@keyframes fade-in {
  0% {
    transform: translate(0, -1200);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes fadeintext {
  0% {
    opacity: 1;
  }

  20% {
    top: 30px;
    opacity: 1;
  }

  50% {
    top: 30px;
    opacity: 1;
  }

  70% {
    top: 30px;
    opacity: 1;
  }

  100% {
    top: -200px;
    opacity: 1;
  }
}

@keyframes fadeinimage {
  0% {
    opacity: 1;
  }

  20% {
    bottom: 0;
    opacity: 1;
  }

  50% {
    bottom: 0;
    opacity: 1;
  }

  70% {
    bottom: 0;
    opacity: 1;
  }

  100% {
    bottom: -90%;
    opacity: 1;
  }
}

#product_featured_container_2 {
  display: none;
}

.product_featured_container_2 {
  display: flex;
  margin: 90px auto 0;
  font-family: "Montserrat", "Noto Sans SC", chinese;
  max-width: 1300px;
  width: 100%;
}

.product_featured_container_2 .intro_box {
  background-color: #efefef;
  padding: 50px;
  display: flex;
  align-items: center;
  font-size: 18px;
  min-width: 320px;
}

.product_featured_container_2 .intro_box>div>div:nth-of-type(1) {
  font-size: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 34px;
}

.product_featured_container_2 .intro_box>div>div:nth-of-type(2) {
  font-size: 15px;
  font-weight: 300;
}

.product_featured_container_2 .intro_box>div>div:nth-of-type(1)>div:nth-of-type(1) {
  font-weight: 600;
}

.product_featured_container_2 .intro_box>div>div:nth-of-type(1)>div:nth-of-type(2) {
  font-size: 24px;
  font-weight: 400;
}

.product_featured_container_2 .featured_items_box {
  display: flex;
  overflow: auto;
  padding: 0px 20px;
}

.product_featured_container_2 .featured_items_box>div {
  display: block;
  padding: 30px 20px;
  text-align: center;
  margin: 0px;
  color: #494949;
  position: relative;
  flex: 0 0 20%;
}

.product_featured_container_2 .featured_items_box>div:hover .btn_product_list_add {
  margin-bottom: 10px;
  bottom: 5px;
  background: linear-gradient(90deg, #75734f 0%, #75734f 100%);
}

.product_featured_container_2 .featured_items_box>div>div:nth-of-type(1) {
  height: 100px;
}

.product_featured_container_2 .featured_items_box .brand_img_box img {
  width: inherit;
  max-width: 120px;
}

.product_featured_container_2 .feature_details_img_box img {
  max-width: 300px;
}

.product_featured_container_2 .name {
  padding: 20px 0px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.product_featured_container_2 .feature_des {
  text-overflow: ellipsis;
  margin: auto;
  padding: 0px 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product_featured_container_2 .price_box {
  margin-bottom: 40px;
  justify-content: center;
}

.product_featured_container_2 .add_cart_restricted {
  background-color: #333;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product_featured_container_2 .featured_items_box .properties>div:nth-of-type(1) {
  margin-bottom: 20px;
}

.product_featured_container_2 .price {
  padding: 0;
  margin: 0;
}

.featured_items_box::-webkit-scrollbar {
  width: 5px !important;
  height: 8px;
  opacity: 0;
}

.featured_items_box::-webkit-scrollbar-track {
  background: #ececec !important;
}

.featured_items_box::-webkit-scrollbar-thumb {
  background: #afafaf !important;
}

.featured_items_box::-webkit-scrollbar-thumb:hover {
  background: #494949 !important;
  opacity: 1;
}

.blog_flex::-webkit-scrollbar {
  width: 5px !important;
  height: 8px;
  opacity: 0;
}

.blog_flex::-webkit-scrollbar-track {
  background: #ececec !important;
}

.blog_flex::-webkit-scrollbar-thumb {
  background: #afafaf !important;
}

.blog_flex::-webkit-scrollbar-thumb:hover {
  background: #494949 !important;
  opacity: 1;
}

.brand_logolist::-webkit-scrollbar {
  width: 5px !important;
  height: 8px;
  opacity: 0;
}

.brand_logolist::-webkit-scrollbar-track {
  background: #ececec !important;
}

.brand_logolist::-webkit-scrollbar-thumb {
  background: #afafaf !important;
}

.brand_logolist::-webkit-scrollbar-thumb:hover {
  background: #494949 !important;
  opacity: 1;
}

.item_list::-webkit-scrollbar {
  width: 5px !important;
  height: 8px;
  opacity: 0;
}

.item_list::-webkit-scrollbar-track {
  background: #ececec !important;
}

.item_list::-webkit-scrollbar-thumb {
  background: #afafaf !important;
}

.item_list::-webkit-scrollbar-thumb:hover {
  background: #494949 !important;
  opacity: 1;
}

#product_beginner_container {
  display: none;
}

.product_item_container {
  max-width: 1300px;
  margin: 100px auto 0;
  padding: 70px;
}

.product_item_container .product_item_box {
  display: flex;
  gap: 0px;
  cursor: pointer;
  justify-content: center;
  padding-top: 20px;
}

.product_item_container .product_item_box img {
  max-width: 100%;
  width: 100%;
  display: block;
}

.product_item_container .item_text img {
  width: 140px;
}

.product_item_container .product_item_box .btn_circle_go {
  width: 110px;
  border-radius: 0px;
  padding: 5px 10px 5px 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3vw !important;
  background-color: #ffffffb8;
  transition: 0.1s ease-in-out;
  border-radius: 30px;
  color: #333;
  font-size: 12px;
  opacity: 0;
  cursor: pointer;
}

.product_item_container .product_item_box .btn_circle_go:before {
  content: "";
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.8.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='圖層_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 200 200' style='enable-background:new 0 0 200 200;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%230F0F0F;%7D%0A%3C/style%3E%3Cpath class='st0' d='M52.1,196.7c4.3,4.3,11.3,4.3,15.7,0l73.6-73.6c13-13,13-34,0-47L68.6,3.3C64.3-1,57.3-1,53,3.3 c-4.3,4.3-4.3,11.3,0,15.7l72.8,72.8c4.3,4.3,4.3,11.3,0,15.7L52.1,181C47.8,185.3,47.8,192.4,52.1,196.7z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  position: absolute;
  top: 35%;
  right: 19%;
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(28%) hue-rotate(104deg) brightness(106%) contrast(107%);
  animation: scroll 0.35s ease-in alternate infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(-1px);
  }

  100% {
    transform: translatex(2px);
  }
}

.product_item_container .product_item_box .btn_circle_go:hover {
  animation: unset;
}

.product_item_container .product_item_box>div:nth-of-type(1).selected {
  border-bottom: 8px solid #3a3a3a;
}

.product_item_container .product_item_box>div:nth-of-type(2).selected {
  border-bottom: 8px solid #3a3a3a;
}

.product_item_container .product_item_box>div:nth-of-type(3).selected {
  border-bottom: 8px solid #3a3a3a;
}

.product_item_container .product_item_box>div:nth-of-type(1).selected:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  transform-origin: 50% 50%;
  border: 10px solid;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%) rotate(-45deg);
  border-color: #3a3a3a;
  z-index: 99;
}

.product_item_container .product_item_box>div:nth-of-type(2).selected:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  transform-origin: 50% 50%;
  border: 10px solid;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%) rotate(-45deg);
  border-color: #3a3a3a;
  z-index: 10;
}

.product_item_container .product_item_box>div:nth-of-type(3).selected:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  transform-origin: 50% 50%;
  border: 10px solid;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%) rotate(-45deg);
  border-color: #3a3a3a;
  z-index: 99;
}

.product_item_container .item_image.selected .btn_circle_go {
  opacity: 1;
  bottom: 30px !important;
}

.product_item_container .item_image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.3s ease;
  backface-visibility: hidden;
  position: relative;
  flex: 1;
  align-self: flex-end;
  background: #000;
  overflow: hidden;
  border-bottom: 8px solid #cdcdcd;
}

.domestic_brand_box_container:hover .item_image {
  opacity: 0.3;
}

.product_item_container .item_image .title {
  transition: 0.3s ease;
  opacity: 1;
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-shadow: 2px 2px 3px #000;
  text-transform: uppercase;
  filter: drop-shadow(0px 0px 6px #331c0f66);
  white-space: nowrap;
}

.product_item_container .item_image .title,
.product_item_container .item_image .title div {
  transition: none;
}

.product_item_container .item_image .title>div:nth-of-type(1) {
  font-size: 21px;
  font-weight: 300;
  padding-bottom: 2px;
}

.product_item_container .item_image.selected .title {
  opacity: 1;
  z-index: 1;
  top: 50%;
  font-size: 24px;
  color: #363636;
  text-shadow: 0px 0px 1px #fff, 0px 0px 3px #fff;
  filter: none;
}

.product_item_container .item_image .overlay_item {
  position: absolute;
  width: 101%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 80%;
  transition: all 0.5s;
  opacity: 0;
}

.product_item_container .item_image .overlay_item:hover .btn_circle_go {
  background-clip: var(--input-color);
}

.product_item_container .product_item_bg.brand_a {
  background-image: url(/library/images/tc/home/set2/brand/20250402_sample.jpg);
  background-size: cover;
  background-position: 50% 50%;
  height: 280px;
}

.product_item_container .product_item_bg.brand_b {
  background-image: url(/library/images/tc/home/set2/brand/20260107_limited.jpg);
  background-size: cover;
  background-position: 50% 50%;
  height: 280px;
}

.product_item_container .product_item_bg.brand_c {
  background-image: url(/library/images/tc/home/set2/brand/20250402_sale.jpg);
  background-size: cover;
  background-position: 50% 50%;
  height: 280px;
}

.product_item_container .product_item_box .overlay_item {
  background: #ffffffd6;
}

.product_item_container .product_item_box .btn_circle_go {
  background-color: #3a3a3a;
  color: #fff;
}

.product_item_container .product_item_box .btn_circle_go:hover {
  border: 1px solid #fff;
}

.product_item_container .item_image.selected .overlay_item {
  opacity: 95%;
}

.product_item_container .item_text {
  transition: 0.3s ease;
  opacity: 0;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 2px black;
}

.product_item_container .item_image.selected>div {
  text-align: center;
  opacity: 1;
}

.product_item_container .item_text>div:nth-of-type(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 20px;
  font-weight: 100;

  display: none !important;
}

.product_item_container .item_text>div:nth-of-type(1) {
  font-size: 25px;
  font-weight: 400;
  padding-bottom: 10px;
  position: relative;
}

.product_newcol {
  max-width: 1300px;
  margin: 30px auto 150px;
  font-size: 12px;
  opacity: 1;
  display: flex;
  gap: 20px;
  border: unset;
}

/* .product_newcol::after {
  content: "";
  opacity: 0;
} */

.product_newcol .pthumb {
  margin: unset !important;
  width: 100%;
}

.mini_banner_container {
  cursor: unset;
}

.main_mega_container .swiper-button-next:after,
.main_mega_container .swiper-button-prev:after {
  color: white;
}

.product_newcol .pbasic_info {
  font-size: 15px;
}

.product_newcol .pbasic_info>div:nth-of-type(1) {
  font-weight: 400;
  font-size: 15px;
}

.product_newcol .pbasic_info>div:nth-of-type(2) {
  font-size: 14px;
}

.product_newcol .pbasic_info>div:nth-of-type(3) {
  font-weight: 400;
}

.product_newcol .pbasic_info>div:nth-of-type(3) span {
  font-weight: 200;
}

.product_list.product_newcol>div {
  flex: 1;
  box-sizing: border-box;
  position: relative;
  display: block;
  margin: 0;
}

.product_newcol .but_add_cart {
  width: 100%;
  display: flex !important;
  position: absolute;
  bottom: -30px;
}

.product_newcol .price {
  margin-left: 30px !important;
}

.product_newcol .price_box {
  justify-content: unset;
}

.arrow {
  position: absolute;
  top: 23%;
  width: 25px;
  height: 12px;
  background-image: url(https://staging-tcshop.ctinc.app/library/images/tc/icon/new_arrow.png);
  background-size: contain;
  opacity: 1;
}

.bounce {
  -webkit-animation: bounce 5s infinite;
  animation: bounce 5s infinite;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }

  40% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  60% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes arrow-animation {
  0% {
    opacity: 0.15;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes arrow-animation {
  0% {
    opacity: 0.15;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.blog_container {
  display: flex;
  align-items: center;
  padding: 50px 0;
  max-width: 1300px;
  margin: 150px auto;
  position: relative;
  z-index: 1;
}

.blog_container>div:nth-of-type(1) {
  padding: 10px;
  flex: 0 0 20%;
}

.blog_container .blog_logo {
  padding-bottom: 20px;
  margin: 0 auto;
  width: 100%;
  cursor: pointer;
  text-align: center;
}

.blog_container .blog_logo img {
  max-width: 140px;
}

.blog_container .info {
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 1px;
  text-align: center;
  padding: 20px 0;
}

.blog_container .btn_readmore {
  border: 1px solid #777;
  margin: 20px auto;
  padding: 10px;
  max-width: 140px;
  text-align: center;
  font-weight: 100;
}

.blog_logo:hover .btn_readmore {
  background: #515151;
  color: #fff;
  font-weight: 400;
}

.blog_container .blog_flex {
  display: flex;
  overflow: auto;
}

.blog_container .blog_flex>div {
  margin: 0 10px;
  cursor: pointer;
  flex: 0 0 30%;
}

.blog_container .blog_content {
  padding: 20px 0;
  color: #2c2c2c;
  text-align: center;
}

.blog_container .blog_content h1 {
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
  padding: 3px 5px;
  margin: 0px;
  margin-bottom: 2px;
  text-align: center;
  color: #4d4d4d;
  border: unset;
}

.blog_container .blog_topic_date {
  display: flex;
  font-size: 11px;
  padding: 0 0 10px;
  font-weight: 300;
  color: #818181;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  position: relative;
}

.blog_container .blog_topic_date>div:nth-of-type(1) {
  color: #c1a028;
}

.blog_container .slash {
  height: 1px;
  width: 11px;
  background: #dadada;
  transform: rotate(300deg);
  margin: 5px;
}

.blog_container .blog_feature.item {
  overflow: hidden;
}

.blog_container .blog_feature.item:hover img {
  transform: scale(1.1);
}

.double11_lb_message {
  text-align: center;
  background: #c9b247;
  color: #483d08;
  font-size: 13px;
  font-weight: 500;
  padding: 5px;
}

.checkout_stage_box {
  box-shadow: unset !important;
}

.account_nav>div {
  padding: 10px 20px;
}

.account_nav>div>div {
  display: flex;
}

.account_nav span {
  white-space: nowrap;
}

.account_nav>div img {
  max-width: 16px;
  /*margin-right: 22px;*/
  margin-right: 0;
  filter: brightness(0) saturate(100%) invert(88%) sepia(1%) saturate(151%) hue-rotate(314deg) brightness(88%) contrast(82%);
}

.account_nav .but_close {
  width: 25px;
  height: 25px;
  padding: 5px;
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 30px;
}

.account_nav .but_close::after,
.account_nav .but_close::before {
  border-right: 2px solid #7a7f86;
  border-radius: 20px;
  height: 15px;
}

.lb_account_nav .nav>div img {
  max-width: 15px;
  margin-right: 20px;
}

.lb_account_container .lb_content .heading img,
.lb_account_container .lb_secheader img {
  max-width: 15px;
  margin-right: 20px;
}

.account_nav .but_referral img {
  max-width: 100%;
  width: 100%;
}

.but_referral span {
  width: 100%;
  text-align: center;
  padding: 12px 25px !important;
  color: #2b2b2b !important;
  font-weight: 400 !important;
}

.account_nav>div:nth-last-of-type(1) {
  background: #1f1f1e;
  color: #fff;
  padding: 10px 25px;
  border-bottom: none;
  margin: 0;
}

.account_nav>div:nth-last-of-type(1)>div {
  justify-content: center;
}

.account_nav>div:nth-last-of-type(1) span {
  padding: 0;
}

.account_nav>div:nth-last-of-type(1) img {
  display: none;
}

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

.main_container .member_menu_box {
  display: flex;
  position: relative;
  padding: 10px 20px;
  cursor: pointer;
}

.main_container .member_menu_box:hover {
  background: #efefef;
}

.main_container .member_menu_box>div {
  padding-left: 30px;
}

/* #lb_account_dashboard_button:before {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.8.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='圖層_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 300 300' style='enable-background:new 0 0 300 300;' xml:space='preserve'%3E%3Cpath d='M150,162.3c44.7,0,80.9-36.2,80.9-80.9S194.7,0.5,150,0.5S69.1,36.7,69.1,81.4l0,0C69.2,126,105.4,162.2,150,162.3 L150,162.3z M150,25c31.1,0,56.4,25.2,56.4,56.4s-25.2,56.4-56.4,56.4s-56.4-25.2-56.4-56.4l0,0C93.7,50.3,118.9,25,150,25L150,25z M296.1,284.6C280.8,217,221.2,167.2,150,167.2S19.2,217,4.1,283.6l-0.2,1c-0.2,0.8-0.3,1.7-0.3,2.6c0,6.8,5.5,12.3,12.3,12.3 c5.8,0,10.7-4.1,12-9.6l0-0.1c12.8-56.6,62.6-98.2,122.1-98.2s109.4,41.6,122,97.3l0.2,0.8c1.2,5.5,6.1,9.6,12,9.6l0,0l0,0 c0.9,0,1.8-0.1,2.7-0.3l-0.1,0c5.6-1.2,9.6-6.1,9.6-12C296.3,286.3,296.2,285.4,296.1,284.6L296.1,284.6L296.1,284.6z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  position: absolute;
  top: 12px;
  left: 20px;
  filter: brightness(0) saturate(100%) invert(28%) sepia(0%) saturate(3019%) hue-rotate(151deg) brightness(116%) contrast(74%);
}

#lb_account_profile_button:before {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.8.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='圖層_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 300 300' style='enable-background:new 0 0 300 300;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23000000;stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:133.3333;%7D%0A%3C/style%3E%3Cpath class='st0' d='M277.6,73.1l-132,132c-13.1,13.1-52.2,19.2-60.9,10.5c-8.7-8.7-2.8-47.7,10.4-60.9L227.2,22.6 c3.3-3.6,7.2-6.4,11.6-8.4c4.4-2,9.1-3.1,14-3.2c4.8-0.1,9.6,0.8,14.1,2.6c4.5,1.8,8.5,4.5,11.9,7.9c3.4,3.4,6.1,7.5,7.9,12 c1.8,4.5,2.7,9.3,2.5,14.1c-0.1,4.8-1.2,9.6-3.2,14C284.1,65.9,281.2,69.8,277.6,73.1L277.6,73.1z'/%3E%3Cpath class='st0' d='M135.3,39.9H66.1c-14.7,0-28.8,5.8-39.1,16.2C16.6,66.5,10.8,80.6,10.8,95.2v138.4c0,14.7,5.8,28.8,16.2,39.1 C37.4,283.2,51.5,289,66.1,289h152.2c30.6,0,41.5-24.9,41.5-55.4v-69.2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  position: absolute;
  top: 12px;
  left: 20px;
  filter: brightness(0) saturate(100%) invert(28%) sepia(0%) saturate(3019%) hue-rotate(151deg) brightness(116%) contrast(74%);

}

#lb_account_wishlist_button:before {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.8.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='圖層_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 300 300' style='enable-background:new 0 0 300 300;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%231C274C;%7D%0A%3C/style%3E%3Cpath class='st0' d='M62.5,49C39.7,59.4,23,84.1,23,113.7c0,30.2,12.3,53.4,30,73.4c14.6,16.4,32.2,30,49.5,43.3 c4.1,3.2,8.2,6.3,12.2,9.4c7.2,5.7,13.7,10.7,19.9,14.3c6.2,3.6,11.2,5.3,15.5,5.3s9.3-1.7,15.5-5.3c6.2-3.6,12.7-8.6,19.9-14.3 c4-3.1,8.1-6.3,12.2-9.4c17.2-13.3,34.9-26.9,49.5-43.3c17.7-19.9,30-43.2,30-73.4c0-29.5-16.7-54.3-39.5-64.7 c-22.1-10.1-51.9-7.4-80.1,21.9c-1.9,2-4.6,3.2-7.4,3.2s-5.5-1.1-7.4-3.2C114.3,41.5,84.6,38.8,62.5,49z M150,49.4 C118.3,21,82.7,17,53.9,30.2C23.5,44.1,2.4,76.4,2.4,113.7c0,36.6,15.2,64.5,35.2,87c16,18,35.6,33.1,52.9,46.5 c3.9,3,7.7,6,11.4,8.8c7,5.5,14.6,11.5,22.2,15.9c7.6,4.5,16.4,8.1,25.9,8.1s18.2-3.6,25.9-8.1c7.7-4.5,15.2-10.4,22.2-15.9 c3.6-2.9,7.4-5.8,11.4-8.8c17.3-13.3,36.9-28.4,52.9-46.5c20-22.5,35.2-50.4,35.2-87c0-37.2-21.1-69.5-51.5-83.4 C217.3,17,181.7,21,150,49.4z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  position: absolute;
  top: 12px;
  left: 20px;
  filter: brightness(0) saturate(100%) invert(28%) sepia(0%) saturate(3019%) hue-rotate(151deg) brightness(116%) contrast(74%);
}

#lb_account_order_history_button:before {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.8.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='图层_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 300 300' style='enable-background:new 0 0 300 300;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M186.9,22.3h36.9c25.8,0,46.1,20.3,46.1,46.1v184.5c0,25.8-20.3,46.1-46.1,46.1H76.2c-25.8,0-46.1-20.3-46.1-46.1V68.4 c0-25.8,20.3-46.1,46.1-46.1h36.9v18.4H76.2c-14.8,0-27.7,12.9-27.7,27.7v184.5c0,14.8,12.9,27.7,27.7,27.7h147.6 c14.8,0,27.7-12.9,27.7-27.7V68.4c0-14.8-12.9-27.7-27.7-27.7h-36.9V22.3z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M174,77.6h-49.8c-11.1,0-22.1-9.2-22.1-22.1V24.1C102,13.1,111.3,2,124.2,2H174c11.1,0,22.1,9.2,22.1,22.1v31.4 C196.1,68.4,186.9,77.6,174,77.6z M126,22.3c-1.8,0-3.7,1.8-3.7,3.7v31.4c0,1.8,1.8,3.7,3.7,3.7h49.8c1.8,0,3.7-1.8,3.7-3.7V26 c0-1.8-1.8-3.7-3.7-3.7H126z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M205.3,243.7H94.7c-5.5,0-9.2-3.7-9.2-9.2s3.7-9.2,9.2-9.2h110.7c5.5,0,9.2,3.7,9.2,9.2S210.9,243.7,205.3,243.7z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M205.3,188.3H94.7c-5.5,0-9.2-3.7-9.2-9.2c0-5.5,3.7-9.2,9.2-9.2h110.7c5.5,0,9.2,3.7,9.2,9.2 C214.6,184.6,210.9,188.3,205.3,188.3z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M205.3,133H94.7c-5.5,0-9.2-3.7-9.2-9.2c0-5.5,3.7-9.2,9.2-9.2h110.7c5.5,0,9.2,3.7,9.2,9.2 C214.6,129.3,210.9,133,205.3,133z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  position: absolute;
  top: 12px;
  left: 20px;
  filter: brightness(0) saturate(100%) invert(28%) sepia(0%) saturate(3019%) hue-rotate(151deg) brightness(116%) contrast(74%);
}

#lb_account_shipment_history_button:before {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.8.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='圖層_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 300 300' style='enable-background:new 0 0 300 300;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%231C274C;%7D%0A%3C/style%3E%3Cpath class='st0' d='M150,1c-8.4,0-16.1,2.1-24.5,5.6c-8.2,3.4-17.6,8.3-29.4,14.5l-28.7,15c-14.5,7.6-26.1,13.7-35,19.7 C23.1,62,15.9,68.5,10.7,77.4C5.5,86.2,3.2,95.7,2.1,107C1,118.1,1,131.6,1,148.6v2.7c0,17,0,30.6,1.1,41.6 c1.1,11.4,3.4,20.9,8.6,29.7c5.2,8.8,12.3,15.4,21.6,21.5c8.9,6,20.5,12.1,35,19.7l28.7,15c11.8,6.2,21.3,11.2,29.4,14.5 c8.4,3.5,16.2,5.6,24.5,5.6s16.1-2.1,24.5-5.6c8.2-3.4,17.6-8.3,29.4-14.5l28.7-15c14.5-7.6,26.1-13.7,35-19.7 c9.3-6.2,16.4-12.7,21.6-21.5c5.2-8.8,7.5-18.3,8.6-29.7c1.1-11,1.1-24.6,1.1-41.6v-2.7c0-17,0-30.6-1.1-41.6 c-1.1-11.4-3.4-20.9-8.6-29.7c-5.2-8.8-12.3-15.4-21.6-21.5c-8.9-6-20.5-12.1-35-19.7l-28.7-15c-11.8-6.2-21.3-11.2-29.4-14.5 C166.1,3.1,158.4,1,150,1z M105.2,39.8c12.3-6.5,21-11,28.2-14c7-2.9,11.9-4,16.6-4c4.7,0,9.6,1.1,16.6,4c7.2,3,15.8,7.5,28.2,14 l27.7,14.5c15.1,7.9,25.7,13.5,33.6,18.8c3.9,2.6,7,5,9.5,7.5l-46.2,23.1l-117.8-62L105.2,39.8z M79.9,53l-2.4,1.3 c-15.1,7.9-25.7,13.5-33.6,18.8c-3.9,2.6-7,5-9.5,7.5L150,138.4l46.5-23.3L82.8,55.2C81.7,54.7,80.7,53.9,79.9,53z M24.4,98.8 c-0.7,3-1.2,6.3-1.6,10.3c-1,9.9-1,22.4-1,40.1v1.6c0,17.7,0,30.2,1,40.1c1,9.7,2.8,15.9,5.9,21.2c3.1,5.2,7.5,9.7,15.2,14.8 c7.9,5.3,18.5,10.9,33.6,18.8l27.7,14.5c12.3,6.5,21,11,28.2,14c2.3,0.9,4.3,1.7,6.2,2.3V156.4L24.4,98.8z M160.4,276.5 c1.9-0.6,3.9-1.3,6.2-2.3c7.2-3,15.8-7.5,28.2-14l27.7-14.5c15.1-7.9,25.7-13.5,33.6-18.8c7.7-5.1,12.2-9.6,15.2-14.8 c3.1-5.3,4.9-11.5,5.9-21.2c1-9.9,1-22.4,1-40.1v-1.6c0-17.7,0-30.2-1-40.1c-0.4-3.9-0.9-7.3-1.6-10.3l-45.9,23v42.1 c0,5.7-4.7,10.4-10.4,10.4s-10.4-4.7-10.4-10.4v-31.7l-48.5,24.3V276.5z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  position: absolute;
  top: 12px;
  left: 20px;
  filter: brightness(0) saturate(100%) invert(28%) sepia(0%) saturate(3019%) hue-rotate(151deg) brightness(116%) contrast(74%);
}

#lb_account_coupon_button:before {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.8.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='圖層_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 300 300' style='enable-background:new 0 0 300 300;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;%7D%0A%3C/style%3E%3Cpath class='st0' d='M179.4,19.6c4.8-4.8,12.7-4.8,17.5,0l99,99c4.8,4.8,4.8,12.7,0,17.5l-70.7,70.7v32c0,20.5-16.6,37.1-37.1,37.1 H64.3c-34.2,0-61.9-27.7-61.9-61.9V102.7c0-27.4,22.2-49.5,49.5-49.5h93.9L179.4,19.6z M121.1,77.9H52c-13.7,0-24.8,11.1-24.8,24.8 v111.4c0,20.5,16.6,37.1,37.1,37.1h123.8c6.8,0,12.4-5.5,12.4-12.4v-37.1c0,0,0,0,0,0v-61.9c0-6.8-5.5-12.4-12.4-12.4h-86.7 c0,0,0,0,0,0H64.3c-13.7,0-24.8-11.1-24.8-24.8v-6.2c0-6.8,5.5-12.4,12.4-12.4s12.4,5.5,12.4,12.4v6.2h32L121.1,77.9z M131.4,102.7 h56.8c20.5,0,37.1,16.6,37.1,37.1v32l44.4-44.4l-81.5-81.5l-28.4,28.4L131.4,102.7z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  position: absolute;
  top: 12px;
  left: 20px;
  filter: brightness(0) saturate(100%) invert(28%) sepia(0%) saturate(3019%) hue-rotate(151deg) brightness(116%) contrast(74%);
} */

/* .lb_account_nav .nav #lb_account_dashboard_button:before,
.lb_account_nav .nav #lb_account_profile_button:before,
.lb_account_nav .nav #lb_account_wishlist_button:before,
.lb_account_nav .nav #lb_account_order_history_button:before,
.lb_account_nav .nav #lb_account_shipment_history_button:before,
.lb_account_nav .nav #lb_account_coupon_button:before {
  top: 13px;
  left: 35px;
  filter: brightness(0) saturate(100%) invert(93%) sepia(99%) saturate(2%) hue-rotate(115deg) brightness(107%) contrast(101%);
} */

/* .icon-icon_user:before {
  content: '';
  display: block;
  height: 19px;
  width: 19px;
  background-size: 19px 19px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.8.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='圖層_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 400 400' style='enable-background:new 0 0 400 400;' xml:space='preserve'%3E%3Cpath d='M331.8,223.4c-17.8-17.8-38.3-31.8-61.7-40.2c20.6-18.7,33.6-46.7,33.6-76.6C303.7,49.6,257,2,199.1,2S94.4,48.7,94.4,106.6 c0,30.8,13.1,57.9,33.6,76.6c-23.4,8.4-43.9,21.5-61.7,40.2C4.7,290.7,8.5,375.7,8.5,380.3C9.4,391.5,17.8,399,29,399 s18.7-9.3,18.7-20.6c0-0.9-3.7-72.8,49.5-128.9c25.2-26.2,59.8-39.2,102.8-39.2s77.6,13.1,102.8,39.2c53.3,55.1,49.5,127,49.5,128.9 c-0.9,11.2,7.5,19.6,18.7,20.6h0.9c10.3,0,18.7-8.4,19.6-18.7C392.5,375.7,397.2,290.7,331.8,223.4z M135.5,106.6 c0-35.5,29-65.4,65.4-65.4c35.5,0,65.4,29,65.4,65.4c0,35.5-29,65.4-65.4,65.4C164.5,171.1,135.5,142.1,135.5,106.6L135.5,106.6z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(37%) sepia(0%) saturate(0%) hue-rotate(197deg) brightness(98%) contrast(89%);
}

.icon-icon_shopping_bag:before {
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  background-size: 20px 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.8.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='圖層_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 400 400' style='enable-background:new 0 0 400 400;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23323232;stroke-width:40;stroke-linejoin:round;stroke-miterlimit:133.3333;%7D .st1%7Bfill:none;stroke:%23323232;stroke-width:40;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:133.3333;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M52.3,169.1c4.6-32.3,6.9-48.4,18-58.1s27.4-9.6,60.1-9.6h10.5h118.3h10.5c32.6,0,48.9,0,60.1,9.6 s13.4,25.8,18,58.1l16.9,118.3c6,41.9,9,62.8-2.8,76.4c-11.8,13.6-33,13.6-75.3,13.6h-7.7H121.1h-7.7c-42.3,0-63.5,0-75.3-13.6 c-11.8-13.6-8.8-34.5-2.8-76.4L52.3,169.1z'/%3E%3Cpath class='st1' d='M140.8,180.3V61.9c0-21.8,17.7-39.4,39.4-39.4h39.4c21.8,0,39.4,17.7,39.4,39.4v118.3'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(37%) sepia(0%) saturate(0%) hue-rotate(197deg) brightness(98%) contrast(89%);
}

.icon-icon_envelop:before {
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  background-size: 20px 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.8.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='圖層_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 300 300' style='enable-background:new 0 0 300 300;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%2333363F;stroke-width:30;stroke-miterlimit:133.3333;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M49,49h202c18.6,0,33.7,15.1,33.7,33.7v134.6c0,18.6-15.1,33.7-33.7,33.7H49c-18.6,0-33.7-15.1-33.7-33.7V82.7 C15.4,64.1,30.4,49,49,49z'/%3E%3Cpath class='st0' d='M15.4,99.5l119.6,59.8c9.5,4.7,20.6,4.7,30.1,0l119.6-59.8'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(37%) sepia(0%) saturate(0%) hue-rotate(197deg) brightness(98%) contrast(89%);
}

.icon-icon_heart:before {
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  background-size: 20px 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.8.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='圖層_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 300 300' style='enable-background:new 0 0 300 300;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%231C274C;%7D%0A%3C/style%3E%3Cpath class='st0' d='M62.5,49C39.7,59.4,23,84.1,23,113.7c0,30.2,12.3,53.4,30,73.4c14.6,16.4,32.2,30,49.5,43.3 c4.1,3.2,8.2,6.3,12.2,9.4c7.2,5.7,13.7,10.7,19.9,14.3c6.2,3.6,11.2,5.3,15.5,5.3s9.3-1.7,15.5-5.3c6.2-3.6,12.7-8.6,19.9-14.3 c4-3.1,8.1-6.3,12.2-9.4c17.2-13.3,34.9-26.9,49.5-43.3c17.7-19.9,30-43.2,30-73.4c0-29.5-16.7-54.3-39.5-64.7 c-22.1-10.1-51.9-7.4-80.1,21.9c-1.9,2-4.6,3.2-7.4,3.2s-5.5-1.1-7.4-3.2C114.3,41.5,84.6,38.8,62.5,49z M150,49.4 C118.3,21,82.7,17,53.9,30.2C23.5,44.1,2.4,76.4,2.4,113.7c0,36.6,15.2,64.5,35.2,87c16,18,35.6,33.1,52.9,46.5 c3.9,3,7.7,6,11.4,8.8c7,5.5,14.6,11.5,22.2,15.9c7.6,4.5,16.4,8.1,25.9,8.1s18.2-3.6,25.9-8.1c7.7-4.5,15.2-10.4,22.2-15.9 c3.6-2.9,7.4-5.8,11.4-8.8c17.3-13.3,36.9-28.4,52.9-46.5c20-22.5,35.2-50.4,35.2-87c0-37.2-21.1-69.5-51.5-83.4 C217.3,17,181.7,21,150,49.4z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(37%) sepia(0%) saturate(0%) hue-rotate(197deg) brightness(98%) contrast(89%);
}

.icon-icon_call:before {
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  background-size: 20px 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.8.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='圖層_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 300 300' style='enable-background:new 0 0 300 300;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;%7D .st1%7Bfill:none;stroke:%230C0310;stroke-width:20;stroke-linecap:round;stroke-miterlimit:133.3333;%7D%0A%3C/style%3E%3Cg id='Page-1'%3E%3Cg id='Message'%3E%3Crect id='Rectangle' x='-58.5' y='-53' class='st0' width='417' height='417'/%3E%3Cpath id='Path' class='st1' d='M11,51.2C11,32,26.6,16.5,45.7,16.5h208.5c19.2,0,34.8,15.6,34.8,34.8v139 c0,19.2-15.6,34.8-34.8,34.8H153.6c-2.3,0-4.5,0.9-6.1,2.5l-52.1,52.1c-5.5,5.5-14.8,1.6-14.8-6.1v-39.8c0-4.8-3.9-8.7-8.7-8.7 H45.7C26.6,225,11,209.4,11,190.2V51.2z'/%3E%3Cline id='Path_00000182514804601593212200000018056917015198531741_' class='st1' x1='80.5' y1='86' x2='219.5' y2='86'/%3E%3Cline id='Path_00000144318955719160675010000000680278721633554056_' class='st1' x1='80.5' y1='155.5' x2='132.6' y2='155.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(37%) sepia(0%) saturate(0%) hue-rotate(197deg) brightness(98%) contrast(89%);
}

.icon-icon_search:before {
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  background-size: 20px 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.8.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='圖層_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 400 400' style='enable-background:new 0 0 400 400;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23000000;stroke-width:40;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:128;%7D%0A%3C/style%3E%3Cpath class='st0' d='M26.3,177.5c0-71.2,50.3-132.5,120.1-146.4c69.8-13.9,139.7,23.5,167,89.2c27.3,65.8,4.3,141.6-54.9,181.2 C199.2,341.1,120.3,333.3,70,283C42,255,26.3,217,26.3,177.5z'/%3E%3Cpath class='st0' d='M281,283l85.3,85.3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(37%) sepia(0%) saturate(0%) hue-rotate(197deg) brightness(98%) contrast(89%);
}

.icon-global_search:before {
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  background-size: 20px 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.8.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='圖層_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 400 400' style='enable-background:new 0 0 400 400;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23606060;stroke-width:40;stroke-linecap:round;stroke-miterlimit:133.3333;%7D .st1%7Bfill:%23B9A96B;%7D .st2%7Bfill:none;stroke:%23B9A96B;stroke-width:40;stroke-linecap:round;stroke-miterlimit:133.3333;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M76.4,200V58.8'/%3E%3Cpath class='st0' d='M323.6,341.2v-35.3'/%3E%3Cpath class='st0' d='M76.4,341.2v-70.6'/%3E%3Cpath class='st0' d='M323.6,200V58.8'/%3E%3Cpath class='st0' d='M200,111.7v-53'/%3E%3Cpath class='st0' d='M200,341.2V200'/%3E%3Cg%3E%3Cimage style='overflow:visible;opacity:0.25;' width='141' height='141' xlink:href='EDB08B95CD3A6E5D.png' transform='matrix(1 0 0 1 13 172)'%3E%3C/image%3E%3Cg%3E%3Ccircle class='st1' cx='76.4' cy='235.3' r='35.3'/%3E%3Ccircle class='st2' cx='76.4' cy='235.3' r='35.3'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cimage style='overflow:visible;opacity:0.25;' width='142' height='142' xlink:href='EDB08B95CD3A6E5F.png' transform='matrix(1 0 0 1 136 83)'%3E%3C/image%3E%3Cg%3E%3Ccircle class='st1' cx='200' cy='147' r='35.3'/%3E%3Ccircle class='st2' cx='200' cy='147' r='35.3'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cimage style='overflow:visible;opacity:0.25;' width='141' height='142' xlink:href='EDB08B95CD3A6E5A.png' transform='matrix(1 0 0 1 260 189)'%3E%3C/image%3E%3Cg%3E%3Ccircle class='st1' cx='323.6' cy='253' r='35.3'/%3E%3Ccircle class='st2' cx='323.6' cy='253' r='35.3'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
} */

.main_story_container.top_slider {
  position: relative;
}

.main_story_container .top_slider_banner {
  display: flex;
}

.main_story_container.top_slider .top_slider_arrow .left {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  background-size: 40px 40px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.8.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='圖層_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 200 200' style='enable-background:new 0 0 200 200;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%230F0F0F;%7D%0A%3C/style%3E%3Cpath class='st0' d='M147.9,3.2c-4.3-4.3-11.3-4.3-15.7,0L58.6,76.9c-13,13-13,34,0,47l72.8,72.9c4.3,4.3,11.3,4.3,15.7,0 c4.3-4.3,4.3-11.3,0-15.7l-72.8-72.8c-4.3-4.3-4.3-11.3,0-15.7l73.7-73.7C152.2,14.6,152.2,7.6,147.9,3.2z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(99%) sepia(5%) saturate(123%) hue-rotate(267deg) brightness(116%) contrast(100%);
  position: absolute;
  top: 45%;
  left: 5px;
  z-index: 10000000000;
}

.main_story_container.top_slider .top_slider_arrow .right {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  background-size: 40px 40px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.8.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='圖層_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 200 200' style='enable-background:new 0 0 200 200;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%230F0F0F;%7D%0A%3C/style%3E%3Cpath class='st0' d='M52.1,196.7c4.3,4.3,11.3,4.3,15.7,0l73.6-73.6c13-13,13-34,0-47L68.6,3.3C64.3-1,57.3-1,53,3.3 c-4.3,4.3-4.3,11.3,0,15.7l72.8,72.8c4.3,4.3,4.3,11.3,0,15.7L52.1,181C47.8,185.3,47.8,192.4,52.1,196.7z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(99%) sepia(5%) saturate(123%) hue-rotate(267deg) brightness(116%) contrast(100%);
  position: absolute;
  top: 45%;
  right: 5px;
  z-index: 10000000000;
}

.main_story_container.top_slider .top_slider_dot {
  display: flex;
  gap: 5px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main_story_container.top_slider .top_slider_dot>div {
  margin-right: 8px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  box-shadow: 0px 0px 3px #66666696;
}

.main_story_container.top_slider .top_slider_dot>div.light_up {
  background-color: #ffffff;
}

.left_hit_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100vh;
}

.right_hit_area {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100vh;
}

.left_hit_area:hover {
  background: linear-gradient(274deg,
      rgb(0 0 0 / 36%) 0%,
      rgb(0 0 0 / 0%) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100vh;
  width: 50px;
}

.right_hit_area:hover {
  background: linear-gradient(274deg,
      rgb(0 0 0 / 36%) 0%,
      rgb(0 0 0 / 0%) 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  height: 100vh;
  width: 50px;
}

.header_banner_promo {
  width: 100%;
  /* height: 80px; */
  position: fixed;
  top: 0;
  margin-top: 40px;
  background: linear-gradient(92deg,
      rgba(60, 185, 189, 1) 0%,
      rgba(60, 185, 189, 1) 42%,
      rgba(248, 205, 154, 1) 48%,
      rgba(248, 205, 154, 1) 60%,
      rgba(248, 205, 154, 1) 100%);
  justify-content: center;
  display: flex;
  z-index: 10;
  border-bottom: 2px solid #fff;
  z-index: 10;
  cursor: pointer;
  /* background-image: url(/library/images/tc/home/set2/header/test.jpg);
  background-repeat: no-repeat;
  background-size: cover; */
  display: none !important;
}

.header_banner_promo img {
  position: absolute;
  width: 100%;
  max-width: 470px;
  display: block;
  animation: headswap 2s infinite;
}

.header_banner_promo .img_spacer {
  position: relative;
  top: auto;
  left: auto;
}

.header_banner_promo img:nth-of-type(2) {
  animation-delay: 1s;
}

@keyframes headswap {

  0%,
  30% {
    opacity: 0;
  }

  100%,
  51% {
    opacity: 1;
  }
}

#easychat-floating-button {
  right: 35px !important;
  /*  bottom: 75px !important;*/
  bottom: 140px !important;
  box-shadow: 0 0 4px #7777776e !important;
}

#wideshort_banner_container {
  padding: 30px 70px 150px !important;
}

.domestic_bottom_logo {
  display: flex;
  margin: 0 auto;
  width: 100%;
  font-weight: 400;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  color: #686868;
  letter-spacing: 1px;
  max-width: 1200px;
  padding: 140px 50px 0px;
}

.domestic_bottom_logo>div {
  flex: 1;
}

.domestic_bottom_logo img {
  max-width: 90px;
  width: 100%;
  filter: invert(46%) sepia(95%) saturate(0%) hue-rotate(122deg) brightness(95%) contrast(92%);
}

.domestic_bottom_logo_m {
  display: none;
}

.label_presale {
  position: relative;
  color: #bdaa88;
  padding: 10px 0px 10px 22px;
  display: flex;
  align-items: center;
}

.label_presale::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  background-image: url(/library/images/tc/icon/icon_delivery.svg);
  background-repeat: no-repeat;
  background-position: center;
}