body.sc-minimal-woocommerce {
	--sc-accent: #0073aa;
	--sc-accent-dark: #005f8d;
	--sc-text: #111827;
	--sc-muted: #6b7280;
	--sc-soft: #f6f7f8;
	--sc-line: #e5e7eb;
	--sc-line-strong: #d1d5db;
	--sc-danger-soft: #fee2e2;
	--sc-danger: #b91c1c;
	--sc-white: #fff;
	background: var(--sc-white);
	color: var(--sc-text);
	direction: rtl;
	text-align: right;
}

body.sc-minimal-woocommerce #main,
body.sc-minimal-woocommerce .post-content,
body.sc-minimal-woocommerce .woocommerce {
	background: var(--sc-white) !important;
	color: var(--sc-text) !important;
	direction: rtl;
	text-align: right;
}

body.sc-minimal-woocommerce .woocommerce-content-box {
	width: 100% !important;
	max-width: none !important;
	overflow: visible !important;
}

.rtl .woocommerce-content-box.full-width {
	margin-right: 0;
	padding: 0;
}

#wrapper .woocommerce .checkout h3,
.post h2,
.post-content h2,
.woocommerce .checkout h3,
h2,
h2.entry-title {
	font-size: 16px !important;
	--fontSize: 16px !important;
	--minFontSize: 16px !important;
}

.sc-book-cart,
.sc-book-cart * {
	box-sizing: border-box;
}

.sc-book-cart {
	direction: rtl;
	max-width: 1220px;
	margin: 0 auto;
	padding: 0;
	color: var(--sc-text);
	font-family: 'Sahel FD', Tahoma, Arial, sans-serif;
	text-align: right;
}

.sc-book-cart__header {
	display: flex;
	gap: 16px;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 26px;
}

.sc-book-cart h1 {
	margin: 0;
	color: var(--sc-text) !important;
	font-family: 'Mahoor FD LC', 'Sahel FD', Tahoma, Arial, sans-serif !important;
	font-size: 30px !important;
	font-weight: 900 !important;
	line-height: 1.55 !important;
	letter-spacing: 0;
	text-align: right;
}

.sc-book-cart__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
	gap: 24px;
	align-items: start;
}

.sc-book-cart__items,
.sc-book-summary__panel,
.sc-book-cart__empty {
	background: var(--sc-white);
	border: 1px solid var(--sc-line);
	border-radius: 8px;
	box-shadow: 0 16px 42px rgba(17, 24, 39, .06);
}

.sc-book-cart__items {
	min-width: 0;
	overflow: hidden;
}

.sc-book-cart__items-head {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	padding: 20px 22px;
	background: var(--sc-soft);
	border-bottom: 1px solid var(--sc-line);
}

.sc-book-cart__items-head h2,
.sc-book-summary__panel h2 {
	margin: 0;
	color: var(--sc-text) !important;
	font-family: 'Sahel FD', Tahoma, Arial, sans-serif !important;
	font-size: 18px !important;
	font-weight: 900 !important;
	line-height: 1.6 !important;
}

.sc-book-cart__items-head span {
	color: var(--sc-muted);
	font-size: 13px;
	font-weight: 800;
}

.sc-book-item {
	display: grid;
	grid-template-columns: 104px minmax(0, 1fr);
	gap: 18px;
	padding: 22px;
	border-bottom: 1px solid var(--sc-line);
	background: var(--sc-white);
}

.sc-book-item:last-of-type {
	border-bottom: 0;
}

.sc-book-item__cover a,
.sc-book-item__cover img {
	display: block;
}

.sc-book-item__cover img {
	width: 104px;
	aspect-ratio: 3 / 4;
	height: auto;
	object-fit: cover;
	background: var(--sc-soft);
	border: 1px solid var(--sc-line);
	border-radius: 8px;
}

.sc-book-item__body {
	min-width: 0;
}

.sc-book-item__title-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 38px;
	gap: 12px;
	align-items: start;
}

.sc-book-item__title {
	margin: 0;
	color: var(--sc-text) !important;
	font-family: 'Sahel FD', Tahoma, Arial, sans-serif !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.8 !important;
}

.sc-book-item__title a {
	color: var(--sc-text) !important;
	text-decoration: none !important;
}

.sc-book-item__title a:hover {
	color: var(--sc-accent) !important;
}

.sc-book-item__remove {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin: 0 !important;
	color: var(--sc-danger) !important;
	background: var(--sc-danger-soft) !important;
	border: 1px solid var(--sc-danger-soft) !important;
	border-radius: 8px !important;
	font-size: 24px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	text-decoration: none !important;
}

.sc-book-item__remove:hover {
	color: var(--sc-white) !important;
	background: var(--sc-danger) !important;
	border-color: var(--sc-danger) !important;
}

.sc-book-item__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	margin-top: 8px;
	color: var(--sc-muted);
	font-size: 13px;
	line-height: 1.9;
}

.sc-book-item__details,
.sc-book-item__details dl,
.sc-book-item__details p {
	margin: 0;
}

.sc-book-item__controls {
	display: flex;
	gap: 16px;
	align-items: end;
	justify-content: space-between;
	margin-top: 18px;
}

.sc-book-item__quantity,
.sc-book-item__price {
	display: grid;
	gap: 7px;
}

.sc-book-item__quantity > span,
.sc-book-item__price > span {
	color: var(--sc-muted);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.8;
}

.sc-book-item__price {
	text-align: left;
}

.sc-book-item__price strong {
	color: var(--sc-text);
	font-size: 16px;
	font-weight: 900;
	line-height: 1.8;
}

.sc-book-cart .quantity {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	background: var(--sc-white);
	border: 1px solid var(--sc-line-strong);
	border-radius: 8px;
	overflow: hidden;
}

.sc-book-cart .quantity .qty {
	width: 64px !important;
	max-width: 64px;
	min-height: 40px;
	padding: 7px 8px !important;
	border: 0 !important;
	border-radius: 0 !important;
	text-align: center;
	font-family: 'Sahel FD', Tahoma, Arial, sans-serif !important;
}

