@charset "utf-8";

@media only screen and (max-width: 500px) {
  .product_section_header .heading {
    font-size: 36px;
    text-transform: uppercase;
  }

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

  .product_section_header .introduction {
    margin: 20px;
    font-size: 16px;
  }

  .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;
  }

  /* .option_filter_box > div > div:nth-child(2){
        display: none;
    }
    .option_filter_box > div > div:nth-child(3){
        display: none;
    }
    .option_filter_box > div > div:nth-child(4){
        display: none;
    }
    .option_filter_box > div > div:nth-child(5){
        display: none;
    }
    .option_filter_box > div > div:nth-child(6){
        display: none;
    } */
  .product_list_option_box {
    margin: 0px 10px;
  }

  .product_list>div {
    flex-basis: 100%;
    border-bottom: thin solid #e8e8e8;
  }

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

  .product_list_option_box>div {
    padding: 5px 10px;
    flex: 1;
  }

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

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

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

  .product_filter_box .action_box .but_general {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 94%;
    margin: 10px;
    z-index: 1000000;
    font-size: 18px;
  }

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

  .product_details_profile_container .add_to_shopping_bag {
    position: fixed;
    bottom: 10px;
    z-index: 100000;
    right: 30px;
    width: 62%;
    height: 38px;
  }

  .product_filter_box>div:nth-of-type(2) {
    display: block;
  }

  .product_filter_box>div:nth-of-type(2)>div:nth-of-type(1) {
    border-bottom: 1px solid #d6d6d6;
  }

  .product_filter_box>div:nth-of-type(2)>div:nth-of-type(2) {
    margin-left: 0;
    max-height: 28vh;
    overflow: auto;
    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;
  }

  .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: 30px;
    flex: 1;
  }

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

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

  .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: #ffffff;
    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;
  }

  .lb_account_container .action_tab {
    z-index: 1;
  }

  .action_tab {
    width: 100%;
    bottom: 0;
    background-color: #ffffff;
    top: unset;
  }

  .action_tab>div {
    padding: 8px 13px 7px !important;
  }

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

  .shopping_bag_list>div {
    margin-bottom: 60px;
  }

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

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

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

  #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;
  }

  .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: 10px;
  }

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

  .menu-container {
    display: block;
  }

  .hamburger-icon span {
    height: 2px;
    width: 30px;
    background-color: rgb(255, 255, 255);
    display: block;
    margin: 5px 0px 5px 0px;
    transition: 0.5s ease-in-out;
    transform: none;
  }

  #openmenu:checked~.menu-pane {
    left: 0vw !important;
  }

  #openmenu:checked~.hamburger-icon span:nth-of-type(2) {
    transform: translate(0%, 330%) rotate(-45deg);
    background-color: white;
  }

  #openmenu:checked~.hamburger-icon span:nth-of-type(3) {
    transform: rotate(45deg);
    background-color: white;
  }

  #openmenu:checked~.hamburger-icon span:nth-of-type(1) {
    opacity: 0;
  }

  #openmenu:checked~.hamburger-icon span:nth-of-type(4) {
    opacity: 0;
  }

  .menu-pane .subnav {
    max-height: 0;
    padding: 0px 20px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
  }

  .menu-pane .subnav.active {
    max-height: 2000px;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
  }

  .menu-pane .subnav.brand {
    background-color: #f5f5f5ff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    text-shadow: none;
    color: #333333;
    box-shadow: 0px 0px 5px #393d42;
    overflow: auto;
    padding: 0px;
  }

  .menu-pane .subnav.brand .cate_view_all>div {
    border-radius: 15px;
    padding: 5px 15px;
    background: linear-gradient(to bottom, #2b3637 0%, #6c797f 100%);
    color: #ffffff;
  }

  .menu-pane .subnav.brand.c1 .cate_view_all {
    background: linear-gradient(to right bottom, #ffdc79 0%, #fff4bf 100%);
  }

  .menu-pane .subnav.brand.c2 .cate_view_all {
    background: linear-gradient(to bottom, #ebf2f3 0%, #d9dedf 100%);
  }

  .menu-pane .subnav.brand.c34 .cate_view_all {
    background: linear-gradient(to right bottom, #d5cc67 0%, #e4dc7f 100%);
  }

  .menu-pane .subnav.brand>div:nth-of-type(2) {
    /*
    display:flex;
    */
    flex-wrap: wrap;
    padding: 10px 0px;
    background-color: #ffffff;
  }

  .menu-pane .subnav.brand>div:nth-of-type(2)>div {
    padding: 10px 35px;
    padding-right: 10px;
    font-size: 16px;
    flex: 1 1 33%;
    position: relative;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea;
  }

  .menu-pane .subnav.brand>div:nth-of-type(2)>div:nth-last-of-type(1) {
    border-bottom: none;
  }

  .menu-pane .subnav.brand .brand_logo {
    flex: 0 0 80px;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-48%);
  }

  .menu-pane .subnav.brand>div:nth-of-type(2)>div .name>div:nth-of-type(2) {
    font-size: 12px !important;
    display: table;
    padding: 1px 15px;
    margin-top: 5px;
    box-shadow: 0px 0px 0px 1px #dedede;
    border-radius: 15px;
  }

  .menu-pane .subnav.brand>div:nth-of-type(2)>div:hover {
    background-color: #ffffffff;
    box-shadow: 0px 0px 5px #6e7f91;
  }

  .menu-pane .subnav.brand>div:nth-of-type(2)>div:hover .name>div:nth-of-type(2) {
    background-color: #2b3637;
    box-shadow: 0px 0px 0px 1px #ffffff;
    color: #ffffff;
  }

  .menu-pane .subnav.brand.c1>div:nth-of-type(2)>div:hover .name>div:nth-of-type(2) {
    background-color: #9b4600;
  }

  .menu-pane .subnav.brand>div:nth-of-type(2)>div::before {
    content: "";
    height: 0px;
    position: absolute;
    width: 3px;
    background-color: #e5c900;
    left: 17px;
    border-radius: 5px;
    top: 15px;
  }

  .menu-pane .subnav.brand.c2>div:nth-of-type(2)>div::before {
    background-color: #1c2d35;
  }

  .menu-pane .subnav.brand>div:nth-of-type(2)>div:hover::before {
    height: calc(100% - 25px);
  }

  .menu-pane .subnav>div {
    padding: 10px 30px;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 14px;
  }

  .menu-pane .subnav.brand {
    background-color: #ffffff;
  }

  div.menu-pane {
    background-color: #a9222b;
    position: absolute;
    transform-origin: (20%, 0);
    width: 100%;
    height: auto;
    transition: 0.7s ease-in-out;
    opacity: 1;
    max-height: 100vh;
    min-height: 100vh;
    visibility: visible;
    right: 0;
    top: 0;
    padding: 70px 0px 0px;
    overflow: auto;
    box-sizing: content-box;
  }

  .arrow_div {
    padding: 20px;
    position: relative;
  }

  .arrow_div::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 5px;
    border-left: 5px solid #914303;
    border-bottom: 5px solid #914303;
    right: 10px;
    top: 25%;
    transform: translateY(-25%) rotate(-45deg);
  }

  .menu-pane p {
    color: black;
    font-size: 0.6em;
  }

  .menu-pane nav {
    padding: 10%;
  }

  .menu-links {
    font-family: "Montserrat", arial, chinese;
    font-size: 16px;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    color: #904d16;
    background-color: #fff9f2;
    overflow: auto;
    height: auto;
    padding: 10px 0px;
  }

  .menu-links>div {
    padding: 0px;
    position: relative;
  }

  .menu-links>div>div {
    padding: 20px 30px;
  }

  .menu-links div,
  a,
  span {
    transition: 0.5s ease-in-out;
    text-transform: uppercase;
  }

  .menu-links div a {
    color: white;
    text-decoration: none;
  }

  .menu-links div:hover a {
    color: #ffab91;
  }

  .menu-links div:first-child:hover a {
    color: black;
    background-color: #ffab91;
  }

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

  ::-webkit-scrollbar-track {
    background-color: rgb(255, 250, 244);
  }

  ::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 0 rgba(214, 214, 214, 0.26);
  }

  #QC-info {
    background-color: #ffab91;
    border: 2px solid;
    border-color: #ffab91;
    display: block;
    opacity: 0;
  }

  .menu-links li:first-child:hover #QC-info {
    opacity: 1;
  }

  .menu-links li:first-child:hover #DC-info {
    opacity: 1;
  }

  #DC-info {
    background-color: #ffab91;
    border: 2px solid;
    border-color: #ffab91;
    display: block;
    opacity: 0;
  }

  .menu-links li:first-child a {
    padding: 5px;
  }

  input.hamburger-checkbox {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 10vw;
    opacity: 0;
    height: 6vh;
  }

  .lang_tab,
  .currency_tab {
    color: #ffffff;
  }

