.compare-btn{width:42px;height:42px;display:flex;justify-content:center;align-items:center;border:1px solid #ddd;border-radius:50%;background:#fff;cursor:pointer;transition:.25s ease}.compare-btn:hover{transform:scale(1.08)}.compare-btn svg{stroke:#555;fill:none;transition:.25s ease}.compare-btn.active{background:#0d6efd;border-color:#0d6efd}.compare-btn.active svg{stroke:#fff;fill:#fff}.compare-title{margin-bottom:30px}.namato-compare-table{width:100%;border-collapse:collapse;background:#fff}.namato-compare-table th{width:180px;background:#f8f8f8;padding:20px;text-align:left}.namato-compare-table td{padding:20px;text-align:center;border:1px solid #eee}.namato-compare-table img{max-width:150px;height:auto}.compare-remove{width:32px;height:32px;border:none;border-radius:50%;background:#dc3545;color:#fff;cursor:pointer;margin-bottom:15px}.compare-empty{text-align:center;padding:60px 20px}