/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* Single product: unit price only above the button */
.single-product .price .kelmendi-single-price,
.elementor-widget-the7-woocommerce-product-price .price .kelmendi-single-price {
	display: block;
}

.single-product .elementor-element-d3ce293 .price,
.single-product .elementor-element-d3ce293 .price .kelmendi-single-price,
.single-product .elementor-element-d3ce293 .price .woocommerce-Price-amount,
.single-product .elementor-element-d3ce293 .price .woocommerce-Price-amount bdi,
.single-product .elementor-element-d3ce293 .price .woocommerce-Price-currencySymbol,
.single-product .elementor-element-d3ce293 .price span,
.single-product .elementor-element-d3ce293 .price ins,
.single-product .elementor-element-d3ce293 .price ins span,
.elementor-widget-the7-woocommerce-product-price .price,
.elementor-widget-the7-woocommerce-product-price .price .kelmendi-single-price,
.elementor-widget-the7-woocommerce-product-price .price .woocommerce-Price-amount,
.elementor-widget-the7-woocommerce-product-price .price .woocommerce-Price-amount bdi,
.elementor-widget-the7-woocommerce-product-price .price .woocommerce-Price-currencySymbol,
.elementor-widget-the7-woocommerce-product-price .price span,
.elementor-widget-the7-woocommerce-product-price .price ins,
.elementor-widget-the7-woocommerce-product-price .price ins span {
	font-weight: 700 !important;
	color: var(--kelmendi-accent, #e20813) !important;
}

/* Hide duplicate default WC button */
.the7-add-to-cart form.cart > .single_add_to_cart_button.button.alt:not(.box-button),
.the7-add-to-cart form.cart .single_add_to_cart_button.kelmendi-atc-hidden {
	display: none !important;
	position: absolute !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	pointer-events: none !important;
}

/* Hide default WC qty — pack bar has its own − / + */
.kelmendi-has-pack-bar .quantity {
	display: none !important;
}

/* Row: qty stepper (left) + pack button */
.kelmendi-atc-row {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 0.55rem;
	width: 100%;
	max-width: 100%;
}

/* Pack add-to-cart button (original bar look) */
.the7-add-to-cart button.kelmendi-pack-atc-button,
button.kelmendi-pack-atc-button.box-button,
.elementor-widget-the7-woocommerce-product-add-to-cart-v2 .kelmendi-pack-atc-button.box-button {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	width: 100% !important;
	max-width: 280px !important;
	min-width: 230px !important;
	height: auto !important;
	min-height: 44px !important;
	max-height: none !important;
	padding: 0.5em 1.1em !important;
	background: #fdf3f4 !important;
	border: 1px solid var(--kelmendi-accent, #e20813) !important;
	border-radius: 8px !important;
	color: #3d3d3d !important;
	box-shadow: none !important;
	cursor: pointer !important;
	flex: 0 1 auto;
}

.the7-add-to-cart button.kelmendi-pack-atc-button:hover,
button.kelmendi-pack-atc-button.box-button:hover {
	background: #fbe8ea !important;
	border-color: var(--kelmendi-accent-hover, #c00710) !important;
	color: #3d3d3d !important;
}

.kelmendi-pack-atc-button .elementor-button-content-wrapper {
	display: flex !important;
	width: 100% !important;
	justify-content: flex-start !important;
}

.kelmendi-atc-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	flex: 1 1 auto;
	gap: 1rem;
	box-sizing: border-box;
}

/* Left: [icon]K20 [20 ST] — tight icon→K20, ST pulled left toward K20 */
.kelmendi-atc-left {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 0;
}

.kelmendi-atc-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 4px 0 0;
	padding: 0;
	flex-shrink: 0;
	line-height: 0;
}

/* Red isometric package icon — sized here only, not via button height */
.kelmendi-pack-atc-button.box-button .kelmendi-atc-icon .kelmendi-pack-icon {
	display: block;
	width: 28px !important;
	height: 28px !important;
	min-width: 28px !important;
	min-height: 28px !important;
	max-width: 28px !important;
	max-height: 28px !important;
	color: var(--kelmendi-accent, #e20813) !important;
	fill: none !important;
	stroke: currentColor;
	flex-shrink: 0;
}

.kelmendi-pack-code {
	font-weight: 700;
	font-size: 1rem;
	color: #4a4a4a;
	letter-spacing: 0;
	margin: 0 6px 0 -2px;
	padding: 0;
	flex-shrink: 0;
}

.kelmendi-pack-units-pill {
	display: inline-flex;
	align-items: center;
	padding: 0.22em 0.6em;
	background: #fff;
	border-radius: 5px;
	font-weight: 700;
	font-size: 0.82rem;
	color: var(--kelmendi-accent, #e20813);
	line-height: 1.2;
	white-space: nowrap;
	flex-shrink: 0;
	position: relative;
	top: 1px;
}

/* Right: [20%] + price — pinned to the right edge */
.kelmendi-atc-right {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.45rem;
	flex-shrink: 0;
	margin-left: auto;
}

.kelmendi-atc-discount {
	display: inline-block;
	padding: 0.15em 0.45em;
	background: #f4d03f;
	border-radius: 4px;
	font-weight: 700;
	font-size: 0.78rem;
	color: #4a4a4a;
	line-height: 1.2;
}

.kelmendi-atc-price {
	font-weight: 700;
	font-size: 1rem;
	color: #4a4a4a;
	white-space: nowrap;
}

/* Unified − 1 + stepper (neutral default, red on hover/click) */
.kelmendi-atc-qty-stepper {
	display: inline-flex;
	align-items: stretch;
	flex-shrink: 0;
	min-height: 44px;
	height: 44px;
	border: 1px solid #d6d6d6;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
	box-sizing: border-box;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
	transition: border-color 0.2s ease;
}

.kelmendi-atc-qty-stepper:has(.kelmendi-qty-btn:hover),
.kelmendi-atc-qty-stepper:has(.kelmendi-qty-btn:active),
.kelmendi-atc-qty-stepper:has(.kelmendi-qty-btn:focus-visible) {
	border-color: var(--kelmendi-accent, #e20813);
}

.kelmendi-atc-qty-stepper .kelmendi-qty-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	min-width: 36px;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	background: #fff;
	color: #5c5c5c;
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.kelmendi-atc-qty-stepper .kelmendi-qty-btn:hover,
.kelmendi-atc-qty-stepper .kelmendi-qty-btn:active,
.kelmendi-atc-qty-stepper .kelmendi-qty-btn:focus-visible {
	background: #fbe8ea;
	color: var(--kelmendi-accent, #e20813);
}

.kelmendi-atc-qty-stepper .kelmendi-qty-value {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.25rem;
	padding: 0 0.35rem;
	height: 100%;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	background: #fff;
	font-weight: 700;
	font-size: 0.95rem;
	color: #2f2f2f;
	line-height: 1;
	box-sizing: border-box;
	transition: border-color 0.2s ease;
}

.kelmendi-atc-qty-stepper:has(.kelmendi-qty-btn:hover) .kelmendi-qty-value,
.kelmendi-atc-qty-stepper:has(.kelmendi-qty-btn:active) .kelmendi-qty-value,
.kelmendi-atc-qty-stepper:has(.kelmendi-qty-btn:focus-visible) .kelmendi-qty-value {
	border-left-color: rgba(184, 24, 58, 0.35);
	border-right-color: rgba(184, 24, 58, 0.35);
}

.kelmendi-cart-pack-note {
	opacity: 0.8;
}

/* Product short description: two-sided meta rows */
.kelmendi-product-meta {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin: 0 0 1em;
	padding: 0;
	width: 100%;
	max-width: 100%;
	text-align: left !important;
}

.kelmendi-product-meta__item {
	display: flex;
	align-items: stretch;
	width: 100%;
	max-width: 340px;
	min-height: 42px;
	border: 1px solid #d6d6d6;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.kelmendi-product-meta__label {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	min-width: 42%;
	max-width: 58%;
	padding: 0.5em 0.85em;
	margin: 0;
	background: #f8f8f8;
	border-right: 1px solid #ebebeb;
	font-weight: 600;
	font-size: 0.92rem;
	line-height: 1.3;
	color: #5c5c5c;
	box-sizing: border-box;
}

.kelmendi-product-meta__value {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	flex: 1 1 auto;
	min-width: 0;
	padding: 0.5em 0.85em;
	margin: 0;
	background: #fff;
	font-weight: 600;
	font-size: 0.92rem;
	line-height: 1.3;
	text-align: left;
	color: #2f2f2f;
	box-sizing: border-box;
}

.single-product .woocommerce-product-details__short-description,
.single-product .woocommerce-product-details__short-description .kelmendi-product-meta,
.elementor-widget-woocommerce-product-short-description:has(.kelmendi-product-meta) .elementor-widget-container {
	text-align: left !important;
}
