/* Put any custom CSS rules in this file, it will be applied to all clients

    For payment gateway specific rule, here is an example for Square. 
    -To create similar rule for other gateways you can use respective gateway's name as class name. e.g. .StripeConnect, .AuthorizeNet, .SafeSave, .PayPal instead of .Square


    .payment-gateway-down.Square{
	     display: block; 
         color: red; 
         font-weight: 700; 
    }

    .payment-gateway-down.Square::after {
        content: "Square seems down right now, Please come back later!"; 
    }

*/

.attendee-app-booking_content .sell-membership-row{
    display: block !important;
}
.booking_content .sell-membership-row{
    display: none;
}
.sub-sell-membership{
	max-height: 38px;
}
.order-sum-view ~.payment-options{
    display: none
}