.sc-book-cart .quantity .minus,
.sc-book-cart .quantity .plus,
.sc-book-cart input.minus,
.sc-book-cart input.plus {
	width: 36px;
	min-height: 40px;
	padding: 0 !important;
	background: var(--sc-white) !important;
	color: var(--sc-text) !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-family: 'Sahel FD', Tahoma, Arial, sans-serif !important;
}

.sc-book-cart__actions {
	display: flex;
	justify-content: flex-start;
	padding: 18px 22px 22px;
	border-top: 1px solid var(--sc-line);
}

.sc-book-summary {
	min-width: 0;
}

.sc-book-summary__panel {
	position: sticky;
	top: 24px;
	padding: 22px;
}

.sc-book-summary__totals {
	display: grid;
	gap: 0;
	margin: 18px 0 0;
}

.sc-book-summary__totals--final {
	margin-top: 12px;
}

.sc-book-summary__totals > div {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	padding: 13px 0;
	border-bottom: 1px solid var(--sc-line);
}

.sc-book-summary__totals dt,
.sc-book-summary__totals dd {
	margin: 0;
	color: var(--sc-text);
	font-family: 'Sahel FD', Tahoma, Arial, sans-serif !important;
	line-height: 1.8;
}

.sc-book-summary__totals dt {
	color: var(--sc-muted);
	font-size: 13px;
	font-weight: 800;
}

.sc-book-summary__totals dd {
	text-align: left;
	font-weight: 900;
}

.sc-book-summary__total {
	border-bottom: 0 !important;
	padding-top: 16px !important;
}

.sc-book-summary__total dt,
.sc-book-summary__total dd {
	color: var(--sc-text);
	font-size: 17px;
	font-weight: 900;
}

.sc-book-shipping {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid var(--sc-line);
}

.sc-book-shipping h3 {
	margin: 0 0 10px;
	color: var(--sc-text) !important;
	font-family: 'Sahel FD' !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.7 !important;
}

.sc-book-shipping__table,
body.sc-minimal-woocommerce .sc-book-shipping__table {
	width: 100% !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	font-family: 'Sahel FD' !important;
}

.sc-book-shipping__table th,
.sc-book-shipping__table td,
body.sc-minimal-woocommerce .sc-book-shipping__table th,
body.sc-minimal-woocommerce .sc-book-shipping__table td {
	display: block;
	width: 100% !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--sc-text) !important;
	text-align: right !important;
	font-family: 'Sahel FD' !important;
}

.sc-book-shipping__table th {
	margin-bottom: 8px;
	color: var(--sc-muted) !important;
	font-size: 13px !important;
	font-weight: 800 !important;
}

.sc-book-shipping__table ul#shipping_method,
.sc-book-shipping__table .woocommerce-shipping-methods {
	display: grid;
	gap: 8px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.sc-book-shipping__table ul#shipping_method li,
.sc-book-shipping__table .woocommerce-shipping-methods li {
	display: flex;
	gap: 8px;
	align-items: center;
	margin: 0 !important;
	padding: 10px 12px;
	background: var(--sc-soft);
	border: 1px solid var(--sc-line);
	border-radius: 8px;
	color: var(--sc-text);
	font-size: 13px;
	line-height: 1.8;
}

.sc-book-shipping__table input[type="radio"] {
	flex: 0 0 auto;
}

.sc-book-shipping__table label {
	margin: 0 !important;
	font-family: 'Sahel FD' !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.8 !important;
}

.sc-book-shipping__table .woocommerce-shipping-destination,
.sc-book-shipping__table .woocommerce-shipping-calculator {
	margin: 10px 0 0 !important;
	color: var(--sc-muted);
	font-size: 12px;
	line-height: 1.9;
}

.sc-book-coupon {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid var(--sc-line);
}

.sc-book-coupon label {
	display: block;
	margin-bottom: 8px;
	color: var(--sc-text) !important;
	font-family: 'Sahel FD', Tahoma, Arial, sans-serif !important;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.8;
}

.sc-book-coupon__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
}

.sc-book-cart input.input-text,
.sc-book-cart input[type="text"] {
	min-height: 46px;
	padding: 10px 13px !important;
	color: var(--sc-text) !important;
	background: var(--sc-white) !important;
	border: 1px solid var(--sc-line-strong) !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	font-family: 'Sahel FD', Tahoma, Arial, sans-serif !important;
	font-size: 14px !important;
	line-height: 1.7 !important;
}

.sc-book-cart input.input-text:focus,
.sc-book-cart input[type="text"]:focus {
	border-color: var(--sc-accent) !important;
	box-shadow: 0 0 0 3px rgba(0, 115, 170, .14) !important;
	outline: none !important;
}

.sc-book-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 10px 17px !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	font-family: 'Sahel FD', Tahoma, Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	line-height: 1.5 !important;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
}

.sc-book-btn--primary {
	width: 100%;
	color: var(--sc-white) !important;
	background: var(--sc-accent) !important;
	border: 1px solid var(--sc-accent) !important;
}

.sc-book-btn--primary:hover {
	color: var(--sc-white) !important;
	background: var(--sc-accent-dark) !important;
	border-color: var(--sc-accent-dark) !important;
}

.sc-book-btn--dark {
	color: var(--sc-white) !important;
	background: #000 !important;
	border: 1px solid #000 !important;
	font-family: 'Sahel FD', Tahoma, Arial, sans-serif !important;
}

.sc-book-btn--ghost {
	color: var(--sc-text) !important;
	background: var(--sc-white) !important;
	border: 1px solid var(--sc-line-strong) !important;
}

.sc-book-btn--ghost:hover {
	color: var(--sc-accent) !important;
	background: var(--sc-soft) !important;
	border-color: var(--sc-accent) !important;
}

.sc-book-summary__checkout {
	margin-top: 18px;
}

.sc-book-cart__empty {
	max-width: 620px;
	margin: 42px auto;
	padding: 34px;
	text-align: center;
}

.sc-book-cart__empty h1 {
	margin-bottom: 20px;
	text-align: center;
}

