@media only screen and (max-width: 1660px) {
}

@media only screen and (max-width: 1360px) {
}

@media only screen and (max-width: 1260px) {
  .page-id-349 .home_about_us-section .about-us-bottom .image-cover {
    padding-top: 1070px !important;
  }
  .global_product-grid,
  .category_home-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width: 1160px) {
  .header-center {
    display: none;
  }
  .page-id-349 .home_about_us-section .about-us-bottom .image-cover {
    padding-top: 1124px !important;
  }
  .footer_row-wrapper .footer-col-1,
  .footer_row-wrapper .footer-col-2,
  .footer_row-wrapper .footer-col-3,
  .footer_row-wrapper .footer-col-4,
  .footer_row-wrapper .footer-col-5 {
    flex-basis: 33.3333333% !important;
    max-width: 33.3333333% !important;
  }

  .footer-col-1 .box-text {
    padding: 0 !important;
  }

  .footer_row-wrapper {
    justify-content: flex-start;
    row-gap: 30px;
  }
}

@media only screen and (max-width: 1080px) {
  .global_product-grid,
  .category_home-grid,
  .global_blog-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-id-349 .home_about_us-section .about-us-bottom .image-cover {
    padding-top: 1214px !important;
  }

  .home_about_us-section .about-us-top .box-text-inner h4 {
    font-size: 45px !important;
  }

  .home_about_us-section .about-us-top .image-cover {
    padding-top: 565px !important;
  }

  .about-us-bottom {
    margin-top: -465px;
  }

  .home_about_us-section .about-us-bottom .image-cover {
    padding-top: 744px !important;
  }

  .about-us-bottom .col:first-child .col-inner {
    gap: 0;
  }

  .global_project-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about_us-spacing-row h2 {
    font-size: 30px;
    margin-bottom: 90px !important;
  }
}

@media only screen and (max-width: 992px) {
  .header-right #menu-menu-chinh-header {
    display: none !important;
  }

  .header-right {
    justify-content: flex-end;
  }
  .mobile-search-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }

  .mobile-search-wrapper i {
    color: #fff;
    font-size: 22px;
  }

  /* Popup dropdown */
  .mobile-search-dropdown {
    position: absolute;
    top: 70px;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(6px);
    border-radius: 10px;
    /* padding: 8px 10px; */
    width: 250px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: all 0.25s ease;
    z-index: 999;
  }
  .home .mobile-search-dropdown,
  .page-id-349 .mobile-search-dropdown {
    background: rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(6px);
  }
  .change-color .mobile-search-dropdown {
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(6px);
  }
  /* Khi active */
  .mobile-search-wrapper.active .mobile-search-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  /* Form */
  .searchform {
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
  }

  .searchform .search-field {
    flex: 1;
    padding: 8px 12px;
    font-size: 15px;
    outline: none;
    transition: 0.2s;
    background: transparent !important;
  }

  /* .searchform .search-field:focus {
    border-color: #999;
  } */

  .searchform .search-submit {
    background: #222;
    border: none;
    border-radius: 6px;
    color: #fff;
    padding: 5px 10px;
    cursor: pointer;
    transition: background 0.2s;
  }

  .searchform .search-submit:hover {
    background: #444;
  }

  .cart_popup-wrapper-text {
    display: none;
  }
  .menu-hambuger {
    display: flex;
    cursor: pointer;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
  }

  .menu-hambuger i {
    font-size: 40px;
    color: #fff;
    height: 40px;
  }

  .single_product-sidebar {
    display: none;
  }

  .single_product-content-wrapper {
    width: 100%;
  }

  .product_information-summary {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .single_product-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }

  #agent_section .col-3 {
    display: none;
  }

  #agent_section .col-9,
  #single_post .col-9 {
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  }
  .global_price-form-wrapper {
    flex-direction: column;
    gap: 12px;
  }
  .container-btn {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 850px) {
  .home #wrapper .site-header-custom {
    top: 0 !important;
  }

  .mid-banner .img-inner {
    padding-top: 100px !important;
  }

  .home_about_us-section .about-us-top .box-text-inner h4 {
    font-size: 42px !important;
  }

  .about-us-bottom,
  .page-id-349 .about-us-bottom {
    margin-top: 40px;
  }

  .about_us-spacing-row {
    margin-top: 40px !important;
  }

  .about_us-spacing-row .col {
    flex-basis: 100%;
    max-width: 100%;
  }

  .about_us-spacing-row h2 {
    font-size: 30px;
    margin-bottom: 30px !important;
    max-width: 460px;
  }

  .about-us-bottom .col {
    flex-basis: 100%;
    max-width: 100%;
  }

  .about-us-bottom {
    flex-direction: column !important;
  }

  .about-us-bottom .col-inner {
    flex-direction: column !important;
  }

  .about-us-bottom .section-title-container {
    margin-bottom: 0px !important;
  }

  .about-us-bottom .col:first-child .col-inner h1 {
    margin-bottom: 0 !important;
  }

  .about-us-bottom .col:last-child {
    padding: 0 !important;
  }

  .about-us-bottom .col:first-child .col-inner {
    padding: 0 !important;
    border: 0 !important;
  }

  .commit-section .icon-box {
    flex-direction: column !important;
  }

  .commit-section .row .col {
    position: relative;
    padding: 0 15px 0px !important;
  }

  .partner_logo-section {
    margin-top: -100px !important;
  }

  .commit-section .icon-box-text {
    text-align: center;
  }

  .commit-section .row {
    padding: 16px 0;
  }

  .global_blog-grid,
  .single_post-related .global_blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .global_price-form-right {
    display: none;
  }

  .about_us-col-img {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  }
}

