/* 全局重置 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background-color: #fff;
    color: #333;
    font-size: 14px;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

/* 布局容器 */
.container {
    width: 1200px;
    margin: 0 auto;
    max-width: 98%;
}

/* 顶部 Header */
.top-header {
    padding: 20px 0;
    background: #f8f8f8;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-top {
    display: flex;
    align-items: center;
}

.logo h1 {
    font-size: 28px;
    font-weight: normal;
    border: 1px solid #ddd;
    padding: 10px 20px;
    background: #fff;
    font-family: 'Times New Roman', serif;
}

.search-box {
    display: flex;
    gap: 0;
}

.search-box input {
    padding: 8px;
    border: 1px solid #ccc;
    width: 300px;
    outline: none;
}

.search-btn, .img-search-btn {
    padding: 8px 15px;
    border: 1px solid #ccc;
    border-left: none;
    background: #666;
    color: white;
    cursor: pointer;
    font-size: 12px;
}

.img-search-btn {
    background: #eee;
    color: #333;
}

.search-btn:hover { background: #444; }

/* 导航栏 */
.main-nav {
    background-color: #888;
    color: white;
    padding: 10px 0;
}

.main-nav ul {
    display: flex;
    gap: 1px;
    justify-content: flex-start;
}

.main-nav ul li a {
    padding: 0 15px;
    border-right: 1px solid #aaa;
    font-size: 13px;
    display: block;
}

.main-nav ul li:last-child a {
    border-right: none;
}

.main-nav ul li a:hover {
    color: #ddd;
}

/* Banner */
.hero-banner img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
}

/* 主布局: Flexbox */
.main-layout {
    display: flex;
    margin-top: 30px;
    margin-bottom: 50px;
}

/* 侧边栏 */
.sidebar {
    width: 220px;
    flex-shrink: 0;
    padding-right: 20px;
    border-right: 1px solid #eee; /* 可选 */
}

.sidebar-section h3 {
    font-size: 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

.sidebar-menu li {
    margin-bottom: 10px;
}

.sidebar-menu li a {
    color: #333;
    font-size: 13px;
    display: block;
    padding: 2px 0;
}

.sidebar-menu li a:hover {
    color: #888;
    padding-left: 5px;
    transition: 0.2s;
}

.social-links {
    margin: 20px 0;
}

.social-links a {
    margin-right: 10px;
    color: #333;
    font-size: 16px;
}

.contact-email {
    font-size: 12px;
    color: #555;
    margin-bottom: 20px;
}

.qr-code img {
    width: 100px;
    height: 100px;
    border: 1px solid #ddd;
}

/* 产品内容区 */
.product-content {
    flex: 1;
    padding-left: 20px;
	width: 70% !important;
}

.category-section {
    margin-bottom: 40px;
}

.section-header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    background: #f9f9f9;
    padding: 5px;
}

.section-header h2 {
    font-size: 14px;
    font-weight: normal;
    color: #555;
}

.section-header .more-link {
    position: absolute;
    right: 10px;
    font-size: 12px;
    color: #888;
}

/* 产品网格: 5列 */
.product-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.product-card {
    background: #fff;
    text-align: center;
    transition: transform 0.2s;
}

.product-card:hover {
    transform: translateY(-5px);
}

.img-wrapper {
    background: #eee;
    margin-bottom: 10px;
    overflow: hidden;
}