.sc-book-checkout,
.sc-book-checkout * {
	box-sizing: border-box;
}

.sc-book-checkout {
	direction: rtl;
	max-width: 1220px;
	margin: 0 auto;
	padding: 0;
	color: var(--sc-text);
	font-family: 'Sahel FD', Tahoma, Arial, sans-serif;
	text-align: right;
}

.sc-book-checkout__header {
	display: flex;
	gap: 18px;
	align-items: end;
	justify-content: space-between;
	padding: 22px 24px;
	margin-bottom: 22px;
	background: var(--sc-white);
	border: 1px solid var(--sc-line);
	border-radius: 8px;
	box-shadow: 0 16px 42px rgba(17, 24, 39, .06);
}

.sc-book-checkout__header h1 {
	margin: 0;
	color: var(--sc-text) !important;
	font-family: 'Mahoor FD LC', 'Sahel FD', Tahoma, Arial, sans-serif !important;
	font-size: 30px !important;
	font-weight: 900 !important;
	line-height: 1.55 !important;
	letter-spacing: 0;
	text-align: right;
}

.sc-book-checkout__header p {
	margin: 6px 0 0;
	color: var(--sc-muted);
	font-size: 14px;
	line-height: 1.9;
}

.sc-book-checkout__edit-cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 9px 15px;
	color: var(--sc-text) !important;
	background: var(--sc-white);
	border: 1px solid var(--sc-line-strong);
	border-radius: 8px;
	font-weight: 600;
	text-decoration: none !important;
	white-space: nowrap;
}

.sc-book-checkout__edit-cart:hover {
	color: var(--sc-accent) !important;
	background: var(--sc-soft);
	border-color: var(--sc-accent);
}

.sc-book-checkout-coupon,
.sc-book-checkout__details,
.sc-book-checkout__summary-panel {
	background: var(--sc-white);
	border: 1px solid var(--sc-line);
	border-radius: 8px;
	box-shadow: 0 16px 42px rgba(17, 24, 39, .06);
}

.sc-book-checkout-coupon {
	margin-bottom: 18px;
	overflow: hidden;
}

.sc-book-checkout-coupon summary {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	padding: 16px 20px;
	color: var(--sc-text);
	cursor: pointer;
	list-style: none;
}

.sc-book-checkout-coupon summary::-webkit-details-marker {
	display: none;
}

.sc-book-checkout-coupon summary span {
	font-weight: 900;
}

.sc-book-checkout-coupon summary strong {
	color: var(--sc-accent);
	font-size: 13px;
	font-weight: 900;
}

.sc-book-checkout-coupon[open] summary {
	border-bottom: 1px solid var(--sc-line);
}

.sc-book-checkout-coupon__form {
	display: block !important;
	margin: 0 !important;
	padding: 18px 20px !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.sc-book-checkout-coupon__form label {
	display: block;
	margin-bottom: 8px;
	color: var(--sc-text) !important;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.8;
}

.sc-book-checkout-coupon__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
}

.sc-book-checkout__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

.sc-book-checkout__details,
.sc-book-checkout__summary-panel {
	min-width: 0;
	padding: 24px;
}

.sc-book-checkout__summary-panel {
	position: sticky;
	top: 24px;
}

.sc-book-checkout__section-head {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	margin-bottom: 22px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--sc-line);
}

.sc-book-checkout__section-head > span {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	color: var(--sc-white);
	background: var(--sc-accent);
	border-radius: 8px;
	font-weight: 900;
}

.sc-book-checkout__section-head h2 {
	margin: 0;
	color: var(--sc-text) !important;
	font-family: 'Sahel FD', Tahoma, Arial, sans-serif !important;
	font-size: 19px !important;
	font-weight: 900 !important;
	line-height: 1.6 !important;
}

.sc-book-checkout__section-head p {
	margin: 3px 0 0;
	color: var(--sc-muted);
	font-size: 13px;
	line-height: 1.9;
}

.sc-book-checkout__fields,
.sc-book-checkout__fields .col-1,
.sc-book-checkout__fields .col-2,
.sc-book-checkout #customer_details,
.sc-book-checkout #customer_details .col-1,
.sc-book-checkout #customer_details .col-2 {
	float: none !important;
	width: 100% !important;
}

.sc-book-checkout .woocommerce-billing-fields > h3,
.sc-book-checkout .woocommerce-additional-fields > h3 {
	display: none;
}

.sc-book-checkout .woocommerce-billing-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.sc-book-checkout #billing_address_1_field,
.sc-book-checkout #billing_company_field,
.sc-book-checkout .form-row-wide {
	grid-column: 1 / -1;
}

.sc-book-checkout .form-row {
	float: none !important;
	width: 100% !important;
	margin: 0 0 16px !important;
	padding: 0 !important;
}

.sc-book-checkout label {
	display: block;
	margin-bottom: 7px;
	color: var(--sc-text) !important;
	font-family: 'Sahel FD', Tahoma, Arial, sans-serif !important;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.8;
}

.sc-book-checkout input.input-text,
.sc-book-checkout input[type="text"],
.sc-book-checkout input[type="tel"],
.sc-book-checkout input[type="email"],
.sc-book-checkout textarea,
.sc-book-checkout select,
.sc-book-checkout-coupon input.input-text {
	width: 100% !important;
	min-height: 48px;
	padding: 10px 13px !important;
	color: var(--sc-text) !important;
	background: var(--sc-white) !important;
	border: 1px solid var(--sc-line-strong) !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	font-family: 'Sahel FD', Tahoma, Arial, sans-serif !important;
	font-size: 14px !important;
	line-height: 1.7 !important;
}

.sc-book-checkout textarea {
	min-height: 110px;
	resize: vertical;
}

.sc-book-checkout input:focus,
.sc-book-checkout textarea:focus,
.sc-book-checkout select:focus,
.sc-book-checkout-coupon input:focus {
	border-color: var(--sc-accent) !important;
	box-shadow: 0 0 0 3px rgba(0, 115, 170, .14) !important;
	outline: none !important;
}

