/*====== woocommerce success page modal =======*/
.continue-payment-popup.pop-upbox 
{ 	background: rgba(255, 255, 255, .9); bottom: 0; left: 0; position: fixed; right: 0; top: 0; 
	z-index: 999999999; overflow:hidden; display: inline-block;
}

.continue-payment-popup.pop-upbox .popup-box 
{  	left: 0;  margin:0 auto 0;  max-width: 370px;  position: absolute;  right: 0; top:0; 
	bottom:0; width: 100%;  z-index: 99999; display: flex;  flex-direction: column;  justify-content: center;
}
.payment_method_paythen label img{ width: 30px; }


.continue-payment-popup.pop-upbox .popup-box .product-detail-data
{	background: #fff;     -webkit-box-shadow: 0px 0px 20px rgba(222,222,222,0.5);
    -moz-box-shadow: 0px 0px 20px rgba(222,222,222,0.5);
    box-shadow: 0px 0px 20px rgba(222,222,222,0.5);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    text-align: center;
    padding: 30px;
}
.continue-payment-popup.pop-upbox .popup-box .product-detail-data h2
{	    color: #273949;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 15px;
    padding: 0;
}
.continue-payment-popup.pop-upbox .popup-box .product-detail-data a.payment-button
{	height: 52px;
    border-radius: 6px;
    background: #00B924;
    box-shadow: 0 0 20px 0 rgba(160,160,160,0.5);
    border: 2px #00B924 solid;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    padding: 0px 20px;
    max-width: 270px;
    width: 100%;
    line-height: 48px !important;	
    display: inline-block;
}
.continue-payment-popup.pop-upbox .popup-box .product-detail-data a.payment-button:hover
{	background: #fff;
	color:#00B924 !important; 	
}

.continue-payment-popup.pop-upbox .popup-box .product-detail-data .bottom-text
{	 color: #4c6c88;
    font-size: 14px;
    line-height: 20px;
    max-width: 300px;
    margin: 0 auto;
    padding-top: 10px;	
}
body.woocommerce-order-received article.page
{	position: relative; z-index: 99;	
}

@media (max-width: 480px)
{
	.continue-payment-popup.pop-upbox .popup-box 
	{	max-width: 85%;		
	}
	.continue-payment-popup.pop-upbox .popup-box .product-detail-data
	{	    padding: 30px 20px;		
	}
}
.payment_method_paythen
{   padding-bottom: 30px !important;
}
.bacs-fields label
{   line-height: normal !important; color: #273950 !important; padding-bottom: 10px;
}
.bacs-fields .input-text
{ background: #ffffff !important; border: 1px #273950 solid !important; border-radius: 3px !important;
}
.payment_method_paythen .cart-total
{   color: #4c6c88; font-size: 14px; line-height: 20px; max-width: 300px; margin: 0 auto; float: left;
}
.payment_method_paythen .check-cart-total,
.payment_method_paythen .refresh-cart-total
{   display: none; float: left; 
}
.payment_method_paythen .check-cart-total img,
.payment_method_paythen .refresh-cart-total img
{   display: inline-block !important; width: auto !important; max-height: 16px !important;
}