body .elementor-24 .elementor-element.elementor-element-6c912d9 {
    background-color: transparent;
    border-radius: 0;
}

/* =====   container of card icon  ===== */
body .elementor-24 .elementor-element.elementor-element-6c912d9 {
	background-color: transparent;
	border-radius: 0;
}

body #mini-cart .cart-head {
	display: flex;
	align-items: center;
	gap: 8px;
}

body #mini-cart .cart-head .cart-items-text {
	display: none;
}

body #mini-cart .cart-head .cart-text-box {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}

body #mini-cart .cart-head .cart-label {
	color: #9a9a9a;
	font-size: 14px;
	font-weight: 500;
}

body #mini-cart .cart-head .cart-subtotal {
	color: #2761e7;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}

body #mini-cart .cart-head .cart-subtotal .woocommerce-Price-amount,
body #mini-cart .cart-head .cart-subtotal .woocommerce-Price-currencySymbol {
	color: inherit;
}

body #mini-cart .cart-head .minicart-icon {
	color: #333;
}

/*whishlis icon hidden*/
body .custom-wishlist {
	display: none;
}

/*change the color of the icon of the navbar*/

body .porto-sicon-box .porto-just-icon-wrapper i {
	color: #2761e7;
}

/*for the brands section in the homepage*/

/* ===== Brands Grid Shortcode ===== */
.brands-grid-section {
	width: 100%;
	margin-bottom: 30px;
}

.brands-grid-section .bgs-eyebrow {
	display: block;
	color: #2563eb;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.brands-grid-section .bgs-title {
	margin: 0 0 8px;
	font-size: 32px;
	font-weight: 800;
	color: #0f172a;
}

.brands-grid-section .bgs-subhead {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 24px;
}

.brands-grid-section .bgs-subtitle {
	margin: 0;
	color: #64748b;
	font-size: 15px;
}

.brands-grid-section .bgs-viewall {
	color: #2563eb;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}

.brands-grid-section .bgs-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.brands-grid-section .bgs-card {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 24px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #fff;
	transition: box-shadow .2s ease, border-color .2s ease;
}

.brands-grid-section .bgs-card:hover {
	border-color: #c7d2fe;
	box-shadow: 0 6px 20px rgba(15, 23, 42, .07);
}

.brands-grid-section .bgs-logo {
	flex: 0 0 auto;
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	overflow: hidden;
}

.brands-grid-section .bgs-logo img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	padding: 6px;
}

.brands-grid-section .bgs-initials {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .5px;
	line-height: 1;
}

.brands-grid-section .bgs-info {
	display: flex;
	flex-direction: column;
	gap: 4px;
	flex: 1 1 auto;
	min-width: 0;
}

