.shopping-cart-checkout-title {
	padding-top: 85px;
	padding-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 700;
	color: #000;
}

.woocommerce-cart-form .shop_table thead {
	display: none;
}

.woocommerce-cart .cart-items,
.woocommerce-cart .sidebar-summary {
	padding: 0 .75rem !important;
	border: none !important;
}

.woocommerce-cart .shop_table .cart_item td {
	padding: 0 .75rem 1rem;
	border: none;
}

.woocommerce-cart .shop_table .cart_item td,
.woocommerce-cart .shop_table .cart_item td a {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.woocommerce-cart .shop_table .cart_item td span.amount {
	font-weight: 300;
}

.woocommerce-cart .quantity input[type=number] {
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 30px;
	font-size: 16px;
	line-height: 24px;
	height: 38px;
}

.woocommerce-cart .quantity .button {
	height: 38px;
	line-height: 38px;
	font-size: 27px;
	font-weight: 300;
	text-shadow: none;
	width: 20px;
}

.quantity .button.minus {
	margin-top: -2px;
}

.product-remove a.remove,
.product-remove a.remove:hover {
	border: none;
	font-size: 16px !important;
	line-height: 16px !important;
	color: #dc3545;
	margin-top: 6px;
}

.cart-sidebar .coupon .widget-title,
.woocommerce-cart .shop_table .actions {
	display: none;
}

.woocommerce-cart .cart-sidebar .widget-title,
.woocommerce-cart .cart_totals th,
.woocommerce-cart .cart_totals td {
	border: none;
}

.woocommerce-cart .cart-sidebar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.woocommerce-cart .checkout_coupon {
	padding-bottom: 1rem;
	margin-bottom: 20px !important;
	border-bottom: 1px solid #cccccc73;
}

.checkout_coupon .coupon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: .5rem;
	margin-bottom: .5rem;
}

#customer_details .select-resize-ghost,
#customer_details .select2-container .select2-choice,
#customer_details .select2-container .select2-selection,
#customer_details input[type=date],
#customer_details input[type=email],
#customer_details input[type=number],
#customer_details input[type=password],
#customer_details input[type=search],
#customer_details input[type=tel],
#customer_details input[type=text],
#customer_details input[type=url],
#customer_details select,
#customer_details textarea,
.cart-sidebar #coupon_code {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--bs-body-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--bs-body-bg);
	background-clip: padding-box;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	-webkit-transition: border-color .15s 
ease-in-out, -webkit-box-shadow .15s 
ease-in-out;
	transition: border-color .15s 
ease-in-out, -webkit-box-shadow .15s 
ease-in-out;
	-o-transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
	transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
	transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out, -webkit-box-shadow .15s 
ease-in-out;
	margin: 0;
}

.woocommerce-additional-fields label,
.woocommerce-account-fields label,
#customer_details .woocommerce-billing-fields label {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

#customer_details .select-resize-ghost,
#customer_details .select2-container .select2-choice,
#customer_details .select2-container .select2-selection {
	padding-top: 0;
	padding-bottom: 0;
}

#customer_details .select-resize-ghost:focus,
#customer_details .select2-container .select2-choice:focus,
#customer_details .select2-container .select2-selection:focus,
#customer_details input[type=date]:focus,
#customer_details input[type=email]:focus,
#customer_details input[type=number]:focus,
#customer_details input[type=password]:focus,
#customer_details input[type=search]:focus,
#customer_details input[type=tel]:focus,
#customer_details input[type=text]:focus,
#customer_details input[type=url]:focus,
#customer_details select:focus,
#customer_details textarea:focus,
.cart-sidebar #coupon_code:focus {
	color: var(--bs-body-color);
	background-color: var(--bs-body-bg);
	border-color: #86b7fe;
	outline: 0;
	-webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.woocommerce-billing-fields .checkout-inline-error-message {
	color: #dc3545;
	margin-bottom: 0;
}

.woocommerce-billing-fields .form-row {
	margin-bottom: 1rem;
}

.cart-sidebar .shop_table.shop_table_responsive th,
.cart-sidebar .shop_table.shop_table_responsive td {
	line-height: 24px;
	font-size: 16px;
}

.cart-sidebar .shop_table.shop_table_responsive td span {
	font-weight: 400;
}

