﻿.digits_popup_wrapper.dig-box {
    width: 430px;
    max-width: 100%;
    margin-left: calc(100% - 430px);
}
.dig-content {
    display: none;
}
.page-id-9 button#place_order {
    display: none;
}
 
p.woocommerce-form-row:has(> #account_display_name) {
    display: none;
}
.woocommerce-privacy-policy-text p, span.woocommerce-terms-and-conditions-checkbox-text {
    font-size: 15px;
    line-height: 1.5em !important;
    font-weight: 400;
}
.page-id-9 .woocommerce-MyAccount-content a.button,
td.woocommerce-PaymentMethod.woocommerce-PaymentMethod--actions.payment-method-actions a {
    background: var(--swiftcart-base) !important;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
}
 
.woosw-btn.woosw-btn-icon-only {
    display: none !important;
}
.dig-success, 
.digits-success,
.digits_popup_success,
.dig_msgbox.success,
.digits-otp-success,
.swal2-container.digits-success {
  display: none !important;
} 

@media only screen and (max-width: 430px) {
	.digits_popup_wrapper.dig-box {
		margin-left: 0 !important;
	}
}