.sc-book-checkout__books {
	display: grid;
	gap: 12px;
	margin-bottom: 18px;
}

.sc-book-checkout__wc-review {
	margin-bottom: 18px;
}

.sc-book-checkout__wc-review .woocommerce-checkout-review-order-table {
	width: 100% !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	table-layout: fixed;
	font-family: 'Sahel FD' !important;
}

.sc-book-checkout__wc-review .woocommerce-checkout-review-order-table thead,
.sc-book-checkout__wc-review .woocommerce-checkout-review-order-table tbody {
	display: none;
}

.sc-book-checkout__wc-review .woocommerce-checkout-review-order-table tfoot,
.sc-book-checkout__wc-review .woocommerce-checkout-review-order-table tr,
.sc-book-checkout__wc-review .woocommerce-checkout-review-order-table th,
.sc-book-checkout__wc-review .woocommerce-checkout-review-order-table td {
	display: block;
	width: 100% !important;
}

.sc-book-checkout__wc-review .woocommerce-checkout-review-order-table tr {
	padding: 12px 0;
	border-bottom: 1px solid var(--sc-line);
}

.sc-book-checkout__wc-review .woocommerce-checkout-review-order-table tr:last-child {
	border-bottom: 0;
}

.sc-book-checkout__wc-review .woocommerce-checkout-review-order-table th,
.sc-book-checkout__wc-review .woocommerce-checkout-review-order-table td {
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--sc-text) !important;
	text-align: right !important;
	font-family: 'Sahel FD' !important;
}

.sc-book-checkout__wc-review .woocommerce-checkout-review-order-table th {
	margin-bottom: 7px;
	color: var(--sc-muted) !important;
	font-size: 13px !important;
	font-weight: 800 !important;
}

.sc-book-checkout__wc-review .woocommerce-checkout-review-order-table td {
	font-size: 14px !important;
	font-weight: 900 !important;
}

.sc-book-checkout__wc-review .woocommerce-checkout-review-order-table .order-total th,
.sc-book-checkout__wc-review .woocommerce-checkout-review-order-table .order-total td {
	color: var(--sc-text) !important;
	font-size: 17px !important;
	font-weight: 900 !important;
}

.sc-book-checkout-book {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--sc-line);
}

.sc-book-checkout-book__cover img {
	display: block;
	width: 54px;
	aspect-ratio: 3 / 4;
	height: auto;
	object-fit: cover;
	background: var(--sc-soft);
	border: 1px solid var(--sc-line);
	border-radius: 8px;
}

.sc-book-checkout-book__body {
	min-width: 0;
}

.sc-book-checkout-book h3 {
	margin: 0;
	color: var(--sc-text) !important;
	font-family: 'Sahel FD' !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.7 !important;
	--fontSize: 16px !important;
	--minFontSize: 16px !important;
}

.sc-book-checkout-book h3.fusion-responsive-typography-calculated {
	font-size: 16px !important;
	line-height: 1.7 !important;
	--fontSize: 16px !important;
	--minFontSize: 16px !important;
}

.sc-book-checkout-book span {
	display: block;
	margin-top: 3px;
	color: var(--sc-muted);
	font-size: 12px;
	font-weight: 700;
}

.sc-book-checkout-book strong {
	color: var(--sc-text);
	font-size: 13px;
	font-weight: 900;
	text-align: left;
	white-space: nowrap;
}

.sc-book-checkout__totals {
	display: grid;
	margin-bottom: 18px;
}

.sc-book-checkout__totals > div {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0;
	border-bottom: 1px solid var(--sc-line);
}

.sc-book-checkout__totals span {
	color: var(--sc-muted);
	font-size: 13px;
	font-weight: 800;
}

.sc-book-checkout__totals strong {
	color: var(--sc-text);
	font-size: 14px;
	font-weight: 900;
	text-align: left;
}

.sc-book-checkout__total {
	border-bottom: 0 !important;
}

.sc-book-checkout__shipping {
	display: block !important;
}

.sc-book-checkout__shipping > span {
	display: block;
	margin-bottom: 8px;
}

.sc-book-checkout__shipping .sc-book-shipping {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.sc-book-checkout__total span,
.sc-book-checkout__total strong {
	color: var(--sc-text);
	font-size: 17px;
}

.sc-book-checkout__payment #payment {
	margin-top: 0;
	padding-top: 18px;
	background: transparent !important;
	border-top: 1px solid var(--sc-line) !important;
}

.sc-book-checkout__payment #payment ul.payment_methods,
.sc-book-checkout__payment #payment div.form-row {
	padding-right: 0 !important;
	padding-left: 0 !important;
	background: transparent !important;
	border: 0 !important;
}

.sc-book-checkout__payment #payment div.payment_box {
	background: var(--sc-soft) !important;
	border: 1px solid var(--sc-line) !important;
	border-radius: 8px !important;
	color: var(--sc-text) !important;
}

.sc-book-checkout__button,
.sc-book-checkout #place_order {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 10px 17px !important;
	color: var(--sc-white) !important;
	background: var(--sc-accent) !important;
	border: 1px solid var(--sc-accent) !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	font-family: 'Sahel FD', Tahoma, Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 1.5 !important;
	text-align: center;
	text-decoration: none !important;
}

.sc-book-checkout__button:hover,
.sc-book-checkout #place_order:hover {
	color: var(--sc-white) !important;
	background: var(--sc-accent-dark) !important;
	border-color: var(--sc-accent-dark) !important;
}

.sc-book-checkout__button--dark {
	background: #000 !important;
	border-color: #000 !important;
}

.sc-book-checkout #place_order {
	width: 100%;
}

.sc-book-checkout a,
.sc-book-checkout-coupon a {
	color: var(--sc-accent) !important;
	text-decoration: none !important;
}

