/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
6: Version: 3.0
7: */

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --primary-color: #0047ba;
  --bg-light: #e8eef9;
}

body {
  font-family: "Roboto", sans-serif;
}
.fcv-sidebar {
  top: 75%;
}
.custom-category-list-wrapper {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 4px 20px rgba(0, 71, 186, 0.06),
    0 1px 4px rgba(0, 0, 0, 0.04);
}
.ss-hp-2 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.home .page-left-sidebar .large-3.col.col-first.col-divided {
  padding-left: 0;
  border-right: none;
  padding-right: 5px;
}
.custom-category-list-header {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  padding: 14px 16px;
  background: linear-gradient(135deg, #f8faff 0%, #ffffff 100%);
  border-bottom: 1px solid #eef1f7;
  letter-spacing: 0.2px;
}

.custom-category-list-items {
  display: flex;
  flex-direction: column;
}
.fcv-btn {
  width: 40px;
  height: 40px;
  background: var(--primary-color);
}
.custom-category-parent {
  position: relative;
}

.custom-category-parent + .custom-category-parent {
  border-top: 1px solid #f2f2f2;
}

.custom-category-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 16px;
  text-decoration: none;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}
.has-children > .custom-category-parent-trigger {
  cursor: pointer;
}

.custom-category-parent-trigger:hover,
.custom-category-item:hover:not(.custom-category-child-item) {
  background: linear-gradient(90deg, #eef4ff 0%, #f6f9ff 100%);
}

.custom-category-parent-trigger:hover .custom-category-name,
.custom-category-item:hover:not(.custom-category-child-item)
  .custom-category-name {
  color: var(--primary-color);
}

.custom-category-thumb {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f0f4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e8f0;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.custom-category-item:hover .custom-category-thumb {
  border-color: #c7d9fb;
  box-shadow: 0 2px 8px rgba(0, 71, 186, 0.1);
}

.custom-category-thumb img {
  width: 38px;
  height: 38px;
  object-fit: cover;
  display: block;
}

.custom-category-thumb-sm {
  width: 28px;
  height: 28px;
  border-radius: 8px;
}

.custom-category-thumb-sm img {
  width: 28px !important;
  height: 28px !important;
}

.custom-category-name {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  color: #1e293b;
  line-height: 1.4;
  transition: color 0.2s ease;
}

.custom-category-parent-trigger .custom-category-name,
.custom-category-item:not(.custom-category-child-item) .custom-category-name {
  font-weight: 600;
  font-size: 14px;
}

.custom-category-arrow {
  font-size: 11px;
  color: #b0bad0;
  flex-shrink: 0;
  transition:
    transform 0.2s ease,
    color 0.2s ease;
}

.custom-category-item:hover .custom-category-arrow {
  transform: translateX(3px);
  color: var(--primary-color);
}

.custom-category-toggle {
  font-size: 11px;
  color: #b0bad0;
  flex-shrink: 0;
  transition:
    transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.2s ease;
}

.custom-category-parent-trigger:hover .custom-category-toggle {
  color: var(--primary-color);
}

.custom-category-children {
  display: none;
  flex-direction: column;
  background: linear-gradient(180deg, #fafbfd 0%, #f5f7fc 100%);
  border-top: 1px solid #eef1f7;
}

.custom-category-parent.has-children.open > .custom-category-children {
  display: flex;
}

.custom-category-parent.has-children.open
  > .custom-category-parent-trigger
  .custom-category-toggle {
  transform: rotate(90deg);
  color: var(--primary-color);
}

.custom-category-child-item {
  padding-left: 66px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.custom-category-child-item.no-thumb {
  padding-left: 16px;
}

.custom-category-child-item.no-thumb .custom-category-name {
  padding-left: 50px;
}

.custom-category-child-item .custom-category-thumb {
  background: #f0f4ff;
  border-color: #e2e8f0;
  width: 28px;
  height: 28px;
}

.custom-category-child-item .custom-category-name {
  font-size: 13px;
  font-weight: 400;
  color: #475569;
}

.custom-category-child-item:hover {
  background: linear-gradient(90deg, #eef4ff 0%, #f6f9ff 100%);
}

.custom-category-child-item:hover .custom-category-name {
  color: var(--primary-color);
  font-weight: 500;
}

.custom-category-child-item:hover .custom-category-arrow {
  color: var(--primary-color);
  transform: translateX(3px);
}

.custom-category-parent-trigger {
  cursor: pointer;
}

.custom-category-parent-link {
  display: none !important;
}

.absolute-footer,
.wpcf7-spinner,
.commentlist .hb-rating-count,
.autocomplete-suggestion .search-price {
  display: none;
}

* {
  box-sizing: border-box;
}

.autocomplete-suggestion img + .search-name {
  font-size: 16px;
}

img {
  max-width: 100%;
}

.col-inner:last-child {
  padding-bottom: 0;
}

a {
  transition: all 0.25s ease;
}

p:last-child {
  margin-bottom: 0;
}

.ss-product-sale {
  background: #fafafa !important;
  padding: 20px !important;
  position: relative;
  overflow: hidden;
  border: 3px solid #e53935;
  border-radius: 16px;
  box-shadow:
    0 0 0 1px #ffcdd2,
    0 4px 24px rgba(198, 40, 40, 0.15);
}

.ss-product-sale .section-content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 !important;
}

.ss-product-sale .ss-banner-img {
  width: 100%;
  height: 180px;
  background-image: url("/wp-content/uploads/2026/05/Banner_1_7d2f49435c.webp");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 12px 12px 0 0;
  margin-bottom: 16px;
}

.ss-product-sale #text-164902331 {
  display: none;
}

.ss-product-sale .fomo-countdown-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin: 0 auto 16px;
  max-width: 440px;
  padding: 10px 16px;
  background: linear-gradient(135deg, #e53935, #c62828);
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(198, 40, 40, 0.35);
  flex-wrap: wrap;
}

.ss-product-sale .fomo-countdown-wrapper .countdown-label {
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  white-space: nowrap;
}

.ss-product-sale .fomo-countdown {
  display: flex;
  gap: 4px;
  align-items: center;
}

.ss-product-sale .fomo-countdown .countdown-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 7px;
  padding: 4px 9px;
  min-width: 44px;
}

.ss-product-sale .fomo-countdown .countdown-num {
  font-size: 22px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
  font-family: "Roboto", monospace;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.ss-product-sale .fomo-countdown .countdown-text {
  font-size: 8px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-top: 2px;
}

.ss-product-sale .fomo-countdown .countdown-sep {
  font-size: 20px;
  font-weight: 900;
  color: rgba(255, 150, 130, 0.9);
  line-height: 1;
  animation: ss-blink 1s step-end infinite;
  margin-bottom: 14px;
}

@keyframes ss-blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.15;
  }
}

.ss-product-sale .tabbed-content .nav-pills {
  border-bottom: 2px solid #ffcdd2;
  gap: 6px;
  margin-bottom: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.ss-product-sale .tabbed-content .nav-pills .tab {
  background: #fff;
  border: 1.5px solid #ffcdd2;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  margin-right: 3px;
  color: #888;
  transition: all 0.25s ease;
  padding: 8px 20px;
  cursor: pointer;
  position: relative;
}

.ss-product-sale .tabbed-content .nav-pills .tab.active {
  background: linear-gradient(135deg, #1e88e5, #1565c0);
  border-color: #1565c0;
  color: #fff;
  box-shadow: 0 -3px 12px rgba(21, 101, 192, 0.3);
}

.ss-product-sale .tabbed-content .nav-pills .tab:not(.active):hover {
  background: #fff5f5;
  border-color: #ef9a9a;
  color: #c62828;
}

.ss-product-sale .tabbed-content .nav-pills .tab a {
  color: inherit;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.3px;
  text-decoration: none;
}

.ss-product-sale .tabbed-content .tab-panels {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}

.ss-product-sale .tabbed-content .tab-panels .row {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 14px !important;
}

.ss-product-sale .tabbed-content .tab-panels .row > .col {
  flex: none !important;
  min-width: 0;
  max-width: 100%;
}

.ss-product-sale .product-small .box {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.ss-product-sale .product-small .box:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1) !important;
  border-color: #ffcdd2;
}

.ss-product-sale .product-small .box-image .image-cover {
  padding-top: 75% !important;
}

.ss-product-sale .product-small .box-image img {
  transition: transform 0.3s ease;
}

.ss-product-sale .product-small .box:hover .box-image img {
  transform: scale(1.04);
}

.ss-product-sale .product-small .box-image .ss-remaining-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  gap: 7px;
}

.ss-product-sale .product-small .box-image .ss-remaining-track {
  flex: 1;
  height: 5px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  overflow: hidden;
}

.ss-product-sale .product-small .box-image .ss-remaining-fill {
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(90deg, #ff8a65, #ff5722);
  transition: width 1s ease;
}

.ss-product-sale .product-small .box-image .ss-remaining-fill.low {
  background: linear-gradient(90deg, #ff5722, #d32f2f);
}

.ss-product-sale .product-small .box-image .ss-remaining-text {
  font-size: 10px;
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
}

.ss-product-sale .product-small .box-image .ss-remaining-text.urgent {
  color: #ff6b6b;
  animation: ss-pulse 0.8s ease-in-out infinite alternate;
}

@keyframes ss-pulse {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.6;
  }
}

.ss-product-sale .product-small .badge-container .badge {
  background: linear-gradient(135deg, #e53935, #c62828) !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  padding: 4px 9px !important;
  border-radius: 6px !important;
  box-shadow: 0 2px 8px rgba(198, 40, 40, 0.4);
}

.ss-product-sale .product-small .box-text {
  padding: 0 12px 12px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.ss-product-sale .product-small .box-text[style] {
  height: auto !important;
}

.ss-product-sale .product-small .name {
  font-weight: 700;
  font-size: 13px;
  color: #1a1a2e;
  line-height: 1.4;
  padding: 10px 0 2px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s ease;
}

.ss-product-sale .product-small .box:hover .name {
  color: #c62828;
}

.ss-product-sale .product-small .name a {
  color: inherit;
  text-decoration: none;
}

.ss-product-sale .product-small .price-wrapper {
  padding: 0;
  position: relative;
  margin-top: 4px;
}

.ss-product-sale .product-small .price-wrapper .ss-price-row {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
}

.ss-product-sale .product-small .price-wrapper .ss-price-current {
  font-size: 16px;
  font-weight: 900;
  color: #c62828;
  line-height: 1;
}

.ss-product-sale .product-small .price-wrapper .ss-discount-tag {
  background: #ffd600;
  color: #333;
  font-size: 10px;
  font-weight: 900;
  padding: 2px 7px;
  border-radius: 5px;
}

.ss-product-sale .product-small .price-wrapper .price del {
  font-size: 11px;
  font-weight: 400;
  color: #999;
  display: block;
  margin-top: 2px;
}

.ss-product-sale .product-small .price-wrapper .price del .amount {
  font-size: inherit;
  color: inherit;
  text-decoration: line-through;
}

.ss-product-sale .product-small .hb-product-extra-info {
  padding: 6px 0 0;
}

.ss-product-sale .product-small .hb-info-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.ss-product-sale .product-small .hb-info-item {
  font-size: 10px;
  font-weight: 500;
  color: #666;
  background: #f5f5f5;
  padding: 2px 7px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.ss-product-sale .product-small .hb-info-item i {
  color: #ff7043;
  font-size: 10px;
}

.ss-product-sale .product-small .ss-cta-row {
  padding: 8px 0 0;
  margin-top: auto;
}

.ss-product-sale .product-small .ss-cta-row .ss-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 9px 12px;
  background: #fff;
  color: #e53935;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  border: 2px solid #e53935;
  border-radius: 24px;
  transition: all 0.25s ease;
}

.ss-product-sale .product-small .ss-cta-row .ss-cta-btn:hover {
  background: linear-gradient(135deg, #e53935, #c62828);
  color: #fff;
  border-color: #c62828;
  box-shadow: 0 4px 14px rgba(198, 40, 40, 0.35);
}

.ss-product-sale .product-small .ss-cta-row .ss-cta-btn.upcoming {
  color: #999;
  border-color: #ddd;
  font-weight: 700;
  pointer-events: none;
}

.ss-product-sale .product-small .fomo-progress-bar,
.ss-product-sale .product-small .fomo-progress-text,
.ss-product-sale .product-small .fomo-selling-tag {
  display: none;
}

.ss-product-banner {
  position: relative;
  overflow: visible;
}
.ss-product-banner::before {
  content: "";
  position: absolute;
  top: -50.7%;
  left: 0;
  right: 0;
  height: 62%;
  width: 100.8%;
  background: url("/wp-content/uploads/2026/05/banner-sale-2.png") center
    top/cover no-repeat;
  pointer-events: none;
  z-index: 99;
}
.ss-product-banner {
  background: #002799;
}
.header-inner .nav-left {
  justify-content: center;
}
a.header-cart-link.icon.button.circle.is-outline.is-small {
  padding: 6px;
}

.fomo-sale-section {
  background: linear-gradient(
    160deg,
    #1a0000 0%,
    #2d0a0a 30%,
    #1a0500 70%,
    #1a0000 100%
  );
  border-radius: 16px;
  overflow: hidden;
  margin: 24px 0;
  position: relative;
}

.fomo-sale-strip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #ff0033, #ff6600, #ffcc00, #ff0033);
  background-size: 300% 100%;
  animation: fomo-strip-flow 3s linear infinite;
}

@keyframes fomo-strip-flow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 300% 50%;
  }
}

.fomo-sale-header {
  padding: 28px 24px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.fomo-sale-title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fomo-sale-icon {
  font-size: 28px;
  animation: fomo-fire-pop 0.8s ease-in-out infinite alternate;
  filter: drop-shadow(0 0 8px rgba(255, 100, 0, 0.8));
}

@keyframes fomo-fire-pop {
  from {
    transform: scale(1) rotate(-3deg);
  }
  to {
    transform: scale(1.15) rotate(3deg);
  }
}

.fomo-sale-title {
  font-size: 26px;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
  text-shadow:
    0 0 20px rgba(255, 80, 0, 0.6),
    0 2px 4px rgba(0, 0, 0, 0.4);
  animation: fomo-title-glow 2s ease-in-out infinite alternate;
}

@keyframes fomo-title-glow {
  from {
    text-shadow:
      0 0 20px rgba(255, 80, 0, 0.4),
      0 2px 4px rgba(0, 0, 0, 0.4);
  }
  to {
    text-shadow:
      0 0 35px rgba(255, 80, 0, 0.8),
      0 2px 4px rgba(0, 0, 0, 0.4);
  }
}

.fomo-sale-subtitle {
  font-size: 12px;
  font-weight: 700;
  color: #ffcc00;
  background: rgba(255, 100, 0, 0.2);
  border: 1px solid rgba(255, 150, 0, 0.4);
  padding: 4px 10px;
  border-radius: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.fomo-sale-countdown {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 80, 0, 0.3);
  border-radius: 12px;
  padding: 8px 16px;
  backdrop-filter: blur(8px);
}

.fomo-countdown-label {
  font-size: 11px;
  font-weight: 700;
  color: #ffaa55;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
}

.fomo-countdown-units {
  display: flex;
  align-items: center;
  gap: 4px;
}

.fomo-countdown-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 50, 0, 0.25);
  border: 1px solid rgba(255, 80, 0, 0.3);
  border-radius: 8px;
  padding: 5px 10px;
  min-width: 44px;
}

.fomo-ctd-num {
  font-size: 22px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
  font-family: "Roboto", monospace;
  text-shadow: 0 0 10px rgba(255, 100, 0, 0.6);
}

.fomo-ctd-lbl {
  font-size: 8px;
  font-weight: 700;
  color: rgba(255, 200, 150, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 2px;
}

.fomo-ctd-sep {
  font-size: 20px;
  font-weight: 900;
  color: #ff6600;
  line-height: 1;
  animation: fomo-colon-blink 1s step-end infinite;
}

@keyframes fomo-colon-blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.15;
  }
}

