@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: unset;
  left: 0px;
  right: 0px;
  background: #1f1f1e;
  height: 32px; */
}

header.home {
  /*box-shadow:0px 0px 0px 1px #d6d2c5;*/
  /* background: #1f1f1e; */
}

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: 98px;
}

search input {
  width: 500px;
  background-color: transparent;
  color: #fbff00;
  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;
}

site_footage cr_box {
  background-color: #2f2f2f;
  background: linear-gradient(to bottom, #ad3a04 0%, #5f2402 100%);
  color: #ffffff;
}

cr_box {
  background-color: #2f2f2f;
  color: #ffffff;
  bottom: 0 !important;
}

.lang_tab,
.currency_tab {
  color: #a8a8a8;
}

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;
}

.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;
  margin-top: 40px;
  height: auto;
  position: relative;
  overflow: hidden;
  border-bottom: 12px 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;
}

.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("../../../../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;
  margin-bottom: 60px;
  z-index: 2;
  position: relative;
  /* padding-top: 20px; */
  padding-bottom: 50px;
  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 {
  font-size: 50px;
  font-weight: 500;
  color: #363636;
}

.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;
}

.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: #6a6a6a;
  background-size: 100% 5px, auto;
  opacity: 1;
}

.product_hot_container .control_box div span:hover,
.product_hot_container .control_box div span.active {
  color: #6a6a6a;
}

.product_hot_container .control_box div span.active {
  color: #6a6a6a;
  text-shadow: 0px 2px 1px #333333;
}

.product_hot_container .control_box:not(.popular):not(.discount)>div>span:nth-of-type(1) {
  color: #6a6a6a;
}

.product_hot_container .control_box.popular>div>span:nth-of-type(2) {
  color: #6a6a6a;
}

.product_hot_container .control_box.discount>div>span:nth-of-type(3) {
  color: #6a6a6a;
}