body.sc-minimal-woocommerce > form.checkout_coupon,
body.sc-minimal-woocommerce form.woocommerce-content-box.checkout_coupon,
body.sc-minimal-woocommerce form.checkout_coupon:not(.sc-book-checkout-coupon__form) {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

.sc-wc-page,
.sc-wc-page *,
body.sc-minimal-woocommerce .woocommerce,
body.sc-minimal-woocommerce .woocommerce * {
	box-sizing: border-box;
}

.sc-wc-page {
	direction: rtl;
	max-width: 1200px;
	margin: 0 auto;
	padding: 42px 16px 72px;
	color: var(--sc-text);
	font-family: 'Sahel FD', Tahoma, Arial, sans-serif;
}

.sc-wc-header {
	display: flex;
	gap: 16px;
	align-items: end;
	justify-content: space-between;
	margin: 0 0 24px;
	text-align: right;
}

.sc-wc-kicker {
	margin: 0 0 4px;
	color: var(--sc-accent);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.8;
}

.sc-wc-header h1,
.sc-section-title,
.sc-review-head h2,
body.sc-minimal-woocommerce .cart_totals h2 {
	margin: 0;
	color: var(--sc-text) !important;
	font-family: 'Mahoor FD LC', 'Sahel FD', Tahoma, Arial, sans-serif !important;
	font-size: 28px !important;
	font-weight: 900 !important;
	line-height: 1.55 !important;
	letter-spacing: 0;
}

.sc-checkout-layout,
.sc-cart-collaterals {
	display: grid;
	gap: 22px;
	align-items: start;
}

.sc-checkout-layout {
	grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
}

.sc-cart-collaterals {
	grid-template-columns: minmax(250px, 340px) minmax(0, 1fr);
}

body.sc-minimal-woocommerce .cart-collaterals::before,
body.sc-minimal-woocommerce .cart-collaterals::after {
	content: none !important;
	display: none !important;
}

body.sc-minimal-woocommerce .cart-collaterals .cart_totals,
body.sc-minimal-woocommerce .cart-collaterals .cross-sells {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
}

body.sc-minimal-woocommerce .cart-collaterals .cart_totals {
	grid-column: 2;
	justify-self: stretch;
}

body.sc-minimal-woocommerce .cart-collaterals .shipping-coupon {
	grid-column: 1;
	min-width: 0;
}

.sc-checkout-fields,
.sc-checkout-review,
body.sc-minimal-woocommerce .cart_totals,
body.sc-minimal-woocommerce .cross-sells,
body.sc-minimal-woocommerce .shipping-coupon,
body.sc-minimal-woocommerce .woocommerce-info,
body.sc-minimal-woocommerce .woocommerce-message,
body.sc-minimal-woocommerce .woocommerce-error,
body.sc-minimal-woocommerce form.checkout_coupon,
body.sc-minimal-woocommerce form.login {
	background: var(--sc-white) !important;
	border: 1px solid var(--sc-line) !important;
	border-radius: 8px !important;
	box-shadow: 0 12px 34px rgba(17, 24, 39, .06) !important;
	color: var(--sc-text) !important;
	font-family: 'Sahel FD', Tahoma, Arial, sans-serif !important;
}

.sc-checkout-fields,
.sc-checkout-review,
body.sc-minimal-woocommerce .cart_totals,
body.sc-minimal-woocommerce .cross-sells,
body.sc-minimal-woocommerce .shipping-coupon {
	min-width: 0;
	padding: 24px;
}

body.sc-minimal-woocommerce .shipping-coupon h2 {
	margin: 0 0 16px;
	color: var(--sc-text) !important;
	font-family: 'Sahel FD', Tahoma, Arial, sans-serif !important;
	font-size: 18px !important;
	font-weight: 900 !important;
	line-height: 1.6 !important;
	text-align: right;
}

body.sc-minimal-woocommerce .avada-coupon-fields {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 10px;
}

.sc-checkout-fields,
.sc-checkout-review {
	font-family: 'Sahel FD', Tahoma, Arial, sans-serif !important;
	text-align: right;
}

.sc-checkout-review,
body.sc-minimal-woocommerce .cart_totals {
	position: sticky;
	top: 24px;
	overflow: hidden;
}

.sc-review-head {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--sc-line);
}

.sc-section-title {
	margin-bottom: 20px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--sc-line);
	font-size: 21px !important;
}

.sc-cart-table,
body.sc-minimal-woocommerce table.shop_table,
body.sc-minimal-woocommerce .woocommerce-checkout-review-order-table {
	width: 100% !important;
	max-width: 100%;
	margin: 0 0 22px !important;
	background: var(--sc-white) !important;
	border: 1px solid var(--sc-line) !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	border-radius: 8px !important;
	color: var(--sc-text) !important;
	font-family: 'Sahel FD' !important;
	overflow: hidden;
}

body.sc-minimal-woocommerce table.shop_table * {
	font-family: 'Sahel FD' !important;
}

body.sc-minimal-woocommerce .woocommerce-checkout-review-order-table {
	table-layout: fixed;
	margin-bottom: 18px !important;
}

.sc-cart-table th,
.sc-cart-table td,
body.sc-minimal-woocommerce table.shop_table th,
body.sc-minimal-woocommerce table.shop_table td {
	padding: 14px 16px !important;
	border-width: 0 0 1px !important;
	border-style: solid !important;
	border-color: var(--sc-line) !important;
	background: var(--sc-white) !important;
	color: var(--sc-text) !important;
	text-align: right;
	vertical-align: middle;
	font-family: 'Sahel FD' !important;
}

.sc-cart-table tr:last-child td,
body.sc-minimal-woocommerce table.shop_table tr:last-child th,
body.sc-minimal-woocommerce table.shop_table tr:last-child td {
	border-bottom: 0 !important;
}

.sc-cart-table th,
body.sc-minimal-woocommerce table.shop_table th {
	background: var(--sc-soft) !important;
	color: var(--sc-muted) !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	font-family: 'Sahel FD' !important;
}

body.sc-minimal-woocommerce .woocommerce-checkout-review-order-table th,
body.sc-minimal-woocommerce .woocommerce-checkout-review-order-table td {
	padding: 12px 0 !important;
	border-width: 0 0 1px !important;
	background: transparent !important;
}