.fomo-sale-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 0 24px 24px;
}

.fomo-product-card {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.fomo-product-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 16px 40px rgba(255, 50, 0, 0.25),
    0 4px 12px rgba(0, 0, 0, 0.15);
}

.fomo-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  background: linear-gradient(135deg, #ff0033, #cc0000);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  padding: 5px 10px;
  border-radius: 6px;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 10px rgba(255, 0, 50, 0.5);
  animation: fomo-badge-pulse 2s ease-in-out infinite;
}

@keyframes fomo-badge-pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.fomo-card-image {
  display: block;
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f5f5f5;
}

.fomo-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.fomo-product-card:hover .fomo-card-image img {
  transform: scale(1.08);
}

.fomo-badge-overlay {
  position: absolute;
  inset: 0;
  background: rgba(200, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.fomo-badge-overlay-text {
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0;
  transform: scale(0.8);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.fomo-product-card:hover .fomo-badge-overlay {
  background: rgba(200, 0, 0, 0.35);
}

.fomo-product-card:hover .fomo-badge-overlay-text {
  opacity: 1;
  transform: scale(1);
}

.fomo-card-body {
  padding: 12px 14px 14px;
}

.fomo-card-title {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a2e;
  line-height: 1.4;
  text-decoration: none;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color 0.2s ease;
}

.fomo-card-title:hover {
  color: #d32f2f;
}

.fomo-card-prices {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.fomo-price-sale {
  font-size: 18px;
  font-weight: 900;
  color: #d32f2f;
  line-height: 1;
  text-shadow: 0 0 12px rgba(211, 47, 47, 0.3);
}

.fomo-price-reg {
  font-size: 12px;
  font-weight: 400;
  color: #999;
  text-decoration: line-through;
}

.fomo-progress-wrap {
  margin-bottom: 10px;
}

.fomo-progress-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.fomo-progress-sold {
  font-size: 11px;
  color: #666;
}

.fomo-progress-sold strong {
  color: #d32f2f;
  font-weight: 700;
}

.fomo-progress-left {
  font-size: 11px;
  color: #666;
  font-weight: 600;
}

.fomo-urgent {
  color: #ff0033;
  font-weight: 800;
  animation: fomo-urgent-flash 0.8s ease-in-out infinite alternate;
}

@keyframes fomo-urgent-flash {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.6;
  }
}

.fomo-progress-track {
  height: 8px;
  background: #f0f0f0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.fomo-progress-fill {
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(90deg, #ff6600, #ff0033);
  position: relative;
  transition: width 1s ease;
}

.fomo-progress-fill.danger {
  background: linear-gradient(90deg, #ff0033, #cc0000);
}

.fomo-progress-fill::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 6px,
    rgba(255, 255, 255, 0.12) 6px,
    rgba(255, 255, 255, 0.12) 12px
  );
  animation: fomo-stripe-move 1s linear infinite;
  border-radius: 10px;
}

@keyframes fomo-stripe-move {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(16.97px);
  }
}

.fomo-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 10px 12px;
  background: linear-gradient(135deg, #ff0033, #cc0000);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  border-radius: 8px;
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.15s ease;
  box-shadow: 0 3px 12px rgba(200, 0, 0, 0.35);
}

.fomo-cta-btn:hover {
  background: linear-gradient(135deg, #ff2244, #dd0022);
  box-shadow: 0 5px 20px rgba(200, 0, 0, 0.5);
  transform: translateY(-1px);
  color: #fff;
}

.fomo-cta-btn:active {
  transform: translateY(1px);
}

.fomo-no-products {
  text-align: center;
  color: #fff;
  padding: 40px;
  font-size: 16px;
}

.fomo-float-noti {
  position: fixed;
  bottom: 24px;
  left: 24px;
  background: #fff;
  border-left: 4px solid #ff0033;
  padding: 12px 16px;
  border-radius: 10px;
  box-shadow:
    0 6px 24px rgba(0, 0, 0, 0.18),
    0 0 0 1px rgba(255, 0, 50, 0.1);
  font-size: 13px;
  font-weight: 500;
  color: #333;
  z-index: 99999;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 310px;
  animation: fomo-noti-slide 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.fomo-float-noti-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff0033, #ff6600);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 16px;
}

.fomo-float-noti-text strong {
  color: #d32f2f;
}

.fomo-float-noti-time {
  font-size: 11px;
  color: #999;
  margin-top: 2px;
}

@keyframes fomo-noti-slide {
  from {
    transform: translateX(-120%) scale(0.9);
    opacity: 0;
  }
  to {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
}

@keyframes fomo-noti-exit {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-120%);
  }
}

.off-canvas:not(.off-canvas-center) .nav-vertical li > a {
  font-size: 16px;
  text-transform: math-auto;
  color: #000;
}

.mfp-bg.mfp-ready {
  background-color: rgba(0, 0, 0, 0.4) !important;
  opacity: 1 !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}

.mfp-wrap.mfp-ready {
  backdrop-filter: none !important;
}

.nav:not(.nav-slide) .active > .children {
  padding-bottom: 0;
}

.icon-box-img img,
.icon-box-img svg {
  padding-top: 0;
}

.contact-hdmain {
  align-items: center;
  justify-content: center;
  text-align: center;
  span {
    font-size: 14px;
  }

  h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: var(--primary-color);
  }
}

.nav li a {
  font-size: 16px;
}

.ss-pd {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.home .page-wrapper{
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.ss-footer {
  .ux-logo-link {
    padding: 0 !important;
    margin-bottom: 15px;
  }

  ul {
    margin-bottom: 0;

    li {
      list-style-type: none;
      margin-left: 0;

      i {
        width: 20px;
        height: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 4px;
        color: #111;
      }
    }

    li:last-child {
      margin-bottom: 0;
    }
  }

  h3 {
    color: #111;
  }

  iframe {
    border-radius: 8px;
    overflow: hidden;
  }
}

.ss-absolute-footer {
  p {
    margin: 15px 0;
    font-size: 14px;
  }
}

.header-button a.button.primary {
  padding: 0 15px !important;
}

.flickity-slider > .row:not(.is-selected) {
  opacity: 1;
}

.ss-hp-1 {
  img {
    border-radius: 8px;
    transition: all 0.3s ease;
  }
}

.ss-hp-2 {
  .icon-box {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;

    h3 {
      margin-bottom: 0;
    }
  }

  .row-hover {
    &:hover {
      .col {
        transition: all 0.3s ease;
        filter: blur(3px);

        &:hover {
          filter: blur(0px);
        }
      }
    }
  }
}

.ss-product {
  .button {
    margin-bottom: 0;
  }

  .nav-pills {
    gap: 6px;

    li a {
      border-radius: 4px;
      background-color: var(--bg-light);
      color: var(--primary-color);
    }
  }

  .nav-pills li a:hover {
    background-color: var(--primary-color);
    color: #fff;
  }

  .nav-pills li.active a {
    color: #fff;
    cursor: no-drop;
  }
}

.product-small.box {
  border: 1px solid #e5e7eb;
  box-shadow: 0px 1px 2px 0px #0000000d;
  border-radius: 16px;
  padding: 16px;
  background-color: #fff;
  overflow: hidden;

  img {
    border-radius: 8px;
  }

  .box-text {
    padding: 0;
    padding-top: 10px;

    .category {
      font-size: 12px;
      color: var(--primary-color);
      background-color: #eff6ff;
      border-radius: 8px;
      padding: 4px 8px;
      width: max-content;
      line-height: 1;
      opacity: 1;
      text-transform: math-auto;
      font-weight: 500;
    }

    .product-title a {
      color: #0f172a;
      font-size: 16px;
      font-weight: bold;
      margin: 8px 0;
      line-height: 22px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
    }
  }

  .price bdi,
  .price span {
    color: #ff2929;
    font-size: 16px;
  }
}

.frame-title {
  h2 {
    margin-bottom: 0;

    img {
      max-height: 24px;
      transform: translateY(-3px);
    }
  }
}

.flickity-button {
  opacity: 1;
}

.flickity-button svg {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 10px;
  border-radius: 4px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
}

.row-slider .flickity-prev-next-button svg {
  padding: 10px !important;
}

.slider-nav-light .flickity-prev-next-button .arrow,
.slider-nav-light .flickity-prev-next-button svg {
  fill: #333;
}
.hb-product-extra-info {
  margin: 10px 0 15px 0;
  border-top: 1px dashed #eee;
  padding-top: 8px;
}

.hb-info-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left;
}

.hb-info-item {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 5px;
  margin-left: 0 !important;
}

.hb-info-item:last-child {
  margin-bottom: 0;
}

.hb-info-item i {
  width: 22px;
  color: #27ae60;
  font-size: 14px;
  flex-shrink: 0;
}

.item-repair i {
  color: var(--primary-color);
}

.hb-info-item span {
  font-weight: 500;
}
.star-rating--inline {
  display: inline-flex !important;
  align-items: center;
  height: 21px;
}

.hb-rating-count {
  font-size: 14px;
  color: #6b7280;
  margin-left: 6px;
  font-weight: 500;
}

.star-rating span:before {
  color: #fdcc0d;
}

.widget .is-divider {
  display: none;
}

.box.box-blog-post {
  border: 1px solid #e5e7eb;
  box-shadow: 0px 1px 2px 0px #0000000d;
  border-radius: 16px;
  padding: 16px;
  background-color: #fff;
  overflow: hidden;

  img {
    border-radius: 8px;
  }

  .box-text {
    padding: 0;
    padding-top: 10px;
  }

  .post-title a {
    font-size: 16px;
  }

  .post-title a,
  .from_the_blog_excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.ss-cta {
  .column-liquid-glass {
    .col-inner {
      padding: 50px;
      border-radius: 15px;
      background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.4),
        rgba(255, 255, 255, 0.1)
      );
    }
  }

  form,
  .wpcf7-submit,
  input {
    margin: 0;
  }

  form {
    .form-flat-row {
      position: relative;

      .wpcf7-tel {
        width: 100%;
        height: 50px;
        border-radius: 8px;
        padding-right: 125px;
      }

      .wpcf7-submit {
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 4px;
        text-transform: math-auto;
      }

      .wpcf7-not-valid-tip {
        display: none;
      }
    }
  }
}

.wpcf7 div.wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
  background: #fddddd;
  border: 1px solid red;
  color: red;
  box-shadow: none;
  font-size: 14px;
  padding: 15px;
  border-radius: 6px;
  margin: 0;
  margin-top: 15px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #ebfee3;
  color: #398f14;
  border-color: #398f142e;
}

