
/* General */
body .leo-megamenu .navbar-nav > li.active > a, 
body .leo-megamenu .navbar-nav > li:hover > a, 
body .leo-megamenu .navbar-nav > li:focus > a {
      color: #fff!important;
}
body .userinfo-selector > a .fa-user,
body .userinfo-selector > a:hover .fa-user {
  font-size: 18px;
  color: #fff!important;
}
body .header__button--wishlist .ap-btn-wishlist .ap-total-wishlist {
  font-size: 14px;
  color: #fff;
  margin-top: -12px;
  margin-left: 2px;
}
body .icon__search,
body .icon__search:hover {
  color: #fff!important;
}

/* Homepage */
body#index .thumbnail-container .product-title {
  height: 60px;
  text-align: center;
}
body#index .thumbnail-container .product-title a {
  overflow: visible;
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
}
body#index .elementor-element-1a143f2,
body#index .elementor-element-2afeb0c, 
body#index .elementor-element-07f7a6a {}

/* Content */
body#cms #content ul {
  list-style: disc;
  padding-left: 30px;
  margin-top:10px;
}

/* Homepage Category */
body .box__categories .elementor-image-box-img img {
  width: 100%;
  min-height: auto;
  object-fit: unset;
}
body .header__button--wishlist {
    display:none!important;
}

/* Features */
body .userinfo-selector {
  display: none !important;
}

/* Category */
body .block-category #category-description p {
  margin-bottom: 1rem;
  line-height: 1.25rem;
}
body .block-category #category-description {
  text-transform: none;
  color: #333 !important;
}

/* Product Page */
body table.product {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
}
body table.product th {
    background-color: #e65c00;
    color: white;
    padding: 12px 15px;
    text-align: left;
}
body table.product td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    background-color: #fff5f0;
}
body .description-short p {
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
body#product #description video {
  display: inline-block;
  border: 1px solid #eaeaea;
  padding: 10px;
  box-shadow: 2px 2px 2px #ccc;
}

/* Team Table */
body table.team-table th {
    background-color: #999;
    color: white;
    padding: 12px 15px;
    text-align: left;
}
body table.team-table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    background-color: #f3f3f3;
}
body table.team-table {
    width: 100%;
    border:1px solid #ccc;
    margin-top:30px;
}
.team-table thead tr {
    border-bottom: 2px solid var(--border);
  }
.team-table th {
    text-align: left;
    padding: 11px 14px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--blue);
  }
.team-table td {
    padding: 13px 14px;
    font-size: 14px;
    vertical-align: middle;
  }
.team-table tr:last-child td { border-bottom: none; }
.team-table tr:hover td {}
.agent-name {
    font-weight: 600;
    color: var(--navy);
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .agent-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, darkblue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    color: white;
    flex-shrink: 0;
  }
  .phone-link {
    color: darkblue;
    text-decoration: none;
    font-weight: 500;
    font-size: 13.5px;
    white-space: nowrap;
    transition: color 0.2s;
  }
  .phone-link:hover { 
    color: darkblue; 
  }
  .wa-btn {
    color:#fff!important;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #25D366;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
    white-space: nowrap;
  }
  .wa-btn:hover { 
    background: #1ebe5a; transform: scale(1.04); 
  }

/* Articles */
body .blog-detail .blog-description ul {
    list-style: disc;
    margin-left: 30px;
}

/* Footer */
body .footer_logo p {
    color:#fff;
    padding-top:10px;
}
body .footer_waze a {
    color:#999;
}
body .footer_waze a:hover {
    color:#fff;
}

/* Custom
body .product-flags li.product-flag {
  margin: 0;
  padding: 0 10px;
  text-align: center;
  border-radius: 3px;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  display: none;
}
*/

