/* 페이누리 결제창 */
.ui-dialog .ui-dialog-titlebar-close, .ui-dialog-titlebar-close { display: none !important; }

/* General */
.alert { padding: 20px 35px 20px 20px; -webkit-border-radius: 3px !important; -moz-border-radius: 3px !important; -ms-border-radius: 3px !important; -o-border-radius: 3px !important; border-radius: 3px !important; margin-bottom: 20px; border: 1px solid transparent; }
.alert-notice { color:#C03D3A; line-height:1.5em; }
.alert-danger { color: #a94442; background-color: #f2dede; border-color: #ebccd1; }

.wcpay-alert { padding: 6px 10px 6px 10px; -webkit-border-radius: 2px !important; -moz-border-radius: 2px !important; -ms-border-radius: 2px !important; -o-border-radius: 2px !important; border-radius: 2px !important; margin-bottom: 10px; border: 1px solid transparent; }

.wcpay-error { padding:5px 8px; background-color:#f44336; color: white; margin-bottom: 15px; }
.wcpay-success { padding:5px 8px; background-color:#4caf50; color: white; margin-bottom: 15px; }

.wcpay-order-payment-tracking{ clear:both; margin:35px 0; width:100%; border:2px solid #ccc; padding: 15px;}
.wcpay-order-payment-tracking h3 { margin:2px 0 5px; font-size:24px; font-weight:400; }

.wcpay-order-payment-tracking .wcpay-payment {width:48%;float:left;}
.wcpay-order-payment-tracking .wcpay-shipping {float:left;width:48%;margin-left:2%;}
.wcpay-order-payment-tracking:after { content:""; display: table; clear: both; }

#dialog_payment { margin-top: 20px; }
.wcpay-checkout-processing { margin:8px auto; text-align:center; width:550px; margin-bottom:40px; padding-bottom:25px; border:1px solid #bebebe; background-color:#fff}
.wcpay-checkout-processing h3 { font-size:16px; font-weight:bold; }
.wcpay-checkout-processing-error { margin:10px auto; text-align:center; width:550px; margin-bottom:40px; padding-bottom:25px; border:1px solid red; background-color:#fff; font-size:16px; padding:15px; color:red;}

#add_payment_method #payment ul.payment_methods li .payment_box, .woocommerce-cart #payment ul.payment_methods li .payment_box, .woocommerce-checkout #payment ul.payment_methods li .payment_box {
  padding: 8px 20px;
  border: 1px solid #ebebeb;
  margin: 0;
}

/*naver pay*/
#wcpay-naverpay-product-button { clear:both; padding:35px 0; }

@media (min-width: 768px){
    .wcpay-checkout-processing { width:50%; !important; }
    .wcpay-checkout-processing-error { width:50%; !important; }
}
@media (max-width: 480px) {
    .wcpay-checkout-processing { width:320px; !important; }
    .wcpay-checkout-processing-erro { width:320px; !important; }
    .wcpay-order-payment-tracking { padding:0 8px; }
    .wcpay-order-payment-tracking .wcpay-payment { float:none; width:100%; margin:0; }
    .wcpay-order-payment-tracking .wcpay-shipping {float:none; width:100%; margin:15px 0; }
    .has-border { padding: 10px 10px 10px; }
}