.woocommerce-review-link {
  display: flex !important;
  align-items: center;
}

.related-products-wrapper {
  padding-bottom: 40px;
}

.product-info form.cart {
  margin-bottom: 20px;
}

.product-info form.cart .quantity {
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.product-info form.cart .quantity input.minus,
.product-info form.cart .quantity input.plus,
.product-info form.cart .quantity button.minus,
.product-info form.cart .quantity button.plus {
  width: 32px !important;
  height: 32px !important;
  min-height: unset;
  border-radius: 50% !important;
  background-color: #f1f5f9 !important;
  color: var(--primary-color) !important;
  border: none !important;
  font-size: 18px !important;
  font-weight: bold !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
  text-shadow: none !important;
}

.product-info form.cart .quantity input.minus:hover,
.product-info form.cart .quantity input.plus:hover,
.product-info form.cart .quantity button.minus:hover,
.product-info form.cart .quantity button.plus:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}

.product-info form.cart .quantity input.qty {
  width: 35px !important;
  border: none !important;
  background: transparent !important;
  font-weight: 700 !important;
  color: #1e293b !important;
  font-size: 15px !important;
  padding: 0 !important;
  text-align: center !important;
  height: auto !important;
  border: 0;
  box-shadow: none;
}

.product-info form.cart .single_add_to_cart_button {
  border-radius: 99px !important;
  background-color: var(--primary-color) !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  padding: 0 20px !important;
  height: 44px !important;
  border: none !important;
  margin-bottom: 20px;
  margin-top: 20px;
  display: flex !important;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  text-transform: none !important;
}