@media only screen and (max-width: 768px) {
  .custom-section,
  .section {
    padding: 24px 0 !important;
  }

  .heroSlider__title {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 44px;
    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    max-width: 479px;
    margin-bottom: 15px !important;
  }

  .heroSlider__desc {
    font-size: 19px;
    margin-bottom: 20px;
  }

  .heroSlider__buttons .btn {
    padding: 10px 25px;
    font-size: 16px;
    line-height: 1.3;
  }

  .silder-home-content-nav {
    margin-bottom: 0px;
  }

  .slider-home-button-next,
  .slider-home-button-prev {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }

  #category_home {
    padding-top: 48px !important;
  }

  .global_product-grid,
  .category_home-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home_about_us-section .about-us-top .image-cover::after {
    width: 100%;
  }

  .home_about_us-section .about-us-top .large-4 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .home_about_us-section .about-us-top .box-text-inner h4 {
    text-align: center !important;
  }

  .home_about_us-section .about-us-top .col-inner {
    text-align: center !important;
  }

  .about-us-bottom p {
    margin-bottom: 0px;
  }

  .about-us-bottom .col:first-child {
    margin-bottom: 24px;
  }

  .global_project-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .global_project-status {
    font-size: 20px;
  }

  .global_project-title {
    font-size: 16px;
    line-height: 32px;
  }

  .global_project-title::after {
    height: 45px;
  }

  .global_project-location {
    font-size: 16px;
  }

  .diviver-row .is-divider {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .partner_logo-section {
    margin-top: 0 !important;
  }

  .commit-section {
    padding-bottom: 0 !important;
  }

  .commit-section .icon-box-left .icon-box-img + .icon-box-text {
    padding-left: 0 !important;
  }

  .commit-section .icon-box-img {
    margin-bottom: 12px !important;
  }

  .commit-section .row .col {
    flex-basis: 50%;
    max-width: 50%;
    padding: 15px !important;
  }

  .commit-section .row .col::after {
    height: 60px;
    background: #b2b2b2;
  }

  .commit-section .row .col:nth-child(2n + 2)::after {
    display: none !important;
  }

  .commit-section .row {
    padding: 0;
  }

  .footer_row-wrapper .footer-col-2,
  .footer_row-wrapper .footer-col-3,
  .footer_row-wrapper .footer-col-4,
  .footer_row-wrapper .footer-col-5 {
    flex-basis: 50% !important;
    max-width: 50% !important;
  }

  .footer_row-wrapper .footer-col-1 {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .footer-wrapper .section {
    padding-bottom: 50px !important;
  }

  #san_pham-page .global_product-grid {
    margin: 30px 0;
  }

  .san_pham-category-filter,
  .san_pham-ordering {
    flex: 0 0 200px;
  }

  .diviver-filter {
    width: 100px;
    height: 1px;
    background-color: #cacaca;
    margin: 11px 0px;
  }

  .san_pham-filter-wrap {
    flex-direction: column;
  }

  .san_pham-filter-input form {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }

  .product_information .col-5,
  .product_information .col-7 {
    width: 100%;
  }

  .product_information-summary {
    margin-top: 35px;
  }

  .product_detail-section {
    margin-top: 35px;
  }

  .single_product-content-wrapper {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }

  .shop_table thead {
    display: none;
    /* Ẩn header */
  }

  .shop_table tbody tr {
    display: block;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 16px;
    border-radius: 8px;
    padding: 12px;
    background: #fff;
  }

  .shop_table tbody .cart_item td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0 !important;
    border: none !important;
    border-bottom: 1px solid #e6e6e6;
  }

  .shop_table tbody .cart_item td.product-remove {
    display: none !important;
  }

  /* Label cho từng ô (lấy từ attr data-title) */
  .shop_table tbody td::before {
    content: attr(data-title);
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    font-size: 14px;
  }

  /* Ảnh sản phẩm */
  .shop_table .product-name img {
    max-width: 60px;
    height: auto;
    margin-right: 10px;
  }

  /* Tên sản phẩm */
  .shop_table .cart_item .product_name-value {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-left: 10px;
  }

  /* Cột xoá */
  .shop_table .product-remove {
    text-align: right;
  }

  /* Nút */
  .cart_page-actions {
    flex-direction: column;
    gap: 12px;
  }

  .cart_page-actions-left-right {
    flex-direction: column;
    gap: 12px;
  }

  .cart_page-actions-left-right button,
  .cart_page-actions-left-right a,
  .cart_page-actions-left .continue-shopping a {
    width: 100%;
  }

  .cart-wrap-total {
    font-size: 18px;
    justify-content: space-between;
    margin-top: 16px;
  }

  .shop_table .cart_item td.product-name div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
  }

  .thankyou-layout .row .col-5,
  .thankyou-layout .row .col-7 {
    flex: 0 0 100% !important;
  }

  .about_us-spacing-row h2 {
    font-size: 30px;
    margin-bottom: 30px !important;
    max-width: 527px;
    margin-left: auto;
    margin-right: auto;
  }

  .about_us-left-right .col {
    flex-basis: 100%;
    max-width: 100%;
  }

  #contact-page .row .col-5,
  #contact-page .row .col-7 {
    width: 100%;
  }

  .contact-page-right {
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }

  .contact-page-right iframe {
    width: 100%;
    height: 300px;
  }
}

