@media screen and (max-width: 768px) {
  .content {
    padding: 0 1.2rem;
  }
  .swiper_content {
    padding: 10px 1.2rem;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .head .subtitle {
    font-size: 14px;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }
  .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .video_pop .pop_content {
    max-width: 90vw;
    height: 300px;
    border-radius: 6px;
  }
  .video_pop .pop_content {
    width: 90vw;
    height: auto;
  }
  .modalcomment .modalcontent {
    width: 100%;
  }
  .modalcomment.active .modalcontent {
    top: unset;
    bottom: 0;
    transform: translateY(0);
  }
  .modalcomment .modalcontent {
    bottom: -200%;
    top: unset;
    left: 0;
    padding: 1.2rem;
    transform: translateY(0);
  }
  .modalcomment input:not([type="submit"]),
  .modalcomment textarea {
    font-size: 16px;
    height: auto;
  }
  .modalcomment div.validform {
    width: 100%;
  }
  .modalcomment div.validform .icon {
    width: 3rem;
    height: 3rem;
  }
  .modalcomment div.validform p strong {
    font-size: 20px;
  }
  .modalcomment div.validform p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .login-modal .modalcontent .left {
    width: 100%;
    order: 9;
    padding: 1.2rem;
  }
  .login-modal .modalcontent {
    width: 100%;
    top: unset;
    bottom: -100%;
    border-radius: 0;
    left: 0;
    transform: translateX(0%);
  }
  .login-popup .login-modal .modalcontent {
    bottom: 0;
    top: unset;
    left: 0;
    transform: translateX(0%);
  }
  .login-modal .modalcontent .left .logo {
    width: 60%;
    margin-bottom: 3rem;
    display: none;
  }
  .login-modal .modalcontent .right {
    width: 100%;
    padding: 3rem 1.2rem;
    padding-bottom: 0;
  }
  .login-modal .modalcontent .right input:not([type="submit"]) {
    line-height: 0.5;
    padding: 15px 30px;
  }
  .login-modal .modalcontent .right strong {
    font-size: 20px;
    margin-bottom: 0.5rem;
  }
  .login-modal .modalcontent .left a img {
    width: 17px ;
  }
  .login-modal .modalcontent .left a.facebook img {
    width: 20px;
  }
  .login-modal .modalcontent .left a {
    height: 38px;
    font-size: 14px;
  }
  .login-modal .inputs-block > p {
    margin-bottom: 1rem;
  }
  .inputs-block > p {
    margin-bottom: 30px;
  }
  .login-modal .modalcontent .right input[type="submit"] {
    font-size: 14px;
    padding: 0.7rem;
  }
  .login-modal .modalcontent .right form {
    margin-top: 1rem;
  }
  .login-modal .modalcontent .right form span.forget-switch {
    font-size: 14px;
  }
  .login-modal .modalcontent .right .login-bottom label {
    font-size: 15px;
  }
  .login-bottom {
    margin-bottom: 30px;
  }
  .login-popup .login-modal .modalcontent > div > .flex {
    flex-flow: wrap;
  }
  .login-modal .modalcontent .left .logo + p {
    display: none;
  }
  button.btn,
  a.btn,
  button.btn_more,
  a.btn_more {
    font-size: 14px;
    padding: 12px 22px;
    min-width: 120px;
  }
  .swiper_btns {
    gap: 1rem;
  }
  .swiper_btns div {
    width: 44px;
    height: 44px;
    clip-path: polygon(6px 0, 100% 0, 100% 100%, 0 100%, 0 6px);
  }
  .swiper_btns div::before {
    clip-path: polygon(6px 0, 100% 0, 100% 100%, 0 100%, 0 6px);
  }
  .countdown {
    gap: 8px;
  }
  .countdown .item {
    flex: 1;
    padding: 8px;
    min-width: unset;
  }
  .countdown .item strong {
    font-size: 26px;
  }
  .countdown .item span {
    font-size: 14px;
  }
  header {
    top: -42px;
    overflow: visible;
    padding-bottom: 6px;
    margin-bottom: -6px;
  }
  header .content {
    width: 100%;
  }
  header .header_top {
    padding: 8px 0;
  }
  header .header_top .left,
  header .header_top .right {
    display: none;
  }
  header .header_top .header_notice_swiper .swiper-slide::before {
    width: 20px;
    height: 20px;
  }
  header .header_top .header_notice_swiper .swiper-slide p,
  header .header_top .header_notice_swiper .swiper-slide a {
    font-size: 14px;
    line-height: 1.5;
  }
  header .header_top .header_notice_swiper .swiper-slide a {
    transform: translate(0);
  }
  header .header_main {
    padding: 19px 0;
  }
  header .header_main .logo {
    width: auto;
    padding-right: 1rem;
  }
  header .header_main .logo::before {
    height: 6px;
    top: calc(100% + 19px);
  }
  header .header_main .logo img {
    width: auto;
    height: 26px;
  }
  header .header_main .social {
    display: none;
  }
  header .header_main .search {
    margin-right: 22px;
  }
  header .header_main .search.active form {
    transform: translate(0);
  }
  header .header_main .search .icon_search {
    display: block;
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: url(../svg/icon-search-w.svg) no-repeat center / contain;
  }
  header .header_main .search form {
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(100% + 19px);
    transition: all 0.3s;
    border-radius: 0;
    padding: 8px 1.2rem;
    transform: translateY(-100%);
    z-index: -1;
  }
  header .header_main .search form input[type="text"] {
    height: 42px;
    font-size: 15px;
    padding: 0 1rem;
  }
  header .header_main .search form label {
    width: 42px;
    height: 42px;
  }
  header .header_main .search form label::after {
    width: 20px;
    height: 20px;
  }
  header .header_main .btns {
    gap: 22px;
  }
  header .header_main .btns .icon_lang {
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(../svg/icon-lang-w.svg) no-repeat center / contain;
  }
  header .header_main .btns .icon_cart {
    width: 24px;
    height: 24px;
  }
  header .header_main .btns .icon_cart::after {
    font-size: 12px;
  }
  header .header_main .btns .icon_pcenter {
    width: 24px;
    height: 24px;
  }
  footer .content {
    width: 100%;
  }
  footer .footer_service {
    padding: 2rem 0 3rem;
  }
  footer .footer_service .flex {
    overflow: auto;
  }
  footer .footer_service .flex::-webkit-scrollbar {
    display: none;
  }
  footer .footer_service .item {
    display: block;
    padding: 0 1rem;
    flex: 1 0 220px;
    word-break: break-word;
  }
  footer .footer_service .item:first-child {
    padding-left: 0;
  }
  footer .footer_service .item:last-child {
    padding-right: 0;
  }
  footer .footer_service .item i {
    width: 3rem;
    padding-bottom: 3rem;
    background-position: left center;
  }
  footer .footer_service .item .title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 12px;
  }
  footer .footer_service .item .desc {
    margin-top: 10px;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  footer .footer_service .item .desc a {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  footer .footer_main {
    padding: 4rem 0 3rem;
    margin-top: -1rem;
    clip-path: polygon(0 0, calc(100% - 4rem) 0, calc(100% - 3.5rem) 1rem, 100% 1rem, 100% 100%, 0 100%);
  }
  footer .footer_main .flex {
    display: block;
  }
  footer .footer_main .slide_obj strong {
    font-size: 1rem;
    line-height: 45px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 22px;
    border-radius: 6px;
    margin-bottom: 1rem;
    position: relative;
  }
  footer .footer_main .slide_obj strong::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../svg/select.svg) no-repeat center / contain;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    filter: contrast(0) brightness(2);
  }
  footer .footer_main .slide_obj.active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .footer_main .slide_obj > div {
    display: none;
    padding: 0 1.2rem 1.2rem;
  }
  footer .footer_main .slide_obj > div li {
    margin-bottom: 14px;
  }
  footer .footer_main .slide_obj > div a {
    font-size: 14px;
    display: block;
  }
  footer .footer_main .slide_obj > div p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  footer .footer_main .slide_connect {
    width: 100%;
  }
  footer .footer_main .slide_connect p {
    margin-top: 0;
  }
  footer .footer_main .slide_connect form {
    margin-top: 1rem;
    gap: 8px;
  }
  footer .footer_main .slide_connect form input[type="email"] {
    height: 44px;
    font-size: 14px;
    padding: 0 14px;
  }
  footer .footer_main .slide_connect form input[type="submit"] {
    font-size: 13px;
    padding: 7px 12px;
    height: 44px;
  }
  footer .footer_main .slide_connect form#sytech-newsletter-subscription p.failed.active,
  footer .footer_main .slide_connect form#sytech-newsletter-subscription p.success.active {
    bottom: 3.5rem;
  }
  footer .footer_main .slide_connect .social {
    margin-top: 2rem;
    justify-content: space-between;
  }
  footer .footer_main .slide_connect .social li {
    margin: 0;
  }
  footer .footer_main .logo {
    margin-top: 3rem;
  }
  footer .footer_main .logo img {
    width: 220px;
    height: auto;
  }
  footer .copyright {
    padding: 1rem 0;
    text-align: center;
  }
  footer .copyright .flex {
    gap: 2rem;
    flex-direction: column-reverse;
  }
  footer .copyright ul {
    justify-content: center;
  }
  .sidebar {
    top: 0;
    height: 100vh;
    width: calc(100% - 45px);
    max-width: 284px;
    padding: 7rem 0 2rem 1.2rem;
    clip-path: none;
    box-shadow: none;
    background-color: transparent;
  }
  .sidebar.sticky {
    padding-top: 4rem;
  }
  .sidebar::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #23252b;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    box-shadow: 0 10px 10px rgba(8, 12, 11, 0.2);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%);
  }
  
  .pop_cart {
    height: 100vh;
    top: 0;
    width: calc(100% - 45px);
    max-width: 284px;
    padding: 8rem 0 2rem 1.2rem;
  }
  .pop_cart.sticky {
    padding-top: 5rem;
  }
  .pop_cart .btc .btns {
    gap: 12px;
  }
  .pop_cart .btc .btns a {
    padding: 10px 1rem;
    line-height: 1.5;
  }
  .pop_cart .btc .price-line span {
    font-size: 1rem;
    line-height: 1.5;
  }
  .pop_cart .btc .price-line .price {
    font-size: 18px;
    line-height: 1.5;
  }
  .pop_cart .btc .price-line .price span {
    font-size: 18px;
    line-height: 1.5;
  }
  .pop_cart .btc .subtotal span {
    font-size: 1rem;
    line-height: 1.5;
  }
  .pop_cart .btc .subtotal .price {
    font-size: 18px;
    line-height: 1.5;
  }
  .pop_cart .btc .subtotal .price span {
    font-size: 18px;
    line-height: 1.5;
  }
  .sy_notice .notice_con p {
    right: 0;
  }
  .home_banner .banner {
    padding: 2rem 0;
  }
  .home_banner .banner .flex {
    gap: 2rem;
    min-height: unset;
    flex-direction: column-reverse;
  }
  .home_banner .banner .head {
    width: 100%;
    padding: 0;
  }
  .home_banner .banner .head i {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
  }
  .home_banner .banner .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .home_banner .banner .head p {
    margin-top: 10px;
  }
  .home_banner .banner .head .btn {
    margin-top: 20px;
  }
  .home_banner .banner .swiper_box {
    width: 100%;
    margin: 0 auto;
  }
  .home_banner .nav {
    padding: 1rem 0 3rem;
  }
  .home_banner .nav .home_banner_nav_swiper .swiper-slide p {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 1rem;
    min-height: unset;
  }
  .home_hot {
    padding: 4rem 0;
  }
  .home_hot .home_hot_swiper {
    margin-top: 2rem;
  }
  .home_hot .control_box {
    margin-top: 2rem;
  }
  .home_flash {
    padding: 2.5rem 0 3rem;
  }
  .home_flash .flex {
    gap: 3rem;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .home_flash .head p {
    margin-top: 10px;
    line-height: 1.5rem;
  }
  .home_flash .countdown {
    width: 100%;
  }
  .home_flash .swiper_box {
    margin: 22px 0;
  }
  .home_flash .swiper_btns {
    display: none;
  }
  .home_new {
    padding: 3rem 0 5rem;
  }
  .home_new .updated .date {
    font-size: 20px;
  }
  .home_new .updated p {
    font-size: 13px;
    letter-spacing: 1px;
  }
  .home_new .list {
    margin-top: 2rem;
  }
  .home_new .list .product_items {
    gap: 1.2rem;
    margin-bottom: 2rem;
    gap: 10px;
    grid-template-columns: repeat(2,1fr);
  }
  .home_new .list .product_items .product_item{
    width: 100%;
  }
  .product_items .product_item{
    width: 50%;
  }
  .home_new .list .product_items .product_item {
    max-width: 100%;
  }
  .home_new .list .product_items .product_item .info .title {
    height: auto;
  }
  .account_head {
    margin-top: 2rem;
  }
  .account_head .flex {
    padding: 20px 1.2rem 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .account_head .user .avatar {
    width: 3rem;
    height: 3rem;
  }
  .account_head .user .title {
    font-size: 22px;
  }
  .account_head .nav {
    width: 100%;
  }
  .account_head .nav ul {
    gap: 12px;
    overflow: auto;
  }
  .account_head .nav ul::-webkit-scrollbar {
    display: none;
  }
  .account_head .nav ul li a {
    font-size: 14px;
    line-height: 1.5;
    white-space: nowrap;
    padding: 12px 0;
  }
  .account_head .nav ul li a::after {
    bottom: 0;
  }
  .account_title {
    margin-top: 3rem;
  }
  .account_title .flex {
    flex-direction: column;
  }
  .account_title .left {
    width: 100%;
  }
  .account_title .left h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .account_title .left p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .account_title .left .nav ul {
    gap: 14px;
  }
  .account_title .left .nav ul li {
    font-size: 15px;
    line-height: 1.5;
  }
  .account_title .right {
    width: 100%;
  }
  .account_title div.order_search form {
    width: 100%;
    margin-bottom: 0;
  }
  .account_title div.order_search form input[name="order_search"] {
    max-width: unset;
    font-size: 15px;
    padding: 0 1rem;
    height: 46px;
  }
  .account_title div.order_search form input[type="submit"] {
    width: 46px;
    height: 46px;
  }
  .account_title .wishlist_search form {
    width: 100%;
  }
  .account_title .wishlist_search form input[type="text"] {
    max-width: unset;
    font-size: 15px;
    padding: 0 1rem;
    height: 46px;
  }
  .account_title .wishlist_search form input[type="submit"] {
    width: 46px;
    height: 46px;
  }
  .account_coupon {
    padding: 2rem 0 4rem;
  }
  .account_coupon .list {
    margin-top: 2rem;
  }
  .account_coupon .list ul {
    gap: 1.2rem;
    grid-template-columns: 1fr;
  }
  .account_dashboard {
    padding: 2rem 0 3rem;
    overflow: hidden;
  }
  .account_dashboard .inner {
    gap: 1.2rem;
    width: 100%;
    grid-template-rows: unset;
    grid-template-columns: 1fr;
  }
  .account_dashboard .side {
    padding: 2rem 1.2rem;
  }
  .account_dashboard .side .user {
    gap: 1rem;
  }
  .account_dashboard .side .user .avatar {
    width: 3rem;
    height: 3rem;
  }
  .account_dashboard .side .user .name {
    font-size: 22px;
    line-height: 1.5;
  }
  .account_dashboard .side .account_menu ul li a {
    font-size: 1rem;
  }
  .account_dashboard .funcs {
    padding: 2rem 1.2rem;
  }
  .account_dashboard .funcs .top {
    grid-template-columns: 1fr;
  }
  .account_dashboard .funcs .top h2 {
    font-size: 20px;
    line-height: 1.5;
  }
  .account_dashboard .funcs .top .search form {
    width: 100%;
  }
  .account_dashboard .funcs .top .search form input[type="text"] {
    padding: 0 1rem;
    font-size: 15px;
  }
  .account_dashboard .funcs .top .search form input[type="submit"] {
    width: 46px;
  }
  .account_dashboard .funcs .items {
    gap: 1.5rem 12px;
    margin-top: 2rem;
  }
  .account_dashboard .funcs .items .item {
    min-width: unset;
  }
  .account_dashboard .funcs .items .item a {
    gap: 1rem;
    font-size: 13px;
    line-height: 1.5;
  }
  .account_dashboard .funcs .items .item a::before {
    width: 2.5rem;
    height: 2.5rem;
  }
  .account_dashboard .ads {
    gap: 1.2rem;
    grid-template-columns: 1fr;
  }
  .account_dashboard .ads .item a {
    min-height: unset;
    padding: 2rem 1.2rem;
  }
  .account_dashboard .ads .item .info {
    width: 40%;
    flex: unset;
  }
  .mightlike {
    padding: 3rem 0 4rem;
  }
  .mightlike .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .mightlike .list {
    margin-top: 2rem;
  }
  .mightlike .list .product_items {
    margin-bottom: 4rem;
    gap: 4rem;
    gap: 10px;
    grid-template-columns: repeat(2,1fr);
  }
  .mightlike .list .product_items .product_item {
    width: 100%;
  }
  .mightlike .list .product_items .product_item .add_cart {
    width: 30px;
    height: 30px;
  }
  .mightlike .list .product_items .product_item .info .title {
    height: auto;
  }
  .account_status .items {
    gap: 1.5rem 12px;
    grid-template-columns: repeat(4, 1fr);
  }
  .account_status .items .item {
    padding: 0;
  }
  .account_status .items .item .icon {
    max-width: 3rem;
  }
  .account_status .items .item .state {
    font-size: 12px;
    margin-top: 1rem;
  }
  .account_status .items .item h2 {
    font-size: 12px;
    margin-top: 6px;
    line-height: 1.5;
  }
  .account_orders {
    padding: 2rem 0;
  }
  .account_orders .top.oswald .sort::before {
    width: 1rem;
    height: 1rem;
  }
  .account_orders .top.oswald .sort span {
    font-size: 14px;
  }
  .account_orders .top.oswald .sort select {
    font-size: 14px;
    padding: 0 20px 0 8px;
    background-size: 10px;
  }
  .account_orders .breadcrumbs {
    padding: 20px 0;
  }
  .order_items {
    gap: 1.2rem;
  }
  .order_items .order_item {
    padding: 20px 1.2rem;
  }
  .order_items .order_item .top {
    gap: 12px;
  }
  .order_items .order_item .top .id {
    font-size: 18px;
    line-height: 1.5;
  }
  .order_items .order_item .top .date {
    font-size: 14px;
    line-height: 1.5;
    order: 9;
    white-space: nowrap;
  }
  .order_items .order_item .top a {
    margin-left: auto;
    font-size: 13px;
    padding: 12px 1rem;
    order: 20;
  }
  .order_items .order_item .list ul li {
    padding: 20px 0;
    grid-template-columns: 3rem 1fr 5% 20%;
  }
  .order_items .order_item .list ul li .info .title {
    font-size: 14px;
    line-height: 1.5;
  }
  .order_items .order_item .list ul li .info .price_box {
    margin-top: 10px;
  }
  .order_items .order_item .list ul li .info .price_box span {
    font-size: 12px;
  }
  .order_items .order_item .list ul li .info .price_box .price {
    font-size: 14px;
  }
  .order_items .order_item .list ul li .info .discount {
    margin-top: 12px;
    line-height: 24px;
    font-size: 14px;
    padding: 0 1rem 0 8px;
  }
  .order_items .order_item .list ul li .info .discount::before {
    width: 14px;
    height: 14px;
  }
  .order_items .order_item .list ul li .quantity {
    font-size: 13px;
    padding-top: 3px;
    text-align: center;
  }
  .order_items .order_item .list ul li > .price {
    font-size: 15px;
    line-height: 1.5;
    padding-top: 0;
  }
  .order_items .order_item .btc {
    gap: 1rem;
  }
  .order_items .order_item .btc .total {
    gap: 12px;
  }
  .order_items .order_item .btc .total span {
    font-size: 14px;
    line-height: 1.5;
  }
  .order_items .order_item .btc .total .price {
    font-size: 20px;
    line-height: 1.5;
  }
  .account_order {
    padding: 3rem 0 4rem;
  }
  .account_order .infos {
    gap: 6px 1rem;
  }
  .account_order .infos::before {
    width: 4rem;
    height: 4rem;
  }
  .account_order .infos .id {
    margin: 0;
    font-size: 22px;
    line-height: 1.5;
  }
  .account_order .infos .state {
    gap: 8px;
    margin-bottom: 0;
    font-size: 14px;
  }
  .account_order .infos .state .shipped::before {
    width: 22px;
    height: 22px;
  }
  .account_order .inner {
    gap: 2rem;
    margin-top: 3rem;
    grid-template-columns: 1fr;
  }
  .account_order .con {
    padding: 20px 1.2rem;
  }
  .account_order .head {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .account_order .head h2 {
    font-size: 18px;
    line-height: 1.5;
  }
  .account_order .full .head h2 {
    font-size: 18px;
    line-height: 1.5;
  }
  .account_order .basic_infor .items {
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }
  .account_order .basic_infor .items .T {
    padding: 0;
    font-size: 15px;
    line-height: 1.5;
  }
  .account_order .basic_infor .items .C {
    font-size: 14px;
    line-height: 1.5;
  }
  .account_order .summary .items {
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }
  .account_order .summary .items .T {
    padding: 0;
    font-size: 15px;
    line-height: 1.5;
  }
  .account_order .summary .items .C {
    font-size: 15px;
    line-height: 1.5;
  }
  .account_order .summary .btc {
    gap: 1rem;
  }
  .account_order .summary .btc span {
    font-size: 18px;
    line-height: 1.5;
  }
  .account_order .summary .btc .price {
    font-size: 18px;
    line-height: 1.5;
  }
  .account_order .order_status .items {
    gap: 20px;
    margin: 20px 0 10px;
  }
  .account_order .order_status .items::before {
    left: 4.5px;
  }
  .account_order .order_status .items .item {
    padding-left: 20px;
  }
  .account_order .order_status .items .item::before {
    width: 14px;
    height: 14px;
    border-width: 4px;
    top: 6px;
  }
  .account_order .order_status .items .item .title {
    font-size: 18px;
    line-height: 1.5;
  }
  .account_order .order_status .items .item .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  .account_order .order_items .order_item .head .tip::before {
    width: 22px;
    height: 22px;
  }
  .account_order .order_items .order_item .head .tip::after {
    width: 22px;
    height: 22px;
  }
  .account_order .order_items .order_item .head .tip strong {
    font-size: 14px;
    line-height: 1.5;
  }
  .account_order .order_items .order_item .list ul li {
    grid-template-columns: 3rem 1fr 5% 20% 2rem;
  }
  .account_order .order_items .order_item .list ul li > .price,
  .account_order .order_items .order_item .list ul li .quantity {
    min-height: 2rem;
  }
  .account_order .order_items .order_item .list ul li .review .icon {
    width: 2rem;
    height: 2rem;
  }
  .setting-details.view-order .head {
    padding-bottom: 1rem;
  }
  .account_points {
    padding: 2rem 0 4rem;
    overflow: hidden;
  }
  .account_points .flex {
    gap: 2rem;
    flex-direction: column;
  }
  .account_points .card {
    width: 100%;
    padding: 2rem 1.2rem;
    gap: 0 20px;
  }
  .account_points .card .avatar {
    width: 4rem;
    height: 4rem;
  }
  .account_points .list table thead th {
    font-size: 14px;
    line-height: 1.5;
    padding: 12px 6px;
  }
  .account_points .list table thead th:first-child {
    padding-left: 12px;
  }
  .account_points .list table thead th:last-child {
    padding-right: 12px;
  }
  .account_points .list table tbody tr td {
    font-size: 13px;
    line-height: 1.5;
    padding: 12px 6px;
  }
  .account_points .list table tbody tr td:first-child {
    padding-left: 12px;
  }
  .account_points .list table tbody tr td:last-child {
    padding-right: 12px;
  }
  .account_information {
    padding: 3rem 0;
  }
  .account_information .con {
    padding: 26px 1.2rem;
    margin-bottom: 3rem;
  }
  .account_information .head {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .account_information .head h2 {
    font-size: 18px;
    line-height: 1.5;
  }
  .account_information .information_form {
    margin-top: 2rem;
  }
  .account_information .information_form form {
    gap: 18px;
  }
  .account_information .information_form form .item {
    gap: 8px;
    grid-template-columns: 1fr;
  }
  .account_information .information_form form strong {
    padding-top: 0;
    font-size: 14px;
    line-height: 1.5;
  }
  .account_information .information_form form input,
  .account_information .information_form form textarea,
  .account_information .information_form form select {
    font-size: 14px;
    padding: 8px 1rem;
  }
  .account_information .information_form form textarea {
    height: 120px;
  }
  .account_information .information_form form .tip {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0;
  }
  .account_information .information_form form .agree {
    gap: 12px 1rem;
  }
  .account_information .information_form form .agree label {
    gap: 8px;
  }
  .account_information .information_form form .agree input[type="radio"] {
    width: 20px;
    height: 20px;
  }
  .account_information .information_form form .agree span {
    font-size: 14px;
    line-height: 1.5;
  }
  .account_information .information_form form input[type="submit"] {
    font-size: 1rem;
    width: 100%;
    line-height: 1.5;
    padding: 8px 22px;
  }
  .account_wishlist {
    padding: 2rem 0 4rem;
  }
  .account_wishlist .top .filter span {
    font-size: 14px;
  }
  .account_wishlist .top .filter select {
    font-size: 14px;
    padding: 0 20px 0 0;
    background-size: 10px;
  }
  .account_wishlist .list {
    margin-top: 2rem;
  }
  .account_wishlist .list .product_items {
    gap: 1.2rem;
    grid-template-columns: 1fr;
  }
  .account_wishlist .list .product_items .product_item {
    max-width: 100%;
  }
  .account_wishlist .list .product_items .product_item .add_cart {
    width: 44px;
    height: 44px;
  }
  .aftersale_banner .flex {
    min-height: unset;
  }
  .aftersale_banner .flex::after {
    height: 20px;
    left: 90%;
    bottom: -1px;
  }
  .aftersale_banner h1 {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .aftersale_process .steps::after {
    top: 1.5rem;
  }
  .aftersale_process .steps .step .order {
    max-width: 3rem;
    font-size: 18px;
  }
  .aftersale_process .steps .step .title {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .aftersale_form {
    padding: 2rem 0;
  }
  .aftersale_form .con {
    padding: 26px 1.2rem;
  }
  .aftersale_form .intro .title {
    font-size: 18px;
    line-height: 1.5;
  }
  .aftersale_form .intro .title h2 {
    font-size: 18px;
    line-height: 1.5;
  }
  .aftersale_form .intro .desc {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 10px;
  }
  .aftersale_form .contact_form {
    margin-top: 2rem;
  }
  .contact_form {
    margin-top: 2rem;
  }
  .contact_form form {
    gap: 18px;
  }
  .contact_form form .col2 {
    width: 100%;
  }
  .contact_form form strong {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .contact_form form input,
  .contact_form form select,
  .contact_form form textarea {
    font-size: 14px;
    padding: 8px 1rem;
  }
  .contact_form form textarea {
    height: 120px;
  }
  .contact_form form .file label {
    grid-template-columns: 1fr;
  }
  .contact_form form .file strong {
    font-size: 14px;
    line-height: 1.5;
    max-width: unset;
  }
  .contact_form form .textarea strong {
    font-size: 14px;
  }
  .contact_form form input[type="submit"] {
    font-size: 1rem;
    width: 100%;
    padding: 8px 22px;
  }
  .aftersale_tips {
    padding: 3rem 0 4rem;
  }
  .aftersale_tips h2 {
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 1rem;
    margin: 2rem 0 1rem;
  }
  .aftersale_tips h3 {
    font-size: 18px;
    line-height: 1.5;
    margin: 1.5rem 0 1rem;
  }
  .aftersale_tips p,
  .aftersale_tips li {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .aftersale_tips .wp-block-columns {
    gap: 1rem;
    margin: 1rem 0;
  }
  .aftersale_tips img {
    margin: 1rem 0;
  }
  .aftersale_tips table {
    margin: 1rem 0;
  }
  .aftersale_tips table tbody {
    column-count: unset;
    column-gap: 12px;
  }
  .aftersale_tips table tbody tr td {
    font-size: 14px;
    line-height: 1.5;
    padding: 12px 6px;
  }
  .aftersale_tips table tbody tr td:first-child {
    font-size: 14px;
    line-height: 1.5;
    padding: 12px 6px;
  }
  .category_banner {
    overflow: hidden;
    margin-bottom: 0;
  }
  .category_banner .content::after {
    right: 1.2rem;
    bottom: -45px;
    height: 26px;
  }
  .category_banner .left {
    width: 100%;
  }
  .category_banner .flex {
    padding: 4rem 0 5rem;
    min-height: unset;
  }
  .category_banner .head {
    padding: 0;
  }
  .category_banner .head i {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
  }
  .category_banner .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .category_banner .head p {
    margin-top: 10px;
  }
  .category_banner .img {
    bottom: -3rem;
  }
  .category_banner .breadcrumbs {
    width: 40%;
  }
  .category_banner .breadcrumbs span {
    font-size: 14px;
  }
  .category_banner .breadcrumbs span a {
    font-size: 14px;
  }
  .category_main {
    padding: 3rem 0 5rem;
  }
  .category_main .top .sort::before {
    width: 1rem;
    height: 1rem;
  }
  .category_main .top .sort span {
    font-size: 14px;
  }
  .category_main .top .sort select {
    font-size: 14px;
    padding: 0 20px 0 8px;
    background-size: 10px;
  }
  .category_main .breadcrumbs {
    padding: 2rem 0;
  }
  .category_main .list .product_items {
    gap: 1.2rem;
    margin-bottom: 2rem;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
  }
  .category_main .list .product_items .product_item {
    width: 100%;
  }
  .category_main .list .product_items .product_item .info .title {
    height: auto;
  }
  .category_main .list .product_items .product_item .add_cart {
    width: 30px;
    height: 30px;
  }
  .product_items .product_item .quick_view {
    display: none;
  }
  .product_items .product_item.active .like:hover {
    filter: contrast(0) brightness(2);
    background-image: url(../svg/like.svg);
  }
  .product_items .product_item.active .like:hover.liked {
    filter: none;
    background-image: url(../svg/liked.svg);
  }
  .category_brand_banner .content::after {
    height: 26px;
    right: 1.2rem;
    clip-path: polygon(0 0, calc(100% - 2rem) 0, 100% 100%, 0 100%);
  }
  .category_brand_banner .flex {
    gap: 2rem;
    padding: 2rem 0 3rem;
    min-height: unset;
    flex-direction: column-reverse;
  }
  .category_brand_banner .left {
    width: 100%;
  }
  .category_brand_banner .head {
    padding: 0;
  }
  .category_brand_banner .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .category_brand_banner .head p {
    margin-top: 10px;
  }
  .category_brand_banner .head .like {
    margin-top: 20px;
    width: 3rem;
    height: 3rem;
  }
  .category_brand_banner .breadcrumbs {
    padding: 0;
    min-height: unset;
  }
  .category_brand_banner .breadcrumbs span {
    font-size: 14px;
  }
  .category_brand_banner .breadcrumbs span a {
    font-size: 14px;
  }
  .category_brand_banner .right {
    width: 100%;
  }
  .category_brand_intro {
    padding: 2rem 0;
  }
  .category_brand_intro .items {
    grid-template-columns: 1fr;
  }
  .category_brand_intro .items .item {
    padding: 12px 0;
  }
  .category_brand_intro .items .item .T,
  .category_brand_intro .items .item .C {
    font-size: 14px;
    line-height: 1.5;
  }
  .category_brand_intro .items .item .T a,
  .category_brand_intro .items .item .C a {
    font-size: 14px;
    line-height: 1.5;
  }
  .category_brand_intro .items .item .social li a {
    width: 40px;
    height: 40px;
    border-radius: 6px;
  }
  .category_pre_banner {
    padding-bottom: 26px;
  }
  .category_pre_banner .flex {
    gap: 2rem;
    min-height: unset;
    flex-direction: column-reverse;
  }
  .category_pre_banner .flex.between {
    padding: 2rem 0;
  }
  .category_pre_banner .flex.between::after {
    height: 26px;
    right: 1.2rem;
    bottom: -27px;
    clip-path: polygon(0 0, calc(100% - 2rem) 0, 100% 100%, 0 100%);
  }
  .category_pre_banner .left {
    width: 100%;
    padding: 0;
  }
  .category_pre_banner .head {
    padding: 0;
  }
  .category_pre_banner .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .category_pre_banner .head p {
    margin-top: 10px;
  }
  .category_pre_banner .breadcrumbs {
    margin-top: 2rem;
    padding-bottom: 0;
  }
  .category_pre_banner .breadcrumbs span {
    font-size: 14px;
  }
  .category_pre_banner .breadcrumbs span a {
    font-size: 14px;
  }
  .category_pre_banner .right {
    width: 100%;
  }
  .category_pre_banner .category_pre_banner_swiper .swiper-slide {
    padding: 0;
  }
  .category_pre_banner .category_pre_banner_swiper .swiper-slide .info {
    padding: 2rem 0;
  }
  .checkout_step {
    padding: 4rem 0;
  }
  .checkout_step .steps::after {
    top: 1.5rem;
  }
  .checkout_step .steps .step .order {
    max-width: 3rem;
    font-size: 18px;
  }
  .checkout_step .steps .step .title {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .cart_content {
    padding: 4rem 0 2rem;
  }
  .cart_content .woocommerce .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .cart_content .woocommerce .head p {
    margin-top: 10px;
  }
  .cart_content .woocommerce .head .bar {
    width: 100%;
    max-width: 429px;
    margin: 1rem auto 0;
  }
  .cart_content .woocommerce .head .btc {
    gap: 12px;
    margin-top: 2rem;
    grid-template-columns: 1fr;
  }
  .cart_content .woocommerce .head .btc .select_all {
    min-width: max-content;
    padding-right: 0;
  }
  .cart_content .woocommerce .head .btc .select_all label {
    gap: 8px;
  }
  .cart_content .woocommerce .head .btc .tip {
    font-size: 14px;
    line-height: 1.5;
    gap: 0 5px;
    padding-left: 0;
    border-left: none;
    flex-wrap: wrap;
    order: -1;
  }
  .cart_content .woocommerce .head .btc .tip::before {
    width: 22px;
    height: 22px;
  }
  .cart_content .woocommerce form table tbody tr td {
    background-color: transparent !important;
  }
  .cart_content .woocommerce form table tbody tr td::before {
    display: none;
  }
  .cart_content .woocommerce form table tbody .cart_item {
    gap: 6px;
    padding: 20px 0;
    align-items: start;
    grid-template-columns: auto 3rem 1fr auto 17px;
  }
  .cart_content .woocommerce form table tbody .product-select {
    align-self: start;
  }
  .cart_content .woocommerce form table tbody .product-thumbnail {
    display: block;
  }
  .cart_content .woocommerce form table tbody .product-name {
    padding: 0;
    text-align: left !important;
  }
  .cart_content .woocommerce form table tbody .product-name a {
    font-size: 14px;
    line-height: 1.5;
  }
  .cart_content .woocommerce form table tbody .product-name .price_box span {
    font-size: 12px;
    line-height: 1.5;
  }
  .cart_content .woocommerce form table tbody .product-name .cart_item_infos .price_box {
    margin-top: 8px;
  }
  .cart_content .woocommerce form table tbody .product-name .cart_item_infos .price_box .price {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 0;
  }
  .cart_content .woocommerce form table tbody .product-name .cart_item_infos .discount {
    margin-top: 12px;
  }
  .cart_content .woocommerce form table tbody .product-name .cart_item_infos .discount .percent {
    line-height: 24px;
    font-size: 14px;
    padding: 0 1rem 0 8px;
  }
  .cart_content .woocommerce form table tbody .product-name .cart_item_infos .discount .percent::before {
    width: 14px;
    height: 14px;
  }
  .cart_content .woocommerce form table tbody .product-quantity {
    grid-column: 4/6;
  }
  .cart_content .woocommerce form table tbody .product-subtotal {
    grid-column: 4/5;
    padding-top: 0;
    text-align: left !important;
  }
  .cart_content .woocommerce form table tbody .product-subtotal span {
    font-size: 1rem;
    line-height: 1.5;
  }
  .cart_content .woocommerce form table tbody .product-remove a {
    margin-top: 3px;
  }
  .cart_content .woocommerce .cart-collaterals .cart_totals {
    gap: 12px;
    padding: 1rem 1.2rem;
  }
  .cart_content .woocommerce .cart-collaterals .cart_totals table tbody {
    gap: 0;
    flex-direction: column;
  }
  .cart_content .woocommerce .cart-collaterals .cart_totals table .cart_total_quantity {
    width: 100%;
  }
  .cart_content .woocommerce .cart-collaterals .cart_totals table .cart_total_quantity th {
    display: flex;
  }
  .cart_content .woocommerce .cart-collaterals .cart_totals table .cart_total_quantity td {
    display: none;
    font-size: 14px;
    line-height: 1.5;
    text-align: left !important;
  }
  .cart_content .woocommerce .cart-collaterals .cart_totals table .cart_total_quantity td::before {
    width: 22px;
    height: 22px;
  }
  .cart_content .woocommerce .cart-collaterals .cart_totals table .order-total {
    width: 100%;
  }
  .cart_content .woocommerce .cart-collaterals .cart_totals table .order-total td {
    gap: 5px;
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
  .cart_content .woocommerce .cart-collaterals .cart_totals table .order-total td::before {
    font-size: 1rem;
    line-height: 1.5;
    float: unset;
  }
  .cart_content .woocommerce .cart-collaterals .cart_totals table .order-total td strong {
    font-size: 20px;
    line-height: 1.5;
  }
  .cart_content .woocommerce .cart-collaterals .cart_totals table .order-total td strong span {
    font-size: 20px;
    line-height: 1.5;
  }
  .cart_content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding: 0;
  }
  .cart_content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
    font-size: 15px;
    padding: 10px 1rem;
    width: auto;
    border-width: 1px;
  }
  .cart_orther .add_item {
    padding: 3rem 0 2rem;
  }
  .cart_orther .add_item .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .cart_orther .add_item .list {
    margin-top: 2rem;
  }
  .cart_orther .add_item .list .product_items {
    gap: 10px;
    margin-bottom: 2rem;
    grid-template-columns: repeat(2,1fr);
  }
  .cart_orther .add_item .list .product_items .product_item {
    width: 100%;
  }
  .cart_orther .add_item .list .product_items .product_item .info .title {
    min-height: unset;
  }
  .cart_orther .add_item .list .product_items .product_item .add_cart {
    width: 44px;
    height: 44px;
  }
  .woocommerce-checkout .cart_content {
    margin-top: 0;
  }
  .checkout_thanks .thanks {
    padding: 0 0 2rem;
  }
  .checkout_thanks .thanks .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .checkout_thanks .thanks .head .btns {
    gap: 1rem;
    margin-top: 2rem;
    flex-direction: column;
  }
  .checkout_thanks .thanks .head .btns a {
    font-size: 1rem;
    padding: 8px 22px;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1 {
    width: 100% !important;
  }
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    width: 100% !important;
  }
  .comfirm-content h2,
  .woocommerce form.checkout h3 {
    font-size: 22px;
    line-height: 1.5;
  }
  .comfirm-content .form > p label,
  .woocommerce form.checkout p.form-row > label {
    line-height: 1.5;
    font-size: 12px;
  }
  .comfirm-content .form > p input,
  .comfirm-content .form > p textarea,
  .woocommerce form.checkout p.form-row input,
  .woocommerce form.checkout p.form-row textarea {
    font-size: 14px;
    height: 2rem;
  }
  .comfirm-content .form > p,
  .woocommerce form.checkout p.form-row {
    padding-top: 5px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .comfirm-content .form > p,
  .woocommerce form.checkout p.form-row {
    margin-bottom: 0.8rem;
  }
  .woocommerce .select2-container--default .select2-selection--single {
    font-size: 14px;
    line-height: 1.5;
  }
  .woocommerce form.checkout h3 + p {
    margin-top: 10px;
  }
  h3.shipping_ways span {
    font-size: 1rem !important;
    line-height: 1.5;
  }
  .woocommerce form .woocommerce-additional-fields table tbody .cart_item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .woocommerce-checkout .woocommerce table.shop_table td.product-total {
    width: calc(100% - 2rem);
  }
  .woocommerce .woocommerce-additional-fields table tbody tr.cart_item {
    min-height: 180px;
  }
  .woocommerce div.coupon-con {
    padding: 2rem 1.2rem !important;
  }
  .woocommerce-checkout .woocommerce table.shop_table .cart-subtotal th,
  .woocommerce .woocommerce-additional-fields table tfoot th {
    padding-left: 1.2rem;
  }
  .woocommerce-checkout .woocommerce table.shop_table .cart-subtotal td {
    padding-right: 1.2rem;
  }
  .woocommerce-checkout .woocommerce table.shop_table td[data-title="Shipping"] {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .woocommerce-checkout .order-total td {
    padding-right: 1.2rem !important;
  }
  .woocommerce-checkout #payment ul.payment_methods {
    padding: 2rem 1.2rem 0 !important;
  }
  .woocommerce-checkout #payment div.form-row {
    padding: 2rem 1.2rem !important;
  }
  div.woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    margin-bottom: 0;
  }
  .woocommerce form.checkout .checkout_coupon p.form-row {
    padding-top: 0;
    padding-bottom: 0;
  }
  .woocommerce .coupon-con p.form-row-last button {
    height: 42px;
    font-size: 1rem;
  }
  .faq_banner {
    padding: 0 0 2rem;
  }
  .faq_banner .flex {
    min-height: unset;
    padding: 3rem 0 2rem;
  }
  .faq_banner .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .faq_banner .head form {
    margin: 2rem auto 0;
    width: 100%;
  }
  .faq_banner .head form input[type="text"] {
    font-size: 15px;
    padding: 0 1rem;
    height: 44px;
  }
  .faq_banner .breadcrumbs {
    min-height: unset;
  }
  .faq_banner .breadcrumbs span {
    font-size: 14px;
  }
  .faq_banner .breadcrumbs span a {
    font-size: 14px;
  }
  .faq_main {
    padding: 4rem 0 3rem;
  }
  .faq_main .items {
    gap: 4rem;
    grid-template-columns: 1fr;
  }
  .sy_contentfaq .sy_fap_group .faqs .faq .question {
    padding: 12px 0;
  }
  .sy_contentfaq .sy_fap_group .faqs .faq .question strong {
    font-size: 15px;
    line-height: 1.5;
  }
  .sy_contentfaq .sy_fap_group .faqs .faq .question span {
    width: 14px;
    height: 14px;
  }
  .sy_contentfaq .sy_fap_group .faqs .faq .answer {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 1rem;
  }
  .sy_contentfaq .sy_fap_group button,
  .sy_contentfaq .sy_fap_group a {
    font-size: 14px;
    margin: 20px 0 0 auto;
  }
  .faq_contact {
    padding: 2rem 0 4rem;
  }
  .faq_contact .flex {
    padding: 2rem 1.2rem;
    min-height: unset;
  }
  .faq_contact .head {
    width: 100%;
  }
  .faq_contact .head a {
    font-size: 14px;
    padding: 12px 22px;
    margin-top: 20px;
  }
  .page_banner .flex {
    padding: 4rem 0;
    min-height: unset;
  }
  .page_banner .flex::after {
    left: 90%;
    bottom: -1px;
  }
  .page_banner h1 {
    font-size: 25px;
    line-height: 1.5;
    margin: 0;
  }
  .contact_main {
    padding: 3rem 0;
  }
  .contact_main .infos .items .item .title {
    font-size: 18px;
    line-height: 1.5;
  }
  .contact_main .infos .items .item a,
  .contact_main .infos .items .item p {
    font-size: 1rem;
    line-height: 1.5;
  }
  .contact_main .form {
    padding: 2rem 20px;
  }
  .contact_main .form .top {
    gap: 2rem;
    grid-template-columns: 1fr;
  }
  .contact_main .form .top .title {
    font-size: 22px;
    line-height: 1.5;
  }
  .contact_main .form .top .desc {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .contact_main .form .top .social li a {
    width: 44px;
    height: 44px;
  }
  .contact_main .form .contact_form {
    margin-top: 2rem;
  }
  .contact_main .form .contact_form .wpcf7-not-valid-tip {
    font-size: 13px;
    line-height: 1.5;
  }
  .contact_main .form .contact_form span {
    position: relative;
  }
  .contact_main .form .contact_form .wpcf7-spinner {
    width: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .contact_main .form .contact_form .wpcf7-response-output {
    font-size: 14px;
    line-height: 1.5;
  }
  .contact_faq {
    padding: 2rem 0 4rem;
  }
  .product_purchase {
    padding: 1.2rem 0 3rem;
    overflow: hidden;
  }
  .product_purchase .flex {
    gap: 2rem;
    flex-direction: column;
  }
  .product_purchase .left {
    width: 100%;
    overflow: hidden;
  }
  .product_purchase .coupon {
    margin-top: 2rem;
    overflow: hidden;
  }
  .product_purchase .coupon h2 {
    font-size: 20px;
    line-height: 1.5;
  }
  .product_purchase .product_purchase_coupon_swiper {
    margin-top: 20px;
    max-height: 200px;
  }
  .product_purchase .product_purchase_coupon_swiper a {
    min-height: unset;
    padding: 2rem 1.2rem;
  }
  .product_purchase .product_purchase_coupon_swiper .info {
    width: 40%;
    flex: unset;
  }
  .product_purchase .product_purchase_coupon_swiper .info .title {
    font-size: 18px;
    line-height: 1.5;
  }
  .product_purchase .product_purchase_coupon_swiper .info .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px;
  }
  .product_purchase .coupon_control_box {
    margin-top: 20px;
  }
  .product_purchase .coupon_control_box .swiper_btns {
    gap: 1rem;
  }
  .product_purchase .coupon_control_box .swiper_btns div {
    width: 44px;
    height: 44px;
  }
  .product_purchase .state {
    font-size: 14px;
    line-height: 22px;
    padding: 0 1rem 0 8px;
  }
  .product_purchase h1 {
    font-size: 22px;
    line-height: 1.5;
  }
  .product_purchase .quantity {
    margin-top: 2rem;
  }
  .product_purchase .quantity-pricing-table ul {
    gap: 1rem;
  }
  .product_purchase .total {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .product_purchase .total .func_quantity {
    width: 120px;
  }
  .product_purchase .total .func_quantity span {
    width: 40px;
    height: 40px;
    background-size: 14px;
  }
  .product_purchase .total .func_quantity input {
    font-size: 14px;
    height: 40px;
  }
  .product_purchase .total .price_box {
    margin: 0;
    justify-content: flex-start;
  }
  .product_purchase .total .price_box .price {
    font-size: 26px;
    line-height: 1;
  }
  .product_purchase .total .price_box .discount {
    font-size: 20px;
    line-height: 1;
  }
  .product_purchase .btns {
    margin-top: 2rem;
  }
  .product_purchase .btns .like {
    width: 44px;
    height: 44px;
  }
  .product_purchase .btns .add_cart {
    line-height: 40px;
    font-size: 1rem;
  }
  .product_purchase .shipping p {
    font-size: 1rem;
    padding: 12px 1.2rem 12px 2rem;
  }
  .product_purchase .shipping p::before {
    width: 14px;
    height: 14px;
    left: 12px;
    top: 14px;
  }
  .product_purchase .shipping .items .item {
    padding: 12px 0;
  }
  .product_purchase .shipping .items .item .T,
  .product_purchase .shipping .items .item .C {
    font-size: 1rem;
    line-height: 1.5;
  }
  .product_purchase .shipping .tip {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 10px;
  }
  .product_purchase .total {
    margin-top: 20px;
  }
  .product_purchase .infos {
    margin-top: 20px;
  }
  .product_purchase .infos .items {
    grid-template-columns: 1fr;
  }
  .product_purchase .infos .items .item .T,
  .product_purchase .infos .items .item .C {
    font-size: 1rem;
    line-height: 1.5;
  }
  .product_nav::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 1.2rem 100%, 0.8rem calc(100% - 14px), 0 calc(100% - 14px));
  }
  .product_nav .content::before {
    right: 1.2rem;
  }
  .product_nav .nav ul {
    gap: 1rem;
    overflow: auto;
  }
  .product_nav .nav ul::-webkit-scrollbar {
    display: none;
  }
  .product_nav .nav ul li a {
    font-size: 14px;
    line-height: 1.5;
    padding: 12px 0;
    white-space: nowrap;
    border-width: 3px;
  }
  .product_specs {
    padding: 4rem 0 3rem;
  }
  .product_specs .main {
    gap: 20px;
    flex-direction: column-reverse;
  }
  .product_specs .right {
    width: 100%;
  }
  .product_specs .left {
    margin: 0;
    width: 100%;
  }
  .product_specs table tr td {
    font-size: 14px;
    line-height: 1.5;
    padding: 8px;
  }
  .product_specs table tr td:first-child {
    font-size: 14px;
    line-height: 1.5;
    padding: 8px;
  }
  .product_specs .tags {
    margin-top: 20px;
  }
  .product_specs .tags h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .product_specs .tags ul li a {
    font-size: 14px;
    line-height: 1.5;
    padding: 4px 12px;
  }
  .product_notice {
    padding: 3rem 0;
  }
  .product_notice .main {
    gap: 20px;
    flex-direction: column-reverse;
  }
  .product_notice .videos {
    width: 100%;
  }
  .product_notice .intro {
    padding: 0;
  }
  .product_notice .intro ul li,
  .product_notice .intro ul li.active {
    padding-left: 1rem;
    margin-bottom: 1rem;
  }
  .product_notice .intro ul li .title,
  .product_notice .intro ul li.active .title {
    font-size: 18px;
    line-height: 1.5;
  }
  .product_notice .intro ul li .desc,
  .product_notice .intro ul li.active .desc {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding-top: 10px;
  }
  .product_video {
    padding: 3rem 0;
  }
  .product_video .main {
    margin-top: 2rem;
  }
  .product_video .main .flex {
    gap: 3rem;
    flex-direction: column;
  }
  .product_video .left {
    width: 100%;
  }
  .product_video .left .video .info .cat {
    margin-top: 20px;
    font-size: 14px;
  }
  .product_video .left .video .info .title {
    font-size: 18px;
    line-height: 1.5;
  }
  .product_video .right {
    max-width: 100%;
  }
  .product_video .list {
    padding-right: 0;
    max-height: unset;
    overflow: visible;
  }
  .product_video .list .video {
    max-width: 100%;
  }
  .product_video .list .video .info .cat {
    margin-top: 20px;
    font-size: 14px;
  }
  .product_video .list .video .info .title {
    font-size: 18px;
    line-height: 1.5;
  }
  .product_video .list li {
    margin-bottom: 3rem;
  }
  .product_gallery {
    padding: 3rem 0;
  }
  .product_gallery .date .select::before {
    width: 20px;
    height: 20px;
  }
  .product_gallery .date .select select {
    font-size: 14px;
    line-height: 1.5;
  }
  .product_gallery .date .select::after {
    width: 10px;
  }
  .product_gallery .date p {
    margin-top: 4px;
    padding: 0;
    letter-spacing: 1px;
  }
  .product_gallery .product_gallery_swiper .swiper-wrapper{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 1rem;
    transform: none !important;
  }
  .product_gallery .product_gallery_swiper .swiper-slide{
    grid-template-columns: repeat(2,1fr);
    aspect-ratio: unset;
    height: 200px;
    grid-template-rows: unset;
  }
  .product_gallery .product_gallery_swiper .swiper-slide.reverse{
    grid-template-rows: unset;
  }
  .product_gallery .product_gallery_swiper .swiper-slide .img{
    height: 100%;
  }
  .product_reviews .list .review_empty .title{
    font-size: 22px;
  }
  .product_reviews .list .review_empty .desc{
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .product_gallery .control_box{
    display: none;
  }
  .product_reviews {
    overflow: hidden;
    padding: 3rem 0;
  }
  .product_reviews .main {
    gap: 2rem;
    margin-top: 2rem;
    flex-direction: column;
  }
  .product_reviews .left {
    width: 100%;
    padding: 0;
  }
  .product_reviews .statistics {
    max-width: 100%;
  }
  .product_reviews .write {
    margin-top: 2rem;
    padding-top: 20px;
  }
  .product_reviews .filter {
    gap: 12px 4%;
  }
  .product_reviews .filter select {
    width: 48%;
  }
  .product_reviews .list ul {
    margin-bottom: 0;
  }
  .product_reviews .list li > .flex {
    align-items: center;
  }
  .product_reviews .list .infos {
    gap: 0 1rem;
  }
  .product_reviews .list .infos .avatar {
    width: 3rem;
    height: 3rem;
  }
  .product_reviews .list .infos .name {
    font-size: 1rem;
    line-height: 1.5;
  }
  .product_reviews .list .infos .status {
    font-size: 14px;
    line-height: 1.5;
  }
  .product_reviews .list .actions {
    gap: 8px;
    flex-direction: column;
  }
  .product_reviews .list .actions > span {
    min-width: 3rem;
  }
  .product_reviews .list .actions > span::before {
    width: 14px;
    height: 14px;
  }
  .product_reviews .list .detail .title {
    font-size: 18px;
    line-height: 1.5;
  }
  .product_reviews .list .detail .desc {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .product_reviews .list .detail .pics {
    gap: 12px 4%;
  }
  .product_reviews .list .detail .pics a {
    max-width: 48%;
  }
  .pop_user_infos .user_infos_con {
    min-height: 8rem;
  }
  .pop_user_infos .user_infos_con .close {
    top: 1rem;
    right: 1rem;
  }
  .pop_user_infos .user_infos_con .loader {
    top: 40%;
  }
  .pop_user_infos .user_infos_con .con {
    gap: 1rem;
    padding: 20px;
    flex-direction: column;
  }
  .pop_user_infos .user_infos_con .infos .name {
    margin-top: 0;
    font-size: 22px;
    line-height: 1.5;
  }
  .pop_user_infos .user_infos_con .infos .status {
    font-size: 1rem;
    line-height: 1.5;
  }
  .pop_user_infos .user_infos_con .infos .date {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px;
  }
  .product_related {
    padding: 3rem 0 5rem;
  }
  .product_related .swiper_box {
    margin: 2rem 0;
  }
  #gotop{
    width: 40px;
    height: 40px;
  }
  .product_items .product_item .info .state{
    font-size: 13px;
  }
  .product_items .product_item .info .title{
    font-size: 16px;
  }
  .product_items .product_item .info .tags li{
    font-size: 12px;
  }
  .product_items .product_item .add_cart{
    width: 30px;
    height: 30px;
  }
  .product_items .product_item[data-rank]::before{
    width: 50px !important;
    height: 30px !important;
  }
  .product_items .product_item .info .price, .product_items .product_item .info .price>span.amount, .product_items .product_item .info .price>span.amount .woocommerce-Price-currencySymbol, .product_items .product_item .info .price>span.amount span{
    font-size: 16px;
  }
  .product_items .product_item .info .price del{
    font-size: 12px;
  }
  .product_items .product_item .info .btc .gap{
    width: 30px !important;
    height: 30px !important;
  }
  .product_items .product_item .info .price_box{
    gap: 0.3rem;
  }
  .product_purchase.sticky{
    margin-bottom: 6px;
  }
  .section_flex .product_content{
    width: 100%;
  }
  section.product_specs{
    width: 100%;
    padding-top: 0rem!important;
  }
  #specs .section_flex{
    display: block;
  }
  #available-coupons ul li{
    grid-template-columns: 40.4716% 1fr;
  }
  #available-coupons ul li .info .countdown{
    left: 39.4716%;
  }



  .home_banner {
    max-height: unset;
  }
  .home_banner .banner .flex {
    max-height: unset;
  }
  .home_banner_text_swiper > ul li {
    min-width: unset;
  }
  footer .footer_service .flex {
    display: block;
  }
  footer .footer_service .item {
    border: none;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }
  footer .footer_service .item:last-child {
    border-bottom: none;
  }
  .lang_popup {
    width: calc(100% - 2.4rem);
    padding: 2rem 1.2rem;
    max-height: 90vh;
    overflow: auto;
  }
  .lang_popup strong {
    font-size: 22px;
    line-height: 1.5;
  }
  .lang_popup .gtranslate_wrapper {
    grid-template-columns: 1fr;
  }
  .lang_popup ul.lang-list {
    grid-template-columns: 1fr;
  }
  .lang_popup .gtranslate_wrapper a {
    padding: 12px;
  }
  .lang_popup .gtranslate_wrapper a img {
    width: 2rem;
    margin-right: 1rem;
  }
  .lang_popup li {
    padding: 12px;
  }
  .lang_popup div.img {
    width: 2rem;
    margin-right: 1rem;
  }
  .lang_popup li:after {
    width: 8px;
  }
  .cart_content .woocommerce form table tbody .product-quantity {
    order: 5;
    grid-column: 1/4;
    text-align: left !important;
  }
  .cart_content .woocommerce form table tbody .product-quantity strong {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.5;
  }
  .cart_content .woocommerce form table tbody .product-subtotal {
    order: 4;
    grid-column: 4/6;
  }
  .method_title+.shipping-method-selector {
    width: 100%;
  }
  .cart_content .woocommerce form table tbody .product-remove {
    grid-column: 5/6;
  }
  .woocommerce-checkout .woocommerce table.shop_table td.product-total {
    top: 0;
  }
  .woocommerce .woocommerce-additional-fields table .product-item-thumbnail {
    position: static;
    width: 4rem;
    height: 4rem;
    margin-bottom: 8px;
  }
  .product_purchase .coupon_control_box .swiper-pagination {
    gap: 12px;
  }
  .product_purchase .product_purchase_coupon_swiper .info .desc {
    max-width: unset;
  }
  .product_items .product_item .info .tags li {
    white-space: wrap;
  }
  .product_items .product_item .info {
    padding-bottom: 20px;
  }
  .sidebar.sticky, .pop_cart.sticky {
    top: 0;
    height: 100vh;
  }
  .product_items .product_item .info .price_box {
    flex-wrap: wrap;
  }
  .product_items .product_item .info .deposit {
    width: auto;
  }
  .product_items .product_item .add_cart {
    right: 7.142858%;
  }
  .mightlike .list .product_items {
    gap: 2rem 10px;
  }
  .order_items .order_item .list ul li .info .price_box .price ins {
    font-size: 14px;
  }
  .setting-details.address {
    margin-top: 2rem;
    padding-bottom: 4rem;
  }
  .setting-details.address .flex {
    flex-direction: column;
    gap: 2rem;
  }
  .setting-content div.setting-details div.password {
    width: 100%;
  }
  .setting-content form p label {
    font-size: 14px;
    line-height: 1.5;
  }
  .setting-content form > p input[type='submit'] {
    font-size: 1rem;
    padding: 2px 22px;
    min-width: 140px;
  }
  div#available-coupons ul li {
    grid-template-columns: 40% 1fr;
  }
  #available-coupons ul li.deadline .info .countdown .item {
    min-width: 36px;
  }
  #available-coupons ul li.deadline .info .countdown .item strong {
    font-size: 18px;
    white-space: nowrap;
  }
  div#available-coupons ul li .info .countdown {
    left: 38%;
  }
  div#available-coupons ul li .amount i {
    font-size: 1rem;
  }
  header .header_main .search form.active {
    width: 100%;
  }

  .orders_page{
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .paynow_link{
    padding: 0.8rem 2rem;
    font-size: 16px;
    margin-left: auto;
    margin-top: 1rem;
  }
  .setting-content div.setting-details .order-question .flex.align-center {
    flex-flow: wrap;
    gap: 0.5rem;
  }
  .input-file input[type='file']{
    width: 100%;
  }
  .order-question p.input-file{
    width: 100%;
  }


  .product_gallery > .content >.flex{
    flex-flow: wrap;
  }
  .product_gallery > .content >.flex .swiper_gallery_thumb{
    width: 100%;
  }
  .swiper_gallery_thumb li p{
    font-size: 15px;
    font-weight: 500;
  }
  .order_item .state span{
    font-size: 14px;
  }
  .order_item .state{
    order: 10;
  }

  .banner.only-image{
    min-height: 500px;
  }

  .home_banner .banner.only-image{
    height: 500px;
    
  }
  .img_bg img{
    object-position: 50%;
  }
  .home_banner .banner.only-image .head h1{
    font-size: 50px;
  }
  .category_banner .back{
    right: 5%;
  }
  .home-banner p{
    padding-right: 0;
  }
  .home-banner h1, .home-banner h2{
    font-size: 1.8rem;
  }
  .home-banner li{
    padding-top: 0;
    height: 300px;
  }
  .home-banner .left{
    padding-top: 50px;
    width: 100%;
  }
  .home-banner{
    margin-top: 0;
  }

  .home_brands{
    overflow: hidden;
  }
  .header_middle{
    display: none;
  }
  .swiper_brands_swiper li.swiper-slide a{
    position: relative;
  }
  .swiper_brands_swiper li.swiper-slide strong{
    font-size: 20px;
    top: 20px;
    left: 30px;
    z-index: 9;
    width: 100%;
    padding: 0.7rem 1rem;
    
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: unset;
    bottom: 0;
  }
  .swiper_brands_swiper li.swiper-slide:hover strong{
    top: unset;
    bottom: 0;
    transform: none;
  }
  .swiper_brands_swiper li.swiper-slide a:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    display: none;
  }

  .home-banner li a>img{
    object-fit: cover;
  }
}
