<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
#AdminContent{
width:90vw;
height:auto;
margin-top:40px;
margin-bottom:40px;	
margin-left:auto;	
margin-right:auto;
}
#Ref-UDPTAgreementForm{/*Hide Agreement Form Because It Fills Auto*/
width:60vw;
height:auto;
display:none;
}
/*♣♣♣♣♣ Start Custom Styles For The Check Out Form ♣♣♣♣♣*/
#payment-method{
display:none !important;/*Hide Because We Use Only PayPal*/	
}
.wc-block-checkout__terms {
margin: 0px !important; 
display:none !important;	
}

/*♣♣♣♣♣ End Custom Styles For The Check Out Form ♣♣♣♣♣*/



/*Start Ref Ultra Dome Top Checkout Row Styles*/	

#RefUDPT-CheckoutRow{
width:61.5%;
height:57px;
margin-top:20px;
margin-bottom:40px;	
display: none;
float:left;
}
#RefUDPT-CheckoutRow a{
line-height: 57px !important;
}
.wc-block-components-checkout-place-order-button{
width:50% !important;
height:57px !important;
font-family: "Times New Roman", Times, serif;	
background-color:#575366 !important;
	
}
#RefUDPT-CheckoutButton{
width:50% !important;
height:57px !important;
text-align: center;
font-weight: 400;	
background-color:#575366 !important;
line-height:57px !important;
color:white;
cursor: pointer;
float:right;
}
/*End Ref Ultra Dome Top Checkout Row Styles*/

/*Start Ref Ultra Dome Top Alert Box Styles*/	
#RefUDPT-Box{
width:61.5%;
height:auto;
border-style:solid;
border-color:red;
border-width: thin;
background-color:white;
font-family: "Times New Roman", Times, serif;
padding:10px;
display:none;
float:left;
}

#RefUDPT-Title{
width:100%;
height:auto;
font-weight: bold;
color:rgba(27,140,174,1.00);
text-align:center;	
font-size:19px;	
float:left;
}
.RefUDPT-Text{
width:100%;
height:auto;
font-size:17px;
margin-bottom:5px;
float:left;	
}

#RefUDPT-CheckRow{	
width:100%;
height:auto;
float: left;
}

#RefUDPT-Check{	
-webkit-appearance:none;
width:25px !important;
height:25px !important;
background:white;
border-radius:3px;
border: 1px solid #d1d1d1;
outline: 0 !important;
margin-right:5px !important;
float:left ;	
}
#RefUDPT-Check:checked {	
border: 1px solid rgba(44,142,200,1.00);
background-image:url("https://www.gym-trix.com/wp-content/uploads/blue-check.png");		
background-repeat:no-repeat;
background-size:contain;		
}
#RefUDPT-Label{	
width:auto;
height:auto;
line-height:28px;	
cursor: pointer;	
font-size: 14px;
font-style: italic;	
color:rgba(27,140,174,1.00);
float:left;	
}

/*End Ref Ultra Dome Top Alert Box Styles*/

/*Start PayPal Express Buttons Disable &amp; Hided*/
.wp-block-woocommerce-checkout-express-payment-block{
pointer-events: none !important;
display:none !important;
}

/*End PayPal Express Buttons Disable &amp; Hided*/

/*&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;Start After Checkout View Styles&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;*/ 
/*NOTE STYLES LOOK FINE ON MOBILE*/
.woocommerce-thankyou-order-received{
width: 100%;
text-align: center;
font-weight: bold;
color: #6e7dab;
font-size: 25px;
}
.woocommerce-order-overview{/*Table With Order Details*/
margin: 0px !important;
margin-bottom: 60px !important;	
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);	
}
.woocommerce-table{/*Table With Products Ordered Details*/
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.woocommerce-table a{/*Page Links On Table*/
color:#5762d5 !important;	
}
.woocommerce-customer-details{/*Customer Information At Bottom*/
 width: auto;
height: 230px;
padding: 15px;	
background-color: white !important;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);	
display: block;
}

/*&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;End After Checkout View Styles&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;*/



/*♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠ Start Mobile Styles ♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠*/
@media screen and (max-width: 1604px){
#RefUDPT-Box{
width:100%;
}
#RefUDPT-CheckoutRow{
width:100%;
}
}

/*♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠ End Mobile Styles ♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠♠*/
</pre></body></html>