.brands-grid-section .bgs-name {
	color: #0f172a;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}

.brands-grid-section .bgs-meta {
	color: #64748b;
	font-size: 13px;
	line-height: 1.3;
}

.brands-grid-section .bgs-logo.has-image .bgs-initials {
	display: none;
}

.brands-grid-section .bgs-logo.is-initials img {
	display: none;
}

.brands-grid-section .bgs-arrow {
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #f1f5f9;
	color: #475569;
	font-size: 15px;
	transition: background .2s ease, color .2s ease;
}

.brands-grid-section .bgs-card:hover .bgs-arrow {
	background: #2563eb;
	color: #fff;
}

@media (max-width: 991px) {
	.brands-grid-section .bgs-cards {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 575px) {
	.brands-grid-section .bgs-cards {
		grid-template-columns: 1fr;
	}
	.brands-grid-section .bgs-title {
		font-size: 24px;
	}
}

/* ===== Models Circles Shortcode ===== */
.models-circles-section {
	width: 100%;
}

.models-circles-section .mcs-title {
	margin: 0 0 6px;
	font-size: 32px;
	font-weight: 800;
	color: #0f172a;
}

.models-circles-section .mcs-subtitle {
	margin: 0 0 28px;
	color: #64748b;
	font-size: 15px;
}

.models-circles-section .mcs-wrap {
	position: relative;
}

.models-circles-section .mcs-scroller {
	display: flex;
	gap: 24px;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 8px;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
}

.models-circles-section .mcs-scroller::-webkit-scrollbar {
	display: none;
}

.models-circles-section .mcs-item {
	flex: 0 0 auto;
	width: 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	scroll-snap-align: start;
}

.models-circles-section .mcs-circle {
	width: 130px;
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #f4f4f4;
	overflow: hidden;
	margin-bottom: 12px;
	transition: background .2s ease, transform .2s ease;
}

.models-circles-section .mcs-item:hover .mcs-circle {
	background: #e8eeff;
	transform: translateY(-3px);
}

.models-circles-section .mcs-circle img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 14px;
}

.models-circles-section .mcs-name {
	color: #0f172a;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 3px;
}

.models-circles-section .mcs-count {
	color: #64748b;
	font-size: 13px;
	line-height: 1.3;
}

/* الأسهم */
.models-circles-section .mcs-nav {
	position: absolute;
	top: 65px;
	transform: translateY(-50%);
	z-index: 3;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid #e5e7eb;
	border-radius: 50%;
	background: #fff;
	color: #0f172a;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 2px 10px rgba(15, 23, 42, .1);
	transition: background .2s ease, color .2s ease, opacity .2s ease;
}

.models-circles-section .mcs-nav:hover {
	background: #2563eb;
	border-color: #2563eb;
	color: #fff;
}

.models-circles-section .mcs-prev {
	left: -18px;
}

.models-circles-section .mcs-next {
	right: -18px;
}

/* إخفاء السهم لما يوصل للطرف */
.models-circles-section .mcs-wrap.at-start .mcs-prev,
.models-circles-section .mcs-wrap.at-end .mcs-next,
.models-circles-section .mcs-wrap.no-scroll .mcs-nav {
	opacity: 0;
	pointer-events: none;
}

/* الموبايل: 4 ظاهرين والباقي بالسحب */
@media (max-width: 767px) {
	.models-circles-section .mcs-title {
		font-size: 22px;
	}

	.models-circles-section .mcs-subtitle {
		font-size: 13px;
		margin-bottom: 18px;
	}

	.models-circles-section .mcs-scroller {
		gap: 12px;
	}

	.models-circles-section .mcs-item {
		width: calc((100% - 36px) / 4);
		min-width: 70px;
	}

	.models-circles-section .mcs-circle {
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
		margin-bottom: 8px;
	}

	.models-circles-section .mcs-circle img {
		padding: 8px;
	}

	.models-circles-section .mcs-name {
		font-size: 12px;
	}

	.models-circles-section .mcs-count {
		font-size: 11px;
	}

	.models-circles-section .mcs-nav {
		top: 50px;
		width: 30px;
		height: 30px;
		font-size: 17px;
	}

	.models-circles-section .mcs-prev {
		left: -6px;
	}

	.models-circles-section .mcs-next {
		right: -6px;
	}
}

/* ===== زرار Add to Cart في كارت المنتج ===== */
.porto-tb-item.product .pc-add-cart {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 12px;
	padding: 11px 16px;
	border: 0;
	border-radius: 8px;
	background: var(--porto-primary-color, #2563eb);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: .01em;
	cursor: pointer;
	overflow: visible;
	transition: filter .2s ease, transform .15s ease, background .2s ease;
}

.porto-tb-item.product .pc-add-cart:hover {
	filter: brightness(.9);
}

.porto-tb-item.product .pc-add-cart:active {
	transform: translateY(1px);
}

.porto-tb-item.product .pc-add-cart:focus-visible {
	outline: 2px solid var(--porto-primary-color, #2563eb);
	outline-offset: 2px;
}

/* حالة التحميل */
.porto-tb-item.product .pc-add-cart.is-loading {
	pointer-events: none;
	opacity: .75;
}

.porto-tb-item.product .pc-add-cart.is-loading .pc-label {
	visibility: hidden;
}

.porto-tb-item.product .pc-add-cart.is-loading::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	border: 2px solid rgba(255, 255, 255, .4);
	border-top-color: #fff;
	border-radius: 50%;
	animation: pcSpin .6s linear infinite;
}

@keyframes pcSpin {
	to { transform: rotate(360deg); }
}

/* حالة النجاح */
.porto-tb-item.product .pc-add-cart.is-added {
	background: #16a34a;
}

.porto-tb-item.product .pc-add-cart.is-added .pc-label::after {
	content: " ✓";
}

/* الرسالة اللي بتطلع من الزرار */
.porto-tb-item.product .pc-tip {
	position: absolute;
	bottom: calc(100% + 10px);
	left: 50%;
	z-index: 20;
	min-width: 150px;
	max-width: 220px;
	padding: 8px 12px;
	border-radius: 7px;
	background: #0f172a;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	white-space: normal;
	pointer-events: none;
	opacity: 0;
	transform: translate(-50%, 6px);
	transition: opacity .2s ease, transform .2s ease;
}

.porto-tb-item.product .pc-tip.is-visible {
	opacity: 1;
	transform: translate(-50%, 0);
}

/* السهم الصغير تحت الرسالة */
.porto-tb-item.product .pc-tip::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border: 5px solid transparent;
	border-top-color: #0f172a;
}

@media (max-width: 575px) {
	.porto-tb-item.product .pc-add-cart {
		margin-top: 8px;
		padding: 9px 12px;
		font-size: 13px;
	}
}







/* ===== Product Kits Section ===== */
.pc-kits-section,
.pc-kits-section * {
	direction: ltr !important;
}

.pc-kits-section {
	width: 100%;
	text-align: left;
}

.pc-kits-section .pck-eyebrow {
	display: block;
	color: #2563eb;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.pc-kits-section .pck-title {
	margin: 0 0 8px;
	font-size: 34px;
	font-weight: 800;
	color: #0f172a;
	text-align: left;
}

.pc-kits-section .pck-head-row {
	display: flex !important;
	flex-direction: row !important;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}

.pc-kits-section .pck-subtitle {
	margin: 0;
	color: #64748b;
	font-size: 15px;
	text-align: left;
}

.pc-kits-section .pck-ship-badge {
	flex: 0 0 auto;
	padding: 9px 16px;
	border-radius: 8px;
	background: #dcfce7;
	color: #166534;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

/* Model selector */
.pc-kits-section .pck-selector {
	display: flex !important;
	flex-direction: row !important;
	justify-content: flex-start !important;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
	margin: 26px 0 18px;
	padding: 16px 20px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #fff;
}

.pc-kits-section .pck-step {
	flex: 0 0 auto;
	order: 1;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: #eef2ff;
	color: #2563eb;
	font-size: 13px;
	font-weight: 700;
}

.pc-kits-section .pck-step-text {
	order: 2;
	display: flex;
	flex-direction: column !important;
	line-height: 1.35;
	text-align: left;
}

.pc-kits-section .pck-step-text strong {
	color: #0f172a;
	font-size: 15px;
}

.pc-kits-section .pck-step-text span {
	color: #64748b;
	font-size: 13px;
}

.pc-kits-section .pck-models {
	order: 3;
	display: flex !important;
	flex-direction: row !important;
	gap: 10px;
	flex-wrap: wrap;
	margin-left: auto !important;
	margin-right: 0 !important;
}

.pc-kits-section .pck-model {
	display: flex;
	flex-direction: column !important;
	align-items: center;
	padding: 10px 18px;
	border: 1px solid #e5e7eb;
	border-radius: 9px;
	background: #fff;
	line-height: 1.3;
	cursor: pointer;
	transition: border-color .2s ease, background .2s ease;
}

.pc-kits-section .pck-model:hover {
	border-color: #c7d2fe;
}

.pc-kits-section .pck-model.is-active {
	border-color: #2563eb;
	background: #f5f8ff;
}

.pc-kits-section .pck-model-name {
	color: #0f172a;
	font-size: 14px;
	font-weight: 700;
}

.pc-kits-section .pck-model.is-active .pck-model-name {
	color: #2563eb;
}

.pc-kits-section .pck-model-parent {
	color: #94a3b8;
	font-size: 12px;
}

/* Panels */
.pc-kits-section .pck-panel {
	display: none;
}

.pc-kits-section .pck-panel.is-active {
	display: block;
}

.pc-kits-section .pck-kit {
	display: grid;
	grid-template-columns: 1fr 360px;
	gap: 26px;
	padding: 26px;
	border-radius: 16px;
	background: #f2f6ff;
	margin-bottom: 20px;
}

/* Products */
.pc-kits-section .pck-products {
	display: flex !important;
	flex-direction: row !important;
	align-items: stretch;
	gap: 12px;
	flex-wrap: wrap;
}

.pc-kits-section .pck-product {
	position: relative;
	flex: 1 1 180px;
	min-width: 170px;
	display: flex;
	flex-direction: column !important;
	align-items: center;
	padding: 18px;
	border: 2px solid transparent;
	border-radius: 12px;
	background: #fff;
	text-align: center;
	transition: border-color .2s ease, opacity .2s ease;
}

/* Optional products look muted until they are picked */
.pc-kits-section .pck-product.is-optional {
	opacity: .72;
}

.pc-kits-section .pck-product.is-optional.is-selected {
	opacity: 1;
	border-color: #22c55e;
}

.pc-kits-section .pck-plus-sign {
	flex: 0 0 auto;
	align-self: center;
	color: #94a3b8;
	font-size: 22px;
	font-weight: 400;
}

/* The green tick / checkbox in the corner */
.pc-kits-section .pck-mark {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.pc-kits-section .pck-mark-fixed {
	border-radius: 50%;
	background: #22c55e;
}

.pc-kits-section .pck-mark-fixed::after {
	content: "\2713";
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.pc-kits-section .pck-mark-toggle {
	cursor: pointer;
}

.pc-kits-section .pck-addon-toggle {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.pc-kits-section .pck-mark-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border: 2px solid #cbd5e1;
	border-radius: 7px;
	background: #fff;
	transition: background .2s ease, border-color .2s ease;
}

.pc-kits-section .pck-addon-toggle:checked + .pck-mark-box {
	border-color: #22c55e;
	background: #22c55e;
	border-radius: 50%;
}

.pc-kits-section .pck-addon-toggle:checked + .pck-mark-box::after {
	content: "\2713";
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.pc-kits-section .pck-product-img {
	margin-bottom: 14px;
	text-align: center;
}

.pc-kits-section .pck-product-img img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.pc-kits-section .pck-product-name {
	margin: 0 0 6px;
	color: #0f172a;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
}

.pc-kits-section .pck-product-price {
	color: #64748b;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 10px;
}

.pc-kits-section .pck-product-price ins {
	color: #0f172a;
	text-decoration: none;
	background: transparent;
}

.pc-kits-section .pck-product-price del {
	color: #94a3b8;
	font-weight: 400;
	margin-right: 6px;
}

.pc-kits-section .pck-product-price .amount {
	color: inherit;
	background: transparent;
}

.pc-kits-section .pck-optional-label {
	display: inline-block;
	align-self: center;
	margin-bottom: 10px;
	padding: 2px 9px;
	border-radius: 20px;
	background: #f1f5f9;
	color: #64748b;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .04em;
}

/* Variation swatches */
.pc-kits-section .pck-variations {
	display: flex;
	flex-direction: column !important;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
}

.pc-kits-section .pck-swatch-group {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 4px;
	border-radius: 9px;
	transition: box-shadow .2s ease;
}

.pc-kits-section .pck-swatch-group.has-error {
	box-shadow: 0 0 0 2px #fca5a5;
}

/* Label style swatches */
.pc-kits-section .pck-swatch {
	padding: 7px 16px;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	background: #fff;
	color: #475569;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	cursor: pointer;
	transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.pc-kits-section .pck-swatch:hover {
	border-color: #0f172a;
	color: #0f172a;
}

.pc-kits-section .pck-swatch.is-active {
	border-color: #0f172a;
	background: #0f172a;
	color: #fff;
}

/* Colour dot swatches */
.pc-kits-section .pck-swatch.is-color {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 50%;
	background: transparent;
}

.pc-kits-section .pck-swatch.is-color:hover {
	border-color: #cbd5e1;
}

.pc-kits-section .pck-swatch.is-color.is-active {
	border-color: #0f172a;
	background: transparent;
}

.pc-kits-section .pck-swatch-dot {
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--pck-swatch-color, #cbd5e1);
	box-shadow: inset 0 0 0 1px rgba(15, 23, 42, .12);
}

/* Rating */
.pc-kits-section .pck-rating {
	display: flex;
	justify-content: center;
	margin-bottom: 6px;
}

.pc-kits-section .pck-rating .star-rating {
	float: none;
	margin: 0;
	font-size: 14px;
	color: #2563eb !important;
}

.pc-kits-section .pck-rating .star-rating::before,
.pc-kits-section .pck-rating .star-rating span::before {
	color: #2563eb !important;
}

.pc-kits-section .pck-rating .star-rating::before {
	opacity: .25;
}

/* Quantity */
.pc-kits-section .pck-qty {
	display: flex !important;
	flex-direction: row !important;
	align-items: center;
	justify-content: center;
	gap: 4px;
	margin-top: auto;
	padding-top: 12px;
}

.pc-kits-section .pck-qty-btn {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid #e5e7eb;
	border-radius: 7px;
	background: #f8fafc;
	color: #0f172a;
	font-size: 15px;
	line-height: 1;
	cursor: pointer;
	transition: background .2s ease;
}

.pc-kits-section .pck-qty-btn:hover {
	background: #eef2ff;
}

.pc-kits-section .pck-qty-input {
	width: 42px;
	height: 30px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #0f172a;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	-moz-appearance: textfield;
}

.pc-kits-section .pck-qty-input::-webkit-outer-spin-button,
.pc-kits-section .pck-qty-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Summary box */
.pc-kits-section .pck-summary {
	padding: 26px;
	border-radius: 14px;
	background: #0b1b3a;
	color: #fff;
	text-align: left;
	align-self: start;
}

.pc-kits-section .pck-badge {
	display: block;
	margin-bottom: 10px;
	color: #7dd3fc;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.pc-kits-section .pck-kit-name {
	margin: 0 0 16px;
	color: #fff;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.2;
}

.pc-kits-section .pck-features {
	margin: 0 0 18px;
	padding: 0;
	list-style: none;
}

.pc-kits-section .pck-features li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 8px;
	color: #e2e8f0;
	font-size: 14px;
	line-height: 1.4;
}

.pc-kits-section .pck-features li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	top: 0;
	color: #4ade80;
	font-weight: 700;
}

.pc-kits-section .pck-totals {
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, .15);
	margin-bottom: 18px;
}

.pc-kits-section .pck-row {
	display: flex !important;
	flex-direction: row !important;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 8px;
	color: #cbd5e1;
	font-size: 14px;
}

.pc-kits-section .pck-row[hidden] {
	display: none !important;
}

.pc-kits-section .pck-discount {
	color: #4ade80;
	font-weight: 700;
}

.pc-kits-section .pck-discount .amount {
	color: inherit;
}

.pc-kits-section .pck-prices {
	display: flex;
	flex-direction: column !important;
	align-items: flex-end;
	line-height: 1.15;
}

.pc-kits-section .pck-prices del {
	color: #94a3b8;
	font-size: 13px;
	text-decoration: line-through;
}

.pc-kits-section .pck-prices del[hidden] {
	display: none !important;
}

.pc-kits-section .pck-prices del .amount {
	color: inherit;
}

.pc-kits-section .pck-prices strong {
	color: #fff;
	font-size: 30px;
	font-weight: 800;
}

.pc-kits-section .pck-prices strong .amount {
	color: inherit;
}

/* Add button */
.pc-kits-section .pck-add-btn {
	position: relative;
	width: 100%;
	display: flex !important;
	flex-direction: row !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 18px;
	border: 0;
	border-radius: 9px;
	background: var(--porto-primary-color, #2563eb);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	overflow: visible;
	transition: filter .2s ease, transform .15s ease;
}

.pc-kits-section .pck-add-btn:hover {
	filter: brightness(.92);
}

.pc-kits-section .pck-add-btn:active {
	transform: translateY(1px);
}

.pc-kits-section .pck-add-btn.is-loading {
	pointer-events: none;
	opacity: .75;
}

.pc-kits-section .pck-add-btn.is-loading .pck-add-label,
.pc-kits-section .pck-add-btn.is-loading .pck-arrow {
	visibility: hidden;
}

.pc-kits-section .pck-add-btn.is-loading::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 18px;
	margin: -9px 0 0 -9px;
	border: 2px solid rgba(255, 255, 255, .4);
	border-top-color: #fff;
	border-radius: 50%;
	animation: pcSpin .6s linear infinite;
}

.pc-kits-section .pck-add-btn.is-added {
	background: #16a34a;
}

.pc-kits-section .pck-note {
	margin: 10px 0 0;
	color: #94a3b8;
	font-size: 12px;
	text-align: center;
}

/* Tooltip */
.pc-kits-section .pck-tip {
	position: absolute;
	bottom: calc(100% + 10px);
	left: 50%;
	z-index: 20;
	min-width: 180px;
	max-width: 280px;
	padding: 9px 13px;
	border-radius: 7px;
	background: #0f172a;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	white-space: normal;
	pointer-events: none;
	opacity: 0;
	transform: translate(-50%, 6px);
	transition: opacity .2s ease, transform .2s ease;
	box-shadow: 0 6px 20px rgba(0, 0, 0, .25);
}

.pc-kits-section .pck-tip.is-visible {
	opacity: 1;
	transform: translate(-50%, 0);
}

.pc-kits-section .pck-tip::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border: 5px solid transparent;
	border-top-color: #0f172a;
}

/* Discount line inside the mini cart */
.pck-minicart-discounts {
	margin: 0 0 10px;
	padding: 10px 0;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

.pck-minicart-discount {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px;
	margin: 0 0 4px;
	font-size: 13px;
	color: #16a34a;
}

.pck-minicart-discount:last-child {
	margin-bottom: 0;
}

.pck-minicart-discount strong {
	color: inherit;
	font-weight: 700;
	white-space: nowrap;
}

.pck-minicart-discount .amount {
	color: inherit;
}

@media (max-width: 991px) {
	.pc-kits-section .pck-kit {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.pc-kits-section .pck-title {
		font-size: 24px;
	}

	.pc-kits-section .pck-selector {
		flex-direction: column !important;
		align-items: stretch;
		gap: 12px;
		overflow: hidden;
	}

	/* min-width: 0 lets the flex item shrink below its content width,
	   without it the scroller stretches past the box instead of scrolling */
	.pc-kits-section .pck-models {
		overflow-x: auto;
		flex-wrap: nowrap;
		min-width: 0;
		max-width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding: 0 0 8px;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.pc-kits-section .pck-models::-webkit-scrollbar {
		display: none;
	}

	.pc-kits-section .pck-model {
		flex: 0 0 auto;
	}

	.pc-kits-section .pck-kit {
		padding: 14px;
	}

	.pc-kits-section .pck-summary {
		padding: 20px;
	}

	/* Cards stack as compact horizontal rows */
	.pc-kits-section .pck-products {
		flex-direction: column !important;
		align-items: stretch;
		gap: 10px;
	}

	/* Grid puts the image in its own left column and stacks
	   everything else in the right column, row by row */
	.pc-kits-section .pck-product {
		display: grid !important;
		grid-template-columns: 88px minmax(0, 1fr);
		column-gap: 14px;
		row-gap: 4px;
		align-items: start;
		padding: 12px;
		text-align: left;
	}

	/* The image spans every row of the right column */
	.pc-kits-section .pck-product-img {
		grid-column: 1;
		grid-row: 1 / -1;
		align-self: center;
		width: 88px;
		margin-bottom: 0;
	}

	.pc-kits-section .pck-product-img img {
		width: 100%;
		height: 88px;
		object-fit: contain;
		background: #f7f9fc;
		border-radius: 10px;
	}

	/* Everything else lives in column two, in source order */
	.pc-kits-section .pck-product > *:not(.pck-product-img):not(.pck-mark) {
		grid-column: 2;
		min-width: 0;
		text-align: left;
	}

	.pc-kits-section .pck-product-name {
		order: 2;
		margin: 0;
		padding-right: 30px;
		font-size: 15px;
		line-height: 1.25;
	}

	/* Price and rating share one row */
	.pc-kits-section .pck-product-price {
		order: 3;
		display: inline-flex;
		align-items: baseline;
		gap: 6px;
		margin: 0;
		font-size: 15px;
	}

	.pc-kits-section .pck-rating {
		order: 3;
		justify-content: flex-start;
		margin: 0;
	}

	.pc-kits-section .pck-rating .star-rating {
		font-size: 12px;
	}

	.pc-kits-section .pck-optional-label {
		order: 4;
		justify-self: start;
		margin: 2px 0 0;
	}

	/* Each attribute keeps its own line */
	.pc-kits-section .pck-variations {
		order: 5;
		display: flex !important;
		flex-direction: column !important;
		align-items: flex-start !important;
		gap: 5px;
		margin: 4px 0 0;
	}

	.pc-kits-section .pck-swatch-group {
		justify-content: flex-start;
		gap: 5px;
		padding: 0;
	}

	.pc-kits-section .pck-swatch {
		padding: 5px 10px;
		font-size: 12px;
	}

	.pc-kits-section .pck-swatch.is-color {
		width: 24px;
		height: 24px;
	}

	.pc-kits-section .pck-swatch-dot {
		width: 17px;
		height: 17px;
	}

	/* Counter last, sized to its content */
	.pc-kits-section .pck-qty {
		order: 6;
		justify-self: start;
		justify-content: flex-start;
		margin: 6px 0 0;
		padding-top: 0;
		gap: 0;
		border: 1px solid #e8edf7;
		border-radius: 10px;
		background: #f7f9fc;
		width: fit-content;
		overflow: hidden;
	}

	.pc-kits-section .pck-qty-btn {
		width: 34px;
		height: 32px;
		border: 0;
		border-radius: 0;
		background: transparent;
		color: #415ee0;
		font-size: 16px;
	}

	.pc-kits-section .pck-qty-input {
		width: 34px;
		height: 32px;
		font-size: 14px;
	}

	.pc-kits-section .pck-mark {
		top: 12px;
		right: 12px;
		width: 24px;
		height: 24px;
	}

	.pc-kits-section .pck-mark-box {
		width: 24px;
		height: 24px;
	}

	.pc-kits-section .pck-plus-sign {
		align-self: center;
		font-size: 18px;
		line-height: 1;
	}
}


.page-wrapper .porto-gb-9510313d8937e5209e7d573448d5c492
 {
    background-color: #ecf3fe !important;

}

.product-col .filter-item 
 {
border-radius: 5px;    
}

.porto-block[data-id="2997"] {
    display: none !important;
}



/* ===== Product Kits: model selector arrows ===== */
.pc-kits-section .pck-models-wrap {
	order: 3;
	position: relative;
	min-width: 0;
	margin-left: auto;
}

.pc-kits-section .pck-models-wrap .pck-models {
	margin-left: 0 !important;
}

.pc-kits-section .pck-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	width: 32px;
	height: 32px;
	min-width: 0;
	min-height: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid #e5e7eb;
	border-radius: 50%;
	background: #fff;
	color: #0f172a;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 2px 10px rgba(15, 23, 42, .1);
	transition: background .2s ease, color .2s ease, opacity .2s ease;
}

.pc-kits-section .pck-nav:hover {
	background: #2563eb;
	border-color: #2563eb;
	color: #fff;
}

.pc-kits-section .pck-prev {
	left: -10px;
}

.pc-kits-section .pck-next {
	right: -10px;
}

/* إخفاء السهم لما يوصل للطرف */
.pc-kits-section .pck-models-wrap.at-start .pck-prev,
.pc-kits-section .pck-models-wrap.at-end .pck-next,
.pc-kits-section .pck-models-wrap.no-scroll .pck-nav {
	opacity: 0;
	pointer-events: none;
}

@media (max-width: 767px) {
	.pc-kits-section .pck-models-wrap {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}

	/* الـ scroller عليه padding-bottom 8px فبنعوضه عشان السهم يفضل في النص */
	.pc-kits-section .pck-nav {
		top: calc(50% - 4px);
	}
}



/* ===== Single Product Page ===== */

/* 1. Rating stars */
.single-product .woocommerce-product-rating .star-rating,
.single-product .woocommerce-product-rating .star-rating span {
	color: #2563eb;
}

.single-product .woocommerce-product-rating .star-rating::before {
	color: #d4dcf5;
	opacity: 1;
}

.single-product .woocommerce-product-rating .star-rating span::before {
	color: #2563eb !important;
}

/* 2. Current price colour */
.single-product .single-product-price .price,
.single-product .single-product-price .price .amount,
.single-product .single-product-price .price ins,
.single-product .single-product-price .price ins .amount,
.single-product .woocommerce-variation-price .price,
.single-product .woocommerce-variation-price .price .amount,
.single-product .woocommerce-variation-price .price ins .amount {
	color: #2463eb;
}

/* The old price stays muted */
.single-product .single-product-price .price del,
.single-product .single-product-price .price del .amount,
.single-product .woocommerce-variation-price .price del,
.single-product .woocommerce-variation-price .price del .amount {
	color: #9a9a9a;
}

/* 3. Non colour variation swatches */
.single-product .custom-cart .variations .filter-item-list li a:not(.filter-color) {
	border-radius: 5px;
}

.single-product .custom-cart .variations .filter-item-list li.active a:not(.filter-color),
.single-product .custom-cart .variations .filter-item-list li a:not(.filter-color).selected,
.single-product .custom-cart .variations .filter-item-list li a:not(.filter-color).active {
	background-color: #415ee0;
	border-color: #415ee0;
	color: #fff;
	border-radius: 5px;
}

/* 4. Cart icon inside the add to cart button */
.single-product .custom-cart .product-summary-wrap .single_add_to_cart_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.single-product .custom-cart .product-summary-wrap .single_add_to_cart_button .pc-cart-icon {
	display: inline-flex;
	align-items: center;
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
}

.single-product .custom-cart .product-summary-wrap .single_add_to_cart_button .pc-cart-icon svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
}

/* 5. Overview clamped to five lines */
.elementor-widget-porto_cp_description .pc-clamp-text {
	position: relative;
	overflow: hidden;
}

.elementor-widget-porto_cp_description .pc-clamp-text.is-clamped {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

/* A soft fade over the last visible line */
.elementor-widget-porto_cp_description .pc-clamp-text.is-clamped::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2.2em;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 85%);
	pointer-events: none;
}

.elementor-widget-porto_cp_description .pc-clamp-toggle {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 10px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #415ee0;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: color .2s ease;
}

.elementor-widget-porto_cp_description .pc-clamp-toggle:hover {
	color: #2a43b8;
}

.elementor-widget-porto_cp_description .pc-clamp-toggle::after {
	content: "\203A";
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	transform: rotate(90deg);
	transition: transform .2s ease;
}

.elementor-widget-porto_cp_description .pc-clamp-toggle.is-open::after {
	transform: rotate(-90deg);
}
.sku_wrapper{
    display: none !important;
}

.filter-item-list .active .filter-item, .filter-item-list .filter-item:not(.disabled):hover
{
    background-color: #2563eb !important;
}
.woocommerce-review__dash , .woocommerce-review__published-date {
    display: none;
}



/* ===== Product card rating stars (anywhere the card shows) ===== */
body .porto-tb-item .star-rating,
body .tb-woo-rating .star-rating,
body .rating-wrap .star-rating {
	color: #2563eb;
}

body .porto-tb-item .star-rating::before,
body .tb-woo-rating .star-rating::before,
body .rating-wrap .star-rating::before {
	color: #d4dcf5;
	opacity: 1;
}

body .porto-tb-item .star-rating span::before,
body .tb-woo-rating .star-rating span::before,
body .rating-wrap .star-rating span::before {
	color: #2563eb;
}

.elementor-711 .elementor-element.elementor-element-71f583f:not(.elementor-motion-effects-element-type-background), .elementor-711 .elementor-element.elementor-element-71f583f > .elementor-motion-effects-container > .elementor-motion-effects-layer{
    background-color: #ecf3fe !important;
}

/* ===== Cart Page ===== */

/* 1. Buttons */
body .woocommerce .cart .actions .button,
body .woocommerce .coupon .button,
body .shipping-calculator-form .button,
body button[name="update_cart"],
body button[name="apply_coupon"],
body button[name="calc_shipping"],
body .cart_totals .button {
	padding: 12px 26px !important;
	border: 0 !important;
	border-radius: 30px !important;
	background-color: #415ee0 !important;
	color: #fff !important;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .03em;
	text-transform: uppercase;
	line-height: 1.4;
	cursor: pointer;
	transition: background-color .2s ease;
}

body .woocommerce .cart .actions .button:hover,
body .woocommerce .coupon .button:hover,
body .shipping-calculator-form .button:hover,
body button[name="update_cart"]:hover,
body button[name="apply_coupon"]:hover,
body button[name="calc_shipping"]:hover {
	background-color: #2f48c2 !important;
	color: #fff !important;
}

/* WooCommerce disables update cart until something changes */
body .woocommerce .cart .actions .button:disabled,
body button[name="update_cart"]:disabled {
	background-color: #c7cdf0 !important;
	opacity: 1;
}

/* 2. Quantity counter */
body .woocommerce .cart .quantity .minus,
body .woocommerce .cart .quantity .plus,
body .shop_table .quantity .minus,
body .shop_table .quantity .plus {
	width: 34px !important;
	height: 34px !important;
	border: 0 !important;
	border-radius: 50% !important;
	background-color: #eef1fd !important;
	color: #415ee0 !important;
	transition: background-color .2s ease, color .2s ease;
}

body .woocommerce .cart .quantity .minus:hover,
body .woocommerce .cart .quantity .plus:hover,
body .shop_table .quantity .minus:hover,
body .shop_table .quantity .plus:hover {
	background-color: #415ee0 !important;
	color: #fff !important;
}

/* Porto draws the +/- signs with pseudo elements */
body .shop_table .quantity .minus::before,
body .shop_table .quantity .plus::before,
body .shop_table .quantity .plus::after {
	background-color: currentColor !important;
}

body .woocommerce .cart .quantity .qty,
body .shop_table .quantity .qty {
	width: 44px !important;
	height: 34px !important;
	border: 0 !important;
	background: transparent !important;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}

/* 3. Text inputs only, selects are left alone */
body .woocommerce .coupon input[type="text"],
body .shipping-calculator-form input[type="text"],
body #coupon_code,
body #calc_shipping_city,
body #calc_shipping_postcode {
	height: 46px !important;
	padding: 0 20px !important;
	border: 1px solid #e4e6f2 !important;
	border-radius: 30px !important;
	background-color: #fff !important;
	font-size: 14px;
	line-height: 44px !important;
	box-shadow: none !important;
}

body .woocommerce .coupon input[type="text"]:focus,
body .shipping-calculator-form input[type="text"]:focus {
	border-color: #415ee0 !important;
	box-shadow: 0 0 0 3px rgba(65, 94, 224, .12) !important;
	outline: none;
}

body .woocommerce .coupon input[type="text"]::placeholder,
body .shipping-calculator-form input[type="text"]::placeholder {
	color: #9aa0b8;
}

.cart-v2 .card-default  {
    background-color: #ecf3fe;
    border-radius: 15px;
}


/* ===== Checkout Page ===== */

/* Text inputs, email, tel and textarea */
body .woocommerce-checkout .form-row input.input-text,
body .woocommerce-checkout .form-row textarea,
body .checkout input[type="text"],
body .checkout input[type="email"],
body .checkout input[type="tel"],
body .checkout textarea {
	height: 46px;
	padding: 0 20px !important;
	border: 1px solid #e4e6f2 !important;
	border-radius: 30px !important;
	background-color: #fff !important;
	color: #1a1a1a;
	font-size: 14px;
	line-height: 44px !important;
	box-shadow: none !important;
	transition: border-color .2s ease, box-shadow .2s ease;
}

/* Textarea needs its own height and padding */
body .woocommerce-checkout .form-row textarea,
body .checkout textarea {
	height: auto;
	min-height: 90px;
	padding: 14px 20px !important;
	border-radius: 18px !important;
	line-height: 1.6 !important;
}

body .woocommerce-checkout .form-row input.input-text:focus,
body .woocommerce-checkout .form-row textarea:focus,
body .checkout input[type="text"]:focus,
body .checkout input[type="email"]:focus,
body .checkout input[type="tel"]:focus,
body .checkout textarea:focus {
	border-color: #415ee0 !important;
	box-shadow: 0 0 0 3px rgba(65, 94, 224, .12) !important;
	outline: none;
}

body .woocommerce-checkout .form-row input.input-text::placeholder,
body .woocommerce-checkout .form-row textarea::placeholder {
	color: #9aa0b8;
}

/* Select2 dropdowns, matched to the text inputs */
body .woocommerce-checkout .select2-container--default .select2-selection--single,
body .checkout .select2-container--default .select2-selection--single {
	height: 46px !important;
	border: 1px solid #e4e6f2 !important;
	border-radius: 30px !important;
	background-color: #fff !important;
	outline: none;
	transition: border-color .2s ease, box-shadow .2s ease;
}

/* The text sits vertically centred and clear of the arrow */
body .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
body .checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 44px !important;
	padding: 0 44px 0 20px !important;
	color: #1a1a1a;
	font-size: 14px;
	line-height: 44px !important;
	display: block;
}