@media only screen and (max-width: 650px) {
  .heroSlider__content {
    padding: 0 !important;
  }

  .title-primary,
  .have-title-primary h1,
  .single_post_title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .category_home-thumb {
    height: 200px;
  }

  .category_home-content {
    padding: 25px 0;
  }

  .have-title-primary p {
    margin-bottom: 10px !important;
    font-size: 16px;
  }

  .global_product-content {
    padding: 16px;
  }

  .global_product-title {
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 1.4;
  }

  .home_about_us-section .about-us-top .image-cover {
    padding-top: 465px !important;
  }

  .home_about_us-section .about-us-top .box-text-inner h4 {
    font-size: 36px !important;
  }

  .home_about_us-section .about-us-top .button {
    padding: 12px 24px !important;
    font-size: 16px;
    margin-top: 0;
  }

  .is-row a,
  .view-all-link,
  .btn-have-arrow a {
    font-size: 16px;
  }

  .banner-mid-home h1 {
    font-size: 50px !important;
  }

  .banner-mid-home .banner.has-hover {
    padding-top: 300px;
  }

  .is-row {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .project-section .global_project-grid {
    margin-top: 20px !important;
  }

  .global_blog-grid,
  .single_post-related .global_blog-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .diviver-row {
    display: none !important;
  }

  .footer-wrapper .section-title-container {
    margin-bottom: 12px !important;
  }

  .footer-wrapper .section-title-container h3 {
    margin-bottom: 0 !important;
  }

  .footer-wrapper .section-title-container h3 span {
    padding-bottom: 0 !important;
  }

  .footer-wrapper .section {
    padding: 30px 0 !important;
  }

  .home_about_us-section .about-us-bottom .image-cover {
    padding-top: 500px !important;
  }

  .xoo-wsc-header .xoo-wsch-text {
    font-size: 20px;
  }

  .xoo-wsc-products:not(.xoo-wsc-pattern-card),
  .xoo-wsc-products:not(.xoo-wsc-pattern-card) span.amount,
  .xoo-wsc-products:not(.xoo-wsc-pattern-card) a {
    color: #fff !important;
    font-size: 14px;
  }

  .product-price-value ins span bdi,
  .xoo-wsc-priceBox ins span bdi {
    color: #df1e26;
    font-size: 16px;
    font-weight: 700;
  }

  .xoo-wsc-ft-buttons-cont {
    display: flex;
    gap: 12px;
    margin-top: 20px !important;
  }

  .xoo-wsc-ft-buttons-cont a {
    font-size: 16px !important;
    border-radius: 6px !important;
    padding: 8px 0 !important;
  }

  .xoo-wsc-ft-amt-subtotal {
    margin-top: 14px !important;
  }

  .xoo-wsc-ft-amt-subtotal {
    margin-top: 10px !important;
  }

  .xoo-wsc-ft-totals {
    padding: 5px 0 0px 0;
  }

  .xoo-wsc-ft-buttons-cont {
    margin-top: 16px !important;
  }

  .breadcrumb-wrapper {
    padding: 25px 0 0px;
  }

  .breadcrumb-wrapper .woocommerce-breadcrumb {
    font-size: 12px;
  }

  .breadcrumb-wrapper .woocommerce-breadcrumb i {
    font-size: 14px;
    color: #000;
  }

  .project-single-sliders .swiper-slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  #single_project .container {
    margin-top: 20px !important;
  }

  .single_project-title {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .single_project-related h2,
  .single_post-related h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .product_information-summary,
  .product_detail-section {
    margin-top: 25px;
  }

  .tab-pane.active {
    padding-top: 30px;
  }

  .product_information-summary .product-title {
    color: #000;
    font-size: 28px;
    font-weight: 700;
  }

  .product-attributes {
    margin: 10px 0 20px;
  }

  .tab-pane h1 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .single_product-related h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .single_product-related {
    padding-top: 20px;
    margin-top: 30px;
  }

  .single_product-related-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .product_detail-tabs img {
    margin: 0 auto 15px !important;
  }
}

@media only screen and (max-width: 450px) {
  .heroSlider__img {
    min-height: 550px;
    max-height: 550px;
  }
  #contact-page .title-primary {
    margin-bottom: 12px !important;
  }
  .heroSlider__buttons .btn {
    justify-content: center;
    max-width: 175px;
  }
  .heroSlider__buttons .btn {
    padding: 7px 10px;
    font-size: 14px;
    line-height: 1.3;
  }
  .contact-page-left h2 {
    font-size: 18px;
    font-weight: 700;
    color: #d7a84e;
    line-height: 1.6;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .agent-list li {
    margin-bottom: 0 !important;
    padding-bottom: 16px;
    margin-bottom: 16px !important;
    border-bottom: 1px solid #d7a84e;
  }

  .page-id-349 .home_about_us-section .about-us-top .image-cover {
    padding-top: 555px !important;
  }

  .page-id-349 .home_about_us-section .about-us-bottom .image-cover {
    padding-top: 400px !important;
  }

  .about_us-spacing-top .image-cover {
    padding-top: 400px !important;
  }

  .about_us-spacing-row .col:first-child {
    padding-right: 15px !important;
  }

  .san_pham-filter-input form {
    gap: 12px;
  }

  .about_us-spacing-row h2 {
    font-size: 23px;
    margin-bottom: 0px !important;
  }

  .about_us-spacing-row .section-title-container {
    margin-bottom: 0px !important;
  }

  .big-about-us-img .img-inner {
    padding-top: 450px !important;
  }

  .about-video .video.video-fit {
    padding-top: 300px !important;
  }

  .global_product-title {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.4;
  }

  .san_pham-filter-input form select {
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.7px;
    padding: 5px 11px !important;
    box-shadow: none !important;
    height: 45px !important;
    border-radius: 4px;
  }

  .san_pham-filter-wrap {
    align-items: flex-start;
  }

  .san_pham-category-filter,
  .san_pham-ordering {
    flex: auto;
    width: 100%;
  }

  .diviver-filter,
  .san_pham-filter-label {
    display: none;
  }

  .header-left .logo img {
    height: 60px;
  }

  .header-right {
    gap: 20px;
  }

  .cart_popup-wrapper span {
    font-size: 14px;
  }

  .xoo-wsc-sc-bki {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 500 !important;
  }

  span.xoo-wsc-sc-count {
    height: 17px;
    line-height: 15px;
    width: 17px;
    font-size: 10px !important;
    right: -8px;
    position: absolute;
    top: -9px;
    background-color: #df1e26;
    color: #ffffff;
    border: 1px solid #fff;
  }

  .silder-home-content-nav {
    display: none;
  }

  .heroSlider__title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 26px;
    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    max-width: unset;
    margin-bottom: 6px !important;
  }

  .heroSlider__desc {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .heroSlider__buttons {
    flex-direction: column;
    gap: 16px !important;
  }

  .title-primary,
  .have-title-primary h1,
  .single_post_title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .single_post_title {
    margin-top: 24px;
  }

  .single_post-meta {
    padding: 15px 0;
    margin-bottom: 15px;
  }
  .single_post-meta {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }

  .global_product-grid {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    gap: 20px;
  }
  .category_home-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .category_home-content {
    padding: 15px 0;
  }
  .category_home-content h3 {
    font-size: 12px;
  }
  .mid-banner-section {
    display: none !important;
  }

  .home_about_us-section .about-us-top .box-text-inner h4 {
    font-size: 30px !important;
  }

  .about-us-bottom .col:first-child .col-inner h1 {
    font-size: 20px;
  }

  .home_about_us-section .about-us-bottom .image-cover {
    padding-top: 300px !important;
  }

  .global_product-content {
    padding: 10px 20px;
  }

  .global_product-price {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    gap: 0;
    min-height: 53px;
  }
  .global_product-thumb,
  .search-thumb {
    border: 1px solid #e1e1e1;
    border-bottom: 0;
  }
  .global_project-status {
    font-size: 16px;
  }

  .global_project-title {
    font-size: 14px;
    line-height: 22px;
  }

  .global_project-location {
    font-size: 14px;
  }

  .global_project-title::after {
    height: 24px;
  }

  .global_blog-content {
    padding: 16px;
  }

  .global_blog-title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .global_blog-excerpt p {
    font-size: 14px;
  }

  .global_blog-diviver {
    margin: 12px 0;
  }

  .global_blog-meta {
    font-size: 14px;
  }

  .commit-section .row {
    /* flex-direction: column !important; */
    align-items: flex-start !important;
  }

  .commit-section .row .col {
    padding: 10px !important;
  }

  .commit-section .row .col::after {
    display: none;
  }

  .footer_row-wrapper .footer-col-2,
  .footer_row-wrapper .footer-col-3,
  .footer_row-wrapper .footer-col-4,
  .footer_row-wrapper .footer-col-5 {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .silder-home-content-wrapper {
    flex: 0 0 342px;
    margin: 0 auto;
  }

  .xoo-wsc-container,
  .xoo-wsc-slider {
    max-width: 100% !important;
    width: 100% !important;
  }

  .xoo-wsc-ft-amt-value bdi {
    font-size: 18px !important;
  }

  .xoo-wsc-ft-buttons-cont a {
    font-size: 14px !important;
  }

  .global_price-form-inner {
    margin-bottom: 14px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .global_price-form-inner .wpcf7 {
    flex: auto;
  }

  .product_information-summary form.cart {
    flex-direction: column;
  }

  .product_information-summary .product-title {
    font-size: 20px;
  }

  .product-price .product-price-label {
    font-size: 16px;
  }

  .product-attributes li {
    font-size: 14px;
  }

  .product_information-summary .buttons_added .input-text {
    flex: 1;
  }

  .add-to-cart-wrapper .single_add_to_cart_button {
    font-size: 16px !important;
  }

  .buy-now-wrapper {
    margin-top: 18px;
  }

  .tab-pane.active {
    padding-top: 20px;
  }

  .tab-pane h1 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .shop_table tbody .cart_item td {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 8px 0 !important;
    border: none !important;
    border-bottom: 1px solid #e6e6e6;
    flex-direction: column;
  }

  .shop_table .cart_item td.product-name div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .product_name-value {
    margin-left: 0 !important;
  }

  .shop_table tbody td::before {
    content: attr(data-title);
    font-weight: 700;
    color: #d7a84e;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 12px;
  }

  .shop_table .cart_item .product-name img {
    height: 80px;
    width: 80px !important;
    max-width: 80px !important;
    object-fit: cover;
  }

  .cart_page-actions-left-right a {
    height: 40px;
  }

  .cart_page-actions-left .continue-shopping a,
  .cart_page-actions-left-right button {
    font-size: 16px !important;
    height: 40px;
  }

  .tab-item {
    padding: 12px 0;
    font-size: 12px;
  }

  .menu-hambuger i {
    font-size: 25px;
    height: 25px;
    color: #fff;
  }

  .phone-vr-img-circle {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .phone-vr-circle-fill {
    width: 55px;
    height: 55px;
  }

  #button-contact-vr .button-contact {
    position: relative;
    margin-top: 5px;
    width: 80px;
  }
  #button-contact-vr .button-contact .phone-vr {
    width: 80px;
    height: 80px;
  }

  #button-contact-vr #phone-vr.button-contact {
    width: 90px;
  }
  #button-contact-vr #phone-vr.button-contact .phone-vr {
    width: 90px;
    height: 90px;
  }
  #phone-vr .phone-vr-circle-fill {
    width: 65px;
    height: 65px;
  }
  #phone-vr .phone-vr-img-circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #button-contact-vr {
    left: 0;
    right: auto;
  }
  #gom-all-in-one {
    display: flex;
  }
  .button-contact-mobile {
    display: block;
  }
  .button-contact-mobile a {
    color: #000;
    display: block;
    padding: 10px 12px;
    margin-left: 15px;
    text-align: center;
    border-radius: 50px;
    font-size: 18px;
    text-transform: none;
    background: var(
      --Gold-1,
      linear-gradient(317deg, #d7a84e 18.82%, #fbf5b8 54.9%, #e2ca7b 88.87%)
    );
    font-weight: 500;
  }

  .container-btn {
    justify-content: center;
  }
  .call-text p {
    font-size: 11px;
  }
  .call-text span {
    font-size: 16px;
  }
  .call-icon {
    font-size: 10px;
  }
  .call-icon svg {
    width: 24px;
  }
  .call-button {
    padding: 10px 30px;
  }

  /* Search form */
  .mobile-search-dropdown {
    top: 60px;
    width: 200px;
  }
  .searchform .search-submit {
    padding: 0px 10px;
  }
  .mobile-search-wrapper i {
    font-size: 19px;
  }
  .search-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
  .search-card-excerpt p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  /* Khung thẻ tìm kiếm */
  .search-card-body {
    background: #fff;
    border: 1px solid #eee;
    border-top: 0;
    padding: 14px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.25s ease;
  }

  .search-card-body:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  }

  /* Tiêu đề sản phẩm */
  .search-card-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.4;
  }
  .search-card-title a {
    color: #111;
    font-size: 16px;
    text-decoration: none;
  }
  .search-card-title a:hover {
    color: #b49558; /* vàng gold sang kiểu Kastaler */
  }
  .search-header h1 {
    font-size: 20px;
    font-weight: 600;
    color: #d7a84e;
    margin-bottom: 20px;
  }
  /* Meta ngày */
  .search-card-meta {
    font-size: 13px;
    color: #777;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .search-card-meta i {
    color: #b49558;
    font-size: 13px;
  }

  /* Đoạn mô tả */
  .search-card-excerpt p {
    color: #555;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* giới hạn 3 dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* Nút xem chi tiết */
  .search-card-body .button.small {
    display: inline-block;
    background: #b49558;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    border-radius: 4px;
    padding: 8px 14px;
    text-decoration: none;
    transition: all 0.25s ease;
  }
  .search-card-body .button.small:hover {
    background: #8c7642;
  }
  search-card-body {
    padding: 12px;
    border-radius: 8px;
  }

  .search-card-title {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .search-card-meta {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .search-card-excerpt p {
    font-size: 13px;
    -webkit-line-clamp: 2; /* chỉ 2 dòng trên mobile */
  }

  .search-card-body .button.small {
    font-size: 12px;
    padding: 6px 10px;
  }
}

@media only screen and (max-width: 375px) {
}

@media only screen and (max-width: 320px) {
}