.product-info form.cart .single_add_to_cart_button::before {
  content: "\f07a";
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 900;
  font-size: 16px;
}

.product-info form.cart .single_add_to_cart_button:hover {
  background-color: #003a9b !important;
  box-shadow: 0 4px 12px rgba(0, 71, 186, 0.2);
  transform: translateY(-1px);
}

.product-info {
  .price-wrapper {
    .amount {
      color: #ff2929;
    }
  }
}

.has-border {
  border: 1px solid var(--primary-color);
  padding: 15px;
  background-color: var(--bg-light);
  border-radius: 4px;
  color: var(--primary-color);
}

.ss-ct-1 {
  iframe {
    border-radius: 8px;
    overflow: hidden;
  }
}

.ss-ct-2 {
  img {
    border-radius: 8px;
    overflow: hidden;
  }

  ul {
    margin-bottom: 0;
    margin-top: 30px;

    li {
      margin-left: 0;
      list-style-type: none;

      i {
        width: 30px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 4px;
        color: var(--primary-color);
      }

      &:last-child {
        margin-bottom: 0;
      }
    }
  }
}

.btn-order {
  border-radius: 99px;
  background-color: var(--primary-color);
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
  padding: 0 20px;
  height: 44px;
  border: none;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  margin-bottom: 15px;
}