/* The arrow box spans the full height so its own centring works */
body .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow,
body .checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 0 !important;
	right: 16px !important;
	height: 44px !important;
	width: 16px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Redraw the caret so it is a clean chevron rather than the default triangle */
body .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b,
body .checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
	position: static !important;
	margin: 0 !important;
	width: 8px !important;
	height: 8px !important;
	border: 0 !important;
	border-right: 2px solid #6b7190 !important;
	border-bottom: 2px solid #6b7190 !important;
	transform: rotate(45deg) translate(-2px, -2px);
	transition: transform .2s ease;
}

/* Flip the caret while the dropdown is open */
body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	transform: rotate(-135deg) translate(-2px, -2px) !important;
	border-color: #415ee0 !important;
}

body .woocommerce-checkout .select2-container--default.select2-container--open .select2-selection--single,
body .select2-container--default.select2-container--open .select2-selection--single {
	border-color: #415ee0 !important;
	box-shadow: 0 0 0 3px rgba(65, 94, 224, .12) !important;
}

/* The dropdown panel itself */
body .select2-container--default .select2-dropdown {
	border: 1px solid #e4e6f2;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(15, 23, 42, .08);
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
	height: 40px;
	padding: 0 14px;
	border: 1px solid #e4e6f2;
	border-radius: 20px;
	font-size: 14px;
}