.img-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.product-name {
    font-size: 12px;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 底部 / Footer */
.site-footer {
    background: #888;
    color: #fff;
    padding: 28px 0 18px;
    margin-top: 40px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 0;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 14px;
}

.footer-links a {
    color: #fff;
    font-size: 13px;
    padding: 4px 14px;
    border-right: 1px solid rgba(255,255,255,0.3);
    transition: color 0.2s;
    white-space: nowrap;
}

.footer-links a:last-child {
    border-right: none;
}

.footer-links a:hover {
    color: #ddd;
}

.footer-copy {
    text-align: center;
    font-size: 12px;
    color: rgba(255,255,255,0.7);
    margin: 0;
}


.lt-visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
.lt-message-form{margin-top:24px;padding:16px;border:1px solid #ddd;border-radius:8px;background:#fff;}
.lt-message-form input,.lt-message-form textarea{width:100%;max-width:520px;padding:10px;border:1px solid #ccc;border-radius:6px;}
.lt-message-success{padding:10px;border:1px solid #b6e3b6;background:#eef9ee;border-radius:6px;}
.lt-message-error{padding:10px;border:1px solid #f0b4b4;background:#fff0f0;border-radius:6px;}


/* === Sidebar Tab Styling (all screen sizes) === */
.sidebar-section h3 {
  background: #888;
  color: #fff;
  padding: 9px 14px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 3px;
}

.sidebar-menu li a {
  display: block;
  padding: 8px 14px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #444;
  font-size: 13px;
  margin-bottom: 7px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar-menu li a:hover {
  background: #888;
  color: #fff;
  border-color: #888;
  padding-left: 14px;
}

/* === Menu Toggle Base === */
.menu-toggle {
  display: none;
  background: none;
  border: 1px solid #333;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  color: #333;
  line-height: 1;
}

/* === Desktop (≥769px): always show nav === */
@media (min-width: 769px) {
  .menu-toggle { display: none !important; }
  .main-nav .container ul { display: flex !important; }
}

/* === Tablet (769px–1100px) === */
@media (min-width: 769px) and (max-width: 1100px) {
  .container { width: 100%; padding-left: 16px; padding-right: 16px; }
  .sidebar { width: 185px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .search-box input { width: 200px; }
}

/* === Mobile (≤768px) === */
@media (max-width: 768px) {
  .container { width: 100%; padding-left: 12px; padding-right: 12px; box-sizing: border-box; }

  /* --- Header --- */
  .top-header { padding: 12px 0; }
  .header-content { flex-direction: column; align-items: stretch; gap: 10px; }

  /* Logo left + toggle right, space-between */
  .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .menu-toggle { display: inline-block !important; }

  /* Search bar below, full width */
  .search-box { width: 100%; display: flex; }
  .search-box input { flex: 1; width: auto; min-width: 0; }

  /* --- Hero banner --- */
  .hero-banner img { height: auto; max-height: 200px; object-fit: cover; }

  /* --- Navigation: dropdown only, no toggle inside --- */
  .main-nav .container { display: block; }
  .main-nav .container ul { display: none; flex-direction: column; width: 100%; }
  .main-nav .container ul.open { display: flex; }
  .main-nav ul li { display: block; width: 100%; }
  .main-nav ul li a { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.2); padding: 10px 15px; width: 100%; display: block; }
  .main-nav ul li:last-child a { border-bottom: none; }

  /* --- Main layout: stack vertically --- */
  .main-layout { flex-direction: column; margin-top: 16px; gap: 0; }

  /* --- Sidebar: horizontal tab strip --- */
  .sidebar {
    width: 100%;
    flex-shrink: unset;
    padding-right: 0;
    padding-bottom: 16px;
    border-right: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 16px;
  }
  .sidebar-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .sidebar-menu li { margin-bottom: 0; }
  .sidebar-menu li a {
    padding: 6px 14px;
    margin-bottom: 0;
    font-size: 12px;
    white-space: nowrap;
  }
  .social-links { display: flex; gap: 14px; flex-wrap: wrap; margin: 12px 0; }
  .contact-email { font-size: 11px; }
  .qr-code { display: none; }

  /* --- Product content --- */
  .product-content { padding-left: 0; width: 100% !important; }

  /* --- Product grid: 2 columns on mobile --- */
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }

  /* --- Product detail gallery on mobile --- */
  .lt-product-layout { flex-direction: column; gap: 20px; }
  .lt-gallery-wrap { flex: 1 1 100%; }
  .lt-product-right { flex: 1 1 100%; }
  .lt-thumb-list { max-height: 260px; }
  .lt-thumb-btn { width: 54px; height: 54px; }
  .lt-thumb-arrow { width: 54px; }
  .lt-gallery-main-img { max-height: 320px; }

  /* --- Section spacing --- */
  .category-section { margin-bottom: 28px; }
  .section-header { margin-bottom: 14px; }

  /* --- Footer --- */
  .site-footer { padding: 20px 0 14px; margin-top: 24px; }
  .footer-links {
    justify-content: flex-start;
    gap: 0;
  }
  .footer-links a {
    padding: 8px 14px;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    width: 50%;
    box-sizing: border-box;
    font-size: 13px;
  }
  .footer-links a:last-child { border-bottom: none; }
}

/* === Small mobile (≤420px) === */
@media (max-width: 420px) {
  .hero-banner img { max-height: 150px; }
  .logo img { width: 90px !important; }
  .search-box input { font-size: 13px; }
}

/* Product detail – top row: gallery + info */
.lt-product-layout{
  display:flex;
  gap:32px;
  align-items:end;
  flex-wrap:wrap;
}

/* Gallery wrap: thumb column + main image */
.lt-gallery-wrap{
  display:flex;
  gap:10px;
  align-items:flex-start;
  flex:1 1 460px;
  min-width:280px;
}

/* Vertical thumbnail column */
.lt-thumb-col{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:4px;
  flex-shrink:0;
}
.lt-thumb-arrow{
  background:#fff;
  border:1px solid #ddd;
  border-radius:4px;
  width:64px;
  height:26px;
  cursor:pointer;
  font-size:16px;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}
.lt-thumb-arrow:hover{ background:#f0f0f0; }
.lt-thumb-list{
  display:flex;
  flex-direction:column;
  gap:6px;
  overflow:hidden;
  max-height:420px; /* shows ~5 thumbs */
  scroll-behavior:smooth;
}
.lt-thumb-btn{
  border:2px solid transparent;
  background:#fff;
  padding:0;
  border-radius:4px;
  cursor:pointer;
  width:64px;
  height:64px;
  overflow:hidden;
  flex-shrink:0;
  transition:border-color .15s;
}
.lt-thumb-btn:hover,
.lt-thumb-btn.active{ border-color:#888; }
.lt-thumb-btn img{ width:100%; height:100%; object-fit:cover; display:block; }

/* Large main image */
.lt-gallery-main{
  flex:1 1 auto;
  min-width:0;
}
.lt-gallery-main-img{
  width:100%;
  height:auto;
  display:block;
  border-radius:6px;
  object-fit:contain;
  max-height:520px;
}

/* Info panel */
.lt-product-right{
  flex:1 1 300px;
  min-width:240px;
}
.lt-product-right h1{
  font-size:22px;
  margin-bottom:10px;
}

/* Star rating */
.lt-rating-wrap{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:14px;
}
.lt-stars{
  position:relative;
  display:inline-block;
  font-size:20px;
  line-height:1;
  white-space:nowrap;
}
.lt-stars-bg{
  display:block;
  color:#ddd;
}
.lt-stars-fill{
  position:absolute;
  top:0;
  left:0;
  overflow:hidden;
  white-space:nowrap;
  color:#f5a623;
}
.lt-review-count{
  font-size:13px;
  color:#666;
}

.lt-product-short-desc{
  margin-bottom:20px;
  line-height:1.6;
}
.lt-product-right p{ margin:10px 0; }

.lt-quote-btn{
  display:inline-block;
  padding:10px 22px;
  border:1px solid #111;
  border-radius:6px;
  text-decoration:none;
  font-size:14px;
  transition:background .15s, color .15s;
}
.lt-quote-btn:hover{ background:#111; color:#fff; }

.lt-product-description{
  margin-top:32px;
  padding-top:24px;
  border-top:1px solid #e5e5e5;
  line-height:1.7;
}
.lt-product-description h2,
.lt-product-description h3,
.lt-product-description h4{
  margin:16px 0 8px;
}
.lt-product-description p{
  margin:0 0 12px;
}
.lt-product-description ul,
.lt-product-description ol{
  padding-left:20px;
  margin-bottom:12px;
}
.lt-product-description img{
  max-width:100%;
  height:auto;
}

/* Reviews section */
.lt-reviews-section{
  margin-top:32px;
  padding-top:24px;
  border-top:1px solid #e5e5e5;
}
.lt-reviews-heading{
  font-size:18px;
  font-weight:600;
  margin-bottom:20px;
}
.lt-reviews-empty{
  color:#888;
  font-style:italic;
  font-size:14px;
}
.lt-review-item{
  padding:16px 0;
  border-bottom:1px solid #f0f0f0;
}
.lt-review-item:last-child{ border-bottom:none; }
.lt-review-header{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:8px;
}
.lt-review-author{
  font-weight:600;
  font-size:14px;
}
.lt-review-date{
  font-size:13px;
  color:#999;
}
.lt-review-stars{
  font-size:15px;
}
.lt-review-body{
  font-size:14px;
  line-height:1.65;
  color:#444;
}
.lt-review-body p{ margin:0 0 4px; }

/* ── Lightbox ─────────────────────────────────────────────────── */
.lt-lb-overlay{
  display:none;
  position:fixed;
  inset:0;
  z-index:9999;
  background:rgba(0,0,0,.88);
  align-items:center;
  justify-content:center;
}
.lt-lb-overlay.lt-lb-open{
  display:flex;
}
.lt-lb-inner{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  padding:60px 80px;
  box-sizing:border-box;
}
.lt-lb-img{
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  border-radius:4px;
  display:block;
  user-select:none;
}
.lt-lb-close{
  position:absolute;
  top:16px;
  right:20px;
  background:none;
  border:none;
  color:#fff;
  font-size:28px;
  line-height:1;
  cursor:pointer;
  padding:4px 8px;
  border-radius:4px;
  transition:background .15s;
  z-index:2;
}
.lt-lb-close:hover{ background:rgba(255,255,255,.15); }
.lt-lb-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  background:rgba(255,255,255,.12);
  border:none;
  color:#fff;
  font-size:26px;
  line-height:1;
  cursor:pointer;
  padding:14px 18px;
  border-radius:4px;
  transition:background .15s;
  z-index:2;
  user-select:none;
}
.lt-lb-nav:hover{ background:rgba(255,255,255,.28); }
.lt-lb-prev{ left:14px; }
.lt-lb-next{ right:14px; }
.lt-lb-counter{
  position:absolute;
  bottom:18px;
  left:50%;
  transform:translateX(-50%);
  color:rgba(255,255,255,.75);
  font-size:13px;
  pointer-events:none;
}
@media (max-width:768px){
  .lt-lb-inner{ padding:50px 54px; }
  .lt-lb-nav{ font-size:20px; padding:10px 13px; }
  .lt-lb-prev{ left:6px; }
  .lt-lb-next{ right:6px; }
}

.lt-contact-layout{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}
.lt-contact-left{
  flex: 1 1 280px;
}
.lt-contact-right{
  flex: 1 1 320px;
}
.lt-form input, .lt-form textarea{
  width:100%;
  max-width: 520px;
  padding:10px;
  border:1px solid #ccc;
  border-radius:6px;
  box-sizing:border-box;
}
.lt-form button{
  padding:10px 14px;
  border:1px solid #111;
  border-radius:8px;
  background:#fff;
  cursor:pointer;
}

#lt-contact-form p {
    margin-bottom: 10px;
}

.logo img {
    width: 120px !important;
}
.lt-quote-btn {
  background-color: green;
  color: white;
  border: 1px solid green;
}
.product-card .product-name {
  max-width: 160px;
}

/* ── Product detail: Prev / Next navigation bar ───────────────── */
.lt-product-nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  padding: 8px 12px;
  margin-bottom: 20px;
  border-radius: 3px;
  gap: 8px;
}

.lt-product-nav-title {
  flex: 1;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 8px;
  min-width: 0;
}

.lt-product-nav-btn {
  flex-shrink: 0;
  font-size: 13px;
  color: #555;
  padding: 5px 14px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.lt-product-nav-btn:hover {
  background: #888;
  color: #fff;
  border-color: #888;
}

.lt-product-nav-disabled {
  color: #bbb;
  border-color: #e8e8e8;
  background: #fafafa;
  cursor: default;
  pointer-events: none;
}

@media (max-width: 768px) {
  .lt-product-nav-title {
    font-size: 13px;
  }
  .lt-product-nav-btn {
    font-size: 12px;
    padding: 5px 10px;
  }
}

@media (max-width: 420px) {
  .lt-product-nav-title {
    font-size: 12px;
  }
  .lt-product-nav-btn {
    padding: 4px 8px;
    font-size: 11px;
  }
}




/* Keep main container normal */
.lt-product-description {
  width: 100%;
  overflow: hidden; /* prevent overall overflow */
}

/* Make ONLY tables scrollable */
.lt-product-description table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Ensure table keeps its natural width */
.lt-product-description table tbody,
.lt-product-description table thead {
  display: table;
  width: 100%;
}

/* Prevent content wrapping */
.lt-product-description th,
.lt-product-description td {
  white-space: nowrap;
}

/* Optional scrollbar styling */
.lt-product-description table::-webkit-scrollbar {
  height: 6px;
}

.lt-product-description table::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

/* ── Get a Quote page ─────────────────────────────────────────── */
.lt-quote-field-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.lt-quote-field-row p {
  flex: 1 1 200px;
  margin-bottom: 10px;
}
.lt-quote-select {
  width: 100%;
  max-width: 520px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  background: #fff;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.lt-quote-select:focus {
  outline: none;
  border-color: #888;
}
.lt-required {
  color: #c00;
  font-weight: bold;
}
.lt-quote-note {
  font-size: 12px;
  color: #666;
  margin-top: 6px;
  line-height: 1.6;
}
.lt-quote-note i {
  margin-right: 4px;
}
.lt-quote-info {
  line-height: 1.8;
  color: #555;
}
.lt-quote-info p {
  margin-bottom: 14px;
}
.lt-quote-info-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.lt-quote-info-list li {
  padding: 5px 0;
  color: #444;
  font-size: 14px;
}
.lt-quote-info-list li i {
  color: #008000;
  margin-right: 8px;
}
.lt-quote-contact-detail {
  margin-top: 16px;
  font-size: 14px;
  color: #444;
}
.lt-quote-contact-detail p {
  margin-bottom: 6px;
}
.lt-quote-contact-detail i {
  margin-right: 6px;
  color: #666;
}
#lt-quote-feedback {
  margin: 10px 0;
}
#lt-quote-form p {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .lt-quote-field-row {
    flex-direction: column;
    gap: 0;
  }
  .lt-quote-field-row p {
    flex: 1 1 100%;
  }
  .lt-quote-select {
    max-width: 100%;
  }
}

/* ── Pagination (home page per-category & global) ─────────────── */
.lt-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  margin: 14px 0 6px;
  padding: 0;
}

.lt-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  color: #555;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
  white-space: nowrap;
  line-height: 1;
}

.lt-page-btn:hover:not(:disabled) {
  background: #888;
  color: #fff;
  border-color: #888;
}

.lt-page-btn-active,
.lt-page-btn[aria-current="page"] {
  background: #888;
  color: #fff;
  border-color: #888;
  font-weight: bold;
  cursor: default;
}

.lt-page-btn:disabled,
.lt-page-btn-disabled {
  color: #bbb;
  border-color: #e8e8e8;
  background: #fafafa;
  cursor: default;
  pointer-events: none;
}

.lt-page-dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 34px;
  color: #999;
  font-size: 14px;
  user-select: none;
}

/* Category page bottom pagination */
.lt-cat-page-pagination {
  margin: 24px 0 16px;
  padding-top: 18px;
  border-top: 2px solid #eee;
}

/* Global (bottom-of-page) pagination */
.lt-global-pg-wrap {
  margin: 28px 0 16px;
  padding-top: 20px;
  border-top: 2px solid #eee;
  text-align: center;
}

.lt-global-pg-label {
  font-size: 13px;
  color: #888;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Loading placeholder inside grid */
.lt-pg-loading {
  grid-column: 1 / -1;
  text-align: center;
  padding: 28px 0;
  color: #999;
  font-size: 13px;
}

@media (max-width: 768px) {
  .lt-page-btn {
    min-width: 30px;
    height: 30px;
    padding: 0 8px;
    font-size: 12px;
  }
  .lt-page-dots {
    height: 30px;
    min-width: 18px;
  }
  .lt-pagination {
    gap: 3px;
  }
}

@media (max-width: 420px) {
  .lt-page-btn {
    min-width: 28px;
    height: 28px;
    padding: 0 6px;
    font-size: 11px;
  }
}



.lt-rating-wrap, .lt-reviews-section{
	display: none !important;
}