.btn-order:hover {
  background-color: #003a9b;
  box-shadow: 0 4px 12px rgba(0, 71, 186, 0.2);
  transform: translateY(-1px);
}

.header-nav .sub-menu .menu-item-has-children:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 11px;
}

.header-nav .sub-menu .menu-item-has-children {
  position: relative;
  width: 100%;
}

.header-nav .sub-menu .menu-item-has-children .sub-menu {
  display: none;
  opacity: 0;
  transition: all 0.25s ease;
  position: absolute;
  left: 100%;
  background: #fff;
  border-radius: 5px;
  top: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.header-nav .sub-menu .menu-item-has-children:hover .sub-menu {
  display: block;
  opacity: 1;
}

.header-nav .sub-menu .menu-item-has-children:hover .sub-menu .sub-menu {
  display: none;
  opacity: 0;
}

.header-nav
  .sub-menu
  .menu-item-has-children:hover
  .sub-menu
  .menu-item-has-children:hover
  .sub-menu {
  display: block;
  opacity: 1;
}

.header-nav .sub-menu.nav-dropdown-default {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.mobile-sidebar-levels-2
  .nav-slide
  > li
  > .sub-menu
  > li:not(.nav-slide-header)
  > a,
.mobile-sidebar-levels-2
  .nav-slide
  > li
  > ul.children
  > li:not(.nav-slide-header)
  > a {
  color: initial;
  text-transform: math-auto !important;
}

.off-canvas .nav-vertical li a {
  padding: 15px !important;
  font-weight: 400 !important;
}

.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content {
  max-width: 500px;
  width: 100%;
}

.sub-menu li a {
  min-width: 150px;
  font-weight: 400 !important;
  text-transform: math-auto !important;
  color: initial !important;
  font-size: 14px !important;
}

.collapse-cat {
  position: relative;
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.collapse-cat.expanded {
  max-height: 9999px !important;
  height: auto !important;
}
.collapse-cat.has-overflow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
  pointer-events: none;
  z-index: 5;
}

.toggle-btn-edit {
  display: block;
  margin: 20px auto !important;
  border-radius: 99px !important;
  min-width: 160px;
  text-transform: none;
  font-weight: 600;
}

.toggle-btn-edit i {
  margin-left: 8px;
}

#collapseInner:not(.expanded)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
  pointer-events: none;
  z-index: 2;
}

.ss-about .banner {
  border-radius: 16px;
  overflow: hidden;
}

.ss-about .banner .video-button-wrapper a {
  background-color: #fff;
  transform: all 0.3s ease;
}

.ss-about .banner .video-button-wrapper a i {
  color: var(--primary-color);
}

.ss-about .banner .video-button-wrapper a:hover {
  background-color: var(--primary-color);
}

.ss-about .banner .video-button-wrapper a:hover i {
  color: #fff;
}

.ss-about .banner .video-button-wrapper a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  border-radius: 50%;
  animation: ping 1.2s ease-in-out infinite both;
  z-index: -1;
}

@keyframes ping {
  0% {
    transform: scale(1.2);
    opacity: 0.6;
  }

  80% {
    transform: scale(1.7);
    opacity: 0;
  }

  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}

.slogan {
  font-size: 14px;
}

#ez-toc-container {
  background: #f7f9fc;
  border: 1px solid var(--primary-color);
  border-radius: 16px;
  padding: 20px;
  width: 100%;

  .ez-toc-title-container {
    border-left: 2px solid var(--primary-color);
    padding-left: 15px;
  }

  p.ez-toc-title {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--primary-color);
  }

  .ez-toc-list {
    margin-top: 15px;
  }
}

.ss-footer {
  .social-icons a {
    margin-bottom: 0;
    margin-right: 4px;
  }
}

.hb-install-store-button-wrapper {
  margin-bottom: 20px;
  width: 100%;
}

.hb-install-store-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 44px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 99px;
  transition: all 0.3s ease;
  background-color: var(--primary-color) !important ;
  color: #fff;
  text-transform: none;
  letter-spacing: 0;
}

.hb-install-store-button i {
  font-size: 18px;
}

.hb-install-store-button:hover {
  background-color: var(--primary-color);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 71, 186, 0.25);
}

.hb-zalo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 44px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 99px;
  transition: all 0.3s ease;
  background-color: var(--primary-color) !important;
  color: #fff;
  text-transform: none;
  letter-spacing: 0;
}

.hb-zalo-button:hover {
  background-color: var(--primary-color);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 71, 186, 0.25);
}

.hb-install-store-loop-wrapper {
  margin-top: 12px;
  width: 100%;
}

.hb-install-store-loop-button {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 6px;
  transition: all 0.3s ease;
  background-color: var(--bg-light);
  color: var(--primary-color);
  border: 1px solid transparent;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 0;
}

.hb-install-store-loop-button i {
  font-size: 15px;
}

.hb-install-store-loop-button:hover {
  background-color: var(--primary-color);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 71, 186, 0.2);
}
.sidebar-wrapper ul#menu-side-bar-menu > li > a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sidebar-wrapper ul#menu-side-bar-menu > li > a:hover::before {
  transform: scale(1.1);
  opacity: 0.85;
}
.sidebar-wrapper .widget-title {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  text-transform: none;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.sidebar-wrapper .widget-title::before {
  content: "\f0c9";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 14px;
  color: var(--primary-color);
}
.sidebar-wrapper ul#menu-side-bar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sidebar-wrapper ul#menu-side-bar-menu > li {
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 4px;
}
.sidebar-wrapper ul#menu-side-bar-menu > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.sidebar-wrapper ul#menu-side-bar-menu > li > a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 6px;
  font-size: 14px;
  font-weight: 500;
  color: #334155;
  border-radius: 8px;
  transition: all 0.2s ease;
  line-height: 1.4;
}
.sidebar-wrapper ul#menu-side-bar-menu > li > a:hover {
  background-color: rgba(0, 71, 186, 0.05);
  color: var(--primary-color);
  padding-left: 10px;
}
.hb-screen-compare {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px 0;
}
.hb-screen-compare .hb-screen-res,
.hb-screen-compare .hb-screen-size {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  color: #123d39;
  background-color: #f2f4f7;
  border-radius: 6px;
  border: 1px solid #d1d5db;
  line-height: 1.4;
  white-space: nowrap;
}
#product-sidebar.widget_recently_viewed_products {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 4px 20px rgba(0, 71, 186, 0.08),
    0 1px 6px rgba(0, 0, 0, 0.06);
  border: 1px solid #e8eef8;
  padding: 0;
}
#product-sidebar .widget-title.shop-sidebar {
  display: block;
  width: 100%;
  background: var(--primary-color, #0047ba);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  text-align: center;
  padding: 12px 16px;
  margin: 0;
  border-radius: 14px 14px 0 0;
  border: none;
}
#product-sidebar .is-divider.small {
  display: none;
}
#product-sidebar ul.product_list_widget {
  list-style: none;
  margin: 0;
  padding: 0;
}
#product-sidebar ul.product_list_widget li {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid #f2f2f2;
  transition: background 0.2s ease;
  min-height: 80px;
}
#product-sidebar ul.product_list_widget li:last-child {
  border-bottom: none;
}
#product-sidebar ul.product_list_widget li:hover {
  background: #f8faff;
}
#product-sidebar ul.product_list_widget li .rvp-img {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #eef1f7;
  background: #f0f4ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#product-sidebar ul.product_list_widget li .rvp-img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}