body.sc-minimal-woocommerce .woocommerce-checkout-review-order-table {
	border: 0 !important;
	border-radius: 0 !important;
}

body.sc-minimal-woocommerce .woocommerce-checkout-review-order-table .product-name {
	width: 62%;
	padding-left: 12px !important;
	word-break: break-word;
	overflow-wrap: anywhere;
}

body.sc-minimal-woocommerce .woocommerce-checkout-review-order-table .product-total {
	width: 38%;
	text-align: left;
	word-break: normal;
}

body.sc-minimal-woocommerce .woocommerce-checkout-review-order-table .woocommerce-Price-amount {
	white-space: normal;
}

.sc-cart-table .product-thumbnail img {
	width: 68px;
	height: 68px;
	object-fit: cover;
	border-radius: 8px;
	background: var(--sc-soft);
}

.sc-cart-table td.product-thumbnail,
body.sc-minimal-woocommerce table.shop_table td.product-thumbnail {
	border: 0 !important;
}

body.sc-minimal-woocommerce a,
body.sc-minimal-woocommerce .product-name a {
	color: #ffffff;
	text-decoration: none !important;
}

body.sc-minimal-woocommerce .product-name a:hover,
body.sc-minimal-woocommerce a:hover {
	color: var(--sc-accent) !important;
}

.sc-remove-item,
body.sc-minimal-woocommerce a.remove {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid var(--sc-danger-soft);
	border-radius: 8px !important;
	color: var(--sc-danger) !important;
	background: var(--sc-danger-soft) !important;
	font-size: 24px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	text-decoration: none !important;
}

body.sc-minimal-woocommerce a.remove:hover {
	color: var(--sc-white) !important;
	background: var(--sc-danger) !important;
	border-color: var(--sc-danger) !important;
}

.sc-cart-actions,
.sc-coupon {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
}

.sc-coupon {
	justify-content: flex-start;
}

body.sc-minimal-woocommerce input.input-text,
body.sc-minimal-woocommerce input[type="text"],
body.sc-minimal-woocommerce input[type="email"],
body.sc-minimal-woocommerce input[type="tel"],
body.sc-minimal-woocommerce input[type="number"],
body.sc-minimal-woocommerce textarea,
body.sc-minimal-woocommerce select,
body.sc-minimal-woocommerce .select2-container--default .select2-selection--single {
	width: 100% !important;
	min-height: 50px;
	padding: 11px 14px !important;
	background: var(--sc-white) !important;
	border: 1px solid var(--sc-line-strong) !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	color: var(--sc-text) !important;
	font-family: 'Sahel FD', Tahoma, Arial, sans-serif !important;
	font-size: 15px !important;
	line-height: 1.6 !important;
	transition: border-color .18s ease, box-shadow .18s ease;
}

body.sc-minimal-woocommerce input.minus,
body.sc-minimal-woocommerce input.plus,
body.sc-minimal-woocommerce .quantity .minus,
body.sc-minimal-woocommerce .quantity .plus {
	background: var(--sc-white) !important;
	color: var(--sc-text) !important;
	border-color: var(--sc-line-strong) !important;
}

body.sc-minimal-woocommerce input.input-text:focus,
body.sc-minimal-woocommerce input[type="text"]:focus,
body.sc-minimal-woocommerce input[type="email"]:focus,
body.sc-minimal-woocommerce input[type="tel"]:focus,
body.sc-minimal-woocommerce input[type="number"]:focus,
body.sc-minimal-woocommerce textarea:focus,
body.sc-minimal-woocommerce select:focus,
body.sc-minimal-woocommerce .select2-container--default.select2-container--open .select2-selection--single {
	border-color: var(--sc-accent) !important;
	box-shadow: 0 0 0 3px rgba(0, 115, 170, .14) !important;
	outline: none !important;
}

body.sc-minimal-woocommerce .quantity .qty {
	max-width: 86px;
	text-align: center;
}

body.sc-minimal-woocommerce textarea {
	min-height: 116px;
	resize: vertical;
}

body.sc-minimal-woocommerce label {
	display: block;
	margin-bottom: 7px;
	color: var(--sc-text) !important;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.8;
}

body.sc-minimal-woocommerce .required {
	color: var(--sc-accent) !important;
	text-decoration: none !important;
}

body.sc-minimal-woocommerce .form-row {
	float: none !important;
	width: 100% !important;
	margin: 0 0 16px !important;
	padding: 0 !important;
}

body.sc-minimal-woocommerce #customer_details,
body.sc-minimal-woocommerce #customer_details .col-1,
body.sc-minimal-woocommerce #customer_details .col-2 {
	float: none !important;
	width: 100% !important;
}

body.sc-minimal-woocommerce .woocommerce-billing-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

body.sc-minimal-woocommerce #billing_address_1_field,
body.sc-minimal-woocommerce #billing_company_field,
body.sc-minimal-woocommerce .form-row-wide {
	grid-column: 1 / -1;
}

body.sc-minimal-woocommerce .button,
body.sc-minimal-woocommerce button.button,
body.sc-minimal-woocommerce input.button,
body.sc-minimal-woocommerce a.button,
body.sc-minimal-woocommerce .checkout-button,
body.sc-minimal-woocommerce #place_order,
.sc-edit-order {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 11px 18px !important;
	background: var(--sc-accent) !important;
	border: 1px solid var(--sc-accent) !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	color: var(--sc-white) !important;
	font-family: 'Mahoor FD LC', 'Sahel FD', Tahoma, Arial, sans-serif !important;
	font-size: 15px !important;
	font-weight: 900 !important;
	line-height: 1.4 !important;
	text-align: center;
	text-decoration: none !important;
	transition: background .18s ease, border-color .18s ease, color .18s ease;
}

body.sc-minimal-woocommerce .button:hover,
body.sc-minimal-woocommerce button.button:hover,
body.sc-minimal-woocommerce input.button:hover,
body.sc-minimal-woocommerce a.button:hover,
body.sc-minimal-woocommerce .checkout-button:hover,
body.sc-minimal-woocommerce #place_order:hover,
.sc-edit-order:hover {
	background: var(--sc-accent-dark) !important;
	border-color: var(--sc-accent-dark) !important;
	color: var(--sc-white) !important;
}

