
        @media only screen and (max-width: 600px) {

            table#rep-table>tbody>tr>td:nth-of-type(1) {
                width: 50px !important;
                padding-right: 15px;
            }

            table#rep-table>tbody>tr>td:nth-of-type(2) {
                padding-left: 0px !important;
                padding-right: 0px;
                width: 100% !important;
            }

            table#rep-table>tbody>tr>td:nth-of-type(3)[style] {
                width: 20px !important;
            }

            #rep-table img {
                width: 70px;
            }

        }

        .optin input {
            margin-left:10px;
            margin-right:10px;
        }

        .optin span {
            font-size:12px;
        }

        #sq-payment-div {
            text-align: center;
        }

        .purchase-totals {
            font-size: 25px;
            text-align: center;
            margin-bottom: 30px;
        }

        .line-spacer {
            padding-bottom: 35px;
            margin-top: 10px;
            margin-bottom: 20px;
            border-top: 3px solid rgb(234, 234, 234);
            width: 422px;
            align-content: center;
            margin: auto;
        }

        .total-group {

            margin:auto;
            width:310px;
        }

        .total-l {
            float: left;
            text-align: right;
            width: 220px;
        }

        .total {
            float: left;
            text-align: right;
            display: block;
            width: 90px;
            padding-right:10px;
        }

        .row {
            line-height: 30px;
        }

        .row:after {
            content:"";
            display:table;
            clear:both;
        }



        #paypal-btn {
            background-color: #ffc439;
            width: 340px;
            height: 44px;
            border-radius: 5px;
            /* align-content: center; */
            margin: auto;
        }


        #paypal-btn:hover {
            cursor: pointer;
        }

        #paypal-btn div {
            font-size: 15px;
            float: left;
            padding-left: 32px;
            padding-right: 15px;
            font-weight: 400;
        }

        #paypal-button-container-orig {
            width: 300px;
            display: none;
        }

        #paypal-btn-container {
            width: 100%;
        }

        #paypal-graphics {
            display: block;
            text-align: center;
            padding-top: 10px;
        }

        #paypal-graphics div {
            line-height: 23px;
        }

        #paypal-pp-svg {
            height: 25px;
        }

        #paypal-paypal-svg {
            height: 23px;
        }


        .sq-button {
            padding: 13px;
        }

        .button-google-pay {
            min-height: 43px;
        }
    
        /**  NEW ADDITIONS FOR SPLIT PAGE PAYMENT **/

        #continue-btn-div {
            max-width: 100%;
            padding: 0px 20px 5px;
            width: 380px;
            margin: auto;
        }

        #recurring-billing-no-square {
            width: 420px;
            margin: auto;
            margin-left: auto;
            margin-right: auto;
            text-align: justify;
            margin-top: 19px;
            margin-bottom: 30px;
        }

        .payment-explain {
            line-height: normal;
            font-size: 14px;
            text-align: justify;
        }

        #continue-button {
            background: #4A90E2;
            border-radius: 4px;
            font-size: 16px;
            font-weight: 600;
            letter-spacing: 1px;
            width: 100%;
        }

        #cc-icons-div {
            text-align: center;
        }
        #recurring-billing-no-square {
            margin-top: 0px; 
        }


        #form-error-msg {
            display: block;
            margin-left: auto;
            margin-right: auto;
            max-width: 350px;
            text-align: center;
            font-size: 20px;
            margin-bottom: 15px;
            margin-top: 15px;
            color: red;
        }
        