div#checkout-checkout {
      background-color: #FAF9FA;

    
    div#content {
		display: flex;
		margin: auto;
		align-self: center;
		float: none;
		width: 90%;
    }

    .check-column {
		background-color: #fff;
		margin: 12px;
		border: 1px solid #ddd;
		border-radius: 15px;
		}

	tfoot tr:last-child td.text-right {
		font-size: 24px;
		font-weight: 600;
	}

	table.table.table-hover img {
		max-width: fit-content;
	}

	select, option, label  {
		font-size: 16px !important;
	}

	.form-group label {
		display: none;
	}

	.form-group {
		width: 100%;
	}

	.form-control {
		border-radius: 7px;
		font-size: 14px !important;
		width: 97%;
		float: left;
		margin-right: 1%;
	}

	#collapse-checkout-confirm .buttons * {
		border-radius: 12px !important;
	}

	.form-group.required:after {
		content: "* ";
		color: #f00;
		font-weight: 600;
		float: left;
	}

}