.cart-sidebar .cart_totals th.product-name {
	display: none;
}

#place_order,
.checkout_coupon .coupon .button,
.cart-sidebar .cart_totals .button {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--bs-body-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--bs-body-bg);
	background-clip: padding-box;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	-webkit-transition: border-color .15s 
ease-in-out, -webkit-box-shadow .15s 
ease-in-out;
	transition: border-color .15s 
ease-in-out, -webkit-box-shadow .15s 
ease-in-out;
	-o-transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
	transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
	transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out, -webkit-box-shadow .15s 
ease-in-out;
	min-height: auto;
}
.checkout_coupon .coupon .button {
    margin-right: 0;
    width: 121px !important;
    height: 2.507em;
}
#place_order:hover,
.checkout_coupon .coupon .button:hover,
.cart-sidebar .cart_totals .button:hover {
	background-color: #0d6efd;
	color: #fff;
    text-shadow: none;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td,
.woocommerce-checkout .col-inner.has-border {
	border: none;
}

.woocommerce-checkout .col-inner.has-border {
	padding-right: 0;
}

.woocommerce-account-fields {
	margin-bottom: 25px;
}

#order_review thead {
	display: none;
}

#order_review th,
#order_review td {
	color: #000!important;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

#order_review th .amount,
#order_review td .amount {
	font-weight: 400!important;
}

#order_review tbody {
	border-bottom: var(--bs-border-width) solid var(--bs-border-color);
}

#order_review tfoot tr:first-child th,
#order_review tfoot tr:first-child td {
	padding-top: 20px;
}

form.checkout h3 {
	margin-bottom: 20px;
}

.woocommerce-checkout > .row > .col {
	padding: 0 .75rem;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

.sepay-box .box-title {
	background-color: #212529;
	color: #fff;
	padding: 1.5rem .75rem;
	font-size: 24px;
}

.cart_item .wc-variation-attributes {
	font-size: 16px;
	line-height: 1.5;
	color: #000;
}
.paid-notification h6 {
    font-size: 16px;
    list-style: 24px;
}
.row-marose .woocommerce-sepay-bank-details {
	box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
	border: none;
	border-radius: 12px;
	overflow: hidden;
}
.row-marose .sepay-box {
	padding: 0;
}
.row-marose .woocommerce-sepay-bank-details .banner {
	background-color: #212529;
}
.row-marose .woocommerce-sepay-bank-details .sepay-pay-info .manual-box .bank-info-cell {
	padding: 1rem 1.5rem !important;
	font-weight: 700;
	--tw-border-opacity: 1;
	border-color: rgb(245 245 244 / var(--tw-border-opacity, 1)) !important;
}

.row-marose .woocommerce-sepay-bank-details .bank-info {
	border: none !important;
}
.row-marose .woocommerce-sepay-bank-details .bank-info .note {
	margin: 10px 0 0 0 !important;
	border-radius: .75rem !important;
}
.row-marose .woocommerce-sepay-bank-details .bank-info .bank-info-table {
	--tw-border-opacity: 1;
	border: 1px solid rgb(231 229 228 / var(--tw-border-opacity, 1));
	border-radius: 0 0 .75rem .75rem;
}
.woocommerce-sepay-bank-details .sepay-pay-info {
		padding: 2rem;
	}
.sepay-box .sepay-pay-footer {
	padding-bottom: 2rem;
}
@media (min-width: 480px) {
	.row-marose .woocommerce-sepay-bank-details .sepay-pay-info .manual-box .bank-info-cell:last-child {
		text-align: end;
	}
	.row-marose .woocommerce-sepay-bank-details .sepay-pay-info .manual-box .bank-info-cell:last-child .bank-info-value {
		justify-content: end;
	}
}
@media (min-width:768px) {
	.woocommerce-sepay-bank-details .sepay-pay-info .qr-box {
		width: 45%;
	}
	.woocommerce-sepay-bank-details .sepay-pay-info .manual-box {
		width: 55%;
	}
	
}
@media (min-width: 1200px) {
	.woocommerce-cart .row {
		max-width: 1230px!important;
	}
}

@media (max-width: 849px) {
	.woocommerce-checkout .col-inner.has-border {
		padding-left: 0;
	}
}
#customer_details .form-row .select2-container {
   margin-bottom: 0;
}