body .select2-container--default .select2-results__option {
	padding: 9px 18px;
	font-size: 14px;
}

/* Select2 arrow positioning */
body .woocommerce-checkout .select2-container--default .select2-selection--single,
body .checkout .select2-container--default .select2-selection--single {
	position: relative !important;
	display: block !important;
}

body .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow,
body .checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	position: absolute !important;
	top: 50% !important;
	right: 18px !important;
	bottom: auto !important;
	left: auto !important;
	transform: translateY(-50%) !important;
	height: 16px !important;
	width: 16px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

body .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b,
body .checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
	position: static !important;
	top: auto !important;
	left: auto !important;
	margin: 0 !important;
	width: 8px !important;
	height: 8px !important;
	border: 0 !important;
	border-right: 2px solid #6b7190 !important;
	border-bottom: 2px solid #6b7190 !important;
	border-radius: 0 !important;
	transform: rotate(45deg) translate(-1px, -1px) !important;
	transition: transform .2s ease;
}

body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	transform: rotate(-135deg) translate(-1px, -1px) !important;
	border-color: #415ee0 !important;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #415ee0;
}

.checkout-order-review .featured-boxes
{
    border-radius: 15px;
    background-color: #ecf3fe;
}
body .woocommerce-checkout .quantity .minus,
body .woocommerce-checkout .quantity .plus,
body .woocommerce-checkout-review-order .quantity .minus,
body .woocommerce-checkout-review-order .quantity .plus {
	background-color: #dde5f7 !important;
}

.elementor-heading-title span {
  display: none !important;
}

/*for shop and categories page */
.porto-product-filters-body , .alpus-aprs-shop-filters-wrapper{
    display: none;
}