body.sc-minimal-woocommerce button[name="update_cart"],
.sc-edit-order {
	background: var(--sc-white) !important;
	border-color: var(--sc-line-strong) !important;
	color: var(--sc-text) !important;
}

body.sc-minimal-woocommerce button[name="update_cart"]:hover,
.sc-edit-order:hover {
	background: var(--sc-soft) !important;
	border-color: var(--sc-accent) !important;
	color: var(--sc-accent) !important;
}

body.sc-minimal-woocommerce button[name="apply_coupon"],
body.sc-minimal-woocommerce .fusion-apply-coupon {
	background: #000 !important;
	border-color: #000 !important;
	color: var(--sc-white) !important;
	font-family: 'Sahel FD', Tahoma, Arial, sans-serif !important;
}

body.sc-minimal-woocommerce button[name="apply_coupon"]:hover,
body.sc-minimal-woocommerce .fusion-apply-coupon:hover {
	background: #000 !important;
	border-color: #000 !important;
	color: var(--sc-white) !important;
}

body.sc-minimal-woocommerce .checkout-button,
body.sc-minimal-woocommerce #place_order {
	width: 100%;
}

.sc-edit-order {
	width: auto;
	min-height: 40px;
	padding: 9px 14px !important;
	font-size: 14px !important;
	white-space: nowrap;
}

body.sc-minimal-woocommerce :focus-visible {
	outline: 3px solid rgba(0, 115, 170, .28) !important;
	outline-offset: 2px;
}

body.sc-minimal-woocommerce #payment {
	margin-top: 18px;
	padding-top: 18px;
	background: transparent !important;
	border-top: 1px solid var(--sc-line) !important;
}

body.sc-minimal-woocommerce #payment ul.payment_methods,
body.sc-minimal-woocommerce #payment div.form-row,
body.sc-minimal-woocommerce #payment div.payment_box {
	background: transparent !important;
	border-color: var(--sc-line) !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	color: var(--sc-text) !important;
}

body.sc-minimal-woocommerce #payment div.payment_box {
	padding: 12px 14px !important;
	background: var(--sc-soft) !important;
}

body.sc-minimal-woocommerce .woocommerce-privacy-policy-text,
body.sc-minimal-woocommerce .woocommerce-terms-and-conditions-wrapper {
	color: var(--sc-muted);
	font-size: 13px;
	line-height: 2;
}

body.sc-minimal-woocommerce .cart_totals .wc-proceed-to-checkout {
	padding: 16px 0 0;
}

body.sc-minimal-woocommerce .woocommerce-info,
body.sc-minimal-woocommerce .woocommerce-message,
body.sc-minimal-woocommerce .woocommerce-error,
body.sc-minimal-woocommerce form.checkout_coupon,
body.sc-minimal-woocommerce form.login {
	margin: 0 auto 18px !important;
	padding: 16px !important;
	max-width: 1120px;
	box-shadow: none !important;
}

body.sc-minimal-woocommerce .woocommerce-error {
	border-right: 4px solid var(--sc-accent) !important;
}

body.sc-minimal-woocommerce label[for="avada_coupon_code"] {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

#sc-checkout-title {
	width: 100%;
	text-align: right !important;
	font-size: 17px !important;
}

.lfm3-menu a {
	color: #000 !important;
}

body.sc-minimal-woocommerce .screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 900px) {
	.sc-book-cart {
		padding: 0;
	}

	.sc-book-cart__layout {
		grid-template-columns: 1fr;
	}

	.sc-book-summary__panel {
		position: static;
	}

	.sc-book-checkout__layout {
		grid-template-columns: 1fr;
	}

	.sc-book-checkout__summary-panel {
		position: static;
	}

	.sc-wc-page {
		padding: 30px 12px 56px;
	}

	.sc-checkout-layout,
	.sc-cart-collaterals {
		grid-template-columns: 1fr;
	}

	body.sc-minimal-woocommerce .cart-collaterals .cart_totals,
	body.sc-minimal-woocommerce .cart-collaterals .shipping-coupon {
		grid-column: auto;
	}

	.sc-checkout-review,
	body.sc-minimal-woocommerce .cart_totals {
		position: static;
	}
}

