* {
    margin: 0 ;
    padding: 0;
    box-sizing: border-box;
    font-family: "Mitr";
  }
  
  :root {
    --color-0: #198754;
    --color-1: #0a3622;
    --color-2: #14261c;
    --color-3: #4f5655;
    --color-4: #f3f6f3;
    --color-5: #ffffff;
    --color-6: #000000;
    --color-7: #4b4f58;
    --color-8: #f6f7f8;
  }
  
  /* ============================= start box-offcanvas cart ===================================== */
  .box-total .d-flex .flex-grow-1 h4 {
    font-weight: bold;
    color: var(--color-1);
    margin: 0;
    padding: 0;
    font-size: 18px;
  }
  
  .offcanvas .offcanvas-footer .box-btn {
    text-align: center;
    padding: 20px;
  }
  
  .offcanvas .offcanvas-footer .box-btn button.btn-action {
    width: 100%;
    margin: 5px 0;
    padding: 10px 0;
    border: none;
    border-radius: 5px;
    background: var(--color-0);
    color: var(--color-5);
    font-size: 18px;
    font-weight: lighter;
  }
  
  .offcanvas .offcanvas-footer .box-btn button.btn-action:hover {
    width: 100%;
    margin: 5px 0;
    padding: 10px 0;
    border: none;
    border-radius: 5px;
    background: var(--color-1);
    color: var(--color-5);
  }
  
  .offcanvas .offcanvas-body .mini-cart .pd-img,
  .offcanvas .offcanvas-body .mini-cart .pd-name {
    margin: auto 0;
  }
  
  .offcanvas .offcanvas-body .mini-cart .pd-img img {
    width: 50px;
    border-radius: 5px;
    margin-right: 5px;
  }
  
  .offcanvas .offcanvas-body .mini-cart .pd-name p {
    margin: 0;
    padding: 0;
    font-size: 14px;
  }
  
  .offcanvas .offcanvas-body .mini-cart .remove a {
    color: #ff0000;
  }
  
  .offcanvas input[type="number"] {
    text-align: center;
    width: 50px;
  }
  
  .offcanvas input[type="number"]::-webkit-inner-spin-button,
  .offcanvas input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  .offcanvas input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox */
  }
  
  /* ============================= end box-offcanvas cart ===================================== */
  
  header .header-flex {
    display: flex;
    justify-content: space-between;
  }
  
  header .header-flex .logo img {
    width: 25%;
  }
  header .header-flex .header-top-menu {
    width: 100%;
    margin: auto;
  }
  header .header-flex .header-top-menu ul.flex-menu {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    justify-content: end;
  }
  header .header-flex .header-top-menu ul.flex-menu li.list-menu {
    margin: 0;
    list-style: none;
    padding: 0 15px;
  }
  header .header-flex .header-top-menu ul.flex-menu li.list-menu .icon i {
    font-size: 28px;
  }
  header .header-flex .header-top-menu ul.flex-menu li.list-menu a {
    text-decoration: none;
    color: var(--color-1);
    display: flex;
    flex-wrap: nowrap;
    font-weight: bold;
  }
  header .header-flex .header-top-menu ul.flex-menu li.list-menu a:hover {
    color: var(--color-2);
  }
  header .header-flex .header-top-menu ul.flex-menu li.list-menu .text {
    margin: auto 5px;
  }
  header .menu-flex {
    padding: 20px 0;
    background-color: var(--color-6);
    border-radius: 5px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
  }
  header .menu-flex ul.menu {
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
  }
  header .menu-flex ul.menu .list-menu {
    list-style: none;
    margin: auto;
    padding: 0 15px;
  }
  
  header .menu-flex ul.menu .list-menu a {
    color: var(--color-5);
    text-decoration: none;
  }
  header .menu-flex ul.menu .list-menu a:hover {
    color: var(--color-4);
  }
  header .menu-flex ul.menu .list-menu a.active {
    border-bottom: 2px solid var(--color-5);
  }
  
  header .menu-flex .social-menu {
    margin-right: 0;
  }
  
  header .menu-flex .social-menu ul.socail {
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
  }
  header .menu-flex .social-menu ul.socail li.list-socail {
    list-style: none;
    padding: 5px;
    margin: 0 5px;
    background: var(--color-5);
    border-radius: 50%;
  }
  header .menu-flex .social-menu ul.socail li.list-socail img {
    width: 25px;
    height: 25px;
  }
  
  header .menu-flex .social-menu ul.socail li.list-socail.discount-code {
    border-radius: 5px;
    width: 350px;
  }
  
  /* end menu */
  
  /* product */
  section.content .content-three .grid-content-block{
    display: block;
  
  }
  
  section.content .content-three .grid-content-block  .grid-content-img img{
    width: 100%;
    border-radius: 10px;
  }
  /* product */
  section.content .content-three .grid-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  
  section.content .content-three .grid-content .grid-content-img img {
    width: 100%;
    border-radius: 10px;
  }
  
  section.content .content-three .grid-content .grid-content-item {
    padding: 20px;
    margin: auto;
    text-align: center;
  }
  
  section.content .content-four {
    margin: 100px 0;
  }
  
  section.content .content-four .swiper .swiper-wrapper .swiper-slide {
    justify-content: center;
  }
  section.content .content-four .swiper .swiper-wrapper .swiper-slide a {
    text-align: center;
    text-decoration: none;
    color: var(--color-1);
    font-weight: bold;
  }
  
  section.content .content-four .swiper .swiper-wrapper .swiper-slide img {
    width: 150px;
  }
  
  section.content .content-four .swiper .swiper-button-next,
  section.content .content-four .swiper .swiper-button-prev {
    color: var(--color-0);
  }
  
  section.content .content-four .swiper .swiper-button-next:after,
  section.content .content-four .swiper .swiper-button-prev:after {
    font-size: 30px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
  }
  /* end content */
  section.product {
    padding: 100px 0;
  }
  
  /* section.product .list-group .list-group-item.list-group-item-action.active{
  
  } */
  
  .list-group-item.active {
    background-color: var(--color-6);
  }
  
  .filter-btn {
    display: none;
  }
  
  section.product .swiper .swiper-button-next,
  section.product .swiper .swiper-button-prev {
    color: var(--color-0);
  }
  section.product .swiper .swiper-button-next:after,
  section.product .swiper .swiper-button-prev:after {
    font-size: 30px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
  }
  section.product .grid-product {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  section.product .card {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0 10px;
    padding-bottom: 25px;
  }
  section.product .card .card-body {
    width: 100%;
  }
  section.product .card .card-body h5.card-title {
    text-align: left;
  }
  section.product .card .card-body h5.card-title a {
    color: var(--color-1);
    font-size: 18px;
    text-decoration: none;
    margin: 0;
  }
  section.product .card p.card-text {
    font-weight: bold;
    text-align: left;
    padding: 10px 0;
  }
  section.product .card .card-footer {
    width: 100%;
    background: none;
    border: none;
  }
  section.product .card .card-footer .btn-cart {
    margin: 0;
  }
  section.product .card .card-footer button {
    background: var(--color-8);
    color: var(--color-6);
    width: 100%;
    text-wrap: nowrap;
  }
  
  section.product .card .card-footer button:hover {
    background: var(--color-3);
    color: var(--color-5);
  }
  
  section.product .product-item {
    padding: 50px 0;
  }
  
  /* end product */
  
  /* category */
  
  /* category */
  
  section.product .category .swiper .swiper-slide a {
    text-decoration: none;
    color: var(--color-1);
  }
  
  section.product .category.swiper {
    width: 100%;
    height: 100%;
  }
  
  section.product .category .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  section.product .category .swiper-slide img {
    width: 100%; /* ทำให้ภาพมีขนาดเต็มพื้นที่ที่กำหนด */
    height: auto; /* รักษาสัดส่วนของภาพ */
    object-fit: cover; /* ทำให้ภาพไม่แตกและเต็มพื้นที่ของ container */
    max-width: 150px; /* กำหนดขนาดสูงสุดของภาพ */
    max-height: 150px;
  }
  
  section.product .category .swiper-slide a.active {
    color: var(--color-0);
    font-weight: bold;
  }
  
  /* ========================= product view- start =========================== */
  .card-wrapper {
    padding: 50px 0;
    margin: 0 auto;
  }
  
  .card-wrapper .grid-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  
  .product-imgs {
    padding: 10px;
  }
  
  .product-imgs img.product-image {
    width: 100%;
    border-radius: 10px;
  }
  .product-imgs .box-overflow {
    width: 100%; /* ขนาดของคอนเทนเนอร์ */
    max-width: 100%; /* ควบคุมขนาดคอนเทนเนอร์ไม่ให้เกินขอบเขต */
    overflow-x: auto; /* สามารถเลื่อนดูในแนวนอนได้ */
    overflow-y: hidden; /* ซ่อนการเลื่อนในแนวตั้ง */
    white-space: nowrap; /* ป้องกันไม่ให้ภาพลงบรรทัดใหม่ */
  }
  
  .product-imgs .product-image-thumbs {
    display: flex; /* เรียงภาพในแนวนอน */
    margin-top: 2rem; /* ระยะห่างด้านบน */
  }
  
  .product-imgs .product-image-thumbs img.product-image {
    width: 10%;
    border-radius: 5px;
    margin: 5px;
  }
  .product-imgs .product-image-thumbs img.product-image-thumb {
    width: 10%;
    border-radius: 5px;
    margin: 5px;
  }
  
  .product-imgs .product-image-thumbs img.product-image-thumb:hover {
    cursor: pointer;
  }
  .product-imgs .product-image-thumbs img.product-image:hover {
    cursor: pointer;
  }
  
  .card-wrapper .grid-card .product-content {
    padding: 25px;
  }
  
  .card-wrapper .grid-card .product-content h2 {
    font-size: 22px;
    font-weight: bold;
    color: var(--color-1);
  }
  
  .grid-item-list-product {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  
  .grid-item-list-product .list-group img {
    width: 40px;
    padding: 5px;
  }
  
  .grid-item-list-product .list-group label {
    margin: 0 5px;
  }
  
  .grid-item-list-product .list-group label .d-flex strong {
    font-size: 14px;
  }
  
  .grid-item-list-product .list-group label .d-flex span {
    font-size: 12px;
  }
  
  .product-content .btn-add-to-cart {
    text-align: center;
    margin-top: 50px;
  }
  
  .product-content .btn-add-to-cart button.link-add {
    padding: 10px 50px;
    background: var(--color-0);
    border-radius: 5px;
    color: var(--color-5);
    text-decoration: none;
    border: none;
  }
  
  .product-content .btn-add-to-cart button.link-add:hover {
    background: var(--color-1);
  }
  
  .box-detail {
    padding: 10px;
  }
  
  .box-detail img {
    width: 100%;
  }
  
  .box-overflow {
    overflow: auto;
  }
  
  /* ========================= product view- end =========================== */
  
  /* moal-footer cart */
  
  .modal-footer.button_add_cart button {
    padding: 10px 25px;
    border-radius: 5px;
    border: none;
    background: var(--color-1);
    color: var(--color-5);
  }
  
  .modal-footer.button_add_cart button:hover {
    background: var(--color-2);
  }
  
  .list-group-radio {
    margin: 15px 0;
  }
  
  .list-group-radio .position-relative {
    border-radius: 5px;
    width: 100%;
  }
  
  .list-group-radio .list-group-item {
    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  
  .list-group-radio .form-check-input {
    z-index: 2;
    margin-top: -0.5em;
  }
  
  .list-group-radio .list-group-item:hover,
  .list-group-radio .list-group-item:focus {
    background-color: var(--bs-secondary-bg);
  }
  
  .list-group-radio .form-check-input:checked + .list-group-item {
    background-color: var(--bs-body);
    border-color: var(--color-0);
    box-shadow: 0 0 0 2px var(--color-0);
  }
  
  .list-group-radio .form-check-input[disabled] + .list-group-item,
  .list-group-radio .form-check-input:disabled + .list-group-item {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
  }
  
  /* login */
  section.login {
    padding: 50px 0;
  }
  
  /* checkout */
  section.checkout {
    padding: 50px 0;
  }
  
  /* contact */
  
  section.contact {
    padding: 100px 0;
  }
  
  section.contact .grid-contact {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 25px 0;
  }
  
  section.contact .grid-contact .box-item {
    padding: 50px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 15px;
    border-radius: 25px;
  }
  
  section.contact .grid-contact .box-item .icon {
    background-color: #f4f6f4;
    padding: 10px 13px;
    width: fit-content;
    margin: 0;
    border-radius: 50%;
  }
  
  section.contact .grid-contact .box-item .icon i {
    font-size: 28px;
    color: var(--color-0);
  }
  
  section.contact .grid-contact .box-item h4 {
    font-weight: bold;
    margin: 5px 0;
  }
  
  section.contact .grid-contact .box-item p {
    opacity: 50%;
  }
  
  section.contact form {
    max-width: 540px;
  }
  
  section.contact form button {
    border: 2px solid var(--color-1);
    background: var(--primary);
    padding: 10px 50px;
    border-radius: 10px;
    color: var(--color-1);
    transition: 0.3s ease-in-out;
    width: 100%;
  }
  
  section.contact form button:hover {
    background: none;
    background: var(--color-1);
    color: var(--color-5);
    transition: 0.3s ease-in-out;
  }
  
  section.custom-case {
    padding: 100px 0;
  }
  
  footer {
    padding: 100px 0;
    background: var(--color-6);
  }
  
  footer .grid-footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  
  footer .grid-footer .footer-item {
    margin: 0;
  }
  
  footer .grid-footer .footer-item h5 {
    font-weight: bold;
    color: var(--color-0);
  }
  
  footer .grid-footer .footer-item ul.nav {
    margin: 0;
    padding: 0;
  }
  
  footer .grid-footer .footer-item ul.nav li.nav-item {
    margin: 0;
    text-align: left;
    color: var(--color-5);
  }
  
  footer .grid-footer .footer-item ul.nav li.nav-item a.nav-link {
    color: var(--color-5);
  }
  
  footer .copyright {
    padding: 15px;
    background: var(--color-2);
    color: var(--color-5);
    text-align: center;
  }
  
  footer .footer-mobile {
    display: none;
  }
  
  .mobile-menu,
  .menu-bottom {
    display: none;
  }
  
  @media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
  }
  
  @media screen and (min-width: 767px) and (max-width: 1023px) {
    section.product .category .swiper-slide img {
      width: 100%; /* ทำให้ภาพมีขนาดเต็มพื้นที่ที่กำหนด */
      height: auto; /* รักษาสัดส่วนของภาพ */
      object-fit: cover; /* ทำให้ภาพไม่แตกและเต็มพื้นที่ของ container */
      max-width: 60px; /* กำหนดขนาดสูงสุดของภาพ */
      max-height: 60px;
    }
    section.product .grid-product {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }
  
    footer .grid-footer {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
    }
  
    footer .grid-footer .footer-item ul.nav {
      margin: 0 10px;
      padding: 0;
    }
  
    footer .copyright {
      margin-top: 50px;
      padding: 15px;
      background: var(--color-2);
      color: var(--color-5);
      text-align: center;
      font-size: 12px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .menu-bottom section.slide .container {
      padding: 0;

    }
    .mobile-menu,
    .menu-bottom {
      display: block;
    }
    .menu-bottom {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background: var(--color-5);
      z-index: 100;
      padding: 5px 0;
      padding-top: 10px;
      margin: 0 auto;
    }
    .menu-bottom ul.bottom {
      display: flex;
      flex-wrap: nowrap;
      padding: 0;
      margin: 0;
    }
    .menu-bottom ul.bottom li.list-menu-bottom {
      list-style: none;
      text-align: center;
      margin: auto;
    }
    .menu-bottom ul.bottom li.list-menu-bottom a {
      text-decoration: none;
      color: var(--color-1);
      font-weight: bold;
    }
    .menu-bottom ul.bottom li.list-menu-bottom a p {
      padding: 0;
      margin: 0;
      margin-top: 5px;
    }
    .menu-bottom ul.bottom li.list-menu-bottom img.icon-bottom {
      width: 25px;
    }
    header .header-flex {
      padding: 10px 0;
    }
    header .header-flex .logo img {
      width: 75%;
    }
    /* header .header-flex .header-top-menu {
      width: 100%;
      margin: auto;
      text-align: right;
      justify-content: flex-end;
      display: flex;
    } */
  
    header .header-flex .header-top-menu ul.flex-menu li.list-menu {
      margin: 0;
      list-style: none;
      padding: 0 5px;
      display: flex;
      margin: auto;
    }
    header .header-flex .header-top-menu ul.flex-menu li.list-menu .icon i {
      font-size: 20px;
    }
    header
      .header-flex
      .header-top-menu
      ul.flex-menu
      li.list-menu:nth-child(1)
      a {
      font-size: 24px;
      background: var(--color-4);
      color: var(--color-1);
      border-radius: 5px;
      padding: 5px 15px;
    }
    header
      .header-flex
      .header-top-menu
      ul.flex-menu
      li.list-menu:nth-child(1)
      .text {
      display: none;
    }
    header .header-flex .header-top-menu ul.flex-menu li.list-menu:nth-child(2) {
      display: none;
    }
  
    header .header-flex .header-top-menu ul.flex-menu li.list-menu .text {
      display: none;
    }
  
    header .menu-flex ul.menu {
      display: none;
    }
    header .menu-flex .social-menu {
      margin: auto;
    }
    header
      .header-flex
      .header-top-menu
      ul.flex-menu
      li.list-menu:nth-child(3)
      .mobile-menu
      a.mobile {
      font-size: 24px;
      padding: 10px 13px;
      background: var(--color-1);
      color: var(--color-5);
      border-radius: 5px;
    }
  
    header .mobile-menu .offcanvas h5.offcanvas-title img {
      width: 50%;
    }
  
    header .mobile-menu .offcanvas .offcanvas-body ul.menu {
      padding: 0;
      margin: 0;
    }
    header .mobile-menu .offcanvas .offcanvas-body ul.menu li.list-menu-mobile {
      list-style: none;
    }
    header .mobile-menu .offcanvas .offcanvas-body ul.menu li.list-menu-mobile a {
      padding-bottom: 10px;
      font-size: 18px;
    }
    header
      .mobile-menu
      .offcanvas
      .offcanvas-body
      ul.account-menu
      li.list-menu-mobile {
      list-style: none;
      margin: 0;
    }
  
    section.content .content-one {
      margin: 50px 0;
    }
  
    section.content .content-three {
      margin: 50px 0;
    }
  
    section.post .grid-post {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }
  
    section.about .grid-about {
      display: block;
    }
  
    section.content .content-three .grid-content {
      display: block;
    }
    section.product {
      padding: 50px 0;
    }
    section.blog {
      padding: 50px 0;
    }
    section.blog .grid-blog {
      display: block;
    }
    section.blog .grid-blog .card .card-body h5 {
      font-size: 16px;
    }
    section.blog .grid-blog section.blog .blog-description h1 {
      font-size: 2rem; /* Smaller h1 */
    }
  
    section.blog .blog-description h2 {
      font-size: 1.8rem;
    }
  
    section.blog .blog-description h3 {
      font-size: 1.6rem;
    }
  
    section.blog .blog-description h4 {
      font-size: 1.4rem;
    }
  
    section.blog .blog-description h5 {
      font-size: 1.2rem;
    }
  
    section.blog .blog-description h6 {
      font-size: 1.1rem;
    }
  
    section.blog .blog-description p {
      font-size: 0.9rem; /* Slightly smaller text for mobile */
    }
  
    section.blog .blog-description span {
      font-size: 0.9rem; /* Adjust span text size for mobile */
    }
  
    section.blog .blog-description img {
      max-width: 100%; /* Ensure images do not overflow */
      height: auto;
    }
  
    section.blog .blog-description table {
      font-size: 0.9rem; /* Adjust font size for mobile */
    }
  
    section.blog .blog-description table th,
    section.blog .blog-description table td {
      padding: 10px; /* Increase padding for better touch interaction */
    }
  
    section.product .category .swiper-slide img {
      max-width: 80px; /* กำหนดขนาดสูงสุดของภาพ */
      max-height: 80px;
    }
  
    section.product .category .swiper-slide a {
      font-size: 14px;
    }
  
    section.product .grid-product {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }
    section.product .card .card-body h5.card-title a {
      font-size: 16px;
    }
    section.product .card .card-footer button {
      padding: 10px;
      font-size: 16px;
    }
  
    #accordionFilter {
      display: none;
    }
  
    .filter-btn {
      display: block;
      width: 100%;
      background-color: var(--color-8);
      color: var(--color-2);
      text-align: center;
      padding: 10px;
      border: none;
      font-size: 16px;
      cursor: pointer;
      border-radius: 5px;
    }
  
    .filter-btn:hover {
      background-color: var(--color-1);
      background-color: var(--color-8);
    }
    .card-wrapper {
      padding: 0;
    }
    .card-wrapper .grid-card {
      display: block;
    }
  
    .grid-item-list-product {
      display: block;
    }
  
    .product-content .btn-add-to-cart button.link-add {
      position: fixed;
      bottom: 60px;
      left: 0;
      z-index: 100;
      border-radius: 0;
    }
  
    footer {
      padding: 50px 0;
    }
  
    footer .footer-mobile {
      display: block;
    }
  
    .footer-mobile .accordion {
      --bs-accordion-bg: none;
    }
  
    .footer-mobile .accordion .accordion-item:focus {
      border: none;
    }
  
    .footer-mobile .accordion .accordion-item {
      border: none;
    }
  
    .footer-mobile .accordion .accordion-item .accordion-header button {
      color: var(--color-8);
      margin: 0;
    }
  
    .footer-mobile
      .accordion
      .accordion-item
      .accordion-header
      button.accordion-button:not(.collapsed) {
      color: var(--color-5);
      background: none;
      box-shadow: none;
    }
  
    footer .grid-footer {
      display: none;
    }
  
    footer .copyright {
      margin-top: 50px;
      padding: 15px;
      background: var(--color-2);
      color: var(--color-5);
      text-align: center;
      font-size: 12px;
    }
  
    /* Mobile view: Change table to card layout */
    @media (max-width: 768px) {
      .table.product-table {
        display: flex;
        flex-direction: column;
        gap: 15px; /* Add spacing between cards */
      }
  
      .table.product-table .thead {
        display: none;
      }
  
      .table.product-table tbody {
        display: flex;
        flex-direction: column;
        gap: 10px; /* Add spacing between each product */
      }
  
      .table.product-table tbody tr {
        display: flex;
        flex-direction: column;
        border: 1px solid #ddd; /* Add border for separation */
        border-radius: 10px;
        padding: 10px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Add subtle shadow */
        background-color: #fff;
      }
      .table.product-table tbody tr th {
        border: none;
      }
      .table.product-table tbody tr td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 0;
        border: none;
      }
  
      /* Align content inside the card */
      .table.product-table tbody tr td:first-child {
        justify-content: center; /* Center the delete icon */
        padding-bottom: 10px;
      }
  
      .table.product-table tbody tr th:nth-child(2) img {
        max-width: 80px;
        border-radius: 8px;
      }
  
      .table.product-table tbody tr td:nth-child(3) {
        display: flex;
        flex-direction: column;
        gap: 5px;
        font-size: 14px;
        font-weight: 500;
      }
  
      .quantity-control {
        display: flex;
        gap: 10px;
        align-items: center;
      }
  
      .quantity-control button {
        padding: 5px 10px;
        border-radius: 5px;
        border: 1px solid #ddd;
        background-color: #f9f9f9;
        cursor: pointer;
      }
  
      .quantity-control button:hover {
        background-color: #eaeaea;
      }
  
      .table tbody tr td:last-child {
        text-align: right;
        font-weight: bold;
        color: #333;
      }
    }
  
  
    section.contact .grid-contact {
      display: block;
    }
  
  
  
  
  
  
  
  
  
  }
  
  @media (min-width: 768px) {
    /* Show the filter section normally on larger screens */
    #accordionFilter {
      display: block;
    }
  }
  