.product_hot_container .item_list {
  /*box-shadow:0px 0px 20px 0px #dedede, 0px 0px 0px 1px #3b3700;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 0px solid #222222;
  width: 100%;
}

.product_hot_container .item_list>div {
  cursor: pointer;
  width: 200px;
  text-align: left;
  margin: 30px;
  position: relative;
}

/* .product_hot_container .item_list > div:hover .pbasic_info > div:nth-of-type(1){
	border-bottom:1px solid #e09900;
	color:#e09900; 
}	 */

.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: -50px;
  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 .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) {
  background: linear-gradient(164deg, #b1af92 0%, #918d79 100%);
  color: #fff;
  transition: 0.22s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product_hot_container #hot_view_items.item_list>div:hover>div:nth-of-type(4) {
  background: linear-gradient(164deg, #b1af92 0%, #918d79 100%);
  color: #fff;
  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) {
  background: linear-gradient(164deg, #b1af92 0%, #918d79 100%);
  color: #fff;
  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) {
  background: linear-gradient(164deg, #b1af92 0%, #918d79 100%);
  color: #fff;
  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;
}

.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: 50px;
  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: 50px;
  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;
  cursor: pointer;
}

.featured_items_box .stick_param {
  background: url("../../../../images/tc/icon/icon_stick.png") no-repeat center left;
  padding: 10px 0px;
}

.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 {
  margin: auto 50px;
}

.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 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;
}

.home_mini_ads_megabox1 {
  /* display: flex; */
  cursor: pointer;
  justify-content: center;
  font-family: "Montserrat", "Noto Sans SC", chinese;
  overflow: hidden;
}

.home_mini_ads_megabox1>div {
  /* margin-right: 20px; */
  position: relative;
}

.home_mini_ads_megabox1>div:nth-last-child(1) {
  margin-right: 0;
}

.home_mini_ads_megabox1 img {
  max-width: 100%;
  max-height: 100%;
}

#home_mini_mega_bg1 {
  margin: 0 auto;
  justify-content: center;
}

.mega_textbox {
  position: absolute;
  bottom: 14%;
  color: #fff;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  text-shadow: 1px 1px 3px black;
}

.mega_textbox span {
  font-weight: 200;
}

.view_more {
  color: #fff;
  position: absolute;
  bottom: 7%;
  width: 100%;
  text-align: center;
  font-weight: 100;
  font-size: 20px;
}

.mega_brand_box_container {
  position: relative;
  background: #000;
  cursor: pointer;
}

.mega_brand_image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.mega_brand_image_without_logo {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.mega_brand_logo {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.mega_brand_box_container:hover .mega_brand_image {
  opacity: 0.3;
}

.mega_brand_box_container:hover .mega_brand_logo {
  opacity: 1;
}

.mega_brand_box_text {
  color: white;
  height: 140px;
}

@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: 24px;
  line-height: 35px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #e7e6af;
}

.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: 300;
  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_ads_mega1 {
  font-family: "Noto Sans SC", chinese;
  display: block;
  color: #ffffff;
  text-align: left;
  margin: 0px 90px;
  padding: 60px;
  width: 35%;
  left: 0;
  color: #000;
  background-color: #fdfdfdb8;
}

.home_mini_ads_mega1>div:nth-child(2) {
  text-align: unset;
}

.home_mini_ads_mega1 div {
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 20px;
  text-shadow: none;
  text-align: justify;
}

.home_mini_ads_mega1>div:nth-child(2) {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.home_mini_ads_mega1>div:nth-child(5) {
  border-radius: 2px;
  width: 240px;
  padding: 5px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  background: #f17d00;
  color: white;
  text-shadow: none;
}

.home_mini_ads_mega1>div:nth-child(5):hover {
  background: linear-gradient(to bottom, #505045 0%, #38382f 100%);
  background-color: #38382f;
  transition: 0.1s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.home_mini_ads_mega2 {
  font-family: "Noto Sans SC", chinese;
  display: block;
  text-align: left;
  margin: 0px 90px;
  padding: 60px;
  width: 35%;
  left: 0;
  color: #000000;
  background-color: #ffffffb8;
}

.home_mini_ads_mega2 div {
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 20px;
  text-align: justify;
  /* text-shadow: 0 0px 3px #ffffff, 1px 1px 5px #fffffffa; */
}

.home_mini_ads_mega2>div:nth-child(2) {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: unset;
}

.home_mini_ads_mega2>div:nth-child(5) {
  border-radius: 2px;
  width: 240px;
  padding: 6px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  background: #f17d00;
  color: white;
  text-shadow: none;
}

.home_mini_ads_mega2>div:nth-child(5):hover {
  background: linear-gradient(to bottom, #505045 0%, #38382f 100%);
  background-color: #38382f;
  transition: 0.1s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.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: 800;
  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: 250px;
  margin: auto;
  margin-bottom: 20px;
}

.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 .inactive,
.brand_logo_vf>div:hover {
  opacity: 0.2;
}

.brand_logo_vf>div:hover {
  opacity: 1;
}

.brand_list {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.brand_list>div {
  margin: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.brand_list>div>div {
  margin: 10px;
}

.brand_list img {
  max-height: 80px;
}

.brand_list_info_contasiner {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 0px solid #333333;
  color: #313131;
}

.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 {
  margin-top: 20px;
} */
.footer_etc {
  text-align: right;
  margin-top: -23px;
}

.footer_social_network>div {
  margin-left: 15px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  text-shadow: none;
  font-size: 18px;
  padding: 6px;
}

.footer_social_network>div:nth-of-type(1) {
  padding: 6px 10px;
}

.footer_social_network>div:nth-of-type(2) {
  padding: 5px 7px;
}

.footer_etc .footer_contact {
  margin-bottom: 45px;
}

.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;
  justify-content: center;
  align-items: center;
}

.brand_social>div {
  margin: 15px 0;
  padding: 10px;
}

.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;
}

.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;
  margin: 8px 20px 20px;
  border-radius: 20px;
  padding: 5px 38px;
  letter-spacing: 1px;
  background-color: #98947e !important;
  color: #fff;
  cursor: pointer;
}

.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 {
  bottom: 0 !important;
  text-align: center;
  z-index: 1;
}

.swiper-container-m .suggestion .swiper-button-next,
.swiper-button-prev {
  z-index: 1 !important;
}

.top_main .swiper-horizontal>.top_main .swiper-pagination-bullets,
.top_main .swiper-pagination-bullets.swiper-pagination-horizontal,
.top_main .swiper-pagination-custom,
.top_main .swiper-pagination-fraction {
  bottom: 150px !important;
  text-align: center;
}

.swiper-container_hotitem_m {
  display: none;
}

.wrapper_image_banner img {
  width: 100%;
}

.fix_icon_promo {
  position: fixed;
  right: 2%;
  bottom: 5%;
  z-index: 100;
  text-align: center;
  padding-top: 10px;
}

.fix_icon_promo img {
  max-width: 80px;
}

.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;
}

.nav_soical {
  display: flex;
  padding-top: 60px !important;
}

.nav_soical>div {
  cursor: pointer;
  padding: 0 10px;
  flex: 1;
  text-align: center;
}

.nav_soical>div img {
  max-width: 30px;
  width: 100%;
}

.nav_soical_m {
  display: flex;
}

.nav_soical_m>div {
  flex: 0 0 20%;
}

.nav_header {
  width: 100%;
  background-color: #333333;
  color: #fff;
  position: relative;
  z-index: 100;
}

.nav_sticky {
  margin: 0 auto;
  position: relative;
}

.nav_fix_width {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 5px 10px;
}

.blog_logo {
  cursor: pointer;
  padding: 5px 15px !important;
}

.blog_logo img {
  max-width: 90px;
}

.blog_top_banner_m {
  display: none;
}

.blog_container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
}

.nav_container {
  padding: 0;
  text-align: left;
  display: flex;
  justify-content: center;
  z-index: 10;
}

.nav_wrapper {
  display: flex;
  align-items: center;
}

.nav_container .nav {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  display: flex;
  cursor: pointer;
}

/* .nav_container .nav > div {
  padding: 0 20px;
} */
.nav_container .nav_item {
  display: flex;
  place-items: center;
  font-size: 15px;
  font-weight: 300;
}

.nav_container .nav_search {
  cursor: pointer;
  font-size: 17px;
  padding: 0 20px;
}

.nav_container .nav_item>div {
  padding: 0 20px;
}

.nav_container .nav_item>div:hover {
  color: #999454;
}

.box_like {
  display: flex;
  padding: 20px 0;
  justify-content: center;
  border-top: 1px solid #ececec;
  margin-top: 60px;
}

.box_like>div {
  padding: 0 30px;
  color: #9d9d9d;
  cursor: pointer;
}

.box_like .soical_box>div>div {
  display: inline-block;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50px !important;
  background-color: #ffedd3 !important;
}

.box_like .soical_box img {
  height: 25px !important;
  width: 25px !important;
  top: 13px !important;
  filter: invert(1) !important;
}

.box_like>div:nth-last-of-type(1) {
  border-right: unset;
}

.box_like .like_counter {
  color: #afa66a;
  padding-right: 5px;
  font-weight: 500;
}

.box_like .comment {
  color: #afa66a;
}

.box_like .soical_box {
  display: flex;
}

.box_like .soical_box>div {
  padding: 0 10px;
}

.button_like.active {
  color: #b0a66a;
}

.soical_box .at-style-responsive .at-share-btn {
  padding: 0 !important;
}

.quick_scbox {
  display: none !important;
}

.author {
  display: none;
}

.suggestion .swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.blog_margin .swiper-button-next,
.blog_margin .swiper-button-prev {
  top: 37%;
  text-shadow: 1px 1px 2px #0000008a;
}

.nav_bg {
  background-color: rgba(94, 88, 88, 0.507);
}

.navToggle {
  z-index: 111;
  margin: 0 auto;
  cursor: pointer;
}

.navToggle .icon {
  -webkit-transition: all 0.4s ease-out;
  position: absolute;
  top: 32px;
  right: 10px;
  margin: 0 auto;
  width: 30px;
  height: 2px;
  background-color: rgb(255, 255, 255);
  display: none;
}

.navToggle .icon:before,
.navToggle .icon:after {
  -webkit-transition: all 0.25s ease-out;
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: rgb(255, 255, 255);
  content: "";
}

.navToggle .icon:before {
  top: -8px;
  left: 0;
}

.navToggle .icon:after {
  top: 8px;
  left: 0;
}

.navToggle:hover .icon {
  background-color: #fff;
}

.navToggle:hover .icon:before {
  top: -10px;
  background-color: #fff;
}

.navToggle:hover .icon:after {
  top: 10px;
  background-color: #fff;
}

.navToggle.open .icon {
  -webkit-transition: all 0.4s ease-out;
  background-color: transparent;
  -webkit-transform: rotate(180deg);
}

.navToggle.open .icon:before {
  top: 0;
  -webkit-transform: rotate(45deg);
}

.navToggle.open .icon:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
}

#menu {
  position: absolute;
  top: 0;
  left: 0;
  background: #242424;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-100vw);
  padding: 20px;
}

#menu>div:first-child {
  margin-top: 65px;
}

