@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: 0.9rem;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .head .desc {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .video_pop .pop_content {
    height: auto;
    width: 90vw;
  }
  header.sticky {
    top: 0 !important;
  }
  header .header_notice {
    display: none;
  }
  header .header_main {
    position: relative;
    background-color: #fff;
  }
  header .header_main .left {
    gap: 1.2rem;
  }
  header .header_main .left .btn_menu {
    padding: 0;
    min-width: 22px;
    text-indent: -999px;
    background-image: url(../img/mobile-menu/nav-btn.svg);
  }
  header .header_main .left .btn_menu:hover {
    padding: 0;
  }
  header .header_main .left .header_search {
    position: static;
    width: 20px;
    padding: 0;
    height: 20px;
    background: url(../img/icon-search.svg) no-repeat center / contain;
    flex: unset;
  }
  header .header_main .left .header_search::after {
    display: none;
  }
  header .header_main .left .header_search form {
    position: absolute;
    z-index: -1;
    width: 100vw;
    left: 0;
    top: 100%;
    padding: 1rem 1.2rem;
    background-color: #fff;
    pointer-events: none;
    transition: all 0.3s;
    transform: translateY(-100%);
    grid-template-columns: 1fr auto;
  }
  header .header_main .left .header_search form::after {
    display: none;
  }
  header .header_main .left .header_search form.active {
    pointer-events: all;
    transform: translate(0);
  }
  header .header_main .left .header_search form input[type="submit"] {
    width: 20px;
    height: 20px;
    order: 2;
  }
  header .header_main .left .header_search form input[type="text"] {
    font-size: 15px;
    padding: 0 1rem 0 0;
    width: 100%;
  }
  header .header_main .left .overlay_m {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
    z-index: 997;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
  }
  header .header_main .left .overlay_m.active {
    opacity: 1;
    pointer-events: all;
  }
  header .header_main .logo img {
    height: 25px;
    width: unset;
  }
  header .header_main .right {
    gap: 1.2rem;
  }
  header .header_main .right .btn_like {
    display: none;
  }
  header .header_main .inner {
    min-height: 64px;
  }
  header .header_nav {
    transform: translateX(-100%);
    width: 80vw;
    box-shadow: none;
  }
  header .header_nav.active {
    transform: translate(0);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  header .header_nav nav .close {
    padding: 2rem 1.2rem 1.2rem;
    border-bottom: 1px solid #eee;
    text-align: right;
  }
  header .header_nav nav .close span {
    display: inline-block;
    width: 15px;
    filter: brightness(0);
    height: 15px;
    background: url('../img/mobile-menu/close.svg') no-repeat center / contain;
  }
  header .header_nav nav div > ul {
    display: block;
    padding: 0;
  }
  header .header_nav nav div > ul > li {
    margin-bottom: 0;
    position: relative;
  }
  header .header_nav nav div > ul > li::before {
    display: none;
  }
  header .header_nav nav div > ul > li > a {
    color: var(--title_color);
    line-height: 4rem;
    padding: 0;
    padding-left: 2rem;
    position: relative;
    font-size: 1rem;
  }
  header .header_nav nav div > ul > li > a::before {
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
    background: url('../img/mobile-menu/menu-default.svg') no-repeat center / contain;
    display: none;
  }
  header .header_nav nav div > ul > li.menu-item-home > a::before {
    background-image: url(../img/mobile-menu/menu-home.svg);
  }
  header .header_nav nav div > ul > li.product-icon > a::before {
    background-image: url(../img/mobile-menu/menu-product.svg);
  }
  header .header_nav nav div > ul > li.about-icon > a::before {
    background-image: url(../img/mobile-menu/menu-about.svg);
  }
  header .header_nav nav div > ul > li.faq-icon > a::before {
    background-image: url(../img/mobile-menu/menu-faq.svg);
  }
  header .header_nav nav div > ul > li.blog-icon > a::before {
    background-image: url(../img/mobile-menu/menu-blog.svg);
  }
  header .header_nav nav div > ul > li.service-icon > a::before {
    background-image: url(../img/mobile-menu/menu-service.svg);
  }
  header .header_nav nav div > ul > li.contact-icon > a::before {
    background-image: url(../img/mobile-menu/menu-contact.svg);
  }
  header .header_nav nav div > ul > li.menu-item-has-children > a {
    margin-right: 52px;
  }
  header .header_nav nav div > ul > li.menu-item-has-children::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/mobile-menu/select.svg) no-repeat center / contain;
    position: absolute;
    left: calc(100% - 2rem);
    top: 1.5rem;
    transition: all 0.3s;
  }
  header .header_nav nav div > ul > li.active::after {
    transform: rotate(180deg);
  }
  header .header_nav nav div > ul > li ul {
    position: static;
    visibility: visible;
    padding: 1rem 1rem 0.8rem;
    background-color: #f8f8f8;
    margin: 0 2rem;
    box-shadow: none;
    border-radius: 5px;
    display: none;
    transform: translate(0);
    opacity: 1;
    pointer-events: all;
    transition: none;
  }
  header .header_nav nav div > ul > li ul li {
    margin-bottom: 5px;
  }
  header .header_nav nav div > ul > li ul li::before {
    display: none;
  }
  header .header_nav nav div > ul > li ul li a {
    color: var(--title_color);
    padding: 0.5rem 0;
    white-space: wrap;
    font-size: 14px;
  }
  .footer_sidebar {
    display: none;
  }
  .home_banner .head {
    padding: 0;
  }
  .home_banner .head .title {
    font-size: 25px;
    line-height: 1.5;
  }
  .home_banner .head .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .home_banner a {
    font-size: 14px;
    line-height: 1.5;
    padding: 0.7rem 1rem;
    min-width: 120px;
    text-align: center;
  }
  .home_banner .home_banner_swiper .swiper-slide::before {
    height: 100%;
  }
  .home_banner .home_banner_swiper .swiper-slide .flex {
    min-height: unset;
    padding: 4rem 0 8rem;
  }
  .home_banner .control_box {
    bottom: 2.5rem;
    padding: 0 1.2rem;
    padding-top: 1rem;
  }
  .home_banner .control_box .btn_prev,
  .home_banner .control_box .btn_next {
    width: 24px;
  }
  .home_product {
    padding: 4rem 0;
  }
  .home_product .flex {
    flex-direction: column;
    gap: 2rem;
  }
  .home_product .nav {
    margin-top: 20px;
  }
  .home_product .head {
    width: 100%;
  }
  .home_product .home_product_swiper {
    margin-top: 2rem;
  }
  .home_product .btn {
    margin-top: 2.5rem;
  }
  .home_product .home_category_swiper {
    margin-top: 3rem;
  }
  .home_product .home_category_swiper .swiper-slide .title {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 1rem;
    padding: 0;
  }
  .nav ul {
    gap: 1rem;
    flex-wrap: nowrap;
    width: 100vw;
    margin-left: -1.2rem;
    overflow: auto;
    padding: 0 1.2rem;
  }
  .nav ul::-webkit-scrollbar {
    display: none;
  }
  .nav .item {
    font-size: 15px;
    padding: 0.7rem 1rem;
    text-wrap: nowrap;
  }
  .discount_modal .modal_content {
    position: relative;
    width: 100%;
    bottom: 0;
    margin-top: auto;
    height: 100%;
  }
  .discount_modal .logo {
    max-width: 110px;
  }
  .discount_modal .main {
    width: 100%;
    max-width: unset;
    height: 100%;
    margin-left: unset;
    margin-top: auto;
    max-height: unset;
    padding: 1.6rem 1.2rem 4rem;
  }
  .discount_modal .main .close {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
  }
  .discount_modal .main .inner {
    margin-top: 1.3rem;
    max-height: fit-content;
  }
  .discount_modal .main .inner .title.center {
    margin-top: 1rem;
  }
  .discount_modal .main .inner .title.center .label {
    font-size: 14px;
  }
  .discount_modal .main .inner .title.center .discount {
    font-size: 24px;
    line-height: 1.4;
    margin-top: 0.5rem;
  }
  .discount_modal .main form {
    margin-top: 1.4rem;
    min-height: unset;
  }
  .discount_modal .main form .title {
    font-size: 16px;
    text-align: center;
  }
  .discount_modal .main form .label {
    font-size: 14px;
  }
  .discount_modal .main form input[type="radio"] {
    border-width: 3px;
    width: 14px;
    height: 14px;
  }
  .discount_modal .main form ul {
    margin-top: 0.8rem;
    justify-content: center;
  }
  .discount_modal .main form input[type="email"] {
    font-size: 14px;
    line-height: 1.5;
    padding: 0.6rem 1rem;
    margin-top: 1rem;
  }
  .discount_modal .main form input[type="submit"] {
    font-size: 14px;
    padding: 0.5rem 1rem;
    line-height: 1.5;
  }
  .discount_modal .img {
    height: 40%;
    width: 100%;
    position: static;
  }
  .discount_modal .img img {
    object-position: top center;
  }
  .swiper_btns {
    gap: 1rem;
  }
  .swiper_btns div {
    width: 40px;
    height: 40px;
  }
  .btn {
    font-size: 14px;
    line-height: 1.5;
    padding: 0.6rem 1rem;
    min-width: 120px;
    text-align: center;
  }
  .breadcrumbs span {
    font-size: 15px;
  }
  .breadcrumbs span span,
  .breadcrumbs span a {
    font-size: 15px;
  }
  .breadcrumbs span span {
    margin: 0 8px;
  }
  p.center:has(.btn) {
    min-height: 42px;
  }
  .product_list .product_item .btn_add_to_cart {
    font-size: 15px;
    padding: 0.7rem 1rem;
    bottom: 1.8rem;
  }
  .product_list .product_item .funcs > div {
    width: 2.5rem;
    height: 2.5rem;
  }
  .product_list .product_item .tag {
    font-size: 13px;
  }
  .product_list .product_item .color li {
    width: 12px;
  }
  .product_list .product_item .color li::before {
    width: 18px;
  }
  .home_collection {
    padding: 4rem 0;
  }
  .home_collection .inner {
    padding: 0;
  }
  .home_collection .home_collection_swiper {
    padding: 12px 0;
    margin-top: 1.6rem;
  }
  .home_collection .home_collection_swiper .swiper-slide .img img {
    max-width: 200px;
    max-height: 200px;
  }
  .home_recommend {
    padding: 4rem 0 3rem;
  }
  .home_recommend .flex {
    flex-direction: column;
    gap: 2rem;
  }
  .home_recommend .home_recommend_swiper {
    width: 100%;
  }
  .home_recommend .right {
    width: 100%;
    padding: 0;
  }
  .home_recommend .home_recommend_pd_swiper {
    margin-top: 2rem;
  }
  .home_recommend .swiper-pagination {
    margin-top: 2.5rem;
  }
  .home_recommend .btn {
    margin-top: 2.5rem;
  }
  br {
    display: none;
  }
  .home_about {
    padding: 3rem 0 4rem;
  }
  .home_about .flex {
    flex-direction: column;
    gap: 1rem;
  }
  .home_about .head .btn {
    margin-top: 2rem;
  }
  .home_about .desc {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 0;
  }
  .home_about .items {
    margin-top: 2rem;
  }
  .home_about .items .syeditorlist {
    gap: 2.6rem;
  }
  .home_about .item .info .title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 1.2rem;
    padding: 0;
  }
  .home_about .item .info .desc {
    line-height: 1.5;
  }
  .home_review .flex {
    min-height: unset;
  }
  .home_review .flex::before {
    left: 0;
  }
  .home_review .home_review_swiper .swiper-slide::before {
    width: 2rem;
  }
  .home_review .home_review_swiper .swiper-slide p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .home_review .home_review_swiper .swiper-slide .infos {
    margin-top: 2rem;
  }
  .home_blog {
    padding: 4rem 0 3rem;
  }
  .home_blog .blog_box {
    margin-top: 2rem;
  }
  .blog_box ul {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .blog_box li:first-child {
    grid-area: unset;
  }
  .blog_box li:first-child a {
    min-height: 300px;
  }
  .blog_box li:first-child .img::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: none;
  }
  .blog_box li:first-child .img .cat {
    font-size: 13px;
    padding: 0.6rem 1rem;
    line-height: 1;
    left: 1rem;
    top: 1rem;
  }
  .blog_box li:first-child .info {
    padding: 1.2rem;
    margin-top: auto;
    position: relative;
    z-index: 2;
  }
  .blog_box li:first-child .info .title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 5px;
  }
  .blog_box li:first-child .info .date {
    font-size: 14px;
  }
  .blog_box li:first-child .info .more {
    margin-top: 1rem;
  }
  .blog_box li:first-child ~ li {
    padding-bottom: 0;
  }
  .blog_box li:first-child ~ li a {
    grid-template-columns: 1fr;
    gap: 1.3rem;
  }
  .blog_box li:first-child ~ li .img {
    aspect-ratio: 285/230;
    width: 100%;
    height: unset;
  }
  .blog_box li:first-child ~ li .img .cat {
    font-size: 13px;
    padding: 0.6rem 1rem;
    line-height: 1;
    left: 1rem;
    top: 1rem;
  }
  .blog_box li:first-child ~ li .info .date {
    font-size: 14px;
  }
  .blog_box li:first-child ~ li .info .title {
    font-size: 16px;
    margin-top: 0.5rem;
    line-height: 1.5;
  }
  .blog_box li:first-child ~ li .info .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .blog_box li:first-child ~ li .info .more {
    margin-top: 1.6rem;
    font-size: 15px;
  }
  .footer_gallery {
    padding: 3rem 0 5rem;
  }
  .footer_gallery .head .btn {
    margin-top: 2rem;
  }
  .footer_gallery .footer_gallery_swiper {
    margin-top: 2rem;
  }
  .footer_service {
    padding: 3rem 0;
  }
  .footer_service .syeditorlist {
    gap: 1.8rem;
  }
  .footer_service .item {
    gap: 3px 1rem;
  }
  .footer_service .item .title {
    font-size: 18px;
  }
  footer .footer_main {
    padding: 4rem 0;
    width: 100%;
  }
  footer .footer_main .logo {
    margin: 0 auto;
    width: 132px;
  }
  footer .footer_main .flex {
    gap: 2rem;
    flex-direction: column;
  }
  footer .footer_main .slide_objs {
    margin-top: 0;
    display: block;
    width: 100%;
  }
  footer .footer_main .slide_obj strong {
    font-size: 15px;
    line-height: 42px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 1.2rem;
    border-radius: 5px;
    margin-bottom: 1rem;
    position: relative;
  }
  footer .footer_main .slide_obj strong::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: url(../img/arr-b.svg) no-repeat center / contain;
    position: absolute;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  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: 0;
  }
  footer .footer_main .slide_obj > div a {
    font-size: 14px;
    line-height: 2rem;
    display: block;
  }
  footer .footer_main .slide_obj > div p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  footer .footer_main .slide_subscribe {
    width: 100%;
  }
  footer .footer_main .slide_subscribe form {
    margin-top: 1rem;
  }
  footer .copyright {
    padding: 1.4rem 0 1rem;
    margin-top: 0;
  }
  footer .copyright .flex {
    padding: 0;
    flex-direction: column-reverse;
    gap: 1rem;
  }
  footer .copyright p {
    font-size: 13px;
  }
  footer .copyright ul.menu{
    display: flex;
    gap: 1rem;
  }
  footer .copyright ul.menu li a{
    font-size: 14px;
  }
  .page_banner {
    padding: 5rem 0 3rem;
  }
  .page_banner::after {
    background: rgba(0, 0, 0, 0.4);
  }
  .page_banner .flex {
    min-height: 100px;
  }
  .page_banner .head {
    padding: 0;
  }
  .page_banner .head .desc {
    margin-top: 0.5rem;
  }
  .about_queen {
    padding: 4rem 0 3rem;
  }
  .about_queen .bg {
    width: 100%;
  }
  .about_queen .flex {
    flex-direction: column;
    gap: 2rem;
  }
  .about_queen .left {
    width: 100%;
  }
  .about_queen .head {
    padding: 0;
  }
  .about_queen .head .desc {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .about_queen .head .desc p + p {
    margin-top: 0.5rem;
  }
  .about_queen .head .btn {
    margin-top: 2rem;
  }
  .about_freedom {
    padding: 3rem 0;
  }
  .about_freedom .head h2 {
    margin-top: 0;
  }
  .about_freedom .head .desc {
    font-size: 0.9rem;
    margin-top: 0.5rem;
    line-height: 1.5;
  }
  .about_freedom .list {
    margin-top: 2rem;
  }
  .about_freedom .list::after {
    display: none;
  }
  .about_freedom .list ul {
    overflow: auto;
    width: 100vw;
    margin-left: -1.2rem;
    padding: 0 1.2rem;
    gap: 1rem;
  }
  .about_freedom .list ul::-webkit-scrollbar {
    display: none;
  }
  .about_freedom .list li {
    min-width: 260px;
  }
  .about_freedom .list li:nth-child(2) {
    transform: unset;
  }
  .about_freedom .list li strong {
    font-size: 18px;
    margin-top: 1.2rem;
  }
  .about_freedom .list li p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .about_naming {
    padding: 4rem 0;
    background-color: #f6f4f9;
  }
  .about_naming .flex {
    flex-direction: column-reverse;
    gap: 1.6rem;
    padding: 0;
  }
  .about_naming .head {
    padding: 0;
  }
  .about_naming .head::after {
    display: none;
  }
  .about_naming .head h2 {
    margin-top: 0;
  }
  .about_naming .head .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .about_naming .right .img {
    max-width: 156px;
  }
  .about_custom {
    padding: 4rem 0 3rem;
  }
  .about_custom .bg {
    top: -4%;
  }
  .about_custom .flex {
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .about_custom .imgs {
    width: 100%;
  }
  .about_custom .imgs .img {
    transform: translate3d(0, 0, 0) !important;
  }
  .about_custom .head {
    min-width: unset;
    width: 100%;
    padding: 0;
  }
  .about_custom .head .desc {
    font-size: 14px;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .about_custom .head .btn {
    margin-top: 2rem;
  }
  .about_unique {
    padding: 3rem 0;
  }
  .about_unique .head h2 {
    margin-top: 0;
  }
  .about_unique .flex {
    margin-top: 2rem;
    flex-direction: column-reverse;
    width: 100%;
    min-width: unset;
  }
  .about_unique .left {
    width: 100%;
  }
  .about_unique .right {
    padding: 2.5rem 1rem 2rem;
  }
  .about_unique .btns {
    margin-top: 2.2rem;
  }
  .about_unique .btns .swiper_next,
  .about_unique .btns .swiper_prve {
    height: 12px;
  }
  .about_unique .about_unique_swiper {
    width: 90%;
  }
  .about_unique .about_unique_swiper .info {
    padding: 1.5rem 0 0;
  }
  .about_unique .about_unique_swiper .info strong {
    font-size: 18px;
    line-height: 1.5;
  }
  .about_unique .about_unique_swiper .info p {
    font-size: 14px;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .about_serve {
    padding: 3rem 0;
  }
  .about_serve .head h2 {
    margin-top: 0;
  }
  .about_serve .items {
    margin-top: 2rem;
  }
  .about_serve .items > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6rem 1.3rem;
  }
  .about_serve .items .item i {
    width: 60px !important;
    height: 60px !important;
  }
  .about_serve .items .item strong {
    font-size: 18px;
    line-height: 1.5;
  }
  .about_serve .items .item p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0.5rem 0 1.8rem;
  }
  .about_serve .items .item span {
    width: 2rem;
  }
  .account_dashboard {
    padding: 3rem 0;
    overflow: hidden;
  }
  .account_dashboard .bg2 {
    top: 0;
  }
  .account_dashboard .bg {
    display: none;
  }
  .account_dashboard .flex {
    display: block;
  }
  .account_dashboard .left {
    width: 100%;
    padding: 2rem 1.2rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .account_dashboard .left .name {
    font-size: 25px;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .account_dashboard .left .nav {
    margin-top: 2rem;
  }
  .account_dashboard .left .nav ul {
    gap: 1rem;
  }
  .account_dashboard .left .nav ul li a {
    gap: 12px;
    font-size: 14px;
    line-height: 1.5;
  }
  .account_dashboard .left .nav ul li a i {
    width: 18px;
  }
  .account_dashboard .left .btn {
    margin-top: 2rem;
    font-size: 1rem;
  }
  .account_dashboard .right {
    width: 100%;
    margin-top: 2rem;
  }
  .account_dashboard .dashboard {
    padding: 2rem 1.2rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .account_dashboard .dashboard h1 {
    font-size: 22px;
    line-height: 1.5;
  }
  .account_dashboard .dashboard ul {
    margin-top: 1rem;
    padding-top: 20px;
    display: grid;
    gap: 2rem 1rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .account_dashboard .dashboard ul li a {
    gap: 1rem;
    min-width: unset;
  }
  .account_dashboard .dashboard ul li a .icon {
    width: 2.5rem;
  }
  .account_dashboard .dashboard ul li a .icon span {
    font-size: 12px;
    line-height: 1rem;
    min-width: 1rem;
    padding: 0 4px;
  }
  .account_dashboard .dashboard ul li a .title {
    font-size: 14px;
    line-height: 1.5;
  }
  .account_dashboard .ads {
    gap: 1rem;
    margin-top: 2rem;
    grid-template-columns: 1fr;
  }
  .account_dashboard .ads .item {
    gap: 1rem;
    padding: 0 1.2rem;
    padding-top: 1rem;
  }
  .account_dashboard .ads .item .start {
    font-size: 12px;
    padding: 6px 8px;
  }
  .account_dashboard .ads .item .img {
    width: 40%;
  }
  .account_dashboard .ads .item .info .title {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 5px;
  }
  .account_dashboard .ads .item .info span {
    font-size: 14px;
    margin-top: 6px;
  }
  .account_dashboard .ads .item .info .btn {
    margin-top: 1.4rem;
    padding: 0.5rem 1rem;
  }
  .account_latest {
    padding: 3rem 0 5rem;
  }
  .account_latest .head h2 {
    font-size: 22px;
  }
  .account_latest .head a {
    font-size: 14px;
    align-items: center;
    gap: 12px;
  }
  .account_latest .head a::after {
    height: 12px;
    margin: 0;
  }
  .account_latest .con {
    padding: 1rem;
  }
  .account_latest .con .date {
    align-items: start;
  }
  .account_latest .con .date div {
    flex-direction: column;
    gap: 1rem;
  }
  .account_latest .con .date .title {
    font-size: 16px;
    line-height: 1;
  }
  .account_latest .con .date p {
    font-size: 14px;
    line-height: 1;
  }
  .account_latest .con .date a {
    font-size: 14px;
  }
  .account_latest .con .order_list a {
    gap: 1rem;
  }
  .account_latest .con .order_list .img {
    width: 32%;
  }
  .account_latest .con .order_list .title {
    font-size: 16px;
    line-height: 1.5;
  }
  .account_latest .con .order_list .qty {
    font-size: 14px;
    margin-right: 1rem;
  }
  .account_latest .con .order_list .price {
    font-size: 15px;
  }
  .blog_news {
    padding: 4rem 0 3rem;
  }
  .blog_news .head {
    margin-bottom: 2rem;
  }
  .blog_allnews {
    padding: 3rem 0;
  }
  .blog_allnews .flex {
    flex-direction: column;
    align-items: start;
  }
  .blog_allnews .list ul {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .blog_allnews .list p.center:has(.btn) {
    margin-top: 2.5rem;
  }
  .blog_list .blog_item .cat {
    font-size: 14px;
    padding: 8px;
    line-height: 1;
    left: 1.2rem;
    top: 1.2rem;
  }
  .blog_list .blog_item .info {
    padding-top: 1.2rem;
  }
  .blog_list .blog_item .info .date {
    font-size: 14px;
  }
  .blog_list .blog_item .info .title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .blog_list .blog_item .info .desc {
    font-size: 14px;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .blog_list .blog_item .info .more {
    font-size: 15px;
    margin-top: 1.6rem;
  }
  .category_main {
    padding: 1rem 0 3rem;
  }
  .category_main .head {
    flex-direction: column;
    gap: 20px;
    margin-top: 1rem;
  }
  .category_main .head .nav {
    padding: 0;
  }
  .category_main .category_filter {
    margin-top: 2rem;
    padding-bottom: 0.8rem;
  }
  .category_main .category_filter .flex {
    flex-direction: column-reverse;
    align-items: start;
    gap: 1rem;
  }
  .category_main .category_filter .flex strong {
    font-size: 15px;
  }
  .category_main .category_filter .left {
    gap: 15px;
  }
  .category_main .category_filter .filter_box {
    gap: 20px;
  }
  .category_main .category_filter select {
    font-size: 0.9rem;
  }
  .category_main .category_filter .option {
    font-size: 0.9rem;
  }
  .category_main .category_filter .item {
    z-index: 12;
  }
  .category_main .category_filter .item ul {
    background-color: #fff;
    padding: 14px;
    width: 165px;
    left: -1rem;
  }
  .category_main .category_filter .item:last-child ul {
    left: unset;
    right: -1rem;
  }
  .category_main .category_filter .item span {
    font-size: 14px;
  }
  .category_main .category_filter .item label {
    gap: 8px;
  }
  .category_main .category_filter .item input {
    width: 14px;
    height: 14px;
  }
  .category_main .category_filter .item li {
    margin-bottom: 0.8rem;
  }
  .category_main .selected {
    margin-top: 1rem;
  }
  .category_main .selected .close {
    font-size: 15px;
  }
  .category_main .list {
    margin-top: 2rem;
  }
  .category_main .list .product_list {
    grid-template-columns: repeat(1, 1fr);
  }
  .category_main p.center:has(.btn) {
    min-height: 42px;
    margin-top: 3rem;
  }
  .checkout_progress {
    padding: 2rem 0 2rem;
  }
  .checkout_progress li {
    gap: 12px;
    font-size: 12px;
    line-height: 1.5;
  }
  .checkout_progress li::before {
    width: 2.5rem;
    font-size: 1rem;
  }
  .checkout_progress li::after {
    top: 20px;
    width: calc(50% - 8px);
    left: calc(50% + 30px);
  }
  .complete_main {
    padding: 4rem 0 3rem;
    min-height: unset;
    margin-bottom: 0;
  }
  .complete_main i {
    width: 82px;
  }
  .complete_main h1 {
    font-size: 25px;
    line-height: 1.5;
    margin-top: 1.2rem;
  }
  .complete_main .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .complete_main .btns {
    flex-direction: column;
    margin-top: 2rem;
    gap: 1rem;
  }
  .complete_main .btns a {
    width: 100%;
    font-size: 14px;
  }
  .complete_recommend {
    padding: 3rem 0 5rem;
  }
  .complete_recommend .swiper_box {
    margin-top: 20px;
  }
  .complete_recommend .swiper_box .swiper_btns {
    display: none;
  }
  .complete_recommend p.center:has(.btn) {
    margin-top: 2rem;
    min-height: 42px;
  }
  .contact_main {
    padding-bottom: 3rem;
  }
  .contact_main .flex {
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .contact_main .right h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .contact_main .right .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .contact_main .form {
    margin-top: 2rem;
  }
  .contact_main .form form {
    gap: 1rem;
  }
  .contact_main .form input,
  .contact_main .form select,
  .contact_main .form textarea {
    font-size: 0.9rem;
    padding: 0.65rem 1rem;
    padding-left: 0;
    line-height: 1.5;
  }
  .contact_main .form .textarea {
    margin-top: 0;
  }
  .contact_main .form .col2 {
    width: 100%;
  }
  .contact_main .form input[type="submit"] {
    font-size: 14px;
    padding: 0.7rem 1rem;
    min-width: 120px;
    line-height: 1.5;
    margin-top: 5px;
  }
  .contact_main .form label {
    margin-top: 0;
    gap: 0.6rem;
  }
  .contact_main .form label input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }
  .contact_main .form input[type='checkbox'] ~ span {
    font-size: 14px;
    line-height: 1.5;
  }
  .contact_way {
    padding: 3rem 0 5rem;
  }
  .contact_way .content > ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem 1rem;
  }
  .contact_way ul li {
    margin-bottom: 0;
    max-width: 180px;
  }
  .contact_way ul i {
    width: 50px;
    height: 50px;
  }
  .contact_way ul span {
    font-size: 14px;
    margin: 1rem 0 0.5rem;
  }
  .contact_way ul a {
    font-size: 16px;
    line-height: 1.5;
    word-break: break-all;
  }
  .contact_way ul p {
    font-size: 14px;
    line-height: 1.5;
  }
  .contact_way ul .social {
    gap: 0.8rem;
  }
  .contact_way ul .social a {
    width: 20px;
    height: 20px;
  }
  .orders_nav {
    border: none;
  }
  .orders_nav .top {
    padding: 2.5rem 0;
  }
  .orders_nav .top i {
    width: 45px;
    height: 45px;
  }
  .orders_nav .top strong {
    font-size: 18px;
  }
  .orders_nav .orders_menu {
    flex-direction: column;
    gap: 2rem;
  }
  .orders_nav .orders_menu ul {
    width: 100vw;
    padding: 0 1.2rem;
    overflow: auto;
    gap: 1rem;
    border-bottom: 1px solid rgba(51, 51, 51, 0.14);
  }
  .orders_nav .orders_menu ul::-webkit-scrollbar {
    display: none;
  }
  .orders_nav .orders_menu ul a {
    font-size: 15px;
    text-wrap: nowrap;
    padding: 1rem 0;
  }
  .orders_nav .orders_menu .btn {
    margin-left: auto;
    min-width: unset;
    line-height: 1.5;
    font-size: 15px;
    min-width: 120px;
    display: none;
  }
  .post_main {
    padding-bottom: 3rem;
  }
  .post_main .bg1 {
    left: 0;
    width: 50px;
  }
  .post_main .head {
    padding: 2rem 0 0;
  }
  .post_main .head:has(.imgmain)::after {
    height: calc(100% - 3rem);
  }
  .post_main .head h1 {
    font-size: 22px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .post_main .head .date {
    font-size: 14px;
  }
  .post_main .head .date span {
    font-size: 14px;
  }
  .post_main .head .imgmain {
    margin-top: 2rem;
  }
  .post_main .main:not(:has(.wc-favorites-list)) {
    margin-top: 2rem;
  }
  .post_main .main:not(:has(.wc-favorites-list)) p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0.5rem 0;
  }
  .post_main .main:not(:has(.wc-favorites-list)) h2 {
    font-size: 20px;
    line-height: 1.5;
    margin: 1.2rem 0 0.5rem;
  }
  .post_main .main:not(:has(.wc-favorites-list)) h3 {
    font-size: 18px;
    line-height: 1.5;
    margin: 1rem 0 0.5rem;
  }
  .post_main .main:not(:has(.wc-favorites-list)) h4 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0.8rem 0 0.5rem;
  }
  .post_main .main:not(:has(.wc-favorites-list)) li {
    font-size: 14px;
    line-height: 1.5;
    margin: 0.5rem 0;
    padding-left: 1rem;
  }
  .post_main .main:not(:has(.wc-favorites-list)) li::before {
    width: 6px;
    top: 8px;
  }
  .post_main .main:not(:has(.wc-favorites-list)) a {
    font-size: 14px;
    line-height: 1.5;
  }
  .post_main .main:not(:has(.wc-favorites-list)) .wp-block-columns {
    min-width: unset;
    width: 100%;
    margin: 2rem 0;
    gap: 10px;
  }
  .post_main .tags-box {
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 1rem;
  }
  .post_main .tags-box span {
    font-size: 15px;
  }
  .post_main .tags-box p {
    font-size: 15px;
    padding: 0.7rem 1.4rem;
  }
  .post_related {
    padding: 3rem 0 5rem;
  }
  .post_related .post_related_swiper {
    margin-top: 2rem;
  }
  .post_related p.center:has(.btn) {
    margin-top: 2.5rem;
    min-height: 42px;
  }
  .product_show {
    padding: 1.2rem 0 3rem;
  }
  .product_show .content > .flex {
    flex-direction: column;
    gap: 2rem;
  }
  .product_show .product_show_swiper {
    width: 100%;
  }
  .product_show .product_show_swiper .like {
    width: 42px;
    height: 42px;
  }
  .product_show .left {
    flex-direction: column-reverse;
    width: 100%;
    padding: 0;
  }
  .product_show .left .product_show_thumb_swiper {
    height: 100%;
  }
  .product_show .left .product_show_thumb_swiper .swiper-slide {
    max-height: unset;
    height: 100%;
  }
  .product_show .left .product_show_thumb_swiper .swiper-slide .img {
    aspect-ratio: 1;
  }
  .product_show .left .thumb_box {
    flex-direction: row;
    width: 100%;
    overflow: hidden;
    gap: 1rem;
  }
  .product_show .left .thumb_box .swiper_prve {
    width: 15px;
    height: 15px;
    transform: rotate(-90deg);
  }
  .product_show .left .thumb_box .swiper_next {
    width: 15px;
    height: 15px;
    transform: rotate(90deg);
  }
  .product_show .right {
    width: 100%;
    max-width: unset;
    padding: 0;
  }
  .product_show .right .head .flex {
    margin-top: 0;
    align-items: end;
  }
  .product_show .right .head h2 {
    padding: 0;
  }
  .product_show .right .head .price {
    font-size: 18px;
    line-height: 1.5;
  }
  .product_show .right .quot {
    width: 22px;
    height: 16px;
    margin-top: 1.5rem;
  }
  .product_show .right p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.8rem;
  }
  .product_show .right .color div {
    font-size: 15px;
  }
  .product_show .right .color .colors li {
    width: 36px;
    height: 36px;
    padding: 4px;
  }
  .product_show .right .size {
    margin-top: 1.2rem;
  }
  .product_show .right .size div {
    font-size: 15px;
  }
  .product_show .right .size div a {
    font-size: 14px;
  }
  .product_show .right .size ul li {
    font-size: 15px;
    width: 43px;
    height: 43px;
  }
  .product_show .right .nums {
    margin-top: 2rem;
    gap: 0.8rem;
  }
  .product_show .right .nums .num {
    height: 43px;
  }
  .product_show .right .nums .num div {
    background-size: 11px;
    height: 100%;
  }
  .product_show .right .nums .btn_add_cart {
    font-size: 14px;
    padding: 0.6rem 1rem;
  }
  .product_show .right .buy_btn {
    margin-top: 1.2rem;
    font-size: 14px;
    padding: 0.7rem 1rem;
  }
  .product_show .right .share {
    margin-top: 3rem;
  }
  .product_show .right .share .social {
    gap: 0.5rem;
  }
  .product_show .right .share .social strong {
    font-size: 15px;
  }
  .product_show .right .share .social ul {
    gap: 14px;
  }
  .product_show .right .share .help {
    gap: 8px;
  }
  .product_show .right .share .help i {
    width: 16px;
    height: 16px;
  }
  .product_show .right .share .help a {
    font-size: 14px;
  }
  .product_show .right .complete {
    margin-top: 2rem;
  }
  .product_show .right .complete strong {
    font-size: 16px;
  }
  .product_show .right .product_complete_swiper {
    margin-top: 1.2rem;
  }
  .product_show .right .product_complete_swiper .swiper-slide {
    align-items: start;
  }
  .product_show .right .product_complete_swiper .img {
    width: 30%;
  }
  .product_show .right .product_complete_swiper .top {
    gap: 0.5rem;
  }
  .product_show .right .product_complete_swiper .info .title {
    font-size: 14px;
    line-height: 1.5;
  }
  .product_show .right .product_complete_swiper .info .price {
    font-size: 14px;
    line-height: 1.5;
  }
  .product_show .right .product_complete_swiper .info p {
    font-size: 12px;
    margin-top: 10px;
  }
  .product_show .right .product_complete_swiper .info .select {
    gap: 10px;
  }
  .product_show .right .product_complete_swiper .info .select .select {
    padding: 6px 1rem 6px 8px;
  }
  .product_show .right .product_complete_swiper .info a {
    font-size: 14px;
    padding: 0.68rem 1rem;
  }
  .product_nav {
    padding-bottom: 2rem;
  }
  .product_nav ul {
    width: 100vw;
    margin-left: -1.2rem;
    padding: 0 1.2rem;
    overflow: auto;
    gap: 1rem;
  }
  .product_nav ul::-webkit-scrollbar {
    display: none;
  }
  .product_nav ul li a {
    text-wrap: nowrap;
    font-size: 15px;
    padding: 1rem 0;
  }
  .product_nav ul li a::after {
    bottom: 0;
  }
  .product_nav ul li.active a {
    font-size: 15px;
  }
  .product_romance {
    padding: 3rem 0;
  }
  .product_romance .bg {
    right: 0;
    left: unset;
  }
  .product_romance .flex {
    flex-direction: column;
    gap: 2rem;
  }
  .product_romance .left {
    width: 100%;
  }
  .product_romance .right {
    max-width: unset;
    width: 100%;
  }
  .product_romance .right .desc {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 0.6rem;
  }
  .product_romance .right .desc p + p {
    margin-top: 0.5rem;
  }
  .product_romance .right .img {
    margin-top: 2rem;
  }
  .product_specs {
    padding: 3rem 0;
  }
  .product_specs .bg {
    left: unset;
    right: 0;
    width: 100%;
  }
  .product_specs .main {
    flex-direction: column-reverse;
    margin-top: 2rem;
    gap: 20px;
  }
  .product_specs .main .intro {
    padding: 0;
  }
  .product_specs .main .intro .answer {
    margin-top: 0;
    padding-bottom: 1rem;
  }
  .product_specs .main .intro h3 {
    font-size: 16px;
    padding: 0.6rem 0;
    line-height: 1.5;
  }
  .product_specs .main .intro p {
    font-size: 14px;
    line-height: 1.5;
  }
  .product_specs .main .intro a {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 1rem;
  }
  .product_specs .product_specs_swiper {
    width: 100%;
  }
  .product_specs .product_specs_swiper .info {
    padding: 1.3rem 1.2rem 1.6rem;
  }
  .product_specs .product_specs_swiper .info strong {
    font-size: 18px;
  }
  .product_specs .product_specs_swiper .info li {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .product_design {
    padding: 3rem 0;
  }
  .product_design .flex {
    flex-direction: column;
    margin-top: 2rem;
    gap: 2rem;
  }
  .product_design .left {
    width: 100%;
  }
  .product_design .right {
    max-width: unset;
    width: 100%;
  }
  .product_design .right strong {
    font-size: 18px;
    line-height: 1.5;
  }
  .product_design .right p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .product_design .btns {
    margin-top: 2.6rem;
    justify-content: center;
    margin-bottom: 0;
    gap: 1.6rem;
  }
  .product_design .btns .swiper-prev,
  .product_design .btns .swiper-next {
    width: 6px;
    height: 13px;
  }
  .product_style {
    padding: 3rem 0;
  }
  .product_style .imgs {
    margin-top: 2rem;
    width: 100%;
    flex-direction: column;
    gap: 1.3rem;
  }
  .product_style .imgs .img {
    width: 100% !important;
  }
  .product_faq {
    padding: 3rem 0;
  }
  .product_faq .head .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .product_faq .head .btn {
    margin-top: 2rem;
    padding: 0.7rem 1rem;
  }
  .product_faq .flex {
    flex-direction: column;
    gap: 2rem;
  }
  .product_faq .flex .faq_list {
    width: 100%;
    padding: 0;
  }
  .product_faq .flex .faq_list .faq_item:first-child .question {
    padding-top: 0 !important;
  }
  .product_faq .flex .faq_list .faq_item.active .question {
    padding-bottom: 0.5rem;
    padding-top: 1rem;
  }
  .product_faq .flex .faq_list .question {
    padding: 0.8rem 0;
    font-size: 16px;
  }
  .product_faq .flex .faq_list .question::after {
    width: 12px;
    height: 12px;
  }
  .product_faq .flex .faq_list .answer {
    padding: 0 0 1rem;
    font-size: 14px;
    line-height: 1.6;
  }
  .product_related {
    padding: 3rem 0 5rem;
  }
  .product_related .product_related_swiper {
    margin-top: 2rem;
  }
  .product_related p.center:has(.btn) {
    min-height: 42px;
    margin-top: 3rem;
  }

  /*** global css ***/
  .wpcf7 .wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 1.5;
  }
  .wpcf7 form.wpcf7-form .wpcf7-response-output {
    font-size: 14px;
    line-height: 1.5;
  }

  div form#sytech-newsletter-subscription p.success.active {
    top: -4rem;
    line-height: 1.5;
  }
  div form#sytech-newsletter-subscription p.failed.active {
    top: -5rem;
    line-height: 1.5;
  }
  .wd-action-btn {
    right: 2rem;
    bottom: 2rem;
    top: unset;
  }
  div.search-block div.content {
    height: 100%;
  }
  div.search-block {
    height: calc(100vh - 150px);
  }
  div.search-block.active {
    transform: translate(0);
  }
  div.search-block .searchform {
    padding-top: 2rem;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    gap: 12px;
  }
  div.search-block .searchform input[type='text'] {
    height: 42px;
    min-width: unset;
    width: 100%;
    font-size: 22px;
  }
  div.search-block .searchform input[type='submit'] {
    display: block;
    width: 20px;
    filter: contrast(0) brightness(0);
    height: 20px;
    background: url(../img/icon-search.svg) no-repeat center/contain;
  }
  /*** global css ***/
  .cart-main {
    padding: 4rem 1.2rem;
  }
  .cart-section {
    padding: 1.6rem 1rem;
  }
  .product-image {
    width: 3rem;
    height: 3rem;
    margin-right: 8px;
  }
  .product-details h3 {
    font-size: 14px;
    line-height: 1.5;
  }
  .cart-item .price {
    font-size: 1rem;
    margin: 0 0 0 8px;
    text-align: right;
  }
  .price .regular-price {
    font-size: 14px;
  }
  .product-details p {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .price .regular-price {
    margin: 0;
    display: block;
  }
  .cart-section h2 {
    font-size: 18px;
  }
  .summary-box {
    padding: 1.6rem 1rem;
  }
  .cart-items .cart-item {
    position: relative;
  }
  .remove-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .qty-btn {
    width: 2rem;
    height: 2rem;
  }
  .quantity {
    width: 2rem;
    margin: 0 8px;
  }
  .checkout-container {
    gap: 3rem;
    flex-direction: column;
    padding: 4rem 1.2rem;
  }
  .checkout-container .section-title {
    font-size: 18px;
  }
  section.home_about .items .syeditorlist {
    flex-wrap: wrap;
  }
  .swiper_btns:has(.swiper-button-lock) {
    display: none;
  }
  .swiper-pagination:empty {
    display: none;
  }
  .home_recommend .home_recommend_swiper .swiper-slide .info .title {
    font-size: 25px;
  }
  .wc-favorites-list {
    padding: 4rem 0 0;
    grid-template-columns: 1fr;
  }
  .product_show .right .head .flex {
    gap: 1rem;
    align-items: flex-start;
    flex-direction: column;
  }
  .complete_main .orderbtn, .complete_main .shopbtn {
    gap: 1rem;
  }

  .mobile_links{
    padding: 1rem 2rem;
  }

  header .header_nav nav .mobile_links ul{
    display: flex;
    gap: 1rem;
  }
  .mobile_links .social a {
    display: block;
    width: 22px;
    aspect-ratio: 1;
    position: relative;
    transition: all 0.3s;
    overflow: hidden;
    padding: 0;
    text-indent: -999px;
  }
  .login_btn{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 15px;
    font-weight: 600;
  }
  .login_btn:before{
    display: inline-block;
    content: "";
    min-width: 19px;
    height: 19px;
    background: url('../img/account01.svg') no-repeat center/contain;
  }
  .mobile_links .social a:hover {
    transform: scale(1.1);
  }
  .mobile_links .social a::after {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    transition: all 0.3s;
    background: no-repeat center / contain;
  }
  .mobile_links .social .facebook a::after {
    background-image: url(../img/facebook.svg);
  }
  .mobile_links .social .twitter a::after {
    background-image: url(../img/twitter.svg);
  }
  .mobile_links .social .youtube a::after {
    background-image: url(../img/youtube.svg);
  }
  .mobile_links .social .instagram a::after {
    background-image: url(../img/instagram.svg);
  }
  .mobile_links .social .linkedin a::after {
    background-image: url(../img/linkedin.svg);
  }
  
  .whatsapp-pop a{
    font-size: 15px;
  }
  .wplr-popup-columns{
    padding-bottom: 0 !important;
  }
}