@media (max-width: 640px) {
	html:not(.avada-has-site-width-percent) body.sc-minimal-woocommerce #main {
		padding: 20px 20px !important;
	}

	body.sc-minimal-woocommerce .post-content,
	body.sc-minimal-woocommerce .woocommerce {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.sc-book-cart__header {
		display: none;
	}

	.sc-book-checkout {
		padding: 0;
	}

	.sc-book-checkout__header {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 14px 8px;
		margin-bottom: 12px;
	}

	.sc-book-checkout__header h1 {
		font-size: 24px !important;
	}

	.sc-book-checkout__header p {
		font-size: 13px;
	}

	.sc-book-checkout__edit-cart {
		width: 100%;
	}

	.sc-book-checkout-coupon summary,
	.sc-book-checkout-coupon__form,
	.sc-book-checkout__details,
	.sc-book-checkout__summary-panel {
		padding-right: 8px !important;
		padding-left: 8px !important;
	}

	.sc-book-checkout__section-head {
		gap: 8px;
		margin-bottom: 14px;
		padding-bottom: 12px;
	}

	.sc-book-checkout__section-head > span {
		width: 30px;
		height: 30px;
	}

	.sc-book-checkout .woocommerce-billing-fields__field-wrapper,
	.sc-book-checkout-coupon__row {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.sc-book-checkout-book {
		grid-template-columns: 44px minmax(0, 1fr);
		gap: 8px;
	}

	.sc-book-checkout-book__cover img {
		width: 44px;
	}

	.sc-book-checkout-book strong {
		grid-column: 2;
		text-align: right;
		white-space: normal;
	}

	.sc-book-cart h1 {
		font-size: 24px !important;
	}

	.sc-book-cart {
		padding: 0;
	}

	.sc-book-cart__items-head,
	.sc-book-item,
	.sc-book-cart__actions,
	.sc-book-summary__panel {
		padding-right: 8px;
		padding-left: 8px;
	}

	.sc-book-item {
		grid-template-columns: 70px minmax(0, 1fr);
		gap: 8px;
	}

	.sc-book-item__cover img {
		width: 70px;
	}

	.sc-book-item__title-row {
		grid-template-columns: minmax(0, 1fr) 34px;
		gap: 10px;
	}

	.sc-book-item__remove {
		width: 34px;
		height: 34px;
	}

	.sc-book-item__controls {
		display: grid;
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.sc-book-item__price {
		text-align: right;
	}

	.sc-book-coupon__row {
		grid-template-columns: 1fr;
	}

	.sc-book-btn,
	.sc-book-btn--primary,
	.sc-book-btn--dark,
	.sc-book-btn--ghost {
		width: 100%;
	}

	.sc-wc-header {
		display: block;
	}

	.sc-wc-header h1 {
		font-size: 24px !important;
	}

	.sc-checkout-fields,
	.sc-checkout-review,
	body.sc-minimal-woocommerce .cart_totals,
	body.sc-minimal-woocommerce .cross-sells,
	body.sc-minimal-woocommerce .shipping-coupon {
		padding: 16px;
	}

	body.sc-minimal-woocommerce .woocommerce-billing-fields__field-wrapper {
		grid-template-columns: 1fr;
	}

	.sc-cart-table thead {
		display: none;
	}

	.sc-cart-table,
	.sc-cart-table tbody,
	.sc-cart-table tr,
	.sc-cart-table td {
		display: block;
		width: 100%;
	}

	.sc-cart-table tr {
		border-bottom: 1px solid var(--sc-line);
	}

	.sc-cart-table td {
		min-height: 50px;
		border-width: 0 0 1px !important;
		text-align: right !important;
	}

	.sc-cart-table td[data-title]::before,
	body.sc-minimal-woocommerce table.shop_table_responsive tr td::before {
		content: attr(data-title);
		display: block;
		margin-bottom: 4px;
		float: none !important;
		color: var(--sc-muted) !important;
		font-size: 13px;
		font-weight: 800;
		text-align: right;
	}

	.sc-cart-table .product-remove,
	.sc-cart-table .product-thumbnail {
		text-align: right !important;
	}

	.sc-cart-actions,
	.sc-coupon,
	.sc-review-head {
		display: grid;
		grid-template-columns: 1fr;
	}

	body.sc-minimal-woocommerce .button,
	body.sc-minimal-woocommerce button.button,
	body.sc-minimal-woocommerce input.button,
	body.sc-minimal-woocommerce a.button,
	body.sc-minimal-woocommerce .checkout-button,
	body.sc-minimal-woocommerce #place_order,
	.sc-edit-order,
	.sc-coupon input {
		width: 100% !important;
	}

	body.sc-minimal-woocommerce .woocommerce-checkout-review-order-table th,
	body.sc-minimal-woocommerce .woocommerce-checkout-review-order-table td {
		padding: 6px 0 !important;
		font-size: 14px;
	}

	body.sc-minimal-woocommerce table.shop_table th,
	body.sc-minimal-woocommerce table.shop_table td {
		padding: 6px !important;
	}
}

.sc-book-cart .quantity .qty {
	width: 64px !important;
	max-width: 64px !important;
	min-height: 40px !important;
	border: 0 !important;
	border-radius: 0 !important;
}

.sc-book-cart .quantity .minus,
.sc-book-cart .quantity .plus,
.sc-book-cart input.minus,
.sc-book-cart input.plus {
	width: 36px !important;
	min-height: 40px !important;
	background: var(--sc-white) !important;
	color: var(--sc-text) !important;
	border: 0 !important;
	border-radius: 0 !important;
}

.sc-book-cart .sc-book-coupon input.input-text {
	min-height: 46px !important;
	border: 1px solid var(--sc-line-strong) !important;
	border-radius: 8px !important;
	font-family: 'Sahel FD', Tahoma, Arial, sans-serif !important;
}

.sc-book-cart .sc-book-btn {
	font-family: 'Sahel FD', Tahoma, Arial, sans-serif !important;
	font-weight: 600 !important;
	text-decoration: none !important;
}

.vt-sticky-mobile-btn:hover .vt-sticky-mobile-btn__text {
	color: #ffffff !important;
}

.sc-book-cart .sc-book-btn:hover {
	color: #ffffff !important;
}

.sc-book-cart .sc-book-item__title a,
.sc-book-cart .sc-book-summary__totals a,
.sc-book-cart .woocommerce-remove-coupon {
	color: var(--sc-text) !important;
}

.sc-book-cart .sc-book-item__title a:hover,
.sc-book-cart .woocommerce-remove-coupon:hover {
	color: var(--sc-accent) !important;
}

.sc-book-cart .sc-book-btn--primary,
.sc-book-cart .sc-book-btn--dark {
	color: var(--sc-white) !important;
}

.sc-book-cart button[name="apply_coupon"] {
	font-family: 'Sahel FD', Tahoma, Arial, sans-serif !important;
}

body.sc-minimal-woocommerce .sc-book-checkout-coupon form.checkout_coupon {
	display: block !important;
	visibility: visible !important;
	height: auto !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 18px 20px !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.sc-minimal-woocommerce .sc-book-checkout-coupon .sc-book-checkout__button {
	color: #ffffff !important;
	background: #000 !important;
	border-color: #000 !important;
	font-family: 'Sahel FD', Tahoma, Arial, sans-serif !important;
	font-weight: 600 !important;
}

body.sc-minimal-woocommerce .sc-book-checkout a {
	color: var(--sc-accent) !important;
}

@media (max-width: 640px) {
	body.sc-minimal-woocommerce .sc-book-checkout-coupon form.checkout_coupon {
		padding-right: 8px !important;
		padding-left: 8px !important;
	}
}

.rtl #shipping_method {
    float: none !important;
    text-align: right !important;
}
