/* 
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 */
a.header-account-link.logged-in,
a.header-account-link.logged-out {
    font-family: "Jost", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #222;
	float: right;
}
.footer_area {    
	background: linear-gradient(217deg, #d3d3d333, #c2cdc94d 16%, #d8e3df3b 57%, #dce7e336 65%, #e0ebe733 72%, #a1a1a1cc);
}
.newsletter_form_new input#email {
    font-family: "Jost", Sans-serif;
    font-size: 16px;
    padding: 12.5px;
    vertical-align: top;
    width: 334px;
}
.newsletter_form input[type="submit"] {
    background: #196ea4;
    border-radius: 0;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    margin-left: -6px;
    margin-top: 0;
    padding: 13px 40px;
    text-decoration: none;
}
form#mc4wp-form-1 {
    text-align: center;
}
.nl-email a {
    color: #000;
    font-size: 21px !important;
    font-weight: 400;
	text-decoration: underline;
}
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	font-family: "Jost", Sans-serif;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    box-sizing: border-box;
    color: #000;
    display: block;
    font-size: 16px;
    padding: 12px;
    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit {
	font-family: "Jost", Sans-serif;
    background: #196ea4;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    border-color: #196ea4;
    padding: 8px 40px;
}
.archives-page span.price,
.archives-page a.button {
    display: none !important;
}
/* Parent class styling */
.pro-desc {
    font-family: "Jost", sans-serif;
    overflow-x: auto; /* Enable horizontal scroll if table is wider than container */
    -webkit-overflow-scrolling: touch; /* Smooth scroll on mobile */
    padding: 10px 0; /* Optional padding around the table */
}
/* Table styling */
.pro-desc table {
    width: 100%;
	margin-top: 15px;
    border-collapse: collapse; /* Remove double borders */
    max-width: 600px !important; /* Ensures table doesn’t shrink too much */
}
.pro-desc table th,
.pro-desc table td {
    border: 1px solid #ccc; /* Light border */
    padding: 8px 12px;
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
}
.pro-desc table th {
    background-color: #f5f5f5; /* Slight background for header */
    font-weight: 600;
}
.pro-desc table tr:nth-child(even) {
    background-color: #ffffff !important; /* light grey for even rows */
}
.pro-desc table tr:nth-child(odd) {
    background-color: #ffffff !important; /* white for odd rows */
}
/* Responsive tweaks for small screens */
@media (max-width: 768px) {
    .pro-desc table th,
    .pro-desc table td {
        font-size: 13px;
        padding: 6px 8px;
    }
}
.faqs-list .elementor-tab-content a {
	color: #4589b1 !important;
}
li#mega-menu-item-1948 a.mega-menu-link {
    border: 1px solid #fff !important;
    border-radius: 25px !important;
}
/* =============================
SINGLE PRODUCT GALLERY IMAGE BORDER RADIUS
============================= */
/* Apply border radius to gallery wrapper */
.woocommerce-product-gallery__image {
	border-radius: 12px;
	overflow: hidden; /* ensures the overlay/zoom icon is clipped */
}
/* Apply border radius to image inside */
.woocommerce-product-gallery__image img {
	border-radius: 12px;
	transition: transform 0.3s ease;
}
/* Optional hover zoom effect */
.woocommerce-product-gallery__image:hover img {
	transform: scale(1.05);
}
.single-product .summary.entry-summary h1.product_title.entry-title {
	font-family: "League Gothic", sans-serif;
	font-size: 45px;
	font-weight: 400;
	margin-bottom: 10px;
	line-height: 1.3;
}
.single-product .summary.entry-summary span.woocommerce-Price-amount.amount {
	color: #8cc348;
	font-size: 30px;
}
.single-product .summary.entry-summary form.cart {
	display: flex;
	align-content: center;
}
/* =============================
WooCommerce Primary Button Color Override
============================= */
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
	background-color: #316a8b !important;
	border-color: #316a8b !important;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover {
	background-color: #4589B1 !important;
	border-color: #4589B1 !important;
}
.woocommerce-tabs.wc-tabs-wrapper {
	margin-top: 40px;
}
.pro-short-desc h2 {
    font-size: 22px;
}
.product-quantity {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
.product-quantity button {
  padding: 6px 12px;
  background: #b6315e;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 3px;
  user-select: none;
  font-weight: bold;
}
.product-quantity input.quantity-num {
  width: 60px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 6px;
}
.product-price {
  margin-bottom: 15px;
  font-size: 18px;
}
.product-price .line-through {
  margin-right: 10px;
  color: #888;
}
.woocommerce .quantity .qty {
    width: 5em !important;
}
.highlight-column{
    background: #6c6a6a !important;
    color: #fff !important;
}