#menu>div {
  font-size: 15px;
  cursor: pointer;
  letter-spacing: 0.5em;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  border-top: 1px solid #333;
}

#menu li:hover {
  text-decoration: underline;
}

#menu.active {
  opacity: 1;
  transform: translateX(0vw);
}

#menu>div:last-of-type(1) {
  border-bottom: 1px solid rgb(199, 199, 199);
}

#menu .blog_logo {
  position: absolute;
  top: 5px;
  border: unset;
}

.menu_nav_container {
  font-size: 14px;
  letter-spacing: 0.3em !important;
}

.svg-circleplus {
  stroke: white;
}

.menu_nav_container>div:nth-of-type(1) {
  font-size: 17px;
  padding: 10px 0 5px 10px;
  display: flex;
  justify-content: space-between;
}

.menu_full {
  font-size: 14px;
  letter-spacing: 0.3em !important;
  padding-bottom: 20px;
  display: none;
}

.menu_full.active {
  display: block;
}

.menu_full>div {
  padding: 10px 20px;
}

#menu .blog_logo img {
  max-width: 100px;
}

#hamburger-10 {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-10.is-active {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#hamburger-10.is-active .line:nth-child(1) {
  width: 30px;
}

#hamburger-10.is-active .line:nth-child(2) {
  width: 40px;
}

