.hs-global-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.hs-global-storefront-integrity :is(a, button, input, select, textarea, [role="button"]):focus-visible {
	outline: 3px solid #21a9d6 !important;
	outline-offset: 3px !important;
}

.hs-global-arabic .xoo-wsc-container {
	direction: rtl;
	text-align: right;
}

.hs-global-arabic .xoo-wsc-container :is(.xoo-wsc-header, .xoo-wsc-product, .xoo-wsc-ft-totals) {
	direction: rtl;
	text-align: right;
}

.hs-global-arabic .xoo-wsc-ft-buttons-cont {
	display: grid;
	gap: 8px;
}

.hs-global-arabic .xoo-wsc-ft-buttons-cont a {
	display: flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border-radius: 6px;
	background: #13426b;
	color: #fff;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}

@media (min-width: 768px) {
	body.hs-global-storefront-integrity.woocommerce-checkout #cs-content > .x-section:first-child {
		margin-top: 24px !important;
		padding-top: 40px !important;
	}

	body.hs-global-storefront-integrity.woocommerce-checkout #cs-content > .x-section:nth-child(2) {
		margin-top: -40px !important;
		padding-top: 20px !important;
	}

	body.hs-global-storefront-integrity.woocommerce-checkout form.woocommerce-checkout {
		padding-top: 24px !important;
	}
}