/*
  .lang_menu {
    position: fixed;
    z-index: 100;
    transform: none;
    bottom: inherit;
    border-radius: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    font-size: 20px;
  }
*/

  .currency_menu>div,
  .lang_menu>div {
    font-size: 13px;
  }

  .mobile_info {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    padding: 15px 30px;
  }

  .mobile_info>div {
    font-size: 13px;
  }

  /* header {
    padding: 8px 0px;
    margin: 20px 10px;
    border-radius: 10px;
} */
  .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;
  }

  .home_mini_ads_box2 .slider_controller>div {
    /*display: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%;
  }

  .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%;
  }

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

  .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;
  }

  header>div {
    padding-right: 50px;
  }

  nav {
    display: none;
  }

  .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: 15px 0;
    font-size: 18px;
  }

  search input {
    width: 260px;
  }

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

  .main_container {
    position: relative;
  }

  .main_story_container {
    background: none;
    background-color: #ffffff;
  }

  .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;
  }

  .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%;
  }

  .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;
  }

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

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

  .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;
  }

  .quick_scbox {
    margin-right: 20px !important;
  }

  .quick_scbox>div {
    font-size: 22px !important;
  }

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

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

  .quick_scbox>div:nth-of-type(4) {
    display: none;
  }

  .quick_scbox>div:nth-of-type(5) {
    display: none;
  }

  .product_new_starter_container {
    display: block !important;
  }

  .from_pos {
    top: 98px !important;
    position: sticky;
    z-index: 9;
  }

  .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 15px;
    display: inline-table;
  }

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

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

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

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

  .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;
  }

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

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

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

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

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

  .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: -60px;
  }

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

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

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

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

  .product_release_container .but_general {
    color: #ffffff;
  }

  .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: 16px;
    padding-top: 10px;
    color: #ac7700;
  }

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

  .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: 0px;
    margin-top: 10px;
  }

  .product_collection_container {
    margin-bottom: 50px !important;
    margin-top: 80px !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: 100;
    font-size: 40px;
    margin-bottom: 4px;
  }

  .product_collection_container .tagline {
    font-size: 14px;
    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 13px 7px;
    line-height: 26px;
  }

  .product_collection_container .item_list {
    width: 100%;
    margin-top: 10px;
  }

  .product_collection_container .item_list>div {
    flex: 1 1 40%;
  }

  .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: 14px;
    margin: 10px 8%;
    text-align: left;
  }

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

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

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

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

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

  .featured_items_box .feature_details {
    margin: 0 0 20px 46px;
    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: 60px;
  }

  .properties {
    display: none;
  }

  .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;
  }

  .product_list>div:hover .shape {
    background-color: #5a5a5a;
    box-shadow: 0px 0px 0px 1px #ffffff;
    color: #ffffff;
  }

  .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;
  }

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

  .feature_details_img {
    width: 100%;
    position: absolute;
    top: 140px;
    right: 10px;
  }

  .feature_details_img img {
    width: 54px;
  }

  .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: 2px 20px 50px;
  }

  .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%;
    bottom: -8px;
    z-index: 1;
  }

  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: 20px;
    text-align: center;
  }

  .footer_mobile>div {
    width: 100%;
    margin: 0;
    font-size: 28px;
    font-weight: 500;
    cursor: pointer;
  }

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

  .icon-icon_user:before {
    color: #ffffff;
  }

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

  .icon-icon_heart:before {
    color: #ffffff;
  }

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

  .icon-icon_support:before {
    position: inherit;
    top: 2px;
    right: 0;
    color: #ffff;
  }

  .sitemap {
    font-size: 16px;
    text-align: left;
    padding: 10px 0px;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    background-color: #a9222b;
  }

  .sitemap>div {
    /* flex: 1 1 100%; */
    /* min-width: 0; */
    padding: 10px 30px;
  }

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

  site_footage .sitemap {
    display: none;
  }

  .footer_social_network {
    width: 100%;
    padding: 10px;
    background-color: #a9222b;
  }

  .footer_social_network>div {
    flex: 1 1 auto;
    text-align: center;
  }

  /* .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;
  }

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

  .home_mini_ads_box2 {
    display: block;
  }

  .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;
  }

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

  .search_list>div>div {
    padding: 10px;
    display: flex;
    flex-basis: 100%;
    padding: 10px;
    margin-top: 0px !important;
  }

  .search_list .brand {
    background: #e3ebec;
    color: inherit;
  }

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

  .search_list>div>div:nth-of-type(1) {
    border-bottom: 1px solid #272f37;
    box-shadow: 0px 3px 30px #dedede;
    margin: 0px;
    flex-wrap: nowrap;
  }

  .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.wishlist.listing.wishlist_m .but_delete {
    margin-right: 10px;
  }

  .search_list.wishlist.listing.wishlist_m .but_delete::before,
  .search_list.wishlist.listing.wishlist_m .but_delete::after {
    width: 10%;
    background-color: #757575;
  }

  .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;
  }

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

  .search_list .list_action .but_add_cart.buy {
    height: 35px;
  }

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

  .logo {
    margin-left: 15px;
  }

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

  .shopping_bag_list .unit_subtotal_box {
    flex-wrap: wrap;
  }

  .announcement_box {
    bottom: 70px;
  }

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

  .age_agreement_box .notice {
    font-size: 16px !important;
  }

  .age_agreement_box .details ul,
  .age_agreement_box .notice ol {
    padding-left: 10px;
    font-size: 13px !important;
  }

  .age_agreement_box>div {
    padding: 20px !important;
    top: 10px !important;
    right: 10px !important;
    left: 10px !important;
    bottom: 10px !important;
    transform: inherit !important;
  }

  .age_agreement_box img {
    width: 200px;
    margin-top: 30px;
  }

  .age_agreement_box .heading {
    font-size: 16px !important;
  }

  .age_agreement_box .headline {
    margin-top: 20px;
  }

  .grid_list>div {
    display: block;
  }

  .option .current {
    min-width: 80px;
    min-height: 25px;
  }

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

  .usable_coupon_item {
    margin-bottom: 20px;
  }

  .usable_coupon_item .term {
    margin-bottom: 20px;
  }

  .usable_coupon_item .code_box {
    width: 90%;
    text-align: center;
    position: absolute;
    bottom: 0;
    margin-bottom: 20px;
  }

  .usable_coupon_list {
    padding-bottom: 10px;
  }

  ol {
    margin-bottom: 40px;
  }

  #main_noticontent_frame {
    justify-content: space-between;
    text-align: center;
    justify-content: center;
    padding: 0 10px;
  }

  #top_bar_list {
    min-width: 320px;
  }

  .top_bar_main {
    padding: 0;
  }

  .current_using_code_box {
    top: 210px;
  }

  #main_noti_box_top_bar {
    top: 52px;
  }

  .db_box.mycoupon .pwa_mycoupon_info img {
    width: 70px;
  }

  .db_box.mycoupon .pwa_mycoupon_name {
    font-size: 13px;
  }

  .db_box.mycoupon .pwa_mycoupon_discount .discount_ds:before {
    left: -2px;
  }

  .db_box.mycoupon .pwa_mycoupon_details {
    padding: 0;
  }

  /*notification top bar starts*/
  #top_bar_list {
    min-width: 85vw;
    margin: 4px 0 !important;
    width: 85vw;
  }

  .top_bar_des {
    font-size: 13px;
  }

  #main_noticontent_frame.special_promotion {
    width: 95vw;
  }

  [lang="en"] .global_delivery .top_bar_main {
    gap: 5px;
  }

  /*notification top bar ends*/
}