.wp-theme-dt-the7.popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap):not(.woocommerce-MyAccount-content) > .woocommerce-info.ucb-duplicate-order-notice {
    position: relative !important;
    opacity: 1 !important;
    transform: none !important;
    left: 0 !important;
    right: 0;
    width: 100% !important;
	max-width: 100% !important;
	margin-bottom: 30px !important;
	bottom: 0 !important;
	z-index: 0 !important;
}
.woocommerce-info.ucb-duplicate-order-notice .button, 
.woocommerce-error.ucb-duplicate-order-notice .button:hover {
	background-color: #fff !important;
	color: #A52C25 !important;
	display: inline-block !important;
	float: none !important;
}