@charset "utf-8";

@media only screen and (max-width: 500px) {
  .lb_login_container .login_box {
    max-width: 100%;
  }

  .account_nav {
    display: none;
  }

  .product_section_header .heading {
    font-size: 28px;
    text-transform: uppercase;
    text-align: -webkit-center;
  }

  .product_section_header .sub_headline {
    font-size: 16px;
    font-weight: 300;
    display: none;
  }

  .product_section_header .headline {
    font-size: 16px;
    line-height: 40x;
    margin: 20px auto;
    width: 90%;
    display: block;
  }

  .product_section_header .introduction {
    margin: 20px 0px;
    font-size: 14px;
    display: block;
  }

  .product_section_header {
    padding: 40px;
    background-attachment: unset;
    margin: 0 !important;
  }

  .brand_overview {
    display: block;
  }

  .brand_overview .introduction {
    display: block;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
  }

  .brand_overview .but_general {
    display: inline-block;
    margin: 8px 20px 20px;
    border-radius: 20px;
    padding: 3px 30px;
    letter-spacing: 1px;
    font-size: 12px;
  }

  .option_filter_box.product_property {
    box-shadow: none;
    border-top: none;
  }

  .option_filter_box.product_property>div:nth-last-of-type(1) {
    margin: 0;
  }

  .product_property>div>div {
    display: none;
  }

  .product_list_option_box {
    margin: 0px 10px;
    padding: 5px 10px;
  }

  .product_list>div {
    /* flex-basis: 100%; */
    border-bottom: unset;
  }

  .product_list_option_box>div:nth-of-type(1) {
    flex-basis: auto;
  }

  .product_list_option_box>div {
    padding: 0px;
    flex: none;
    align-items: center;
  }

  .product_filter_box {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    overflow: auto;
  }

  .product_filter_box>div:nth-of-type(1) {
    font-size: 1.3em;
    padding: 8px 20px;
  }

  .product_filter_box .action_box .but_general {
    position: unset;
    width: 100%;
    margin: unset;
    z-index: 1000000;
    font-size: 18px;
  }

  .but_general {
    padding: 5px 35px 5px;
  }

  .product_details_profile_container .add_to_shopping_bag {
    display: none;
  }

  .product_filter_box>div:nth-of-type(2) {
    display: block;
    overflow: auto;
    height: calc(100% - 120px);
    max-height: calc(100% - 120px);
  }

  .product_filter_box>div:nth-of-type(2)>div:nth-of-type(2) {
    margin-left: 0;
    max-height: 28vh;
    overflow: unset;
    padding: 0;
  }

  .multi-range-slider {
    display: block;
  }

  .multi-range-slider .label {
    font-size: 18px;
    margin-left: 0;
    margin-top: -15px;
  }

  .product_details_profile_container {
    display: block;
  }

  .product_details_profile_box .g_container {
    display: block;
  }

  .product_details_profile_box .g_container .g_list {
    height: 12vh;
    height: 100px;
    display: flex;
    flex-wrap: nowrap;
  }

  .product_option_container {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
  }

  .product_option_container .option_box {
    flex: 0 0 100%;
    font-size: 20px;
  }

  .product_details_profile_box .price_box {
    margin-bottom: 0;
    flex: 1;
  }

  .product_details_profile_box .highlights {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .product_details_profile_box .name {
    font-size: 26px;
    font-size: 18px;
  }

  .product_details_profile_box .price {
    font-size: 24px;
  }

  .product_details_profile_box .g_main_view img {
    max-height: 100%;
  }

  /* .checkout_breakdown_box > div {
        display: grid;
    } */
  .checkout_breakdown_box {
    display: block;
  }

  .checkout_breakdown_box>div>div {
    padding: 5px 10px;
    width: 100%;
  }

  .checkout_stage_box>div {
    display: none;
  }

  .unit_subtotal_box .sub_total {
    margin-top: 10px;
  }

  .multi-range-slider {
    margin-top: 10px;
  }

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

  .multi-range-slider .label {
    font-size: 18px;
    margin-left: 0;
    margin-top: 15px;
    text-align: center;
  }

  .product_filter_box .slider_container>div:nth-of-type(2) {
    text-align: center;
  }

  .product_filter_box .shape_option {
    max-height: 25vh;
  }

  .setting_box {
    padding: 0;
  }

  .page_control>div:nth-child(2) {
    display: none;
  }

  .page_control>div:nth-child(3) {
    display: none;
  }

  /* <!------------------- check out ------------------> */

  .but_general {
    /* background: url(../../../../images/but/general_bg.png) repeat-x top center; */
    background-color: #511701;
    display: inline-block;
    cursor: pointer;
    padding: 8px 35px 8px;
    font-size: 14px;
    margin: 0px;
    margin-left: auto;
    white-space: nowrap;
    box-shadow: 0px 0px 0px 1px #cdcdcd;
  }

  .action_tab .but_general {
    color: #ffffff;
    padding: 12px 15px 12px !important;
  }

  .action_tab {
    width: 100%;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    top: unset;
    padding: 3px 7px 4px;
  }

  .action_tab>div {
    padding: 0 !important;
  }

  .action_tab>div:nth-of-type(1) {
    margin-left: 0px;
    width: unset;
    margin-bottom: 2px;
    box-shadow: none;
  }

  .shopping_bag_list>div {
    margin-bottom: 30px;
    border: 1px solid #e2e2e2;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px,
      rgb(0 0 0 / 6%) 0px 2px 4px -1px;
    position: relative;
  }

  .shopping_bag_list>div>div:nth-of-type(1)>div {
    flex: 1;
  }

  .shopping_bag_list .thumb {
    margin-right: 0;
  }

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

  .shopping_bag_list .code {
    color: #acacac;
    margin-top: 5px;
    font-size: 11px;
    position: absolute;
    top: 4px;
  }

  .shopping_bag_list .brand {
    background-color: unset;
    color: #557180;
    margin-bottom: 3px;
    margin-top: 30px;
    border-radius: 0px;
    font-size: 16px;
    display: table;
    padding: 0;
    line-height: 12px;
    font-weight: 600;
  }

  .shopping_bag_list .option_name {
    font-size: 15px;
    margin-top: 0;
    color: #acacac;
  }

  .shopping_bag_list .name {
    font-size: 16px;
    max-width: 260px;
    color: #557180;
    font-weight: 600;
  }

  .shopping_bag_list .unit_subtotal_box {
    flex-wrap: wrap;
    flex: 0 0 304px;
    margin: 0 auto;
    border-top: 1px solid #eee;
  }

  .shopping_bag_list.action_tab {
    flex: 1;
  }

  .unit_subtotal_box .price_box .price {
    font-size: 18px;
  }

  .unit_subtotal_box .sub_total {
    font-size: 28px;
  }

  .shopping_bag_list .list_action {
    padding: 0;
    flex: 0 0 50px;
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .shopping_bag_list .price_box {
    padding: 0;
    margin-right: 50px;
  }

  .eshop .price_box .price.discounted>span:nth-of-type(1) {
    font-size: 20px;
  }

  .eshop .event_top_banner {
    min-height: 150px;
  }

  .but_delete::before,
  .but_delete::after {
    width: 10%;
    background-color: #c1c1c1;
  }

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

  .qty_controller input {
    width: 35px;
    height: 35px;
  }

  #main_fcontent:hover #lb_close {
    right: 0;
  }

  #account_coin_box.show {
    right: 0;
    top: 43px;
    width: 100%;
    height: 140px;
    padding: 25px;
  }

  #account_coin_box.show>div>div:nth-of-type(1) {
    flex: 1;
  }

  #account_coin_box input {
    margin-bottom: 10px;
    height: 30px;
  }

  #account_coin_box .but_general,
  #promo_code_box .but_general {
    padding: 10px;
  }

  #promo_code_box.show {
    right: 0;
    top: 43px;
    width: 100%;
    height: 200px;
    padding: 25px;
  }

  #promo_code_box input {
    margin-bottom: 20px;
    height: 50px;
  }

  #promo_code_box .but_general,
  #promo_code_box .but_general {
    padding: 10px;
  }

  #lb_close {
    width: 42px;
    height: 42px;
    right: 0;
    top: 0;
    z-index: 10000000;
  }

  select,
  input,
  textarea {
    font-size: 18px;
    flex: 1;
  }

  .lb_content {
    font-size: 12px;
    margin-top: 50px;
  }

  .lb_secheader {
    font-size: 1.3em;
    color: #353535;
    position: fixed;
  }

  /* <!--------------------------------------------------------> */
  .home .but_add_cart.buy {
    border-radius: 0;
  }

  .home_ads {
    top: 330px;
    top: 327px;
    width: 100%;
    min-height: initial;
    height: inherit;
    height: 220px;
    left: 0px;
    transform: translateY(0%);
  }

  .sitemap {
    font-size: 12px;
    font-weight: 100;
    text-align: left;
    padding: 10px 0px;
    width: 100%;
    display: inline-block !important;
    background-color: #1f1f1e;
  }

  .showup_m {
    background-color: unset !important;
  }

  .menu-pane .subnav.brand .brand_logo {
    position: unset;
    right: 0;
    top: 0;
    transform: unset;
  }

  .menu-pane .subnav.brand.c1 .cate_view_all {
    display: block;
  }

  .menu-pane .subnav.brand.c2 .cate_view_all {
    display: block;
  }

  .menu-pane .subnav.brand.c34 .cate_view_all {
    display: block;
  }

  .menu-pane .subnav.brand>div:nth-of-type(2)>div {
    flex: 1 1 40%;
  }

  .menu-pane .subnav.brand>div:nth-of-type(2)>div .name>div:nth-of-type(2) {
    letter-spacing: 0;
  }

  .menu-pane .subnav {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    flex-wrap: wrap;
    opacity: 0;
    text-align: left;
  }

  .menu-pane .subnav.active {
    max-height: 7000px;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    flex-wrap: wrap;
    display: block;
    padding: 0;
    opacity: 1;
    overflow: unset;
    position: relative;
  }

  .menu-pane .footer_social_network {
    position: inherit;
    display: flex;
    gap: 5px;
    width: 80%;
    margin: 0 auto 80px;
  }

  .menu-links>div>div {
    font-size: 14px;
  }

  /*
  .menu-links>div.with_lv2>div:nth-of-type(1)::before {
    right: 40px;
    top: 25px;
    width: 8px;
    height: 8px;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  } */

  /*

  .lang_menu {
    position: fixed;
    z-index: 100;
    transform: none;
    bottom: inherit;
    border-radius: 3px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    font-size: 20px;
    width: 90px;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
  }
*/

  .currency_menu,
  .lang_menu {
    right: auto;
    left: -100%;
    /*bottom: 32px; */
    bottom: calc(100% + 12px);
  }

  .currency_menu {
    left: -15px;
  }

  .home_ads_right {
    margin: 0px;
  }

  .home_mini_ads_box2 .slider_controller {
    display: flex;
    margin-left: 50%;
    transform: translateX(-50%);
    z-index: 50;
    bottom: -30px;
  }

  .home_mini_ads_box2 {
    overflow: inherit;
    box-shadow: none;
    border: none;
  }

  .home_ads_right>div {
    width: 100%;
    margin: 0px;
    display: table;
    opacity: 1;
    min-height: inherit;
  }

  .home_ads_right>div:nth-of-type(1),
  .home_ads_right>div:nth-of-type(3) {
    display: none;
  }

  .home_ads_right>div:nth-of-type(2)>div:nth-of-type(2) {
    width: 100%;
    height: 190px;
    padding-bottom: 20px;
    background-color: #fff;
    color: #222;
    text-shadow: none;
    background-color: #282823;
  }

  .home_ads_right>div>div:nth-of-type(2)>div:nth-of-type(2) {
    text-shadow: none;
    color: #fff;
  }

  .home_ads_right>div>div:nth-of-type(2) {
    height: inherit;
    display: flex;
    width: 100%;
    position: relative;
    margin-left: 0px !important;
  }

  .home_ads_right>div:nth-of-type(2) {
    width: 100%;
    height: auto;
  }

  .home_ads_right>div>div:nth-of-type(1) {
    width: 100%;
    height: 210px;
  }

  .home_ads_right.mobile>div>div:nth-of-type(1) {
    width: 100%;
    height: auto;
  }

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

  .home_ads_right>div>div:nth-of-type(1)>div:nth-of-type(2) {
    display: none;
  }

  .home_ads_right>div>div:nth-of-type(2) {
    padding: 20px;
  }

  .home_ads_right>div>div:nth-of-type(2)>div:nth-of-type(3) {
    color: #fff;
  }

  .home_mini_logo {
    text-align: center;
  }

  .home_mini_single_logo {
    text-align: center;
  }

  .switch_region {
    font-size: 22px;
  }

  .main_story_container header>div {
    padding-right: 30px !important;
  }

  header>div {
    padding-right: 10px !important;
  }

  .expandable {
    background: #fff;
    overflow: hidden;
    color: #000;
    line-height: 50px;

    transition: all 0.5s ease-in-out;
    height: 0;
  }

  .expandable:target {
    height: 50px;
  }

  search {
    padding: 8px 0;
    font-size: 18px;
  }

  search input {
    width: 260px !important;
  }

  .but_close::after,
  .but_close::before {
    height: 24px;
  }

  .main_container {
    position: relative;
    min-height: 76vh;
  }

  .main_story_container {
    position: relative;
    margin-top: 0;
  }

  .main_story_container {
    height: unset;
  }

  .main_story_container.top_slider .top_slider_arrow .left,
  .main_story_container.top_slider .top_slider_arrow .right {
    height: 20px;
    width: 20px;
    background-size: 20px 20px;
  }

  .main_story_container .headline {
    font-size: 72px;
    margin: auto;
    padding: 75px 0px 40px;
    text-align: center;
    width: 100%;
    display: none;
  }

  .main_story_container .headline img {
    width: 60vw;
    margin: auto !important;
  }

  .main_visual_banner {
    display: none;
  }

  .headline img {
    max-width: 100%;
    width: 150px;
    height: auto;
  }

  .main_story_container .sub_headline {
    font-size: 26px;
    margin: 0 auto;
    padding-top: 50px;
  }

  .main_story_container .tagline {
    width: 100%;
    font-size: 16px;
    padding: 10px 5px;
    text-align: center;
    background: linear-gradient(to right top, #b97145 0%, #dfa25d 100%);
    box-shadow: 0px 10px 10px #b97145;
  }

  .main_story_container .img img {
    box-shadow: inset 0px -10px 10px #b97145;
  }

  .main_story_container .short_link {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: 11px;
    padding: 0;
    margin: 0;
    text-align: center;
    background-color: #6b4610;
    background: linear-gradient(to right top, #a8becd 0%, #405054 100%);
    background: linear-gradient(to right top, #627273 0%, #23424e 100%);
    background: linear-gradient(to right top, #869394 0%, #23424e 100%);
    padding: 10px 0;
    position: absolute;
    top: 430px;
    top: 250px;
    left: 0px;
  }

  .main_story_container .short_link>div {
    width: 110px;
    color: #ffffff;
    position: relative;
    text-shadow: none;
    margin: 0;
    box-shadow: -1px 0px 0px 0px #ffffff3b;
  }

  .main_story_container img {
    display: block;
    width: 100%;
  }

  div#main_noti_box {
    top: 57px;
  }

  .mobile_menu_show {
    width: 100%;
    display: block;
    overflow: hidden;
    border-bottom: 3px solid #cebc72;
    margin-bottom: 10px;
  }

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

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

  .mobile_menu_show>div:nth-of-type(2) {
    color: #ffffff;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 14px;
    text-align: center;
    margin-right: 20px;
  }

  .mobile_menu_show>div:nth-of-type(3) {
    color: #ffffff;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 14px;
    text-align: center;
  }

  .home_about_container {
    padding: 0;
    text-align: center;
    /* display: none; */
    /* box-shadow:0px 0px 10px 0px #000000; */
  }

  .home_about_container .hl_brand {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
  }

  .home_about_container .hl_brand>div {
    flex: 1 1 auto;
    padding: 8px;
  }

  .home_about_container .hl_brand img {
    max-width: 23vw;
  }

  .hl_brand>div:nth-child(3) {
    display: none;
  }

  .hl_brand>div:nth-child(6) {
    display: none;
  }

  .hl_brand>div:nth-child(7) {
    display: none;
  }

  .home_about_container>div:nth-of-type(2)>div {
    left: 10%;
    transform: translateX(-50%);
  }

  .hl_band_img img {
    width: 30px;
    margin-top: 50px;
  }

  .hl_band_des {
    margin: 20px 0 0 0;
    display: none;
  }

  .home_ads2 {
    position: absolute;
    width: auto;
    top: 560px;
    margin: 10px;
  }

  .home_ads2 .unit {
    margin: 4px;
    flex: 1 1 auto;
    height: 170px;
  }

  .front>img {
    width: 150px;
  }

  .home_news_container {
    min-height: 750px;
  }

  .home_news_container::before {
    left: -200vw;
    background: url(../../../../images/tc/home/news_bg.png) no-repeat 10% 60%;
  }

  .home_news_container .headline {
    display: none;
  }

  .home_news_container .nav {
    display: none;
  }

  .home_news_container .headline {
    font-size: 30px;
  }

  .home_about_container .tagline {
    font-size: 16px;
    padding: 10px 0 0 46px;
    min-width: 100%;
  }

  .home_about_container .but_more {
    padding: 10px;
  }

  .home_news_container .news_details_box .heading {
    font-size: 30px;
    text-align: center;
    margin: 20px 0;
  }

  .home_news_container .news_details_box>div:nth-of-type(1) {
    padding-top: 50px;
  }

  .home_news_container .news_details_box>div:nth-of-type(1)>div:nth-of-type(3) {
    color: #ececec;
  }

  .product_hot_container {
    padding-top: 0px;
    display: block;
    background-attachment: scroll;
    background-position: -350px -300px;
    background-size: 100% auto;
  }

  .product_hot_container .control_box span:not(:empty) {
    padding: 5px 14px;
    margin: 0;
    display: inline-table;
    font-size: 16px;
  }

  .product_hot_container.en .control_box div span {
    font-size: 13px;
    letter-spacing: 0px !important;
  }

  .product_hot_container>div:nth-of-type(1) {
    margin-left: 0;
    text-align: center;
    padding: 0px;
    padding-bottom: 0px;
  }

  .product_hot_container>div:nth-of-type(1)>div {
    display: block;
    margin-right: 0%;
    margin-top: 60px;
    padding: 0;
  }

  .product_hot_container .headline {
    font-size: 30px;
  }

  .product_hot_container .headline>div {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .product_hot_container .tagline {
    font-size: 16px;
    margin-top: 0px !important;
    font-weight: 300;
  }

  .pthumb {
    height: 240px;
    width: 240px;
  }

  .featured_items_box {
    padding: 0;
    margin: 30px;
  }

  .featured_items_box .but_general {
    color: #ffffff;
    padding: 10px 50px !important;
    width: 90%;
    position: absolute;
    bottom: 15px;
    left: 0;
  }

  .product_hot_container .item_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    width: unset;
    overflow: hidden;
  }

  .product_hot_container .swiper-slide>div {
    flex: 0 0 172px;
    margin: 0 10px;
  }

  .product_hot_container .item_list>div {
    width: 100%;
    margin-bottom: 50px !important;
    margin: 15px 0;
  }

  .product_hot_container .swiper-button-next:after,
  .product_hot_container .swiper-button-prev:after {
    font-size: 25px !important;
  }

  .product_hot_container .pthumb {
    width: 100%;
    height: inherit;
  }

  .product_hot_container .pthumb img {
    width: 100%;
    height: 100%;
  }

  .product_hot_container .price {
    font-size: 20px;
    font-weight: 300;
    /* margin-left: 50px; */
  }

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

  .product_hot_container .control_box {
    font-size: 0px;
  }

  .home_news_container .news_details_box {
    margin-top: 100px;
    font-size: 16px;
    display: block;
    margin: 0 30px;
  }

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

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

  .product_hot_container .item_list>div>div:nth-of-type(3) {
    bottom: 0;
    left: 0;
  }

  .product_hot_container .item_list>div>div:nth-of-type(4) {
    right: 0;
  }

  .but_add_cart.buy {
    background-position: 100% 0px;
    width: 100%;
    height: 32px;
  }

  .product_release_container .count {
    font-size: 100px;
    line-height: 100px;
  }

  .product_release_container .headline {
    font-size: 32px;
    letter-spacing: 8px;
  }

  .product_release_container .tagline {
    font-size: 15px;
    letter-spacing: 8px;
  }

  .product_release_container .but_general {
    color: #ffffff;
    padding: 14px 140px;
    border-radius: 14px;
  }

  .product_collection_container .pbasic_info>div:nth-of-type(1) {
    font-size: 14px;
    color: #4e4e4e;
    font-weight: 500;
  }

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

  .product_release_container .pbasic_info>div:nth-of-type(1) {
    font-size: 13px;
    padding: 5px 50px;
  }

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

  .product_hot_container .item_list .pbasic_info>div:nth-of-type(1) {
    font-size: 12px;
  }

  .product_hot_container .item_list .pbasic_info>div:nth-of-type(2) {
    font-size: 12px;
  }

  .product_hot_container .item_list .pbasic_info>div:nth-of-type(3) {
    font-size: 13px;
  }

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

  .pbasic_info {
    font-size: 14px;
  }

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

  .product_collection_container {
    margin-bottom: 50px !important;
    margin-top: 40px !important;
  }

  .product_collection_container .headline {
    font-size: 40px;
    line-height: 34px;
    text-transform: uppercase;
    color: #2d2d2d;
    margin: 6px;
    letter-spacing: 3px;
  }

  .product_collection_container .headline>div:nth-of-type(1) {
    font-weight: 400;
    font-size: 38px;
    margin-bottom: 4px;
    letter-spacing: 0px;
  }

  .product_collection_container .tagline {
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 1px;
  }

  .product_collection_container .control_box {
    font-size: 15px;
    padding: 0px 30px;
  }

  .product_collection_container .control_box>div {
    padding: 7px 26px;
    line-height: 26px;
    font-size: 20px;
  }

  .product_collection_container .pthumb {
    width: 100%;
    height: inherit;
  }

  .product_collection_container .pthumb img {
    width: 100%;
    height: 100%;
  }

  .product_featured_container .headline {
    font-size: 3em;
  }

  .product_featured_container .tagline {
    font-size: 16px;
    margin: 10px 8%;
    text-align: left;
  }

  .product_collection_container .price {
    font-size: 20px;
  }

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

  .featured_items_box>div {
    display: block;
    margin-bottom: 30px;
  }

  .featured_items_box .image.brand {
    margin: 0;
  }

  .image.brand img {
    width: 200px;
    margin: 0 0 20px 0;
  }

  .featured_items_box .feature_details {
    margin: 0 0 20px 57px;
    max-width: 310px;
  }

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

  .featured_items_box .feature_details>div:nth-of-type(1) {
    font-size: 20px;
    box-shadow: none;
    margin-bottom: 0;
  }

  .featured_items_box>div:nth-last-of-type(1) .but_general {
    bottom: -50px;
  }

  .properties {
    display: block;
  }

  .mobile_property {
    display: flex;
    justify-content: space-around;
  }

  .mobile_property .strength {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../../../../images/tc/icon/strength.png") no-repeat 25px -13px;
    background-color: #679830;
  }

  .mobile_property .length,
  .mobile_property .ring,
  .mobile_property .shape {
    position: relative;
  }

  .mobile_property .shape {
    padding: 10px 5px;
    font-size: 12px;
    box-shadow: 0px 0px 0px 1px #dedede;
    color: #7f7f7f;
    font-weight: 500;
  }

  .mobile_property .length::after,
  .mobile_property .ring::after,
  .mobile_property .shape::after {
    content: attr(data-var);
    display: block;
    text-align: center;
    font-size: 11px;
    font-weight: 300;
  }

  .mobile_property .strength.s1 {
    background-color: #679830;
  }

  .mobile_property .strength.s2 {
    background-color: #cdca50;
  }

  .mobile_property .strength.s3 {
    background-color: #bbb621;
  }

  .mobile_property .strength.s4 {
    background-color: #bb9a21;
  }

  .mobile_property .strength.s5 {
    background-color: #816707;
  }

  .mobile_property .strength.s6 {
    background-color: #6b5505;
  }

  .mobile_property .strength.s7 {
    background-color: #8c5323;
  }

  .mobile_property .strength.s8 {
    background-color: #773e0e;
  }

  .mobile_property .strength.s9 {
    background-color: #582902;
  }

  .mobile_property .strength.s10 {
    background-color: #3d1c01;
  }

  .featured_items_box .feature_item_container {
    position: relative;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-color: #dadada;
  }

  .feature_details_img {
    width: 100%;
    position: absolute;
    top: 208px;
    right: 0px;
  }

  .feature_details_img img {
    width: 44px;
  }

  .featured_items_box .properties div[data-strength]::before {
    font-size: 30px;
    line-height: 45px;
    background-color: #d3ca50;
    width: 60px;
    height: 60px;
  }

  .feature_details_img_box {
    margin: unset;
  }

  .feature_details_img_box img {
    width: 100%;
  }

  .t2 {
    position: relative;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-color: #dadada;
  }

  .t3 {
    position: relative;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-color: #dadada;
  }

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

  .featured_items_box .properties>div:nth-of-type(3) {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .feature_recom {
    display: flex;
    border-radius: 30px;
    box-shadow: 0px 0px 0px 1px #333333;
    font-size: 12px;
    overflow: hidden;
    position: absolute;
    top: 180px;
    left: 49px;
  }

  .feature_recom>span {
    display: table;
    padding: 2px 26px;
  }

  .feature_recom>span:nth-of-type(1) {
    background-color: #333333;
    color: #ffffff;
  }

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

  footer {
    color: #ffffff;
    text-shadow: none;
    z-index: 50;
  }

  footer:hover site_footage {
    bottom: 0;
  }

  footer cr_box {
    flex-wrap: wrap-reverse;
  }

  footer cr_box {
    display: none;
  }

  footer site_footage {
    position: fixed;
    max-height: 100%;
    min-width: 100%;
    bottom: -8px;
    z-index: 10;
    background: linear-gradient(164deg, #929072 0%, #6c6851 100%);
    padding: 0;
  }

  footer site_footage>div:nth-child(1) {
    display: none;
  }

  .footer_etc {
    text-align: right;
    margin-top: -15px;
    display: none;
  }

  .footer_mobile {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 10px 10px 15px;
    text-align: center;
  }

  .footer_mobile>div {
    width: 100%;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    align-self: center;
    text-align: -webkit-center;
    letter-spacing: -0.02em;
  }

  /* .icon-icon_user:before {
    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%3Cg%3E%3Cpath d='M371.2,394c-8.7-0.8-14.6-7.2-13.9-15.1l0-0.2v-0.2l0-0.2c0.4-12.9-0.4-79.8-50.9-132.1c-26.1-27.1-61.9-40.8-106.4-40.8 c-44.5,0-80.3,13.7-106.4,40.8c-52,54.7-51.2,124.6-50.9,132.3l0,0.1c0,7.6-4.7,15.5-13.7,15.5c-8.7,0-14.8-5.5-15.6-13.9 c0-0.2,0-0.4,0-0.6c-0.4-20.9,2.6-93.8,56.6-152.7c16.9-17.7,36.4-30.5,59.7-38.9l7.8-2.8l-6.1-5.6c-20.6-18.8-32-44.7-32-72.9 c0-26.7,10.3-51.7,29.1-70.5C147.4,17.3,172.4,7,199.1,7c26.6,0,51.6,10.5,70.5,29.5c18.8,18.9,29.1,43.8,29.1,70.2 c0,27.4-12,54.7-32,72.9l-6.1,5.6l7.8,2.8c21.6,7.8,41.7,20.9,59.8,39c65.3,67.2,58.6,151.6,58.4,152.4l-0.1,0.3l0,0.2 c-0.7,7.9-7.2,14.1-14.6,14.1H371.2z M200.9,36.2c-38.8,0-70.4,31.6-70.4,70.4c0,18.5,7.3,36,20.5,49.2 c13.2,13.2,30.9,20.7,49.8,21.2l0.1,0c38.8,0,70.4-31.6,70.4-70.4S239.8,36.2,200.9,36.2z'/%3E%3C/g%3E%3C/svg%3E%0A");
  }

  .icon-icon_envelop:before {
    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:20;stroke-miterlimit:133.3333;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M45.2,41.4h209.6c19.3,0,34.9,15.6,34.9,34.9V216c0,19.3-15.6,34.9-34.9,34.9H45.2 c-19.3,0-34.9-15.6-34.9-34.9V76.3C10.3,57,25.9,41.4,45.2,41.4z'/%3E%3Cpath class='st0' d='M10.3,93.8l124.1,62c9.8,4.9,21.4,4.9,31.2,0l124.1-62'/%3E%3C/g%3E%3C/svg%3E%0A");
  }

  .icon-icon_shopping_bag:before {
    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:%23323232;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M290.2,397.5H109.8c-46.3,0-71.9,0-87.9-18.5c-16-18.5-12.4-43.8-5.9-89.6L33.7,166 c5.1-35.5,7.9-55.1,23-68.2c15.1-13.1,34.9-13.1,70.8-13.1h145.2c35.9,0,55.7,0,70.8,13.1c15.1,13.1,17.9,32.7,23,68.2L384,289.4 c6.6,45.9,10.2,71.2-5.9,89.6C362.1,397.5,336.5,397.5,290.2,397.5z M46,167.8l12.4,1.8L40.8,292.9c-5.9,41.5-8.2,60.3,0,69.7 c8.2,9.5,27.1,9.9,69,9.9h180.4c41.9,0,60.8-0.4,69-9.9c8.2-9.5,5.9-28.2,0-69.7l-17.6-123.3c-4.7-32.6-6.9-46.1-14.6-52.9 c-7.8-6.7-21.4-7-54.4-7H127.4c-33,0-46.6,0.3-54.4,7c-7.8,6.7-10,20.2-14.6,52.9L46,167.8z'/%3E%3Cpath class='st0' d='M261.7,191.9c-6.9,0-12.5-5.6-12.5-12.5V56.1c0-15.8-12.8-28.6-28.6-28.6h-41.1c-15.8,0-28.6,12.8-28.6,28.6 v123.3c0,6.9-5.6,12.5-12.5,12.5c-6.9,0-12.5-5.6-12.5-12.5V56.1c0-29.6,24-53.6,53.6-53.6h41.1c29.6,0,53.6,24,53.6,53.6v123.3 C274.2,186.3,268.6,191.9,261.7,191.9z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  }

  .icon-icon_shopping_bag:before,
  .icon-icon_user:before,
  .icon-icon_envelop:before,
  .icon-icon_heart:before,
  .icon-icon_call:before {
    filter: brightness(0) saturate(100%) invert(84%) sepia(100%) saturate(2%) hue-rotate(214deg) brightness(109%) contrast(101%);
  } */

  .icon-icon_support {
    position: relative;
    vertical-align: middle;
    display: inline-block;
  }

  .icon-icon_support:before {
    position: inherit;
    right: 0;
    font-size: 35px;
    top: -3px;
  }

  .icon-icon_envelop .material-symbols-outlined {
    font-size: 22px !important;
    font-weight: 300;
    padding-top: 0;
  }

  footer .icon-icon_support:before {
    color: #ffffff;
  }

  .footer_social_network {
    width: 100%;
    background: unset !important;
    margin-bottom: 0;
  }

  .footer_social_network>div {
    flex: 1;
    border-radius: 5px;
    opacity: 0.4;
    margin-left: 0;
  }

  .footer_social_network>div img {
    height: 22px;
  }

  /* .footer_social_network > div:nth-child(6){
    display: none;
} */
  .mobile_legal {
    text-align: right;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: #222d38;
  }

  .home_mini_ads_box {
    min-height: unset;
    padding: 335px 0;
    background-position: 80% 0 !important;
  }

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

  .home_mini_ads_box2 {
    display: block;
    min-height: unset;
  }

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

  /* .home_mini_ads_box2 > div:nth-child(1) {
    display: none;
} */
  .datasec_container {
    display: block;
  }

  .datasec_container>div {
    margin: 30px 10px;
  }

  .datasec_container>div:nth-child(1) {
    margin-bottom: 40px;
  }

  .datasec_container>div:nth-child(2) {
    margin-bottom: 40px;
  }

  .payment_transaction_stagebox .step {
    display: block;
  }

  .global_footer {
    letter-spacing: 2px;
    font-size: 14px;
  }

  .search_list {
    padding-bottom: 50px;
    position: relative;
  }

  .search_list>div {
    box-shadow: 0px 0px 15px #dedede;
    overflow: hidden;
  }

  .search_list>div>div {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    padding: 0;
  }

  .search_list .brand {
    margin-bottom: 20px;
    font-size: 14px;
    padding: 2px 10px;
  }

  .search_list .thumb {
    width: 130px;
    flex: 0 0 130px;
  }

  .search_list>div>div:nth-of-type(1) {
    border-bottom: none;
    box-shadow: unset;
    margin: 0px;
    flex-wrap: nowrap;
    align-items: center;
  }

  .search_list>div>div:nth-last-of-type(1) {
    justify-content: space-between;
    padding: 0px;
  }

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

  .search_list .price_box {
    padding: 5px;
  }

  .search_list .price {
    font-size: 16px;
    font-weight: 300;
  }

  .search_list .price::before {
    font-size: 16px;
    font-weight: 300;
    padding-left: 8px;
  }

  .search_list .list_action {
    margin-top: 0 !important;
    padding: 0 !important;
  }

  .search_list .list_action .but_add_cart.buy {
    height: 100%;
  }

  .search_list .but_general.add_to_shopping_bag {
    margin-top: 0px;
    padding: 10px;
  }

  .logo {
    margin-left: 15px;
  }

  .product_comparison_info_box.active {
    bottom: 68px;
    background: linear-gradient(to right bottom, #23b2b9 0%, #00143a 100%);
  }

  .announcement_box {
    bottom: 70px;
  }

  .home .price_box {
    padding: 0;
  }

  .home .price_box .price.discounted>span:nth-of-type(1) {
    font-size: 20px;
  }

  .eshop .price_box .price.discounted>span:nth-of-type(2) {
    font-size: 13px !important;
    color: #acacac;
  }

  .shopping_bag_promo_box {
    display: block;
  }

  .addons_box>div:nth-of-type(1) {
    width: 100%;
    display: block;
    padding: 40px 20px;
  }

  .addons_box>div:nth-of-type(2) {
    padding-right: 10px;
  }

  .addons_box>div:nth-of-type(1)>div>div:nth-of-type(1) {
    font-size: 20px;
  }

  .addons_box>div:nth-of-type(1)>div>div:nth-of-type(2) {
    font-size: 20px;
  }

  .addons_box>div:nth-of-type(1)>div>span {
    font-size: 36px;
  }

  [lang="en"] .addons_box>div:nth-of-type(1)>div>span {
    font-size: 26px;
    line-height: 1.1;
    display: block;
  }

  .addons_box>div:nth-of-type(2) {
    padding-right: 20px;
  }

  [lang="en"] .addons_box>div:nth-of-type(2) {
    padding: 0 10px !important;
  }

  .suggest_box>div:nth-of-type(1)>div:nth-of-type(1) {
    font-size: 26px;
  }

  .suggest_box {
    padding: 20px 20px;
    background: url(/library/images/tc/base/cart/interested.jpg) no-repeat center;
    background-size: cover;
  }

  /* .brand_overview img{
    width: 200px;
} */
  .lb_account_container {
    margin-left: 0px !important;
  }

  .lb_account_nav {
    position: relative !important;
    margin-top: 50px;
    width: 100% !important;
  }

  .lb_account_container .lb_secheader {
    left: 0px !important;
  }

  .lb_account_nav .profile_thumb {
    display: none !important;
  }

  .lb_account_nav .nav {
    display: flex;
    flex-wrap: wrap;
  }

  .lb_account_nav .nav>div {
    /*    padding: 10px 20px !important;*/
    /*    margin: 0 10px !important;*/
    padding: 10px 0 !important;
    margin: 0 !important;
    flex: 1 1 30%;
  }

  /* .lb_account_nav .nav > div:nth-last-of-type(1){
    border-bottom:none!important;
} */
  .grid_list>div {
    display: block;
    position: relative;
    border: 2px solid #f0efef;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #f6f6f6;
  }

  .grid_list.order.listing>div:nth-of-type(1) {
    background: #a9a68b !important;
    display: none;
  }

  .grid_list.order.listing>div {
    background: #f5f5f5 !important;
    border-radius: unset !important;
  }

  .grid_list.order.listing .title_box {
    margin-bottom: 0px !important;
  }

  .grid_list.order.listing .title_box>div:nth-of-type(1),
  .grid_list.order.listing .title_box>div:nth-of-type(2),
  .grid_list.order.listing .title_box>div:nth-of-type(3),
  .grid_list.order.listing .title_box>div:nth-of-type(4) {
    display: none;
  }

  .title_box .order_item_detail {
    display: block !important;
  }

  .grid_list.order.listing .order_detail {
    margin-bottom: unset !important;
  }

  .grid_list.order.listing .order_detail>div:before {
    content: attr(data-label);
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    border: unset;
    font-size: 12px;
    float: left;
  }

  .grid_list.order.listing .order_detail>div {
    border-bottom: 1px solid #ededed;
    display: block;
    font-size: 12px;
    text-align: right;
    padding: 7px 0;
    line-height: 19px;
  }

  .grid_list.order.listing .order_detail .price {
    font-size: 16px;
  }

  .personal_info {
    display: none !important;
  }

  .order_detail_box>div {
    border-bottom: 1px solid #ededed;
    display: block;
    font-size: 12px;
    text-align: right;
    padding: 7px 0;
    line-height: 19px;
  }

  .order_detail_box>div:nth-last-of-type(1) {
    border: unset;
  }

  .order_detail_box>div:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    clear: left;
  }

  .mobile_benefit {
    width: 260px;
  }

  /* .product_collection_container .pbasic_info * {
    font-size: 14px!important;
} */
  .suggest_item_box>div:nth-of-type(1) {
    font-size: 16px;
  }

  .suggest_item_box {
    padding: 20px;
    margin: 0 -20px;
  }

  .suggest_item_box .product_list {
    margin: 0;
    padding: 10px;
    gap: 10px;
  }

  .suggest_item_box .product_list>div {
    flex: 0 0 48%;
    display: block;
    margin: 0;
    padding: 10px 0;
  }

  .discount_label {
    padding: 5px 3px;
  }

  .product_list.product_2col .price[data-currency]::after {
    margin-left: -30px;
  }

  .product_list.product_2col .price::before {
    left: -2px;
    top: -2px;
  }

  .home_member>div:nth-of-type(1) {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 30px !important;
  }

  .global_footer.home_member .form_group {
    width: unset;
  }

  div#footermemberjoinnow>div {
    font-size: 18px !important;
  }

  .product_collection_container {
    margin-top: 0px;
  }

  .product_collection_container .item_list {
    margin-top: 0px;
    width: 100%;
    margin-top: 0px;
    transform: translateX(0%);
  }

  .product_collection_container .item_list>div {
    margin: 0px 10px;
    margin-bottom: 30px;
    flex: 0 1 42%;
  }

  .product_collection_container {
    margin-bottom: 0px !important;
  }

  .home_ads_right>div:nth-of-type(2) {
    height: auto;
  }

  .product_collection_container .list_container {
    height: 880px;
  }

  .product_details_profile_container .label_so_cigar {
    top: 411px;
    left: 65%;
    transform: unset;
  }

  .product_new_starter_container {
    margin: 80px 0;
  }

  .product_featured_container {
    padding-top: 0;
  }

  .form_group {
    width: 320px;
    margin: 8% auto 14%;
  }

  .invisable_layer {
    display: none;
  }

  .feature_des {
    display: none;
  }

  .featured_items_box {
    padding: 10px 10px;
    margin: 20px;
  }

  .feature_details_img {
    top: 278px;
    left: 15px;
    display: none;
  }

  .featured_items_box .feature_details {
    margin-left: 0px;
    max-width: inherit;
  }

  .featured_items_box .feature_details>div {
    text-align: center !important;
  }

  .product_featured_container .tagline {
    text-align: center;
  }

  .icon_hot_sale {
    left: 0;
  }

  .product_2col {
    margin: 0;
    gap: 16px;
  }

  .product_2col>div {
    margin: 0px;
  }

  .product_2col .property {
    display: none;
  }

  .product_2col>div {
    flex: 0 0 46%;
    border-bottom: none;
  }

  .product_2col .label_so_cigar {
    position: relative;
    top: 0;
    padding: 2px 10px;
    max-width: 80px;
  }

  .product_2col .brand {
    font-size: 14px;
    font-weight: 500;
  }

  .product_2col .name {
    padding-bottom: 5px;
  }

  .product_2col .option_box {
    display: none;
  }

  .product_2col .price {
    font-size: 16px;
    padding-left: 20px !important;
  }

  .product_2col .action_box {
    min-width: 100px;
  }

  .product_2col .price_box .price.discounted>span:nth-of-type(1) {
    font-size: 16px;
  }

  .product_2col .but_add_cart.buy {
    width: 100%;
    color: #fff !important;
    bottom: 20px !important;
  }

  .option_filter_box .mobile_icon_view_2col {
    display: block;
    position: absolute;
    right: 15px;
    align-items: center;
    font-size: 26px;
    color: #6a6a6a;
  }

  .sec_product_list .product_list_option_box .page_control {
    display: none;
  }

  .sec_pad .product_list_option_box .page_control {
    display: none;
  }

  .sys_msg_box.active>div {
    padding: 30px 45px;
    white-space: unset;
  }

  .grid_list>div {
    position: relative;
  }

  .grid_list>div:hover {
    border-left: unset;
    box-shadow: unset;
  }

  .grid_list .status {
    padding: 4px 22px;
    margin: unset;
    display: inline-block;
  }

  .grid_list .price {
    margin: 5px 0;
  }

  .grid_list.order .price {
    font-weight: 400;
    font-size: 18px;
    line-height: 19px;
  }

  .grid_list.order .order_detail_box {
    padding: 25px 20px;
  }

  .grid_list.order .price::before {
    position: unset;
  }

  .grid_list .but_general {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
  }

  .account .billing_shipping_box {
    flex-wrap: wrap;
  }

  .account .billing_shipping_box>div {
    flex: 0 0 100% !important;
  }

  .billing_shipping_box_border {
    border-right: unset !important;
    border-bottom: 1px solid #dedede;
  }

  .account .status {
    padding-right: 20px;
  }

  .auction_timer {
    top: 48% !important;
  }

  .lucky_title {
    font-size: 18px !important;
    padding: 7px !important;
  }

  .auction_countdown {
    max-width: 300px !important;
  }

  .auction_countdown>div {
    padding: 2px !important;
    margin: 2px !important;
    border: none !important;
  }

  .auction_countdown>div>div:nth-of-type(1) {
    font-size: 12px !important;
  }

  .auction_countdown>div>div:nth-of-type(2) {
    font-size: 30px !important;
  }

  .cny_table_mobile {
    border: 0px solid rgba(0, 0, 0, 0);
    border-collapse: separate;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }

  .cny_table_mobile {
    height: auto;
    max-width: 100%;
  }

  .cny_table_desktop img {
    display: none;
  }

  .cny_table_mobile {
    display: block;
  }

  .account_summary_box {
    display: block !important;
    margin-top: 0;
  }

  .dash_board_results {
    text-align: right;
    padding-bottom: 20px;
  }

  .dash_board_coin_box .but_general {
    width: 100%;
  }

  .order_details_overview {
    display: block !important;
  }

  .order_details_overview>div>div:nth-of-type(2) {
    font-size: 14px !important;
    text-align: right;
    display: block;
    margin: unset;
  }

  .order_details_overview .price::before {
    font-size: 14px !important;
  }

  .order_details_overview>div {
    display: flex;
    justify-content: space-between;
    border-right: unset !important;
  }

  .account #product_list {
    border: unset !important;
    font-weight: 400;
    background: unset !important;
  }

  .mobile_wishbox {
    position: relative;
  }

  .mobile_wishbox>div:nth-of-type(2)>div:nth-of-type(3) {
    position: absolute;
    top: 86px;
    right: 92px;
  }

  .mobile_price_box {
    position: absolute;
    left: 155px;
    top: 100px;
  }

  .wishlist>div {
    box-shadow: unset !important;
    border-left: 1px solid #e6e6e6 !important;
    border: 1px solid #e6e6e6;
    border-radius: 0 !important;
  }

  .wishlist_m .name {
    position: absolute;
    right: 0;
    top: 60px;
    left: 160px;
  }

  .wishlist_m .list_action {
    position: absolute;
    top: 20px;
    right: 10px;
  }

  .wishlist_m>div {
    padding: 0 !important;
    width: 100% !important;
  }

  .wishlist_m .property {
    margin: 0 auto;
  }

  .wishlist_m .brand {
    position: absolute;
    right: 0;
    top: 30px;
    left: 160px;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 2px 10px;
  }

  .com_slider_controller {
    margin-top: 0;
  }

  .btn_flex .but_general {
    flex: 1;
  }

  .action_tab>div {
    margin-left: 5px;
  }

  .product_listing_brand_logo {
    width: 150px;
    margin: 20px auto;
    margin-bottom: 0;
  }

  .brand_series>div {
    align-items: center;
  }

  .sec_product_list .top_banner {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 160px;
    margin-top: 106px;
  }

  .series_name>div {
    display: none;
  }

  .brand_logo_vf>div>div:nth-of-type(3) {
    display: none;
  }

  .brand_logo_vf::-webkit-scrollbar {
    display: none;
  }

  .brand_list {
    padding: 0 0 20px;
  }

  .brand_list>div {
    margin: 5px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: unset;
    overflow-x: unset;
  }

  .brand_list>.brand_social {
    justify-content: center;
    margin-bottom: 2.5rem;
    gap: 25px;
  }

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

  .brand_list_info_contasiner {
    display: block !important;
    text-align: center;
  }

  .view_more {
    bottom: 40px;
    font-weight: 100;
    font-size: 16px;
    text-shadow: 1px 1px 3px black;
  }

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

  .series_info_container>div:nth-of-type(2) {
    padding-top: 0px;
  }

  .brand_series {
    margin: 0px;
  }

  .sec_product_list .brand_series.swiper {
    width: 100%;
  }

  /* .brand_series > div:nth-of-type(1) {
    padding: 0px 30px;
  } */
  .series_info_container>div {
    margin: 0px !important;
  }

  .series_info_container>div:nth-of-type(2) {
    flex: 0 0 60vw !important;
  }

  .product_hot_container .item_list .pbasic_info>div:nth-of-type(3) span {
    font-weight: 300;
    font-size: 13px;
  }

  .nav .subnav.brand .brand_logo img,
  .brand_logo img {
    max-height: 64px;
    max-width: 100px;
  }

  .search_box .but_general {
    font-size: 24px;
    max-height: 32px;
    padding: 3px 20px;
    margin: 2px 6px;
  }

  .icon_new_brand {
    position: absolute;
    top: 15px;
    right: 10px;
  }

  #hot_sale_items .addtofav_pos {
    top: 120px;
  }

  #hot_view_items .addtofav_pos {
    top: 120px;
  }

  #hot_discount_items .addtofav_pos {
    top: 120px;
  }

  .product_list .action_box .badge_gold {
    top: 6px;
    left: 11px;
  }

  .product_list .action_box .badge_gold img {
    width: 15px;
  }

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

  .product_list .action_box .addtofav_pos {
    top: 16px;
    right: 16px;
  }

  .bottom_add_cart {
    display: block;
    width: 100%;
    padding: 0 !important;
  }

  .bottom_add_cart .add_to_shopping_bag {
    padding: 10px !important;
    margin: 0 !important;
  }

  .product_details_profile_container .add_cart_restricted {
    display: none;
  }

  .vf_desktop {
    display: none;
  }

  .vf_mobile {
    display: block;
  }

  .swiper-container_hotitem {
    display: none;
  }

  .swiper-container_hotitem_m {
    display: block;
  }

  .web_banner_promo {
    display: none;
  }

  .web_banner_promo_m {
    display: block;
    text-align: center;
  }

  .icon-icon_shopping_bag:not([data-item-total="0"])::after {
    top: 5px !important;
    left: 60% !important;
    width: 15px !important;
    height: 15px !important;
    background-color: #4a4836 !important;
  }

  .icon-icon_envelop:not([data-item-total="0"])::after {
    top: 5px;
    left: 60%;
  }

  .remark_container {
    top: 5px;
    left: 224px;
  }

  .main_mega_banner {
    display: none;
  }

  .main_mega_banner_m {
    display: block;
  }

  .main_story_container .swiper-horizontal>.swiper-pagination-bullets,
  .main_story_container .swiper-pagination-bullets.swiper-pagination-horizontal,
  .main_story_container .swiper-pagination-custom,
  .main_story_container .swiper-pagination-fraction {
    bottom: 60px !important;
  }

  .main_mega_container .swiper-horizontal>.swiper-pagination-bullets,
  .main_mega_container .swiper-pagination-bullets.swiper-pagination-horizontal,
  .main_mega_container .swiper-pagination-custom,
  .main_mega_container .swiper-pagination-fraction {
    bottom: 230px !important;
  }

  .mini_banner_container .swiper-horizontal>.swiper-pagination-bullets,
  .mini_banner_container .swiper-pagination-bullets.swiper-pagination-horizontal,
  .mini_banner_container .swiper-pagination-custom,
  .mini_banner_container .swiper-pagination-fraction {
    bottom: 60px !important;
  }

  .home_mega.mega_a .mega_content .title {
    font-size: 20px;
  }

  .home_mega.mega_a .mega_content {
    width: 100%;
    position: unset;
    transform: unset;
    text-align: -webkit-center;
    background: #edede3cc;
    padding: 30px;
  }

  .home_mega .mega_brand_logo.logo_height {
    max-height: unset;
  }

  .home_mega.mega_content .btn {
    background: #ec791b;
    width: 100%;
  }

  .home_mega .mega_dt {
    display: none;
  }

  .home_mega .mega_mb {
    display: block;
  }

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

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

  .mega_content .details {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 20px;
    font-weight: 500;
  }

  .brand_logo_vf .series_name {
    color: #4b4b4b;
    font-weight: 300;
    margin: 15px 0px;
    height: unset;
  }

  .brand_logo_vf>div {
    flex: 0 0 120px !important;
    margin: 10px !important;
  }

  .brand_logo_vf>div>div:nth-of-type(1) {
    min-height: 50px;
  }

  .brand_logo_vf>div>div:nth-of-type(1) img {
    max-height: 50px;
  }

  .fix_icon_promo {
    bottom: 80px;
  }

  .blog_flex>div {
    flex: 0 0 44%;
  }

  .full_logo {
    margin: 20px auto !important;
  }

  .full_logo img {
    min-width: 70px !important;
  }

  .full_logo>div {
    margin: 0 15px;
  }

  .region_list {
    top: 48px;
    bottom: unset;
    left: 0;
  }

  .full_logo img {
    min-width: 85px;
  }

  .menu-pane .region_lang_container {
    display: flex;
  }

  .mini_cigar_container .mini_box {
    padding: 20px;
  }

  .mini_cigar_container .cigar_gallary>div:nth-of-type(3) {
    display: none;
  }

  .mini_cigar_container .cigar_gallary {
    min-height: 280px;
  }

  .mini_cigar_container .cigar_logo {
    display: flex;
    height: unset;
    flex-wrap: nowrap;
    margin: 0 auto 20px;
    justify-content: unset;
    overflow: scroll;
  }

  .mini_cigar_container .cigar_logo>div {
    margin: 12px;
    flex: 0 0 16%;
    overflow: hidden;
  }

  .mini_cigar_container .t1,
  .mini_cigar_container .t2,
  .mini_cigar_container .t3 {
    border-bottom-style: unset;
    border-bottom-width: unset;
    border-color: unset;
  }

  .mini_cigar_container>div:nth-of-type(2) {
    padding: 30px 0;
  }

  .mini_cigar_container .cigar_gallary {
    min-height: 250px;
    margin: 30px auto;
  }

  .mini_cigar_container .cigar_details .cigar_info>div:nth-of-type(1) {
    font-size: 20px;
  }

  .mini_cigar_container .cigar_details .cigar_info>div:nth-of-type(2) {
    font-size: 24px;
  }

  .product_item_container {
    max-width: 100%;
    padding: 20px;
  }

  .mini_cigar_container .headline,
  .product_item_container .headline,
  .main_mega_container .headline {
    font-size: 30px;
  }

  .product_item_container>div:nth-of-type(1) {
    position: relative;
  }

  .product_item_container .product_item_box {
    display: flex;
    max-height: unset;
    overflow: auto;
  }

  .product_item_container .product_item_box>div:nth-of-type(1).selected:before,
  .product_item_container .product_item_box>div:nth-of-type(2).selected:before,
  .product_item_container .product_item_box>div:nth-of-type(3).selected:before {
    bottom: -18px;
  }

  .product_item_container .item_text {
    top: 40%;
    padding: 0;
    opacity: 1;
  }

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

  .product_item_container .product_item_box .btn_circle_go:before {
    right: 10%;
  }

  .mega img {
    height: unset;
  }

  .product_item_container .item_text>div:nth-of-type(1) {
    display: none;
  }

  .product_item_container .item_image {
    opacity: 1;
    display: block;
    width: unset;
    height: unset;
    padding: unset;
  }

  .product_item_container .item_image.selected .btn_circle_go {
    bottom: 24px !important;
    width: 80%;
    padding: 3px 0px;
  }

  .product_item_container .product_list {
    justify-content: unset;
    padding: 20px 0px;
    background-color: #fff;
  }

  .product_list.product_newcol>div {
    margin: 5px;
  }

  .product_item_container .product_list.product_list_pipe .pthumb,
  .product_item_container .product_list.product_list_starter .pthumb,
  .product_item_container .product_list.product_list_accessories .pthumb {
    height: auto;
  }

  .product_item_container .product_list.product_newcol>div {
    /*    flex: 0 0 40%;*/
    flex: none;
    width: 40%;
    margin: 0;
  }

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

  .product_item_container .product_2col .but_add_cart.buy {
    width: 100%;
    bottom: 10px;
  }

  .blog_container {
    padding: 10px;
    display: block;
    margin: 80px auto;
  }

  .product_featured_container_2 {
    display: block;
    margin: 100px 0;
  }

  .product_featured_container_2 .featured_items_box {
    padding: unset;
    margin: 10px;
  }

  .product_featured_container_2 .featured_items_box>div {
    padding: 0px 20px;
    flex: 0 0 60%;
  }

  .product_featured_container_2 .feature_des {
    padding: 0;
  }

  .product_featured_container_2 .price_box {
    margin-bottom: 70px;
  }

  .featured_items_box .stick_param {
    background-size: 38%;
  }

  .blog_container .blog_flex>div {
    flex: 0 0 60%;
    margin-bottom: 60px;
  }

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

  .product_featured_container_2 .intro_box {
    text-align: center;
  }

  #hot_sale_items_mobile .swiper-pagination-bullet-active,
  #hot_view_items_mobile .swiper-pagination-bullet-active {
    background: #c8b96f;
  }

  .product_item_container .item_image .item_text>div:nth-of-type(2) {
    display: none;
  }

  .product_item_container .item_image.selected .item_text>div:nth-of-type(2) {
    display: block;
    width: 90px;
  }

  .product_item_container .item_image .title,
  .product_item_container .item_image.selected .title {
    font-size: 15px;
    width: 100%;
    padding: 0 15px;
    white-space: normal;
  }

  .product_hot_container .item_list .but_add_cart.buy {
    bottom: -50px;
  }

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

  .product_item_container .product_item_bg.brand_a,
  .product_item_container .product_item_bg.brand_b,
  .product_item_container .product_item_bg.brand_c {
    height: 240px;
  }

  .coupon_list .code_box_expired_date {
    width: 82%;
    justify-content: center;
    bottom: 15px;
    top: unset !important;
  }

  .lb_account_nav.mobile .nav.nav_selected .but_referral img {
    display: none !important;
  }

  .lb_account_nav.mobile .nav.nav_items>div {
    padding: 20px !important;
  }

  .lb_account_container .heading {
    display: none;
  }

  /********** product5_container fix **********/
  .product_item_container .product_list {
    margin-top: 0;
    margin-bottom: 30px;
    overflow: auto;
  }

  .product_list.product_newcol>div {
    display: flex;
    flex-direction: column;
  }

  .product_newcol .but_add_cart {
    /*    position: relative;*/
    position: unset;
    margin-top: auto;
  }

  .product_2col .price {
    margin-bottom: 20px;
  }

  .product5_container i {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.45;
  }

  .grid_list>div>div:nth-of-type(1):before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    border: unset;
    font-size: 12px;
  }

  /********** product5_container fix ends **********/
  .zodiac_button {
    margin: 10px 15px !important;
  }

  .usable_coupon_item .details_box .expired_still_left_container {
    display: table;
    position: static;
    margin: 10px 0px;
  }

  .usable_coupon_item .coupon_wrapper {
    display: block !important;
  }

  .feature_filter::before {
    content: "";
    width: 10px;
    height: 10px;
    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:20;stroke-linecap:round;stroke-miterlimit:133.3333;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M150,83.9h139.5'/%3E%3Cpath class='st0' d='M10.5,83.9h69.8'/%3E%3Cpath class='st0' d='M237.2,216.1h52.3'/%3E%3Cpath class='st0' d='M10.5,216.1h152.3'/%3E%3Ccircle class='st0' cx='115.1' cy='83.9' r='34.9'/%3E%3Ccircle class='st0' cx='202.3' cy='216.1' r='34.9'/%3E%3C/g%3E%3C/svg%3E%0A");
  }

  .product_list .product_list_box>div {
    flex: 0 0 50%;
    padding: 20px;
  }

  .suggest_item_box .product_list .price {
    font-size: 16px;
  }

  .product_filter:after {
    right: 8 0px;
  }

  .icon_sort_price_lowtohigh {
    right: 20px;
  }

  .product_filter_box>div {
    padding: 20px;
  }

  .feature_filter_m {
    height: 85vh;
    overflow: scroll;
  }

  .feature_filter_box {
    margin: 5px 0 10px;
  }

  .feature_filter_wrapper>div:nth-of-type(1) {
    margin-left: 5px;
    background: #f1f1f1;
    padding: 10px;
  }

  .feature_filter_wrapper {
    font-size: 13px;
    font-weight: 400;
    color: #4a4a4a;
  }

  .feature_filter_wrapper .nav_rotate {
    font-size: 13px;
  }

  .product_filter_box>div:nth-of-type(2)>div:nth-of-type(1) {
    box-shadow: unset;
  }

  .feature_filter .feature_filter_wrapper .checkbox_container.row .opt_list>div {
    flex: 0 0 46%;
  }

  .logo.v6 {
    width: 135px !important;
    border: unset;
  }

  .menu-container {
    display: block !important;
  }

  .main_story_container.top_slider .top_slider_dot {
    bottom: 5px;
  }

  .main_story_container.top_slider .top_slider_dot>div {
    margin-right: 3px;
  }

  .product_item_container .product_item_box>div .btn_circle_go {
    font-size: 12px;
  }

  .product_item_container .product_item_box>div .selected {
    border-bottom: 12px solid #ecc518;
  }

  .product5_container {
    overflow-y: visible;
    overflow-x: hidden;
  }

  .quick_scbox .icon-icon_user,
  .quick_scbox .icon-icon_shopping_bag {
    display: none;
  }

  .hamburger-icon {
    top: 0px;
  }

  .product_list .action_box>.add_cart_restricted {
    min-width: unset !important;
  }

  .header_banner_promo {
    margin-top: 60px;
    border-bottom: 2px solid #fff;
  }

  .btn_m_container {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    display: flex;
    gap: 10px;
    padding: 10px;
  }

  .brand_list_description {
    display: none;
  }

  .pick_cigar {
    max-width: 180px;
    margin: 20px auto 40px !important;
  }

  .pick_cigar span {
    padding: 8px 0;
  }

  #easychat-floating-button {
    bottom: 65px !important;
  }

  #easychat-floating-button {
    right: 15px !important;
  }

  #wideshort_banner_container {
    margin-top: 30px;
  }

  .icon-icon_call {
    display: none;
  }

  #easychat-floating-button {
    z-index: 10 !important;
  }

  .domestic_bottom_logo {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 70px 20px 70px;
  }

  .domestic_bottom_logo>div {
    flex: 1;
    margin: 0px 10px;
    height: unset;
  }

  .domestic_bottom_logo>div>div {
    padding: unset;
    width: 63px;
  }

  .domestic_bottom_logo img {
    max-width: 70px;
  }
}