@font-face {
	font-family: 'IBMPlexSansArabicBold';
	src: url('/fonts/IBMPlexSansArabic-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'IBMPlexSansArabicExtraLight';
	src: url('/fonts/IBMPlexSansArabic-ExtraLight.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'IBMPlexSansArabicLight';
	src: url('/fonts/IBMPlexSansArabic-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'IBMPlexSansArabicMedium';
	src: url('/fonts/IBMPlexSansArabic-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'IBMPlexSansArabicRegular';
	src: url('/fonts/IBMPlexSansArabic-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'IBMPlexSansArabicSemiBold';
	src: url('/fonts/IBMPlexSansArabic-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'IBMPlexSansArabicThin';
	src: url('/fonts/IBMPlexSansArabic-Thin.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'IBMPlexSansArabicMedium';
}

.aimeos .common-summary .error,
.aimeos .common-summary-detail .error {
	border-bottom: 1px solid var(--ai-danger);
}

.aimeos .common-summary .item li {
	vertical-align: top;
	padding: 0;
}

.aimeos .common-summary .content {
	margin: 0.5rem;
	padding: 0.5rem 1rem;
}

.aimeos .common-summary .item .name {
	display: inline-block;
	vertical-align: top;
	color: var(--ai-secondary);
	width: 198px;
}

.aimeos .common-summary .item .name:after {
	content: ":";
}

.aimeos .common-summary .item .value {
	display: inline-block;
	vertical-align: top;
	width: 198px;
}

.aimeos .common-summary .item h4,
.aimeos .common-summary .item .item-icons {
	vertical-align: middle;
	display: inline-block;
	margin: 0 1rem;
}

.aimeos .common-summary .item .item-icons img {
	max-height: 4rem;
}

.aimeos .common-summary .item .attr-list {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 0.5rem;
}

.aimeos .common-summary .header,
.aimeos .common-summary-detail .header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--ai-secondary);
	padding: 0.5rem 1rem;
	margin-top: 0;
	width: 100%;
	min-height: 4rem;
}

.aimeos .common-summary-address h2,
.aimeos .common-summary-service h2,
.aimeos .common-summary-coupon h2 {
	display: none;
}

.aimeos .common-summary-service .item h4 {
	margin: 1rem 0;
	padding: 0;
	color: var(--ai-secondary);
	font-size: 1rem;
}

.aimeos .common-summary-detail .header {
	border-bottom: none;
}

.aimeos .common-summary-detail .basket {
	width: 100%;
}

.aimeos .common-summary-detail table {
	border-collapse: collapse;
	width: 100%;
}

.aimeos .common-summary-detail .headline {
	border-bottom: 1px solid var(--ai-secondary);
	background-color: var(--ai-bg-alt);
	font-weight: bold;
	padding: 0.25rem 0;
}

.aimeos .common-summary-detail .order {
	align-items: center;
}

.aimeos .common-summary-detail .status {
	display: none;
}

.aimeos .common-summary-detail .supplier h3 {
	margin-top: 0.5rem;
}

.aimeos .common-summary-detail .subtotal {
	color: var(--ai-secondary);
}

.aimeos .common-summary-detail .total {
	background-color: var(--ai-bg-alt);
	padding: .25rem 0;
}

.aimeos .common-summary-detail .image img.detail {
	max-width: 6rem;
	max-height: 8rem;
	overflow: hidden;
	margin-inline-end: 5%;
}

.aimeos .common-summary-detail .details .product-name {
	margin: 0 0.25rem 0.25rem;
	display: block;
	letter-spacing: 1.5px;
}

.aimeos .common-summary-detail .code,
.aimeos .common-summary-detail .timeframe {
	margin: 0.5rem;
}

.aimeos .common-summary-detail .code .name:after,
.aimeos .common-summary-detail .timeframe .name:after {
	content: ":";
}

.aimeos .common-summary-detail .code,
.aimeos .common-summary-detail .timeframe {
	margin: 0 0.25rem;
}

.aimeos .common-summary-detail .attr-list {
	margin: 0 0.25rem;
	vertical-align: top;
}

.aimeos .common-summary-detail .attr-list li.attr-item {
	display: inline;
}

.aimeos .common-summary-detail .attr-list li.attr-item:not(:last-of-type) .value:after {
	content: ",";
}

.aimeos .common-summary-detail .attr-item .name:after {
	content: ":";
}

.aimeos .common-summary-detail .quantity,
.aimeos .common-summary-detail .subtotal,
.aimeos .common-summary-detail .delivery,
.aimeos .common-summary-detail .payment,
.aimeos .common-summary-detail .total,
.aimeos .common-summary-detail .rebate,
.aimeos .common-summary-detail .tax,
.aimeos .common-summary-detail .unitprice,
.aimeos .common-summary-detail .price,
.aimeos .common-summary-detail .unitprice,
.aimeos .common-summary-detail .price {
	text-align: end;
	white-space: nowrap;
}

.aimeos .common-summary-detail .tax {
	padding: 0.25rem 0;
}

.aimeos .common-summary-detail .quantity,
.aimeos .common-summary-detail .quantity {
	white-space: nowrap;
	text-align: center;
}

.aimeos .common-summary-detail .quantity input {
	display: inline-block;
	text-align: center;
	max-width: 6rem;
}

.aimeos .common-summary-detail .action .delete:after {
	font: normal normal normal 14px/1 bootstrap-icons;
	font-size: 100%;
	content: "\f5de";
}

.aimeos .common-summary-detail .action,
.aimeos .common-summary-detail .action {
	text-align: center;
}

.aimeos .common-summary-detail .delivery td:first-child:before,
.aimeos .common-summary-detail .payment td:first-child:before {
	content: "+ ";
}

.aimeos .common-summary-detail .subtotal {
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}

.aimeos .common-summary-detail .delivery {
	margin-bottom: 1rem;
}

.aimeos .common-summary-detail .price-total {
	font-weight: bold;
}

.aimeos .common-summary-detail .product-item {
	padding: 0.5rem 0;
}

.aimeos .common-summary-additional .coupon,
.aimeos .common-summary-additional .comment {
	vertical-align: top;
	height: 8rem;
}

.aimeos .common-summary-additional .customerref-value,
.aimeos .common-summary-additional .comment-value {
	width: 100%;
}

/* NEW  12-11 */
.payment-method-container {
	border: 1px solid #d6d9d9;
	/*padding: .75rem;*/
	border-radius: 1rem;
}

.payment-method-container>div:first-child {
	background: #EAEFEF;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.payment-icon-container {
	/*display: inline-block;*/
	/*float: left;*/
	margin-left: 1.75rem;
	margin-top: .25rem;
	margin-bottom: .25rem;
}

.payment-method-text *,
.payment-method-text {
	color: black !important;
	font-weight: 600 !important;
}

.payment-icon-container img {
	max-width: 100px;
	height: 50px;
}

.payment-method-details {
	margin-top: 1.5rem;
	padding-bottom: 1rem;
	padding-left: .75rem;
}

.payment-method-details-new {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: center;
	gap: 4px;
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
	flex-wrap: wrap;
}

.payment-method-details-new .file-icon {
	width: 25px;
	cursor: pointer;
}

.payment-method-details-new div.baridi-mob {
	flex-grow: 1;
}

.flex-wrap {
	flex-wrap: wrap;
}

.cle-text {
	margin-left: 1.25rem;
}

.payment-method-details-new div.rip {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	/* align-content: center; */
	align-items: center;
	flex-grow: 2;
	background: #EAEFEF;
	padding: .5rem 1rem;
}

.cle-text {
	margin-right: 1rem;
}

.cle-code {
	flex-grow: 1 !important;
}

.payment-method-details-new div.rip * {
	margin-bottom: 0;
}

.payment-method-details-new div.rip.whatsapp {
	position: relative;
}

.payment-method-details-new div.rip.whatsapp img.whatsapp-icon {
	position: absolute;
	left: 0;
	width: 60px;
}

.whatsapp-number {
	margin-left: 2.25rem;
	font-weight: bold;
}

.whatsapp-number:hover {
	color: black !important;
}

.ptpb {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.col-sm-12.ptpb {
	color: black;
	font-weight: 500;
}

.the-total-container {
	text-align: center;
	/* padding-right: 5rem; */
}

.the-total {
	color: black !important;
	font-weight: bold !important;
	margin-bottom: 1.5rem !important;
	text-align: right;
}

.the-total-details {
	display: flex;
	justify-content: space-between;
}

.confirm-payment-button {
	margin-top: 2rem !important;
	background-color: #0030a8 !important;
	max-width: unset !important;
}

.confirm-payment-icon {
	width: 40px;
}

.the-total-label,
span#the-total-price {
	color: black;
	font-weight: bold;
}

.text-muted {
	font-size: medium;
	color: #777;
	font-weight: normal !important;
}

.bahmed-text {
	margin-right: .75rem;
}

.display-block {
	display: block;
}

.ccp-last-item {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	margin-top: .75rem;
	flex-basis: 100%;
}

.ccp-text {
	margin-right: 1rem;
}

.terms-and-condittions-link {
	font-weight: bold;
	color: #0068FF !important;
}

.payment-container {
	width: 100%;
	max-width: 600px;
	margin: auto;
	text-align: right;

	color: black;
}

.payment-form {
	background: white;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	width: 100%;
}

.payment-label {
	font-size: 1.05rem;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	text-align: right;
	color: black;
}

.payment-input,
.payment-select {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 10px;
	font-size: 1.05rem;
	background-color: #EAEFEF !important;
	color: black !important;
}

.expiry-container {
	display: flex;
	justify-content: space-between;
}

.payment-select {
	width: 48%;
	text-align: center;
}

.payment-select option {
	padding: .5rem
}

.payment-button {
	width: 100%;
	background: #0033a0;
	color: white;
	border: none;
	padding: .5rem 12px;
	font-size: 1.25rem;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
	margin-top: 1rem;
}

.payment-button:hover {
	background: #002080;
}

.required-asterisk {
	color: red
}

.cvv2-input {
	width: 120px;
}

.attr-list {
	display: none;
}

.checkout-done-message {
	color: #0030A8;
	font-size: 1.35rem;
}

.cart-icon-container {
	max-width: 250px;
	margin: auto;
	margin-top: 1.75rem;
}

.cart-icon-container img {
	max-width: 100%;
}

.checkout-confirm-intro {
	padding-top: 1.5rem !important;
}

#total-price,
#nb-courses-to-buy,
.common-summary-address.row {
	display: none;
}

/******************************************************/
.checkout-confirm-basic .attr-list .form-item {
	justify-content: flex-end;
	height: 100%;

}

.attr-list {
	display: flex;
	gap: 10px;
	list-style: none;
	padding: 0;
	justify-content: center;
	flex-wrap: wrap;
}

.checkout-confirm-basic .attr-list .form-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #ddd;
	text-align: center;
	min-width: 120px;
	flex: 1;
	max-width: 160px;
	font-family: 'IBMPlexSansArabicRegular';
}

.form-item .name {
	background: #fff;
	padding: 8px 12px 0px 12px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.form-item .value {
	background: #edf1f2;
	padding: 10px 6px;
	font-size: 1rem;
	font-weight: bold;
	color: #000;
	border-top: 1px solid #ddd;
	width: 100%;
	margin-top: 10px !important;
}

.common-summary-detail.row .header {
	border-bottom: 1px solid #D6DEDE;
}

.row.g-0.product-item .details p.product-name {
	font-family: 'IBMPlexSansArabicRegular';
	color: black;
	letter-spacing: 0;
	font-size: 1.3rem;
}


/* Toast styling */
#toast {
	visibility: hidden;
	min-width: 120px;
	background-color: #333;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	padding: 12px;
	position: fixed;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	font-family: Arial, sans-serif;
	opacity: 0;
	transition: opacity 0.5s, visibility 0.5s;
}

#toast.show {
	visibility: visible;
	opacity: .75;

}

.checkout-standard-summary-option-terms_fix_margin {
	margin-top: 5px !important;
}

.fixed_in_left {
	position: -webkit-sticky;
	position: sticky;
	top: 20%;
}

@media (min-width: 992px) {
	.bottom_area_for_button {
		width: 70%;
		margin-inline: auto;
		margin-block: 20px;
	}
}

@media (max-width: 600px) {
	.attr-list {
		flex-direction: column;
		align-items: center;
	}

	.form-item {
		width: 100%;
		/* max-width: 250px; */
	}
}


/******************************************************/
@media (max-width: 990px) {
	.the-total-container {
		margin-top: 3rem;
	}


	.steps-in-desktop {
		display: none;
	}

	.steps-in-mobile {
		display: flex;
		justify-content: space-between;
		margin-bottom: 2rem;
	}

	.steps-in-mobile .single-step {
		background-color: #D7DBDB;
		height: 30px;
		width: 33%;
	}

	.steps-in-mobile .current-step {
		background-color: #0030A8;
	}

}

@media (max-width: 767px) {
	.steps {
		margin-top: 3rem;
		padding: 0 !important;
	}

	.payment-method-details {
		padding-right: .75rem;
	}

	.checkout-standard .container-xxl li::after {
		margin-right: 5px;
		margin-left: 5px;
	}

	.payment-method-container>div:first-child {
		padding: .25rem .75rem;
	}

	.checkout-standard-payment .item-service .icon img {
		width: unset !important;
	}

	.the-total-container {
		padding-right: 1rem;
	}

	.confirm-payment-button {
		width: 12rem !important;
	}


}

@media (max-width: 575px) {
	.payment-icon-container {
		margin-left: .25rem;
	}

	.payment-method-container>div:first-child {
		padding: .25rem .25rem;
	}

	.payment-method-text *,
	.payment-method-text,
	.payment-method-details,
	.payment-method-details *,
	.confirm-payment-button,
	.the-total,
	.the-total-label,
	#the-total-price {
		font-size: 1rem !important;
	}

	.confirm-payment-button {
		width: 9rem !important;
		padding: .75rem .75rem !important;
		border-radius: .5rem !important;
	}

	.confirm-payment-icon {
		width: 30px;
	}
}

@media (max-width: 991px) {
    .in_small_screens {
        display: none !important;
    }

    .in_larg_screens {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .in_small_screens {
        display: block !important;
    }

    .in_larg_screens {
        display: none !important;
    }
}
