/*
 * Tudor Internet Cart asset bridge — v1.1.7
 *
 * WHMCS Standard Cart's common.tpl requests all.min.css using assetPath.
 * On a child order-form template, that can resolve to the child directory.
 * Import the matching asset from the installed Standard Cart parent so the
 * bridge automatically follows the WHMCS version installed on this server.
 */
@import url("../../standard_cart/css/all.min.css");
#order-standard_cart .field-container {
margin-top: 60px;
}
