.alert-license {
  display: none;
}

.tp-header-search-mobile-wide {
        @media (max-width: 991px) {
            width: 76%; // Only apply on mobile/tablet screens below lg
            max-width: 76%;
        }
        
        @media (max-width: 575px) {
            width: 80%; // Shorter on very small screens to prevent overlap
            max-width: 80%;
        }
    }
.tp-mega-menu-wrapper .tp-header-action-item-compare {
  @media (max-width: 575px) {
            display:none;
        }
}

.tp-header-bottom-2 {
  @media (max-width: 575px) {
            padding: 0;
        }
}

.tp-product-content-2 .tp-product-title-2, 
.tp-product-details-wrapper .tp-product-details-title
{
  font-size: 14px;
}

.tp-product-content-2 .tp-product-price-wrapper-2 .tp-product-price-2,
.tp-product-details-wrapper .tp-product-details-price-wrapper .tp-product-details-price {
  font-size: 13px;
}

.tp-product-action-2 .tp-product-add-to-compare-btn {
  display: none;
}

.tp-product-brand-2 {
  font-size: 15.5px !important;
}