/*Remove Phone Number, Company Name, Address, Address 2, City, State, and Zip Code in Register Page*/
#registration .col-sm-12:nth-child(1), #registration .col-sm-12:nth-child(2), #registration .col-sm-12:nth-child(3), #registration .col-sm-3, #registration .col-sm-4, #registration .col-sm-5{
    display: none;
}

/*Remove Phone Number, Company Name, Address, Address 2, City, State, and Zip Code in Checkout Page*/
form#frmCheckout .intl-tel-input, form#frmCheckout #containerNewUserSignup .col-sm-12:nth-child(1), form#frmCheckout #containerNewUserSignup .col-sm-12:nth-child(2), form#frmCheckout #containerNewUserSignup .col-sm-12:nth-child(3), form#frmCheckout #containerNewUserSignup .col-sm-12:nth-child(4), form#frmCheckout div.col-sm-3, form#frmCheckout div.col-sm-4, form#frmCheckout div.col-sm-5{
    display: none;
}
#order-standard_cart .cc-input-container{
    margin-bottom: 25px;
}

/*Remove this message on the Checkout page
This order form is provided in a secure environment and to help protect against fraud your current IP address (xxxxxxxxxxxxxxx) is being logged.*/
#order-standard_cart .checkout-security-msg{
	display: none;
}

/*Hide "Quick Shortcuts" section from the Client area > Service Details page*/
#cPanelQuickShortcutsPanel.panel.card.panel-default.mb-3{
    display: none;
}

/*Hide "Quick Create Email Account" section from the Client area > Service Details page*/
#cPanelQuickEmailPanel.panel.card.panel-default.mb-3{
    display: none;
}

/*Hide "Sitejet" section from the Client area Home Page*/
#sitejetPromoPanel.card.card-accent-blue{
    display: none;
}

/*Hide Offline Payments to avoid conflict when applying credit
#order-standard_cart #paymentGatewaysContainer label.radio-inline:last-of-type{
    display: none !important;
}*/
/************************************************************************/

.footer.footer{
    padding: 40px 0 40px;
}

/************************************************************************/

/*Remove Sidebar Actions/Dropdown list from (Register, Transfer, Renew Domain, and Cart)*/
/*Desktop*/
@media only screen and (min-width: 1200px) {
    #order-standard_cart .cart-sidebar{
       display: none !important; 
    }
    #order-standard_cart .cart-body{
        width: 100% !important;
    }
    #order-standard_cart .secondary-cart-body{
        width: 73% !important;
    }
    #order-standard_cart .secondary-cart-sidebar{
        width: 27% !important;
    }
}
/*Mobile*/
#order-standard_cart .sidebar-collapsed{
    display: none !important;
}

/************************************************************************/

/*Remove Coupon Section from Cart Page on Mobile only
@media only screen and (max-width: 900px) {
    #order-standard_cart .view-cart-tabs{
        display: none !important;
    }
    #order-standard_cart .secondary-cart-body{
        margin: 20px 0 20px 0;
    }
}*/