#product-sidebar ul.product_list_widget li .rvp-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  min-width: 0;
  gap: 4px;
}

#product-sidebar ul.product_list_widget li .rvp-title {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #1e293b;
  line-height: 1.4;
  transition: color 0.2s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#product-sidebar ul.product_list_widget li:hover .rvp-title {
  color: var(--primary-color, #0047ba);
}

#product-sidebar ul.product_list_widget li .rvp-price {
  font-size: 14px;
  font-weight: 700;
  color: #d32f2f;
  display: block;
}

#product-sidebar
  ul.product_list_widget
  li
  .rvp-price
  .woocommerce-Price-currencySymbol {
  font-weight: 700;
}

.header-main {
  background: #fff;
}

.header-main .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 10px 0;
}

.header-main #logo img {
  max-height: 52px;
  width: auto;
}

.header-main .header-search-form-wrapper {
  flex: 1;
  max-width: 520px;
  margin: 0 20px;
}

.header-main .searchform {
  position: relative;
  display: flex;
  align-items: center;
}

.header-main .search-field {
  width: 150%;
  min-width: 100%;
  height: 50px;
  padding: 0 48px 0 20px;
  border: 1.5px solid var(--primary-color);
  border-radius: 99px;
  background: #fff;
  font-size: 14px;
  color: #1e293b;
  outline: none;
  transition: box-shadow 0.2s ease;
}

.header-main .search-field:focus {
  box-shadow: 0 0 0 3px rgba(0, 71, 186, 0.12);
}

.header-main .search-field::placeholder {
  color: #94a3b8;
}

.header-main .ux-search-submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: transparent;
  color: var(--primary-color);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: color 0.2s ease;
  padding: 0;
}

.header-main .ux-search-submit:hover {
  color: #003a9b;
}

.header-main .ux-search-submit i {
  font-size: 16px;
}