#at15s.atm {
  display: none !important;
}

.mobile_socialbox {
  position: fixed;
  background-color: aliceblue;
  width: 100%;
  bottom: 0;
  z-index: 1000;
}

.mobile_socialbox {
  display: none;
}

.mobile_socialbox .heart {
  margin-left: 2px;
  margin-bottom: 5px;
  background-color: #de005a;
  width: 44px;
  height: 40px;
  padding: 9px;
  color: #fff;
  font-size: 12px;
  display: flex;
}

.mobile_socialbox .button_like {
  justify-content: center;
}

.mobile_socialbox .fa-heart:before {
  color: white;
  font-size: 19px;
}

.mobile_socialbox .at-style-responsive .at-share-btn {
  padding: 2px;
}

.mobile_socialbox .at-icon-wrapper {
  width: 30px !important;
  height: 30px !important;
}

.mobile_socialbox .at-icon {
  width: 28px !important;
  height: 26px !important;
}

.swiper-container-m {
  display: none;
}

.nav_height {
  height: 90px;
}

.nav_container .nav_item>div {
  cursor: pointer;
}

.icon-icon_user {
  padding-top: 3px !important;
}

.icon-icon_user:before {
  color: #000000 !important;
  font-weight: 900 !important;
  font-size: 16px;
}

