/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.category-name a {
    pointer-events: none;
}
button.shopengine-wishlist {
    display: none;
}
.shopengine-comparison.badge.inactive {
    display: none;
}
.coupon-col-start input {
    padding: 20px !important;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 15px;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.pricing-table th, 
.pricing-table td {
  border: 1px solid #e0e0e0;
  padding: 12px 15px;
  text-align: left;
}

.pricing-table th {
  background: #c99b30;
  color: #fff;
  font-weight: 600;
  text-align: left;
}

.pricing-table td:first-child {
  text-align: left;
  font-weight: 600;
  background: #fafafa;
}

/* Row hover */
.pricing-table tr:hover {
  background: #f9f9f9;
}

/* Responsive */
@media (max-width: 1000px) {
  .pricing-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .pricing-value {
    margin-top: 6px;
    font-size: 14px;
    color: #003366;
  }
}