.header-main .header-nav-main {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-main .header-button a.button.primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 20px;
  height: 42px;
  background: var(--primary-color);
  color: #fff;
  border: 2px solid var(--primary-color);
  border-radius: 99px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.header-main .header-button a.button.primary:hover {
  background: #003a9b;
  border-color: #003a9b;
}

.header-main .header-button a.button.primary::before {
  content: "\f095";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 16px;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.header-main .cart-item .header-button {
  display: flex;
  align-items: center;
}

.header-main .header-cart-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  height: 42px;
  border: 2px solid var(--primary-color);
  border-radius: 99px;
  background: #fff;
  text-decoration: none;
  color: var(--primary-color);
  font-size: 13px;
  font-weight: 600;
  transition: all 0.2s ease;
}
.header-main .header-cart-link i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.header-main .header-cart-link:hover i {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.header-main .header-cart-title {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: inherit;
  white-space: nowrap;
}

.header-main .header-cart-title .cart-price {
  font-size: 13px;
  font-weight: 700;
  color: var(--primary-color);
}

.header-main .header-cart-link:hover .cart-price {
  color: #fff;
}
.header-bottom .header-vertical-menu__opener {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  height: 46px;
  background: linear-gradient(135deg, var(--primary-color) 0%, #0057d9 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 30px;
  letter-spacing: 0.3px;
  box-shadow: 0 2px 12px rgba(0, 91, 217, 0.3);
}

.header-bottom .header-vertical-menu__opener:hover {
  background: linear-gradient(135deg, #003a9b 0%, #0057d9 100%);
  box-shadow: 0 4px 18px rgba(0, 91, 217, 0.45);
  transform: translateY(-1px);
}

.header-bottom .header-vertical-menu__opener i {
  font-size: 15px;
}

.header-bottom .header-vertical-menu__opener .icon-angle-down {
  font-size: 11px;
  margin-left: 2px;
}
.header-bottom .header-vertical-menu__fly-out {
  display: none;
  position: absolute;
  top: calc(100% + 0px);
  left: 0;
  background: #fff;
  border-radius: 16px;
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.12),
    0 4px 12px rgba(0, 91, 217, 0.08);
  z-index: 999;
  padding: 10px 8px;
  border: 1px solid rgba(0, 91, 217, 0.08);
  min-width: 240px;
  animation: flyoutIn 0.25s ease;
}

@keyframes flyoutIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.header-bottom .header-vertical-menu:hover .header-vertical-menu__fly-out {
  display: block;
}

/* Menu items */
.header-bottom .ux-nav-vertical-menu .menu-item a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  margin: 2px 6px;
  border-radius: 10px;
  color: #374151;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  position: relative;
}

.header-bottom .ux-nav-vertical-menu .menu-item a:hover {
  background: linear-gradient(
    135deg,
    rgba(0, 91, 217, 0.08) 0%,
    rgba(0, 91, 217, 0.04) 100%
  );
  color: var(--primary-color);
  font-weight: 600;
  padding-left: 20px;
}

.header-bottom .ux-nav-vertical-menu .menu-item a .ux-menu-icon {
  width: 26px;
  height: 26px;
  object-fit: contain;
  border-radius: 8px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.header-bottom .ux-nav-vertical-menu .menu-item a:hover .ux-menu-icon {
  transform: scale(1.1);
}
.hb-screen-specs-loop {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 10px 0;
}

.hb-screen-specs-loop .hb-spec-tag {
  display: inline-block;
  background-color: #f1f3f5;
  color: #444;
  font-size: 11px;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 4px;
  white-space: nowrap;
  line-height: 1.6;
}
.header-bottom .ux-nav-vertical-menu .menu-item.current-product-ancestor a,
.header-bottom .ux-nav-vertical-menu .menu-item.current-menu-item a {
  background: linear-gradient(
    135deg,
    rgba(0, 91, 217, 0.1) 0%,
    rgba(0, 91, 217, 0.05) 100%
  );
  color: var(--primary-color);
  font-weight: 700;
}
.header-bottom .header-bottom-nav {
  display: flex;
  align-items: center;
}

.header-bottom .header-bottom-nav > li {
  position: relative;
}

.header-bottom .header-bottom-nav > li > .nav-top-link {
  display: flex;
  align-items: center;
  padding: 0 16px;
  height: 46px;
  color: #475569;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
  letter-spacing: 0.2px;
  position: relative;
}

.header-bottom .header-bottom-nav > li > .nav-top-link::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: calc(100% - 32px);
  height: 2px;
  background: var(--primary-color);
  border-radius: 2px;
  transition: transform 0.25s ease;
}

.header-bottom .header-bottom-nav > li > .nav-top-link:hover {
  color: var(--primary-color);
}

.header-bottom .header-bottom-nav > li > .nav-top-link:hover::after {
  transform: translateX(-50%) scaleX(1);
}

.header-bottom .header-bottom-nav > li.active > .nav-top-link,
.header-bottom .header-bottom-nav > li.current-menu-item > .nav-top-link {
  color: var(--primary-color);
}

.header-bottom .header-bottom-nav > li.active > .nav-top-link::after {
  transform: translateX(-50%) scaleX(1);
}

.header-bottom .header-bottom-nav > li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: linear-gradient(
    to bottom,
    transparent,
    #cbd5e1 30%,
    #cbd5e1 70%,
    transparent
  );
}
.news-post-category-sm {
  background: var(--primary-color) !important;
}
.news-post-category {
  background: var(--primary-color) !important;
}
.news-post-category-sm a {
  background: var(--primary-color) !important;
}
.news-post-side-item:hover {
  border-color: var(--primary-color) !important;
}
.news-read-more {
  color: #000 !important;
}
.news-col-left:hover .news-read-more {
  background: var(--primary-color) !important;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .home .large-3 {
    flex-basis: 22%;
    max-width: 22%;
  }
  .home .large-9 {
    flex-basis: 78%;
    max-width: 78%;
  }
}

@media (max-width: 1024px) {
  .ss-product-sale .tabbed-content .tab-panels .row {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .fomo-sale-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .ss-product-sale {
    padding: 12px !important;
    border-width: 2px;
    border-radius: 12px;
  }
  .ss-product-banner::before {
    content: "";
    position: absolute;
    top: -46.9%;
    left: 0;
    right: 0;
    height: 62%;
    width: 100.8%;
    background: url(/wp-content/uploads/2026/05/banner-sale-2.png) center top /
      cover no-repeat;
    pointer-events: none;
    z-index: 99;
  }
  .ss-product-sale .ss-banner-img {
    height: 120px;
    border-radius: 8px;
  }
  .ss-product-sale .fomo-countdown-wrapper {
    max-width: 320px;
    padding: 8px 12px;
  }
  .header-main .header-inner {
    padding: 10px;
  }
  .ss-product-sale .fomo-countdown .countdown-unit {
    min-width: 36px;
    padding: 3px 7px;
  }

  .ss-product-sale .fomo-countdown .countdown-num {
    font-size: 18px;
  }

  .ss-product-sale .tabbed-content .tab-panels .row {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }

  .ss-product-sale .product-small .name {
    font-size: 12px;
  }

  .ss-product-sale .product-small .price-wrapper .ss-price-current {
    font-size: 14px;
  }
  .fomo-sale-section {
    border-radius: 10px;
  }

  .fomo-sale-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 16px 16px;
  }
  .fomo-sale-title {
    font-size: 20px;
  }
  .fomo-sale-countdown {
    width: 100%;
    justify-content: center;
  }
  .fomo-countdown-units {
    flex: 1;
    justify-content: center;
  }
  .fomo-sale-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 0 16px 16px;
  }
  .fomo-ctd-num {
    font-size: 18px;
  }
  .fomo-countdown-unit {
    min-width: 36px;
    padding: 4px 7px;
  }
  .single-product .cart {
    flex-direction: column;
  }

  .single-product .cart .button,
  .hb-install-store-button {
    width: 100%;
    min-width: 100%;
  }
  .hb-install-store-loop-button {
    font-size: 12px;
    padding: 9px 14px;
  }
  .hb-install-store-loop-button i {
    font-size: 14px;
  }
  .hb-screen-specs-box {
    font-size: 10px;
    padding: 3px 8px;
    gap: 6px;
  }
  .hb-screen-compare .hb-screen-res,
  .hb-screen-compare .hb-screen-size {
    padding: 3px 8px;
    font-size: 11px;
  }
  .header-bottom .header-bottom-nav > li > .nav-top-link {
    padding: 0 10px;
    font-size: 13px;
  }

  .header-bottom .header-vertical-menu__opener {
    padding: 0 14px;
    font-size: 12px;
    height: 40px;
  }

  .header-bottom .header-bottom-nav > li > .nav-top-link {
    height: 40px;
  }
  .home .large-3 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 588px) {
  .ss-product .col{
    padding-bottom: 0 !important;
  }
  .header-button a.button.primary {
    width: 100%;
  }

  .off-canvas-left .mfp-content,
  .off-canvas-right .mfp-content {
    max-width: 90%;
  }

  .related-products-wrapper {
    padding-bottom: 10px;
  }
  .header-bottom .header-bottom-nav > li > .nav-top-link::after {
    display: none;
  }

  .header-bottom .header-bottom-nav > li > .nav-top-link {
    padding: 0 8px;
    font-size: 12px;
    font-weight: 500;
  }

  .header-bottom .header-vertical-menu__fly-out {
    min-width: 200px;
  }

  .header-bottom .ux-nav-vertical-menu .menu-item a {
    font-size: 13px;
    padding: 8px 12px;
  }
  .hb-screen-specs-box {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1.5px solid #123d39;
    border-radius: 6px;
    padding: 4px 10px;
    margin: 6px 0 0 0;
    font-size: 11px;
    color: #555;
    background: #fff;
    transition: all 0.3s ease;
    cursor: default;
    white-space: nowrap;
  }

  .hb-screen-specs-label {
    font-weight: 600;
    color: #123d39;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }

  .hb-screen-specs-values {
    display: flex;
    gap: 6px;
  }

  .hb-spec-tag {
    font-weight: 500;
    color: #444;
    transition: color 0.3s ease;
  }

  .product:has(.hb-screen-specs-box):hover .hb-screen-specs-box,
  .product:has(.hb-screen-specs-box):active .hb-screen-specs-box,
  .product:has(.hb-screen-specs-box):focus-within .hb-screen-specs-box,
  a.product:focus .hb-screen-specs-box {
    border-color: #123d39;
    background: #f0f7f6;
  }

  .product:has(.hb-screen-specs-box):hover .hb-spec-tag,
  .product:has(.hb-screen-specs-box):active .hb-spec-tag,
  a.product:focus .hb-spec-tag {
    color: #123d39;
  }

  .product-small.box {
    padding: 10px;
  }

  .ss-cta .column-liquid-glass .col-inner {
    padding: 30px;
  }

  .ss-pd {
    padding-top: 30px !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 480px) {
  .ss-product-sale .ss-banner-img {
    height: 90px;
  }

  .ss-product-sale .fomo-countdown-wrapper {
    max-width: 280px;
  }

  .ss-product-sale .fomo-countdown .countdown-num {
    font-size: 16px;
  }

  .ss-product-sale .tabbed-content .tab-panels .row {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
  }

  .ss-product-sale .product-small .ss-cta-row .ss-cta-btn {
    font-size: 10px;
    padding: 7px 10px;
  }

  .ss-product-banner::before {
    content: "";
    position: absolute;
    top: -22.5%;
    right: 0;
    height: 120px;
    background: url(/wp-content/uploads/2026/05/banner-sale-2.png) center top /
      cover no-repeat;
    pointer-events: none;
    z-index: 99;
  }

  .fomo-sale-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0 12px 12px;
  }

  .fomo-card-body {
    padding: 10px;
  }

  .fomo-card-title {
    font-size: 12px;
  }

  .fomo-price-sale {
    font-size: 15px;
  }

  .fomo-cta-btn {
    font-size: 11px;
    padding: 8px 10px;
  }
}

/* =======================================================================
   Sticky Sidebar Widget - cu?n theo lan chu?t
   ======================================================================= */
.page-left-sidebar #secondary {
  position: sticky;
  top: 20px;
  align-self: flex-start;
}

/* Mobile: t?t sticky */
@media (max-width: 848px) {
  .page-left-sidebar #secondary {
    position: static;
  }
}