.fa-home:before {
  font-size: 20px;
}

.blog_container .top_blog_info {
  background: #f1f2f2;
  display: flex;
  border-radius: 10px;
  padding: 20px;
}

.blog_container .top_left {
  max-width: 64%;
  padding-right: 20px;
}

.blog_container .top_left img {
  border-radius: 10px;
}

.blog_container .top_right {
  width: 50%;
  min-width: 150px;
  max-width: 100%;
  flex: 1;
}

.blog_container .top_right>div {
  border-top: 1px solid #aeaeae;
  padding: 22px 0;
}

.blog_container .top_right>div:nth-of-type(1) {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 2px;
  border-top: unset;
  display: flex;
}

.blog_container .top_right>div:nth-of-type(1)::before {
  content: "";
  flex: 0 0 23px;
  height: 38px;
  background: url(https://www.timeforshares.com/library/images/icon/icon_rvp_new.svg);
  margin-right: 15px;
}

.blog_container .top_right>div:nth-last-child(1) {
  padding: 0;
}

.blog_container .top_right>div:nth-of-type(2),
.blog_container .top_right>div:nth-of-type(3),
.blog_container .top_right>div:nth-of-type(4) {
  cursor: pointer;
}

.blog_container .top_main {
  background: black;
  border: 10px solid #000;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}

.blog_container .blog_top_details {
  font-size: 14px;
  font-weight: 200;
  max-width: 600px;
  margin: 0 auto 15px;
  padding-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog_container .content_subtitle {
  border: 1px solid #fff;
  border-radius: 20px;
  margin: 10px auto;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 3px 20px;
  text-align: center;
  display: table;
}

.blog_container .content_subtitle.bk {
  border: 1px solid rgb(0, 0, 0);
  font-size: 12px;
  letter-spacing: 1px;
  padding: 3px 20px;
  margin: 0 0 10px;
}

.blog_container .bottom_main {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  cursor: pointer;
}

.blog_container .bottom_main>div {
  flex: 1;
}

.blog_container .bottom_main .flex {
  display: flex;
  justify-content: flex-start;
  border-right: 1px solid #bdbdbd;
  align-items: center;
}

.blog_container .bottom_main .flex>div {
  margin-right: 0;
}

.blog_container .bottom_main .flex>div:nth-of-type(2) {
  padding: 10px;
}

.blog_container .bottom_main>div:nth-last-of-type(1) {
  border-right: unset;
}

.blog_container .bottom_main img {
  width: 100%;
  max-width: 240px;
  border-radius: 5px;
}

.blog_container .blog_main_title {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.blog_container .blog_main_title_cj {
  font-size: 26px;
  font-weight: 600;
  padding: 20px 0;
}

.blog_container .blog_main_details {
  font-size: 14px;
  color: #2d2d2d;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog_container .nav_cj_main {
  border-radius: 10px;
  height: 40px;
  width: 100%;
  font-size: 17px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin: 5px 0;
  padding: 8px;
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  background: #000;
  cursor: pointer;
}

.blog_container .nav_cj_main:hover {
  background: #424242;
}

.blog_container .blog_review_flex {
  flex-wrap: nowrap;
  gap: 20px;
  display: flex;
  overflow: auto;
}

.blog_container .blog_review_flex::-webkit-scrollbar {
  display: none;
}

.blog_container .blog_review_flex>div {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.blog_container .blog_review_flex>div:nth-last-child(1) {
  border-right: unset;
}

.blog_container .blog_review_flex .item {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog_container .blog_review_flex .item img {
  transition: all 1s;
}

.blog_container .blog_review_flex>div>div>div:hover .item img {
  transform: scale(1.1);
}

.blog_container .blog_margin .blog_col_right .blog_grid>div {
  overflow: hidden;
}

.blog_container .blog_margin .width_rel .blog_col_left {
  overflow: hidden;
}

.blog_container .blog_margin .width_rel .blog_col_left:hover img {
  transform: scale(1.05);
}

.blog_container .blog_margin .blog_col_right .blog_grid:hover img {
  transform: scale(1.1);
}

.blog_container .blog_margin {
  margin: 150px auto;
}

.blog_container .blog_details {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 20px;
  font-weight: 400;
  font-size: 14px;
  margin: 15px 0;
}

.blog_container .blog_review_title {
  padding: 10px 0 0;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  min-height: 10px;
}

.blog_container .big_title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  padding-bottom: 25px;
}

.blog_container .blog_review_date {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  color: #8b6520;
  width: 100%;
  font-size: 13px;
  font-weight: 300;
  padding: 7px 0;
  margin-top: 10px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.blog_container .blog_col {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  cursor: pointer;
}

.blog_container .blog_col_left {
  flex: 0 0 42%;
  position: sticky;
  top: 70px;
}

.blog_container .blog_col_left_text {
  position: absolute;
  bottom: -2px;
  color: #fff;
  width: 100%;
  text-align-last: center;
  text-shadow: 1px 1px 3px #000;
  background: #000000a8;
  background: rgb(0, 0, 0);
  background: linear-gradient(360deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0) 100%);
  padding: 30px;
}

.blog_container .blog_col_right {
  flex: 0 0 55%;
}

.blog_container .blog_col_right>div {
  padding: 0 10px;
}

.blog_container .blog_col_right .blog_grid {
  width: 50%;
}

.blog_container .blog_col_right .blog_grid.pad_bo {
  padding-bottom: 11rem;
}

.search_area {
  background: #3b3b3b;
  color: #fff;
  width: 100%;
  position: fixed;
  transform: translateY(-80vh);
  opacity: 0;
  z-index: 1000;
  padding: 30px;
}

.search_area.active {
  transform: translateY(0);
  opacity: 1;
}

.search_area>div {
  max-width: 1300px;
  margin: 0 auto;
  padding: 30px 0;
}

.search_area .hastag {
  padding: 30px 0px;
  font-size: 12px;
}

.search_area .hastag>div {
  cursor: pointer;
}

.search_area .hastag>div:nth-of-type(1) {
  border-bottom: 1px solid #fff3;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 100;
}

.search_area .hastag>div:nth-of-type(2) {
  display: flex;
  flex-wrap: wrap;
}

.search_area .hastag>div:nth-of-type(2)>div {
  padding: 6px 10px;
  margin: 10px 10px 0 0;
  border: 1px solid #fff;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
  text-align-last: center;
}

#search_icon-icon_search {
  font-size: 22px;
  padding-left: 20px;
}

.search_area input:not(:placeholder-shown):not(:focus),
.search_area textarea:not(:placeholder-shown):not(:focus) {
  color: #3b3b3b;
}

.search_area .search_box_tfs {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 50px;
  color: #333;
}

.search_area .icon-icon_search:before {
  color: #6b6b6b !important;
}

.search_area input {
  background: unset;
  border: unset;
  box-shadow: unset;
  font-size: 22px;
}

.blog_main_subject {
  background: url(../../../../images/tc/home/set2/banner/tfs_bg_new.jpg) no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
  width: 100%;
  position: relative;
}

.blog_main_subject span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}

.blog_main_subject .subcate_desc {
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
}

.blog_sub_menu {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
  font-size: 17px;
}

.blog_sub_menu>div {
  padding: 0 20px;
  border-right: 1px solid #cdcdcd;
  cursor: pointer;
  position: relative;
}

.blog_sub_menu>div.active {
  text-underline-offset: 6px;
  text-decoration: underline;
  text-decoration-color: #938454;
  text-decoration-thickness: 2px;
}

.blog_sub_menu>div:nth-last-of-type(1) {
  border-right: unset;
}

.blog_sub_menu>div:after {
  background: none repeat scroll 0 0 transparent;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #938454;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.blog_sub_menu>div:hover:after {
  width: 80%;
  left: 13px;
}

.blog_container .content {
  margin: 0;
  padding-top: 40px;
}

.content .content_details {
  display: flex;
  margin-bottom: 50px;
  cursor: pointer;
}

.content .content_details img {
  max-width: 500px;
  width: 100%;
}

.content .content_details>div:nth-of-type(1) {
  flex: 0 0 380px;
}

.content .content_details .hidden_mobile {
  display: block;
}

.content .content_details .hidden_desktop {
  display: none;
}

.content .content_box {
  align-self: center;
  padding-left: 20px;
}

.content .content_box .class {
  color: #938454;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}

.content .content_box .subject {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 10px;
}

.content .content_box .tcol_detail {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  max-width: 80%;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 20px;
}

.blog_main_img img {
  width: 50%;
}

.blog_col_details {
  width: 100%;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  text-align: justify;
}

.blog_col_details>div {
  margin: 15px 0;
}

.content_text {
  margin: 30px 10px;
  display: flex;
}

.content_text .blog_new_content {
  max-width: 900px;
}

.content_text .suggestion {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #e3e3e3;
}

.content_text .suggestion .title {
  padding-top: 40px;
  line-height: 0.1em;
  margin: 10px 0 20px;
  color: #acacac;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: center;
}

.content_text .suggestion .title>span {
  /* background: #fff; */
  padding: 0 10px;
}

.content_text .suggestion .thumbnail {
  padding-bottom: 10px;
}

.content_text .suggestion .thumbnail img {
  max-width: 230px;
}

.content_text .suggestion .content {
  display: flex;
  justify-content: center;
}

.content_text .suggestion .content>div {
  text-align: -webkit-center;
  padding: 20px;
  cursor: pointer;
}

.content_text .suggestion .subject {
  font-size: 15px;
  font-weight: 500;
  margin: 15px 0;
  letter-spacing: 1px;
  max-width: 220px;
}

.blog_col_details img {
  width: 100%;
}

.blog_social_icon {
  margin-right: 20px !important;
}

.blog_social_icon>div {
  background: #ffedd3;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 13px;
  margin: 10px;
}

.blog_social_icon>div img {
  max-width: 35px;
  width: 100%;
}

.blog_social_icon_bottom {
  display: none !important;
}

.blog_social_icon_bottom>div {
  background: #ffedd3;
  width: 40px;
  height: 40px;
  border-radius: unset;
  padding: 9px;
  margin: 10px;
}

.blog_new_content .class {
  color: #938454;
  font-size: 15px;
  font-weight: 400;
  margin-top: 10px;
}

.blog_new_content .class span {
  color: #000000;
  border-left: 1px solid #c8c8c8;
  padding-left: 10px;
  margin-left: 10px;
}

.blog_new_content .subject {
  font-size: 28px;
  font-weight: 500;
  margin: 15px 0;
  letter-spacing: 1px;
}

.soical_icon_list .soical_icon>div:hover {
  filter: contrast(0.5);
}

.icon_sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  align-self: flex-start;
  display: none;
}

.hidden_desktop {
  display: block;
}

.hidden_mobile {
  display: none;
}

#hashtag {
  display: flex;
  align-items: center;
  margin: 50px 0;
}

.b_hash {
  text-transform: uppercase;
  font-size: 16px;
  color: #343434;
}

.s_hash {
  display: flex;
}

.s_hash>div {
  border: 1px solid #656565;
  border-radius: 6px;
  padding: 5px 10px;
  margin: 10px;
  color: #656565;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.h_iframe {
  padding-bottom: 65.25%;
  position: relative;
  display: block;
  width: 100%;
}

.h_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lang_tab,
.currency_tab {
  display: none;
}

.video_section {
  padding-bottom: 65.25%;
  position: relative;
  display: block;
  width: 100%;
}

.video_section iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}