/*/////////////////////////////////
01 >-----> CHECKOUT GENERAL
/////////////////////////////////*/
.genai-before-checkout-form-warapper .genai-svg-icon {
    max-width: 20px;
    max-height: 20px;
}
.genai-order-review {
    border-top: 0;
    --gen-bg-opacity: 1;
    background-color: var(--gen-white);
    padding: 30px;
    position: sticky;
    top: 135px;
    border: var(--gen-border-width) var(--gen-border-style) var(--gen-border-color);
    border-radius: var(--gen-border-radius);
}
[data-bs-theme=dark] .genai-order-review {
    background-color: rgba(var(--gen-dark-blue-4-rgb),var(--gen-bg-opacity));
}
.woocommerce form .form-row,
.genai-customer-billing-details .woocommerce-billing-fields .form-row {
	margin: 0 0 25px;
}

.woocommerce-checkout-payment #place_order {
    width: 100%;
    min-height: 50px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

form .form-row.genai-coupon-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0;
    width: 100%;
    gap: 10px;
}
form .form-row.genai-coupon-row>* {
    flex: 0 0 auto;
    width: auto;
    max-width: 50%;
}
.form-row p.lost_password {
    margin: 0;
}

.woocommerce-input-wrapper {
	width: 100%;
}

.woocommerce-input-wrapper input[type=checkbox],
.woocommerce-input-wrapper input[type=radio] {
	width: auto;
}
.form-row .woocommerce-form__input-checkbox {
    margin-right: 10px;
}
.form-row .woocommerce-form-login__submit {
    width: 100%;
}
@media(max-width:480px) {
	.genai-order-review {
	    margin-top: 30px;
	}
	.checkout.woocommerce-checkout {
        margin-top: 0px;
    }
}

.place-order p.form-row.validate-required {
	margin: 20px 0 0;
}


span.genai-checkbox {
	position: relative;
	display: inline-flex;
	border: 1px solid var(--genai-gray);
	padding: 3px;
}

.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox],
.radio-inline input[type=radio],
.radio input[type=radio] {
	position: inherit;
}
[data-bs-theme=light] .bg-dark-blue-4 {
    background-color: rgba(var(--gen-white-rgb),var(--gen-bg-opacity));
}
ul.wc_payment_methods {
    list-style: none;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border: 1px solid #6a4dff;
    border-radius: 5px;
    margin: 30px 0 15px;
}
[data-bs-theme=dark] ul.wc_payment_methods {
    border-color: #e6f85e;
}
ul.wc_payment_methods li label {
	color: var(--genai-dark);
	font-weight: 500;
	width: auto;
	display: inline-block;
    margin-left: 5px;
}
ul.wc_payment_methods .payment_box {
    padding: 1rem 1rem 1rem 30px;
}
.woocommerce-privacy-policy-text {
    margin-bottom: 15px;
}
.woocommerce form .form-row input[type=submit] {
	margin: 0;
}

.woocommerce form .form-row label,
.product-review-form label,
.genai-customer-billing-details .woocommerce-billing-fields .form-row label {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 1;
	font-weight: 500;
}
p.cr-customer-consent .checkbox {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    line-height: 1.5;
    font-size: 12px;
	text-transform: uppercase;
}
a.woocommerce-terms-and-conditions-link {
	font-weight: 500;
	text-decoration : underline;
}

.place-order .cr-customer-consent .checkbox input.cr-customer-consent-checkbox {
    margin-right: 0;
    margin-top: 3px;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 170px;
	height: 43px;
	float: left;
	margin: 0px 5px 0 0;
	margin: 0px 5px 0 0;
	padding: 6px 10px 5px;
	border: 1px solid var(--genai-gray);
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background-clip: padding-box;
	outline: 0;
	text-align: center;
	line-height: 1;
	-o-transition: background-color .3s ease-in-out,
		border-color .3s ease-in-out,
		color .3s ease-in-out;
	-webkit-transition: background-color .3s ease-in-out,
		border-color .3s ease-in-out,
		color .3s ease-in-out;
	transition: background-color .3s ease-in-out,
		border-color .3s ease-in-out,
		color .3s ease-in-out;
}

#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
	margin: 0;
	vertical-align: middle;
	line-height: inherit;
}

#ship-to-different-address label {
	margin: 0;
	color: var(--genai-dark);
}

.genai-checkout-review-order-table,
.woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 20px;
}

.woocommerce_checkout_place_order {
	margin: 20px 0 0;
}

.woocommerce-checkout-review-order-table th {
	width: 50%;
}

.genai-before-checkout-form-warapper .woocommerce-error {
    color: var(--gen-danger);
    padding: 0;
    margin: 0;
}

.woocommerce-error span.close-error {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 18px;
    cursor: pointer;
}

.woocommerce-error strong {
	color: var(--genai-dark);
	text-decoration: underline;
}
.woocommerce-additional-fields {
    margin-top: 40px;
}
p#order_comments_field,
p.form-row.form-row-wide.create-account {
    margin: 0;
}

label.woocommerce-form__label.checkbox {
    margin: 0;
}
.form-row label.woocommerce-form__label.checkbox {
    margin: 0;
    display: flex;
    align-items: center;
}
.woocommerce .form-row.place-order {
    margin: 0;
}
.genai-order-review .cart-items {
    flex-direction: column;
    gap: 15px;
}
.genai-order-review .cart-item,
.genai-order-review .cart-inner {
    display: flex;
    align-items: center;
    gap: 15px;
}
.genai-order-review .cart-item,
.order-footer {
    justify-content: space-between;
}
.genai-order-review .product-thumbnail {
    width: 50px;
    overflow: hidden;
}
span.product-name > strong {
    color: #6a4dff;
}
[data-bs-theme=dark] span.product-name > strong {
    color: #e6f85e;
}
.genai-checkout-review-order-table {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.order-footer {
    margin-top: 15px;
    padding-top: 25px;
    border-top: var(--gen-border-width) var(--gen-border-style) var(--gen-border-color);
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.order-footer .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.genai-form-title {
    margin-bottom: 25px;
}
@media(max-width:992px){
    .genai-order-review {
        margin-top: 40px;
    }
}