/* =======================================================================
   Sticky Sidebar Widget - cu?n theo lan chu?t
   ======================================================================= */
.page-left-sidebar #secondary {
  position: sticky;
  top: 20px;
  align-self: flex-start;
}

/* Mobile: t?t sticky */
@media (max-width: 848px) {
  .page-left-sidebar #secondary {
    position: static;
  }
}

/* =======================================================================
   Sticky Sidebar Widget - cuộn theo lăn chuột
   ======================================================================= */
.page-left-sidebar #secondary {
  position: sticky;
  top: 20px;
  align-self: flex-start;
}

/* Mobile: tắt sticky */
@media (max-width: 848px) {
  .page-left-sidebar #secondary {
    position: static;
  }
}

/* =======================================================================
   Header Hotline + Cart - Custom UI
   ======================================================================= */

/* Container: replace <li> wrapper with flex row */
.custom-header-ui {
  display: flex !important;
  align-items: center !important;
  gap: 30px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.custom-header-ui > li {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: transparent !important;
}

/* Box chung */
.custom-header-ui .custom-box {
  display: flex;
  align-items: center;
  position: relative;
  border: 1.5px solid #0047ba;
  border-radius: 50px;
  padding: 6px 14px 6px 38px;
  background-color: #fff;
  text-decoration: none !important;
  min-width: 155px;
  min-height: 50px;
  transition:
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.custom-header-ui .custom-box:hover {
  box-shadow: 0 4px 16px rgba(0, 71, 186, 0.18);
  border-color: #003399;
}

/* Icon circle */
.custom-header-ui .icon-circle {
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background: #fff;
  border: 1.5px solid #0047ba;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 71, 186, 0.12);
}

.custom-header-ui .icon-circle i {
  color: var(--primary-color);
  font-size: 17px;
  line-height: 1;
}

/* Text info */
.custom-header-ui .text-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.25;
  margin-left: 4px;
}

.custom-header-ui .text-info .label {
  font-size: 11px;
  font-weight: 700;
  color: #1e293b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.custom-header-ui .text-info .value {
  font-size: 13px;
  font-weight: 600;
  color: #475569;
}

/* So dien thoai - highlight */
.custom-header-ui .phone-number {
  color: #0047ba !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

/* Cart count wrapper */
.custom-header-ui .cart-count-wrapper {
  font-size: 13px !important;
  color: #475569;
}

/* Remove default Flatsome header button/li styles */
.custom-header-ui .header-button {
  margin: 0;
  padding: 0;
}

/* Dropdown menu */
.custom-header-ui .nav-dropdown {
  border-radius: 12px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12) !important;
  border: 1px solid #e8e8e8 !important;
  min-width: 300px;
  right: 0;
  left: auto;
}

/* Mobile: hide on small screens */
@media (max-width: 767px) {
  .custom-header-ui {
    gap: 8px !important;
  }
  .custom-header-ui .custom-box {
    min-width: 130px;
    min-height: 44px;
    padding: 5px 10px 5px 32px;
  }
  .custom-header-ui .icon-circle {
    width: 36px;
    height: 36px;
    left: -14px;
  }
  .custom-header-ui .icon-circle i {
    font-size: 14px;
  }
  .custom-header-ui .phone-number {
    font-size: 13px !important;
  }
}

/* =======================================================================
   FIX: Header cart hover - text/icon visibility
   ======================================================================= */
/* Override Flatsome hover that turns bg blue - for our custom boxes */
.header-main .custom-header-ui .header-cart-link.custom-box:hover {
  background: #fff !important;
  box-shadow: 0 4px 16px rgba(0, 71, 186, 0.2) !important;
}

/* Text stays readable on white bg */
.header-main
  .custom-header-ui
  .header-cart-link.custom-box:hover
  .text-info
  .label {
  color: #1e293b !important;
}
.header-main
  .custom-header-ui
  .header-cart-link.custom-box:hover
  .text-info
  .cart-count-wrapper {
  color: #475569 !important;
}

/* Icon circle: preserve red icon on hover */
.header-main .custom-header-ui .header-cart-link.custom-box:hover .icon-circle {
  background: #fff !important;
  border-color: #0047ba !important;
  box-shadow: 0 2px 8px rgba(0, 71, 186, 0.15) !important;
}
.header-main
  .custom-header-ui
  .header-cart-link.custom-box:hover
  .icon-circle
  i {
  color: #e53935 !important;
  opacity: 1 !important;
}

/* Hotline hover: keep white bg + blue border */
.header-main .custom-header-ui .custom-box:hover {
  background: #fff !important;
  box-shadow: 0 4px 16px rgba(0, 71, 186, 0.2) !important;
  border-color: #0047ba !important;
}

/* =======================================================================
   Responsive: Header Hotline + Cart - Tablet & Mobile
   ======================================================================= */

/* ---- Tablet (769px - 1024px) ---- */
@media (max-width: 1024px) {
  .custom-header-ui {
    gap: 10px !important;
  }
  .custom-header-ui .custom-box {
    min-width: 140px !important;
    min-height: 46px !important;
    padding: 5px 10px 5px 34px !important;
  }
  .custom-header-ui .icon-circle {
    width: 38px !important;
    height: 38px !important;
    left: -13px !important;
  }
  .custom-header-ui .icon-circle i {
    font-size: 15px !important;
  }
  .custom-header-ui .text-info .label {
    font-size: 10px !important;
  }
  .custom-header-ui .text-info .value {
    font-size: 12px !important;
  }
  .custom-header-ui .phone-number {
    font-size: 13px !important;
  }
}

/* ---- Mobile (max 768px) ---- */
@media (max-width: 768px) {
  .custom-header-ui {
    gap: 8px !important;
  }
  .custom-header-ui .custom-box {
    min-width: 0 !important;
    flex: 1 !important;
    min-height: 42px !important;
    padding: 5px 10px 5px 32px !important;
  }
  .custom-header-ui .icon-circle {
    width: 34px !important;
    height: 34px !important;
    left: -12px !important;
  }
  .custom-header-ui .icon-circle i {
    font-size: 13px !important;
  }
  .custom-header-ui .text-info {
    margin-left: 2px !important;
  }
  .custom-header-ui .text-info .label {
    font-size: 9px !important;
    letter-spacing: 0.3px !important;
  }
  .custom-header-ui .text-info .value {
    font-size: 11px !important;
  }
  .custom-header-ui .phone-number {
    font-size: 12px !important;
    font-weight: 700 !important;
  }
  .custom-header-ui .cart-count-wrapper {
    font-size: 11px !important;
  }
  .custom-header-ui .nav-dropdown {
    min-width: 260px !important;
  }
}

/* ---- Small Mobile (max 480px) ---- */
@media (max-width: 480px) {
  .custom-header-ui {
    gap: 6px !important;
  }
  .custom-header-ui .custom-box {
    padding: 4px 8px 4px 28px !important;
  }
  .custom-header-ui .icon-circle {
    width: 30px !important;
    height: 30px !important;
    left: -10px !important;
  }
  .custom-header-ui .icon-circle i {
    font-size: 12px !important;
  }
  .custom-header-ui .text-info .label {
    font-size: 8px !important;
  }
  .custom-header-ui .text-info .value {
    font-size: 10px !important;
  }
  .custom-header-ui .phone-number {
    font-size: 11px !important;
  }
  .custom-header-ui .cart-count-wrapper {
    font-size: 10px !important;
  }
}
